/* Protocolo Unlocked — webinar landing
   Palette: near-black, warm ivory, soft gold, muted red. Solid surfaces only. */

:root {
  --bg: #050505;
  --bg-elevated: #0b0b0b;
  --bg-soft: #121212;
  --surface: #141414;
  --border: rgba(246, 240, 230, 0.12);
  --border-strong: rgba(246, 240, 230, 0.22);
  --ivory: #f6f0e6;
  --ivory-muted: rgba(246, 240, 230, 0.72);
  --ivory-dim: rgba(246, 240, 230, 0.48);
  --gold: #d6b06d;
  --gold-soft: rgba(214, 176, 109, 0.16);
  --red: #bf2e24;
  --red-soft: rgba(191, 46, 36, 0.14);
  --shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
  --shadow-soft: 0 4px 18px rgba(0, 0, 0, 0.28);
  --font-body: Calibri, "Segoe UI", Candara, "Trebuchet MS", sans-serif;
  --font-display: Georgia, "Times New Roman", "Liberation Serif", Times, serif;
  --radius: 4px;
  --shell: 1120px;
  --shell-narrow: 720px;
  --header-h: 4.25rem;
  --sticky-h: 4.5rem;
  --space-1: 0.5rem;
  --space-2: 1rem;
  --space-3: 1.5rem;
  --space-4: 2.5rem;
  --space-5: 4rem;
  --space-6: 6rem;
  --focus: 0 0 0 2px var(--bg), 0 0 0 4px var(--gold);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--ivory);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

body.is-modal-open {
  overflow: hidden;
}

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

a {
  color: var(--gold);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--ivory);
}

:focus-visible {
  outline: none;
  box-shadow: var(--focus);
}

.skip-link {
  position: absolute;
  left: var(--space-2);
  top: -100px;
  z-index: 1000;
  padding: 0.65rem 1rem;
  background: var(--gold);
  color: var(--bg);
  font-weight: 600;
  text-decoration: none;
}

.skip-link:focus {
  top: var(--space-2);
}

.shell {
  width: min(100% - 2rem, var(--shell));
  margin-inline: auto;
}

.shell--narrow {
  width: min(100% - 2rem, var(--shell-narrow));
}

/* Topbar */
.topbar {
  background: var(--bg-elevated);
  border-bottom: 1px solid var(--border);
  font-size: 0.875rem;
  color: var(--ivory-muted);
}

