@font-face {
  font-family: 'Agatho';
  src: url('../fonts/Agatho.woff2') format('woff2'),
       url('../fonts/Agatho.woff') format('woff');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #030102;
  --ink: #080405;
  --panel: rgba(16, 8, 10, .54);
  --panel-deep: rgba(9, 4, 6, .78);
  --panel-soft: rgba(255, 255, 255, .055);
  --white: #fff8f0;
  --cream: #efe3d5;
  --muted: #b7a79c;
  --dim: #766860;
  --gold: #d7ad62;
  --gold-2: #f5dfaa;
  --gold-3: #9d6d32;
  --red: #9c101c;
  --wine: #23070b;
  --line: rgba(255, 248, 240, .12);
  --line-strong: rgba(245, 223, 170, .32);
  --shadow: 0 34px 110px rgba(0, 0, 0, .52);
  --serif: 'Agatho', 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100svh;
  overflow-x: hidden;
  background: var(--black);
  color: var(--white);
  font-family: var(--sans);
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
::selection { background: rgba(215, 173, 98, .32); color: #fff; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }

.bg-layer {
  position: fixed;
  inset: 0;
  z-index: -5;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 14%, rgba(138, 0, 16, .36), transparent 34%),
    radial-gradient(circle at 18% 100%, rgba(74, 11, 23, .34), transparent 34%),
    #030102;
}
.bg-video,
.bg-poster {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: .72;
  filter: saturate(1.12) contrast(1.08) brightness(.72);
  transform: scale(1.018);
}
.bg-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1, 0, 1, .96) 0%, rgba(5, 2, 4, .80) 34%, rgba(14, 3, 6, .46) 61%, rgba(2, 1, 2, .88) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .62), rgba(2, 0, 1, .22) 34%, rgba(0, 0, 0, .90));
}
.bg-overlay::before {
  content: '';
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(245, 223, 170, .12);
  border-radius: 32px;
  pointer-events: none;
}
.grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.72' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.62'/%3E%3C/svg%3E");
}

.page-shell {
  width: min(1480px, calc(100% - 64px));
  min-height: 100svh;
  margin: 0 auto;
  padding: 32px 0 46px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(460px, .76fr);
  align-items: center;
  gap: clamp(34px, 5vw, 82px);
}
.hero-panel {
  position: sticky;
  top: 32px;
  min-height: calc(100svh - 78px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 0 42px clamp(0px, 1.8vw, 22px);
}
.brand-lockup {
  width: max-content;
  max-width: 100%;
  margin: 0 0 clamp(34px, 4.5vw, 64px);
  position: relative;
}
.brand-lockup::after {
  content: '';
  position: absolute;
  left: 2px;
  bottom: -18px;
  width: 120px;
  height: 1px;
  background: linear-gradient(90deg, rgba(245, 223, 170, .92), rgba(245, 223, 170, 0));
}
.brand-logo {
  display: block;
  width: clamp(190px, 20vw, 332px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 42px rgba(0, 0, 0, .46));
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--gold-2);
  text-transform: uppercase;
  letter-spacing: .38em;
  font-size: clamp(10px, .86vw, 13px);
  line-height: 1.7;
  font-weight: 900;
}
.hero-panel h1,
.success-letter h1,
.setup-card h1,
.legal-card h1 {
  margin: 0;
  font-family: var(--serif);
  color: var(--white);
  text-transform: uppercase;
  letter-spacing: -.065em;
  line-height: .82;
  text-shadow: 0 26px 54px rgba(0, 0, 0, .55);
}
.hero-title-unseen-only,
.hero-panel h1 {
  width: max-content;
  max-width: 100%;
  white-space: nowrap;
  font-size: clamp(78px, 8.1vw, 128px);
}
.hero-panel h1::after {
  content: '';
  display: block;
  width: 76px;
  height: 2px;
  margin: 28px 0 24px;
  background: linear-gradient(90deg, var(--red), rgba(245, 223, 170, .62), transparent);
}
.hero-copy {
  max-width: 660px;
  margin: 0;
  color: var(--cream);
  font-size: clamp(16px, 1.22vw, 21px);
  line-height: 1.78;
  letter-spacing: -.012em;
}
.privacy-strip {
  max-width: 660px;
  margin-top: 42px;
  border: 1px solid rgba(245, 223, 170, .22);
  border-left: 3px solid rgba(245, 223, 170, .78);
  border-radius: 22px;
  padding: 17px 20px 17px 22px;
  color: #eee1d5;
  background: linear-gradient(135deg, rgba(255, 255, 255, .046), rgba(125, 15, 24, .10));
  box-shadow: 0 22px 58px rgba(0, 0, 0, .22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  line-height: 1.68;
  font-size: 13.5px;
}
.privacy-strip::before {
  content: 'Privasi kamu adalah prioritas kami';
  display: block;
  margin-bottom: 5px;
  color: var(--gold-2);
  font-weight: 900;
  letter-spacing: .018em;
}

.form-card,
.success-letter,
.setup-card,
.legal-card {
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .070), rgba(255, 255, 255, .022)),
    linear-gradient(180deg, rgba(42, 8, 12, .50), rgba(8, 4, 6, .70));
  box-shadow: var(--shadow);
  backdrop-filter: blur(26px) saturate(1.18);
  -webkit-backdrop-filter: blur(26px) saturate(1.18);
}
.form-card {
  position: sticky;
  top: 36px;
  justify-self: end;
  width: min(560px, 100%);
  max-height: none;
  overflow: visible;
  border-radius: 32px;
  padding: clamp(22px, 2vw, 30px);
}
.form-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(circle at 17% 0%, rgba(245, 223, 170, .14), transparent 28%),
    radial-gradient(circle at 100% 18%, rgba(166, 16, 28, .23), transparent 32%);
}
.form-card::after {
  content: '';
  position: absolute;
  inset: 1px;
  z-index: 0;
  border-radius: calc(32px - 1px);
  pointer-events: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .09);
}
.form-card > * { position: relative; z-index: 1; }

/* === Revision: cleaner transparent luxury card so video background remains visible === */
.form-card {
  border-color: rgba(245, 223, 170, .26);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .012)),
    linear-gradient(180deg, rgba(52, 12, 16, .30), rgba(6, 3, 5, .40));
  box-shadow: 0 30px 96px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .055);
  backdrop-filter: blur(15px) saturate(1.12);
  -webkit-backdrop-filter: blur(15px) saturate(1.12);
}
.form-card::before {
  background:
    radial-gradient(circle at 17% 0%, rgba(245, 223, 170, .080), transparent 30%),
    radial-gradient(circle at 100% 18%, rgba(166, 16, 28, .120), transparent 34%);
}
.form-card::after {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .055), inset 0 0 0 1px rgba(255, 248, 240, .020);
}
.progress-wrap {
  background: rgba(0, 0, 0, .16);
  border-color: rgba(255, 248, 240, .085);
}
.field input,
.field select,
.field textarea,
.setup-form input {
  background-color: rgba(255, 255, 255, .060);
}
.question-block {
  background: rgba(255, 255, 255, .024);
}


.progress-wrap {
  margin: 0 0 22px;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(0, 0, 0, .24);
  border: 1px solid rgba(255, 248, 240, .10);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045);
}
.progress-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: var(--gold-2);
  text-transform: uppercase;
  letter-spacing: .20em;
  font-size: 10.5px;
  line-height: 1.4;
  font-weight: 900;
}
.progress-track {
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, .10);
}
.progress-fill {
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--gold), #fff0bc, var(--red));
  box-shadow: 0 0 26px rgba(245, 223, 170, .34);
  transition: width .32s ease;
}

