/* /voice landing — conversion-focused, ElevenLabs-calm */

.voice-page {
  background: var(--bg);
}

.voice-header.is-scrolled {
  border-bottom-color: var(--line);
}

.hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  /* Tall enough to dominate, short enough to peek next section title */
  min-height: calc(100svh - 13.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 4.5rem;
  padding-bottom: 3.25rem;
}

.hero .bg-waves {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero .h1 {
  max-width: 16ch;
  font-size: clamp(2.35rem, 5.8vw, 4.1rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.hero-call {
  margin: 1.5rem 0 0;
  color: var(--ink-muted);
  font-size: 0.98rem;
}

.hero-call a {
  color: var(--ink);
  text-decoration: none;
}

.hero-call a:hover {
  color: var(--blush-deep);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
}

.trust-strip li {
  padding: 0.45rem 0.85rem;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--line);
  color: var(--ink-muted);
  font-size: 0.82rem;
  font-weight: 600;
  backdrop-filter: blur(6px);
}

.hero-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  list-style: none;
  margin: 1.35rem 0 0;
  padding: 0;
  color: var(--ink-muted);
  font-size: 0.88rem;
  font-weight: 600;
}

.hero-steps li {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.hero-steps span {
  display: inline-grid;
  place-items: center;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
}

.section-copy {
  margin: 0 0 1.5rem;
  color: var(--ink-muted);
  max-width: 38rem;
  font-size: 1.02rem;
}

.section-copy strong {
  color: var(--ink);
}

.section.alt {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

/* Calculator */
.calc-section {
  background: linear-gradient(180deg, #fff 0%, var(--blush-wash) 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid rgba(252, 207, 246, 0.55);
}

.calc-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1.5rem;
  align-items: stretch;
}

.calc-sliders,
.calc-result {
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-soft);
}

.slider-field {
  display: block;
  margin-bottom: 1.35rem;
}

.slider-field:last-child {
  margin-bottom: 0;
}

.slider-label {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 0.65rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
}

.slider-label output {
  color: var(--ink-muted);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
}

.slider-field input[type='range'] {
  width: 100%;
  appearance: none;
  height: 6px;
  border-radius: var(--radius-pill);
  background: linear-gradient(90deg, var(--blush), var(--line-strong));
  outline: none;
}

.slider-field input[type='range']::-webkit-slider-thumb {
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--ink);
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(20, 20, 15, 0.2);
  cursor: pointer;
}

.slider-field input[type='range']::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--ink);
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(20, 20, 15, 0.2);
  cursor: pointer;
}

.calc-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background:
    radial-gradient(circle at 90% 10%, rgba(252, 207, 246, 0.55), transparent 45%),
    var(--bg-elevated);
}

