/*
Theme Name:  CricGuides
Theme URI:   https://cricguides.com
Author:      CricGuides
Description: A modern cricket guides, reviews & fantasy tips theme with full Customizer support.
Version:     1.0.0
License:     GNU General Public License v2 or later
Text Domain: cricguides
Tags:        cricket, blog, news, affiliate, sports
*/

/* ─────────────────────────────────────────
   CSS CUSTOM PROPERTIES
───────────────────────────────────────── */
:root {
  --green-950: #0b1f14;
  --green-900: #0f2a1c;
  --green-800: #163825;
  --green-700: #1e4d32;
  --green-600: #276043;
  --green-500: #2d7a52;
  --green-100: #e8f2ec;
  --green-50:  #f2f8f4;
  --red-700:   #a50e25;
  --red-600:   #c8102e;
  --red-100:   #fce8ec;
  --amber-500: #d4a017;
  --amber-100: #fdf3d0;
  --gray-950:  #0a0f0c;
  --gray-900:  #111814;
  --gray-700:  #374840;
  --gray-500:  #5e706a;
  --gray-400:  #8a9e97;
  --gray-200:  #dde6e2;
  --gray-100:  #eef2f0;
  --gray-50:   #f7faf8;
  --white:     #ffffff;
  --bg:        var(--white);
  --bg-subtle: var(--gray-50);
  --border:    var(--gray-200);
  --text:      var(--gray-900);
  --text-muted:var(--gray-500);
  --r-sm:   6px;
  --r-md:   10px;
  --r-lg:   16px;
  --r-xl:   24px;
  --r-pill: 999px;
  --shadow-xs: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);
  --shadow-sm: 0 2px 8px rgba(0,0,0,.07), 0 1px 3px rgba(0,0,0,.05);
  --shadow-md: 0 4px 20px rgba(0,0,0,.09), 0 2px 8px rgba(0,0,0,.06);
  --shadow-lg: 0 8px 40px rgba(0,0,0,.12), 0 4px 16px rgba(0,0,0,.07);
}

/* ─────────────────────────────────────────
   RESET & BASE
───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }

/* ─────────────────────────────────────────
   TICKER
───────────────────────────────────────── */
.ticker-wrap {
  background: var(--green-950);
  overflow: hidden;
  padding: 9px 0;
  position: relative;
}
.ticker-wrap::before,
.ticker-wrap::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.ticker-wrap::before { left: 0;  background: linear-gradient(to right, var(--green-950), transparent); }
.ticker-wrap::after  { right: 0; background: linear-gradient(to left,  var(--green-950), transparent); }
.ticker-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--red-600);
  color: var(--white);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: var(--r-pill);
  position: absolute;
  left: 16px; top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  white-space: nowrap;
}
.ticker-badge::before {
  content: '';
  width: 6px; height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: blink 1.2s ease-in-out infinite;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:.3} }
.ticker-track {
  display: inline-flex;
  white-space: nowrap;
  animation: scroll-ticker 32s linear infinite;
  padding-left: 180px;
}
.ticker-track:hover { animation-play-state: paused; }
.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.75);
  font-size: 12px;
  font-weight: 500;
  padding-right: 56px;
}
.ticker-item .sep { color: var(--amber-500); font-size: 10px; }
@keyframes scroll-ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

/* ─────────────────────────────────────────
   NAV
───────────────────────────────────────── */
.site-nav {
  position: sticky;
  top: 0;
  z-index: 200;
  background: rgba(11,31,20,.96);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.nav-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.site-logo img.custom-logo {
  height: 40px;
  width: auto;
  border-radius: 4px;
}
.logo-ball {
  width: 34px; height: 34px;
  background: var(--red-600);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 17px;
  box-shadow: 0 0 0 3px rgba(200,16,46,.25);
  transition: box-shadow .2s;
}
.site-logo:hover .logo-ball { box-shadow: 0 0 0 5px rgba(200,16,46,.3); }
.logo-name {
  font-family: 'Playfair Display', serif;
  font-size: 21px;
  font-weight: 900;
  color: var(--white);
  letter-spacing: -0.025em;
}
.logo-name span { color: var(--amber-500); }
.nav-menu-wrap { flex: 1; display: flex; justify-content: center; }
.nav-menu {
  display: flex;
  align-items: center;
  gap: 2px;
  list-style: none;
}
.nav-menu li a {
  color: rgba(255,255,255,.65);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  padding: 6px 13px;
  border-radius: var(--r-sm);
  transition: color .15s, background .15s;
  white-space: nowrap;
  display: block;
}
.nav-menu li a:hover,
.nav-menu li.current-menu-item > a { color: var(--white); background: rgba(255,255,255,.08); }
.nav-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--red-600);
  color: var(--white);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: var(--r-sm);
  text-decoration: none;
  transition: background .15s, transform .15s;
  flex-shrink: 0;
}
.nav-cta-btn:hover { background: var(--red-700); transform: translateY(-1px); }

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  flex-direction: column;
  gap: 5px;
}
.nav-toggle span {
  display: block;
  width: 22px; height: 2px;
  background: rgba(255,255,255,.8);
  border-radius: 2px;
  transition: all .2s;
}
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ─────────────────────────────────────────
   HERO
