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

/* siteforge-mobile-safety: common overflow + mobile guardrails */
html,body{overflow-x:hidden}
img{max-width:100%;height:auto}
: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){hyphens:none;overflow-wrap:break-word;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'])>*{max-width:100%;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){height:auto;max-width:min(100%,160px);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']){max-width:100%;overflow:hidden}
}

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


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

/* siteforge-theme-refresh-aurora: contrast + airy signal layout */
:root{--aurora_ghost_text:rgb(46,16,101);--aurora_sticky_bg:rgba(32,17,56,.94);--aurora_ghost_border:rgb(139,92,246);--aurora_ghost_bg:rgba(255,255,255,1);--aurora_button_shadow:0 16px 36px rgba(76,29,149,.28)}
body[data-theme='dark']{--aurora_sticky_bg:rgba(12,10,28,.96);--aurora_ghost_border:#c4b5fd;--aurora_ghost_bg:rgba(255,255,255,.08);--aurora_ghost_text:rgb(245,243,255)}
.au-mast__inner--signal{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center}
.au-brand--signal{gap:12px}.au-brand__meta{display:block;font-size:.72rem;color:var(--aurora_muted);letter-spacing:.12em;text-transform:uppercase}
.au-nav--signal{justify-content:flex-end}.au-mast__actions{gap:10px;justify-content:flex-end;flex-wrap:wrap;align-items:center;display:flex}
.au-mast__badge{border-radius:999px;background:color-mix(in srgb,var(--aurora_accent) 14%, white);font-weight:700;color:#4c1d95;border:1px solid color-mix(in srgb,var(--aurora_accent) 26%, var(--aurora_line));font-size:.82rem;padding:8px 12px}
.au-button{min-height:48px;letter-spacing:.01em}
.au-button--solid{box-shadow:var(--aurora_button_shadow);color:#ffffff;background:linear-gradient(135deg,#6d28d9,#8b5cf6 52%,#4338ca)}
.au-button--solid:hover,.au-button--solid:focus-visible{transform:translateY(-1px);filter:brightness(1.03)}
.au-button--ghost{color:var(--aurora_ghost_text);box-shadow:0 8px 22px rgba(76,29,149,.08);background:var(--aurora_ghost_bg);border:1.5px solid var(--aurora_ghost_border)}
.au-button--ghost:hover,.au-button--ghost:focus-visible{background:color-mix(in srgb,var(--aurora_accent-soft) 72%, white);border-color:#6d28d9;color:rgb(31,10,70)}
.au-button--header{padding-inline:16px}.au-button--footer{width:auto}
.au-convert--signal{align-items:center}.au-chiprow--cta a{border:1px solid color-mix(in srgb,var(--aurora_accent) 22%, var(--aurora_line));background:#fff;color:#3b1b6d}
.au-footer--signal{padding-top:26px}.au-footer__grid--signal{grid-template-columns:1.2fr .9fr .9fr .85fr}.au-footer--signal .au-button--ghost{justify-self:start}
.sf-sticky-cta{border-color:rgba(196,181,253,.32);background:var(--aurora_sticky_bg);color:rgba(245,243,255,1)}
.sf-sticky-cta__meta strong{color:rgba(255,255,255,1)}.sf-sticky-cta__meta span{opacity:1;color:rgba(245,243,255,.82)}
.sf-sticky-cta__button{background:linear-gradient(135deg,#6d28d9,#8b5cf6);color:#fff !important;box-shadow:0 12px 28px rgba(109,40,217,.34)}
@media (max-width:960px){.au-mast__inner--signal,.au-footer__grid--signal{grid-template-columns:1fr}.au-nav--signal{justify-content:flex-start}}

/* siteforge-footer-overlap-guard: stable mobile footer layout + sticky CTA clearance */
:where(footer,[class*='-footer']){overflow:visible;position:relative;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'])>*{max-width:100%;min-width:0}
:where([class*='footer__brandblock'],[class*='footer__summary'],[class*='footer__meta'],[class*='footer__copy'],[class*='footer__warn'],[class*='linkstack']){overflow-wrap:anywhere;word-break:break-word}
@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']){grid-template-columns:1fr !important;display:grid !important;align-items:start !important;gap:16px !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){text-align:left;display:flex;flex-direction:column;gap:10px;align-items:flex-start}
  :where([class*='footer__brand']){max-width:110px;clear:both;margin-bottom:12px;max-height:110px;float:none !important}
}
