/*
Theme Name: 8XBET VN Pro — Đánh Giá (shunryusuzuki)
Theme URI: https://8xbet.com
Author: 8XBET Team
Author URI: https://8xbet.com
Description: WordPress SEO theme tối ưu cho trang đánh giá nhà cái 8XBET. E-E-A-T, Schema markup, Core Web Vitals, tương thích Google March 2026 Core Update & Bing.
Version: 3.0.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.1
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 8xbet-vn
Tags: casino, igaming, seo, vietnamese, dark, gold
*/

/* === CUSTOM PROPERTIES === */
:root {
  --c-bg: #0a0d14;
  --c-bg2: #111520;
  --c-bg3: #161b28;
  --c-surface: #1a2035;
  --c-border: #252d42;
  --c-gold: #f0a500;
  --c-gold-l: #ffc84a;
  --c-gold-d: #c47f00;
  --c-red: #e53935;
  --c-green: #43a047;
  --c-text: #e8eaf0;
  --c-muted: #8892a4;
  --c-white: #fff;
  --f-display: 'Oswald', sans-serif;
  --f-body: 'Be Vietnam Pro', sans-serif;
  --r-sm: 6px;
  --r-md: 10px;
  --r-lg: 16px;
  --shadow-gold: 0 0 20px rgba(240,165,0,.25);
  --shadow-card: 0 4px 24px rgba(0,0,0,.5);
  --ease: .2s ease;
  --max-w: 1200px;
  --header-h: 70px;
}

/* === RESET === */
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-text-size-adjust: 100%; }
body {
  background: var(--c-bg); color: var(--c-text);
  font-family: var(--f-body); line-height: 1.7; min-height: 100vh;
}
a { color: var(--c-gold); text-decoration: none; transition: color var(--ease); }
a:hover { color: var(--c-gold-l); }
img { max-width: 100%; height: auto; display: block; }
ul,ol { padding-left: 1.5rem; }
h1,h2,h3,h4,h5,h6 {
  font-family: var(--f-display); font-weight: 700; line-height: 1.25;
  color: var(--c-white); text-transform: uppercase; letter-spacing: .03em;
}
h1 { font-size: clamp(1.8rem, 4vw, 3rem); }
h2 { font-size: clamp(1.4rem, 3vw, 2.2rem); }
h3 { font-size: clamp(1.1rem, 2.5vw, 1.6rem); }
h4 { font-size: 1.2rem; }
p { margin-bottom: 1rem; }
.sr-only {
  position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap;
}

/* === LAYOUT === */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 20px; }
.content-wrap { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }
.main-content { min-width: 0; }
.sidebar { position: sticky; top: calc(var(--header-h) + 20px); }

/* === SKIP LINK (A11y) === */
.skip-link {
  position: absolute; top: -100%; left: 20px; z-index: 9999;
  background: var(--c-gold); color: var(--c-bg); padding: 8px 16px;
  border-radius: var(--r-sm); font-weight: 700; transition: top var(--ease);
}
.skip-link:focus { top: 10px; }

/* === PROMO BAR === */
.promo-bar {
  background: linear-gradient(90deg, var(--c-gold-d), var(--c-gold), var(--c-gold-d));
  color: var(--c-bg); text-align: center; padding: 8px 20px;
  font-weight: 700; font-size: .9rem; letter-spacing: .05em;
}
.promo-bar a { color: var(--c-bg); text-decoration: underline; }

/* === HEADER === */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(10,13,20,.92); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--c-border); height: var(--header-h);
  contain: layout style;
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 100%; gap: 24px;
}
.site-logo { display: flex; align-items: center; gap: 10px; }
.logo-text {
  font-family: var(--f-display); font-size: 1.6rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .1em; color: var(--c-white);
}
.logo-text span { color: var(--c-gold); }

/* NAV */
.primary-nav { display: flex; align-items: center; gap: 0; list-style: none; padding: 0; margin: 0; }
.primary-nav a {
  display: block; padding: 8px 14px; font-weight: 600; font-size: .9rem;
  text-transform: uppercase; letter-spacing: .05em; color: var(--c-text);
  transition: color var(--ease); white-space: nowrap;
}
.primary-nav a:hover,
.primary-nav .current-menu-item a { color: var(--c-gold); }

/* HEADER CTA — 右上角注册按钮 */
.header-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--c-gold), var(--c-gold-d));
  color: var(--c-bg) !important; font-weight: 800; font-size: .9rem;
  padding: 10px 20px; border-radius: var(--r-sm);
  text-transform: uppercase; letter-spacing: .05em; white-space: nowrap;
  transition: opacity var(--ease), transform var(--ease);
}
.header-cta:hover { opacity: .9; transform: translateY(-1px); }

