@import url("https://api.fontshare.com/v2/css?f[]=clash-grotesk@400,700&display=swap");

:root {
  --ink: #090708;
  --ink-soft: #100a0d;
  --wine: #4d102c;
  --wine-bright: #85254e;
  --berry: #b7376d;
  --gold: #d6a849;
  --gold-soft: #f0d18a;
  --champagne: #f7ead2;
  --paper: #f8f1e8;
  --muted: #b9afb1;
  --glass: rgba(15, 10, 12, 0.72);
  --glass-soft: rgba(255, 255, 255, 0.06);
  --glass-line: rgba(245, 218, 158, 0.22);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--paper);
  font-family: "Clash Grotesk", ui-sans-serif, system-ui, sans-serif;
  background: var(--ink);
}

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

a {
  color: inherit;
}

.top-promise {
  display: flex;
  width: min(760px, calc(100% - 32px));
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 14px;
  border-bottom: 1px solid rgba(214, 168, 73, 0.12);
  color: #bdb6b7;
  font-size: 0.94rem;
  text-align: center;
}

.top-promise p {
  margin: 0;
}

.top-promise strong {
  color: var(--gold);
  font-weight: 700;
}

.promise-icon {
  display: grid;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(214, 168, 73, 0.6);
  border-radius: 50%;
  color: var(--gold);
  box-shadow: 0 0 20px rgba(214, 168, 73, 0.12);
}

.promise-icon svg {
  width: 18px;
}

.vsl-section {
  position: relative;
  overflow: hidden;
  padding: 12px 20px 64px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 16%, rgba(100, 22, 55, 0.22), transparent 30rem),
    linear-gradient(180deg, #090809 0%, #090809 76%, #0f090b 100%);
}

.vsl-section::before {
  position: absolute;
  top: 220px;
  left: 50%;
  width: 850px;
  height: 850px;
  border: 1px solid rgba(214, 168, 73, 0.035);
  border-radius: 50%;
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

.narrow {
  width: min(800px, 100%);
  margin-inline: auto;
}

.brand-lockup {
  position: relative;
  z-index: 1;
  width: 142px;
  margin: 8px auto 14px;
}

.brand-lockup img {
  width: 100%;
  height: auto;
}

.hero-copy {
  position: relative;
  z-index: 1;
}

.hero-copy h1 {
  margin: 0;
  font-family: "Clash Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.25rem, 4.55vw, 4rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}

.text-gold {
  color: var(--gold);
}

.editorial-accent,
.section-title em,
.hero-subtitle em {
  display: inline-block;
  color: var(--gold-soft);
  font-family: "Clash Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.editorial-accent {
  font-size: 1.08em;
  font-style: italic;
  background: linear-gradient(100deg, #e88b73, #f0c97c 72%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title-rule {
  display: block;
  width: 72px;
  height: 1px;
  margin: 22px auto;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  box-shadow: 0 0 15px rgba(214, 168, 73, 0.35);
}

.hero-subtitle {
  max-width: 740px;
  margin: 0 auto 30px;
  color: #e0dcdd;
  font-size: clamp(1.12rem, 2.2vw, 1.62rem);
  font-weight: 400;
  line-height: 1.55;
  text-wrap: balance;
}

.hero-subtitle strong {
  color: var(--gold);
  font-weight: 700;
}

.hero-subtitle em {
  color: var(--gold-soft);
  font-size: 1.12em;
  font-style: italic;
}

.vsl-wrap {
  position: relative;
  z-index: 1;
  padding: 1px;
  border: 1px solid rgba(214, 168, 73, 0.25);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(214, 168, 73, 0.03));
  box-shadow: 0 24px 75px rgba(0, 0, 0, 0.52), 0 0 38px rgba(112, 28, 64, 0.12);
}

.vsl-placeholder {
  position: relative;
  display: flex;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(145deg, rgba(10, 8, 9, 0.82), rgba(49, 10, 28, 0.75)),
    radial-gradient(circle at 50% 45%, rgba(183, 55, 109, 0.36), transparent 36%);
  backdrop-filter: blur(24px);
}

.vsl-placeholder::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: radial-gradient(circle at center, black, transparent 76%);
}

.vsl-glow {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: rgba(183, 55, 109, 0.23);
  filter: blur(70px);
}

.vsl-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(247, 234, 210, 0.035);
  font-family: "Clash Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(8rem, 24vw, 17rem);
  font-style: italic;
  line-height: 1;
  transform: translate(-53%, -52%);
}

