/* T28 Google Ads Call Tracking — googleadscalltracking.com
   Palette: Google blue #1A73E8 / dark #1557B0 / soft #E8F0FE / green highlight #34A853
            on white, slate ink #202124.
   Typography: Inter Tight (display) + Inter (body).
   Layout: clean SaaS / Google-ish. Hero is a two-column grid carrying the
   conversion-flow diagram as the signature visual. A highlighted top-pick panel
   precedes the ranking table (distinct from site 17 which led with the matrix).
   Review pages lead with the article body. Cards: soft shadow, 12px radius.
   Signature visual: "Google Ads call conversion flow" diagram + GCLID callout box. */

:root {
  --bg: #FFFFFF;
  --bg-soft: #F8FAFD;
  --bg-soft-2: #F1F5FC;
  --bg-card: #FFFFFF;
  --ink: #202124;
  --ink-soft: #3C4043;
  --muted: #5F6368;
  --rule: #E5EAF2;
  --rule-strong: #D2DBEA;
  --accent: #1A73E8;
  --accent-dark: #1557B0;
  --accent-soft: #E8F0FE;
  --green: #34A853;
  --green-dark: #1E7E34;
  --green-soft: #E6F4EA;
  --warn: #E37400;
  --bad: #D93025;
  --max: 1150px;
  --max-prose: 740px;
  --radius: 12px;
  --radius-lg: 16px;
  --shadow: 0 1px 2px rgba(60,64,67,.08), 0 4px 14px rgba(60,64,67,.06);
  --shadow-lg: 0 6px 22px rgba(26,115,232,.12), 0 2px 6px rgba(60,64,67,.08);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent-dark); text-decoration: underline; text-underline-offset: 2px; text-decoration-thickness: 1px; }
a:hover { color: var(--accent); }

h1, h2, h3, h4, h5 {
  font-family: 'Inter Tight', 'Inter', sans-serif;
  color: var(--ink);
  letter-spacing: -0.018em;
  margin: 1.4em 0 .5em;
  font-weight: 700;
}
h1 { font-size: 46px; line-height: 1.1; letter-spacing: -0.028em; margin-top: 0; font-weight: 800; }
h2 { font-size: 30px; line-height: 1.22; margin-top: 1.7em; font-weight: 700; }
h3 { font-size: 21px; line-height: 1.32; font-weight: 700; margin-top: 1.6em; }
h4 { font-size: 17px; line-height: 1.35; font-weight: 700; letter-spacing: 0; }
p { margin: 0 0 1.1em; }
strong { font-weight: 700; color: var(--ink); }
hr.divider { border: 0; border-top: 1px solid var(--rule); margin: 2.4em 0; }

@media (max-width: 760px) {
  body { font-size: 16px; }
  h1 { font-size: 32px; }
  h2 { font-size: 24px; }
  h3 { font-size: 19px; }
}