.step { display: none; }
.step.active { display: block; animation: fadeUp .36s ease both; }
.step-heading {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 15px;
  margin: 0 0 22px;
}
.step-number {
  font-family: var(--serif);
  color: var(--gold-2);
  font-size: clamp(44px, 3.5vw, 54px);
  line-height: .86;
  letter-spacing: -.05em;
  text-shadow: 0 12px 28px rgba(245, 223, 170, .18);
}
.step-heading h2,
.closed-state h2 {
  margin: 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(35px, 3.2vw, 48px);
  line-height: .92;
  letter-spacing: -.045em;
}
.step-heading p {
  margin: 8px 0 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 13.2px;
}
.grid { display: grid; gap: 14px 16px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.field {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 0 0 14px;
  color: #f5e9df;
  font-size: 12.6px;
  font-weight: 800;
  letter-spacing: .012em;
}
.field input,
.field select,
.field textarea,
.setup-form input {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 248, 240, .13);
  border-radius: 15px;
  outline: none;
  color: #fffaf4;
  background-color: rgba(255, 255, 255, .054);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.field input,
.field textarea,
.setup-form input { padding: 15px 16px; }
.field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 15px 46px 15px 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 6.75L9 11.25L13.5 6.75' fill='none' stroke='%23f5dfaa' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: right 16px center;
}
.field select::-ms-expand { display: none; }
.field select option { background: #12070a; color: #fffaf4; }
.field input::placeholder,
.field textarea::placeholder { color: rgba(239, 228, 218, .46); }
.field input:focus,
.field select:focus,
.field textarea:focus,
.setup-form input:focus {
  border-color: rgba(245, 223, 170, .78);
  background-color: rgba(255, 255, 255, .075);
  box-shadow: 0 0 0 4px rgba(215, 173, 98, .12), 0 16px 38px rgba(0, 0, 0, .18);
}
.textarea-field textarea {
  min-height: 136px;
  resize: vertical;
  line-height: 1.66;
}

.question-block {
  margin: 15px 0;
  padding: 17px;
  border: 1px solid rgba(255, 248, 240, .10);
  border-radius: 22px;
  background: rgba(255, 255, 255, .032);
}
.question-block.no-pad { padding: 0; border: 0; background: transparent; }
.question-block h3 {
  margin: 0 0 14px;
  color: #fff8f1;
  font-size: 14.2px;
  line-height: 1.42;
  letter-spacing: -.008em;
}
.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.choice-grid.compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.choice { position: relative; display: block; cursor: pointer; }
.choice input {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}
.choice span {
  min-height: 46px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 248, 240, .12);
  border-radius: 15px;
  padding: 11px 13px;
  color: #e9ded5;
  background: rgba(255, 255, 255, .044);
  font-size: 12.5px;
  line-height: 1.35;
  font-weight: 780;
  transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}
.choice span::before {
  content: '';
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .32);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .045);
}
.choice:hover span { border-color: rgba(245, 223, 170, .38); transform: translateY(-1px); }
.choice input:checked + span {
  border-color: rgba(245, 223, 170, .72);
  color: #fffaf4;
  background: linear-gradient(145deg, rgba(215, 173, 98, .18), rgba(156, 16, 28, .19));
  box-shadow: 0 16px 34px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .08);
}
.choice input:checked + span::before {
  background: var(--gold-2);
  box-shadow: 0 0 0 4px rgba(215, 173, 98, .18), 0 0 22px rgba(245, 223, 170, .38);
}
.conditional { display: none; }
.conditional.show { display: flex; }
.question-block.conditional.show { display: block; }
.scale-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}
.scale { position: relative; cursor: pointer; }
.scale input { position: absolute; opacity: 0; pointer-events: none; }
.scale span {
  min-height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 248, 240, .12);
  border-radius: 15px;
  color: #fffaf4;
  background: rgba(255, 255, 255, .046);
  font-weight: 900;
  transition: .18s ease;
}
.scale input:checked + span {
  border-color: var(--gold-2);
  background: rgba(215, 173, 98, .20);
  box-shadow: 0 0 0 4px rgba(215, 173, 98, .10);
}
small { display: block; margin-top: 10px; color: var(--muted); line-height: 1.5; }
.consent-box {
  display: grid;
  gap: 12px;
  margin-top: 16px;
  padding: 17px;
  border: 1px solid rgba(245, 223, 170, .20);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(215, 173, 98, .075), rgba(156, 16, 28, .070));
}
.consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  color: #eadfd6;
  line-height: 1.56;
  font-size: 13.6px;
}
.consent input {
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  accent-color: var(--gold);
}

