:root {
  --navy: #061433;
  --navy-2: #0a1e4f;
  --purple: #7c3cff;
  --purple-2: #5225d7;
  --blue: #2f6dff;
  --gold: #ffcd4a;
  --gold-2: #ffa927;
  --text: #071226;
  --muted: #66708a;
  --line: rgba(10, 30, 79, .12);
  --white: #fff;
  --bg: #f6f8ff;
  --success: #17a96b;
  --danger: #f04438;
  --shadow: 0 24px 80px rgba(6, 20, 51, .16);
  --soft-shadow: 0 14px 40px rgba(6, 20, 51, .1);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 7%, rgba(124, 60, 255, .24), transparent 30%),
    radial-gradient(circle at 10% 10%, rgba(47, 109, 255, .12), transparent 24%),
    linear-gradient(180deg, #fff 0%, #f5f7ff 46%, #eef2ff 100%);
  min-height: 100vh;
}

button,
a,
input {
  font: inherit;
}

button {
  border: 0;
}

.page-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 28px;
}

.hero-section {
  position: relative;
  overflow: hidden;
  min-height: 388px;
  border-radius: 38px;
  padding: 46px 52px;
  background:
    linear-gradient(115deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.9) 46%, rgba(246,240,255,.7) 100%);
  box-shadow: var(--soft-shadow);
  border: 1px solid rgba(255,255,255,.72);
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.hero-glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: .8;
  pointer-events: none;
}

.hero-glow-one {
  width: 280px;
  height: 280px;
  right: 0;
  top: -70px;
  background: rgba(124, 60, 255, .22);
}

.hero-glow-two {
  width: 220px;
  height: 220px;
  left: -80px;
  bottom: -120px;
  background: rgba(47, 109, 255, .13);
}

.eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 18px;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: .02em;
  background: linear-gradient(135deg, var(--purple), var(--purple-2));
  border-radius: 999px;
  box-shadow: 0 12px 28px rgba(82, 37, 215, .28);
}

.bolt {
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.12));
}

h1 {
  margin: 24px 0 14px;
  max-width: 570px;
  font-size: clamp(44px, 6vw, 78px);
  line-height: .93;
  letter-spacing: -.07em;
  font-weight: 900;
  color: var(--navy);
}

h1 span {
  display: block;
  background: linear-gradient(135deg, #7b4dff 0%, #5c28d9 48%, #2f6dff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-subtitle {
  max-width: 520px;
  margin: 0 0 24px;
  color: #2c3760;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 10px 16px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(10,30,79,.09);
  border-radius: 18px;
  box-shadow: 0 12px 30px rgba(6,20,51,.08);
  color: var(--navy);
  font-weight: 800;
}

.badge-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
}

.age-icon {
  border: 2px solid var(--navy);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 900;
}

.hero-art {
  position: relative;
  min-height: 360px;
  transform: translateY(6px);
}

.floating {
  position: absolute;
  animation: floaty 4.4s ease-in-out infinite;
}

@keyframes floaty {
  0%, 100% { transform: translateY(0) rotate(-8deg); }
  50% { transform: translateY(-14px) rotate(8deg); }
}

.coin {
  z-index: 8;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: #8a4b00;
  font-weight: 900;
  font-size: 22px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 26%, #fff5ad 0 12%, #ffdb52 26%, #ff9d21 68%, #c46a00 100%);
  border: 4px solid #ffc74c;
  box-shadow: 0 14px 30px rgba(214, 125, 0, .22), inset 0 2px 4px rgba(255,255,255,.7);
}

.coin-a { top: 0; left: 23%; }
.coin-b { top: 42px; right: 8%; animation-delay: -.8s; }
.coin-c { bottom: 88px; left: 6%; animation-delay: -1.4s; }