.play-button {
  position: relative;
  z-index: 2;
  display: grid;
  width: 76px;
  height: 76px;
  place-items: center;
  border: 1px solid rgba(247, 234, 210, 0.52);
  border-radius: 50%;
  color: #230b14;
  background: linear-gradient(145deg, #f3d88c, #bd8731);
  box-shadow: 0 12px 42px rgba(214, 168, 73, 0.24);
}

.play-button svg {
  width: 25px;
  margin-left: 4px;
}

.vsl-placeholder p {
  position: relative;
  z-index: 2;
  margin: 18px 0 4px;
  font-family: "Clash Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.vsl-placeholder > span {
  position: relative;
  z-index: 2;
  color: rgba(248, 241, 232, 0.54);
  font-size: 0.82rem;
}

.watch-copy {
  margin: 20px auto 0;
  color: #a79b9e;
  font-size: 0.94rem;
  letter-spacing: 0.18em;
}

.watch-copy strong {
  color: var(--gold-soft);
}

.down-cue {
  display: flex;
  height: 62px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.down-cue i {
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border-right: 1px solid rgba(214, 168, 73, 0.48);
  border-bottom: 1px solid rgba(214, 168, 73, 0.48);
  transform: rotate(45deg);
}

.down-cue b {
  width: 6px;
  height: 6px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 16px 5px rgba(214, 168, 73, 0.25);
}

.primary-cta {
  display: flex;
  width: min(480px, 100%);
  min-height: 64px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  gap: 20px;
  padding: 15px 24px;
  border: 1px solid rgba(255, 236, 185, 0.46);
  border-radius: 7px;
  color: #120b0d;
  font-family: "Clash Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  background: linear-gradient(105deg, #d6a12c, #f0cc72 52%, #cb9022);
  box-shadow: 0 16px 36px rgba(214, 168, 73, 0.18), 0 0 26px rgba(214, 168, 73, 0.12);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.primary-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(214, 168, 73, 0.27), 0 0 34px rgba(214, 168, 73, 0.16);
}

.primary-cta:focus-visible,
.form-submit:focus-visible,
.back-link:focus-visible,
input:focus-visible,
label.radio-card:has(input:focus-visible) {
  outline: 3px solid var(--champagne);
  outline-offset: 4px;
}

.conversion-section {
  position: relative;
  overflow: hidden;
  padding: 62px 20px 74px;
  background:
    radial-gradient(circle at 50% 8%, rgba(225, 170, 60, 0.24), transparent 28rem),
    linear-gradient(180deg, #251410 0%, #6b471a 17%, #9a6f24 43%, #4b3517 70%, #0b0909 100%);
}

.conversion-section::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.18;
  background:
    linear-gradient(115deg, rgba(95, 15, 48, 0.48), transparent 35%),
    linear-gradient(245deg, rgba(95, 15, 48, 0.3), transparent 37%);
}

.ambient {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(90px);
}

.ambient-one {
  top: 18%;
  left: -180px;
  width: 420px;
  height: 420px;
  background: rgba(114, 20, 58, 0.42);
}

.ambient-two {
  right: -220px;
  bottom: 17%;
  width: 500px;
  height: 500px;
  background: rgba(191, 49, 102, 0.22);
}

.content-column {
  position: relative;
  z-index: 1;
  width: min(1040px, 100%);
  margin: 0 auto;
  text-align: center;
}

.step-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-soft);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.step-label span {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border: 1px solid var(--gold);
  border-radius: 50%;
  font-size: 0.75rem;
}

.section-title {
  max-width: 780px;
  margin: 30px auto 36px;
  font-family: "Clash Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.2rem, 4.8vw, 4.35rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.03;
  text-wrap: balance;
}

.section-title em {
  font-style: italic;
  background: linear-gradient(110deg, #f1b181, #efcf82);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.glass-panel {
  border: 1px solid var(--glass-line);
  background: linear-gradient(145deg, rgba(9, 7, 8, 0.88), rgba(28, 13, 18, 0.74));
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(24px) saturate(120%);
}

.insight-card {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  width: min(720px, 100%);
  margin: 0 auto 68px;
  text-align: left;
}

.metric-block {
  display: flex;
  min-height: 225px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border-right: 1px solid rgba(214, 168, 73, 0.25);
}

.metric-block strong {
  color: var(--gold);
  font-family: "Clash Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: 7rem;
  font-style: italic;
  line-height: 0.8;
}

.metric-block span {
  color: #bcb3b4;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.insight-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px;
}

.mini-rule {
  display: block;
  width: 28px;
  height: 1px;
  margin-bottom: 24px;
  background: var(--gold);
}

.insight-copy p {
  margin: 0;
  color: #bbb2b4;
  font-size: 0.98rem;
  line-height: 1.8;
}

.insight-copy strong {
  color: var(--gold-soft);
  font-weight: 700;
}

.method-intro {
  padding-top: 38px;
  border-top: 1px solid rgba(247, 234, 210, 0.14);
}

.micro-label {
  margin: 0 0 22px;
  color: rgba(247, 234, 210, 0.56);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.method-intro .section-title {
  margin-top: 0;
  margin-bottom: 18px;
}

.method-subtitle {
  margin: 0 0 34px;
  color: rgba(248, 241, 232, 0.72);
  font-size: 1rem;
}

.phases {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  isolation: isolate;
  text-align: left;
}

.phase-card {
  position: relative;
  z-index: 1;
  min-height: 332px;
  overflow: hidden;
  padding: 30px 24px;
  border-right: 1px solid rgba(214, 168, 73, 0.26);
  transform-origin: center;
  transition: background 600ms cubic-bezier(0.3, 0.9, 0.4, 1), box-shadow 600ms cubic-bezier(0.3, 0.9, 0.4, 1), transform 600ms cubic-bezier(0.3, 0.9, 0.4, 1);
  will-change: background, box-shadow, transform;
}

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

.phase-letter {
  position: absolute;
  top: 6px;
  right: 8px;
  display: block;
  padding: 8px 14px 10px 8px;
  color: transparent;
  font-family: "Clash Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: 7rem;
  font-style: italic;
  line-height: 1.08;
  background: linear-gradient(115deg, rgba(214, 168, 73, 0.28) 15%, rgba(255, 232, 177, 0.88) 48%, rgba(183, 125, 34, 0.32) 80%);
  background-size: 260% 100%;
  background-clip: text;
  filter: drop-shadow(0 0 13px rgba(214, 168, 73, 0.16));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: phase-monogram-shimmer 4.8s ease-in-out infinite;
  transform-origin: 65% 50%;
  transition: transform 600ms cubic-bezier(0.3, 0.9, 0.4, 1), filter 600ms cubic-bezier(0.3, 0.9, 0.4, 1);
}

.phase-card:nth-child(2) .phase-letter {
  animation-delay: -1.3s;
}

.phase-card:nth-child(3) .phase-letter {
  animation-delay: -2.6s;
}

.phase-card:nth-child(4) .phase-letter {
  animation-delay: -3.9s;
}

.phase-card.is-scroll-active {
  animation: phase-card-scroll-cue 1.15s cubic-bezier(0.3, 0.9, 0.4, 1) both;
}

.phase-card.is-scroll-active:nth-child(2) {
  animation-delay: 80ms;
}

.phase-card.is-scroll-active:nth-child(3) {
  animation-delay: 160ms;
}

.phase-card.is-scroll-active:nth-child(4) {
  animation-delay: 240ms;
}

.phase-card:hover {
  background: linear-gradient(145deg, rgba(52, 22, 33, 0.9), rgba(15, 9, 11, 0.82));
  box-shadow: inset 0 1px 0 rgba(247, 222, 163, 0.1), inset 0 0 38px rgba(214, 168, 73, 0.04);
}

.phase-card.is-scroll-active:hover {
  z-index: 3;
  animation: none;
  background: linear-gradient(145deg, rgba(52, 22, 33, 0.9), rgba(15, 9, 11, 0.82));
  box-shadow: inset 0 1px 0 rgba(247, 222, 163, 0.1), inset 0 0 38px rgba(214, 168, 73, 0.04);
  transform: none;
}

.phase-card:hover .phase-letter {
  filter: drop-shadow(0 0 22px rgba(214, 168, 73, 0.42));
  transform: translateY(-4px) scale(1.035);
}

@keyframes phase-monogram-shimmer {
  0%,
  100% {
    background-position: 100% 50%;
    filter: drop-shadow(0 0 11px rgba(214, 168, 73, 0.12));
    opacity: 0.8;
  }

  50% {
    background-position: 0% 50%;
    filter: drop-shadow(0 0 20px rgba(214, 168, 73, 0.34));
    opacity: 1;
  }
}

@keyframes phase-card-scroll-cue {
  0%,
  100% {
    z-index: 1;
    background: linear-gradient(145deg, rgba(9, 7, 8, 0), rgba(28, 13, 18, 0));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0);
    transform: scale(1) translateY(0);
  }

  48% {
    z-index: 2;
    background: linear-gradient(145deg, rgba(52, 22, 33, 0.58), rgba(15, 9, 11, 0.48));
    box-shadow: inset 0 1px 0 rgba(247, 222, 163, 0.09), inset 0 0 30px rgba(214, 168, 73, 0.035);
    transform: scale(1.006) translateY(-1px);
  }
}

.phase-card > p:first-of-type {
  position: relative;
  z-index: 1;
  margin: 72px 0 18px;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.phase-card h3 {
  position: relative;
  z-index: 1;
  min-height: 66px;
  margin: 0 0 18px;
  font-family: "Clash Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.55rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.1;
  text-wrap: balance;
}

.phase-check {
  color: var(--gold-soft);
  font-style: normal;
  text-shadow: 0 0 16px rgba(214, 168, 73, 0.26);
}

.phase-description {
  margin: 0;
  color: #afa6a8;
  font-size: 0.88rem;
  line-height: 1.65;
}

.application-transition {
  width: min(700px, 100%);
  margin: 58px auto 0;
}

.application-transition h3 {
  margin: 0 0 16px;
  font-size: clamp(1.85rem, 3.8vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.08;
  text-wrap: balance;
}

.application-transition p {
  max-width: 620px;
  margin: 0 auto;
  color: rgba(248, 241, 232, 0.72);
  font-size: 1rem;
  line-height: 1.7;
  text-wrap: balance;
}

.final-cta {
  margin-top: 34px;
}

.site-footer {
  padding: 28px 20px 34px;
  border-top: 1px solid rgba(214, 168, 73, 0.15);
  color: #787174;
  text-align: center;
  background: #090708;
}

.site-footer img {
  width: 88px;
  height: auto;
  margin: 0 auto 10px;
  opacity: 0.78;
}

.site-footer p {
  margin: 0;
  font-size: 0.78rem;
}

/* Form page */
.form-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% -5%, rgba(111, 24, 60, 0.35), transparent 33rem),
    linear-gradient(180deg, #090708 0%, #10090c 64%, #1d0b13 100%);
}

.form-page::before {
  position: fixed;
  inset: 0;
  content: "";
  pointer-events: none;
  opacity: 0.3;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black, transparent 80%);
}

.form-header,
.form-main,
.form-footer {
  position: relative;
  z-index: 1;
}

.form-header {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 8px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a79da0;
  font-size: 0.84rem;
  text-decoration: none;
}

.back-link:hover {
  color: var(--gold-soft);
}

.form-logo {
  display: block;
  width: 96px;
  height: auto;
  aspect-ratio: 1000 / 620;
  margin: 0 auto 12px;
  object-fit: contain;
}

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: min(560px, 100%);
  margin: 8px auto 0;
}

.steps::before {
  position: absolute;
  top: 18px;
  right: 16.66%;
  left: 16.66%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--gold), rgba(214, 168, 73, 0.18));
}

