:root {
  --ink: #171412;
  --muted: #6f625a;
  --paper: #ffffff;
  --soft: #f7f2ee;
  --soft-2: #eee5dd;
  --line: #e5d9cf;
  --dark: #201815;
  --orange: #e46436;
  --orange-dark: #bd4827;
  --orange-soft: #fff0e8;
  --gold: #a8732a;
  --green: #1d7a58;
  --danger: #b7382e;
  --star: #f5a623;
  --orange-border: #ffd2bf;
  --orange-wash: #fff8f2;
  --track: #ddd4cc;
  --strike: #aa9587;
  --shadow: 0 1px 2px rgba(40, 28, 20, .06), 0 14px 34px rgba(55, 34, 20, .08);
  --shadow-strong: 0 1px 2px rgba(40, 28, 20, .08), 0 22px 55px rgba(55, 34, 20, .12);
  --radius: 8px;
  --section-gap: 80px;
  --grid-gap: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--soft);
  line-height: 1.45;
  letter-spacing: 0;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

/* ═══════════════════════════ HEADER ═══════════════════════════ */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 clamp(16px, 4vw, 44px);
  color: #fff;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.site-header.is-solid {
  background: rgba(32, 24, 21, .95);
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 8px 25px rgba(0,0,0,.16);
  backdrop-filter: blur(12px);
}

.brand {
  color: inherit;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 900;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  font-size: 12px;
  background: rgba(255,255,255,.08);
}

.site-nav {
  display: flex;
  gap: 4px;
}

.site-nav a {
  color: rgba(255,255,255,.78);
  text-decoration: none;
  font-size: 14px;
  font-weight: 760;
  padding: 8px 10px;
  border-radius: 999px;
}

.site-nav a:hover {
  color: #fff;
  background: rgba(255,255,255,.08);
}

.header-cta {
  border: 1px solid rgba(255,255,255,.28);
  color: #fff;
  background: rgba(255,255,255,.10);
  border-radius: 999px;
  min-height: 40px;
  padding: 0 15px;
  font-weight: 850;
}

/* ═══════════════════════════ HERO ═══════════════════════════ */

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  padding: 112px clamp(18px, 5vw, 64px) 64px;
  overflow: hidden;
  width: 100%;
}

.hero-bg,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-bg {
  background-image: url("assets/hero-emotional-song.png");
  background-size: cover;
  background-position: center right;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(20,14,12,.88) 0%, rgba(20,14,12,.74) 34%, rgba(20,14,12,.28) 66%, rgba(20,14,12,.18) 100%),
    linear-gradient(0deg, rgba(20,14,12,.82) 0%, rgba(20,14,12,.1) 35%, rgba(20,14,12,.25) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  color: #fff;
}

.hero-kicker,
.micro-label,
.category-tag,
.step-eyebrow,
.plan-label {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-kicker {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.22);
  color: #fff;
  margin-bottom: 18px;
}

.micro-label,
.step-eyebrow,
.plan-label {
  background: var(--orange-soft);
  color: var(--orange-dark);
  border: 1px solid var(--orange-border);
}

.category-tag {
  background: var(--orange-soft);
  color: var(--orange-dark);
  border: 1px solid transparent;
  font-size: 11px;
  min-height: 22px;
  padding: 2px 8px;
}

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

h1 {
  font-size: clamp(40px, 8vw, 90px);
  line-height: .94;
  letter-spacing: 0;
  margin-bottom: 20px;
  text-wrap: balance;
}

.hero p {
  color: rgba(255,255,255,.86);
  max-width: 620px;
  font-size: clamp(17px, 2vw, 21px);
  margin-bottom: 24px;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

/* ═══════════════════════════ BUTTONS ═══════════════════════════ */

.primary-btn,
.secondary-btn,
.ghost-btn,
.plan-btn {
  border: 0;
  min-height: 50px;
  border-radius: 999px;
  padding: 0 22px;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.primary-btn {
  background: var(--orange);
  color: #fff;
  box-shadow: 0 14px 28px rgba(228,100,54,.28);
}

.primary-btn:hover,
.plan-btn:hover {
  transform: translateY(-1px);
  background: var(--orange-dark);
}

.secondary-btn,
.ghost-btn {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
}

.ghost-btn {
  background: transparent;
}

.secondary-link {
  color: #fff;
  font-weight: 850;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  min-height: 50px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background .18s ease, border-color .18s ease;
}

.secondary-link:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.5);
}

