:root {
  --ink: #161617;
  --muted: #6e6e73;
  --purple: #8b1aa5;
  --purple-dark: #561069;
  --pink: #f277b9;
  --cream: #fffaf0;
  --lemon: #f4f6a8;
  --rose: #fbf2ff;
  --rose-strong: #fde8fa;
  --blue: #4267e8;
  --line: #e9e2ed;
  --card-back: #331142;
  --shadow: 0 22px 60px rgba(86, 16, 105, 0.12);
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  background: #ffffff;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 88% 70%, rgba(244, 246, 168, 0.7), rgba(244, 246, 168, 0) 260px),
    radial-gradient(circle at 18% 12%, rgba(242, 119, 185, 0.18), rgba(242, 119, 185, 0) 300px),
    linear-gradient(180deg, #fff7fb 0%, var(--cream) 100%);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
}

button,
input,
textarea {
  font: inherit;
}

a {
  color: inherit;
}

.app-page {
  min-height: 100vh;
  padding: 18px 18px 36px;
}

.site-header {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0;
  backdrop-filter: blur(18px);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #111217;
  font-weight: 950;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
  text-align: left;
  text-transform: lowercase;
  font-size: 1.42rem;
}

.logo-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #111217;
  overflow: hidden;
  box-shadow: 0 8px 26px rgba(66, 103, 232, 0.2);
}

.logo-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 32px 0 0;
  text-align: center;
}

.soulmate-hero {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 7vw, 58px) 0 24px;
  text-align: center;
}

