/* ═══════════════════════════════════════════════════════
   DAANVEER FOUNDATION — Main Stylesheet
   Theme: Deep Navy + Saffron Orange + Warm Gold
═══════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=DM+Sans:wght@300;400;500;600&family=Noto+Sans+Devanagari:wght@400;600;700&display=swap');

/* ── CSS Variables — Dark Mode (default) ─────────────── */
:root {
  --bg-dark:    #0D1B3E;
  --bg-darker:  #0A1428;
  --bg-deepest: #06101F;
  --bg-section: #0F2045;
  --accent:     #E8690A;
  --accent-hover: #D15C08;
  --gold:       #F5A623;
  --gold-light: #FAC44A;
  --text-1:     #FFFFFF;
  --text-2:     rgba(255,255,255,0.70);
  --text-3:     rgba(255,255,255,0.40);
  --text-4:     rgba(255,255,255,0.20);
  --border-a:   rgba(232,105,10,0.30);
  --border-b:   rgba(255,255,255,0.08);
  --card-bg:    rgba(255,255,255,0.03);
  --font-head:  'Playfair Display', Georgia, serif;
  --font-body:  'DM Sans', sans-serif;
  --font-hindi: 'Noto Sans Devanagari', sans-serif;
  --transition: 0.28s cubic-bezier(0.4,0,0.2,1);
  --scrollbar-thumb: var(--accent);
  --topbar-bg:  #03080F;
  --hero-overlay-start: rgba(6,16,31,0.95);
  --hero-overlay-mid:   rgba(13,27,62,0.80);
  --hero-overlay-end:   rgba(13,27,62,0.40);
}

/* ── Light Mode Overrides ────────────────────────────── */
[data-theme="light"] {
  --bg-dark:    #FDFAF5;
  --bg-darker:  #F5EFE3;
  --bg-deepest: #EDE6D8;
  --bg-section: #F8F3EA;
  --accent:     #E8690A;
  --accent-hover: #C85A08;
  --gold:       #B8560A;
  --gold-light: #D4700E;
  --text-1:     #1A0F06;
  --text-2:     rgba(26,15,6,0.78);
  --text-3:     rgba(26,15,6,0.48);
  --text-4:     rgba(26,15,6,0.28);
  --border-a:   rgba(232,105,10,0.28);
  --border-b:   rgba(26,15,6,0.10);
  --card-bg:    rgba(26,15,6,0.04);
  --scrollbar-thumb: var(--accent);
  --topbar-bg:  #2D1F17;
  --hero-overlay-start: rgba(245,239,227,0.95);
  --hero-overlay-mid:   rgba(245,239,227,0.80);
  --hero-overlay-end:   rgba(245,239,227,0.30);
}