───────────────────────────────────────── */
.hero {
  background: var(--green-900);
  position: relative;
  overflow: hidden;
}
.hero-bg-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-bg-pattern::before {
  content: '';
  position: absolute;
  width: 800px; height: 800px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.04);
  right: -100px; top: -200px;
}
.hero-bg-pattern::after {
  content: '';
  position: absolute;
  width: 500px; height: 500px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.03);
  right: 50px; top: -50px;
}
.hero-glow {
  position: absolute;
  width: 600px; height: 400px;
  background: radial-gradient(ellipse, rgba(212,160,23,.08) 0%, transparent 70%);
  right: 0; top: 0;
  pointer-events: none;
}
.hero-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 28px 64px;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 48px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(200,16,46,.15);
  border: 1px solid rgba(200,16,46,.3);
  color: #ff8a99;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: var(--r-pill);
  margin-bottom: 24px;
}
.hero-badge .dot { width: 5px; height: 5px; background: var(--red-600); border-radius: 50%; }
.hero-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 3.8vw, 52px);
  font-weight: 900;
  color: var(--white);
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}
.hero-h1 em { font-style: italic; color: var(--amber-500); }
.hero-desc {
  color: rgba(255,255,255,.6);
  font-size: 16px;
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 32px;
}
.hero-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--amber-500);
  color: var(--gray-950);
  font-weight: 700;
  font-size: 14px;
  padding: 13px 24px;
  border-radius: var(--r-md);
  text-decoration: none;
  transition: background .15s, transform .15s, box-shadow .15s;
  box-shadow: 0 4px 16px rgba(212,160,23,.35);
}
.btn-primary:hover { background: #e6b01f; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(212,160,23,.45); }
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.8);
  font-weight: 500;
  font-size: 14px;
  padding: 12px 22px;
  border-radius: var(--r-md);
  text-decoration: none;
  transition: border-color .15s, color .15s;
}
.btn-outline:hover { border-color: rgba(255,255,255,.5); color: var(--white); }
.hero-stats {
  display: flex;
  gap: 32px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.hero-stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
}
.hero-stat-num span { color: var(--amber-500); }
.hero-stat-label { font-size: 12px; color: rgba(255,255,255,.45); margin-top: 4px; }
.hero-right { display: flex; flex-direction: column; gap: 10px; }
.hero-card-main {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-lg);
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: transform .2s, box-shadow .2s;
}
.hero-card-main:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(0,0,0,.3); }
.hcm-thumb {
  height: 170px;
  background: linear-gradient(135deg, #163825 0%, #1e4d32 50%, #276043 100%);
  display: flex; align-items: center; justify-content: center;
  position: relative;
  overflow: hidden;
}
.hcm-thumb img {
  width: 100%; height: 100%;
  object-fit: cover;
  position: absolute; inset: 0;
}
.hcm-thumb-icon { font-size: 56px; filter: drop-shadow(0 4px 12px rgba(0,0,0,.4)); position: relative; z-index: 1; }
.hcm-thumb::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(11,31,20,.8) 0%, transparent 60%);
  z-index: 2;
}
.hcm-thumb-badge {
  position: absolute; bottom: 12px; left: 14px;
  background: var(--red-600);
  color: var(--white);
  font-size: 9px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 3px 9px;
  border-radius: var(--r-pill);
  z-index: 3;
}
.hcm-body { padding: 14px 16px 16px; }
.hcm-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px; font-weight: 700;
  color: var(--white); line-height: 1.35; margin-bottom: 8px;
}
.hcm-meta { font-size: 11.5px; color: rgba(255,255,255,.4); display: flex; align-items: center; gap: 8px; }
.hcm-meta .dot { width: 2px; height: 2px; background: rgba(255,255,255,.3); border-radius: 50%; }
.hero-side-list { display: flex; flex-direction: column; gap: 8px; }
.hsl-item {
  display: flex; gap: 12px; align-items: center;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--r-md);
  padding: 12px 14px;
  text-decoration: none;
  transition: background .15s, border-color .15s;
}
.hsl-item:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.14); }
.hsl-icon {
  width: 44px; height: 44px;
  border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; flex-shrink: 0;
}
.hsl-icon.red   { background: rgba(200,16,46,.2); }
.hsl-icon.amber { background: rgba(212,160,23,.2); }
.hsl-icon.teal  { background: rgba(45,122,82,.3); }
.hsl-tag { font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--amber-500); margin-bottom: 3px; }
.hsl-title { font-size: 13.5px; font-weight: 600; color: rgba(255,255,255,.85); line-height: 1.35; }