.form-nav {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(126px, .52fr) minmax(190px, 1fr);
  gap: 12px;
  margin: 20px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid rgba(255, 248, 240, .10);
  background: transparent;
}
.form-nav.is-first {
  grid-template-columns: minmax(220px, 360px);
  justify-content: center;
}
.form-nav.is-first .ghost-btn { display: none; }
.form-nav.is-last {
  grid-template-columns: minmax(126px, .52fr) minmax(190px, 1fr);
}
.primary-btn,
.ghost-btn {
  appearance: none;
  min-height: 52px;
  border-radius: 999px;
  padding: 14px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 11px;
  line-height: 1.3;
  font-weight: 950;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.primary-btn {
  color: #180c07;
  background: linear-gradient(135deg, #f8e7ba 0%, #d8ad61 46%, #af7d3d 100%);
  box-shadow: 0 18px 42px rgba(215, 173, 98, .22), inset 0 1px 0 rgba(255, 255, 255, .58);
}
.primary-btn::after,
.ghost-btn::after { content: none !important; }
.primary-btn:hover { transform: translateY(-2px); box-shadow: 0 24px 54px rgba(215, 173, 98, .30); }
.ghost-btn {
  color: var(--cream);
  border: 1px solid rgba(255, 248, 240, .15);
  background: rgba(255, 255, 255, .050);
}
.ghost-btn:hover { border-color: rgba(245, 223, 170, .44); background: rgba(215, 173, 98, .08); }
.submit-btn { display: none; }

.alert {
  margin-bottom: 18px;
  border-radius: 18px;
  padding: 14px 16px;
  line-height: 1.55;
}
.alert ul { margin: 8px 0 0; padding-left: 18px; }
.alert-error { border: 1px solid rgba(255, 107, 119, .36); background: rgba(255, 107, 119, .11); color: #ffe4e7; }
.alert-success { border: 1px solid rgba(140, 255, 193, .32); background: rgba(140, 255, 193, .10); color: #d9ffe9; }
.is-invalid { border-color: rgba(255, 107, 119, .74) !important; box-shadow: 0 0 0 4px rgba(255, 107, 119, .14) !important; }
.question-block.is-invalid { border-color: rgba(255, 107, 119, .74) !important; }
.closed-state { padding: 52px 20px; text-align: center; }
.closed-state p { color: var(--muted); line-height: 1.7; }
.tiny-label {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--gold-2);
  text-transform: uppercase;
  letter-spacing: .28em;
  font-size: 11px;
  font-weight: 900;
}
.site-footer {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  width: min(1480px, calc(100% - 64px));
  color: rgba(239, 228, 218, .46);
  font-size: 11px;
  letter-spacing: .06em;
  pointer-events: none;
}

.success-shell {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 28px;
}
.success-letter {
  width: min(760px, 100%);
  border-radius: 32px;
  padding: clamp(30px, 4vw, 54px);
  text-align: center;
  overflow: hidden;
}
.success-logo,
.setup-logo {
  display: block;
  width: min(330px, 76%);
  height: auto;
  margin: 0 auto 28px;
  filter: drop-shadow(0 20px 42px rgba(0, 0, 0, .42));
}
.success-letter h1 { font-size: clamp(48px, 7vw, 88px); line-height: .88; }
.success-letter p { color: var(--cream); line-height: 1.82; font-size: 16px; }
.success-letter .hello { color: var(--gold-2); font-weight: 900; margin-bottom: 12px; }
.success-letter .primary-btn { margin-top: 20px; }

.setup-body,
.legal-body {
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 84% 7%, rgba(156, 16, 28, .28), transparent 38%),
    #050203;
}
.setup-card,
.legal-card {
  width: min(720px, 100%);
  border-radius: 32px;
  padding: clamp(26px, 4vw, 38px);
}
.setup-card h1,
.legal-card h1 { font-size: clamp(42px, 6vw, 76px); line-height: .9; }
.muted,
.legal-card p { color: var(--muted); line-height: 1.75; }
.setup-form { display: grid; gap: 12px; margin-top: 18px; }
.setup-form label { color: var(--cream); font-weight: 800; font-size: 13px; }
code {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: 2px 6px;
  background: rgba(255,255,255,.06);
  color: var(--gold-2);
}
.reveal { animation: fadeUp .58s cubic-bezier(.22, 1, .36, 1) both; }
.delay-1 { animation-delay: .08s; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }

@media (min-width: 1181px) and (max-height: 760px) {
  .page-shell { padding-top: 22px; padding-bottom: 22px; }
  .hero-panel { min-height: calc(100svh - 44px); top: 22px; }
  .brand-logo { width: clamp(170px, 17vw, 270px); }
  .brand-lockup { margin-bottom: 34px; }
  .hero-panel h1 { font-size: clamp(66px, 7vw, 106px); }
  .hero-panel h1::after { margin: 20px 0 18px; }
  .hero-copy { font-size: 16px; max-width: 600px; }
  .privacy-strip { margin-top: 28px; padding: 14px 16px; }
  .form-card { top: 22px; padding-top: 18px; }
  .progress-wrap { margin-bottom: 16px; padding: 13px 15px; }
  .field input, .field select, .field textarea, .setup-form input { min-height: 48px; }
  .choice span { min-height: 42px; }
  .textarea-field textarea { min-height: 112px; }
}

@media (max-width: 1180px) {
  .page-shell {
    width: min(860px, calc(100% - 36px));
    min-height: auto;
    padding: 28px 0 82px;
    grid-template-columns: 1fr;
    align-items: stretch;
    gap: 24px;
  }
  .hero-panel {
    position: relative;
    top: auto;
    min-height: auto;
    padding: 10px 2px 0;
  }
  .form-card {
    position: relative;
    top: auto;
    justify-self: stretch;
    width: 100%;
    max-height: none;
    overflow: visible;
  }
  .site-footer {
    position: relative;
    left: auto;
    bottom: auto;
    transform: none;
    width: min(860px, calc(100% - 36px));
    margin: -56px auto 30px;
  }
}

@media (max-width: 760px) {
  .bg-video,
  .bg-poster { object-position: 58% center; opacity: .58; }
  .bg-overlay {
    background:
      linear-gradient(90deg, rgba(2, 1, 2, .94), rgba(8, 2, 5, .70), rgba(2, 1, 2, .88)),
      linear-gradient(180deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .84));
  }
  .bg-overlay::before { inset: 10px; border-radius: 24px; }
  .page-shell {
    width: min(100% - 24px, 760px);
    padding: 20px 0 74px;
    gap: 18px;
  }
  .hero-panel {
    align-items: center;
    text-align: center;
    padding: 6px 4px 0;
  }
  .brand-lockup { margin-bottom: 30px; }
  .brand-lockup::after {
    left: 50%;
    bottom: -15px;
    width: 92px;
    transform: translateX(-50%);
  }
  .brand-logo { width: min(215px, 62vw); }
  .eyebrow {
    margin-bottom: 12px;
    letter-spacing: .24em;
    font-size: 9.5px;
  }
  .hero-title-unseen-only,
  .hero-panel h1 {
    font-size: clamp(47px, 16.4vw, 72px);
    line-height: .84;
    letter-spacing: -.075em;
  }
  .hero-panel h1::after {
    width: 58px;
    margin: 18px auto 16px;
  }
  .hero-copy {
    max-width: 520px;
    font-size: 15px;
    line-height: 1.72;
  }
  .privacy-strip {
    max-width: 520px;
    margin-top: 22px;
    padding: 14px 15px;
    border-radius: 18px;
    font-size: 12.2px;
    text-align: left;
  }
  .form-card,
  .success-letter,
  .setup-card,
  .legal-card { border-radius: 24px; }
  .form-card {
    padding: 16px;
  }
  .progress-wrap {
    padding: 13px 14px;
    border-radius: 17px;
    margin-bottom: 18px;
  }
  .progress-top {
    letter-spacing: .14em;
    font-size: 9.5px;
  }
  .step-heading {
    grid-template-columns: auto 1fr;
    gap: 11px;
    align-items: start;
    margin-bottom: 18px;
  }
  .step-number { font-size: 38px; line-height: .9; }
  .step-heading h2 { font-size: clamp(31px, 9.2vw, 39px); line-height: .94; }
  .step-heading p { font-size: 12.5px; }
  .grid.two,
  .choice-grid,
  .choice-grid.compact { grid-template-columns: 1fr; }
  .grid { gap: 0; }
  .field {
    margin-bottom: 13px;
    font-size: 12.2px;
  }
  .field input,
  .field select,
  .field textarea,
  .setup-form input {
    min-height: 50px;
    border-radius: 14px;
  }
  .field input,
  .field textarea,
  .setup-form input { padding: 14px 15px; }
  .field select { padding: 14px 44px 14px 15px; background-position: right 14px center; }
  .textarea-field textarea { min-height: 124px; }
  .question-block {
    margin: 13px 0;
    padding: 14px;
    border-radius: 18px;
  }
  .question-block h3 { font-size: 13.2px; }
  .choice span {
    min-height: 45px;
    border-radius: 14px;
    padding: 11px 12px;
  }
  .scale-row { gap: 7px; }
  .scale span { min-height: 46px; border-radius: 13px; }
  .consent-box { padding: 14px; border-radius: 18px; }
  .consent { font-size: 12.8px; }
  .form-nav {
    grid-template-columns: 1fr 1fr;
    margin: 16px 0 0;
    padding: 14px 0 0;
  }
  .form-nav.is-first {
    grid-template-columns: 1fr;
  }
  .primary-btn,
  .ghost-btn {
    width: 100%;
    min-height: 49px;
    padding: 12px 14px;
    letter-spacing: .12em;
    font-size: 10.5px;
  }
  .success-shell { padding: 16px; }
  .success-letter { padding: 28px 20px; }
  .success-logo,
  .setup-logo { width: min(250px, 78%); }
  .site-footer {
    width: min(100% - 24px, 760px);
    margin-top: -50px;
    font-size: 10px;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .page-shell { width: min(100% - 18px, 390px); }
  .hero-title-unseen-only,
  .hero-panel h1 { font-size: clamp(43px, 15vw, 53px); }
  .brand-logo { width: min(196px, 64vw); }
  .hero-copy { font-size: 14px; }
  .privacy-strip { display: none; }
  .form-card { padding: 14px; }
  .step-number { font-size: 34px; }
  .step-heading h2 { font-size: 30px; }
  .form-nav {
    margin: 14px 0 0;
    padding-left: 0;
    padding-right: 0;
  }
  .primary-btn,
  .ghost-btn { min-height: 47px; letter-spacing: .10em; font-size: 10px; }
}


/* === Revision: button stays inside the card, no inner scrollbar === */
#unseenForm {
  display: flex;
  flex-direction: column;
}
.form-card {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.form-card::-webkit-scrollbar { display: none; }
.form-card .field:last-child { margin-bottom: 0; }
.form-nav {
  overflow: visible;
}
.form-nav.is-first #nextBtn,
.form-nav.is-first #submitBtn {
  width: 100%;
}
@media (min-width: 1181px) {
  .form-card {
    min-height: min(760px, calc(100svh - 72px));
  }
  #unseenForm { min-height: inherit; }
  .form-nav { margin-top: auto; }
}
@media (min-width: 761px) and (max-width: 1180px) {
  .page-shell {
    padding-top: 24px;
    padding-bottom: 38px;
  }
  .form-card {
    padding: 24px;
  }
  .progress-wrap {
    margin-bottom: 18px;
  }
  .step-heading {
    margin-bottom: 18px;
  }
  .field {
    gap: 8px;
    margin-bottom: 12px;
  }
  .field input,
  .field select,
  .field textarea,
  .setup-form input {
    min-height: 50px;
  }
  .form-nav {
    margin-top: 14px;
  }
}
@media (max-width: 760px) {
  .form-nav {
    border-top-color: rgba(245, 223, 170, .16);
  }
  .form-nav.is-first .primary-btn {
    max-width: none;
  }
}

/* === Revision: inline privacy checklist + lighter glass card === */
.inline-privacy-consent {
  margin: 4px 0 18px;
}
.privacy-check {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  align-items: start;
  padding: 15px 16px;
  border: 1px solid rgba(245, 223, 170, .22);
  border-left: 3px solid rgba(245, 223, 170, .76);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(245, 223, 170, .075), rgba(156, 16, 28, .050)),
    rgba(255, 255, 255, .025);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045), 0 18px 44px rgba(0, 0, 0, .14);
  color: #eadfd6;
  cursor: pointer;
}
.privacy-check input {
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: 22px;
  height: 22px;
  margin: 1px 0 0;
  border: 1.5px solid rgba(245, 223, 170, .48);
  border-radius: 7px;
  background: rgba(255, 255, 255, .040);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}
.privacy-check input:checked {
  border-color: rgba(245, 223, 170, .92);
  background: linear-gradient(135deg, #f8e7ba, #d7ad62 58%, #a87535);
  box-shadow: 0 0 0 4px rgba(215, 173, 98, .12), 0 12px 24px rgba(215, 173, 98, .16);
}
.privacy-check input:checked::after {
  content: '';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #170b06;
  font-size: 15px;
  line-height: 1;
  font-weight: 950;
}
.privacy-check input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px rgba(215, 173, 98, .18);
}
.privacy-check span {
  color: #e9ddd3;
  font-size: 12.8px;
  line-height: 1.62;
  font-weight: 620;
  letter-spacing: -.006em;
}
.privacy-check strong {
  display: block;
  margin: 0 0 3px;
  color: var(--gold-2);
  font-size: 13.2px;
  line-height: 1.35;
  font-weight: 900;
}
.privacy-check a {
  color: var(--gold-2);
  text-decoration: underline;
  text-decoration-color: rgba(245, 223, 170, .46);
  text-underline-offset: 3px;
  font-weight: 900;
}
.privacy-check:hover {
  border-color: rgba(245, 223, 170, .34);
  background:
    linear-gradient(135deg, rgba(245, 223, 170, .095), rgba(156, 16, 28, .060)),
    rgba(255, 255, 255, .030);
}
.privacy-check.is-invalid,
.privacy-check:has(input.is-invalid) {
  border-color: rgba(255, 107, 119, .74);
  box-shadow: 0 0 0 4px rgba(255, 107, 119, .12), inset 0 1px 0 rgba(255, 255, 255, .045);
}

