:root {
  --accent: #f36f61;
  --accent-deep: #d94f43;
  --accent-soft: #ff9a8f;
  --ink: #f8f4f0;
  --ink-2: #d1c8c4;
  --muted: #938a88;
  --night: #151214;
  --night-2: #1c181a;
  --night-3: #242022;
  --line: rgba(255, 244, 239, 0.1);
  --line-strong: rgba(255, 244, 239, 0.18);
  --success: #9fc7ad;
  --container: min(1320px, calc(100% - 64px));
  --display: "Unbounded", "Arial Black", sans-serif;
  --body: "Manrope", system-ui, sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  color-scheme: dark;
}

/* Conversion and trust upgrade */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

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

.hero-copy h1 span {
  display: block;
  max-width: 11ch;
  font-size: .62em;
  line-height: 1.03;
  margin-top: .18em;
}

.cta-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.trust-strip,
.privacy {
  width: var(--container);
  margin-inline: auto;
}

.trust-strip {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: clamp(44px, 7vw, 110px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip h2,
.privacy h2 {
  margin: 14px 0 0;
  max-width: 14ch;
  font-family: var(--display);
  font-size: clamp(34px, 4.2vw, 64px);
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.trust-strip__items {
  display: grid;
  gap: 0;
}

.trust-strip__items article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.trust-strip__items article:last-child { border-bottom: 0; }
.trust-strip__items strong { color: var(--accent); font-variant-numeric: tabular-nums; }
.trust-strip__items span { max-width: 42ch; color: var(--muted); line-height: 1.55; }

.tone-switcher {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0 18px;
}

.tone-switcher button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  font: 700 13px/1 var(--body);
  cursor: pointer;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.tone-switcher button:hover,
.tone-switcher button.is-active {
  color: var(--text);
  border-color: color-mix(in srgb, var(--accent) 65%, transparent);
  background: color-mix(in srgb, var(--accent) 14%, transparent);
}

.tone-switcher button:active { transform: translateY(1px); }
.tone-switcher button:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

.privacy {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr);
  gap: clamp(44px, 8vw, 132px);
  align-items: center;
}

.privacy-copy > p:not(.section-kicker) {
  max-width: 58ch;
  margin: 28px 0 22px;
  color: var(--muted);
  line-height: 1.7;
}

.text-link { color: var(--text); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }

.privacy-panel {
  padding: clamp(26px, 4vw, 48px);
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  box-shadow: 0 34px 90px rgba(43, 21, 24, .22);
}

.privacy-panel__status {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.privacy-panel div { padding: 20px 0; border-top: 1px solid var(--line); }
.privacy-panel strong { display: block; margin-bottom: 6px; }
.privacy-panel p { margin: 0; color: var(--muted); line-height: 1.55; }

@media (max-width: 860px) {
  .trust-strip,
  .privacy { grid-template-columns: 1fr; }
  .privacy { gap: 42px; }
}

@media (max-width: 600px) {
  .hero-copy h1 { max-width: 8ch; }
  .hero-copy h1 span { max-width: 10ch; font-size: .56em; margin-top: .28em; }
  .cta-note { text-align: center; }
  .phone-glow { width: min(92vw, 430px); left: 50%; transform: translateX(-50%); }
  .phone-glow::before, .phone-glow::after { inset: 6%; }
  .trust-strip h2, .privacy h2 { font-size: clamp(32px, 10vw, 43px); }
  .tone-switcher { display: grid; grid-template-columns: 1fr; }
  .tone-switcher button { width: 100%; }
  .privacy-panel { min-width: 0; }
}

:root[data-theme="light"] {
  --ink: #201a1c;
  --ink-2: #51484a;
  --muted: #786e70;
  --night: #fff8f5;
  --night-2: #ffffff;
  --night-3: #f5ebe8;
  --line: rgba(67, 42, 45, 0.1);
  --line-strong: rgba(67, 42, 45, 0.18);
  --success: #4d8c63;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  background:
    radial-gradient(circle at 82% 2%, rgba(243, 111, 97, 0.12), transparent 31rem),
    radial-gradient(circle at 12% 34%, rgba(243, 111, 97, 0.055), transparent 28rem),
    var(--night);
  color: var(--ink);
  font-family: var(--body);
  line-height: 1.6;
  transition: background-color 320ms var(--ease), color 240ms ease;
}

a,
button,
summary,
[role="radio"] {
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(243, 111, 97, .18);
}

body::after {
  position: fixed;
  z-index: -2;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 70%);
  pointer-events: none;
}

.grain {
  position: fixed;
  z-index: 50;
  inset: 0;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  pointer-events: none;
}

::selection {
  background: var(--accent);
  color: #fff;
}

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

button {
  color: inherit;
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--accent-soft);
  outline-offset: 4px;
}

svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

p {
  text-wrap: pretty;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  background: var(--ink);
  color: var(--night);
  transform: translateY(-160%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.section-pad {
  width: var(--container);
  margin: 0 auto;
  padding: 144px 0 156px;
}

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  border-bottom: 1px solid transparent;
  background: rgba(21, 18, 20, 0.76);
  backdrop-filter: blur(22px) saturate(130%);
  transition: border-color 240ms ease, background 240ms ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(21, 18, 20, 0.92);
}

.nav-shell {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: center;
  width: var(--container);
  min-height: 84px;
  margin: 0 auto;
}

.brand,
.nav-links,
.nav-actions,
.hero-actions,
.trust-row,
.phone-status,
.app-top,
.signal,
.best-reply,
.chat-head,
.answer-card > div,
.footer {
  display: flex;
  align-items: center;
}

.brand {
  min-height: 44px;
}

.brand-logo {
  width: 132px;
  height: 40px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.nav-links {
  gap: 30px;
  justify-content: center;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 650;
}

.nav-actions {
  gap: 20px;
  justify-content: flex-end;
  font-size: 13px;
  font-weight: 700;
}

.theme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink-2);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.theme-toggle__track {
  position: relative;
  display: grid;
  width: 50px;
  height: 28px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border: 1px solid var(--line-strong);
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 12px;
  line-height: 1;
  transition: border-color 220ms ease, background 220ms ease;
}

.theme-toggle__sun,
.theme-toggle__moon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
}

.theme-toggle__moon {
  color: var(--night);
  font-size: 8px;
}

.theme-toggle__thumb {
  position: absolute;
  z-index: 0;
  top: 3px;
  left: 25px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--ink);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 300ms var(--ease), background 220ms ease;
}