.calc-result-label {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.calc-result-value {
  margin: 0.4rem 0 0;
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.calc-result-sub {
  margin: 0.85rem 0 0;
  color: var(--ink-muted);
  font-size: 0.95rem;
}

.calc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

/* Quality features (before pricing) */
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.proof-grid li {
  padding: 1.25rem;
  border-radius: var(--radius-md);
  background: #fff;
  border: 1px solid var(--line);
}

.proof-grid strong {
  display: block;
  font-size: 1.08rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.35rem;
}

.proof-grid span {
  color: var(--ink-muted);
  font-size: 0.98rem;
  line-height: 1.45;
}

/* Compare AI vs etat */
#compare {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

#compare .section-copy {
  max-width: 40rem;
}

.packages-section {
  border-top: 1px solid var(--line-strong);
  padding-top: 5.25rem;
}

.compare-wrap {
  margin-top: 1.75rem;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.compare-table {
  width: 100%;
  min-width: 36rem;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.compare-table th,
.compare-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

.compare-table thead th {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
  background: var(--bg);
}

.compare-table tbody th {
  font-weight: 600;
  color: var(--ink);
  width: 28%;
}

.compare-table tbody td:last-child {
  font-weight: 600;
  color: var(--ink);
}

.compare-table tbody tr:last-child th,
.compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.compare-cards {
  display: none;
}

.compare-card {
  padding: 1rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: #fff;
}

.compare-card-feature {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.compare-card dl {
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.compare-card dl > div {
  display: grid;
  gap: 0.15rem;
}

.compare-card dt {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.compare-card dd {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.95rem;
}

.compare-card dl > div:last-child dd {
  color: var(--ink);
  font-weight: 600;
}

@media (max-width: 700px) {
  .compare-wrap {
    display: none;
  }

  .compare-cards {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.5rem;
  }
}

.bullet-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bullet-list li {
  position: relative;
  padding: 0.85rem 0 0.85rem 1.25rem;
  border-top: 1px solid var(--line);
  color: var(--ink-muted);
}

.bullet-list li:last-child {
  border-bottom: 1px solid var(--line);
}

.bullet-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1.2rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blush);
}

.bullet-list strong {
  color: var(--ink);
}

/* How — copy left + original thin-line wireframe illu right */
.how-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2.5rem 2.75rem;
  align-items: center;
}

.how-copy h2 {
  max-width: 18ch;
}

.how-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 12rem;
}

.how-illu {
  width: min(100%, 380px);
  height: auto;
  display: block;
}

@media (max-width: 900px) {
  .how-layout {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .how-copy h2 {
    max-width: none;
  }

  .how-visual {
    min-height: 0;
  }

  .how-illu {
    width: min(100%, 280px);
  }
}

/* Steps */
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1.25rem;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.step-num {
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--blush-deep);
  font-size: 1.1rem;
}

.steps strong {
  display: block;
  margin-bottom: 0.25rem;
}

.steps p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 0.95rem;
}

/* Packages — ElevenLabs: hover-only wow, unique motif per tier */
.packages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  align-items: start;
  margin-top: 2rem;
}

.package {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
  padding-top: 0.85rem;
}

.package-badge {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, 0);
  margin: 0;
  padding: 0.28rem 0.75rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(20, 20, 15, 0.14);
  background: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: var(--shadow-soft);
}

.package-head {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 11.5rem;
  padding: 1.35rem 1.25rem 1.25rem;
  border-radius: 22px;
  overflow: hidden;
  background: #f3f2ee;
  color: var(--ink);
  isolation: isolate;
  transition: color 0.45s var(--ease), transform 0.45s var(--ease);
}

.package-head::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  opacity: 0.2;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}

.package-head::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0;
  background-size: 160% 160%;
  transition: opacity 0.45s var(--ease);
  z-index: 0;
  pointer-events: none;
}