.topbar p {
  margin: 0;
  padding: 0.55rem 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.topbar__badge {
  display: inline-block;
  border: 1px solid var(--gold);
  color: var(--gold);
  padding: 0.15rem 0.55rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 700;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(5, 5, 5, 0.94);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(8px);
}

.site-header__inner {
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--ivory);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.brand__mark {
  width: 2.25rem;
  height: 2.25rem;
  object-fit: contain;
}

.site-nav {
  display: none;
  gap: 1.25rem;
  font-size: 0.92rem;
}

.site-nav a {
  color: var(--ivory-muted);
  text-decoration: none;
}

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

.site-header .btn--sm {
  display: none;
}

@media (min-width: 900px) {
  .site-nav {
    display: flex;
  }

  .site-header .btn--sm {
    display: inline-flex;
  }
}

/* Buttons */
.btn {
  appearance: none;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
  padding: 0.85rem 1.25rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.btn--primary {
  background: var(--gold);
  color: #1a140c;
  border-color: var(--gold);
}

.btn--primary:hover {
  background: #e0bf7f;
  border-color: #e0bf7f;
  color: #120e08;
}

.btn--sm {
  padding: 0.55rem 0.9rem;
  font-size: 0.85rem;
}

.btn--lg {
  padding: 1rem 1.5rem;
  font-size: 1.02rem;
}

.btn--block {
  width: 100%;
}

/* Hero */
.hero {
  padding: var(--space-5) 0 var(--space-6);
  background: var(--bg);
}

.hero__grid {
  display: grid;
  gap: var(--space-5);
  align-items: center;
}

@media (min-width: 900px) {
  .hero__grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: var(--space-5);
  }
}

.eyebrow {
  margin: 0 0 var(--space-2);
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
.section-head h2,
.authority h2,
.final-cta h2,
.entrada h2,
.module h3,
.reasons__item h3,
.transform__side h3 {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: var(--ivory);
}

.hero h1 {
  margin: 0 0 var(--space-3);
  font-size: clamp(2rem, 4.5vw, 3.15rem);
  max-width: 16ch;
}

.lead {
  margin: 0 0 var(--space-3);
  color: var(--ivory-muted);
  font-size: 1.1rem;
  max-width: 38ch;
}

.hero__meta {
  list-style: none;
  margin: 0 0 var(--space-4);
  padding: 0;
  display: grid;
  gap: 0.75rem;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding-block: 1rem;
}

@media (min-width: 560px) {
  .hero__meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

.hero__meta li {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.meta-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--ivory-dim);
}

.trust-note {
  margin: var(--space-2) 0 0;
  font-size: 0.9rem;
  color: var(--ivory-dim);
}

/* Editorial protocol diagram */
.protocol-diagram {
  margin: 0;
  padding: var(--space-4);
  background: var(--bg-elevated);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.protocol-diagram__caption {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin-bottom: var(--space-3);
  color: var(--ivory);
}

.protocol-diagram__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.protocol-diagram__steps > li:not(.protocol-diagram__connector) {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
}

.protocol-diagram__steps > li:last-of-type {
  border-bottom: 0;
}

.step-num {
  font-family: var(--font-display);
  color: var(--gold);
  font-size: 1.35rem;
}

.step-label {
  font-size: 1.05rem;
  font-weight: 600;
}

.protocol-diagram__connector {
  height: 0;
  margin: 0;
  border: 0;
  border-left: 1px solid var(--gold);
  height: 1rem;
  margin-left: 0.85rem;
  opacity: 0.55;
}

.protocol-diagram__note {
  margin: var(--space-3) 0 0;
  color: var(--ivory-dim);
  font-size: 0.92rem;
}

/* Sections */
.section {
  padding: var(--space-6) 0;
}

.section--tight {
  padding: var(--space-5) 0;
}

.section--band {
  background: var(--bg-elevated);
  border-block: 1px solid var(--border);
}

.section--authority {
  background: var(--bg);
}

.section-head {
  margin-bottom: var(--space-4);
  max-width: 42rem;
}

.section-head--center {
  margin-inline: auto;
  text-align: center;
}

.section-head h2 {
  margin: 0 0 var(--space-2);
  font-size: clamp(1.75rem, 3vw, 2.35rem);
}

.section-head p {
  margin: 0;
  color: var(--ivory-muted);
}

/* Reasons — open layout, not cards */
.reasons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: var(--space-4);
  counter-reset: reason;
}

@media (min-width: 800px) {
  .reasons {
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-4);
  }
}

.reasons__item {
  padding-top: var(--space-2);
  border-top: 1px solid var(--border-strong);
  counter-increment: reason;
}

.reasons__item h3 {
  margin: 0 0 0.65rem;
  font-size: 1.25rem;
}

.reasons__item h3::before {
  content: counter(reason, decimal-leading-zero);
  display: block;
  margin-bottom: 0.75rem;
  font-family: var(--font-display);
  font-size: 0.9rem;
  color: var(--gold);
  letter-spacing: 0.08em;
}

.reasons__item p {
  margin: 0;
  color: var(--ivory-muted);
  font-size: 0.98rem;
}

/* Countdown */
.countdown-band {
  padding: var(--space-5) 0;
  background: var(--surface);
  border-block: 1px solid var(--border);
}

.countdown-band__inner {
  text-align: center;
}

.countdown-band__title {
  margin: 0 0 var(--space-3);
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 5.5rem));
  gap: 0.75rem;
  justify-content: center;
}

.countdown__unit {
  border: 1px solid var(--border);
  background: var(--bg);
  padding: 0.85rem 0.4rem;
}

.countdown__value {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 4vw, 2.1rem);
  color: var(--ivory);
  line-height: 1.1;
}

.countdown__label {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--ivory-dim);
}

.countdown__expired {
  margin: var(--space-3) auto 0;
  max-width: 36rem;
  color: var(--ivory-muted);
  border: 1px solid var(--border-strong);
  padding: var(--space-3);
  background: var(--bg);
}

.countdown.is-expired {
  display: none;
}

/* Modules */
.modules {
  display: grid;
  gap: var(--space-3);
}

@media (min-width: 800px) {
  .modules {
    grid-template-columns: repeat(3, 1fr);
  }
}

.module {
  padding: var(--space-3);
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  box-shadow: var(--shadow-soft);
}

.module__index {
  display: block;
  margin-bottom: 0.75rem;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.module h3 {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
}

.module p {
  margin: 0;
  color: var(--ivory-muted);
}

/* Authority */
.authority {
  display: grid;
  gap: var(--space-4);
  align-items: center;
}

@media (min-width: 800px) {
  .authority {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: var(--space-5);
  }
}

.authority__photo-wrap {
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: var(--bg-soft);
  overflow: hidden;
  max-width: 26rem;
}

.authority__photo {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center bottom;
  filter: grayscale(0.15) contrast(1.05);
}

.authority__role {
  margin: 0 0 var(--space-2);
  color: var(--gold);
  font-weight: 600;
}

.authority__copy p {
  color: var(--ivory-muted);
}

.authority__copy p + p {
  margin-top: 0.85rem;
}

/* Before / after */
.transform {
  display: grid;
  gap: var(--space-3);
  align-items: stretch;
}

@media (min-width: 800px) {
  .transform {
    grid-template-columns: 1fr auto 1fr;
    gap: var(--space-3);
    align-items: center;
  }
}

.transform__side {
  padding: var(--space-3);
  border: 1px solid var(--border);
  background: var(--bg);
  min-height: 100%;
}

.transform__side--before {
  border-color: rgba(191, 46, 36, 0.35);
}

.transform__side--after {
  border-color: rgba(214, 176, 109, 0.45);
  background: var(--gold-soft);
}

.transform__side h3 {
  margin: 0 0 var(--space-2);
  font-size: 1.3rem;
}

.transform__side ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--ivory-muted);
}

