:root {
  --bg: #ffffff;
  --bg-soft: #f3f6fb;
  --bg-card: #ffffff;
  --border: #e4e9f2;
  --text: #0f1b2d;
  --text-soft: #4a5568;
  --text-muted: #8592a6;
  --brand: #2563eb;                 /* overridden per-site by inline style */
  --brand-soft: color-mix(in srgb, var(--brand) 12%, #ffffff);
  --brand-ink: color-mix(in srgb, var(--brand) 70%, #0b1220);
  --accent: #f6b400;                /* vàng - màu nhấn phụ */
  --accent-soft: color-mix(in srgb, var(--accent) 16%, #ffffff);
  --accent-ink: color-mix(in srgb, var(--accent) 55%, #6b4b00);
  --star: #f5b301;
  --good: #12904a;
  --ok: #c07806;
  --bad: #d33a2f;
  --shadow-sm: 0 1px 2px rgba(16,24,40,.06);
  --shadow: 0 10px 30px rgba(16,24,40,.10);
  --shadow-lg: 0 22px 54px rgba(16,24,40,.14);
  --glow: 0 6px 22px -8px color-mix(in srgb, var(--brand) 40%, transparent);
  --radius: 16px;
  --radius-lg: 24px;
  --max: 1160px;
  --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --display: "Space Grotesk", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; font-family: var(--font); color: var(--text);
  background:
    radial-gradient(900px 520px at 94% -6%, color-mix(in srgb, var(--brand) 9%, transparent), transparent 60%),
    radial-gradient(820px 500px at 3% 10%, color-mix(in srgb, var(--brand) 6%, transparent), transparent 55%),
    var(--bg);
  background-attachment: fixed;
  line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
a { color: var(--brand); text-decoration: none; }
a:hover { text-decoration: none; }
img { max-width: 100%; }
h1,h2,h3,h4 { font-family: var(--display); letter-spacing: -.02em; line-height: 1.15; }
.wrap { max-width: var(--max); margin: 0 auto; padding: 0 22px; }
.center { text-align: center; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; gap: 8px; background: var(--brand); color: #fff; font-weight: 700; font-size: 15px; padding: 12px 22px; border-radius: 12px; box-shadow: 0 6px 16px -4px color-mix(in srgb, var(--brand) 55%, transparent); transition: transform .12s ease, box-shadow .12s ease, opacity .12s ease; }
.btn:hover { transform: translateY(-2px); opacity: .96; }
.btn-lg { padding: 15px 30px; font-size: 16px; border-radius: 14px; }
.btn-ghost { background: transparent; color: var(--text); border: 1.5px solid var(--border); box-shadow: none; }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); background: var(--bg); }
.btn-block { display: flex; justify-content: center; width: 100%; }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: color-mix(in srgb, var(--bg) 82%, transparent); backdrop-filter: saturate(180%) blur(12px); border-bottom: 1px solid var(--border); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.logo { display: inline-flex; align-items: center; gap: 11px; font-weight: 900; font-size: 21px; color: var(--text); letter-spacing: -.03em; }
.logo-mark { width: 34px; height: 34px; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; font-weight: 900; letter-spacing: 0; background: linear-gradient(135deg, var(--brand), color-mix(in srgb, var(--brand) 45%, #0f172a)); box-shadow: 0 4px 12px -3px color-mix(in srgb, var(--brand) 65%, transparent); }
.logo-text span { color: var(--brand); }
.site-logo { height: 40px; width: auto; max-width: 260px; display: block; }
.nav { display: flex; align-items: center; }
.nav a { color: var(--text-soft); font-weight: 600; font-size: 15px; margin-left: 26px; transition: color .12s; }
.nav a:hover { color: var(--brand); }

/* ---------- Stars ---------- */
.stars { display: inline-block; position: relative; font-family: Arial, sans-serif; line-height: 1; white-space: nowrap; }
.stars::before { content: "\2605\2605\2605\2605\2605"; letter-spacing: 2px; color: #dfe3ea; font-size: var(--ssz, 16px); }
.stars i { position: absolute; left: 0; top: 0; overflow: hidden; white-space: nowrap; }
.stars i::before { content: "\2605\2605\2605\2605\2605"; letter-spacing: 2px; color: var(--star); font-size: var(--ssz, 16px); }
.rating-row .stars, .rating-line .stars { --ssz: 15px; }
.overall-box .stars { --ssz: 15px; display: inline-block; margin: 6px 0 2px; }
.tp-score .stars { --ssz: 17px; display: inline-block; margin-bottom: 8px; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: 70px 0 58px; text-align: center; background:
  radial-gradient(60% 60% at 15% 0%, color-mix(in srgb, var(--brand) 16%, transparent), transparent 70%),
  radial-gradient(50% 60% at 90% 10%, color-mix(in srgb, var(--brand) 12%, transparent), transparent 70%),
  linear-gradient(180deg, var(--brand-soft), var(--bg) 75%); }
.hero .eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--bg-card); border: 1px solid var(--border); color: var(--brand-ink); font-weight: 700; font-size: 13px; padding: 7px 16px; border-radius: 999px; box-shadow: var(--shadow-sm); }
.hero .eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--good); box-shadow: 0 0 0 3px color-mix(in srgb, var(--good) 22%, transparent); }
.hero h1 { font-size: 56px; font-weight: 900; margin: 22px auto 16px; max-width: 860px; }
.hero h1 .grad { background: linear-gradient(120deg, var(--brand), var(--accent) 118%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero .lead { font-size: 20px; color: var(--text-soft); max-width: 620px; margin: 0 auto; }
.hero .cta { display: flex; gap: 14px; justify-content: center; margin-top: 30px; flex-wrap: wrap; }
.hero .rating-line { display: inline-flex; align-items: center; gap: 12px; margin-top: 30px; padding: 10px 20px; background: var(--bg-card); border: 1px solid var(--border); border-radius: 999px; box-shadow: var(--shadow-sm); font-size: 14px; color: var(--text-soft); }
.hero .rating-line b { color: var(--text); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background-image: radial-gradient(color-mix(in srgb, var(--brand) 34%, transparent) 1.1px, transparent 1.4px);
  background-size: 24px 24px;
  -webkit-mask-image: radial-gradient(130% 90% at 50% -12%, #000 22%, transparent 72%);
  mask-image: radial-gradient(130% 90% at 50% -12%, #000 22%, transparent 72%);
  opacity: .55; }
.hero > .wrap { position: relative; z-index: 1; }
.hero h1 { text-shadow: 0 2px 50px color-mix(in srgb, var(--brand) 22%, transparent); }
/* animated multi-color orbs */
.hero-orbs { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.hero-orbs .o { position: absolute; border-radius: 50%; filter: blur(48px); opacity: .55; }
.hero-orbs .o1 { width: 360px; height: 360px; left: -70px; top: 10px; background: radial-gradient(circle, color-mix(in srgb, var(--brand) 60%, transparent), transparent 68%); animation: drift 13s ease-in-out infinite; }
.hero-orbs .o2 { width: 320px; height: 320px; right: 4%; top: -60px; background: radial-gradient(circle, rgba(34,211,238,.55), transparent 68%); animation: drift 17s ease-in-out infinite reverse; }
.hero-orbs .o3 { width: 280px; height: 280px; left: 42%; bottom: -110px; background: radial-gradient(circle, color-mix(in srgb, var(--accent) 60%, transparent), transparent 68%); animation: pulseGlow 10s ease-in-out infinite; }
/* mascot */
.mascot-slot { position: absolute; z-index: 1; width: 140px; pointer-events: none; }
.mascot-slot.m-l1 { left: 3%; top: 92px; }
.mascot-slot.m-l2 { left: 11.5%; top: 262px; width: 108px; }
.mascot-slot.m-r1 { right: 3%; top: 92px; }
.mascot-slot.m-r2 { right: 11.5%; top: 262px; width: 108px; }
.mascot { display: block; width: 100%; pointer-events: none; animation: float 5s ease-in-out infinite; filter: drop-shadow(0 0 26px color-mix(in srgb, var(--brand) 55%, transparent)); }
.m-l2 .mascot { animation-delay: -1.6s; } .m-r1 .mascot { animation-delay: -.9s; } .m-r2 .mascot { animation-delay: -2.4s; }
.mascot .eye { transform-box: fill-box; transform-origin: center; animation: blink 5.5s infinite; }
.m-l2 .eye { animation-delay: -1s; } .m-r1 .eye { animation-delay: -2s; } .m-r2 .eye { animation-delay: -3s; }
.mascot .spark { animation: twinkle 2.4s ease-in-out infinite; }
.m-r1 .spark { animation-delay: -.8s; } .m-l2 .spark { animation-delay: -1.3s; }
@keyframes float { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-16px) } }
@keyframes blink { 0%,92%,100% { transform: scaleY(1) } 96% { transform: scaleY(.12) } }
@keyframes twinkle { 0%,100% { opacity: .35 } 50% { opacity: 1 } }
@keyframes pulseGlow { 0%,100% { opacity: .4; transform: scale(1) } 50% { opacity: .75; transform: scale(1.1) } }
@keyframes drift { 0%,100% { transform: translate(0,0) } 50% { transform: translate(26px,-20px) } }
@media (max-width: 1320px) { .mascot-slot.m-l2, .mascot-slot.m-r2 { display: none } }
@media (max-width: 1060px) { .mascot-slot { display: none } }
@media (prefers-reduced-motion: reduce) { .mascot, .hero-orbs .o, .hero::after, .mascot .eye, .mascot .spark { animation: none !important } }
.hero-logos { display: flex; flex-wrap: wrap; gap: 11px; justify-content: center; margin: 34px auto 0; max-width: 740px; }
.hero-chip { display: inline-flex; align-items: center; gap: 9px; padding: 7px 16px 7px 7px; border-radius: 999px; background: color-mix(in srgb, var(--bg-card) 78%, transparent); border: 1px solid var(--border); font-size: 14px; font-weight: 700; color: var(--text-soft); backdrop-filter: blur(6px); box-shadow: 0 4px 16px rgba(0,0,0,.4); transition: transform .14s ease, border-color .14s; }
.hero-chip:hover { transform: translateY(-2px); border-color: color-mix(in srgb, var(--c) 60%, var(--border)); color: var(--text); }
.hero-chip-badge { width: 28px; height: 28px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 13px; font-weight: 800; box-shadow: 0 0 16px -2px color-mix(in srgb, var(--c) 70%, transparent); }

/* ---------- Scroll reveal (kit.com style) ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; } }

/* ---------- Logo marquee (auto-scroll) ---------- */
.marquee { overflow: hidden; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-soft); padding: 16px 0;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: inline-flex; gap: 14px; white-space: nowrap; animation: marquee 28s linear infinite; will-change: transform; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee .hero-chip { flex: 0 0 auto; }
@keyframes marquee { from { transform: translateX(0) } to { transform: translateX(-50%) } }

/* ---------- Trust strip ---------- */
.trust { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-soft); padding: 22px 0; }
.trust .wrap { display: flex; align-items: center; gap: 14px 30px; flex-wrap: wrap; justify-content: center; }
.trust .label { font-size: 12.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--text-muted); }
.trust .names { display: flex; gap: 26px; flex-wrap: wrap; justify-content: center; }
.trust .names span { font-weight: 800; color: var(--text-muted); font-size: 16px; opacity: .8; letter-spacing: -.01em; }

/* ---------- Sections ---------- */
.section { padding: 72px 0; }
.sec-band { background: var(--bg-soft); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 44px; }
.section-head .kicker { color: var(--brand); font-weight: 800; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.section-head h2 { font-size: 36px; font-weight: 900; margin: 10px 0 10px; }
.section-head p { color: var(--text-soft); font-size: 17px; margin: 0; }

/* ---------- Top pick ---------- */
.toppick { position: relative; background: linear-gradient(135deg, color-mix(in srgb, var(--brand) 8%, var(--bg-card)), var(--bg-card)); border: 1px solid color-mix(in srgb, var(--brand) 24%, var(--border)); border-radius: var(--radius-lg); padding: 34px; display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; box-shadow: var(--shadow-lg); }
.toppick .flag { position: absolute; top: -13px; left: 34px; background: var(--brand); color: #fff; font-weight: 800; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; box-shadow: var(--shadow); }
.toppick .badge-logo { width: 76px; height: 76px; border-radius: 18px; }
.toppick h3 { font-size: 26px; margin: 0 0 2px; }
.toppick .vendor { color: var(--text-muted); font-size: 14px; }
.toppick .desc { color: var(--text-soft); margin: 12px 0 14px; max-width: 520px; }
.toppick .mini-pros { display: flex; flex-wrap: wrap; gap: 8px 18px; }
.toppick .mini-pros span { font-size: 13.5px; color: var(--text-soft); display: inline-flex; align-items: center; gap: 6px; }
.toppick .mini-pros span::before { content: "\2713"; color: var(--good); font-weight: 900; }
.toppick .tp-score { text-align: center; }
.toppick .tp-score .num { font-size: 46px; font-weight: 900; line-height: 1; }
.toppick .tp-score .out { color: var(--text-muted); font-size: 12px; margin-bottom: 8px; }
.toppick .tp-score .btn { margin-top: 14px; }

/* ---------- Card cover images ---------- */
.card-media { display: block; width: calc(100% + 48px); height: 172px; object-fit: cover; object-position: center top; margin: -24px -24px 16px; border-radius: var(--radius) var(--radius) 0 0; background: var(--bg-soft); }
.art-card .card-media { margin-bottom: 6px; }
.guide-cover { margin: 6px 0 20px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow); }
.guide-cover img { display: block; width: 100%; height: 300px; object-fit: cover; object-position: center top; }

/* ---------- Cards grid ---------- */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(340px, 1fr)); gap: 22px; }
.card, .art-card { overflow: hidden; }
.card { position: relative; background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); transition: transform .16s ease, box-shadow .16s ease, border-color .16s; display: flex; flex-direction: column; }
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: color-mix(in srgb, var(--brand) 30%, var(--border)); }
.card-top { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.badge-logo { position: relative; overflow: hidden; width: 50px; height: 50px; border-radius: 13px; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 17px; flex-shrink: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.15); }
.badge-ico { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; background: #fff; padding: 20%; }
.score-badge { position: absolute; top: 12px; right: 12px; z-index: 2; min-width: 42px; height: 42px; padding: 0 9px; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; font-family: var(--display); font-weight: 900; font-size: 18px; color: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.45); }
.score-badge.s-good { background: #12904a; }
.score-badge.s-ok { background: #b26a08; }
.score-badge.s-bad { background: #b3261e; }
.score-badge.s-good, .score-badge.s-ok, .score-badge.s-bad { color: #fff; }
.card-price { font-size: 13px; color: var(--text-muted); margin-bottom: 14px; }
.card-price b { color: var(--text); font-size: 15px; }
.card-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: auto; }
.card-actions .btn { justify-content: center; }
.card h3 { margin: 0; font-size: 18.5px; }
.card .vendor { color: var(--text-muted); font-size: 12.5px; }
.rating-row { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.rating-row .score { font-weight: 800; font-size: 15px; }
.rating-row .lbl { font-size: 12px; font-weight: 700; padding: 2px 9px; border-radius: 999px; }
.lbl.s-good { background: color-mix(in srgb, var(--good) 12%, transparent); color: var(--good); }
.lbl.s-ok { background: color-mix(in srgb, var(--ok) 14%, transparent); color: var(--ok); }
.lbl.s-bad { background: color-mix(in srgb, var(--bad) 12%, transparent); color: var(--bad); }
.pill { display: inline-block; font-size: 11.5px; font-weight: 700; padding: 4px 10px; border-radius: 999px; background: var(--bg-soft); color: var(--text-soft); border: 1px solid var(--border); }
.meta-row { display: flex; gap: 8px; flex-wrap: wrap; align-items: center; margin-bottom: 12px; }
.card .tagline { color: var(--text-soft); font-size: 14px; flex-grow: 1; margin: 0 0 18px; }
.card-foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; gap: 10px; }
.card-foot .price { font-size: 13px; color: var(--text-muted); }
.card-foot .price b { color: var(--text); font-size: 15px; }
.s-good { color: var(--good); } .s-ok { color: var(--ok); } .s-bad { color: var(--bad); }

/* ---------- How we score ---------- */
.method { border-top: 1px solid var(--border); }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.method-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 26px 22px; text-align: center; box-shadow: var(--shadow-sm); }
.method-card .ic { width: 52px; height: 52px; margin: 0 auto 14px; border-radius: 14px; background: var(--brand-soft); color: var(--brand); display: flex; align-items: center; justify-content: center; font-size: 24px; }
.method-card h4 { margin: 0 0 6px; font-size: 16px; }
.method-card p { margin: 0; font-size: 13.5px; color: var(--text-soft); }

/* ---------- Trust band ---------- */
.band { background: linear-gradient(135deg, var(--brand), color-mix(in srgb, var(--brand) 60%, #111827)); color: #fff; border-radius: var(--radius-lg); padding: 48px; text-align: center; }
.band h2 { font-size: 30px; font-weight: 900; margin: 0 0 10px; color: #fff; }
.band p { font-size: 17px; opacity: .92; max-width: 620px; margin: 0 auto 24px; }
.band .btn { background: #fff; color: var(--brand-ink); box-shadow: 0 8px 24px rgba(0,0,0,.2); }

/* ---------- Review page ---------- */
.review-head { padding: 40px 0 8px; }
.breadcrumb { font-size: 13px; color: var(--text-muted); margin-bottom: 20px; }
.breadcrumb a { color: var(--text-muted); }
.review-hero { display: flex; gap: 22px; align-items: flex-start; flex-wrap: wrap; }
.review-hero .badge-logo { width: 72px; height: 72px; font-size: 26px; border-radius: 18px; }
.review-hero h1 { margin: 0 0 8px; font-size: 36px; }
.review-hero .lead { color: var(--text-soft); font-size: 17px; margin: 10px 0 0; max-width: 620px; }
.overall-box { margin-left: auto; text-align: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 20px 28px; box-shadow: var(--shadow-sm); }
.overall-box .num { font-size: 44px; font-weight: 900; line-height: 1; }
.overall-box .out { color: var(--text-muted); font-size: 12px; margin: 2px 0 8px; }
.overall-box .lbl { font-weight: 800; font-size: 12px; letter-spacing: .05em; text-transform: uppercase; margin-top: 8px; }
.layout { display: grid; grid-template-columns: 1fr 330px; gap: 44px; align-items: start; padding: 32px 0 64px; }
.prose h2 { font-size: 25px; margin: 34px 0 12px; }
.prose p { color: var(--text); margin: 0 0 16px; }
.prose > p:first-of-type { font-size: 17px; }
.verdict-box { background: var(--brand-soft); border: 1px solid color-mix(in srgb, var(--brand) 22%, var(--border)); border-left: 4px solid var(--brand); border-radius: 12px; padding: 18px 22px; margin: 8px 0 20px; }
.verdict-box b { display: block; margin-bottom: 4px; color: var(--brand-ink); }
.proscons { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 26px 0; }
.proscons > div { border: 1px solid var(--border); border-radius: 14px; padding: 20px 22px; background: var(--bg-card); }
.proscons h4 { margin: 0 0 12px; font-size: 15px; display: flex; align-items: center; gap: 8px; }
.proscons ul { margin: 0; padding-left: 4px; list-style: none; }
.proscons li { margin-bottom: 10px; color: var(--text-soft); font-size: 14px; padding-left: 26px; position: relative; }
.pros-col h4 { color: var(--good); }
.cons-col h4 { color: var(--bad); }
.pros-col li::before { content: "\2713"; position: absolute; left: 0; color: var(--good); font-weight: 900; }
.cons-col li::before { content: "\2715"; position: absolute; left: 0; color: var(--bad); font-weight: 900; }
.sidebar .box { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow); position: sticky; top: 86px; }
.sidebar .box .btn { margin-bottom: 10px; }
.kv { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 14px; }
.kv:last-child { border-bottom: 0; }
.kv span { color: var(--text-muted); }
.kv b { color: var(--text); }
.scorebars { margin-top: 8px; }
.scorebar { margin-bottom: 13px; }
.scorebar .row { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 5px; }
.scorebar .track { height: 8px; background: var(--bg-soft); border-radius: 999px; overflow: hidden; }
.scorebar .fill { height: 100%; background: linear-gradient(90deg, var(--brand), var(--accent)); border-radius: 999px; }
.disclosure { background: var(--bg-soft); border: 1px solid var(--border); border-radius: 12px; padding: 13px 18px; font-size: 13px; color: var(--text-soft); margin: 20px 0; }

/* ---------- Comments / discussion ---------- */
.comments { max-width: 820px; margin: 20px 0 0; }
.comments h2 { font-size: 25px; margin: 34px 0 6px; }
.comments-sub { color: var(--text-soft); margin: 0 0 18px; font-size: 15px; }
.comments-placeholder { border: 1px dashed color-mix(in srgb, var(--brand) 30%, var(--border)); border-radius: var(--radius); padding: 36px 24px; text-align: center; background: var(--bg-soft); }
.comments-placeholder .cp-ic { font-size: 36px; }
.comments-placeholder b { display: block; margin: 12px 0 4px; font-size: 17px; color: var(--text); }
.comments-placeholder p { color: var(--text-soft); margin: 0 auto; font-size: 14px; max-width: 420px; }
#disqus_thread { margin-top: 12px; }

/* ---------- Static pages ---------- */
.page { padding: 56px 0 64px; }
.page h1 { font-size: 38px; font-weight: 900; margin-bottom: 10px; }
.page .prose { max-width: 760px; }
.page .prose h2 { font-size: 22px; margin: 30px 0 8px; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--border); background: var(--bg-soft); padding: 52px 0 34px; margin-top: 20px; font-size: 14px; color: var(--text-soft); }
.site-footer .cols { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 30px; }
.site-footer a { color: var(--text-soft); display: inline-block; margin-right: 18px; padding: 3px 0; }
.site-footer a:hover { color: var(--brand); }
.site-footer .brand { font-weight: 900; color: var(--text); font-size: 19px; }
.site-footer .fine { margin-top: 30px; color: var(--text-muted); font-size: 12.5px; border-top: 1px solid var(--border); padding-top: 20px; }

@media (max-width: 900px) {
  .hero { padding: 64px 0 48px; }
  .hero h1 { font-size: 40px; }
  .hero .lead { font-size: 18px; }
  .section { padding: 52px 0; }
  .section-head h2 { font-size: 28px; }
  .layout { grid-template-columns: 1fr; }
  .sidebar .box { position: static; }
  .overall-box { margin-left: 0; }
  .proscons { grid-template-columns: 1fr; }
  .toppick { grid-template-columns: 1fr; text-align: center; }
  .toppick .badge-logo { margin: 0 auto; }
  .toppick .mini-pros { justify-content: center; }
  .method-grid { grid-template-columns: 1fr 1fr; }
  .band { padding: 36px 24px; }
}
@media (max-width: 520px) {
  .method-grid { grid-template-columns: 1fr; }
  .hero h1 { font-size: 33px; }
  .nav a:not(:last-child) { display: none; }
}

/* ---------- Light theme accents ---------- */
.logo-text span { color: var(--brand); }
.btn { box-shadow: var(--glow); }
.btn:hover { box-shadow: 0 12px 30px -10px color-mix(in srgb, var(--brand) 60%, transparent); }
.card:hover, .art-card:hover { border-color: color-mix(in srgb, var(--brand) 45%, var(--border)); box-shadow: var(--shadow-lg); }
.section-head .kicker, .art-tag, .guide-award, .qp-award { color: var(--brand-ink); }
.badge-logo { box-shadow: inset 0 0 0 1px rgba(15,27,45,.06), 0 6px 16px -8px color-mix(in srgb, var(--brand) 30%, transparent); }
.card-media, .guide-cover img { box-shadow: inset 0 -1px 0 var(--border); }

/* ---------- Stats bar ---------- */
.statsbar { background: var(--bg-soft); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 30px 0; }
.statsbar .wrap { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; text-align: center; }
.statsbar .stat b { display: block; font-size: 34px; font-weight: 900; color: var(--brand); letter-spacing: -.02em; }
.statsbar .stat span { font-size: 13px; color: var(--text-muted); font-weight: 600; }

/* ---------- Category chips ---------- */
.cats { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; justify-content: center; }
.cats-lbl { font-size: 12.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--text-muted); margin-right: 6px; }
.cat-chip { font-size: 13.5px; font-weight: 700; padding: 8px 16px; border-radius: 999px; background: var(--bg-card); border: 1px solid var(--border); color: var(--text-soft); }

/* ---------- Article / comparison cards ---------- */
.art-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px,1fr)); gap: 20px; }
.art-card { display: flex; flex-direction: column; gap: 8px; background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); transition: transform .16s, box-shadow .16s, border-color .16s; }
.art-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: color-mix(in srgb, var(--brand) 30%, var(--border)); }
.art-tag { align-self: flex-start; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--brand); background: var(--brand-soft); padding: 4px 10px; border-radius: 999px; }
.art-card h3 { margin: 4px 0 0; font-size: 19px; color: var(--text); }
.art-vs { font-size: 14px; color: var(--text-soft); font-weight: 600; }
.art-more { margin-top: auto; font-weight: 700; font-size: 14px; color: var(--brand); }