/* Light mode — hero text needs dark colors */
[data-theme="light"] .hero-title,
[data-theme="light"] .hero-hindi-line { color: #1A0F06; }
[data-theme="light"] .hero-eyebrow    { color: var(--accent); }
[data-theme="light"] .hero-desc       { color: rgba(26,15,6,0.72); }
[data-theme="light"] .hero-badge      {
  background: rgba(26,15,6,0.06);
  border-color: rgba(26,15,6,0.14);
  color: rgba(26,15,6,0.72);
}
[data-theme="light"] .hero-arrow {
  background: rgba(26,15,6,0.07);
  border-color: rgba(26,15,6,0.18);
  color: rgba(26,15,6,0.7);
}
[data-theme="light"] .hero-arrow:hover { background: var(--accent); border-color: var(--accent); color:#fff; }
[data-theme="light"] .hero-dot-btn     { background: rgba(26,15,6,0.22); }
[data-theme="light"] .hero-dot-btn.active { background: var(--accent); }

/* Light mode — topbar stays dark */
[data-theme="light"] .topbar { background: var(--topbar-bg); }

/* Light mode — navbar */
[data-theme="light"] .navbar { background: #FDFAF5; border-bottom-color: var(--accent); }
[data-theme="light"] .nav-link { color: rgba(26,15,6,0.65); }
[data-theme="light"] .nav-link:hover,
[data-theme="light"] .nav-link.active { color: var(--accent); }
[data-theme="light"] .nav-logo-name { color: #C85A08; }
[data-theme="light"] .nav-logo-tagline { color: rgba(26,15,6,0.42); }

/* Light mode — section elements */
[data-theme="light"] .section-title  { color: #1A0F06; }
[data-theme="light"] .stat-num       { color: var(--accent); }
[data-theme="light"] .stat-label     { color: rgba(26,15,6,0.48); }
[data-theme="light"] .stats-band     { background: #EDE6D8; }
[data-theme="light"] .stat-item:hover{ background: rgba(232,105,10,0.06); }
[data-theme="light"] .vmg-card       { background: #FDFAF5; }
[data-theme="light"] .vmg-card:hover { background: rgba(232,105,10,0.05); }
[data-theme="light"] .vmg-title      { color: var(--accent); }
[data-theme="light"] .testi-card     { background: #FDFAF5; }
[data-theme="light"] .testi-card:hover { background: rgba(232,105,10,0.04); border-color: var(--border-a); }
[data-theme="light"] .testi-name     { color: #1A0F06; }
[data-theme="light"] .testi-avatar   { background: rgba(232,105,10,0.12); }
[data-theme="light"] .form-card      { background: #FDFAF5; border-color: var(--border-a); }
[data-theme="light"] .form-input,
[data-theme="light"] .form-select,
[data-theme="light"] .form-textarea  { background: rgba(26,15,6,0.04); border-color: rgba(26,15,6,0.12); color: #1A0F06; }
[data-theme="light"] .form-input:focus,
[data-theme="light"] .form-select:focus,
[data-theme="light"] .form-textarea:focus { background: rgba(26,15,6,0.06); }
[data-theme="light"] .form-card-title { color: #1A0F06; }
[data-theme="light"] .form-info-icon  { background: rgba(232,105,10,0.10); }
[data-theme="light"] .form-info-val   { color: #1A0F06; }
[data-theme="light"] .about-image-badge { background: #EDE6D8; }
[data-theme="light"] .about-badge-num { color: var(--accent); }
[data-theme="light"] .about-badge-lbl { color: rgba(26,15,6,0.45); }
[data-theme="light"] .mini-stat-num   { color: var(--accent); }
[data-theme="light"] .mini-stat-lbl   { color: rgba(26,15,6,0.45); }
[data-theme="light"] .page-hero       { background: #F0E9DA; }
[data-theme="light"] .page-hero-title { color: #1A0F06; }
[data-theme="light"] .page-hero-sub   { color: rgba(26,15,6,0.55); }
[data-theme="light"] .page-hero-breadcrumb { color: rgba(26,15,6,0.45); }
[data-theme="light"] .footer          { background: #2D1F17; }
[data-theme="light"] .donate-cta      { background: #EDE6D8; border-color: var(--border-a); }
[data-theme="light"] .donate-cta-title { color: #1A0F06; }
[data-theme="light"] .donate-cta-sub  { color: rgba(26,15,6,0.55); }
[data-theme="light"] .donate-cta::before { background: radial-gradient(circle, rgba(232,105,10,0.12) 0%, transparent 60%); }
[data-theme="light"] .amount-pill     { background: rgba(26,15,6,0.05); border-color: rgba(26,15,6,0.12); color: rgba(26,15,6,0.7); }
[data-theme="light"] .amount-pill:hover,
[data-theme="light"] .amount-pill.selected { background: var(--accent); border-color: var(--accent); color: #fff; }
[data-theme="light"] .ticker-wrap     { background: #EDE6D8; border-color: var(--border-a); }
[data-theme="light"] .ticker-label    { background: var(--accent); }
[data-theme="light"] .program-card    { background: #EDE6D8; }
[data-theme="light"] ::-webkit-scrollbar-track { background: #EDE6D8; }
[data-theme="light"] .back-top        { background: var(--accent); }
[data-theme="light"] .nav-toggle span { background: #1A0F06; }

/* ── Theme Toggle Button ─────────────────────────────── */
.theme-toggle {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 22px;
  padding: 3px;
  cursor: pointer;
  transition: var(--transition);
  flex-shrink: 0;
  position: relative;
}
.theme-toggle:hover { border-color: var(--accent); }
.theme-toggle-knob {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--accent);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), background 0.3s;
  z-index: 1;
}
[data-theme="light"] .theme-toggle-knob {
  transform: translateX(22px);
}
.theme-toggle-icon {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  transition: opacity 0.3s;
}
.theme-toggle-sun  { opacity: 1; }
.theme-toggle-moon { opacity: 0.5; }
[data-theme="light"] .theme-toggle-sun  { opacity: 0.5; }
[data-theme="light"] .theme-toggle-moon { opacity: 1; }
.theme-toggle-sun svg, .theme-toggle-moon svg {
  width: 14px;
  height: 14px;
  fill: #fff;
  display: block;
}
[data-theme="light"] .theme-toggle {
  background: rgba(26,15,6,0.08);
  border-color: rgba(26,15,6,0.18);
}
[data-theme="light"] .theme-toggle-sun svg,
[data-theme="light"] .theme-toggle-moon svg { fill: #1A0F06; }
[data-theme="light"] .theme-toggle-knob { background: var(--accent); }

/* ── Reset & Base ────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--bg-dark);
  color: var(--text-2);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; font-family: var(--font-body); }
input, textarea, select {
  font-family: var(--font-body);
  outline: none;
}
.hindi { font-family: var(--font-hindi); }

/* ── Utility ─────────────────────────────────────────── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.container-wide { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 12px;
}
.section-tag::before {
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background: var(--accent);
  flex-shrink: 0;
}
.section-title {
  font-family: var(--font-head);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 600;
  color: var(--text-1);
  line-height: 1.2;
  margin-bottom: 16px;
}
.section-title span { color: var(--accent); }
.section-subtitle {
  font-size: 15px;
  color: var(--text-3);
  max-width: 560px;
  line-height: 1.8;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 13px 28px;
  border: 2px solid var(--accent);
  transition: var(--transition);
}
.btn-primary:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  transform: translateY(-2px);
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--text-1);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 13px 28px;
  border: 2px solid rgba(255,255,255,0.30);
  transition: var(--transition);
}
.btn-outline:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-2px);
}
.divider-accent {
  width: 48px;
  height: 3px;
  background: var(--accent);
  margin: 16px 0 24px;
}

/* ── Scrollbar ───────────────────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-deepest); }
::-webkit-scrollbar-thumb { background: var(--accent); border-radius: 3px; }

/* ── TOP BAR ─────────────────────────────────────────── */
.topbar {
  background: var(--topbar-bg);
  border-bottom: 1px solid var(--border-a);
  padding: 8px 0;
  font-size: 12px;
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.topbar-left, .topbar-right {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--text-3);
}
.topbar-item {
  display: flex;
  align-items: center;
  gap: 7px;
  transition: color var(--transition);
}
.topbar-item:hover { color: var(--gold); }
.topbar-item i { color: var(--accent); font-size: 13px; }
.topbar-divider {
  width: 1px;
  height: 14px;
  background: var(--border-b);
}
.topbar-donate {
  background: var(--accent);
  color: #fff;
  padding: 4px 14px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: var(--transition);
}
.topbar-donate:hover { background: var(--accent-hover); }

/* ── NAVBAR ──────────────────────────────────────────── */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--bg-dark);
  border-bottom: 2px solid var(--accent);
  transition: box-shadow var(--transition);
}
.navbar.scrolled {
  box-shadow: 0 4px 40px rgba(0,0,0,0.5);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  gap: 20px;
}
.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.nav-logo img {
  height: 50px;
  width: auto;
  object-fit: contain;
}
.nav-logo-text { line-height: 1.2; }
.nav-logo-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.nav-logo-tagline {
  font-size: 9px;
  color: var(--text-3);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}
.nav-link {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-2);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 12px;
  position: relative;
  transition: color var(--transition);
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 12px;
  right: 12px;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transition: transform var(--transition);
}
.nav-link:hover, .nav-link.active {
  color: var(--gold);
}
.nav-link:hover::after, .nav-link.active::after {
  transform: scaleX(1);
}
.nav-donate {
  background: var(--accent);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 10px 22px;
  border: 2px solid var(--accent);
  transition: var(--transition);
  white-space: nowrap;
  flex-shrink: 0;
}
.nav-donate:hover {
  background: transparent;
  color: var(--accent);
}
.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  padding: 6px;
}
.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--text-1);
  transition: var(--transition);
}

/* ── TICKER ──────────────────────────────────────────── */
.ticker-wrap {
  background: var(--bg-deepest);
  border-bottom: 1px solid var(--border-a);
  padding: 9px 0;
  overflow: hidden;
}
.ticker-label {
  flex-shrink: 0;
  background: var(--accent);
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 3px 12px;
  margin-right: 20px;
}
.ticker-inner {
  display: flex;
  align-items: center;
  gap: 0;
  overflow: hidden;
}
.ticker-track {
  display: flex;
  align-items: center;
  animation: ticker 28s linear infinite;
  white-space: nowrap;
  font-size: 12px;
  color: var(--text-3);
  letter-spacing: 0.06em;
}
.ticker-track:hover { animation-play-state: paused; }
.ticker-item { padding: 0 40px; }
.ticker-dot {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
  margin-right: 8px;
  vertical-align: middle;
}
@keyframes ticker {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ── HERO ────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 88vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--bg-darker);
}
.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.9s ease;
  display: flex;
  align-items: center;
}
.hero-slide.active { opacity: 1; }
.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  transition: transform 8s ease;
}
.hero-slide.active .hero-bg { transform: scale(1); }
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, var(--hero-overlay-start) 0%, var(--hero-overlay-mid) 50%, var(--hero-overlay-end) 100%);
}
.hero-content-wrap {
  position: relative;
  z-index: 2;
  padding: 100px 0 80px;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 500;
  margin-bottom: 18px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.7s 0.2s forwards;
}
.hero-eyebrow::before {
  content: '';
  display: block;
  width: 30px;
  height: 2px;
  background: var(--accent);
}
.hero-title {
  font-family: var(--font-head);
  font-size: clamp(36px, 5.5vw, 66px);
  font-weight: 700;
  color: var(--text-1);
  line-height: 1.1;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.7s 0.35s forwards;
}
.hero-title span { color: var(--gold); }
.hero-hindi-line {
  font-family: var(--font-hindi);
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.7s 0.5s forwards;
}
.hero-desc {
  font-size: 15px;
  color: var(--text-2);
  max-width: 520px;
  line-height: 1.8;
  margin-bottom: 36px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.7s 0.65s forwards;
}
.hero-cta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.7s 0.8s forwards;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.7s 1s forwards;
}
.hero-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  padding: 8px 16px;
  font-size: 12px;
  color: var(--text-2);
}
.hero-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}
/* Hero controls */
.hero-arrows {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 5;
  display: flex;
  gap: 8px;
}
.hero-arrow {
  width: 44px;
  height: 44px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.20);
  color: var(--text-1);
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
}
.hero-arrow:hover { background: var(--accent); border-color: var(--accent); }
.hero-dots {
  position: absolute;
  bottom: 52px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 8px;
}
.hero-dot-btn {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.3);
  border: none;
  transition: var(--transition);
}
.hero-dot-btn.active {
  background: var(--accent);
  width: 24px;
  border-radius: 4px;
}
/* Progress bar */
.hero-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--accent);
  animation: progress 5s linear infinite;
}
@keyframes progress { from { width: 0; } to { width: 100%; } }

/* ── ABOUT SECTION ───────────────────────────────────── */
.about-section {
  background: var(--bg-dark);
  padding: 90px 0;
  border-bottom: 1px solid var(--border-b);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.about-image-wrap {
  position: relative;
}
.about-image-frame {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.about-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85) saturate(0.9);
  transition: var(--transition);
}
.about-image-frame:hover img { filter: brightness(0.95) saturate(1); }
.about-image-accent {
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 120px;
  height: 120px;
  background: var(--accent);
  z-index: -1;
}
.about-image-badge {
  position: absolute;
  bottom: 20px;
  left: -20px;
  background: var(--bg-deepest);
  border: 1px solid var(--border-a);
  padding: 14px 20px;
  min-width: 140px;
}
.about-badge-num {
  font-family: var(--font-head);
  font-size: 32px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}
.about-badge-lbl {
  font-size: 11px;
  color: var(--text-3);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 3px;
}
.about-mini-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}
.mini-stat {
  border-left: 3px solid var(--accent);
  padding: 4px 0 4px 14px;
}
.mini-stat-num {
  font-family: var(--font-head);
  font-size: 26px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.mini-stat-lbl {
  font-size: 11px;
  color: var(--text-3);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 3px;
}
.about-list {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--text-2);
}
.about-list-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  margin-top: 7px;
  flex-shrink: 0;
}

/* ── ENQUIRY FORM CARD ───────────────────────────────── */
.form-section {
  background: var(--bg-darker);
  padding: 90px 0;
  border-bottom: 1px solid var(--border-b);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.form-card {
  background: var(--card-bg);
  border: 1px solid var(--border-a);
  padding: 40px;
}
.form-card-title {
  font-family: var(--font-head);
  font-size: 24px;
  font-weight: 600;
  color: var(--text-1);
  margin-bottom: 6px;
}
.form-card-sub {
  font-size: 13px;
  color: var(--text-3);
  margin-bottom: 28px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.form-group { margin-bottom: 16px; }
.form-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 7px;
}
.form-input, .form-select, .form-textarea {
  width: 100%;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-bottom: 2px solid rgba(232,105,10,0.30);
  color: var(--text-1);
  font-size: 14px;
  padding: 12px 14px;
  transition: var(--transition);
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  border-bottom-color: var(--accent);
  background: rgba(255,255,255,0.06);
}
.form-textarea { min-height: 110px; resize: vertical; }
.form-select option { background: var(--bg-dark); }
.form-submit {
  width: 100%;
  background: var(--accent);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 15px;
  border: 2px solid var(--accent);
  transition: var(--transition);
  margin-top: 6px;
}
.form-submit:hover {
  background: transparent;
  color: var(--accent);
}
.form-info-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 16px;
}
.form-info-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.form-info-icon {
  width: 44px;
  height: 44px;
  background: rgba(232,105,10,0.12);
  border: 1px solid var(--border-a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  color: var(--accent);
}
.form-info-title {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-bottom: 3px;
}
.form-info-val {
  font-size: 15px;
  color: var(--text-1);
}

/* ── STATS BAND ──────────────────────────────────────── */
.stats-band {
  background: var(--bg-deepest);
  border-top: 1px solid var(--border-a);
  border-bottom: 1px solid var(--border-a);
  padding: 0;
}
.stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stat-item {
  text-align: center;
  padding: 40px 24px;
  border-right: 1px solid var(--border-b);
  transition: background var(--transition);
}
.stat-item:last-child { border-right: none; }
.stat-item:hover { background: rgba(232,105,10,0.05); }
.stat-num {
  font-family: var(--font-head);
  font-size: 48px;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  display: block;
}
.stat-suffix {
  font-size: 28px;
  color: var(--gold);
}
.stat-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-3);
  margin-top: 8px;
}

/* ── PROGRAMS ────────────────────────────────────────── */
.programs-section {
  background: var(--bg-darker);
  padding: 90px 0;
}
.programs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border-b);
  margin-top: 48px;
}
.program-card {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: var(--bg-dark);
  cursor: pointer;
}
.program-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.4s ease;
  filter: brightness(0.5) saturate(0.7);
}
.program-card:hover .program-card-img {
  transform: scale(1.08);
  filter: brightness(0.35) saturate(0.6);
}
.program-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6,16,31,0.95) 0%, rgba(6,16,31,0.3) 60%, transparent 100%);
  transition: background var(--transition);
}
.program-card:hover .program-card-overlay {
  background: linear-gradient(to top, rgba(6,16,31,0.98) 0%, rgba(13,27,62,0.7) 60%, rgba(232,105,10,0.2) 100%);
}
.program-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
}
.program-card-tag {
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 4px;
}
.program-card-name {
  font-family: var(--font-head);
  font-size: 17px;
  font-weight: 600;
  color: var(--text-1);
  line-height: 1.2;
}
.program-card-desc {
  font-size: 12px;
  color: var(--text-3);
  line-height: 1.6;
  margin-top: 8px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  opacity: 0;
}
.program-card:hover .program-card-desc {
  max-height: 80px;
  opacity: 1;
}
.program-card-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  background: rgba(232,105,10,0.15);
  border: 1px solid var(--border-a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition: background var(--transition);
}
.program-card:hover .program-card-icon { background: var(--accent); }