/* ─────────────────────────────────────────
   CATEGORY NAV
───────────────────────────────────────── */
.cat-nav {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  position: sticky;
  top: 64px;
  z-index: 100;
}
.cat-nav-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}
.cat-nav-inner::-webkit-scrollbar { display: none; }
.cat-tab {
  display: flex; align-items: center; gap: 7px;
  padding: 0 18px; height: 48px;
  font-size: 13.5px; font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: color .15s, border-color .15s;
  flex-shrink: 0;
}
.cat-tab:hover { color: var(--text); }
.cat-tab.active { color: var(--green-700); border-bottom-color: var(--green-700); font-weight: 600; }
.cat-tab .ct-icon { font-size: 15px; }

/* ─────────────────────────────────────────
   SHARED LAYOUT
───────────────────────────────────────── */
.container { max-width: 1240px; margin: 0 auto; padding: 0 28px; }
.section-wrap { padding: 64px 0; }
.section-wrap.bg-subtle { background: var(--bg-subtle); }
.section-wrap.bg-dark   { background: var(--green-900); }
.section-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 36px; }
.section-label { display: flex; align-items: center; gap: 10px; }
.section-label-line { width: 3px; height: 22px; background: var(--red-600); border-radius: var(--r-pill); }
.section-title { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 900; letter-spacing: -0.02em; color: var(--text); }
.section-title.light { color: var(--white); }
.section-link { font-size: 13px; font-weight: 600; color: var(--green-600); text-decoration: none; display: inline-flex; align-items: center; gap: 5px; transition: color .15s; }
.section-link.light { color: var(--amber-500); }
.section-link:hover { color: var(--green-700); }
.section-link.light:hover { color: #e6b01f; }

/* ─────────────────────────────────────────
   BUYING GUIDE CARDS
───────────────────────────────────────── */
.guides-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.guide-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.guide-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: transparent; }
.gc-thumb {
  aspect-ratio: 16/10;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.gc-thumb img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.gc-thumb-icon { font-size: 44px; position: relative; z-index: 1; filter: drop-shadow(0 4px 8px rgba(0,0,0,.3)); }
.gc-1 { background: linear-gradient(145deg,#163825,#2d7a52); }
.gc-2 { background: linear-gradient(145deg,#6b0a1a,#c8102e); }
.gc-3 { background: linear-gradient(145deg,#5a3a05,#d4a017); }
.gc-4 { background: linear-gradient(145deg,#0f2a1c,#1e4d32); }
.gc-tag-pill {
  position: absolute; top: 10px; left: 10px;
  background: rgba(0,0,0,.45); backdrop-filter: blur(6px);
  color: rgba(255,255,255,.9);
  font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  padding: 3px 9px; border-radius: var(--r-pill); z-index: 2;
}
.gc-body { padding: 16px; flex: 1; display: flex; flex-direction: column; }
.gc-category { font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--red-600); margin-bottom: 7px; }
.gc-title { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; line-height: 1.35; color: var(--text); margin-bottom: 10px; flex: 1; }
.gc-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; border-top: 1px solid var(--border); }
.gc-meta { font-size: 11.5px; color: var(--text-muted); }
.gc-arrow { width: 28px; height: 28px; background: var(--green-50); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 13px; color: var(--green-700); transition: background .15s, transform .15s; }
.guide-card:hover .gc-arrow { background: var(--green-700); color: var(--white); transform: translateX(2px); }

/* ─────────────────────────────────────────
   FEATURED REVIEW
───────────────────────────────────────── */
.review-grid { display: grid; grid-template-columns: 1fr 380px; gap: 60px; align-items: center; }
.review-badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(212,160,23,.12); border: 1px solid rgba(212,160,23,.3);
  color: var(--amber-500); font-size: 10px; font-weight: 700;
  letter-spacing: .12em; text-transform: uppercase;
  padding: 5px 12px; border-radius: var(--r-pill); margin-bottom: 20px;
}
.review-title { font-family: 'Playfair Display', serif; font-size: clamp(26px,2.5vw,36px); font-weight: 900; color: var(--white); line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 16px; }
.review-title em { color: var(--amber-500); font-style: italic; }
.review-desc { color: rgba(255,255,255,.55); font-size: 15px; line-height: 1.8; margin-bottom: 24px; }
.stars-row { display: flex; align-items: center; gap: 10px; margin-bottom: 28px; }
.stars { color: var(--amber-500); font-size: 17px; letter-spacing: 2px; }
.stars-label { font-size: 13px; color: rgba(255,255,255,.5); }
.verdict-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.chip { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 500; padding: 5px 12px; border-radius: var(--r-pill); }
.chip.pro { background: rgba(52,199,89,.1); color: #34c759; border: 1px solid rgba(52,199,89,.2); }
.chip.con { background: rgba(255,59,48,.1);  color: #ff6b6b; border: 1px solid rgba(255,59,48,.2); }
.btn-review { display: inline-flex; align-items: center; gap: 8px; background: var(--amber-500); color: var(--gray-950); font-weight: 700; font-size: 14px; padding: 13px 24px; border-radius: var(--r-md); text-decoration: none; transition: background .15s, transform .15s; box-shadow: 0 4px 16px rgba(212,160,23,.3); }
.btn-review:hover { background: #e6b01f; transform: translateY(-2px); }
.review-product-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-xl); padding: 32px; text-align: center; backdrop-filter: blur(12px); }
.rpc-icon { font-size: 88px; display: block; margin-bottom: 20px; filter: drop-shadow(0 8px 20px rgba(0,0,0,.4)); }
.rpc-icon-img { width: 120px; height: 120px; object-fit: contain; margin: 0 auto 20px; display: block; }
.rpc-name { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.rpc-sub  { font-size: 12px; color: rgba(255,255,255,.45); margin-bottom: 20px; }
.price-tag { display: flex; align-items: baseline; justify-content: center; gap: 8px; margin-bottom: 8px; }
.price-now { font-family: 'Playfair Display', serif; font-size: 36px; font-weight: 900; color: var(--white); }
.price-was { font-size: 16px; color: rgba(255,255,255,.35); text-decoration: line-through; }
.price-save { display: inline-block; background: rgba(52,199,89,.15); color: #34c759; font-size: 11px; font-weight: 700; padding: 3px 10px; border-radius: var(--r-pill); margin-bottom: 20px; border: 1px solid rgba(52,199,89,.25); }
.btn-amazon { display: flex; align-items: center; justify-content: center; gap: 8px; background: #ff9900; color: var(--gray-950); font-weight: 700; font-size: 14px; padding: 14px; border-radius: var(--r-md); text-decoration: none; transition: background .15s; margin-bottom: 10px; }
.btn-amazon:hover { background: #e68a00; }
.aff-note { font-size: 10.5px; color: rgba(255,255,255,.3); }

/* ─────────────────────────────────────────
   HOW TO PLAY
───────────────────────────────────────── */
.howto-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.howto-card {
  background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg);
  padding: 28px; text-decoration: none; color: inherit;
  display: flex; flex-direction: column;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  position: relative; overflow: hidden;
}
.howto-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,var(--green-600),var(--green-500)); transform: scaleX(0); transform-origin: left; transition: transform .25s; }
.howto-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--green-100); }
.howto-card:hover::after { transform: scaleX(1); }
.howto-icon-wrap { width: 52px; height: 52px; background: var(--green-50); border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 18px; }
.howto-tag { font-size: 10.5px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--red-600); margin-bottom: 8px; }
.howto-title { font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 700; line-height: 1.3; color: var(--text); margin-bottom: 10px; }
.howto-desc { font-size: 14px; color: var(--text-muted); line-height: 1.7; flex: 1; }
.howto-cta { display: inline-flex; align-items: center; gap: 5px; margin-top: 20px; font-size: 13px; font-weight: 600; color: var(--green-600); }

/* ─────────────────────────────────────────
   FANTASY STRIP
───────────────────────────────────────── */
.fantasy-strip {
  background: linear-gradient(135deg, var(--green-950) 0%, var(--green-800) 50%, #3d0a14 100%);
  padding: 56px 0; position: relative; overflow: hidden;
}
.fantasy-strip::before { content: '🏆'; position: absolute; font-size: 240px; right: -20px; top: -40px; opacity: .04; pointer-events: none; }
.fantasy-inner { display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center; position: relative; z-index: 1; }
.fantasy-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(212,160,23,.12); border: 1px solid rgba(212,160,23,.25); color: var(--amber-500); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 5px 12px; border-radius: var(--r-pill); margin-bottom: 16px; }
.fantasy-title { font-family: 'Playfair Display', serif; font-size: 32px; font-weight: 900; color: var(--white); margin-bottom: 10px; letter-spacing: -0.02em; }
.fantasy-desc { color: rgba(255,255,255,.55); font-size: 15px; max-width: 500px; line-height: 1.7; }
.fantasy-pills { display: flex; flex-direction: column; gap: 10px; min-width: 220px; }
.fp { display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-md); padding: 14px 18px; text-decoration: none; transition: background .15s, border-color .15s, transform .15s; }
.fp:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.2); transform: translateX(3px); }
.fp-icon { font-size: 22px; flex-shrink: 0; }
.fp-label { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.85); line-height: 1.2; }
.fp-badge { display: inline-block; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--amber-500); margin-top: 2px; }

