/* =============================================
   Vanky12 — Dark Green Cricket Theme
   Matching vanky12.com official look
   ============================================= */

:root {
  --green:       #1a7a3a;
  --green-dark:  #0d5228;
  --green-deep:  #073d1e;
  --green-light: #25a050;
  --green-glow:  #2ecc71;
  --gold:        #ffd700;
  --red:         #cc2200;
  --red-bright:  #e83020;
  --white:       #ffffff;
  --off-white:   #f0f8f4;
  --pale:        #e8f5ee;
  --dark-bg:     #0a1a10;
  --dark-card:   #0f2a18;
  --dark-mid:    #142e1c;

  --grad-main:   linear-gradient(135deg, #1a7a3a 0%, #0d5228 50%, #073d1e 100%);
  --grad-hero:   linear-gradient(135deg, #0a1a10 0%, #0d3a1c 50%, #0a1a10 100%);
  --grad-dark:   linear-gradient(135deg, #073d1e 0%, #0a2a14 100%);
  --grad-card:   linear-gradient(135deg, #0f2218 0%, #142e1c 100%);
  --grad-cta:    linear-gradient(135deg, #0d5228 0%, #1a7a3a 100%);
  --grad-green:  linear-gradient(135deg, #1a7a3a, #25a050);

  --text-dark:   #e8f5ee;
  --text-mid:    #a8d4b8;
  --text-light:  #6aaa88;
  --text-white:  #ffffff;
  --text-muted:  #558870;

  --shadow-green: 0 8px 32px rgba(26,122,58,0.4);
  --shadow-soft:  0 4px 20px rgba(13,82,40,0.3);
  --shadow-card:  0 2px 16px rgba(7,61,30,0.4);
  --border-green: rgba(37,160,80,0.35);
  --border-light: rgba(26,122,58,0.2);

  --radius-sm:   8px;
  --radius-md:   16px;
  --radius-lg:   24px;
  --radius-xl:   36px;
  --font-display: 'Cinzel', Georgia, serif;
  --font-body:    'Rajdhani', 'Segoe UI', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--font-body);
  background: var(--dark-bg);
  color: var(--text-dark);
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; transition: all 0.25s ease; }
img { max-width: 100%; }

/* HEADER */
.header {
  position: sticky; top: 0; z-index: 1000;
  background: var(--grad-main);
  box-shadow: 0 2px 24px rgba(0,0,0,0.5), 0 0 0 1px rgba(37,160,80,0.2);
}
.header-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 0.9rem 2rem;
  display: flex; align-items: center; gap: 2rem;
}
.logo {
  font-family: var(--font-display);
  font-size: 1.7rem; font-weight: 900;
  letter-spacing: 2px; color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.logo span { color: var(--gold); text-shadow: 0 0 12px rgba(255,215,0,0.6); }
.nav { display: flex; align-items: center; gap: 0.5rem; margin-left: auto; flex-wrap: wrap; }
.nav a { color: rgba(255,255,255,0.92); font-size: 0.95rem; font-weight: 600; padding: 0.45rem 0.9rem; border-radius: 20px; }
.nav a:hover { background: rgba(255,255,255,0.15); color: #fff; }
.nav .btn-id { background: rgba(255,215,0,0.2); border: 1.5px solid rgba(255,215,0,0.5); color: var(--gold); padding: 0.45rem 1.2rem; border-radius: 20px; font-weight: 700; }
.nav .btn-id:hover { background: rgba(255,215,0,0.35); }

/* HAMBURGER */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 0.3rem; margin-left: auto; }
.hamburger span { display: block; width: 24px; height: 2.5px; background: #fff; border-radius: 2px; transition: all 0.3s; }
.hamburger.active span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }
.mobile-nav { display: none; flex-direction: column; padding: 0.8rem 1.5rem 1.2rem; gap: 0.3rem; background: rgba(7,61,30,0.95); }
.mobile-nav.open { display: flex; }
.mobile-nav a { color: #fff; font-size: 1rem; font-weight: 600; padding: 0.55rem 0.8rem; border-radius: 8px; }
.mobile-nav a:hover { background: rgba(37,160,80,0.2); }

/* FLOATING */
.floating-btns { position: fixed; right: 1.4rem; bottom: 8rem; z-index: 999; display: flex; flex-direction: column; gap: 0.8rem; }
.float-btn { position: relative; width: 52px; height: 52px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow-green); transition: transform 0.2s; }
.float-btn:hover { transform: scale(1.1); }
.float-btn svg { width: 26px; height: 26px; }
.float-btn-wa { background: #25d366; }
.float-btn-tg { background: #0088cc; }
.float-label { position: absolute; right: 60px; background: var(--dark-bg); color: #fff; font-size: 0.75rem; font-weight: 600; padding: 0.3rem 0.7rem; border-radius: 6px; white-space: nowrap; opacity: 0; pointer-events: none; transition: opacity 0.2s; border: 1px solid var(--border-green); }
.float-btn:hover .float-label { opacity: 1; }

/* BUTTONS */
.btn { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.8rem 1.8rem; border-radius: 50px; font-size: 1rem; font-weight: 700; letter-spacing: 0.5px; transition: all 0.25s ease; border: none; cursor: pointer; text-decoration: none; }
.btn:hover { transform: translateY(-2px); }
.btn-green { background: #25d366; color: #fff; box-shadow: 0 4px 16px rgba(37,211,102,0.4); }
.btn-green:hover { background: #20ba58; }
.btn-blue { background: #0088cc; color: #fff; box-shadow: 0 4px 16px rgba(0,136,204,0.35); }
.btn-blue:hover { background: #0070a8; }
.btn-gold { background: linear-gradient(135deg, #ffd700, #ffb800); color: #0a1a10; font-weight: 800; box-shadow: 0 4px 20px rgba(255,184,0,0.4); }
.btn-gold:hover { background: linear-gradient(135deg, #ffe033, #ffc800); box-shadow: 0 6px 24px rgba(255,184,0,0.55); }
.btn-red { background: linear-gradient(135deg, #cc2200, #991800); color: #fff; box-shadow: 0 4px 16px rgba(204,34,0,0.4); }
.btn-red:hover { opacity: 0.9; }
.btn-primary { background: var(--grad-green); color: #fff; box-shadow: var(--shadow-green); }
.btn-primary:hover { box-shadow: 0 8px 32px rgba(37,160,80,0.5); }

/* HERO */
.hero {
  position: relative;
  background: var(--grad-hero);
  overflow: hidden;
  padding: 5rem 2rem 4rem;
  min-height: 90vh;
  display: flex; align-items: center;
}
/* Cricket stadium background effect */
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 50% 100%, rgba(26,122,58,0.3) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 10% 80%, rgba(7,61,30,0.8) 0%, transparent 60%),
    radial-gradient(ellipse 40% 40% at 90% 20%, rgba(13,82,40,0.5) 0%, transparent 60%);
  pointer-events: none;
}
/* Cricket ground lines effect */
.hero::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 40px, rgba(26,122,58,0.05) 40px, rgba(26,122,58,0.05) 41px),
    repeating-linear-gradient(90deg, transparent, transparent 80px, rgba(26,122,58,0.03) 80px, rgba(26,122,58,0.03) 81px);
  pointer-events: none;
}
.hero-glow-left, .hero-glow-right { display: none; }
.hero-inner { max-width: 1200px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; position: relative; z-index: 1; }
.hero-badge { display: inline-block; background: rgba(255,215,0,0.15); border: 1.5px solid rgba(255,215,0,0.5); color: var(--gold); font-size: 0.8rem; font-weight: 700; letter-spacing: 2px; padding: 0.4rem 1rem; border-radius: 20px; margin-bottom: 1.2rem; }
.hero-text h1 { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.2rem); font-weight: 900; color: #fff; line-height: 1.2; text-shadow: 0 2px 16px rgba(0,0,0,0.5); margin-bottom: 1.2rem; }
.hero-text h1 .brand { color: var(--gold); text-shadow: 0 0 20px rgba(255,215,0,0.5); }
.hero-text h1 .odds { color: var(--green-glow); font-style: italic; }
.hero-text p { color: rgba(255,255,255,0.85); font-size: 1.1rem; margin-bottom: 2rem; line-height: 1.7; max-width: 480px; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

/* LOGIN CARD — matches vanky12.com style */
.vanky-login-card {
  background: rgba(7, 40, 18, 0.92);
  border: 1.5px solid rgba(37,160,80,0.4);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  width: 100%;
  max-width: 380px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.6), 0 0 0 1px rgba(37,160,80,0.1), inset 0 1px 0 rgba(255,255,255,0.05);
  text-align: center;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}
.vanky-login-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #1a7a3a, #25a050, #ffd700, #25a050, #1a7a3a);
}
/* Logo in card */
.vanky-logo-card {
  margin-bottom: 1.8rem;
}
.vanky-logo-text {
  font-family: 'Cinzel', serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
}
.vanky-logo-text .brand-red { color: var(--red-bright); font-style: italic; font-family: Georgia, serif; font-size: 2.4rem; }
.vanky-logo-text .brand-num {
  background: var(--grad-green);
  color: #fff;
  padding: 0.15rem 0.5rem;
  border-radius: 6px;
  font-size: 1.4rem;
  font-weight: 900;
  border: 2px solid rgba(255,255,255,0.2);
}
/* Input fields */
.vanky-input-group { margin-bottom: 1.2rem; text-align: left; }
.vanky-input-label {
  display: flex; align-items: center; gap: 0.5rem;
  color: rgba(255,255,255,0.9);
  font-weight: 700; font-size: 0.95rem;
  margin-bottom: 0.5rem;
  font-family: var(--font-body);
}
.vanky-input-label span { font-size: 1rem; }
.vanky-input {
  width: 100%;
  padding: 0.9rem 1.1rem;
  background: rgba(255,255,255,0.06);
  border: 1.5px solid rgba(37,160,80,0.4);
  border-radius: 10px;
  color: rgba(255,255,255,0.85);
  font-size: 0.95rem;
  font-family: var(--font-body);
  outline: none;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.vanky-input::placeholder { color: rgba(255,255,255,0.35); }
.vanky-input:focus { border-color: var(--green-light); background: rgba(255,255,255,0.09); }
/* Login button */
.vanky-login-btn {
  width: 100%;
  padding: 1rem;
  background: linear-gradient(135deg, #1a7a3a, #25a050);
  border: 1.5px solid rgba(37,160,80,0.5);
  border-radius: 10px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 2px;
  cursor: pointer;
  display: block;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(26,122,58,0.5);
  transition: all 0.2s;
  font-family: var(--font-body);
  margin-bottom: 1rem;
}
.vanky-login-btn:hover { background: linear-gradient(135deg, #25a050, #2ecc71); box-shadow: 0 6px 28px rgba(37,160,80,0.6); transform: translateY(-1px); }
/* Warning note */
.vanky-note {
  background: rgba(204,34,0,0.15);
  border: 1px solid rgba(204,34,0,0.4);
  border-radius: 8px;
  padding: 0.55rem 0.9rem;
  font-size: 0.78rem;
  color: #ff8070;
  font-weight: 600;
  margin-top: 0.8rem;
}

/* STATS */
.stats-bar { background: var(--dark-mid); padding: 1.8rem 2rem; border-top: 1px solid rgba(37,160,80,0.2); border-bottom: 1px solid rgba(37,160,80,0.2); }
.stats-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; text-align: center; }
.stat-item { padding: 0.5rem; }
.stat-num { font-family: var(--font-display); font-size: 2rem; font-weight: 900; color: var(--gold); text-shadow: 0 0 12px rgba(255,215,0,0.4); }
.stat-label { color: var(--text-mid); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.5px; margin-top: 0.2rem; }

/* SECTIONS */
.section { padding: 5rem 2rem; background: var(--dark-bg); }
.section:nth-child(even) { background: var(--dark-card); }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-title { text-align: center; margin-bottom: 3rem; }
.section-title h2 { font-family: var(--font-display); font-size: clamp(1.5rem,3vw,2.2rem); font-weight: 700; color: #fff; margin-bottom: 0.6rem; }
.text-gold { color: var(--gold); }
.section-title p { color: var(--text-light); font-size: 1.05rem; }
.title-line { width: 60px; height: 4px; background: var(--grad-green); border-radius: 2px; margin: 1rem auto 0; }

/* FEATURES */
.features-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 1.5rem; }
.feature-card { background: var(--dark-card); border: 1.5px solid var(--border-green); border-radius: var(--radius-lg); padding: 2rem; text-align: center; box-shadow: var(--shadow-card); transition: transform 0.25s, box-shadow 0.25s; position: relative; overflow: hidden; }
.feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--grad-green); }
.feature-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-green); border-color: rgba(37,160,80,0.6); }
.feature-icon { font-size: 2.5rem; margin-bottom: 1rem; display: block; }
.feature-card h3 { font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; color: #fff; margin-bottom: 0.6rem; letter-spacing: 0.5px; }
.feature-card p { color: var(--text-mid); font-size: 0.92rem; line-height: 1.6; }

/* HOW TO */
.how-to { background: var(--dark-mid) !important; }
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(260px,1fr)); gap: 1.5rem; }
.step-card { background: var(--dark-card); border-radius: var(--radius-lg); padding: 2rem; text-align: center; box-shadow: var(--shadow-soft); border: 1.5px solid var(--border-light); transition: transform 0.25s; }
.step-card:hover { transform: translateY(-4px); border-color: var(--border-green); }
.step-num { width: 56px; height: 56px; border-radius: 50%; background: var(--grad-green); color: #fff; font-family: var(--font-display); font-size: 1.5rem; font-weight: 900; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.2rem; box-shadow: 0 4px 16px rgba(26,122,58,0.5); }
.step-card h3 { font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 0.6rem; }
.step-card p { color: var(--text-mid); font-size: 0.92rem; }

/* GAMES */
.games-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(160px,1fr)); gap: 1.2rem; }
.game-card { background: var(--dark-card); border: 1.5px solid var(--border-green); border-radius: var(--radius-lg); padding: 1.8rem 1rem; text-align: center; box-shadow: var(--shadow-card); transition: all 0.25s; position: relative; overflow: hidden; }
.game-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-green); background: rgba(26,122,58,0.15); border-color: rgba(37,160,80,0.6); }
.game-icon { font-size: 2.8rem; display: block; margin-bottom: 0.7rem; }
.game-card h3 { font-family: var(--font-display); font-size: 0.95rem; font-weight: 700; color: #fff; }
.live-badge { display: inline-block; background: #ff4444; color: #fff; font-size: 0.7rem; font-weight: 700; padding: 0.15rem 0.5rem; border-radius: 4px; margin-top: 0.4rem; animation: livePulse 2s infinite; }
@keyframes livePulse { 0%,100% { opacity: 1; } 50% { opacity: 0.7; } }

/* TRUST */
.trust-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); gap: 1.5rem; }
.trust-card { background: var(--dark-card); border: 1.5px solid var(--border-green); border-radius: var(--radius-lg); padding: 2rem; text-align: center; box-shadow: var(--shadow-card); transition: transform 0.25s; }
.trust-card:hover { transform: translateY(-4px); border-color: rgba(37,160,80,0.6); }
.trust-icon { font-size: 2.5rem; margin-bottom: 0.8rem; display: block; }
.trust-card h3 { font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 0.5rem; }
.trust-card p { color: var(--text-mid); font-size: 0.9rem; }

/* FAQ */
.faq { background: var(--dark-mid) !important; }
.faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 0.8rem; }
.faq-item { background: var(--dark-card); border: 1.5px solid var(--border-green); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-card); }
.faq-q { padding: 1.1rem 1.4rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-weight: 700; font-size: 1rem; color: #fff; transition: background 0.2s; user-select: none; }
.faq-q:hover { background: rgba(26,122,58,0.15); }
.faq-q.active { background: var(--grad-green); color: #fff; }
.faq-q.active .faq-arrow { color: #fff; transform: rotate(180deg); }
.faq-arrow { color: var(--green-light); font-size: 0.75rem; transition: transform 0.25s; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.25s; color: var(--text-mid); font-size: 0.95rem; line-height: 1.7; padding: 0 1.4rem; }
.faq-a a { color: var(--green-glow); text-decoration: underline; }
.faq-a.open { max-height: 300px; padding: 1rem 1.4rem 1.2rem; }

/* BLOG */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap: 1.5rem; }
.blog-card { background: var(--dark-card); border: 1.5px solid var(--border-green); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-card); transition: transform 0.25s, box-shadow 0.25s; }
.blog-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-green); }
.blog-img { background: var(--grad-green); height: 100px; display: flex; align-items: center; justify-content: center; font-size: 3rem; }
.blog-content { padding: 1.4rem; }
.blog-tag { display: inline-block; background: rgba(26,122,58,0.3); color: var(--green-glow); font-size: 0.75rem; font-weight: 700; padding: 0.2rem 0.7rem; border-radius: 12px; margin-bottom: 0.7rem; letter-spacing: 0.5px; border: 1px solid rgba(46,204,113,0.3); }
.blog-content h3 { font-family: var(--font-display); font-size: 0.95rem; font-weight: 700; color: #fff; margin-bottom: 0.5rem; line-height: 1.4; }
.blog-content p { color: var(--text-light); font-size: 0.88rem; margin-bottom: 0.8rem; line-height: 1.5; }
.blog-read-more { color: var(--green-glow); font-weight: 700; font-size: 0.88rem; }
.blog-read-more:hover { color: var(--gold); }

/* CTA */
.cta-section { background: var(--grad-dark); padding: 5rem 2rem; text-align: center; position: relative; overflow: hidden; border-top: 1px solid rgba(37,160,80,0.3); }
.cta-section::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 70% at 50% 50%, rgba(26,122,58,0.2) 0%, transparent 70%); pointer-events: none; }
.cta-section h2 { font-family: var(--font-display); font-size: clamp(1.6rem,3.5vw,2.4rem); color: #fff; text-shadow: 0 2px 12px rgba(0,0,0,0.4); margin-bottom: 1rem; position: relative; z-index: 1; }
.cta-section h2 .text-gold { color: var(--gold); }
.cta-section p { color: rgba(255,255,255,0.85); font-size: 1.05rem; max-width: 560px; margin: 0 auto 2rem; line-height: 1.7; position: relative; z-index: 1; }
.cta-section .btn { position: relative; z-index: 1; }

/* FOOTER */
.footer { background: #050e08; color: rgba(255,255,255,0.75); padding: 4rem 2rem 2rem; border-top: 1px solid rgba(37,160,80,0.2); }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; margin-bottom: 2.5rem; }
.footer-brand .logo { font-family: var(--font-display); font-size: 1.5rem; font-weight: 900; color: #fff; display: block; margin-bottom: 0.8rem; }
.footer-brand .logo span { color: var(--gold); }
.footer-brand p { font-size: 0.88rem; line-height: 1.6; color: rgba(255,255,255,0.55); max-width: 240px; }
.social-icons { display: flex; gap: 0.6rem; margin-top: 1rem; }
.social-icon { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.07); border: 1px solid rgba(37,160,80,0.3); display: flex; align-items: center; justify-content: center; font-size: 0.85rem; color: rgba(255,255,255,0.75); transition: all 0.2s; }
.social-icon:hover { background: var(--green); border-color: var(--green); color: #fff; }
.footer-col h4 { font-family: var(--font-display); font-size: 0.9rem; font-weight: 700; color: var(--gold); letter-spacing: 1px; margin-bottom: 1rem; text-transform: uppercase; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.5rem; }
.footer-col ul li a { font-size: 0.88rem; color: rgba(255,255,255,0.55); transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--green-glow); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 1.5rem; }
.footer-bottom p { font-size: 0.85rem; color: rgba(255,255,255,0.4); margin-bottom: 0.8rem; }
.footer-bottom a { color: var(--green-glow); }
.disclaimer { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07); border-radius: var(--radius-sm); padding: 0.8rem 1rem; font-size: 0.8rem; color: rgba(255,255,255,0.4); line-height: 1.6; }
.disclaimer a { color: var(--green-glow); }

/* PAGE HERO (inner pages) */
.page-hero { background: var(--grad-main); padding: 3.5rem 2rem 2.5rem; text-align: center; }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(1.8rem,4vw,2.8rem); font-weight: 900; color: #fff; margin-bottom: 0.6rem; }
.page-hero p { color: rgba(255,255,255,0.85); font-size: 1.05rem; margin-bottom: 1rem; }
.breadcrumb { display: flex; align-items: center; justify-content: center; gap: 0.5rem; font-size: 0.9rem; color: rgba(255,255,255,0.65); }
.breadcrumb a { color: var(--gold); }
.breadcrumb span { color: rgba(255,255,255,0.4); }

/* CONTENT SECTION (inner pages) */
.content-section { padding: 4rem 2rem; background: var(--dark-bg); }
.content-box { background: var(--dark-card); border: 1.5px solid var(--border-green); border-radius: var(--radius-lg); padding: 2rem; margin-bottom: 2rem; }
.content-box h2 { font-family: var(--font-display); font-size: 1.4rem; color: var(--gold); margin-bottom: 1rem; }
.content-box h3 { font-family: var(--font-display); font-size: 1.1rem; color: var(--green-glow); margin: 1rem 0 0.5rem; }
.content-box p { color: var(--text-mid); margin-bottom: 0.8rem; line-height: 1.7; }
.content-box ul { color: var(--text-mid); padding-left: 1.5rem; }
.content-box ul li { margin-bottom: 0.4rem; }
.content-box a { color: var(--green-glow); }
.content-box strong { color: #fff; }

/* CHAT WIDGET */
#c247-chat-btn { background: var(--green) !important; box-shadow: 0 4px 20px rgba(26,122,58,0.6) !important; }
@keyframes chatPulse { 0%,100%{box-shadow:0 0 0 0 rgba(26,122,58,0.6)}50%{box-shadow:0 0 0 12px rgba(26,122,58,0)}}
.c247-chat-header { background: linear-gradient(135deg, #1a7a3a, #0d5228) !important; }
.c247-chat-avatar { color: var(--green) !important; }
.c247-chat-opt { background: var(--green) !important; }
.c247-chat-opt:hover { background: var(--green-deep) !important; }

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero { min-height: auto; }
  .vanky-login-card { max-width: 100%; }
  .stats-inner { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav { display: none; }
  .hamburger { display: flex; }
}
@media (max-width: 600px) {
  .header-inner { padding: 0.8rem 1.2rem; }
  .hero { padding: 3rem 1.2rem; }
  .section { padding: 3rem 1.2rem; }
  .stats-inner { grid-template-columns: repeat(2,1fr); gap: 0.8rem; }
  .stat-num { font-size: 1.5rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .games-grid { grid-template-columns: repeat(2,1fr); }
  .hero-btns { flex-direction: column; }
  .hero-btns .btn { justify-content: center; }
  .cta-section { padding: 3rem 1.2rem; }
}