/* ── VISION MISSION ──────────────────────────────────── */
.vmg-section {
  background: var(--bg-dark);
  padding: 90px 0;
  border-top: 1px solid var(--border-b);
}
.vmg-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--border-b);
  margin-top: 48px;
}
.vmg-card {
  background: var(--bg-dark);
  border-top: 3px solid transparent;
  padding: 36px 28px;
  transition: var(--transition);
  cursor: default;
}
.vmg-card:hover {
  background: rgba(232,105,10,0.04);
  border-top-color: var(--accent);
}
.vmg-icon {
  font-size: 28px;
  margin-bottom: 16px;
  display: block;
}
.vmg-title {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 10px;
}
.vmg-text {
  font-size: 14px;
  color: var(--text-3);
  line-height: 1.8;
}

/* ── DONATE CTA ──────────────────────────────────────── */
.donate-cta {
  background: var(--bg-deepest);
  border-top: 1px solid var(--border-a);
  border-bottom: 1px solid var(--border-a);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.donate-cta::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,105,10,0.08) 0%, transparent 60%);
  pointer-events: none;
}
.donate-cta-inner {
  text-align: center;
  position: relative;
  z-index: 1;
}
.donate-cta-eyebrow {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.donate-cta-title {
  font-family: var(--font-head);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: var(--text-1);
  line-height: 1.15;
  margin-bottom: 10px;
}
.donate-cta-hindi {
  font-family: var(--font-hindi);
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 16px;
}
.donate-cta-sub {
  font-size: 15px;
  color: var(--text-3);
  margin-bottom: 36px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.donate-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.donate-amounts {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.amount-pill {
  background: rgba(255,255,255,0.05);
  border: 1px solid var(--border-b);
  color: var(--text-2);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 20px;
  cursor: pointer;
  transition: var(--transition);
}
.amount-pill:hover, .amount-pill.selected {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

/* ── GALLERY ─────────────────────────────────────────── */
.gallery-section {
  background: var(--bg-darker);
  padding: 90px 0;
  border-top: 1px solid var(--border-b);
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 4px;
  margin-top: 40px;
}
.gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.gallery-item:nth-child(1) { grid-column: span 2; grid-row: span 2; }
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 180px;
  transition: transform 0.5s ease, filter 0.4s ease;
  filter: brightness(0.75) saturate(0.8);
}
.gallery-item:hover img {
  transform: scale(1.06);
  filter: brightness(0.9) saturate(1);
}
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(6,16,31,0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity var(--transition);
}
.gallery-item:hover .gallery-overlay { opacity: 1; }
.gallery-zoom {
  width: 44px;
  height: 44px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

/* ── TESTIMONIALS ────────────────────────────────────── */
.testi-section {
  background: var(--bg-dark);
  padding: 90px 0;
  border-top: 1px solid var(--border-b);
}
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
}
.testi-card {
  background: var(--card-bg);
  border: 1px solid var(--border-b);
  border-top: 3px solid var(--accent);
  padding: 28px;
  transition: var(--transition);
}
.testi-card:hover {
  border-color: var(--border-a);
  background: rgba(232,105,10,0.04);
  transform: translateY(-4px);
}
.testi-stars {
  color: var(--gold);
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 14px;
}
.testi-quote {
  font-size: 14px;
  color: var(--text-2);
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 20px;
  position: relative;
  padding-left: 16px;
}
.testi-quote::before {
  content: '"';
  position: absolute;
  left: 0;
  top: -4px;
  font-family: var(--font-head);
  font-size: 32px;
  color: var(--accent);
  line-height: 1;
}
.testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testi-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(232,105,10,0.20);
  border: 2px solid var(--border-a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 600;
  color: var(--accent);
  flex-shrink: 0;
}
.testi-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-1);
}
.testi-role {
  font-size: 11px;
  color: var(--text-3);
  letter-spacing: 0.06em;
}

/* ── FOUNDER SECTION ─────────────────────────────────── */
.founder-section {
  background: var(--bg-darker);
  padding: 90px 0;
  border-top: 1px solid var(--border-b);
}
.founder-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 60px;
  align-items: center;
}
.founder-img-wrap {
  position: relative;
}
.founder-img-frame {
  aspect-ratio: 3/4;
  overflow: hidden;
  position: relative;
}
.founder-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(20%) brightness(0.85);
}
.founder-accent-bar {
  position: absolute;
  top: 20px;
  left: -10px;
  width: 4px;
  height: 80px;
  background: var(--accent);
}
.founder-accent-bar-2 {
  position: absolute;
  bottom: -10px;
  right: 20px;
  width: 80px;
  height: 4px;
  background: var(--gold);
}
.founder-quote-badge {
  position: absolute;
  bottom: 20px;
  right: -20px;
  background: var(--bg-deepest);
  border: 1px solid var(--border-a);
  border-left: 3px solid var(--accent);
  padding: 12px 16px;
  max-width: 200px;
  font-size: 12px;
  color: var(--text-2);
  font-style: italic;
}
.founder-name-badge {
  font-size: 11px;
  color: var(--accent);
  font-style: normal;
  font-weight: 600;
  margin-top: 4px;
  letter-spacing: 0.06em;
}