/* HAMBURGER */
.menu-toggle {
  display: none; flex-direction: column; gap: 5px; background: none;
  border: none; cursor: pointer; padding: 6px;
}
.menu-toggle span {
  display: block; width: 24px; height: 2px;
  background: var(--c-text); border-radius: 2px;
  transition: transform var(--ease), opacity var(--ease);
}
.menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* === BREADCRUMB === */
.breadcrumb { padding: 12px 0; font-size: .85rem; color: var(--c-muted); }
.breadcrumb a { color: var(--c-muted); }
.breadcrumb a:hover { color: var(--c-gold); }
.breadcrumb span { color: var(--c-gold); }

/* === HERO === */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, #0a0d14 0%, #111520 50%, #0f1520 100%);
  padding: 80px 0; border-bottom: 1px solid var(--c-border);
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 70% 50%, rgba(240,165,0,.08) 0%, transparent 60%);
  pointer-events: none;
}
.hero-content { max-width: 700px; position: relative; z-index: 1; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(240,165,0,.12); border: 1px solid rgba(240,165,0,.3);
  color: var(--c-gold); font-size: .8rem; font-weight: 700;
  padding: 6px 14px; border-radius: 20px; letter-spacing: .08em;
  text-transform: uppercase; margin-bottom: 20px;
}
.hero-title { margin-bottom: 16px; }
.hero-title span { color: var(--c-gold); }
.hero-desc { color: var(--c-muted); font-size: 1.1rem; margin-bottom: 32px; max-width: 560px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }

/* BUTTONS */
.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: linear-gradient(135deg, var(--c-gold), var(--c-gold-d));
  color: var(--c-bg) !important; font-weight: 800; font-size: 1rem;
  padding: 14px 28px; border-radius: var(--r-sm);
  text-transform: uppercase; letter-spacing: .05em;
  transition: opacity var(--ease), transform var(--ease);
  box-shadow: var(--shadow-gold);
}
.btn-primary:hover { opacity: .9; transform: translateY(-2px); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  border: 2px solid var(--c-border); color: var(--c-text) !important;
  font-weight: 700; font-size: 1rem; padding: 12px 28px;
  border-radius: var(--r-sm); text-transform: uppercase; letter-spacing: .05em;
  transition: border-color var(--ease), color var(--ease);
}
.btn-outline:hover { border-color: var(--c-gold); color: var(--c-gold) !important; }

.hero-stats { display: flex; gap: 32px; margin-top: 40px; flex-wrap: wrap; }
.hero-stat-num {
  display: block; font-family: var(--f-display); font-size: 2rem;
  font-weight: 700; color: var(--c-gold);
}
.hero-stat-label { font-size: .85rem; color: var(--c-muted); }

/* === SECTION HEADERS === */
.section-header { text-align: center; margin-bottom: 40px; }
.section-tag {
  display: inline-block; background: rgba(240,165,0,.1);
  border: 1px solid rgba(240,165,0,.25); color: var(--c-gold);
  font-size: .75rem; font-weight: 700; padding: 4px 12px;
  border-radius: 20px; letter-spacing: .1em; text-transform: uppercase;
  margin-bottom: 12px;
}
.section-title { margin-bottom: 8px; }
.section-desc { color: var(--c-muted); max-width: 600px; margin: 0 auto; }
.section-line {
  width: 60px; height: 3px;
  background: linear-gradient(90deg, var(--c-gold), var(--c-gold-d));
  margin: 16px auto 0; border-radius: 2px;
}

/* === CARDS === */
.cards-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card {
  background: var(--c-surface); border: 1px solid var(--c-border);
  border-radius: var(--r-lg); overflow: hidden;
  transition: transform var(--ease), box-shadow var(--ease), border-color var(--ease);
  contain: content;
}
.post-card:hover {
  transform: translateY(-4px); box-shadow: var(--shadow-gold);
  border-color: rgba(240,165,0,.3);
}
.post-card-thumb { aspect-ratio: 16/9; overflow: hidden; background: var(--c-bg3); }
.post-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.post-card:hover .post-card-thumb img { transform: scale(1.05); }
.post-card-body { padding: 20px; }
.post-card-cat {
  font-size: .75rem; font-weight: 700; color: var(--c-gold);
  text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px;
}
.post-card-title { font-size: 1rem; margin-bottom: 8px; line-height: 1.4; }
.post-card-title a { color: var(--c-white); }
.post-card-title a:hover { color: var(--c-gold); }
.post-card-meta { display: flex; gap: 12px; font-size: .8rem; color: var(--c-muted); align-items: center; }
.post-card-excerpt { font-size: .9rem; color: var(--c-muted); margin: 10px 0 0; line-height: 1.6; }