:root[data-theme="light"] .theme-toggle__thumb {
  background: var(--accent);
  transform: translateX(-21px);
}

:root[data-theme="light"] .theme-toggle__sun {
  color: #fff;
}

:root[data-theme="light"] .theme-toggle__moon {
  color: var(--muted);
}

.theme-toggle:hover .theme-toggle__track {
  border-color: var(--accent);
}

.nav-links a,
.login-link,
.footer a {
  position: relative;
  transition: color 220ms ease;
}

.nav-links a::after,
.footer nav a::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  background: var(--accent);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 300ms var(--ease);
}

.nav-links a:hover,
.login-link:hover,
.footer a:hover {
  color: #fff;
}

.nav-links a:hover::after,
.footer nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.small-cta,
.primary-btn,
.secondary-btn,
.white-btn {
  position: relative;
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  overflow: hidden;
  padding: 0 26px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-weight: 750;
  transition: transform 220ms var(--ease), background 220ms ease, border-color 220ms ease, color 220ms ease;
}

.small-cta {
  min-height: 44px;
  padding: 0 18px;
  background: var(--accent);
  color: #fff;
}

.primary-btn {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 16px 48px rgba(217, 79, 67, 0.2);
}

.secondary-btn {
  border-color: var(--line-strong);
  background: rgba(255, 255, 255, 0.025);
  color: var(--ink);
}

.white-btn {
  min-width: 240px;
  background: #fff;
  color: var(--night);
}

.small-cta:hover,
.primary-btn:hover {
  background: var(--accent-deep);
  transform: translateY(-3px);
}

.secondary-btn:hover {
  border-color: var(--accent);
  background: rgba(243, 111, 97, 0.08);
  transform: translateY(-3px);
}

.white-btn:hover {
  background: var(--night);
  color: #fff;
  transform: translateY(-3px);
}

.small-cta:active,
.primary-btn:active,
.secondary-btn:active,
.white-btn:active {
  transform: scale(0.98);
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: transparent;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 240ms ease;
}

.nav-shell.is-open .menu-button span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.nav-shell.is-open .menu-button span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(500px, 1.08fr);
  gap: clamp(32px, 6vw, 100px);
  min-height: calc(100dvh - 84px);
  align-items: center;
  padding-top: 68px;
  padding-bottom: 104px;
}

.hero::before {
  position: absolute;
  z-index: -1;
  top: 13%;
  left: -10vw;
  width: 23rem;
  height: 23rem;
  border: 1px solid rgba(243, 111, 97, .18);
  border-radius: 50%;
  content: "";
}

.eyebrow,
.section-kicker,
.best-badge,
.popular-badge {
  color: var(--accent-soft);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 28px;
}

.eyebrow span {
  color: var(--accent);
}

h1 {
  max-width: 710px;
  margin-bottom: 30px;
  font-family: var(--display);
  font-size: clamp(66px, 7.4vw, 112px);
  font-weight: 650;
  line-height: 0.9;
  letter-spacing: -0.075em;
}

h1 span {
  color: var(--accent);
}

.gradient-text {
  color: var(--accent);
}

.hero-lead {
  max-width: 570px;
  margin-bottom: 36px;
  color: var(--ink-2);
  font-size: clamp(18px, 1.55vw, 21px);
  line-height: 1.55;
}

.hero-actions {
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 26px;
}

.trust-row {
  gap: 20px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}

.trust-row span::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 12px var(--success);
  content: "";
  vertical-align: 2px;
}

.hero-product {
  position: relative;
  display: grid;
  min-height: 720px;
  place-items: center;
  isolation: isolate;
}

.phone-glow {
  position: absolute;
  z-index: -2;
  width: min(650px, 110%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243, 111, 97, 0.22), rgba(243, 111, 97, 0.04) 47%, transparent 70%);
  animation: none;
}

.phone-glow::before,
.phone-glow::after {
  position: absolute;
  inset: 11%;
  border: 1px solid rgba(243, 111, 97, 0.15);
  border-radius: 50%;
  content: "";
}

.phone-glow::after {
  inset: 25%;
  border-style: dashed;
}