/* ── FOOTER ──────────────────────────────────────────── */
.footer {
  background: var(--bg-deepest);
  border-top: 1px solid var(--border-a);
  padding: 72px 0 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1.2fr 1.4fr;
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 1px solid var(--border-b);
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.footer-brand img { height: 44px; width: auto; }
.footer-brand-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.footer-brand-tagline {
  font-size: 9.5px;
  color: var(--text-4);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.footer-about-text {
  font-size: 13px;
  color: var(--text-3);
  line-height: 1.8;
  margin-bottom: 20px;
}
.footer-social {
  display: flex;
  gap: 8px;
}
.footer-social-btn {
  width: 34px;
  height: 34px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--border-b);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-3);
  font-size: 14px;
  transition: var(--transition);
}
.footer-social-btn:hover {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}
.footer-col-title {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-1);
  font-weight: 600;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--border-b);
  position: relative;
}
.footer-col-title::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 28px;
  height: 2px;
  background: var(--accent);
}
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-link {
  font-size: 13px;
  color: var(--text-3);
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color var(--transition);
}
.footer-link::before {
  content: '›';
  color: var(--accent);
  font-size: 14px;
}
.footer-link:hover { color: var(--gold); }
.footer-contact-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 13px;
  color: var(--text-3);
}
.footer-contact-icon {
  color: var(--accent);
  font-size: 14px;
  margin-top: 2px;
  flex-shrink: 0;
}
.footer-bottom {
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-copy {
  font-size: 12px;
  color: var(--text-4);
}
.footer-legal {
  display: flex;
  gap: 16px;
}
.footer-legal a {
  font-size: 11px;
  color: var(--text-4);
  transition: color var(--transition);
}
.footer-legal a:hover { color: var(--accent); }

/* ── BACK TO TOP ─────────────────────────────────────── */
.back-top {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 44px;
  height: 44px;
  background: var(--accent);
  border: none;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  transform: translateY(20px);
  transition: var(--transition);
  cursor: pointer;
}
.back-top.visible {
  opacity: 1;
  transform: translateY(0);
}
.back-top:hover { background: var(--accent-hover); }

/* ── PAGE HERO ───────────────────────────────────────── */
.page-hero {
  background: var(--bg-darker);
  border-bottom: 2px solid var(--accent);
  padding: 60px 0 50px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -5%;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(232,105,10,0.07) 0%, transparent 65%);
  pointer-events: none;
}
.page-hero-breadcrumb {
  font-size: 11px;
  color: var(--text-3);
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-hero-breadcrumb a { color: var(--accent); }
.page-hero-breadcrumb span { color: var(--text-4); }
.page-hero-title {
  font-family: var(--font-head);
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 700;
  color: var(--text-1);
  line-height: 1.1;
  margin-bottom: 10px;
}
.page-hero-title span { color: var(--accent); }
.page-hero-sub {
  font-size: 15px;
  color: var(--text-3);
  max-width: 520px;
  line-height: 1.8;
}

/* ── SCROLL REVEAL ───────────────────────────────────── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ── ANIMATIONS ──────────────────────────────────────── */
@keyframes fadeUp {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes countUp {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* ── RESPONSIVE ──────────────────────────────────────── */
@media (max-width: 1024px) {
  .about-grid, .form-grid, .founder-grid { grid-template-columns: 1fr; gap: 40px; }
  .programs-grid { grid-template-columns: repeat(2, 1fr); }
  .vmg-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .about-image-badge { left: 10px; }
  .founder-grid { grid-template-columns: 1fr; }
  .founder-img-frame { aspect-ratio: 16/9; max-width: 480px; }
  .founder-quote-badge { right: 10px; }
}
@media (max-width: 768px) {
  .topbar-left { display: none; }
  .nav-links, .nav-donate { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--bg-dark);
    padding: 16px;
    border-top: 1px solid var(--border-a);
    gap: 2px;
  }
  .nav-links.open + .nav-donate { display: block; }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .stat-item { border-bottom: 1px solid var(--border-b); }
  .testi-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .gallery-item:nth-child(1) { grid-column: span 2; grid-row: span 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .hero-arrows { bottom: 16px; right: 16px; }
  .hero-dots { bottom: 20px; }
  .programs-grid { grid-template-columns: repeat(2, 1fr); }
  .vmg-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .programs-grid { grid-template-columns: 1fr; }
  .vmg-grid { grid-template-columns: 1fr; }
  .stats-inner { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item:nth-child(1) { grid-column: 1; grid-row: 1; }
}


/* ═══ UTILITY CLASSES (extracted from inline styles) ═══ */
.u-aspectratio-6{aspect-ratio:4/3;}
.u-background-1{
  background:var(--bg-darker);
  padding:80px 0;
}
.u-background-20{
  background:var(--bg-darker);
  padding:72px 0;
}
.u-background-39{
  background:var(--bg-deepest);
  border-top:1px solid var(--border-b);
  height:320px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.u-backgroundimage-22{background-image:url('https://images.unsplash.com/photo-1488521787991-ed7bbaae773c?w=1600&q=80');}
.u-backgroundimage-23{background-image:url('https://images.unsplash.com/photo-1503676260728-1c00da094a0b?w=1600&q=80');}
.u-backgroundimage-24{background-image:url('https://images.unsplash.com/photo-1529156069898-49953e39b3ac?w=1600&q=80');}
.u-color-21{color:var(--accent);}
.u-color-29{color:var(--text-1);}
.u-color-5{color:var(--gold);}
.u-display-19{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:12px;
  font-weight:600;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--accent);
  margin-top:14px;
  transition:gap .2s;
}
.u-display-30{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  flex-wrap:wrap;
  gap:16px;
  margin-bottom:0;
}
.u-fontsize-10{
  font-size:10px;
  color:var(--accent);
  letter-spacing:.1em;
  text-transform:uppercase;
  margin-top:3px;
}
.u-fontsize-25{
  font-size:15px;
  color:var(--text-2);
  line-height:1.9;
  margin-bottom:16px;
}
.u-fontsize-28{
  font-size:15px;
  color:var(--text-2);
  line-height:1.9;
  margin-bottom:32px;
}
.u-fontsize-36{
  font-size:14px;
  color:var(--text-3);
  line-height:1.8;
  margin-bottom:18px;
}
.u-fontsize-41{
  font-size:32px;
  margin-bottom:12px;
}
.u-fontsize-42{
  font-size:15px;
  font-weight:500;
  color:var(--text-2);
}
.u-fontsize-43{
  font-size:13px;
  margin-top:6px;
}
.u-fontsize-45{
  font-size:15px;
  color:var(--text-2);
  line-height:1.9;
  margin-bottom:14px;
}
.u-fontsize-46{
  font-size:15px;
  color:var(--text-2);
  line-height:1.9;
}
.u-fontsize-9{
  font-size:13px;
  color:#fff;
  font-weight:600;
}
.u-height-13{
  height:180px;
  overflow:hidden;
  position:relative;
}
.u-justifycontent-3{justify-content:center;}
.u-justifycontent-37{justify-content:flex-start;}
.u-margin-4{margin:0 auto;}
.u-margin-8{margin:0 auto 8px;}
.u-marginbottom-18{margin-bottom:8px;}
.u-marginbottom-31{margin-bottom:4px;}
.u-marginbottom-35{margin-bottom:10px;}
.u-margintop-26{
  margin-top:28px;
  display:flex;
  gap:14px;
  flex-wrap:wrap;
}
.u-margintop-34{
  margin-top:36px;
  background:var(--card-bg);
  border:1px solid var(--border-a);
  padding:28px;
}
.u-margintop-38{
  margin-top:16px;
  display:inline-flex;
}
.u-margintop-44{
  margin-top:20px;
  display:inline-flex;
}
.u-margintop-47{margin-top:28px;}
.u-margintop-48{
  margin-top:28px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.u-padding-12{
  padding:0;
  overflow:hidden;
  border-top:none;
}
.u-padding-17{padding:22px 24px;}
.u-paddingtop-33{padding-top:80px;}
.u-position-15{
  position:absolute;
  top:12px;
  left:12px;
  background:var(--accent);
  padding:3px 10px;
  font-size:10px;
  font-weight:600;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:#fff;
}
.u-position-16{
  position:absolute;
  top:12px;
  right:12px;
  font-size:20px;
}
.u-textalign-11{
  text-align:center;
  max-width:600px;
  margin:0 auto;
}
.u-textalign-2{
  text-align:center;
  max-width:580px;
  margin:0 auto;
}
.u-textalign-27{
  text-align:center;
  margin-top:40px;
}
.u-textalign-32{
  text-align:center;
  max-width:560px;
  margin:0 auto;
}
.u-textalign-40{
  text-align:center;
  color:var(--text-3);
}
.u-textalign-7{text-align:center;}
.u-width-14{
  width:100%;
  height:100%;
  object-fit:cover;
  filter:brightness(0.6) saturate(0.8);
  transition:transform .5s ease;
}


/* ══════════════════════════════════════════════════
   LIGHT MODE FIX — Elements that stay dark-bg in light mode
   (Topbar, Footer) need light text, not dark text
══════════════════════════════════════════════════ */

/* Topbar stays dark in light mode — keep text light */
[data-theme="light"] .topbar-left,
[data-theme="light"] .topbar-right { color: rgba(255,255,255,0.65); }
[data-theme="light"] .topbar-item { color: rgba(255,255,255,0.65); }
[data-theme="light"] .topbar-item:hover { color: #F5A623; }
[data-theme="light"] .topbar-divider { background: rgba(255,255,255,0.15); }

/* Footer stays dark in light mode — keep text light */
[data-theme="light"] .footer-col-title { color: rgba(255,255,255,0.90); border-bottom-color: rgba(255,255,255,0.08); }
[data-theme="light"] .footer-link { color: rgba(255,255,255,0.55); }
[data-theme="light"] .footer-link:hover { color: #F5A623; }
[data-theme="light"] .footer-about-text { color: rgba(255,255,255,0.55); }
[data-theme="light"] .footer-brand-name { color: #F5A623; }
[data-theme="light"] .footer-brand-tagline { color: rgba(255,255,255,0.40); }
[data-theme="light"] .footer-copy { color: rgba(255,255,255,0.35); }
[data-theme="light"] .footer-legal a { color: rgba(255,255,255,0.35); }
[data-theme="light"] .footer-legal a:hover { color: #F5A623; }
[data-theme="light"] .footer-contact-item { color: rgba(255,255,255,0.60); }
[data-theme="light"] .footer-contact-item a { color: rgba(255,255,255,0.60); }
[data-theme="light"] .footer-contact-item a:hover { color: #F5A623; }
[data-theme="light"] .footer-social-btn { color: rgba(255,255,255,0.55); border-color: rgba(255,255,255,0.10); background: rgba(255,255,255,0.04); }
[data-theme="light"] .footer-bottom { border-top-color: rgba(255,255,255,0.08); }
[data-theme="light"] .footer-grid { border-bottom-color: rgba(255,255,255,0.08); }

/* Nav logo larger */
.nav-logo img { height: 58px !important; }

/* Cognigain creator bar */
/* ── COGNIGAIN CREATOR BAR — redesigned ─────────── */
.creator-bar {
  background: linear-gradient(135deg, #0A1428 0%, #0D1B3E 60%, #0A1428 100%);
  border-top: 2px solid var(--accent);
  padding: 18px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.creator-bar::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(232,105,10,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.creator-bar-inner {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.creator-bar-label {
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  font-family: var(--font-body);
}
.creator-bar-divider {
  width: 1px;
  height: 28px;
  background: rgba(255,255,255,0.12);
}
.creator-bar-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  padding: 7px 18px 7px 10px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.04);
  transition: all 0.28s ease;
}
.creator-bar-link:hover {
  background: rgba(232,105,10,0.12);
  border-color: rgba(232,105,10,0.40);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(232,105,10,0.15);
}
.creator-bar-logo-wrap {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  padding: 3px 7px;
  height: 32px;
}
.creator-bar-logo-wrap img {
  height: 24px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: none;
}
.creator-bar-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1px;
}
.creator-bar-name strong {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255,255,255,0.90);
  letter-spacing: 0.04em;
  line-height: 1;
}
.creator-bar-name span {
  font-size: 9px;
  font-weight: 500;
  color: var(--accent);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1;
}

/* Light mode override for creator bar — keep dark for contrast */
[data-theme="light"] .creator-bar {
  background: linear-gradient(135deg, #1a0f06 0%, #2D1F17 60%, #1a0f06 100%);
  border-top-color: var(--accent);
}
[data-theme="light"] .creator-bar-logo-wrap {
  background: #fff;
}
[data-theme="light"] .creator-bar-logo-wrap img { filter: none; }