.roulette-wheel {
  position: absolute;
  right: 50px;
  top: 16px;
  width: 205px;
  height: 205px;
  border-radius: 50%;
  background:
    conic-gradient(#cf1c2d 0 10deg, #0a122a 10deg 20deg, #cf1c2d 20deg 30deg, #0a122a 30deg 40deg, #18a957 40deg 48deg, #cf1c2d 48deg 58deg, #0a122a 58deg 68deg, #cf1c2d 68deg 78deg, #0a122a 78deg 88deg, #cf1c2d 88deg 98deg, #0a122a 98deg 108deg, #cf1c2d 108deg 118deg, #0a122a 118deg 128deg, #cf1c2d 128deg 138deg, #0a122a 138deg 148deg, #cf1c2d 148deg 158deg, #0a122a 158deg 168deg, #cf1c2d 168deg 178deg, #0a122a 178deg 188deg, #cf1c2d 188deg 198deg, #0a122a 198deg 208deg, #cf1c2d 208deg 218deg, #0a122a 218deg 228deg, #cf1c2d 228deg 238deg, #0a122a 238deg 248deg, #cf1c2d 248deg 258deg, #0a122a 258deg 268deg, #cf1c2d 268deg 278deg, #0a122a 278deg 288deg, #cf1c2d 288deg 298deg, #0a122a 298deg 308deg, #cf1c2d 308deg 318deg, #0a122a 318deg 328deg, #cf1c2d 328deg 338deg, #0a122a 338deg 348deg, #cf1c2d 348deg 360deg);
  border: 14px solid #ffd05b;
  box-shadow: 0 28px 50px rgba(9, 19, 52, .24), inset 0 0 0 10px rgba(255,255,255,.18);
  transform: rotate(-12deg);
}

.roulette-wheel::before {
  content: "";
  position: absolute;
  inset: 31px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff1a8 0 11%, #d18b18 12% 22%, #50250c 23% 46%, #f3bd3d 48% 54%, transparent 56%);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.22);
}

.roulette-wheel span {
  position: absolute;
  width: 92px;
  height: 6px;
  left: 45px;
  top: 94px;
  background: linear-gradient(90deg, #ffe990, #9a4d00);
  border-radius: 99px;
  transform: rotate(-35deg);
  transform-origin: 85% 50%;
}

.slot-machine {
  position: absolute;
  z-index: 6;
  right: 112px;
  top: 120px;
  width: 250px;
  height: 150px;
  border-radius: 26px;
  background: linear-gradient(145deg, #ffcf57, #b65b05 56%, #602900);
  border: 5px solid #ffe08b;
  box-shadow: 0 28px 65px rgba(79, 30, 0, .28);
  transform: rotate(4deg);
  overflow: hidden;
}

.slot-top {
  height: 26px;
  background: linear-gradient(90deg, #251645, #7440ff, #251645);
}

.slot-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 16px 18px;
}

.slot-row b {
  display: grid;
  place-items: center;
  min-height: 86px;
  border-radius: 14px;
  color: #d81930;
  font-size: 62px;
  line-height: 1;
  text-shadow: 0 4px 0 rgba(255,205,74,.75);
  background: linear-gradient(180deg, #fff7d4, #ffefb2 48%, #ffd15a 49%, #fff4c3 100%);
  box-shadow: inset 0 5px 12px rgba(255,255,255,.8), inset 0 -10px 15px rgba(115,62,0,.16);
}

.slot-shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 0 34%, rgba(255,255,255,.34) 40%, transparent 50%);
}

.card {
  position: absolute;
  display: grid;
  place-items: center;
  z-index: 5;
  width: 76px;
  height: 106px;
  font-size: 25px;
  font-weight: 900;
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(6,20,51,.18);
  border: 1px solid rgba(6,20,51,.11);
}
.card-a { left: 115px; top: 95px; transform: rotate(-10deg); color: var(--navy); }
.card-b { left: 168px; top: 105px; transform: rotate(7deg); color: #db1730; }

.chip {
  position: absolute;
  z-index: 7;
  border-radius: 50%;
  background:
    radial-gradient(circle, #1f1941 0 32%, transparent 33%),
    conic-gradient(#fff 0 15deg, #7e43ff 15deg 45deg, #fff 45deg 60deg, #7e43ff 60deg 90deg, #fff 90deg 105deg, #7e43ff 105deg 135deg, #fff 135deg 150deg, #7e43ff 150deg 180deg, #fff 180deg 195deg, #7e43ff 195deg 225deg, #fff 225deg 240deg, #7e43ff 240deg 270deg, #fff 270deg 285deg, #7e43ff 285deg 315deg, #fff 315deg 330deg, #7e43ff 330deg 360deg);
  border: 6px solid #201442;
  box-shadow: 0 18px 40px rgba(43,22,94,.28);
}
.chip-a { width: 124px; height: 124px; top: 28px; right: 240px; transform: rotate(19deg); }
.chip-b { width: 94px; height: 94px; bottom: 68px; left: 236px; transform: rotate(-8deg); }

.dice {
  position: absolute;
  z-index: 8;
  width: 66px;
  height: 66px;
  border-radius: 15px;
  background: linear-gradient(145deg, #ff6a44, #b40f21);
  box-shadow: 0 15px 34px rgba(159, 28, 26, .28);
  transform: rotate(-12deg);
}
.dice-a { right: 184px; bottom: 42px; }
.dice i {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 -1px 1px rgba(0,0,0,.14);
}
.dice i:nth-child(1) { left: 14px; top: 14px; }
.dice i:nth-child(2) { right: 14px; top: 14px; }
.dice i:nth-child(3) { left: 28px; top: 28px; }
.dice i:nth-child(4) { left: 14px; bottom: 14px; }
.dice i:nth-child(5) { right: 14px; bottom: 14px; }

.wallet {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 30px;
  width: 154px;
  height: 112px;
  border-radius: 22px;
  background: linear-gradient(145deg, #24144a, #7e43ff);
  border: 4px solid #ffca4b;
  box-shadow: 0 26px 50px rgba(22,12,59,.25);
}
.wallet::before {
  content: "";
  position: absolute;
  top: 36px;
  right: -4px;
  width: 70px;
  height: 38px;
  border-radius: 18px 0 0 18px;
  background: linear-gradient(145deg, #7b3fff, #21113d);
  border: 3px solid #ffca4b;
}
.wallet::after {
  content: "";
  position: absolute;
  top: 49px;
  right: 43px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffca4b;
}

.quiz-section {
  display: grid;
  grid-template-columns: minmax(320px, 442px) 1fr;
  gap: 26px;
  align-items: start;
  margin-top: 28px;
}

.phone-card,
.matches-panel,
.benefits-strip {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.phone-card {
  overflow: hidden;
  border-radius: 38px;
  padding: 14px;
  border: 8px solid #d9e0ee;
  background: #fff;
  position: sticky;
  top: 18px;
}

.phone-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
  padding: 0 16px;
  color: #fff;
  background: var(--navy);
  border-radius: 24px 24px 0 0;
  font-size: 12px;
  font-weight: 800;
}

.phone-status {
  letter-spacing: .05em;
  opacity: .9;
}

.quiz-nav {
  display: grid;
  grid-template-columns: 38px 1fr 38px;
  align-items: center;
  min-height: 56px;
  padding: 0 14px;
  color: #fff;
  background: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.back-btn {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  color: #fff;
  cursor: pointer;
  transition: .2s ease;
}
.back-btn:hover { background: rgba(255,255,255,.16); transform: translateX(-1px); }
.back-btn:disabled { opacity: .35; cursor: not-allowed; }

.progress-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 18px 18px 0;
}

.progress-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf0f8;
}

.progress-bar {
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--purple), #b139ff);
  box-shadow: 0 0 18px rgba(124,60,255,.44);
  transition: width .25s ease;
}

#stepLabel {
  color: #3d4666;
  font-size: 12px;
  font-weight: 800;
}

.quiz-form {
  padding: 20px 18px 18px;
  min-height: 520px;
}

.quiz-step {
  animation: fadeIn .25s ease both;
}

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

.question-title {
  margin: 0 0 7px;
  font-size: 22px;
  line-height: 1.16;
  color: var(--text);
  letter-spacing: -.04em;
  text-align: center;
}

.question-help {
  margin: 0 auto 19px;
  max-width: 330px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
  text-align: center;
}

.options-list {
  display: grid;
  gap: 12px;
}

.option-card {
  position: relative;
  display: grid;
  grid-template-columns: 48px 1fr 24px;
  align-items: center;
  gap: 12px;
  min-height: 70px;
  padding: 10px 13px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fbfcff);
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(6,20,51,.05);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease, background .16s ease;
}

.option-card:hover {
  transform: translateY(-2px);
  border-color: rgba(124,60,255,.3);
  box-shadow: 0 18px 35px rgba(6,20,51,.09);
}

.option-card.is-selected {
  border-color: rgba(124,60,255,.55);
  background: linear-gradient(180deg, #fff, #f4f0ff);
  box-shadow: 0 18px 38px rgba(124,60,255,.16);
}

.option-icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 15px;
  background: radial-gradient(circle at 30% 25%, #fff 0 16%, #f7f1ff 17% 35%, #e9e5ff 36% 100%);
  box-shadow: inset 0 0 0 1px rgba(6,20,51,.06), 0 10px 18px rgba(6,20,51,.08);
  font-size: 24px;
}

.option-text {
  font-weight: 800;
  color: var(--navy);
}

.option-radio {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border: 2px solid #cad2e5;
  border-radius: 50%;
  transition: .16s ease;
}

.option-card.is-selected .option-radio {
  border-color: var(--purple);
  background: var(--purple);
}

.option-card.is-selected .option-radio::after {
  content: "✓";
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.quiz-actions {
  margin-top: 20px;
  display: grid;
  gap: 10px;
}

.primary-btn,
.match-cta {
  min-height: 58px;
  border-radius: 17px;
  cursor: pointer;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  background: linear-gradient(135deg, #8c3fff, #5524d8 54%, #3812a9);
  box-shadow: 0 16px 30px rgba(82,37,215,.28);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.primary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  font-size: 17px;
}

.primary-btn:hover,
.match-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 36px rgba(82,37,215,.34);
}
.primary-btn:disabled { opacity: .42; cursor: not-allowed; transform: none; }

.micro-copy {
  margin: 8px 0 0;
  text-align: center;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}

.matches-panel {
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(180deg, #061433 0%, #071a42 100%);
  color: #fff;
}

.matches-header {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 31px 32px 24px;
  background:
    radial-gradient(circle at 89% 22%, rgba(255,205,74,.24), transparent 24%),
    radial-gradient(circle at 20% 0%, rgba(124,60,255,.3), transparent 28%),
    var(--navy);
}

.matches-header::after {
  content: "";
  position: absolute;
  inset: auto -20% -70px -20%;
  height: 120px;
  background: rgba(255,255,255,.06);
  transform: rotate(-3deg);
}

.small-label {
  margin: 0 0 8px;
  color: #ffdf78;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.matches-header h2 {
  margin: 0 0 7px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1;
  letter-spacing: -.045em;
}

.matches-header p:not(.small-label) {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-weight: 600;
}

.trophy-icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  flex: 0 0 86px;
  width: 86px;
  height: 86px;
  border-radius: 26px;
  font-size: 42px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2);
}

.matches-list {
  display: grid;
  gap: 14px;
  padding: 20px 22px 22px;
}

.match-card {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 15px;
  border-radius: 22px;
  color: var(--navy);
  background: #fff;
  box-shadow: 0 15px 36px rgba(0,0,0,.16);
  animation: matchIn .28s ease both;
}

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

.match-logo {
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border-radius: 20px;
  background: radial-gradient(circle at 30% 20%, #2d235b, #090e25 70%);
  color: var(--gold);
  font-size: 35px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12), 0 12px 24px rgba(6,20,51,.14);
}

.match-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 5px 10px;
  margin: 0 0 7px;
  border-radius: 999px;
  color: #7a4500;
  background: #ffe391;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.match-title {
  margin: 0 0 3px;
  font-size: 18px;
  line-height: 1.15;
  letter-spacing: -.03em;
}

.match-bonus {
  margin: 0 0 8px;
  color: #1c2850;
  font-weight: 800;
}

.match-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  color: #51607d;
  font-size: 13px;
  font-weight: 700;
}

.match-features span::before {
  content: "✓";
  color: var(--success);
  font-weight: 900;
  margin-right: 5px;
}

.match-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 17px;
  white-space: nowrap;
  font-size: 14px;
}

.secure-note {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 22px 22px;
  padding: 18px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.1);
}

.secure-note span {
  font-size: 28px;
}
.secure-note strong { display: block; margin-bottom: 4px; }
.secure-note p { margin: 0; color: rgba(255,255,255,.68); font-size: 13px; line-height: 1.45; }

.benefits-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-top: 28px;
  padding: 22px 18px;
  border-radius: 28px;
}