.orbit-note {
  position: absolute;
  z-index: 4;
  padding: 9px 13px;
  border: 1px solid var(--line-strong);
  background: rgba(21, 18, 20, 0.78);
  color: var(--ink-2);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.orbit-note--top { top: 11%; right: 8%; }
.orbit-note--side { top: 44%; left: -1%; }
.orbit-note--bottom { right: 0; bottom: 22%; }

.phone {
  position: relative;
  width: min(385px, 100%);
  padding: 17px;
  border: 8px solid #0b090a;
  border-radius: 44px;
  background: #f9f3f0;
  color: #1c181a;
  box-shadow:
    0 55px 120px rgba(0, 0, 0, 0.48),
    0 0 0 1px rgba(255,255,255,.18),
    inset 0 0 0 1px rgba(255, 255, 255, 0.65);
  transform: none;
  transition: none;
}

.hero-product:hover .phone {
  transform: none;
}

.phone-status,
.app-top {
  justify-content: space-between;
}

.phone-status {
  padding: 0 14px 14px;
  font-size: 11px;
  font-weight: 800;
}

.dynamic-island {
  width: 92px;
  height: 25px;
  border-radius: 99px;
  background: #0f0d0e;
}

.app-top {
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(28, 24, 26, 0.08);
}

.app-logo {
  width: 108px;
  height: 32px;
  object-fit: contain;
}

.app-top button,
.best-reply button,
.answer-card button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(28, 24, 26, 0.1);
  border-radius: 9px;
  background: #fff;
  color: #1c181a;
  cursor: pointer;
  transition: border-color 180ms ease, transform 180ms ease;
}

.app-top button:hover,
.best-reply button:hover,
.answer-card button:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
}

.analysis-card,
.best-reply,
.answer-card,
.chat-window,
.feature-card,
.interest-score,
.metric-list,
.risk-card,
.step-card,
.testimonial,
.price-card,
.faq-list details {
  border: 1px solid var(--line);
  background: var(--night-2);
}

.analysis-card {
  display: grid;
  grid-template-columns: 1fr 112px;
  gap: 18px;
  margin-top: 16px;
  padding: 20px;
  border: 0;
  border-radius: 18px;
  background: #fff;
}

.analysis-card span,
.phone-label,
.best-reply span {
  display: block;
  color: #7b7371;
  font-size: 12px;
  font-weight: 700;
}

.analysis-card strong {
  display: block;
  margin-top: 7px;
  color: var(--accent-deep);
  font-family: var(--display);
  font-size: 41px;
  line-height: 1;
}

.analysis-card p,
.signal p,
.best-reply p {
  margin-bottom: 0;
}

.analysis-card p {
  font-size: 13px;
}

.mini-chart {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 88px;
}

.mini-chart span {
  flex: 1;
  border-radius: 2px 2px 0 0;
  background: var(--accent);
  transform-origin: bottom;
  animation: barGrow 900ms var(--ease) both;
}

.mini-chart span:nth-child(1) { height: 34%; animation-delay: 80ms; }
.mini-chart span:nth-child(2) { height: 52%; animation-delay: 130ms; }
.mini-chart span:nth-child(3) { height: 48%; animation-delay: 180ms; }
.mini-chart span:nth-child(4) { height: 68%; animation-delay: 230ms; }
.mini-chart span:nth-child(5) { height: 86%; animation-delay: 280ms; }

.signal-list {
  padding: 19px 2px 2px;
}

.phone-label {
  margin-bottom: 7px;
  color: #1c181a;
}

.signal {
  gap: 11px;
  padding: 9px 0;
}

.signal-icon,
.icon-box {
  display: grid;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(243,111,97,.18);
  border-radius: 8px;
  background: rgba(243, 111, 97, 0.09);
  color: var(--accent);
}

.signal strong {
  display: block;
  font-size: 13px;
}

.signal p {
  color: var(--accent-deep);
  font-size: 11px;
}

.best-reply {
  position: relative;
  gap: 10px;
  justify-content: space-between;
  margin-top: 11px;
  padding: 14px;
  border: 0;
  border-radius: 14px;
  background: rgba(243, 111, 97, 0.11);
}

.best-reply p {
  color: #1c181a;
  font-size: 12px;
  line-height: 1.45;
}

.hero-proof {
  position: absolute;
  z-index: 5;
  bottom: 6%;
  left: 3%;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 16px 18px;
  border-left: 2px solid var(--accent);
  background: rgba(28, 24, 26, .92);
  box-shadow: 0 24px 60px rgba(0,0,0,.26);
  backdrop-filter: blur(18px);
}

.hero-proof span {
  color: var(--accent);
  font-family: var(--display);
  font-size: 11px;
}

.hero-proof p {
  margin: 0;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
}

.section-heading {
  max-width: 900px;
  margin: 0 0 66px;
}

.section-kicker {
  margin-bottom: 18px;
}

