:root{--navy:#001d76;--navy-deep:#041e62;--navy-soft:#1a3b8e;--shine-from:#0025a8;--shine-to:#000835;--shine:linear-gradient(90deg,var(--shine-from) 0%,var(--shine-to) 100%);--gold:#ebb143;--gold-hover:#d4a03c;--soft:#e8ecf5;--muted:#f5f6fa;--ink:#0b1638;--text:#5b6475;--border:#e2e6ef;--white:#ffffff;--radius:16px;--radius-sm:12px;--shadow:0 1px 2px rgba(0,29,118,0.04),0 12px 32px rgba(0,29,118,0.06);--font:var(--font-host),"Host Grotesk","Segoe UI",system-ui,sans-serif;--font-body:var(--font-inter),Inter,"Segoe UI",system-ui,sans-serif;--max:1120px}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body,html{overflow-x:hidden;overflow-x:clip}body{margin:0;font-family:var(--font);color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}h1,h2,h3,h4{margin:0;letter-spacing:-.03em;line-height:1.15;color:var(--ink)}p{margin:0;color:var(--text)}.container{width:min(100% - 2rem,var(--max));margin-inline:auto}.container-narrow{width:min(100% - 2rem,720px);margin-inline:auto}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.35rem;border-radius:999px;border:1px solid transparent;font-weight:600;font-size:.95rem;cursor:pointer;transition:.2s ease;white-space:nowrap}.btn-primary{background:var(--gold);color:var(--navy)}.btn-primary:hover{background:var(--gold-hover)}.btn-secondary{background:var(--navy);color:var(--white)}.btn-secondary:hover{background:var(--navy-soft)}.btn-ghost{background:transparent;color:var(--navy);border-color:var(--border)}.btn-ghost:hover{background:var(--muted)}.btn-white{background:var(--white);color:var(--navy)}.btn-white:hover{background:var(--soft)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50}.topbar{display:none;background:var(--shine);color:rgba(255,255,255,.92);text-align:center;padding:.65rem 1rem}@media (min-width:960px){.topbar{display:block}}.topbar p{margin:0;color:inherit;font-size:.875rem;font-weight:400;letter-spacing:-.01em}.topbar a{color:#fff;font-weight:600;text-decoration:underline;text-underline-offset:3px}.topbar a:hover{opacity:.9}.navbar{background:rgba(244,245,247,.88);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(11,22,56,.06)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;min-height:72px;gap:1rem}.brand{display:inline-flex;align-items:center;line-height:0}.brand-logo{height:36px;width:auto;display:block}.navbar-links{display:none;align-items:center;gap:1.75rem}.navbar-links a{font-size:.95rem;font-weight:300;color:var(--ink);letter-spacing:-.01em}.navbar-links a.active,.navbar-links a:hover{color:var(--shine-from)}.navbar-dropdown{position:relative;padding-bottom:.65rem;margin-bottom:-.65rem}.navbar-dropdown-trigger{display:inline-flex;align-items:center;gap:.35rem;padding:0;border:none;background:none;font-family:inherit;font-size:.95rem;font-weight:300;color:var(--ink);letter-spacing:-.01em;cursor:pointer}.navbar-dropdown-trigger.active,.navbar-dropdown-trigger:hover,.navbar-dropdown.open .navbar-dropdown-trigger{color:var(--shine-from)}.navbar-chev{flex-shrink:0;transition:transform .2s ease}.navbar-chev.open,.navbar-dropdown.open .navbar-chev{transform:rotate(180deg)}.navbar-dropdown-menu{position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(6px);min-width:220px;padding:.45rem;border-radius:14px;border:1px solid var(--border);background:rgba(255,255,255,.98);box-shadow:0 18px 40px rgba(0,8,53,.12);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:40}.navbar-dropdown-menu:before{content:"";position:absolute;top:-.65rem;left:-.5rem;right:-.5rem;height:.65rem}.navbar-dropdown.open .navbar-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.navbar-dropdown-menu a{display:block;padding:.55rem .75rem;border-radius:10px;font-size:.9rem;font-weight:400;color:var(--ink);white-space:nowrap}.navbar-dropdown-menu a.active,.navbar-dropdown-menu a:hover{background:rgba(0,37,168,.06);color:var(--shine-from)}.navbar-mobile-group{display:flex;flex-direction:column;gap:.45rem}.navbar-mobile-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;border:none;background:none;font-family:inherit;font-size:inherit;font-weight:300;color:var(--ink);cursor:pointer}.navbar-mobile-sub{display:flex;flex-direction:column;gap:.55rem;padding-left:.85rem;border-left:2px solid rgba(0,37,168,.12)}.navbar-mobile-sub a{font-size:.92rem;color:var(--text)}.about-sub-body{padding:3rem 0 4rem}.about-sub-body p{max-width:58ch;font-size:1rem;line-height:1.65;color:var(--text);margin-bottom:1.5rem}.about-sub-cta{display:inline-flex;align-items:center;padding:.65rem 1.15rem;border-radius:999px;background:var(--shine);color:#fff!important;font-size:.9rem;font-weight:600;box-shadow:0 12px 28px rgba(0,37,168,.22);transition:opacity .2s ease,transform .2s ease}.about-sub-cta:hover{opacity:.93;transform:translateY(-1px)}.careers-empty{padding:2.5rem 0 4rem}.careers-empty-card{max-width:520px;margin:0 auto;text-align:center;padding:2rem 1.5rem;border-radius:22px;border:1px solid var(--border);background:var(--white);box-shadow:var(--shadow)}.careers-empty-icon{display:inline-grid;place-items:center;width:64px;height:64px;margin-bottom:1.15rem;border-radius:18px;background:rgba(0,37,168,.08);color:var(--shine-from)}.careers-empty-card h2{font-size:clamp(1.2rem,3.5vw,1.55rem);font-weight:700;letter-spacing:-.03em;color:var(--navy);margin-bottom:.75rem}.careers-empty-lead{font-size:.95rem;line-height:1.6;color:var(--text);margin-bottom:.65rem}.careers-empty-note{font-size:.88rem;line-height:1.55;color:var(--text);margin-bottom:1.35rem}.careers-empty-link{display:inline-flex;align-items:center;font-size:.88rem;font-weight:600;color:var(--shine-from);transition:opacity .2s ease}.careers-empty-link:hover{opacity:.8}.stack-intro-inner{display:grid;grid-gap:1.25rem;gap:1.25rem;align-items:stretch}@media (min-width:900px){.stack-intro-inner{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);gap:2rem;align-items:center}}.stack-intro-copy h2{font-size:clamp(1.35rem,3.5vw,1.9rem);font-weight:700;letter-spacing:-.035em;color:var(--navy);margin:.55rem 0 .75rem;max-width:18ch}.stack-intro-copy p{font-size:.95rem;line-height:1.6;color:var(--text);max-width:52ch}.stack-intro-copy strong{color:var(--shine-from);font-weight:600}.stack-intro-card{border-radius:20px;border:1px solid rgba(0,37,168,.1);background:var(--white);padding:1.35rem 1.25rem;box-shadow:var(--shadow)}.stack-intro-icon{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--shine);color:#fff;margin-bottom:.85rem;box-shadow:0 10px 22px rgba(0,37,168,.22)}.stack-intro-card h3{font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:.45rem}.stack-intro-card p{font-size:.88rem;line-height:1.55;color:var(--text)}.stack-grid-head{text-align:center;margin-bottom:1.75rem}.stack-grid-head h2{font-size:clamp(1.3rem,3.5vw,1.85rem);font-weight:700;letter-spacing:-.035em;color:var(--navy);margin-top:.45rem;max-width:24ch;margin-inline:auto}.stack-categories{display:grid;grid-gap:1rem;gap:1rem}@media (min-width:800px){.stack-categories{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem}}@media (min-width:1100px){.stack-categories{grid-template-columns:repeat(3,minmax(0,1fr))}.stack-categories .stack-category:nth-child(4),.stack-categories .stack-category:nth-child(5){grid-column:span 1}}.stack-category{display:flex;flex-direction:column;border-radius:20px;border:1px solid rgba(0,37,168,.1);background:var(--white);padding:1.25rem 1.15rem;box-shadow:0 1px 2px rgba(0,29,118,.04)}.stack-category-head{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,37,168,.08)}.stack-category-icon{flex-shrink:0;width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:rgba(0,37,168,.08);color:var(--shine-from)}.stack-category-head h3{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.25rem}.stack-category-head p{font-size:.8rem;line-height:1.45;color:var(--text)}.stack-tools{list-style:none;margin:0;padding:0;display:grid;grid-gap:.75rem;gap:.75rem;flex:1 1}.stack-tool-top{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.stack-tool strong{font-size:.9rem;font-weight:700;color:var(--ink)}.stack-tool-badge{display:inline-flex;align-items:center;gap:.25rem;flex-shrink:0;font-size:.62rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;padding:.22rem .45rem;border-radius:999px;background:rgba(235,177,67,.18);color:var(--navy-deep)}.stack-tool p{font-size:.8rem;line-height:1.45;color:var(--text)}.stack-cta-section{padding:0 0 4rem}.stack-cta-band{display:flex;flex-direction:column;gap:1.15rem;align-items:flex-start;padding:1.35rem 1.25rem;border-radius:20px;background:var(--shine);color:#fff;box-shadow:0 18px 40px rgba(0,37,168,.22)}@media (min-width:800px){.stack-cta-band{flex-direction:row;align-items:center;justify-content:space-between;padding:1.5rem 1.65rem;gap:1.5rem}}.stack-cta-band h2{font-size:clamp(1.15rem,3vw,1.45rem);font-weight:700;letter-spacing:-.03em;color:#fff;margin-bottom:.4rem}.stack-cta-band p{font-size:.88rem;line-height:1.5;color:rgba(255,255,255,.84);max-width:48ch}.stack-cta-btn{display:inline-flex;align-items:center;gap:.55rem;flex-shrink:0;padding:.6rem .6rem .6rem 1.05rem;border-radius:999px;background:#fff;color:var(--navy)!important;font-size:.86rem;font-weight:700;transition:opacity .2s ease,transform .2s ease}.stack-cta-btn:hover{opacity:.94;transform:translateY(-1px)}.stack-cta-icon{width:28px;height:28px;border-radius:50%;background:var(--gold);color:var(--navy-deep);display:grid;place-items:center}@media (max-width:639px){.stack-page .stack-intro-copy h2{font-size:1.2rem}.stack-page .stack-intro-copy p{font-size:.84rem}.stack-page .stack-categories{grid-template-columns:1fr}.stack-page .stack-category{padding:1rem .95rem}.stack-page .stack-cta-btn{width:100%;justify-content:center}}.btn-trial{display:none;align-items:center;gap:.55rem;padding:.55rem .55rem .55rem 1.15rem;border-radius:999px;background:var(--shine);color:#fff;font-size:.92rem;font-weight:600;letter-spacing:-.01em;transition:opacity .2s ease,transform .2s ease}.btn-trial:hover{opacity:.92}.btn-trial-icon{width:28px;height:28px;border-radius:50%;background:#fff;color:var(--ink);display:grid;place-items:center}.navbar-toggle{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;padding:0 10px;border:1px solid var(--border);border-radius:10px;background:transparent;cursor:pointer}.navbar-toggle span{display:block;height:2px;width:100%;background:var(--ink);border-radius:2px}.navbar-mobile{display:none;padding:0 0 1.25rem;border-top:1px solid var(--border)}.navbar-mobile.open{display:block}.navbar-mobile .container{display:flex;flex-direction:column;gap:.85rem;padding-top:1rem}.navbar-mobile a{font-weight:300;color:var(--ink)}.navbar-mobile .btn-trial,.navbar-mobile a.btn-trial{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;max-width:100%;margin-top:.5rem;color:#fff}.navbar-mobile .btn-trial span{color:#fff}.navbar-mobile .btn-trial-icon{color:var(--ink);background:#fff;flex-shrink:0}@media (min-width:900px){.navbar-links{display:flex}.btn-trial{display:inline-flex}.navbar-toggle{display:none}.navbar-mobile{display:none!important}}.hero{padding:4.5rem 0 3.5rem;background:radial-gradient(ellipse 80% 60% at 50% -20%,rgba(0,29,118,.08),transparent),var(--white);text-align:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;border-radius:999px;background:var(--soft);color:var(--navy);font-size:.8rem;font-weight:600;margin-bottom:1.25rem}.hero h1{font-size:clamp(2.2rem,5.5vw,3.75rem);max-width:16ch;margin:0 auto 1rem}.hero-lead{font-size:clamp(1rem,2vw,1.15rem);max-width:42ch;margin:0 auto 1.75rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:2.75rem}.hero-panel{background:var(--muted);border:1px solid var(--border);border-radius:24px;padding:1.25rem;box-shadow:var(--shadow);max-width:920px;margin:0 auto}.hero-mock{background:var(--navy);border-radius:18px;min-height:280px;padding:1.5rem;color:white;text-align:left;position:relative;overflow:hidden}.hero-mock:after{content:"";position:absolute;inset:auto -20% -40% 40%;height:70%;background:radial-gradient(circle,rgba(235,177,67,.35),transparent 70%)}.hero-mock-top{display:flex;gap:.4rem;margin-bottom:1.5rem}.hero-mock-top span{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.25)}.hero-mock h3{color:white;font-size:1.35rem;margin-bottom:.5rem}.hero-mock h3,.hero-mock p{position:relative;z-index:1}.hero-mock p{color:rgba(255,255,255,.75);max-width:36ch}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem;margin-top:1.25rem;position:relative;z-index:1}.hero-stat{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:.85rem}.hero-stat strong{display:block;font-size:1.15rem;color:var(--gold)}.hero-stat span{font-size:.75rem;color:rgba(255,255,255,.7)}.section{padding:5rem 0}.section-muted{background:var(--muted)}.section-navy{background:var(--navy);color:white}.section-navy h2,.section-navy h3{color:white}.section-navy p{color:rgba(255,255,255,.78)}.section-head{text-align:center;max-width:560px;margin:0 auto 2.75rem}.section-head h2{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:.75rem}.section-label{display:inline-block;font-size:.8rem;font-weight:700;color:var(--navy);letter-spacing:.04em;text-transform:uppercase;margin-bottom:.65rem}.section-navy .section-label{color:var(--gold)}.feature-grid{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}@media (min-width:700px){.feature-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1000px){.feature-grid{grid-template-columns:repeat(4,1fr)}}.feature-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.35rem;box-shadow:var(--shadow)}.feature-icon{width:42px;height:42px;border-radius:12px;background:var(--soft);color:var(--navy);display:grid;place-items:center;font-weight:800;margin-bottom:1rem}.feature-card h3{font-size:1.05rem;margin-bottom:.45rem}.feature-card p{font-size:.92rem}.split{display:grid;grid-gap:2rem;gap:2rem;align-items:center}@media (min-width:900px){.split{grid-template-columns:1fr 1fr;gap:3.5rem}.split.reverse .split-copy{order:2}}.split-copy h2{font-size:clamp(1.6rem,3vw,2.15rem);margin-bottom:.85rem}.split-copy p{margin-bottom:1.25rem}.split-list{list-style:none;padding:0;margin:0 0 1.5rem;display:grid;grid-gap:.65rem;gap:.65rem}.split-list li{display:flex;gap:.65rem;align-items:flex-start;color:var(--text);font-size:.95rem}.split-list li:before{content:"";width:8px;height:8px;margin-top:.45rem;border-radius:50%;background:var(--gold);flex-shrink:0}.split-visual{background:var(--muted);border:1px solid var(--border);border-radius:24px;min-height:280px;padding:1.5rem;box-shadow:var(--shadow)}.split-visual-inner{height:100%;min-height:240px;border-radius:18px;background:linear-gradient(160deg,var(--navy) 0,var(--navy-soft) 100%);color:white;padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-end}.split-visual-inner h3{color:white;margin-bottom:.4rem}.split-visual-inner p{color:rgba(255,255,255,.75);font-size:.92rem}.dual-grid{display:grid;grid-gap:1rem;gap:1rem}@media (min-width:800px){.dual-grid{grid-template-columns:1fr 1fr}}.dual-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius);padding:1.75rem}.dual-card h3{margin-bottom:.55rem}.dual-card .btn{margin-top:1.25rem}.testimonial{background:var(--white);border:1px solid var(--border);border-radius:24px;padding:clamp(1.5rem,4vw,2.5rem);box-shadow:var(--shadow);max-width:820px;margin:0 auto;text-align:center}.testimonial blockquote,.testimonial quote{font-size:clamp(1.15rem,2.4vw,1.45rem);color:var(--ink);letter-spacing:-.02em;line-height:1.45;font-weight:500;margin:0 0 1.25rem}.testimonial-author{font-weight:700;color:var(--navy)}.testimonial-role{font-size:.9rem;color:var(--text)}.metrics{display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem;margin-top:1.75rem}@media (min-width:700px){.metrics{grid-template-columns:repeat(3,1fr)}}.metric{background:var(--muted);border-radius:var(--radius-sm);padding:1.15rem;text-align:center}.metric strong{display:block;font-size:1.75rem;color:var(--navy);letter-spacing:-.03em}.metric span{font-size:.85rem;color:var(--text)}.diff-grid{display:grid;grid-gap:1rem;gap:1rem}@media (min-width:800px){.diff-grid{grid-template-columns:repeat(3,1fr)}}.diff-card{border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;background:var(--white)}.diff-card h3{font-size:1.05rem;margin-bottom:.5rem}.trust{text-align:center}.trust-row{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem 1.75rem;margin-top:1.5rem;opacity:.7}.trust-pill{padding:.65rem 1rem;border:1px solid var(--border);border-radius:999px;font-size:.85rem;font-weight:600;color:var(--navy);background:var(--white)}.cta-band{text-align:center;padding:4.5rem 0;background:radial-gradient(ellipse at top,rgba(235,177,67,.18),transparent 55%),var(--navy)}.cta-band h2{color:white;font-size:clamp(1.8rem,4vw,2.6rem);margin-bottom:.75rem}.cta-band p{color:rgba(255,255,255,.8);max-width:42ch;margin:0 auto 1.5rem}.cta-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.portal-cta{background:linear-gradient(rgba(0,8,53,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(0,8,53,.035) 1px,transparent 1px),var(--muted);background-size:44px 44px,44px 44px,auto;padding:2rem 0 2.5rem}@media (min-width:960px){.portal-cta{padding:3rem 0 3.5rem}}.portal-cta-panel{text-align:center;border-radius:22px;padding:2rem 1.25rem;background:radial-gradient(ellipse 70% 80% at 50% 0,rgba(0,37,168,.35),transparent 55%),linear-gradient(160deg,#041e62,#020617);color:#fff;box-shadow:0 22px 48px rgba(0,8,53,.22)}@media (min-width:960px){.portal-cta-panel{border-radius:32px;padding:3.5rem 2.5rem}}.portal-cta-mark{width:32px;height:32px;object-fit:contain;margin:0 auto .85rem;display:block;border-radius:8px}@media (min-width:960px){.portal-cta-mark{width:40px;height:40px;margin-bottom:1.1rem}}.portal-cta-panel h2{color:#fff;font-size:clamp(1.2rem,3.4vw,2.2rem);font-weight:700;letter-spacing:-.035em;line-height:1.15;margin-bottom:.55rem}.portal-cta-panel p{color:rgba(255,255,255,.72);font-size:.74rem;font-weight:300;line-height:1.5;max-width:42ch;margin:0 auto 1.25rem}@media (min-width:960px){.portal-cta-panel p{font-size:.95rem;margin-bottom:1.75rem}}.portal-cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.55rem}.portal-cta-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .95rem .55rem 1.05rem;border-radius:999px;border:1.5px solid rgba(255,255,255,.55);color:#fff!important;font-size:.72rem;font-weight:600;transition:background .2s ease,border-color .2s ease,transform .2s ease}.portal-cta-btn:hover{background:rgba(255,255,255,.1);border-color:#fff;transform:translateY(-1px)}@media (min-width:960px){.portal-cta-btn{padding:.7rem 1.2rem .7rem 1.35rem;font-size:.88rem}}.portal-cta-btn-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#fff;color:#041e62}@media (min-width:960px){.portal-cta-btn-icon{width:24px;height:24px}}.portal-cta-btn-ghost{border-color:rgba(255,255,255,.28)}.footer{background:var(--muted);border-top:1px solid var(--border);color:var(--text);padding:2.5rem 0 1.25rem}@media (min-width:800px){.footer{padding:4rem 0 1.5rem}}.footer-top{display:grid;grid-gap:1.25rem;gap:1.25rem;align-items:start;margin-bottom:2rem}@media (min-width:800px){.footer-top{grid-template-columns:minmax(0,1.4fr) auto;gap:2.5rem;margin-bottom:3rem}}.footer-brand{color:var(--ink,#0b1530);font-weight:700;font-size:1rem;letter-spacing:-.02em;margin-bottom:.6rem}.footer-tagline{color:var(--ink,#0b1530);font-size:clamp(1.05rem,2.6vw,1.6rem);font-weight:600;letter-spacing:-.03em;line-height:1.3;max-width:30ch}.footer-signup{display:flex;align-items:center;gap:.35rem;background:var(--white);border:1px solid var(--border);border-radius:999px;padding:.3rem .3rem .3rem .9rem;max-width:340px;box-shadow:0 10px 24px rgba(0,8,53,.05)}@media (min-width:800px){.footer-signup{justify-self:end;margin-top:.4rem}}.footer-signup input{flex:1 1;min-width:0;border:none;background:transparent;outline:none;font-family:inherit;font-size:.74rem;color:var(--ink,#0b1530)}@media (min-width:800px){.footer-signup input{font-size:.85rem}}.footer-signup button{flex-shrink:0;display:inline-flex;align-items:center;gap:.3rem;border:none;border-radius:999px;background:var(--shine-from);color:#fff;font-family:inherit;font-size:.68rem;font-weight:600;padding:.5rem .85rem;cursor:pointer;transition:background .2s ease}.footer-signup button:hover{background:#001d85}@media (min-width:800px){.footer-signup button{font-size:.8rem;padding:.55rem 1rem}}.footer-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem 1rem;gap:1.5rem 1rem;margin-bottom:2rem}@media (min-width:800px){.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem;margin-bottom:2.75rem}}.footer h4{color:var(--ink,#0b1530);font-size:.78rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.7rem}@media (min-width:800px){.footer h4{font-size:.9rem;margin-bottom:.9rem}}.footer a{display:block;color:var(--text);font-size:.72rem;font-weight:400;margin-bottom:.45rem;word-break:break-word}@media (min-width:800px){.footer a{font-size:.85rem;margin-bottom:.55rem}}.footer a:hover{color:var(--shine-from)}.footer-address{display:block;font-size:.72rem;margin-bottom:.75rem}@media (min-width:800px){.footer-address{font-size:.85rem}}.footer-socials{display:flex;gap:.4rem}.footer-socials a{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin-bottom:0;border:1px solid var(--border);border-radius:50%;color:var(--text);background:var(--white);transition:color .2s ease,border-color .2s ease}.footer-socials a:hover{color:var(--shine-from);border-color:rgba(0,37,168,.35)}.footer-top-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;margin-top:.5rem;border:none;border-radius:50%;background:var(--shine-from);color:#fff;cursor:pointer;transition:background .2s ease,transform .2s ease}.footer-top-btn:hover{background:#001d85;transform:translateY(-2px)}.footer-bottom{border-top:1px solid var(--border);padding-top:1.1rem;text-align:center;font-size:.7rem;color:var(--text)}@media (min-width:800px){.footer-bottom{font-size:.8rem}}.page-hero{position:relative;overflow:hidden;background:var(--shine);color:white;padding:2.25rem 0 2.5rem}@media (min-width:960px){.page-hero{padding:3rem 0 3.35rem}}.page-hero-stripes{inset:0;background:repeating-linear-gradient(-32deg,transparent,transparent 10px,rgba(255,255,255,.025) 0,rgba(255,255,255,.025) 11px)}.page-hero-orb,.page-hero-stripes{position:absolute;pointer-events:none}.page-hero-orb{left:-8%;top:8%;width:min(52vw,480px);height:min(52vw,480px);border-radius:42% 58% 55% 45%/48% 42% 58% 52%;background:radial-gradient(circle at 35% 35%,rgba(26,59,142,.55),transparent 55%),radial-gradient(circle at 70% 60%,rgba(0,37,168,.45),transparent 70%);filter:blur(2px);opacity:.85;animation:page-hero-orb 12s ease-in-out infinite alternate}@keyframes page-hero-orb{0%{transform:translate(0) rotate(0deg)}to{transform:translate(18px,12px) rotate(6deg)}}.page-hero-inner{position:relative;z-index:1}.page-hero-crumb{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;font-size:.78rem;color:rgba(255,255,255,.65);margin-bottom:1.25rem}@media (min-width:960px){.page-hero-crumb{font-size:.85rem;margin-bottom:1.5rem}}.page-hero-centered .page-hero-crumb{justify-content:center}.page-hero-crumb a{color:rgba(255,255,255,.85)}.page-hero-crumb a:hover{color:var(--gold)}.page-hero-crumb-item{display:inline-flex;align-items:center;gap:.5rem}.page-hero-crumb-sep{opacity:.55}.page-hero-row{display:grid;grid-gap:1.25rem;gap:1.25rem;align-items:end}@media (min-width:900px){.page-hero-row{grid-template-columns:1fr auto;gap:2.5rem;align-items:center}}.page-hero-row-center{display:block;text-align:center}.page-hero-copy h1{color:white;font-size:clamp(2.15rem,7vw,4.25rem);font-weight:700;letter-spacing:-.045em;line-height:1.05;margin-bottom:.65rem}.page-hero:not(.page-hero-centered) .page-hero-copy h1{font-size:clamp(1.85rem,4.6vw,3.15rem);max-width:16ch}.page-hero-copy h1 em{font-style:normal;color:inherit}.page-hero-centered .page-hero-copy h1{max-width:20ch;margin-inline:auto}.page-hero-sub{font-family:var(--font);font-size:clamp(.92rem,2vw,1.2rem);font-weight:600;letter-spacing:-.025em;line-height:1.35;color:rgba(255,255,255,.92);max-width:30ch;margin:0 0 .65rem}.page-hero-centered .page-hero-sub{margin-inline:auto}.page-hero-desc{color:rgba(255,255,255,.78);font-size:clamp(.82rem,1.6vw,1.02rem);line-height:1.6;max-width:52ch;margin:0}.page-hero-centered .page-hero-desc{margin-inline:auto}.page-hero-chips{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1rem}.page-hero-centered .page-hero-chips{justify-content:center}.page-hero-chips span{font-size:.68rem;font-weight:600;letter-spacing:.02em;color:rgba(255,255,255,.92);background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:.35rem .75rem}@media (min-width:960px){.page-hero-chips span{font-size:.76rem;padding:.42rem .9rem}}.page-hero-cta{flex-shrink:0}.page-hero-centered .page-hero-cta{margin-top:1.25rem}.btn-page-hero{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.35rem;border-radius:10px;background:var(--white);color:var(--ink);font-weight:700;font-size:.9rem;border:1px solid transparent;transition:.2s ease;white-space:nowrap}.btn-page-hero:hover{background:var(--gold);color:var(--navy)}@media (prefers-reduced-motion:reduce){.page-hero-orb{animation:none!important}}.about-page{overflow-x:clip}.about-eyebrow{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--shine-from);margin-bottom:.7rem}@media (min-width:960px){.about-eyebrow{font-size:.78rem;margin-bottom:1rem}}.about-section{padding:2rem 0}@media (min-width:720px){.about-section{padding:2.75rem 0}}@media (min-width:960px){.about-section{padding:4rem 0}}.about-section-muted{background:var(--muted)}.about-head{text-align:center;margin-bottom:1.25rem}@media (min-width:960px){.about-head{margin-bottom:2.25rem}}.about-head h2{font-size:clamp(1.2rem,4vw,2rem);font-weight:700;letter-spacing:-.035em;max-width:22ch;margin:0 auto .55rem;line-height:1.2}.about-head p{max-width:48ch;margin:0 auto;font-size:.86rem;line-height:1.5}@media (min-width:960px){.about-head p{font-size:1rem}}.about-split{display:grid;grid-template-columns:1fr;grid-gap:1.15rem;gap:1.15rem;align-items:stretch}@media (min-width:720px){.about-split{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:1.5rem;align-items:center}}@media (min-width:960px){.about-split{gap:3rem}}.about-copy h2{font-size:clamp(1.15rem,3.4vw,1.75rem);font-weight:700;letter-spacing:-.03em;margin-bottom:.7rem;line-height:1.2}.about-copy p{font-size:.88rem;line-height:1.55;margin-bottom:.7rem}@media (min-width:960px){.about-copy p{font-size:.98rem;margin-bottom:.85rem}}.about-hub-card{position:relative;overflow:hidden;border-radius:22px;border:1px solid rgba(0,37,168,.08);background:var(--white);padding:1.25rem;box-shadow:0 1px 2px rgba(0,29,118,.04),0 18px 40px rgba(0,8,53,.08)}@media (min-width:960px){.about-hub-card{border-radius:24px;padding:1.75rem}}.about-hub-glow{position:absolute;inset:-20% -10% auto auto;width:70%;height:70%;background:radial-gradient(circle,rgba(235,177,67,.35),transparent 68%);pointer-events:none}.about-hub-icon{position:relative;z-index:1;width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:var(--shine);color:#fff;margin-bottom:.75rem;box-shadow:0 10px 22px rgba(0,37,168,.22)}@media (min-width:960px){.about-hub-icon{width:48px;height:48px}}.about-hub-tag{position:relative;z-index:1;font-size:.68rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--shine-from);margin-bottom:.55rem}.about-hub-list{position:relative;z-index:1;list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;grid-gap:.4rem;gap:.4rem}@media (min-width:720px){.about-hub-list{grid-template-columns:1fr}}.about-hub-list li{font-size:.74rem;font-weight:600;color:var(--ink);background:var(--muted);border-radius:999px;padding:.5rem .7rem;text-align:center}@media (min-width:720px){.about-hub-list li{text-align:left;font-size:.82rem;padding:.5rem .85rem}}@media (min-width:960px){.about-hub-list li{font-size:.88rem;padding:.55rem .9rem}}.about-services-inner{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem;align-items:stretch}@media (min-width:800px){.about-services-inner{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:1.75rem;align-items:center}}@media (min-width:960px){.about-services-inner{gap:3rem}}.about-services-steps{display:grid;grid-gap:.45rem;gap:.45rem}@media (min-width:960px){.about-services-steps{gap:.55rem}}.about-service-step{border:1px solid var(--border);border-radius:14px;background:var(--white);transition:border-color .2s ease,box-shadow .2s ease}.about-service-step-open{border-color:rgba(0,37,168,.35);box-shadow:0 12px 28px rgba(0,8,53,.07)}@media (min-width:960px){.about-service-step{border-radius:16px}}.about-service-step button{display:flex;align-items:center;gap:.55rem;width:100%;padding:.7rem .75rem;background:none;border:none;cursor:pointer;font-family:inherit;text-align:left;font-size:.82rem;font-weight:600;color:var(--ink)}@media (min-width:960px){.about-service-step button{gap:.75rem;padding:.85rem 1rem;font-size:.95rem}}.about-service-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9px;background:rgba(0,37,168,.07);color:var(--shine-from)}@media (min-width:960px){.about-service-icon{width:34px;height:34px;border-radius:10px}}.about-service-chev{flex-shrink:0;margin-left:auto;color:var(--text);transition:transform .2s ease}.about-service-step-open .about-service-chev{transform:rotate(180deg)}.about-service-step p{padding:0 .75rem .75rem 2.7rem;font-size:.78rem;font-weight:300;line-height:1.5}@media (min-width:960px){.about-service-step p{padding:0 1rem .9rem 3.6rem;font-size:.88rem}}.about-services-visual{display:flex;justify-content:center;order:-1}@media (min-width:800px){.about-services-visual{order:0}}.about-services-panel{position:relative;width:100%;max-width:280px;aspect-ratio:1/1;border-radius:24px;background:radial-gradient(circle at 30% 25%,rgba(59,130,246,.35),transparent 55%),linear-gradient(145deg,#f0f4ff,#e8ecf8);border:1px solid rgba(0,37,168,.1);box-shadow:0 1px 2px rgba(0,29,118,.04),0 20px 44px rgba(0,8,53,.1);display:flex;flex-direction:column;align-items:center;justify-content:flex-end;padding:1rem;overflow:hidden}@media (min-width:800px){.about-services-panel{max-width:320px}}.about-services-panel .home-insights-chip{position:absolute;top:.85rem;left:.85rem}.about-services-panel p{position:relative;z-index:2;font-size:.78rem;font-weight:700;color:var(--ink);margin-bottom:.25rem}.about-services-rings{position:absolute;inset:0;display:grid;place-items:center;pointer-events:none}.about-services-rings span{position:absolute;border-radius:50%;border:1px solid rgba(0,37,168,.12)}.about-services-rings span:first-child{width:38%;height:38%}.about-services-rings span:nth-child(2){width:58%;height:58%}.about-services-rings span:nth-child(3){width:78%;height:78%}.about-services-orbit{position:absolute;width:32px;height:32px;border-radius:50%;background:var(--white);border:1px solid var(--border);display:grid;place-items:center;color:var(--shine-from);box-shadow:0 6px 16px rgba(0,8,53,.08)}.about-services-orbit-a{top:28%;left:18%;animation:about-orbit-a 6s ease-in-out infinite}.about-services-orbit-b{top:22%;right:16%;animation:about-orbit-b 7s ease-in-out infinite}.about-services-orbit-c{bottom:32%;left:50%;transform:translateX(-50%);animation:about-orbit-c 5.5s ease-in-out infinite}@keyframes about-orbit-a{0%,to{transform:translate(0)}50%{transform:translate(6px,-8px)}}@keyframes about-orbit-b{0%,to{transform:translate(0)}50%{transform:translate(-8px,6px)}}@keyframes about-orbit-c{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-10px)}}.about-vm-grid{display:grid;grid-gap:.85rem;gap:.85rem}@media (min-width:800px){.about-vm-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}.about-vm-card{border-radius:20px;border:1px solid var(--border);background:var(--white);padding:1.25rem;box-shadow:0 1px 2px rgba(0,29,118,.04),0 14px 32px rgba(0,8,53,.06)}@media (min-width:960px){.about-vm-card{border-radius:24px;padding:2rem}}.about-vm-card-accent{background:var(--navy-deep);border-color:transparent;box-shadow:0 18px 40px rgba(4,30,98,.28)}.about-vm-card-accent .about-vm-label,.about-vm-card-accent h3{color:#fff}.about-vm-card-accent p{color:rgba(255,255,255,.78)}.about-vm-label{display:inline-block;font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--shine-from);margin-bottom:.55rem}.about-vm-card h3{font-size:clamp(1.02rem,2.6vw,1.35rem);font-weight:700;letter-spacing:-.03em;margin-bottom:.55rem;line-height:1.25}.about-vm-card p{font-size:.86rem;line-height:1.55}@media (min-width:960px){.about-vm-card p{font-size:.95rem}}.about-goals-grid{display:grid;grid-template-columns:1fr;grid-gap:.7rem;gap:.7rem}@media (min-width:520px){.about-goals-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media (min-width:900px){.about-goals-grid{grid-template-columns:repeat(3,1fr);gap:1rem}}.about-goal-card{position:relative;overflow:hidden;border-radius:18px;border:1px solid var(--border);background:var(--white);padding:1.05rem 1rem;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 16px rgba(0,8,53,.03)}.about-goal-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}@media (min-width:960px){.about-goal-card{border-radius:20px;padding:1.35rem}}.about-goal-card-featured{border-color:rgba(0,37,168,.28);background:linear-gradient(145deg,rgba(0,37,168,.06) 0,var(--white) 55%);box-shadow:0 12px 28px rgba(0,8,53,.07)}.about-goal-card-featured:before{content:"";position:absolute;top:0;right:0;width:48%;height:48%;background:radial-gradient(circle,rgba(235,177,67,.25),transparent 70%);pointer-events:none}.about-goal-num{display:block;font-size:.68rem;font-weight:700;letter-spacing:.08em;color:var(--shine-from);margin-bottom:.4rem}.about-goal-card h3{font-size:.92rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.35rem;line-height:1.25}.about-goal-card p{font-size:.8rem;line-height:1.5}@media (min-width:960px){.about-goal-num{font-size:.72rem;margin-bottom:.5rem}.about-goal-card h3{font-size:.98rem;margin-bottom:.45rem}.about-goal-card p{font-size:.86rem}}.about-community-grid{display:grid;grid-template-columns:1fr;grid-gap:.75rem;gap:.75rem}@media (min-width:640px){.about-community-grid{grid-template-columns:repeat(3,1fr);gap:.75rem}}@media (min-width:960px){.about-community-grid{gap:1rem}}.about-community-card{border-radius:18px;border:1px solid var(--border);background:var(--white);padding:1.1rem;box-shadow:0 1px 2px rgba(0,29,118,.04),0 12px 28px rgba(0,8,53,.05)}@media (min-width:960px){.about-community-card{border-radius:20px;padding:1.35rem}}.about-community-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:11px;background:rgba(0,37,168,.08);color:var(--shine-from);margin-bottom:.65rem}@media (min-width:960px){.about-community-icon{width:40px;height:40px;border-radius:12px;margin-bottom:.75rem}}.about-community-card h3{font-size:.92rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.35rem;line-height:1.25}.about-community-card p{font-size:.8rem;line-height:1.5}@media (min-width:960px){.about-community-card h3{font-size:.98rem;margin-bottom:.45rem}.about-community-card p{font-size:.86rem}}.about-section-map{background:linear-gradient(rgba(0,8,53,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,8,53,.03) 1px,transparent 1px),var(--muted);background-size:40px 40px,40px 40px,auto;padding-bottom:2.5rem}@media (min-width:960px){.about-section-map{padding-bottom:4rem}}.about-map-inner{display:grid;grid-template-columns:1fr;grid-gap:1.35rem;gap:1.35rem;align-items:center}@media (min-width:800px){.about-map-inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2rem}}@media (min-width:960px){.about-map-inner{gap:3rem}}.about-map-copy{text-align:left}.about-map-copy h2{font-size:clamp(1.15rem,3.6vw,1.85rem);font-weight:700;letter-spacing:-.035em;margin-bottom:.65rem;line-height:1.2}.about-map-copy>p{font-size:.88rem;line-height:1.55;margin-bottom:.9rem}@media (min-width:960px){.about-map-copy>p{font-size:.98rem;margin-bottom:1.1rem}}.about-map-list{list-style:none;margin:0 0 1.1rem;padding:0;display:grid;grid-gap:.55rem;gap:.55rem}.about-map-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.82rem;color:var(--text);line-height:1.45;padding:.65rem .75rem;border-radius:14px;background:rgba(255,255,255,.72);border:1px solid rgba(0,37,168,.06);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.about-map-list li svg{flex-shrink:0;margin-top:.1rem;color:var(--shine-from)}@media (min-width:960px){.about-map-list li{font-size:.9rem;background:transparent;border:none;padding:0;-webkit-backdrop-filter:none;backdrop-filter:none}}.about-map-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .55rem .55rem 1.05rem;border-radius:999px;background:var(--shine);color:#fff!important;font-size:.84rem;font-weight:600;transition:opacity .2s ease,transform .2s ease;box-shadow:0 12px 28px rgba(0,37,168,.28)}.about-map-btn:hover{opacity:.93;transform:translateY(-1px)}@media (min-width:960px){.about-map-btn{font-size:.92rem;padding:.6rem .6rem .6rem 1.15rem}}.about-map-stage{position:relative;width:100%;max-width:380px;margin-inline:auto;padding:.55rem;border-radius:28px;background:linear-gradient(160deg,rgba(255,255,255,.95),rgba(232,236,245,.9));border:1px solid rgba(0,37,168,.08);box-shadow:0 1px 2px rgba(0,29,118,.04),0 24px 48px rgba(0,8,53,.12)}.about-map-stage:before{inset:-18% auto auto -12%;width:55%;height:45%;background:radial-gradient(circle,rgba(0,37,168,.12),transparent 70%)}.about-map-stage:after,.about-map-stage:before{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:0}.about-map-stage:after{inset:auto -10% -14% auto;width:50%;height:40%;background:radial-gradient(circle,rgba(235,177,67,.18),transparent 70%)}.about-map-wrap{position:relative;z-index:1;width:100%;margin-inline:auto;border-radius:22px;overflow:hidden}.about-map-svg{width:100%;height:auto;display:block;border-radius:22px}.about-map-label{font-family:var(--font-body);font-size:8px;fill:var(--text)}.about-map-hq-label{font-family:var(--font);font-size:9px;font-weight:600;fill:var(--ink)}.about-map-remote-dot{animation:about-map-pulse 2.4s ease-in-out infinite}@keyframes about-map-pulse{0%,to{opacity:1}50%{opacity:.55}}@media (max-width:639px){.page-hero{padding:1.75rem 0 2rem}.page-hero-centered .page-hero-copy h1{font-size:clamp(2.2rem,11vw,3rem)}.page-hero-sub{font-size:.95rem;max-width:24ch}.page-hero-desc{font-size:.84rem;max-width:34ch}.page-hero-chips{gap:.35rem;margin-top:.85rem}.page-hero-chips span{font-size:.64rem;padding:.32rem .65rem}.page-hero-crumb{margin-bottom:.9rem;font-size:.72rem}}@media (prefers-reduced-motion:reduce){.about-map-remote-dot,.about-services-orbit-a,.about-services-orbit-b,.about-services-orbit-c,.page-hero-orb{animation:none!important}}.pricing-grid{display:grid;grid-gap:1rem;gap:1rem}@media (min-width:800px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1100px){.pricing-grid{grid-template-columns:repeat(4,1fr)}}.price-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);display:flex;flex-direction:column}.price-card.featured{border-color:var(--navy);box-shadow:0 0 0 1px var(--navy),var(--shadow)}.price-card h3{font-size:1.1rem;margin-bottom:.35rem}.price-amount{font-size:2rem;font-weight:800;color:var(--navy);letter-spacing:-.03em;margin:.5rem 0}.price-amount span{font-size:.9rem;font-weight:500;color:var(--text)}.price-card ul{list-style:none;padding:0;margin:0 0 1.5rem;flex:1 1}.price-card li{font-size:.9rem;color:var(--text);padding:.4rem 0;border-bottom:1px solid var(--border)}.price-card .btn{width:100%}.web-pricing-section{position:relative;overflow:hidden}.web-pricing-section:before{content:"";position:absolute;inset:-20% -10% auto auto;width:42%;height:55%;background:radial-gradient(circle,rgba(0,37,168,.04),transparent 68%);pointer-events:none}.web-pricing-head{text-align:center;margin-bottom:2rem}.web-pricing-head h2{font-size:clamp(1.6rem,4.5vw,2.35rem);font-weight:700;letter-spacing:-.035em;margin-bottom:.75rem;color:var(--navy)}.web-pricing-head p{max-width:52ch;margin:0 auto;font-size:.95rem;color:var(--text);line-height:1.55}.web-pricing-grid{display:grid;grid-gap:1rem;gap:1rem;align-items:stretch}@media (min-width:900px){.web-pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem}}.web-price-card{position:relative;display:flex;flex-direction:column;border-radius:20px;background:var(--white);border:1px solid rgba(0,37,168,.1);box-shadow:0 1px 2px rgba(0,29,118,.04);padding:1.5rem 1.35rem 1.35rem}.web-price-card-featured{border-color:rgba(0,37,168,.22);box-shadow:0 1px 2px rgba(0,29,118,.04),0 16px 36px rgba(0,37,168,.1)}@media (min-width:900px){.web-price-card-featured{border-top:2px solid var(--shine-from)}}.web-price-badge{position:absolute;top:1.15rem;right:1.15rem;font-size:.68rem;font-weight:700;letter-spacing:.02em;padding:.3rem .6rem;border-radius:999px;background:var(--gold);color:var(--navy-deep)}.web-price-top{display:flex;flex-direction:column;align-items:flex-start}.web-price-top h3{font-size:1rem;font-weight:600;letter-spacing:-.02em;margin-bottom:.85rem;color:var(--navy)}.web-price-amount-row{display:flex;align-items:baseline;gap:.35rem;margin-bottom:.25rem}.web-price-amount{font-size:clamp(2rem,4.5vw,2.5rem);font-weight:800;letter-spacing:-.04em;line-height:1;color:var(--navy)}.web-price-period{font-size:.95rem;font-weight:400;color:var(--text)}.web-price-note{font-size:.82rem;color:var(--shine-from);font-weight:500;margin-bottom:.65rem}.web-price-desc{font-size:.88rem;line-height:1.5;color:var(--text);margin-bottom:1.15rem;max-width:28ch}.web-price-cta{display:inline-flex;align-items:center;gap:.55rem;padding:.55rem .55rem .55rem 1rem;border-radius:999px;background:var(--shine);color:#fff!important;font-size:.84rem;font-weight:600;box-shadow:0 10px 24px rgba(0,37,168,.22);transition:opacity .2s ease,transform .2s ease}.web-price-cta:hover{opacity:.93;transform:translateY(-1px)}.web-price-cta-icon{width:28px;height:28px;border-radius:50%;background:#fff;color:var(--shine-from);display:grid;place-items:center}.web-price-divider{height:1px;background:rgba(0,37,168,.1);margin:1.25rem 0 1.1rem}.web-price-features{list-style:none;margin:0;padding:0;flex:1 1;display:grid;grid-gap:.55rem;gap:.55rem}.web-price-features li{display:flex;align-items:flex-start;gap:.55rem;font-size:.84rem;line-height:1.45;color:var(--text)}.web-price-features li svg{flex-shrink:0;margin-top:.15rem;color:var(--shine-from)}.web-price-inherit span{font-weight:600;color:var(--shine-from)}.pricing-grid-systems{grid-template-columns:1fr}@media (min-width:800px){.pricing-grid-systems{grid-template-columns:repeat(3,1fr)}}@media (max-width:639px){.pricing-page .web-pricing-head h2{font-size:1.35rem}.pricing-page .web-pricing-head p{font-size:.84rem}.pricing-page .web-pricing-grid{grid-template-columns:1fr;gap:.85rem}.pricing-page .web-price-card{padding:1.15rem 1.1rem 1.1rem}.pricing-page .web-price-top h3{font-size:.92rem;margin-bottom:.7rem}.pricing-page .web-price-amount{font-size:1.85rem}.pricing-page .web-price-desc{font-size:.82rem;margin-bottom:1rem}.pricing-page .web-price-features li{font-size:.78rem;gap:.45rem}.pricing-page .web-price-cta{font-size:.78rem;padding:.48rem .48rem .48rem .85rem}}.erp-pricing-section{position:relative;overflow:hidden}.erp-pricing-section:before{content:"";position:absolute;inset:auto auto -10% -8%;width:38%;height:50%;background:radial-gradient(circle,rgba(235,177,67,.12),transparent 70%);pointer-events:none}.erp-pricing-head{text-align:center;margin-bottom:2rem}.erp-pricing-head h2{font-size:clamp(1.5rem,4vw,2.1rem);font-weight:700;letter-spacing:-.035em;color:var(--navy);margin-bottom:.75rem;max-width:20ch;margin-inline:auto}.erp-pricing-head p{max-width:54ch;margin:0 auto;font-size:.95rem;line-height:1.55;color:var(--text)}.erp-pricing-head strong{color:var(--shine-from);font-weight:700}.erp-pricing-bento{display:grid;grid-gap:1rem;gap:1rem}@media (min-width:960px){.erp-pricing-bento{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:1.15rem;align-items:stretch}}.erp-pricing-anchor{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem;padding:1.5rem 1.35rem;border-radius:22px;background:var(--shine);color:#fff;box-shadow:0 20px 44px rgba(0,37,168,.22);min-height:100%}.erp-pricing-anchor-glow{position:absolute;inset:-20% auto auto -15%;width:60%;height:55%;background:radial-gradient(circle,rgba(235,177,67,.35),transparent 68%);pointer-events:none}.erp-pricing-anchor-top{position:relative;z-index:1}.erp-pricing-kicker{display:block;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;opacity:.82;margin-bottom:.55rem}.erp-pricing-anchor-price{display:flex;align-items:flex-start;gap:.15rem;margin-bottom:.75rem}.erp-pricing-anchor-price span{font-size:clamp(2.4rem,6vw,3.2rem);font-weight:800;letter-spacing:-.04em;line-height:1}.erp-pricing-anchor-price em{font-style:normal;font-size:1.5rem;font-weight:700;opacity:.75;margin-top:.35rem}.erp-pricing-anchor-top p{font-size:.9rem;line-height:1.55;color:rgba(255,255,255,.86);max-width:34ch}.erp-pricing-steps{position:relative;z-index:1;display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.erp-pricing-step{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;color:rgba(255,255,255,.92)}.erp-pricing-step-icon{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.14);display:grid;place-items:center}.erp-pricing-step-line{width:18px;height:1px;background:rgba(255,255,255,.35);margin:0 .15rem}.erp-pricing-consult-btn{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.55rem;width:-moz-fit-content;width:fit-content;padding:.6rem .6rem .6rem 1.05rem;border-radius:999px;background:#fff;color:var(--navy)!important;font-size:.86rem;font-weight:700;box-shadow:0 10px 24px rgba(0,8,53,.14);transition:opacity .2s ease,transform .2s ease}.erp-pricing-consult-btn:hover{opacity:.94;transform:translateY(-1px)}.erp-pricing-consult-icon{width:28px;height:28px;border-radius:50%;background:var(--gold);color:var(--navy-deep);display:grid;place-items:center}.erp-pricing-scopes{display:grid;grid-gap:.85rem;gap:.85rem}@media (min-width:640px){.erp-pricing-scopes{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}}.erp-scope-card{position:relative;display:flex;flex-direction:column;padding:1.15rem 1.05rem 1.1rem;border-radius:18px;background:var(--white);border:1px solid rgba(0,37,168,.1);box-shadow:0 1px 2px rgba(0,29,118,.04)}.erp-scope-card-featured{border-color:rgba(0,37,168,.24);box-shadow:0 1px 2px rgba(0,29,118,.04),0 14px 32px rgba(0,37,168,.1)}.erp-scope-badge{position:absolute;top:.85rem;right:.85rem;font-size:.62rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:.25rem .5rem;border-radius:999px;background:var(--gold);color:var(--navy-deep)}.erp-scope-top h3{font-size:.98rem;font-weight:700;color:var(--navy);margin-bottom:.25rem}.erp-scope-tagline{font-size:.8rem;color:var(--text);margin-bottom:.65rem;line-height:1.4}.erp-scope-price{font-size:1.35rem;font-weight:800;letter-spacing:-.03em;color:var(--shine-from);margin-bottom:.85rem}.erp-scope-features{list-style:none;margin:0;padding:0;display:grid;grid-gap:.45rem;gap:.45rem;flex:1 1}.erp-scope-features li{display:flex;align-items:flex-start;gap:.45rem;font-size:.78rem;line-height:1.4;color:var(--text)}.erp-scope-features li svg{flex-shrink:0;margin-top:.12rem;color:var(--shine-from)}.erp-pricing-modules{margin-top:1.5rem;text-align:center}.erp-pricing-modules p{font-size:.88rem;color:var(--text);margin-bottom:.85rem}.erp-pricing-module-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:.45rem}.erp-pricing-module-pill{font-size:.76rem;font-weight:600;padding:.38rem .75rem;border-radius:999px;background:var(--white);border:1px solid rgba(0,37,168,.12);color:var(--navy);box-shadow:0 1px 2px rgba(0,29,118,.03)}.erp-pricing-cta-band{margin-top:1.5rem;padding:1.25rem 1.15rem;border-radius:20px;background:var(--white);border:1px solid rgba(0,37,168,.1);box-shadow:0 12px 28px rgba(0,8,53,.06);display:flex;flex-direction:column;gap:1rem;align-items:flex-start}@media (min-width:800px){.erp-pricing-cta-band{flex-direction:row;align-items:center;justify-content:space-between;padding:1.35rem 1.5rem;gap:1.5rem}}.erp-pricing-cta-band h3{font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:.35rem}.erp-pricing-cta-band p{font-size:.86rem;line-height:1.5;color:var(--text);max-width:48ch}.erp-pricing-consult-btn-light{flex-shrink:0;background:var(--shine);color:#fff!important}.erp-pricing-consult-btn-light .erp-pricing-consult-icon{background:#fff;color:var(--shine-from)}@media (max-width:639px){.pricing-page .erp-pricing-head h2{font-size:1.25rem}.pricing-page .erp-pricing-head p{font-size:.84rem}.pricing-page .erp-pricing-anchor{padding:1.15rem 1.1rem}.pricing-page .erp-pricing-scopes{grid-template-columns:1fr}.pricing-page .erp-scope-card{padding:1rem .95rem}.pricing-page .erp-pricing-cta-band{padding:1rem}.pricing-page .erp-pricing-consult-btn{width:100%;justify-content:center}}.ecom-pricing-section{position:relative;overflow:hidden}.ecom-pricing-section:before{content:"";position:absolute;inset:-12% -8% auto auto;width:36%;height:48%;background:radial-gradient(circle,rgba(0,37,168,.06),transparent 70%);pointer-events:none}.ecom-pricing-head{text-align:center;margin-bottom:2rem}.ecom-pricing-head h2{font-size:clamp(1.5rem,4vw,2.1rem);font-weight:700;letter-spacing:-.035em;color:var(--navy);margin-bottom:.75rem;max-width:22ch;margin-inline:auto}.ecom-pricing-head p{max-width:54ch;margin:0 auto;font-size:.95rem;line-height:1.55;color:var(--text)}.ecom-pricing-head strong{color:var(--shine-from);font-weight:700}.ecom-pricing-bento{display:grid;grid-gap:1rem;gap:1rem}@media (min-width:960px){.ecom-pricing-bento{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:1.15rem;align-items:stretch}}.ecom-pricing-anchor{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem;padding:1.5rem 1.35rem;border-radius:22px;background:var(--navy-deep);color:#fff;box-shadow:0 20px 44px rgba(4,30,98,.28);min-height:100%}.ecom-pricing-anchor-glow{position:absolute;inset:auto -10% -20% auto;width:55%;height:50%;background:radial-gradient(circle,rgba(235,177,67,.28),transparent 68%);pointer-events:none}.ecom-pricing-anchor-top{position:relative;z-index:1}.ecom-pricing-kicker{display:block;font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--gold);margin-bottom:.55rem}.ecom-pricing-anchor-price{display:flex;align-items:flex-start;gap:.15rem;margin-bottom:.75rem}.ecom-pricing-anchor-price span{font-size:clamp(2.4rem,6vw,3.2rem);font-weight:800;letter-spacing:-.04em;line-height:1}.ecom-pricing-anchor-price em{font-style:normal;font-size:1.5rem;font-weight:700;opacity:.75;margin-top:.35rem}.ecom-pricing-anchor-top p{font-size:.9rem;line-height:1.55;color:rgba(255,255,255,.84);max-width:34ch}.ecom-pricing-steps{position:relative;z-index:1;display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.ecom-pricing-step{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;color:rgba(255,255,255,.92)}.ecom-pricing-step-icon{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.12);display:grid;place-items:center;color:var(--gold)}.ecom-pricing-step-line{width:18px;height:1px;background:rgba(255,255,255,.3);margin:0 .15rem}.ecom-pricing-consult-btn{position:relative;z-index:1;display:inline-flex;align-items:center;gap:.55rem;width:-moz-fit-content;width:fit-content;padding:.6rem .6rem .6rem 1.05rem;border-radius:999px;background:var(--gold);color:var(--navy-deep)!important;font-size:.86rem;font-weight:700;box-shadow:0 10px 24px rgba(0,8,53,.18);transition:opacity .2s ease,transform .2s ease}.ecom-pricing-consult-btn:hover{opacity:.94;transform:translateY(-1px)}.ecom-pricing-consult-icon{width:28px;height:28px;border-radius:50%;background:var(--navy-deep);color:#fff;display:grid;place-items:center}.ecom-pricing-scopes{display:grid;grid-gap:.85rem;gap:.85rem}@media (min-width:640px){.ecom-pricing-scopes{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}}.ecom-scope-card{position:relative;display:flex;flex-direction:column;padding:1.15rem 1.05rem 1.1rem;border-radius:18px;background:var(--white);border:1px solid rgba(0,37,168,.1);box-shadow:0 1px 2px rgba(0,29,118,.04)}.ecom-scope-card-featured{border-color:rgba(235,177,67,.45);box-shadow:0 1px 2px rgba(0,29,118,.04),0 14px 32px rgba(235,177,67,.14)}.ecom-scope-badge{position:absolute;top:.85rem;right:.85rem;font-size:.62rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:.25rem .5rem;border-radius:999px;background:var(--gold);color:var(--navy-deep)}.ecom-scope-top h3{font-size:.98rem;font-weight:700;color:var(--navy);margin-bottom:.25rem}.ecom-scope-tagline{font-size:.8rem;color:var(--text);margin-bottom:.65rem;line-height:1.4}.ecom-scope-price{font-size:1.35rem;font-weight:800;letter-spacing:-.03em;color:var(--shine-from);margin-bottom:.85rem}.ecom-scope-features{list-style:none;margin:0;padding:0;display:grid;grid-gap:.45rem;gap:.45rem;flex:1 1}.ecom-scope-features li{display:flex;align-items:flex-start;gap:.45rem;font-size:.78rem;line-height:1.4;color:var(--text)}.ecom-scope-features li svg{flex-shrink:0;margin-top:.12rem;color:var(--shine-from)}.ecom-pricing-modules{margin-top:1.5rem;text-align:center}.ecom-pricing-modules p{font-size:.88rem;color:var(--text);margin-bottom:.85rem}.ecom-pricing-module-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:.45rem}.ecom-pricing-module-pill{font-size:.76rem;font-weight:600;padding:.38rem .75rem;border-radius:999px;background:var(--muted);border:1px solid rgba(0,37,168,.08);color:var(--navy)}.ecom-pricing-cta-band{margin-top:1.5rem;padding:1.25rem 1.15rem;border-radius:20px;background:var(--muted);border:1px solid rgba(0,37,168,.08);display:flex;flex-direction:column;gap:1rem;align-items:flex-start}@media (min-width:800px){.ecom-pricing-cta-band{flex-direction:row;align-items:center;justify-content:space-between;padding:1.35rem 1.5rem;gap:1.5rem}}.ecom-pricing-cta-band h3{font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:.35rem}.ecom-pricing-cta-band p{font-size:.86rem;line-height:1.5;color:var(--text);max-width:48ch}.ecom-pricing-consult-btn-light{flex-shrink:0;background:var(--shine);color:#fff!important}.ecom-pricing-consult-btn-light .ecom-pricing-consult-icon{background:#fff;color:var(--shine-from)}@media (max-width:639px){.pricing-page .ecom-pricing-head h2{font-size:1.25rem}.pricing-page .ecom-pricing-head p{font-size:.84rem}.pricing-page .ecom-pricing-anchor{padding:1.15rem 1.1rem}.pricing-page .ecom-pricing-scopes{grid-template-columns:1fr}.pricing-page .ecom-scope-card{padding:1rem .95rem}.pricing-page .ecom-pricing-cta-band{padding:1rem}.pricing-page .ecom-pricing-consult-btn{width:100%;justify-content:center}}.form{display:grid;grid-gap:.9rem;gap:.9rem;background:var(--white);border:1px solid var(--border);border-radius:20px;padding:1.5rem;box-shadow:var(--shadow)}.form label{display:grid;grid-gap:.35rem;gap:.35rem;font-size:.9rem;font-weight:600;color:var(--ink)}.form input,.form select,.form textarea{border:1px solid var(--border);border-radius:12px;padding:.8rem .95rem;background:var(--muted);color:var(--ink)}.form input:focus,.form select:focus,.form textarea:focus{outline:2px solid rgba(0,29,118,.2);border-color:var(--navy);background:white}.contact-grid{display:grid;grid-gap:1.5rem;gap:1.5rem}@media (min-width:900px){.contact-grid{grid-template-columns:1fr 1.1fr;align-items:start}}.contact-info{display:grid;grid-gap:1rem;gap:1rem}.contact-item{background:var(--muted);border-radius:var(--radius-sm);padding:1.1rem 1.2rem}.contact-item strong{display:block;color:var(--navy);margin-bottom:.2rem}.contact-reach-section{padding:2.5rem 0 4rem;background:var(--muted)}.contact-reach-head{text-align:center;margin-bottom:1.75rem}.contact-reach-badge{display:inline-flex;align-items:center;padding:.35rem .85rem;border-radius:999px;background:var(--white);border:1px solid rgba(0,37,168,.1);color:var(--shine-from);font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.85rem;box-shadow:0 1px 2px rgba(0,29,118,.04)}.contact-reach-head h2{font-size:clamp(1.6rem,4.5vw,2.35rem);font-weight:700;letter-spacing:-.035em;color:var(--navy);margin-bottom:.65rem}.contact-reach-head p{max-width:46ch;margin:0 auto;font-size:.95rem;line-height:1.55;color:var(--text)}.contact-reach-grid{display:grid;grid-gap:1rem;gap:1rem;align-items:stretch}@media (min-width:900px){.contact-reach-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:1.25rem}}.contact-reach-card{background:var(--white);border:1px solid rgba(0,37,168,.08);border-radius:22px;padding:1.35rem 1.25rem;box-shadow:0 1px 2px rgba(0,29,118,.04)}.contact-reach-card h3{font-size:1.15rem;font-weight:700;color:var(--navy);margin-bottom:.85rem;letter-spacing:-.02em}.contact-reach-list{list-style:none;margin:0;padding:0}.contact-reach-item{display:flex;gap:.85rem;align-items:flex-start;padding:.95rem 0;border-bottom:1px solid var(--border)}.contact-reach-item:last-child{border-bottom:none;padding-bottom:0}.contact-reach-item:first-child{padding-top:.25rem}.contact-reach-icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:rgba(0,37,168,.08);color:var(--shine-from)}.contact-reach-item strong{display:block;font-size:.95rem;font-weight:700;color:var(--navy);margin-bottom:.2rem}.contact-reach-item p{font-size:.84rem;line-height:1.45;color:var(--text);margin-bottom:.35rem}.contact-reach-value{font-size:.88rem;font-weight:600;color:var(--shine-from)}.contact-reach-item a{display:inline-block}.contact-reach-item a:hover .contact-reach-value{text-decoration:underline}.contact-reach-cta{display:flex;flex-direction:column;gap:1.35rem;padding:1.5rem 1.35rem;border-radius:22px;background:linear-gradient(160deg,rgba(232,236,245,.95),rgba(255,255,255,.98) 55%,#fff);color:var(--ink);border:2px solid var(--shine-from);box-shadow:0 1px 2px rgba(0,29,118,.05),0 14px 36px rgba(0,37,168,.12),inset 0 1px 0 rgba(255,255,255,.8)}.contact-reach-cta-block h3{font-size:1.2rem;font-weight:700;color:var(--navy);margin-bottom:.4rem;letter-spacing:-.02em}.contact-reach-cta-block p{font-size:.88rem;line-height:1.5;color:var(--text);margin-bottom:.95rem}.contact-mail-btn,.contact-wa-btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;width:100%;padding:.85rem 1.15rem;border-radius:999px;font-size:.92rem;font-weight:700;transition:opacity .2s ease,transform .2s ease}.contact-wa-btn{background:var(--gold);color:var(--navy-deep)!important;box-shadow:0 10px 24px rgba(235,177,67,.28)}.contact-mail-btn{background:var(--shine);color:#fff!important;border:none;box-shadow:0 10px 24px rgba(0,37,168,.2)}.contact-mail-btn:hover,.contact-wa-btn:hover{opacity:.94;transform:translateY(-1px)}.contact-reach-cta-foot{margin-top:auto;padding-top:.5rem;font-size:.76rem;line-height:1.5;color:var(--text)}@media (max-width:639px){.contact-page .contact-reach-head h2{font-size:1.4rem}.contact-page .contact-reach-head p{font-size:.84rem}.contact-page .contact-reach-card{padding:1.1rem 1rem}.contact-page .contact-reach-item{gap:.65rem;padding:.8rem 0}.contact-page .contact-reach-icon{width:34px;height:34px}.contact-page .contact-reach-item strong{font-size:.88rem}.contact-page .contact-reach-item p{font-size:.78rem}.contact-page .contact-reach-cta{padding:1.2rem 1.05rem}}.values{display:grid;grid-gap:1rem;gap:1rem}@media (min-width:800px){.values{grid-template-columns:repeat(3,1fr)}}.value-card{padding:1.5rem;border-radius:var(--radius);border:1px solid var(--border);background:white}.value-card h3{margin-bottom:.45rem}.home-canvas{background-color:#f4f5f7;overflow:hidden}.home-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);grid-gap:.75rem;gap:.75rem;align-items:start;padding:1rem 0 1.25rem;width:min(100% - 2rem,900px);margin-inline:auto}@media (min-width:960px){.home-canvas{min-height:calc(100vh - 120px)}.home-hero{gap:1.5rem;align-items:center;padding:4.5rem 0 5.5rem;min-height:calc(100vh - 140px)}}.home-eyebrow{display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--shine-from);margin-bottom:1rem}.home-hero-copy h1{font-family:var(--font);font-weight:700;font-size:clamp(1.2rem,4.2vw,3.35rem);letter-spacing:-.045em;line-height:1.12;max-width:14ch;margin-bottom:.85rem;color:var(--ink)}@media (min-width:960px){.home-hero-copy h1{margin-bottom:1.15rem}}.home-ai-mark{position:relative;display:inline-flex;align-items:baseline;gap:.2rem;white-space:nowrap}.home-ai-dots{display:inline-flex;align-items:center;margin-left:.15rem;transform:translateY(-.12em)}.home-ai-dots i{display:block;width:.55em;height:.55em;border-radius:50%;margin-left:-.18em;animation:home-ai-pulse 2.8s ease-in-out infinite}.home-ai-dots i:first-child{background:#4b7cff;margin-left:0;animation-delay:0s}.home-ai-dots i:nth-child(2){background:var(--shine-from);animation-delay:.35s}.home-ai-dots i:nth-child(3){background:var(--shine-to);animation-delay:.7s}@keyframes home-ai-pulse{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(-.12em);opacity:.72}}.home-lead{font-family:var(--font);font-weight:500;font-size:clamp(.82rem,1.6vw,1.1rem);max-width:42ch;margin-bottom:1.1rem;color:var(--text);line-height:1.55}@media (max-width:639px){.home-lead{display:none}}@media (min-width:960px){.home-lead{margin-bottom:1.75rem;line-height:1.65}}.btn-hero{display:inline-flex;align-items:center;gap:.45rem;padding:.4rem .4rem .4rem .9rem;border-radius:999px;background:var(--shine);color:#fff!important;font-size:.8rem;font-weight:600;letter-spacing:-.01em;transition:opacity .2s ease,transform .2s ease}@media (min-width:960px){.btn-hero{gap:.55rem;padding:.55rem .55rem .55rem 1.2rem;font-size:.95rem}}.btn-hero:hover{opacity:.93;transform:translateY(-1px)}.btn-hero-icon{width:24px;height:24px;border-radius:50%;background:#fff;color:var(--ink);display:grid;place-items:center}@media (min-width:960px){.btn-hero-icon{width:30px;height:30px}}.home-hero-visual{position:relative;display:flex;justify-content:center;align-items:flex-start;min-height:0}.home-hero-image{width:100%;max-width:520px;height:auto;max-height:min(58vh,420px);display:block;object-fit:contain;object-position:top center;filter:drop-shadow(0 20px 40px rgba(0,8,53,.16))}.home-hero-float{animation:home-hero-float 5.5s ease-in-out infinite;will-change:transform}@keyframes home-hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (prefers-reduced-motion:reduce){.home-ai-dots i,.home-hero-float{animation:none}}@media (min-width:960px){.home-hero-visual{align-items:flex-end;align-self:stretch}.home-hero-image{max-height:none;object-position:bottom center}}@media (max-width:959px){.home-hero-copy h1{max-width:none}.btn-hero{max-width:100%;white-space:normal;text-align:left}}.home-marquee{position:relative;overflow:hidden;background:#f3f4f6;padding:1.35rem 0}.home-marquee-fade{position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#f3f4f6,transparent 7%,transparent 93%,#f3f4f6)}.home-marquee-track{display:flex;align-items:center;width:max-content;animation:home-marquee 42s linear infinite}@media (hover:hover) and (pointer:fine){.home-marquee:hover .home-marquee-track{animation-play-state:paused}}.home-marquee-item{display:inline-flex;align-items:center;gap:.55rem;white-space:nowrap;padding:0 2.25rem;font-size:1.05rem;font-weight:600;color:var(--ink);letter-spacing:-.02em;position:relative}.home-marquee-item+.home-marquee-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:1.15rem;background:#c8ceda}.home-marquee-icon{display:grid;place-items:center;color:var(--ink);flex-shrink:0;line-height:0}@keyframes home-marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:767px){.home-marquee{padding:1rem 0}.home-marquee-item{padding:0 1.35rem;font-size:.85rem;gap:.45rem}.home-marquee-item+.home-marquee-item:before{height:.95rem}.home-marquee-icon svg{width:15px;height:15px}}.home-services{background:var(--muted);padding:3.5rem 0 4rem}.home-services-head{text-align:center;margin-bottom:2.25rem}.home-services-head h2{font-size:clamp(1.35rem,3vw,2rem);font-weight:700;letter-spacing:-.035em;max-width:22ch;margin-inline:auto;line-height:1.2}.home-services-grid{display:grid;grid-gap:.65rem;gap:.65rem;grid-template-columns:1fr 1fr}@media (min-width:960px){.home-services-grid{grid-template-columns:repeat(4,1fr);gap:1.15rem;align-items:stretch}}.home-svc-card{background:var(--white);border-radius:14px;padding:.85rem .75rem .8rem;border:1px solid #cfd5e2;box-shadow:0 1px 2px rgba(0,29,118,.03);display:flex;flex-direction:column;align-items:flex-start;min-height:100%;min-width:0;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}@media (min-width:960px){.home-svc-card{border-radius:22px;padding:1.35rem 1.25rem 1.25rem}}.home-svc-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(0,29,118,.1);border-color:#b8c0d4}.home-svc-icon{width:32px;height:32px;border-radius:50%;background:var(--soft);color:var(--shine-from);display:grid;place-items:center;margin-bottom:.65rem;transition:background .25s ease,color .25s ease}@media (min-width:960px){.home-svc-icon{width:42px;height:42px;margin-bottom:1.1rem}}.home-svc-card:hover .home-svc-icon{background:var(--shine);color:#fff}.home-svc-card h3{font-size:.82rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.3rem;line-height:1.25}@media (min-width:960px){.home-svc-card h3{font-size:1.02rem;margin-bottom:.45rem}}.home-svc-card p{font-family:var(--font);font-size:.72rem;font-weight:300;line-height:1.4;color:var(--text);margin-bottom:.75rem;flex:1 1;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}@media (min-width:960px){.home-svc-card p{font-size:.88rem;line-height:1.55;margin-bottom:1.15rem;display:block;-webkit-line-clamp:unset;overflow:visible}}.home-svc-more{display:inline-flex;align-items:center;gap:.35rem;padding:.28rem .3rem .28rem .65rem;border-radius:999px;border:1px solid var(--ink);font-size:.68rem;font-weight:600;color:var(--ink);opacity:0;transform:translateY(6px);pointer-events:none;transition:opacity .25s ease,transform .25s ease}@media (min-width:960px){.home-svc-more{gap:.45rem;padding:.35rem .4rem .35rem .85rem;font-size:.78rem}}.home-svc-card:focus-within .home-svc-more,.home-svc-card:hover .home-svc-more{opacity:1;transform:translateY(0);pointer-events:auto}.home-svc-more:hover{background:var(--ink);color:#fff}.home-svc-more:hover .home-svc-more-icon{background:#fff;color:var(--ink)}.home-svc-more-icon{width:18px;height:18px;border-radius:50%;background:var(--shine);color:#fff;display:grid;place-items:center;transition:background .2s ease,color .2s ease}@media (min-width:960px){.home-svc-more-icon{width:22px;height:22px}}@media (hover:none){.home-svc-more{opacity:1;transform:none;pointer-events:auto}}.home-cta-banner{background:var(--muted);padding:0 0 3rem}.home-cta-panel{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(72px,.85fr) minmax(0,1.3fr) auto;grid-gap:.55rem;gap:.55rem;align-items:center;padding:.85rem .75rem;border-radius:18px;background:radial-gradient(ellipse 70% 80% at 12% 50%,rgba(0,37,168,.45),transparent 55%),radial-gradient(ellipse 50% 70% at 88% 40%,rgba(235,177,67,.12),transparent 50%),linear-gradient(120deg,#020617,#041e62 48%,#001d76);color:#fff;box-shadow:0 18px 40px rgba(0,8,53,.24);min-height:112px}@media (min-width:900px){.home-cta-panel{grid-template-columns:1.05fr 1.2fr auto;gap:2rem;padding:2rem 2.25rem;border-radius:28px;min-height:220px}}.home-cta-devices{position:relative;height:88px;display:flex;align-items:flex-end;justify-content:center;transform:scale(.55);transform-origin:center center}@media (min-width:900px){.home-cta-devices{height:160px;transform:none}}.home-cta-laptop{width:min(100%,220px);border-radius:12px 12px 8px 8px;background:#0b1224;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 40px rgba(0,0,0,.35);overflow:hidden;transform:rotate(-4deg)}.home-cta-laptop-bar{display:flex;gap:5px;padding:.45rem .65rem;background:rgba(255,255,255,.04);border-bottom:1px solid rgba(255,255,255,.06)}.home-cta-laptop-bar i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.22)}.home-cta-laptop-screen{padding:.75rem;background:linear-gradient(180deg,#121a33,#0a1020)}.home-cta-chip{display:inline-block;font-size:.62rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--gold);margin-bottom:.65rem}.home-cta-bars{display:flex;align-items:flex-end;gap:6px;height:54px;margin-bottom:.65rem}.home-cta-bars span{flex:1 1;border-radius:4px 4px 2px 2px;background:linear-gradient(180deg,#4b7cff,#0025a8);opacity:.9}.home-cta-rows{display:grid;grid-gap:5px;gap:5px}.home-cta-rows i{display:block;height:6px;border-radius:999px;background:rgba(255,255,255,.12)}.home-cta-rows i:nth-child(2){width:78%}.home-cta-rows i:nth-child(3){width:58%}.home-cta-phone{position:absolute;right:8%;bottom:-6px;width:78px;border-radius:14px;padding:6px;background:#111827;border:1px solid rgba(255,255,255,.16);box-shadow:0 14px 28px rgba(0,0,0,.4);transform:rotate(6deg)}.home-cta-phone-notch{width:28px;height:4px;border-radius:999px;background:rgba(255,255,255,.18);margin:2px auto 6px}.home-cta-phone-screen{background:#0b1638;border-radius:8px;padding:.45rem;min-height:110px}.home-cta-chat{background:rgba(255,255,255,.08);border-radius:8px;padding:.35rem .4rem;margin-bottom:.35rem}.home-cta-chat b{display:block;font-size:.52rem;color:var(--gold);margin-bottom:.15rem}.home-cta-chat p{margin:0;font-size:.48rem;line-height:1.3;color:rgba(255,255,255,.82);font-weight:400}.home-cta-chat-user{background:rgba(0,37,168,.55);margin-left:.35rem}.home-cta-copy{min-width:0}.home-cta-copy h2{color:#fff;font-size:clamp(.78rem,2.8vw,1.85rem);font-weight:700;letter-spacing:-.03em;line-height:1.2;max-width:16ch;margin-bottom:.25rem}@media (min-width:900px){.home-cta-copy h2{max-width:18ch;margin-bottom:.55rem}}.home-cta-copy h2 em{font-style:normal;color:var(--gold);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;-webkit-text-decoration-color:rgba(235,177,67,.7);text-decoration-color:rgba(235,177,67,.7)}.home-cta-copy p{color:rgba(255,255,255,.72);font-size:clamp(.62rem,2vw,.92rem);font-weight:300;line-height:1.35;max-width:28ch;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (min-width:900px){.home-cta-copy p{max-width:42ch;line-height:1.55;display:block;overflow:visible}}.home-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:.3rem;padding:.55rem .7rem;border-radius:999px;background:#fff;color:var(--ink)!important;font-size:.65rem;font-weight:600;white-space:nowrap;transition:transform .2s ease,opacity .2s ease;justify-self:end}@media (min-width:900px){.home-cta-btn{gap:.5rem;padding:.85rem 1.25rem;font-size:.92rem}}.home-cta-btn:hover{transform:translateY(-2px);opacity:.95}.home-cta-btn-full{display:none}.home-web-banner{padding:0 0 3rem}.home-web-banner .home-cta-panel{background:var(--white);border:1.5px solid var(--shine-from);box-shadow:0 18px 40px rgba(0,8,53,.1)}.home-web-banner .home-cta-copy h2{color:var(--ink,#0b1530)}.home-web-banner .home-cta-copy p{color:var(--text)}.home-web-banner .home-cta-btn{background:var(--shine-from);color:#fff!important}.home-web-shot{width:min(100%,230px);height:auto;border-radius:10px;box-shadow:0 18px 40px rgba(0,8,53,.22);transform:rotate(-4deg)}@media (min-width:900px){.home-web-shot{width:min(100%,320px);border-radius:14px}}.home-school{background:var(--white);padding:2.5rem 0 3rem}@media (min-width:960px){.home-school{padding:4rem 0 4.5rem}}.home-school-head{text-align:center;margin-bottom:1.5rem}@media (min-width:960px){.home-school-head{margin-bottom:2.5rem}}.home-school-head h2{font-size:clamp(1.1rem,3vw,2rem);font-weight:700;letter-spacing:-.035em;max-width:22ch;margin-inline:auto;line-height:1.2}.home-school-inner{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;grid-gap:1rem;gap:1rem}@media (min-width:960px){.home-school-inner{gap:3.5rem}}.home-school-steps{display:grid;grid-gap:.4rem;gap:.4rem}@media (min-width:960px){.home-school-steps{gap:.55rem}}.home-school-step{border:1px solid var(--border);border-radius:12px;background:var(--white);transition:border-color .2s ease,box-shadow .2s ease}.home-school-step-open{border-color:rgba(0,37,168,.35);box-shadow:0 10px 24px rgba(0,8,53,.06)}@media (min-width:960px){.home-school-step{border-radius:16px}}.home-school-step button{display:flex;align-items:center;gap:.5rem;width:100%;padding:.55rem .6rem;background:none;border:none;cursor:pointer;font-family:inherit;text-align:left}@media (min-width:960px){.home-school-step button{gap:.75rem;padding:.85rem 1rem}}.home-school-step-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:rgba(0,37,168,.07);color:var(--shine-from)}@media (min-width:960px){.home-school-step-icon{width:34px;height:34px;border-radius:10px}}.home-school-step-title{flex:1 1;font-size:.72rem;font-weight:600;letter-spacing:-.01em;color:var(--ink,#0b1530)}@media (min-width:960px){.home-school-step-title{font-size:.95rem}}.home-school-chev{flex-shrink:0;color:var(--text);transition:transform .2s ease}.home-school-step-open .home-school-chev{transform:rotate(180deg)}.home-school-step p{padding:0 .6rem .6rem 2.35rem;font-size:.68rem;font-weight:300;line-height:1.45;color:var(--text)}@media (min-width:960px){.home-school-step p{padding:0 1rem .9rem 3.6rem;font-size:.88rem;line-height:1.55}}.home-school-visual{display:flex;justify-content:center}.home-school-panel{width:100%;max-width:380px;background:var(--muted);border:1px solid var(--border);border-radius:14px;padding:.7rem .75rem .8rem;display:grid;grid-gap:.55rem;gap:.55rem}@media (min-width:960px){.home-school-panel{border-radius:22px;padding:1.4rem 1.5rem 1.5rem;gap:1rem}}.home-school-panel-head{display:flex;align-items:center;justify-content:space-between;gap:.4rem}.home-school-panel-head b{font-size:.62rem;font-weight:700;color:var(--ink,#0b1530);white-space:nowrap}@media (min-width:960px){.home-school-panel-head b{font-size:.85rem}}.home-school-meter{display:grid;grid-gap:.25rem;gap:.25rem}.home-school-meter-label{display:flex;align-items:center;justify-content:space-between}.home-school-meter-label span{font-size:.58rem;font-weight:400;color:var(--text)}.home-school-meter-label b{font-size:.62rem;font-weight:700;color:var(--shine-from)}@media (min-width:960px){.home-school-meter-label span{font-size:.78rem}.home-school-meter-label b{font-size:.85rem}}.home-school-meter-bar{height:7px;border-radius:999px;background:rgba(0,37,168,.1);overflow:hidden}@media (min-width:960px){.home-school-meter-bar{height:9px}}.home-school-meter-bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--shine-from) 0,#4f6fd8 100%)}.home-school-note{background:var(--white);border:1px solid var(--border);border-radius:10px;padding:.5rem .6rem;display:grid;grid-gap:.15rem;gap:.15rem}@media (min-width:960px){.home-school-note{border-radius:14px;padding:.75rem .9rem}}.home-school-note b{font-size:.56rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--shine-from)}.home-school-note p{font-size:.64rem;font-weight:400;line-height:1.4;color:var(--ink,#0b1530)}@media (min-width:960px){.home-school-note b{font-size:.68rem}.home-school-note p{font-size:.85rem}}.home-why{background:var(--white);padding:2.5rem 0 3rem}@media (min-width:960px){.home-why{padding:4rem 0 4.5rem}}.home-why-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.65rem;gap:.65rem}@media (min-width:960px){.home-why-grid{grid-template-columns:repeat(3,1fr);gap:1.15rem}}.home-why-card{position:relative;padding:.9rem .8rem .85rem;border:1px solid var(--border);border-radius:14px;background:var(--white);transition:border-color .2s ease,box-shadow .2s ease}.home-why-card:hover{border-color:rgba(0,37,168,.3);box-shadow:0 12px 28px rgba(0,8,53,.07)}@media (min-width:960px){.home-why-card{padding:1.35rem 1.25rem 1.25rem;border-radius:20px}}.home-why-num{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.08em;color:var(--gold,#ebb143);margin-bottom:.45rem}@media (min-width:960px){.home-why-num{font-size:.8rem;margin-bottom:.65rem}}.home-why-card h3{font-size:.8rem;font-weight:700;letter-spacing:-.02em;line-height:1.25;margin-bottom:.3rem}@media (min-width:960px){.home-why-card h3{font-size:1rem;margin-bottom:.45rem}}.home-why-card p{font-size:.7rem;font-weight:300;line-height:1.45;color:var(--text)}@media (min-width:960px){.home-why-card p{font-size:.88rem;line-height:1.55}}.home-next{position:relative;overflow:hidden;background:linear-gradient(rgba(0,8,53,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(0,8,53,.035) 1px,transparent 1px),var(--muted);background-size:44px 44px,44px 44px,auto;padding:3rem 0}@media (min-width:960px){.home-next{padding:5.5rem 0}}.home-next-inner{text-align:center;position:relative;z-index:1}.home-next-inner h2{font-size:clamp(1.3rem,4.4vw,2.9rem);font-weight:700;letter-spacing:-.04em;line-height:1.15;margin-bottom:1.1rem}@media (min-width:960px){.home-next-inner h2{margin-bottom:1.75rem}}.home-next-scroll{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--shine-from);color:#fff;transition:background .2s ease,transform .2s ease}.home-next-scroll:hover{background:#001d85;transform:translateY(2px)}@media (min-width:960px){.home-next-scroll{width:56px;height:56px}}.home-contact{background:var(--white);padding:2.5rem 0 3rem}@media (min-width:960px){.home-contact{padding:4rem 0 4.5rem}}.home-contact-head{text-align:center;margin-bottom:1.5rem}@media (min-width:960px){.home-contact-head{margin-bottom:2.5rem}}.home-contact-eyebrow{display:inline-block;font-size:.6rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text);margin-bottom:.45rem}@media (min-width:960px){.home-contact-eyebrow{font-size:.72rem}}.home-contact-head h2{font-size:clamp(1.2rem,3.4vw,2.2rem);font-weight:700;letter-spacing:-.035em;line-height:1.15;margin-bottom:.4rem}.home-contact-head p{font-size:.72rem;font-weight:300;color:var(--text);max-width:46ch;margin-inline:auto;line-height:1.5}@media (min-width:960px){.home-contact-head p{font-size:.95rem}}.home-contact-tiles{display:grid;grid-template-columns:1fr;grid-gap:.65rem;gap:.65rem}@media (min-width:720px){.home-contact-tiles{grid-template-columns:repeat(3,1fr);gap:1.15rem}}.home-contact-tile{display:flex;align-items:center;gap:.75rem;background:var(--white);border:1px solid var(--border);border-radius:14px;padding:.85rem .9rem;box-shadow:0 12px 26px rgba(0,8,53,.05)}@media (min-width:960px){.home-contact-tile{border-radius:20px;padding:1.4rem 1.3rem;gap:1rem}}.home-contact-tile-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:rgba(0,37,168,.07);color:var(--shine-from)}@media (min-width:960px){.home-contact-tile-icon{width:46px;height:46px}}.home-contact-tile b{display:block;font-size:.76rem;font-weight:700;letter-spacing:-.01em;color:var(--ink,#0b1530);margin-bottom:.12rem}@media (min-width:960px){.home-contact-tile b{font-size:.95rem}}.home-contact-tile a,.home-contact-tile div>span{display:block;font-size:.7rem;font-weight:400;color:var(--text);line-height:1.4;word-break:break-word}.home-contact-tile a:hover{color:var(--shine-from);text-decoration:underline}@media (min-width:960px){.home-contact-tile a,.home-contact-tile div>span{font-size:.85rem}}.home-faq{background:var(--muted);padding:2.5rem 0 3rem}@media (min-width:960px){.home-faq{padding:4rem 0 4.5rem}}.home-faq-list{display:grid;grid-gap:.4rem;gap:.4rem;max-width:760px;margin-inline:auto}@media (min-width:960px){.home-faq-list{gap:.55rem}}.home-faq-item{border:1px solid var(--border);border-radius:12px;background:var(--white);transition:border-color .2s ease,box-shadow .2s ease}.home-faq-item-open{border-color:rgba(0,37,168,.35);box-shadow:0 10px 24px rgba(0,8,53,.06)}@media (min-width:960px){.home-faq-item{border-radius:16px}}.home-faq-item button{display:flex;align-items:center;justify-content:space-between;gap:.6rem;width:100%;padding:.6rem .7rem;background:none;border:none;cursor:pointer;font-family:inherit;text-align:left;font-size:.74rem;font-weight:600;letter-spacing:-.01em;color:var(--ink,#0b1530)}@media (min-width:960px){.home-faq-item button{padding:.9rem 1.1rem;font-size:.95rem}}.home-faq-chev{flex-shrink:0;color:var(--text);transition:transform .2s ease}.home-faq-item-open .home-faq-chev{transform:rotate(180deg)}.home-faq-item p{padding:0 .7rem .65rem;font-size:.7rem;font-weight:300;line-height:1.5;color:var(--text)}@media (min-width:960px){.home-faq-item p{padding:0 1.1rem 1rem;font-size:.9rem;line-height:1.6;max-width:60ch}}.home-trust{background:var(--muted);padding:2.5rem 0 3rem}@media (min-width:960px){.home-trust{padding:4rem 0 4.5rem}}.home-trust-head{text-align:center;margin-bottom:1.5rem}@media (min-width:960px){.home-trust-head{margin-bottom:2.5rem}}.home-trust-head h2{font-size:clamp(1.2rem,3.6vw,2.35rem);font-weight:800;letter-spacing:-.04em;line-height:1.15;margin-bottom:.4rem}.home-trust-head p{font-size:.72rem;font-weight:300;color:var(--text);max-width:42ch;margin-inline:auto;line-height:1.5}@media (min-width:960px){.home-trust-head p{font-size:.95rem}}.home-trust-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.65rem;gap:.65rem}@media (min-width:960px){.home-trust-grid{grid-template-columns:repeat(4,1fr);gap:1.15rem}}.home-trust-stat{text-align:center;background:var(--white);border:1px solid var(--border);border-radius:14px;padding:.9rem .6rem .85rem;display:grid;grid-gap:.2rem;gap:.2rem}@media (min-width:960px){.home-trust-stat{border-radius:20px;padding:1.6rem 1rem 1.5rem;gap:.35rem}}.home-trust-stat b{font-size:1.35rem;font-weight:800;letter-spacing:-.03em;line-height:1;color:var(--shine-from)}@media (min-width:960px){.home-trust-stat b{font-size:2.4rem}}.home-trust-stat span{font-size:.64rem;font-weight:400;line-height:1.35;color:var(--text)}@media (min-width:960px){.home-trust-stat span{font-size:.85rem}}.home-insights{background:var(--muted);padding:2.5rem 0;overflow:hidden}@media (min-width:960px){.home-insights{padding:4.5rem 0}}.home-insights-inner{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:center;grid-gap:.75rem;gap:.75rem}@media (min-width:960px){.home-insights-inner{gap:3.5rem}}.home-insights-visual{position:relative;padding:.5rem .25rem .5rem 0}.home-insights-panel{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:.7rem .75rem .8rem;box-shadow:0 16px 34px rgba(0,8,53,.08);max-width:420px}@media (min-width:960px){.home-insights-panel{border-radius:22px;padding:1.4rem 1.5rem 1.5rem}}.home-insights-panel-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem}@media (min-width:960px){.home-insights-panel-head{margin-bottom:1rem}}.home-insights-chip{font-size:.55rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--shine-from);background:rgba(0,37,168,.08);border-radius:999px;padding:.22rem .55rem}@media (min-width:960px){.home-insights-chip{font-size:.68rem;padding:.3rem .75rem}}.home-insights-panel-head b{font-size:.78rem;font-weight:700;color:#0e9f6e}@media (min-width:960px){.home-insights-panel-head b{font-size:1rem}}.home-insights-bars{display:flex;align-items:flex-end;gap:.3rem;height:62px;margin-bottom:.55rem}@media (min-width:960px){.home-insights-bars{gap:.55rem;height:120px;margin-bottom:1rem}}.home-insights-bars span{flex:1 1;border-radius:4px 4px 2px 2px;background:linear-gradient(180deg,var(--shine-from) 0,#4f6fd8 100%);opacity:.85}.home-insights-bars span:nth-child(odd){opacity:.45}.home-insights-bars span:last-child{opacity:1}.home-insights-line{display:block;width:100%;height:26px;color:#3b82f6}@media (min-width:960px){.home-insights-line{height:44px}}.home-insights-stat{position:absolute;background:var(--white);border:1px solid var(--border);border-radius:10px;padding:.4rem .55rem;box-shadow:0 10px 24px rgba(0,8,53,.1);display:grid;grid-gap:.05rem;gap:.05rem}@media (min-width:960px){.home-insights-stat{border-radius:14px;padding:.65rem .9rem}}.home-insights-stat b{font-size:.72rem;font-weight:700;color:var(--shine-from);line-height:1}@media (min-width:960px){.home-insights-stat b{font-size:1.05rem}}.home-insights-stat span{font-size:.5rem;font-weight:400;color:var(--text);white-space:nowrap}@media (min-width:960px){.home-insights-stat span{font-size:.68rem}}.home-insights-stat-a{top:-.1rem;right:0}.home-insights-stat-b{bottom:-.2rem;right:.75rem}@media (min-width:960px){.home-insights-stat-a{top:.25rem;right:1rem}.home-insights-stat-b{bottom:-.4rem;right:2.5rem}}.home-insights-copy h2{font-size:1rem;font-weight:700;letter-spacing:-.02em;line-height:1.22;margin-bottom:.5rem}@media (min-width:960px){.home-insights-copy h2{font-size:1.85rem;margin-bottom:.8rem;max-width:26rem}}.home-insights-lead{display:none}@media (min-width:960px){.home-insights-lead{display:block;font-size:.95rem;font-weight:300;line-height:1.65;color:var(--text);margin-bottom:1.2rem;max-width:28rem}}.home-insights-list{list-style:none;display:grid;grid-gap:.45rem;gap:.45rem;margin:0 0 .9rem;padding:0}@media (min-width:960px){.home-insights-list{gap:.65rem;margin-bottom:1.4rem}}.home-insights-list li{display:flex;align-items:flex-start;gap:.5rem;font-size:.71rem;font-weight:400;line-height:1.4;color:var(--ink,#0b1530)}@media (min-width:960px){.home-insights-list li{font-size:.92rem;line-height:1.5}}.home-insights-point-full{display:none}.home-insights-point-short{display:inline}@media (min-width:960px){.home-insights-point-full{display:inline}.home-insights-point-short{display:none}}.home-insights-check{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;margin-top:.12em;border-radius:4px;background:var(--shine-from);color:#fff}@media (min-width:960px){.home-insights-check{width:18px;height:18px;border-radius:5px}}.home-insights-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .95rem;border-radius:999px;background:var(--shine-from);color:#fff;font-size:.72rem;font-weight:600;letter-spacing:.01em;transition:background .2s ease,transform .2s ease}.home-insights-btn:hover{background:#001d85;transform:translateY(-1px)}@media (min-width:960px){.home-insights-btn{padding:.68rem 1.35rem;font-size:.88rem}}.home-process{background:var(--white);padding:3rem 0 3.5rem}.home-process-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.65rem;gap:.65rem}@media (min-width:960px){.home-process-grid{grid-template-columns:repeat(4,1fr);gap:1.15rem}}.home-process-step{position:relative;padding:.9rem .8rem .85rem;border:1px solid var(--border);border-radius:14px;background:var(--muted)}@media (min-width:960px){.home-process-step{padding:1.35rem 1.25rem 1.25rem;border-radius:20px}}.home-process-num{display:inline-block;font-size:.7rem;font-weight:700;letter-spacing:.08em;color:var(--shine-from);margin-bottom:.5rem}@media (min-width:960px){.home-process-num{font-size:.8rem;margin-bottom:.75rem}}.home-process-step h3{font-size:.82rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.3rem;line-height:1.25}@media (min-width:960px){.home-process-step h3{font-size:1rem;margin-bottom:.45rem}}.home-process-step p{font-size:.72rem;font-weight:300;line-height:1.4;color:var(--text)}@media (min-width:960px){.home-process-step p{font-size:.88rem;line-height:1.55}}.home-cta-btn-short{display:inline}@media (min-width:900px){.home-cta-btn-full{display:inline}.home-cta-btn-short{display:none}}.logo-strip{background:var(--white);border-bottom:1px solid var(--border);padding:1.35rem 0}@media (min-width:960px){.logo-strip{padding:1.75rem 0}}.logo-strip-inner{display:flex;align-items:center;justify-content:center;gap:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.logo-strip-inner::-webkit-scrollbar{display:none}@media (max-width:639px){.logo-strip-inner{justify-content:flex-start;padding-inline:.25rem}}.logo-strip-item{gap:.45rem;padding:.35rem 1.25rem}.logo-strip-cell,.logo-strip-item{display:flex;align-items:center;flex-shrink:0}.logo-strip-cell{padding:.35rem 0}@media (min-width:640px){.logo-strip-cell{padding:.35rem 0}}.logo-strip-divider{width:1px;height:22px;background:var(--border);margin:0 1.25rem;flex-shrink:0}@media (min-width:640px){.logo-strip-divider{margin:0 1.75rem}}@media (min-width:960px){.logo-strip-divider{margin:0 2.5rem}}.logo-strip-mark{font-size:.72rem;line-height:1;color:var(--ink);opacity:.85}.logo-strip-label{font-family:var(--font);font-size:.95rem;font-weight:700;letter-spacing:-.03em;color:var(--ink);white-space:nowrap}@media (min-width:960px){.logo-strip-label{font-size:1.05rem}}.svc-grid-section{padding-top:3.5rem}.svc-grid{display:grid;grid-gap:1.15rem;gap:1.15rem;grid-template-columns:1fr}@media (min-width:640px){.svc-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (min-width:1024px){.svc-grid{grid-template-columns:repeat(3,1fr);gap:1.35rem}}.svc-card{display:flex;flex-direction:column;height:100%;background:var(--white);border:1px solid var(--border);border-radius:18px;padding:1.5rem 1.5rem 1.35rem;box-shadow:0 1px 2px rgba(0,29,118,.03);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.svc-card:hover{border-color:rgba(0,29,118,.16);box-shadow:0 14px 36px rgba(0,8,53,.08);transform:translateY(-2px)}.svc-card-icon{flex-shrink:0;width:42px;height:42px;border-radius:11px;display:grid;place-items:center;background:var(--muted);color:var(--navy);margin-bottom:1rem}.svc-card h3{font-size:1.05rem;font-weight:700;letter-spacing:-.025em;line-height:1.3;margin-bottom:.55rem;color:var(--ink)}.svc-card-good-for{font-size:.82rem;line-height:1.5;color:var(--text);margin-bottom:.65rem}.svc-card-good-for em{font-style:italic;font-weight:400;color:var(--text)}.svc-card-body{font-size:.88rem;line-height:1.55;color:var(--ink);margin-bottom:.85rem}.svc-card-bullets{list-style:none;margin:0 0 1.15rem;padding:0;display:grid;grid-gap:.35rem;gap:.35rem;flex:1 1}.svc-card-bullets li{position:relative;padding-left:.85rem;font-size:.82rem;line-height:1.45;color:var(--text)}.svc-card-bullets li:before{content:"";position:absolute;left:0;top:.55em;width:4px;height:4px;border-radius:50%;background:var(--text);opacity:.55}.svc-card-footer{padding-top:1rem;border-top:1px solid var(--border);margin-top:auto}.svc-card-cta{display:inline-flex;align-items:center;gap:.2rem;font-size:.88rem;font-weight:600;color:var(--ink);transition:color .2s ease,gap .2s ease}.svc-card-cta:hover{color:var(--shine-from);gap:.35rem}.svc-band{position:relative;overflow:hidden;background:var(--navy-deep);padding:4rem 0;text-align:center}.svc-band-glow{position:absolute;right:-10%;top:-40%;width:55%;height:180%;background:radial-gradient(ellipse at center,rgba(235,177,67,.28),rgba(26,59,142,.35) 42%,transparent 70%);pointer-events:none}.svc-band-inner{position:relative;z-index:1}.svc-band h2{color:white;font-size:clamp(1.55rem,3.2vw,2.15rem);max-width:28ch;margin:0 auto .85rem}.svc-band p{color:rgba(255,255,255,.78);max-width:46ch;margin:0 auto 1.5rem}.hiw{background:var(--white);padding:2.5rem 0 3rem}@media (min-width:960px){.hiw{padding:4rem 0 4.5rem}}.hiw-head{text-align:center;margin-bottom:1.5rem}@media (min-width:960px){.hiw-head{margin-bottom:2.25rem}}.hiw-head h2{font-size:clamp(1.25rem,3.8vw,2.35rem);font-weight:800;letter-spacing:-.04em;line-height:1.15;max-width:20ch;margin:0 auto}.hiw-bento{display:grid;grid-gap:.85rem;gap:.85rem;grid-template-columns:1fr}@media (min-width:800px){.hiw-bento{grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;gap:1rem}.hiw-card-pills{grid-column:1;grid-row:1}.hiw-card-stat{grid-column:2;grid-row:1}.hiw-card-flow{grid-column:3;grid-row:1}.hiw-card-shortcuts{grid-column:1/3;grid-row:2}}@media (min-width:960px){.hiw-bento{gap:1.15rem}}.hiw-card{border:1px solid var(--border);border-radius:20px;background:var(--white);overflow:hidden}@media (min-width:960px){.hiw-card{border-radius:24px}}.hiw-card-pills{padding:1.35rem 1.25rem 1.5rem;min-height:220px;display:flex;flex-direction:column}.hiw-card-kicker{font-size:.72rem;color:var(--text);line-height:1.45;max-width:22ch;margin-bottom:1.25rem}@media (min-width:960px){.hiw-card-kicker{font-size:.82rem}}.hiw-pills{display:flex;flex-direction:column;align-items:center;gap:.55rem;margin-top:auto;padding:.5rem 0}.hiw-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem 1.1rem;border-radius:999px;font-size:.78rem;font-weight:600;letter-spacing:-.02em;box-shadow:0 8px 24px rgba(0,8,53,.1);white-space:nowrap}@media (min-width:960px){.hiw-pill{font-size:.88rem;padding:.65rem 1.25rem}}.hiw-pill i{width:7px;height:7px;border-radius:50%;flex-shrink:0}.hiw-pill-green{background:#c8f542;color:var(--ink)}.hiw-pill-green i{background:var(--ink)}.hiw-pill-navy{background:var(--navy-deep);color:#fff}.hiw-pill-navy i{background:#fff}.hiw-pill-gray{background:#3d4558;color:#fff}.hiw-pill-gray i{background:#fff}.hiw-card-stat{background:var(--muted);border-color:transparent;padding:1.35rem 1.25rem;text-align:center;display:flex;flex-direction:column;align-items:center;min-height:220px}.hiw-stat-icon{width:40px;height:40px;border-radius:50%;background:var(--white);border:1px solid var(--border);display:grid;place-items:center;color:var(--ink);margin-bottom:.85rem}.hiw-stat-num{font-size:2rem;font-weight:800;letter-spacing:-.04em;line-height:1;color:var(--ink);margin-bottom:.45rem}@media (min-width:960px){.hiw-stat-num{font-size:2.5rem}}.hiw-card-stat h3{font-size:.95rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.35rem}.hiw-card-stat p{font-size:.78rem;line-height:1.45;color:var(--text);max-width:22ch}@media (min-width:960px){.hiw-card-stat p{font-size:.86rem}}.hiw-card-flow{display:flex;flex-direction:column;padding:0;min-height:220px}.hiw-flow-top{padding:1.25rem 1.25rem 1rem;flex:1 1}.hiw-flow-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:var(--muted);color:var(--ink);margin-bottom:.65rem}.hiw-flow-top h3{font-size:.95rem;font-weight:700;letter-spacing:-.02em;margin-bottom:1rem}.hiw-flow-diagram{position:relative;height:72px;margin-top:.5rem}.hiw-flow-hub{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:36px;height:36px;border-radius:10px;background:var(--navy-deep);color:#fff;font-size:.85rem;font-weight:800;display:grid;place-items:center;z-index:2}.hiw-flow-node{position:absolute;font-size:.62rem;font-weight:500;color:var(--text);padding:.3rem .55rem;border-radius:999px;border:1px solid var(--border);background:var(--white);white-space:nowrap}.hiw-flow-node-a{top:0;left:0}.hiw-flow-node-b{bottom:0;right:0}.hiw-flow-diagram:before{content:"";position:absolute;inset:18% 8%;border:1px dashed rgba(0,37,168,.15);border-radius:12px;z-index:0}.hiw-flow-foot{position:relative;background:var(--navy-deep);color:#fff;padding:1.35rem 1.25rem 1.15rem;margin-top:auto}.hiw-flow-badge{position:absolute;top:-14px;left:1.25rem;width:28px;height:28px;border-radius:50%;background:#c8f542;color:var(--ink);display:grid;place-items:center;border:2px solid var(--white)}.hiw-flow-foot h4{font-size:.92rem;font-weight:700;color:#fff;margin-bottom:.35rem}.hiw-flow-foot p{font-size:.72rem;line-height:1.45;color:rgba(255,255,255,.75);max-width:28ch}@media (min-width:960px){.hiw-flow-foot p{font-size:.8rem}}.hiw-card-shortcuts{display:flex;flex-direction:column;gap:1.25rem;padding:1.35rem 1.25rem}@media (min-width:640px){.hiw-card-shortcuts{flex-direction:row;align-items:center;justify-content:space-between;padding:1.5rem 1.75rem}}.hiw-shortcuts-copy h3{font-size:1rem;font-weight:700;letter-spacing:-.025em;margin-bottom:.45rem}.hiw-shortcuts-copy p{font-size:.82rem;line-height:1.5;color:var(--text);max-width:38ch}@media (min-width:960px){.hiw-shortcuts-copy h3{font-size:1.1rem}.hiw-shortcuts-copy p{font-size:.9rem}}.hiw-shortcuts-keys{display:flex;align-items:center;gap:.45rem;flex-shrink:0}.hiw-key{display:inline-flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 .5rem;border-radius:10px;border:1px solid var(--border);background:var(--muted);font-size:.82rem;font-weight:600;color:var(--ink)}.hiw-key-text{font-size:.78rem;font-weight:700;text-decoration:underline;text-underline-offset:2px;background:var(--white)}.hiw-key-plus{border:none;background:transparent;min-width:auto;padding:0;color:var(--text);font-size:1rem}@media (max-width:639px){.solutions-page .page-hero{padding:1.5rem 0 1.65rem}.solutions-page .page-hero-centered .page-hero-copy h1{font-size:clamp(1.45rem,7.2vw,2.05rem);max-width:16ch;line-height:1.12;margin-bottom:.55rem}.solutions-page .page-hero-desc{display:none}.solutions-page .page-hero-centered .page-hero-cta{margin-top:.95rem}.solutions-page .btn-page-hero{padding:.65rem 1.05rem;font-size:.8rem;border-radius:999px}.solutions-page .logo-strip{padding:.95rem 0}.solutions-page .logo-strip-label{font-size:.82rem}.solutions-page .logo-strip-divider{height:16px;margin:0 .85rem}.solutions-page .svc-grid-section{padding:1.75rem 0 2rem}.solutions-page .svc-grid-section.section{padding-top:1.75rem;padding-bottom:2rem}.solutions-page .section-head{margin-bottom:1.15rem}.solutions-page .section-head h2{font-size:1.15rem;max-width:18ch;margin-inline:auto;line-height:1.2}.solutions-page .section-head p{display:none}.solutions-page .section-label{font-size:.68rem;margin-bottom:.4rem}.solutions-page .svc-grid{grid-template-columns:1fr 1fr;gap:.55rem}.solutions-page .svc-card{border-radius:14px;padding:.75rem .7rem .7rem;box-shadow:0 1px 2px rgba(0,29,118,.03)}.solutions-page .svc-card-icon{width:30px;height:30px;border-radius:9px;margin-bottom:.55rem}.solutions-page .svc-card-icon svg{width:15px;height:15px}.solutions-page .svc-card h3{font-size:.72rem;margin-bottom:.35rem;line-height:1.25}.solutions-page .svc-card-body,.solutions-page .svc-card-good-for{display:none}.solutions-page .svc-card-bullets{gap:.2rem;margin-bottom:.65rem}.solutions-page .svc-card-bullets li{font-size:.62rem;padding-left:.7rem;line-height:1.35}.solutions-page .svc-card-bullets li:nth-child(n+3){display:none}.solutions-page .svc-card-footer{padding-top:.55rem}.solutions-page .svc-card-cta{font-size:.68rem}.solutions-page .svc-card-cta svg{width:12px;height:12px}.solutions-page .home-trust{padding:1.75rem 0 2rem}.solutions-page .home-trust-head{margin-bottom:1rem}.solutions-page .home-trust-head h2{font-size:1.15rem}.solutions-page .home-trust-head p{font-size:.68rem;max-width:30ch}.solutions-page .home-trust-grid{gap:.5rem}.solutions-page .home-trust-stat{border-radius:12px;padding:.75rem .45rem .7rem}.solutions-page .home-trust-stat b{font-size:1.2rem}.solutions-page .home-trust-stat span{font-size:.58rem}.solutions-page .hiw{padding:1.75rem 0 2rem}.solutions-page .hiw-head{margin-bottom:1rem}.solutions-page .hiw-head h2{font-size:1.15rem;max-width:16ch}.solutions-page .hiw-bento{display:grid;grid-template-columns:1fr 1fr;grid-gap:.55rem;gap:.55rem}.solutions-page .hiw-card-pills{grid-column:1;min-height:0;padding:.85rem .75rem 1rem}.solutions-page .hiw-card-stat{grid-column:2;min-height:0;padding:.85rem .7rem}.solutions-page .hiw-card-flow{grid-column:1/-1;min-height:0}.solutions-page .hiw-card-shortcuts{grid-column:1/-1;padding:.95rem .85rem;gap:.85rem}.solutions-page .hiw-card{border-radius:14px}.solutions-page .hiw-card-kicker{font-size:.62rem;margin-bottom:.75rem;max-width:none}.solutions-page .hiw-pill{font-size:.62rem;padding:.4rem .7rem;gap:.3rem}.solutions-page .hiw-pill i{width:5px;height:5px}.solutions-page .hiw-pills{gap:.35rem}.solutions-page .hiw-stat-icon{width:30px;height:30px;margin-bottom:.5rem}.solutions-page .hiw-stat-num{font-size:1.45rem}.solutions-page .hiw-card-stat h3{font-size:.72rem}.solutions-page .hiw-card-stat p{font-size:.62rem}.solutions-page .hiw-flow-top{padding:.95rem .9rem .75rem}.solutions-page .hiw-flow-top h3{font-size:.82rem;margin-bottom:.65rem}.solutions-page .hiw-flow-diagram{height:58px}.solutions-page .hiw-flow-hub{width:28px;height:28px;font-size:.72rem;border-radius:8px}.solutions-page .hiw-flow-node{font-size:.55rem;padding:.22rem .4rem}.solutions-page .hiw-flow-foot{padding:1.1rem .9rem .9rem}.solutions-page .hiw-flow-foot h4{font-size:.8rem}.solutions-page .hiw-flow-foot p{font-size:.65rem}.solutions-page .hiw-shortcuts-copy h3{font-size:.88rem}.solutions-page .hiw-shortcuts-copy p{font-size:.7rem}.solutions-page .hiw-key{min-width:30px;height:30px;border-radius:8px;font-size:.7rem}.solutions-page .home-next{padding:2rem 0}.solutions-page .home-next-inner h2{font-size:1.25rem;margin-bottom:.95rem}.solutions-page .home-next-scroll{width:40px;height:40px}.about-page .page-hero{padding:1.5rem 0 1.65rem}.about-page .page-hero-centered .page-hero-copy h1{font-size:clamp(1.45rem,7.2vw,2.05rem);max-width:16ch;line-height:1.12;margin-bottom:.55rem}.about-page .page-hero-desc{display:none}.about-page .page-hero-sub{font-size:.82rem;max-width:22ch;line-height:1.3;margin-bottom:0}.about-page .page-hero-chips{gap:.3rem;margin-top:.75rem}.about-page .page-hero-chips span{font-size:.6rem;padding:.28rem .55rem}.about-page .page-hero-crumb{margin-bottom:.75rem;font-size:.68rem}.about-page .about-section{padding:1.35rem 0}.about-page .about-section-map{padding-bottom:1.75rem}.about-page .about-split{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:.55rem;align-items:start}.about-page .about-eyebrow{font-size:.6rem;margin-bottom:.45rem}.about-page .about-copy h2{font-size:.82rem;margin-bottom:.4rem}.about-page .about-copy p{font-size:.68rem;line-height:1.45;margin-bottom:0}.about-page .about-copy p+p{display:none}.about-page .about-hub-card{border-radius:14px;padding:.7rem .65rem;align-self:stretch}.about-page .about-hub-icon{width:28px;height:28px;border-radius:9px;margin-bottom:.45rem}.about-page .about-hub-tag{font-size:.58rem;margin-bottom:.35rem}.about-page .about-hub-list{grid-template-columns:1fr;gap:.25rem}.about-page .about-hub-list li{font-size:.62rem;padding:.28rem .45rem}.about-page .about-head{margin-bottom:.85rem}.about-page .about-head h2{font-size:1.05rem;max-width:20ch;margin-bottom:0}.about-page .about-head p{display:none}.about-page .about-services-inner{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:.55rem;align-items:start}.about-page .about-services-visual{order:0;align-self:start}.about-page .about-services-steps{gap:.3rem}.about-page .about-service-step{border-radius:10px}.about-page .about-service-step button{gap:.35rem;padding:.45rem .5rem;font-size:.62rem}.about-page .about-service-step button>span:nth-child(2){flex:1 1;min-width:0;line-height:1.25}.about-page .about-service-icon{width:22px;height:22px;border-radius:7px}.about-page .about-service-chev{width:14px;height:14px}.about-page .about-service-step p{display:none}.about-page .about-services-panel{max-width:none;aspect-ratio:.85/1;border-radius:14px;padding:.55rem}.about-page .about-services-panel .home-insights-chip{top:.5rem;left:.5rem;font-size:.55rem;padding:.2rem .4rem}.about-page .about-services-panel p{font-size:.62rem}.about-page .about-services-orbit{width:22px;height:22px}.about-page .about-vm-grid{grid-template-columns:repeat(2,1fr);gap:.55rem}.about-page .about-vm-card{border-radius:14px;padding:.75rem .7rem}.about-page .about-vm-label{font-size:.58rem;margin-bottom:.35rem}.about-page .about-vm-card h3{font-size:.68rem;margin-bottom:0;line-height:1.2}.about-page .about-vm-card p{display:none}.about-page .about-goals-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.about-page .about-goal-card{border-radius:12px;padding:.65rem .6rem}.about-page .about-goal-num{font-size:.58rem;margin-bottom:.25rem}.about-page .about-goal-card h3{font-size:.68rem;margin-bottom:0;line-height:1.2}.about-page .about-goal-card p{display:none}.about-page .about-community-grid{grid-template-columns:repeat(3,1fr);gap:.45rem}.about-page .about-community-card{border-radius:12px;padding:.65rem .55rem}.about-page .about-community-icon{width:28px;height:28px;border-radius:8px;margin-bottom:.4rem}.about-page .about-community-card h3{font-size:.62rem;margin-bottom:0;line-height:1.2}.about-page .about-community-card p{display:none}.about-page .about-map-inner{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:.55rem;align-items:center}.about-page .about-map-copy h2{font-size:.78rem;margin-bottom:.35rem;line-height:1.2}.about-page .about-map-copy>p{display:none}.about-page .about-map-list{gap:.3rem;margin-bottom:.55rem}.about-page .about-map-list li{font-size:.58rem;padding:.35rem .45rem;border-radius:8px;gap:.3rem}.about-page .about-map-list li:nth-child(n+2){display:none}.about-page .about-map-list li svg{width:12px;height:12px}.about-page .about-map-btn{font-size:.62rem;padding:.4rem .4rem .4rem .75rem;gap:.3rem}.about-page .about-map-btn svg{width:12px;height:12px}.about-page .about-map-stage{max-width:none;padding:.35rem;border-radius:16px}.about-page .about-map-wrap{border-radius:12px}}