
:root {
  --ink:      #0c1117;
  --ink-mid:  #1e2d22;
  --green:    #1b6b3a;
  --green2:   #27955a;
  --green-p:  #e5f3ec;
  --amber:    #e8a020;
  --amber-p:  #fef5e0;
  --red:      #c0392b;
  --slate:    #4a5e52;
  --muted:    #6e8070;
  --border:   #dde8e1;
  --surface:  #f6faf7;
  --white:    #ffffff;

  --r-sm: 6px;
  --r-md: 12px;
  --r-lg: 20px;

  --shadow-sm: 0 1px 4px rgba(0,0,0,0.06);
  --shadow-md: 0 6px 24px rgba(0,0,0,0.09);
  --shadow-lg: 0 16px 48px rgba(0,0,0,0.13);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Instrument Sans', sans-serif;
  background: var(--white);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
img { display: block; }

/* ══════════════════════════════════════════
   TYPOGRAPHY
══════════════════════════════════════════ */
h1,h2,h3,h4 { font-family: 'Syne', sans-serif; line-height: 1.1; }
h1 { font-size: clamp(2.8rem, 6vw, 5.2rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 700; }
h3 { font-size: 1.2rem; font-weight: 700; }
.eyebrow {
  display: inline-block;
  font-size: 0.72rem; font-weight: 600; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--green2);
  margin-bottom: 14px;
}
.section-intro {
  font-size: 1.05rem; color: var(--muted);
  max-width: 580px; font-weight: 300; line-height: 1.85;
  margin-bottom: 52px;
}

/* ══════════════════════════════════════════
   NAV
══════════════════════════════════════════ */
#top-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  height: 62px;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5vw;
  background: rgba(12,17,23,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.nav-logo {
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: 1.3rem; letter-spacing: -0.5px;
  color: var(--white); text-decoration: none;
}
.nav-logo span { color: var(--amber); }
.nav-links { display: flex; gap: 6px; list-style: none; }
.nav-links a {
  color: rgba(255,255,255,0.65); text-decoration: none;
  font-size: 0.78rem; font-weight: 500;
  letter-spacing: 0.8px; text-transform: uppercase;
  padding: 6px 12px; border-radius: var(--r-sm);
  transition: background 0.2s, color 0.2s;
}
.nav-links a:hover { background: rgba(255,255,255,0.08); color: #fff; }
.nav-links a.active-prog { color: var(--amber); }
.nav-cta {
  background: var(--green2); color: #fff !important;
  padding: 7px 16px !important; border-radius: var(--r-sm) !important;
}
.nav-cta:hover { background: var(--green) !important; }
.hamburger { display: none; background: none; border: none; cursor: pointer; color: #fff; font-size: 1.4rem; }

/* ══════════════════════════════════════════
   HERO
══════════════════════════════════════════ */
.hero {
  min-height: 100vh;
  background: var(--ink);
  display: flex; flex-direction: column; justify-content: center;
  padding: 100px 5vw 80px;
  position: relative; overflow: hidden;
}
.hero-mesh {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 65% at 90% 40%, rgba(27,107,58,0.38) 0%, transparent 60%),
    radial-gradient(ellipse 35% 50% at 5% 90%, rgba(232,160,32,0.12) 0%, transparent 55%),
    radial-gradient(ellipse 40% 40% at 50% 0%, rgba(27,107,58,0.15) 0%, transparent 60%);
}
.hero-grid-bg {
  position: absolute; inset: 0; opacity: 0.025;
  background-image:
    linear-gradient(rgba(255,255,255,1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,1) 1px, transparent 1px);
  background-size: 40px 40px;
}
.hero-inner { position: relative; z-index: 1; max-width: 780px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  border: 1px solid rgba(232,160,32,0.4);
  background: rgba(232,160,32,0.1);
  color: var(--amber); padding: 6px 16px;
  border-radius: 100px; font-size: 0.78rem; font-weight: 600;
  letter-spacing: 1px; text-transform: uppercase;
  margin-bottom: 28px;
  animation: rise 0.7s ease both;
}
.hero h1 {
  color: var(--white); margin-bottom: 24px;
  animation: rise 0.7s 0.1s ease both;
}
.hero h1 .accent { color: var(--green2); }
.hero h1 .line2 {
  display: block;
  -webkit-text-stroke: 1px rgba(255,255,255,0.3);
  color: transparent;
}
.hero-sub {
  font-size: 1.1rem; color: rgba(255,255,255,0.6);
  max-width: 560px; font-weight: 300; line-height: 1.85;
  margin-bottom: 44px;
  animation: rise 0.7s 0.2s ease both;
}
.hero-programs {
  display: flex; flex-wrap: wrap; gap: 12px;
  animation: rise 0.7s 0.3s ease both;
}
.prog-chip {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.8); padding: 10px 18px;
  border-radius: var(--r-sm); text-decoration: none;
  font-size: 0.85rem; font-weight: 500;
  transition: background 0.2s, border-color 0.2s, transform 0.15s;
}
.prog-chip:hover { background: rgba(255,255,255,0.12); border-color: var(--green2); transform: translateY(-2px); }
.prog-chip .chip-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.chip-green { background: var(--green2); }
.chip-amber { background: var(--amber); }
.chip-blue  { background: #3b82f6; }
.chip-grey  { background: rgba(255,255,255,0.3); }
.prog-chip.coming { opacity: 0.5; cursor: default; pointer-events: none; }

.hero-ticker {
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 44px; background: var(--green);
  display: flex; align-items: center; overflow: hidden;
}
.ticker-inner {
  display: flex; gap: 60px; white-space: nowrap;
  animation: ticker 30s linear infinite;
}
.ticker-item {
  font-size: 0.75rem; font-weight: 600; letter-spacing: 2px;
  text-transform: uppercase; color: rgba(255,255,255,0.8);
  display: flex; align-items: center; gap: 16px;
}
.ticker-dot { width: 4px; height: 4px; background: var(--amber); border-radius: 50%; }

/* ══════════════════════════════════════════
   LAYOUT HELPERS
══════════════════════════════════════════ */
.section { padding: 96px 5vw; }
.section-alt { background: var(--surface); }
.section-dark { background: var(--ink-mid); }
.section-green { background: var(--green); }
.max-w { max-width: 1100px; margin-left: auto; margin-right: auto; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

/* ══════════════════════════════════════════
   PROGRAM NAV BAR (sticky sub-nav)
══════════════════════════════════════════ */
.prog-nav {
  background: var(--white); border-bottom: 2px solid var(--border);
  position: sticky; top: 62px; z-index: 100;
  overflow-x: auto; scrollbar-width: none;
}
.prog-nav::-webkit-scrollbar { display: none; }
.prog-nav-inner {
  display: flex; gap: 0; padding: 0 5vw;
  min-width: max-content;
}
.prog-tab {
  padding: 0 24px; height: 52px;
  display: flex; align-items: center; gap: 10px;
  font-size: 0.84rem; font-weight: 600;
  color: var(--muted); text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: color 0.2s, border-color 0.2s;
  white-space: nowrap;
}
.prog-tab:hover { color: var(--ink); }
.prog-tab.active { color: var(--green); border-bottom-color: var(--green); }
.prog-tab .tab-icon { font-size: 1.1rem; }

/* ══════════════════════════════════════════
   PROGRAM SECTION HEADER
══════════════════════════════════════════ */
.prog-header {
  display: flex; align-items: flex-start; gap: 20px;
  margin-bottom: 48px; padding-bottom: 32px;
  border-bottom: 1px solid var(--border);
}
.prog-icon-lg {
  width: 64px; height: 64px; border-radius: var(--r-md);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; flex-shrink: 0;
}
.prog-icon-green { background: var(--green-p); }
.prog-icon-amber { background: var(--amber-p); }
.prog-icon-blue  { background: #eff6ff; }
.prog-meta { flex: 1; }
.prog-meta h2 { color: var(--ink); margin-bottom: 8px; }
.prog-meta p { color: var(--muted); font-size: 0.95rem; max-width: 700px; }
.prog-tag {
  display: inline-block; margin-top: 10px;
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase;
  padding: 4px 12px; border-radius: 100px;
}
.tag-green { background: var(--green-p); color: var(--green); }
.tag-amber { background: var(--amber-p); color: #7a5200; }
.tag-blue  { background: #eff6ff; color: #1d4ed8; }

/* ══════════════════════════════════════════
   INFO CARDS
══════════════════════════════════════════ */
.info-card {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-md); overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}
.info-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.info-card-head {
  padding: 24px 24px 18px;
  border-bottom: 1px solid var(--border);
  display: flex; gap: 14px; align-items: flex-start;
}
.card-icon {
  width: 42px; height: 42px; border-radius: var(--r-sm);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; flex-shrink: 0;
}
.info-card h3 { font-size: 1rem; margin-bottom: 4px; }
.info-card p { font-size: 0.83rem; color: var(--muted); line-height: 1.6; }
.info-card-body { padding: 18px 24px 24px; }
.check-list { list-style: none; }
.check-list li {
  display: flex; gap: 10px; padding: 7px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.85rem; color: var(--slate); line-height: 1.5;
}
.check-list li:last-child { border-bottom: none; }
.check-list li::before {
  content: '✓'; color: var(--green2);
  font-weight: 700; font-size: 0.8rem;
  flex-shrink: 0; margin-top: 2px;
}

/* ══════════════════════════════════════════
   STEPS
══════════════════════════════════════════ */
.steps-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--r-md); overflow: hidden;
}
.step-box {
  padding: 30px 24px;
  border-right: 1px solid var(--border);
  position: relative;
  transition: background 0.2s;
}
.step-box:last-child { border-right: none; }
.step-box:hover { background: var(--green-p); }
.step-num {
  font-family: 'Syne', sans-serif; font-size: 3rem;
  font-weight: 800; color: rgba(27,107,58,0.1);
  line-height: 1; margin-bottom: 4px;
}
.step-box .step-ico { font-size: 1.5rem; margin-bottom: 12px; }
.step-box h4 { font-size: 0.95rem; color: var(--ink); margin-bottom: 8px; }
.step-box p { font-size: 0.82rem; color: var(--muted); line-height: 1.65; }
.step-arrow {
  position: absolute; right: -10px; top: 50%;
  transform: translateY(-50%);
  background: var(--white); border: 1px solid var(--border);
  width: 20px; height: 20px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.7rem; color: var(--green2); z-index: 2;
}

/* ══════════════════════════════════════════
   ACCORDION
══════════════════════════════════════════ */
.accord { max-width: 820px; }
.accord-item {
  border: 1px solid var(--border); border-radius: var(--r-md);
  margin-bottom: 10px; overflow: hidden;
}
.accord-btn {
  width: 100%; background: none; border: none; cursor: pointer;
  padding: 18px 22px; display: flex; align-items: center; gap: 14px;
  text-align: left;
}
.accord-btn:hover { background: var(--green-p); }
.accord-btn.open { background: var(--green-p); }
.ab-icon { font-size: 1.2rem; flex-shrink: 0; }
.ab-title { font-family: 'Syne', sans-serif; font-size: 0.98rem; font-weight: 700; color: var(--ink); flex: 1; }
.ab-chev { font-size: 0.8rem; color: var(--muted); transition: transform 0.25s; flex-shrink: 0; }
.accord-btn.open .ab-chev { transform: rotate(180deg); }
.accord-body { display: none; padding: 6px 22px 22px; }
.accord-body.open { display: block; }
.req-label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px; color: var(--green2); margin: 18px 0 10px; }
.req-ul { list-style: none; }
.req-ul li {
  display: flex; gap: 10px; padding: 8px 0;
  border-bottom: 1px solid var(--border); font-size: 0.88rem; color: var(--slate);
}
.req-ul li:last-child { border-bottom: none; }
.req-dot { width: 6px; height: 6px; background: var(--green2); border-radius: 50%; flex-shrink: 0; margin-top: 7px; }
.note-box {
  background: var(--amber-p); border: 1px solid rgba(232,160,32,0.3);
  border-radius: var(--r-sm); padding: 14px 18px; margin-top: 16px;
  font-size: 0.84rem; color: #6b4500; line-height: 1.6;
}

/* ══════════════════════════════════════════
   ELIGIBILITY TABLE
══════════════════════════════════════════ */
.elig-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.elig-card { border-radius: var(--r-md); padding: 28px; }
.elig-yes { background: var(--green-p); border: 1px solid rgba(27,107,58,0.2); }
.elig-no  { background: #fff3f3; border: 1px solid rgba(192,57,43,0.15); }
.elig-card h3 { font-size: 1rem; margin-bottom: 18px; }
.elig-yes h3 { color: var(--green); }
.elig-no  h3 { color: var(--red); }
.elig-ul { list-style: none; }
.elig-ul li {
  display: flex; gap: 10px; padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,0.06); font-size: 0.87rem; line-height: 1.5;
}
.elig-ul li:last-child { border-bottom: none; }
.ei { flex-shrink: 0; }

/* ══════════════════════════════════════════
   DOWNLOADS SECTION
══════════════════════════════════════════ */
#downloads { background: var(--ink); }
#downloads h2 { color: var(--white); margin-bottom: 12px; }
#downloads .eyebrow { color: var(--amber); }
#downloads .section-intro { color: rgba(255,255,255,0.55); margin-bottom: 40px; }
.dl-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 16px;
}
.dl-card {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.09);
  border-radius: var(--r-md); padding: 24px;
  transition: border-color 0.2s, background 0.2s;
}
.dl-card:hover { border-color: rgba(255,255,255,0.2); background: rgba(255,255,255,0.07); }
.dl-card-top { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.dl-file-icon {
  width: 44px; height: 44px; background: rgba(27,107,58,0.3); border: 1px solid rgba(27,107,58,0.5);
  border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; flex-shrink: 0;
}
.dl-card h4 { font-size: 0.9rem; color: var(--white); margin-bottom: 3px; }
.dl-card-meta { font-size: 0.75rem; color: rgba(255,255,255,0.4); }
.dl-card p { font-size: 0.82rem; color: rgba(255,255,255,0.5); line-height: 1.6; margin-bottom: 18px; }
.dl-btn {
  width: 100%; padding: 11px;
  background: var(--green2); border: none; border-radius: var(--r-sm);
  color: #fff; font-family: 'Instrument Sans', sans-serif;
  font-size: 0.84rem; font-weight: 600; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  transition: background 0.2s;
}
.dl-btn:hover { background: var(--green); }
.dl-prog-tag {
  font-size: 0.68rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 1px; padding: 2px 9px; border-radius: 100px;
  margin-bottom: 12px; display: inline-block;
}
.dpt-green { background: rgba(27,107,58,0.3); color: #6ee09a; }
.dpt-amber { background: rgba(232,160,32,0.2); color: var(--amber); }
.dpt-blue  { background: rgba(59,130,246,0.2); color: #93c5fd; }

/* ══════════════════════════════════════════
   AD GATE MODAL
══════════════════════════════════════════ */
.modal-overlay {
  position: fixed; inset: 0; z-index: 999;
  background: rgba(0,0,0,0.85);
  backdrop-filter: blur(6px);
  display: none; align-items: center; justify-content: center;
  padding: 20px;
}
.modal-overlay.show { display: flex; }
.modal-box {
  background: var(--ink); border: 1px solid rgba(255,255,255,0.1);
  border-radius: var(--r-lg); overflow: hidden;
  width: 100%; max-width: 560px;
  box-shadow: 0 32px 80px rgba(0,0,0,0.6);
  animation: modalPop 0.25s ease both;
}
.modal-head {
  padding: 18px 24px; background: rgba(255,255,255,0.04);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: space-between;
}
.modal-head h3 { color: var(--white); font-size: 0.95rem; }
.modal-close {
  background: rgba(255,255,255,0.1); border: none; cursor: pointer;
  width: 30px; height: 30px; border-radius: 50%;
  color: rgba(255,255,255,0.7); font-size: 1rem;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.2s;
}
.modal-close:hover { background: rgba(255,255,255,0.2); }

/* Video ad area */
.ad-stage {
  position: relative; background: #000;
  aspect-ratio: 16/9; overflow: hidden;
}
.ad-video-placeholder {
  width: 100%; height: 100%;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  background: linear-gradient(135deg, #0f1f14 0%, #1a3a24 100%);
  position: relative;
}
.ad-logo-area {
  text-align: center; z-index: 1;
  animation: adPulse 2s ease-in-out infinite;
}
.ad-logo-area .ad-company-name {
  font-family: 'Syne', sans-serif;
  font-size: 2rem; font-weight: 800;
  color: var(--white); margin-bottom: 8px;
}
.ad-logo-area .ad-tagline {
  font-size: 0.9rem; color: rgba(255,255,255,0.6);
}
.ad-bar {
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: rgba(255,255,255,0.1);
}
.ad-bar-fill {
  height: 100%; background: var(--amber);
  width: 0%; transition: width 0.25s linear;
}
.ad-label {
  position: absolute; top: 12px; left: 12px;
  background: rgba(0,0,0,0.6); color: rgba(255,255,255,0.8);
  font-size: 0.7rem; font-weight: 600; letter-spacing: 1px;
  text-transform: uppercase; padding: 4px 10px; border-radius: 4px;
}
.ad-skip-btn {
  position: absolute; bottom: 14px; right: 14px;
  background: rgba(0,0,0,0.7); border: 1px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.7); padding: 7px 16px;
  border-radius: var(--r-sm); font-family: 'Instrument Sans', sans-serif;
  font-size: 0.8rem; font-weight: 600; cursor: default;
  transition: all 0.3s;
}
.ad-skip-btn.can-skip {
  cursor: pointer; background: var(--amber);
  border-color: var(--amber); color: #000;
}
.ad-skip-btn.can-skip:hover { background: #d4900e; }

/* Advertiser branding strip */
.ad-brand-strip {
  padding: 10px 16px;
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255,255,255,0.03); border-bottom: 1px solid rgba(255,255,255,0.07);
}
.abs-left { font-size: 0.72rem; color: rgba(255,255,255,0.35); letter-spacing: 0.5px; }
.abs-right { font-size: 0.72rem; color: rgba(255,255,255,0.5); font-weight: 600; }
#ad-timer-text { color: var(--amber); }

.modal-footer { padding: 20px 24px; }
.modal-file-info {
  display: flex; align-items: center; gap: 12px; margin-bottom: 18px;
}
.mfi-icon {
  width: 40px; height: 40px; background: var(--green-p);
  border-radius: var(--r-sm); display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem;
}
.mfi-name { font-size: 0.9rem; color: var(--white); font-weight: 600; }
.mfi-size { font-size: 0.75rem; color: rgba(255,255,255,0.4); }
.modal-dl-btn {
  width: 100%; padding: 14px;
  background: var(--green2); border: none; border-radius: var(--r-sm);
  color: #fff; font-family: 'Instrument Sans', sans-serif;
  font-size: 0.95rem; font-weight: 600; cursor: pointer;
  display: none; align-items: center; justify-content: center; gap: 10px;
  transition: background 0.2s;
  animation: rise 0.4s ease both;
}
.modal-dl-btn.visible { display: flex; }
.modal-dl-btn:hover { background: var(--green); }
.modal-waiting-msg {
  text-align: center; padding: 12px 0;
  font-size: 0.85rem; color: rgba(255,255,255,0.4);
}

/* Advertiser carousel dots */
.ad-advertisers {
  padding: 16px 24px 0;
  display: flex; align-items: center; gap: 8px;
}
.adv-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,0.2);
  cursor: pointer; transition: background 0.2s;
}
.adv-dot.active { background: var(--amber); width: 24px; border-radius: 4px; }

/* ══════════════════════════════════════════
   ADVERTISE SECTION
══════════════════════════════════════════ */
.advertise-banner {
  background: linear-gradient(135deg, var(--amber-p) 0%, var(--green-p) 100%);
  border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 48px;
  display: flex; gap: 40px; align-items: center;
  margin-top: 60px;
}
.ab-text { flex: 1; }
.ab-text h3 { font-size: 1.4rem; color: var(--ink); margin-bottom: 10px; }
.ab-text p { color: var(--muted); font-size: 0.95rem; line-height: 1.75; }
.advertiser-logos {
  display: flex; gap: 20px; align-items: center; flex-wrap: wrap;
}
.adv-logo {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--r-sm); padding: 10px 18px;
  font-family: 'Syne', sans-serif; font-weight: 800;
  font-size: 0.85rem; color: var(--ink);
}
.adv-logo.tk { color: #c0392b; }
.adv-logo.sr { color: #e63946; }
.adv-logo.cp { color: #1b6b3a; }
.adv-logo-more { font-size: 0.82rem; color: var(--muted); font-weight: 500; }
.btn-advertise {
  display: inline-block; background: var(--amber);
  color: #fff; padding: 13px 28px; border-radius: var(--r-sm);
  text-decoration: none; font-weight: 600; font-size: 0.9rem;
  transition: background 0.2s; margin-top: 20px; white-space: nowrap;
}
.btn-advertise:hover { background: #cf8e18; }

/* ══════════════════════════════════════════
   FOOTER
══════════════════════════════════════════ */
footer {
  background: #070c09; border-top: 1px solid rgba(255,255,255,0.06);
  padding: 40px 5vw; color: rgba(255,255,255,0.35); font-size: 0.82rem;
}
.footer-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; flex-wrap: wrap;
}
.footer-logo { font-family: 'Syne', sans-serif; font-weight: 800; color: rgba(255,255,255,0.7); font-size: 1.1rem; }
.footer-logo span { color: var(--amber); }
.footer-links { display: flex; gap: 20px; }
.footer-links a { color: rgba(255,255,255,0.35); text-decoration: none; font-size: 0.8rem; }
.footer-links a:hover { color: rgba(255,255,255,0.7); }

/* ══════════════════════════════════════════
   HIGHLIGHT BOX
══════════════════════════════════════════ */
.hl-box {
  background: var(--green-p); border-left: 4px solid var(--green2);
  padding: 16px 20px; border-radius: 0 var(--r-sm) var(--r-sm) 0; margin-top: 24px;
}
.hl-box p { color: var(--green); font-size: 0.9rem; font-weight: 500; margin: 0; }

/* Dark variants */
.section-dark h2 { color: var(--white); }
.section-dark .eyebrow { color: var(--amber); }
.section-dark .section-intro { color: rgba(255,255,255,0.5); }
.section-dark .steps-row { border-color: rgba(255,255,255,0.1); }
.section-dark .step-box { border-right-color: rgba(255,255,255,0.08); color: rgba(255,255,255,0.7); }
.section-dark .step-box h4 { color: var(--white); }
.section-dark .step-box:hover { background: rgba(255,255,255,0.04); }
.section-dark .step-num { color: rgba(255,255,255,0.05); }
.section-dark .step-arrow { background: var(--ink-mid); border-color: rgba(255,255,255,0.1); }

/* Coming soon card */
.coming-soon-card {
  border: 2px dashed var(--border); border-radius: var(--r-md);
  padding: 48px 32px; text-align: center;
  background: var(--surface);
}
.coming-soon-card h3 { color: var(--muted); margin-bottom: 8px; }
.coming-soon-card p { color: var(--muted); font-size: 0.88rem; }
.soon-badge {
  display: inline-block; margin-bottom: 16px;
  background: var(--amber-p); color: #7a5200;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; padding: 5px 14px; border-radius: 100px;
}

/* ══════════════════════════════════════════
   KEYFRAMES
══════════════════════════════════════════ */
@keyframes rise {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes ticker {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@keyframes modalPop {
  from { opacity: 0; transform: scale(0.94) translateY(12px); }
  to   { opacity: 1; transform: scale(1) translateY(0); }
}
@keyframes adPulse {
  0%,100% { opacity: 1; }
  50%      { opacity: 0.8; }
}
@keyframes reveal {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.5s ease, transform 0.5s ease; }
.revealed { opacity: 1; transform: translateY(0); }

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 900px) {
  .grid-2 { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .elig-grid { grid-template-columns: 1fr; }
  .advertise-banner { flex-direction: column; }
}
@media (max-width: 620px) {
  .nav-links { display: none; }
  .hamburger { display: block; }
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .steps-row { grid-template-columns: 1fr; }
  .step-box { border-right: none; border-bottom: 1px solid var(--border); }
  .step-arrow { display: none; }
  .hero-stats { flex-direction: column; gap: 20px; }
  .prog-header { flex-direction: column; }
}