.package--start .package-head::after {
  background:
    radial-gradient(ellipse 70% 55% at 12% 18%, rgba(90, 170, 220, 0.55) 0%, transparent 55%),
    radial-gradient(ellipse 55% 50% at 88% 78%, rgba(40, 120, 90, 0.45) 0%, transparent 50%),
    linear-gradient(152deg, #050b10 0%, #0d2430 38%, #163a48 62%, #07090c 100%);
}

.package--celestial .package-head::after {
  background:
    radial-gradient(ellipse 70% 55% at 18% 12%, rgba(252, 207, 246, 0.42) 0%, transparent 52%),
    radial-gradient(ellipse 60% 50% at 92% 22%, rgba(220, 40, 140, 0.5) 0%, transparent 48%),
    radial-gradient(ellipse 55% 60% at 70% 92%, rgba(20, 4, 14, 0.9) 0%, transparent 55%),
    linear-gradient(148deg, #0a0308 0%, #2a0a1c 32%, #5c1038 58%, #12060e 100%);
}

.package--scale .package-head::after {
  background:
    radial-gradient(ellipse 65% 50% at 86% 12%, rgba(210, 170, 60, 0.4) 0%, transparent 48%),
    radial-gradient(ellipse 55% 55% at 12% 88%, rgba(180, 80, 140, 0.35) 0%, transparent 50%),
    linear-gradient(155deg, #080706 0%, #1a140c 36%, #2a1a14 58%, #0a0806 100%);
}

.package-head > * {
  position: relative;
  z-index: 1;
}

.package:hover .package-head,
.package:focus-within .package-head,
.package-head.is-pulse {
  color: #fff;
  transform: translateY(-4px);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.package:hover .package-head::after,
.package:focus-within .package-head::after,
.package-head.is-pulse::after {
  opacity: 1;
  animation: package-aurora 4.5s ease-in-out infinite alternate;
}

.package:hover .package-head::before,
.package:focus-within .package-head::before,
.package-head.is-pulse::before {
  opacity: 0.35;
  mix-blend-mode: overlay;
}

.package:hover .package-price span,
.package:focus-within .package-price span,
.package:hover .package-minutes,
.package:focus-within .package-minutes,
.package-head.is-pulse .package-price span,
.package-head.is-pulse .package-minutes {
  color: rgba(255, 255, 255, 0.78);
}

.package-head h3 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.package-price {
  margin: auto 0 0;
  padding-top: 1.5rem;
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.package-price span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--ink-soft);
  letter-spacing: 0;
}

.package-minutes {
  margin: 0.35rem 0 0;
  color: var(--ink-muted);
  font-size: 0.88rem;
}

.package-overage {
  margin: 0.35rem 0 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
  line-height: 1.35;
}

.package-cta {
  width: 100%;
}

.package-includes {
  margin: 0.35rem 0 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.package-features {
  margin: 0;
  padding: 0;
  list-style: none;
  flex: 1;
}

.package-features li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.7rem 0;
  color: var(--ink);
  font-size: 0.92rem;
  border-bottom: 1px dashed var(--line-strong);
}

.package-features li:last-child {
  border-bottom: 0;
}

.package-features li::before {
  content: '';
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  margin-top: 0.15rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Crect x='1.5' y='3.5' width='13' height='9' rx='2' stroke='%2314140F' stroke-width='1.3'/%3E%3Cpath d='M4 8h2.2M7.2 8H12M4 10.2h5' stroke='%2314140F' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

@keyframes package-aurora {
  from {
    background-position: 20% 30%;
  }
  to {
    background-position: 80% 70%;
  }
}

/* Editorial sign-off under packages — one letter stack: trust → signature → legal */
.packages-foot {
  margin-top: 2.5rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.95rem;
  width: 100%;
  max-width: none;
}

.packages-note {
  margin: 0;
  color: var(--ink);
  font-size: 0.98rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.45;
}

.packages-sign {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.85rem 1.25rem;
}

.packages-founder-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
  flex: 1 1 16rem;
}

.packages-founder-avatar {
  flex: 0 0 auto;
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blush);
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.packages-founder-initials {
  line-height: 1;
}

.packages-founder-text {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}

.packages-founder {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.25;
}

.packages-founder-role {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
  line-height: 1.4;
  max-width: 28rem;
}

.packages-audit-cta {
  flex: 0 0 auto;
}

#packages .legal-note {
  margin: 0;
  max-width: none;
  font-size: 0.78rem;
  line-height: 1.45;
  color: var(--ink-soft);
}

.quality-bridge {
  max-width: 40rem;
  margin-bottom: 1.75rem;
}

.packages-for {
  margin: 0.65rem 0 0;
  max-width: 40rem;
  color: var(--ink-muted);
  font-size: 0.98rem;
  line-height: 1.5;
}

.trust-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  align-items: center;
}

.trust-logos li {
  opacity: 0.72;
  transition: opacity 0.25s var(--ease), transform 0.25s var(--ease);
}

.trust-logos li:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.trust-logos a,
.trust-logos .trust-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: var(--ink);
}

.trust-logos img {
  height: 28px;
  width: auto;
  display: block;
}

