:root {
  --bg: #efefef;
  --card: #ffffff;
  --ink: #1f2a39;
  --title: #0e2f63;
  --accent: #0f3b7a;
  --line: #0e2f63;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background-color: var(--bg);
  background-image:
    linear-gradient(180deg, rgba(255, 255, 255, 0.32), rgba(0, 0, 0, 0.035)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 200 200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3CfeComponentTransfer%3E%3CfeFuncA type='table' tableValues='0 0 0.08'/%3E%3C/feComponentTransfer%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)' opacity='0.36'/%3E%3C/svg%3E");
  background-size: auto, 200px 200px;
  background-blend-mode: normal, multiply;
}

.page {
  max-width: 980px;
  margin: 36px auto 54px;
  padding: 0 22px 24px;
}

.hero {
  text-align: center;
}

.hero h1 {
  margin: 0 auto;
  max-width: 840px;
  font-size: clamp(2rem, 5vw, 3.3rem);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: var(--title);
}

.subtitle {
  margin: 14px auto 26px;
  max-width: 760px;
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.4;
  color: #233b66;
}

.card {
  display: grid;
  grid-template-columns: minmax(230px, 320px) 1fr;
  gap: 18px;
  background: var(--card);
  border: 1px solid #d9dee7;
  box-shadow: 0 8px 26px rgba(20, 36, 66, 0.12);
  padding: 16px;
}

.doctor-photo {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  border: 2px solid #d7dfea;
}

.card-copy {
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
  line-height: 1.45;
}

.card-copy p {
  margin: 0 0 14px;
}

.card-copy p:last-child {
  margin-bottom: 0;
}

.card-copy strong,
.card-copy em {
  color: #112f63;
}

.benefits {
  margin-top: 26px;
  padding-top: 10px;
}

.benefits h2 {
  margin: 0 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: clamp(1.8rem, 3.1vw, 2.5rem);
  line-height: 1.18;
  color: var(--title);
  text-align: center;
}

.benefits h2::before,
.benefits h2::after {
  content: "";
  flex: 1 1 120px;
  border-top: 3px solid var(--line);
}

.lead {
  margin: 0 auto 18px;
  max-width: 780px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.09rem, 1.8vw, 1.28rem);
  line-height: 1.55;
  color: #2f4061;
}

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

.benefit-list > strong {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 14px;
  padding: 9px 14px 10px;
  font-size: clamp(1.02rem, 1.65vw, 1.28rem);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #0e2f63;

}

.benefit-list li {
  position: relative;
  margin: 0 0 16px;
  padding-left: 30px;
  font-size: clamp(1.03rem, 1.8vw, 1.55rem);
  line-height: 1.45;
}

.benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 2px rgba(15, 59, 122, 0.15);
  transform: translateY(-50%);
}

.benefit-list strong {
  color: #0f3470;
}

.comparison {
  margin-top: 30px;
  background: #f7f9fc;
  border: 1px solid #d3dbe7;
  box-shadow: 0 8px 20px rgba(18, 44, 88, 0.08);
  padding: 14px 14px 12px;
}

.comparison-title {
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  color: #173d75;
  font-size: clamp(1.35rem, 2.8vw, 2.05rem);
  line-height: 1.2;
  text-align: center;
}

.comparison-title::before,
.comparison-title::after {
  content: "";
  flex: 1 1 120px;
  border-top: 3px solid #0f3b7a;
}

.comparison-wrap {
  overflow-x: auto;
  padding-top: 11px;
}

.comparison-table {
  width: 100%;
  min-width: 710px;
  border-collapse: collapse;
  table-layout: fixed;
  background: #ffffff;
  border: 1px solid #c8d1de;
}

.comparison-table th,
.comparison-table td {
  border: 1px solid #d2d9e5;
  padding: 10px 12px;
  font-size: clamp(0.95rem, 1.32vw, 1.55rem);
  line-height: 1.3;
  text-align: center;
}