.container { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
.container-prose { max-width: var(--max-prose); margin: 0 auto; padding: 0 24px; }

/* === Header / brand === */
.site-header {
  background: rgba(255,255,255,0.9);
  backdrop-filter: saturate(150%) blur(10px);
  border-bottom: 1px solid var(--rule);
  position: sticky; top: 0; z-index: 50;
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 14px; padding-bottom: 14px; gap: 20px;
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--ink); }
.brand:hover { color: var(--accent-dark); }
.brand-mark {
  width: 36px; height: 36px; border-radius: 10px;
  background: var(--accent);
  color: #fff; display: inline-flex; align-items: center; justify-content: center;
  flex: none; box-shadow: 0 3px 10px rgba(26,115,232,.32);
}
.brand-mark svg { width: 20px; height: 20px; }
.brand-words { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name { font-family: 'Inter Tight', sans-serif; font-weight: 700; font-size: 16.5px; letter-spacing: -0.02em; }
.brand-tag { font-size: 9.5px; letter-spacing: 1.4px; color: var(--muted); font-weight: 600; }

.nav { display: flex; align-items: center; gap: 22px; font-size: 15px; font-weight: 500; }
.nav > a { color: var(--ink-soft); text-decoration: none; }
.nav > a:hover { color: var(--accent-dark); }
.nav .btn-sm { color: #fff; }
.nav-toggle {
  display: none; background: var(--bg-soft); border: 1px solid var(--rule);
  border-radius: 10px; padding: 8px 14px; font-weight: 600; cursor: pointer; color: var(--ink);
}
@media (max-width: 900px) {
  .nav-toggle { display: inline-block; }
  .nav {
    display: none; position: absolute; top: 64px; left: 0; right: 0;
    background: var(--bg); border-bottom: 1px solid var(--rule);
    flex-direction: column; gap: 0; padding: 8px 24px 16px; align-items: stretch;
  }
  .nav.open { display: flex; }
  .nav > a { padding: 11px 0; border-bottom: 1px solid var(--rule); width: 100%; }
  .nav > a:last-child { border-bottom: 0; }
}

/* === Buttons === */
.btn {
  display: inline-block; padding: 13px 24px;
  border-radius: 999px; font-weight: 600; text-decoration: none;
  font-size: 15px; letter-spacing: 0.005em; transition: transform .12s, box-shadow .12s, background .12s;
  border: 1px solid transparent; font-family: 'Inter Tight', sans-serif;
}
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 4px 14px rgba(26,115,232,.28); }
.btn-primary:hover { background: var(--accent-dark); color: #fff; transform: translateY(-1px); box-shadow: 0 8px 20px rgba(26,115,232,.34); }
.btn-secondary { background: var(--bg); color: var(--accent-dark); border-color: var(--rule-strong); }
.btn-secondary:hover { background: var(--accent-soft); color: var(--accent-dark); }
.btn-sm { padding: 9px 18px; font-size: 14px; }

/* === Breadcrumbs === */
.breadcrumb { font-size: 14px; color: var(--muted); padding: 16px 0; font-weight: 500; }
.breadcrumb a { color: var(--muted); text-decoration: none; }
.breadcrumb a:hover { color: var(--accent-dark); }

/* === Hero (two-column grid) === */
.hero {
  background:
    radial-gradient(900px 380px at 100% -20%, var(--accent-soft) 0%, transparent 62%),
    linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 100%);
  padding: 60px 0 56px;
  border-bottom: 1px solid var(--rule);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 44px; align-items: center; }
@media (max-width: 940px) { .hero-grid { grid-template-columns: 1fr; gap: 32px; } }
.hero .eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: #fff; border: 1px solid var(--rule-strong); color: var(--accent-dark);
  padding: 6px 14px; border-radius: 999px;
  font-size: 12.5px; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase;
  margin-bottom: 18px; box-shadow: var(--shadow);
}
.hero h1 { margin-bottom: 16px; }
.hero .lede { font-size: 19px; color: var(--ink-soft); margin-bottom: 24px; }
.hero-ctas { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 520px; }
.hero-stats .stat {
  background: var(--bg-card); border: 1px solid var(--rule); border-radius: var(--radius);
  padding: 14px 16px; box-shadow: var(--shadow);
}
.hero-stats .stat-num { font-family: 'Inter Tight', sans-serif; font-size: 24px; font-weight: 700; color: var(--accent-dark); line-height: 1; }
.hero-stats .stat-lbl { font-size: 12px; color: var(--muted); margin-top: 6px; font-weight: 600; }

