:root {
  --ink: #101127;
  --ink-soft: #51536b;
  --blue: #0000ff;
  --blue-deep: #1112c9;
  --violet: #585aff;
  --violet-soft: #9395ff;
  --lavender: #f1f1ff;
  --lavender-2: #e7e7ff;
  --paper: #ffffff;
  --off-white: #f8f8fc;
  --line: #dedfee;
  --success: #13a56b;
  --shadow: 0 26px 80px rgba(26, 27, 79, 0.15);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --shell: min(1180px, calc(100vw - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
p { line-height: 1.65; }
.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;
  top: 12px;
  left: 12px;
  z-index: 999;
  padding: 10px 14px;
  background: var(--ink);
  color: white;
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin: 0 auto; }

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid transparent;
  background: rgba(255,255,255,.74);
  backdrop-filter: blur(18px);
  transition: border-color .25s ease, box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled {
  border-color: rgba(222,223,238,.85);
  background: rgba(255,255,255,.92);
  box-shadow: 0 10px 35px rgba(16,17,39,.05);
}
.header-inner {
  height: 82px;
  display: grid;
  grid-template-columns: 190px 1fr 190px;
  align-items: center;
  gap: 28px;
}
.brand { width: 164px; display: inline-flex; }
.brand img { width: 100%; height: auto; }
.site-nav {
  display: flex;
  justify-content: center;
  gap: 34px;
  font-size: 14px;
  font-weight: 650;
  color: #45465d;
}
.site-nav a { position: relative; padding: 8px 0; }
.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 2px;
  height: 2px;
  background: var(--blue);
  transition: right .2s ease;
}
.site-nav a:hover::after { right: 0; }
.header-cta { justify-self: end; }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--blue);
  border-radius: 999px;
  background: var(--blue);
  color: white;
  font-size: 14px;
  font-weight: 750;
  letter-spacing: -.01em;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(0,0,255,.18);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 32px rgba(0,0,255,.25); }
.button:focus-visible, .text-link:focus-visible, .site-nav a:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(88,90,255,.28);
  outline-offset: 4px;
}
.button-small { min-height: 44px; padding: 0 20px; font-size: 13px; }
.button-outline { background: transparent; color: var(--blue); box-shadow: none; }
.button-outline:hover { background: var(--lavender); box-shadow: none; }
.button-light { background: white; border-color: white; color: var(--blue); box-shadow: 0 14px 30px rgba(0,0,0,.12); }
.button-light:hover { box-shadow: 0 18px 36px rgba(0,0,0,.18); }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  font-weight: 750;
  color: var(--ink);
}
.text-link span { color: var(--blue); transition: transform .2s ease; }
.text-link:hover span { transform: translate(2px,-2px); }