.section-heading h2,
.reply-copy h2,
.strategy-copy h2,
.final-card h2 {
  margin-bottom: 22px;
  font-family: var(--display);
  font-size: clamp(42px, 5vw, 70px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.section-heading p,
.reply-copy > p,
.strategy-copy p,
.final-card p {
  max-width: 650px;
  color: var(--muted);
  font-size: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.feature-card {
  position: relative;
  grid-column: span 4;
  min-height: 310px;
  overflow: hidden;
  padding: 30px;
  border-radius: 6px;
  transition: transform 350ms var(--ease), border-color 300ms ease, background 300ms ease;
}

.feature-card::after {
  position: absolute;
  right: -50px;
  bottom: -80px;
  width: 180px;
  height: 180px;
  border: 1px solid rgba(243, 111, 97, .12);
  border-radius: 50%;
  content: "";
  transition: transform 500ms var(--ease), border-color 300ms ease;
}

.feature-card:nth-child(1),
.feature-card:nth-child(5) {
  grid-column: span 6;
}

.feature-card:nth-child(1) {
  min-height: 360px;
  background: var(--accent);
  color: #fff;
}

.feature-card:nth-child(4) {
  grid-column: span 5;
}

.feature-card:nth-child(2),
.feature-card:nth-child(3) {
  grid-column: span 3;
}

.feature-card:nth-child(5) {
  grid-column: span 7;
}

.feature-card:hover {
  z-index: 2;
  border-color: rgba(243,111,97,.46);
  background: var(--night-3);
  transform: translateY(-7px);
}

.feature-card:nth-child(1):hover {
  background: var(--accent-deep);
}

.feature-card:hover::after {
  border-color: rgba(243, 111, 97, .4);
  transform: scale(1.18);
}

.feature-card:nth-child(1) .icon-box {
  border-color: rgba(255,255,255,.28);
  background: rgba(255,255,255,.14);
  color: #fff;
}

.feature-card h3,
.step-card h3,
.price-card h3,
.testimonial h3,
.risk-card h3 {
  max-width: 310px;
  margin: 62px 0 12px;
  font-family: var(--display);
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 580;
  line-height: 1.18;
  letter-spacing: -0.035em;
}

.feature-card p,
.step-card p,
.price-card p,
.testimonial p,
.risk-card p,
.faq-list p {
  max-width: 47ch;
  margin-bottom: 0;
  color: var(--muted);
}

.feature-card:nth-child(1) p {
  color: rgba(255,255,255,.76);
}

.feature-wide {
  display: block;
}

.feature-wide h3 {
  margin-top: 62px;
}

.reply-demo,
.strategy {
  display: grid;
  grid-template-columns: minmax(400px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(52px, 8vw, 126px);
  align-items: center;
}

.reply-demo {
  position: relative;
}

.reply-demo::before {
  position: absolute;
  z-index: -1;
  top: 17%;
  right: -28vw;
  width: 48vw;
  height: 48vw;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(243,111,97,.09), transparent 68%);
  content: "";
}

.chat-window {
  position: relative;
  padding: 34px;
  border-color: var(--line-strong);
  border-radius: 28px 28px 8px 28px;
  background: #f4efec;
  color: #1d191b;
  box-shadow: 0 45px 100px rgba(0,0,0,.28);
  transform: rotate(-1.5deg);
}

.chat-head {
  gap: 12px;
  margin-bottom: 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(29,25,27,.08);
}

.avatar {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 11px;
  background: var(--accent);
  color: #fff;
  font-weight: 800;
}

.chat-head p {
  margin-bottom: 0;
  color: #7f7775;
  font-size: 12px;
}

.bubble {
  width: fit-content;
  max-width: 84%;
  margin-bottom: 13px;
  padding: 13px 16px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.5;
}

.theirs {
  border-bottom-left-radius: 3px;
  background: #e8e1de;
}

.mine {
  margin-left: auto;
  border-bottom-right-radius: 3px;
  background: var(--accent);
  color: #fff;
}

.chat-input {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 30px;
}

.chat-input span {
  display: block;
  flex: 1;
  height: 48px;
  border: 1px solid rgba(29,25,27,.08);
  border-radius: 5px;
  background: #fff;
}

.chat-input svg {
  color: var(--accent-deep);
}

.reply-copy {
  max-width: 650px;
}

.reply-options {
  display: grid;
  gap: 10px;
  margin-top: 34px;
}

.answer-card {
  padding: 22px 24px;
  border-radius: 4px;
  transition: transform 240ms var(--ease), border-color 240ms ease;
}

.answer-card:hover {
  border-color: var(--line-strong);
  transform: translateX(7px);
}

.answer-card.best {
  border-color: rgba(243, 111, 97, 0.46);
  background: rgba(243, 111, 97, .075);
}

.answer-card > div {
  justify-content: space-between;
  margin-bottom: 12px;
}

.answer-card p {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 16px;
}

.answer-card small {
  color: var(--muted);
}

.analytics-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.25fr 0.95fr;
  gap: 16px;
  align-items: stretch;
}

.interest-score,
.metric-list,
.risk-card,
.step-card {
  padding: 30px;
  border-radius: 5px;
}

.interest-score {
  background: var(--accent);
}

.interest-score span {
  color: rgba(255,255,255,.72);
  font-weight: 700;
}

.interest-score strong {
  display: block;
  margin: 40px 0 18px;
  color: #fff;
  font-family: var(--display);
  font-size: clamp(64px, 7vw, 92px);
  line-height: .9;
  letter-spacing: -.08em;
}

.interest-score p {
  color: rgba(255,255,255,.78);
}

.metric-list {
  display: grid;
  gap: 22px;
  align-content: center;
}

.metric span {
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
  color: var(--ink-2);
  font-size: 13px;
  font-weight: 700;
}

.metric i {
  display: block;
  height: 5px;
  overflow: hidden;
  background: rgba(255,255,255,.08);
}

.metric i::before {
  display: block;
  width: var(--value);
  height: 100%;
  background: var(--accent);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 1.1s var(--ease);
}

.metric-list.is-visible i::before {
  transform: scaleX(1);
}

.risk-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #262022;
}

.risk-card::before {
  margin-bottom: auto;
  color: var(--accent);
  content: "↳";
  font-family: var(--display);
  font-size: 42px;
}

.risk-card h3 {
  margin: 38px 0 12px;
}

.steps-line {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-strong);
}

.step-card {
  position: relative;
  min-height: 300px;
  border: 0;
  border-right: 1px solid var(--line);
  background: transparent;
}

.step-card:last-child {
  border-right: 0;
}

.step-card span {
  display: block;
  color: var(--accent);
  font-family: var(--display);
  font-size: 13px;
}

.step-card h3 {
  margin-top: 82px;
  font-size: 20px;
}

.strategy {
  align-items: start;
}

.strategy-copy {
  position: sticky;
  top: 122px;
  max-width: 590px;
}

.strategy-chain {
  display: grid;
  gap: 0;
  counter-reset: strategy;
}