.step {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 9px;
  color: #777073;
  font-size: 0.78rem;
}

.step span {
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border: 1px solid rgba(214, 168, 73, 0.18);
  border-radius: 50%;
  background: #0b0809;
}

.step.done,
.step.active {
  color: var(--gold);
}

.step.done span {
  color: #160d0f;
  font-weight: 800;
  background: var(--gold);
}

.step.active {
  color: var(--paper);
  font-weight: 700;
}

.step.active span {
  border-color: var(--gold);
  color: var(--gold);
  box-shadow: 0 0 24px rgba(214, 168, 73, 0.12);
}

.form-main {
  width: min(930px, calc(100% - 32px));
  margin: 0 auto;
  padding: 74px 0 90px;
}

.form-intro {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}

.form-intro .micro-label {
  margin-bottom: 20px;
  color: var(--gold);
}

.form-intro h1 {
  margin: 0 0 20px;
  font-family: "Clash Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2.25rem, 5vw, 4.2rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.05;
  text-wrap: balance;
}

.form-intro h1 em {
  color: var(--gold-soft);
  font-family: "Clash Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-style: italic;
  font-weight: 500;
}

.form-intro > p:last-child {
  margin: 0;
  color: #aaa0a3;
  font-size: 1rem;
  line-height: 1.65;
}