.form-card {
  border-color: rgba(245, 223, 170, .24);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .032), rgba(255, 255, 255, .008)),
    linear-gradient(180deg, rgba(52, 12, 16, .22), rgba(6, 3, 5, .30));
  box-shadow: 0 30px 96px rgba(0, 0, 0, .38), inset 0 1px 0 rgba(255, 255, 255, .045);
  backdrop-filter: blur(11px) saturate(1.08);
  -webkit-backdrop-filter: blur(11px) saturate(1.08);
}
.form-card::before {
  background:
    radial-gradient(circle at 17% 0%, rgba(245, 223, 170, .060), transparent 30%),
    radial-gradient(circle at 100% 18%, rgba(166, 16, 28, .095), transparent 34%);
}

@media (min-width: 1181px) {
  .page-shell {
    align-items: start;
  }
  .form-card {
    position: sticky;
    top: 32px;
    align-self: start;
    margin-top: max(18px, calc((100svh - 760px) / 2));
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .bg-video,
  .bg-poster {
    opacity: .68;
    filter: saturate(1.14) contrast(1.07) brightness(.76);
  }
  .bg-overlay {
    background:
      linear-gradient(90deg, rgba(2, 1, 2, .82), rgba(8, 2, 5, .50), rgba(2, 1, 2, .74)),
      linear-gradient(180deg, rgba(0, 0, 0, .54), rgba(0, 0, 0, .68));
  }
  .form-card {
    border-color: rgba(245, 223, 170, .22);
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .025), rgba(255, 255, 255, .006)),
      linear-gradient(180deg, rgba(52, 12, 16, .145), rgba(6, 3, 5, .205));
    box-shadow: 0 22px 72px rgba(0, 0, 0, .34), inset 0 1px 0 rgba(255, 255, 255, .035);
    backdrop-filter: blur(8px) saturate(1.06);
    -webkit-backdrop-filter: blur(8px) saturate(1.06);
  }
  .progress-wrap {
    background: rgba(0, 0, 0, .18);
  }
  .field input,
  .field select,
  .field textarea,
  .setup-form input {
    background-color: rgba(255, 255, 255, .050);
  }
  .inline-privacy-consent {
    margin: 2px 0 16px;
  }
  .privacy-check {
    grid-template-columns: 22px 1fr;
    gap: 12px;
    padding: 13px 14px;
    border-radius: 16px;
  }
  .privacy-check span {
    font-size: 12.2px;
    line-height: 1.58;
  }
  .privacy-check strong {
    font-size: 12.8px;
  }
}

/* === Final polish: Gelasio body typography + clean privacy checklist === */
:root {
  --sans: 'Gelasio', Georgia, 'Times New Roman', serif;
}

body,
button,
input,
select,
textarea {
  font-family: var(--sans);
}

.field,
.question-block h3,
.choice span,
.scale span,
.consent,
.progress-top,
.primary-btn,
.ghost-btn,
.tiny-label,
.hero-copy,
.eyebrow,
.site-footer {
  font-family: var(--sans);
}

.field,
.question-block h3 {
  font-weight: 700;
  letter-spacing: -.018em;
}

.field input,
.field select,
.field textarea,
.setup-form input {
  font-weight: 600;
  letter-spacing: -.018em;
}

.field input::placeholder,
.field textarea::placeholder,
.setup-form input::placeholder {
  font-weight: 600;
}

.inline-privacy-consent {
  margin: 8px 0 18px;
}

.privacy-check {
  position: relative;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 13px;
  align-items: flex-start;
  padding: 14px 15px;
  border: 1px solid rgba(245, 223, 170, .20);
  border-left: 1px solid rgba(245, 223, 170, .34);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 248, 240, .045), rgba(156, 16, 28, .034)),
    rgba(5, 2, 4, .20);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035), 0 16px 42px rgba(0, 0, 0, .14);
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.privacy-check::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 17px;
  pointer-events: none;
  background: radial-gradient(circle at 8% 0%, rgba(245, 223, 170, .080), transparent 36%);
  opacity: .9;
}

.privacy-check > * {
  position: relative;
  z-index: 1;
}

.privacy-check input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.privacy-box {
  width: 21px;
  height: 21px;
  margin-top: 2px;
  border-radius: 7px;
  border: 1.5px solid rgba(245, 223, 170, .44);
  background: rgba(255, 255, 255, .035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 0 0 0 rgba(215, 173, 98, 0);
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.privacy-box::after {
  content: '';
  position: absolute;
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #190b06;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) scale(.75);
  opacity: 0;
  transition: opacity .18s ease, transform .18s ease;
}

.privacy-check input:checked + .privacy-box {
  border-color: rgba(245, 223, 170, .98);
  background: linear-gradient(135deg, #fff1bf 0%, #d9aa54 58%, #a96f2a 100%);
  box-shadow: 0 0 0 4px rgba(215, 173, 98, .12), 0 12px 24px rgba(215, 173, 98, .14);
}

.privacy-check input:checked + .privacy-box::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.privacy-check input:focus-visible + .privacy-box {
  outline: none;
  box-shadow: 0 0 0 4px rgba(215, 173, 98, .20), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.privacy-copy {
  display: grid;
  gap: 4px;
  color: rgba(255, 248, 240, .84);
  font-size: 12.5px;
  line-height: 1.54;
  font-weight: 600;
  letter-spacing: -.018em;
}

.privacy-title {
  display: block;
  color: var(--gold-2);
  font-size: 13.6px;
  line-height: 1.26;
  font-weight: 700;
  letter-spacing: -.012em;
}

.privacy-text {
  display: block;
}

.privacy-text a {
  color: var(--gold-2);
  text-decoration: underline;
  text-decoration-color: rgba(245, 223, 170, .54);
  text-underline-offset: 3px;
  font-weight: 700;
}

.privacy-check:hover {
  border-color: rgba(245, 223, 170, .34);
  background:
    linear-gradient(135deg, rgba(255, 248, 240, .058), rgba(156, 16, 28, .044)),
    rgba(5, 2, 4, .24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045), 0 18px 48px rgba(0, 0, 0, .17);
}

.privacy-check:has(input:checked) {
  border-color: rgba(245, 223, 170, .38);
}

.privacy-check.is-invalid,
.privacy-check:has(input.is-invalid) {
  border-color: rgba(255, 107, 119, .74);
  box-shadow: 0 0 0 4px rgba(255, 107, 119, .12), inset 0 1px 0 rgba(255, 255, 255, .045);
}

@media (max-width: 760px) {
  .form-card {
    background:
      linear-gradient(145deg, rgba(255, 255, 255, .020), rgba(255, 255, 255, .005)),
      linear-gradient(180deg, rgba(52, 12, 16, .120), rgba(6, 3, 5, .185));
    backdrop-filter: blur(7px) saturate(1.05);
    -webkit-backdrop-filter: blur(7px) saturate(1.05);
  }

  .privacy-check {
    grid-template-columns: 21px minmax(0, 1fr);
    gap: 11px;
    padding: 13px 13px;
    border-radius: 16px;
  }

  .privacy-check::before {
    border-radius: 15px;
  }

  .privacy-copy {
    font-size: 12.05px;
    line-height: 1.52;
  }

  .privacy-title {
    font-size: 12.8px;
  }
}


/* === Micro revision: remove bottom footer + cleaner privacy checklist alignment === */
.site-footer {
  display: none !important;
}

.inline-privacy-consent {
  margin: 10px 0 20px;
}

.privacy-check {
  grid-template-columns: 30px minmax(0, 1fr) !important;
  gap: 13px !important;
  align-items: start !important;
  padding: 16px 17px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(245, 223, 170, .24) !important;
  background:
    linear-gradient(135deg, rgba(245, 223, 170, .055), rgba(156, 16, 28, .030)),
    rgba(4, 2, 4, .18) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04), 0 16px 42px rgba(0, 0, 0, .13) !important;
}

.privacy-check::before {
  inset: 1px !important;
  border-radius: 17px !important;
  background:
    radial-gradient(circle at 4% 12%, rgba(245, 223, 170, .07), transparent 34%),
    linear-gradient(90deg, rgba(245, 223, 170, .10), transparent 26%) !important;
  opacity: .75 !important;
}

.privacy-box {
  position: relative !important;
  display: block !important;
  align-self: start !important;
  justify-self: center !important;
  width: 23px !important;
  height: 23px !important;
  margin: 1px 0 0 !important;
  border-radius: 8px !important;
  border: 1.5px solid rgba(245, 223, 170, .50) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .060), rgba(255, 255, 255, .020)),
    rgba(0, 0, 0, .16) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .10) !important;
}