.transform__side li + li {
  margin-top: 0.45rem;
}

.transform__arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.5rem 0;
  min-width: 5rem;
}

.transform__arrow-line {
  width: 2px;
  height: 2.5rem;
  background: var(--gold);
}

.transform__arrow-label {
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: var(--gold);
  letter-spacing: 0.04em;
}

.transform__arrow-head {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid var(--gold);
}

@media (min-width: 800px) {
  .transform__arrow {
    flex-direction: row;
    min-width: 7rem;
  }

  .transform__arrow-line {
    width: 2.75rem;
    height: 2px;
  }

  .transform__arrow-head {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid var(--gold);
    border-right: 0;
  }
}

/* Entrada */
.entrada {
  display: flex;
  justify-content: center;
}

.entrada__panel {
  width: min(100%, 36rem);
  padding: var(--space-4);
  border: 1px solid var(--border-strong);
  background: var(--bg-elevated);
  text-align: center;
  box-shadow: var(--shadow-soft);
}

.entrada__panel h2 {
  margin: 0 0 0.5rem;
  font-size: 1.85rem;
}

.entrada__price {
  margin: 0 0 var(--space-2);
  font-family: var(--font-display);
  font-size: 1.75rem;
  color: var(--gold);
}

.entrada__panel p {
  color: var(--ivory-muted);
}

.entrada__note {
  font-size: 0.92rem;
  color: var(--ivory-dim) !important;
}

.entrada__panel .btn {
  margin-top: var(--space-3);
}

/* Proof / testimonials */
.proof-grid {
  display: grid;
  gap: var(--space-3);
  grid-template-columns: 1fr;
}

@media (min-width: 700px) {
  .proof-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .proof-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.proof-card {
  border: 1px solid var(--border);
  background: var(--bg-elevated);
  padding: 0.65rem;
  min-height: 12rem;
  box-shadow: var(--shadow-soft);
}

.proof-card vturb-smartplayer {
  display: block;
  width: 100%;
}

.proof-card__placeholder {
  min-height: 11rem;
  display: grid;
  place-items: center;
  color: var(--ivory-dim);
  font-size: 0.9rem;
  border: 1px dashed var(--border);
  background: var(--bg);
}

.proof-card__placeholder.is-unavailable {
  color: var(--ivory-muted);
  border-style: solid;
}

/* Checklist */
.checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 44rem;
  display: grid;
  gap: 0.85rem;
}

.checklist li {
  position: relative;
  padding: 0.85rem 0.85rem 0.85rem 2.75rem;
  border-left: 2px solid var(--gold);
  background: var(--bg);
  color: var(--ivory-muted);
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 1.15rem;
  width: 0.55rem;
  height: 0.55rem;
  background: var(--gold);
}

/* FAQ accordion */
.faq {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--border);
}

.faq__item {
  border-bottom: 1px solid var(--border);
}

.faq__item h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  font-family: var(--font-body);
}

.faq__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
  background: transparent;
  border: 0;
  color: var(--ivory);
  font: inherit;
  font-weight: 600;
  padding: 1.15rem 0.15rem;
  cursor: pointer;
}

.faq__trigger:hover {
  color: var(--gold);
}

.faq__icon {
  width: 0.7rem;
  height: 0.7rem;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.15s ease;
  flex-shrink: 0;
}

.faq__trigger[aria-expanded="true"] .faq__icon {
  transform: rotate(225deg);
  margin-top: 0.25rem;
}

.faq__panel {
  padding: 0 0 1.15rem;
  color: var(--ivory-muted);
}

.faq__panel p {
  margin: 0;
}

/* Final CTA */
.final-cta {
  padding: var(--space-6) 0;
  background: var(--bg-soft);
  border-top: 1px solid var(--border);
  text-align: center;
}

.final-cta__inner {
  max-width: 36rem;
}

.final-cta h2 {
  margin: 0 0 var(--space-2);
  font-size: clamp(1.7rem, 3vw, 2.2rem);
}

.final-cta p {
  margin: 0 0 var(--space-3);
  color: var(--ivory-muted);
}