.benefit-item {
  display: flex;
  gap: 14px;
  padding: 0 18px;
  border-right: 1px solid var(--line);
}
.benefit-item:last-child { border-right: 0; }
.benefit-item span {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #f2eeff;
  font-size: 25px;
}
.benefit-item strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
  font-size: 15px;
}
.benefit-item p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.42;
}

.footer-note {
  max-width: 920px;
  margin: 20px auto 0;
  text-align: center;
  color: #7b849a;
  font-size: 12px;
  line-height: 1.55;
}

@media (max-width: 1040px) {
  .hero-section { padding: 38px 32px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 285px; max-width: 560px; width: 100%; margin: 0 auto; }
  .quiz-section { grid-template-columns: 1fr; }
  .phone-card { position: relative; top: auto; max-width: 440px; width: 100%; margin: 0 auto; }
  .benefits-strip { grid-template-columns: repeat(2, 1fr); gap: 18px 0; }
  .benefit-item:nth-child(2) { border-right: 0; }
}

@media (max-width: 680px) {
  .page-shell { width: min(100% - 20px, 1180px); padding-top: 14px; }
  .hero-section { border-radius: 28px; padding: 22px 20px 20px; min-height: 340px; }
  .hero-grid { display: block; }
  .hero-copy { position: relative; z-index: 3; max-width: 68%; }
  h1 { margin: 18px 0 10px; font-size: 38px; letter-spacing: -.055em; }
  .hero-subtitle { margin-bottom: 16px; font-size: 15px; line-height: 1.4; }
  .trust-badges { gap: 8px; }
  .trust-badge { min-height: 41px; padding: 7px 10px; font-size: 12px; border-radius: 14px; }
  .badge-icon { width: 24px; height: 24px; }
  .hero-art {
    position: absolute;
    z-index: 2;
    top: 42px;
    right: -92px;
    width: 360px;
    min-height: 300px;
    margin: 0;
    transform: scale(.64);
    transform-origin: center center;
    pointer-events: none;
  }
  .quiz-section { margin-top: 12px; }
  .phone-card { border-width: 5px; border-radius: 32px; padding: 10px; }
  .quiz-form { padding: 18px 12px 14px; min-height: 486px; }
  .progress-row { padding: 15px 12px 0; }
  .question-title { font-size: 20px; }
  .option-card { min-height: 64px; grid-template-columns: 43px 1fr 22px; }
  .option-icon { width: 42px; height: 42px; font-size: 22px; }
  .matches-header { padding: 25px 22px 20px; }
  .trophy-icon { width: 68px; height: 68px; flex-basis: 68px; font-size: 32px; border-radius: 22px; }
  .matches-list { padding: 16px; }
  .match-card { grid-template-columns: 62px 1fr; }
  .match-logo { width: 62px; height: 62px; border-radius: 18px; font-size: 29px; }
  .match-cta { grid-column: 1 / -1; width: 100%; }
  .secure-note { margin: 0 16px 16px; }
  .benefits-strip { grid-template-columns: 1fr; padding: 18px; border-radius: 24px; }
  .benefit-item { border-right: 0; border-bottom: 1px solid var(--line); padding: 0 0 16px; }
  .benefit-item:last-child { border-bottom: 0; padding-bottom: 0; }
}