.application-form {
  padding: 46px;
  border: 1px solid rgba(245, 218, 158, 0.24);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(73, 14, 39, 0.1));
  box-shadow: 0 35px 95px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(25px) saturate(120%);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.field label,
.question legend {
  color: #eee7e2;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.5;
}

.field input,
.question textarea {
  width: 100%;
  border: 1px solid rgba(247, 234, 210, 0.15);
  border-radius: 8px;
  color: var(--paper);
  font: inherit;
  background: rgba(7, 5, 6, 0.56);
  transition: border-color 160ms ease, background 160ms ease;
}

.field input {
  min-height: 52px;
  padding: 0 15px;
}

.question textarea {
  min-height: 110px;
  padding: 14px 15px;
  resize: vertical;
}

.field input::placeholder,
.question textarea::placeholder {
  color: #6f676a;
}

.field input:focus,
.question textarea:focus {
  border-color: rgba(214, 168, 73, 0.72);
  outline: none;
  background: rgba(7, 5, 6, 0.76);
}

.question {
  margin: 34px 0 0;
  padding: 34px 0 0;
  border: 0;
  border-top: 1px solid rgba(247, 234, 210, 0.1);
}

.question legend {
  width: 100%;
  padding: 0;
  font-size: 1.03rem;
}

.question-number {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.question textarea {
  margin-top: 17px;
}

.radio-list {
  display: grid;
  margin-top: 17px;
  gap: 10px;
}

.radio-card {
  position: relative;
  display: flex;
  min-height: 52px;
  align-items: center;
  padding: 12px 15px;
  gap: 12px;
  border: 1px solid rgba(247, 234, 210, 0.13);
  border-radius: 8px;
  color: #bdb4b6;
  font-size: 0.91rem;
  line-height: 1.45;
  background: rgba(7, 5, 6, 0.46);
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
}

.radio-card:hover {
  border-color: rgba(214, 168, 73, 0.38);
  color: var(--paper);
}

.radio-card:has(input:checked) {
  border-color: rgba(214, 168, 73, 0.72);
  color: var(--paper);
  background: rgba(101, 27, 58, 0.28);
  box-shadow: inset 0 0 28px rgba(183, 55, 109, 0.06);
}

.radio-card input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--gold);
}