.strategy-chain span {
  position: relative;
  display: flex;
  min-height: 106px;
  align-items: center;
  padding: 0 28px 0 80px;
  border-top: 1px solid var(--line-strong);
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(17px, 1.8vw, 23px);
  font-weight: 560;
  counter-increment: strategy;
  transition: padding 300ms var(--ease), color 300ms ease;
}

.strategy-chain span::before {
  position: absolute;
  left: 8px;
  color: var(--muted);
  content: "0" counter(strategy);
  font-family: var(--body);
  font-size: 11px;
  letter-spacing: .12em;
}

.strategy-chain span:hover {
  padding-left: 94px;
  color: var(--accent-soft);
}

.strategy-chain span:last-child {
  border-bottom: 1px solid var(--line-strong);
  color: var(--accent);
}

.testimonial-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.testimonial {
  grid-column: span 4;
  min-height: 330px;
  padding: 30px;
  border-radius: 5px;
  transition: transform 320ms var(--ease), background 320ms ease;
}

.testimonial:nth-child(2) {
  grid-column: span 5;
  background: var(--accent);
  transform: translateY(38px);
}

.testimonial:nth-child(3) {
  grid-column: span 3;
}

.testimonial:hover {
  background: var(--night-3);
  transform: translateY(-7px);
}

.testimonial:nth-child(2):hover {
  background: var(--accent-deep);
  transform: translateY(30px);
}

.testimonial h3 {
  margin-top: 40px;
}

.testimonial p {
  font-size: 17px;
  line-height: 1.65;
}

.testimonial:nth-child(2) p {
  color: rgba(255,255,255,.8);
}

.testimonial:nth-child(2) .avatar {
  background: #fff;
  color: var(--accent-deep);
}

.pricing {
  padding-top: 110px;
}

.price-card {
  position: relative;
  display: grid;
  grid-column: span 4;
  grid-template-rows: auto 72px auto 1fr auto;
  min-height: 650px;
  align-items: start;
  overflow: hidden;
  padding: 30px;
  border-radius: 5px;
  transition: transform 300ms var(--ease), border-color 300ms ease;
}

.price-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-7px);
}

.price-card.popular {
  border-color: var(--accent);
  background:
    radial-gradient(circle at 100% 0%, rgba(243,111,97,.17), transparent 18rem),
    var(--night-2);
}

.popular-badge {
  position: absolute;
  top: 26px;
  right: 25px;
  color: var(--accent);
  white-space: nowrap;
}

.price-card h3 {
  margin: 0 0 14px;
  padding-right: 140px;
  font-size: 27px;
}

.price-card:not(.popular) h3 {
  padding-right: 0;
}

.price-card > p {
  height: 72px;
  margin-bottom: 0;
  font-size: 14px;
}

.price-card strong {
  display: block;
  margin: 12px 0 30px;
  color: var(--ink);
  font-family: var(--display);
  font-size: 42px;
  line-height: 1;
  letter-spacing: -.06em;
}

.price-card strong::after {
  color: var(--muted);
  content: " / мес";
  font-family: var(--body);
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0;
}

.price-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 32px;
  padding: 0;
  color: var(--ink-2);
  font-size: 14px;
  line-height: 1.45;
  list-style: none;
}

.price-card li {
  position: relative;
  padding-left: 20px;
}

.price-card li::before {
  position: absolute;
  left: 0;
  color: var(--accent);
  content: "↳";
  font-weight: 850;
}

.price-card .primary-btn,
.price-card .secondary-btn {
  width: 100%;
  align-self: end;
}

.faq {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: start;
}

.faq .section-heading {
  position: sticky;
  top: 122px;
  margin-bottom: 0;
}

.faq .section-heading h2 {
  font-size: clamp(38px, 4vw, 58px);
}

.faq-list {
  display: grid;
  gap: 0;
}

.faq-list details {
  border: 0;
  border-top: 1px solid var(--line-strong);
  background: transparent;
}

.faq-list details:last-child {
  border-bottom: 1px solid var(--line-strong);
}

.faq-list summary {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  min-height: 92px;
  align-items: center;
  cursor: pointer;
  color: var(--ink);
  font-size: 17px;
  font-weight: 700;
  list-style: none;
}

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

.faq-list summary::after {
  color: var(--accent);
  content: "+";
  font-family: var(--display);
  font-size: 24px;
  font-weight: 500;
  transition: transform 240ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list p {
  max-width: 60ch;
  padding: 0 52px 28px 0;
}

.final-cta {
  padding-top: 80px;
}

.final-card {
  position: relative;
  overflow: hidden;
  padding: 104px 54px 112px;
  border-radius: 7px;
  background: var(--accent);
  color: #fff;
  text-align: left;
}

.final-card::after {
  position: absolute;
  top: -45%;
  right: -8%;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255,255,255,.23);
  border-radius: 50%;
  box-shadow: 0 0 0 55px rgba(255,255,255,.04), 0 0 0 110px rgba(255,255,255,.025);
  content: "";
}

.final-mark {
  position: absolute;
  top: 40px;
  right: 50px;
  color: rgba(255,255,255,.86);
  font-size: 56px;
}

.final-card h2 {
  position: relative;
  z-index: 1;
  max-width: 890px;
  margin-right: 0;
  margin-left: 0;
}

.final-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.78);
}

.final-card .white-btn {
  position: relative;
  z-index: 1;
}

.footer {
  justify-content: space-between;
  gap: 48px;
  width: var(--container);
  margin: 0 auto;
  padding: 52px 0 62px;
  border-top: 1px solid var(--line);
}