.privacy-box::after {
  content: '' !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  width: 6px !important;
  height: 11px !important;
  border: solid #160906 !important;
  border-width: 0 2.5px 2.5px 0 !important;
  opacity: 0 !important;
  transform: translate(-50%, -58%) rotate(45deg) scale(.72) !important;
  transform-origin: center !important;
  transition: opacity .18s ease, transform .18s ease !important;
}

.privacy-check input:checked + .privacy-box {
  border-color: rgba(255, 239, 188, .98) !important;
  background: linear-gradient(135deg, #fff1bd 0%, #d8aa55 56%, #a66f2d 100%) !important;
  box-shadow:
    0 0 0 5px rgba(215, 173, 98, .10),
    0 10px 20px rgba(215, 173, 98, .16),
    inset 0 1px 0 rgba(255, 255, 255, .55) !important;
}

.privacy-check input:checked + .privacy-box::after {
  opacity: 1 !important;
  transform: translate(-50%, -58%) rotate(45deg) scale(1) !important;
}

.privacy-copy {
  gap: 5px !important;
  color: rgba(255, 248, 240, .82) !important;
}

.privacy-title {
  color: rgba(245, 223, 170, .96) !important;
  font-size: 13.8px !important;
  line-height: 1.24 !important;
  font-weight: 700 !important;
}

.privacy-text {
  color: rgba(255, 248, 240, .78) !important;
  line-height: 1.56 !important;
  font-size: 12.35px !important;
  font-weight: 600 !important;
}

.privacy-text a {
  color: rgba(245, 223, 170, .98) !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 3px !important;
}

.privacy-check:hover,
.privacy-check:has(input:checked) {
  border-color: rgba(245, 223, 170, .40) !important;
}

@media (max-width: 760px) {
  .privacy-check {
    grid-template-columns: 28px minmax(0, 1fr) !important;
    gap: 11px !important;
    padding: 14px 14px !important;
    border-radius: 16px !important;
  }
  .privacy-check::before {
    border-radius: 15px !important;
  }
  .privacy-box {
    width: 22px !important;
    height: 22px !important;
    margin-top: 1px !important;
  }
  .privacy-title {
    font-size: 12.95px !important;
  }
  .privacy-text {
    font-size: 12.05px !important;
    line-height: 1.55 !important;
  }
}

/* === Micro revision: Instagram-style progress + cleaner step title === */
.story-wrap {
  margin: 0 0 26px !important;
  padding: 15px 18px !important;
  border-radius: 21px !important;
  background:
    linear-gradient(145deg, rgba(255, 248, 240, .035), rgba(255, 248, 240, .010)),
    rgba(0, 0, 0, .135) !important;
  border: 1px solid rgba(255, 248, 240, .085) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .042) !important;
}

.story-wrap .progress-top,
.story-wrap .progress-track,
.story-wrap .progress-fill {
  display: none !important;
}

.story-progress {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
  align-items: center;
  width: 100%;
}

.story-segment {
  display: block;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 248, 240, .13);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
  overflow: hidden;
  transition: background .22s ease, box-shadow .22s ease, opacity .22s ease, transform .22s ease;
}

.story-segment::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, #f5dfa4 0%, #fff0bf 48%, #c4162a 100%);
  box-shadow: 0 0 18px rgba(245, 223, 170, .26);
  transition: transform .28s ease;
}

.story-segment.is-complete::before,
.story-segment.is-active::before {
  transform: scaleX(1);
}

.story-segment.is-active {
  background: rgba(245, 223, 170, .16);
  box-shadow: 0 0 20px rgba(245, 223, 170, .11), inset 0 1px 0 rgba(255, 255, 255, .13);
}

.step-heading {
  align-items: end !important;
  gap: 16px !important;
  margin: 0 0 24px !important;
}

.step-heading p {
  display: none !important;
}

.step-number {
  font-size: clamp(44px, 3.75vw, 58px) !important;
  line-height: .82 !important;
  letter-spacing: -.060em !important;
}

.step-heading h2,
.closed-state h2 {
  font-size: clamp(38px, 3.55vw, 56px) !important;
  line-height: .88 !important;
  letter-spacing: -.055em !important;
}

@media (max-width: 760px) {
  .story-wrap {
    margin-bottom: 22px !important;
    padding: 12px 13px !important;
    border-radius: 17px !important;
  }

  .story-progress {
    gap: 6px;
  }

  .story-segment {
    height: 3.5px;
  }

  .step-heading {
    grid-template-columns: auto 1fr !important;
    gap: 12px !important;
    margin-bottom: 20px !important;
  }

  .step-number {
    font-size: clamp(39px, 12.5vw, 50px) !important;
  }

  .step-heading h2,
  .closed-state h2 {
    font-size: clamp(32px, 10.2vw, 42px) !important;
  }
}

@media (max-width: 390px) {
  .story-progress { gap: 5px; }
  .story-wrap { padding: 11px 12px !important; }
  .step-number { font-size: 38px !important; }
  .step-heading h2 { font-size: 30px !important; }
}

/* === Revision: premium custom dropdown + restored ambient sound control === */
.field.has-custom-select {
  z-index: 3;
}
.field.has-custom-select.is-select-open {
  z-index: 80;
}
.custom-select {
  position: relative;
  width: 100%;
}
.custom-select .native-select {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  appearance: auto !important;
  -webkit-appearance: auto !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}
.custom-select-trigger {
  position: relative;
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255, 248, 240, .145);
  border-radius: 15px;
  padding: 15px 48px 15px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  color: #fffaf4;
  text-align: left;
  font-family: var(--sans);
  font-size: 13.4px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.018em;
  background:
    radial-gradient(circle at 8% 0%, rgba(245, 223, 170, .050), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .068), rgba(255, 255, 255, .034));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .040), 0 12px 28px rgba(0, 0, 0, .10);
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}
.custom-select-trigger::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 2px solid rgba(245, 223, 170, .98);
  border-bottom: 2px solid rgba(245, 223, 170, .98);
  transform: translateY(-62%) rotate(45deg);
  transform-origin: center;
  transition: transform .20s ease, opacity .20s ease;
}
.custom-select-placeholder {
  color: rgba(255, 248, 240, .60);
}
.custom-select.is-filled .custom-select-placeholder {
  color: #fffaf4;
}
.custom-select.is-open .custom-select-trigger,
.custom-select-trigger:focus-visible {
  outline: none;
  border-color: rgba(245, 223, 170, .86);
  background:
    radial-gradient(circle at 8% 0%, rgba(245, 223, 170, .070), transparent 40%),
    linear-gradient(180deg, rgba(255, 255, 255, .080), rgba(255, 255, 255, .044));
  box-shadow: 0 0 0 4px rgba(215, 173, 98, .13), 0 16px 34px rgba(0, 0, 0, .20), inset 0 1px 0 rgba(255, 255, 255, .055);
}
.custom-select.is-open .custom-select-trigger::after {
  transform: translateY(-28%) rotate(225deg);
}
.custom-select.is-invalid .custom-select-trigger {
  border-color: rgba(255, 107, 119, .78);
  box-shadow: 0 0 0 4px rgba(255, 107, 119, .12), inset 0 1px 0 rgba(255, 255, 255, .045);
}
.custom-select-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 8px);
  z-index: 120;
  max-height: 250px;
  overflow: auto;
  padding: 7px;
  border: 1px solid rgba(245, 223, 170, .26);
  border-radius: 16px;
  background:
    radial-gradient(circle at 10% 0%, rgba(245, 223, 170, .080), transparent 34%),
    linear-gradient(180deg, rgba(34, 13, 16, .96), rgba(8, 3, 6, .96));
  box-shadow: 0 22px 58px rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .045);
  backdrop-filter: blur(14px) saturate(1.12);
  -webkit-backdrop-filter: blur(14px) saturate(1.12);
  opacity: 0;
  transform: translateY(-6px) scale(.985);
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.custom-select.is-open .custom-select-menu {
  opacity: 1;
  transform: translateY(0) scale(1);
  visibility: visible;
  pointer-events: auto;
}
.custom-select-menu::-webkit-scrollbar { width: 7px; }
.custom-select-menu::-webkit-scrollbar-track { background: rgba(255, 255, 255, .04); border-radius: 999px; }
.custom-select-menu::-webkit-scrollbar-thumb { background: rgba(245, 223, 170, .32); border-radius: 999px; }
.custom-select-option {
  width: 100%;
  min-height: 40px;
  border: 0;
  border-radius: 11px;
  padding: 11px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255, 248, 240, .88);
  text-align: left;
  font-family: var(--sans);
  font-size: 13.2px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.018em;
  background: transparent;
  cursor: pointer;
  transition: background .16s ease, color .16s ease, transform .16s ease;
}
.custom-select-option:hover,
.custom-select-option:focus-visible {
  outline: none;
  color: #fffaf4;
  background: rgba(245, 223, 170, .105);
}
.custom-select-option.is-selected {
  color: var(--gold-2);
  background: linear-gradient(90deg, rgba(245, 223, 170, .145), rgba(156, 16, 28, .055));
}
.custom-select-option.is-selected::after {
  content: '';
  color: var(--gold-2);
  font-size: 13px;
  line-height: 1;
}
.custom-select-option.is-placeholder {
  color: rgba(255, 248, 240, .52);
}

