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


/* siteforge-sticky-cta: persistent floating action for platform/login access */
.sf-sticky-cta{bottom:16px;max-width:min(420px,calc(100vw - 24px));position:fixed;backdrop-filter:blur(14px);gap:12px;z-index:95;background:rgba(10,15,27,.88);right:16px;display:flex;box-shadow:0 18px 45px rgba(0,0,0,.3);border-radius:18px;align-items:center;padding:12px 14px;border:1px solid rgba(255,255,255,.14)}
.sf-sticky-cta__meta{color:#f0f4ff;gap:2px;display:grid;min-width:0}
.sf-sticky-cta__meta strong{line-height:1.1;font-size:.95rem}
.sf-sticky-cta__meta span{overflow:hidden;white-space:nowrap;opacity:.72;font-size:.78rem;text-overflow:ellipsis}
.sf-sticky-cta__button{text-overflow:ellipsis;max-width:260px;line-height:1.25;color:#04111f !important;text-align:center;border-radius:14px;align-items:center;white-space:nowrap;justify-content:center;overflow:hidden;font-weight:800;padding:.9rem 1.15rem;display:inline-flex;box-shadow:0 10px 24px rgba(96,165,250,.26);background:linear-gradient(135deg,#2dd4bf,#60a5fa)}
.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{left:12px;bottom:max(12px,env(safe-area-inset-bottom,0px));border-radius:16px;max-width:none;right:12px;padding:10px 10px 10px 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_bg:#ffffff;--aurora_sticky_bg:rgba(32,17,56,.94);--aurora_button_shadow:0 16px 36px rgba(76,29,149,.28);--aurora_ghost_text:#2e1065;--aurora_ghost_border:rgba(139,92,246,1)}
body[data-theme='dark']{--aurora_sticky_bg:rgba(12,10,28,.96);--aurora_ghost_text:rgba(245,243,255,1);--aurora_ghost_bg:rgba(255,255,255,.08);--aurora_ghost_border:#c4b5fd}
.au-mast__inner--signal{align-items:center;grid-template-columns:auto 1fr auto;gap:18px;display:grid}
.au-brand--signal{gap:12px}.au-brand__meta{font-size:.72rem;text-transform:uppercase;display:block;letter-spacing:.12em;color:var(--aurora_muted)}
.au-nav--signal{justify-content:flex-end}.au-mast__actions{gap:10px;flex-wrap:wrap;align-items:center;display:flex;justify-content:flex-end}
.au-mast__badge{padding:8px 12px;font-size:.82rem;border:1px solid color-mix(in srgb,var(--aurora_accent) 26%, var(--aurora_line));border-radius:999px;font-weight:700;background:color-mix(in srgb,var(--aurora_accent) 14%, white);color:#4c1d95}
.au-button{min-height:48px;letter-spacing:.01em}
.au-button--solid{background:linear-gradient(135deg,#6d28d9,#8b5cf6 52%,#4338ca);color:#ffffff;box-shadow:var(--aurora_button_shadow)}
.au-button--solid:hover,.au-button--solid:focus-visible{transform:translateY(-1px);filter:brightness(1.03)}
.au-button--ghost{border:1.5px solid var(--aurora_ghost_border);box-shadow:0 8px 22px rgba(76,29,149,.08);background:var(--aurora_ghost_bg);color:var(--aurora_ghost_text)}
.au-button--ghost:hover,.au-button--ghost:focus-visible{color:#1f0a46;border-color:rgba(109,40,217,1);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{border:1px solid color-mix(in srgb,var(--aurora_accent) 22%, var(--aurora_line));color:#3b1b6d;background:#fff}
.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:rgb(245,243,255)}
.sf-sticky-cta__meta strong{color:#fff}.sf-sticky-cta__meta span{opacity:1;color:rgba(245,243,255,.82)}
.sf-sticky-cta__button{color:#fff !important;background:linear-gradient(135deg,#6d28d9,#8b5cf6);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']){z-index:1;overflow:visible;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']){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']){grid-template-columns:1fr !important;align-items:start !important;display:grid !important;gap:16px !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){gap:10px;text-align:left;display:flex;align-items:flex-start;flex-direction:column}
  :where([class*='footer__brand']){float:none !important;max-width:110px;max-height:110px;margin-bottom:12px;clear:both}
}


.sf-related-articles{box-shadow:0 16px 45px rgba(15,23,42,.08);border-radius:24px;background:rgba(255,255,255,.06);padding:clamp(18px,3vw,28px);margin:clamp(28px,5vw,56px) auto;max-width:1120px;border:1px solid rgba(148,163,184,.24)}
.sf-related-articles h2{font-size:clamp(1.35rem,2.5vw,2rem);margin:0 0 8px;line-height:1.2}
.sf-related-articles>p{opacity:.78;line-height:1.65;margin:0 0 18px}
.sf-related-articles__list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:0;padding:0;gap:14px;list-style:none}
.sf-related-articles__link{color:inherit;border-radius:18px;display:flex;min-height:100%;text-decoration:none;padding:16px;transition:transform .18s ease,border-color .18s ease,background .18s ease;flex-direction:column;border:1px solid rgba(148,163,184,.18);gap:7px;background:rgba(255,255,255,.08)}
.sf-related-articles__link:hover{background:rgba(255,255,255,.13);transform:translateY(-2px);border-color:rgba(59,130,246,.45)}
.sf-related-articles__type{width:max-content;letter-spacing:.04em;text-transform:uppercase;padding:3px 9px;font-weight:700;background:rgba(59,130,246,.14);border-radius:999px;opacity:.88;color:inherit;font-size:.72rem}
.sf-related-articles strong{font-size:1rem;line-height:1.35}
.sf-related-articles small{font-size:.88rem;opacity:.72;line-height:1.45}
@media(max-width:640px){.sf-related-articles{margin:28px 12px;padding:16px;border-radius:18px}.sf-related-articles__list{grid-template-columns:1fr}.sf-related-articles__link{padding:14px}}