/* Footer */
.site-footer {
  padding: var(--space-4) 0 calc(var(--space-4) + var(--sticky-h));
  border-top: 1px solid var(--border);
  background: var(--bg);
  color: var(--ivory-dim);
  font-size: 0.9rem;
}

.site-footer__inner {
  display: grid;
  gap: 0.75rem;
  justify-items: start;
}

.brand--footer {
  color: var(--ivory-muted);
}

.site-footer__meta,
.site-footer__legal {
  margin: 0;
}

/* Sticky mobile CTA */
.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 35;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
  background: rgba(5, 5, 5, 0.96);
  border-top: 1px solid var(--border);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.35);
}

.sticky-cta[hidden] {
  display: none !important;
}

.sticky-cta__btn {
  width: 100%;
}

@media (min-width: 900px) {
  .sticky-cta {
    display: none !important;
  }

  .site-footer {
    padding-bottom: var(--space-4);
  }
}

/* Modal */
.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.modal[hidden] {
  display: none !important;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
}

.modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 28rem);
  max-height: min(92vh, 40rem);
  overflow: auto;
  background: var(--bg-elevated);
  border: 1px solid var(--border-strong);
  box-shadow: var(--shadow);
  padding: var(--space-3);
}

.modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: var(--space-3);
}

.modal__header h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 500;
}

.modal__close {
  appearance: none;
  border: 1px solid var(--border);
  background: var(--bg);
  color: var(--ivory);
  width: 2.25rem;
  height: 2.25rem;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  border-radius: var(--radius);
}

.modal__close:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* Form */
.register-form {
  display: grid;
  gap: 1rem;
}

.field {
  display: grid;
  gap: 0.4rem;
}

.field label {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ivory);
}

.field input[type="text"],
.field input[type="email"],
.field input[type="tel"] {
  width: 100%;
  padding: 0.75rem 0.8rem;
  border: 1px solid var(--border-strong);
  border-radius: var(--radius);
  background: var(--bg);
  color: var(--ivory);
  font-family: var(--font-body);
  font-size: 1rem;
}

.field input::placeholder {
  color: var(--ivory-dim);
}

.field input:focus {
  border-color: var(--gold);
}

.field--checkbox {
  grid-template-columns: auto 1fr;
  column-gap: 0.65rem;
  row-gap: 0.35rem;
  align-items: start;
}

.field--checkbox input[type="checkbox"] {
  margin-top: 0.3rem;
  width: 1.05rem;
  height: 1.05rem;
  accent-color: var(--gold);
}

.field--checkbox label {
  font-weight: 400;
  font-size: 0.88rem;
  color: var(--ivory-muted);
  line-height: 1.45;
}

.field--checkbox .field__error {
  grid-column: 1 / -1;
}

.field--honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.field--honeypot label {
  display: none;
}

.field--honeypot input {
  width: 1px;
  height: 1px;
}

.field__error {
  margin: 0;
  color: #e8a39e;
  font-size: 0.85rem;
}

.field.is-invalid input:not([type="checkbox"]),
.field.is-invalid input[type="checkbox"] {
  box-shadow: 0 0 0 1px var(--red);
}

.form-status {
  margin: 0;
  min-height: 1.25rem;
  font-size: 0.92rem;
  color: var(--ivory-muted);
}

.form-status.is-pending {
  color: var(--gold);
  border: 1px solid rgba(214, 176, 109, 0.35);
  padding: 0.75rem;
  background: var(--gold-soft);
}

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

.btn:disabled,
.btn[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: 0.58;
}

/* Confirmation page */
.thanks-page {
  min-height: 100vh;
  background: var(--bg);
}

.thanks-page__main {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: var(--space-4) 1rem;
}

.thanks-card {
  width: min(100%, 38rem);
  padding: clamp(1.5rem, 5vw, 3rem);
  border: 1px solid var(--border-strong);
  background: var(--bg-elevated);
  box-shadow: var(--shadow);
}

.thanks-card__brand {
  margin-bottom: var(--space-4);
}

.thanks-card h1 {
  margin: 0 0 var(--space-2);
  font-family: var(--font-display);
  font-size: clamp(2rem, 7vw, 3rem);
  font-weight: 500;
  line-height: 1.12;
}

.thanks-card__lead {
  margin: 0 0 var(--space-4);
  color: var(--ivory-muted);
  font-size: 1.08rem;
}

.thanks-card__action {
  padding: var(--space-3);
  border: 1px solid var(--border);
  background: var(--bg);
}

.thanks-card__action p {
  margin: var(--space-2) 0 0;
  color: var(--ivory-muted);
  font-size: 0.92rem;
}

.thanks-card__back {
  display: inline-block;
  margin-top: var(--space-3);
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