/* === Signature visual: Google Ads call conversion flow === */
.conv-flow {
  background: var(--bg-card); border: 1px solid var(--rule); border-radius: var(--radius-lg);
  padding: 24px 24px 20px; margin: 26px 0;
  box-shadow: var(--shadow-lg);
}
.conv-flow.in-hero { margin: 0; }
.conv-flow h4 {
  margin: 0 0 18px; font-size: 11.5px; color: var(--muted); font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
}
.cf-track { display: flex; align-items: stretch; gap: 0; flex-wrap: nowrap; }
.cf-node {
  flex: 1; background: var(--bg-soft); border: 1px solid var(--rule);
  border-radius: var(--radius); padding: 14px 12px; text-align: center; min-width: 0;
}
.cf-node .cf-ico {
  width: 34px; height: 34px; margin: 0 auto 8px; border-radius: 9px;
  background: var(--accent-soft); color: var(--accent-dark);
  display: inline-flex; align-items: center; justify-content: center; font-weight: 700;
  font-family: 'Inter Tight', sans-serif;
}
.cf-node.smart { border-color: #BFE3C8; background: var(--green-soft); }
.cf-node.smart .cf-ico { background: #fff; color: var(--green-dark); }
.cf-node strong { display: block; font-size: 13px; color: var(--ink); margin-top: 2px; }
.cf-node span { font-size: 11px; color: var(--muted); line-height: 1.35; display: block; margin-top: 2px; }
.cf-arrow {
  flex: 0 0 26px; display: flex; align-items: center; justify-content: center;
  color: var(--rule-strong); font-weight: 800; font-size: 17px;
}
@media (max-width: 540px) {
  .cf-track { flex-wrap: wrap; }
  .cf-node { flex: 1 1 42%; }
  .cf-arrow { flex-basis: 100%; transform: rotate(90deg); padding: 2px 0; }
}
.gclid-callout {
  display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start;
  margin-top: 18px; padding: 14px 16px;
  background: var(--green-soft); border: 1px solid #BFE3C8; border-radius: var(--radius);
}
.gclid-callout.standalone { margin: 24px 0; }
.gclid-callout .gc-tag {
  background: var(--green); color: #fff; font-family: 'Inter Tight', sans-serif;
  font-size: 11px; font-weight: 700; letter-spacing: 0.08em;
  padding: 4px 10px; border-radius: 6px; white-space: nowrap;
}
.gclid-callout p { margin: 0; font-size: 13.5px; color: #1B5E2B; line-height: 1.55; }

/* === Top-pick panel (precedes the ranking table) === */
.toppick-panel {
  display: grid; grid-template-columns: 1fr 230px; gap: 28px; align-items: center;
  background: linear-gradient(135deg, var(--accent-soft) 0%, #F4F8FF 100%);
  border: 1px solid var(--rule-strong); border-radius: var(--radius-lg);
  padding: 30px 32px; box-shadow: var(--shadow);
}
@media (max-width: 760px) { .toppick-panel { grid-template-columns: 1fr; gap: 20px; } }
.toppick-panel .tp-flag {
  display: inline-block; background: var(--accent-dark); color: #fff;
  font-size: 11px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase;
  padding: 4px 11px; border-radius: 999px; margin-bottom: 12px;
}
.toppick-panel h2 { margin: 0 0 12px; font-size: 26px; }
.toppick-panel .tp-left p { margin: 0 0 18px; color: var(--ink-soft); }
.tp-ctas { display: flex; gap: 12px; flex-wrap: wrap; }
.tp-right {
  background: #fff; border: 1px solid var(--rule); border-radius: var(--radius);
  padding: 20px; text-align: center; box-shadow: var(--shadow);
}
.tp-score { font-family: 'Inter Tight', sans-serif; font-size: 48px; font-weight: 800; color: var(--accent-dark); line-height: 1; }
.tp-score span { font-size: 18px; color: var(--muted); font-weight: 600; }
.tp-bullets { list-style: none; padding: 0; margin: 14px 0 0; text-align: left; font-size: 13.5px; }
.tp-bullets li { padding: 5px 0 5px 22px; position: relative; color: var(--ink-soft); }
.tp-bullets li::before { content: "\2713"; position: absolute; left: 0; color: var(--green); font-weight: 700; }

/* === TLDR / CTA blocks === */
.tldr {
  background: var(--bg-soft); border: 1px solid var(--rule);
  border-left: 4px solid var(--accent);
  border-radius: var(--radius); padding: 22px 24px; margin: 28px 0;
}
.tldr h4 {
  margin: 0 0 10px; font-size: 11px; color: var(--accent-dark);
  letter-spacing: 0.12em; text-transform: uppercase; font-weight: 700;
}
.tldr ul { margin: 0; padding-left: 20px; }
.tldr li { margin: 7px 0; color: var(--ink-soft); }
.tldr .overall {
  margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--rule);
  font-weight: 700; color: var(--accent-dark); font-size: 14px; letter-spacing: 0.02em;
  font-family: 'Inter Tight', sans-serif;
}

.tldr-cta {
  background: var(--accent-soft);
  border: 1px solid var(--rule-strong);
  border-radius: var(--radius-lg); padding: 22px; margin: 22px 0; text-align: center;
}
.tldr-cta .btn { margin-bottom: 8px; }
.tldr-cta .subtext { font-size: 13px; color: var(--ink-soft); margin: 0; font-weight: 500; }

.tldr-crosslink {
  background: var(--bg-soft); border: 1px solid var(--rule);
  border-left: 3px solid var(--green);
  border-radius: var(--radius); padding: 16px 20px; margin: 22px 0;
  font-size: 15px; color: var(--ink-soft);
}
.tldr-crosslink p { margin: 0; }
.tldr-crosslink strong { color: var(--ink); }

.cta-card {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%); color: #fff;
  border-radius: var(--radius-lg); padding: 30px 28px; margin: 34px 0; text-align: center;
  box-shadow: 0 12px 30px rgba(26,115,232,.26);
}
.cta-card h4 { font-family: 'Inter Tight', sans-serif; color: #fff; margin: 0 0 14px; font-size: 19px; font-weight: 700; }
.cta-card .btn-primary { background: #fff; color: var(--accent-dark); box-shadow: 0 4px 12px rgba(0,0,0,.14); }
.cta-card .btn-primary:hover { background: var(--green); color: #fff; }
.cta-card .subtext { color: #D7E6FB; font-size: 13px; margin: 12px 0 0; }

/* === Picks / comparison table (homepage) === */
.picks-table {
  width: 100%; border-collapse: collapse; margin: 24px 0;
  background: var(--bg-card); border: 1px solid var(--rule); border-radius: var(--radius);
  overflow: hidden; font-size: 15px;
  box-shadow: var(--shadow);
}
.picks-table th, .picks-table td {
  padding: 16px 18px; text-align: left; vertical-align: middle;
  border-bottom: 1px solid var(--rule);
}
.picks-table th {
  background: var(--bg-soft-2); font-size: 11.5px; font-weight: 700;
  color: var(--muted); letter-spacing: 0.06em; text-transform: uppercase;
}
.picks-table tr:last-child td { border-bottom: 0; }
.picks-table .tool { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.picks-table .tool strong { font-weight: 700; }
.picks-table .top-pick { background: var(--accent-soft); }
.picks-table .top-pick td:first-child { border-left: 3px solid var(--accent); padding-left: 15px; }
.picks-table .badge {
  display: inline-block; background: var(--accent); color: #fff;
  font-size: 10px; font-weight: 700; padding: 3px 8px; border-radius: 6px;
  letter-spacing: 0.05em; text-transform: uppercase;
}
.picks-table td.rank-cell { width: 54px; font-family: 'Inter Tight', sans-serif; font-weight: 700; color: var(--muted); font-size: 18px; }
.picks-table td.score-cell { font-family: 'Inter Tight', sans-serif; font-weight: 700; color: var(--accent-dark); }
@media (max-width: 760px) {
  .picks-table { font-size: 14px; }
  .picks-table th, .picks-table td { padding: 12px 10px; }
  .picks-table .col-best, .picks-table .col-price { display: none; }
}

/* === Review cards (homepage) === */
.review-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px; margin: 26px 0;
}
.review-card {
  background: var(--bg-card); border: 1px solid var(--rule); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow); transition: transform .14s, box-shadow .14s;
}
.review-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.review-card.featured { border-color: var(--accent); border-width: 2px; }
.review-card .rank {
  display: inline-block; font-size: 11px; font-weight: 700; color: var(--muted);
  background: var(--bg-soft-2); padding: 3px 10px; border-radius: 999px;
  letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 12px;
}
.review-card.featured .rank { background: var(--accent); color: #fff; }
.review-card h3 { margin: 0 0 6px; font-size: 19px; }
.review-card .one-liner { font-size: 14px; color: var(--muted); margin-bottom: 14px; }
.review-card .stat-row { display: flex; gap: 18px; margin-bottom: 14px; font-size: 13px; }
.review-card .stat-row span { color: var(--muted); }
.review-card .stat-row strong { color: var(--ink); display: block; font-size: 16px; font-family: 'Inter Tight', sans-serif; }
.review-card a.read { font-weight: 600; font-size: 14px; }

/* === Scorecard === */
.scorecard {
  background: var(--bg-card); border: 1px solid var(--rule); border-radius: var(--radius);
  padding: 20px 22px; margin: 22px 0; box-shadow: var(--shadow);
}
.scorecard h4 { margin: 0 0 14px; font-size: 13px; color: var(--ink); letter-spacing: 0.02em; }
.score-row { display: grid; grid-template-columns: 210px 1fr 46px; gap: 14px; align-items: center; margin: 11px 0; font-size: 14px; }
.score-row .lbl { color: var(--ink-soft); font-weight: 600; }
.score-row .bar { background: var(--bg-soft-2); height: 9px; border-radius: 999px; overflow: hidden; }
.score-row .bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--accent), var(--accent-dark)); border-radius: 999px; }
.score-row .bar span.green { background: linear-gradient(90deg, #5BBE74, var(--green-dark)); }
.score-row .num { font-family: 'Inter Tight', sans-serif; font-weight: 700; color: var(--accent-dark); text-align: right; font-size: 14px; }
@media (max-width: 600px) { .score-row { grid-template-columns: 1fr 46px; } .score-row .bar { grid-column: 1 / -1; } }

/* === Economics callout === */
.econ-callout {
  display: grid; grid-template-columns: 56px 1fr; gap: 16px;
  background: var(--green-soft); border: 1px solid #BFE3C8;
  border-radius: var(--radius); padding: 18px 22px; margin: 22px 0;
}
.econ-callout .econ-ico {
  width: 44px; height: 44px; border-radius: 11px;
  background: #fff; color: var(--green-dark);
  display: inline-flex; align-items: center; justify-content: center; font-weight: 800;
  font-family: 'Inter Tight', sans-serif; font-size: 20px;
}
.econ-callout h4 { margin: 0 0 6px; font-size: 15px; color: #1B5E2B; }
.econ-callout p { margin: 0; font-size: 14px; color: #1B5E2B; }

/* === Pros/Cons === */
.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 22px 0; }
.proscons .pros, .proscons .cons {
  border: 1px solid var(--rule); border-radius: var(--radius); padding: 20px 22px; background: var(--bg-card);
  box-shadow: var(--shadow);
}
.proscons .pros { border-top: 3px solid var(--green); }
.proscons .cons { border-top: 3px solid var(--warn); }
.proscons h4 { margin: 0 0 10px; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; }
.proscons ul { padding-left: 20px; margin: 0; }
.proscons li { margin: 6px 0; font-size: 14px; }
@media (max-width: 600px) { .proscons { grid-template-columns: 1fr; } }

/* === Pricing list === */
.pricing-list { list-style: none; padding: 0; margin: 18px 0; }
.pricing-list li {
  display: flex; justify-content: space-between; align-items: center;
  padding: 13px 18px; background: var(--bg-soft); border: 1px solid var(--rule);
  border-radius: var(--radius); margin: 9px 0;
}
.pricing-list .plan { font-weight: 700; }
.pricing-list .price { font-family: 'Inter Tight', sans-serif; font-weight: 700; color: var(--accent-dark); font-size: 15px; }

/* === Article body === */
.article-header { padding: 32px 0 8px; }
.article-header .kicker {
  display: inline-block; font-size: 12px; font-weight: 700;
  color: var(--accent-dark); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px;
}
.article-header .lede { font-size: 19px; color: var(--ink-soft); margin-bottom: 18px; }
.byline-row {
  display: flex; align-items: center; gap: 10px; flex-wrap: wrap;
  font-size: 14px; color: var(--muted); margin-bottom: 8px;
}
.byline-row img { width: 40px; height: 40px; border-radius: 50%; }
.byline-row .sep { color: var(--rule-strong); }
.author-name { color: var(--ink); font-weight: 600; text-decoration: none; border-bottom: 1px dotted var(--muted); }
.author-mention { position: relative; }
.author-card {
  display: none; position: absolute; top: 26px; left: 0; z-index: 10;
  background: var(--ink); color: #fff;
  padding: 13px 15px; border-radius: var(--radius); font-size: 13px;
  width: 290px; line-height: 1.55; box-shadow: 0 12px 30px rgba(32,33,36,.32);
}
.author-card strong { display: block; font-weight: 700; margin-bottom: 4px; color: #fff; }
.author-mention:hover .author-card,
.author-name:focus + .author-card { display: block; }

.article-body { max-width: var(--max-prose); margin: 0 auto; }
.article-body p, .article-body ul, .article-body ol, .article-body details, .article-body table { margin-bottom: 1.15em; }
.article-body .guide-intro { font-size: 18px; color: var(--ink-soft); }
.author-bio { display: grid; grid-template-columns: 120px 1fr; gap: 24px; align-items: start; margin: 24px 0; }
.author-bio .author-photo { border-radius: 50%; }
@media (max-width: 540px) { .author-bio { grid-template-columns: 80px 1fr; gap: 16px; } }

.tool-screenshot {
  margin: 30px 0; border: 1px solid var(--rule); border-radius: var(--radius); overflow: hidden;
  background: var(--bg-soft); box-shadow: var(--shadow);
}
.tool-screenshot img { width: 100%; display: block; }
.tool-screenshot figcaption {
  font-size: 13px; color: var(--muted); padding: 11px 16px;
  background: var(--bg-card); border-top: 1px solid var(--rule);
}

/* === Section chrome === */
.section { padding: 58px 0; }
.section.alt { background: var(--bg-soft); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.section-head { margin-bottom: 26px; max-width: 66ch; }
.section-head .kicker {
  display: inline-block; font-size: 11px; font-weight: 700;
  color: var(--accent-dark); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 10px;
}
.section-head h2 { margin-top: 0; }

/* === Guide cards === */
.guide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
@media (max-width: 700px) { .guide-grid { grid-template-columns: 1fr; } }
.guide-card {
  display: block; background: var(--bg-card); border: 1px solid var(--rule);
  border-radius: var(--radius); padding: 24px; text-decoration: none; color: var(--ink);
  box-shadow: var(--shadow); transition: transform .14s, box-shadow .14s, border-color .14s;
}
.guide-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); border-color: var(--accent); color: var(--ink); }
.guide-card .gc-step {
  display: inline-block; font-size: 11px; font-weight: 700; color: var(--accent-dark);
  background: var(--accent-soft); padding: 3px 10px; border-radius: 999px;
  letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 12px;
}
.guide-card h3 { margin: 0 0 8px; font-size: 19px; }
.guide-card p { font-size: 14px; color: var(--muted); margin: 0 0 12px; }
.guide-card .gc-go { font-size: 14px; font-weight: 600; color: var(--accent-dark); }

/* === Decision-tree quick picks === */
.decision-tree { display: grid; grid-template-columns: repeat(auto-fit, minmax(255px, 1fr)); gap: 16px; }
.decision-tree .pick {
  background: var(--bg-card); border: 1px solid var(--rule); border-radius: var(--radius); padding: 20px;
  box-shadow: var(--shadow);
}
.decision-tree .pick .if {
  font-size: 12px; color: var(--muted); font-weight: 700;
  letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 8px;
}
.decision-tree .pick strong { display: block; font-family: 'Inter Tight', sans-serif; font-size: 17px; margin-bottom: 4px; color: var(--accent-dark); }
.decision-tree .pick p { font-size: 14px; color: var(--ink-soft); margin: 0; }

/* === Methodology weight bars === */
.weight-row { display: grid; grid-template-columns: 240px 1fr 52px; gap: 14px; align-items: center; margin: 11px 0; font-size: 14px; }
.weight-row .bar { background: var(--bg-soft-2); height: 9px; border-radius: 999px; overflow: hidden; }
.weight-row .bar span { display: block; height: 100%; background: linear-gradient(90deg, var(--accent), var(--accent-dark)); }
.weight-row .pct { font-family: 'Inter Tight', sans-serif; font-weight: 700; color: var(--accent-dark); text-align: right; font-size: 13px; }
@media (max-width: 600px) { .weight-row { grid-template-columns: 1fr 52px; } .weight-row .bar { grid-column: 1 / -1; } }

/* === Footer === */
.site-footer {
  background: #1A1C1F; color: #BCC1CA; padding: 50px 0 26px; margin-top: 60px;
}
.site-footer h4 { font-family: 'Inter Tight', sans-serif; color: #fff; font-size: 14px; margin: 0 0 14px; letter-spacing: 0.03em; }
.foot-blurb { font-size: 14px; color: #9AA0AB; }
.footer-grid {
  display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 28px; padding-bottom: 26px;
  border-bottom: 1px solid #2E3136;
}
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
.site-footer ul { list-style: none; padding: 0; margin: 0; font-size: 14px; }
.site-footer ul li { margin: 7px 0; }
.site-footer a { color: #BCC1CA; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.disclosure { padding-top: 22px; font-size: 13px; color: #8A909B; line-height: 1.6; }
.disclosure strong { color: #fff; }
.disclosure a { color: #BCC1CA; }

/* References */
.references { font-size: 14px; color: var(--muted); border-top: 1px solid var(--rule); padding-top: 14px; margin-top: 32px; }
.references a { color: var(--ink-soft); }

.muted { color: var(--muted); }

/* === Reviews/Guides dropdown === */
.nav-dropdown { position: relative; }
.nav-dropdown > .dropdown-trigger {
  cursor: pointer; display: inline-flex; align-items: center; gap: 4px; text-decoration: none; color: var(--ink-soft);
}
.nav-dropdown > .dropdown-trigger::after {
  content: "\25BE"; font-size: 0.72em; margin-left: 3px; opacity: 0.6; color: currentColor;
  transition: opacity .15s ease, color .15s ease;
}
.nav-dropdown:hover > .dropdown-trigger,
.nav-dropdown:focus-within > .dropdown-trigger { color: var(--accent-dark); }
.nav-dropdown-menu {
  position: absolute; top: calc(100% + 12px); left: 50%;
  transform: translateX(-50%) translateY(-4px);
  background: var(--bg-card); border: 1px solid var(--rule); border-radius: var(--radius);
  box-shadow: 0 16px 36px rgba(26,115,232,.14);
  min-width: 260px; padding: 8px 0;
  opacity: 0; visibility: hidden;
  transition: opacity .15s ease, transform .15s ease, visibility .15s; z-index: 60;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
}
.nav-dropdown-menu a {
  display: flex; justify-content: space-between; align-items: center;
  padding: 10px 18px; font-size: 14px; color: var(--ink); text-decoration: none; font-weight: 500;
}
.nav-dropdown-menu a:hover { background: var(--accent-soft); color: var(--accent-dark); }
.nav-dropdown-menu .pick-tag {
  font-size: 10px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--green-dark); background: var(--green-soft); padding: 2px 8px; border-radius: 999px; margin-left: 12px;
}
@media (max-width: 900px) {
  .nav-dropdown { width: 100%; }
  .nav-dropdown > .dropdown-trigger { padding: 11px 0; border-bottom: 1px solid var(--rule); width: 100%; }
  .nav-dropdown-menu {
    position: static; transform: none; opacity: 1; visibility: visible;
    border: none; box-shadow: none; background: transparent;
    padding: 4px 0 0 14px; min-width: 0; margin: 4px 0; border-left: 2px solid var(--rule);
  }
  .nav-dropdown-menu a { padding: 8px 0; font-size: 13px; color: var(--muted); }
  .nav-dropdown-menu a:hover { background: transparent; color: var(--accent); }
}
