@font-face {
  font-family: "Bricolage Grotesque";
  src: url("fonts/BricolageGrotesque-Variable.ttf") format("truetype");
  font-weight: 400 800;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/Manrope-VariableFont_wght.ttf") format("truetype");
  font-weight: 300 800;
  font-display: swap;
}

@font-face {
  font-family: "Playfair Display";
  src: url("fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf") format("truetype");
  font-style: italic;
  font-weight: 400 800;
  font-display: swap;
}

:root {
  --bg: #071816;
  --paper: #102823;
  --ink: #f7f2e8;
  --heading: #fff8ec;
  --muted: #b8c6be;
  --line: rgba(232, 224, 209, 0.16);
  --brand-900: #0b302b;
  --brand-700: #2c9f90;
  --brand-500: #47c4b1;
  --gold: #d6a85f;
  --gold-soft: rgba(214, 168, 95, 0.16);
  --accent-cream: #ffe9ad;
  --accent-mint: #8de8d8;
  --accent-alert: #f1b7a4;
  --negative: #ff8f78;
  --negative-soft: rgba(255, 143, 120, 0.14);
  --negative-line: rgba(255, 143, 120, 0.34);
  --surface: #0d221f;
  --surface-soft: rgba(255, 255, 255, 0.055);
  --surface-raised: #122d28;
  --shadow: 0 22px 58px rgba(0, 0, 0, 0.34);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 26px;
  --header-h: 76px;
  --shell: min(1160px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: radial-gradient(circle at 15% 0%, rgba(47, 143, 130, 0.16), transparent 30%), var(--bg);
  color: var(--ink);
  font-family: "Manrope", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

img {
  display: block;
  max-width: 100%;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.inline-icon,
.icon-badge svg,
.message-icon svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.icon-badge,
.message-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

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

button,
input,
select {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--brand-900);
  color: #fff;
  border-radius: 8px;
}

.skip-link:focus {
  top: 16px;
}

.section-shell {
  width: var(--shell);
  margin: 0 auto;
}

section[id] {
  scroll-margin-top: 112px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1220px, calc(100vw - 28px));
  margin: 12px auto 0;
  padding: 12px 16px;
  background: rgba(10, 31, 28, 0.86);
  border: 1px solid rgba(232, 224, 209, 0.16);
  border-radius: 18px;
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  width: 150px;
  min-height: 44px;
  flex: 0 0 150px;
}

.brand img {
  display: block;
  width: 120px;
  height: auto;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.top-nav a:hover {
  color: var(--heading);
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.1;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.header-cta,
.button.primary {
  border: 0;
  color: #fff;
  background: linear-gradient(140deg, var(--brand-700), var(--brand-500));
  box-shadow: 0 12px 28px rgba(31, 95, 87, 0.22);
}

.button.secondary {
  color: var(--heading);
  border: 1px solid rgba(232, 224, 209, 0.2);
  background: rgba(255, 255, 255, 0.06);
}

.header-cta {
  padding: 0 18px;
}

.button {
  padding: 0 22px;
}

.header-cta .inline-icon,
.button .inline-icon {
  width: 18px;
  height: 18px;
}

.header-cta:hover,
.button:hover {
  transform: translateY(-2px);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.62fr);
  align-items: center;
  gap: 48px;
  padding: 62px 0 76px;
}

.quiet-line {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Bricolage Grotesque", "Trebuchet MS", sans-serif;
  letter-spacing: 0;
  line-height: 0.98;
}

h1 {
  max-width: 820px;
  font-size: clamp(2.45rem, 6vw, 5.75rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.9rem);
  font-weight: 800;
}

.scan-highlight {
  color: var(--accent-cream);
  text-shadow: 0 0 24px rgba(214, 168, 95, 0.16);
}

.scan-highlight.mint {
  color: var(--accent-mint);
  text-shadow: 0 0 24px rgba(71, 196, 177, 0.18);
}

.scan-highlight.alert {
  color: var(--accent-alert);
  text-shadow: 0 0 22px rgba(241, 183, 164, 0.12);
}

.hero-lead,
.section-intro p,
.form-copy p {
  color: var(--muted);
  font-size: 1.08rem;
}

.hero-lead {
  max-width: 690px;
  margin: 24px 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0 0;
}

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

.trust-strip span,
.form-notes span,
.credential-list span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  min-height: 500px;
}

.portrait-frame {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  background: var(--brand-900);
  box-shadow: var(--shadow);
}

.portrait-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 24px;
  filter: saturate(0.86) contrast(1.04);
}

