:root {
  --ink: #0a0f1f;
  --ink-soft: #17203a;
  --muted: #626a7c;
  --violet: #5e60ee;
  --violet-dark: #494bd7;
  --violet-soft: #ececff;
  --coral: #ff765e;
  --mint: #42d9bd;
  --lime: #c8f56d;
  --cream: #f4f4f0;
  --surface: #ffffff;
  --line: #dfe1e5;
  --premium-night: #090d1a;
  --premium-panel: #10172b;
  --premium-ice: #f8f9f6;
  --premium-signal: #c8f56d;
  --premium-indigo: #6667f2;
  --shadow-sm: 0 18px 48px rgba(17, 25, 51, .08);
  --shadow-lg: 0 40px 110px rgba(5, 9, 24, .32);
  --radius: 24px;
  font-family: "Segoe UI Variable", "SF Pro Display", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { background: var(--premium-night); }
body {
  background:
    radial-gradient(circle at 8% 46%, rgba(102, 103, 242, .055), transparent 24rem),
    var(--cream);
  letter-spacing: -.01em;
}
::selection { background: rgba(200, 245, 109, .72); color: var(--premium-night); }

.site-header {
  min-height: 82px;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(9, 13, 26, .9);
  color: #fff;
  backdrop-filter: blur(24px) saturate(135%);
}
.site-header.scrolled {
  border-color: rgba(255, 255, 255, .1);
  background: rgba(9, 13, 26, .94);
  box-shadow: 0 18px 48px rgba(2, 5, 14, .2);
}
.site-brand {
  gap: 12px;
  color: #fff;
  font-size: .98rem;
  font-weight: 780;
  letter-spacing: -.035em;
}
.site-brand small {
  color: #9ba4bd;
  font-size: .5rem;
  font-weight: 720;
  letter-spacing: .16em;
}
.brand-symbol {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 13px;
  background: linear-gradient(145deg, #7475ff, #4c4ed4);
  color: transparent;
  font-size: 0;
  box-shadow: 0 10px 30px rgba(75, 78, 220, .35), inset 0 1px 0 rgba(255, 255, 255, .25);
}
.brand-symbol::before {
  content: "";
  width: 4px;
  height: 9px;
  border-radius: 4px 4px 1px 1px;
  background: var(--premium-signal);
  box-shadow: 6px -5px 0 var(--premium-signal), 12px -11px 0 var(--premium-signal);
  transform: translate(-6px, 5px);
}
.brand-symbol::after {
  content: "";
  position: absolute;
  width: 19px;
  height: 1px;
  left: 11px;
  top: 22px;
  background: rgba(255, 255, 255, .56);
  transform: rotate(-34deg);
  transform-origin: left center;
}
.site-nav a,
.text-link { color: #c9cede; font-size: .76rem; font-weight: 680; }
.site-nav a::after { bottom: -10px; background: var(--premium-signal); }
.site-nav a:hover,
.text-link:hover { color: #fff; }
.menu-toggle span { background: #fff; }
.header-actions { gap: 22px; }

.button {
  min-height: 52px;
  border-radius: 14px;
  font-size: .76rem;
  font-weight: 760;
  letter-spacing: -.005em;
  box-shadow: none;
}
.button span { transition: transform .2s ease; }
.button:hover span { transform: translateX(3px); }
.button:focus-visible,
.site-nav a:focus-visible,
.text-link:focus-visible,
summary:focus-visible,
input:focus-visible,
button:focus-visible { outline-color: rgba(200, 245, 109, .55); }
.button-small {
  min-height: 44px;
  border-color: rgba(200, 245, 109, .4);
  background: var(--premium-signal);
  color: var(--premium-night);
  box-shadow: 0 10px 32px rgba(200, 245, 109, .14);
}
.button-small:hover { background: #d8ff8a; box-shadow: 0 14px 38px rgba(200, 245, 109, .2); }
.button-primary {
  background: linear-gradient(135deg, #6d6ff6, #5154df);
  color: #fff;
  box-shadow: 0 15px 34px rgba(81, 84, 223, .24);
}
.button-primary:hover { background: linear-gradient(135deg, #7779ff, #494bd1); }
.button-ghost { border-color: #cdd1da; background: rgba(255, 255, 255, .74); }

.hero {
  width: 100%;
  max-width: 1600px;
  min-height: 860px;
  margin: 0 auto;
  padding: clamp(88px, 8vw, 126px) clamp(28px, 6vw, 96px) 78px;
  grid-template-columns: minmax(420px, .88fr) minmax(540px, 1.12fr);
  gap: clamp(52px, 7vw, 110px);
  background:
    radial-gradient(circle at 76% 18%, rgba(110, 104, 255, .24), transparent 29rem),
    radial-gradient(circle at 10% 82%, rgba(50, 214, 184, .09), transparent 26rem),
    linear-gradient(135deg, #090d1a 0%, #0b1020 50%, #0d1327 100%);
  color: #fff;
}
.hero::before {
  z-index: 0;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(90deg, #000, transparent 58%, #000);
  opacity: .58;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 1px;
  height: 260px;
  left: max(28px, calc((100vw - 1440px) / 2 + 12px));
  top: 18%;
  background: linear-gradient(transparent, rgba(200, 245, 109, .7), transparent);
}
.hero-orb-one {
  width: 660px;
  height: 660px;
  right: -190px;
  top: -120px;
  background: radial-gradient(circle, rgba(94, 96, 238, .22), rgba(94, 96, 238, 0) 68%);
  filter: blur(14px);
}
.hero-orb-two {
  width: 440px;
  height: 440px;
  left: -190px;
  bottom: -150px;
  background: radial-gradient(circle, rgba(66, 217, 189, .12), rgba(66, 217, 189, 0) 70%);
}
.hero-copy { align-self: center; padding-top: 0; }
.announcement {
  margin-bottom: 30px;
  padding: 7px 14px 7px 7px;
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .055);
  color: #cbd2e5;
  backdrop-filter: blur(12px);
  font-size: .64rem;
  letter-spacing: .05em;
  text-transform: uppercase;
}
.announcement span {
  background: var(--premium-signal);
  color: var(--premium-night);
  box-shadow: 0 0 20px rgba(200, 245, 109, .22);
}
.hero h1 {
  max-width: 720px;
  color: #f8f9ff;
  font-size: clamp(3.4rem, 5.7vw, 6.1rem);
  font-weight: 720;
  line-height: .94;
  letter-spacing: -.075em;
  text-wrap: balance;
}
.hero h1 em {
  margin-top: .12em;
  background: linear-gradient(105deg, #d5ff82 5%, #87f0d9 55%, #a5a8ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-description {
  max-width: 650px;
  margin: 32px 0 35px;
  color: #aeb6cc;
  font-size: clamp(1rem, 1.3vw, 1.16rem);
  line-height: 1.72;
}
.hero .button-primary {
  background: var(--premium-signal);
  color: var(--premium-night);
  box-shadow: 0 16px 40px rgba(200, 245, 109, .14);
}
.hero .button-primary:hover { background: #daff91; box-shadow: 0 20px 48px rgba(200, 245, 109, .21); }
.hero .button-ghost {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .055);
  color: #eef1fb;
  backdrop-filter: blur(12px);
}
.hero .button-ghost:hover { border-color: rgba(255, 255, 255, .42); background: rgba(255, 255, 255, .1); }
.hero-assurances { margin-top: 24px; color: #8993ab; }
.hero-assurances span { color: var(--premium-signal); }

.product-stage { z-index: 2; align-self: center; }
.stage-glow {
  inset: 5% -6% -10%;
  background: linear-gradient(135deg, rgba(99, 94, 255, .34), rgba(76, 224, 194, .13));
  filter: blur(70px);
}
.dashboard-preview {
  border-color: rgba(255, 255, 255, .16);
  border-radius: 24px;
  box-shadow: 0 55px 130px rgba(0, 0, 0, .48), 0 0 0 1px rgba(255, 255, 255, .05);
  transform: perspective(1400px) rotateY(-3deg) rotateX(1.5deg);
}
.preview-topbar { height: 56px; background: #fcfcfa; }
.preview-brand span {
  color: transparent;
  font-size: 0;
  background:
    linear-gradient(var(--premium-signal), var(--premium-signal)) 6px 13px / 3px 5px no-repeat,
    linear-gradient(var(--premium-signal), var(--premium-signal)) 11px 9px / 3px 9px no-repeat,
    linear-gradient(var(--premium-signal), var(--premium-signal)) 16px 5px / 3px 13px no-repeat,
    var(--premium-night);
}
.preview-body { background: #f3f4f6; }
.preview-nav { background: #0b1020; }
.preview-nav span.active { background: var(--premium-signal); box-shadow: 0 8px 20px rgba(200, 245, 109, .24); }
.preview-heading > b { background: #e7f7d0; color: #416817; }
.preview-metrics article,
.chart-card,
.insight-card { border-color: #dfe2e8; box-shadow: 0 10px 28px rgba(18, 27, 50, .045); }
.chart-line { stroke: var(--premium-indigo); }
.chart circle { stroke: var(--premium-indigo); }
.insight-card { background: linear-gradient(155deg, #171f39, #0c1224); }
.insight-icon { background: var(--premium-signal); }
.preview-label { color: #8d96ad; }
.stage-chip {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 16px;
  background: rgba(19, 27, 50, .86);
  color: #fff;
  box-shadow: 0 24px 55px rgba(0, 0, 0, .32);
  backdrop-filter: blur(18px) saturate(130%);
}
.stage-chip small,
.stage-chip strong { display: block; }
.stage-chip small { margin-bottom: 4px; color: #8f99b1; font: 650 .42rem/1.2 ui-monospace, SFMono-Regular, Consolas, monospace; letter-spacing: .1em; }
.stage-chip strong { font-size: .66rem; letter-spacing: -.015em; }
.stage-chip-signal { left: -52px; top: 80px; padding: 12px 15px; }
.stage-chip-signal i { width: 9px; height: 9px; border-radius: 50%; background: var(--premium-signal); box-shadow: 0 0 0 5px rgba(200, 245, 109, .11), 0 0 22px rgba(200, 245, 109, .45); }
.stage-chip-approval { right: -34px; bottom: 50px; padding: 12px 15px 12px 11px; }
.stage-chip-approval > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px; background: rgba(200, 245, 109, .14); color: var(--premium-signal); font-size: .68rem; }

.quick-audit {
  max-width: 1080px;
  margin-top: 48px;
  padding: 17px 18px 17px 24px;
  border-color: rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .055);
  box-shadow: 0 24px 55px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .04);
  backdrop-filter: blur(22px);
}
.quick-audit > label { color: #eef1fa; font-size: .75rem; }
.quick-audit > div { border-color: rgba(255, 255, 255, .1); background: #fff; }
.quick-audit button { background: var(--premium-signal); color: var(--premium-night); }
.quick-audit p { color: #ff9b8d; }

.integration-strip {
  border-color: rgba(255, 255, 255, .08);
  background: #0d1325;
}
.integration-strip p { color: #717c96; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.integration-strip span { color: #c5cbdb; font-weight: 650; }
.integration-strip b { border-color: rgba(255, 255, 255, .13); background: rgba(255, 255, 255, .04); color: var(--premium-signal); }

.section { max-width: 1440px; padding-top: 132px; padding-bottom: 132px; }
.section-heading { max-width: 820px; }
.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #5355dc;
  font: 720 .62rem/1.2 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .16em;
}
.eyebrow::before { content: ""; width: 24px; height: 1px; background: currentColor; }
.section-heading h2,
.feature-band h2,
.proof-card h2,
.faq-intro h2 {
  color: var(--ink);
  font-weight: 690;
  letter-spacing: -.06em;
  text-wrap: balance;
}
.section-heading > p:last-child,
.faq-intro > p:last-child { color: var(--muted); }

.outcome-grid { gap: 20px; margin-top: 64px; }
.outcome-card {
  min-height: 390px;
  padding: 34px;
  border-color: #e0e2e6;
  border-radius: 26px;
  background: rgba(255, 255, 255, .8);
  box-shadow: 0 1px 0 rgba(255, 255, 255, .9), 0 18px 48px rgba(14, 22, 43, .035);
}
.outcome-card::before {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #6d6ff4, transparent);
  opacity: .65;
}
.outcome-card:nth-child(2)::before { background: linear-gradient(90deg, transparent, #ff816b, transparent); }
.outcome-card:nth-child(3)::before { background: linear-gradient(90deg, transparent, #39cfaa, transparent); }
.outcome-card:hover { transform: translateY(-8px); border-color: #c9cce2; box-shadow: 0 28px 70px rgba(19, 28, 55, .1); }
.feature-icon { border: 1px solid rgba(26, 33, 57, .06); border-radius: 17px; }
.outcome-card h3 { font-size: 1.35rem; font-weight: 700; }
.outcome-card p { color: #697184; }
.outcome-card a { color: #4f51d4; }

.feature-band {
  position: relative;
  isolation: isolate;
  max-width: 1480px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 42px;
  background:
    radial-gradient(circle at 87% 8%, rgba(102, 103, 242, .25), transparent 25rem),
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px),
    var(--premium-night);
  background-size: auto, 44px 44px, 44px 44px, auto;
  box-shadow: 0 36px 90px rgba(10, 15, 31, .16);
}
.feature-band::before {
  content: "07 SPECIALISTS / ONE CONTROL LAYER";
  position: absolute;
  right: 34px;
  top: 28px;
  color: rgba(255, 255, 255, .22);
  font: 600 .48rem/1 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .18em;
}
.feature-band h2 { color: #f6f7fd; }
.feature-band-copy > p:not(.eyebrow) { color: #aab2c7; }
.feature-band-copy li p { color: #808ba5; }
.feature-band-copy li > span { background: rgba(200, 245, 109, .1); color: var(--premium-signal); }
.agent-console {
  border-color: rgba(255, 255, 255, .12);
  border-radius: 22px;
  box-shadow: 0 48px 110px rgba(0, 0, 0, .42);
  transform: rotate(1deg);
}
.console-header { background: #fbfbf9; }
.agent-list { background: #edf0f3; }
.agent-list article.active { box-shadow: 0 12px 28px rgba(18, 27, 52, .09); }
.agent-avatar { background: var(--premium-indigo); }
.chat-message.user { background: #ecedff; }
.chat-message.agent span { background: var(--premium-indigo); }
.proposal-mini { border-left-color: var(--mint); }

.workflow-section { padding-top: 142px; }
.workflow-grid { gap: 20px; }
.workflow-grid::before { display: none; }
.workflow-grid li {
  min-height: 310px;
  padding: 30px;
  border: 1px solid #dee1e6;
  border-radius: 24px;
  background: rgba(255, 255, 255, .72);
  text-align: left;
  box-shadow: 0 16px 45px rgba(16, 24, 48, .035);
}
.workflow-icon {
  width: 72px;
  height: 72px;
  margin: 0 0 56px;
  border-color: #dcdfea;
  border-radius: 20px;
  color: #5557de;
  box-shadow: 0 14px 36px rgba(30, 42, 78, .08);
  font-size: 1.45rem;
}
.workflow-grid h3 { font-size: 1.16rem; }
.workflow-grid p { max-width: none; margin: 0; }

.proof-section { padding-top: 34px; }
.proof-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, .1);
  border-radius: 34px;
  background:
    radial-gradient(circle at 80% 10%, rgba(132, 136, 255, .32), transparent 25rem),
    linear-gradient(135deg, #151d38, #0a1021 70%);
  color: #fff;
  box-shadow: 0 34px 82px rgba(10, 15, 31, .15);
}
.proof-card::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -75px;
  bottom: -105px;
  border: 1px solid rgba(200, 245, 109, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 35px rgba(200, 245, 109, .025), 0 0 0 70px rgba(200, 245, 109, .02);
}
.proof-card h2 { color: #f8f9ff; }
.proof-card > div > p:last-child { color: #a9b2c8; }
.proof-card dt { color: var(--premium-signal); font-weight: 690; }
.proof-card dd { color: #aeb6ca; }

.pricing-section { padding-top: 104px; }
.trial-banner {
  padding: 31px 34px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  background:
    radial-gradient(circle at 80% -50%, rgba(101, 104, 242, .5), transparent 22rem),
    var(--premium-night);
  box-shadow: 0 24px 60px rgba(10, 15, 31, .13);
}
.trial-badge { background: var(--premium-signal); }
.trial-banner p { color: #9fa8bf; }
.pricing-grid { gap: 18px; margin-top: 24px; }
.landing-plan {
  min-height: 450px;
  padding: 32px;
  border-color: #dde0e6;
  border-radius: 25px;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 18px 52px rgba(17, 25, 49, .045);
}
.landing-plan.featured {
  border: 1px solid #6466ee;
  background: linear-gradient(180deg, #f6f6ff, #fff 34%);
  box-shadow: 0 28px 72px rgba(80, 82, 220, .15);
  transform: translateY(-8px);
}
.plan-popular { background: var(--premium-night); color: var(--premium-signal); }
.landing-plan > small { color: #5658dc; font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.landing-plan h3 { font-size: 1.22rem; }
.landing-price strong { font-size: 2.5rem; }
.landing-plan ul { border-color: #e2e4e8; }

.faq-section { gap: clamp(55px, 8vw, 120px); }
.faq-list { border-top: 0; }
.faq-list details {
  margin-bottom: 10px;
  padding: 0 22px;
  border: 1px solid #dfe1e6;
  border-radius: 16px;
  background: rgba(255, 255, 255, .7);
}
.faq-list details[open] { border-color: #c9cbe8; background: #fff; box-shadow: 0 18px 44px rgba(20, 29, 57, .06); }
.faq-list summary { padding: 22px 0; }
.faq-list summary span { color: #5658dc; }

.final-cta {
  max-width: 1340px;
  min-height: 340px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 38px;
  background:
    radial-gradient(circle at 82% 15%, rgba(127, 132, 255, .52), transparent 27rem),
    linear-gradient(125deg, #131b35, #090e1d 72%);
  box-shadow: 0 40px 90px rgba(10, 15, 31, .2);
}
.final-cta::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: linear-gradient(90deg, #000, transparent 72%);
  opacity: .35;
}
.final-cta p { color: var(--premium-signal); font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.final-cta h2 { font-weight: 690; }
.final-cta div > span { color: #aeb7cc; }
.final-cta .button-white { background: var(--premium-signal); color: var(--premium-night); box-shadow: 0 18px 42px rgba(200, 245, 109, .14); }

.site-footer {
  border-color: rgba(255, 255, 255, .08);
  background: var(--premium-night);
  color: #fff;
}
.footer-brand > p { color: #8993aa; }
.site-footer strong { color: #eef1f8; }
.site-footer > div > a:not(.site-brand) { color: #8993aa; }
.site-footer > div > a:hover { color: var(--premium-signal); }
.footer-bottom { border-color: rgba(255, 255, 255, .08); color: #68738c; }

.reveal { transform: translateY(22px); transition-duration: .75s; transition-timing-function: cubic-bezier(.2, .75, .25, 1); }
.outcome-card.reveal:nth-child(2),
.workflow-grid li.reveal:nth-child(2) { transition-delay: .08s; }
.outcome-card.reveal:nth-child(3),
.workflow-grid li.reveal:nth-child(3) { transition-delay: .16s; }

@media (max-width: 1160px) {
  .hero {
    min-height: 0;
    padding: 86px 54px 78px;
    grid-template-columns: 1fr;
    gap: 76px;
  }
  .hero-copy { max-width: 790px; justify-self: center; text-align: center; }
  .announcement { margin-left: auto; margin-right: auto; }
  .hero-description { margin-left: auto; margin-right: auto; }
  .hero-actions,
  .hero-assurances { justify-content: center; }
  .product-stage { width: min(860px, 100%); justify-self: center; }
  .stage-chip-signal { left: -18px; }
  .stage-chip-approval { right: -18px; }
  .quick-audit { margin-top: 8px; }
  .feature-band { margin-left: 18px; margin-right: 18px; grid-template-columns: 1fr; }
  .feature-band-copy { max-width: 790px; }
  .agent-console { transform: none; }
}

@media (max-width: 860px) {
  .site-header { min-height: 72px; }
  .site-header.menu-open { background: #090d1a; }
  .site-header.menu-open .site-nav a { color: #fff; }
  .site-header.menu-open .header-actions .text-link { padding: 10px 0; }
  .hero { padding: 68px 24px 66px; }
  .stage-chip { display: none; }
  .section { padding-top: 100px; padding-bottom: 100px; }
  .outcome-grid,
  .pricing-grid { grid-template-columns: 1fr; }
  .landing-plan.featured { transform: none; }
  .workflow-grid { grid-template-columns: 1fr; }
  .workflow-grid li { min-height: 0; }
  .workflow-icon { margin-bottom: 36px; }
  .proof-card { grid-template-columns: 1fr; }
  .faq-section { grid-template-columns: 1fr; }
  .faq-intro { position: static; }
}

@media (max-width: 620px) {
  .site-header { padding-left: 18px; padding-right: 18px; }
  .site-brand { font-size: .88rem; }
  .brand-symbol { width: 36px; height: 36px; border-radius: 11px; }
  .hero { padding: 54px 17px 54px; gap: 52px; }
  .hero::after { display: none; }
  .hero h1 { font-size: clamp(2.75rem, 14.5vw, 4.2rem); line-height: .96; }
  .announcement { font-size: .52rem; }
  .hero-description { margin-top: 25px; font-size: .94rem; }
  .dashboard-preview { border-radius: 17px; }
  .quick-audit { margin-top: 2px; border-radius: 18px; }
  .integration-strip { padding-top: 30px; padding-bottom: 30px; }
  .integration-strip div { justify-content: center; }
  .section { padding: 86px 18px; }
  .section-heading h2,
  .feature-band h2,
  .proof-card h2,
  .faq-intro h2 { font-size: clamp(2.2rem, 11vw, 3rem); }
  .outcome-card { min-height: 0; padding: 27px; }
  .feature-band { margin: 0; padding: 78px 18px; border-radius: 0; }
  .feature-band::before { right: 18px; top: 22px; font-size: .4rem; }
  .proof-card { padding: 38px 25px; border-radius: 24px; }
  .trial-banner { padding: 27px 22px; }
  .landing-plan { min-height: 0; padding: 27px; }
  .faq-list details { padding: 0 17px; }
  .final-cta { margin-left: 18px; margin-right: 18px; padding: 50px 25px; border-radius: 26px; }
  .site-footer { padding-top: 52px; }
}

@media (prefers-reduced-motion: reduce) {
  .button span,
  .agent-console { transition: none; transform: none; }
  .outcome-card.reveal:nth-child(2),
  .workflow-grid li.reveal:nth-child(2),
  .outcome-card.reveal:nth-child(3),
  .workflow-grid li.reveal:nth-child(3) { transition-delay: 0s; }
}
/* Segmented commercial narrative */
.audience-section { padding-top: 126px; }
.audience-section .section-heading { max-width: 900px; }

.audience-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 56px;
}

.audience-card {
  position: relative;
  min-height: 286px;
  overflow: hidden;
  padding: 29px;
  border: 1px solid rgba(17, 25, 50, .1);
  border-radius: 24px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 22px 55px rgba(15, 25, 55, .07);
  backdrop-filter: blur(14px);
}

.audience-card::before {
  content: "";
  position: absolute;
  width: 118px;
  height: 118px;
  right: -46px;
  top: -52px;
  border-radius: 50%;
  background: var(--premium-indigo);
  filter: blur(4px);
  opacity: .1;
}

.audience-card h3 {
  margin: 26px 0 12px;
  color: var(--premium-night);
  font-size: 1.22rem;
  letter-spacing: -.025em;
}

.audience-card p {
  color: #69738a;
  font-size: .92rem;
  line-height: 1.72;
}

.audience-card:nth-child(2)::before,
.audience-card:nth-child(4)::before {
  background: var(--premium-signal);
  opacity: .2;
}

.audience-fit {
  display: grid;
  grid-template-columns: 1.18fr .82fr;
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid rgba(17, 25, 50, .1);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(15, 25, 55, .07);
}

.audience-fit > div:first-child { padding: 34px 36px; }

.audience-fit > div:first-child > p {
  margin-bottom: 22px;
  color: var(--premium-night);
  font-size: .76rem;
  font-weight: 760;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.audience-fit ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
}

.audience-fit li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #59647a;
  font-size: .88rem;
  line-height: 1.55;
}

.audience-fit li::before {
  content: "✓";
  flex: 0 0 auto;
  color: #637026;
  font-weight: 850;
}

.audience-boundary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px 36px;
  background: linear-gradient(135deg, #131b35, #090e1d);
  color: #fff;
}

.audience-boundary span {
  margin-bottom: 10px;
  color: var(--premium-signal);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-size: .67rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.audience-boundary strong { margin-bottom: 8px; font-size: 1.08rem; }
.audience-boundary p { color: #98a3bb; font-size: .85rem; line-height: 1.6; }

@media (max-width: 1160px) {
  .audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .audience-fit { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .audience-grid { grid-template-columns: 1fr; margin-top: 38px; }
  .audience-card { min-height: 0; padding: 25px; }
  .audience-fit > div:first-child,
  .audience-boundary { padding: 28px 25px; }
  .audience-fit ul { grid-template-columns: 1fr; }
}

/* Brand and product mockups · v3 */
.site-brand { gap: 13px; }
.brand-symbol {
  width: 44px;
  height: 44px;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 15px;
  background: linear-gradient(145deg, #7376ff 0%, #4c4fd7 58%, #3033a8 100%);
  box-shadow: 0 14px 34px rgba(72, 76, 214, .35), inset 0 1px 0 rgba(255, 255, 255, .3), inset 0 -8px 16px rgba(20, 22, 93, .22);
}
.brand-symbol::before,
.brand-symbol::after { content: none; display: none; }
.brand-symbol svg { width: 38px; height: 38px; overflow: visible; }
.brand-letter {
  fill: none;
  stroke: #f7f8ff;
  stroke-width: 3.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: .96;
}
.brand-trend {
  fill: none;
  stroke: var(--premium-signal);
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 5px rgba(200, 245, 109, .48));
}
.brand-node { fill: var(--premium-signal); filter: drop-shadow(0 0 5px rgba(200, 245, 109, .7)); }
.brand-wordmark { display: grid; gap: 5px; }
.brand-wordmark strong {
  color: #f8f9fd;
  font-size: 1.01rem;
  font-weight: 760;
  line-height: .95;
  letter-spacing: -.038em;
}
.brand-wordmark strong b { color: var(--premium-signal); font-weight: 820; }
.site-brand .brand-wordmark small {
  color: #9ba5bc;
  font-size: .5rem;
  font-weight: 650;
  line-height: 1;
  letter-spacing: .075em;
  text-transform: none;
}
.site-header.scrolled .brand-symbol { box-shadow: 0 10px 25px rgba(72, 76, 214, .28), inset 0 1px 0 rgba(255, 255, 255, .25); }

.product-stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 24px -15px -20px 24px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 29px;
  background: linear-gradient(145deg, rgba(102, 106, 255, .14), rgba(16, 24, 46, .58));
  transform: rotate(1.8deg);
}
.mockup-premium { isolation: isolate; }
.dashboard-preview.mockup-premium {
  overflow: hidden;
  border-color: rgba(255, 255, 255, .2);
  border-radius: 26px;
  background: #f4f5f7;
  box-shadow: 0 62px 145px rgba(0, 0, 0, .52), 0 0 0 1px rgba(255, 255, 255, .05), inset 0 1px 0 rgba(255, 255, 255, .8);
}
.dashboard-preview.mockup-premium::after {
  content: "";
  position: absolute;
  z-index: 8;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(118deg, rgba(255, 255, 255, .15), transparent 17%, transparent 76%, rgba(112, 116, 255, .06));
  pointer-events: none;
}
.preview-topbar { height: 60px; padding: 0 19px; border-color: #e3e5ea; }
.preview-brand { gap: 10px; }
.preview-brand .preview-brand-symbol {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: linear-gradient(145deg, #6f72ff, #3d40bd);
  box-shadow: 0 6px 15px rgba(68, 71, 190, .24);
}
.preview-brand-symbol svg { width: 25px; height: 25px; }
.preview-brand-symbol path:first-child { fill: none; stroke: #fff; stroke-width: 3.2; stroke-linecap: round; stroke-linejoin: round; }
.preview-brand-symbol .mini-trend { fill: none; stroke: var(--premium-signal); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.preview-brand b { display: grid; gap: 3px; color: #141a2d; font-size: .64rem; }
.preview-brand b small { color: #8b94a7; font-size: .36rem; font-weight: 650; letter-spacing: .06em; }
.preview-workspace { display: inline-flex; align-items: center; gap: 6px; color: #717a8d; font-size: .43rem; font-weight: 650; }
.preview-workspace i { width: 6px; height: 6px; border-radius: 50%; background: #51bd83; box-shadow: 0 0 0 3px rgba(81, 189, 131, .12); }
.preview-window i:nth-child(1) { background: #ff8879; }
.preview-window i:nth-child(2) { background: #efc55e; }
.preview-window i:nth-child(3) { background: #6dcf97; }
.preview-body { min-height: 500px; grid-template-columns: 68px 1fr; }
.preview-nav { gap: 13px; padding-top: 16px; }
.preview-nav span {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  color: #76809a;
  background: transparent;
  font: 650 .58rem/1 ui-monospace, SFMono-Regular, Consolas, monospace;
}
.preview-nav span.active { color: #18201b; }
.preview-nav .nav-mark { margin-bottom: 7px; background: rgba(111, 114, 255, .18); color: #a9acff; font-weight: 850; }
.preview-content { padding: 25px 26px 18px; }
.preview-heading { align-items: center; }
.preview-heading div { gap: 4px; }
.preview-heading small { color: #70798d; }
.preview-heading strong { color: #111729; font-size: 1.08rem; }
.preview-heading p { margin: 0; color: #8b93a3; font-size: .47rem; }
.preview-heading > b { display: inline-flex; align-items: center; gap: 6px; padding: 7px 10px; }
.preview-heading > b i { width: 6px; height: 6px; border-radius: 50%; background: #62a825; box-shadow: 0 0 0 3px rgba(98, 168, 37, .12); }
.preview-tabs { display: flex; gap: 17px; margin-top: 20px; border-bottom: 1px solid #dfe2e8; }
.preview-tabs span { position: relative; padding-bottom: 9px; color: #8a92a2; font-size: .45rem; font-weight: 680; }
.preview-tabs span.active { color: #171d30; }
.preview-tabs span.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--premium-indigo); border-radius: 2px; }
.preview-metrics { gap: 11px; margin: 16px 0 12px; }
.preview-metrics article { min-height: 82px; padding: 14px 15px; border-radius: 13px; }
.preview-metrics span { color: #778095; font-size: .43rem; font-weight: 680; }
.preview-metrics strong { margin: 9px 0 5px; color: #111729; font-size: 1.28rem; }
.preview-metrics small { display: flex; align-items: center; gap: 5px; font-size: .39rem; }
.preview-metrics small.positive { color: #2c895c; font-weight: 720; }
.metric-dot { width: 5px; height: 5px; border-radius: 50%; }
.metric-dot.violet { background: var(--premium-indigo); }
.metric-dot.lime { background: #88ae3a; }
.preview-grid { grid-template-columns: minmax(0, 1.62fr) minmax(160px, .9fr); gap: 11px; }
.chart-card,
.insight-card { min-height: 248px; border-radius: 14px; }
.chart-card { padding: 15px 15px 11px; }
.chart-card header { align-items: start; }
.chart-card header div { display: grid; gap: 3px; }
.chart-card header span { color: #1b2132; font-size: .56rem; }
.chart-card header small { color: #9299a8; font-size: .39rem; font-weight: 520; }
.chart-card header b { padding: 5px 7px; border: 1px solid #e1e4e9; border-radius: 6px; background: #fafafa; }
.chart { height: 153px; margin-top: 7px; }
.chart-tooltip {
  position: absolute;
  z-index: 2;
  right: 23%;
  top: 8px;
  display: grid;
  gap: 2px;
  padding: 7px 9px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 8px;
  background: #151d34;
  color: #fff;
  box-shadow: 0 10px 24px rgba(17, 25, 48, .2);
}
.chart-tooltip::after { content: ""; position: absolute; left: 50%; bottom: -5px; width: 8px; height: 8px; background: #151d34; transform: translateX(-50%) rotate(45deg); }
.chart-tooltip small { color: #9ea7ba; font-size: .31rem; letter-spacing: .08em; }
.chart-tooltip strong { font-size: .46rem; }
.chart-tooltip em { color: var(--premium-signal); font-size: .33rem; font-style: normal; }
.chart-card footer { display: flex; align-items: center; gap: 10px; color: #80899b; font-size: .35rem; }
.chart-card footer span { display: flex; align-items: center; gap: 4px; }
.chart-card footer i { width: 11px; height: 3px; border-radius: 4px; }
.legend-leads { background: var(--premium-indigo); }
.legend-investment { border: 1px dashed #a4a9b4; background: transparent; }
.chart-card footer b { margin-left: auto; color: #4d5669; font-size: .35rem; }
.insight-card { padding: 15px; }
.insight-top { display: flex; align-items: center; justify-content: space-between; }
.insight-top > b { padding: 5px 7px; border: 1px solid rgba(200, 245, 109, .18); border-radius: 999px; background: rgba(200, 245, 109, .08); color: var(--premium-signal); font-size: .36rem; }
.insight-card > small { margin-top: 15px; }
.insight-card > strong { font-size: .68rem; line-height: 1.45; }
.insight-card > p { margin: 8px 0 10px; font-size: .43rem; }
.insight-card dl { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin: 0; }
.insight-card dl div { padding: 7px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 7px; background: rgba(255, 255, 255, .04); }
.insight-card dt { color: #818ba2; font-size: .33rem; }
.insight-card dd { margin: 3px 0 0; color: #f3f5fa; font-size: .43rem; font-weight: 730; }
.insight-card button { margin-top: 10px; background: var(--premium-signal); color: #12192b; font-weight: 760; }
.preview-trust { display: flex; align-items: center; justify-content: space-between; margin-top: 12px; color: #9299a8; font-size: .38rem; }
.preview-trust span { display: flex; align-items: center; gap: 5px; }
.preview-trust span i { width: 5px; height: 5px; border-radius: 50%; background: #6e72ff; }
.preview-trust strong { color: #567b27; font-size: .38rem; }
.stage-chip { border-color: rgba(255, 255, 255, .2); box-shadow: 0 26px 65px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .08); }

.agent-console.mockup-premium { position: relative; border-radius: 25px; box-shadow: 0 58px 130px rgba(0, 0, 0, .48), 0 0 0 1px rgba(255, 255, 255, .05); }
.console-header { height: 58px; padding: 0 18px; }
.console-window { display: flex; gap: 5px; }
.console-window i:nth-child(1) { background: #ff8879; }
.console-window i:nth-child(2) { background: #efc55e; }
.console-window i:nth-child(3) { background: #6dcf97; }
.console-title { display: flex; align-items: center; gap: 7px; margin-left: auto; color: #242a3a; }
.console-title i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 6px; background: #eceeff; color: var(--premium-indigo); font-size: .48rem; font-style: normal; }
.console-header > b { display: flex; align-items: center; gap: 6px; margin-left: auto; padding: 6px 9px; }
.console-header > b i { width: 5px; height: 5px; border-radius: 50%; background: #4aab76; }
.console-body { min-height: 455px; grid-template-columns: .72fr 1.3fr .68fr; }
.agent-list { padding: 15px 11px; }
.agent-list header { display: flex; align-items: center; justify-content: space-between; padding: 2px 7px 10px; color: #828b9d; font-size: .37rem; letter-spacing: .08em; }
.agent-list header b { color: #4d7d61; font-size: .36rem; letter-spacing: 0; }
.agent-list article { padding: 11px 8px; }
.agent-avatar { border-radius: 10px; font-size: .43rem; letter-spacing: -.02em; }
.agent-activity { display: grid; gap: 8px; margin: 18px 7px 0; padding-top: 14px; border-top: 1px solid #d9dde4; }
.agent-activity > span { color: #9098a7; font-size: .34rem; font-weight: 760; letter-spacing: .1em; }
.agent-activity p { display: flex; align-items: center; gap: 6px; margin: 0; color: #747d8e; font-size: .39rem; }
.agent-activity p i { width: 5px; height: 5px; border-radius: 50%; background: var(--premium-indigo); }
.console-chat { padding: 23px 20px; }
.chat-context > div { display: grid; gap: 3px; }
.chat-context > div span { color: #8a8499; font-size: .36rem; font-weight: 800; letter-spacing: .1em; }
.chat-context > div b { font-size: .54rem; }
.chat-context em { color: #8790a0; font-size: .37rem; font-style: normal; }
.chat-message { font-size: .52rem; }
.proposal-mini { align-items: stretch; padding: 14px; background: #fcfcfb; }
.proposal-mini > div { flex: 1; }
.proposal-mini ul { display: flex; gap: 6px; margin: 5px 0 0; padding: 0; list-style: none; }
.proposal-mini li { padding: 4px 6px; border-radius: 5px; background: #eef1f3; color: #7b8494; font-size: .34rem; }
.proposal-mini li b { color: #263044; }
.proposal-mini button { display: flex; align-items: center; gap: 8px; align-self: center; }
.console-insights { padding: 20px 14px; border-left: 1px solid #e2e4e9; background: #f5f6f7; }
.console-insights > span { color: #8991a1; font-size: .34rem; font-weight: 780; letter-spacing: .08em; }
.confidence-ring { width: 88px; height: 88px; display: grid; place-content: center; justify-items: center; gap: 2px; margin: 23px auto; border-radius: 50%; background: radial-gradient(circle at center, #f5f6f7 58%, transparent 60%), conic-gradient(var(--premium-indigo) 0 92%, #dfe2e8 92%); }
.confidence-ring strong { color: #171e30; font-size: 1.15rem; letter-spacing: -.05em; }
.confidence-ring strong small { font-size: .48rem; }
.confidence-ring em { color: #858e9f; font-size: .34rem; font-style: normal; }
.console-insights dl { display: grid; gap: 8px; margin: 0; }
.console-insights dl div { display: flex; justify-content: space-between; padding-bottom: 7px; border-bottom: 1px solid #e0e3e8; font-size: .38rem; }
.console-insights dt { color: #8790a1; }
.console-insights dd { margin: 0; color: #273045; font-weight: 730; }
.console-insights > p { margin: 18px 0 0; padding: 10px; border-radius: 8px; background: #eaf4dc; color: #637444; font-size: .36rem; line-height: 1.5; }
.console-insights > p i { color: #58842a; font-style: normal; }

@media (max-width: 860px) {
  .preview-workspace { display: none; }
  .console-body { grid-template-columns: .75fr 1.25fr; }
  .console-insights { display: none; }
}

@media (max-width: 620px) {
  .brand-symbol { width: 38px; height: 38px; border-radius: 12px; }
  .brand-symbol svg { width: 33px; height: 33px; }
  .brand-wordmark strong { font-size: .9rem; }
  .site-brand .brand-wordmark small { font-size: .43rem; }
  .product-stage::before { inset: 12px -5px -10px 8px; border-radius: 20px; }
  .preview-topbar { height: 48px; padding: 0 12px; }
  .preview-brand .preview-brand-symbol { width: 25px; height: 25px; }
  .preview-brand b { font-size: .5rem; }
  .preview-brand b small { font-size: .29rem; }
  .preview-window { gap: 4px; }
  .preview-window i { width: 6px; height: 6px; }
  .preview-body { min-height: 350px; grid-template-columns: 42px 1fr; }
  .preview-nav { gap: 8px; padding-top: 12px; }
  .preview-nav span { width: 24px; height: 24px; font-size: .45rem; }
  .preview-nav span:nth-child(n+5) { display: none; }
  .preview-content { padding: 14px 11px 11px; }
  .preview-heading p,
  .preview-heading > b,
  .preview-tabs span:nth-child(n+3),
  .chart-tooltip,
  .chart-card footer,
  .preview-trust { display: none; }
  .preview-tabs { gap: 13px; margin-top: 13px; }
  .preview-metrics { margin-top: 11px; }
  .preview-metrics article { min-height: 62px; padding: 9px 7px; }
  .preview-metrics span { font-size: .31rem; }
  .preview-metrics strong { margin: 6px 0 3px; font-size: .78rem; }
  .preview-metrics small { font-size: .28rem; }
  .chart-card { min-height: 153px; padding: 11px; }
  .chart-card header small { display: none; }
  .chart { height: 105px; }
  .console-header { height: 50px; }
  .console-title { margin-left: 0; }
  .console-header > b { margin-left: auto; }
  .console-chat { padding: 17px 14px; }
}
/* Premium header and footer · v4 */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  display: block;
  min-height: 0;
  padding: 11px clamp(14px, 3.2vw, 52px);
  border: 0;
  background: linear-gradient(to bottom, rgba(4, 7, 16, .6), transparent);
  color: #fff;
  backdrop-filter: none;
  transition: padding .25s ease, background .25s ease;
}
.site-header.scrolled {
  padding-top: 8px;
  padding-bottom: 8px;
  border: 0;
  background: linear-gradient(to bottom, rgba(4, 7, 16, .76), rgba(4, 7, 16, .08));
  box-shadow: none;
}
.header-shell {
  position: relative;
  max-width: 1480px;
  min-height: 70px;
  margin: 0 auto;
  padding: 7px 9px 7px 13px;
  display: grid;
  grid-template-columns: auto minmax(440px, 1fr) auto;
  align-items: center;
  gap: clamp(20px, 3vw, 48px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 21px;
  background: linear-gradient(112deg, rgba(17, 24, 44, .9), rgba(8, 12, 25, .88));
  box-shadow: 0 22px 60px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .07);
  backdrop-filter: blur(26px) saturate(145%);
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
.header-shell::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 12%;
  width: 34%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200, 245, 109, .58), transparent);
  pointer-events: none;
}
.header-shell::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 190px;
  height: 190px;
  right: 3%;
  top: -145px;
  border-radius: 50%;
  background: rgba(102, 103, 242, .18);
  filter: blur(16px);
  pointer-events: none;
}
.site-header.scrolled .header-shell {
  border-color: rgba(255, 255, 255, .16);
  background: linear-gradient(112deg, rgba(15, 22, 41, .97), rgba(7, 11, 23, .96));
  box-shadow: 0 24px 72px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .08);
}
.header-shell > .site-brand { min-width: max-content; }
.header-shell .brand-symbol { width: 42px; height: 42px; border-radius: 13px; }
.header-shell .brand-symbol svg { width: 36px; height: 36px; }
.header-shell .brand-wordmark strong { font-size: .96rem; }
.header-shell .site-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 14px;
  background: rgba(255, 255, 255, .035);
}
.header-shell .site-nav a {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 10px 12px;
  border-radius: 10px;
  color: #aeb6ca;
  font-size: .69rem;
  font-weight: 650;
  white-space: nowrap;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.header-shell .site-nav a::after { content: none; display: none; }
.header-shell .site-nav a:hover {
  background: rgba(255, 255, 255, .075);
  color: #fff;
  transform: translateY(-1px);
}
.header-shell .header-actions { gap: 10px; }
.header-shell .text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 8px;
  color: #bdc4d5;
  font-size: .69rem;
}
.header-shell .text-link i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5ed093;
  box-shadow: 0 0 0 4px rgba(94, 208, 147, .1);
}
.header-shell .button-small {
  min-height: 48px;
  padding: 0 17px;
  border: 1px solid rgba(200, 245, 109, .56);
  border-radius: 13px;
  background: linear-gradient(135deg, #d4fa85, var(--premium-signal));
  color: #11182a;
  box-shadow: 0 12px 30px rgba(200, 245, 109, .12), inset 0 1px 0 rgba(255, 255, 255, .62);
  font-size: .69rem;
}
.header-shell .button-small:hover { box-shadow: 0 16px 38px rgba(200, 245, 109, .2); }
.header-shell .menu-toggle {
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .045);
}

.final-cta { margin-bottom: 76px; }
.site-footer {
  position: relative;
  isolation: isolate;
  display: block;
  overflow: hidden;
  padding: 0;
  border: 0;
  background:
    linear-gradient(180deg, #090d1a 0%, #070a13 58%, #05070d 100%);
  color: #fff;
}
.site-footer::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 5%;
  right: 5%;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(102, 103, 242, .7), rgba(200, 245, 109, .55), transparent);
}
.footer-orbit {
  position: absolute;
  z-index: -1;
  width: 760px;
  height: 760px;
  left: -370px;
  top: -470px;
  border-radius: 50%;
  border: 1px solid rgba(102, 103, 242, .12);
  background: radial-gradient(circle, rgba(102, 103, 242, .18), transparent 67%);
}
.footer-orbit::before,
.footer-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .035);
  border-radius: 50%;
}
.footer-orbit::before { inset: 80px; }
.footer-orbit::after { inset: 165px; }
.footer-shell {
  position: relative;
  max-width: 1460px;
  margin: 0 auto;
  padding: 88px clamp(24px, 5.5vw, 82px) 30px;
}
.footer-top {
  display: grid;
  grid-template-columns: minmax(330px, .95fr) minmax(510px, 1.2fr);
  gap: clamp(70px, 10vw, 150px);
  align-items: start;
}
.footer-brand-panel { max-width: 510px; }
.footer-brand-panel .site-brand { margin-bottom: 38px; }
.footer-brand-panel .brand-symbol { width: 50px; height: 50px; border-radius: 16px; }
.footer-brand-panel .brand-symbol svg { width: 43px; height: 43px; }
.footer-brand-panel .brand-wordmark strong { font-size: 1.12rem; }
.footer-brand-panel h2 {
  max-width: 500px;
  margin: 0;
  color: #f4f6fb;
  font-size: clamp(2.15rem, 3.5vw, 3.25rem);
  font-weight: 620;
  line-height: 1.02;
  letter-spacing: -.06em;
}
.footer-brand-panel > p {
  max-width: 490px;
  margin: 24px 0 28px;
  color: #8f99af;
  font-size: .86rem;
  line-height: 1.75;
}
.footer-proof { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-proof span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, .075);
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
  color: #9ca6bb;
  font-size: .56rem;
}
.footer-proof i { color: var(--premium-signal); font-style: normal; font-weight: 850; }
.footer-navigation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(28px, 4vw, 58px);
  padding-top: 8px;
}
.footer-column {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer-column::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 28px;
  height: 1px;
  background: var(--premium-signal);
}
.site-footer .footer-column strong { margin-bottom: 7px; color: #f0f2f7; font-size: .78rem; }
.site-footer .footer-column a {
  width: fit-content;
  color: #858fa5;
  font-size: .68rem;
  text-decoration: none;
  transition: color .2s ease, transform .2s ease;
}
.site-footer .footer-column a:hover { color: var(--premium-signal); transform: translateX(3px); }
.footer-contact-bar {
  margin-top: 74px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px;
  background:
    radial-gradient(circle at 92% 0%, rgba(102, 103, 242, .18), transparent 18rem),
    rgba(255, 255, 255, .035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}
.footer-contact-bar > div { display: grid; gap: 6px; }
.footer-contact-bar > div span {
  color: var(--premium-signal);
  font: 650 .46rem/1 ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: .14em;
}
.footer-contact-bar > div strong { color: #dfe3ed; font-size: .75rem; font-weight: 620; }
.footer-contact-bar > a {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  padding: 13px 15px 13px 18px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 12px;
  background: rgba(255, 255, 255, .06);
  color: #f2f4f8;
  font-size: .65rem;
  font-weight: 680;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease;
}
.footer-contact-bar > a span {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--premium-signal);
  color: #101727;
}
.footer-contact-bar > a:hover { border-color: rgba(200, 245, 109, .3); background: rgba(255, 255, 255, .085); }
.footer-bottom {
  grid-column: auto;
  margin: 30px 0 0;
  padding-top: 25px;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 36px;
  border-top: 1px solid rgba(255, 255, 255, .065);
  color: #626d83;
  font-size: .56rem;
}
.footer-bottom p { margin: 0; }
.footer-bottom > div { display: flex; gap: 20px; }
.footer-bottom a { color: #747f95; text-decoration: none; }
.footer-bottom a:hover { color: #fff; }
.footer-status { display: flex; align-items: center; gap: 7px; color: #7f899d; }
.footer-status i { width: 6px; height: 6px; border-radius: 50%; background: #5bca8e; box-shadow: 0 0 0 4px rgba(91, 202, 142, .09); }

@media (max-width: 1080px) {
  .site-header { padding: 9px 12px; }
  .header-shell { grid-template-columns: auto auto; justify-content: space-between; gap: 16px; padding: 8px 10px 8px 12px; }
  .header-shell .menu-toggle { display: block; grid-column: 2; grid-row: 1; }
  .header-shell > .site-nav,
  .header-shell > .header-actions { display: none; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-header.menu-open { padding: 9px 12px; background: linear-gradient(to bottom, rgba(4, 7, 16, .82), transparent); }
  .site-header.menu-open .header-shell { align-items: start; padding: 10px 10px 12px 12px; }
  .site-header.menu-open .site-nav {
    grid-column: 1 / -1;
    display: grid;
    justify-items: stretch;
    width: 100%;
    margin-top: 8px;
    padding: 7px;
    gap: 4px;
  }
  .site-header.menu-open .site-nav a {
    width: 100%;
    justify-content: space-between;
    padding: 14px 13px;
    border: 1px solid transparent;
    font-size: .82rem;
  }
  .site-header.menu-open .site-nav a:hover { border-color: rgba(255, 255, 255, .08); }
  .site-header.menu-open .header-actions {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: .55fr 1fr;
    width: 100%;
    padding: 5px 7px 0;
    gap: 8px;
  }
  .site-header.menu-open .header-actions .text-link { justify-content: center; padding: 10px; border: 1px solid rgba(255, 255, 255, .08); border-radius: 12px; }
  .site-header.menu-open .header-actions .button { width: 100%; }
  .footer-top { grid-template-columns: 1fr; gap: 70px; }
  .footer-brand-panel { max-width: 650px; }
  .footer-navigation { max-width: 760px; }
}

@media (max-width: 680px) {
  .site-header,
  .site-header.scrolled { padding: 7px; }
  .header-shell { min-height: 64px; border-radius: 17px; }
  .header-shell .brand-symbol { width: 38px; height: 38px; }
  .header-shell .brand-symbol svg { width: 33px; height: 33px; }
  .header-shell .brand-wordmark strong { font-size: .88rem; }
  .header-shell .site-brand .brand-wordmark small { font-size: .4rem; }
  .site-header.menu-open { padding: 7px; }
  .site-header.menu-open .header-actions { grid-template-columns: 1fr; }
  .final-cta { margin-bottom: 54px; }
  .footer-shell { padding: 70px 20px 25px; }
  .footer-navigation { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 32px; }
  .footer-contact-bar { margin-top: 58px; grid-template-columns: 1fr; padding: 20px; }
  .footer-contact-bar > a { justify-content: space-between; }
  .footer-bottom { grid-template-columns: 1fr; gap: 16px; }
  .footer-status { grid-row: 2; }
}

@media (max-width: 480px) {
  .footer-brand-panel h2 { font-size: 2.2rem; }
  .footer-navigation { grid-template-columns: 1fr; gap: 28px; }
  .footer-column { padding-bottom: 8px; }
  .footer-contact-bar > div strong { font-size: .68rem; line-height: 1.5; }
  .footer-contact-bar > a { gap: 8px; font-size: .56rem; }
}