.trust-logos .trust-name {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.calc-recommend {
  margin-top: 1.35rem;
  padding: 1.45rem 1.35rem 1.5rem;
  border-radius: 18px;
  color: #fff;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #0c0810;
  box-shadow: 0 18px 44px rgba(20, 20, 15, 0.2);
}

/* Soft in-place package morph — card stays fully opaque */
.calc-recommend.is-swapping > * {
  animation: calc-soft-copy 0.55s var(--ease);
}

.calc-recommend.is-swapping::after {
  animation: calc-soft-bg 0.65s var(--ease);
}

@keyframes calc-soft-copy {
  0% {
    opacity: 0.72;
  }
  100% {
    opacity: 1;
  }
}

@keyframes calc-soft-bg {
  0% {
    opacity: 0.72;
    filter: saturate(0.92);
  }
  100% {
    opacity: 0.88;
    filter: saturate(1);
  }
}

.calc-recommend::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.45s var(--ease);
}

.calc-recommend::after {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.88;
  background-size: 160% 160%;
  transition: opacity 0.45s var(--ease);
  z-index: 0;
  pointer-events: none;
}

.calc-recommend[data-package="start"]::after {
  background:
    radial-gradient(ellipse 70% 55% at 12% 18%, rgba(90, 170, 220, 0.55) 0%, transparent 55%),
    radial-gradient(ellipse 55% 50% at 88% 78%, rgba(40, 120, 90, 0.45) 0%, transparent 50%),
    linear-gradient(152deg, #050b10 0%, #0d2430 38%, #163a48 62%, #07090c 100%);
}

.calc-recommend[data-package="celestial"]::after {
  background:
    radial-gradient(ellipse 70% 55% at 18% 12%, rgba(252, 207, 246, 0.42) 0%, transparent 52%),
    radial-gradient(ellipse 60% 50% at 92% 22%, rgba(220, 40, 140, 0.5) 0%, transparent 48%),
    radial-gradient(ellipse 55% 60% at 70% 92%, rgba(20, 4, 14, 0.9) 0%, transparent 55%),
    linear-gradient(148deg, #0a0308 0%, #2a0a1c 32%, #5c1038 58%, #12060e 100%);
}

.calc-recommend[data-package="scale"]::after {
  background:
    radial-gradient(ellipse 65% 50% at 86% 12%, rgba(210, 170, 60, 0.4) 0%, transparent 48%),
    radial-gradient(ellipse 55% 55% at 12% 88%, rgba(180, 80, 140, 0.35) 0%, transparent 50%),
    linear-gradient(155deg, #080706 0%, #1a140c 36%, #2a1a14 58%, #0a0806 100%);
}

.calc-recommend > * {
  position: relative;
  z-index: 1;
}

.calc-recommend-kicker {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.calc-recommend-name {
  margin: 0.45rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 3.5vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
}

.calc-recommend-meta {
  margin: 0.45rem 0 0;
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.78);
}

.calc-recommend-cta {
  margin-top: 1.15rem;
  display: inline-flex;
  background: #fff;
  color: var(--ink);
  border-color: transparent;
  min-height: 48px;
  padding-inline: 1.35rem;
}

.calc-recommend-cta:hover {
  background: #fff;
  color: var(--ink);
  border-color: transparent;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
}

.payback-line {
  margin: 0.85rem 0 0;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 600;
}

.payback-line[hidden] {
  display: none !important;
}

.reviews-card {
  margin-top: 2.25rem;
  background: #fff;
}

/* Two column */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.soft-card {
  padding: 1.5rem;
  background: var(--bg);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  color: var(--ink-muted);
}

.soft-card strong {
  color: var(--ink);
}

/* Guarantee */
.guarantee {
  background: var(--blush-wash);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid rgba(252, 207, 246, 0.55);
}

.guarantee .h2 {
  font-size: clamp(1.4rem, 2.1vw, 1.75rem);
}

/* FAQ */
#faq.section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.faq {
  margin-top: 1.15rem;
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0.78rem 0;
  background: none;
  border: 0;
  text-align: left;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: -0.015em;
  color: var(--ink);
}

.faq-chevron {
  color: var(--ink-soft);
  transition: transform 0.4s var(--ease);
  flex-shrink: 0;
}

.faq-item.is-open .faq-chevron {
  transform: rotate(180deg);
}

.faq-a-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.42s var(--ease);
}

.faq-item.is-open .faq-a-wrap {
  grid-template-rows: 1fr;
}

.faq-a {
  overflow: hidden;
  min-height: 0;
  color: var(--ink-muted);
  padding-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  opacity: 0;
  transition:
    padding-bottom 0.42s var(--ease),
    opacity 0.28s ease;
}

.faq-item.is-open .faq-a {
  padding-bottom: 0.75rem;
  opacity: 1;
}

/* Final CTA — static nebula photo (ss4) */
.final-cta {
  position: relative;
  overflow: hidden;
  text-align: left;
  background: #fff;
  border-top: 1px solid var(--line);
}

.final-cta--dark {
  background:
    linear-gradient(
      105deg,
      rgba(0, 0, 0, 0.62) 0%,
      rgba(0, 0, 0, 0.28) 42%,
      rgba(0, 0, 0, 0.45) 100%
    ),
    #000 url('/assets/brand/cta-nebula.jpg') 68% center / cover no-repeat;
  border-top: 0;
  color: #fff;
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  isolation: isolate;
}

.final-cta-canvas,
.final-cta-glow {
  display: none !important;
}

.final-cta--dark .section-inner {
  position: relative;
  z-index: 1;
}

.final-cta--dark .h2 {
  color: #fff;
  max-width: 14ch;
  font-size: clamp(2rem, 4.5vw, 3rem);
}

.final-guarantee {
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.98rem;
  letter-spacing: 0.01em;
}

.final-cta--dark .lede {
  color: rgba(255, 255, 255, 0.72);
  max-width: 34rem;
}

.final-cta--dark .lede strong {
  color: #fff;
}

.final-cta .lede,
.final-cta .section-copy {
  margin-left: 0;
  margin-right: 0;
}

.final-cta--dark .hero-actions {
  justify-content: flex-start;
}

.final-cta--dark .btn-primary {
  background: #fff;
  color: #0a0308;
  border-color: #fff;
}

.final-cta--dark .btn-primary:hover {
  background: rgba(255, 255, 255, 0.92);
  color: #0a0308;
}

.btn-on-dark {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}

.btn-on-dark:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.final-soft {
  margin: 1.35rem 0 0;
  color: var(--ink-muted);
  font-size: 0.95rem;
}

.final-cta--dark .final-soft {
  color: rgba(255, 255, 255, 0.55);
}

.final-soft a {
  color: var(--ink);
  font-weight: 600;
}

.final-cta--dark .final-soft a {
  color: var(--blush);
}

.legal-note {
  margin: 2rem 0 0;
  max-width: 36rem;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.final-cta--dark .legal-note {
  color: rgba(255, 255, 255, 0.42);
}

.legal-note a {
  color: var(--ink-muted);
}

.final-cta--dark .legal-note a {
  color: rgba(255, 255, 255, 0.6);
}

.voice-footer {
  /* padding handled by site-footer--dark */
}

@media (max-width: 900px) {
  .calc-panel,
  .packages,
  .proof-grid,
  .two-col {
    grid-template-columns: 1fr;
  }

  .package-featured {
    order: -1;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: calc(100svh - 11.5rem);
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .final-cta--dark {
    text-align: left;
  }

  .packages-foot {
    gap: 0.9rem;
    padding-top: 1.45rem;
  }

  .packages-sign {
    flex-direction: column;
    align-items: stretch;
  }

  .packages-founder-card {
    width: 100%;
  }

  .packages-audit-cta {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .package:hover .package-head::after,
  .calc-recommend.is-swapping > *,
  .calc-recommend.is-swapping::after {
    animation: none !important;
  }
}
