@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
:root{--aurora_surface-alt:#f3e8ff;--aurora_dark:#140d24;--aurora_accent:#7c3aed;--aurora_surface:#ffffff;--aurora_bg:#fbf8ff;--aurora_accent-soft:#ede9fe;--aurora_text:#24123a;--aurora_muted:rgba(105,86,138,1);--aurora_line:#dbc9ff}
body[data-theme='dark']{--aurora_surface-alt:#1f2b3c;--aurora_accent:#7c3aed;--aurora_text:rgba(247,247,251,1);--aurora_muted:#c6d0e4;--aurora_surface:#17212f;--aurora_bg:var(--aurora_dark);--aurora_accent-soft:rgba(255,255,255,.06);--aurora_line:#304155}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.au-body{color:var(--aurora_text);font-family:'Inter',sans-serif;background:var(--aurora_bg);margin:0;visibility:visible;pointer-events:auto;user-select:auto;outline-offset:0}a{color:inherit;text-decoration:none}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-weight:800;font-size:.84rem;letter-spacing:.12em;margin:0 0 10px;color:var(--aurora_accent);text-transform:uppercase}.au-lead,.au-rich p,.au-card p,.au-listitem p,.au-faq p{color:var(--aurora_muted);line-height:1.8}
.au-mast{backdrop-filter:blur(12px);border-bottom:1px solid var(--aurora_line);z-index:10;position:sticky;top:0;background:color-mix(in srgb,var(--aurora_bg) 86%, transparent)}.au-mast__inner{align-items:center;display:flex;gap:18px;min-height:76px;justify-content:space-between}.au-mast__inner--split{padding:12px 0;gap:10px;display:grid;grid-template-columns:1fr}.au-mast__row{display:grid;align-items:center;gap:16px;grid-template-columns:auto 1fr auto}.au-eyebrow{color:var(--aurora_muted);gap:12px;display:flex;font-size:.88rem;justify-content:space-between}.au-brand{font-weight:800;gap:10px;align-items:center;display:flex}.au-brand img{object-fit:contain;max-width:180px;width:auto;max-height:38px}.au-brand-square{border-radius:10px;border:1px solid var(--aurora_line);background:rgba(255,255,255,1);padding:4px;width:32px;height:32px}.au-nav{display:flex;gap:10px 14px;flex-wrap:wrap;justify-content:center}.au-nav a{color:var(--aurora_muted);padding:8px 12px;border-radius:999px}.au-nav a:hover,.au-nav a[aria-current='page']{background:var(--aurora_accent-soft);color:var(--aurora_text)}.au-toggle{border:1px solid var(--aurora_line);border-radius:999px;cursor:pointer;background:var(--aurora_surface);color:var(--aurora_text);height:42px;width:42px}
.au-home,.au-page{padding-top:24px;display:grid;gap:28px}.au-hero{background:linear-gradient(180deg,var(--aurora_surface) 0%,var(--aurora_surface-alt) 100%);padding:28px;border-radius:30px;display:grid;border:1px solid var(--aurora_line);gap:18px}.au-hero--spotlight .au-hero__main{display:grid;gap:10px}.au-hero--alt .au-hero__band{gap:10px;display:grid}.au-hero__main h1,.au-hero__band h1{letter-spacing:-.05em;max-width:12ch;margin:0;font-size:clamp(2.5rem,5.4vw,4.8rem);line-height:1.02}.au-hero__side,.au-hero__deck{gap:16px;display:grid}.au-hero__actions{flex-wrap:wrap;gap:12px;align-items:center;display:flex}.au-button{padding:13px 18px;border-radius:999px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px}.au-button--solid{color:#fff;background:var(--aurora_accent)}.au-button--ghost{color:var(--aurora_text);background:transparent;border:1px solid var(--aurora_line)}.au-chiprow{flex-wrap:wrap;display:flex;gap:10px}.au-chiprow a,.au-chiprow span{background:var(--aurora_accent-soft);padding:9px 12px;border-radius:999px;font-size:.92rem;color:var(--aurora_text)}.au-hero__media img,.au-card--media img,.au-bannerstrip img{width:100%;object-fit:cover;border-radius:22px;height:100%}.au-bannerstrip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.au-statstack,.au-statband{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));display:grid;gap:12px}.au-statcard{padding:16px;background:var(--aurora_surface);border-radius:22px;border:1px solid var(--aurora_line)}.au-statcard strong{font-size:1.32rem;display:block}
.au-section{gap:16px;display:grid}.au-split{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:18px}.au-section__head{gap:16px;display:flex;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{grid-template-columns:auto 1fr;align-items:start;border:1px solid var(--aurora_line);display:grid;padding:18px;background:var(--aurora_surface);border-radius:24px;gap:14px}.au-listitem__mark{border-radius:14px;background:var(--aurora_accent-soft);place-items:center;color:var(--aurora_accent);min-width:42px;display:grid;height:42px;font-weight:800}
.au-card{border:1px solid var(--aurora_line);border-radius:26px;padding:20px;background:var(--aurora_surface);box-shadow:0 12px 30px rgba(15,23,42,.04)}.au-card h2,.au-card h3{margin:0 0 8px}.au-card--story{padding:26px}.au-card--rail{background:var(--aurora_surface-alt);align-content:start;gap:12px;display:grid}.au-card--quote footer{color:var(--aurora_muted);gap:12px;display:flex;justify-content:space-between}.au-card--catalog small{font-weight:700;color:var(--aurora_accent)}.au-rail-link{background:var(--aurora_surface);padding:14px 16px;gap:4px;border:1px solid var(--aurora_line);border-radius:18px;display:grid}.au-rail-link span{font-size:.9rem;color:var(--aurora_muted)}
.au-faq{gap:12px;display:grid}.au-faq__item{overflow:hidden;border:1px solid var(--aurora_line);padding:0;border-radius:22px;background:var(--aurora_surface)}.au-faq__item summary{cursor:pointer;font-weight:700;list-style:none;padding:18px 20px}.au-faq__item p{margin:0;padding:0 20px 18px}.au-faq__item--open{border-color:var(--aurora_accent)}
.au-convert{border-radius:28px;background:linear-gradient(135deg,var(--aurora_surface) 0%,var(--aurora_accent-soft) 100%);padding:24px;gap:16px;display:grid;border:1px solid var(--aurora_line)}.au-convert--v1{align-items:end;grid-template-columns:minmax(200px,1fr) minmax(min-content,44%)}.au-convert--v2{align-items:center;grid-template-columns:1fr auto}.au-convert__frame{gap:8px;display:grid}.au-convert__actions{justify-items:end;display:grid;gap:8px}.au-convert h2{font-size:clamp(1.6rem,2.8vw,2.5rem);margin:0}.au-convert__hint{color:var(--aurora_muted);font-size:.9rem}
.au-footer{padding:18px 0 28px;border-top:1px solid var(--aurora_line)}.au-footer__grid{align-items:start;gap:18px;display:grid;grid-template-columns:1.1fr .9fr .8fr}.au-footer__bar{grid-template-columns:1fr 1fr auto;align-items:center;display:grid;gap:16px}.au-footer__nav,.au-linkstack{gap:10px 14px;display:flex;flex-wrap:wrap}.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{align-items:flex-start;flex-direction:column;min-height:auto;padding:10px 0}.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{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){hyphens:none;word-break:normal;overflow-wrap:break-word}
: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){white-space:pre-wrap;word-break:break-word}
.sf-footer-outbound,.sf-footer-outbound *,.sf-footer-outbound a{word-break:break-word;overflow-wrap:anywhere}
@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){width:auto;height:auto;max-width:min(100%,160px);max-height:40px}
  :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;width:clamp(110px,16vw,160px) !important;padding:6px !important;height:clamp(110px,16vw,160px) !important;border:none !important;background:transparent !important;overflow:visible !important}
:where([class*='footer__brand']){height:clamp(96px,12vw,130px) !important;background:transparent !important;border:none !important;overflow:visible !important;box-shadow:none !important;width:clamp(96px,12vw,130px) !important;padding:5px !important}
:where([class*='hero__logo'] img,[class*='pagehero__logo'] img,[class*='hero__seal'] img,[class*='brand__square'] img,[class*='footer__brand'] img){height:100% !important;width:100% !important;max-width:none !important;object-fit:contain !important;max-height:none !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-height:none !important;max-width:none !important}
  :where([class*='footer__brand']){max-width:none !important;max-height:none !important;width:clamp(80px,22vw,110px) !important;height:clamp(80px,22vw,110px) !important}
}


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