/* ═══════════════════════════ TRUST STRIP ═══════════════════════════ */

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trust-strip span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.10);
  border-radius: 999px;
  padding: 0 12px;
  color: rgba(255,255,255,.88);
  font-size: 13px;
  font-weight: 760;
}

/* ═══════════════════════════ SECTIONS ═══════════════════════════ */

.section-wrap {
  padding: var(--section-gap) 0;
}

.section-wrap--paper {
  background: var(--paper);
}

.section-wrap--soft {
  background: var(--soft);
}

.section-wrap--dark {
  background: var(--dark);
  color: #fff;
}

.section-wrap--dark .section-heading h2 {
  color: #fff;
}

.section-wrap--dark .section-heading p {
  color: rgba(255,255,255,.65);
}

.section-wrap--dark .micro-label {
  background: rgba(228,100,54,.18);
  border-color: rgba(228,100,54,.35);
  color: #ff8a60;
}

.section-wrap--dark .review-card {
  background: var(--paper);
  color: var(--ink);
}

.quick-proof,
.experience,
.examples-section,
.reviews-section,
.quiz-section,
.pricing-section,
.proof-section,
.faq-section,
.ops-section {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.quick-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--grid-gap);
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.quick-proof article,
.process-step,
.proof-grid article,
.price-card,
.quiz-card,
.quiz-aside,
.ops-section,
.modal-card,
.example-card,
.review-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.quick-proof article {
  padding: 18px;
  min-height: 164px;
}

.section-heading h2 {
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1.03;
  letter-spacing: -.01em;
  margin-bottom: 14px;
  text-wrap: balance;
  overflow-wrap: normal;
  font-weight: 900;
}

.quiz-aside h2,
.quiz-step h2,
.checkout-panel h2,
.ops-section h2,
.modal-card h2 {
  font-size: clamp(26px, 4vw, 38px);
  line-height: 1.06;
  letter-spacing: 0;
  margin-bottom: 12px;
  text-wrap: balance;
  overflow-wrap: normal;
}

.quick-proof h2 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.15;
}

.quick-proof p,
.process-step p,
.section-heading p,
.quiz-aside p,
.step-subtitle,
.price-card p,
.checkout-box p,
.proof-grid p,
.ops-section p,
.modal-card p {
  color: var(--muted);
}

.experience,
.examples-section,
.reviews-section,
.quiz-section,
.pricing-section,
.proof-section,
.faq-section,
.ops-section {
  padding: 0;
  scroll-margin-top: 88px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 22px;
}

.process-grid,
.proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--grid-gap);
}

.process-step,
.proof-grid article {
  padding: 20px;
}

.process-step span {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--dark);
  color: #fff;
  font-weight: 900;
  margin-bottom: 18px;
}

.process-step h3,
.proof-grid h3,
.price-card h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

/* ═══════════════════════════ AUDIO EXAMPLES ═══════════════════════════ */

.examples-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--grid-gap);
}