.signal-card {
  position: absolute;
  width: min(292px, 78%);
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(18, 45, 40, 0.94);
  box-shadow: var(--shadow);
}

.signal-card strong {
  display: block;
  color: var(--heading);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.12rem;
  line-height: 1.05;
}

.signal-card span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.signal-card-main {
  right: 0;
  bottom: 28px;
}

.signal-card-small {
  left: -22px;
  top: 38px;
  width: 230px;
}

.pain-band,
.form-section {
  padding: 92px 0;
}

.split-section,
.form-layout,
.authority {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 44px;
  align-items: start;
}

.section-intro {
  position: static;
}

.symptom-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.symptom-list article,
.method-card,
.proof-cases article,
.faq-grid details {
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface-raised);
  box-shadow: var(--shadow);
}

.symptom-list article {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 12px 16px;
  align-items: center;
  padding: 24px;
  overflow: hidden;
  border-color: var(--negative-line);
  background:
    linear-gradient(135deg, rgba(255, 143, 120, 0.13), rgba(18, 45, 40, 0.96) 44%, rgba(18, 45, 40, 0.98)),
    var(--surface-raised);
  box-shadow: 0 22px 52px rgba(35, 12, 9, 0.24);
}

.symptom-list article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--negative), rgba(255, 143, 120, 0.18));
}

.symptom-list .icon-badge {
  width: 54px;
  height: 54px;
  margin-top: 0;
  border-radius: 15px;
  background: var(--negative-soft);
  color: var(--negative);
  box-shadow: inset 0 0 0 1px rgba(255, 143, 120, 0.18);
}

.plain-list .icon-badge {
  width: 42px;
  height: 42px;
  margin-top: 0;
  border-radius: 13px;
  background: var(--gold-soft);
  color: var(--gold);
}

.symptom-list strong,
.method-card strong,
.proof-cases strong {
  display: block;
  color: var(--heading);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.25rem;
  line-height: 1.08;
}

.symptom-list span {
  display: block;
  margin-top: 0;
  color: var(--muted);
}

.symptom-list .icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.symptom-list article > span:not(.icon-badge) {
  grid-column: 1 / -1;
}

.symptom-list .icon-badge svg {
  width: 28px;
  height: 28px;
}

.plain-list .icon-badge svg {
  width: 22px;
  height: 22px;
}

.method {
  padding: 86px 0;
}

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

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

.method-card {
  min-height: 218px;
  padding: 22px;
}

.method-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 30px;
  margin-bottom: 28px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
}

.method-card p,
.proof-cases p,
.faq-grid p {
  margin: 10px 0 0;
  color: var(--muted);
}

