:root {
  color-scheme: dark;
  --ink: #160b26;
  --deep: #1b0b2e;
  --cream: #fff5ee;
  --muted: #d1bfd7;
  --line: rgba(255, 245, 238, .17);
  --sunset: linear-gradient(105deg, #ffb44b 0%, #ff6b5c 42%, #ff4d8d 72%, #a65dff 100%);
  font-family: "Avenir Next", Avenir, Inter, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { min-width: 320px; background: var(--ink); }
body { margin: 0; color: var(--cream); }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
a { color: inherit; }

.shell { display: grid; grid-template-columns: minmax(380px, 48%) minmax(460px, 52%); min-height: 100svh; background: var(--deep); }
.visual { position: relative; isolation: isolate; min-height: 100svh; overflow: hidden; background: #211031; }
.visual-photo, .visual-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.visual-photo { object-fit: cover; object-position: 60% center; filter: saturate(.83); }
.visual-shade { background: linear-gradient(180deg, rgba(22, 7, 37, .65), rgba(22, 7, 37, .15) 42%, rgba(22, 7, 37, .9)), linear-gradient(90deg, rgba(22, 7, 37, .35), transparent 65%); }
.visual-orbit { position: absolute; width: 90%; aspect-ratio: 1; border: 1px solid rgba(255, 151, 117, .35); border-radius: 50%; transform: rotate(-24deg); pointer-events: none; }
.visual-orbit-one { right: -43%; top: 13%; }
.visual-orbit-two { right: -50%; top: 19%; width: 100%; border-color: rgba(195, 87, 210, .3); }
.visual-top, .visual-copy, .visual-bottom { position: absolute; z-index: 1; left: clamp(28px, 5vw, 88px); right: clamp(28px, 5vw, 88px); }
.visual-top { top: clamp(26px, 3vw, 48px); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { display: block; width: clamp(172px, 19vw, 300px); height: auto; max-height: 100px; object-fit: contain; }
.event-chip { padding: 10px 13px; border: 1px solid rgba(255,255,255,.32); border-radius: 99px; font-size: 10px; font-weight: 850; letter-spacing: .14em; white-space: nowrap; backdrop-filter: blur(12px); }
.visual-copy { bottom: clamp(95px, 10vh, 156px); }
.visual-kicker, .eyebrow, .section-kicker { margin: 0; font-size: 11px; font-weight: 850; letter-spacing: .18em; }
.visual-kicker { color: #ffd07b; }
.prize { display: flex; align-items: flex-start; gap: .05em; width: max-content; line-height: .89; font-family: "Arial Rounded MT Bold", "Avenir Next", system-ui, sans-serif; font-size: clamp(150px, 19vw, 300px); font-weight: 900; letter-spacing: -.105em; background: var(--sunset); color: transparent; background-clip: text; -webkit-background-clip: text; filter: drop-shadow(0 14px 34px rgba(13, 2, 26, .45)); }
.prize small { margin-top: .19em; font-size: .43em; letter-spacing: -.08em; }
.visual-line { margin: 28px 0 0; font-size: clamp(23px, 2.5vw, 37px); font-weight: 650; line-height: 1.16; letter-spacing: -.035em; }
.visual-line strong { color: #ffb668; }
.visual-bottom { bottom: 35px; display: flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.signal-dot { width: 9px; height: 9px; border-radius: 50%; background: #ffb44b; box-shadow: 0 0 0 5px rgba(255,180,75,.18); }

.experience { display: flex; flex-direction: column; min-height: 100svh; padding: clamp(28px, 3.8vw, 64px) clamp(28px, 6.2vw, 106px) 30px; background: radial-gradient(circle at 82% 3%, rgba(199, 59, 151, .18), transparent 33%), radial-gradient(circle at -7% 91%, rgba(110, 78, 204, .15), transparent 38%), #1b0b2e; }
.experience-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.eyebrow { color: #e3c8eb; }
.preview-pill { padding: 8px 10px; border: 1px solid rgba(255, 196, 133, .45); border-radius: 99px; color: #ffd494; font-size: 10px; font-weight: 850; letter-spacing: .1em; white-space: nowrap; }
.progress { height: 3px; margin-top: 29px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.13); }
.progress span { display: block; height: 100%; width: 0; border-radius: inherit; background: var(--sunset); transition: width .36s ease; }
.screen { flex: 1; display: flex; flex-direction: column; justify-content: center; width: min(100%, 640px); margin: 0 auto; padding: 38px 0 50px; animation: settle .35s ease both; }
.section-kicker { display: inline-flex; align-items: center; gap: 9px; color: #ffc074; }
.section-kicker::before { content: ""; display: block; width: 24px; height: 2px; border-radius: 2px; background: var(--sunset); }
.screen h1 { max-width: 700px; margin: 20px 0 18px; font-family: "Arial Rounded MT Bold", "Avenir Next", system-ui, sans-serif; font-size: clamp(42px, 4.1vw, 70px); font-weight: 900; line-height: 1.04; letter-spacing: -.055em; }
.screen h1:focus { outline: none; }
.screen h1 .gradient { color: #ff9f72; background: var(--sunset); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.lede { max-width: 610px; margin: 0 0 30px; color: var(--muted); font-size: clamp(16px, 1.2vw, 19px); line-height: 1.45; }
.choice-list { display: grid; gap: 11px; margin-top: 16px; }
.choice { display: flex; align-items: center; gap: 19px; width: 100%; min-height: 73px; padding: 15px 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, .045); color: var(--cream); text-align: left; font-size: 18px; font-weight: 700; transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease; }
.choice:hover, .choice:focus-visible { transform: translateY(-2px); border-color: rgba(255, 153, 131, .65); background: rgba(255, 99, 151, .11); box-shadow: 0 12px 30px rgba(0,0,0,.17); }
.choice:focus-visible, .primary:focus-visible, .back:focus-visible, .store:focus-visible, .channel:focus-visible { outline: 3px solid #ffc879; outline-offset: 3px; }
.choice-number { flex: 0 0 auto; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255, 201, 149, .45); border-radius: 50%; color: #ffd097; font-size: 11px; font-weight: 850; letter-spacing: .04em; }
.choice-chevron { margin-left: auto; color: #e9bbd6; font-size: 24px; font-weight: 400; }
.primary { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 70px; width: min(100%, 480px); margin-top: 17px; padding: 17px 23px; border: 0; border-radius: 18px; background: var(--sunset); color: #1b0b2e; font-size: 18px; font-weight: 900; text-align: left; box-shadow: 0 18px 46px rgba(222, 71, 137, .25); transition: transform .18s ease, box-shadow .18s ease; }
.primary:hover { transform: translateY(-2px); box-shadow: 0 23px 52px rgba(222, 71, 137, .35); }
.primary span:last-child { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: rgba(27, 11, 46, .88); color: #fff; font-size: 22px; line-height: 1; }
.fine { max-width: 570px; margin: 20px 0 0; color: #bdacc9; font-size: 13px; line-height: 1.45; }
.download-grid { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; }
.store { display: inline-flex; align-items: center; justify-content: center; min-height: 64px; padding: 8px 14px; border: 1px solid rgba(255,255,255,.22); border-radius: 14px; background: rgba(255,255,255,.05); }
.store img { display: block; width: 150px; height: 46px; object-fit: contain; }
.field { margin: 15px 0 0; }
.field label { display: block; margin-bottom: 9px; color: #fff5ee; font-size: 14px; font-weight: 750; }
.field input, .field textarea { width: 100%; min-height: 56px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.23); border-radius: 14px; outline: none; background: rgba(255,255,255,.055); color: var(--cream); font-size: 17px; }
.field textarea { min-height: 120px; resize: vertical; line-height: 1.45; }
.field input:focus, .field textarea:focus { border-color: #ff9f72; box-shadow: 0 0 0 3px rgba(255, 150, 130, .16); }
.field input::placeholder, .field textarea::placeholder { color: #a997b2; }
.channel-row { display: flex; gap: 9px; margin-top: 18px; }
.channel { padding: 10px 15px; border: 1px solid var(--line); border-radius: 99px; background: transparent; color: var(--cream); font-size: 13px; font-weight: 800; }
.channel[aria-pressed="true"] { border-color: #ffab70; background: rgba(255, 165, 112, .15); color: #ffd097; }
.consent { display: flex; gap: 11px; align-items: flex-start; margin-top: 22px; color: #d1bfd7; font-size: 13px; line-height: 1.42; }
.consent input { flex: 0 0 auto; width: 19px; height: 19px; margin: 0; accent-color: #ff805f; }
.legal-consent { font-size: 14px; }
.form-note a, .legal-consent a, .fine a { color: #ffd184; text-underline-offset: 3px; }
.form-note strong { color: #fff3ec; }
.hidden-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.primary:disabled { cursor: wait; opacity: .7; transform: none; }
.form-note { margin: 16px 0 0; padding: 14px 16px; border: 1px solid rgba(255, 209, 132, .25); border-radius: 13px; background: rgba(255, 209, 132, .07); color: #dfcad7; font-size: 14px; line-height: 1.42; }
.error { min-height: 18px; margin: 10px 0 0; color: #ffc099; font-size: 13px; font-weight: 650; }
.success-mark { display: grid; place-items: center; width: 68px; height: 68px; border: 1px solid rgba(255, 182, 104, .5); border-radius: 50%; background: rgba(255, 161, 123, .14); color: #ffbc7b; font-size: 28px; }
.result-card { margin-top: 13px; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(255,255,255,.055); color: #e9d7e7; font-size: 15px; line-height: 1.45; }
.result-card strong { color: #fff5ee; }
.experience-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 30px; color: #a997b2; font-size: 11px; line-height: 1.25; }
.back { flex: 0 0 auto; padding: 8px 0; border: 0; background: transparent; color: #ffe0c4; font-size: 13px; font-weight: 800; }

@keyframes settle { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; } }

@media (max-width: 900px) {
  .shell { display: flex; flex-direction: column; }
  .visual { flex: 0 0 auto; min-height: 0; height: clamp(240px, 33svh, 360px); }
  .visual-top, .visual-copy, .visual-bottom { left: 23px; right: 23px; }
  .visual-top { top: 22px; align-items: flex-start; }
  .brand { width: 168px; max-height: 72px; }
  .event-chip { margin-top: 5px; padding: 7px 9px; font-size: 8px; }
  .visual-copy { bottom: 27px; }
  .visual-kicker { font-size: 9px; }
  .prize { margin-top: 6px; font-size: clamp(100px, 25vw, 160px); }
  .visual-line, .visual-bottom { display: none; }
  .experience { min-height: calc(100svh - clamp(240px, 33svh, 360px)); padding: 25px 23px 18px; }
  .progress { margin-top: 20px; }
  .screen { justify-content: flex-start; padding: 35px 0 30px; }
  .screen h1 { margin-top: 16px; font-size: clamp(39px, 9vw, 56px); }
  .choice { min-height: 62px; padding: 12px 15px; font-size: 16px; }
  .primary { min-height: 64px; }
  .experience-footer { font-size: 10px; }
}

@media (max-width: 430px) {
  .visual { height: 260px; }
  .experience { min-height: calc(100svh - 260px); }
  .visual-photo { object-position: 64% 59%; }
  .event-chip { font-size: 7px; }
  .visual-copy { bottom: 17px; }
  .prize { font-size: 112px; }
  .screen h1 { font-size: 42px; }
  .lede { font-size: 15px; }
  .choice-list { gap: 9px; }
}