.footer p {
  max-width: 380px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.footer nav {
  display: flex;
  max-width: 620px;
  flex-wrap: wrap;
  gap: 14px 24px;
  justify-content: flex-end;
  color: var(--muted);
  font-size: 13px;
}

.copy-toast {
  position: fixed;
  z-index: 60;
  right: 24px;
  bottom: 24px;
  padding: 13px 17px;
  border: 1px solid var(--line-strong);
  background: var(--ink);
  color: var(--night);
  font-size: 13px;
  font-weight: 750;
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px);
  transition: opacity 220ms ease, transform 280ms var(--ease);
}

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

:root[data-theme="light"] body::after {
  background-image:
    linear-gradient(rgba(45, 26, 30, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(45, 26, 30, .035) 1px, transparent 1px);
}

:root[data-theme="light"] .grain {
  opacity: .022;
}

:root[data-theme="light"] .site-header {
  background: rgba(255, 248, 245, .8);
}

:root[data-theme="light"] .site-header.is-scrolled {
  background: rgba(255, 248, 245, .94);
}

:root[data-theme="light"] .brand-logo {
  filter: none;
}

:root[data-theme="light"] .secondary-btn,
:root[data-theme="light"] .theme-toggle__track {
  background: rgba(67, 42, 45, .025);
}

:root[data-theme="light"] .secondary-btn:hover {
  background: rgba(243, 111, 97, .09);
}

:root[data-theme="light"] .orbit-note {
  background: rgba(255, 248, 245, .86);
}

:root[data-theme="light"] .hero-proof {
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 24px 60px rgba(91, 50, 54, .12);
}

:root[data-theme="light"] .chat-window {
  box-shadow: 0 38px 90px rgba(91, 50, 54, .13);
}

:root[data-theme="light"] .risk-card {
  background: #f2e7e4;
}

:root[data-theme="light"] .phone {
  box-shadow:
    0 45px 100px rgba(91, 50, 54, .2),
    0 0 0 1px rgba(67, 42, 45, .08),
    inset 0 0 0 1px rgba(255, 255, 255, .65);
}

:root[data-theme="light"] .metric i {
  background: rgba(67, 42, 45, .1);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms var(--ease), transform 700ms var(--ease);
}

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

@keyframes glowFloat {
  from { transform: translate3d(-10px, 10px, 0) scale(.98); }
  to { transform: translate3d(14px, -12px, 0) scale(1.04); }
}

@keyframes barGrow {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}

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

@media (max-width: 1120px) {
  .hero,
  .reply-demo,
  .strategy {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    gap: 46px;
  }

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

  .hero-product {
    min-height: 680px;
  }

  h1 {
    font-size: clamp(62px, 11vw, 98px);
  }

  .analytics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .risk-card {
    grid-column: 1 / -1;
    min-height: 260px;
  }

  .strategy-copy {
    position: static;
  }

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

  .price-card {
    grid-column: auto;
    min-height: auto;
  }
}

@media (max-width: 860px) {
  :root {
    --container: min(100% - 40px, 1320px);
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
  }

  .menu-button {
    display: block;
  }

  .nav-links,
  .nav-actions {
    grid-column: 1 / -1;
    display: none;
    width: 100%;
    justify-content: flex-start;
  }

  .nav-shell.is-open .nav-links,
  .nav-shell.is-open .nav-actions {
    display: flex;
  }

  .nav-shell.is-open {
    padding-bottom: 22px;
  }

  .nav-actions .theme-toggle {
    min-height: 44px;
    justify-content: flex-start;
  }

  .nav-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding-top: 8px;
  }

  .nav-links a {
    display: flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
  }

  .hero::before,
  .reply-demo::before {
    display: none;
  }

  .feature-card,
  .feature-card:nth-child(n) {
    grid-column: span 6;
    min-height: 290px;
  }

  .steps-line {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .step-card:nth-child(2) {
    border-right: 0;
  }

  .step-card:nth-child(n+3) {
    border-top: 1px solid var(--line);
  }

  .testimonial:nth-child(n) {
    grid-column: span 6;
    transform: none;
  }

  .testimonial:last-child {
    grid-column: 4 / span 6;
  }

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

  .faq .section-heading {
    position: static;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  :root {
    --container: min(100% - 32px, 1320px);
  }

  .section-pad {
    padding: 92px 0 102px;
  }

  .site-header,
  .site-header.is-scrolled {
    background: rgba(21,18,20,.96);
  }

  :root[data-theme="light"] .site-header,
  :root[data-theme="light"] .site-header.is-scrolled {
    background: rgba(255,248,245,.97);
  }

  .hero {
    padding-top: 50px;
  }

  .brand-logo {
    width: 112px;
  }

  h1 {
    font-size: clamp(48px, 15vw, 68px);
    line-height: .94;
  }

  .hero-lead,
  .section-heading p,
  .reply-copy > p,
  .strategy-copy p {
    font-size: 16px;
  }

  .hero-actions,
  .nav-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .primary-btn,
  .secondary-btn,
  .small-cta,
  .white-btn {
    width: 100%;
  }

  .trust-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .hero-product {
    min-height: 610px;
    overflow: clip;
  }

  .phone {
    width: min(355px, calc(100vw - 38px));
    border-width: 7px;
    border-radius: 38px;
    transform: none;
  }

  .orbit-note,
  .hero-proof {
    display: none;
  }

  .hero::before,
  .reply-demo::before {
    display: none;
  }

  .app-top button,
  .best-reply button,
  .answer-card button {
    flex: 0 0 44px;
    width: 44px;
    height: 44px;
  }

  .analysis-card {
    grid-template-columns: minmax(0, 1fr) 72px;
    gap: 8px;
    padding: 14px;
  }

  .mini-chart {
    gap: 3px;
  }

  .section-heading {
    margin-bottom: 44px;
  }

  .section-heading h2,
  .reply-copy h2,
  .strategy-copy h2,
  .final-card h2 {
    font-size: clamp(34px, 10vw, 44px);
  }

  .feature-grid,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .feature-card:nth-child(n),
  .testimonial:nth-child(n),
  .testimonial:last-child {
    grid-column: auto;
    min-height: 280px;
    transform: none;
  }

  .feature-card h3 {
    margin-top: 54px;
  }

  .reply-demo {
    grid-template-columns: minmax(0, 1fr);
    gap: 62px;
  }

  .chat-window {
    padding: 22px;
    transform: none;
  }

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

  .risk-card {
    grid-column: auto;
  }

  .steps-line {
    grid-template-columns: 1fr;
  }

  .step-card {
    min-height: 250px;
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .step-card h3 {
    margin-top: 58px;
  }

  .strategy-chain span {
    min-height: 88px;
    padding-left: 60px;
  }

  .price-card {
    padding: 24px;
  }

  .popular-badge {
    position: static;
    margin-bottom: 18px;
  }

  .price-card h3 {
    padding-right: 0;
  }

  .faq-list summary {
    min-height: 80px;
    font-size: 15px;
  }

  .final-card {
    padding: 72px 24px 78px;
  }

  .final-mark {
    top: 20px;
    right: 22px;
    font-size: 34px;
  }

  .footer nav {
    flex-direction: column;
    gap: 0;
  }

  .footer nav a,
  .text-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
  }

  .copy-toast {
    right: 16px;
    bottom: 16px;
    left: 16px;
    text-align: center;
  }
}

@media (max-width: 360px) {
  .section-pad {
    padding-top: 80px;
    padding-bottom: 88px;
  }

  .hero {
    padding-top: 42px;
  }

  .phone {
    padding: 14px;
  }

  .analysis-card strong {
    font-size: 36px;
  }

  .signal {
    gap: 8px;
  }

  .best-reply {
    padding: 12px;
  }

  .chat-window,
  .answer-card,
  .interest-score,
  .metric-list,
  .risk-card,
  .testimonial,
  .price-card {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.app-top button,
.best-reply button,
.answer-card button {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
}

.text-link,
.footer nav a {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
}

@media (hover: none) {
  .small-cta:hover,
  .primary-btn:hover,
  .secondary-btn:hover,
  .white-btn:hover,
  .feature-card:hover,
  .testimonial:hover,
  .testimonial:nth-child(2):hover,
  .price-card:hover,
  .answer-card:hover,
  .app-top button:hover,
  .best-reply button:hover,
  .answer-card button:hover,
  .send-demo-btn:hover {
    transform: none;
  }

  .strategy-chain span:hover {
    padding-left: 80px;
  }

  .faq-list summary:hover {
    padding-left: 4px;
  }
}

@media (max-width: 600px) {
  .faq-list details.is-expanded {
    border-color: var(--line-strong);
    background: transparent;
    box-shadow: none;
  }

  .faq-list summary,
  .faq-list summary:hover,
  .faq-list summary:focus-visible {
    padding: 14px 0;
    outline: none;
    box-shadow: none;
  }

  .faq-answer {
    transform: translateY(-3px);
    transition: grid-template-rows 260ms var(--ease), opacity 200ms ease, transform 260ms var(--ease);
  }

  .faq-list details.is-expanded .faq-answer p {
    padding-bottom: 22px;
  }
}

/* Compact mobile FAQ: editorial rows instead of oversized cards. */
@media (max-width: 600px) {
  .faq.section-pad {
    padding-top: 72px;
    padding-bottom: 88px;
  }

  .faq .section-heading {
    margin-bottom: 30px;
  }

  .faq .section-heading .section-kicker {
    margin-bottom: 12px;
  }

  .faq .section-heading h2 {
    max-width: none;
    margin-bottom: 0;
    font-size: clamp(31px, 8vw, 34px);
    line-height: 1;
    letter-spacing: -.055em;
  }

  .faq-list {
    gap: 0;
    border-top: 1px solid var(--line-strong);
  }

  .faq-list details,
  .faq-list details:last-child,
  .faq-list details.is-expanded {
    overflow: visible;
    border: 0;
    border-bottom: 1px solid var(--line-strong);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .faq-list summary,
  .faq-list summary:hover,
  .faq-list summary:focus-visible {
    min-height: 70px;
    gap: 14px;
    padding: 14px 0;
    color: var(--ink);
    font-size: 15px;
    line-height: 1.4;
    box-shadow: none;
  }

  .faq-list details.is-expanded summary {
    color: var(--accent-soft);
  }

  .faq-list summary::after {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    place-items: center;
    font-size: 21px;
  }

  .faq-answer {
    transform: translateY(-3px);
    transition: grid-template-rows 260ms var(--ease), opacity 200ms ease, transform 260ms var(--ease);
  }

  .faq-answer p,
  .faq-list details.is-expanded .faq-answer p {
    max-width: 34ch;
    padding: 0 38px 0 0;
    color: var(--ink-2);
    font-size: 15px;
    line-height: 1.65;
  }

  .faq-list details.is-expanded .faq-answer p {
    padding-bottom: 22px;
  }
}

@media (max-width: 360px) {
  .faq.section-pad {
    padding-top: 64px;
  }

  .faq .section-heading h2 {
    font-size: 31px;
  }

  .faq-list summary,
  .faq-list summary:hover,
  .faq-list summary:focus-visible {
    padding-right: 0;
    padding-left: 0;
  }

  .faq-answer p,
  .faq-list details.is-expanded .faq-answer p {
    padding-right: 30px;
    padding-left: 0;
  }
}

/* Refined hero, interactive conversation and FAQ motion */
.hero-copy h1 {
  max-width: 11ch;
  font-family: var(--body);
  font-size: clamp(70px, 8.7vw, 132px);
  font-weight: 800;
  line-height: .86;
  letter-spacing: -.07em;
}

.hero-copy h1 span {
  display: inline;
  max-width: none;
  margin: 0;
  color: var(--accent);
  font-size: 1em;
  line-height: inherit;
  letter-spacing: inherit;
}

.chat-window {
  overflow: hidden;
  transition: transform 650ms var(--ease), box-shadow 650ms var(--ease);
}

.chat-messages {
  min-height: 235px;
}

.answer-card[role="radio"] {
  position: relative;
  cursor: pointer;
  outline: none;
}

.answer-card[role="radio"]:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 4px;
}

.answer-card.is-selected {
  border-color: var(--accent);
  background: rgba(243, 111, 97, .11);
  box-shadow: inset 3px 0 0 var(--accent), 0 18px 42px rgba(32, 16, 18, .16);
  transform: translateX(7px);
}

.selection-mark {
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.send-demo-btn {
  display: flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  padding: 0 22px;
  border: 1px solid var(--accent);
  border-radius: 5px;
  background: var(--accent);
  color: #fff;
  font: 800 14px/1 var(--body);
  cursor: pointer;
  transition: transform 220ms var(--ease), background 220ms ease, opacity 220ms ease;
}

.send-demo-btn:hover { background: var(--accent-deep); transform: translateY(-2px); }
.send-demo-btn:active { transform: translateY(1px) scale(.99); }
.send-demo-btn:disabled { cursor: wait; opacity: .72; }
.send-demo-btn.is-sending svg { animation: sendPulse 700ms ease-in-out infinite alternate; }

.chat-input span {
  display: flex;
  align-items: center;
  padding: 0 16px;
  color: #8c817e;
  font-size: 12px;
}

.demo-bubble {
  opacity: 0;
  transform: translateY(14px) scale(.96);
  transition: opacity 420ms var(--ease), transform 520ms var(--ease);
}

.demo-bubble.is-visible { opacity: 1; transform: translateY(0) scale(1); }

.typing-bubble {
  width: 58px;
  min-height: 38px;
  background-image: radial-gradient(circle, #8b807d 2px, transparent 3px);
  background-position: 14px center;
  background-size: 11px 11px;
  background-repeat: repeat-x;
  animation: typingDots 850ms ease-in-out infinite alternate;
}

.girl-reply { box-shadow: 0 10px 25px rgba(63, 43, 45, .1); }

.faq-list details {
  transition: border-color 300ms ease, background 300ms ease;
}

.faq-list details.is-expanded {
  border-color: rgba(243, 111, 97, .34);
  background: linear-gradient(90deg, rgba(243, 111, 97, .055), transparent 78%);
}

.faq-list summary {
  padding-inline: 4px;
  transition: color 260ms ease, padding 380ms var(--ease);
}

.faq-list summary:hover { color: var(--accent-soft); padding-left: 12px; }
.faq-list summary:focus-visible {
  outline: none;
  box-shadow: inset 3px 0 0 var(--accent);
}
.faq-list details[open] summary::after { transform: none; }
.faq-list details.is-expanded summary::after { transform: rotate(45deg); }

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transform: translateY(-8px);
  transition: grid-template-rows 480ms var(--ease), opacity 320ms ease, transform 480ms var(--ease);
}

.faq-answer p {
  overflow: hidden;
  margin: 0;
}

.faq-list details.is-expanded .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
  transform: translateY(0);
}

.faq-list details.is-expanded .faq-answer p { padding-bottom: 28px; }

@keyframes typingDots {
  from { opacity: .42; background-position-x: 11px; }
  to { opacity: 1; background-position-x: 16px; }
}

@keyframes sendPulse {
  from { transform: translate(-2px, 2px); }
  to { transform: translate(3px, -3px); }
}

@media (max-width: 600px) {
  .hero-copy h1 {
    max-width: 8ch;
    font-size: clamp(54px, 16vw, 66px);
    line-height: .9;
    letter-spacing: -.065em;
  }

  .answer-card.is-selected { transform: none; }
  .chat-messages { min-height: 220px; }
}

@media (hover: none) {
  .small-cta:hover,
  .primary-btn:hover,
  .secondary-btn:hover,
  .white-btn:hover,
  .feature-card:hover,
  .testimonial:hover,
  .testimonial:nth-child(2):hover,
  .price-card:hover,
  .answer-card:hover,
  .app-top button:hover,
  .best-reply button:hover,
  .answer-card button:hover,
  .send-demo-btn:hover {
    transform: none;
  }

  .strategy-chain span:hover {
    padding-left: 80px;
  }

  .faq-list summary:hover {
    padding-left: 4px;
  }
}

@media (max-width: 600px) {
  .faq-list details.is-expanded {
    border-color: var(--line-strong);
    background: transparent;
    box-shadow: none;
  }

  .faq-list summary,
  .faq-list summary:hover,
  .faq-list summary:focus-visible {
    padding: 14px 0;
    outline: none;
    box-shadow: none;
  }

  .faq-answer {
    transform: translateY(-3px);
    transition: grid-template-rows 260ms var(--ease), opacity 200ms ease, transform 260ms var(--ease);
  }

  .faq-list details.is-expanded .faq-answer p {
    padding-bottom: 22px;
  }
}