.plain-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.plain-list li {
  display: grid;
  grid-template-columns: minmax(150px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px solid var(--line);
}

.plain-list.has-icons li {
  grid-template-columns: 42px minmax(150px, 0.3fr) minmax(0, 1fr);
  align-items: center;
  gap: 14px;
}

.plain-list strong {
  color: var(--heading);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.18rem;
  line-height: 1.1;
}

.plain-list span {
  color: var(--muted);
  line-height: 1.55;
}

.plain-list.has-icons .icon-badge {
  display: inline-flex;
  align-items: center;
  align-self: start;
  justify-content: center;
}

.plain-list.compact {
  margin-top: 24px;
}

.plain-list.compact li {
  grid-template-columns: minmax(120px, 0.34fr) minmax(0, 1fr);
  padding: 16px 0;
}

.outcomes {
  background: var(--brand-900);
  color: #fff;
}

.outcomes .quiet-line,
.outcomes h2 {
  color: #fff;
}

.outcomes .section-intro p {
  color: rgba(255, 255, 255, 0.74);
}

.outcome-panel {
  padding: 34px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(232, 224, 209, 0.14);
}

.standard-section {
  padding: 86px 0;
  background: var(--brand-900);
  color: #fff;
}

.standard-layout {
  display: grid;
  gap: 24px;
}

.standard-layout .quiet-line {
  color: var(--gold);
}

.standard-layout blockquote {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(2rem, 5.2vw, 4.4rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.98;
}

.standard-layout p:last-child {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.08rem;
  line-height: 1.7;
}

.check-list {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 34px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.32em;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.32);
}

.authority {
  padding: 104px 0;
  align-items: center;
}

.authority-media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.authority-copy p {
  color: var(--muted);
  font-size: 1.05rem;
}

.testimonial-section {
  padding: 92px 0;
  background: linear-gradient(180deg, rgba(71, 196, 177, 0.08), rgba(7, 24, 22, 0));
}

.testimonial-layout {
  display: grid;
  gap: 8px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: 16px;
  align-items: stretch;
}

.testimonial-card {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: 188px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 22px 22px 22px 6px;
  background: var(--surface-raised);
  box-shadow: var(--shadow);
}

.testimonial-card::before {
  content: "";
  position: absolute;
  left: 24px;
  top: -8px;
  width: 48px;
  height: 5px;
  border-radius: 999px;
  background: var(--gold);
}

.testimonial-card.is-featured {
  grid-row: span 2;
  min-height: 392px;
  padding: clamp(28px, 4vw, 44px);
  background: var(--brand-900);
  color: #fff;
}

.testimonial-card p {
  margin: 0;
  color: var(--heading);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.35rem, 2.8vw, 2.35rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.12;
}

.testimonial-card.is-featured p {
  color: #fff;
  font-size: clamp(1.75rem, 4.2vw, 3.45rem);
  line-height: 1.04;
}

.testimonial-card span {
  display: block;
  margin-top: 28px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.testimonial-card.is-featured span {
  color: rgba(255, 255, 255, 0.68);
}

.testimonial-card .message-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin: 0 0 20px;
  border-radius: 999px;
  background: rgba(191, 145, 80, 0.14);
  color: var(--gold);
  letter-spacing: 0;
  text-transform: none;
}

.testimonial-card .message-icon svg {
  width: 18px;
  height: 18px;
}

.testimonial-card.is-featured .message-icon {
  background: rgba(255, 255, 255, 0.08);
  color: var(--gold);
}

.credential-list,
.form-notes {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.proof-cases {
  display: grid;
  gap: 14px;
}

.proof-cases article {
  padding: 24px;
}

.faq {
  padding: 96px 0;
}

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

.faq-grid details {
  padding: 20px 22px;
}

.faq-grid summary {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  color: var(--heading);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.16rem;
  font-weight: 800;
  line-height: 1.15;
  list-style: none;
}

.faq-grid summary::marker {
  content: "";
}

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

.faq-grid summary::before {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin-top: 1px;
  border-radius: 999px;
  background: rgba(71, 196, 177, 0.14);
  color: var(--brand-500);
  font-family: "Manrope", sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
}

.faq-grid details[open] summary::before {
  content: "-";
}

.form-section {
  background: linear-gradient(180deg, rgba(71, 196, 177, 0.09), rgba(7, 24, 22, 0));
}

.diagnostic-form {
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--paper);
  box-shadow: var(--shadow);
}

.conversational-form {
  position: relative;
  overflow: hidden;
}

.form-progress {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 18px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.form-progress span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.form-progress strong {
  color: var(--heading);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 0.98rem;
}

.progress-track {
  grid-column: 1 / -1;
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
}

.progress-track i {
  display: block;
  width: 14.28%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--brand-700), var(--brand-500));
  transition: width 220ms ease;
}

.form-step {
  display: grid;
  gap: 16px;
}

.diagnostic-form.is-ready .form-step:not(.is-active) {
  display: none;
}

.step-eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 -2px;
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.step-eyebrow .inline-icon {
  width: 15px;
  height: 15px;
}

.form-step h3,
.choice-group legend {
  margin: 0;
  color: var(--heading);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.46rem, 2.65vw, 1.96rem);
  font-weight: 900;
  line-height: 1.08;
}

