:root {
  --bg: #e8edf3;
  --surface: #ffffff;
  --text: #1f2734;
  --muted: #5a6779;
  --line: #d9e0ea;
  --primary: #2b6ea9;
  --primary-deep: #1f5c92;
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: var(--surface);
  color: var(--text);
  font-family: "Libre Franklin", "Segoe UI", "Helvetica Neue", sans-serif;
  line-height: 1.45;
  font-size: 16px;
  padding: 10px 0 16px;
}

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


.topbar {
  width: min(430px, calc(100% - 12px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
  background: var(--surface);
  border-bottom: 1px solid var(--line);
}

.brand-badge {
  width: 38px;
  height: 38px;
  display: block;
  flex: 0 0 auto;
}

.menu-lines {
  width: 26px;
  display: grid;
  gap: 4px;
}

.menu-lines span {
  height: 3px;
  background: #374760;
}

main {
  width: min(430px, calc(100% - 12px));
  margin: 0 auto;
  margin-top: 0;
  padding: 0 14px 16px;
  background: var(--surface);
}

.card {
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

main .card:first-child {
  border-top: 0;
  padding-top: 16px;
}

h1,
h2,
h3 {
  margin: 0;
  color: #1f446d;
  line-height: 1.18;
}

h1 {
  text-align: center;
  font-family: "Bitter", Georgia, serif;
  font-size: clamp(2rem, 7.6vw, 2.65rem);
  font-weight: 800;
}

h2 {
  font-family: "Libre Franklin", "Segoe UI", sans-serif;
  font-size: clamp(1.3rem, 5vw, 1.85rem);
  font-weight: 800;
  color: #1f2734;
}

h3 {
  font-family: "Libre Franklin", "Segoe UI", sans-serif;
  font-size: clamp(1.28rem, 4.7vw, 1.75rem);
  font-weight: 800;
  color: #1f2734;
}

p {
  margin: 10px 0 0;
  font-size: 1.02rem;
}

.strong {
  font-weight: 800;
}

.small-note,
.cta-disclaimer,
.footer p {
  color: var(--muted);
  font-size: 0.9rem;
}

.hero {
  padding-bottom: 14px;
}

.between-lines {
  margin-top: 14px;
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 0.97rem;
}

.intro {
  display: block;
}

.intro::after,
.price .split::after,
.generics .split::after {
  content: "";
  display: block;
  clear: both;
}

.intro-copy p {
  margin-top: 0;
}

.intro-photo {
  float: right;
  width: clamp(132px, 42%, 196px);
  margin: 2px 0 8px 12px;
  overflow: hidden;
  position: relative;
}

.intro-photo img {
  width: 100%;
  aspect-ratio: 0.88 / 1;
  object-fit: cover;
}

.intro-photo figcaption {
  position: absolute;
  inset: auto 0 0;
  color: #ffffff;
  background: linear-gradient(to top, rgba(15, 28, 45, 0.93), rgba(15, 28, 45, 0));
  padding: 14px 8px 8px;
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.3;
}

.split {
  display: grid;
  gap: 12px;
}

.price .split {
  display: block;
}

.price .split > .price-photo {
  float: right;
  width: clamp(132px, 42%, 220px);
  margin: 2px 0 8px 12px;
}

.generics .split {
  display: block;
}

.generics .split > .generics-photo {
  float: left;
  width: clamp(132px, 42%, 220px);
  margin: 2px 12px 8px 0;
}

figure {
  margin: 0;
}

.price figure,
.generics figure,
.privacy figure,
.result-photos img {
  overflow: hidden;
}

.turning-point h3 {
  color: #234d79;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.price-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.price-compare > div {
  padding: 9px 10px;
  background: #f8fbff;
}

.price-compare .label {
  display: block;
  color: var(--muted);
  font-size: 0.83rem;
}

.price-compare strong {
  display: block;
  margin-top: 3px;
  font-size: clamp(1.52rem, 5.5vw, 1.92rem);
  line-height: 1.1;
  color: #1f5b92;
}

.price-compare small {
  color: var(--muted);
}

.result-photos {
  margin-top: 10px;
  display: grid;
  gap: 10px;
}

.availability-wrap {
  clear: both;
  margin: 24px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.availability-wrap br {
  display: none;
}

.availability-btn {
  appearance: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: min(100%, 680px);
  min-height: 72px;
  border: 3px solid #d77407;
  border-radius: 18px;
  padding: 16px 30px 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  text-decoration: none;
  color: #fff8e9;
  text-shadow: 0 2px 3px rgba(125, 49, 0, 0.4);
  background:
    linear-gradient(180deg, rgba(255, 208, 112, 0.45) 0%, rgba(255, 208, 112, 0.04) 16%, rgba(255, 208, 112, 0) 22%),
    linear-gradient(180deg, #ffaf2e 0%, #e57c11 34%, #e36100 68%, #d05200 100%);
  box-shadow:
    inset 0 2px 0 rgba(255, 244, 205, 0.72),
    inset 0 -2px 0 rgba(171, 65, 0, 0.38),
    0 4px 0 #c75900,
    0 9px 18px rgba(176, 74, 0, 0.22);
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease;
  overflow: hidden;
}

.availability-btn::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 13px;
  border: 1px solid rgba(255, 222, 152, 0.78);
  pointer-events: none;
}

.availability-btn::after {
  content: "\2192";
  position: relative;
  z-index: 1;
  font-size: 1.08em;
  font-weight: 900;
}

.availability-btn:hover {
  filter: brightness(1.03);
}

.availability-btn:active {
  transform: translateY(2px);
  box-shadow:
    inset 0 2px 0 rgba(255, 244, 205, 0.72),
    inset 0 -2px 0 rgba(171, 65, 0, 0.38),
    0 2px 0 #c75900,
    0 6px 12px rgba(176, 74, 0, 0.18);
}


.availability-icon {
  position: relative;
  z-index: 1;
  width: 34px;
  height: 38px;
  flex: 0 0 34px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 34'%3E%3Cpath fill='%23ffd861' d='M14 1c4.7 0 8.5 3.8 8.5 8.5V14h1.3c1.2 0 2.2 1 2.2 2.2v13.6c0 1.2-1 2.2-2.2 2.2H4.2C3 32 2 31 2 29.8V16.2C2 15 3 14 4.2 14h1.3V9.5C5.5 4.8 9.3 1 14 1zm0 4C11.5 5 9.5 7 9.5 9.5V14h9V9.5C18.5 7 16.5 5 14 5z'/%3E%3Cpath fill='%23925b00' d='M14 20.2a2.8 2.8 0 0 1 1.6 5.1v2.9h-3.2v-2.9a2.8 2.8 0 0 1 1.6-5.1z'/%3E%3C/svg%3E");
}

.availability-label {
  position: relative;
  z-index: 1;
}

.availability-note {
  margin: 15px 0 0;
}

.availability-note:not(.availability-note--styled) {
  display: none;
}

.availability-note--styled {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  width: min(100%, 700px);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.35;
  color: #2a2927;
}

.availability-note-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.availability-note-item::before {
  content: "\2714";
  color: #38a32d;
  font-size: 1.1em;
  font-weight: 900;
}

.availability-note-item:not(:last-child)::after {
  content: "\2022";
  margin-left: 10px;
  color: #4a4741;
}


.cta {
  background: transparent;
}

.cta-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(335px, 100%);
  margin: 12px auto 0;
  min-height: 54px;
  text-decoration: none;
  color: #ffffff;
  font-size: clamp(1.05rem, 4.4vw, 1.42rem);
  font-weight: 800;
  background: linear-gradient(180deg, #3b80bf, #2b6ea9);
}

.testimonials ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.testimonials li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  background: transparent;
}

.testimonials li:first-child {
  border-top: 0;
  padding-top: 2px;
}

.js .comment-thankyou-live {
  max-height: 0 !important;
  opacity: 0;
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-top: 0 !important;
  transform: translateY(16px);
  transition: max-height 0.45s ease, opacity 0.35s ease, transform 0.35s ease, padding 0.35s ease;
}

.js .comment-thankyou-live.is-visible {
  max-height: 140px !important;
  opacity: 1;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  border-top: 1px solid #d9e0ea !important;
  transform: translateY(0);
}

.name {
  color: #1f446d;
  font-weight: 700;
}

.comment-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 44px;
}

.comment-content {
  min-width: 0;
}

.comment-content p {
  margin: 0;
}

.comment-content p + p {
  margin-top: 4px;
}

.comment-name {
  font-weight: 700;
  color: #1f446d;
}

.footer {
  padding: 10px 2px 4px;
}

.footer p {
  text-align: center;
  margin: 0;
}

.mobile-sticky-cta {
  display: none;
}

@media (min-width: 700px) {
  .topbar,
  main {
    width: min(760px, calc(100% - 20px));
  }

  main {
    padding: 0 18px 18px;
  }

  .intro-photo {
    width: 250px;
  }

  .price .split > .price-photo,
  .generics .split > .generics-photo {
    width: 265px;
  }

  .privacy .split {
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .result-photos {
    grid-template-columns: 1.25fr 0.75fr;
  }
}


body.quiz-open {
  overflow: hidden;
}

body.quiz-open .topbar,
body.quiz-open main,
body.quiz-open .mobile-sticky-cta {
  filter: blur(9px);
  transform: scale(0.995);
  pointer-events: none;
  user-select: none;
  transition: filter 0.3s ease, transform 0.3s ease;
}

.quiz-gate {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 14px;
}

.quiz-gate.is-active {
  display: flex;
}

.quiz-gate__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 17, 30, 0.56);
  backdrop-filter: blur(3px);
}

.quiz-shell {
  position: relative;
  width: min(450px, 100%);
  max-height: 92vh;
  border-radius: 22px;
  border: 1px solid #dbe5ef;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 22%);
  box-shadow: 0 24px 64px rgba(11, 31, 56, 0.34);
  overflow: hidden;
}

.quiz-screen {
  display: none;
  padding: 24px 20px 22px;
  max-height: 92vh;
  overflow: auto;
}

.quiz-screen.is-active {
  display: block;
  animation: quiz-fade-up 0.3s ease;
}

.quiz-kicker {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3c75ad;
}

.quiz-title {
  margin-top: 6px;
  color: #17395d;
  font-family: "Bitter", Georgia, serif;
  font-size: clamp(1.45rem, 5.6vw, 1.88rem);
}

.quiz-copy {
  margin-top: 10px;
  color: #2e455f;
  font-size: 0.96rem;
  line-height: 1.45;
}

.quiz-progress {
  margin-top: 16px;
  height: 10px;
  background: #e4edf7;
  border-radius: 999px;
  overflow: hidden;
}

.quiz-progress__bar {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2b6ea9, #5fa7ec);
  transition: width 0.14s linear;
}

.quiz-primary-btn,
.quiz-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  margin-top: 16px;
  border: 0;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font-size: 1.04rem;
  font-weight: 800;
  border-radius: 12px;
}

