@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--atlas_surface-alt:#e6fffb;--atlas_bg:rgba(247,250,249,1);--atlas_muted:rgb(82,114,122);--atlas_dark:#0f1720;--atlas_text:#12343b;--atlas_accent:#0f766e;--atlas_surface:rgb(255,255,255);--atlas_line:#b9d7d2;--atlas_accent-soft:#ccfbf1}
body[data-theme='dark']{--atlas_accent:rgba(15,118,110,1);--atlas_surface:rgb(23,33,47);--atlas_line:#304155;--atlas_surface-alt:rgba(31,43,60,1);--atlas_text:rgba(247,247,251,1);--atlas_bg:var(--atlas_dark);--atlas_muted:#c6d0e4;--atlas_accent-soft:rgba(255,255,255,.06)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.at-body{color:var(--atlas_text);margin:0;background:var(--atlas_bg);font-family:'Inter',sans-serif;visibility:visible;pointer-events:auto;user-select:auto}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}
.at-wrap{margin:0 auto;width:min(1180px,calc(100% - 30px))}.at-shell{padding:0 0 56px}.at-kicker{text-transform:uppercase;font-size:.84rem;margin:0 0 10px;letter-spacing:.12em;color:var(--atlas_accent);font-weight:800}.at-lead,.at-rich p,.at-card p,.at-listitem p,.at-faq p{line-height:1.8;color:var(--atlas_muted)}
.at-mast{position:sticky;z-index:10;top:0;backdrop-filter:blur(12px);border-bottom:1px solid var(--atlas_line);background:color-mix(in srgb,var(--atlas_bg) 86%, transparent)}.at-mast__inner{display:flex;justify-content:space-between;min-height:76px;align-items:center;gap:18px}.at-mast__inner--split{grid-template-columns:1fr;padding:12px 0;display:grid;gap:10px}.at-mast__row{display:grid;gap:16px;align-items:center;grid-template-columns:auto 1fr auto}.at-eyebrow{gap:12px;display:flex;color:var(--atlas_muted);font-size:.88rem;justify-content:space-between}.at-brand{align-items:center;display:flex;gap:10px;font-weight:800}.at-brand img{object-fit:contain;width:auto;max-width:180px;max-height:38px}.at-brand-square{border-radius:10px;height:32px;width:32px;background:#fff;border:1px solid var(--atlas_line);padding:4px}.at-nav{gap:10px 14px;display:flex;justify-content:center;flex-wrap:wrap}.at-nav a{color:var(--atlas_muted);padding:8px 12px;border-radius:999px}.at-nav a:hover,.at-nav a[aria-current='page']{background:var(--atlas_accent-soft);color:var(--atlas_text)}.at-toggle{background:var(--atlas_surface);border:1px solid var(--atlas_line);border-radius:999px;height:42px;cursor:pointer;width:42px;color:var(--atlas_text)}
.at-home,.at-page{gap:28px;padding-top:24px;display:grid}.at-hero{padding:28px;background:linear-gradient(180deg,var(--atlas_surface) 0%,var(--atlas_surface-alt) 100%);border:1px solid var(--atlas_line);display:grid;border-radius:30px;gap:18px}.at-hero--route .at-hero__main{gap:10px;display:grid}.at-hero--alt .at-hero__band{display:grid;gap:10px}.at-hero__main h1,.at-hero__band h1{max-width:12ch;font-size:clamp(2.5rem,5.4vw,4.8rem);line-height:1.02;margin:0;letter-spacing:-.05em}.at-hero__side,.at-hero__deck{display:grid;gap:16px}.at-hero__actions{flex-wrap:wrap;align-items:center;display:flex;gap:12px}.at-button{align-items:center;justify-content:center;display:inline-flex;padding:13px 18px;border-radius:999px;gap:8px;font-weight:700}.at-button--solid{background:var(--atlas_accent);color:#fff}.at-button--ghost{border:1px solid var(--atlas_line);color:var(--atlas_text);background:transparent}.at-chiprow{display:flex;flex-wrap:wrap;gap:10px}.at-chiprow a,.at-chiprow span{padding:9px 12px;background:var(--atlas_accent-soft);font-size:.92rem;border-radius:999px;color:var(--atlas_text)}.at-hero__media img,.at-card--media img,.at-bannerstrip img{border-radius:22px;width:100%;object-fit:cover;height:100%}.at-bannerstrip{gap:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.at-statstack,.at-statband{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.at-statcard{background:var(--atlas_surface);border-radius:22px;padding:16px;border:1px solid var(--atlas_line)}.at-statcard strong{font-size:1.32rem;display:block}
.at-section{gap:16px;display:grid}.at-split{display:grid;gap:18px;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr)}.at-section__head{justify-content:space-between;display:flex;gap:16px;align-items:end}.at-section__head h2{margin:0;font-size:clamp(1.5rem,2.4vw,2.3rem)}.at-grid{display:grid;gap:16px}.at-grid--features,.at-grid--catalog,.at-grid--quotes{grid-template-columns:repeat(3,minmax(0,1fr))}.at-grid--duo,.at-grid--faq{grid-template-columns:repeat(2,minmax(0,1fr))}.at-mediawall{grid-template-columns:1.15fr .85fr;display:grid;gap:16px}.at-listboard{display:grid;gap:14px}.at-listitem{border-radius:24px;align-items:start;padding:18px;display:grid;gap:14px;border:1px solid var(--atlas_line);background:var(--atlas_surface);grid-template-columns:auto 1fr}.at-listitem__mark{place-items:center;font-weight:800;display:grid;height:42px;color:var(--atlas_accent);min-width:42px;background:var(--atlas_accent-soft);border-radius:14px}
.at-card{border-radius:26px;box-shadow:0 12px 30px rgba(15,23,42,.04);background:var(--atlas_surface);border:1px solid var(--atlas_line);padding:20px}.at-card h2,.at-card h3{margin:0 0 8px}.at-card--story{padding:26px}.at-card--rail{align-content:start;display:grid;gap:12px;background:var(--atlas_surface-alt)}.at-card--quote footer{gap:12px;display:flex;color:var(--atlas_muted);justify-content:space-between}.at-card--catalog small{font-weight:700;color:var(--atlas_accent)}.at-rail-link{border:1px solid var(--atlas_line);background:var(--atlas_surface);padding:14px 16px;display:grid;gap:4px;border-radius:18px}.at-rail-link span{font-size:.9rem;color:var(--atlas_muted)}
.at-faq{gap:12px;display:grid}.at-faq__item{border:1px solid var(--atlas_line);border-radius:22px;background:var(--atlas_surface);padding:0;overflow:hidden}.at-faq__item summary{padding:18px 20px;font-weight:700;list-style:none;cursor:pointer}.at-faq__item p{margin:0;padding:0 20px 18px}.at-faq__item--open{border-color:var(--atlas_accent)}
.at-convert{padding:24px;gap:16px;background:linear-gradient(135deg,var(--atlas_surface) 0%,var(--atlas_accent-soft) 100%);border:1px solid var(--atlas_line);display:grid;border-radius:28px}.at-convert--v1{align-items:end;grid-template-columns:minmax(200px,1fr) minmax(min-content,44%)}.at-convert--v2{align-items:center;grid-template-columns:1fr auto}.at-convert__frame{gap:8px;display:grid}.at-convert__actions{justify-items:end;display:grid;gap:8px}.at-convert h2{font-size:clamp(1.6rem,2.8vw,2.5rem);margin:0}.at-convert__hint{font-size:.9rem;color:var(--atlas_muted)}
.at-footer{padding:18px 0 28px;border-top:1px solid var(--atlas_line)}.at-footer__grid{display:grid;align-items:start;gap:18px;grid-template-columns:1.1fr .9fr .8fr}.at-footer__bar{gap:16px;grid-template-columns:1fr 1fr auto;align-items:center;display:grid}.at-footer__nav,.at-linkstack{gap:10px 14px;display:flex;flex-wrap:wrap}.at-footer p,.at-footer__meta{color:var(--atlas_muted)}
.at-family-b .at-hero{border-radius:34px}.at-family-b .at-card{border-radius:30px}.at-family-b .at-split{grid-template-columns:.92fr 1.08fr}.at-family-b .at-grid--features{grid-template-columns:repeat(2,minmax(0,1fr))}.at-family-b .at-mediawall{grid-template-columns:repeat(3,minmax(0,1fr))}
@media (max-width:960px){.at-grid--features,.at-grid--catalog,.at-grid--quotes,.at-grid--duo,.at-grid--faq,.at-footer__grid,.at-footer__bar,.at-convert--v1,.at-convert--v2{grid-template-columns:1fr}.at-split,.at-mast__row,.at-mediawall{grid-template-columns:1fr}.at-hero__main h1,.at-hero__band h1{max-width:none}.at-bannerstrip{grid-template-columns:1fr}}
@media (max-width:720px){.at-mast__inner{padding:10px 0;min-height:auto;align-items:flex-start;flex-direction:column}.at-nav{display:none}.at-hero{padding:22px}.at-wrap{width:min(100%,calc(100% - 22px))}.at-button{width:100%}.at-hero__actions{display:grid}.at-eyebrow{display:grid}}

/* siteforge-mobile-safety: common overflow + mobile guardrails */
html,body{overflow-x:hidden}
img{height:auto;max-width:100%}
:where(p,li,dd,dt,blockquote,figcaption,small,span,strong,em,a){word-break:break-word;overflow-wrap:break-word}
:where(h1,h2,h3,h4,h5,h6){overflow-wrap:break-word;hyphens:none;word-break:normal}
:where(main,section,article,aside,nav,header,footer,div,[class*='hero'],[class*='card'],[class*='panel'],[class*='grid'],[class*='split'],[class*='rail'],[class*='footer']){min-width:0}
:where([class*='rich'],[class*='lead'],[class*='copy'],[class*='content'],[class*='summary'],[class*='deck'],[class*='meta'],[class*='rail'],[class*='card'],[class*='panel'])>*{max-width:100%}
:where(pre,code,kbd,samp){word-break:break-word;white-space:pre-wrap}
.sf-footer-outbound,.sf-footer-outbound *,.sf-footer-outbound a{overflow-wrap:anywhere;word-break:break-word}
@media (max-width:760px){
  :where([class*='hero'],[class*='pagehero'],[class*='pagehead'],[class*='overview'],[class*='split'],[class*='twoaxis'],[class*='convert'],[class*='callout'],[class*='dashboard'],[class*='workspace'],[class*='footer__strip'],[class*='mediawall'],[class*='bannerstrip'],[class*='gallery'],[class*='ribbon'],[class*='hero__body'],[class*='hero__deck'],[class*='hero__split']){grid-template-columns:1fr !important}
  :where([class*='hero__actions'],[class*='actions'])>*{width:100%;max-width:100%}
  :where([class*='footer__lead'],[class*='footer__summary'],[class*='brandcard'],[class*='row']){flex-direction:column;align-items:flex-start}
  :where([class*='nav__logo'] img,[class*='footer__logo'],[class*='footer__logo'] img){max-width:min(100%,160px);height:auto;max-height:40px;width:auto}
  :where([class*='hero__logo'],[class*='pagehero__logo'],[class*='hero__seal'],[class*='footer__brand'],[class*='brand__square']){max-width:min(100%,96px);max-height:96px}
  :where([class*='hero__media'],[class*='hero__frame'],[class*='inline-media'],[class*='gallery__item'],[class*='mediawall__item'],[class*='banner'],[class*='monitor']){overflow:hidden;max-width:100%}
}

/* siteforge-square-logo-sizing: keep square brand marks visible across themes */
:where([class*='hero__logo'],[class*='pagehero__logo'],[class*='hero__seal'],[class*='brand__square']){height:clamp(110px,16vw,160px) !important;box-shadow:none !important;padding:6px !important;width:clamp(110px,16vw,160px) !important;background:transparent !important;border:none !important;overflow:visible !important}
:where([class*='footer__brand']){background:transparent !important;padding:5px !important;width:clamp(96px,12vw,130px) !important;border:none !important;box-shadow:none !important;overflow:visible !important;height:clamp(96px,12vw,130px) !important}
:where([class*='hero__logo'] img,[class*='pagehero__logo'] img,[class*='hero__seal'] img,[class*='brand__square'] img,[class*='footer__brand'] img){max-height:none !important;height:100% !important;max-width:none !important;width:100% !important;object-fit:contain !important}
@media (max-width:760px){
  :where([class*='hero__logo'],[class*='pagehero__logo'],[class*='hero__seal'],[class*='brand__square']){max-height:none !important;max-width:none !important;width:clamp(88px,26vw,120px) !important;height:clamp(88px,26vw,120px) !important}
  :where([class*='footer__brand']){height:clamp(80px,22vw,110px) !important;max-height:none !important;max-width:none !important;width:clamp(80px,22vw,110px) !important}
}


/* siteforge-sticky-cta: persistent floating action for platform/login access */
.sf-sticky-cta{z-index:95;bottom:16px;padding:12px 14px;position:fixed;display:flex;right:16px;gap:12px;max-width:min(420px,calc(100vw - 24px));box-shadow:0 18px 45px rgba(0,0,0,.3);background:rgba(10,15,27,.88);border-radius:18px;backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.14);align-items:center}
.sf-sticky-cta__meta{min-width:0;display:grid;color:#f0f4ff;gap:2px}
.sf-sticky-cta__meta strong{line-height:1.1;font-size:.95rem}
.sf-sticky-cta__meta span{font-size:.78rem;white-space:nowrap;overflow:hidden;opacity:.72;text-overflow:ellipsis}
.sf-sticky-cta__button{justify-content:center;line-height:1.25;white-space:nowrap;border-radius:14px;max-width:260px;font-weight:800;text-overflow:ellipsis;display:inline-flex;color:#04111f !important;padding:.9rem 1.15rem;overflow:hidden;background:linear-gradient(135deg,#2dd4bf,#60a5fa);text-align:center;align-items:center;box-shadow:0 10px 24px rgba(96,165,250,.26)}
.sf-sticky-cta__button:hover,.sf-sticky-cta__button:focus-visible{transform:translateY(-1px);filter:saturate(1.08)}
.sf-sticky-cta__button:focus-visible{outline-offset:2px;outline:2px solid rgba(255,255,255,.8)}
@media (min-width:761px){.sf-sticky-cta{padding:10px 12px}.sf-sticky-cta__meta span{display:none}}
@media (max-width:760px){.sf-has-sticky-cta .at-shell{padding-bottom:calc(128px + env(safe-area-inset-bottom,0px))}.sf-sticky-cta{padding:10px 10px 10px 12px;right:12px;border-radius:16px;bottom:max(12px,env(safe-area-inset-bottom,0px));left:12px;max-width:none}.sf-sticky-cta__meta{flex:1}.sf-sticky-cta__button{min-width:0;flex:1;padding:.95rem 1rem}}

/* siteforge-footer-overlap-guard: stable mobile footer layout + sticky CTA clearance */
:where(footer,[class*='-footer']){position:relative;overflow:visible;z-index:1}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar']){min-width:0}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar'])>*{min-width:0;max-width:100%}
:where([class*='footer__brandblock'],[class*='footer__summary'],[class*='footer__meta'],[class*='footer__copy'],[class*='footer__warn'],[class*='linkstack']){word-break:break-word;overflow-wrap:anywhere}
@media(max-width:760px){
  .sf-has-sticky-cta :where([class*='-shell']),.sf-has-sticky-cta main{padding-bottom:calc(140px + env(safe-area-inset-bottom,0px)) !important}
  .sf-has-sticky-cta main~footer,.sf-has-sticky-cta :where(footer,[class$='-footer']){padding-bottom:calc(112px + env(safe-area-inset-bottom,0px)) !important}
  :where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar']){align-items:start !important;display:grid !important;gap:16px !important;grid-template-columns:1fr !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){align-items:flex-start;display:flex;flex-direction:column;text-align:left;gap:10px}
  :where([class*='footer__brand']){max-width:110px;float:none !important;margin-bottom:12px;max-height:110px;clear:both}
}