/* ---------- Comparison table ---------- */
.cmp-scroll { overflow-x: auto; margin: 28px 0 34px; border: 1px solid var(--border); border-radius: var(--radius); }
.cmp-table { width: 100%; border-collapse: collapse; min-width: 520px; background: var(--bg-card); }
.cmp-table th, .cmp-table td { padding: 14px 16px; text-align: center; border-bottom: 1px solid var(--border); font-size: 15px; }
.cmp-table thead th { background: var(--bg-soft); vertical-align: bottom; }
.cmp-table .cmp-nm { font-weight: 800; margin-top: 8px; font-size: 15px; }
.cmp-table thead .badge-logo { margin: 0 auto; width: 46px; height: 46px; border-radius: 12px; }
.cmp-table .cmp-lbl { text-align: left; font-weight: 700; color: var(--text-soft); background: var(--bg-soft); white-space: nowrap; }
.cmp-table .score { font-weight: 900; }
.cmp-table tbody tr:last-child td { border-bottom: 0; }
.btn-sm { padding: 8px 16px; font-size: 13px; border-radius: 10px; }

/* ---------- Comparison winner ---------- */
.cmp-winner { position: relative; display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; background: linear-gradient(135deg, color-mix(in srgb, var(--brand) 8%, var(--bg-card)), var(--bg-card)); border: 1px solid color-mix(in srgb, var(--brand) 24%, var(--border)); border-radius: var(--radius-lg); padding: 30px 34px; box-shadow: var(--shadow-lg); margin-bottom: 12px; }
.cmp-winner .flag { position: absolute; top: -13px; left: 30px; background: var(--brand); color: #fff; font-weight: 800; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; }
.cmp-winner .badge-logo { width: 64px; height: 64px; border-radius: 16px; font-size: 22px; }
.cmp-win-body h3 { margin: 0 0 4px; font-size: 22px; }
.cmp-win-body p { margin: 0 0 12px; color: var(--text-soft); font-size: 14.5px; max-width: 520px; }
.cmp-win-score { text-align: center; }
.cmp-win-score .num { font-size: 40px; font-weight: 900; line-height: 1; }
.cmp-win-score .out { font-size: 12px; color: var(--text-muted); }
.cmp-prose { max-width: 820px; margin-top: 30px; }

@media (max-width: 700px) {
  .statsbar .wrap { grid-template-columns: 1fr 1fr; }
  .cmp-winner { grid-template-columns: 1fr; text-align: center; }
  .cmp-winner .badge-logo { margin: 0 auto; }
  .cmp-win-body p { margin-left: auto; margin-right: auto; }
}

/* ---------- Best-of guides ---------- */
.guide-intro { max-width: 820px; margin: 8px 0 4px; }
.guide-intro p { color: var(--text-soft); font-size: 16px; }
.quick-picks { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 12px; margin: 22px 0; }
.qp { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 14px 16px; box-shadow: var(--shadow-sm); }
.qp-award { display: block; font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--brand); margin-bottom: 4px; }
.qp a { font-weight: 800; color: var(--text); font-size: 16px; }
.guide-list { display: flex; flex-direction: column; gap: 22px; margin: 26px 0 40px; }
.guide-entry { display: grid; grid-template-columns: 56px 1fr; gap: 18px; background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 26px; box-shadow: var(--shadow-sm); }
.guide-rank { width: 44px; height: 44px; border-radius: 12px; background: var(--brand-soft); color: var(--brand); font-weight: 900; font-size: 20px; display: flex; align-items: center; justify-content: center; }
.guide-head { display: flex; align-items: center; gap: 16px; }
.guide-head .badge-logo { width: 56px; height: 56px; font-size: 19px; border-radius: 14px; }
.guide-title { flex-grow: 1; }
.guide-title h2 { margin: 2px 0 4px; font-size: 21px; }
.guide-award { font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--brand); }
.guide-meta { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--text-muted); flex-wrap: wrap; }
.guide-meta .stars { --ssz: 14px; }
.guide-meta .score { font-weight: 800; }
.guide-scorebox { width: 56px; height: 56px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 22px; background: var(--bg-soft); }
.guide-blurb { color: var(--text); margin: 16px 0; font-size: 15.5px; }
.guide-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.guide-cols h4 { margin: 0 0 8px; font-size: 13px; text-transform: uppercase; letter-spacing: .04em; color: var(--text-muted); }
.guide-cols ul { margin: 0; padding: 0; list-style: none; }
.guide-cols li { font-size: 14px; color: var(--text-soft); padding-left: 24px; position: relative; margin-bottom: 7px; }
.guide-cols .pros li::before { content: "\2713"; position: absolute; left: 0; color: var(--good); font-weight: 900; }
.guide-cols .cons li::before { content: "!"; position: absolute; left: 4px; color: var(--ok); font-weight: 900; }
.guide-cta { display: flex; gap: 10px; flex-wrap: wrap; }
.faq { max-width: 820px; }
.faq-item { border-bottom: 1px solid var(--border); padding: 16px 0; }
.faq-q { font-weight: 800; font-size: 16px; margin-bottom: 6px; }
.faq-a { color: var(--text-soft); font-size: 15px; }
@media (max-width: 700px) {
  .guide-entry { grid-template-columns: 1fr; }
  .guide-rank { display: none; }
  .guide-head { flex-wrap: wrap; }
  .guide-cols { grid-template-columns: 1fr; }
  .guide-scorebox { margin-left: auto; }
}

