:root {
  --wine: #28101a;
  --wine-soft: #3b1724;
  --wine-bright: #8a3048;
  --cream: #fffaf0;
  --cream-deep: #f2e6ce;
  --ink: #2d171d;
  --muted-ink: #705b60;
  --gold: #c99d50;
  --gold-light: #ead4a9;
  --line: #decdae;
  --success: #4d7558;
  --shadow: 0 24px 70px rgba(15, 4, 8, 0.22);
  font-synthesis: none;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--wine);
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: var(--wine);
  color: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

button, a { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

h1, h2, h3, p, blockquote { margin-top: 0; }
h1, h2, h3, blockquote, .brand strong, .seal span, .result-seal span {
  font-family: Georgia, "Times New Roman", serif;
}

.app-shell { min-height: 100vh; overflow: hidden; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  min-height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--cream);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-align: left;
  cursor: pointer;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border: 1px solid rgba(234, 212, 169, .72);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--gold-light);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
}

.brand-copy { display: grid; }
.brand strong { font-size: 1.08rem; }
.brand small {
  color: #cdbac0;
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .15em;
}

.header-actions { display: flex; align-items: center; gap: 10px; }
.nav-btn, .back-btn, .text-btn, .share-btn {
  min-height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.nav-btn {
  padding: 0 14px;
  color: #eadde0;
  border-radius: 999px;
}
.nav-btn:hover { background: rgba(255,255,255,.07); }

.btn {
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--wine-bright);
  color: var(--cream);
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(138, 48, 72, .22);
  transition: transform 160ms ease, background 160ms ease;
}
.btn:hover { transform: translateY(-2px); background: #74263c; }
.btn:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.btn-outline {
  min-height: 44px;
  padding-inline: 18px;
  border: 1px solid rgba(234, 212, 169, .45);
  background: transparent;
  box-shadow: none;
}
.btn-outline:hover { background: var(--cream); color: var(--wine); }
.btn-gold { background: var(--gold); color: var(--wine); box-shadow: none; }
.btn-gold:hover { background: #dfba76; }

.page {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0 72px;
}

.hero-card {
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr);
  border: 1px solid rgba(234, 212, 169, .28);
  border-radius: 38px;
  overflow: hidden;
  background: var(--cream);
  color: var(--ink);
  box-shadow: var(--shadow);
}

.hero-copy {
  padding: clamp(40px, 6vw, 84px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--wine-bright);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.hero-copy h1 {
  max-width: 670px;
  margin: 22px 0;
  font-size: clamp(3rem, 6vw, 5.3rem);
  line-height: .98;
  letter-spacing: -.055em;
  font-weight: 500;
}

.hero-copy > p {
  max-width: 590px;
  margin-bottom: 30px;
  color: var(--muted-ink);
  font-size: 1.1rem;
  line-height: 1.72;
}

.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.text-btn { padding: 0; color: var(--wine-bright); font-weight: 750; }
.text-btn:hover { text-decoration: underline; }
.trust-row {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: var(--muted-ink);
  font-size: .85rem;
}
.trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.check { color: var(--success); font-weight: 900; }

.hero-visual {
  position: relative;
  padding: clamp(38px, 5vw, 70px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #401725;
  color: var(--cream);
}
.hero-visual::before, .hero-visual::after {
  content: "✦";
  position: absolute;
  color: rgba(234, 212, 169, .38);
  font-size: 1.2rem;
}
.hero-visual::before { top: 42px; left: 42px; }
.hero-visual::after { right: 42px; bottom: 42px; }
.seal {
  width: 172px;
  height: 172px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px solid var(--gold-light);
  border-radius: 50%;
  box-shadow: 0 0 0 10px #401725, 0 0 0 11px rgba(234, 212, 169, .25);
}
.seal span { font-size: 3.2rem; line-height: 1; color: var(--gold-light); }
.seal small { margin-top: 8px; font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; }
.verse-card {
  width: min(100%, 390px);
  margin-top: 38px;
  padding: 26px;
  border: 1px solid rgba(234, 212, 169, .24);
  border-radius: 22px;
  background: #32131f;
  text-align: center;
}
.verse-card > span { color: var(--gold-light); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; }
.verse-card blockquote { margin: 14px 0; font-size: 1.2rem; line-height: 1.5; }
.verse-card small { color: #cdbac0; }
.trait-pills { margin-top: 24px; display: flex; justify-content: center; flex-wrap: wrap; gap: 7px; }
.trait-pills span { padding: 6px 10px; border: 1px solid rgba(234, 212, 169, .24); border-radius: 999px; color: #dfcfd4; font-size: .72rem; }

.journey-preview {
  padding: 88px 28px 20px;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(40px, 8vw, 110px);
  align-items: start;
}
.section-kicker { color: var(--gold-light); font-size: .78rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.journey-preview h2 { margin: 14px 0 18px; max-width: 480px; font-size: clamp(2.2rem, 4vw, 3.6rem); line-height: 1.02; font-weight: 500; letter-spacing: -.035em; }
.journey-preview > div:first-child p { max-width: 460px; color: #cfbbc1; line-height: 1.75; }
.preview-steps { display: grid; }
.preview-steps article {
  min-height: 118px;
  padding: 24px 0;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  border-top: 1px solid rgba(234, 212, 169, .2);
}
.preview-steps article:last-child { border-bottom: 1px solid rgba(234, 212, 169, .2); }
.preview-steps article > span { color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: 1.6rem; }
.preview-steps h3 { margin-bottom: 7px; font-size: 1.25rem; }
.preview-steps p { margin: 0; color: #cfbbc1; }

.quiz-topline { margin-bottom: 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.back-btn { padding: 0; display: inline-flex; align-items: center; gap: 8px; color: #d9c8cd; font-weight: 650; }
.round-copy { width: min(330px, 45vw); display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 14px; color: #d9c8cd; font-size: .82rem; }
.progress-track { height: 8px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.13); }
.progress-track span { height: 100%; display: block; border-radius: inherit; background: var(--gold); transition: width 300ms ease; }

.spin-stage {
  min-height: 610px;
  padding: clamp(36px, 6vw, 82px);
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(44px, 8vw, 120px);
  align-items: center;
  border-radius: 36px;
  background: var(--cream);
  color: var(--ink);
  box-shadow: var(--shadow);
}
.wheel-wrap { position: relative; display: grid; place-items: center; }
.wheel-pointer { position: absolute; z-index: 2; top: -14px; width: 0; height: 0; border-left: 15px solid transparent; border-right: 15px solid transparent; border-top: 28px solid var(--wine-bright); }
.wheel {
  width: min(330px, 68vw);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  align-content: center;
  border: 2px solid var(--gold);
  border-radius: 50%;
  background: var(--cream-deep);
  box-shadow: inset 0 0 0 12px var(--cream), inset 0 0 0 13px var(--line), 0 24px 50px rgba(70,30,43,.17);
  transition: transform 1.8s cubic-bezier(.14,.74,.18,1);
}
.wheel::before { content: ""; position: absolute; width: 42%; height: 42%; border: 1px solid var(--line); border-radius: 50%; }
.wheel strong { z-index: 1; font-family: Georgia, "Times New Roman", serif; font-size: 5rem; line-height: 1; color: var(--wine-bright); }
.wheel small { z-index: 1; margin-top: 12px; color: var(--muted-ink); font-size: .7rem; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.spin-copy h1 { margin: 20px 0; max-width: 640px; font-size: clamp(2.7rem, 5vw, 4.7rem); line-height: 1.02; font-weight: 500; letter-spacing: -.045em; }
.spin-copy p { max-width: 570px; margin-bottom: 30px; color: var(--muted-ink); font-size: 1.05rem; line-height: 1.7; }

.scenario-stage { padding: clamp(32px, 5vw, 64px); border-radius: 36px; background: var(--cream); color: var(--ink); box-shadow: var(--shadow); }
.scenario-heading { max-width: 850px; margin: 0 auto 34px; text-align: center; }
.theme-chip { width: fit-content; display: inline-flex; align-items: center; padding: 7px 12px; border-radius: 999px; background: #ead7dc; color: var(--wine-bright); font-size: .74rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.scenario-heading > p { margin: 16px 0 10px; color: var(--wine-bright); font-size: .82rem; font-weight: 760; text-transform: uppercase; letter-spacing: .09em; }
.scenario-heading h1 { margin-bottom: 12px; font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.08; font-weight: 500; letter-spacing: -.035em; }
.scenario-heading small { color: var(--muted-ink); font-size: .92rem; }
.option-list { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.option-card {
  min-height: 116px;
  padding: 18px;
  display: grid;
  grid-template-columns: 42px 1fr 24px;
  align-items: center;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fffdf7;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}
.option-card:hover { transform: translateY(-2px); border-color: var(--gold); }
.option-card.selected { border-color: var(--wine-bright); background: #f6e9ec; }
.option-letter { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--wine-bright); font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; }
.option-copy { display: grid; gap: 5px; }
.option-copy strong { font-size: 1rem; }
.option-copy small { color: var(--muted-ink); line-height: 1.45; }
.option-check { width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: transparent; }
.option-card.selected .option-check { border-color: var(--wine-bright); background: var(--wine-bright); color: white; }
.scenario-footer { max-width: 900px; margin: 26px auto 0; padding-top: 22px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); color: var(--muted-ink); font-size: .88rem; }

.result-grid { display: grid; grid-template-columns: .96fr 1.04fr; gap: 24px; }
.result-hero, .score-card { padding: clamp(34px, 5vw, 62px); border-radius: 34px; }
.result-hero { background: var(--cream); color: var(--ink); }
.result-seal { width: 164px; height: 164px; margin: 28px 0; display: grid; place-items: center; align-content: center; gap: 10px; border: 1px solid var(--gold); border-radius: 50%; color: var(--wine-bright); text-align: center; }
.result-seal b { color: var(--gold); font-size: 1.4rem; }
.result-seal span { max-width: 120px; line-height: 1.1; }
.result-hero h1 { margin-bottom: 18px; font-size: clamp(2.4rem, 4vw, 4rem); line-height: 1.04; font-weight: 500; letter-spacing: -.04em; }
.result-hero h1 em { color: var(--wine-bright); font-style: normal; }
.result-hero > p { color: var(--muted-ink); line-height: 1.75; }
.result-reference { margin-top: 28px; padding: 18px; display: grid; gap: 4px; border: 1px solid var(--line); border-radius: 17px; }
.result-reference span { color: var(--muted-ink); font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; }
.score-card { background: #3c1724; border: 1px solid rgba(234,212,169,.22); }
.score-heading { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; }
.score-heading span { color: var(--gold-light); font-size: .74rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.score-heading h2 { margin: 8px 0 0; font-size: 2rem; font-weight: 500; }
.share-btn { padding: 0 14px; border: 1px solid rgba(234,212,169,.28); border-radius: 999px; color: var(--cream); }
.score-list { margin-top: 42px; display: grid; gap: 24px; }
.score-row-head { display: flex; justify-content: space-between; margin-bottom: 8px; }
.score-row-head span { color: var(--gold-light); }
.score-track { height: 7px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.1); }
.score-track span { height: 100%; display: block; border-radius: inherit; background: var(--gold); transition: width 600ms ease; }
.score-row small { margin-top: 6px; display: block; color: #cdbac0; }
.premium-cta { grid-column: 1 / -1; padding: 34px clamp(28px, 5vw, 62px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 22px 36px; border: 1px solid rgba(234,212,169,.26); border-radius: 28px; background: #32131f; }
.premium-cta span { color: var(--gold-light); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.premium-cta h2 { margin: 5px 0; font-size: 2rem; }
.premium-cta p { margin: 0; color: #cdbac0; }
.premium-cta .text-btn { grid-column: 2; color: var(--gold-light); text-align: center; }

.journey-header { padding: clamp(32px, 5vw, 60px); display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 34px; border: 1px solid rgba(234,212,169,.24); border-radius: 32px; background: #351521; }
.journey-header .eyebrow { color: var(--gold-light); }
.journey-header h1 { margin: 14px 0 8px; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: 1; font-weight: 500; letter-spacing: -.045em; }
.journey-header p { margin: 0; color: #cfbbc1; }
.journey-stats { display: flex; gap: 12px; }
.journey-stats article { width: 138px; min-height: 138px; padding: 18px; display: grid; place-items: center; align-content: center; border: 1px solid rgba(234,212,169,.22); border-radius: 22px; text-align: center; }
.journey-stats b { color: var(--gold); font-size: 1.2rem; }
.journey-stats strong { margin-top: 7px; font-size: 1.8rem; line-height: 1; }
.journey-stats span { margin-top: 6px; color: #cdbac0; font-size: .73rem; }
.member-ribbon { margin-top: 18px; padding: 12px 16px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(234,212,169,.28); border-radius: 15px; color: #e9dbe0; font-size: .86rem; }
.progress-panel { margin: 20px 0; padding: 20px 24px; border-radius: 20px; background: var(--cream); color: var(--ink); }
.progress-panel-head { margin-bottom: 10px; display: flex; justify-content: space-between; }
.progress-panel .progress-track { background: var(--cream-deep); }
.progress-panel .progress-track span { background: var(--wine-bright); }
.day-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.day-card { min-height: 128px; padding: 18px; display: grid; grid-template-columns: 48px 1fr 24px; align-items: center; gap: 14px; border: 1px solid rgba(234,212,169,.2); border-radius: 20px; background: #351521; color: var(--cream); text-align: left; cursor: pointer; transition: transform 160ms ease, border-color 160ms ease, background 160ms ease; }
.day-card:hover:not(:disabled) { transform: translateY(-2px); border-color: var(--gold); }
.day-card.completed { background: #263e2e; border-color: rgba(154,193,164,.38); }
.day-card.locked { opacity: .47; cursor: not-allowed; }
.day-number { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid rgba(234,212,169,.3); border-radius: 50%; color: var(--gold-light); font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; }
.day-copy { min-width: 0; display: grid; gap: 4px; }
.day-copy small { color: var(--gold-light); font-size: .68rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.day-copy strong { line-height: 1.28; }
.day-copy em { color: #cdbac0; font-size: .75rem; font-style: normal; }
.day-arrow { color: var(--gold-light); font-size: 1.1rem; }

.offer-page { width: min(780px, calc(100% - 40px)); margin: 0 auto; padding: 22px 0 72px; }
.offer-card { min-height: 560px; padding: clamp(34px, 8vw, 80px); display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(234,212,169,.26); border-radius: 34px; background: var(--cream); color: var(--ink); text-align: center; box-shadow: var(--shadow); }
.offer-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #ead7dc; color: var(--wine-bright); font-size: 1.5rem; }
.offer-card > span { margin-top: 20px; color: var(--wine-bright); font-size: .75rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.offer-card h1 { max-width: 600px; margin: 12px 0 18px; font-size: clamp(2.6rem, 7vw, 4.6rem); line-height: 1; font-weight: 500; letter-spacing: -.045em; }
.offer-card p { max-width: 540px; margin-bottom: 28px; color: var(--muted-ink); line-height: 1.7; }
.offer-list { width: min(100%, 480px); margin: 0 0 28px; padding: 20px; display: grid; gap: 10px; border: 1px solid var(--line); border-radius: 18px; background: #fffdf7; text-align: left; }

.modal-backdrop { position: fixed; z-index: 50; inset: 0; padding: 20px; display: grid; place-items: center; background: rgba(20,6,11,.72); backdrop-filter: blur(4px); }
.modal { width: min(620px, 100%); max-height: 90vh; overflow-y: auto; padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: var(--cream); color: var(--ink); box-shadow: 0 32px 90px rgba(0,0,0,.36); }
.modal-head { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: start; }
.modal h2 { margin: 12px 0 5px; font-size: 2.35rem; line-height: 1.08; font-weight: 500; }
.modal-reference { color: var(--muted-ink); }
.modal-close { width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: transparent; color: var(--ink); cursor: pointer; font-size: 1.3rem; }
.day-section { padding-top: 18px; margin-top: 18px; border-top: 1px solid var(--line); }
.day-section > span, .day-prayer span { color: var(--wine-bright); font-size: .72rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.day-section p { margin: 8px 0 0; color: var(--muted-ink); line-height: 1.65; }
.day-practice { padding: 18px; border: 1px solid var(--line); border-radius: 17px; background: #fffdf8; }
.day-prayer { padding: 18px; margin: 18px 0; display: grid; grid-template-columns: 30px 1fr; gap: 12px; border-radius: 17px; background: #3b1724; color: var(--cream); }
.day-prayer b { color: var(--gold-light); font-size: 1.2rem; }
.day-prayer span { color: var(--gold-light); }
.day-prayer p { margin: 7px 0 0; line-height: 1.6; }
.toast { position: fixed; z-index: 100; right: 22px; bottom: 22px; max-width: min(420px, calc(100vw - 44px)); padding: 14px 18px; border: 1px solid rgba(234,212,169,.34); border-radius: 14px; background: #1e0c14; color: var(--cream); box-shadow: 0 18px 50px rgba(0,0,0,.3); }
.site-footer { padding: 0 20px 28px; color: #bda9af; font-size: .78rem; text-align: center; }

@media (max-width: 900px) {
  .hero-card, .spin-stage, .result-grid, .journey-preview { grid-template-columns: 1fr; }
  .hero-visual { min-height: 520px; }
  .spin-stage { text-align: center; }
  .spin-copy { display: flex; flex-direction: column; align-items: center; }
  .journey-preview { padding-inline: 8px; }
  .day-grid { grid-template-columns: repeat(2, 1fr); }
  .journey-header { grid-template-columns: 1fr; }
  .journey-stats article { flex: 1; }
}

@media (max-width: 680px) {
  .site-header, .page, .offer-page { width: min(100% - 24px, 1180px); }
  .site-header { min-height: 74px; }
  .brand small, .nav-btn { display: none; }
  .brand-mark { width: 40px; height: 40px; font-size: .9rem; }
  .brand strong { font-size: .98rem; }
  .btn-outline { padding-inline: 14px; }
  .hero-card, .spin-stage, .scenario-stage, .result-hero, .score-card, .journey-header { border-radius: 24px; }
  .hero-copy, .hero-visual, .spin-stage, .scenario-stage, .result-hero, .score-card, .journey-header { padding: 28px 22px; }
  .hero-card { min-height: unset; }
  .hero-copy h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions, .hero-actions .btn, .hero-actions .text-btn { width: 100%; }
  .hero-actions .text-btn { text-align: center; }
  .trust-row { display: grid; gap: 10px; }
  .hero-visual { min-height: 490px; }
  .seal { width: 145px; height: 145px; }
  .seal span { font-size: 2.8rem; }
  .journey-preview { padding-top: 62px; }
  .quiz-topline { align-items: flex-start; flex-direction: column; gap: 10px; }
  .round-copy { width: 100%; }
  .spin-stage { min-height: 610px; gap: 38px; }
  .wheel { width: min(250px, 70vw); }
  .wheel strong { font-size: 4rem; }
  .spin-copy h1 { font-size: 2.55rem; }
  .option-list { grid-template-columns: 1fr; }
  .option-card { min-height: 104px; padding: 14px; grid-template-columns: 38px 1fr 22px; gap: 11px; }
  .option-letter { width: 38px; height: 38px; }
  .scenario-footer { align-items: stretch; flex-direction: column; }
  .scenario-footer .btn { width: 100%; }
  .result-seal { width: 140px; height: 140px; }
  .score-heading { flex-direction: column; }
  .premium-cta { grid-template-columns: 1fr; padding: 28px 22px; }
  .premium-cta .btn, .premium-cta .text-btn { grid-column: 1; width: 100%; }
  .journey-stats { width: 100%; }
  .journey-stats article { width: auto; min-height: 122px; }
  .day-grid { grid-template-columns: 1fr; }
  .day-card { min-height: 112px; }
  .modal { padding: 22px; }
  .modal h2 { font-size: 2rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
