/*
Theme Name: PredictPro
Theme URI: https://predictpro.com
Author: Maengwe (Jobsmartic)
Author URI: https://jobsmartic.co.ke
Description: Professional football predictions WordPress theme with VIP membership, Paystack payments, PWA support, and installable mobile app functionality.
Version: 11.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: predictpro
Tags: sports, predictions, football, betting, membership, vip, paystack, pwa, mobile-app

PredictPro v11 - Enhanced with webhook automation, payment verification, and PWA mobile app support!
*/

/* ══════════════════════════════════════
   RESET & BASE
══════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --green:       #00c853;
  --green-dark:  #009624;
  --green-light: #e8faf0;
  --navy:        #0d1b2a;
  --navy-mid:    #1a2e45;
  --navy-light:  #243b55;
  --black:       #0a0a0a;
  --white:       #ffffff;
  --gray-1:      #f4f6f8;
  --gray-2:      #e0e4ea;
  --gray-3:      #9aa5b4;
  --gray-4:      #4a5568;
  --gold:        #ffc107;
  --red:         #e53935;
  --font-head:   'Rajdhani', 'Oswald', sans-serif;
  --font-body:   'Inter', 'Segoe UI', sans-serif;
  --radius:      10px;
  --radius-lg:   18px;
  --shadow:      0 4px 24px rgba(0,0,0,0.10);
  --shadow-lg:   0 8px 48px rgba(0,0,0,0.18);
  --transition:  0.22s ease;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  background: var(--gray-1);
  color: var(--navy);
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--green); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--green-dark); }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }

/* ══════════════════════════════════════
   TYPOGRAPHY
══════════════════════════════════════ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.2;
  color: var(--navy);
  letter-spacing: 0.01em;
}
h1 { font-size: clamp(32px, 5vw, 56px); }
h2 { font-size: clamp(24px, 3.5vw, 38px); }
h3 { font-size: clamp(18px, 2.5vw, 26px); }
h4 { font-size: 20px; }
p  { margin-bottom: 1em; }

/* ══════════════════════════════════════
   UTILITIES
══════════════════════════════════════ */
.container { max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.section-pad { padding: 72px 0; }
.section-pad-sm { padding: 48px 0; }
.text-center { text-align: center; }
.text-white { color: var(--white) !important; }
.text-green { color: var(--green) !important; }
.text-gold  { color: var(--gold) !important; }
.bg-navy    { background: var(--navy); }
.bg-dark    { background: var(--black); }
.bg-white   { background: var(--white); }
.d-flex     { display: flex; }
.align-center { align-items: center; }
.justify-between { justify-content: space-between; }
.gap-16 { gap: 16px; }
.gap-24 { gap: 24px; }
.mt-8  { margin-top: 8px; }
.mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.mb-8  { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.mb-24 { margin-bottom: 24px; }
.mb-40 { margin-bottom: 40px; }
.hidden { display: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* ══════════════════════════════════════
   BUTTONS
══════════════════════════════════════ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 28px;
  border-radius: var(--radius);
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
  cursor: pointer;
  border: none;
  transition: all var(--transition);
  text-transform: uppercase;
}
.btn-green  { background: var(--green); color: var(--white); }
.btn-green:hover { background: var(--green-dark); color: var(--white); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(0,200,83,0.35); }
.btn-navy   { background: var(--navy); color: var(--white); }
.btn-navy:hover { background: var(--navy-mid); color: var(--white); }
.btn-gold   { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: #e6ac00; color: var(--navy); transform: translateY(-2px); }
.btn-outline { background: transparent; border: 2px solid var(--green); color: var(--green); }
.btn-outline:hover { background: var(--green); color: var(--white); }
.btn-lg { padding: 16px 40px; font-size: 18px; border-radius: 12px; }
.btn-sm { padding: 8px 18px; font-size: 13px; }
.btn-full { width: 100%; justify-content: center; }

/* ══════════════════════════════════════
   SECTION HEADING
══════════════════════════════════════ */
.section-heading {
  margin-bottom: 40px;
}
.section-heading .label {
  display: inline-block;
  background: var(--green-light);
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.section-heading h2 { color: var(--navy); }
.section-heading p  { color: var(--gray-4); font-size: 16px; max-width: 560px; }
.section-heading.centered { text-align: center; }
.section-heading.centered p { margin: 0 auto; }
.section-heading.light h2 { color: var(--white); }
.section-heading.light p  { color: var(--gray-3); }
.section-heading.light .label { background: rgba(0,200,83,0.15); color: var(--green); }

/* ══════════════════════════════════════
   HEADER
══════════════════════════════════════ */
#site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--navy);
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 800;
  color: var(--white);
  letter-spacing: 0.04em;
}
.site-logo:hover { color: var(--green); }
.site-logo .logo-icon {
  width: 38px;
  height: 38px;
  background: var(--green);
  border-radius: 8px;
  display: grid;
  place-items: center;
  font-size: 20px;
}
.site-logo span { color: var(--green); }

#main-nav { display: flex; align-items: center; gap: 4px; }
#main-nav a {
  color: rgba(255,255,255,0.8);
  font-size: 14px;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: 6px;
  transition: all var(--transition);
}
#main-nav a:hover, #main-nav a.active {
  color: var(--white);
  background: rgba(255,255,255,0.1);
}

.header-actions { display: flex; align-items: center; gap: 10px; }
.header-actions .btn-vip {
  background: linear-gradient(135deg, var(--gold), #ff8f00);
  color: var(--navy);
  font-weight: 700;
  padding: 9px 20px;
  border-radius: 8px;
  font-size: 13px;
  font-family: var(--font-head);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all var(--transition);
}
.header-actions .btn-vip:hover { transform: translateY(-1px); box-shadow: 0 4px 16px rgba(255,193,7,0.4); }
.header-actions .btn-login {
  color: rgba(255,255,255,0.75);
  font-size: 14px;
  padding: 8px 16px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 8px;
}
.header-actions .btn-login:hover { color: white; border-color: white; }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 6px;
  background: none;
  border: none;
}
.hamburger span {
  width: 24px;
  height: 2px;
  background: white;
  border-radius: 2px;
  transition: all var(--transition);
  display: block;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile nav */
#mobile-nav {
  display: none;
  background: var(--navy-mid);
  padding: 16px 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
}
#mobile-nav.open { display: block; }
#mobile-nav a {
  display: block;
  color: rgba(255,255,255,0.8);
  padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-size: 15px;
  font-weight: 500;
}
#mobile-nav a:last-child { border-bottom: none; }