/* ---------- Blog post ---------- */
.post { max-width: 820px; }
.post-head { padding: 40px 0 6px; }
.post-head h1 { font-size: 40px; margin: 10px 0 8px; }
.post-meta { color: var(--text-muted); font-size: 14px; font-weight: 600; }
.post-cover { border-radius: var(--radius-lg); overflow: hidden; margin: 22px 0 10px; box-shadow: var(--shadow-lg); }
.post-cover img { display: block; width: 100%; height: auto; }
.post-body { padding: 14px 0 30px; }
.post-body p { font-size: 17px; line-height: 1.78; margin: 0 0 18px; }
.post-body .post-lead { font-size: 20px; color: var(--text-soft); line-height: 1.6; }
.post-body h2 { font-size: 27px; margin: 36px 0 12px; }
.post-body h3 { font-size: 20px; margin: 26px 0 8px; }
.post-body ul { padding-left: 22px; margin: 0 0 18px; }
.post-body li { margin-bottom: 9px; color: var(--text-soft); font-size: 16px; }
.post-body blockquote { border-left: 3px solid var(--brand); margin: 24px 0; padding: 4px 0 4px 22px; color: var(--text); font-size: 20px; font-style: italic; }
.post-figure { margin: 28px 0; }
.post-figure img { width: 100%; border-radius: var(--radius); box-shadow: var(--shadow-lg); display: block; }
.post-figure figcaption { text-align: center; color: var(--text-muted); font-size: 13px; margin-top: 10px; }
.post-cta { text-align: center; margin: 32px 0; }
.post .comments { max-width: 100%; }

