@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600;9..40,700&display=swap');

/* Top 10 Tirzepatide — top10tirzepatide.com (WARM RANKED LISTICLE)
   Design system: "Chat" — Turn.io's healthcare warmth, elevated for medical trust.
   Forest-canopy green headings + DM Sans display + charcoal body. ONE coral CTA (reserved,
   never decorative). Leaf-green = verified/leader. Pastel "clinic-room" washes section the page.
   Generous rounding, no hard shadows. Overrides shared tokens.css + restyles the components. */

:root {
  /* ── color: canopy green ink, coral action, leaf trust, pastel washes ── */
  --bg:           #ffffff;
  --bg-subtle:    #e4f7ee;   /* Sage Wash — calm section panel */
  --bg-warm:      #ffede8;   /* Peach Wash — notice/callout */
  --ink:          #0a3922;   /* Canopy Green — headings + brand */
  --ink-2:        #08301c;   /* Deep Canopy */
  --muted:        #4d5b53;   /* warm slate-green secondary */
  --muted-2:      #7a857e;   /* muted meta */
  --accent:       #ff643b;   /* Coral Pulse — primary CTA ONLY */
  --accent-dark:  #e8552e;
  --accent-2:     #128a4f;   /* Leaf Green — verified / leader / trust */
  --line:         #d9e6de;   /* soft green-gray hairline */
  --line-2:       #e8f0eb;   /* lighter divider */
  --score-good:   #128a4f;   /* leaf */
  --score-mid:    #b07d1a;
  --score-low:    #c0483f;
  --badge-bg:     #d2f2e3;   /* Mint Wash — trust well */
  --callout-bg:   #ffede8;
  --callout-line: #ff9d5c;
  --sky-wash:     #ccf0f8;   /* Sky Wash — info panels */

  /* ── type: DM Sans display + body, charcoal reading color ── */
  --font-display: 'DM Sans', -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-body:    'DM Sans', -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-prose:   'DM Sans', -apple-system, 'Segoe UI', Roboto, sans-serif;

  --radius:    16px;
  --radius-lg: 24px;
  --radius-sm: 12px;
  --maxw:      1120px;
}

/* ── base: warm, rounded, canopy-green voice ── */
body { letter-spacing: -0.014em; color: #333333; }
h1,h2,h3,.hero__h1,.ranking__title,.faq__title { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.028em; color: var(--ink); }
a { color: var(--accent-2); text-underline-offset: 2px; }
a:hover { color: var(--accent); }

/* ── nav: clean white, canopy brand, leaf tick ── */
.nav { background: var(--bg); border-bottom: 1px solid var(--line-2); }
.nav__brand { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.03em; color: var(--ink); }
.nav__brand span { color: var(--accent); }
.nav__links a { font-family: var(--font-body); color: var(--muted); font-weight: 500; }
.nav__links a:hover { color: var(--ink); }

/* ── eyebrow: leaf-green, warm-tracked ── */
.hero__eyebrow {
  font-family: var(--font-body);
  font-weight: 700; font-size: .72rem;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--accent-2);
}