/* siteforge-theme-refresh-aurora: contrast + airy signal layout */
:root{--aurora_ghost_bg:rgb(255,255,255);--aurora_button_shadow:0 16px 36px rgba(76,29,149,.28);--aurora_ghost_border:#8b5cf6;--aurora_ghost_text:rgb(46,16,101);--aurora_sticky_bg:rgba(32,17,56,.94)}
body[data-theme='dark']{--aurora_ghost_bg:rgba(255,255,255,.08);--aurora_sticky_bg:rgba(12,10,28,.96);--aurora_ghost_border:rgb(196,181,253);--aurora_ghost_text:#f5f3ff}
.au-mast__inner--signal{align-items:center;display:grid;grid-template-columns:auto 1fr auto;gap:18px}
.au-brand--signal{gap:12px}.au-brand__meta{font-size:.72rem;display:block;color:var(--aurora_muted);text-transform:uppercase;letter-spacing:.12em}
.au-nav--signal{justify-content:flex-end}.au-mast__actions{gap:10px;display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center}
.au-mast__badge{padding:8px 12px;border-radius:999px;color:rgb(76,29,149);border:1px solid color-mix(in srgb,var(--aurora_accent) 26%, var(--aurora_line));font-weight:700;background:color-mix(in srgb,var(--aurora_accent) 14%, white);font-size:.82rem}
.au-button{min-height:48px;letter-spacing:.01em}
.au-button--solid{color:#ffffff;box-shadow:var(--aurora_button_shadow);background:linear-gradient(135deg,#6d28d9,#8b5cf6 52%,#4338ca)}
.au-button--solid:hover,.au-button--solid:focus-visible{filter:brightness(1.03);transform:translateY(-1px)}
.au-button--ghost{border:1.5px solid var(--aurora_ghost_border);box-shadow:0 8px 22px rgba(76,29,149,.08);color:var(--aurora_ghost_text);background:var(--aurora_ghost_bg)}
.au-button--ghost:hover,.au-button--ghost:focus-visible{background:color-mix(in srgb,var(--aurora_accent-soft) 72%, white);border-color:#6d28d9;color:#1f0a46}
.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));color:#3b1b6d;background:rgba(255,255,255,1)}
.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{background:var(--aurora_sticky_bg);border-color:rgba(196,181,253,.32);color:#f5f3ff}
.sf-sticky-cta__meta strong{color:#fff}.sf-sticky-cta__meta span{opacity:1;color:rgba(245,243,255,.82)}
.sf-sticky-cta__button{background:linear-gradient(135deg,#6d28d9,#8b5cf6);box-shadow:0 12px 28px rgba(109,40,217,.34);color:rgb(255,255,255) !important}
@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;z-index:1;position:relative}
: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;align-items:start !important;gap:16px !important;display:grid !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){flex-direction:column;align-items:flex-start;gap:10px;text-align:left;display:flex}
  :where([class*='footer__brand']){float:none !important;max-height:110px;margin-bottom:12px;clear:both;max-width:110px}
}