.comparison-table thead th {
  position: relative;
  font-weight: 800;
  overflow: visible;
}

.comparison-table thead th:nth-child(1) {
  width: 27%;
  color: #1f345d;
  background: linear-gradient(180deg, #e9eff9, #dae4f3);
}

.comparison-table thead th:nth-child(2) {
  width: 36.5%;
  color: #ffffff;
  background: linear-gradient(180deg, #26589f, #153d79);
}

.comparison-table thead th:nth-child(3) {
  width: 36.5%;
  color: #ffffff;
  background: linear-gradient(180deg, #3f9852, #2d7f40);
}

.choice-badge {
  position: absolute;
  right: -8px;
  top: -12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  padding: 0 14px;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  white-space: nowrap;
  text-transform: uppercase;
  color: #6a4e00;
  background: linear-gradient(180deg, #f5dd74, #cea232);
  border: 1px solid #ae8622;
  clip-path: polygon(7% 0, 93% 0, 100% 50%, 93% 100%, 7% 100%, 0 50%);
  box-shadow: 0 2px 4px rgba(77, 53, 6, 0.28);
  z-index: 3;
}

.comparison-table tbody td:first-child {
  text-align: left;
  font-weight: 700;
  color: #203861;
  background: #edf2f9;
}

.comparison-table tbody td:nth-child(2) {
  background: #f8faff;
  color: #2b3547;
}

.comparison-table tbody td:nth-child(3) {
  background: #f2f8ea;
  color: #245a2f;
  font-weight: 700;
}

.cost-local,
.cost-online {
  font-size: clamp(1.35rem, 2.1vw, 1.9rem);
  line-height: 1;
  letter-spacing: 0.03em;
  font-weight: 900;
}

.cost-local {
  color: #1c2944;
}

.cost-online {
  color: #1f6b2e;
}

.check-mark {
  margin-right: 6px;
  color: #1e8a36;
  font-weight: 900;
}

.final-cta {
  margin-top: 28px;
  text-align: center;
}

.final-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 320px;
  padding: 12px 28px;
  border-radius: 5px;
  border: 1px solid #0f418e;
  background: linear-gradient(180deg, #3e8de6 0%, #1f69c8 48%, #0f4da7 100%);
  color: #ffffff;
  font-size: clamp(1.02rem, 1.6vw, 1.28rem);
  font-weight: 800;
  letter-spacing: 0.005em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  text-decoration: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(8, 35, 80, 0.28),
    0 3px 8px rgba(16, 55, 122, 0.35);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.final-cta-button:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    inset 0 -1px 0 rgba(8, 35, 80, 0.28),
    0 5px 10px rgba(16, 55, 122, 0.4);
}

.final-cta-button:active {
  transform: translateY(0);
  box-shadow:
    inset 0 2px 4px rgba(10, 44, 102, 0.35),
    0 2px 4px rgba(16, 55, 122, 0.3);
}

.final-cta-button::after {
  content: "\203A";
  font-size: 1.45em;
  line-height: 1;
  font-weight: 900;
}

.availability-wrap {
  margin-top: 28px;
  text-align: center;
}

.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;
  white-space: nowrap;
}

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

.availability-note--styled {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 18px;
  width: min(100%, 700px);
  margin-left: auto;
  margin-right: auto;
  font-family: "Source Serif 4", Georgia, 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;
}

.reader-comments {
  margin-top: 24px;
  border: 1px solid #d6d8de;
  background: #f8f8f9;
}

.reader-comments__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 14px;
  border-bottom: 1px solid #e1e3e8;
  background: linear-gradient(180deg, #fbfbfc 0%, #f1f2f5 100%);
}

.reader-comments__header h2 {
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.25rem, 1.03rem + 0.4vw, 1.45rem);
  line-height: 1.2;
}

.reader-comments__sort {
  margin: 0;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.02rem;
  color: #6c6f78;
  white-space: nowrap;
}

.reader-comments__sort strong {
  color: #2b2e34;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fafafc;
}

.comment-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-bottom: 1px solid #e3e5ea;
}

.comment-item:last-child {
  border-bottom: 0;
}

.comment-item--reply {
  margin-left: 50px;
  padding: 8px 10px 10px;
  background: transparent;
}

.comment-item--reply::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 14px;
  width: 20px;
  height: 20px;
  border-left: 3px solid #8caed1;
  border-bottom: 3px solid #8caed1;
  border-bottom-left-radius: 14px;
}