/* ══════════════════════════════════════
   HERO
══════════════════════════════════════ */
.hero-section {
  background: linear-gradient(135deg, var(--navy) 0%, #0d2137 50%, #0a1a2e 100%);
  padding: 80px 0 64px;
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2300c853' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-section::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 60px;
  background: var(--gray-1);
  clip-path: ellipse(55% 100% at 50% 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0,200,83,0.12);
  border: 1px solid rgba(0,200,83,0.3);
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.hero-badge .dot {
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.3); }
}

.hero-title {
  color: var(--white);
  margin-bottom: 20px;
  font-size: clamp(34px, 5vw, 58px);
}
.hero-title span { color: var(--green); }

.hero-desc {
  color: rgba(255,255,255,0.65);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 500px;
}

.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 40px; }

.hero-stats {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.hero-stat .num {
  font-family: var(--font-head);
  font-size: 30px;
  font-weight: 800;
  color: var(--white);
  line-height: 1;
}
.hero-stat .num span { color: var(--green); }
.hero-stat .lbl { font-size: 12px; color: rgba(255,255,255,0.5); margin-top: 2px; }

/* Hero card panel */
.hero-panel {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mini-pred-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 16px 20px;
  backdrop-filter: blur(12px);
  transition: all var(--transition);
}
.mini-pred-card:hover { background: rgba(255,255,255,0.1); transform: translateX(4px); }

.mini-pred-card .match-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.mini-pred-card .league {
  font-size: 11px;
  color: var(--green);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.mini-pred-card .time {
  font-size: 11px;
  color: rgba(255,255,255,0.4);
}
.mini-pred-card .teams {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.mini-pred-card .team-name {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
}
.mini-pred-card .vs {
  font-size: 11px;
  color: rgba(255,255,255,0.3);
  font-weight: 700;
}
.mini-pred-card .pred-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mini-pred-card .pred-tip {
  background: rgba(0,200,83,0.15);
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 6px;
  letter-spacing: 0.04em;
}
.mini-pred-card .pred-odds {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 800;
  color: var(--gold);
}
.mini-pred-card.vip-card {
  border-color: rgba(255,193,7,0.3);
  background: rgba(255,193,7,0.06);
}
.mini-pred-card .win-badge {
  font-size: 11px;
  padding: 3px 10px;
  border-radius: 5px;
  font-weight: 700;
}
.win-badge.win  { background: rgba(0,200,83,0.2); color: var(--green); }
.win-badge.loss { background: rgba(229,57,53,0.2); color: var(--red); }
.win-badge.pending { background: rgba(255,193,7,0.2); color: var(--gold); }

/* ══════════════════════════════════════
   CATEGORY BUTTONS
══════════════════════════════════════ */
.categories-section { padding: 36px 0; background: var(--white); border-bottom: 1px solid var(--gray-2); }

.cat-grid {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.cat-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: var(--radius);
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all var(--transition);
  background: var(--gray-1);
  color: var(--navy);
}
.cat-btn:hover, .cat-btn.active {
  background: var(--navy);
  color: var(--white);
  border-color: var(--navy);
  transform: translateY(-2px);
  box-shadow: var(--shadow);
}
.cat-btn .icon { font-size: 18px; }
.cat-btn.vip-cat {
  background: linear-gradient(135deg, var(--gold), #ff8f00);
  color: var(--navy);
  border-color: transparent;
}
.cat-btn.vip-cat:hover { transform: translateY(-2px); box-shadow: 0 4px 20px rgba(255,193,7,0.4); }

/* ══════════════════════════════════════
   PREDICTIONS GRID
══════════════════════════════════════ */
.predictions-section { padding: 64px 0; }

.predictions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 20px;
}

.prediction-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
  transition: all var(--transition);
  border: 1px solid var(--gray-2);
}
.prediction-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.pred-card-header {
  background: var(--navy);
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pred-card-header .league-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.pred-card-header .league-flag { font-size: 18px; }
.pred-card-header .kickoff {
  font-size: 12px;
  color: rgba(255,255,255,0.5);
  display: flex;
  align-items: center;
  gap: 5px;
}

.pred-card-body { padding: 18px; }

.match-teams {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 16px;
}
.team-block { text-align: center; flex: 1; }
.team-block .name {
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.2;
}
.vs-block {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: var(--gray-1);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 800;
  color: var(--gray-3);
}

.pred-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 14px 0;
  border-top: 1px solid var(--gray-2);
  border-bottom: 1px solid var(--gray-2);
  margin-bottom: 14px;
}
.pred-detail-item { text-align: center; }
.pred-detail-item .val {
  font-family: var(--font-head);
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  display: block;
}
.pred-detail-item .lbl {
  font-size: 10px;
  color: var(--gray-3);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.confidence-bar {
  margin-bottom: 14px;
}
.confidence-bar .bar-label {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--gray-3);
  margin-bottom: 5px;
}
.confidence-bar .bar-track {
  height: 6px;
  background: var(--gray-2);
  border-radius: 3px;
  overflow: hidden;
}
.confidence-bar .bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--green-dark), var(--green));
  border-radius: 3px;
  transition: width 0.6s ease;
}