@media (max-width: 420px) {
  .eyebrow { font-size: 12px; }
  .hero-section { min-height: 390px; padding: 20px 16px 18px; }
  .hero-copy { max-width: 100%; }
  h1 { max-width: 290px; font-size: 35px; }
  .hero-subtitle { max-width: 270px; }
  .hero-art { top: 86px; right: -125px; transform: scale(.5); opacity: .42; }
  .match-features { font-size: 12px; }
}

.option-card:disabled {
  cursor: default;
  pointer-events: none;
}

.auto-copy {
  margin-top: 18px;
}

.complete-step {
  min-height: 468px;
  display: grid;
  align-content: center;
}

.complete-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 18px;
  display: grid;
  place-items: center;
  border-radius: 26px;
  background: linear-gradient(135deg, #fff0b9, #ffcd4a);
  box-shadow: 0 18px 36px rgba(255, 169, 39, .24);
  font-size: 38px;
}

.answer-summary {
  display: grid;
  gap: 9px;
  margin: 20px 0 6px;
}

.answer-summary div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #f7f8ff;
  border: 1px solid var(--line);
}

.answer-summary span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.answer-summary strong {
  color: var(--navy);
  font-size: 13px;
}

.matches-panel.is-locked .matches-header {
  background:
    radial-gradient(circle at 89% 22%, rgba(124,60,255,.22), transparent 24%),
    radial-gradient(circle at 20% 0%, rgba(47,109,255,.24), transparent 28%),
    var(--navy);
}