.quiz-primary-btn {
  color: #ffffff;
  background: linear-gradient(180deg, #377dbd, #28679f);
  box-shadow: 0 10px 24px rgba(30, 87, 136, 0.33);
}

.quiz-primary-btn:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  box-shadow: none;
}

.quiz-primary-btn--accent {
  color: #3f3100;
  background: linear-gradient(180deg, #ffe27a, #f4c531);
  box-shadow: 0 12px 26px rgba(141, 107, 19, 0.35);
}

.quiz-primary-btn--accent:hover {
  filter: brightness(1.03);
}

.quiz-secondary-btn {
  color: #285c8f;
  background: #eff5fc;
  border: 1px solid #cdddf0;
  box-shadow: none;
}

.quiz-step-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.quiz-step-count,
.quiz-step-select {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
}

.quiz-step-count {
  color: #2e6aa5;
}

.quiz-step-select {
  color: #667b93;
}

.quiz-question {
  margin: 2px 0 0;
  color: #18385a;
  font-size: clamp(1.1rem, 4.6vw, 1.38rem);
  line-height: 1.25;
}

.quiz-options {
  margin-top: 14px;
  display: grid;
  gap: 9px;
}

.quiz-option {
  width: 100%;
  border: 1px solid #cdddef;
  background: #ffffff;
  color: #173f67;
  text-align: left;
  border-radius: 12px;
  padding: 12px 13px;
  font-size: 0.97rem;
  line-height: 1.3;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.quiz-option:hover {
  border-color: #8fb5dd;
}

.quiz-option.is-selected {
  border-color: #2c72ad;
  background: #f0f7ff;
  box-shadow: 0 0 0 2px rgba(45, 118, 180, 0.15);
  transform: translateY(-1px);
}

.quiz-options--multi .quiz-option {
  padding-left: 44px;
  position: relative;
}

.quiz-options--multi .quiz-option::before,
.quiz-options--multi .quiz-option::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.quiz-options--multi .quiz-option::before {
  left: 14px;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 2px solid #9db8d6;
  background: #ffffff;
}

.quiz-options--multi .quiz-option::after {
  left: 20px;
  width: 7px;
  height: 11px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: translateY(-58%) rotate(40deg);
}

.quiz-options--multi .quiz-option.is-selected::before {
  border-color: #2b6ea9;
  background: #2b6ea9;
}

.quiz-options--multi .quiz-option.is-selected::after {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}

.quiz-next-btn {
  margin-top: 14px;
}

.quiz-benefits {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.quiz-benefits li {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  font-size: 0.96rem;
  color: #1d436c;
  border: 1px solid #d6e5f4;
  background: #f7fbff;
  border-radius: 11px;
  padding: 9px 12px;
  font-weight: 600;
}

.quiz-benefits li::before {
  content: "✔ ";
  color: #1e6cae;
}

.quiz-benefits li.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.quiz-screen--warning .quiz-title {
  color: #6a2f1a;
}

.quiz-screen--warning .quiz-copy {
  color: #58433a;
}

.is-hidden {
  display: none;
}

@keyframes quiz-fade-up {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 640px) {
  .availability-wrap {
    margin-top: 16px;
  }

  .availability-btn {
    width: 100%;
    min-height: 60px;
    gap: 10px;
    padding: 8px 18px 8px;
    border-radius: 16px;
    font-size: clamp(1.05rem, 5vw, 1.7rem);
  }

  .availability-btn::before {
    inset: 3px;
    border-radius: 11px;
  }

  .availability-icon {
    width: 28px;
    height: 32px;
    flex-basis: 28px;
  }

  .availability-note--styled {
    gap: 6px 12px;
    font-size: 0.86rem;
  }

  .availability-note-item {
    gap: 5px;
  }

  .availability-note-item:not(:last-child)::after {
    margin-left: 6px;
  }
}

/* quiz-mobile-sync-42438 */
@media (max-width: 640px) {
  .quiz-gate {
    padding:
      max(8px, env(safe-area-inset-top))
      8px
      max(8px, env(safe-area-inset-bottom));
  }

  .quiz-shell {
    width: min(420px, 100%);
    max-height: calc(100vh - 16px);
    max-height: calc(100dvh - 16px);
    max-height: calc(100svh - 16px);
    border-radius: 18px;
  }

  .quiz-screen {
    padding: 18px 15px 16px;
    max-height: calc(100vh - 16px);
    max-height: calc(100dvh - 16px);
    max-height: calc(100svh - 16px);
  }

  .quiz-kicker {
    font-size: 0.9rem;
    letter-spacing: 0.06em;
  }

  .quiz-title {
    margin-top: 4px;
    font-size: clamp(1.48rem, 6.4vw, 1.92rem);
    line-height: 1.14;
  }

  .quiz-copy {
    margin-top: 8px;
    font-size: 1.08rem;
    line-height: 1.36;
  }

  .quiz-progress {
    margin-top: 12px;
    height: 8px;
  }

  .quiz-primary-btn,
  .quiz-secondary-btn {
    min-height: 46px;
    margin-top: 12px;
    font-size: 1.16rem;
    border-radius: 10px;
  }

  .quiz-step-row,
  .quiz-steps.is-compact .quiz-step-row {
    gap: 6px;
    margin-bottom: 6px;
  }

  .quiz-step-count,
  .quiz-step-select {
    font-size: 0.97rem;
  }

  .quiz-question,
  .quiz-steps.is-compact .quiz-question {
    margin-top: 0;
    font-size: clamp(1.32rem, 5.7vw, 1.56rem);
    line-height: 1.18;
  }

  .quiz-options,
  .quiz-steps.is-compact .quiz-options {
    margin-top: 9px;
    gap: 6px;
  }

  .quiz-option {
    border-radius: 10px;
    padding: 9px 11px;
    font-size: 1.18rem;
    line-height: 1.2;
  }

  .quiz-options--dense .quiz-option {
    padding: 8px 10px;
    font-size: 1.08rem;
    line-height: 1.16;
  }

  .quiz-options--multi .quiz-option {
    padding-left: 38px;
  }

  .quiz-options--dense.quiz-options--multi .quiz-option {
    padding-left: 36px;
  }

  .quiz-options--multi .quiz-option::before {
    left: 12px;
    width: 15px;
    height: 15px;
    border-radius: 4px;
  }

  .quiz-options--multi .quiz-option::after {
    left: 17px;
    width: 5px;
    height: 9px;
  }

  .quiz-next-btn {
    margin-top: 12px;
  }

  .quiz-benefits {
    margin-top: 12px;
    gap: 6px;
  }

  .quiz-benefits li {
    font-size: 1.08rem;
    padding: 8px 10px;
  }
}

@media (max-width: 380px), (max-width: 640px) and (max-height: 740px) {
  .quiz-gate {
    padding:
      max(6px, env(safe-area-inset-top))
      6px
      max(6px, env(safe-area-inset-bottom));
  }

  .quiz-shell {
    max-height: calc(100vh - 12px);
    max-height: calc(100dvh - 12px);
    max-height: calc(100svh - 12px);
    border-radius: 16px;
  }

  .quiz-screen {
    padding: 15px 12px 12px;
    max-height: calc(100vh - 12px);
    max-height: calc(100dvh - 12px);
    max-height: calc(100svh - 12px);
  }

  .quiz-kicker {
    font-size: 0.8rem;
  }

  .quiz-title {
    font-size: clamp(1.32rem, 6vw, 1.58rem);
  }

  .quiz-copy {
    margin-top: 6px;
    font-size: 0.98rem;
    line-height: 1.3;
  }

  .quiz-step-row,
  .quiz-steps.is-compact .quiz-step-row {
    margin-bottom: 4px;
  }

  .quiz-step-count,
  .quiz-step-select {
    font-size: 0.86rem;
  }

  .quiz-step-select {
    display: none;
  }

  .quiz-question,
  .quiz-steps.is-compact .quiz-question {
    font-size: 1.18rem;
  }

  .quiz-options,
  .quiz-steps.is-compact .quiz-options {
    margin-top: 8px;
    gap: 4px;
  }

  .quiz-option {
    padding: 7px 9px;
    font-size: 1.03rem;
    line-height: 1.16;
  }

  .quiz-options--dense .quiz-option {
    padding: 6px 8px;
    font-size: 0.98rem;
    line-height: 1.12;
  }

  .quiz-options--multi .quiz-option {
    padding-left: 34px;
  }

  .quiz-options--dense.quiz-options--multi .quiz-option {
    padding-left: 32px;
  }

  .quiz-options--multi .quiz-option::before {
    left: 10px;
    width: 14px;
    height: 14px;
  }

  .quiz-options--multi .quiz-option::after {
    left: 15px;
    width: 4px;
    height: 8px;
  }

  .quiz-primary-btn,
  .quiz-secondary-btn {
    min-height: 40px;
    margin-top: 8px;
    font-size: 1rem;
  }

  .quiz-benefits li {
    font-size: 0.98rem;
  }
}