.example-card {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.example-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.example-occasion {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  background: var(--orange-soft);
  color: var(--orange-dark);
  border: 1px solid transparent;
}

.example-style {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.example-card h3 {
  font-size: 19px;
  margin-bottom: 0;
  line-height: 1.2;
}

.example-card p {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 4px;
  flex-grow: 1;
}

.sample-state {
  margin-top: auto;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px dashed var(--orange-border);
  background: var(--orange-wash);
  border-radius: var(--radius);
  padding: 10px 12px;
  color: var(--orange-dark);
}

.sample-state span {
  font-size: 13px;
  font-weight: 850;
}

.sample-state strong {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .06em;
}

/* ═══════════════════════════ REVIEWS ═══════════════════════════ */

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: var(--grid-gap);
}

.review-card {
  grid-column: span 2;
}

.reviews-grid .review-card:nth-child(4),
.reviews-grid .review-card:nth-child(5) {
  grid-column: span 2;
}

.reviews-grid .review-card:nth-child(4) {
  grid-column-start: 2;
}

.review-card {
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.review-stars {
  color: var(--star);
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1;
}

.review-card p {
  color: var(--ink);
  font-size: 15px;
  font-style: italic;
  line-height: 1.55;
  margin-bottom: 0;
  flex-grow: 1;
}

.review-author {
  display: grid;
  gap: 2px;
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.review-author strong {
  font-size: 14px;
}

.review-author span {
  color: var(--muted);
  font-size: 13px;
}

/* ═══════════════════════════ FAQ ACCORDION ═══════════════════════════ */

.faq-list {
  max-width: 820px;
  display: grid;
  gap: 0;
}

.faq-item {
  border: 1px solid var(--line);
  background: var(--paper);
  margin-top: -1px;
  transition: background .16s ease;
}

.faq-item:first-child {
  border-radius: var(--radius) var(--radius) 0 0;
}

.faq-item:last-child {
  border-radius: 0 0 var(--radius) var(--radius);
}

.faq-item:only-child {
  border-radius: var(--radius);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 22px;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: color .16s ease;
}

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

.faq-item summary::after {
  content: "+";
  font-size: 22px;
  font-weight: 600;
  color: var(--muted);
  transition: transform .22s ease, color .16s ease;
  flex-shrink: 0;
}

.faq-item[open] summary::after {
  content: "−";
  color: var(--orange);
}

.faq-item[open] {
  background: var(--soft);
}

.faq-item[open] summary {
  color: var(--orange-dark);
}

.faq-answer {
  padding: 0 22px 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  animation: fadeDown .2s ease both;
}

.faq-answer p {
  margin-bottom: 0;
}

.faq-answer a {
  color: var(--orange);
  font-weight: 700;
}

@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ═══════════════════════════ QUIZ ═══════════════════════════ */

.quiz-shell {
  display: grid;
  grid-template-columns: minmax(280px, .82fr) minmax(0, 1.18fr);
  gap: 16px;
  align-items: start;
}

.quiz-aside {
  position: sticky;
  top: 92px;
  padding: 22px;
}

.progress-card {
  margin: 22px 0;
  padding: 14px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.progress-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 850;
  margin-bottom: 10px;
}

.progress-track {
  height: 10px;
  border-radius: 999px;
  background: var(--track);
  overflow: hidden;
}

.progress-track div {
  height: 100%;
  width: 17%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--orange), var(--gold));
  transition: width .22s ease;
}

.aside-proof {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 14px;
}

.aside-proof strong {
  color: var(--ink);
}

.quiz-card {
  padding: clamp(20px, 4vw, 34px);
  min-height: 560px;
}

.quiz-step {
  display: none;
}

.quiz-step.is-active {
  display: block;
  animation: fadeUp .22s ease both;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.choice-grid button,
.segmented button {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  border-radius: var(--radius);
  min-height: 52px;
  padding: 10px 14px;
  text-align: left;
  font-weight: 850;
  transition: border-color .16s ease, background .16s ease, color .16s ease, box-shadow .16s ease;
}

.choice-grid button.is-selected,
.segmented button.is-selected {
  border-color: var(--orange);
  background: var(--orange-soft);
  color: var(--orange-dark);
  box-shadow: 0 0 0 3px rgba(228,100,54,.12);
}

.segmented {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.segmented button {
  text-align: center;
}

.field {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.field span {
  color: var(--ink);
  font-size: 13px;
  font-weight: 900;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  border-radius: var(--radius);
  padding: 14px 14px;
  outline: 0;
  transition: border-color .16s ease, box-shadow .16s ease;
}

.field textarea {
  resize: vertical;
  min-height: 150px;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: var(--orange);
  box-shadow: 0 0 0 3px rgba(228,100,54,.12);
}

.split-fields {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: 12px;
}

.quiz-error {
  min-height: 22px;
  color: var(--danger);
  font-size: 14px;
  font-weight: 820;
  margin-top: 16px;
}

.quiz-actions {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 20px;
}

/* ═══════════════════════════ PRICING ═══════════════════════════ */

.pricing-section[hidden],
.ops-section[hidden],
.modal[hidden] {
  display: none;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--grid-gap);
}

.price-card {
  padding: 20px;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.price-card.is-featured {
  border-color: var(--orange-border);
  box-shadow: 0 0 0 3px rgba(228,100,54,.10), var(--shadow-strong);
}

.badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--orange);
  color: #fff;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 900;
}

.scarcity {
  background: var(--orange-wash);
  border: 1px solid var(--orange-border);
  border-radius: var(--radius);
  color: var(--orange-dark);
  padding: 10px;
  font-size: 13px;
  font-weight: 850;
  margin: 12px 0;
}

.price-line {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 12px 0 18px;
}

.price-line strong {
  font-size: 34px;
  line-height: 1;
}

.price-line span {
  color: var(--strike);
  text-decoration: line-through;
  font-weight: 850;
}

.plan-btn {
  background: var(--dark);
  color: #fff;
  width: 100%;
}

.price-card.is-selected {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(29,122,88,.14), var(--shadow-strong);
}

.checkout-panel {
  margin-top: 22px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: 22px;
  align-items: center;
}

.checkout-box {
  background: var(--dark);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--radius);
  padding: 20px;
  color: #fff;
  box-shadow: var(--shadow-strong);
}

.checkout-box .total-line {
  color: rgba(255,255,255,.85);
}

.checkout-box .total-line strong {
  color: #fff;
}

.checkout-box p {
  color: rgba(255,255,255,.55) !important;
  font-size: 13px;
}

.checkout-box .secondary-btn {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
  color: #fff;
}

.checkout-box .secondary-btn:hover {
  background: rgba(255,255,255,.14);
}

.total-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-weight: 850;
}

