.acquisitionShell {
  --acq-ink: #221632;
  --acq-night: #321b52;
  --acq-violet: #6940a0;
  --acq-lilac: #bba5da;
  --acq-peach: #f69b7b;
  --acq-gold: #e2b75c;
  --acq-cream: #fff9ef;
  --acq-paper: #f7efe2;
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 4%, rgba(246, 155, 123, .14), transparent 22rem),
    radial-gradient(circle at 92% 13%, rgba(187, 165, 218, .38), transparent 30rem),
    linear-gradient(155deg, #fffaf2 0%, #f8eee5 100%);
  color: var(--acq-ink);
}

.ambient {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.ambient span {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--acq-gold);
  box-shadow: 0 0 14px rgba(226, 183, 92, .65);
}

.ambient span:nth-child(1) { top: 24%; left: 8%; }
.ambient span:nth-child(2) { top: 17%; right: 12%; width: 3px; height: 3px; }
.ambient span:nth-child(3) { bottom: 15%; right: 7%; width: 4px; height: 4px; }

.header {
  position: relative;
  z-index: 10;
  width: min(1120px, calc(100% - 32px));
  height: 74px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(34, 22, 50, .09);
}

.acquisitionBrand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-display), Georgia, serif;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -.02em;
}

.brandMark {
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid var(--acq-violet);
  border-radius: 50%;
  color: var(--acq-violet);
  font-size: 12px;
}

.exitLink,
.backLink,
.acquisitionFooter {
  color: #716579;
  font-size: 12px;
  font-weight: 750;
}

.exitLink {
  padding: 8px 0;
  border-bottom: 1px solid transparent;
}

.exitLink:hover { border-color: currentColor; color: var(--acq-violet); }

.content {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 44px 0 78px;
}

.compactContent {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
  padding: 34px 0 72px;
}

.acquisitionFooter {
  position: relative;
  z-index: 2;
  min-height: 64px;
  padding: 18px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  border-top: 1px solid rgba(34, 22, 50, .09);
}

.acquisitionFooter a:hover,
.acquisitionFooter a:focus-visible,
.backLink:hover { color: var(--acq-violet); }

.progressRegion { margin-bottom: 38px; }

.progressMeta {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  color: #706278;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.progressTrack {
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(105, 64, 160, .13);
}

.progressTrack span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--acq-peach), var(--acq-violet));
  transition: width .45s ease;
}

.progressTrack .progressStep1 { width: 20%; }
.progressTrack .progressStep2 { width: 40%; }
.progressTrack .progressStep3 { width: 60%; }
.progressTrack .progressStep4 { width: 80%; }
.progressTrack .progressStep5 { width: 100%; }

.quizPanel {
  width: 100%;
  animation: panelIn .55s ease both;
}

.questionHeading { max-width: 680px; }

.acquisitionEyebrow {
  margin: 0 0 12px;
  color: var(--acq-violet);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.acquisitionShell .questionTitle,
.acquisitionShell .confirmationTitle,
.acquisitionShell .resultTitle {
  margin: 0;
  font-family: var(--font-display), Georgia, serif;
  font-weight: 600;
  letter-spacing: -.04em;
  color: var(--acq-ink);
}

.acquisitionShell .questionTitle {
  max-width: 670px;
  font-size: clamp(38px, 9vw, 58px);
  line-height: .98;
}

.questionHelper,
.confirmationLead,
.resultIntro {
  color: #695c71;
  line-height: 1.65;
}

.questionHelper {
  max-width: 570px;
  margin: 18px 0 0;
  font-size: 14px;
}

.options {
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
  list-style: none;
}

.option {
  position: relative;
  min-height: 76px;
  padding: 13px 16px 13px 13px;
  display: grid;
  grid-template-columns: 38px 1fr 28px;
  align-items: center;
  gap: 11px;
  overflow: hidden;
  border: 1px solid rgba(34, 22, 50, .11);
  border-radius: 14px;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 5px 20px rgba(50, 27, 82, .035);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
  width: 100%;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.options form { margin: 0; }
.formError { margin: 20px 0 0; color: #9b2f39; font-size: 13px; font-weight: 750; }
.cardArtwork { width: 100%; height: 100%; object-fit: cover; }

.option::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent, rgba(187, 165, 218, .15));
  opacity: 0;
  transition: opacity .2s ease;
}

.option:hover {
  transform: translateY(-2px);
  border-color: rgba(105, 64, 160, .42);
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 12px 28px rgba(50, 27, 82, .09);
}

.option:hover::after { opacity: 1; }

.option:focus-visible,
.acquisitionPrimaryAction:focus-visible,
.secondaryAction:focus-visible,
.backLink:focus-visible,
.exitLink:focus-visible,
.acquisitionFooter a:focus-visible {
  outline: 3px solid var(--acq-peach);
  outline-offset: 3px;
}

.optionIndex {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eee4f4;
  color: var(--acq-violet);
  font-size: 9px;
  font-weight: 900;
}

.optionCopy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 3px;
}

