@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap");:root{--bg-primary:#04051e;--bg-secondary:#07092a;--bg-card:rgba(255,255,255,0.04);--bg-card-hover:rgba(255,255,255,0.07);--purple:#7c3aed;--purple-light:#a855f7;--purple-glow:rgba(124,58,237,0.35);--blue:#3b82f6;--blue-light:#60a5fa;--cyan:#06b6d4;--green:#10b981;--green-light:#34d399;--white:#ffffff;--text-primary:rgba(255,255,255,0.95);--text-secondary:rgba(255,255,255,0.65);--text-muted:rgba(255,255,255,0.4);--border:rgba(255,255,255,0.08);--border-hover:rgba(255,255,255,0.18);--nav-height:72px;--nav-offset:calc(var(--nav-height) + 3px);--font-sans:"Inter","DM Sans",system-ui,-apple-system,sans-serif;--pad-x:40px;--pad-y:82px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}@media (hover:none) and (pointer:coarse){a,button,input,select,textarea{min-height:44px;min-width:44px}}body{font-family:var(--font-sans);background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button{font-family:var(--font-sans);cursor:pointer;border:none;background:none}ol,ul{list-style:none}img{max-width:100%;height:auto;display:block}svg{flex-shrink:0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:rgba(124,58,237,.5);border-radius:3px}.container{width:100%;padding:0 var(--pad-x)}.section{padding:var(--pad-y) 0}.section-label{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--purple-light);margin-bottom:16px}.section-label:before{content:"";display:block;width:20px;height:2px;background:var(--purple-light);border-radius:2px}.section-label--icon:before{content:none}.section-title{font-size:clamp(32px,2vw,52px);font-weight:400;line-height:1.12;letter-spacing:-.02em;color:var(--white);margin-bottom:20px}.section-subtitle{font-size:17px;font-weight:500;line-height:1.7;color:var(--bg-primary);max-width:560px}.btn-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;font-size:15px;font-weight:600;border-radius:50px;border:none;cursor:pointer;transition:all .25s ease;box-shadow:0 0 30px rgba(124,58,237,.35)}.btn-primary:hover{background:linear-gradient(135deg,#8b5cf6,#7c3aed);box-shadow:0 0 45px rgba(124,58,237,.55);transform:translateY(-1px)}.btn-outline{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;background:transparent;color:#fff;font-size:15px;font-weight:600;border-radius:50px;border:1.5px solid rgba(255,255,255,.35);cursor:pointer;transition:all .25s ease}.btn-outline:hover{border-color:rgba(255,255,255,.7);background:rgba(255,255,255,.06)}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:32px;transition:all .3s ease}.card:hover{background:var(--bg-card-hover);border-color:var(--border-hover);transform:translateY(-4px)}.glow-purple{box-shadow:0 0 60px rgba(124,58,237,.2)}.gradient-text{background:linear-gradient(135deg,#a855f7,#60a5fa,#34d399);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.badge{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:50px;font-size:20px;font-weight:600;color:var(--text-primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.badge-dot{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 8px var(--green);animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.icon-box{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:20px;background:rgba(124,58,237,.15);border:1px solid rgba(124,58,237,.25)}.divider{width:100%;height:1px;background:var(--border)}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .7s ease forwards}.fade-up-delay-1{animation-delay:.1s;opacity:0}.fade-up-delay-2{animation-delay:.2s;opacity:0}.fade-up-delay-3{animation-delay:.3s;opacity:0}.fade-up-delay-4{animation-delay:.4s;opacity:0}.reveal{opacity:0;transform:translateY(40px) scale(.97);transition:opacity .75s ease,transform .75s ease}.reveal.is-visible{opacity:1;transform:translateY(0) scale(1)}.reveal-stagger>*{opacity:0;transform:translateY(28px) scale(.96);transition:opacity .6s ease,transform .6s ease}.reveal-stagger.is-visible>*{opacity:1;transform:translateY(0) scale(1)}.reveal-stagger.is-visible>:first-child{transition-delay:0s}.reveal-stagger.is-visible>:nth-child(2){transition-delay:90ms}.reveal-stagger.is-visible>:nth-child(3){transition-delay:.18s}.reveal-stagger.is-visible>:nth-child(4){transition-delay:.27s}.reveal-stagger.is-visible>:nth-child(5){transition-delay:.36s}.reveal-stagger.is-visible>:nth-child(6){transition-delay:.45s}.reveal-left{opacity:0;transform:translateX(-44px);transition:opacity .7s ease,transform .7s ease}.reveal-left.is-visible{opacity:1;transform:translateX(0)}.reveal-right{opacity:0;transform:translateX(44px);transition:opacity .7s ease,transform .7s ease;transition-delay:.15s}.reveal-right.is-visible{opacity:1;transform:translateX(0)}.tilt-card{transform-style:preserve-3d}.tilt-card:hover{box-shadow:0 20px 60px rgba(91,95,199,.25),0 4px 16px rgba(0,0,0,.3)}@keyframes gradient-shift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.gradient-text-animated{background:linear-gradient(270deg,#a855f7,#5b5fc7,#06b6d4,#10b981,#60a5fa,#a855f7);background-size:300% 300%;animation:gradient-shift 6s ease infinite;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-particles{position:absolute;inset:0;pointer-events:none;z-index:1;overflow:hidden}.page-particle{position:absolute;border-radius:50%;animation:float-orb ease-in-out infinite}@keyframes float-orb{0%,to{transform:translateY(0) scale(1);opacity:.7}33%{transform:translateY(-18px) scale(1.18);opacity:1}66%{transform:translateY(8px) scale(.9);opacity:.5}}.page-cursor-glow{position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(91,95,199,.18) 0,rgba(124,58,237,.08) 45%,transparent 70%);transform:translate(-50%,-50%);pointer-events:none;z-index:1;opacity:0;transition:opacity .4s ease}@media (max-width:1024px){:root{--nav-height:68px;--pad-x:32px;--pad-y:70px}.section-title{font-size:clamp(28px,4vw,42px)}.section-subtitle{font-size:16px}.btn-outline,.btn-primary{padding:12px 24px;font-size:14px}.card{padding:24px}}@media (max-width:768px){:root{--nav-height:64px;--pad-x:20px;--pad-y:60px}.container{padding:0 20px}.section{padding:60px 0}.section-title{font-size:clamp(24px,6vw,32px);margin-bottom:16px}.section-subtitle{font-size:15px;line-height:1.6}.section-label{font-size:11px;margin-bottom:12px}.btn-outline,.btn-primary{padding:11px 22px;font-size:14px}.card{padding:20px;border-radius:12px}.icon-box{width:44px;height:44px;margin-bottom:16px}.badge{padding:8px 14px;font-size:14px}}@media (max-width:480px){:root{--nav-height:60px;--pad-x:16px;--pad-y:50px}.container{padding:0 16px}.section{padding:50px 0}.section-title{font-size:24px;line-height:1.2;margin-bottom:12px}.section-subtitle{font-size:14px;line-height:1.5}.section-label{font-size:10px;gap:6px;margin-bottom:10px}.section-label:before{width:16px;height:1.5px}.btn-outline,.btn-primary{padding:12px 20px;font-size:13px;width:100%;justify-content:center}.btn-outline svg,.btn-primary svg{width:14px;height:14px}.card{padding:18px;border-radius:10px}.icon-box{width:40px;height:40px;font-size:20px;margin-bottom:14px}.badge{padding:7px 12px;font-size:12px;gap:6px}.badge-dot{width:6px;height:6px}.gradient-text{display:inline-block}}@media (prefers-reduced-motion:reduce){.reveal,.reveal-left,.reveal-right,.reveal-stagger>*{opacity:1!important;transform:none!important;transition:none!important}.gradient-text-animated,.page-particle{animation:none}}[data-theme=light]{--bg-primary:#f8f7ff;--bg-secondary:#f0eeff;--bg-card:rgba(124,58,237,0.04);--bg-card-hover:rgba(124,58,237,0.08);--text-primary:rgba(15,13,26,0.92);--text-secondary:rgba(15,13,26,0.65);--text-muted:rgba(15,13,26,0.4);--border:rgba(0,0,0,0.09);--border-hover:rgba(0,0,0,0.22)}[data-theme=light] body{background-color:var(--bg-primary);color:var(--text-primary)}[data-theme=light] .section-subtitle,[data-theme=light] .section-title{color:#0f0d1a}[data-theme=light] .badge{background:rgba(124,58,237,.07);border-color:rgba(124,58,237,.22);color:#0f0d1a}[data-theme=light] .card{background:#ffffff;border-color:rgba(0,0,0,.08);box-shadow:0 2px 16px rgba(0,0,0,.06)}[data-theme=light] .card:hover{background:#f8f7ff;border-color:rgba(124,58,237,.2);box-shadow:0 6px 24px rgba(124,58,237,.1)}[data-theme=light] .btn-outline{border-color:rgba(0,0,0,.3);color:#0f0d1a}[data-theme=light] .btn-outline:hover{border-color:rgba(0,0,0,.65);background:rgba(0,0,0,.04)}[data-theme=light] ::-webkit-scrollbar-track{background:var(--bg-primary)}[data-theme=light] [class*=-heading]:not(.gradient-text),[data-theme=light] [class*=-title]:not(.gradient-text),[data-theme=light] [class*=__heading]:not(.gradient-text),[data-theme=light] [class*=__title]:not(.gradient-text),[data-theme=light] [class*=__value]:not(.gradient-text){color:#0f1461}[data-theme=light] [class*=__body]:not(body),[data-theme=light] [class*=__desc],[data-theme=light] [class*=__subtitle],[data-theme=light] [class*=__text]:not(button){color:rgba(15,20,97,.72)}[data-theme=light] [class*=__address],[data-theme=light] [class*=__author-role],[data-theme=light] [class*=__eyebrow],[data-theme=light] [class*=__label],[data-theme=light] [class*=__meta],[data-theme=light] [class*=__role],[data-theme=light] [class*=__sub],[data-theme=light] [class*=__tag],[data-theme=light] [class*=__tagline]{color:rgba(15,20,97,.5)}[data-theme=light] [class*=__author-name],[data-theme=light] [class*=__name]:not([class*=footer__brand-name]):not([class*=__author-name]),[data-theme=light] [class*=step__label]{color:#0f1461}[data-theme=light] [class*=step__desc]{color:rgba(15,20,97,.62)}[data-theme=light] [class*=step__connector]{background:rgba(124,58,237,.18)!important}[data-theme=light] [class*=__how]{color:#0f1461}[data-theme=light] [class*=__quote]:not([class*=__quote-mark]):not([class*=__quote-wrap]):not([class*=__quote-author]){color:rgba(15,20,97,.78)}[data-theme=light] [class*=approach__cta]{color:#5b5fc7!important;border-color:rgba(91,95,199,.45)!important}[data-theme=light] [class*=approach__cta]:hover{background:rgba(91,95,199,.07)!important;border-color:#5b5fc7!important}[data-theme=light] [class*=-stat]:not([class*=__]){border-right-color:rgba(0,0,0,.07)!important;border-bottom-color:rgba(0,0,0,.07)!important}[data-theme=light] [class*=partner-badge]:not([class*=__logo]):not([class*=__label]){background:rgba(124,58,237,.05)!important;border-color:rgba(124,58,237,.2)!important}[data-theme=light] [class*=partner-badge]:not([class*=__logo]):not([class*=__label]):hover{background:rgba(124,58,237,.1)!important}[data-theme=light] [class*=partner-badge__label]{color:rgba(15,20,97,.65)}[data-theme=light] [class*=partners__item]{background:rgba(124,58,237,.05);border-color:rgba(124,58,237,.2)}[data-theme=light] [class*=partners__item]:hover{background:rgba(124,58,237,.1);border-color:rgba(124,58,237,.3)}[data-theme=light] [class*=__quote-wrap],[data-theme=light] [class*=__team-card],[data-theme=light] [class*=offices__card],[data-theme=light] [class*=story__card]{background:#ffffff;border-color:rgba(124,58,237,.15)}[data-theme=light] [class*=cta-band__sub],[data-theme=light] [class*=cta-band__title]{color:#fff}[data-theme=light] .genai-approach,[data-theme=light] .genai-choose,[data-theme=light] .genai-stats-bar{background:#f0eeff;border-color:rgba(124,58,237,.1)}[data-theme=light] .genai-partners{background:#ede9fe}[data-theme=light] .dm-approach,[data-theme=light] .dm-choose,[data-theme=light] .dm-limits,[data-theme=light] .dm-stats-bar{background:#f0eeff;border-color:rgba(124,58,237,.1)}[data-theme=light] .dm-partners{background:#ede9fe}[data-theme=light] .ir-approach,[data-theme=light] .ir-challenges,[data-theme=light] .ir-choose,[data-theme=light] .ir-stats-bar{background:#f0eeff;border-color:rgba(124,58,237,.1)}[data-theme=light] .ir-partners{background:#ede9fe}[data-theme=light] .am-approach,[data-theme=light] .am-challenges,[data-theme=light] .am-choose,[data-theme=light] .am-stats-bar{background:#f0eeff;border-color:rgba(124,58,237,.1)}[data-theme=light] .am-partners{background:#ede9fe}[data-theme=light] .am-challenge-item,[data-theme=light] .dm-limit-item,[data-theme=light] .ir-challenge-item{background:rgba(124,58,237,.04);border-color:rgba(124,58,237,.18)}[data-theme=light] .am-challenge-item--open,[data-theme=light] .dm-limit-item--open,[data-theme=light] .ir-challenge-item--open{background:rgba(124,58,237,.1);border-color:rgba(124,58,237,.35)}[data-theme=light] [class*=challenge-item__label],[data-theme=light] [class*=limit-item__label]{color:#0f1461}[data-theme=light] [class*=challenge-item__chevron],[data-theme=light] [class*=limit-item__chevron]{color:rgba(15,20,97,.4)}[data-theme=light] [class*=challenge-item__desc],[data-theme=light] [class*=limit-item__desc]{color:rgba(15,20,97,.65)}[data-theme=light] .am-feature-card--dark{background:#f0eeff!important;border-color:rgba(124,58,237,.25)!important}[data-theme=light] .awsx-testimonial{background:#f0eeff}[data-theme=light] .contact-hero{background:linear-gradient(180deg,#ede9fe,#f5f3ff)}[data-theme=light] .contact-hero__title{color:#0f1461}[data-theme=light] .contact-hero__desc{color:rgba(15,20,97,.65)}[data-theme=light] .contact-hero__eyebrow{color:#5b5fc7}[data-theme=light] .am-page,[data-theme=light] .awsx-page,[data-theme=light] .azx-page,[data-theme=light] .dm-page,[data-theme=light] .genai-page,[data-theme=light] .insights-page,[data-theme=light] .ir-page,[data-theme=light] .placeholder-page{background:#ffffff}[data-theme=dark] .am-page,[data-theme=dark] .awsx-page,[data-theme=dark] .careers-page,[data-theme=dark] .casestudies-page,[data-theme=dark] .contact-page,[data-theme=dark] .dm-page,[data-theme=dark] .genai-page,[data-theme=dark] .insights-page,[data-theme=dark] .ir-page,[data-theme=dark] .placeholder-page{background:var(--bg-primary);color:var(--text-primary)}[data-theme=dark] .am-hero,[data-theme=dark] .awsx-hero,[data-theme=dark] .careers-hero,[data-theme=dark] .dm-hero,[data-theme=dark] .genai-hero,[data-theme=dark] .ir-hero{background:rgba(255,255,255,.025);border-bottom-color:rgba(255,255,255,.07)}[data-theme=dark] .am-footer-cta,[data-theme=dark] .am-simplify,[data-theme=dark] .am-solutions,[data-theme=dark] .am-testimonial,[data-theme=dark] .awsx-dna,[data-theme=dark] .awsx-footer,[data-theme=dark] .awsx-sba,[data-theme=dark] .awsx-skills,[data-theme=dark] .careers-cta,[data-theme=dark] .careers-roles,[data-theme=dark] .careers-values,[data-theme=dark] .careers-why,[data-theme=dark] .dm-do-more,[data-theme=dark] .dm-footer-cta,[data-theme=dark] .dm-solutions,[data-theme=dark] .dm-testimonial,[data-theme=dark] .genai-bet-big,[data-theme=dark] .genai-footer-cta,[data-theme=dark] .genai-offerings,[data-theme=dark] .genai-testimonial,[data-theme=dark] .insights-page .insights-featured,[data-theme=dark] .insights-page .insights-grid-section,[data-theme=dark] .ir-do-more,[data-theme=dark] .ir-footer-cta,[data-theme=dark] .ir-solutions,[data-theme=dark] .ir-testimonial{background:var(--bg-secondary)}[data-theme=dark] .awsx-footer,[data-theme=dark] .careers-why,[data-theme=dark] .dm-do-more,[data-theme=dark] .genai-bet-big,[data-theme=dark] .genai-offerings,[data-theme=dark] .ir-do-more{border-color:rgba(255,255,255,.07)}[data-theme=dark] .am-card,[data-theme=dark] .am-feature-card:not(.am-feature-card--dark),[data-theme=dark] .careers-values__profile,[data-theme=dark] .careers-why__card,[data-theme=dark] .dm-card,[data-theme=dark] .genai-card,[data-theme=dark] .ir-card{background:var(--bg-card);border-color:var(--border)}[data-theme=dark] .am-card:hover,[data-theme=dark] .dm-card:hover,[data-theme=dark] .genai-card:hover,[data-theme=dark] .ir-card:hover{background:var(--bg-card-hover);border-color:rgba(255,255,255,.16)}[data-theme=dark] [class*=-hero__avatar-ring]{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.12)}[data-theme=dark] [class*=-hero__pill]{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);color:rgba(255,255,255,.88)}[data-theme=dark] [class*=-trust-bar__badge],[data-theme=dark] [class*=-trust-bar__logo]{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.1);color:rgba(255,255,255,.65)}[data-theme=dark] [class*=-trust-bar__eyebrow],[data-theme=dark] [class*=-trust-bar__label]{color:rgba(255,255,255,.35)}[data-theme=dark] .awsx-hero__badge,[data-theme=dark] .awsx-hero__title,[data-theme=dark] .careers-hero__subtitle,[data-theme=dark] .careers-hero__title,[data-theme=dark] .insights-page h1,[data-theme=dark] .insights-page h2,[data-theme=dark] .insights-page h3,[data-theme=dark] [class*=-card__title],[data-theme=dark] [class*=-footer-cta__title],[data-theme=dark] [class*=-section-title],[data-theme=dark] [class*=__headline],[data-theme=dark] [class*=bet-big__heading],[data-theme=dark] [class*=do-more__heading],[data-theme=dark] [class*=testimonial__name]{color:#fff}[data-theme=dark] .careers-hero__desc,[data-theme=dark] .insights-page p,[data-theme=dark] [class*=-card__bullet],[data-theme=dark] [class*=-card__desc],[data-theme=dark] [class*=-footer-cta__sub],[data-theme=dark] [class*=-hero__sub],[data-theme=dark] [class*=-section-desc],[data-theme=dark] [class*=__sub]:not([class*=mobile]):not([class*=navbar]),[data-theme=dark] [class*=bet-big__body],[data-theme=dark] [class*=do-more__body],[data-theme=dark] [class*=testimonial__bullet],[data-theme=dark] [class*=testimonial__cols] p,[data-theme=dark] [class*=testimonial__cta-line],[data-theme=dark] [class*=testimonial__main]{color:rgba(255,255,255,.62)}[data-theme=dark] [class*=testimonial__role]{color:rgba(255,255,255,.42)}[data-theme=dark] .awsx-hero{border-bottom-color:rgba(255,255,255,.07)}[data-theme=dark] .awsx-pill:not(.awsx-pill--light){background:rgba(91,95,199,.2);border-color:rgba(91,95,199,.4)}[data-theme=dark] .awsx-skills{border-color:rgba(255,255,255,.07)}[data-theme=dark] .cs-title{color:#fff}[data-theme=dark] .casestudies-page{color:var(--text-primary)}[data-theme=light] .forti-hero{background:linear-gradient(135deg,#1e2499,#2d33c0 60%,#1a3b8f)}[data-theme=light] .forti-hero__sub{color:rgba(255,255,255,.75)}[data-theme=light] .forti-metrics{background:#f0eeff}[data-theme=light] .forti-metric__label{color:rgba(15,20,97,.6)}[data-theme=dark] .forti-page{background:var(--bg-primary);color:var(--text-primary)}[data-theme=dark] .forti-cta,[data-theme=dark] .forti-how,[data-theme=dark] .forti-intro{background:var(--bg-secondary)}[data-theme=dark] .forti-caps,[data-theme=dark] .forti-integrations{background:var(--bg-primary)}[data-theme=dark] .forti-cap-card{background:var(--bg-card);border-color:var(--border)}[data-theme=dark] .forti-cap-card:hover{background:var(--bg-card-hover);border-color:var(--border-hover);box-shadow:none}[data-theme=dark] .forti-integration-chip,[data-theme=dark] .forti-intro__pill{background:var(--bg-card);border-color:var(--border)}[data-theme=dark] .forti-integration-chip{color:rgba(255,255,255,.82)}[data-theme=dark] .forti-integration-chip:hover{border-color:rgba(91,95,199,.5);box-shadow:0 2px 8px rgba(91,95,199,.15)}[data-theme=dark] .forti-caps__title,[data-theme=dark] .forti-cta__title,[data-theme=dark] .forti-how__step-title,[data-theme=dark] .forti-how__title,[data-theme=dark] .forti-integrations__title,[data-theme=dark] .forti-intro__heading,[data-theme=dark] .forti-intro__pill-text strong{color:#fff}[data-theme=dark] .forti-caps__sub,[data-theme=dark] .forti-cta__sub,[data-theme=dark] .forti-how__step-desc,[data-theme=dark] .forti-how__sub,[data-theme=dark] .forti-integrations__sub,[data-theme=dark] .forti-intro__body,[data-theme=dark] .forti-intro__pill-text span{color:rgba(255,255,255,.62)}[data-theme=light] .aiops-hero{background:linear-gradient(135deg,#1e2499,#2d33c0 60%,#1a3b8f)}[data-theme=light] .aiops-hero__sub{color:rgba(255,255,255,.75)}[data-theme=light] .aiops-pillars{background:#f0eeff}[data-theme=light] .aiops-pillars__title{color:#0f1461}[data-theme=light] .aiops-pillars__sub{color:rgba(15,20,97,.65)}[data-theme=light] .aiops-pillar-card{background:#fff;border-color:rgba(0,0,0,.09)}[data-theme=light] .aiops-pillar-card:hover{background:#f8f7ff;border-color:rgba(91,95,199,.2);transform:translateY(-3px)}[data-theme=light] .aiops-pillar-card__tag{color:#0f1461}[data-theme=light] .aiops-pillar-card__desc{color:rgba(15,20,97,.65)}[data-theme=light] .aiops-pillar-card__outcome{color:#5b5fc7}[data-theme=light] .aiops-pillar-card__outcome-label{color:rgba(91,95,199,.7)}[data-theme=light] .aiops-metrics{background:#f0eeff}[data-theme=light] .aiops-metric__label{color:rgba(15,20,97,.6)}[data-theme=dark] .aiops-page{background:var(--bg-primary);color:var(--text-primary)}[data-theme=dark] .aiops-cta,[data-theme=dark] .aiops-how{background:var(--bg-secondary)}[data-theme=dark] .aiops-integrations{background:var(--bg-primary)}[data-theme=dark] .aiops-integration-chip{background:var(--bg-card);border-color:var(--border);color:rgba(255,255,255,.82)}[data-theme=dark] .aiops-integration-chip:hover{border-color:rgba(91,95,199,.4);box-shadow:0 2px 8px rgba(91,95,199,.12)}[data-theme=dark] .aiops-cta__title,[data-theme=dark] .aiops-how__step-title,[data-theme=dark] .aiops-how__title,[data-theme=dark] .aiops-integrations__title{color:#fff}[data-theme=dark] .aiops-cta__sub,[data-theme=dark] .aiops-how__step-desc,[data-theme=dark] .aiops-how__sub,[data-theme=dark] .aiops-integrations__sub{color:rgba(255,255,255,.62)}[data-theme=light] .gd-hero{background:linear-gradient(135deg,#1e2499,#2d33c0 60%,#1a3b8f)}[data-theme=light] .gd-hero__sub{color:rgba(255,255,255,.75)}[data-theme=light] .gd-pillars{background:#f0eeff}[data-theme=light] .gd-pillars__title{color:#0f1461}[data-theme=light] .gd-pillars__sub{color:rgba(15,20,97,.65)}[data-theme=light] .gd-pillar-card{background:#fff;border-color:rgba(0,0,0,.09)}[data-theme=light] .gd-pillar-card:hover{background:#f8f7ff;border-color:rgba(91,95,199,.2)}[data-theme=light] .gd-pillar-card__tag{color:#0f1461}[data-theme=light] .gd-pillar-card__desc{color:rgba(15,20,97,.65)}[data-theme=light] .gd-pillar-card__outcome{color:#5b5fc7}[data-theme=light] .gd-pillar-card__outcome-label{color:rgba(91,95,199,.65)}[data-theme=light] .gd-metrics{background:#f0eeff}[data-theme=light] .gd-metric__label{color:rgba(15,20,97,.6)}[data-theme=dark] .gd-page{background:var(--bg-primary);color:var(--text-primary)}[data-theme=dark] .gd-cta,[data-theme=dark] .gd-how{background:var(--bg-secondary)}[data-theme=dark] .gd-centers{background:var(--bg-primary)}[data-theme=dark] .gd-center-card{background:var(--bg-card);border-color:var(--border)}[data-theme=dark] .gd-center-card:hover{background:var(--bg-card-hover);border-color:rgba(91,95,199,.35);box-shadow:0 8px 28px rgba(91,95,199,.1)}[data-theme=dark] .gd-center-card__city{color:#fff}[data-theme=dark] .gd-center-card__desc{color:rgba(255,255,255,.55)}[data-theme=dark] .gd-centers__title,[data-theme=dark] .gd-cta__title,[data-theme=dark] .gd-how__step-title,[data-theme=dark] .gd-how__title{color:#fff}[data-theme=dark] .gd-centers__sub,[data-theme=dark] .gd-cta__sub,[data-theme=dark] .gd-how__step-desc,[data-theme=dark] .gd-how__sub{color:rgba(255,255,255,.62)}[data-theme=light] .ci-hero__sub{color:rgba(255,255,255,.72)}[data-theme=light] .ci-coverage__item{background:#fff;border-color:#e5e7eb}[data-theme=light] .ci-coverage__item:hover{background:#f0f4ff}[data-theme=light] .ci-coverage__item-label{color:#0f1461}[data-theme=light] .ci-coverage__item-desc{color:rgba(15,20,97,.62)}[data-theme=light] .ci-services{background:#f8f9fc;border-top:1px solid #e8eaf0;border-bottom:1px solid #e8eaf0}[data-theme=light] .ci-services__title{color:#0f1461}[data-theme=light] .ci-services__sub{color:rgba(15,20,97,.6)}[data-theme=light] .ci-bento__card--featured{background:linear-gradient(145deg,rgba(59,130,246,.08),rgba(6,182,212,.04));border-color:rgba(59,130,246,.2)}[data-theme=light] .ci-bento__card--tall{background:#ffffff;border-color:rgba(6,182,212,.2)}[data-theme=light] .ci-bento__card--regular{background:#ffffff;border-color:#e8eaf0}[data-theme=light] .ci-bento__card-title{color:#0f1461}[data-theme=light] .ci-bento__card-desc{color:rgba(15,20,97,.62)}[data-theme=light] .ci-bento__card-stat-label{color:rgba(15,20,97,.5)}[data-theme=light] .ci-metrics{background:#f0eeff;border-top:1px solid rgba(124,58,237,.1);border-bottom:1px solid rgba(124,58,237,.1)}[data-theme=light] .ci-metric__label{color:rgba(15,20,97,.6)}[data-theme=dark] .ci-page{background:var(--bg-primary);color:var(--text-primary)}[data-theme=dark] .ci-how{background:var(--bg-secondary)}[data-theme=dark] .ci-coverage,[data-theme=dark] .ci-cta{background:var(--bg-primary)}[data-theme=dark] .ci-how__step-icon{background:var(--bg-card);border-color:var(--border)}[data-theme=dark] .ci-how__step-title{color:#fff}[data-theme=dark] .ci-how__step-desc{color:rgba(255,255,255,.58)}[data-theme=dark] .ci-how__step-highlight{background:rgba(59,130,246,.12);border-color:rgba(59,130,246,.25)}[data-theme=dark] .ci-how__title{color:#fff}[data-theme=dark] .ci-how__sub{color:rgba(255,255,255,.55)}[data-theme=dark] .ci-coverage__item{background:var(--bg-card);border-color:var(--border)}[data-theme=dark] .ci-coverage__item:hover{background:var(--bg-card-hover);border-color:rgba(96,165,250,.3)}[data-theme=dark] .ci-coverage__item-icon{background:rgba(59,130,246,.12)}[data-theme=dark] .ci-coverage__item-label{color:#fff}[data-theme=dark] .ci-coverage__item-desc{color:rgba(255,255,255,.5)}[data-theme=dark] .ci-coverage__title{color:#fff}[data-theme=dark] .ci-coverage__sub{color:rgba(255,255,255,.55)}[data-theme=light] .sc-hero__sub{color:rgba(255,255,255,.72)}@media (max-width:768px){:root{--pad-y:60px}}@media (max-width:480px){:root{--pad-x:12px;--pad-y:48px}}main{min-height:100vh}.chatw-fab{position:fixed;bottom:24px;right:24px;width:60px;height:60px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#5b5fc7,#7c3aed);color:#fff;box-shadow:0 6px 24px rgba(91,95,199,.45),0 2px 8px rgba(0,0,0,.15);transition:transform .2s ease,box-shadow .2s ease;z-index:999}.chatw-fab:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 10px 30px rgba(91,95,199,.55),0 2px 8px rgba(0,0,0,.18)}.chatw-panel{position:fixed;bottom:96px;right:24px;width:380px;max-width:calc(100vw - 32px);height:560px;max-height:calc(100vh - 140px);display:flex;flex-direction:column;background:var(--bg-primary);border:1px solid var(--border);border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.25),0 2px 8px rgba(0,0,0,.1);overflow:hidden;z-index:999;animation:chatw-in .18s ease}@keyframes chatw-in{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.chatw-header{gap:10px;padding:16px 16px 16px 18px;background:linear-gradient(135deg,#5b5fc7,#7c3aed)}.chatw-header,.chatw-header__avatar{display:flex;align-items:center;flex-shrink:0}.chatw-header__avatar{width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.18);justify-content:center;color:#fff}.chatw-header__text{flex:1 1;min-width:0}.chatw-header__title{font-size:14.5px;font-weight:700;color:#fff}.chatw-header__status{display:flex;align-items:center;gap:5px;font-size:11.5px;color:rgba(255,255,255,.75);margin-top:2px}.chatw-header__dot{width:6px;height:6px;border-radius:50%;background:#34d399;flex-shrink:0}.chatw-header__close{background:rgba(255,255,255,.12);border:none;border-radius:8px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:background .15s ease;flex-shrink:0}.chatw-header__close:hover{background:rgba(255,255,255,.22)}.chatw-messages{flex:1 1;min-height:0;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.chatw-msg{max-width:82%;padding:10px 14px;border-radius:14px;font-size:13.5px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.chatw-msg--user{align-self:flex-end;background:linear-gradient(135deg,#5b5fc7,#7c3aed);color:#fff;border-bottom-right-radius:4px}.chatw-msg--bot{align-self:flex-start;background:var(--bg-card);border:1px solid var(--border);color:var(--text-primary);border-bottom-left-radius:4px}.chatw-msg--typing{display:flex;align-items:center;gap:4px;padding:12px 14px}.chatw-dot{width:6px;height:6px;border-radius:50%;background:var(--text-muted);animation:chatw-bounce 1.2s ease-in-out infinite}.chatw-dot:nth-child(2){animation-delay:.15s}.chatw-dot:nth-child(3){animation-delay:.3s}@keyframes chatw-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}.chatw-notice{padding:8px 16px;font-size:11.5px;color:var(--text-muted);border-top:1px solid var(--border);flex-shrink:0}.chatw-notice--limit{color:#f59e0b}.chatw-notice--limit a{color:#5b5fc7;font-weight:600;text-decoration:underline}.chatw-input-row{display:flex;align-items:center;gap:8px;padding:12px;border-top:1px solid var(--border);flex-shrink:0}.chatw-input{flex:1 1;min-width:0;border:1px solid var(--border);background:var(--bg-card);color:var(--text-primary);border-radius:10px;padding:10px 12px;font-size:13.5px;font-family:var(--font-sans);outline:none;transition:border-color .15s ease}.chatw-input:focus{border-color:#5b5fc7}.chatw-input:disabled{opacity:.5;cursor:not-allowed}.chatw-send{width:38px;height:38px;border-radius:10px;border:none;background:linear-gradient(135deg,#5b5fc7,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:opacity .15s ease,transform .15s ease}.chatw-send:hover:not(:disabled){transform:translateY(-1px)}.chatw-send:disabled{opacity:.45;cursor:not-allowed}.chatw-spin{animation:chatw-spin .8s linear infinite}@keyframes chatw-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:480px){.chatw-panel{right:16px;left:16px;width:auto;max-width:none;bottom:88px;height:calc(100vh - 160px)}.chatw-fab{right:16px;bottom:16px}}.navbar-topline{top:0;height:3px;background:linear-gradient(90deg,#06b6d4,#6366f1 50%,#10b981);z-index:1001}.navbar,.navbar-topline{position:fixed;left:0;right:0}.navbar{top:3px;z-index:1000;background:white;flex-direction:column}.navbar,.navbar__inner{height:var(--nav-height);display:flex}.navbar__inner{align-items:center;width:100%;padding:0 var(--pad-x);position:relative}.navbar__logo{display:flex;align-items:center;gap:10px;background:transparent;border:none;cursor:pointer;padding:0;flex-shrink:0;margin-right:32px}.navbar__logo-image{height:54px;width:auto;object-fit:contain}.navbar__logo-text{font-size:25px;font-weight:800;letter-spacing:.04em;color:#0f1461;white-space:nowrap}.navbar__logo-text-ai{background:linear-gradient(135deg,#5b5fc7,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar__center{position:absolute;left:50%;transform:translateX(-50%)}.navbar__center,.navbar__links{display:flex;align-items:center;height:100%}.navbar__links{gap:0;list-style:none;margin:0;padding:0}.navbar__item{position:relative;height:100%;display:flex;align-items:center}.navbar__item--cta{padding-left:8px}.navbar__link{display:flex;align-items:center;gap:4px;padding:6px 12px;font-size:15px;font-weight:500;color:#0f1461;background:none;border:none;border-radius:6px;cursor:pointer;white-space:nowrap;transition:color .18s ease;font-family:var(--font-sans);letter-spacing:.01em}.navbar__link:hover{color:#10b981}.navbar__link.is-active{color:#5b5fc7;font-weight:600}.chevron{transition:transform .2s ease;color:#9ca3af}.chevron--open{transform:rotate(180deg)}.dropdown{top:calc(100% + 10px);min-width:300px;border:1px solid #e5e7eb;border-radius:14px;padding:10px;box-shadow:0 8px 32px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.06);animation:dropIn .16s ease;z-index:200}.dropdown,.dropdown:before{position:absolute;left:50%;transform:translateX(-50%);background:#f8f9fc}.dropdown:before{content:"";top:-6px;width:12px;height:12px;border-left:1px solid #e5e7eb;border-top:1px solid #e5e7eb;transform:translateX(-50%) rotate(45deg)}@keyframes dropIn{0%{opacity:0;transform:translateX(-50%) translateY(-6px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.dropdown__item{display:flex;align-items:flex-start;gap:14px;width:100%;padding:12px 14px;border-radius:10px;background:none;border:none;cursor:pointer;text-align:left;transition:background .15s ease;font-family:var(--font-sans)}.dropdown__item:hover{background:rgba(99,102,241,.07)}.dropdown__icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.dropdown__text{display:flex;flex-direction:column;gap:3px}.dropdown__label{font-size:14px;font-weight:700;color:#0f1461;line-height:1.3}.dropdown__desc{font-size:12.5px;color:#6b7280;line-height:1.5}.dropdown--services{width:340px}.dropdown--services .dropdown__card{max-height:380px;overflow-y:auto;padding-right:4px}.dropdown--services .dropdown__card::-webkit-scrollbar{width:6px}.dropdown--services .dropdown__card::-webkit-scrollbar-thumb{background:rgba(91,95,199,.35);border-radius:3px}.dropdown--services .dropdown__card::-webkit-scrollbar-track{background:transparent}.navbar__right{display:flex;align-items:center;gap:12px;margin-left:auto}.navbar__cta{flex-shrink:0;padding:10px 24px;font-size:14px;font-weight:600;color:#5b5fc7;background:transparent;border:1.8px solid #5b5fc7;border-radius:50px;cursor:pointer;font-family:var(--font-sans);transition:all .2s ease;white-space:nowrap;letter-spacing:.01em;margin-right:0}.navbar__cta:hover{background:#5b5fc7;color:#fff}.hamburger{display:none;flex-direction:column;gap:5px;padding:6px;background:none;border:none;cursor:pointer;margin-left:auto}.hamburger span{display:block;width:22px;height:2px;background:#0f1461;border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger--open span:first-child{transform:translateY(7px) rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-overlay{position:fixed;inset:0;z-index:999;background:#3939c2;display:flex;flex-direction:column;padding:0 28px 32px;overflow-y:auto;animation:overlayIn .25s ease}@keyframes overlayIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.mobile-overlay__header{display:flex;align-items:center;justify-content:space-between;height:calc(var(--nav-height) + 3px);flex-shrink:0}.mobile-overlay__logo{display:flex}.mobile-overlay__close{background:none;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;opacity:.9;transition:opacity .15s}.mobile-overlay__close:hover{opacity:1}.mobile-overlay__nav{flex:1 1;display:flex;flex-direction:column;gap:4px;padding-top:24px}.mobile-overlay__link{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 0;font-size:36px;font-weight:700;color:rgba(255,255,255,.88);background:none;border:none;border-bottom:1px solid rgba(255,255,255,.08);cursor:pointer;text-align:left;font-family:var(--font-sans);letter-spacing:-.02em;transition:color .15s ease}.mobile-overlay__link:hover{color:#fff}.mobile-overlay__link.is-active{color:#3fe38a}.mobile-overlay__chevron{color:rgba(255,255,255,.5);flex-shrink:0}.mobile-overlay__sub{background:#f8f9fc;border:1px solid #e5e7eb;border-radius:14px;padding:6px;margin:0 0 12px;display:flex;flex-direction:column;gap:0}.mobile-overlay__sub-item{display:flex;align-items:flex-start;gap:14px;width:100%;padding:12px 14px;border-radius:10px;background:none;border:none;cursor:pointer;font-family:var(--font-sans);transition:background .15s;text-align:left}.mobile-overlay__sub-item:hover{background:rgba(99,102,241,.07)}.mobile-overlay__sub-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.mobile-overlay__sub-text{display:flex;flex-direction:column;gap:3px}.mobile-overlay__sub-label{font-size:14px;font-weight:700;color:#0f1461;line-height:1.3}.mobile-overlay__sub-desc{font-size:12.5px;color:#6b7280;line-height:1.5}.mobile-overlay__footer{padding-top:28px;flex-shrink:0}.mobile-overlay__cta{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;background:#fff;color:#1a1d2e;font-size:15px;font-weight:700;border:none;border-radius:50px;cursor:pointer;font-family:var(--font-sans);transition:opacity .2s}.mobile-overlay__cta:hover{opacity:.9}.theme-toggle{position:relative;display:flex;align-items:center;width:56px;height:28px;border-radius:50px;background:#0b0621;border:1.5px solid rgba(124,58,237,.5);cursor:pointer;flex-shrink:0;transition:background .3s ease,border-color .3s ease;padding:0;overflow:hidden;margin-left:auto}.theme-toggle--light{background:#f0eeff;border-color:rgba(124,58,237,.3)}.theme-toggle__thumb{position:absolute;left:3px;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#5b5fc7);box-shadow:0 0 8px rgba(124,58,237,.6);transition:transform .28s cubic-bezier(.34,1.56,.64,1);z-index:2;pointer-events:none}.theme-toggle--light .theme-toggle__thumb{transform:translateX(28px);background:linear-gradient(135deg,#f59e0b,#f97316);box-shadow:0 0 8px rgba(245,158,11,.5)}.theme-toggle__moon,.theme-toggle__sun{position:absolute;transition:opacity .2s ease;pointer-events:none;z-index:1}.theme-toggle__moon{right:7px;color:rgba(255,255,255,.55);opacity:1}.theme-toggle__sun{left:7px;color:rgba(124,58,237,.7);opacity:0}.theme-toggle--light .theme-toggle__moon{opacity:0}.theme-toggle--light .theme-toggle__sun{opacity:1}.dropdown--cloud{min-width:460px}.dropdown__cloud-body{display:flex;gap:4px;align-items:flex-start}.dropdown__cloud-providers{display:flex;flex-direction:column;gap:2px;flex:0 0 168px;border-right:1px solid #e5e7eb;padding-right:6px}.dropdown__cloud-provider{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;background:none;border:none;cursor:pointer;text-align:left;width:100%;font-family:var(--font-sans);transition:background .15s ease}.dropdown__cloud-provider:hover{background:rgba(91,95,199,.07)}.dropdown__cloud-provider.is-active{background:rgba(91,95,199,.12)}.dropdown__cloud-provider.is-active .dropdown__cloud-name{color:#5b5fc7}.dropdown__cloud-info{display:flex;flex-direction:column;gap:1px;flex:1 1;min-width:0}.dropdown__cloud-name{font-size:13.5px;font-weight:700;color:#0f1461;line-height:1.2}.dropdown__cloud-sub{font-size:11px;color:#9ca3af;white-space:nowrap}.dropdown__cloud-chevron{color:#c4c9d4;flex-shrink:0}.dropdown__cloud-provider.is-active .dropdown__cloud-chevron{color:#5b5fc7}.dropdown__cloud-expertise{flex:1 1;padding-left:6px}.dropdown__cloud-expertise-label{font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#9ca3af;padding:4px 14px 10px}[data-theme=dark] .dropdown__cloud-providers{border-right-color:rgba(255,255,255,.07)}[data-theme=dark] .dropdown__cloud-provider.is-active,[data-theme=dark] .dropdown__cloud-provider:hover{background:rgba(124,58,237,.14)}[data-theme=dark] .dropdown__cloud-name{color:#fff}[data-theme=dark] .dropdown__cloud-expertise-label{color:rgba(255,255,255,.32)}[data-theme=dark] .navbar{background:rgba(11,6,33,.96);border-bottom-color:rgba(124,58,237,.18);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}[data-theme=dark] .navbar__logo-image{filter:brightness(0) invert(1)}[data-theme=dark] .navbar__logo:hover .navbar__logo-image{color:white}[data-theme=dark] .logo-text,[data-theme=dark] .navbar__logo-text{color:#fff}[data-theme=dark] .logo-ai{color:#3fe38a}[data-theme=dark] .navbar__link{color:rgba(255,255,255,.78)}[data-theme=dark] .navbar__link:hover{color:#c084fc}[data-theme=dark] .navbar__link.is-active{color:#c084fc;font-weight:600}[data-theme=dark] .chevron{color:rgba(255,255,255,.3)}[data-theme=dark] .navbar__cta{color:#c084fc;border-color:rgba(192,132,252,.45)}[data-theme=dark] .navbar__cta:hover{background:rgba(124,58,237,.18);border-color:#c084fc;color:#fff}[data-theme=dark] .hamburger span{background:rgba(255,255,255,.85)}[data-theme=dark] .dropdown{box-shadow:0 8px 32px rgba(0,0,0,.4),0 0 0 1px rgba(124,58,237,.1)}[data-theme=dark] .dropdown,[data-theme=dark] .dropdown:before{background:#130d2e;border-color:rgba(124,58,237,.28)}[data-theme=dark] .dropdown__label{color:#fff}[data-theme=dark] .dropdown__desc{color:rgba(255,255,255,.45)}[data-theme=dark] .dropdown__item:hover{background:rgba(124,58,237,.12)}@media (max-width:1180px){.navbar__center{position:static;transform:none}.navbar__cta,.navbar__links,.theme-toggle{display:none}.hamburger{display:flex}.navbar__logo-image{height:48px}.navbar__inner{padding:0 24px}}@media (max-width:768px){.navbar{height:64px}.navbar__inner{height:64px;padding:0 20px}.navbar__logo-image{height:44px}.navbar-topline{height:2px}.mobile-overlay{padding:0 20px 24px}.mobile-overlay__header{height:calc(64px + 2px)}.mobile-overlay__nav{padding-top:20px}.mobile-overlay__link{font-size:28px;padding:8px 0}.mobile-overlay__sub{padding:4px;margin:0 0 10px}.mobile-overlay__sub-item{padding:10px 12px}.mobile-overlay__sub-icon{width:36px;height:36px}.mobile-overlay__sub-label{font-size:13px}.mobile-overlay__sub-desc{font-size:11.5px}.mobile-overlay__footer{padding-top:20px}.mobile-overlay__cta{padding:12px 28px;font-size:14px;width:100%}}@media (max-width:480px){.navbar{height:60px}.navbar__inner{height:60px;padding:0 16px}.navbar__logo-image{height:40px}.hamburger{padding:4px;gap:4px}.hamburger span{width:20px;height:2px}.mobile-overlay{padding:0 16px 20px}.mobile-overlay__header{height:calc(60px + 2px)}.mobile-overlay__nav{padding-top:16px;gap:2px}.mobile-overlay__link{font-size:24px;padding:7px 0}.mobile-overlay__chevron{width:16px;height:16px}.mobile-overlay__sub{border-radius:10px;padding:3px;margin:0 0 8px}.mobile-overlay__sub-item{padding:9px 10px;border-radius:8px}.mobile-overlay__sub-icon{width:32px;height:32px}.mobile-overlay__sub-label{font-size:12px}.mobile-overlay__sub-desc{font-size:11px;line-height:1.4}.mobile-overlay__footer{padding-top:16px}.mobile-overlay__cta{padding:11px 24px;font-size:13px}.mobile-overlay__close{padding:4px}.mobile-overlay__close svg{width:24px;height:24px}.theme-toggle{width:50px;height:26px}.theme-toggle__thumb{width:18px;height:18px;left:3px}.theme-toggle--light .theme-toggle__thumb{transform:translateX(24px)}.theme-toggle__moon,.theme-toggle__sun{width:10px;height:10px}.theme-toggle__moon{right:6px}.theme-toggle__sun{left:6px}}