/* ═══════════════════════════════════════════════════════════
   HEALTH VERDICT — magazine advertorial stylesheet
   Design copied from healthinsider.news article template:
   Inter, white bg, ~855px column, teal accents, red CTAs.
   Brand name is a placeholder — search "Health Verdict" / "Hv"
   across files to rebrand.
   ═══════════════════════════════════════════════════════════ */

:root {
  --red: #e81a41;
  --red-dark: #c9123a;
  --teal: #2c9c95;
  --teal-dark: #1f7a74;
  --ink: #1a1a1a;
  --body: #2b2b2b;
  --gray: #6b6b6b;
  --gray-light: #9a9a9a;
  --line: #e5e5e5;
  --bg-header: #f5f5f5;
  --bg-dark: #101820;
  --content-width: 855px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--body);
  background: #fff;
}

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

a { color: var(--teal); text-decoration: none; }
a:hover { text-decoration: underline; }

/* ── Site header ─────────────────────────────────────────── */
.site-header {
  background: var(--bg-header);
  border-bottom: 1px solid var(--line);
}
.site-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
}
.site-brand:hover { text-decoration: none; }
.brand-mark {
  width: 44px;
  height: 44px;
  background: var(--teal);
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: -1px;
}
.brand-name {
  font-weight: 800;
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.header-tools {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--ink);
}
.lang-switch {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  border-right: 1px solid var(--line);
  padding-right: 22px;
}
.icon-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--ink);
  display: flex;
  align-items: center;
}
.icon-btn svg { width: 22px; height: 22px; }

/* ── Sticky promo bar ────────────────────────────────────── */
.promo-bar {
  position: sticky;
  top: 0;
  z-index: 200;
  background: #0d0d0d;
  color: #fff;
}
.promo-bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 9px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.promo-text { font-size: 14.5px; font-weight: 700; }
.promo-btn {
  flex-shrink: 0;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 9px 18px;
  text-decoration: none;
}
.promo-btn:hover { background: var(--red-dark); text-decoration: none; }

/* ── Disclosure + breadcrumb ─────────────────────────────── */
.page-top {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0 20px;
}
.disclosure {
  font-size: 12.5px;
  color: var(--gray-light);
  padding: 10px 0 2px;
}
.disclosure a { color: var(--gray-light); text-decoration: underline; }
.breadcrumb {
  font-size: 12.5px;
  color: var(--gray);
  padding: 14px 0 4px;
}
.breadcrumb a { color: var(--gray); }
.breadcrumb .sep { margin: 0 6px; color: var(--gray-light); }

/* ── Article ─────────────────────────────────────────────── */
.article {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 8px 20px 40px;
}
.article h1 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--ink);
  margin: 10px 0 18px;
}
.byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 10px;
  font-size: 13px;
  color: var(--gray);
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 26px;
}
.byline a { color: var(--teal); font-weight: 600; }
.byline .dot::before { content: "•"; color: var(--gray-light); margin-right: 10px; }
.byline .meta-ico {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.byline svg { width: 15px; height: 15px; opacity: 0.6; }

.article-body p { margin: 0 0 22px; }
.article-body strong { color: var(--ink); }
.article-body ul { margin: 0 0 22px; padding-left: 4px; list-style: none; }
.article-body ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
}
.article-body ul li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
}
.article-body h2 {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--ink);
  margin: 44px 0 22px;
}
.article-body h3 {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 20px;
}
.article-body h4 {
  font-size: 16.5px;
  font-weight: 700;
  color: var(--ink);
  margin: 28px 0 14px;
}
.article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 24px;
  font-size: 14.5px;
}
.article-body th,
.article-body td {
  border: 1px solid var(--line);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.article-body th { background: var(--bg-header); font-weight: 700; color: var(--ink); }
.article-figure { margin: 28px auto; }
.article-figure.product-shot { max-width: 520px; }
.article-figure figcaption {
  font-size: 12.5px;
  color: var(--gray-light);
  text-align: center;
  padding-top: 8px;
}
.price-line { font-size: 16px; }
.price-line strong { color: var(--ink); }

sup { font-size: 11px; color: var(--teal); }

/* ── CTA buttons ─────────────────────────────────────────── */
.cta-button,
.cta-button-outbound {
  display: block;
  width: 100%;
  background: var(--red);
  color: #fff !important;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  padding: 17px 20px;
  margin: 30px 0 10px;
  text-decoration: none !important;
  transition: background 0.15s ease;
}
.cta-button:hover,
.cta-button-outbound:hover { background: var(--red-dark); }

/* ── Final offer block ───────────────────────────────────── */
.divider {
  border: none;
  border-top: 1px solid var(--line);
  margin: 40px auto;
  width: 160px;
}
.offer-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--ink);
  margin: 0 0 18px;
}
.check-list { list-style: none; margin: 0 0 24px; }
.check-list li {
  padding-left: 0 !important;
  margin-bottom: 10px !important;
}
.check-list li::before { display: none !important; }
.update-box {
  border: 2px solid var(--ink);
  padding: 22px 24px;
  margin: 32px 0;
}
.update-box .update-label {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 10px;
}
.cta-note {
  font-size: 12.5px;
  color: var(--gray-light);
  text-align: center;
  margin-bottom: 26px;
}

