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


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

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