:root {
  color-scheme: dark;
  --background: #09090b;
  --surface: #0c0c0f;
  --surface-low: #0f0f12;
  --surface-container: #121215;
  --surface-high: #18181b;
  --surface-highest: #1e1e22;
  --outline: #27272a;
  --outline-strong: #52525b;
  --content: #fafafa;
  --content-muted: #a1a1aa;
  --content-dim: #71717a;
  --primary: #a78bfa;
  --primary-strong: #8b5cf6;
  --primary-ink: #0a0012;
  --success: #34d399;
  --danger: #ef4444;
  --warning: #fbbf24;
  --font-sans: "Geist", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--background); }
body { margin: 0; background: var(--background); color: var(--content); font-family: var(--font-sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, a { touch-action: manipulation; -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
:focus-visible { outline: 2px solid var(--primary); outline-offset: 3px; }
::selection { background: rgb(167 139 250 / 35%); color: var(--content); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: 12px; z-index: 100; padding: 10px 14px; border-radius: 8px; background: var(--content); color: var(--background); font-size: 13px; font-weight: 750; text-decoration: none; transform: translateY(-160%); transition: transform .16s ease; }
.skip-link:focus { transform: translateY(0); }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 50; height: 64px; border-bottom: 1px solid var(--outline); background: rgb(9 9 11 / 88%); backdrop-filter: blur(18px); }
.header-inner { width: min(1240px, calc(100% - 40px)); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgb(167 139 250 / 35%); border-radius: 9px; background: rgb(167 139 250 / 10%); color: var(--primary); font-size: 14px; font-weight: 900; }
.brand-copy strong { display: block; font-size: 15px; line-height: 1.1; letter-spacing: -.02em; }
.brand-copy small { display: block; margin-top: 3px; color: var(--content-dim); font-size: 9px; line-height: 1; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.site-navigation { display: flex; align-items: center; gap: 28px; }
.site-navigation > a:not(.button) { color: var(--content-muted); font-size: 13px; font-weight: 500; text-decoration: none; transition: color .16s ease; }
.site-navigation > a:not(.button):hover { color: var(--content); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 8px; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 1px; margin: 5px 0; background: var(--content-muted); }

.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; gap: 8px; padding: 0 18px; border-radius: 8px; font-size: 13px; font-weight: 650; text-decoration: none; transition: border-color .16s ease, background .16s ease, color .16s ease, transform .16s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { border: 1px solid var(--primary); background: var(--primary); color: var(--primary-ink); }
.button-primary:hover { border-color: var(--primary-strong); background: var(--primary-strong); }
.button-secondary { border: 1px solid var(--outline); background: transparent; color: var(--content); }
.button-secondary:hover { border-color: var(--outline-strong); background: var(--surface-high); }
.header-action { min-height: 36px; padding-inline: 14px; }

.hero { min-height: calc(100vh - 64px); display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 68px; padding-block: 96px; }
.status-chip { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 35px; padding: 8px 12px; border: 1px solid var(--outline); border-radius: 999px; background: var(--surface-container); color: var(--content-muted); font: 600 10px var(--font-mono); letter-spacing: .08em; text-transform: uppercase; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--primary); box-shadow: 0 0 9px rgb(167 139 250 / 55%); }
.eyebrow { margin: 0 0 15px; color: var(--primary); font-size: 11px; font-weight: 750; letter-spacing: .22em; text-transform: uppercase; }
.hero h1 { max-width: 650px; margin: 0; font-size: clamp(48px, 5.6vw, 78px); line-height: .98; letter-spacing: -.06em; }
.hero h1 span { color: var(--primary); }
.hero-description { max-width: 590px; margin: 26px 0 0; color: var(--content-muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 34px; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; max-width: 560px; margin: 54px 0 0; }
.hero-metrics div { padding-left: 19px; border-left: 1px solid var(--outline); }
.hero-metrics div:first-child { padding-left: 0; border-left: 0; }
.hero-metrics dt { font-size: 21px; font-weight: 700; letter-spacing: -.03em; }
.hero-metrics dd { margin: 5px 0 0; color: var(--content-dim); font-size: 10px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }

.console-preview { min-width: 650px; min-height: 510px; display: grid; grid-template-columns: 62px 1fr; overflow: hidden; border: 1px solid var(--outline); border-radius: 14px; background: var(--surface); box-shadow: 0 42px 110px rgb(0 0 0 / 50%); transform: perspective(1400px) rotateY(-3deg) rotateX(1deg); transform-origin: center left; }
.preview-sidebar { display: flex; flex-direction: column; align-items: center; padding: 15px 0; border-right: 1px solid var(--outline); background: var(--background); }
.preview-brand { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid rgb(167 139 250 / 35%); border-radius: 8px; background: rgb(167 139 250 / 10%); color: var(--primary); font-size: 12px; font-weight: 900; }
.preview-nav { display: flex; flex: 1; flex-direction: column; gap: 20px; margin-top: 37px; }
.preview-nav i { position: relative; width: 17px; height: 17px; border: 1.5px solid var(--content-dim); border-radius: 4px; opacity: .55; }
.preview-nav i.active { border-color: var(--primary); background: rgb(167 139 250 / 12%); opacity: 1; }
.preview-nav i.active::before { content: ""; position: absolute; left: -23px; top: 2px; width: 2px; height: 11px; border-radius: 4px; background: var(--primary); }
.preview-avatar { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 50%; background: rgb(167 139 250 / 15%); color: var(--primary); font-size: 8px; font-weight: 750; }
.preview-main { min-width: 0; }
.preview-header { height: 55px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid var(--outline); background: rgb(9 9 11 / 86%); }
.preview-search { width: 42%; height: 8px; border-radius: 10px; background: var(--surface-highest); }
.preview-header > div { display: flex; align-items: center; gap: 12px; }
.preview-header > div i { width: 15px; height: 15px; border: 1px solid var(--content-dim); border-radius: 50%; opacity: .5; }
.preview-header > div span { display: grid; width: 26px; height: 26px; place-items: center; border-radius: 50%; background: rgb(167 139 250 / 15%); color: var(--primary); font-size: 8px; font-weight: 750; }
.preview-content { padding: 30px; }
.preview-eyebrow { margin: 0 0 7px; color: var(--primary); font-size: 8px; font-weight: 750; letter-spacing: .18em; text-transform: uppercase; }
.preview-title-row { display: flex; align-items: center; justify-content: space-between; }
.preview-title-row h2 { margin: 0; font-size: 22px; letter-spacing: -.035em; }
.preview-title-row > span { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border: 1px solid var(--outline); border-radius: 999px; color: var(--content-muted); font-size: 7px; font-weight: 700; text-transform: uppercase; }
.preview-title-row > span i { width: 5px; height: 5px; border-radius: 50%; background: var(--success); box-shadow: 0 0 7px var(--success); }
.preview-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 25px; }
.preview-stats article { min-height: 104px; padding: 15px; border: 1px solid var(--outline); border-radius: 9px; background: var(--surface-container); }
.preview-stats small { display: block; color: var(--content-dim); font-size: 7px; letter-spacing: .09em; }
.preview-stats strong { display: block; margin-top: 18px; font-size: 20px; letter-spacing: -.04em; }
.preview-stats em { display: block; margin-top: 4px; color: var(--success); font-size: 7px; font-style: normal; }
.preview-grid { display: grid; grid-template-columns: 1.55fr .85fr; gap: 9px; margin-top: 9px; }
.preview-grid > article { overflow: hidden; border: 1px solid var(--outline); border-radius: 9px; background: var(--surface-container); }
.preview-grid header { height: 44px; display: flex; align-items: center; justify-content: space-between; padding: 0 14px; border-bottom: 1px solid var(--outline); }
.preview-grid header strong { font-size: 9px; }
.preview-grid header small { color: var(--content-dim); font-size: 6px; letter-spacing: .1em; }
.preview-activity > div { display: flex; align-items: center; gap: 9px; padding: 10px 13px; border-bottom: 1px solid var(--outline); }
.preview-activity > div:last-child { border-bottom: 0; }
.preview-activity > div > i { width: 7px; height: 7px; border-radius: 50%; background: var(--content-dim); }
.preview-activity > div > i.violet { background: var(--primary); }
.preview-activity > div > i.green { background: var(--success); }
.preview-activity span { min-width: 0; flex: 1; }
.preview-activity span strong, .preview-activity span small { display: block; }
.preview-activity span strong { font-size: 8px; }
.preview-activity span small, .preview-activity time { margin-top: 2px; color: var(--content-dim); font-size: 6px; }
.preview-health header i { width: 6px; height: 6px; border-radius: 50%; background: var(--success); }
.preview-health > div { display: flex; align-items: center; justify-content: space-between; padding: 12px; border-bottom: 1px solid var(--outline); font-size: 7px; }
.preview-health > div:last-child { border-bottom: 0; }
.preview-health b { color: var(--success); font-size: 6px; text-transform: uppercase; }

.product-section, .commerce-section { padding-block: 130px; border-top: 1px solid var(--outline); }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; }
.section-heading h2, .compatibility-copy h2, .final-cta h2 { margin: 0; font-size: clamp(38px, 4.5vw, 60px); line-height: 1.05; letter-spacing: -.055em; }
.section-heading > p { margin: 0 0 5px; color: var(--content-muted); font-size: 15px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 62px; }
.feature-card { position: relative; min-height: 310px; padding: 25px; overflow: hidden; border: 1px solid var(--outline); border-radius: 12px; background: linear-gradient(145deg, var(--surface-container), var(--surface)); }
.feature-card:hover { border-color: rgb(167 139 250 / 35%); }
.feature-wide { grid-column: span 2; }
.feature-number { position: absolute; top: 24px; right: 24px; color: var(--content-dim); font: 600 10px var(--font-mono); }
.feature-icon { width: 47px; height: 47px; display: grid; place-items: center; margin-top: 2px; border: 1px solid rgb(167 139 250 / 25%); border-radius: 11px; background: rgb(167 139 250 / 8%); }
.feature-card h3 { margin: 78px 0 0; font-size: 20px; letter-spacing: -.025em; }
.feature-card p { max-width: 480px; margin: 11px 0 0; color: var(--content-muted); font-size: 13px; line-height: 1.7; }
.shield-icon i { width: 20px; height: 23px; border: 2px solid var(--primary); border-radius: 10px 10px 13px 13px; clip-path: polygon(50% 0, 100% 17%, 90% 77%, 50% 100%, 10% 77%, 0 17%); }
.layers-icon { position: relative; }
.layers-icon i { position: absolute; width: 21px; height: 14px; border: 1.5px solid var(--primary); border-radius: 4px; transform: rotate(30deg) skewX(-28deg); }
.layers-icon i:nth-child(2) { transform: translateY(5px) rotate(30deg) skewX(-28deg); opacity: .65; }
.layers-icon i:nth-child(3) { transform: translateY(10px) rotate(30deg) skewX(-28deg); opacity: .35; }
.identity-icon i { position: relative; width: 18px; height: 18px; border: 2px solid var(--primary); border-radius: 50%; transform: translateY(-5px); }
.identity-icon i::after { content: ""; position: absolute; left: 50%; top: 22px; width: 27px; height: 14px; border: 2px solid var(--primary); border-bottom: 0; border-radius: 18px 18px 0 0; transform: translateX(-50%); }
.content-icon i { position: relative; width: 23px; height: 27px; border: 1.5px solid var(--primary); border-radius: 4px; }
.content-icon i::before, .content-icon i::after { content: ""; position: absolute; left: 5px; right: 5px; height: 1px; background: var(--primary); }
.content-icon i::before { top: 8px; box-shadow: 0 5px 0 rgb(167 139 250 / 70%); }
.content-icon i::after { top: 18px; right: 10px; }
.content-preview { display: flex; align-items: center; gap: 7px; margin-top: 27px; }
.content-preview span { display: grid; min-width: 36px; height: 28px; place-items: center; border: 1px solid var(--outline); border-radius: 6px; color: var(--content-dim); font-size: 8px; font-weight: 750; }
.content-preview span:first-child { border-color: rgb(167 139 250 / 45%); background: rgb(167 139 250 / 10%); color: var(--primary); }
.content-preview i { flex: 1; height: 1px; margin-left: 8px; background: linear-gradient(90deg, var(--outline), transparent); }
.growth-card { min-height: 230px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 35px; }
.growth-card h3 { margin: 0; }
.module-note { display: inline-flex; margin-top: 18px; color: var(--primary); font-size: 9px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.module-pills { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; max-width: 280px; }
.module-pills span { padding: 10px 13px; border: 1px solid rgb(167 139 250 / 28%); border-radius: 999px; background: rgb(167 139 250 / 8%); color: var(--primary); font-size: 9px; font-weight: 700; letter-spacing: .05em; }

.commerce-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 62px; }
.commerce-grid article { position: relative; min-height: 330px; padding: 27px; overflow: hidden; border: 1px solid var(--outline); border-radius: 12px; background: linear-gradient(145deg, var(--surface-container), var(--surface)); }
.commerce-grid article::after { content: ""; position: absolute; right: -62px; bottom: -92px; width: 190px; height: 190px; border: 1px solid rgb(167 139 250 / 11%); border-radius: 50%; }
.commerce-index { position: absolute; top: 26px; right: 26px; color: var(--content-dim); font: 600 10px var(--font-mono); }
.commerce-symbol { display: grid; width: 48px; height: 48px; place-items: center; border: 1px solid rgb(167 139 250 / 25%); border-radius: 11px; background: rgb(167 139 250 / 8%); color: var(--primary); font-size: 20px; }
.commerce-grid h3 { margin: 76px 0 0; font-size: 22px; letter-spacing: -.03em; }
.commerce-grid p { min-height: 70px; margin: 12px 0 0; color: var(--content-muted); font-size: 13px; line-height: 1.7; }
.commerce-grid small { position: relative; z-index: 1; display: inline-block; margin-top: 33px; color: var(--primary); font-size: 8px; font-weight: 750; letter-spacing: .13em; }

.compatibility-section { padding-block: 130px; border-top: 1px solid var(--outline); background: var(--surface); }
.compatibility-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 100px; }
.compatibility-copy h2 { max-width: 570px; }
.compatibility-copy > p:not(.eyebrow) { max-width: 560px; margin: 24px 0 0; color: var(--content-muted); font-size: 15px; line-height: 1.75; }
.season-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 32px; }
.season-list span { padding: 9px 12px; border: 1px solid var(--outline); border-radius: 7px; background: var(--surface-container); color: var(--content-muted); font-size: 10px; font-weight: 650; }
.season-list span:last-child { border-color: rgb(167 139 250 / 35%); background: rgb(167 139 250 / 9%); color: var(--primary); }
.compatibility-panel { overflow: hidden; border: 1px solid var(--outline); border-radius: 14px; background: var(--surface-container); box-shadow: 0 34px 90px rgb(0 0 0 / 28%); }
.compatibility-panel header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 25px; border-bottom: 1px solid var(--outline); }
.compatibility-panel header small, .compatibility-panel header strong { display: block; }
.compatibility-panel header small { color: var(--content-dim); font-size: 8px; letter-spacing: .13em; }
.compatibility-panel header strong { margin-top: 6px; font-size: 17px; }
.compatibility-panel header > span { padding: 6px 9px; border-radius: 999px; background: rgb(52 211 153 / 10%); color: var(--success); font-size: 8px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.compatibility-panel ul { margin: 0; padding: 0; list-style: none; }
.compatibility-panel li { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 25px; border-bottom: 1px solid var(--outline); color: var(--content-muted); font-size: 12px; }
.compatibility-panel li b { color: var(--success); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.compatibility-panel footer { padding: 17px 25px; color: var(--content-dim); font-size: 9px; text-align: center; }

.final-cta { min-height: 390px; display: flex; align-items: center; justify-content: space-between; gap: 50px; margin-bottom: 100px; padding: 65px; overflow: hidden; border: 1px solid rgb(167 139 250 / 22%); border-radius: 16px; background: radial-gradient(circle at 80% 10%, rgb(167 139 250 / 15%), transparent 38%), var(--surface-container); }
.final-cta h2 { font-size: clamp(40px, 5vw, 64px); }
.final-cta p:last-child { margin: 20px 0 0; color: var(--content-muted); }
.final-actions { display: flex; flex: none; flex-direction: column; gap: 10px; min-width: 210px; }
.site-footer { border-top: 1px solid var(--outline); }
.footer-inner { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: var(--content-dim); font-size: 11px; }
.footer-inner p { margin: 0; }

@media (max-width: 1120px) {
  .hero { grid-template-columns: 1fr; padding-top: 90px; }
  .hero-copy { max-width: 760px; }
  .console-preview { min-width: 0; width: 100%; transform: none; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .compatibility-layout { grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 760px) {
  .section-shell { width: min(100% - 32px, 1180px); }
  .header-inner { width: calc(100% - 28px); }
  .menu-toggle { display: block; }
  .site-navigation { position: absolute; left: 14px; right: 14px; top: 72px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--outline); border-radius: 11px; background: var(--surface-container); box-shadow: 0 24px 70px rgb(0 0 0 / 55%); }
  .site-navigation.is-open { display: flex; }
  .site-navigation > a:not(.button) { padding: 13px; border-radius: 7px; }
  .site-navigation > a:not(.button):hover { background: var(--surface-high); }
  .header-action { margin-top: 7px; }
  .hero { gap: 55px; min-height: auto; padding-block: 72px 90px; }
  .status-chip { margin-bottom: 28px; }
  .hero h1 { font-size: clamp(44px, 14vw, 64px); }
  .hero-description { font-size: 15px; }
  .hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }
  .hero-metrics { margin-top: 40px; }.hero-metrics dt { font-size: 17px; }.hero-metrics dd { font-size: 8px; }
  .console-preview { min-height: 420px; grid-template-columns: 45px 1fr; }
  .preview-sidebar { padding-top: 12px; }.preview-brand { width: 28px; height: 28px; }.preview-nav i { width: 14px; height: 14px; }.preview-avatar { width: 25px; height: 25px; }
  .preview-content { padding: 22px 15px; }.preview-title-row > span { display: none; }.preview-stats { grid-template-columns: 1fr 1fr; }.preview-stats article:last-child { display: none; }.preview-grid { grid-template-columns: 1fr; }.preview-health { display: none; }
  .product-section, .commerce-section, .compatibility-section { padding-block: 90px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }.section-heading h2, .compatibility-copy h2 { font-size: 40px; }
  .feature-grid { grid-template-columns: 1fr; margin-top: 42px; }.feature-wide { grid-column: auto; }.growth-card { grid-template-columns: 1fr; }.module-pills { justify-content: flex-start; margin-top: 10px; }
  .commerce-grid { grid-template-columns: 1fr; margin-top: 42px; }.commerce-grid article { min-height: 290px; }
  .compatibility-layout { gap: 42px; }
  .final-cta { min-height: 440px; flex-direction: column; align-items: flex-start; justify-content: center; margin-bottom: 50px; padding: 38px 28px; }.final-actions { width: 100%; }.final-actions .button { width: 100%; }
  .footer-inner { flex-direction: column; align-items: flex-start; justify-content: center; padding-block: 30px; }.footer-inner p:nth-child(2) { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