.comment-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid #c9cfd9;
  background: #dce4ee;
}

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

.comment-meta {
  margin: 0 0 4px;
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}

.comment-name {
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #262a31;
}

.comment-time {
  font-size: 0.94rem;
  color: #7a7e88;
}

.comment-text {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.32;
  color: #2d3138;
}

.comment-item--reply .comment-name {
  color: #2f5e8c;
}

.comment-item--reply .comment-time {
  color: #4f78a4;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.comment-item--reply .comment-avatar {
  width: 32px;
  height: 32px;
  border-color: #9dbad7;
}

.comment-item--reply .comment-body {
  background: linear-gradient(180deg, #f8fbff 0%, #edf4fb 100%);
  border: 1px solid #c8daec;
  border-radius: 8px;
  padding: 7px 10px 8px;
}

.comment-form {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-top: 1px solid #e1e4ea;
  background: #f7f7f9;
}

.comment-form input {
  width: 100%;
  min-width: 0;
  border: 1px solid #d5d9e1;
  border-radius: 5px;
  padding: 10px 12px;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: 1rem;
  line-height: 1.2;
  color: #2e3035;
  background: #fff;
}

.comment-form input::placeholder {
  color: #9b9da5;
}

.comment-send {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 4px;
  flex-shrink: 0;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  background: linear-gradient(180deg, #5194d3 0%, #3576b3 100%);
  cursor: pointer;
}

.comment-send:hover {
  filter: brightness(1.04);
}

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

body.quiz-open {
  overflow: hidden;
}

body.quiz-open .page {
  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;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

.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: 6px 0 0;
  color: #17395d;
  font-family: "Source Serif 4", Georgia, serif;
  font-size: clamp(1.45rem, 5.6vw, 1.88rem);
  line-height: 1.2;
}

.quiz-copy {
  margin: 10px 0 0;
  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-family: "Source Serif 4", Georgia, serif;
  font-size: 1.04rem;
  font-weight: 700;
  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-family: "Source Serif 4", Georgia, serif;
  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-family: "Source Serif 4", Georgia, serif;
  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 {
  position: relative;
  padding-left: 44px;
}

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

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

.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-steps.is-compact .quiz-step-row {
  margin-bottom: 6px;
}

.quiz-steps.is-compact .quiz-question {
  font-size: clamp(1.02rem, 4.2vw, 1.2rem);
  line-height: 1.18;
}

.quiz-steps.is-compact .quiz-options {
  margin-top: 12px;
  gap: 7px;
}

.quiz-options--dense .quiz-option {
  border-radius: 11px;
  padding: 10px 12px;
  font-size: 0.93rem;
  line-height: 1.22;
}

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

.quiz-options--dense.quiz-options--multi .quiz-option::before {
  left: 12px;
  width: 16px;
  height: 16px;
}

.quiz-options--dense.quiz-options--multi .quiz-option::after {
  left: 17px;
  width: 6px;
  height: 10px;
}

.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: "\2714  ";
  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: 820px) {
  .page {
    margin-top: 26px;
    padding: 0 14px 20px;
  }

  .card {
    display: flow-root;
    padding: 12px;
  }

  .doctor-photo {
    float: left;
    width: min(44%, 195px);
    aspect-ratio: 1 / 1;
    height: auto;
    min-height: 0;
    margin: 0 12px 0 0;
  }

  .benefits h2 {
    gap: 6px;
  }

  .benefits h2::before,
  .benefits h2::after {
    flex-basis: 74px;
  }

  .comparison {
    margin-top: 24px;
    padding: 12px 10px 10px;
  }

  .comparison-title {
    gap: 7px;
  }

  .comparison-title::before,
  .comparison-title::after {
    flex-basis: 52px;
    border-top-width: 2px;
  }

  .comparison-table {
    min-width: 630px;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 9px 8px;
  }

  .choice-badge {
    right: -6px;
    top: -10px;
    height: 22px;
    padding: 0 10px;
    font-size: 0.56rem;
  }

  .final-cta {
    margin-top: 22px;
  }

  .final-cta-button {
    min-width: 0;
    width: 100%;
    padding: 12px 16px;
  }
}

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

  .availability-btn {
    width: 100%;
    min-height: 60px;
    gap: 10px;
    padding: 8px 18px;
    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;
  }

  .quiz-gate {
    align-items: center;
    padding: 8px;
  }

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

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

  .quiz-step-row {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 4px 10px;
    margin-bottom: 6px;
  }

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

  .quiz-question {
    font-size: clamp(1rem, 4.7vw, 1.18rem);
    line-height: 1.2;
  }

  .quiz-options {
    margin-top: 12px;
    gap: 7px;
  }

  .quiz-option {
    border-radius: 11px;
    padding: 11px 12px;
    font-size: 0.93rem;
    line-height: 1.22;
  }

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

  .quiz-options--multi .quiz-option::before {
    left: 12px;
    width: 16px;
    height: 16px;
  }

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

  .quiz-primary-btn,
  .quiz-secondary-btn {
    min-height: 48px;
    margin-top: 12px;
    font-size: 0.98rem;
    border-radius: 11px;
  }

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

  .quiz-steps.is-compact {
    padding-bottom: 12px;
  }

  .reader-comments__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .reader-comments__sort {
    font-size: 0.94rem;
  }

  .comment-item--reply {
    margin-left: 28px;
  }

  .comment-item--reply::before {
    left: -18px;
    width: 12px;
  }

  .comment-name,
  .comment-text {
    word-break: break-word;
  }
}

@media (max-width: 680px) {
  .comparison {
    padding: 9px 6px 8px;
  }

  .comparison-title {
    margin-bottom: 9px;
    gap: 6px;
    font-size: clamp(1.2rem, 6.8vw, 1.65rem);
  }

  .comparison-title::before,
  .comparison-title::after {
    flex-basis: 34px;
    border-top-width: 2px;
  }

  .comparison-wrap {
    overflow-x: visible;
    padding-top: 7px;
  }

  .comparison-table {
    width: 100%;
    min-width: 0;
  }

  .comparison-table th,
  .comparison-table td {
    padding: 6px 4px;
    font-size: 0.75rem;
    line-height: 1.18;
    word-break: break-word;
  }

  .comparison-table th {
    font-size: 0.78rem;
  }

  .cost-local,
  .cost-online {
    font-size: 1rem;
  }

  .check-mark {
    margin-right: 2px;
  }

  .choice-badge {
    right: -5px;
    top: -13px;
    height: 18px;
    padding: 0 7px;
    font-size: 0.45rem;
  }
}

@media (max-width: 420px) {
  .quiz-gate {
    padding: 6px;
  }

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

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

  .quiz-question {
    font-size: 0.98rem;
  }

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

  .quiz-option {
    padding: 10px 11px;
    font-size: 0.89rem;
  }

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

  .quiz-options--multi .quiz-option::before {
    left: 11px;
    width: 15px;
    height: 15px;
  }

  .quiz-options--multi .quiz-option::after {
    left: 16px;
  }

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

  .quiz-options--dense .quiz-option {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 0.87rem;
  }
}

/* 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;
  }
}