/* === REVIEW CARD === */
.review-card {
  background: var(--c-surface); border: 1px solid var(--c-border);
  border-radius: var(--r-lg); padding: 24px; display: flex; gap: 20px;
  transition: border-color var(--ease); contain: content;
}
.review-card:hover { border-color: rgba(240,165,0,.3); }
.review-card-logo { width: 80px; height: 80px; object-fit: contain; flex-shrink: 0; border-radius: var(--r-md); background: var(--c-bg3); }
.review-card-body { flex: 1; min-width: 0; }
.review-card-name { font-size: 1.2rem; margin-bottom: 4px; }
.review-card-score { color: var(--c-gold); font-family: var(--f-display); font-size: 2rem; font-weight: 700; }
.review-card-score span { font-size: 1rem; color: var(--c-muted); font-family: var(--f-body); }
.review-card-bonus { font-size: .9rem; color: var(--c-muted); margin: 8px 0; }
.review-card-bonus strong { color: var(--c-gold-l); }
.review-card-actions { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; }
.btn-sm {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 8px 16px; border-radius: var(--r-sm);
  font-size: .85rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .04em; transition: opacity var(--ease);
}
.btn-sm:hover { opacity: .85; }
.btn-sm-gold { background: var(--c-gold); color: var(--c-bg) !important; }
.btn-sm-outline { border: 1px solid var(--c-border); color: var(--c-text) !important; }
.btn-sm-outline:hover { border-color: var(--c-gold); color: var(--c-gold) !important; }

/* === ARTICLE === */
.article-header { padding: 40px 0 30px; border-bottom: 1px solid var(--c-border); margin-bottom: 32px; }
.article-category {
  display: inline-block; background: var(--c-gold); color: var(--c-bg);
  font-size: .75rem; font-weight: 700; padding: 4px 12px;
  border-radius: 4px; text-transform: uppercase; letter-spacing: .06em;
  margin-bottom: 16px;
}
.article-title { margin-bottom: 16px; }
.article-meta { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; font-size: .9rem; color: var(--c-muted); }
.article-meta-item { display: flex; align-items: center; gap: 6px; }

/* Article body — 增强内容可读性 */
.article-body h2 { border-left: 4px solid var(--c-gold); padding-left: 16px; margin: 32px 0 16px; }
.article-body h3 { margin: 24px 0 12px; color: var(--c-gold-l); }
.article-body p { color: var(--c-muted); margin-bottom: 1.1rem; }
.article-body ul,.article-body ol { margin-bottom: 1.1rem; }
.article-body li { color: var(--c-muted); margin-bottom: .4rem; }
.article-body a { color: var(--c-gold); }
.article-body a:hover { color: var(--c-gold-l); }
.article-body img { border-radius: var(--r-md); margin: 24px 0; }
.article-body blockquote {
  border-left: 4px solid var(--c-gold); margin: 24px 0;
  padding: 16px 24px; background: var(--c-surface);
  border-radius: 0 var(--r-md) var(--r-md) 0;
  font-style: italic; color: var(--c-text);
}
.article-body table { width: 100%; border-collapse: collapse; margin: 24px 0; font-size: .9rem; }
.article-body th { background: var(--c-surface); color: var(--c-gold); padding: 10px 14px; text-align: left; border: 1px solid var(--c-border); }
.article-body td { padding: 10px 14px; border: 1px solid var(--c-border); color: var(--c-muted); }
.article-body tr:nth-child(even) td { background: rgba(255,255,255,.02); }

/* TOC */
.toc {
  background: var(--c-surface); border: 1px solid var(--c-border);
  border-top: 3px solid var(--c-gold); border-radius: var(--r-md);
  padding: 20px 24px; margin: 24px 0;
}
.toc-title { font-family: var(--f-display); font-size: 1rem; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 12px; color: var(--c-gold); }
.toc-list { list-style: none; padding: 0; }
.toc-list li { border-bottom: 1px solid var(--c-border); }
.toc-list li:last-child { border-bottom: none; }
.toc-list a { display: block; padding: 8px 0; color: var(--c-text); font-size: .9rem; }
.toc-list a:hover { color: var(--c-gold); padding-left: 6px; }