.hero-kicker {
  margin: 0 0 12px;
  color: var(--pink);
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.soulmate-hero h1 {
  max-width: 720px;
  margin: 0 auto;
  color: #111217;
  font-size: clamp(2.75rem, 10vw, 5.25rem);
  font-weight: 950;
  line-height: 0.92;
  letter-spacing: -0.02em;
}

.soulmate-hero h1 span {
  display: block;
  margin-top: 10px;
  color: var(--purple);
}

.hero-subtitle {
  max-width: 610px;
  margin: 22px auto 0;
  color: #4f4b57;
  font-size: clamp(1.05rem, 3.4vw, 1.34rem);
  font-weight: 800;
  line-height: 1.42;
}

.hero-trust {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin: 18px auto 0;
  border: 2px solid #111217;
  border-radius: 999px;
  padding: 8px 13px;
  background: rgba(255, 255, 255, 0.84);
  color: #111217;
  font-size: 0.86rem;
  font-weight: 850;
  box-shadow: 3px 4px 0 #111217;
}

.hero-trust span {
  color: var(--pink);
}

.hero-cta {
  width: min(420px, 100%);
  margin-top: 24px;
}

.hero-note {
  margin: 14px auto 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 850;
}

.pdf-hint {
  margin: 26px auto 0;
  color: #111217;
  font-weight: 900;
}

.pdf-hint p {
  margin: 0;
}

.pdf-hint > span {
  display: block;
  margin: 8px 0 12px;
  color: var(--purple);
  font-size: 1.7rem;
  line-height: 1;
  animation: arrowFloat 1.5s ease-in-out infinite;
}

.hero-pdf-mockup {
  width: 178px;
  height: 222px;
  margin: 0 auto;
  border: 2px solid #111217;
  border-radius: 22px;
  padding: 10px;
  background: #ffffff;
  box-shadow: 8px 10px 0 #111217, 0 24px 58px rgba(17, 18, 23, 0.13);
  transform: rotate(-2deg);
}

.hero-pdf-page {
  height: 100%;
  display: grid;
  align-content: start;
  gap: 12px;
  border-radius: 16px;
  padding: 18px;
  background:
    radial-gradient(circle at 82% 14%, rgba(244, 246, 168, 0.85), transparent 58px),
    linear-gradient(160deg, #fff, #fff0fa);
  text-align: left;
}

.hero-pdf-page b {
  color: var(--pink);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.hero-pdf-page strong {
  color: #111217;
  font-size: 1.04rem;
  line-height: 1.05;
}

.hero-pdf-page i {
  height: 9px;
  display: block;
  border-radius: 999px;
  background: rgba(17, 18, 23, 0.16);
}

.hero-pdf-page i:nth-child(4) {
  width: 78%;
}

.hero-pdf-page i:nth-child(5) {
  width: 54%;
}

.curiosity-hook {
  width: min(680px, 100%);
  margin: 14px auto 54px;
  border: 2px solid #111217;
  border-radius: 28px;
  padding: clamp(22px, 5vw, 34px);
  background:
    radial-gradient(circle at 92% 10%, rgba(244, 246, 168, 0.7), transparent 150px),
    rgba(255, 255, 255, 0.88);
  box-shadow: 7px 9px 0 #111217;
}

.curiosity-hook h2 {
  margin: 0 0 16px;
  color: #111217;
  font-size: clamp(2rem, 7vw, 3.1rem);
  font-weight: 950;
  line-height: 0.98;
  text-align: center;
}

.curiosity-hook p {
  margin: 0 0 14px;
  color: #4f4b57;
  font-size: 1.03rem;
  font-weight: 760;
  line-height: 1.5;
}

.curiosity-hook p:last-child {
  margin-bottom: 0;
  color: #111217;
  font-weight: 950;
}

.landing-section,
.final-cta {
  width: min(760px, 100%);
  margin: 28px auto;
  border: 2px solid #111217;
  border-radius: 28px;
  padding: clamp(22px, 5vw, 34px);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 7px 9px 0 #111217;
}

.landing-section h2,
.final-cta h2 {
  margin: 0 0 20px;
  color: #111217;
  font-size: clamp(2rem, 7vw, 3.2rem);
  font-weight: 950;
  line-height: 0.98;
  text-align: center;
}

.bullet-grid {
  display: grid;
  gap: 12px;
}

.bullet-grid article,
.testimonial-list article,
.step-card,
.price-box,
.faq-list details {
  border: 2px solid #111217;
  border-radius: 20px;
  background: rgba(255, 246, 253, 0.94);
  box-shadow: 4px 5px 0 #111217;
}

.bullet-grid article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 14px;
}

.bullet-grid span,
.step-card span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ff9ccc;
  font-weight: 950;
}

.bullet-grid p,
.step-card p,
.testimonial-list p,
.compare-table p,
.check-list p,
.not-for-you,
.guarantee,
.faq-list p,
.final-cta p,
.final-cta span,
.final-cta strong {
  margin: 0;
  color: #4f4b57;
  font-weight: 800;
  line-height: 1.48;
}

.testimonial-list,
.steps-grid {
  display: grid;
  gap: 14px;
}

.testimonial-list article,
.step-card {
  padding: 18px;
}

.testimonial-list strong,
.testimonial-list span {
  display: block;
  margin-top: 10px;
  color: #111217;
  font-weight: 950;
}

.testimonial-list span {
  color: var(--pink);
  font-size: 0.86rem;
}

.section-proof,
.guarantee,
.not-for-you {
  margin-top: 16px;
  text-align: center;
}

.step-card span {
  margin-bottom: 12px;
  color: #111217;
}

.step-card h3 {
  margin: 0 0 8px;
  color: #111217;
  font-size: 1.28rem;
}

.compare-table {
  overflow: hidden;
  border: 2px solid #111217;
  border-radius: 20px;
  background: #fff;
  box-shadow: 4px 5px 0 #111217;
}

.compare-table > div {
  display: grid;
  grid-template-columns: 1fr 0.8fr 1.2fr;
  gap: 8px;
  padding: 12px;
  border-bottom: 1px solid var(--line);
}

.compare-table > div:last-child {
  border-bottom: 0;
}

.compare-table span,
.compare-table strong {
  color: #111217;
  font-weight: 950;
}

.compare-head {
  background: #fff0fa;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.check-list {
  display: grid;
  gap: 10px;
}

.check-list p {
  border: 2px solid #111217;
  border-radius: 18px;
  padding: 12px 14px;
  background: #fff0fa;
  box-shadow: 3px 4px 0 #111217;
  color: #111217;
}

.price-section {
  text-align: center;
}

.price-box {
  padding: 22px;
}

.price-box > p {
  margin: 0;
  color: var(--pink);
  font-weight: 950;
  text-transform: uppercase;
}

.price-box h3 {
  margin: 10px 0 2px;
  color: #111217;
  font-size: 3.2rem;
  line-height: 1;
}

.price-box > span {
  display: block;
  margin-bottom: 18px;
  color: var(--muted);
  font-weight: 850;
}

.price-box div {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
  text-align: left;
}

.price-box div p {
  margin: 0;
  color: #111217;
  font-weight: 850;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  padding: 14px 16px;
}

.faq-list summary {
  color: #111217;
  font-weight: 950;
  cursor: pointer;
}

.faq-list p {
  margin-top: 10px;
}

.final-cta {
  text-align: center;
  margin-bottom: 70px;
}

.final-cta .primary-link {
  margin: 18px auto 12px;
}

.final-cta span,
.final-cta strong {
  display: block;
}

.final-cta strong {
  margin-top: 12px;
  color: #111217;
}

.site-footer {
  width: min(760px, 100%);
  margin: 26px auto 0;
  padding: 22px 0 6px;
  border-top: 1px solid rgba(17, 18, 23, 0.14);
  text-align: center;
  color: #4f4b57;
  font-size: 0.92rem;
  font-weight: 800;
}

.site-footer strong {
  display: block;
  margin-bottom: 12px;
  color: #111217;
  font-size: 1rem;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
  margin-bottom: 12px;
}

.site-footer a {
  color: #561069;
  font-weight: 950;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.site-footer p {
  margin: 0;
}

.policy-page {
  width: min(780px, 100%);
  margin: 34px auto;
  border: 2px solid #111217;
  border-radius: 28px;
  padding: clamp(24px, 5vw, 42px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 7px 9px 0 #111217;
}

.policy-kicker {
  margin: 0 0 12px;
  color: var(--pink);
  font-size: 0.88rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.policy-page h1 {
  margin: 0;
  color: #111217;
  font-size: clamp(2.2rem, 8vw, 4.2rem);
  font-weight: 950;
  line-height: 0.98;
}

.policy-updated,
.policy-lead {
  color: #4f4b57;
  font-weight: 820;
  line-height: 1.55;
}

.policy-updated {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.policy-lead {
  margin: 18px 0 26px;
  font-size: 1.08rem;
}

.policy-block {
  padding: 20px 0;
  border-top: 1px solid rgba(17, 18, 23, 0.14);
}

.policy-block h2 {
  margin: 0 0 9px;
  color: #111217;
  font-size: 1.25rem;
  font-weight: 950;
}

.policy-block p {
  margin: 0 0 12px;
  color: #4f4b57;
  font-weight: 780;
  line-height: 1.58;
}

.policy-block p:last-child {
  margin-bottom: 0;
}

.policy-block a {
  color: #561069;
  font-weight: 950;
}

.policy-price-card {
  margin: 26px 0;
  border: 2px solid #111217;
  border-radius: 24px;
  padding: clamp(20px, 5vw, 30px);
  background: rgba(255, 246, 253, 0.94);
  box-shadow: 5px 6px 0 #111217;
}

.policy-price-card p {
  margin: 0;
  color: var(--pink);
  font-weight: 950;
  text-transform: uppercase;
}

.policy-price-card h2 {
  margin: 8px 0 4px;
  color: #111217;
  font-size: 3.5rem;
  line-height: 1;
}

.policy-price-card span {
  display: block;
  color: var(--muted);
  font-weight: 850;
}

.policy-price-card ul {
  display: grid;
  gap: 9px;
  margin: 22px 0;
  padding-left: 20px;
  color: #111217;
  font-weight: 850;
  line-height: 1.42;
}

.landing h1,
.quiz-card h1,
.results-panel h1 {
  margin: 0;
  color: var(--ink);
  letter-spacing: 0;
  line-height: 1.08;
}

.landing h1 {
  max-width: 650px;
  margin: 0 auto;
  font-size: clamp(2.45rem, 8vw, 4.2rem);
  font-weight: 950;
  line-height: 0.98;
}

.landing-copy {
  max-width: 540px;
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.55;
}

.down-arrow {
  margin: 22px 0 12px;
  color: var(--purple);
  font-size: 2.1rem;
  line-height: 1;
  animation: arrowFloat 1.5s ease-in-out infinite;
}

@keyframes arrowFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
}

.card-stage {
  position: relative;
  height: clamp(250px, 42vw, 330px);
  margin: 4px auto 16px;
  perspective: 1100px;
}

.card-fan {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-fan.is-shuffling .tarot-card {
  animation: cardShuffle 1.4s ease-in-out infinite alternate;
  animation-delay: var(--d);
}

.tarot-card {
  position: absolute;
  top: 48%;
  left: 50%;
  width: clamp(72px, 13vw, 104px);
  aspect-ratio: 0.64;
  margin-left: calc(clamp(72px, 13vw, 104px) / -2);
  margin-top: calc((clamp(72px, 13vw, 104px) / 0.64) / -2);
  border: 4px solid #ffffff;
  border-radius: 8px;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.13) 0 5px, transparent 5px 10px),
    linear-gradient(145deg, #451357, #2b0f39);
  appearance: none;
  box-shadow: 0 14px 26px rgba(23, 20, 34, 0.16);
  cursor: pointer;
  transform: translateX(var(--x)) rotate(var(--r));
  transform-origin: 50% 115%;
  transition: transform 180ms ease, box-shadow 180ms ease;
  animation: cardSettle 560ms ease both;
  animation-delay: var(--d);
}

.tarot-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 5px;
}

.tarot-card::after {
  content: "✦";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.4rem;
}

.tarot-card:hover,
.tarot-card:focus-visible {
  transform: translateX(var(--x)) translateY(-16px) rotate(var(--r));
  box-shadow: 0 22px 34px rgba(86, 16, 105, 0.24);
  outline: none;
}

.tarot-card.is-away {
  opacity: 0;
  pointer-events: none;
  transform: translateX(var(--x)) translateY(34px) rotate(var(--r)) scale(0.86);
  transition: opacity 260ms ease, transform 360ms ease;
}

.tarot-card.is-picked {
  z-index: 5;
  width: clamp(128px, 18vw, 158px);
  margin-left: calc(clamp(128px, 18vw, 158px) / -2);
  margin-top: calc((clamp(128px, 18vw, 158px) / 0.64) / -2);
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 32%),
    linear-gradient(160deg, #fff8fd, #f8e7ff);
  border-color: #ffffff;
  box-shadow: 0 28px 58px rgba(86, 16, 105, 0.25);
  cursor: default;
  transform: translateX(0) translateY(-22px) rotate(0deg) rotateY(360deg);
  transition: width 360ms ease, margin 360ms ease, transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 360ms ease;
}

.tarot-card.is-picked::before,
.tarot-card.is-picked::after {
  content: none;
}

.tarot-face {
  position: absolute;
  inset: 9px;
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  align-items: center;
  justify-items: center;
  border: 1px solid rgba(139, 26, 165, 0.22);
  border-radius: 6px;
  padding: 10px 8px;
  color: var(--purple-dark);
  text-align: center;
  animation: faceIn 520ms ease 280ms both;
}

.tarot-roman {
  justify-self: start;
  color: var(--purple);
  font-size: 0.74rem;
  font-weight: 900;
}

.tarot-symbol {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: var(--purple);
  font-size: 2rem;
  box-shadow: inset 0 0 0 1px rgba(139, 26, 165, 0.08);
}

.tarot-face strong {
  margin-top: 8px;
  font-size: 0.98rem;
  line-height: 1.1;
}

.tarot-face em {
  color: var(--muted);
  font-size: 0.72rem;
  font-style: normal;
  line-height: 1.2;
}

@keyframes faceIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes cardSettle {
  from {
    opacity: 0;
    transform: translateX(0) translateY(28px) rotate(0deg);
  }
  to {
    opacity: 1;
    transform: translateX(var(--x)) rotate(var(--r));
  }
}

@keyframes cardShuffle {
  from {
    transform: translateX(var(--x)) translateY(0) rotate(var(--r));
  }
  to {
    transform: translateX(calc(var(--x) + 10px)) translateY(-10px) rotate(calc(var(--r) + 2deg));
  }
}

.picked-card-wrap {
  min-height: 48px;
  margin-top: -8px;
}

.picked-note {
  max-width: 430px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.45;
}

.picked-note strong {
  color: var(--purple-dark);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 20px;
  margin: 8px auto 18px;
  color: #322b3f;
  font-size: 0.9rem;
}

.trust-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.trust-item span {
  color: var(--purple);
  font-weight: 800;
}

.primary-link,
.primary-button {
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 0 24px;
  background: #111217;
  color: white;
  font-size: 1.05rem;
  font-weight: 950;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 12px 0 rgba(139, 26, 165, 0.18), 0 22px 36px rgba(17, 18, 23, 0.18);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.primary-link.is-hidden {
  display: none;
}

.primary-link:hover,
.primary-button:hover {
  background: #111217;
  transform: translateY(-2px);
}

.quiz-wrap,
.results-wrap {
  width: min(520px, 100%);
  margin: 0 auto;
  padding-top: 18px;
}

.quiz-top {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
  margin-bottom: clamp(34px, 7vh, 58px);
}

.back-button {
  display: none;
}

.step-label {
  text-align: left;
  color: #111217;
  text-transform: uppercase;
  font-size: 0.82rem;
  font-weight: 950;
  letter-spacing: 0.04em;
}

.step-count {
  color: var(--pink);
  text-align: right;
  font-size: 0.86rem;
  font-weight: 950;
}

.progress-track {
  grid-column: 1 / -1;
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  border: 2px solid #111217;
  background: #fff;
}

.progress-bar {
  width: var(--progress, 100%);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--lemon), #d8ea63);
  transition: width 250ms ease;
}

.quiz-card {
  text-align: left;
}

.quiz-card h1 {
  margin: 0 0 22px;
  font-size: clamp(2rem, 8vw, 3.2rem);
  font-weight: 950;
  line-height: 0.98;
  letter-spacing: -0.01em;
}

.basics-stack {
  display: grid;
  gap: 8px;
}

.basics-stack .field-card {
  margin-bottom: 4px;
}

.basics-stack .input-wrap {
  min-height: 58px;
}

.section-helper {
  max-width: 520px;
  margin: 0 0 12px;
  color: var(--pink);
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 950;
}

.field-card {
  margin-bottom: 14px;
  text-align: left;
}

.field-card label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.input-wrap {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 62px;
  border: 2px solid #111217;
  border-radius: 18px;
  padding: 0 18px;
  background: rgba(255, 245, 252, 0.94);
  box-shadow: 5px 7px 0 #111217;
  transition: border-color 140ms ease, background 140ms ease, box-shadow 140ms ease;
}

.input-wrap:focus-within {
  border-color: #111217;
  background: #fff;
  box-shadow: 3px 4px 0 #111217;
}

.field-icon {
  color: var(--pink);
  font-size: 1.32rem;
}

.input-wrap input {
  width: 100%;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  outline: 0;
  font-size: 1.05rem;
  font-weight: 800;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.question-card legend.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.question-card {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
  text-align: left;
}

.question-card legend {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  color: var(--ink);
  font-size: 1.04rem;
  font-weight: 750;
  line-height: 1.25;
}

.question-hint {
  margin: -6px 0 12px;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 800;
}

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

.choice-pill {
  position: relative;
  display: block;
  cursor: pointer;
}

.choice-pill input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-pill span {
  min-height: 60px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 2px solid #111217;
  border-radius: 18px;
  padding: 13px 15px;
  background: rgba(255, 246, 253, 0.95);
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 950;
  line-height: 1.32;
  box-shadow: 5px 7px 0 #111217;
  transition: background 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.choice-pill:nth-child(even) span {
  background: rgba(242, 250, 255, 0.95);
}

.choice-pill b {
  width: 34px;
  height: 34px;
  display: grid;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  background: rgba(242, 119, 185, 0.2);
  font-size: 1.1rem;
  font-style: normal;
}

.choice-pill i {
  width: 24px;
  height: 24px;
  display: block;
  flex: 0 0 24px;
  margin-left: auto;
  border: 2px solid #111217;
  border-radius: 50%;
  background: #fff;
}

.question-card.is-multi .choice-pill i {
  border-radius: 7px;
}

.choice-pill input:checked + span {
  border-color: #111217;
  background: #fff0fa;
  box-shadow: 2px 3px 0 #111217;
  transform: translate(3px, 4px);
}

.choice-pill input:checked + span i {
  background: radial-gradient(circle at 50% 50%, var(--pink) 0 45%, transparent 46%);
}

.question-card.is-multi .choice-pill input:checked + span i {
  position: relative;
  background: var(--pink);
}

.question-card.is-multi .choice-pill input:checked + span i::after {
  content: "✓";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #111217;
  font-size: 1rem;
  font-style: normal;
  font-weight: 950;
}

.choice-pill:hover span {
  transform: translateY(-1px);
}

.question-card textarea {
  width: 100%;
  min-height: 132px;
  resize: vertical;
  border: 2px solid #111217;
  border-radius: 18px;
  padding: 16px;
  background: rgba(255, 246, 253, 0.95);
  color: var(--ink);
  outline: 0;
  line-height: 1.45;
  box-shadow: 5px 7px 0 #111217;
  font-weight: 750;
}

.question-card textarea:focus {
  border-color: #111217;
  background: #fff;
  box-shadow: 3px 4px 0 #111217;
}

.quiz-actions {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
}

.circle-button {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 2px solid #111217;
  border-radius: 50%;
  background: #fff;
  color: #111217;
  font-size: 2rem;
  font-weight: 950;
  line-height: 1;
  box-shadow: 4px 5px 0 #111217;
  cursor: pointer;
  transition: transform 150ms ease, box-shadow 150ms ease, opacity 150ms ease;
}

.circle-button.next {
  background: var(--lemon);
}

.circle-button:hover {
  transform: translateY(-1px);
}

.circle-button:active {
  transform: translate(3px, 4px);
  box-shadow: 1px 1px 0 #111217;
}

.circle-button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

.question-error {
  min-height: 18px;
  margin: 7px 0 0;
  color: #cc235a;
  font-size: 0.82rem;
  font-weight: 700;
}

.input-wrap input::placeholder {
  color: #8d8799;
}

.hint,
.error {
  margin: 7px 0 0 46px;
  font-size: 0.82rem;
  line-height: 1.35;
}

.hint {
  color: var(--muted);
}

.error {
  min-height: 18px;
  color: #cc235a;
  font-weight: 700;
}

.quiz-card .primary-button,
.results-panel .primary-button {
  width: 100%;
  margin-top: 8px;
}

.loading-panel,
.results-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: var(--shadow);
}

.loading-panel {
  min-height: 430px;
  display: grid;
  place-items: center;
  padding: 34px;
  text-align: center;
}

.loading-cards {
  position: relative;
  width: 172px;
  height: 120px;
  margin: 0 auto 28px;
}

.loading-card {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 58px;
  aspect-ratio: 0.64;
  margin-left: -29px;
  border: 3px solid white;
  border-radius: 7px;
  background:
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.13) 0 5px, transparent 5px 10px),
    linear-gradient(145deg, #451357, #2b0f39);
  box-shadow: 0 10px 22px rgba(86, 16, 105, 0.18);
  animation: pulseCard 1.1s ease-in-out infinite;
}

.loading-card:nth-child(1) {
  transform: translateX(-42px) rotate(-14deg);
}

.loading-card:nth-child(2) {
  transform: translateY(-8px);
  animation-delay: 120ms;
}

.loading-card:nth-child(3) {
  transform: translateX(42px) rotate(14deg);
  animation-delay: 240ms;
}

@keyframes pulseCard {
  0%,
  100% {
    opacity: 0.58;
    top: 12px;
  }
  50% {
    opacity: 1;
    top: 0;
  }
}

.loading-panel h1 {
  margin: 0 0 10px;
  font-size: clamp(1.7rem, 6vw, 2.25rem);
}

.loading-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.loading-panel .progress-track {
  width: min(320px, 100%);
  margin-top: 24px;
}

.results-wrap {
  width: min(720px, 100%);
}

.results-panel {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: clamp(8px, 3vw, 24px) 0 44px;
}

.results-head {
  display: block;
  margin-bottom: 22px;
  text-align: center;
}

.results-panel h1 {
  margin-bottom: 12px;
  font-size: clamp(2.2rem, 8vw, 4rem);
  font-weight: 950;
  line-height: 0.98;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.subtitle {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.locked-report {
  position: relative;
}

.analysis-strip {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  border: 2px solid #111217;
  border-radius: 22px;
  padding: 13px 14px;
  background: #fff0fa;
  box-shadow: 4px 5px 0 #111217;
}

.analysis-strip span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ff9ccc;
  color: #111217;
  font-weight: 950;
}

.analysis-strip p {
  margin: 0;
  color: #111217;
  font-size: 0.94rem;
  font-weight: 900;
  line-height: 1.28;
}

.teaser-card {
  margin: 0 0 24px;
  border: 2px solid #111217;
  border-radius: 28px;
  padding: 22px;
  background:
    radial-gradient(circle at 90% 12%, rgba(244, 246, 168, 0.75), transparent 120px),
    rgba(255, 255, 255, 0.9);
  box-shadow: 7px 9px 0 #111217;
  text-align: left;
}

.teaser-kicker {
  margin: 0 0 10px;
  color: var(--pink);
  font-size: 0.9rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.teaser-card h2 {
  margin: 0 0 12px;
  color: #111217;
  font-size: clamp(1.55rem, 6vw, 2.35rem);
  line-height: 0.98;
}

.teaser-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 780;
  line-height: 1.48;
}

.teaser-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0;
}

.teaser-pills span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #111217;
  border-radius: 999px;
  padding: 0 11px;
  background: #fff0fa;
  color: #111217;
  font-size: 0.82rem;
  font-weight: 950;
  box-shadow: 2px 3px 0 #111217;
}

.teaser-card .teaser-cliff {
  color: #111217;
  font-weight: 950;
}

.report-preview {
  display: grid;
  gap: 18px;
}

.report-preview.is-blurred {
  filter: blur(5px);
  user-select: none;
  pointer-events: none;
}

.report-page {
  border: 2px solid #111217;
  border-radius: 28px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 7px 9px 0 #111217;
}

.cover-page {
  min-height: 220px;
  display: grid;
  align-content: center;
  gap: 10px;
  text-align: center;
  background:
    radial-gradient(circle at 85% 18%, rgba(244, 246, 168, 0.85), transparent 140px),
    linear-gradient(160deg, #fff, #fff0fa);
}

.cover-page p {
  margin: 0;
  color: var(--pink);
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cover-page h2 {
  margin: 0;
  color: #111217;
  font-size: clamp(1.8rem, 7vw, 3rem);
  line-height: 1;
}

.cover-page span {
  color: var(--muted);
  font-weight: 850;
}

.unlock-card {
  position: relative;
  z-index: 2;
  width: min(480px, calc(100% - 24px));
  margin: 22px auto 0;
  border: 2px solid #111217;
  border-radius: 28px;
  padding: 22px;
  background:
    radial-gradient(circle at 92% 12%, rgba(244, 246, 168, 0.9), transparent 120px),
    #fff;
  text-align: center;
  box-shadow: 7px 9px 0 #111217, 0 24px 60px rgba(17, 18, 23, 0.18);
}

.lock-badge {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  border: 2px solid #111217;
  border-radius: 50%;
  background: #ff9ccc;
  box-shadow: 3px 4px 0 #111217;
  font-size: 1.4rem;
}

.mini-pdf {
  width: 112px;
  height: 142px;
  margin: -4px auto 14px;
  border: 2px solid #111217;
  border-radius: 14px;
  padding: 8px;
  background: #fff;
  box-shadow: 4px 5px 0 #111217;
  transform: rotate(-2deg);
}

.mini-pdf-page {
  height: 100%;
  display: grid;
  align-content: start;
  gap: 8px;
  border-radius: 9px;
  padding: 10px;
  background:
    radial-gradient(circle at 80% 18%, rgba(244, 246, 168, 0.85), transparent 38px),
    linear-gradient(160deg, #fff, #fff0fa);
}

.mini-pdf-page span {
  width: 34px;
  height: 34px;
  display: block;
  border-radius: 50%;
  background: #ff9ccc;
}

.mini-pdf-page strong {
  color: #111217;
  font-size: 0.76rem;
  line-height: 1;
}

.mini-pdf-page i {
  height: 7px;
  display: block;
  border-radius: 999px;
  background: rgba(17, 18, 23, 0.16);
}

.mini-pdf-page i:nth-child(4) {
  width: 72%;
}

.mini-pdf-page i:nth-child(5) {
  width: 48%;
}

.unlock-card h2 {
  margin: 0 0 10px;
  font-size: clamp(1.4rem, 5.4vw, 2rem);
  line-height: 1;
}

.unlock-card p {
  margin: 0 0 16px;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.45;
}

.expiry-note {
  margin: -4px 0 16px;
  border: 2px solid #111217;
  border-radius: 999px;
  padding: 8px 10px;
  background: var(--lemon);
  color: #111217;
  font-size: 0.84rem;
  font-weight: 950;
  line-height: 1.22;
}

.unlock-card .secure-note {
  margin: 12px 0 0;
  color: #8d8799;
  font-size: 0.8rem;
}

.reading-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.reading-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: #ffffff;
}

.reading-card .label {
  margin: 0 0 12px;
  color: var(--purple);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.reading-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1.42rem;
}

.reading-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
}

.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.tag {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  padding: 0 10px;
  background: var(--rose);
  color: var(--purple-dark);
  font-size: 0.82rem;
  font-weight: 800;
}

.swatch {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 1px var(--line);
}

.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 10;
  max-width: min(360px, calc(100vw - 36px));
  border-radius: 8px;
  padding: 14px 16px;
  background: var(--ink);
  color: white;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.22);
}

@media (max-width: 760px) {
  .app-page {
    padding: 14px 20px 32px;
  }

  .site-header {
    min-height: 46px;
  }

  .landing {
    padding-top: 26px;
  }

  .landing-copy {
    font-size: 1rem;
  }

  .card-stage {
    height: 260px;
  }

  .tarot-card {
    width: 74px;
  }

  .trust-row {
    gap: 10px 14px;
    font-size: 0.82rem;
  }

  .primary-link {
    width: 100%;
  }

  .reading-grid,
  .results-head {
    grid-template-columns: 1fr;
  }

  .results-head {
    gap: 12px;
  }

  .results-panel .primary-button {
    margin-top: 8px;
  }
}

@media (max-width: 430px) {
  .landing h1 {
    font-size: 2rem;
  }

  .card-stage {
    height: 230px;
    margin-top: 0;
  }

  .tarot-card {
    width: 62px;
    margin-left: -31px;
    margin-top: -48px;
  }

  .tarot-card.is-picked {
    width: 126px;
    margin-left: -63px;
    margin-top: -98px;
  }

  .trust-row {
    width: min(270px, 100%);
  }

  .quiz-wrap,
  .results-wrap {
    padding-top: 28px;
  }

  .quiz-card h1 {
    margin-bottom: 22px;
  }

  .input-wrap {
    min-height: 62px;
    padding: 0 14px;
  }

  .hint,
  .error {
    margin-left: 42px;
  }
}