.matches-panel.is-locked .matches-header h2,
.matches-panel.is-locked .matches-header p:not(.small-label) {
  filter: blur(2.5px);
  user-select: none;
}

.matches-placeholder {
  min-height: 388px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  padding: 34px 24px;
  text-align: center;
  border-radius: 24px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(255,255,255,.12), rgba(255,255,255,.045)),
    repeating-linear-gradient(135deg, rgba(255,255,255,.04) 0 12px, transparent 12px 24px);
  border: 1px solid rgba(255,255,255,.12);
}

.lock-orb {
  width: 82px;
  height: 82px;
  display: grid;
  place-items: center;
  border-radius: 28px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18);
  font-size: 38px;
}

.matches-placeholder h3 {
  margin: 4px 0 0;
  max-width: 360px;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -.035em;
}

.matches-placeholder p {
  margin: 0;
  max-width: 390px;
  color: rgba(255,255,255,.72);
  font-weight: 600;
  line-height: 1.45;
}

.placeholder-steps {
  display: flex;
  gap: 7px;
  margin-top: 6px;
}

.placeholder-steps span {
  width: 34px;
  height: 7px;
  border-radius: 99px;
  background: rgba(255,255,255,.16);
}

.placeholder-steps span.is-active {
  background: linear-gradient(90deg, var(--gold), var(--gold-2));
  box-shadow: 0 0 16px rgba(255, 205, 74, .28);
}

.quiz-uploaded-logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}