/* ─────────────────────────────────────────
   ARTICLES + SIDEBAR
───────────────────────────────────────── */
.articles-layout { display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }
.articles-list { display: flex; flex-direction: column; }
.article-item { display: grid; grid-template-columns: 100px 1fr; gap: 16px; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--border); text-decoration: none; color: inherit; }
.article-item:first-child { padding-top: 0; }
.article-item:last-child  { border-bottom: none; }
.article-item:hover .art-title { color: var(--green-700); }
.art-thumb { width: 100px; aspect-ratio: 4/3; border-radius: var(--r-sm); overflow: hidden; display: flex; align-items: center; justify-content: center; font-size: 28px; flex-shrink: 0; position: relative; }
.art-thumb img { width: 100%; height: 100%; object-fit: cover; }
.art-t1 { background: linear-gradient(135deg,#0f2a1c,#276043); }
.art-t2 { background: linear-gradient(135deg,#163825,#1e4d32); }
.art-t3 { background: linear-gradient(135deg,#5a3a05,#d4a017); }
.art-t4 { background: linear-gradient(135deg,#6b0a1a,#c8102e); }
.art-t5 { background: linear-gradient(135deg,#0f2a1c,#163825); }
.art-tag { font-size: 10.5px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; color: var(--red-600); margin-bottom: 5px; }
.art-title { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; line-height: 1.35; color: var(--text); margin-bottom: 6px; transition: color .15s; }
.art-meta { font-size: 11.5px; color: var(--text-muted); display: flex; align-items: center; gap: 6px; }
.art-meta-dot { width: 2px; height: 2px; background: var(--gray-400); border-radius: 50%; }
.widget { background: var(--white); border: 1px solid var(--border); border-radius: var(--r-lg); overflow: hidden; margin-bottom: 20px; }
.widget-head { padding: 16px 20px; border-bottom: 1px solid var(--border); }
.widget-title { font-family: 'Playfair Display', serif; font-size: 16px; font-weight: 700; color: var(--text); }
.widget-body { padding: 4px 0; }
.pop-item { display: flex; align-items: center; gap: 14px; padding: 12px 20px; text-decoration: none; transition: background .15s; }
.pop-item:hover { background: var(--bg-subtle); }
.pop-num { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 900; color: var(--gray-200); line-height: 1; min-width: 24px; }
.pop-title { font-size: 13px; font-weight: 500; color: var(--text); line-height: 1.4; transition: color .15s; }
.pop-item:hover .pop-title { color: var(--green-700); }
.deal-widget { background: var(--green-900); border-radius: var(--r-lg); overflow: hidden; padding: 24px; text-align: center; }
.deal-label { display: inline-flex; align-items: center; gap: 5px; background: rgba(212,160,23,.15); border: 1px solid rgba(212,160,23,.25); color: var(--amber-500); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; padding: 4px 10px; border-radius: var(--r-pill); margin-bottom: 14px; }
.deal-name { font-family: 'Playfair Display', serif; font-size: 17px; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.deal-sub  { font-size: 12px; color: rgba(255,255,255,.45); margin-bottom: 14px; }
.deal-price { display: flex; align-items: baseline; justify-content: center; gap: 8px; margin-bottom: 4px; }
.deal-price-now { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 900; color: var(--white); }
.deal-price-was { font-size: 14px; color: rgba(255,255,255,.3); text-decoration: line-through; }
.deal-save { font-size: 11px; font-weight: 600; color: #34c759; margin-bottom: 16px; }
.deal-btn { display: block; background: #ff9900; color: var(--gray-950); font-weight: 700; font-size: 13px; padding: 11px; border-radius: var(--r-md); text-decoration: none; transition: background .15s; }
.deal-btn:hover { background: #e68a00; }

/* ─────────────────────────────────────────
   NEWSLETTER
───────────────────────────────────────── */
.newsletter-wrap { background: var(--green-50); border-top: 1px solid var(--border); padding: 72px 0; }
.newsletter-inner { max-width: 540px; margin: 0 auto; text-align: center; padding: 0 28px; }
.nl-icon { width: 56px; height: 56px; background: var(--green-100); border-radius: var(--r-xl); display: flex; align-items: center; justify-content: center; font-size: 26px; margin: 0 auto 20px; }
.nl-title { font-family: 'Playfair Display', serif; font-size: 30px; font-weight: 900; letter-spacing: -0.02em; color: var(--text); margin-bottom: 10px; }
.nl-desc { color: var(--text-muted); font-size: 15px; margin-bottom: 28px; line-height: 1.7; }
.nl-form { display: flex; background: var(--white); border: 1.5px solid var(--border); border-radius: var(--r-md); overflow: hidden; transition: border-color .15s, box-shadow .15s; }
.nl-form:focus-within { border-color: var(--green-600); box-shadow: 0 0 0 3px rgba(39,96,67,.1); }
.nl-form input { flex: 1; padding: 13px 16px; border: none; background: transparent; font-size: 14px; font-family: 'Inter', sans-serif; color: var(--text); outline: none; }
.nl-form input::placeholder { color: var(--text-muted); }
.nl-form button { background: var(--green-700); color: var(--white); font-weight: 600; font-size: 13.5px; font-family: 'Inter', sans-serif; padding: 13px 22px; border: none; cursor: pointer; white-space: nowrap; transition: background .15s; }
.nl-form button:hover { background: var(--green-600); }
.nl-disclaimer { font-size: 12px; color: var(--gray-400); margin-top: 12px; }

/* ─────────────────────────────────────────
   FOOTER
───────────────────────────────────────── */
footer { background: var(--green-950); color: rgba(255,255,255,.6); }
.footer-top { padding: 56px 0 48px; display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 40px; }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 22px; font-weight: 900; color: var(--white); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.footer-logo span { color: var(--amber-500); }
.footer-logo img { height: 36px; width: auto; }
.footer-brand p { font-size: 13px; line-height: 1.75; color: rgba(255,255,255,.4); max-width: 280px; }
.footer-col h4 { font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.9); margin-bottom: 16px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-col ul a { font-size: 13.5px; color: rgba(255,255,255,.45); text-decoration: none; transition: color .15s; }
.footer-col ul a:hover { color: var(--amber-500); }
.footer-bottom { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.07); display: flex; justify-content: space-between; align-items: center; font-size: 12.5px; color: rgba(255,255,255,.3); flex-wrap: wrap; gap: 8px; }
.footer-bottom a { color: rgba(255,255,255,.3); text-decoration: none; transition: color .15s; }
.footer-bottom a:hover { color: var(--amber-500); }

/* ─────────────────────────────────────────
   SINGLE / PAGE CONTENT
───────────────────────────────────────── */
.page-content-wrap { max-width: 1200px; margin: 56px auto; padding: 0 28px; }
.entry-title { font-family: 'Playfair Display', serif; font-size: clamp(28px,4vw,44px); font-weight: 900; margin-bottom: 16px; line-height: 1.15; letter-spacing: -0.02em; }
.entry-content { font-size: 17px; line-height: 1.8; color: var(--gray-700); }
.entry-content h2 { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; margin: 40px 0 16px; color: var(--text); }
.entry-content h3 { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 700; margin: 32px 0 12px; color: var(--text); }
.entry-content p { margin-bottom: 20px; }
.entry-content ul, .entry-content ol { margin: 0 0 20px 24px; }
.entry-content li { margin-bottom: 6px; }
.entry-content a { color: var(--green-600); text-decoration: underline; }
.entry-content img { border-radius: var(--r-md); margin: 24px 0; }
.entry-featured-img { width: 100% !important; max-width: 100% !important; height: auto !important; border-radius: var(--r-lg) !important; margin-bottom: 28px !important; display: block !important; }
.entry-meta { display: flex; align-items: center; gap: 12px; font-size: 13px; color: var(--text-muted); margin-bottom: 32px; flex-wrap: wrap; }
.entry-meta .entry-cat { background: var(--red-100); color: var(--red-600); font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; padding: 3px 10px; border-radius: var(--r-pill); text-decoration: none; }

/* ─────────────────────────────────────────
   SIDEBAR LAYOUT (used by CricGuides Sidebar plugin)
   .cgsb-layout overrides entry-content width
   to create article + sidebar two-column grid.
───────────────────────────────────────── */
.cgsb-layout { display: grid; grid-template-columns: 1fr 300px; gap: 40px; align-items: start; width: 100%; }
.cgsb-layout .cgsb-main { min-width: 0; }
.cgsb-layout .cgsb-sidebar { min-width: 0; }
@media (max-width: 1080px) {
  .cgsb-layout { grid-template-columns: 1fr; }
  .cgsb-layout .cgsb-sidebar { display: none; }
}

/* ─────────────────────────────────────────
   RESPONSIVE
───────────────────────────────────────── */
@media (max-width: 1024px) {
  .guides-grid { grid-template-columns: repeat(2,1fr); }
  .footer-top  { grid-template-columns: 1fr 1fr; gap: 32px; }
  .page-content-wrap { padding: 0 20px; }
}
@media (max-width: 900px) {
  .hero-inner      { grid-template-columns: 1fr; }
  .hero-right      { display: none; }
  .review-grid     { grid-template-columns: 1fr; gap: 36px; }
  .fantasy-inner   { grid-template-columns: 1fr; }
  .articles-layout { grid-template-columns: 1fr; }
  .howto-grid      { grid-template-columns: 1fr 1fr; }
  .page-content-wrap { margin: 32px auto; }
}
@media (max-width: 640px) {
  .guides-grid   { grid-template-columns: 1fr; }
  .howto-grid    { grid-template-columns: 1fr; }
  .nav-menu-wrap { display: none; }
  .nav-cta-btn   { display: none; }
  .nav-toggle    { display: flex; }
  .nav-menu-wrap.open { display: flex; position: fixed; top: 64px; left: 0; right: 0; bottom: 0; background: var(--green-950); flex-direction: column; justify-content: flex-start; padding: 24px 28px; z-index: 300; }
  .nav-menu.open { flex-direction: column; width: 100%; gap: 4px; }
  .nav-menu.open li a { font-size: 16px; padding: 12px 0; border-radius: 0; border-bottom: 1px solid rgba(255,255,255,.07); }
  .hero-stats    { gap: 20px; }
  .footer-top    { grid-template-columns: 1fr; }
  .nl-form       { flex-direction: column; }
  .nl-form input { border-radius: var(--r-md) var(--r-md) 0 0; }
  .nl-form button{ border-radius: 0 0 var(--r-md) var(--r-md); }
  .footer-bottom { flex-direction: column; text-align: center; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration:.01ms!important; transition-duration:.01ms!important; }
}
