:root {
  --ink: #20181a;
  --muted: #6e5f62;
  --soft: #fff6f7;
  --panel: #ffffff;
  --line: #f0d9df;
  --rose: #d94868;
  --rose-dark: #a92845;
  --rose-soft: #ffe3ea;
  --gold: #b78237;
  --shadow: 0 24px 70px rgba(121, 36, 55, 0.14);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", Arial, sans-serif;
  color: var(--ink);
  background: #fff;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 22px;
  border: 0;
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

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

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

.primary {
  color: #fff;
  background: linear-gradient(135deg, var(--rose), var(--rose-dark));
  box-shadow: 0 14px 30px rgba(217, 72, 104, 0.28);
}

.secondary {
  color: var(--rose-dark);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(121, 36, 55, 0.08);
}

.button-wide {
  width: 100%;
}

.quiz-shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px 16px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.86), rgba(255, 246, 247, 0.94)),
    url("assets/photo-mirror-routine.jpg") center/cover no-repeat;
}

.quiz-card {
  width: min(100%, 1080px);
  padding: 18px;
  border: 1px solid rgba(217, 72, 104, 0.16);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.brand-row,
.progress-meta,
.trust-strip,
.top-bar,
.sticky-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.brand-row {
  padding: 8px 8px 18px;
}

.brand-mark {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--rose-dark);
}

.mini-badge,
.eyebrow {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  color: var(--rose-dark);
  background: var(--rose-soft);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mini-badge {
  padding: 8px 12px;
}

.eyebrow {
  padding: 7px 12px;
  margin: 0 0 18px;
}

.quiz-panel {
  display: none;
  padding: clamp(22px, 5vw, 46px);
}

.quiz-panel.is-active {
  display: block;
}

#quizIntro {
  padding: clamp(24px, 4vw, 42px);
}

.split-intro,
.hero-grid,
.offer-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(24px, 5vw, 54px);
  align-items: center;
}

#quizIntro .split-intro {
  grid-template-columns: minmax(0, 1fr) 380px;
  max-width: 960px;
  margin: 0 auto;
  gap: clamp(26px, 4vw, 46px);
  justify-items: center;
}

#quizIntro .split-intro > div {
  display: grid;
  justify-items: center;
  text-align: center;
}

h1,
h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  font-size: clamp(2.35rem, 5.2vw, 5.2rem);
}

#quizIntro h1 {
  max-width: 720px;
  font-size: clamp(2.4rem, 4vw, 4.25rem);
}

h2 {
  font-size: clamp(2rem, 4.3vw, 4rem);
}

h3 {
  margin: 0;
  line-height: 1.2;
}

.lead {
  margin: 22px 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  line-height: 1.72;
}

#quizIntro .lead {
  max-width: 660px;
}

.hard-line {
  margin: 0 0 24px;
  padding-left: 16px;
  border-left: 4px solid var(--rose);
  color: var(--ink);
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.55;
}

#quizIntro .hard-line {
  max-width: 570px;
  text-align: left;
}

.trust-strip {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 22px;
}

#quizIntro .trust-strip {
  justify-content: center;
}

.trust-strip span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  background: #fff;
  font-size: 13px;
  font-weight: 700;
}

.safe-note {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
}

.hero-figure,
.hero-art {
  overflow: hidden;
  margin: 0;
  border-radius: 12px;
  box-shadow: var(--shadow);
  background: #fff;
}

.hero-figure img,
.hero-art img {
  width: 100%;
  min-height: 420px;
  object-fit: cover;
}

.hero-figure img {
  object-position: 44% center;
}

#quizIntro .hero-figure {
  width: 100%;
  max-width: 380px;
}

#quizIntro .hero-figure img {
  height: 430px;
  min-height: 0;
  object-position: 44% 14%;
}

.hero-art img {
  object-position: 38% center;
}

figcaption {
  padding: 14px 16px;
  color: var(--muted);
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.progress-wrap {
  margin-bottom: 28px;
}

.progress-meta {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.progress-track {
  overflow: hidden;
  height: 7px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--rose-soft);
}

.progress-bar {
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--rose), var(--rose-dark));
  transition: width 0.25s ease;
}

