*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:88px;scrollbar-gutter:stable}body{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--border) transparent;overflow-x:clip;text-rendering:optimizeLegibility}[id]{scroll-margin-top:88px}:root{--primary: #2563EB;--primary-dark: #1D4ED8;--secondary: #1E3A6B;--secondary-dark: #14264A;--accent: #38BDF8;--success: #10b981;--warning: #f59e0b;--radius: 8px;--max-width: 1200px;--header-height: 70px}[data-theme=light]{--bg: #ffffff;--bg-alt: #f8fafc;--bg-elevated: rgba(255,255,255,.75);--text: #0f172a;--text-secondary: #475569;--text-muted: #64748b;--border: #e2e8f0;--border-light: rgba(0,0,0,.06);--shadow: 0 4px 6px -1px rgba(0,0,0,.06), 0 2px 4px -2px rgba(0,0,0,.04);--shadow-lg: 0 10px 30px -8px rgba(0,0,0,.08);--glass-bg: rgba(255,255,255,.7);--glass-border: rgba(255,255,255,.8);--nav-bg: rgba(255,255,255,.75);--nav-border: rgba(0,0,0,.08);--card-bg: rgba(255,255,255,.6);--hero-bg: #ffffff;--footer-bg: rgba(248,250,252,.8);--tag-bg: rgba(37, 99, 235,.06);--code-bg: #f1f5f9}[data-theme=dark]{--bg: #070b14;--bg-alt: #0d1220;--bg-elevated: rgba(15,20,35,.75);--text: #e8edf5;--text-secondary: #94a3b8;--text-muted: #64748b;--border: rgba(255,255,255,.08);--border-light: rgba(255,255,255,.05);--shadow: 0 4px 6px -1px rgba(0,0,0,.3), 0 2px 4px -2px rgba(0,0,0,.2);--shadow-lg: 0 10px 30px -8px rgba(0,0,0,.5);--glass-bg: rgba(15,20,35,.5);--glass-border: rgba(255,255,255,.06);--nav-bg: rgba(10,15,30,.8);--nav-border: rgba(255,255,255,.06);--card-bg: rgba(15,20,35,.4);--hero-bg: #070b14;--footer-bg: rgba(10,15,30,.8);--tag-bg: rgba(37, 99, 235,.12);--code-bg: #131a2a}html{scroll-behavior:smooth}body{-webkit-overflow-scrolling:touch;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:var(--text);line-height:1.6;background:var(--bg);transition:background .3s ease,color .3s ease}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes text-shimmer{0%{background-position:-200% center;opacity:.7}25%{opacity:1}50%{background-position:0% center;opacity:1}75%{opacity:.9}to{background-position:200% center;opacity:.7}}@keyframes text-float{0%,to{transform:translateY(0)}25%{transform:translateY(-2px)}75%{transform:translateY(1px)}}@keyframes text-glow{0%,to{text-shadow:0 0 8px rgba(37,99,235,.08)}50%{text-shadow:0 0 16px rgba(37,99,235,.15)}}h1,h2,h3,h4,h5,h6,.section-title,.section-subtitle,section p,.container p{animation:none}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;display:block}button{cursor:pointer;border:none;font-family:inherit}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px}.section{padding:30px 0}main>section.section{content-visibility:auto;contain-intrinsic-size:auto 700px}.section-title{text-align:center;font-size:2.6rem;font-weight:800;margin-bottom:14px;color:var(--text);letter-spacing:-.02em}.section-subtitle{text-align:center;color:var(--text-muted);font-size:1.15rem;max-width:640px;margin:0 auto 30px}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:var(--radius);font-size:1rem;font-weight:600;transition:all .3s ease}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-outline{background:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}@media(max-width:768px){.container{padding:0 20px}.section{padding:24px 0}.section-title{font-size:1.8rem}.section-subtitle{font-size:1rem;margin-bottom:30px}section{text-align:center!important}section[style*="min-height: 100vh"]{min-height:auto!important;padding:120px 0 60px!important}section[style*="min-height: 100vh"] [style*="paddingTop: 100px"]{padding-top:0!important}section[style*="min-height: 100vh"] h1{font-size:clamp(1.6rem,6vw,2.2rem)!important}section[style*="min-height: 100vh"] [style*="gap: 48px"]{gap:24px!important;flex-wrap:wrap!important}section[style*="min-height: 100vh"] [style*="flex-wrap: wrap"][style*="gap: 16px"]{flex-direction:column!important;align-items:center!important}section[style*="min-height: 100vh"] [style*="flex-wrap: wrap"][style*="gap: 16px"] a{width:100%!important;max-width:320px!important;justify-content:center!important}section .container{text-align:center!important}section [style*="text-align: left"],section [style*="text-align: start"]{text-align:center!important}[style*="grid-template-columns: 1fr 1fr"],[style*="grid-template-columns: 1.2fr 0.8fr"],[style*="grid-template-columns: 0.8fr 1.2fr"],[style*="grid-template-columns: 1fr 1.2fr"],[style*="grid-template-columns: repeat(3, 1fr)"],[style*="grid-template-columns: 1.4fr 1fr"]{grid-template-columns:1fr!important;gap:20px!important;text-align:center!important;justify-items:center!important}[style*="grid-template-columns: repeat(4, 1fr)"]{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}footer [style*="grid-template-columns: 2fr 1fr 1fr 1.5fr"]{grid-template-columns:1fr 1fr!important}footer [style*="grid-template-columns: 2fr 1fr 1fr 1.5fr"]>div{border-right:none!important;border-bottom:1px solid rgba(255,255,255,.12)!important}[style*="width: 260px"][style*="height: 260px"]{width:180px!important;height:180px!important;padding:24px!important}[style*="width: 240px"][style*="height: 240px"]{width:280px!important;height:auto!important;min-height:170px!important;border-radius:20px!important;padding:30px!important}[style*="width: 240px"][style*="height: 240px"] [style*="font-size: 1rem"][style*="font-weight: 700"]{font-size:.95rem!important}[style*="width: 240px"][style*="height: 240px"] [style*="font-size: 0.82rem"]{font-size:.82rem!important;line-height:1.4!important}[style*="width: 240px"][style*="height: 240px"] [style*="width: 50px"][style*="height: 50px"]{width:42px!important;height:42px!important;font-size:1.1rem!important;margin-bottom:12px!important}[style*="width: 240px"][style*="height: 240px"] [class*=card-shine]{border-radius:20px!important}[style*="width: 260px"][style*="height: 260px"]{width:280px!important;height:auto!important;min-height:180px!important;border-radius:20px!important;padding:30px!important}}@media(max-width:480px){[style*="gap: 60px"]{gap:20px!important}[style*="gap: 60px"] [style*="width: 260px"]{width:calc(50% - 10px)!important;min-height:150px!important;padding:20px 14px!important}[style*="gap: 60px"] [style*="width: 260px"] [style*="width: 50px"][style*="height: 50px"]{width:34px!important;height:34px!important;font-size:.9rem!important;margin-bottom:8px!important}[style*="gap: 60px"] [style*="width: 260px"] h3{font-size:.78rem!important}[style*="gap: 60px"] [style*="width: 260px"] [style*="font-size: 0.82rem"],[style*="gap: 60px"] [style*="width: 260px"] p{font-size:.65rem!important;line-height:1.2!important}[style*="width: 120px"][style*="height: 120px"]{width:80px!important;height:80px!important}section [style*="display: flex"]{justify-content:center!important}section [style*=justify-self]{justify-self:center!important}[style*="width: 380px"][style*="flex-shrink: 0"]{width:280px!important}[class*=container] [style*="display: flex"][style*="gap: 60px"]{gap:24px!important}[class*=container] [style*="display: flex"][style*="gap: 50px"]{gap:20px!important}[class*=container] [style*="display: flex"][style*="gap: 70px"]{gap:24px!important}section[style*=perspective] [style*="position: absolute"][style*=blur]{display:none!important}footer{text-align:center!important}footer [style*="grid-template-columns: 2fr 1fr 1fr 1.5fr"]{grid-template-columns:1fr 1fr!important;gap:0!important}footer [style*="grid-template-columns: 2fr 1fr 1fr 1.5fr"]>div{border-right:none!important;min-height:auto!important;padding:20px 16px!important;border-bottom:2px solid #000!important}footer [style*="grid-template-columns: 2fr 1fr 1fr 1.5fr"]>div:first-child{grid-column:1 / -1!important;border-bottom:2px solid #000!important}footer [style*="grid-template-columns: 2fr 1fr 1fr 1.5fr"]>div:first-child [style*="display: flex"]{justify-content:center!important}footer [style*="grid-template-columns: 2fr 1fr 1fr 1.5fr"]>div:last-child{grid-column:1 / -1!important}footer [style*="grid-template-columns: 2fr 1fr 1fr 1.5fr"]>div:last-child ul{align-items:center!important}footer [style*="grid-template-columns: 2fr 1fr 1fr 1.5fr"]>div:last-child ul li{justify-content:center!important}footer [style*="display: flex"][style*="justify-content: space-between"]{flex-direction:column!important;gap:10px!important;text-align:center!important}footer [style*="display: flex"][style*="gap: 20px"]{justify-content:center!important}[style*="grid-template-columns: repeat(5, 1fr)"],[style*="grid-template-columns: repeat(6, 1fr)"]{grid-template-columns:repeat(3,1fr)!important;gap:12px!important}[style*="grid-template-columns: repeat(4, 1fr)"]{grid-template-columns:repeat(2,1fr)!important;gap:12px!important}[style*="grid-template-columns: repeat(3, 1fr)"]:not(.services-grid)[style*="gap: 20px"]{grid-template-columns:repeat(2,1fr)!important;gap:14px!important}}@media(max-width:480px){.container{padding:0 16px}.section{padding:12px 0}.section-title{font-size:1.3rem}.section-subtitle{font-size:.88rem;margin-bottom:24px}[style*="width: 260px"][style*="height: 260px"]{width:150px!important;height:150px!important;padding:18px!important}[style*="width: 240px"][style*="height: 240px"]{width:140px!important;height:140px!important;padding:16px!important}[style*="width: 380px"][style*="flex-shrink: 0"]{width:240px!important}[style*="grid-template-columns: repeat(2, 1fr)"][style*="gap: 20px"],[style*="grid-template-columns: 1fr 1.2fr"],[style*="grid-template-columns: 1fr 1fr"][style*="gap: 40px"],[style*="grid-template-columns: 1fr 1fr"][style*="gap: 14px"]{grid-template-columns:1fr!important}[style*="grid-template-columns: repeat(5, 1fr)"],[style*="grid-template-columns: repeat(6, 1fr)"],[style*="grid-template-columns: repeat(4, 1fr)"]{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}[style*="grid-template-columns: repeat(3, 1fr)"]:not(.services-grid)[style*="gap: 20px"]{grid-template-columns:1fr!important}}.services-grid{grid-template-columns:repeat(2,1fr)!important;align-items:stretch!important}.service-card{min-height:128px!important;height:100%!important}.service-card .svc-title{display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden!important;min-height:2.5em!important}.service-card .svc-desc{display:-webkit-box!important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden!important;min-height:2.2em!important}@media(max-width:900px){.services-grid{gap:16px!important}}@media(max-width:560px){.services-grid{gap:12px!important}.service-card{flex-direction:column!important;text-align:center!important;align-items:center!important;gap:10px!important;padding:20px 14px!important;min-height:172px!important}.service-card .svc-icon{width:42px!important;height:42px!important;font-size:1.05rem!important;margin:0 auto!important}.service-card .svc-title{font-size:.85rem!important}.service-card .svc-desc{font-size:.72rem!important}}@media(max-width:560px){.related-service-card .svc-icon{margin:0 auto 14px!important}}.services-page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch;justify-items:stretch}@media(max-width:900px){.services-page-grid{grid-template-columns:repeat(2,1fr);gap:16px}}@media(max-width:640px){.services-page-grid{grid-template-columns:1fr;gap:14px}}@media(max-width:768px){.service-hero-grid{grid-template-columns:1fr!important;gap:32px!important}.service-features-grid{grid-template-columns:1fr!important;gap:28px!important;align-items:stretch!important}}@media(max-width:560px){.service-includes-grid{grid-template-columns:1fr!important}}@media(max-width:768px){.hero-section{padding:100px 0 36px!important}.hero-section h1{margin-bottom:16px!important}.hero-section p{margin-bottom:18px!important}.hero-features{margin-bottom:20px!important}.hero-cards{gap:12px!important;padding:0!important}.hero-card{padding:16px 12px!important}}@media(max-width:480px){.hero-section{padding:90px 0 30px!important}.hero-features li:nth-child(n+3){display:none!important}}@media(max-width:768px){.stat-grid-2col[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr 1fr!important;gap:12px!important}}@media(max-width:480px){.stat-grid-2col[style*="grid-template-columns: 1fr 1fr"]{gap:10px!important}.stat-grid-2col>div{padding:18px 12px!important}}.team-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:190px}.team-card .team-avatar{flex-shrink:0}.team-card h4{display:flex;align-items:center;justify-content:center;min-height:34px}.team-card p{display:flex;align-items:center;justify-content:center;min-height:30px}@media(max-width:768px){.team-card{min-height:200px;padding:18px 10px!important}}@media(max-width:480px){.team-card{min-height:190px}.team-card .team-avatar{width:68px!important;height:68px!important}}.reveal-el{opacity:0;filter:blur(6px)}.reveal-el.dir-left{transform:translate(-64px)}.reveal-el.dir-right{transform:translate(64px)}.reveal-el.dir-up{transform:translateY(44px)}@keyframes reveal-from-left{0%{opacity:0;transform:translate(-64px);filter:blur(6px)}to{opacity:1;transform:translate(0);filter:blur(0)}}@keyframes reveal-from-right{0%{opacity:0;transform:translate(64px);filter:blur(6px)}to{opacity:1;transform:translate(0);filter:blur(0)}}@keyframes reveal-from-up{0%{opacity:0;transform:translateY(44px);filter:blur(6px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}.reveal-el.reveal-in.dir-left{animation:reveal-from-left 1.15s cubic-bezier(.16,1,.3,1) forwards}.reveal-el.reveal-in.dir-right{animation:reveal-from-right 1.15s cubic-bezier(.16,1,.3,1) forwards}.reveal-el.reveal-in.dir-up{animation:reveal-from-up 1.15s cubic-bezier(.16,1,.3,1) forwards}@media(max-width:768px){.reveal-el.dir-left,.reveal-el.dir-right{transform:translateY(36px)}@keyframes reveal-from-left{0%{opacity:0;transform:translateY(36px);filter:blur(6px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes reveal-from-right{0%{opacity:0;transform:translateY(36px);filter:blur(6px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}}.reveal-fade{opacity:0;transform:translateY(18px)}@keyframes reveal-fade-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.reveal-fade.reveal-in{animation:reveal-fade-in .95s cubic-bezier(.16,1,.3,1) forwards}.reveal-pop{opacity:0;transform:scale(.72) translateY(10px)}@keyframes reveal-pop-in{0%{opacity:0;transform:scale(.72) translateY(10px)}55%{opacity:1;transform:scale(1.08) translateY(0)}to{opacity:1;transform:scale(1) translateY(0)}}.reveal-pop.reveal-in{animation:reveal-pop-in .85s cubic-bezier(.16,1,.3,1) forwards}@media(prefers-reduced-motion:reduce){.reveal-el,.reveal-fade,.reveal-pop{filter:none}.reveal-el.reveal-in,.reveal-fade.reveal-in,.reveal-pop.reveal-in{animation-duration:.3s!important}}@property --tag-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.section-tag{position:relative;display:inline-flex;align-items:center;gap:8px;padding:6px 18px 6px 6px;border-radius:40px;font-size:.82rem;font-weight:700;letter-spacing:.3px;color:var(--primary);background:var(--tag-bg);isolation:isolate}.section-tag:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1.2px;background:conic-gradient(from var(--tag-angle, 0deg),var(--primary),var(--accent),var(--success),var(--primary));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:tag-rotate 4s linear infinite;pointer-events:none;opacity:.85}@keyframes tag-rotate{to{--tag-angle: 360deg}}.section-tag-icon{width:22px;height:22px;border-radius:50%;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary),var(--accent));color:#fff;font-size:.62rem;box-shadow:0 0 0 3px #2563eb1f}.section-tag-text{position:relative;background:linear-gradient(100deg,var(--primary) 35%,var(--accent) 50%,var(--primary) 65%);background-size:220% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:tag-shine 4.5s ease-in-out infinite;text-transform:uppercase}@keyframes tag-shine{0%,15%{background-position:100% 0}50%,65%{background-position:-20% 0}to{background-position:-120% 0}}@media(prefers-reduced-motion:reduce){.section-tag:before,.section-tag-text{animation:none}}[data-theme=dark] ::-webkit-scrollbar{width:8px}[data-theme=dark] ::-webkit-scrollbar-track{background:var(--bg-alt)}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#2a3040;border-radius:4px}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#3a4560}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}