.step-help {
  margin: -2px 0 4px;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.field {
  display: grid;
  gap: 7px;
  color: var(--heading);
  font-size: 0.92rem;
  font-weight: 900;
}

.field span {
  color: var(--heading);
  font-size: 0.88rem;
  font-weight: 900;
}

.field em {
  color: var(--muted);
  font-style: normal;
  font-weight: 700;
}

.field input,
.field select {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #0a1d1a;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 700;
  outline: 0;
}

.field input:focus,
.field select:focus,
.choice-group label:focus-within {
  border-color: rgba(71, 196, 177, 0.72);
  box-shadow: 0 0 0 4px rgba(71, 196, 177, 0.16);
}

.field input[aria-invalid="true"] {
  border-color: #b84638;
  box-shadow: 0 0 0 4px rgba(184, 70, 56, 0.11);
}

.choice-group {
  display: grid;
  gap: 13px;
  margin: 8px 0 0;
  padding: 0;
  border: 0;
}

.form-step h3 + .choice-group {
  margin-top: 18px;
}

.form-step[data-required-name="urgencia"] .choice-group {
  gap: 20px;
}

.form-step[data-required-name="urgencia"] .choice-group legend {
  margin-bottom: 24px;
}

.choice-group.compact {
  gap: 12px;
}

.choice-help {
  margin: 0 0 6px;
}

.choice-group label {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 54px;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #0a1d1a;
  color: var(--ink);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.choice-group label::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid rgba(232, 224, 209, 0.28);
  border-radius: 50%;
  background: #0a1d1a;
  box-shadow: inset 0 0 0 5px #0a1d1a;
}

.choice-group label:has(input[type="checkbox"])::after {
  border-radius: 6px;
}

.choice-group label:hover {
  transform: translateY(-1px);
  border-color: rgba(71, 196, 177, 0.42);
}

.choice-group label:has(input:checked) {
  border-color: rgba(71, 196, 177, 0.8);
  background: rgba(71, 196, 177, 0.12);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}

.choice-group label:has(input:checked)::after {
  border-color: var(--brand-700);
  background: var(--brand-700);
}

.choice-group label:has(input[type="checkbox"]:checked)::after {
  box-shadow: inset 0 0 0 4px #0a1d1a;
}

.choice-group label:has(input[aria-invalid="true"]) {
  border-color: #b84638;
  box-shadow: 0 0 0 4px rgba(184, 70, 56, 0.11);
}

.choice-group input[type="radio"],
.choice-group input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.choice-group span {
  font-weight: 800;
  line-height: 1.25;
}

.step-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 4px;
}

.step-actions .button {
  min-width: 132px;
  flex: 1;
}

.submit-button {
  cursor: pointer;
}

.submit-button:disabled {
  cursor: wait;
  filter: saturate(0.75);
  opacity: 0.78;
}

.review-list {
  display: grid;
  gap: 10px;
  margin: 0;
}

.review-list div {
  display: grid;
  grid-template-columns: minmax(84px, 0.32fr) 1fr;
  gap: 14px;
  align-items: start;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface-soft);
}

.review-list dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.review-list dd {
  margin: 0;
  color: var(--heading);
  font-weight: 900;
  line-height: 1.35;
}

.privacy-note {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 400;
  line-height: 1.5;
}