.microcopy {
  margin: 0 0 14px;
  color: var(--rose-dark);
  font-weight: 800;
}

#questionTitle {
  max-width: 820px;
  margin-bottom: 26px;
  font-size: clamp(1.7rem, 3.6vw, 3rem);
}

.answers {
  display: grid;
  gap: 12px;
  margin-bottom: 22px;
}

.answer {
  width: 100%;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.answer:hover,
.answer.is-selected {
  border-color: var(--rose);
  background: var(--soft);
}

.result-panel {
  text-align: center;
}

.result-panel p {
  max-width: 740px;
  margin: 18px auto;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.result-box {
  display: grid;
  gap: 8px;
  max-width: 680px;
  margin: 26px auto;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--soft);
}

.result-box strong {
  font-size: 1.25rem;
}

.loading-panel {
  min-height: 390px;
  text-align: center;
}

.loader {
  width: 54px;
  height: 54px;
  margin: 0 auto 24px;
  border: 5px solid var(--rose-soft);
  border-top-color: var(--rose);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

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

.sales-page {
  background: #fff;
}

.top-bar {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 12px 22px;
  color: #fff;
  background: var(--ink);
}

.top-bar span {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}

.top-link {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.section {
  padding: clamp(64px, 9vw, 118px) 0;
}

.container {
  width: min(1120px, calc(100% - 34px));
  margin: 0 auto;
}

.narrow {
  width: min(820px, calc(100% - 34px));
}

.hero {
  background: linear-gradient(180deg, #fff 0%, var(--soft) 100%);
}

.hero-copy .impact-list {
  margin: 0 0 24px;
}

.impact-list,
.clean-list {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.impact-list li,
.clean-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
  line-height: 1.65;
}

.impact-list li::before,
.clean-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--rose);
}

.price-pill {
  display: grid;
  width: fit-content;
  min-width: 250px;
  margin: 24px 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(121, 36, 55, 0.09);
}

.price-pill span {
  color: var(--muted);
  text-decoration: line-through;
}

.price-pill strong {
  color: var(--rose-dark);
  font-size: 3.3rem;
  line-height: 1;
}

.price-pill em {
  color: var(--muted);
  font-style: normal;
  font-weight: 700;
}

.section-head {
  max-width: 820px;
  margin: 0 auto 38px;
  text-align: center;
}

.section-head p,
.narrow p,
.offer p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.78;
}

.pain,
.protocol,
.proof,
.objections {
  background: var(--soft);
}

.pain-grid,
.included-grid,
.objection-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pain-grid p,
.included-grid article,
.objection-grid article,
.timeline article,
.checkout-card,
.proof-placeholder {
  margin: 0;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(121, 36, 55, 0.06);
}

.pain-grid p {
  color: var(--ink);
  font-weight: 700;
  line-height: 1.6;
}

.quote-block {
  margin-top: 28px;
  padding: 32px;
  border-left: 7px solid var(--rose);
  color: var(--rose-dark);
  background: #fff;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.5rem, 2.8vw, 2.4rem);
  line-height: 1.2;
}

.enemy {
  background: #fff;
}

.human-note {
  background: #fff;
}

.human-grid {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
}

.human-grid p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.78;
}

.human-photo {
  overflow: hidden;
  margin: 0;
  border-radius: 12px;
  box-shadow: var(--shadow);
}

.human-photo img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: 54% center;
}

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

.timeline span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--rose-dark);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.timeline h3,
.included-grid h3,
.objection-grid h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.timeline p,
.included-grid p,
.objection-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.offer {
  background: #fff;
}

.checkout-card {
  position: sticky;
  top: 74px;
  align-self: start;
}

.price-box {
  display: grid;
  gap: 4px;
  margin: 18px 0;
}

.price-box span {
  color: var(--muted);
  text-decoration: line-through;
}

.price-box strong {
  color: var(--rose-dark);
  font-size: 3.7rem;
  line-height: 1;
}