/* ── hero: soft sage clinic-room wash, big rounded headline ── */
.hero { background: linear-gradient(180deg, #f2fbf6 0%, #ffffff 100%); border-bottom: 1px solid var(--line-2); }
.hero__h1 { font-weight: 700; color: var(--ink); }
.hero__answer { font-family: var(--font-prose); color: #33443b; }
.hero__answer strong { color: var(--ink); font-weight: 700; }
.hero__meta { color: var(--muted); }
.hero__meta strong { color: var(--ink); }

/* ── ownership disclosure: sky-wash room with canopy edge ── */
.disclosure-banner {
  background: var(--sky-wash);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: #123a44;
}
.disclosure-banner a { color: #0a5566; text-decoration: underline; }
.disclosure-banner strong { color: #0a2e38; }

/* ── compounded / efficacy notices: warm peach clinic-room ── */
.disclaimer {
  background: var(--bg-warm);
  border: 1px solid var(--callout-line);
  border-radius: var(--radius-sm);
  color: #8a4b34;
}
.disclaimer strong { color: #6b3722; }

/* ── ranking table: rounded card, mint leader row ── */
.ranking__title { font-weight: 700; }
.ranking-table { border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.ranking-table th {
  font-family: var(--font-body);
  background: var(--bg-subtle); color: var(--ink);
  font-size: .68rem; letter-spacing: .08em; font-weight: 700; border-bottom: 1px solid var(--line);
}
.ranking-table td { border-bottom: 1px solid var(--line-2); }
.ranking-table tr:hover td { background: #f4fbf7; }
.provider-name { font-family: var(--font-body); font-weight: 700; color: var(--ink); }
.provider-name .badge--top {
  background: var(--accent-2); color: #fff; border-radius: 999px;
  font-family: var(--font-body); letter-spacing: .05em; font-weight: 700;
}
.price-cell { font-weight: 700; color: var(--ink); font-variant-numeric: tabular-nums; }
.price-cell .from { color: var(--muted); font-weight: 400; }

/* ── oversized numbered ranks — the listicle signature, in coral ── */
.ranking-table td.rank-num {
  font-family: var(--font-display); font-weight: 700; font-size: 2.4rem;
  line-height: 1; color: var(--accent); text-align: center; width: 46px; padding-right: 0;
}
.ranking-table tr.row--top td.rank-num { color: var(--accent); }
.ranking-table tr.row--top td { background: var(--badge-bg); }
.ranking-table tr.row--top:hover td { background: #c3ecd7; }
.rank-chip {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 2.1rem; height: 2.1rem;
  font-family: var(--font-display); font-weight: 700; font-size: 1.35rem;
  color: #fff; background: var(--ink); border-radius: 999px;
}

/* ── score badge: leaf-green ring for the leader ── */
.score-badge {
  background: var(--badge-bg); color: var(--score-good);
  border: 2px solid var(--score-good); border-radius: 50%;
  font-family: var(--font-body); font-weight: 700;
}
.score-badge--mid { color: var(--score-mid); border-color: var(--score-mid); background: #fbf3e2; }
.score-badge--low { color: var(--score-low); border-color: var(--score-low); background: #fbeceb; }

/* ── stat duo (SURMOUNT vs STEP): pastel clinic cards ── */
.figure { background: #f2fbf6; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.stat { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius); }
.stat__num { color: var(--accent-2); font-family: var(--font-display); font-weight: 700; }

/* ── buttons: coral pill (primary) + canopy ghost ── */
.cta-btn {
  background: var(--accent); color: #fff; border: 1px solid var(--accent);
  border-radius: 999px; font-family: var(--font-body); font-weight: 700;
  letter-spacing: .005em;
}
.cta-btn:hover { background: var(--accent-dark); text-decoration: none; }
.cta-btn--ghost { background: transparent; color: var(--ink); border: 1px solid var(--line); border-radius: 999px; }
.cta-btn--ghost:hover { background: var(--bg-subtle); border-color: var(--ink); }

/* ── entity-facts: rounded mint card ── */
.entity-facts { background: var(--bg); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.entity-facts__title {
  font-family: var(--font-body); font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; color: var(--accent-2);
}
.entity-facts dt { color: var(--muted); }
.entity-facts dd { color: var(--ink); font-weight: 700; }

/* ── FAQ: soft rounded accordions ── */
.faq__title { font-weight: 700; }
.faq details { border-bottom: 1px solid var(--line-2); }
.faq summary { font-family: var(--font-body); font-weight: 700; color: var(--ink); }
.faq p { color: var(--muted); }

/* ── prose / article pages ── */
.prose { font-family: var(--font-prose); color: #333333; }
.prose h2, .prose h3 { font-family: var(--font-display); color: var(--ink); }
.byline { color: var(--muted); }
.references { border-top: 1px solid var(--line); color: var(--muted); }

/* ── footer: deep canopy band, coral link hovers ── */
.footer { background: var(--ink); color: rgba(255,255,255,.74); }
.footer__disclosure { color: rgba(255,255,255,.74); }
.footer__disclosure strong { color: #fff; }
.footer__disclosure a { color: #8fe3b6; }
.footer__links a { color: #fff; }
.footer__links a:hover { color: #ff9d5c; }
.footer__links span { color: rgba(255,255,255,.55); }

/* keep the load-bearing price column visible on mobile; drop dosing-model col */
@media (max-width: 720px) {
  .ranking-table th:nth-child(4),
  .ranking-table td:nth-child(4) { display: table-cell; }
  .ranking-table th:nth-child(5),
  .ranking-table td:nth-child(5) { display: none; }
}

/* ══════════════ REVIEW-SITE COMPONENTS (v2) ══════════════ */

/* nav: allow more items, tighter */
.nav__links { gap: 1.15rem; }
.nav__links a { font-size: .86rem; }

/* trust chips row under hero */
.trust-row { display: flex; flex-wrap: wrap; gap: .5rem .6rem; margin-top: 1.2rem; }
.trust-chip {
  display: inline-flex; align-items: center; gap: .4rem;
  font-family: 'Montserrat', var(--font-body); font-size: .7rem; font-weight: 600;
  letter-spacing: .02em; color: var(--ink-2);
  background: var(--bg); border: 1px solid var(--line); border-radius: 999px; padding: .36rem .72rem;
}
.trust-chip b { color: var(--accent-2); font-weight: 700; }

/* 2-column layout: main article + sticky promo aside */
.layout { display: grid; grid-template-columns: minmax(0,1fr) 328px; gap: 2.75rem; align-items: start; }
.layout__aside { position: sticky; top: 84px; display: grid; gap: 1.1rem; }
@media (max-width: 980px) {
  .layout { grid-template-columns: 1fr; gap: 1.75rem; }
  .layout__aside { position: static; order: -1; }
}

/* brand wordmark system — original type-set marks, --mk sets each brand color */
.brand { display: flex; align-items: center; gap: .6rem; }
.brand__mark {
  flex: none; width: 38px; height: 38px; border-radius: 10px;
  display: grid; place-items: center;
  font-family: var(--font-body); font-weight: 800; font-size: .82rem; letter-spacing: -.02em;
  color: #fff; background: var(--mk, #333);
}
.brand__name { font-family: var(--font-body); font-weight: 700; color: var(--ink); line-height: 1.12; font-size: .95rem; }
.brand__sub { font-size: .7rem; color: var(--muted); font-weight: 500; margin-top: 1px; }
.brand__type { font-size: .62rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--muted-2); }

/* editor's pick — the #1 feature block (not a generic card) */
.pick { border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: var(--bg); }
.pick__ribbon {
  display: flex; align-items: center; gap: .6rem; padding: .6rem 1.25rem;
  background: var(--ink); color: #fff;
  font-family: 'Montserrat', var(--font-body); font-size: .68rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
}
.pick__ribbon b { color: #9ffcbe; }
.pick__body { padding: 1.4rem 1.25rem; display: grid; grid-template-columns: 1fr auto; gap: 1rem 1.5rem; align-items: center; }
.pick__lead { grid-column: 1 / -1; color: var(--ink-2); font-size: 1.02rem; line-height: 1.55; }
.pick__lead strong { color: var(--ink); }
.pick__feats { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: .45rem; }
.feat { font-size: .74rem; font-weight: 600; color: var(--ink-2); background: var(--badge-bg); border: 1px solid #cfe6d8; border-radius: 6px; padding: .28rem .6rem; }
.pick__price { display: flex; gap: 1.75rem; grid-column: 1; }
.pick__price .p-lbl { font-size: .68rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; font-weight: 600; }
.pick__price .p-val { font-family: var(--font-display); font-size: 1.28rem; font-weight: 600; color: var(--ink); }
.pick__price .p-sub { font-size: .72rem; color: var(--accent-2); font-weight: 600; }
.pick__cta { display: grid; gap: .5rem; grid-column: 2; justify-items: stretch; text-align: center; }
@media (max-width: 620px){ .pick__body{grid-template-columns:1fr} .pick__cta,.pick__price{grid-column:1} }

/* score pill (bigger, for pick + sidebar) */
.score-lg { display: inline-flex; align-items: baseline; gap: .2rem; font-family: var(--font-display); font-weight: 700; color: var(--accent-2); }
.score-lg b { font-size: 2rem; line-height: 1; }
.score-lg span { font-size: .9rem; color: var(--muted); font-weight: 500; }

/* MaxLife sticky promo card (sidebar) */
.mlcard { border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: var(--bg); }
.mlcard__top { background: var(--ink); color: #fff; padding: .85rem 1.05rem; }
.mlcard__rank { font-family: 'Montserrat', var(--font-body); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; color: #9ffcbe; font-weight: 700; }
.mlcard__brand { display: flex; align-items: center; gap: .55rem; margin-top: .5rem; }
.mlcard__brand .brand__name { color: #fff; font-size: 1.05rem; }
.mlcard__body { padding: 1.05rem; }
.mlcard__stars { display: flex; align-items: center; gap: .5rem; font-size: .8rem; color: var(--muted); margin: .1rem 0 .9rem; }
.mlcard__stars b { color: var(--ink); font-weight: 700; }
.mlprice { border: 1px solid var(--line-2); border-radius: var(--radius-sm); overflow: hidden; margin-bottom: .9rem; }
.mlprice__row { display: flex; justify-content: space-between; align-items: baseline; padding: .5rem .7rem; }
.mlprice__row + .mlprice__row { border-top: 1px solid var(--line-2); }
.mlprice__row .k { font-size: .78rem; color: var(--muted); }
.mlprice__row .v { font-weight: 700; color: var(--ink); font-size: .9rem; }
.mlprice__row .v small { display: block; text-align: right; font-size: .66rem; color: var(--accent-2); font-weight: 600; }
.mlwhy { list-style: none; padding: 0; margin: 0 0 1rem; display: grid; gap: .45rem; }
.mlwhy li { position: relative; padding-left: 1.35rem; font-size: .8rem; color: var(--ink-2); line-height: 1.4; }
.mlwhy li::before { content: "✓"; position: absolute; left: 0; top: -1px; color: var(--accent-2); font-weight: 800; }
.mlcard__note { font-size: .64rem; color: var(--muted); margin-top: .8rem; line-height: 1.5; }
.mlcard .cta-btn { width: 100%; text-align: center; }

/* E-E-A-T author / review byline block */
.eeat { display: flex; flex-wrap: wrap; gap: 1.25rem 2rem; align-items: center; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.25rem; background: var(--bg); }
.eeat__who { display: grid; gap: .1rem; }
.eeat__role { font-size: .64rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--muted-2); }
.eeat__name { font-family: var(--font-display); font-weight: 600; color: var(--ink); }
.eeat__meta { font-size: .78rem; color: var(--muted); }

/* clinical evidence table */
.evidence { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; width: 100%; border-collapse: collapse; }
.evidence th, .evidence td { text-align: left; padding: .7rem .9rem; border-bottom: 1px solid var(--line-2); font-size: .85rem; }
.evidence th { background: var(--bg-subtle); font-family: 'Montserrat', var(--font-body); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-2); }
.evidence td strong { color: var(--ink); }

/* section heading helper */
.h-sec { font-family: var(--font-display); font-weight: 600; letter-spacing: -.02em; color: var(--ink); }
.eyebrow-sm { font-family: 'Montserrat', var(--font-body); font-size: .66rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--accent-2); }

/* rank cell + type tag in table */
.rank-n { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color: var(--ink); }
.type-tag { display: inline-block; font-size: .6rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: .12rem .4rem; border-radius: 4px; }
.type-tag--c { background: var(--badge-bg); color: #0a6b32; }
.type-tag--b { background: #eef2f9; color: #34557f; }

/* multi-column footer (review genre) */
.foot-cols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; padding-bottom: 1.5rem; margin-bottom: 1.25rem; border-bottom: 1px solid rgba(255,255,255,.14); }
.foot-cols h4 { font-family: 'Montserrat', var(--font-body); font-size: .64rem; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.55); margin-bottom: .6rem; }
.foot-cols a { display: block; color: rgba(255,255,255,.82); font-size: .82rem; padding: .18rem 0; }
.foot-cols a:hover { color: var(--accent-2); }
@media (max-width: 720px){ .foot-cols { grid-template-columns: repeat(2,1fr); } }