.audio-toggle {
  position: fixed;
  left: 22px;
  bottom: 22px;
  z-index: 90;
  min-height: 42px;
  border: 1px solid rgba(245, 223, 170, .24);
  border-radius: 999px;
  padding: 10px 14px 10px 12px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 248, 240, .86);
  font-family: var(--sans);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  background:
    linear-gradient(145deg, rgba(255, 248, 240, .070), rgba(255, 248, 240, .020)),
    rgba(6, 3, 5, .34);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .22), inset 0 1px 0 rgba(255, 255, 255, .045);
  backdrop-filter: blur(12px) saturate(1.08);
  -webkit-backdrop-filter: blur(12px) saturate(1.08);
  cursor: pointer;
  opacity: .82;
  transition: opacity .18s ease, transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.audio-toggle:hover,
.audio-toggle:focus-visible,
.audio-toggle.is-playing {
  opacity: 1;
  border-color: rgba(245, 223, 170, .42);
  outline: none;
  box-shadow: 0 20px 48px rgba(0, 0, 0, .28), 0 0 0 4px rgba(215, 173, 98, .08), inset 0 1px 0 rgba(255, 255, 255, .06);
}
.audio-toggle__bars {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: linear-gradient(135deg, #fff0bc, #d7ad62 58%, #9d6d32);
  box-shadow: 0 8px 18px rgba(215, 173, 98, .16);
}
.audio-toggle__bars i {
  width: 2px;
  height: 7px;
  border-radius: 999px;
  background: #160806;
  opacity: .9;
  transform-origin: bottom center;
}
.audio-toggle.is-playing .audio-toggle__bars i:nth-child(1) { animation: audioBars .72s ease-in-out infinite; }
.audio-toggle.is-playing .audio-toggle__bars i:nth-child(2) { animation: audioBars .72s ease-in-out .14s infinite; }
.audio-toggle.is-playing .audio-toggle__bars i:nth-child(3) { animation: audioBars .72s ease-in-out .28s infinite; }

@keyframes audioBars {
  0%, 100% { transform: scaleY(.62); }
  50% { transform: scaleY(1.35); }
}

@media (max-width: 760px) {
  .custom-select-trigger {
    min-height: 50px;
    padding: 14px 44px 14px 15px;
    font-size: 13.1px;
  }
  .custom-select-menu {
    max-height: 232px;
    border-radius: 15px;
  }
  .custom-select-option {
    min-height: 42px;
    font-size: 13px;
  }
  .audio-toggle {
    left: auto;
    right: 13px;
    bottom: 13px;
    min-height: 38px;
    padding: 8px 11px 8px 9px;
    font-size: 10.2px;
    opacity: .72;
  }
  .audio-toggle__bars {
    width: 20px;
    height: 20px;
  }
}

/* === Micro revision: aligned step heading + clean CSS-only dropdown check === */
.step-heading {
  display: flex !important;
  align-items: center !important;
  gap: clamp(12px, 1.35vw, 18px) !important;
  margin: 0 0 25px !important;
}
.step-heading > div {
  min-width: 0;
  display: flex;
  align-items: center;
}
.step-number {
  flex: 0 0 auto;
  font-size: clamp(46px, 3.45vw, 56px) !important;
  line-height: 1 !important;
  letter-spacing: -.065em !important;
  transform: translateY(-1px);
}
.step-heading h2,
.closed-state h2 {
  font-size: clamp(40px, 3.62vw, 58px) !important;
  line-height: .96 !important;
  letter-spacing: -.058em !important;
}

.custom-select-option.is-selected::after {
  content: '' !important;
  flex: 0 0 auto;
  width: 8px;
  height: 13px;
  margin-right: 2px;
  border-right: 2px solid var(--gold-2);
  border-bottom: 2px solid var(--gold-2);
  transform: rotate(45deg) translateY(-1px);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .12);
}
.custom-select-option.is-selected.is-placeholder::after {
  display: none !important;
}
.custom-select-option.is-selected.is-placeholder {
  color: rgba(255, 248, 240, .58) !important;
  background: rgba(255, 255, 255, .030) !important;
}

@media (max-width: 760px) {
  .step-heading {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 21px !important;
  }
  .step-heading > div {
    display: flex;
    align-items: center;
  }
  .step-number {
    font-size: clamp(40px, 12vw, 50px) !important;
    line-height: 1 !important;
    transform: translateY(-.5px);
  }
  .step-heading h2,
  .closed-state h2 {
    font-size: clamp(32px, 9.8vw, 43px) !important;
    line-height: .98 !important;
  }
}

@media (max-width: 390px) {
  .step-heading { gap: 9px !important; }
  .step-number { font-size: 38px !important; }
  .step-heading h2 { font-size: 31px !important; }
}

/* === Revision: premium checkbox groups + dropdown-based single choices === */
.select-question {
  margin: 15px 0;
}
.step > .select-question:first-of-type {
  margin-top: 0;
}
.field.select-question {
  color: rgba(255, 248, 240, .94);
  font-size: 14px;
  font-weight: 750;
  line-height: 1.36;
}
.field.select-question .custom-select {
  margin-top: 10px;
}

.question-block.checkbox-block {
  padding: 18px;
  border-color: rgba(245, 223, 170, .145);
  background:
    radial-gradient(circle at 0% 0%, rgba(245, 223, 170, .050), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .014));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .040), 0 14px 36px rgba(0, 0, 0, .10);
}
.question-block.checkbox-block h3 {
  margin-bottom: 15px;
  font-size: 14.6px;
  color: rgba(255, 248, 240, .96);
}
.choice-grid.checkbox-grid {
  gap: 11px 12px;
}
.choice input[type="checkbox"] + span {
  position: relative;
  min-height: 52px;
  padding: 13px 15px 13px 48px;
  border-radius: 16px;
  border-color: rgba(255, 248, 240, .125);
  background:
    radial-gradient(circle at 12% 0%, rgba(245, 223, 170, .036), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, .058), rgba(255, 255, 255, .030));
  color: rgba(255, 248, 240, .84);
  font-weight: 720;
  letter-spacing: -.012em;
}
.choice input[type="checkbox"] + span::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: 0;
  border-radius: 6px;
  border: 1.35px solid rgba(245, 223, 170, .42);
  background:
    linear-gradient(180deg, rgba(255,255,255,.070), rgba(255,255,255,.020)),
    rgba(0,0,0,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.10);
  transform: translateY(-50%);
}
.choice input[type="checkbox"] + span::after {
  content: '';
  position: absolute;
  left: 21px;
  top: 50%;
  width: 5px;
  height: 10px;
  border-right: 2.2px solid #170806;
  border-bottom: 2.2px solid #170806;
  opacity: 0;
  transform: translateY(-62%) rotate(45deg) scale(.72);
  transform-origin: center;
  transition: opacity .18s ease, transform .18s ease;
}
.choice input[type="checkbox"]:checked + span {
  border-color: rgba(245, 223, 170, .54);
  color: #fffaf4;
  background:
    radial-gradient(circle at 10% 0%, rgba(245, 223, 170, .080), transparent 36%),
    linear-gradient(145deg, rgba(215, 173, 98, .125), rgba(156, 16, 28, .115));
  box-shadow: 0 16px 34px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.070);
}
.choice input[type="checkbox"]:checked + span::before {
  border-color: rgba(255, 239, 188, .98);
  background: linear-gradient(135deg, #fff1bd 0%, #d8aa55 58%, #a66f2d 100%);
  box-shadow: 0 0 0 5px rgba(215, 173, 98, .10), 0 8px 18px rgba(215, 173, 98, .13), inset 0 1px 0 rgba(255,255,255,.54);
}
.choice input[type="checkbox"]:checked + span::after {
  opacity: 1;
  transform: translateY(-62%) rotate(45deg) scale(1);
}
.choice input[type="checkbox"]:focus-visible + span {
  outline: none;
  border-color: rgba(245, 223, 170, .78);
  box-shadow: 0 0 0 4px rgba(215, 173, 98, .12), inset 0 1px 0 rgba(255,255,255,.045);
}

.step .question-block.required.is-invalid,
.step .question-block.checkbox-block.is-invalid {
  border-color: rgba(255, 107, 119, .76) !important;
  box-shadow: 0 0 0 4px rgba(255, 107, 119, .10), inset 0 1px 0 rgba(255,255,255,.045);
}

/* Final gate consent follows the same visual language as privacy consent. */
.rules-consent {
  margin: 16px 0 8px;
}
.rules-consent .privacy-check {
  min-height: 0;
  border-color: rgba(245, 223, 170, .26) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(245, 223, 170, .060), transparent 34%),
    linear-gradient(135deg, rgba(245, 223, 170, .050), rgba(156, 16, 28, .032)),
    rgba(4, 2, 4, .16) !important;
}
.rules-consent .privacy-title {
  font-size: 14px !important;
}
.rules-consent .privacy-text {
  max-width: 92%;
}