.hero {
  min-height: 810px;
  padding: 165px 0 105px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: linear-gradient(180deg, #fbfbff 0%, #f4f4ff 72%, #fff 100%);
}
.hero-grid {
  position: absolute;
  inset: 0;
  z-index: -4;
  opacity: .43;
  background-image:
    linear-gradient(rgba(69,70,120,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(69,70,120,.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black 0%, rgba(0,0,0,.75) 68%, transparent 100%);
}
.hero-glow {
  position: absolute;
  z-index: -3;
  border-radius: 50%;
  filter: blur(20px);
  pointer-events: none;
}
.hero-glow-one {
  width: 560px;
  height: 560px;
  right: -130px;
  top: 40px;
  background: radial-gradient(circle, rgba(147,149,255,.40), rgba(147,149,255,0) 70%);
}
.hero-glow-two {
  width: 480px;
  height: 480px;
  left: -260px;
  bottom: -180px;
  background: radial-gradient(circle, rgba(0,0,255,.13), rgba(0,0,255,0) 70%);
}
.hero-layout {
  display: grid;
  grid-template-columns: .93fr 1.07fr;
  gap: 76px;
  align-items: center;
}
.hero-copy { position: relative; z-index: 2; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 23px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow > span {
  position: relative;
  flex: 0 0 22px;
  width: 22px;
  height: 13px;
}
.eyebrow > span::before,
.eyebrow > span::after {
  content: "";
  position: absolute;
  top: 2px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  transform: rotate(45deg);
}
.eyebrow > span::before { left: 1px; background: var(--blue); }
.eyebrow > span::after { left: 10px; background: var(--violet-soft); }
.eyebrow-light { color: #c7c8ff; }
.eyebrow-light > span::before { background: white; }
.eyebrow-light > span::after { background: #9395ff; }
.hero h1 {
  margin: 0;
  max-width: 610px;
  font-size: clamp(60px, 6vw, 92px);
  line-height: .94;
  letter-spacing: -.067em;
  font-weight: 850;
}
.hero h1 span { color: var(--blue); }
.hero-lead {
  max-width: 570px;
  margin: 30px 0 0;
  color: var(--ink-soft);
  font-size: 18px;
  line-height: 1.68;
}
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.hero-proof { display: flex; align-items: center; gap: 16px; margin-top: 38px; }
.hero-proof p { max-width: 390px; margin: 0; font-size: 12px; color: #6c6e84; line-height: 1.45; }
.avatar-stack { display: flex; padding-left: 8px; }
.avatar-stack span {
  width: 31px;
  height: 31px;
  margin-left: -8px;
  display: grid;
  place-items: center;
  border: 2px solid white;
  border-radius: 50%;
  background: var(--ink);
  color: white;
  font-size: 8px;
  font-weight: 800;
}
.avatar-stack span:nth-child(2) { background: var(--violet); }
.avatar-stack span:nth-child(3) { background: var(--violet-soft); }

.hero-product { position: relative; padding: 30px 0; }
.product-window {
  position: relative;
  border: 1px solid rgba(187,188,218,.8);
  border-radius: 24px;
  background: rgba(255,255,255,.90);
  box-shadow: var(--shadow);
  overflow: hidden;
  transform: rotate(1deg);
}
.window-topbar {
  height: 54px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 18px;
  border-bottom: 1px solid #e6e6f2;
  font-size: 11px;
  font-weight: 750;
  color: #72748b;
}
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 7px; height: 7px; border-radius: 50%; background: #d8d8e8; }
.live-indicator { justify-self: end; display: flex; align-items: center; gap: 6px; color: var(--success); }
.live-indicator i { width: 6px; height: 6px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px rgba(19,165,107,.12); }
.window-body { padding: 27px; }
.digest-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 19px; }
.digest-header h2 { margin: 4px 0 0; font-size: 23px; letter-spacing: -.04em; }
.mini-label { color: #86889e; font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.date-chip { padding: 8px 10px; border: 1px solid #e0e1ef; border-radius: 9px; font-size: 10px; font-weight: 800; color: #65677f; background: #fafaff; }
.opportunity-card { border: 1px solid #dfdfec; border-radius: 15px; background: white; }
.opportunity-featured { padding: 21px; border-color: #b7b8ff; box-shadow: 0 12px 30px rgba(45,46,123,.08); }
.opportunity-topline { display: flex; align-items: center; justify-content: space-between; }
.match-score { display: inline-flex; align-items: baseline; gap: 5px; font-size: 10px; font-weight: 750; color: #6e7088; text-transform: uppercase; letter-spacing: .06em; }
.match-score span { font-size: 19px; color: var(--blue); letter-spacing: -.04em; }
.new-tag { padding: 5px 8px; border-radius: 999px; background: var(--lavender); color: var(--blue); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.opportunity-featured h3 { margin: 15px 0 17px; font-size: 18px; line-height: 1.28; letter-spacing: -.025em; }
.opportunity-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: #6f7188; font-size: 10px; }
.opportunity-meta b { color: var(--ink); }
.opportunity-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 19px; padding-top: 15px; border-top: 1px solid #eeeeF5; color: #75778e; font-size: 10px; }
.opportunity-footer button { border: 0; padding: 0; background: transparent; color: var(--blue); font-size: 10px; font-weight: 800; }
.opportunity-compact { margin-top: 11px; padding: 15px 17px; display: flex; justify-content: space-between; align-items: center; }
.opportunity-compact h3 { margin: 5px 0 3px; font-size: 12px; letter-spacing: -.01em; }
.opportunity-compact p { margin: 0; color: #7a7c92; font-size: 9px; line-height: 1.4; }
.score-pill { min-width: 43px; padding: 7px 8px; border-radius: 999px; background: #eeeeff; color: var(--blue); text-align: center; font-size: 10px; font-weight: 850; }
.muted-card { opacity: .7; }
.floating-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 15px;
  border: 1px solid rgba(208,209,230,.9);
  border-radius: 14px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 15px 35px rgba(39,40,94,.13);
  backdrop-filter: blur(12px);
}
.floating-card-left { left: -52px; bottom: 92px; transform: rotate(-3deg); }
.floating-card-right { right: -25px; top: 91px; transform: rotate(3deg); }
.floating-card b, .floating-card small { display: block; }
.floating-card b { font-size: 10px; }
.floating-card small { margin-top: 3px; color: #797b91; font-size: 8px; }
.floating-icon { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; background: var(--lavender); color: var(--blue); }
.floating-icon svg { width: 15px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.accent-icon { background: #e7f9f1; color: var(--success); }

.source-strip { border-top: 1px solid #ececf5; border-bottom: 1px solid #ececf5; background: white; }
.source-inner { min-height: 88px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.source-inner > p { margin: 0; color: #5b5d72; font-size: 13px; font-weight: 700; }
.source-points { display: flex; gap: 26px; color: #77798d; font-size: 11px; }
.source-points span { display: flex; align-items: center; gap: 8px; }
.source-points i { width: 5px; height: 5px; border-radius: 50%; background: var(--violet); }

.section { padding: 122px 0; }
.section-soft { background: var(--off-white); }
.section-heading { max-width: 720px; margin-bottom: 58px; }
.section-heading.centered { margin-left: auto; margin-right: auto; text-align: center; }
.section-heading h2, .sample-copy h2, .faq-intro h2, .sector-copy h2, .signup-copy h2 {
  margin: 0;
  font-size: clamp(40px, 4.1vw, 60px);
  line-height: 1.05;
  letter-spacing: -.055em;
}
.section-heading p, .sample-copy > p, .faq-intro > p, .sector-copy > p, .signup-copy > p {
  margin: 23px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.72;
}
.centered p { max-width: 640px; margin-left: auto; margin-right: auto; }
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step-card { position: relative; min-height: 285px; padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: white; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.step-card:hover { transform: translateY(-6px); border-color: #c3c4ff; box-shadow: 0 20px 45px rgba(31,32,91,.09); }
.step-number { position: absolute; top: 22px; right: 22px; color: #c3c4d3; font-size: 10px; font-weight: 850; letter-spacing: .08em; }
.step-icon { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: var(--lavender); color: var(--blue); }
.step-icon svg { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.65; stroke-linecap: round; stroke-linejoin: round; }
.step-card h3 { margin: 56px 0 12px; font-size: 22px; letter-spacing: -.035em; }
.step-card p { margin: 0; color: #67697f; font-size: 13px; line-height: 1.7; }

.sample-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.sample-copy h2 { max-width: 550px; }
.feature-list { margin: 29px 0 0; padding: 0; list-style: none; display: grid; gap: 15px; }
.feature-list li { display: flex; gap: 12px; align-items: center; color: #4f5168; font-size: 14px; font-weight: 650; }
.feature-list li span { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; background: var(--lavender); color: var(--blue); font-size: 11px; font-weight: 900; }
.alert-example { border: 1px solid #d8d9eb; border-radius: var(--radius-lg); background: white; box-shadow: 0 28px 70px rgba(23,24,74,.11); overflow: hidden; }
.alert-header { display: flex; justify-content: space-between; gap: 30px; padding: 30px; background: linear-gradient(135deg, #f5f5ff, #ececff); border-bottom: 1px solid #dfe0f0; }
.sample-badge { display: inline-block; margin-bottom: 13px; color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.alert-header h3 { max-width: 450px; margin: 0; font-size: 26px; line-height: 1.18; letter-spacing: -.04em; }
.match-ring { flex: 0 0 74px; width: 74px; height: 74px; display: grid; place-items: center; align-content: center; border-radius: 50%; background: conic-gradient(var(--blue) 0 94%, #d7d7ef 94% 100%); position: relative; color: var(--blue); }
.match-ring::before { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: white; }
.match-ring span, .match-ring small { position: relative; z-index: 1; display: block; text-align: center; }
.match-ring span { font-size: 20px; line-height: 1; font-weight: 850; letter-spacing: -.04em; }
.match-ring small { margin-top: 3px; color: #76788d; font-size: 7px; font-weight: 750; text-transform: uppercase; }
.alert-facts { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid #ececf4; }
.alert-facts > div { padding: 22px 20px; border-right: 1px solid #ececf4; }
.alert-facts > div:last-child { border-right: 0; }
.alert-facts span, .alert-facts b { display: block; }
.alert-facts span { margin-bottom: 8px; color: #86889c; font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.alert-facts b { font-size: 15px; letter-spacing: -.02em; }
.alert-summary { padding: 27px 30px 18px; }
.alert-summary h4 { margin: 0 0 10px; font-size: 14px; }
.alert-summary p { margin: 0; color: #62647a; font-size: 13px; line-height: 1.7; }
.requirements { display: flex; flex-wrap: wrap; gap: 8px; padding: 0 30px 27px; }
.requirements span { padding: 7px 9px; border: 1px solid #e0e1ee; border-radius: 999px; background: #fafaff; color: #64667b; font-size: 9px; font-weight: 700; }
.alert-bottom { min-height: 55px; padding: 0 30px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #ececf4; color: #888a9e; font-size: 9px; }
.alert-bottom a { color: var(--blue); font-weight: 800; }

.sector-section { padding-top: 0; }
.sector-panel { display: grid; grid-template-columns: 1fr 1fr; border-radius: 32px; overflow: hidden; background: var(--blue); color: white; box-shadow: 0 28px 70px rgba(0,0,255,.20); }
.sector-copy { padding: 68px; }
.sector-copy > p { color: rgba(255,255,255,.73); max-width: 500px; }
.sector-copy .button { margin-top: 31px; }
.sector-list { padding: 22px; background: rgba(255,255,255,.07); display: grid; gap: 9px; }
.sector-row { min-height: 77px; padding: 0 20px; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; color: rgba(255,255,255,.67); }
.sector-row.active { background: white; color: var(--ink); border-color: white; }
.sector-row span { font-size: 10px; font-weight: 800; opacity: .6; }
.sector-row b { font-size: 14px; }
.sector-row em { font-style: normal; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; opacity: .7; }
.active em { padding: 6px 8px; border-radius: 999px; background: var(--lavender); color: var(--blue); opacity: 1; }

.pricing-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.price-card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.featured-price { border: 2px solid var(--blue); box-shadow: 0 24px 60px rgba(0,0,255,.12); }
.popular-label { position: absolute; top: 0; right: 25px; transform: translateY(-50%); padding: 7px 12px; border-radius: 999px; background: var(--blue); color: white; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.plan-name { display: block; color: var(--blue); font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.price { display: flex; align-items: baseline; gap: 10px; margin-top: 16px; }
.price b { font-size: 48px; letter-spacing: -.06em; }
.price span { color: #7a7c91; font-size: 12px; }
.price-top p { min-height: 68px; margin: 13px 0 0; color: #66687d; font-size: 13px; line-height: 1.65; }
.price-card ul { margin: 27px 0 31px; padding: 25px 0 0; border-top: 1px solid #ececf3; list-style: none; display: grid; gap: 13px; }
.price-card li { position: relative; padding-left: 24px; color: #4f5167; font-size: 12px; line-height: 1.5; }
.price-card li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--blue); font-weight: 900; }
.price-card .button { width: 100%; }
.pricing-note { max-width: 700px; margin: 25px auto 0; color: #85879b; text-align: center; font-size: 10px; }

.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 125px; }
.faq-intro .text-link { margin-top: 24px; }
.faq-list { border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { min-height: 79px; display: flex; align-items: center; justify-content: space-between; gap: 25px; cursor: pointer; list-style: none; font-size: 16px; font-weight: 750; letter-spacing: -.02em; }
summary::-webkit-details-marker { display: none; }
summary span { position: relative; flex: 0 0 22px; width: 22px; height: 22px; }
summary span::before, summary span::after { content: ""; position: absolute; top: 50%; left: 50%; width: 12px; height: 1.5px; background: var(--blue); transform: translate(-50%,-50%); transition: transform .2s ease; }
summary span::after { transform: translate(-50%,-50%) rotate(90deg); }
details[open] summary span::after { transform: translate(-50%,-50%) rotate(0); }
details p { margin: -4px 45px 26px 0; color: #67697d; font-size: 13px; line-height: 1.7; }

.early-access { padding: 40px 0 110px; }
.signup-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; padding: 67px; border-radius: 32px; background: var(--ink); color: white; overflow: hidden; position: relative; }
.signup-panel::after { content: ""; position: absolute; width: 450px; height: 450px; right: -170px; top: -210px; border-radius: 50%; background: radial-gradient(circle, rgba(88,90,255,.65), rgba(88,90,255,0) 70%); }
.signup-copy { position: relative; z-index: 1; }
.signup-copy > p { color: rgba(255,255,255,.66); }
.signup-form { position: relative; z-index: 2; padding: 26px; border: 1px solid rgba(255,255,255,.14); border-radius: 20px; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.form-grid { display: grid; grid-template-columns: 1fr; gap: 14px; }
.signup-form label > span { display: block; margin-bottom: 7px; color: rgba(255,255,255,.69); font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.signup-form input, .signup-form select { width: 100%; height: 50px; padding: 0 15px; border: 1px solid rgba(255,255,255,.18); border-radius: 10px; outline: 0; background: rgba(255,255,255,.10); color: white; font-size: 13px; transition: border-color .2s ease, background .2s ease; }
.signup-form input::placeholder { color: rgba(255,255,255,.43); }
.signup-form select { appearance: none; background-image: linear-gradient(45deg, transparent 50%, white 50%), linear-gradient(135deg, white 50%, transparent 50%); background-position: calc(100% - 17px) 21px, calc(100% - 12px) 21px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.signup-form select option { color: var(--ink); }
.signup-form input:focus, .signup-form select:focus { border-color: #9b9cff; background-color: rgba(255,255,255,.14); }
.turnstile-wrap { min-height: 0; margin-top: 14px; overflow: hidden; border-radius: 10px; }
.turnstile-wrap:empty { display: none; }
.turnstile-wrap iframe { max-width: 100%; }
.form-button { width: 100%; margin-top: 16px; }
.signup-form small { display: block; margin-top: 13px; color: rgba(255,255,255,.46); text-align: center; font-size: 9px; }
.form-status { display: none; margin: 12px 0 0; padding: 10px 12px; border-radius: 8px; background: rgba(255,255,255,.10); color: white; font-size: 11px; line-height: 1.4; }
.form-status.visible { display: block; }
.form-status.error { background: rgba(255,87,112,.16); color: #ffd6dd; }
.form-status.success { background: rgba(24,190,128,.16); color: #c6ffe8; }

.site-footer { padding: 72px 0 24px; border-top: 1px solid #ececf3; background: #f9f9fc; }
.footer-top { display: grid; grid-template-columns: 1fr auto; gap: 80px; padding-bottom: 60px; }
.footer-brand img { width: 173px; }
.footer-brand p { margin: 15px 0 0; color: #727489; font-size: 13px; }
.footer-links { display: grid; grid-template-columns: repeat(2, minmax(120px, 1fr)); gap: 60px; }
.footer-links div { display: grid; align-content: start; gap: 11px; }
.footer-links span { margin-bottom: 4px; color: var(--ink); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.footer-links a { color: #6c6e82; font-size: 12px; }
.footer-links a:hover { color: var(--blue); }
.footer-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid #e5e5ee; color: #85879a; font-size: 9px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 32px, 920px); }
  .header-inner { grid-template-columns: 170px 1fr auto; }
  .site-nav { gap: 22px; }
  .hero { min-height: auto; padding-top: 150px; }
  .hero-layout { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { max-width: 730px; }
  .hero h1 { font-size: 78px; }
  .hero-product { max-width: 650px; margin: 0 auto; width: 100%; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .sample-layout { grid-template-columns: 1fr; gap: 55px; }
  .sample-copy { max-width: 670px; }
  .sector-copy { padding: 50px; }
  .faq-layout { gap: 60px; }
  .signup-panel { padding: 50px; gap: 45px; }
}

@media (max-width: 760px) {
  :root { --shell: calc(100vw - 28px); }
  .site-header { background: rgba(255,255,255,.94); }
  .header-inner { height: 70px; display: flex; justify-content: space-between; gap: 16px; }
  .brand { width: 145px; position: relative; z-index: 2; }
  .header-cta { display: none; }
  .menu-toggle { position: relative; z-index: 2; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--lavender); display: grid; place-content: center; gap: 6px; cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 17px; height: 2px; border-radius: 2px; background: var(--blue); transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; padding: 120px 26px 40px; background: white; flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 2px; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .site-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { width: 100%; padding: 18px 0; border-bottom: 1px solid #ececf3; font-size: 26px; letter-spacing: -.04em; }
  .site-nav a::after { display: none; }
  .hero { padding: 126px 0 75px; }
  .hero-grid { background-size: 32px 32px; }
  .hero h1 { font-size: clamp(51px, 15vw, 72px); }
  .hero-lead { margin-top: 24px; font-size: 16px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 20px; }
  .hero-proof { align-items: flex-start; }
  .hero-product { padding-bottom: 25px; }
  .window-body { padding: 17px; }
  .digest-header h2 { font-size: 19px; }
  .opportunity-featured { padding: 17px; }
  .opportunity-featured h3 { font-size: 16px; }
  .floating-card { display: none; }
  .source-inner { padding: 22px 0; flex-direction: column; align-items: flex-start; }
  .source-points { width: 100%; display: grid; grid-template-columns: 1fr; gap: 10px; }
  .section { padding: 86px 0; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2, .sample-copy h2, .faq-intro h2, .sector-copy h2, .signup-copy h2 { font-size: 40px; }
  .steps-grid { grid-template-columns: 1fr; }
  .step-card { min-height: 230px; }
  .step-card h3 { margin-top: 35px; }
  .sample-layout { gap: 40px; }
  .alert-header { padding: 22px; }
  .alert-header h3 { font-size: 21px; }
  .match-ring { flex-basis: 62px; width: 62px; height: 62px; }
  .alert-facts { grid-template-columns: 1fr 1fr; }
  .alert-facts > div:nth-child(2) { border-right: 0; }
  .alert-facts > div:nth-child(-n+2) { border-bottom: 1px solid #ececf4; }
  .alert-summary { padding: 23px 22px 17px; }
  .requirements { padding: 0 22px 23px; }
  .alert-bottom { padding: 14px 22px; flex-direction: column; align-items: flex-start; }
  .sector-panel { grid-template-columns: 1fr; }
  .sector-copy { padding: 38px 27px 45px; }
  .sector-list { padding: 14px; }
  .sector-row { grid-template-columns: 34px 1fr; padding: 0 15px; }
  .sector-row em { display: none; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-top p { min-height: 0; }
  .faq-layout { grid-template-columns: 1fr; gap: 35px; }
  .faq-intro { position: static; }
  summary { font-size: 14px; }
  .signup-panel { grid-template-columns: 1fr; padding: 38px 23px 24px; gap: 32px; }
  .signup-form { padding: 18px; }
  .footer-top { grid-template-columns: 1fr; gap: 45px; padding-bottom: 40px; }
  .footer-links { gap: 35px; }
  .footer-bottom { padding: 18px 0; align-items: flex-start; flex-direction: column; gap: 9px; }
}

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