:root {
  --bg: #07111f;
  --bg-strong: #030912;
  --panel: rgba(10, 20, 35, 0.78);
  --panel-strong: rgba(14, 28, 49, 0.92);
  --panel-soft: rgba(255, 255, 255, 0.04);
  --line: rgba(166, 189, 255, 0.12);
  --line-strong: rgba(166, 189, 255, 0.22);
  --text: #f4f8ff;
  --muted: #91a2c1;
  --muted-strong: #b8c4de;
  --accent: #72a6ff;
  --accent-strong: #3f82ff;
  --accent-soft: rgba(91, 140, 255, 0.16);
  --success: #6ae1b3;
  --max: 1320px;
  --header-height: 88px;
  --shadow: 0 40px 120px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    radial-gradient(circle at 15% 18%, rgba(70, 112, 255, 0.14), transparent 26%),
    radial-gradient(circle at 85% 12%, rgba(45, 196, 255, 0.12), transparent 22%),
    linear-gradient(180deg, #07111f 0%, #040913 45%, #07111f 100%);
  color: var(--text);
  font-family: "Manrope", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  position: relative;
  overflow: clip;
}

.section-frame {
  width: min(var(--max), calc(100vw - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(var(--max), calc(100vw - 48px));
  min-height: var(--header-height);
  margin: 0 auto;
  padding: 20px 0;
  transition:
    background 200ms ease,
    border-color 200ms ease,
    backdrop-filter 200ms ease,
    transform 200ms ease;
}

.site-header.is-scrolled {
  background: rgba(5, 11, 22, 0.76);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.brand-mark,
.brand-copy,
.site-nav,
.site-actions,
.hero-actions,
.hero-strip,
.surface-header,
.channel-top,
.channel-meta,
.story-summary,
.surface-preview,
.delivery-lines,
.hero-strip,
.pricing-usage,
.footer-links,
.lead-grid,
.detail-aside,
.settings-list,
.control-lines {
  display: flex;
}

.brand-mark,
.site-actions,
.channel-top,
.surface-header,
.hero-actions {
  align-items: center;
}

.brand-mark {
  gap: 14px;
}

.brand-copy {
  flex-direction: column;
  gap: 2px;
}

.brand-dot {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), #7ac9ff);
  box-shadow: 0 0 28px rgba(83, 142, 255, 0.72);
}

.brand-name {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.18em;
}

.brand-subtitle {
  font-size: 0.77rem;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav,
.site-actions,
.hero-actions,
.hero-strip,
.channel-meta,
.delivery-lines,
.pricing-usage,
.footer-links {
  gap: 14px;
}

.site-nav {
  align-items: center;
  justify-content: center;
  flex: 1;
}

.site-nav a {
  color: var(--muted-strong);
  font-size: 0.95rem;
}

.site-nav a:hover {
  color: var(--text);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: linear-gradient(135deg, var(--accent-strong), #6aa7ff);
  color: #fff;
  box-shadow: 0 18px 40px rgba(48, 96, 203, 0.34);
}

.button-secondary,
.button-ghost {
  color: var(--text);
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.02);
}

.hero {
  position: relative;
  min-height: 100svh;
  padding: calc(var(--header-height) + 12px) 0 36px;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 18%, rgba(80, 124, 255, 0.18), transparent 26%),
    radial-gradient(circle at 76% 54%, rgba(28, 183, 255, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(10, 17, 31, 0) 0%, rgba(5, 9, 19, 0.55) 100%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.05fr 1.15fr;
  align-items: center;
  gap: 56px;
  min-height: calc(100svh - var(--header-height) - 48px);
}

.hero-copy {
  max-width: 620px;
}

.eyebrow,
.surface-label,
.step-index,
.section-heading .eyebrow {
  color: var(--muted-strong);
  font-size: 0.82rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero h1,
.section-heading h2,
.cta h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero h1 {
  margin-top: 18px;
  font-size: clamp(3.3rem, 6vw, 5.9rem);
  max-width: 11ch;
}

.hero-lead,
.section-heading p,
.cta-copy p,
.story-copy p,
.pricing-side p,
.result-item p,
.faq-item p,
.footer-brand p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-lead {
  max-width: 57ch;
  margin: 24px 0 30px;
  font-size: 1.08rem;
}

.hero-strip {
  flex-wrap: wrap;
  margin-top: 24px;
  color: var(--muted-strong);
  font-size: 0.94rem;
}

.hero-strip span {
  position: relative;
  padding-right: 18px;
}

.hero-strip span::after {
  content: "·";
  position: absolute;
  right: 5px;
  opacity: 0.55;
}

.hero-strip span:last-child::after {
  display: none;
}

.hero-stage {
  position: relative;
  min-height: 640px;
}

.hero-orbit {
  position: absolute;
  border-radius: 999px;
  border: 1px solid rgba(132, 164, 255, 0.18);
  filter: blur(0.2px);
}

.orbit-a {
  inset: 18px 52px auto auto;
  width: 420px;
  height: 420px;
  animation: floatOrbit 16s linear infinite;
}

.orbit-b {
  inset: auto auto 18px 26px;
  width: 320px;
  height: 320px;
  animation: floatOrbit 20s linear infinite reverse;
}

.surface,
.story-visual,
.channel-card,
.control-surface,
.conversation-list,
.conversation-detail,
.knowledge-lab,
.knowledge-preview,
.integration-card,
.metric-panel,
.analytics-chart,
.analytics-topics,
.step-card,
.result-item,
.pricing-main,
.pricing-side,
.cta-panel,
.faq-item {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(15, 27, 48, 0.92) 0%, rgba(8, 16, 31, 0.88) 100%);
  box-shadow: var(--shadow);
}

.surface {
  position: absolute;
  border-radius: 30px;
  padding: 22px;
  overflow: hidden;
}

.surface::before,
.story-visual::before,
.control-primary::before,
.analytics-chart::before,
.cta-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(114, 166, 255, 0.12), transparent 35%, transparent 65%, rgba(114, 166, 255, 0.08));
  pointer-events: none;
}

.surface-dialog {
  inset: 72px 100px 86px 0;
}

.surface-settings {
  inset: 0 0 auto 220px;
  width: 360px;
}

.surface-lead {
  inset: auto 10px 18px auto;
  width: 330px;
}

.surface-title {
  font-weight: 700;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted-strong);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.status-live,
.status-positive {
  background: rgba(102, 223, 178, 0.12);
  color: #aaf1cf;
}

.chat-thread,
.detail-thread {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.bubble {
  max-width: 88%;
  padding: 14px 16px;
  border-radius: 18px;
  font-size: 0.96rem;
  line-height: 1.6;
}

.bubble-user {
  justify-self: start;
  background: rgba(255, 255, 255, 0.05);
}

.bubble-agent {
  justify-self: end;
  background: rgba(69, 126, 255, 0.14);
}

.bubble-highlight {
  box-shadow: inset 0 0 0 1px rgba(114, 166, 255, 0.18);
}

.settings-list,
.control-lines {
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
}

.setting-row,
.line-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.setting-row span,
.line-item span,
.lead-grid span,
.detail-aside span,
.pricing-usage span {
  color: var(--muted);
}

.setting-row strong,
.line-item strong,
.lead-grid strong,
.detail-aside strong,
.pricing-usage strong {
  font-size: 0.96rem;
}

.lead-body {
  margin-top: 18px;
}

.lead-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px 18px;
}

.lead-summary,
.chart-caption {
  margin-top: 18px;
  color: var(--muted-strong);
}

.proof-band {
  padding: 18px 0 24px;
  overflow: hidden;
}

.marquee {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.02);
}

.marquee-track {
  display: flex;
  gap: 48px;
  width: max-content;
  padding: 18px 0;
  color: var(--muted-strong);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: marquee 28s linear infinite;
}

section {
  padding: 100px 0;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

.section-heading h2 {
  font-size: clamp(2.4rem, 4.6vw, 4.4rem);
  margin-top: 14px;
}

.section-heading p {
  margin: 18px 0 0;
  font-size: 1.03rem;
}

.story-rail,
.channel-grid,
.knowledge-grid,
.integration-grid,
.results-grid,
.pricing-layout,
.analytics-layout {
  display: grid;
}

.story-rail,
.steps-track,
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.story-step {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: stretch;
}

.story-copy {
  padding: 22px 0;
}

.story-copy h3 {
  margin: 16px 0 14px;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
}

.story-visual,
.conversation-list,
.conversation-detail,
.knowledge-lab,
.knowledge-preview,
.integration-card,
.analytics-chart,
.analytics-topics,
.pricing-main,
.pricing-side,
.cta-panel,
.faq-item,
.control-surface {
  position: relative;
  border-radius: 30px;
  padding: 28px;
}

.story-message,
.story-handoff,
.story-summary,
.story-chips {
  display: grid;
  align-content: center;
  min-height: 240px;
}

.story-badge {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted-strong);
  margin-bottom: 16px;
}

.story-line {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  line-height: 1.16;
  max-width: 16ch;
}

.story-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-content: center;
}

.story-chips span,
.story-summary span,
.channel-meta span {
  padding: 11px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted-strong);
}