/* Make dropdown questions feel like proper field cards, not floating labels. */
.select-question.has-custom-select {
  padding: 17px;
  border: 1px solid rgba(245, 223, 170, .13);
  border-radius: 22px;
  background:
    radial-gradient(circle at 0% 0%, rgba(245, 223, 170, .042), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.030), rgba(255,255,255,.012));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035);
}
.select-question.has-custom-select .custom-select-trigger {
  min-height: 54px;
  border-radius: 16px;
}
.select-question.has-custom-select.is-select-open {
  border-color: rgba(245, 223, 170, .27);
}

@media (min-width: 761px) {
  .step[data-step="3"] > .field.select-question,
  .step[data-step="4"] > .field.select-question,
  .step[data-step="5"] > .field.select-question {
    margin-top: 15px;
  }
  .step[data-step="3"] > .field.select-question:nth-of-type(1),
  .step[data-step="4"] > .field.select-question:nth-of-type(1) {
    margin-top: 0;
  }
}

@media (max-width: 760px) {
  .question-block.checkbox-block,
  .select-question.has-custom-select {
    padding: 14px;
    border-radius: 18px;
  }
  .question-block.checkbox-block h3 {
    font-size: 13.2px;
    margin-bottom: 12px;
  }
  .choice-grid.checkbox-grid {
    grid-template-columns: 1fr !important;
    gap: 9px;
  }
  .choice input[type="checkbox"] + span {
    min-height: 48px;
    padding: 12px 13px 12px 45px;
    border-radius: 14px;
    font-size: 12.7px;
  }
  .choice input[type="checkbox"] + span::before {
    left: 14px;
    width: 17px;
    height: 17px;
    border-radius: 5px;
  }
  .choice input[type="checkbox"] + span::after {
    left: 19.5px;
    width: 5px;
    height: 9px;
  }
  .field.select-question {
    font-size: 13.1px;
  }
  .select-question.has-custom-select .custom-select-trigger {
    min-height: 50px;
  }
  .rules-consent {
    margin-top: 14px;
  }
  .rules-consent .privacy-check {
    grid-template-columns: 28px minmax(0, 1fr) !important;
    align-items: start !important;
  }
  .rules-consent .privacy-text {
    max-width: none;
  }
  .step[data-step="5"] .textarea-field textarea {
    min-height: 128px;
  }
  .step[data-step="5"] .form-nav,
  .form-nav.is-last {
    gap: 10px;
  }
}

@media (max-width: 420px) {
  .question-block.checkbox-block,
  .select-question.has-custom-select,
  .inline-privacy-consent .privacy-check {
    border-radius: 16px !important;
  }
  .choice input[type="checkbox"] + span {
    font-size: 12.25px;
    line-height: 1.34;
  }
  .rules-consent .privacy-title {
    font-size: 12.8px !important;
  }
  .rules-consent .privacy-text {
    font-size: 11.8px !important;
  }
}

/* === Final revision: success page, smart dropdown direction, hidden audio control === */
.audio-toggle {
  display: none !important;
}

.custom-select-menu {
  max-height: var(--dropdown-max-height, min(260px, 46svh)) !important;
}
.custom-select.is-drop-up .custom-select-menu {
  top: auto !important;
  bottom: calc(100% + 8px) !important;
  transform: translateY(6px) scale(.985) !important;
}
.custom-select.is-drop-up.is-open .custom-select-menu {
  transform: translateY(0) scale(1) !important;
}
.custom-select.is-open {
  isolation: isolate;
}
.form-nav {
  z-index: 12;
}
.field.has-custom-select.is-select-open {
  z-index: 130 !important;
}

.success-page .bg-video,
.success-page .bg-poster {
  opacity: .78;
  filter: saturate(1.08) contrast(1.08) brightness(.66);
}
.success-page .bg-overlay {
  background:
    radial-gradient(circle at 50% 15%, rgba(94, 12, 21, .38), transparent 34%),
    radial-gradient(circle at 85% 78%, rgba(115, 12, 22, .28), transparent 32%),
    linear-gradient(90deg, rgba(1, 0, 1, .92) 0%, rgba(6, 2, 5, .70) 42%, rgba(4, 1, 3, .90) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, .72), rgba(0, 0, 0, .42) 42%, rgba(0, 0, 0, .86));
}
.success-shell-v2 {
  width: min(1360px, calc(100% - 54px));
  min-height: 100svh;
  margin: 0 auto;
  padding: clamp(22px, 4vw, 54px) 0;
  display: grid;
  place-items: center;
}
.success-card {
  position: relative;
  width: min(940px, 100%);
  min-height: min(720px, calc(100svh - 72px));
  border: 1px solid rgba(245, 223, 170, .28);
  border-radius: clamp(28px, 2.6vw, 42px);
  padding: clamp(34px, 4.5vw, 64px);
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: center;
  overflow: hidden;
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(245, 223, 170, .070), transparent 26%),
    radial-gradient(circle at 92% 12%, rgba(156, 16, 28, .16), transparent 34%),
    linear-gradient(180deg, rgba(58, 13, 17, .50), rgba(6, 3, 5, .46));
  box-shadow:
    0 40px 120px rgba(0, 0, 0, .50),
    inset 0 1px 0 rgba(255, 255, 255, .075),
    inset 0 0 0 1px rgba(255, 248, 240, .020);
  backdrop-filter: blur(15px) saturate(1.12);
  -webkit-backdrop-filter: blur(15px) saturate(1.12);
}
.success-card::before {
  content: '';
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(245, 223, 170, .12);
  border-radius: calc(clamp(28px, 2.6vw, 42px) - 10px);
  pointer-events: none;
}
.success-card::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 24px;
  width: 180px;
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(245, 223, 170, .48), transparent);
  pointer-events: none;
}
.success-card__ornament {
  position: absolute;
  inset: auto -18% -32% auto;
  width: 54%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(156, 16, 28, .20), transparent 60%);
  filter: blur(12px);
  pointer-events: none;
}
.success-brand-row {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 18px;
  margin-bottom: clamp(20px, 3vw, 42px);
}
.success-logo-v2 {
  display: block;
  width: clamp(210px, 22vw, 330px);
  height: auto;
  filter: drop-shadow(0 24px 46px rgba(0, 0, 0, .45));
}
.success-brand-line {
  width: min(220px, 46vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(245, 223, 170, .55), transparent);
}
.success-badge,
.success-kicker {
  color: var(--gold-2);
  text-transform: uppercase;
  letter-spacing: .40em;
  font-size: clamp(10px, .82vw, 12px);
  line-height: 1.6;
  font-weight: 900;
}
.success-copy-wrap {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  margin: 0 auto;
  display: grid;
  justify-items: center;
}
.success-kicker {
  margin: 0 0 18px;
  letter-spacing: .28em;
  opacity: .92;
}
.success-card h1 {
  margin: 0;
  color: var(--white);
  font-family: var(--serif);
  font-size: clamp(58px, 6vw, 104px);
  line-height: .84;
  letter-spacing: -.068em;
  text-transform: uppercase;
  text-shadow: 0 24px 56px rgba(0, 0, 0, .54);
}
.success-hello {
  margin: clamp(22px, 2.4vw, 30px) 0 0;
  color: var(--gold-2);
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.55;
  font-weight: 900;
}
.success-message-v2 {
  width: min(670px, 100%);
  margin: 18px auto 0;
  display: grid;
  gap: 14px;
}
.success-message-v2 p {
  margin: 0;
  color: rgba(255, 248, 240, .86);
  font-size: clamp(15px, 1.05vw, 18px);
  line-height: 1.82;
  font-weight: 600;
  letter-spacing: -.018em;
}
.success-message-v2 p:last-child {
  margin-top: 4px;
  color: rgba(245, 223, 170, .92);
  font-weight: 800;
}
.success-cta {
  width: min(260px, 100%);
  margin-top: clamp(26px, 3.2vw, 40px);
}