.pred-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pred-status-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.pred-status-badge.free  { background: var(--green-light); color: var(--green-dark); }
.pred-status-badge.vip   { background: rgba(255,193,7,0.15); color: #b8860b; }
.pred-status-badge.win   { background: rgba(0,200,83,0.12); color: var(--green-dark); }
.pred-status-badge.loss  { background: rgba(229,57,53,0.12); color: var(--red); }
.pred-odds-display {
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 800;
  color: var(--gold);
}

/* VIP Card — card itself NOT blurred, only the tip value */
.prediction-card.vip-card {
  border-top: 3px solid var(--gold);
}

/* Tip value blur — only the prediction value is hidden */
.vip-tip-blur {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.blurred-tip {
  filter: blur(6px);
  user-select: none;
  pointer-events: none;
  font-weight: 800;
  font-size: 18px;
  color: var(--navy);
}
.tip-unlock-btn {
  display: inline-block;
  background: var(--gold);
  color: var(--navy);
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  text-decoration: none;
  white-space: nowrap;
}
.tip-unlock-btn:hover { background: #d4940f; color: var(--navy); }
.vip-tip-revealed {
  font-weight: 800;
  color: var(--green);
}

/* ══════════════════════════════════════
   VIP CTA SECTION
══════════════════════════════════════ */
.vip-cta-section {
  background: linear-gradient(135deg, var(--navy) 0%, #0d2137 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.vip-cta-section::before {
  content: '⚽';
  position: absolute;
  font-size: 300px;
  opacity: 0.03;
  right: -40px;
  top: -40px;
  pointer-events: none;
}

.vip-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}

.plan-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 32px 24px;
  text-align: center;
  transition: all var(--transition);
  position: relative;
}
.plan-card:hover { background: rgba(255,255,255,0.09); transform: translateY(-4px); }
.plan-card.popular {
  border-color: var(--gold);
  background: rgba(255,193,7,0.06);
}

.plan-popular-badge {
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold);
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
  padding: 4px 16px;
  border-radius: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.plan-name {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gray-3);
  margin-bottom: 12px;
}
.plan-price {
  font-family: var(--font-head);
  font-size: 44px;
  font-weight: 900;
  color: var(--white);
  line-height: 1;
  margin-bottom: 4px;
}
.plan-price .currency { font-size: 22px; vertical-align: top; margin-top: 6px; display: inline-block; }
.plan-price .period   { font-size: 14px; color: var(--gray-3); font-weight: 400; }

.plan-features {
  margin: 24px 0;
  text-align: left;
}
.plan-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  font-size: 14px;
  color: rgba(255,255,255,0.75);
}
.plan-features li:last-child { border-bottom: none; }
.plan-features li .check { color: var(--green); font-size: 16px; flex-shrink: 0; }
.plan-features li .cross { color: var(--gray-3); font-size: 16px; flex-shrink: 0; }

