:root {
  --bg: #0A0912;
  --bg-soft: #100D1C;
  --panel: rgba(16, 13, 28, 0.84);
  --panel-solid: #15121F;
  --panel-2: rgba(16, 13, 28, 0.92);
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(156, 133, 255, 0.26);
  --text: #EDEAF7;
  --muted: #ABA5C4;
  --accent: #9C85FF;
  --accent-2: #5B3FDC;
  --gold: #d4af37;
  --amber: #FFB454;
  --blue: #4FD2FF;
  --radius: 22px;
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.38);
  --shell: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at 14% 16%, rgba(124, 92, 255, 0.14), transparent 30%), radial-gradient(circle at 82% 8%, rgba(45, 217, 196, 0.09), transparent 26%), var(--bg);
  color: var(--text);
  line-height: 1.5;
  overflow-x: hidden;
}

::selection { background: #5B3FDC; color: #fff; }
h1, h2, h3, h4, .brand-wordmark, .brand {
  font-family: 'Space Grotesk', Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.eyebrow-pill, .section-kicker, .agent-number, .price-row strong, kbd {
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.shell { width: var(--shell); margin: 0 auto; position: relative; z-index: 1; }
.section-shell, .section { position: relative; }
.section { padding: 56px 0 28px; }
.site-grid {
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(124, 92, 255, 0.11) 1px, transparent 1px), linear-gradient(90deg, rgba(124, 92, 255, 0.11) 1px, transparent 1px);
  background-size: 92px 92px;
  mask-image: linear-gradient(to bottom, rgba(255,255,255,0.85), rgba(255,255,255,0.2));
  pointer-events: none;
  z-index: 0;
}
.ambient-glow {
  position: fixed;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
}
.ambient-glow-left { background: var(--accent); left: -140px; top: 100px; }
.ambient-glow-right { background: #4FD2FF; right: -120px; top: 200px; }
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, var(--accent), #2DD9C4);
  z-index: 99;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 90;
  backdrop-filter: blur(18px);
  background: rgba(16, 13, 28, 0.74);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.16em;
  font-size: 0.92rem;
  font-weight: 700;
}
.brand-star { color: var(--accent); font-size: 1.1rem; }
.brand-wordmark { color: #EDEAF7; }
.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #ABA5C4;
  font-size: 0.94rem;
}
.site-nav a:hover { color: var(--text); }
.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(16, 13, 28, 0.74);
  color: #C9C4DE;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 14px;
  font-size: 0.95rem;
}
.header-chip kbd {
  font-size: 0.76rem;
  padding: 2px 6px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(16, 13, 28, 0.9);
}
.header-chip-primary {
  border-color: rgba(156, 133, 255, 0.35);
  color: var(--accent);
  box-shadow: inset 0 0 0 1px rgba(156, 133, 255, 0.08);
}
.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(16, 13, 28, 0.8);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: #EDEAF7;
}

.hero {
  padding: 108px 0 54px;
}
.hero-inner {
  display: flex;
  justify-content: center;
  text-align: center;
}
.hero-copy {
  max-width: 920px;
}
.eyebrow-pill, .section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.92rem;
  font-weight: 700;
}
.eyebrow-pill {
  padding: 12px 28px;
  border-radius: 999px;
  border: 1px solid rgba(156, 133, 255, 0.28);
  background: rgba(16, 13, 28, 0.62);
  box-shadow: inset 0 0 0 1px rgba(156, 133, 255, 0.06);
  margin-bottom: 28px;
}
.hero h1 {
  margin: 0;
  font-size: clamp(3.2rem, 8vw, 6.15rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}
.hero h1 span {
  color: var(--accent);
  text-decoration: underline;
  text-underline-offset: 0.18em;
  text-decoration-thickness: 3px;
}
.hero-lede {
  max-width: 940px;
  margin: 28px auto 0;
  font-size: clamp(1.08rem, 2vw, 1.55rem);
  color: var(--muted);
}
.hero-actions {
  margin-top: 38px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 26px;
  border-radius: 18px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: 180ms ease;
}
.button:hover { transform: translateY(-1px); }
.button-primary {
  background: linear-gradient(180deg, #9C85FF, #5B3FDC);
  color: #0A0912;
  box-shadow: 0 12px 36px rgba(156, 133, 255, 0.16);
}
.button-secondary {
  background: rgba(16, 13, 28, 0.75);
  color: #C9C4DE;
  border-color: rgba(255, 255, 255, 0.12);
}
.full { width: 100%; }
.hero-points {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  color: #8E88B5;
}
.hero-points span { display: inline-flex; align-items: center; gap: 7px; }
.hero-points span::before { content: ''; }

.section-heading {
  margin-bottom: 28px;
}
.section-heading.centered {
  text-align: center;
}
.section-heading.narrow {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.section-heading h2 {
  margin: 10px 0 0;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.045em;
}
.section-heading p:not(.section-kicker) {
  margin: 22px auto 0;
  max-width: 1180px;
  font-size: clamp(1.02rem, 1.8vw, 1.36rem);
  color: var(--muted);
}
.section-heading span { color: var(--text); }

.thesis-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 44px;
}
.thesis-card, .agent-card, .pricing-card, .timeline-card, .roi-card, .booking-card, .brief-panel, .north-star-panel, .matrix-wrap {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(16, 13, 28, 0.96), rgba(16, 13, 28, 0.92));
  box-shadow: var(--shadow);
}
.thesis-card {
  padding: 36px 32px;
  min-height: 260px;
  text-align: center;
}
.thesis-icon {
  color: var(--accent);
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.thesis-card h3 { font-size: 1.18rem; margin: 0; }
.thesis-card p { margin: 14px 0 0; color: var(--muted); font-size: 1.05rem; }
.north-star-panel {
  margin: 34px auto 0;
  padding: 28px 30px;
  max-width: 900px;
  text-align: center;
  border-color: rgba(156, 133, 255, 0.28);
  background: linear-gradient(180deg, rgba(16, 13, 28, 0.72), rgba(16, 13, 28, 0.72));
}
.north-star-panel strong { display: block; margin-top: 14px; font-size: clamp(1.4rem, 2.8vw, 2rem); }

.flow-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 0;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(16, 13, 28, 0.92);
}
.flow-step {
  padding: 34px 28px;
  min-height: 200px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}
.flow-step:last-child { border-right: 0; }
.flow-index {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.12em;
}
.flow-step h3 { margin: 0 0 12px; letter-spacing: 0.08em; }
.flow-step p { margin: 0; color: var(--muted); font-size: 1.06rem; }
.flow-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  color: var(--accent);
  font-size: 1.4rem;
}
.flow-arrow span { opacity: 0.75; }

