*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --accent: #1f9d55;
  --accent-dark: #14783e;
  --ink: #17191c;
  --muted: #667085;
  --line: #e5e7eb;
  --soft: #f7f8f6;
  --white: #fff;
  --warn: #ef7d26;
  --shadow: 0 18px 55px rgba(16, 24, 40, .08);
}
html { scroll-behavior: smooth; }
body { font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--white); line-height: 1.55; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); padding: 12px 32px; }
.header-inner { max-width: 1120px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 900; letter-spacing: -.03em; font-size: 21px; }
.brand-mark { width: 34px; height: 34px; border-radius: 8px; background: var(--ink); color: #fff; display: grid; place-items: center; font-size: 13px; letter-spacing: -.06em; }
.nav { display: flex; gap: 22px; align-items: center; }
.nav a { color: var(--muted); font-size: 14px; font-weight: 700; }
.nav a:hover { color: var(--ink); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 46px; padding: 0 24px; border-radius: 8px; font-weight: 800; font-size: 14px; transition: transform .2s, background .2s, border-color .2s; border: 1px solid transparent; white-space: nowrap; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 10px 26px rgba(31,157,85,.22); }
.btn-primary:hover { background: var(--accent-dark); }
.article-shell { max-width: 1120px; margin: 0 auto; padding: 0 32px 72px; }
.review-hero { padding: 54px 0 38px; text-align: center; }
.article-kicker, .label { color: var(--accent); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 10px; }
h1 { max-width: 940px; font-size: clamp(32px, 4.1vw, 52px); line-height: 1.08; letter-spacing: -.04em; font-weight: 900; margin: 0 auto 16px; }
h2 { font-size: clamp(28px, 3.2vw, 42px); line-height: 1.12; letter-spacing: -.035em; font-weight: 900; margin-bottom: 12px; }
h3 { font-size: 18px; line-height: 1.25; margin-bottom: 8px; }
p { color: var(--muted); }
.dek { max-width: 900px; font-size: 17px; line-height: 1.58; margin: 0 auto 16px; }
.article-meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; color: var(--muted); font-size: 13px; font-weight: 700; }
.article-meta span { border: 1px solid var(--line); border-radius: 999px; padding: 6px 10px; background: #fff; }
.hero-review-card { display: grid; grid-template-columns: .86fr 1.14fr; gap: 34px; align-items: center; text-align: left; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(135deg, #f2fbf5, #fff); box-shadow: var(--shadow); padding: 30px; }
.hero-product { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 18px; }
.hero-product img { aspect-ratio: 1 / 1; object-fit: contain; width: 100%; }
.check-list { list-style: none; display: grid; gap: 9px; margin: 18px 0; }
.check-list li { color: #344054; font-size: 14px; font-weight: 700; }
.check-list li::before { content: "✓"; color: var(--accent); font-weight: 900; margin-right: 8px; }
.score-row { display: flex; flex-wrap: wrap; gap: 9px; margin: 18px 0; }
.score-row span, .score-row strong { background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 7px 11px; font-size: 13px; }
.button-note { margin-top: 10px; font-size: 12px; color: #9a3412; font-weight: 700; }
.article-section { padding: 58px 0; border-top: 1px solid var(--line); }
.intro-copy { max-width: 840px; }
.intro-copy p { margin-bottom: 16px; font-size: 17px; line-height: 1.75; }
.disclosure-box { background: #fff7ed; border: 1px solid #fed7aa; color: #7c2d12; border-radius: 10px; padding: 16px; font-size: 14px; margin-top: 22px; }
.two-column { display: grid; grid-template-columns: .78fr 1.22fr; gap: 44px; align-items: start; }
.criteria-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.criteria-grid article, .avoid-grid div, .short-grid div, .testing-grid div { border: 1px solid var(--line); border-radius: 12px; padding: 20px; background: #fff; }
.criteria-grid p, .avoid-grid p, .testing-grid p { font-size: 14px; line-height: 1.65; }
.avoid-section { background: var(--soft); margin-left: -32px; margin-right: -32px; padding-left: 32px; padding-right: 32px; border-radius: 0; }
.avoid-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 18px; }
.score-panel { text-align: center; }
.score-panel h2 { max-width: 720px; margin-left: auto; margin-right: auto; }
.score-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 24px; }
.score-grid span { border: 1px solid #bde8cc; background: #effcf4; color: #166534; border-radius: 999px; padding: 10px; font-size: 13px; font-weight: 800; }
.section-sub { color: var(--muted); max-width: 690px; line-height: 1.7; margin-bottom: 28px; }
.compact-rankings { display: grid; gap: 14px; }
.compact-rankings > h2, .compact-rankings > .section-sub, .compact-rankings > .label { margin-bottom: 0; }
.review-row { display: grid; grid-template-columns: 156px 1fr; gap: 18px; align-items: start; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 16px; box-shadow: 0 8px 24px rgba(16,24,40,.04); }
.row-media { border: 1px solid var(--line); border-radius: 10px; background: #f8faf8; padding: 8px; }
.row-media img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; }
.row-copy { min-width: 0; }
.row-title { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: start; margin-bottom: 8px; }
.row-title h3 { font-size: 18px; margin-bottom: 3px; }
.row-title p { font-size: 13px; font-weight: 800; }
.row-title strong { min-width: 42px; height: 42px; border-radius: 10px; display: grid; place-items: center; background: var(--accent); color: #fff; font-size: 18px; font-weight: 900; }
.row-copy > p { font-size: 14px; line-height: 1.55; margin-bottom: 10px; }
.mini-specs { display: flex; flex-wrap: wrap; gap: 7px; }
.mini-specs span { border: 1px solid #bde8cc; background: #effcf4; color: #166534; border-radius: 999px; padding: 5px 9px; font-size: 12px; font-weight: 800; }
.rank-card { border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 12px 34px rgba(16,24,40,.05); margin-top: 18px; overflow: hidden; }
.rank-card.top-pick { border-color: #bde8cc; box-shadow: var(--shadow); }
.rank-head { display: flex; justify-content: space-between; gap: 18px; align-items: center; padding: 16px 22px; border-bottom: 1px solid var(--line); background: #fcfcfb; }
.rank-head p { font-size: 13px; font-weight: 800; margin-top: 4px; }
.rank-num { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; background: var(--ink); color: #fff; font-weight: 900; margin-right: 10px; vertical-align: middle; }
.rank-head h3 { display: inline; }
.grade { min-width: 50px; height: 50px; border-radius: 12px; display: grid; place-items: center; background: var(--accent); color: #fff; font-size: 22px; font-weight: 900; }
.rank-body { display: grid; grid-template-columns: .82fr 1.18fr; gap: 24px; padding: 22px; }
.rank-body.compact { display: grid; grid-template-columns: 176px 1fr; align-items: start; gap: 18px; padding: 18px 22px 20px; }
.rank-image { border: 1px solid var(--line); border-radius: 12px; background: #f8faf8; padding: 16px; align-self: start; }
.rank-image img { aspect-ratio: 1 / 1; object-fit: contain; }
.compact-product { grid-row: span 4; border: 1px solid var(--line); border-radius: 12px; background: #f8faf8; padding: 10px; }
.compact-product img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; }
.bar { display: grid; grid-template-columns: 150px 1fr 44px; align-items: center; gap: 10px; margin-bottom: 10px; color: #344054; font-size: 13px; font-weight: 800; }
.rank-body.compact .bar { grid-template-columns: 132px 1fr 40px; gap: 9px; margin-bottom: 8px; }
.bar i { height: 8px; border-radius: 999px; background: #e7f6ed; position: relative; overflow: hidden; }
.bar i::before { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--w); background: var(--accent); border-radius: inherit; }
.bar b { text-align: right; }
.pros-cons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 16px 0; }
.pros-cons div { background: var(--soft); border: 1px solid var(--line); border-radius: 10px; padding: 14px; }
.pros-cons h4 { margin-bottom: 8px; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.pros-cons ul { padding-left: 17px; color: var(--muted); font-size: 14px; line-height: 1.6; }
.rank-body.compact .pros-cons { gap: 10px; margin: 10px 0 10px; }
.rank-body.compact .pros-cons div { padding: 12px 14px; }
.rank-body.compact .pros-cons ul { font-size: 13px; line-height: 1.48; }
.rank-body.compact p { font-size: 14px; line-height: 1.55; }
.review-text-lg { font-size: 15px; line-height: 1.75; margin-bottom: 18px; }
.short-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.short-grid div { display: flex; flex-direction: column; gap: 8px; }
.short-grid img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; border-radius: 9px; background: #f8faf8; border: 1px solid var(--line); padding: 8px; margin-bottom: 4px; }
.short-grid span { color: var(--muted); font-size: 13px; line-height: 1.55; }
.table-wrap { overflow-x: auto; border-radius: 12px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
table { width: 100%; border-collapse: collapse; min-width: 720px; font-size: 14px; }
th { background: var(--ink); color: #fff; padding: 14px 16px; text-align: left; }
td { padding: 14px 16px; border-bottom: 1px solid var(--line); color: #475467; }
td:first-child { font-weight: 900; color: var(--ink); }
td.ours { color: var(--accent); font-weight: 900; }
.testing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.testing-grid span { width: 34px; height: 34px; border-radius: 8px; display: grid; place-items: center; background: var(--accent); color: #fff; font-weight: 900; margin-bottom: 12px; }
.final-pick { display: grid; grid-template-columns: 1fr 360px; gap: 34px; align-items: center; background: #111315; color: #fff; padding: 34px; border-radius: 16px; border-top: 0; }
.final-pick p { color: #c5cad0; margin-bottom: 22px; line-height: 1.75; }
.final-pick img { border-radius: 12px; height: 290px; width: 100%; object-fit: cover; }
.faq-list { max-width: 820px; display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--line); border-radius: 10px; background: #fff; overflow: hidden; }
.faq-q { width: 100%; border: 0; background: transparent; padding: 16px 20px; display: flex; justify-content: space-between; gap: 18px; cursor: pointer; color: var(--ink); font: inherit; font-weight: 800; text-align: left; }
.faq-a { display: none; color: var(--muted); padding: 0 20px 18px; font-size: 14px; line-height: 1.7; }
.faq-item.open .faq-a { display: block; }
footer { border-top: 1px solid var(--line); padding: 34px 32px; color: var(--muted); font-size: 13px; }
.footer-inner { max-width: 1120px; margin: 0 auto; display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.policy-main { max-width: 900px; margin: 0 auto; padding: 58px 32px 86px; }
.policy-main h1 { font-size: clamp(34px, 5vw, 54px); }
.policy-card { margin-top: 28px; background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 24px; }
.policy-card h2 { font-size: 22px; margin: 28px 0 10px; }
.policy-card h2:first-child { margin-top: 0; }
.policy-card p, .policy-card li { color: var(--muted); margin: 10px 0; }
.policy-card ul { padding-left: 22px; margin: 12px 0; }
@media (max-width: 920px) {
  .nav { display: none; }
  .hero-review-card, .two-column, .rank-body, .rank-body.compact, .final-pick { grid-template-columns: 1fr; }
  .compact-product { grid-row: auto; max-width: 260px; }
  .criteria-grid, .avoid-grid, .testing-grid { grid-template-columns: repeat(2, 1fr); }
  .score-grid { grid-template-columns: repeat(2, 1fr); }
  .short-grid { grid-template-columns: repeat(2, 1fr); }
  .final-pick img { display: none; }
}
@media (max-width: 560px) {
  .site-header { padding: 12px 18px; }
  .article-shell { padding-left: 20px; padding-right: 20px; }
  .review-hero { padding-top: 34px; }
  .hero-review-card, .final-pick { padding: 20px; }
  .criteria-grid, .avoid-grid, .testing-grid, .score-grid, .short-grid, .pros-cons, .review-row { grid-template-columns: 1fr; }
  .row-media { max-width: 190px; }
  .row-title { grid-template-columns: auto 1fr; }
  .row-title strong { grid-column: 1 / -1; width: 42px; }
  .avoid-section { margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px; }
  .bar { grid-template-columns: 1fr 42px; }
  .bar span { grid-column: 1 / -1; }
  .btn { width: 100%; }
  .article-meta span { width: 100%; }
}