/* ══════════════════════════════════════
   STATS SECTION
══════════════════════════════════════ */
.stats-section { background: var(--white); padding: 64px 0; }

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.stat-card {
  text-align: center;
  padding: 32px 16px;
  border-radius: var(--radius-lg);
  background: var(--gray-1);
  border: 1px solid var(--gray-2);
  transition: all var(--transition);
}
.stat-card:hover { background: var(--navy); }
.stat-card:hover .stat-num, .stat-card:hover .stat-label { color: var(--white); }
.stat-num {
  font-family: var(--font-head);
  font-size: 48px;
  font-weight: 900;
  color: var(--navy);
  line-height: 1;
  margin-bottom: 6px;
}
.stat-num span { color: var(--green); }
.stat-label { font-size: 13px; color: var(--gray-4); font-weight: 600; text-transform: uppercase; letter-spacing: 0.08em; }
.stat-icon { font-size: 32px; margin-bottom: 12px; }

/* ══════════════════════════════════════
   TESTIMONIALS
══════════════════════════════════════ */
.testimonials-section { padding: 72px 0; background: var(--gray-1); }

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.testimonial-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow);
  border: 1px solid var(--gray-2);
}
.testimonial-stars { color: var(--gold); font-size: 18px; margin-bottom: 14px; letter-spacing: 2px; }
.testimonial-text { font-size: 15px; color: var(--gray-4); line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--green);
  display: grid;
  place-items: center;
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 800;
  color: var(--white);
  flex-shrink: 0;
}
.author-name { font-weight: 700; font-size: 14px; color: var(--navy); }
.author-sub  { font-size: 12px; color: var(--gray-3); }

/* ══════════════════════════════════════
/* ══════════════════════════════════════
   FOOTER
══════════════════════════════════════ */
#site-footer {
  background: var(--navy);
  color: rgba(255,255,255,0.65);
  padding: 64px 0 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}