.total-line strong {
  font-size: 24px;
}

.full {
  width: 100%;
  margin-bottom: 10px;
}

/* ═══════════════════════════ OPS ═══════════════════════════ */

.ops-section {
  margin-bottom: 70px;
}

.ops-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 14px;
}

.ops-actions {
  display: grid;
  align-content: start;
  gap: 10px;
  padding-top: 42px;
}

/* ═══════════════════════════ FOOTER ═══════════════════════════ */

.site-footer {
  background: var(--dark);
  color: rgba(255,255,255,.82);
  margin-top: 0;
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 56px 0 40px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
}

.footer-brand {
  max-width: 380px;
}

.footer-brand .brand {
  margin-bottom: 14px;
}

.footer-brand .brand-mark {
  border-color: rgba(255,255,255,.25);
}

.footer-brand p {
  color: rgba(255,255,255,.55);
  font-size: 14px;
  line-height: 1.6;
  margin-top: 14px;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.footer-col {
  display: grid;
  gap: 10px;
  align-content: start;
}

.footer-col strong {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 4px;
}

.footer-col a {
  color: rgba(255,255,255,.62);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color .16s ease;
}

.footer-col a:hover {
  color: #fff;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 18px 0;
  text-align: center;
}

.footer-bottom p {
  color: rgba(255,255,255,.38);
  font-size: 13px;
  margin: 0;
}

/* ═══════════════════════════ TOAST & MODAL ═══════════════════════════ */

.toast {
  position: fixed;
  left: 50%;
  bottom: 24px;
  z-index: 50;
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
  background: var(--dark);
  color: #fff;
  padding: 12px 16px;
  border-radius: 999px;
  box-shadow: var(--shadow);
  font-weight: 850;
  transition: opacity .18s ease, transform .18s ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  background: rgba(23,20,18,.62);
  display: grid;
  place-items: center;
  padding: 18px;
}

.modal-card {
  max-width: 520px;
  padding: 24px;
  position: relative;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 22px;
  line-height: 1;
}

.modal-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 18px;
}