.privacy-note a,
.footer-links a,
.legal-content a {
  color: inherit;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-note a {
  font-weight: 400;
}

.form-status {
  min-height: 22px;
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

.form-status.is-error {
  color: #9c3328;
}

.form-status.is-success {
  color: var(--brand-700);
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
}

.site-footer {
  padding: 34px 0 42px;
  background: var(--brand-900);
  color: rgba(255, 255, 255, 0.72);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.footer-inner img {
  width: 138px;
  height: 54px;
  object-fit: contain;
  object-position: left center;
}

.footer-inner p {
  max-width: 560px;
  margin: 0;
  text-align: right;
}

.footer-copy {
  display: grid;
  gap: 9px;
  justify-items: end;
}

.footer-copy p {
  max-width: 680px;
}

.footer-legal {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.82rem;
  font-weight: 700;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.84rem;
}

.cookie-consent {
  position: fixed;
  right: clamp(14px, 4vw, 34px);
  bottom: clamp(14px, 4vw, 28px);
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 16px;
  width: min(680px, calc(100vw - 28px));
  padding: 14px 14px 14px 18px;
  border: 1px solid rgba(232, 224, 209, 0.16);
  border-radius: 12px;
  background: rgba(8, 25, 23, 0.96);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
  color: rgba(255, 255, 255, 0.78);
  transition: opacity 180ms ease, transform 180ms ease;
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent.is-hiding {
  opacity: 0;
  transform: translateY(8px);
}

.cookie-consent p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.5;
}

.cookie-consent a {
  color: #fff;
  font-weight: 800;
}

.cookie-consent-button {
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  color: #112018;
  cursor: pointer;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
}

.legal-page {
  background: var(--bg);
}

.legal-hero {
  padding: 132px 0 52px;
}

.legal-hero h1 {
  max-width: 860px;
  margin-bottom: 18px;
}

.legal-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.legal-content {
  display: grid;
  gap: 30px;
  padding-bottom: 92px;
}

.legal-content section {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface-raised);
}

.legal-content h2 {
  margin: 0 0 12px;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.legal-content p,
.legal-content li {
  color: var(--muted);
  line-height: 1.7;
}

.legal-content ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.legal-meta {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reveal {
  opacity: 1;
  transform: none;
  transition: transform 220ms ease;
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .header-cta,
  .button {
    transition: none;
  }
}

@media (max-width: 980px) {
  :root {
    --shell: min(100vw - 28px, 760px);
  }

  .site-header {
    height: auto;
    align-items: center;
  }

  .top-nav {
    display: none;
  }

  .hero,
  .split-section,
  .outcome-layout,
  .proof-layout,
  .form-layout,
  .testimonial-grid,
  .authority {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 42px;
  }

  .hero-visual {
    min-height: 520px;
  }

  .section-intro {
    position: static;
  }

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

@media (max-width: 680px) {
  :root {
    --shell: min(100vw - 24px, 480px);
  }

  body {
    font-size: 15px;
  }

  .site-header {
    margin-top: 8px;
    padding: 10px;
    border-radius: 14px;
  }

  .brand {
    width: 126px;
    min-height: 40px;
    flex-basis: 126px;
  }

  .brand img {
    width: 108px;
  }

  .header-cta {
    min-height: 40px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .hero {
    gap: 30px;
    padding: 34px 0 56px;
  }

  h1 {
    font-size: clamp(2.25rem, 10.8vw, 3.15rem);
  }

  h2 {
    font-size: clamp(1.8rem, 8vw, 2.45rem);
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-visual {
    min-height: 430px;
  }

  .portrait-frame {
    inset: 0;
    border-radius: 24px;
  }

  .portrait-frame img {
    border-radius: 24px;
  }

  .signal-card-small {
    left: 10px;
    top: 14px;
    width: 200px;
  }

  .signal-card-main {
    right: 10px;
    bottom: 14px;
  }

  .pain-band,
  .outcomes,
  .proof,
  .standard-section,
  .form-section,
  .method,
  .faq,
  .authority {
    padding: 66px 0;
  }

  .symptom-list,
  .method-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .symptom-list article {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 10px 12px;
    padding: 18px;
  }

  .symptom-list .icon-badge {
    width: 44px;
    height: 44px;
    border-radius: 12px;
  }

  .plain-list .icon-badge {
    width: 38px;
    height: 38px;
    border-radius: 11px;
  }

  .symptom-list .icon-badge svg {
    width: 23px;
    height: 23px;
  }

  .plain-list .icon-badge svg {
    width: 20px;
    height: 20px;
  }

  .plain-list.has-icons li {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 8px 12px;
    padding: 16px 0;
  }

  .plain-list.has-icons li > span:not(.icon-badge) {
    grid-column: 2;
  }

  .method-card {
    min-height: 0;
  }

  .testimonial-card,
  .testimonial-card.is-featured {
    min-height: 0;
  }

  .outcome-panel,
  .diagnostic-form {
    padding: 22px;
    border-radius: 18px;
  }

  .form-step h3,
  .choice-group legend {
    font-size: clamp(1.34rem, 7vw, 1.85rem);
    line-height: 1.08;
  }

  .choice-group label {
    min-height: 52px;
    padding: 12px 14px;
  }

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

  .step-actions .button {
    width: 100%;
    min-width: 0;
  }

  .step-actions .button:only-child {
    grid-column: 1 / -1;
  }

  .form-step[data-optional-name="email"] .step-actions .button.primary {
    grid-column: 1 / -1;
  }

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

  .footer-copy {
    justify-items: start;
  }

  .footer-inner p {
    text-align: left;
  }

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

  .cookie-consent {
    left: 12px;
    right: 12px;
    bottom: 12px;
    width: auto;
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
    padding: 14px;
  }

  .cookie-consent-button {
    width: 100%;
  }

  .legal-hero {
    padding-top: 112px;
  }

  .legal-content section {
    padding: 22px;
  }
}