.footer-brand .site-logo { margin-bottom: 16px; font-size: 22px; }
.footer-brand p { font-size: 14px; line-height: 1.7; max-width: 280px; color: rgba(255,255,255,0.5); }

.footer-col h5 {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--white);
  margin-bottom: 16px;
}
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a {
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  transition: color var(--transition);
}
.footer-col ul li a:hover { color: var(--green); }

.footer-disclaimer {
  background: rgba(0,0,0,0.2);
  padding: 20px;
  border-radius: var(--radius);
  margin-top: 20px;
}
.footer-disclaimer p {
  font-size: 12px;
  color: rgba(255,255,255,0.3);
  line-height: 1.6;
  margin: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom p { font-size: 13px; color: rgba(255,255,255,0.35); margin: 0; }
.footer-social { display: flex; gap: 10px; }
.footer-social a {
  width: 34px;
  height: 34px;
  background: rgba(255,255,255,0.08);
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: rgba(255,255,255,0.5);
  font-size: 14px;
  transition: all var(--transition);
}
.footer-social a:hover { background: var(--green); color: var(--white); }

/* ══════════════════════════════════════
   SINGLE PREDICTION PAGE
══════════════════════════════════════ */
.single-pred-header {
  background: var(--navy);
  padding: 48px 0;
}
.single-pred-content { padding: 48px 0; }
.single-pred-inner {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 32px;
}

.pred-analysis { background: var(--white); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow); margin-bottom: 24px; }
.pred-analysis h3 { margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--gray-2); }

.pred-sidebar-card { background: var(--white); border-radius: var(--radius-lg); padding: 24px; box-shadow: var(--shadow); margin-bottom: 20px; }
.pred-sidebar-card h4 { margin-bottom: 16px; font-size: 16px; }

/* ══════════════════════════════════════
   VIP DASHBOARD
══════════════════════════════════════ */
.vip-dashboard { padding: 48px 0; }
.dashboard-grid {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px;
}
.dashboard-sidebar {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: var(--shadow);
  height: fit-content;
}
.dashboard-sidebar .user-info { text-align: center; padding-bottom: 20px; border-bottom: 1px solid var(--gray-2); margin-bottom: 20px; }
.dashboard-sidebar .user-avatar {
  width: 72px;
  height: 72px;
  background: var(--green);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--font-head);
  font-size: 28px;
  font-weight: 800;
  color: white;
  margin: 0 auto 12px;
}
.dashboard-sidebar .user-name { font-weight: 700; font-size: 17px; color: var(--navy); }
.dashboard-sidebar .user-plan { font-size: 12px; color: var(--green); font-weight: 600; }

.dash-nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--radius);
  color: var(--gray-4);
  font-size: 14px;
  font-weight: 500;
  transition: all var(--transition);
  margin-bottom: 4px;
}
.dash-nav a:hover, .dash-nav a.active { background: var(--green-light); color: var(--green-dark); }
.dash-nav a .icon { font-size: 18px; width: 22px; }

.dashboard-main { background: var(--white); border-radius: var(--radius-lg); padding: 32px; box-shadow: var(--shadow); }

/* ══════════════════════════════════════
   AUTH PAGES
══════════════════════════════════════ */
.auth-page { min-height: 80vh; display: grid; place-items: center; padding: 48px 20px; }
.auth-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-lg);
  width: 100%;
  max-width: 440px;
}
.auth-card h2 { margin-bottom: 8px; }
.auth-card .subtitle { color: var(--gray-3); font-size: 14px; margin-bottom: 28px; }

.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--navy); margin-bottom: 6px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 11px 14px;
  border: 2px solid var(--gray-2);
  border-radius: var(--radius);
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--navy);
  transition: border-color var(--transition);
  background: var(--white);
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--green);
}
.form-group textarea { min-height: 100px; resize: vertical; }