.optionCopy strong { font-size: 14px; }
.optionCopy small { color: #766a7d; font-size: 11px; line-height: 1.45; }
.optionArrow { position: relative; z-index: 1; color: var(--acq-violet); font-size: 18px; transition: transform .2s ease; }
.option:hover .optionArrow { transform: translateX(3px); }

.quizPrivacy {
  max-width: 620px;
  margin: 20px 0 0;
  color: #7b6f82;
  font-size: 10px;
  line-height: 1.6;
}

.backLink {
  width: fit-content;
  margin-top: 26px;
  padding: 8px 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.resultLayout {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(360px, .85fr) minmax(0, 1.15fr);
  align-items: center;
  gap: clamp(48px, 8vw, 100px);
}

.resultArt {
  min-height: 610px;
  display: grid;
  align-content: center;
  justify-items: center;
}

.cardStage {
  position: relative;
  width: 350px;
  height: 520px;
  perspective: 1200px;
}

.cardStageCompact {
  width: 230px;
  height: 340px;
  transform: scale(.72);
  transform-origin: center;
}

.cardHalo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(105, 64, 160, .16);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.cardHalo::after {
  content: '';
  position: absolute;
  inset: 25px;
  border: 1px dashed rgba(105, 64, 160, .22);
  border-radius: inherit;
  animation: slowOrbit 30s linear infinite;
}

.cardFront,
.cardBack {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 236px;
  height: 400px;
  overflow: hidden;
  border: 6px solid var(--acq-cream);
  border-radius: 16px;
  box-shadow: 0 30px 62px rgba(46, 25, 75, .25);
  backface-visibility: hidden;
}

.cardBack {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle, rgba(226, 183, 92, .72) 1px, transparent 1.3px) 0 0 / 22px 22px,
    var(--acq-night);
  transform: translate(-72%, -44%) rotate(-10deg);
  animation: dealBack .9s .12s cubic-bezier(.2, .78, .2, 1) both;
}

.cardBack span {
  width: 110px;
  height: 110px;
  display: grid;
  place-items: center;
  border: 1px solid var(--acq-gold);
  border-radius: 50%;
  color: var(--acq-gold);
  font-size: 45px;
}

.cardFront {
  z-index: 2;
  color: var(--acq-cream);
  transform: translate(-34%, -54%) rotate(6deg);
  animation: dealFlip 1s .28s cubic-bezier(.16, .9, .22, 1) both, cardBreathe 5s 1.4s ease-in-out infinite;
}

.cardNumber,
.cardLabel {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  text-align: center;
  font-family: var(--font-display), Georgia, serif;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.cardNumber { top: 14px; font-size: 12px; }
.cardLabel { bottom: 15px; font-size: 15px; }

.cardSky {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: linear-gradient(#402866 0 59%, #ed9174 59% 66%, #7da4a0 66%);
}

.mainStar {
  position: absolute;
  top: 50px;
  left: 50%;
  color: var(--acq-gold);
  font-size: 74px;
  transform: translateX(-50%);
  filter: drop-shadow(0 0 13px rgba(226, 183, 92, .52));
}

.spark { position: absolute; color: #fff3d0; font-size: 13px; }
.sparkOne { top: 112px; left: 35px; }
.sparkTwo { top: 150px; right: 38px; }
.sparkThree { top: 194px; left: 48px; }
.ridge { position: absolute; left: -15%; right: -15%; top: 55%; height: 23%; border-radius: 50% 50% 0 0; background: #78609a; }
.water { position: absolute; left: -15%; right: -15%; bottom: 0; height: 33%; background: repeating-linear-gradient(174deg, #518d91 0 8px, #85b2aa 9px 11px); }

.artCaption {
  max-width: 320px;
  margin: 8px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: #6f6277;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}

.artCaption span { color: var(--acq-violet); }

.resultColumn { min-width: 0; }

.resultCopy {
  padding: 38px;
  border: 1px solid rgba(34, 22, 50, .1);
  border-radius: 24px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 24px 65px rgba(50, 27, 82, .08);
  backdrop-filter: blur(14px);
  animation: panelIn .65s .18s ease both;
}

.acquisitionShell .resultTitle { font-size: clamp(42px, 6vw, 64px); line-height: .95; }
.resultIntro { margin: 17px 0 0; font-size: 14px; }
.preferenceSummary {
  margin: 9px 0 0;
  color: #766a7d;
  font-size: 10px;
  line-height: 1.55;
}

.freeBadge {
  margin: 22px 0;
  padding: 12px 14px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid rgba(105, 64, 160, .16);
  border-radius: 12px;
  background: #f2ebf7;
  color: #584763;
  font-size: 11px;
  line-height: 1.5;
}

.freeBadge > span:first-child { color: var(--acq-violet); }

.reading {
  padding: 21px;
  border-radius: 16px;
  background: var(--acq-ink);
  color: var(--acq-cream);
}

.readingHeader {
  padding-bottom: 13px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  color: var(--acq-lilac);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.reading > p {
  margin: 16px 0;
  color: #f3e9df;
  font-family: var(--font-display), Georgia, serif;
  font-size: 18px;
  line-height: 1.55;
}

.readingModules { border-top: 1px solid rgba(255, 255, 255, .14); }

.readingPrompt {
  padding: 14px 0;
  display: grid;
  gap: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.readingPrompt span,
.microAction small {
  color: var(--acq-lilac);
  font-size: 8px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.readingPrompt strong { font-size: 12px; line-height: 1.55; }

.microAction {
  padding: 14px 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.readingModules > :last-child { padding-bottom: 0; border-bottom: 0; }

.microAction > span { color: var(--acq-gold); }
.microAction p { margin: 0; display: grid; gap: 4px; color: #e9dde9; font-size: 10px; line-height: 1.5; }

.acquisitionPrimaryAction,
.secondaryAction {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
  text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.acquisitionPrimaryAction {
  margin-top: 22px;
  padding: 0 24px;
  background: var(--acq-ink);
  color: white;
  box-shadow: 0 10px 25px rgba(34, 22, 50, .17);
}

.acquisitionPrimaryAction:hover { transform: translateY(-2px); background: var(--acq-night); box-shadow: 0 14px 30px rgba(34, 22, 50, .24); }
.acquisitionPrimaryAction span,
.secondaryAction span { transition: transform .2s ease; }
.acquisitionPrimaryAction:hover span,
.secondaryAction:hover span { transform: translateX(3px); }

.actionNote,
.confirmationNote {
  color: #766a7d;
  font-size: 10px;
  line-height: 1.55;
  text-align: center;
}

.actionNote { margin: 10px 0 0; }
.actionNote strong { color: var(--acq-ink); }
.desktopSmsHint { display: block; margin-top: 3px; }

.resultCtaDock {
  margin-top: 24px;
}

.resultPrimaryAction {
  min-height: 64px;
  margin-top: 0;
  border: 1px solid rgba(77, 44, 19, .14);
  background: linear-gradient(135deg, #ffad8d 0%, #e6ba5c 100%);
  color: var(--acq-ink);
  font-size: 15px;
  box-shadow:
    0 15px 34px rgba(146, 72, 45, .24),
    0 0 0 5px rgba(246, 155, 123, .12);
}

.resultPrimaryAction::before {
  content: '✦';
  color: #6a3e15;
  font-size: 15px;
}

.resultPrimaryAction:hover {
  background: linear-gradient(135deg, #ffc09f 0%, #efc76f 100%);
  box-shadow:
    0 18px 40px rgba(146, 72, 45, .29),
    0 0 0 6px rgba(246, 155, 123, .16);
}

.actionDisabled { opacity: .72; cursor: not-allowed; box-shadow: none; }

.confirmationPanel {
  min-height: 570px;
  display: grid;
  grid-template-columns: 250px 1fr;
  align-items: center;
  gap: 48px;
}

.confirmationCardWrap {
  width: 250px;
  height: 370px;
  display: grid;
  place-items: center;
}

.confirmationCopy { animation: panelIn .65s .15s ease both; }

.pendingStatus {
  width: fit-content;
  margin-bottom: 24px;
  padding: 8px 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(105, 64, 160, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .67);
  color: #65566e;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.statusDot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--acq-peach);
  box-shadow: 0 0 0 0 rgba(246, 155, 123, .55);
  animation: statusPulse 1.8s ease-out infinite;
}

.acquisitionShell .confirmationTitle { max-width: 520px; font-size: clamp(44px, 7vw, 65px); line-height: .95; }
.confirmationLead { margin: 18px 0 0; max-width: 560px; font-size: 13px; }
.confirmationLead strong { color: var(--acq-ink); }

.timeline {
  margin: 24px 0;
  padding: 0;
  display: grid;
  list-style: none;
}

.timeline li {
  position: relative;
  min-height: 59px;
  display: grid;
  grid-template-columns: 31px 1fr;
  align-items: flex-start;
  gap: 11px;
}

.timeline li::before {
  content: '';
  position: absolute;
  top: 30px;
  bottom: 0;
  left: 15px;
  width: 1px;
  background: rgba(34, 22, 50, .14);
}

.timeline li:last-child::before { display: none; }

.timeline li > span {
  position: relative;
  z-index: 1;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(34, 22, 50, .16);
  border-radius: 50%;
  background: var(--acq-cream);
  color: #807385;
  font-size: 9px;
  font-weight: 900;
}

.timeline li p { margin: 0; padding-top: 1px; display: grid; gap: 3px; }
.timeline li strong { font-size: 11px; }
.timeline li small { color: #766a7d; font-size: 9px; line-height: 1.45; }
.timelineDone > span { border-color: var(--acq-violet) !important; background: var(--acq-violet) !important; color: white !important; }
.timelineCurrent > span { border-color: var(--acq-peach) !important; box-shadow: 0 0 0 5px rgba(246, 155, 123, .16); color: var(--acq-ink) !important; }

.secondaryAction {
  width: fit-content;
  min-height: 48px;
  padding: 0 20px;
  border: 1px solid var(--acq-ink);
  background: transparent;
}

.secondaryAction:hover { transform: translateY(-2px); background: white; }
.confirmationNote { max-width: 520px; margin: 13px 0 0; text-align: left; }
.confirmationNote a { color: var(--acq-violet); font-weight: 750; text-decoration: underline; text-underline-offset: 2px; }

@keyframes panelIn {
  from { opacity: 0; transform: translateY(13px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes dealBack {
  from { opacity: 0; transform: translate(-115%, -22%) rotate(-27deg); }
  to { opacity: 1; transform: translate(-72%, -44%) rotate(-10deg); }
}

@keyframes dealFlip {
  0% { opacity: 0; transform: translate(14%, -38%) rotate(18deg) rotateY(110deg) scale(.84); }
  72% { opacity: 1; transform: translate(-36%, -56%) rotate(4deg) rotateY(-5deg) scale(1.015); }
  100% { opacity: 1; transform: translate(-34%, -54%) rotate(6deg) rotateY(0deg) scale(1); }
}

@keyframes cardBreathe {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -7px; }
}

@keyframes slowOrbit { to { transform: rotate(360deg); } }

@keyframes statusPulse {
  0% { box-shadow: 0 0 0 0 rgba(246, 155, 123, .58); }
  70%, 100% { box-shadow: 0 0 0 8px rgba(246, 155, 123, 0); }
}

@media (min-width: 660px) {
  .header { height: 82px; }
  .compactContent { padding-top: 48px; }
  .option { padding: 14px 19px 14px 15px; grid-template-columns: 42px 1fr 30px; }
  .optionCopy strong { font-size: 15px; }
  .optionCopy small { font-size: 11px; }
}

@media (max-width: 820px) {
  .resultLayout { grid-template-columns: 1fr; gap: 10px; }
  .resultArt { min-height: 485px; }
  .cardStage { transform: scale(.86); margin: -32px 0; }
  .resultColumn { width: min(650px, 100%); margin: 0 auto; }
  .confirmationPanel { grid-template-columns: 1fr; justify-items: center; gap: 2px; }
  .confirmationCardWrap { height: 290px; margin: -28px 0 -10px; }
  .confirmationCopy { width: 100%; }
}

@media (max-width: 659px) {
  .resultLayout { padding-bottom: calc(170px + env(safe-area-inset-bottom)); }
  .resultCtaDock {
    position: fixed;
    z-index: 40;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 11px 12px calc(10px + env(safe-area-inset-bottom));
    border-top: 1px solid rgba(34, 22, 50, .12);
    background: rgba(255, 249, 239, .95);
    box-shadow: 0 -16px 38px rgba(34, 22, 50, .14);
    backdrop-filter: blur(18px);
  }
  .resultPrimaryAction {
    width: min(100%, 520px);
    min-height: 58px;
    margin: 0 auto;
    padding: 0 18px;
    font-size: 14px;
  }
  .resultCtaDock .actionNote {
    max-width: 520px;
    margin: 7px auto 0;
    font-size: 10px;
    line-height: 1.45;
  }
  .desktopSmsHint { display: none; }
}

@media (max-width: 520px) {
  .header { width: min(100% - 24px, 1120px); }
  .content,
  .compactContent { width: min(100% - 24px, 760px); }
  .acquisitionBrand { font-size: 21px; }
  .acquisitionShell .questionTitle { font-size: 40px; }
  .option { min-height: 74px; }
  .optionCopy small { padding-right: 4px; }
  .resultArt { min-height: 430px; }
  .cardStage { transform: scale(.76); margin: -62px 0; }
  .resultCopy { padding: 22px 18px; border-radius: 19px; }
  .acquisitionShell .resultTitle,
  .acquisitionShell .confirmationTitle { font-size: 43px; }
  .reading { padding: 18px; }
  .readingHeader { display: grid; gap: 4px; }
  .reading > p { font-size: 17px; }
  .confirmationCardWrap { height: 250px; margin: -48px 0 -16px; }
  .confirmationPanel { min-height: 0; }
  .secondaryAction { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .quizPanel,
  .resultCopy,
  .confirmationCopy,
  .cardBack,
  .cardFront,
  .cardHalo::after,
  .statusDot {
    animation: none !important;
  }

  .progressTrack span,
  .option,
  .option::after,
  .optionArrow,
  .acquisitionPrimaryAction,
  .secondaryAction,
  .acquisitionPrimaryAction span,
  .secondaryAction span {
    transition: none;
  }
}