/* ── Sources ─────────────────────────────────────────────── */
.sources {
  margin: 36px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.sources summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  padding: 16px 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sources summary::after { content: "▾"; color: var(--gray); }
.sources[open] summary::after { content: "▴"; }
.sources ol {
  padding: 0 0 16px 20px;
  font-size: 13px;
  color: var(--gray);
}
.sources ol li { margin-bottom: 8px; }

/* ── Share ───────────────────────────────────────────────── */
.share-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 26px 0 10px;
}
.share-label {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--ink);
}
.share-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--bg-header);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink);
}
.share-btn:hover { background: var(--line); }
.share-btn svg { width: 16px; height: 16px; }

/* ── Comments ────────────────────────────────────────────── */
.comments {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 10px 20px 50px;
}
.comments h2 {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 26px;
}
.comment {
  display: flex;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
}
.comment-avatar {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comment-name { font-weight: 700; font-size: 14.5px; color: var(--ink); }
.comment-date { font-size: 12.5px; color: var(--gray-light); margin-bottom: 6px; }
.comment-text { font-size: 15px; }
.show-more-comments {
  display: block;
  background: none;
  border: 1px solid var(--line);
  width: 100%;
  padding: 13px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  margin: 14px 0 34px;
}
.show-more-comments:hover { background: var(--bg-header); }
.comment.is-hidden { display: none; }

.comment-form h3 {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 8px;
}
.comment-form .form-note { font-size: 13px; color: var(--gray); margin-bottom: 16px; }
.comment-form textarea,
.comment-form input {
  width: 100%;
  border: 1px solid var(--line);
  font-family: inherit;
  font-size: 14px;
  padding: 12px;
  margin-bottom: 12px;
}
.comment-form textarea { min-height: 110px; resize: vertical; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.comment-form button {
  background: var(--ink);
  color: #fff;
  border: none;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 13px 26px;
  cursor: pointer;
}

/* ── Newsletter band ─────────────────────────────────────── */
.newsletter {
  background: var(--bg-dark);
  color: #fff;
  padding: 44px 20px;
}
.newsletter-inner { max-width: var(--content-width); margin: 0 auto; }
.newsletter h2 {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.newsletter p { font-size: 14.5px; color: #b9c2c9; margin-bottom: 18px; }
.newsletter-form { display: flex; gap: 10px; max-width: 480px; }
.newsletter-form input {
  flex: 1;
  border: none;
  padding: 13px 14px;
  font-family: inherit;
  font-size: 14px;
}
.newsletter-form button {
  background: var(--red);
  color: #fff;
  border: none;
  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 13px 26px;
  cursor: pointer;
}
.newsletter-form button:hover { background: var(--red-dark); }

/* ── Footer ──────────────────────────────────────────────── */
.site-footer {
  background: #0d0d0d;
  color: #fff;
  padding: 40px 20px 30px;
}
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
  margin-bottom: 26px;
}
.footer-cols a {
  color: #cfcfcf;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.footer-cols a:hover { color: #fff; text-decoration: none; }
.footer-legal {
  border-top: 1px solid #2a2a2a;
  padding-top: 20px;
  font-size: 12px;
  color: #8d8d8d;
  line-height: 1.7;
}
.footer-legal a { color: #8d8d8d; text-decoration: underline; }

/* ── Homepage cards ──────────────────────────────────────── */
.home-hero {
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 20px 10px;
}
.home-hero h1 { font-size: 26px; font-weight: 800; color: var(--ink); margin-bottom: 6px; }
.home-hero p { color: var(--gray); font-size: 15px; }
.card-grid {
  max-width: 1200px;
  margin: 0 auto;
  padding: 26px 20px 60px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 26px;
}
.article-card {
  border: 1px solid var(--line);
  color: var(--ink);
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.15s ease;
}
.article-card:hover { box-shadow: 0 4px 18px rgba(0,0,0,0.08); text-decoration: none; }
.article-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.card-body { padding: 18px; }
.card-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 8px;
}
.card-title { font-size: 17.5px; font-weight: 700; line-height: 1.4; margin-bottom: 10px; }
.card-meta { font-size: 12.5px; color: var(--gray-light); }
.card-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #eef3f3, #dbe7e6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teal-dark);
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -1px;
}

/* ── Responsive ──────────────────────────────────────────── */
@media (max-width: 640px) {
  .article h1, .article-body h2 { font-size: 24px; }
  .article-body h3 { font-size: 19px; }
  .promo-text { font-size: 12.5px; line-height: 1.35; }
  .promo-btn { font-size: 11px; padding: 8px 12px; }
  .lang-switch { display: none; }
  .form-grid { grid-template-columns: 1fr; }
  .newsletter-form { flex-direction: column; }
}