code {
  background: var(--soft-2);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 2px 6px;
  font-size: 13px;
}

/* ═══════════════════════════ LEGAL PAGES ═══════════════════════════ */

.legal-page {
  width: min(820px, calc(100% - 32px));
  margin: 0 auto;
  padding: 110px 0 60px;
}

.legal-page h1 {
  font-size: clamp(30px, 5vw, 48px);
  margin-bottom: 10px;
}

.legal-page .legal-updated {
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 34px;
}

.legal-page h2 {
  font-size: 22px;
  margin-top: 34px;
  margin-bottom: 10px;
}

.legal-page p,
.legal-page li {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.legal-page ul {
  padding-left: 22px;
}

.legal-page a {
  color: var(--orange);
  font-weight: 700;
}

/* ═══════════════════════════ RESPONSIVE ═══════════════════════════ */

@media (max-width: 980px) {
  .site-nav {
    display: none;
  }

  .hero {
    min-height: 88svh;
    padding-top: 96px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(20,14,12,.88) 0%, rgba(20,14,12,.72) 56%, rgba(20,14,12,.35) 100%),
      linear-gradient(0deg, rgba(20,14,12,.86) 0%, rgba(20,14,12,.18) 50%, rgba(20,14,12,.38) 100%);
  }

  .quick-proof,
  .process-grid,
  .quiz-shell,
  .pricing-grid,
  .proof-grid,
  .examples-grid,
  .checkout-panel,
  .ops-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

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

  .review-card,
  .reviews-grid .review-card:nth-child(4),
  .reviews-grid .review-card:nth-child(5) {
    grid-column: auto;
  }

  .quick-proof {
    margin-top: 0;
  }

  .quiz-aside {
    position: static;
    padding: 18px;
  }

  .quiz-aside h2 {
    font-size: 20px;
  }

  .aside-proof {
    display: none;
  }

  .section-wrap {
    padding: 64px 0;
  }

  .ops-actions {
    padding-top: 0;
  }

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

@media (max-width: 720px) {
  .section-heading h2 {
    font-size: clamp(28px, 7.5vw, 36px);
    line-height: 1.08;
  }

  .quiz-aside h2,
  .quiz-step h2,
  .checkout-panel h2,
  .ops-section h2,
  .modal-card h2 {
    font-size: clamp(22px, 6vw, 30px);
    line-height: 1.12;
  }

  .quick-proof article {
    padding: 14px;
    min-height: auto;
  }

  .quick-proof h2 {
    font-size: 17px;
  }

  .quick-proof p {
    font-size: 13px;
  }

  .section-wrap {
    padding: 48px 0;
  }

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

  .quiz-shell {
    gap: 12px;
  }

  .quiz-aside,
  .quiz-card {
    padding: 18px;
  }
}

@media (max-width: 640px) {
  .site-header {
    height: 64px;
    padding: 0 14px;
  }

  .brand span:last-child {
    display: none;
  }

  .header-cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 13px;
  }

  .hero {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 42px;
  }

  h1 {
    font-size: clamp(38px, 14vw, 64px);
  }

  .choice-grid,
  .segmented,
  .split-fields {
    grid-template-columns: 1fr;
  }

  .quiz-card {
    min-height: auto;
  }

  .quiz-actions {
    position: sticky;
    bottom: 0;
    background: linear-gradient(0deg, var(--paper) 80%, rgba(255,255,255,0));
    padding-top: 12px;
    margin-left: -18px;
    margin-right: -18px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 10px;
  }

  .quiz-actions .primary-btn,
  .quiz-actions .ghost-btn {
    flex: 1;
  }

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