.form-submit {
  display: flex;
  width: min(480px, 100%);
  min-height: 64px;
  align-items: center;
  justify-content: center;
  margin: 42px auto 0;
  gap: 20px;
  padding: 15px 24px;
  border: 1px solid rgba(255, 236, 185, 0.46);
  border-radius: 7px;
  color: #120b0d;
  font-family: "Clash Grotesk", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.94rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: nowrap;
  background: linear-gradient(105deg, #d6a12c, #f0cc72 52%, #cb9022);
  box-shadow: 0 16px 36px rgba(214, 168, 73, 0.18), 0 0 26px rgba(214, 168, 73, 0.12);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(214, 168, 73, 0.27), 0 0 34px rgba(214, 168, 73, 0.16);
}

.form-submit:disabled {
  cursor: wait;
  filter: saturate(0.72) brightness(0.88);
  opacity: 0.82;
  transform: none;
}

.form-status {
  min-height: 24px;
  margin: 18px 0 0;
  color: var(--gold-soft);
  font-size: 0.86rem;
  text-align: center;
}

.form-footer {
  padding: 30px 20px 40px;
  border-top: 1px solid rgba(214, 168, 73, 0.12);
  color: #777073;
  font-size: 0.78rem;
  text-align: center;
}

@media (max-width: 900px) {
  .phases {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .phase-card:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(214, 168, 73, 0.26);
  }

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

@media (max-width: 680px) {
  .top-promise {
    min-height: 60px;
    align-items: flex-start;
    padding-top: 14px;
    font-size: 0.78rem;
    line-height: 1.45;
    text-align: left;
  }

  .promise-icon {
    width: 28px;
    height: 28px;
  }

  .vsl-section {
    padding: 12px 16px 56px;
  }

  .brand-lockup {
    width: 104px;
    margin-bottom: 12px;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 10.2vw, 3.05rem);
    line-height: 1.06;
  }

  .hero-subtitle {
    margin-bottom: 24px;
    font-size: 1.05rem;
  }

  .vsl-wrap {
    width: 100%;
  }

  .play-button {
    width: 56px;
    height: 56px;
  }

  .play-button svg {
    width: 19px;
  }

  .vsl-placeholder p {
    margin-top: 12px;
    font-size: 0.71rem;
  }

  .vsl-placeholder > span {
    max-width: 240px;
    font-size: 0.68rem;
  }

  .watch-copy {
    font-size: 0.71rem;
    letter-spacing: 0.1em;
  }

  .primary-cta {
    min-height: 59px;
    gap: 12px;
    padding-inline: 15px;
    font-size: 0.78rem;
    line-height: 1.25;
  }

  .conversion-section {
    padding: 48px 15px 64px;
  }

  .section-title {
    margin-top: 24px;
    margin-bottom: 32px;
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .insight-card {
    grid-template-columns: 1fr;
    margin-bottom: 48px;
  }

  .metric-block {
    min-height: 150px;
    border-right: 0;
    border-bottom: 1px solid rgba(214, 168, 73, 0.22);
  }

  .metric-block strong {
    font-size: 6rem;
  }

  .insight-copy {
    padding: 30px 24px;
  }

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

  .phase-card,
  .phase-card:nth-child(2) {
    min-height: 275px;
    border-right: 0;
    border-bottom: 1px solid rgba(214, 168, 73, 0.26);
  }

  .phase-card:last-child {
    border-bottom: 0;
  }

  .phase-card > p:first-of-type {
    margin-top: 48px;
  }

  .final-cta {
    margin-top: 30px;
  }

  .application-transition {
    margin-top: 46px;
  }

  .application-transition h3 {
    font-size: clamp(1.75rem, 8.5vw, 2.45rem);
  }

  .form-main {
    width: min(100% - 24px, 930px);
    padding-top: 56px;
  }

  .form-header {
    width: min(100% - 24px, 760px);
  }

  .form-logo {
    width: 88px;
    margin-bottom: 12px;
  }

  .step {
    font-size: 0.66rem;
  }

  .application-form {
    padding: 27px 18px;
    border-radius: 16px;
  }

  .form-submit {
    gap: 8px;
    padding-inline: 8px;
    font-size: clamp(0.62rem, 3.2vw, 0.74rem);
    letter-spacing: 0.025em;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .question {
    margin-top: 28px;
    padding-top: 28px;
  }

  .radio-card {
    font-size: 0.86rem;
  }
}

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

  .primary-cta,
  .form-submit {
    transition: none;
  }

  .phase-card,
  .phase-letter {
    animation: none;
    transition: none;
  }

  .phase-card.is-scroll-active {
    animation: none;
  }
}