.story-handoff strong {
  font-size: 1.6rem;
}

.story-handoff p {
  max-width: 34ch;
  color: var(--muted);
}

.story-summary {
  gap: 12px;
}

.channel-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.channel-card {
  border-radius: 28px;
  padding: 24px;
  min-height: 260px;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.channel-card:hover {
  transform: translateY(-6px);
  border-color: rgba(120, 171, 255, 0.28);
  background: linear-gradient(180deg, rgba(15, 31, 56, 0.96) 0%, rgba(9, 18, 34, 0.94) 100%);
}

.channel-top,
.footer-links,
.pricing-usage {
  justify-content: space-between;
}

.channel-card h3,
.surface-label,
.pricing-plan {
  margin: 0;
}

.channel-card p {
  margin: 18px 0 22px;
  color: var(--muted);
  line-height: 1.75;
}

.channel-meta {
  flex-wrap: wrap;
}

.control-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 18px;
}

.control-primary {
  grid-row: span 2;
  min-height: 380px;
}

.surface-preview {
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.surface-preview span {
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--muted-strong);
}

.surface-chart,
.chart-bars {
  display: flex;
  align-items: end;
}

.surface-chart {
  gap: 10px;
  height: 170px;
  margin-top: 26px;
}

.surface-chart span,
.chart-bars span {
  flex: 1;
  border-radius: 999px 999px 12px 12px;
  background: linear-gradient(180deg, #7db4ff 0%, #3c7fff 100%);
  opacity: 0.85;
}

.split-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
}