/* E-E-A-T Author Box */
.author-box {
  background: var(--c-surface); border: 1px solid var(--c-border);
  border-radius: var(--r-lg); padding: 24px; display: flex;
  gap: 20px; margin: 32px 0;
}
.author-box-avatar { width: 80px; height: 80px; border-radius: 50%; border: 3px solid var(--c-gold); object-fit: cover; flex-shrink: 0; }
.author-box-body { flex: 1; }
.author-box-name { font-size: 1.1rem; margin-bottom: 2px; }
.author-box-title { font-size: .85rem; color: var(--c-gold); margin-bottom: 8px; }
.author-box-badges { display: flex; gap: 8px; flex-wrap: wrap; }
.badge {
  display: inline-flex; align-items: center; gap: 4px;
  font-size: .75rem; padding: 4px 10px; border-radius: 20px; font-weight: 600;
}
.badge-verified { background: rgba(67,160,71,.15); color: #66bb6a; border: 1px solid rgba(67,160,71,.3); }
.badge-reviewer { background: rgba(240,165,0,.12); color: var(--c-gold); border: 1px solid rgba(240,165,0,.3); }
.badge-factcheck { background: rgba(30,136,229,.12); color: #64b5f6; border: 1px solid rgba(30,136,229,.3); }

/* Rating bars */
.rating-bars { margin: 20px 0; }
.rating-bar { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.rating-bar-label { width: 140px; font-size: .85rem; color: var(--c-muted); flex-shrink: 0; }
.rating-bar-track { flex: 1; height: 8px; background: var(--c-bg3); border-radius: 4px; overflow: hidden; }
.rating-bar-fill { height: 100%; background: linear-gradient(90deg, var(--c-gold), var(--c-gold-l)); border-radius: 4px; width: 0; transition: width 1s ease; }
.rating-bar-score { width: 32px; text-align: right; font-weight: 700; color: var(--c-gold); font-size: .9rem; }

/* Pros Cons */
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0; }
.pros-box,.cons-box { border-radius: var(--r-md); padding: 16px 20px; }
.pros-box { background: rgba(67,160,71,.08); border: 1px solid rgba(67,160,71,.2); }
.cons-box { background: rgba(229,57,53,.08); border: 1px solid rgba(229,57,53,.2); }
.pros-box h4 { color: #66bb6a; margin-bottom: 10px; font-size: .9rem; }
.cons-box h4 { color: #ef5350; margin-bottom: 10px; font-size: .9rem; }
.pros-box ul,.cons-box ul { list-style: none; padding: 0; }
.pros-box li,.cons-box li { padding: 5px 0; font-size: .9rem; color: var(--c-muted); display: flex; gap: 8px; align-items: flex-start; }
.pros-box li::before { content: "✓"; color: #66bb6a; flex-shrink: 0; }
.cons-box li::before { content: "✗"; color: #ef5350; flex-shrink: 0; }

/* FAQ */
.faq-list { margin: 20px 0; }
.faq-item { border: 1px solid var(--c-border); border-radius: var(--r-md); margin-bottom: 8px; overflow: hidden; }
.faq-question {
  width: 100%; background: var(--c-surface); border: none; cursor: pointer;
  padding: 16px 20px; text-align: left; display: flex; justify-content: space-between;
  align-items: center; gap: 12px; color: var(--c-white);
  font-family: var(--f-body); font-size: .95rem; font-weight: 600;
  transition: background var(--ease);
}
.faq-question:hover { background: var(--c-bg3); }
.faq-question[aria-expanded="true"] { color: var(--c-gold); }
.faq-icon { width: 20px; height: 20px; flex-shrink: 0; color: var(--c-gold); transition: transform var(--ease); }
.faq-question[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-answer { padding: 0 20px; max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease; }
.faq-answer.open { max-height: 500px; padding: 16px 20px; }
.faq-answer p { color: var(--c-muted); font-size: .95rem; margin: 0; }

/* CTA Banner */
.cta-banner {
  background: linear-gradient(135deg, var(--c-bg3), var(--c-surface));
  border: 1px solid rgba(240,165,0,.3); border-radius: var(--r-lg);
  padding: 28px 32px; text-align: center; margin: 32px 0;
}
.cta-banner-title { font-size: 1.4rem; margin-bottom: 8px; }
.cta-banner-bonus { font-size: 2rem; color: var(--c-gold); font-family: var(--f-display); font-weight: 700; margin-bottom: 8px; }
.cta-banner-code {
  display: inline-block; background: rgba(240,165,0,.1); border: 1px dashed var(--c-gold);
  color: var(--c-gold); padding: 6px 16px; border-radius: 4px;
  font-weight: 700; letter-spacing: .1em; margin-bottom: 16px; font-size: .9rem;
}
.cta-banner-disclaimer { font-size: .75rem; color: var(--c-muted); margin-top: 12px; }

/* === SIDEBAR === */
.sidebar-widget {
  background: var(--c-surface); border: 1px solid var(--c-border);
  border-radius: var(--r-lg); padding: 20px; margin-bottom: 24px;
}
.sidebar-widget-title {
  font-size: .85rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: .08em; color: var(--c-gold); margin-bottom: 16px;
  padding-bottom: 10px; border-bottom: 1px solid var(--c-border);
}

/* === PAGINATION === */
.pagination { display: flex; justify-content: center; gap: 8px; padding: 40px 0; flex-wrap: wrap; }
.pagination a,.pagination span {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: var(--r-sm);
  border: 1px solid var(--c-border); font-weight: 700; font-size: .9rem;
  transition: all var(--ease);
}
.pagination a:hover { border-color: var(--c-gold); color: var(--c-gold); }
.pagination .current { background: var(--c-gold); color: var(--c-bg); border-color: var(--c-gold); }

/* === FOOTER === */
.site-footer {
  background: var(--c-bg2); border-top: 1px solid var(--c-border);
  padding: 60px 0 0; margin-top: 80px;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-col-title { font-size: .9rem; text-transform: uppercase; letter-spacing: .08em; color: var(--c-gold); margin-bottom: 16px; }
.footer-logo-text { font-family: var(--f-display); font-size: 1.8rem; font-weight: 700; letter-spacing: .1em; }
.footer-logo-text span { color: var(--c-gold); }
.footer-desc { font-size: .9rem; color: var(--c-muted); margin: 12px 0 20px; line-height: 1.7; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { font-size: .9rem; color: var(--c-muted); transition: color var(--ease); }
.footer-links a:hover { color: var(--c-gold); }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  display: flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--c-bg3); border: 1px solid var(--c-border);
  color: var(--c-muted); font-size: .9rem; transition: all var(--ease);
}
.footer-social a:hover { background: var(--c-gold); color: var(--c-bg); border-color: var(--c-gold); }
.footer-disclaimer {
  background: rgba(0,0,0,.3); border-top: 1px solid var(--c-border);
  padding: 20px 0; font-size: .8rem; color: var(--c-muted); line-height: 1.6;
}
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 12px; padding: 16px 0;
  border-top: 1px solid var(--c-border); font-size: .8rem; color: var(--c-muted);
}

/* === MOBILE STICKY CTA === */
.mobile-cta-bar {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 999;
  background: var(--c-bg2); border-top: 1px solid var(--c-border); padding: 10px 16px;
}
.mobile-cta-bar .btn-primary { width: 100%; justify-content: center; }

/* === UTILITIES === */
.text-gold { color: var(--c-gold); }
.text-muted { color: var(--c-muted); }
.text-center { text-align: center; }
.section { padding: 60px 0; }
.section-border { border-top: 1px solid var(--c-border); }
.stars { color: var(--c-gold); letter-spacing: 2px; }

/* === RESPONSIVE === */
@media (max-width:1100px) {
  .content-wrap { grid-template-columns: 1fr; }
  .sidebar { position: static; }
}
@media (max-width:900px) {
  .menu-toggle { display: flex; }
  .nav-wrap {
    position: fixed; top: var(--header-h); left: 0; right: 0;
    background: var(--c-bg2); border-bottom: 1px solid var(--c-border);
    padding: 16px; transform: translateY(-120%); opacity: 0;
    transition: transform .3s ease, opacity .3s ease; pointer-events: none;
  }
  .nav-wrap.open { transform: none; opacity: 1; pointer-events: auto; }
  .primary-nav { flex-direction: column; gap: 4px; }
  .primary-nav a { padding: 12px 16px; border-radius: var(--r-sm); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .cards-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width:768px) {
  .mobile-cta-bar { display: block; }
}
@media (max-width:600px) {
  .cards-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .pros-cons { grid-template-columns: 1fr; }
}

/* Print */
@media print {
  .site-header,.site-footer,.sidebar,.mobile-cta-bar { display: none; }
  body { background: #fff; color: #000; }
}

/* Reduced motion — A11y */
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
}