.brief-panel {
  margin-top: 28px;
  overflow: hidden;
  border-color: rgba(156, 133, 255, 0.3);
}
.brief-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 24px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.14em;
}
.brief-head small { color: #ABA5C4; letter-spacing: 0; font-size: 1rem; }
.brief-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.brief-stats div {
  padding: 28px 12px 22px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.brief-stats div:last-child { border-right: 0; }
.brief-stats strong { display: block; font-size: clamp(2rem, 3vw, 3rem); }
.brief-stats span { display: block; color: #8E88B5; margin-top: 6px; letter-spacing: 0.08em; font-size: 0.92rem; }
.brief-items article {
  display: flex;
  gap: 16px;
  padding: 26px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.brief-dot {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-top: 10px;
  flex: 0 0 14px;
}
.brief-dot.green { background: var(--accent); }
.brief-dot.amber { background: var(--amber); }
.brief-dot.blue { background: var(--blue); }
.brief-items strong { font-size: 1.08rem; }
.brief-items p { margin: 8px 0 14px; color: #C9C4DE; font-size: 1.06rem; }
.mini-button {
  border: 1px solid rgba(156, 133, 255, 0.32);
  background: rgba(16, 13, 28, 0.6);
  color: var(--accent);
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.brief-note {
  margin: 0;
  padding: 24px 20px 30px;
  text-align: center;
  font-style: italic;
  color: #8E88B5;
  font-size: 1.08rem;
}

.agent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.agent-card {
  padding: 28px;
  position: relative;
}
.agent-card.feature-agent {
  border-color: rgba(156, 133, 255, 0.3);
  background: linear-gradient(180deg, rgba(16, 13, 28, 0.98), rgba(16, 13, 28, 0.96));
}
.agent-badge, .featured-label {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #0A0912;
  background: linear-gradient(180deg, #2DD9C4, #5B3FDC);
}
.agent-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.agent-tag {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(156, 133, 255, 0.24);
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.agent-number { color: #8E88B5; font-weight: 700; }
.agent-card h3 { margin: 0; font-size: 1.42rem; }
.agent-sub { margin: 10px 0 18px; color: #ABA5C4; }
.agent-card ul, .pricing-features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 11px;
}
.agent-card li, .pricing-features li {
  display: flex;
  gap: 10px;
  color: #C9C4DE;
}
.agent-card li::before, .pricing-features li::before {
  content: '•';
  color: var(--accent);
  font-weight: 800;
}

.package-section .pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.pricing-card {
  position: relative;
  padding: 32px 28px;
}
.pricing-card.featured {
  border-color: rgba(156, 133, 255, 0.34);
  transform: translateY(-8px);
}
.pricing-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.plan-label {
  color: var(--accent);
  font-size: 0.84rem;
  letter-spacing: 0.14em;
  font-weight: 800;
}
.seat-pill {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(16, 13, 28, 0.72);
  color: #ABA5C4;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
  font-weight: 700;
}
.seat-pill-accent { color: var(--accent); border-color: rgba(156, 133, 255, 0.22); }
.pricing-card h3 { margin: 0; font-size: 1.8rem; line-height: 1.12; }
.pricing-sub, .build-effort { color: var(--muted); }
.price-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0 12px;
}
.price-row div {
  padding: 18px 18px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(16, 13, 28, 0.74);
}
.price-row small { display: block; color: #8E88B5; margin-bottom: 6px; letter-spacing: 0.12em; }
.price-row strong { display: block; font-size: 2rem; }
.price-row strong span { font-size: 1rem; color: #ABA5C4; margin-left: 4px; }
.team-strip {
  margin: 18px 0 20px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(156, 133, 255, 0.18);
  border-radius: 18px;
  background: rgba(16, 13, 28, 0.36);
}
.team-strip span { display: block; color: #9C85FF; text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.78rem; font-weight: 800; }
.team-strip strong { display: block; margin-top: 8px; font-size: 1.08rem; }
.team-strip small { display: block; margin-top: 6px; color: var(--muted); }
.matrix-wrap {
  margin-top: 30px;
  padding: 28px;
}
.matrix-heading h3 { margin: 10px 0 0; font-size: 1.85rem; }
.matrix-table { margin-top: 18px; }
.matrix-row {
  display: grid;
  grid-template-columns: 2.1fr 1fr 1fr 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.matrix-row:last-child { border-bottom: 0; }
.matrix-head { color: #ABA5C4; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; font-size: 0.82rem; }
.matrix-row span small { display: block; color: #8E88B5; margin-top: 2px; }
.yes { color: var(--accent); font-weight: 700; }
.no { color: #8E88B5; }

.timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.timeline-card { padding: 26px 24px; }
.timeline-card span {
  color: var(--accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}
.timeline-card h3 { margin: 12px 0; font-size: 1.24rem; }
.timeline-card p { margin: 0; color: var(--muted); }

.roi-grid, .demo-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 28px;
  align-items: start;
}
.roi-result-card {
  margin-top: 28px;
  padding: 28px 26px;
  border-radius: 24px;
  border: 1px solid rgba(156, 133, 255, 0.22);
  background: rgba(16, 13, 28, 0.42);
}
.roi-result-card span { color: #ABA5C4; }
.roi-result-card strong { display: block; margin-top: 8px; font-size: clamp(2.6rem, 4vw, 4rem); }
.roi-result-card small { display: block; margin-top: 8px; color: #8E88B5; }
.roi-mini-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.roi-mini-stats div, .roi-summary div {
  padding: 18px 18px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(16, 13, 28, 0.76);
}
.roi-mini-stats span, .roi-summary span { display: block; color: #ABA5C4; font-size: 0.92rem; }
.roi-mini-stats strong, .roi-summary strong { display: block; margin-top: 8px; font-size: 1.38rem; }
.roi-card { padding: 28px; }
.roi-fields { display: grid; gap: 18px; }
.roi-fields label { display: grid; gap: 10px; }
.roi-fields span { color: #ABA5C4; font-weight: 600; }
.roi-fields select, .form-grid input, .form-grid select {
  min-height: 54px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(16, 13, 28, 0.88);
  color: #EDEAF7;
  padding: 0 16px;
}
.roi-fields input[type="range"] { width: 100%; accent-color: var(--accent); }
.roi-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.demo-highlights { display: grid; gap: 12px; margin-top: 22px; }
.demo-highlights div {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(16, 13, 28, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #C9C4DE;
}
.demo-highlights span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(156, 133, 255, 0.12);
  color: var(--accent);
  margin-right: 10px;
  font-weight: 800;
}
.booking-card { padding: 28px; position: relative; overflow: hidden; }
.booking-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}
.booking-steps span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(16, 13, 28, 0.82);
  color: #ABA5C4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.booking-steps span.active {
  background: rgba(156, 133, 255, 0.16);
  color: var(--accent);
  border-color: rgba(156, 133, 255, 0.22);
}
.booking-steps i {
  width: 44px;
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
}
.booking-step { display: none; }
.booking-step.active { display: block; }
.booking-step h3 { margin: 0 0 18px; font-size: 1.6rem; }
.calendar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}
.calendar-btn {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(16, 13, 28, 0.86);
  color: #C9C4DE;
}
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}
.calendar-grid.labels span {
  text-align: center;
  color: #8E88B5;
  font-size: 0.8rem;
  font-weight: 700;
}
.calendar-day, .time-slots button {
  min-height: 44px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(16, 13, 28, 0.8);
  color: #C9C4DE;
}
.calendar-day.disabled { opacity: 0.35; cursor: default; }
.calendar-day.selected, .time-slots button.selected {
  background: rgba(156, 133, 255, 0.16);
  color: var(--accent);
  border-color: rgba(156, 133, 255, 0.34);
}
.slot-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 16px 0 12px;
  color: #ABA5C4;
}
.slot-meta small { color: #8E88B5; }
.time-slots {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.form-grid label {
  display: grid;
  gap: 8px;
  color: #ABA5C4;
  font-size: 0.95rem;
}
.form-error {
  min-height: 20px;
  color: #FF6B6B;
  margin: 12px 0 0;
}
.booking-actions {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}
.review-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.review-row span { color: #ABA5C4; }
.consent-row {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin: 18px 0;
  color: #ABA5C4;
}
.text-button {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  background: none;
  border: 0;
  color: #9C85FF;
  padding-top: 14px;
}
.booking-success {
  display: none;
  text-align: center;
}
.booking-success.active { display: block; }
.success-mark {
  width: 64px;
  height: 64px;
  margin: 0 auto 14px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(156, 133, 255, 0.14);
  color: var(--accent);
  font-size: 1.9rem;
  border: 1px solid rgba(156, 133, 255, 0.26);
}
.success-summary {
  margin: 20px 0;
  padding: 16px 18px;
  border-radius: 16px;
  background: rgba(16, 13, 28, 0.8);
  color: #C9C4DE;
}

.site-footer {
  padding: 42px 0 82px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(16, 13, 28, 0.55);
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
}
.footer-brand { margin-bottom: 12px; }
.footer-inner p { color: var(--muted); max-width: 560px; }
.footer-links { display: grid; gap: 10px; }
.footer-links span { color: var(--accent); font-size: 0.82rem; letter-spacing: 0.16em; font-weight: 800; }
.footer-links a { color: #ABA5C4; }
.footer-bottom {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  color: #8E88B5;
}
.mobile-cta {
  display: none;
  position: fixed;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 90;
  min-width: 200px;
  text-align: center;
  border-radius: 999px;
  padding: 15px 22px;
  background: linear-gradient(180deg, #9C85FF, #5B3FDC);
  color: #0A0912;
  font-weight: 800;
  box-shadow: 0 14px 40px rgba(156, 133, 255, 0.25);
}

@media (max-width: 1180px) {
  .site-nav, .header-actions { display: none; }
  .nav-toggle { display: inline-flex; }
  .site-nav.open {
    display: grid;
    position: absolute;
    top: calc(100% + 12px);
    left: 24px;
    right: 24px;
    padding: 18px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(16, 13, 28, 0.96);
    box-shadow: var(--shadow);
  }
  .flow-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .flow-arrow { display: none; }
  .agent-grid,
  .package-section .pricing-grid,
  .timeline-grid,
  .roi-grid,
  .demo-grid,
  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  :root { --shell: min(100vw - 24px, 1000px); }
  .hero { padding-top: 88px; }
  .thesis-card-grid,
  .agent-grid,
  .package-section .pricing-grid,
  .timeline-grid,
  .roi-grid,
  .demo-grid,
  .footer-inner,
  .roi-summary,
  .brief-stats,
  .form-grid {
    grid-template-columns: 1fr;
  }
  .flow-grid {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }
  .flow-step { border-right: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.12); min-height: auto; }
  .flow-step:last-child { border-bottom: 0; }
  .matrix-row { grid-template-columns: 1.3fr 1fr 1fr 1fr; font-size: 0.94rem; }
  .brief-head,
  .slot-meta,
  .review-row,
  .footer-bottom,
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .brief-stats div { border-right: 0; }
  .time-slots { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking-actions { flex-direction: column; }
  .pricing-card.featured { transform: none; }
  .mobile-cta { display: inline-flex; }
  .site-footer { padding-bottom: 110px; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: 2.9rem; }
  .section-heading h2 { font-size: 2.15rem; }
  .eyebrow-pill { width: 100%; font-size: 0.8rem; padding-inline: 16px; }
  .button { width: 100%; }
  .hero-actions { width: 100%; }
  .hero-points { gap: 10px; font-size: 0.95rem; }
  .price-row { grid-template-columns: 1fr; }
  .matrix-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 16px 0;
  }
  .matrix-head { display: none; }
  .matrix-row span { display: block; }
}

/* ===== v6 Product Navigation, Native Mobile & Motion Layer ===== */
html {
  scroll-padding-top: 90px;
  -webkit-text-size-adjust: 100%;
}
body {
  overflow-x: clip;
  overscroll-behavior-y: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
button, a, input, select { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }

.site-header {
  transition: background-color .25s ease, border-color .25s ease, transform .25s ease;
}
.site-header.is-scrolled {
  background: rgba(16, 13, 28, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.header-inner { min-height: 72px; }
.site-nav {
  padding: 5px;
  gap: 2px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(16, 13, 28, 0.52);
}
.site-nav a {
  position: relative;
  padding: 10px 15px;
  border-radius: 999px;
  color: #ABA5C4;
  font-size: .88rem;
  font-weight: 650;
  transition: color .2s ease, background-color .2s ease;
}
.site-nav a:hover { color: #EDEAF7; background: rgba(255,255,255,.025); }
.site-nav a.active {
  color: var(--accent);
  background: rgba(156, 133, 255, .095);
  box-shadow: inset 0 0 0 1px rgba(156, 133, 255, .08);
}
.header-actions { gap: 16px; }
.header-link {
  color: #ABA5C4;
  font-size: .9rem;
  font-weight: 650;
  padding: 10px 2px;
}
.header-link:hover { color: #EDEAF7; }
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 17px;
  border-radius: 13px;
  border: 1px solid rgba(156, 133, 255, .29);
  color: var(--accent);
  background: rgba(16, 13, 28, .54);
  font-size: .9rem;
  font-weight: 750;
  box-shadow: inset 0 0 0 1px rgba(156, 133, 255, .025), 0 8px 30px rgba(0,0,0,.12);
}
.header-cta span { transition: transform .18s ease; }
.header-cta:hover span { transform: translate(2px,-2px); }

.nav-toggle {
  position: relative;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 14px;
}
.nav-toggle span {
  position: absolute;
  left: 13px;
  width: 19px;
  transform-origin: center;
  transition: transform .25s ease, top .25s ease;
}
.nav-toggle span:first-child { top: 18px; }
.nav-toggle span:last-child { top: 26px; }
.nav-toggle[aria-expanded="true"] span:first-child { top: 22px; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:last-child { top: 22px; transform: rotate(-45deg); }

.mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 96;
  background: rgba(16, 13, 28, .76);
  backdrop-filter: blur(12px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.mobile-menu {
  position: fixed;
  z-index: 97;
  top: 10px;
  right: 10px;
  bottom: 10px;
  width: min(470px, calc(100vw - 20px));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(16, 13, 28, .99), rgba(16, 13, 28, .995));
  box-shadow: -24px 0 80px rgba(0, 0, 0, .45);
  opacity: 0;
  visibility: hidden;
  transform: translate3d(24px,0,0) scale(.985);
  transform-origin: top right;
  overflow: hidden;
  pointer-events: none;
}
.mobile-menu-inner {
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 18px 18px calc(20px + env(safe-area-inset-bottom));
  display: flex;
  flex-direction: column;
}
.mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
}
.mobile-menu-close {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(16, 13, 28, .84);
  color: #C9C4DE;
  font-size: 1.75rem;
  line-height: 1;
}
.mobile-menu-status {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: 13px;
  border: 1px solid rgba(156, 133, 255, .13);
  background: rgba(16, 13, 28, .35);
  color: #9C85FF;
  font-size: .82rem;
}
.mobile-menu-status span,
.footer-status span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 12px rgba(156, 133, 255, .75);
}
.mobile-menu-nav {
  margin-top: 18px;
  display: grid;
}
.mobile-menu-nav a {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  grid-template-rows: auto auto;
  column-gap: 13px;
  padding: 17px 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.mobile-menu-nav a > span {
  grid-row: 1 / 3;
  color: var(--accent);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  padding-top: 3px;
}
.mobile-menu-nav strong {
  font-size: 1.18rem;
  line-height: 1.15;
  color: #EDEAF7;
}
.mobile-menu-nav small {
  margin-top: 5px;
  color: #8E88B5;
  font-size: .82rem;
}
.mobile-menu-nav b {
  grid-row: 1 / 3;
  display: flex;
  align-items: center;
  color: #8E88B5;
  font-weight: 500;
}
.mobile-menu-packages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 7px;
  margin-top: 18px;
}
.mobile-menu-packages a {
  min-width: 0;
  padding: 12px 10px;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(16, 13, 28, .72);
}
.mobile-menu-packages span,
.mobile-menu-packages strong { display: block; }
.mobile-menu-packages span { color: #8E88B5; font-size: .72rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mobile-menu-packages strong { margin-top: 4px; color: #C9C4DE; font-size: .86rem; }
.mobile-menu-demo { margin-top: auto; min-height: 56px; }
.mobile-menu-foot {
  margin: 12px 0 0;
  text-align: center;
  color: #8E88B5;
  font-size: .72rem;
}
body.menu-open { overflow: hidden; touch-action: none; }
body.menu-open .mobile-menu-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body.menu-open .mobile-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
  pointer-events: auto;
}

/* richer interaction polish */
.button { position: relative; overflow: hidden; isolation: isolate; }
.button::after {
  content: '';
  position: absolute;
  inset: -2px;
  z-index: -1;
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.18) 48%, transparent 76%);
  transform: translateX(-120%);
  transition: transform .65s ease;
}
.button:hover::after { transform: translateX(120%); }
.thesis-card, .agent-card, .pricing-card, .timeline-card {
  transition: border-color .25s ease, transform .25s ease, background-color .25s ease;
}
@media (hover:hover) and (pointer:fine) {
  .thesis-card:hover,
  .agent-card:hover,
  .timeline-card:hover { transform: translateY(-4px); border-color: rgba(156, 133, 255, .22); }
  .pricing-card:hover { transform: translateY(-5px); border-color: rgba(156, 133, 255, .25); }
  .pricing-card.featured:hover { transform: translateY(-12px); }
}
.hero::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 44%;
  width: min(920px, 80vw);
  height: 300px;
  transform: translate(-50%,-50%);
  pointer-events: none;
  background: radial-gradient(ellipse, rgba(156, 133, 255, .075), transparent 68%);
  filter: blur(12px);
}
.hero-copy { position: relative; z-index: 2; }
.hero-points span { color: #8E88B5; }

/* footer overhaul */
.site-footer {
  padding: 0 0 calc(30px + env(safe-area-inset-bottom));
  overflow: hidden;
}
.footer-cta-panel {
  display: grid;
  grid-template-columns: minmax(0,1.25fr) auto;
  gap: 30px;
  align-items: center;
  margin-top: 20px;
  padding: 38px;
  border: 1px solid rgba(156, 133, 255, .22);
  border-radius: 28px;
  background: radial-gradient(circle at 20% 30%, rgba(156, 133, 255, .08), transparent 40%), linear-gradient(180deg, rgba(16, 13, 28, .86), rgba(16, 13, 28, .94));
  box-shadow: var(--shadow);
}
.footer-cta-panel h2 {
  margin: 10px 0 0;
  max-width: 760px;
  font-size: clamp(2rem,4vw,3.35rem);
  line-height: 1;
  letter-spacing: -.045em;
}
.footer-cta-panel p:not(.section-kicker) { margin: 15px 0 0; max-width: 700px; color: var(--muted); }
.footer-cta-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.footer-main {
  display: grid;
  grid-template-columns: 1.45fr .8fr .8fr 1.25fr;
  gap: 34px;
  padding: 54px 0 38px;
}
.footer-brand-block p { max-width: 500px; color: #8E88B5; }
.footer-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 9px;
  color: #9C85FF;
  font-size: .82rem;
}
.footer-links span,
.footer-plan-stack > span {
  color: var(--accent);
  font-size: .76rem;
  letter-spacing: .16em;
  font-weight: 800;
}
.footer-links a { padding: 2px 0; color: #ABA5C4; transition: color .18s ease, transform .18s ease; }
.footer-links a:hover { color: #EDEAF7; transform: translateX(2px); }
.footer-plan-stack { display: grid; align-content: start; gap: 9px; }
.footer-plan-stack a {
  padding: 11px 12px;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(16, 13, 28, .5);
}
.footer-plan-stack b,
.footer-plan-stack small { display: block; }
.footer-plan-stack b { color: #C9C4DE; font-size: .88rem; }
.footer-plan-stack small { margin-top: 3px; color: #8E88B5; font-size: .74rem; }
.footer-bottom {
  margin-top: 0;
  padding: 22px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  align-items: center;
}
.footer-bottom > div { display: flex; align-items: center; gap: 20px; }
.footer-bottom a { color: #ABA5C4; }

.mobile-dock { display: none; }

@media (max-width: 1180px) {
  .site-nav, .header-actions { display: none !important; }
  .nav-toggle { display: inline-flex; margin-left: auto; }
  .site-nav.open { display: none !important; }
  .footer-main { grid-template-columns: 1.35fr 1fr 1fr; }
  .footer-plan-stack { grid-column: 1 / -1; grid-template-columns: repeat(3,minmax(0,1fr)); }
  .footer-plan-stack > span { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 78px; }
  body { padding-bottom: calc(74px + env(safe-area-inset-bottom)); }
  .site-header { padding-top: env(safe-area-inset-top); }
  .header-inner { min-height: 64px; flex-direction: row; align-items: center; }
  .brand { min-height: 44px; }
  .hero { padding-top: 72px; min-height: auto; }
  .hero-lede { font-size: 1.08rem; line-height: 1.55; }
  .hero-actions { gap: 10px; }
  .button { min-height: 54px; border-radius: 15px; }
  .hero-points { display: grid; grid-template-columns: 1fr; justify-items: start; width: min(420px,100%); margin-inline: auto; text-align: left; }
  .section { padding: 44px 0 18px; }
  .thesis-card, .agent-card, .pricing-card, .timeline-card, .roi-card, .booking-card, .brief-panel, .north-star-panel, .matrix-wrap { border-radius: 22px; }
  .thesis-card { min-height: 0; }
  .brief-panel { margin-inline: -2px; }
  .brief-items article { padding: 20px 18px; }
  .brief-head { padding: 20px 18px; align-items: flex-start; }
  .agent-card, .pricing-card, .roi-card, .booking-card, .matrix-wrap { padding: 22px 18px; }
  .pricing-card.featured { transform: none; }
  .footer-cta-panel { grid-template-columns: 1fr; padding: 28px 20px; }
  .footer-cta-actions { justify-content: stretch; display: grid; grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 28px 18px; padding: 38px 0 28px; }
  .footer-brand-block { grid-column: 1 / -1; }
  .footer-plan-stack { grid-column: 1 / -1; grid-template-columns: 1fr; }
  .footer-plan-stack > span { grid-column: auto; }
  .footer-bottom { flex-direction: column; align-items: flex-start; gap: 10px; }
  .footer-bottom > div { width: 100%; justify-content: space-between; gap: 12px; }
  .mobile-cta { display: none !important; }
  .mobile-dock {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    position: fixed;
    z-index: 92;
    left: max(10px, env(safe-area-inset-left));
    right: max(10px, env(safe-area-inset-right));
    bottom: max(9px, env(safe-area-inset-bottom));
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: rgba(16, 13, 28, .88);
    backdrop-filter: blur(20px) saturate(1.2);
    box-shadow: 0 16px 44px rgba(0,0,0,.38);
  }
  .mobile-dock a {
    min-height: 56px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 16px;
  }
  .mobile-dock a span { font-weight: 800; color: #C9C4DE; line-height: 1.1; }
  .mobile-dock a small { color: #8E88B5; margin-top: 4px; font-size: .7rem; }
  .mobile-dock-primary { background: linear-gradient(180deg, #9C85FF, #5B3FDC); }
  .mobile-dock-primary span { color: #0A0912 !important; }
  .mobile-dock-primary small { color: #5B3FDC !important; }
  .mobile-menu {
    top: max(7px, env(safe-area-inset-top));
    left: 7px;
    right: 7px;
    bottom: 7px;
    width: auto;
    border-radius: 24px;
  }
}

@media (max-width: 560px) {
  :root { --shell: calc(100vw - 28px); }
  .hero h1 { font-size: clamp(2.65rem, 13vw, 4rem); line-height: .98; }
  .hero h1 br { display: none; }
  .hero-lede { margin-top: 22px; }
  .eyebrow-pill { margin-bottom: 22px; font-size: .72rem; line-height: 1.35; }
  .section-heading h2 { font-size: clamp(2rem, 10vw, 2.65rem); }
  .section-heading p:not(.section-kicker) { font-size: 1rem; }
  .north-star-panel { padding: 24px 18px; }
  .brief-stats { grid-template-columns: 1fr 1fr; }
  .brief-stats div { border-right: 1px solid rgba(255, 255, 255, 0.08); }
  .brief-stats div:nth-child(2n) { border-right: 0; }
  .brief-stats strong { font-size: 2.15rem; }
  .agent-badge { position: static; display: inline-flex; margin-bottom: 13px; }
  .price-row { gap: 9px; }
  .mobile-menu-packages { grid-template-columns: 1fr; }
  .mobile-menu-packages a { display: flex; justify-content: space-between; align-items: center; }
  .mobile-menu-packages strong { margin-top: 0; }
  .mobile-menu-demo { margin-top: 18px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand-block { grid-column: auto; }
  .footer-bottom > div { flex-direction: column; align-items: flex-start; }
}

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

@media (max-width: 700px) {
  .package-section .pricing-grid {
    display: flex;
    gap: 12px;
    width: auto;
    margin-left: calc((100vw - var(--shell)) / -2);
    margin-right: calc((100vw - var(--shell)) / -2);
    padding: 4px max(14px, calc((100vw - var(--shell)) / 2)) 16px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 14px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .package-section .pricing-grid::-webkit-scrollbar { display: none; }
  .package-section .pricing-card {
    flex: 0 0 min(88vw, 365px);
    min-width: 0;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  .package-section .pricing-card.featured { order: -1; }
  .matrix-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* =========================================================
   v7 — Launch hardening: accessibility, spacing, forms, icons
   ========================================================= */
:root {
  --text: #EDEAF7;
  --copy: #C9C4DE;
  --muted: #ABA5C4;
  --muted-strong: #8E88B5;
  --panel-solid: #15121F;
  --panel-raised: #15121F;
  --line: rgba(255, 255, 255, 0.16);
  --line-strong: rgba(156, 133, 255, 0.34);
}

.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.25em; height: 1.25em; display: inline-block; flex: 0 0 auto; vertical-align: -0.16em; }
.icon-sm { width: 1em; height: 1em; }
.icon-lg { width: 1.65em; height: 1.65em; }
.brand-icon { width: 20px; height: 20px; display: block; color: var(--accent); }
.icon-check { color: var(--accent); }

body { color: var(--text); }
.hero-lede,
.section-heading p:not(.section-kicker),
.thesis-card p,
.flow-step p,
.agent-sub,
.pricing-sub,
.build-effort,
.timeline-card p,
.footer-brand-block p,
.footer-plan-stack small,
.brief-note,
.slot-meta small,
.matrix-row span small,
.mobile-menu-foot { color: var(--muted); }
.agent-number,
.no,
.calendar-grid.labels span,
.roi-result-card small { color: var(--muted-strong); }

/* Cards always breathe — no edge collisions. */
.thesis-card-grid,
.agent-grid,
.package-section .pricing-grid,
.timeline-grid {
  gap: clamp(20px, 2vw, 28px) !important;
  align-items: stretch;
}
.thesis-card,
.agent-card,
.pricing-card,
.timeline-card,
.roi-card,
.booking-card,
.brief-panel,
.north-star-panel,
.matrix-wrap {
  margin: 0;
  border-color: var(--line);
}
.thesis-card,
.agent-card,
.pricing-card,
.timeline-card,
.roi-card,
.booking-card,
.matrix-wrap {
  padding: clamp(24px, 2.2vw, 32px);
}
.agent-card,
.pricing-card { height: 100%; }

/* Improved agent icon system */
.agent-icon-medallion {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 2px 0 18px;
  border-radius: 16px;
  color: var(--accent);
  border: 1px solid rgba(156, 133, 255, .28);
  background: linear-gradient(180deg, rgba(156, 133, 255, .12), rgba(156, 133, 255, .045));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.015);
}

/* Strong focus states: visible on keyboard and high contrast. */
:where(a, button, input, select, textarea):focus-visible {
  outline: 3px solid rgba(156, 133, 255, .78);
  outline-offset: 3px;
}
input::placeholder,
textarea::placeholder { color: #8E88B5; opacity: 1; }

/* Hero quick lead form */
.quick-lead-form {
  width: min(1040px, 100%);
  margin: 32px auto 0;
  padding: 18px;
  display: grid;
  grid-template-columns: minmax(220px, .85fr) minmax(0, 1.9fr) auto;
  gap: 16px;
  align-items: end;
  text-align: left;
  border: 1px solid rgba(156, 133, 255, .25);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(16, 13, 28, .92), rgba(16, 13, 28, .94));
  box-shadow: 0 20px 60px rgba(0,0,0,.28), inset 0 1px rgba(255,255,255,.025);
}
.quick-lead-copy { display: flex; gap: 12px; align-items: flex-start; align-self: center; }
.quick-lead-icon {
  width: 38px; height: 38px; flex: 0 0 38px; display: grid; place-items: center;
  border-radius: 12px; color: var(--accent); background: rgba(156, 133, 255, .1); border: 1px solid rgba(156, 133, 255, .18);
}
.quick-lead-copy strong { display: block; font-size: 1rem; color: var(--text); }
.quick-lead-copy small { display: block; margin-top: 4px; color: var(--muted); line-height: 1.4; }
.quick-lead-fields { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.quick-lead-fields label { display: grid; gap: 6px; color: #C9C4DE; font-size: .76rem; font-weight: 700; }
.quick-lead-fields input,
.quick-lead-fields select,
.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 13px;
  background: #100D1C;
  color: var(--text);
  padding: 0 13px;
  caret-color: var(--accent);
  box-shadow: inset 0 1px rgba(255,255,255,.02);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.form-grid textarea { min-height: 116px; padding-top: 13px; resize: vertical; line-height: 1.5; }
.quick-lead-fields input:hover,
.quick-lead-fields select:hover,
.form-grid input:hover,
.form-grid select:hover,
.form-grid textarea:hover { border-color: rgba(255, 255, 255, 0.20); }
.quick-lead-fields input:focus,
.quick-lead-fields select:focus,
.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  border-color: rgba(156, 133, 255, .72);
  box-shadow: 0 0 0 3px rgba(156, 133, 255, .10);
  background: #15121F;
}
.quick-lead-submit { min-height: 48px; padding-inline: 18px; white-space: nowrap; }
.form-status { grid-column: 1 / -1; min-height: 0; margin: 0; color: #3DDC97; font-size: .88rem; }
.form-status:empty { display: none; }
.is-submitting { cursor: progress; }
.is-submitting .button[type="submit"] { opacity: .7; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Full intake form */
#demoLeadForm { display: contents; }
.form-step-head { margin-bottom: 20px; }
.form-step-head h3 { margin: 6px 0 0; }
.form-step-head p { margin: 8px 0 0; color: var(--muted); }
.form-step-kicker { display: block; color: var(--accent); font-size: .78rem; font-weight: 800; letter-spacing: .12em; }
.form-grid-expanded { grid-template-columns: repeat(2,minmax(0,1fr)); }
.form-span-2 { grid-column: span 2; }
.choice-fieldset {
  margin: 20px 0 0;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(16, 13, 28, .52);
}
.choice-fieldset legend { padding: 0 7px; color: #C9C4DE; font-size: .9rem; font-weight: 750; }
.choice-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.choice-grid label {
  min-height: 44px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 11px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background: rgba(16, 13, 28, .68);
  color: #C9C4DE;
  cursor: pointer;
}
.choice-grid input { width: 17px; height: 17px; flex: 0 0 auto; accent-color: var(--accent); }
.choice-grid label:has(input:checked) { border-color: rgba(156, 133, 255, .48); background: rgba(156, 133, 255, .09); color: #EDEAF7; }
.priority-fieldset { margin-bottom: 20px; }
.choice-grid-priority { grid-template-columns: repeat(3,minmax(0,1fr)); }
.review-stack { margin-top: 20px; border-top: 1px solid rgba(255, 255, 255, 0.12); }
.consent-row { color: #C9C4DE; line-height: 1.45; }
.consent-row input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 2px; accent-color: var(--accent); }

/* Footer legal floor */
.footer-bottom { color: var(--muted-strong); }
.footer-bottom a { color: #C9C4DE; }

@media (max-width: 1100px) {
  .quick-lead-form { grid-template-columns: 1fr; align-items: stretch; }
  .quick-lead-fields { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .quick-lead-submit { width: 100%; }
}

@media (max-width: 700px) {
  .quick-lead-form {
    margin-top: 26px;
    padding: 16px;
    gap: 14px;
    border-radius: 20px;
  }
  .quick-lead-fields,
  .form-grid-expanded,
  .choice-grid,
  .choice-grid-priority { grid-template-columns: 1fr; }
  .form-span-2 { grid-column: auto; }
  .choice-fieldset { padding: 14px; border-radius: 16px; }
  .choice-grid { gap: 8px; }

  .package-section .pricing-grid {
    gap: 18px !important;
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right));
    scroll-padding-inline: 20px;
  }
  .package-section .pricing-card { flex-basis: min(calc(100vw - 40px), 365px); }
  .agent-grid, .timeline-grid, .thesis-card-grid { gap: 18px !important; }
  .agent-card, .pricing-card, .timeline-card, .roi-card, .booking-card, .matrix-wrap { padding: 22px 18px; }
}
.quick-consent {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.4;
}
.quick-consent input { width: 16px; height: 16px; margin-top: 1px; flex: 0 0 auto; accent-color: var(--accent); }
.mobile-menu-nav b,
.mobile-menu-foot { color: var(--muted-strong); }
.mobile-dock-primary small { color: #0A0912 !important; }
textarea { font: inherit; }

/* v7.1 — Operating thesis glow + spacing refinement */
.section-thesis {
  padding-bottom: clamp(72px, 8vw, 112px);
}

.section-thesis .thesis-card-grid {
  margin-top: clamp(38px, 4.5vw, 56px);
  margin-bottom: clamp(42px, 5vw, 64px);
}

.section-thesis .thesis-card {
  padding-top: clamp(34px, 3vw, 44px);
  padding-bottom: clamp(34px, 3vw, 44px);
}

.section-thesis .thesis-icon {
  position: relative;
  isolation: isolate;
  width: 76px;
  height: 76px;
  margin: 0 auto 24px;
  display: grid;
  place-items: center;
  color: #2DD9C4;
  border: 1px solid rgba(45, 217, 196, 0.20);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 42%, rgba(45, 217, 196, 0.17), rgba(16, 13, 28, 0.72) 68%),
    rgba(16, 13, 28, 0.86);
  box-shadow:
    0 0 0 1px rgba(45, 217, 196, 0.035) inset,
    0 10px 30px rgba(0, 0, 0, 0.22);
}

.section-thesis .thesis-icon::before,
.section-thesis .thesis-icon::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  border-radius: 999px;
}

.section-thesis .thesis-icon::before {
  width: 112px;
  height: 112px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(156, 133, 255, 0.32) 0%, rgba(156, 133, 255, 0.14) 38%, rgba(156, 133, 255, 0) 72%);
  filter: blur(8px);
  opacity: 0.92;
}

.section-thesis .thesis-icon::after {
  width: 58px;
  height: 58px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 34px rgba(156, 133, 255, 0.30);
}

.section-thesis .thesis-icon .icon {
  position: relative;
  z-index: 2;
  width: 31px;
  height: 31px;
  filter: drop-shadow(0 0 8px rgba(45, 217, 196, 0.52));
}

@media (hover: hover) and (pointer: fine) {
  .section-thesis .thesis-card:hover .thesis-icon {
    border-color: rgba(45, 217, 196, 0.34);
    transform: translateY(-2px);
    box-shadow:
      0 0 0 1px rgba(45, 217, 196, 0.05) inset,
      0 14px 34px rgba(0, 0, 0, 0.26),
      0 0 28px rgba(156, 133, 255, 0.08);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  }
}

.section-thesis .north-star-panel {
  margin: 0 auto;
  padding: clamp(32px, 3.5vw, 44px) clamp(24px, 4vw, 48px);
  max-width: 940px;
}

.section-thesis .north-star-panel .section-kicker {
  margin-bottom: 2px;
}

.section-thesis .north-star-panel strong {
  margin-top: 16px;
  line-height: 1.25;
}

/* Animated wordmark stage */
.stage {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 24px;
}
.halo {
  position: absolute;
  width: min(760px, 92vw);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(156, 133, 255, 0.24), rgba(45, 217, 196, 0.09) 45%, transparent 70%);
  filter: blur(26px);
  pointer-events: none;
  z-index: 0;
}
.wordmark {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: baseline;
  gap: clamp(2px, 0.5vw, 12px);
  margin: 0;
  font-family: 'Space Grotesk', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: clamp(3.6rem, 17vw, 15.5rem);
  line-height: 1;
  letter-spacing: -0.03em;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
}
.wl {
  display: inline-block;
  transform-origin: 50% 88%;
  cursor: default;
  will-change: transform;
}
.wl-inner {
  display: inline-block;
  background: linear-gradient(180deg, #FFFFFF 6%, #E6DFFF 32%, #9C85FF 62%, #5B3FDC 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 12px 36px rgba(156, 133, 255, 0.42));
  will-change: transform;
}
.cursor-glow {
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  height: 260px;
  margin: -130px 0 0 -130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(156, 133, 255, 0.18), rgba(45, 217, 196, 0.07) 45%, transparent 70%);
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: screen;
  opacity: 0;
}
.wordmark-email {
  position: relative;
  z-index: 2;
  margin-top: clamp(28px, 5vh, 56px);
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: clamp(0.85rem, 2.4vw, 1.15rem);
  letter-spacing: 0.14em;
  color: #8E88B5;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}
.wordmark-email:hover { color: #C9BAFF; text-shadow: 0 0 18px rgba(156, 133, 255, 0.55); }
.spark {
  position: fixed;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C9BAFF;
  pointer-events: none;
  z-index: 3;
  box-shadow: 0 0 10px rgba(156, 133, 255, 0.95);
}
@media (pointer: coarse) {
  .cursor-glow { display: none; }
}
@media (max-width: 480px) {
  .wordmark { gap: 1px; }
}

@media (max-width: 700px) {
  .section-thesis {
    padding-bottom: 64px;
  }

  .section-thesis .thesis-card-grid {
    margin-top: 32px;
    margin-bottom: 38px;
  }

  .section-thesis .thesis-card {
    padding: 30px 22px 32px;
  }

  .section-thesis .thesis-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 22px;
    border-radius: 20px;
  }

  .section-thesis .thesis-icon::before {
    width: 102px;
    height: 102px;
  }

  .section-thesis .north-star-panel {
    padding: 30px 20px;
  }
}