.list-row {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.list-row span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
}

.list-row.active strong {
  color: #fff;
}

.conversation-detail {
  display: grid;
  gap: 22px;
}

.detail-aside {
  gap: 18px;
  flex-wrap: wrap;
}

.detail-aside > div {
  min-width: 180px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.knowledge-grid,
.integration-grid,
.pricing-layout {
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.knowledge-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.knowledge-list span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.knowledge-list em {
  color: #aaf1cf;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
}

.qa-block {
  margin-top: 18px;
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
}

.qa-block strong {
  display: block;
  margin-bottom: 10px;
}

.qa-block p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.delivery-lines {
  flex-wrap: wrap;
  margin: 18px 0;
}

.delivery-lines span {
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
}

.analytics-layout {
  grid-template-columns: 0.8fr 1.1fr 0.8fr;
  gap: 18px;
}

.metric-stack {
  display: grid;
  gap: 18px;
}

.metric-panel {
  border-radius: 24px;
  padding: 24px;
}

.metric-panel span {
  display: block;
  color: var(--muted);
  margin-bottom: 10px;
}

.metric-panel strong,
.pricing-price {
  font-family: "Space Grotesk", sans-serif;
  font-size: 2.8rem;
  letter-spacing: -0.04em;
}

.chart-bars {
  gap: 12px;
  height: 240px;
}

.analytics-topics ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.analytics-topics li {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.steps-track {
  flex-direction: row;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 6px;
}

.steps-track::-webkit-scrollbar {
  height: 8px;
}

.steps-track::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
}

.step-card {
  min-width: 250px;
}

.step-card span {
  color: var(--muted-strong);
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.step-card strong {
  display: block;
  margin: 14px 0 12px;
  font-size: 1.16rem;
}

.step-card p,
.result-item p {
  margin: 0;
}

.results-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.result-item strong {
  display: block;
  margin-bottom: 14px;
  font-size: 1.2rem;
  line-height: 1.45;
}

.pricing-main ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 28px;
  padding: 0;
  list-style: none;
}

.pricing-main li {
  position: relative;
  padding-left: 18px;
  color: var(--muted-strong);
}

.pricing-main li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
}

.pricing-price span {
  font-size: 1rem;
  color: var(--muted);
}

.pricing-usage {
  flex-direction: column;
  gap: 16px;
  margin: 22px 0;
}

.pricing-usage > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.cta-panel {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 22px;
  padding: 36px;
}

.cta-copy h2 {
  margin-top: 14px;
  font-size: clamp(2.2rem, 4vw, 4.1rem);
}

.cta-form {
  display: grid;
  gap: 14px;
}

.cta-form label {
  display: grid;
  gap: 10px;
}

.cta-form span {
  color: var(--muted-strong);
}

.cta-form input,
.cta-form textarea {
  width: 100%;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(166, 189, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.cta-form input::placeholder,
.cta-form textarea::placeholder {
  color: var(--muted);
}

.faq-item {
  overflow: hidden;
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: 700;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item p {
  margin: 16px 0 0;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 32px;
  width: min(var(--max), calc(100vw - 48px));
  margin: 0 auto;
  padding: 0 0 72px;
}

.footer-links {
  align-items: start;
}

.footer-links > div {
  display: grid;
  gap: 12px;
}

.footer-links span {
  color: var(--muted-strong);
  font-size: 0.86rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-links a {
  color: var(--muted);
}

.footer-links a:hover {
  color: var(--text);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
  transition-delay: calc(var(--reveal-delay, 0) * 1ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes floatOrbit {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.page-hero-shot,
.product-shot,
.scenario-panel,
.benefit-panel,
.link-panel {
  position: relative;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(15, 27, 48, 0.92) 0%, rgba(8, 16, 31, 0.88) 100%);
  box-shadow: var(--shadow);
  border-radius: 30px;
}

.page-hero-shot,
.product-shot {
  overflow: hidden;
}

.page-hero-shot img,
.product-shot img {
  display: block;
  width: 100%;
  height: auto;
}

.subpage-hero {
  position: relative;
  min-height: 72svh;
  padding: calc(var(--header-height) + 18px) 0 56px;
}

.subpage-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 24%, rgba(99, 132, 255, 0.16), transparent 24%),
    radial-gradient(circle at 82% 18%, rgba(38, 183, 255, 0.12), transparent 18%);
  pointer-events: none;
}

.subpage-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 0.96fr 1.04fr;
  gap: 34px;
  align-items: center;
  min-height: calc(72svh - var(--header-height));
}

.subpage-hero .hero-copy h1 {
  max-width: 12ch;
}

.subpage-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}

.subpage-summary .metric-panel strong {
  font-size: 2rem;
}

.seo-section {
  padding: 88px 0;
}

.seo-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: start;
}

.seo-copy h3 {
  margin: 0 0 14px;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}

.seo-copy p,
.benefit-panel p,
.link-panel p {
  color: var(--muted);
  line-height: 1.75;
}

.bullet-list,
.faq-bullets {
  display: grid;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.bullet-list li,
.faq-bullets li {
  position: relative;
  padding-left: 18px;
  color: var(--muted-strong);
}

.bullet-list li::before,
.faq-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--accent);
}

.benefit-grid,
.link-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.benefit-panel,
.link-panel,
.scenario-panel {
  padding: 24px;
}

.benefit-panel strong,
.scenario-panel strong,
.link-panel strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.16rem;
}