.price-box em {
  color: var(--muted);
  font-style: normal;
}

.checkout-card ul {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.checkout-card li {
  padding-left: 24px;
  position: relative;
  color: var(--muted);
}

.checkout-card li::before {
  content: "+";
  position: absolute;
  left: 0;
  color: var(--rose);
  font-weight: 900;
}

.checkout-card .button {
  width: 100%;
}

.checkout-card small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  text-align: center;
}

.included-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.included-grid strong {
  display: block;
  margin-top: 14px;
  color: var(--rose-dark);
  font-size: 13px;
  line-height: 1.4;
}

.proof-head {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.proof-head p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.78;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 28px 0 26px;
}

.testimonial-card {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(121, 36, 55, 0.06);
}

.testimonial-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.avatar {
  display: block;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 2px solid var(--rose-soft);
}

.testimonial-top strong {
  display: block;
  color: var(--ink);
  font-weight: 900;
}

.facebook-source {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 4px;
  color: #1877f2;
  font-size: 13px;
  font-weight: 700;
}

.facebook-source i {
  display: grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #1877f2;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

.stars {
  margin-bottom: 16px;
  color: #f5a623;
  font-size: 17px;
  letter-spacing: 3px;
}

.testimonial-card p {
  flex: 1;
  margin: 0;
  color: var(--ink);
  font-size: 0.98rem;
  font-style: italic;
  line-height: 1.75;
}

.testimonial-likes {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.testimonial-likes span {
  display: inline-flex;
  margin-right: 6px;
  color: #1877f2;
  font-weight: 900;
}

.guarantee {
  color: #fff;
  background: var(--ink);
}

.guarantee-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 390px);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
}

.guarantee-copy {
  max-width: 760px;
}

.guarantee .eyebrow {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.guarantee p {
  color: rgba(255, 255, 255, 0.78);
}

.guarantee-badge {
  margin: 0;
}

.guarantee-badge img {
  width: min(100%, 390px);
  margin: 0 auto;
  border-radius: 14px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.inaction,
.final {
  color: #fff;
  background: linear-gradient(135deg, #24171b, #5c1a2b);
}

.inaction p,
.final p {
  color: rgba(255, 255, 255, 0.82);
}

.inaction .eyebrow,
.final .eyebrow {
  color: #fff;
  background: rgba(255, 255, 255, 0.13);
}

.sticky-cta {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  min-width: min(420px, calc(100% - 36px));
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.sticky-cta span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.sticky-cta strong {
  font-size: 18px;
}

.sticky-cta a {
  padding: 12px 16px;
  border-radius: 8px;
  color: #fff;
  background: var(--rose-dark);
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 860px) {
  .split-intro,
  .hero-grid,
  .offer-grid,
  .human-grid,
  .guarantee-grid,
  .timeline,
  .included-grid {
    grid-template-columns: 1fr;
  }

  #quizIntro .split-intro {
    grid-template-columns: 1fr;
    max-width: 620px;
  }

  .hero-art,
  .human-photo {
    order: -1;
  }

  .guarantee-badge {
    order: -1;
  }

  .hero-figure img,
  .hero-art img,
  .human-photo img {
    min-height: 300px;
  }

  #quizIntro .hero-figure {
    max-width: 520px;
  }

  #quizIntro .hero-figure img {
    height: 320px;
  }

  .pain-grid,
  .objection-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .checkout-card {
    position: static;
  }
}

@media (max-width: 560px) {
  .quiz-card {
    padding: 10px;
    border-radius: 10px;
  }

  .brand-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .quiz-panel {
    padding: 18px;
  }

  #quizIntro h1 {
    max-width: 100%;
    font-size: clamp(2.1rem, 11vw, 3.2rem);
  }

  #quizIntro .button {
    width: 100%;
  }

  .top-bar {
    position: static;
  }

  .section {
    padding: 56px 0;
  }

  .sticky-cta {
    right: 10px;
    bottom: 10px;
    min-width: calc(100% - 20px);
  }
}
