:root {
  color-scheme: light;
  --ink: #17202b;
  --muted: #526070;
  --line: #d7e0e7;
  --paper: #ffffff;
  --wash: #eef3f5;
  --brand: #165f68;
  --brand-dark: #103f47;
  --accent: #d4472b;
  --cta: #f4bf3d;
  --cta-dark: #c98509;
  --green: #17825e;
  --shadow: 0 18px 42px rgba(23, 34, 48, 0.10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--wash);
  line-height: 1.62;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.topline {
  background: #101820;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0;
  padding: 7px 16px;
  text-align: center;
  font-weight: 700;
}
.page {
  margin: 0 auto;
  padding: 30px 18px 64px;
}
.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--brand-dark);
  text-decoration: none;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--brand), #0d3038);
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 8px 18px rgba(16, 63, 71, 0.22);
}
.brand-copy {
  display: grid;
  gap: 0;
  line-height: 1.05;
}
.brand-copy strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
}
.brand-copy em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0;
}
.masthead,
.brand-bar {
  max-width: 980px;
  margin: 0 auto 18px;
  display: flex;
  justify-content: center;
}
.brand-bar {
  justify-content: space-between;
  align-items: center;
  padding: 22px clamp(20px, 4vw, 44px);
  margin-bottom: 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.brand-note {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
}
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
  letter-spacing: 0;
}
h1 {
  font-size: clamp(34px, 4.2vw, 50px);
  margin: 14px 0 14px;
}
h2 {
  font-size: clamp(27px, 3vw, 38px);
  margin: 0 0 18px;
}
h3 {
  font-size: clamp(22px, 2.3vw, 30px);
  margin: 0 0 12px;
}
p { margin: 0 0 18px; font-size: 18px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 24px;
  border-radius: 6px;
  border: 1px solid var(--cta-dark);
  background: linear-gradient(#ffdf78, var(--cta));
  color: #1f1803;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 7px 0 #a87009;
  text-align: center;
}
.button:hover { transform: translateY(1px); box-shadow: 0 6px 0 #a87009; }
.button--wide { width: 100%; }
.cta-row {
  margin: 28px 0 0;
  display: flex;
  justify-content: center;
}
.page--article {
  max-width: 960px;
}
.article-main {
  max-width: 790px;
  margin: 0 auto;
  padding: clamp(26px, 4vw, 46px);
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 10px 28px rgba(23, 34, 48, 0.08);
}
.article-main > .eyebrow,
.article-main > h1,
.article-main > .byline {
  display: block;
  text-align: center;
}
.eyebrow {
  color: var(--accent);
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
}
.article-main h1 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(34px, 4.1vw, 49px);
}
.lede {
  max-width: 700px;
  margin: 0 auto;
}
.lede p { font-size: 20px; }
.byline {
  color: var(--muted);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 10px 0;
  margin: 18px auto 24px;
  font-size: 15px;
}
.hero-media,
.inline-figure {
  margin: 28px auto;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
}
.hero-media { margin-top: 0; }
.hero-media img,
.inline-figure img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.hero-media figcaption,
.inline-figure figcaption {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  padding: 9px 12px;
  background: #f8fafb;
}
.reason {
  max-width: 700px;
  margin: 34px auto 0;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}
.reason__num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
}
.reason h2 { text-align: center; }
.article-main ul,
.offer-shell ul {
  margin: 0 0 20px 22px;
  padding: 0;
  font-size: 17px;
}
blockquote {
  margin: 22px 0;
  padding: 18px 20px;
  border-left: 4px solid var(--brand);
  background: #f5faf9;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}
.disclaimer, footer {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.disclaimer {
  border-top: 1px solid var(--line);
  margin-top: 40px;
  padding-top: 20px;
}
.page--offer {
  max-width: 1180px;
}
.offer-shell {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 16px 38px rgba(23, 34, 48, 0.10);
}
.offer-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(320px, 0.97fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
  padding: clamp(32px, 5vw, 58px);
  background:
    radial-gradient(circle at 90% 18%, rgba(212, 71, 43, 0.10), transparent 34%),
    linear-gradient(120deg, #ffffff 0%, #f7fbfb 62%, #fff7ed 100%);
}
.offer-copy { max-width: 560px; }
.offer-hero h1 {
  font-size: clamp(32px, 4vw, 48px);
  margin-top: 12px;
}
.offer-subtitle {
  font-size: 18px;
  color: #263342;
}
.rating {
  color: #c58700;
  font-weight: 800;
  margin-bottom: 10px;
}
.trust-list {
  display: grid;
  gap: 9px;
  list-style: none;
  margin-left: 0 !important;
}
.trust-list li { padding-left: 0; }
.hero-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.hero-card--product {
  aspect-ratio: 1 / 0.86;
  min-height: 360px;
  padding: clamp(18px, 3vw, 30px);
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #fff, #f8fafb);
}
.hero-card--product img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: contain;
  object-position: center;
}
.section {
  padding: clamp(30px, 4.5vw, 52px);
  border-top: 1px solid var(--line);
}
.section > h2 { text-align: center; }
.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.proof-badge {
  border: 1px solid var(--line);
  border-radius: 10px;
  background: linear-gradient(180deg, #fff, #f8fbfb);
  padding: 16px;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  box-shadow: 0 8px 18px rgba(23, 34, 48, 0.05);
}
.proof-badge img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.proof-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #e8f4f3;
  color: var(--brand-dark);
  border: 1px solid #cce3e0;
  font-weight: 900;
  font-size: 15px;
}
.proof-copy {
  display: grid;
  gap: 2px;
}
.proof-copy strong {
  font-size: 15px;
  line-height: 1.25;
}
.proof-copy small {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.3;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}
.plan {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 11px;
  background: #fff;
  min-height: 610px;
}
.plan--best {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(22, 95, 104, .12);
}
.plan__badge {
  min-height: 24px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.plan__image {
  height: 220px;
  display: grid;
  place-items: center;
  padding: 8px;
  border-radius: 8px;
  background: #f8fafb;
  overflow: hidden;
}
.plan__image img {
  width: min(100%, 220px);
  height: auto;
  max-height: 220px;
  object-fit: contain;
  object-position: center;
}
.plan h3 {
  min-height: 52px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.25;
  margin: 0;
  text-align: center;
}
.plan__price {
  min-height: 82px;
  display: grid;
  align-content: start;
  gap: 4px;
  text-align: center;
}
.price {
  font-size: 29px;
  font-weight: 900;
  margin: 0;
  line-height: 1.12;
}
.price-total {
  color: var(--muted);
  font-size: 15px;
  margin: 3px 0 0;
}
.price-total s {
  color: #8b96a3;
  margin-right: 5px;
}
.savings { color: var(--green); font-weight: 800; margin: 0; }
.note { color: var(--muted); font-size: 14px; margin: 0; }
.plan__support-note {
  min-height: 44px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
}
.plan .button { margin-top: auto; }
.warning {
  border: 1px solid #f3c36f;
  background: #fff8e7;
  padding: 15px 16px;
  border-radius: 8px;
  margin-top: 20px;
}
.reason-cards,
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.info-card,
.testimonial {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 20px;
  background: #fff;
}
.info-card h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}
.testimonial {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 14px;
}
.testimonial__photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  background: #eef3f5;
}
.testimonial__body {
  padding: 4px 4px 6px;
}
.testimonial p { font-size: 16px; }
.verified {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
  margin: -4px 0 10px;
}
.guarantee-card,
.checkout-card {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(260px, 0.92fr);
  gap: 26px;
  align-items: center;
  border-radius: 10px;
  padding: clamp(20px, 4vw, 32px);
}
.guarantee-card {
  border: 1px solid #d9eadf;
  background: #f6fbf7;
}
.checkout-card {
  border: 1px solid #173545;
  background: linear-gradient(135deg, #10212c, #183847);
  color: #fff;
}
.checkout-card > div {
  min-width: 0;
  width: 100%;
}
.checkout-card h2,
.checkout-card p,
.checkout-card .note { color: #fff; }
.payment-row {
  width: min(100%, 500px);
  max-width: 500px;
  margin: 16px 0 18px;
}
.payment-row img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  min-width: 0;
  object-fit: contain;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(255,255,255,0.25);
}
.guarantee-card > img,
.checkout-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
}
.checkout-pending {
  display: none;
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid #bed6da;
  background: #effafa;
  color: var(--brand-dark);
  border-radius: 8px;
  font-size: 14px;
}
.checkout-pending.is-visible { display: block; }
footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px 40px;
}
@media (max-width: 900px) {
  .brand-bar,
  .offer-hero,
  .pricing-grid,
  .reason-cards,
  .testimonial-grid,
  .proof-strip,
  .guarantee-card,
  .checkout-card {
    grid-template-columns: 1fr;
  }
  .brand-note { display: none; }
  .hero-card--product {
    order: 0;
    min-height: 260px;
    max-width: 360px;
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 520px) {
  .page { padding: 18px 12px 44px; }
  .article-main, .section, .offer-hero, .brand-bar { padding: 20px 16px; }
  .brand-lockup { justify-content: center; }
  .brand-copy strong { font-size: 21px; }
  h1, .offer-hero h1, .article-main h1 { font-size: 34px; }
  p, .lede p { font-size: 17px; }
  .button { width: 100%; padding-left: 14px; padding-right: 14px; }
  .plan { min-height: 0; }
  .plan h3, .plan__price { min-height: 0; }
  .hero-media img, .inline-figure img { aspect-ratio: 4 / 3; }
}

/* HealthDesk Daily v3 visual QA fixes */
.page--article {
  max-width: 1220px;
}
.masthead {
  max-width: 1040px;
  margin-bottom: 20px;
}
.article-main {
  max-width: 980px;
  padding: clamp(32px, 4vw, 54px);
}
.article-main h1 {
  max-width: 910px;
  font-size: clamp(34px, 3.25vw, 46px);
}
.lede { max-width: 820px; }
.lede p { font-size: 19px; }
.hero-media,
.inline-figure {
  max-width: 880px;
}
.inline-figure--contained {
  max-width: 560px;
  box-shadow: 0 10px 22px rgba(23, 34, 48, 0.07);
}
.inline-figure--contained img {
  aspect-ratio: auto;
  height: auto;
  object-fit: contain;
  background: #f8fafb;
}
.reason {
  max-width: 800px;
}
.offer-hero {
  min-height: 560px;
  grid-template-columns: minmax(0, 0.94fr) minmax(340px, 0.86fr);
}
.hero-card--product {
  max-width: 430px;
  justify-self: center;
}
.proof-strip {
  max-width: 940px;
  margin: 0 auto;
}
.pricing-grid {
  max-width: 1040px;
  margin: 0 auto;
}
.plan {
  min-height: 580px;
}
.plan__image {
  height: 210px;
}
.plan__image img {
  width: min(100%, 230px);
  max-height: 210px;
}
.guarantee-card,
.checkout-card {
  max-width: 1000px;
  margin: 0 auto;
}
.checkout-card {
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.8fr);
  background:
    radial-gradient(circle at 84% 14%, rgba(244, 191, 61, 0.18), transparent 32%),
    linear-gradient(135deg, #0f2530, #152f3c);
}
.checkout-card .cta-row {
  justify-content: flex-start;
}
.checkout-card .button {
  min-width: 260px;
}
@media (max-width: 900px) {
  .offer-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }
  .plan {
    min-height: 0;
  }
  .plan .button {
    margin-top: 8px;
  }
  .plan__support-note[aria-hidden="true"] {
    display: none;
  }
  .guarantee-card,
  .checkout-card {
    grid-template-columns: 1fr;
  }
  .hero-card--product {
    max-width: 360px;
  }
}
@media (max-width: 520px) {
  .article-main {
    padding: 24px 18px;
  }
  .article-main h1,
  .offer-hero h1 {
    font-size: 30px;
  }
  .hero-media,
  .inline-figure,
  .inline-figure--contained {
    max-width: 100%;
  }
  .checkout-card .cta-row {
    justify-content: center;
  }
  .checkout-card .button {
    min-width: 0;
  }
}