/* ══════════════════════════════════════
   ODDS CALCULATOR
══════════════════════════════════════ */
.calc-section { padding: 64px 0; background: var(--white); }
.calc-card {
  max-width: 680px;
  margin: 0 auto;
  background: var(--gray-1);
  border-radius: var(--radius-lg);
  padding: 36px;
  border: 1px solid var(--gray-2);
}
.calc-result {
  background: var(--navy);
  border-radius: var(--radius);
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.calc-result .label { color: rgba(255,255,255,0.6); font-size: 14px; }
.calc-result .value {
  font-family: var(--font-head);
  font-size: 32px;
  font-weight: 900;
  color: var(--green);
}

/* ══════════════════════════════════════
   BREADCRUMBS
══════════════════════════════════════ */
.breadcrumbs {
  padding: 14px 0;
  font-size: 13px;
  color: var(--gray-3);
  border-bottom: 1px solid var(--gray-2);
  background: var(--white);
}
.breadcrumbs a { color: var(--gray-3); }
.breadcrumbs a:hover { color: var(--green); }
.breadcrumbs .sep { margin: 0 8px; }
.breadcrumbs .current { color: var(--navy); font-weight: 500; }

/* ══════════════════════════════════════
   ADS
══════════════════════════════════════ */
.ad-space {
  background: var(--gray-1);
  border: 2px dashed var(--gray-2);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: var(--gray-3);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.ad-space-banner { height: 90px; margin: 24px 0; }
.ad-space-square { height: 250px; }
.ad-space-leaderboard { height: 90px; width: 100%; }

/* ══════════════════════════════════════
   PAYSTACK MODAL
══════════════════════════════════════ */
.payment-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 20px;
}
.payment-modal {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 36px;
  max-width: 460px;
  width: 100%;
  box-shadow: var(--shadow-lg);
}
.payment-modal h3 { margin-bottom: 6px; }
.payment-modal .subtitle { color: var(--gray-3); font-size: 14px; margin-bottom: 24px; }

/* ══════════════════════════════════════
   ADMIN METABOX
══════════════════════════════════════ */
.pred-metabox { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pred-metabox label { display: block; font-size: 13px; font-weight: 600; color: #333; margin-bottom: 4px; }
.pred-metabox input, .pred-metabox select {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
}

/* ══════════════════════════════════════
   ALERTS & NOTICES
══════════════════════════════════════ */
.alert {
  padding: 14px 18px;
  border-radius: var(--radius);
  font-size: 14px;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.alert-success { background: var(--green-light); color: var(--green-dark); border: 1px solid #a8e6bf; }
.alert-error   { background: #ffeaea; color: var(--red); border: 1px solid #ffb3b3; }
.alert-warning { background: #fff8e1; color: #8a6100; border: 1px solid #ffe082; }
.alert-info    { background: #e3f2fd; color: #1565c0; border: 1px solid #90caf9; }

/* ══════════════════════════════════════
   LOADING / SKELETON
══════════════════════════════════════ */
.skeleton {
  background: linear-gradient(90deg, var(--gray-1) 25%, var(--gray-2) 50%, var(--gray-1) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.4s infinite;
  border-radius: 6px;
}
@keyframes shimmer { 0% { background-position: 200% 0; } 100% { background-position: -200% 0; } }

/* ══════════════════════════════════════
   WHATSAPP SHARE
══════════════════════════════════════ */
.whatsapp-share {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #25d366;
  color: white;
  padding: 9px 18px;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 600;
  transition: all var(--transition);
}
.whatsapp-share:hover { background: #128c7e; color: white; transform: translateY(-1px); }

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 1024px) {
  .vip-plans { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-panel { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  #main-nav { display: none; }
  .hamburger { display: flex; }
  .header-actions .btn-login { display: none; }
  .vip-plans { grid-template-columns: 1fr; max-width: 380px; margin-left: auto; margin-right: auto; }
  .predictions-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .single-pred-inner { grid-template-columns: 1fr; }
  .dashboard-grid { grid-template-columns: 1fr; }
  .cat-grid { gap: 8px; }
  .cat-btn { padding: 10px 16px; font-size: 13px; }
  .hero-stats { gap: 20px; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .footer-bottom { flex-direction: column; text-align: center; }
}

@media (max-width: 480px) {
  .pred-details { grid-template-columns: repeat(3, 1fr); }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .auth-card { padding: 28px 20px; }
  .calc-card { padding: 24px 16px; }
}