@media (min-width: 1180px) and (min-height: 820px) {
  .success-card {
    min-height: 760px;
  }
}

@media (max-width: 760px) {
  .success-shell-v2 {
    width: min(100% - 28px, 520px);
    padding: 16px 0 max(22px, env(safe-area-inset-bottom));
    align-items: start;
  }
  .success-card {
    min-height: auto;
    border-radius: 28px;
    padding: 31px 22px 28px;
    margin-top: 0;
    background:
      radial-gradient(circle at 50% 0%, rgba(245, 223, 170, .060), transparent 28%),
      radial-gradient(circle at 92% 8%, rgba(156, 16, 28, .13), transparent 36%),
      linear-gradient(180deg, rgba(58, 13, 17, .38), rgba(6, 3, 5, .36));
    backdrop-filter: blur(10px) saturate(1.08);
    -webkit-backdrop-filter: blur(10px) saturate(1.08);
  }
  .success-card::before {
    inset: 8px;
    border-radius: 22px;
  }
  .success-brand-row {
    gap: 13px;
    margin-bottom: 27px;
  }
  .success-logo-v2 {
    width: min(244px, 75vw);
  }
  .success-brand-line {
    width: min(176px, 52vw);
  }
  .success-badge,
  .success-kicker {
    letter-spacing: .30em;
    font-size: 10px;
  }
  .success-kicker {
    margin-bottom: 15px;
  }
  .success-card h1 {
    font-size: clamp(42px, 12vw, 58px);
    line-height: .88;
    letter-spacing: -.064em;
  }
  .success-hello {
    margin-top: 20px;
    font-size: 17px;
  }
  .success-message-v2 {
    margin-top: 14px;
    gap: 12px;
  }
  .success-message-v2 p {
    font-size: 15.5px;
    line-height: 1.72;
  }
  .success-cta {
    width: 100%;
    max-width: 320px;
    margin-top: 28px;
    min-height: 54px;
  }
}

@media (max-width: 380px) {
  .success-shell-v2 {
    width: min(100% - 18px, 420px);
    padding-top: 10px;
  }
  .success-card {
    padding: 27px 18px 22px;
    border-radius: 24px;
  }
  .success-card h1 {
    font-size: clamp(37px, 11.8vw, 47px);
  }
  .success-message-v2 p {
    font-size: 14.2px;
  }
  .success-logo-v2 {
    width: min(210px, 74vw);
  }
}


/* === Final polish: floating dropdown + centered success card === */
.custom-select-menu {
  position: fixed !important;
  left: var(--dropdown-left, 0px) !important;
  top: var(--dropdown-top, 0px) !important;
  right: auto !important;
  bottom: auto !important;
  width: var(--dropdown-width, 100%) !important;
  max-width: calc(100vw - 28px) !important;
  max-height: var(--dropdown-max-height, min(250px, 42svh)) !important;
  z-index: 99999 !important;
  overscroll-behavior: contain;
  transform: translateY(-4px) scale(.992) !important;
}
.custom-select.is-open .custom-select-menu {
  transform: translateY(0) scale(1) !important;
}
.custom-select.is-drop-up .custom-select-menu,
.custom-select.is-drop-up.is-open .custom-select-menu {
  bottom: auto !important;
  transform: translateY(0) scale(1) !important;
}
.custom-select-option {
  min-height: 46px;
  padding: 12px 14px;
}
.field.has-custom-select.is-select-open,
.select-question.has-custom-select.is-select-open {
  z-index: 99999 !important;
}
.form-nav {
  position: relative;
  z-index: 20;
}
.form-card:has(.custom-select.is-open) .form-nav {
  z-index: 10;
}
@media (min-width: 761px) {
  .custom-select-menu {
    max-height: var(--dropdown-max-height, min(250px, 40svh)) !important;
  }
}
@media (max-width: 760px) {
  .custom-select-menu {
    left: max(12px, var(--dropdown-left, 12px)) !important;
    width: min(var(--dropdown-width, calc(100vw - 24px)), calc(100vw - 24px)) !important;
    max-height: var(--dropdown-max-height, min(232px, 40svh)) !important;
    border-radius: 16px !important;
  }
  .custom-select-option {
    min-height: 44px;
    padding: 12px 13px;
  }
}

.success-page {
  min-height: 100svh;
  overflow-x: hidden;
}
.success-shell-v2 {
  width: min(1160px, calc(100% - 44px)) !important;
  min-height: 100svh !important;
  padding: clamp(18px, 3vw, 42px) 0 !important;
  margin: 0 auto !important;
  display: grid !important;
  place-items: center !important;
}
.success-card {
  justify-self: center !important;
  align-self: center !important;
  width: min(760px, 100%) !important;
  min-height: auto !important;
  padding: clamp(36px, 4vw, 58px) clamp(28px, 4vw, 56px) !important;
}
.success-logo-v2 {
  width: clamp(220px, 18vw, 305px) !important;
}
.success-card h1 {
  font-size: clamp(54px, 5.2vw, 86px) !important;
}
.success-message-v2 {
  width: min(620px, 100%) !important;
}
@media (min-width: 1180px) and (min-height: 820px) {
  .success-card {
    min-height: min(700px, calc(100svh - 72px)) !important;
  }
}
@media (max-width: 760px) {
  .success-shell-v2 {
    width: min(100% - 26px, 480px) !important;
    min-height: 100svh !important;
    padding: max(14px, env(safe-area-inset-top)) 0 max(18px, env(safe-area-inset-bottom)) !important;
    place-items: center !important;
  }
  .success-card {
    width: 100% !important;
    margin: auto !important;
    padding: 30px 20px 24px !important;
    border-radius: 28px !important;
  }
  .success-brand-row {
    margin-bottom: 22px !important;
  }
  .success-logo-v2 {
    width: min(230px, 70vw) !important;
  }
  .success-card h1 {
    font-size: clamp(39px, 10.8vw, 52px) !important;
    line-height: .9 !important;
  }
  .success-message-v2 p {
    font-size: 14.8px !important;
    line-height: 1.66 !important;
  }
  .success-cta {
    margin-top: 24px !important;
  }
}
@media (max-width: 380px) {
  .success-shell-v2 {
    width: min(100% - 18px, 420px) !important;
  }
  .success-card {
    padding: 26px 17px 21px !important;
  }
  .success-card h1 {
    font-size: clamp(35px, 10.8vw, 44px) !important;
  }
}

/* === Hotfix: dropdown opens as body-level overlay, so the card never shifts === */
html,
body {
  overflow-x: hidden;
}
.custom-select-menu {
  position: fixed !important;
  left: var(--dropdown-left, 0px) !important;
  top: var(--dropdown-top, 0px) !important;
  right: auto !important;
  bottom: auto !important;
  width: var(--dropdown-width, 100%) !important;
  max-width: calc(100vw - 28px) !important;
  max-height: var(--dropdown-max-height, min(250px, 42svh)) !important;
  box-sizing: border-box !important;
  z-index: 2147483000 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(-4px) scale(.992) !important;
  transform-origin: top center !important;
  contain: layout style paint;
}
.custom-select-menu.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) scale(1) !important;
}
.custom-select-menu.is-drop-up {
  transform-origin: bottom center !important;
}
.custom-select.is-open .custom-select-trigger {
  position: relative;
  z-index: 2;
}
.field.has-custom-select.is-select-open,
.select-question.has-custom-select.is-select-open {
  z-index: 30 !important;
}
.form-card:has(.custom-select.is-open) {
  transform: none !important;
}
.form-card:has(.custom-select.is-open) .form-nav {
  z-index: 20 !important;
}
@media (max-width: 760px) {
  .custom-select-menu {
    left: max(12px, var(--dropdown-left, 12px)) !important;
    width: min(var(--dropdown-width, calc(100vw - 24px)), calc(100vw - 24px)) !important;
    max-width: calc(100vw - 24px) !important;
    max-height: var(--dropdown-max-height, min(232px, 40svh)) !important;
  }
}

/* === Hotfix: success card stays visually centered === */
.success-page {
  min-height: 100dvh !important;
  overflow-x: hidden !important;
}
.success-shell-v2 {
  min-height: 100dvh !important;
  width: min(1120px, calc(100% - 44px)) !important;
  margin-inline: auto !important;
  display: grid !important;
  place-items: center !important;
  padding-block: clamp(20px, 3vw, 42px) !important;
}
.success-card {
  margin: auto !important;
  justify-self: center !important;
  align-self: center !important;
}
@media (max-width: 760px) {
  .success-shell-v2 {
    width: min(100% - 24px, 480px) !important;
    min-height: 100dvh !important;
    padding-block: max(14px, env(safe-area-inset-top)) max(18px, env(safe-area-inset-bottom)) !important;
  }
  .success-card {
    width: 100% !important;
  }
}