.scenario-panel {
  display: grid;
  gap: 14px;
}

.scenario-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.scenario-row .bubble {
  margin: 0;
}

.inline-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.mini-links {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.mini-links a {
  color: var(--muted-strong);
}

.mini-links a:hover {
  color: var(--text);
}

.faq-compact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

@media (max-width: 1180px) {
  .site-header,
  .section-frame,
  .site-footer {
    width: min(var(--max), calc(100vw - 32px));
  }

  .site-nav {
    display: none;
  }

  .hero-grid,
  .subpage-hero-grid,
  .story-step,
  .split-layout,
  .analytics-layout,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .channel-grid,
  .benefit-grid,
  .link-grid,
  .results-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .control-grid {
    grid-template-columns: 1fr 1fr;
  }

  .seo-layout,
  .faq-compact,
  .subpage-summary {
    grid-template-columns: 1fr;
  }

  .control-primary {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .hero-stage {
    min-height: 720px;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 74px;
  }

  .site-header,
  .section-frame,
  .site-footer {
    width: calc(100vw - 24px);
  }

  .site-header {
    gap: 12px;
    padding: 16px 0;
  }

  .site-actions {
    gap: 10px;
  }

  .site-actions .button {
    min-height: 42px;
    padding: 0 14px;
    font-size: 0.92rem;
  }

  .hero {
    padding-top: calc(var(--header-height) + 10px);
  }

  .hero h1 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .hero-stage {
    min-height: 620px;
  }

  .surface-dialog {
    inset: 88px 0 120px 0;
  }

  .surface-settings {
    inset: 0 0 auto auto;
    width: min(320px, calc(100vw - 54px));
  }

  .surface-lead {
    width: min(300px, calc(100vw - 52px));
    inset: auto 0 18px auto;
  }

  .channel-grid,
  .benefit-grid,
  .link-grid,
  .knowledge-grid,
  .integration-grid,
  .results-grid,
  .pricing-layout,
  .control-grid {
    grid-template-columns: 1fr;
  }

  .steps-track {
    scroll-snap-type: x mandatory;
  }

  .step-card {
    scroll-snap-align: start;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}