/* ---------- Founder / real-person ---------- */
.founder { display: grid; grid-template-columns: 300px 1fr; gap: 34px; align-items: center; margin: 20px 0 10px; }
.founder-photo { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); display: block; }
.founder-body h1 { font-size: 34px; margin: 8px 0 4px; }
.founder-role { color: var(--brand-ink); font-weight: 700; font-size: 14px; margin-bottom: 14px; }
.founder-body p { color: var(--text-soft); font-size: 16px; line-height: 1.7; margin: 0 0 14px; max-width: 640px; }
.byline { display: inline-flex; align-items: center; gap: 10px; background: var(--bg-soft); border: 1px solid var(--border); border-radius: 999px; padding: 6px 16px 6px 6px; margin-bottom: 18px; font-size: 13.5px; color: var(--text-soft); }
.byline img { width: 32px; height: 32px; border-radius: 50%; object-fit: cover; }
.byline b { color: var(--text); }
.founder-strip { display: grid; grid-template-columns: 96px 1fr; gap: 20px; align-items: center; background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 22px 26px; box-shadow: var(--shadow); }
.founder-strip img { width: 96px; height: 96px; border-radius: 50%; object-fit: cover; box-shadow: var(--glow); }
.founder-strip h3 { font-size: 20px; margin: 4px 0 6px; }
.founder-strip p { color: var(--text-soft); font-size: 14.5px; margin: 0; }
@media (max-width: 720px) {
  .founder { grid-template-columns: 1fr; text-align: center; }
  .founder-photo { max-width: 280px; margin: 0 auto; }
  .founder-body p { margin-left: auto; margin-right: auto; }
  .founder-strip { grid-template-columns: 1fr; text-align: center; justify-items: center; }
}

/* ---------- White / yellow / blue tuning ---------- */
.section-head h2 { position: relative; }
.section-head h2::after { content: ""; display: block; width: 56px; height: 4px; border-radius: 999px; margin: 15px auto 0; background: linear-gradient(90deg, var(--brand), var(--accent)); }
.hero-chip { box-shadow: 0 4px 14px rgba(16,24,40,.06); }
.score-badge { box-shadow: 0 6px 16px -6px rgba(16,24,40,.35); }
.hero .eyebrow .dot { background: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 26%, transparent); }
.art-tag { background: var(--accent-soft); color: var(--accent-ink); }
.toppick .flag, .cmp-winner .flag { background: linear-gradient(135deg, var(--brand), var(--accent) 150%); }
.founder-strip img { box-shadow: 0 0 0 3px var(--accent-soft), var(--shadow); }

/* ---------- Nav dropdown ---------- */
.nav .nav-item { position: relative; display: inline-flex; margin-left: 26px; }
.nav .nav-top { display: inline-flex; align-items: center; gap: 5px; cursor: pointer; margin-left: 0; }
.nav .nav-top svg { transition: transform .18s ease; }
.nav-menu { position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(10px); min-width: 252px; background: #fff; border: 1px solid var(--border); border-radius: 14px; box-shadow: var(--shadow-lg); padding: 10px; opacity: 0; visibility: hidden; transition: opacity .16s ease, transform .16s ease; z-index: 60; }
.nav-item:hover .nav-menu, .nav-item:focus-within .nav-menu { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(4px); }
.nav-item:hover .nav-top svg { transform: rotate(180deg); }
.nav-menu-head { font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: var(--text-muted); padding: 6px 12px 8px; }
.nav-menu a { display: block; margin-left: 0; padding: 9px 12px; border-radius: 9px; font-size: 14.5px; font-weight: 600; color: var(--text-soft); }
.nav-menu a:hover { background: var(--brand-soft); color: var(--brand-ink); }
.nav-menu-all { color: var(--brand); font-weight: 800; border-top: 1px solid var(--border); margin-top: 6px; border-radius: 0 0 9px 9px; }

/* ---------- Category page ---------- */
.cat-hero { padding: 46px 0 6px; }
.cat-hero h1 { font-size: 40px; margin: 8px 0 10px; }
.cat-hero .lead { color: var(--text-soft); font-size: 18px; max-width: 680px; }

/* ---------- Affiliate CTA ---------- */
.aff-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; background: linear-gradient(135deg, var(--brand-soft), #fff 70%); border: 1px solid color-mix(in srgb, var(--brand) 26%, var(--border)); border-left: 4px solid var(--brand); border-radius: var(--radius); padding: 22px 26px; margin: 30px 0; }
.aff-cta-body b { font-family: var(--display); font-size: 19px; display: block; margin-bottom: 3px; color: var(--text); }
.aff-cta-body p { margin: 0; color: var(--text-soft); font-size: 14.5px; max-width: 520px; }
.aff-cta .btn { flex-shrink: 0; }

/* ---------- Request-analysis widget ---------- */
.req-fab { position: fixed; right: 22px; bottom: 22px; z-index: 80; display: inline-flex; align-items: center; gap: 9px; background: var(--brand); color: #fff; font-weight: 800; font-size: 14.5px; padding: 13px 20px; border: none; border-radius: 999px; cursor: pointer; box-shadow: 0 10px 30px -6px color-mix(in srgb, var(--brand) 60%, transparent); transition: transform .14s ease; }
.req-fab:hover { transform: translateY(-2px); }
.req-fab .fab-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 30%, transparent); }
.req-overlay { position: fixed; inset: 0; background: rgba(15,27,45,.5); opacity: 0; visibility: hidden; transition: opacity .2s; z-index: 90; }
.req-panel { position: fixed; right: 20px; bottom: 20px; width: min(384px, calc(100vw - 40px)); background: #fff; border: 1px solid var(--border); border-radius: 20px; box-shadow: var(--shadow-lg); padding: 24px 24px 26px; z-index: 100; transform: translateY(20px) scale(.98); opacity: 0; visibility: hidden; transition: opacity .2s ease, transform .2s ease; max-height: calc(100vh - 40px); overflow-y: auto; }
.req-open .req-panel, .req-open .req-overlay { opacity: 1; visibility: visible; }
.req-open .req-panel { transform: none; }
.req-panel h3 { font-size: 21px; margin: 0 0 6px; }
.req-panel > p { color: var(--text-soft); font-size: 14px; margin: 0 0 16px; }
.req-close { position: absolute; top: 14px; right: 16px; background: none; border: none; font-size: 24px; line-height: 1; color: var(--text-muted); cursor: pointer; }
.req-form label { display: block; font-size: 13px; font-weight: 700; color: var(--text-soft); margin-bottom: 12px; }
.req-form input, .req-form textarea { width: 100%; margin-top: 5px; padding: 10px 12px; border: 1px solid var(--border); border-radius: 10px; font: inherit; font-size: 14px; background: var(--bg-soft); color: var(--text); }
.req-form input:focus, .req-form textarea:focus { outline: none; border-color: var(--brand); background: #fff; }
.req-hp { position: absolute; left: -9999px; }
.req-ok { background: color-mix(in srgb, var(--good) 12%, #fff); border: 1px solid color-mix(in srgb, var(--good) 40%, transparent); color: var(--good); border-radius: 10px; padding: 12px 14px; font-size: 14px; font-weight: 600; margin-top: 12px; }
@media (max-width: 520px){ .req-fab .fab-txt { display: none; } .req-fab { padding: 14px; } }

/* ---------- Testimonials (scrolling) ---------- */
.tmonials { padding: 66px 0; overflow: hidden; }
.tm-row { display: flex; gap: 18px; width: max-content; }
.tm-row.r1 { animation: tmscroll 48s linear infinite; }
.tm-row.r2 { animation: tmscroll 60s linear infinite reverse; margin-top: 18px; }
.tmonials:hover .tm-row { animation-play-state: paused; }
.tm-card { width: 344px; flex: 0 0 344px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 22px 24px; box-shadow: var(--shadow-sm); }
.tm-stars { color: var(--star); font-size: 15px; letter-spacing: 2px; margin-bottom: 10px; }
.tm-text { color: var(--text); font-size: 14.5px; line-height: 1.6; margin: 0 0 16px; }
.tm-who { display: flex; align-items: center; gap: 11px; }
.tm-av { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: 15px; flex-shrink: 0; }
.tm-nm { font-weight: 800; font-size: 14px; }
.tm-role { color: var(--text-muted); font-size: 12.5px; }
@keyframes tmscroll { from { transform: translateX(0); } to { transform: translateX(calc(-50% - 9px)); } }
@media (prefers-reduced-motion: reduce){ .tm-row { animation: none !important; } }

/* ---------- Related internal links ---------- */
.related { max-width: 820px; border-top: 1px solid var(--border); margin: 34px 0 0; padding-top: 26px; }
.related h2 { font-size: 20px; margin: 0 0 14px; }
.related-links { display: flex; flex-wrap: wrap; gap: 10px; }
.related-links a { display: inline-flex; align-items: center; gap: 6px; padding: 9px 15px; border: 1px solid var(--border); border-radius: 999px; font-size: 14px; font-weight: 600; color: var(--text-soft); background: var(--bg-soft); transition: border-color .14s, color .14s; }
.related-links a:hover { border-color: var(--brand); color: var(--brand); }
