/* ============================================================
   BHARAT REAL HEROES — Main Stylesheet
   Theme: Amber · Slate · Gray
   ============================================================ */

:root {
  --navy:    #353c4e;
  --navy-dk: #252b38;
  --saffron: #c18f59;
  --saffron-dk: #a5743e;
  --green:   #6a6a6a;
  --green-lt: #808080;
  --gold:    #c18f59;
  --gold-lt: #d4a96a;
  --white:   #FFFFFF;
  --off-white: #F8F9FA;
  --light:   #EFF3F8;
  --gray:    #6B7280;
  --gray-dk: #374151;
  --dark:    #111827;
  --shadow:  0 4px 24px rgba(53,60,78,.12);
  --shadow-lg: 0 10px 48px rgba(53,60,78,.18);
  --radius:  12px;
  --radius-lg: 20px;
  --transition: all .3s ease;
}

/* ── Reset & Base ─────────────────────────────────────────── */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter','Segoe UI',system-ui,sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--gray-dk);
  background: var(--white);
  overflow-x: hidden;
}
img { max-width:100%; height:auto; display:block; }
a   { text-decoration:none; color:inherit; }
ul  { list-style:none; }

/* ── Typography ───────────────────────────────────────────── */
h1,h2,h3,h4,h5,h6 {
  font-family: 'Cinzel','Times New Roman',serif;
  color: var(--navy);
  line-height: 1.25;
  font-weight: 700;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(193,143,89,.1);
  color: var(--saffron);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 1rem;
  border: 1px solid rgba(193,143,89,.25);
}
.section-badge .dot {
  width:7px; height:7px;
  background: var(--saffron);
  border-radius: 50%;
  display: inline-block;
  animation: pulse 2s infinite;
}

.section-title { font-size: clamp(1.75rem, 4vw, 2.8rem); margin-bottom: 1rem; }
.section-subtitle { font-size: 1.05rem; color: var(--gray); max-width: 600px; line-height: 1.8; }

.text-saffron { color: var(--saffron); }
.text-green   { color: var(--green);   }
.text-gold    { color: var(--gold);    }
.text-navy    { color: var(--navy);    }

/* ── Buttons ──────────────────────────────────────────────── */
.btn-hero-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--saffron); color: var(--white);
  padding: 14px 32px; border-radius: 50px;
  font-weight: 700; font-size: .95rem; letter-spacing: .03em;
  transition: var(--transition); border: 2px solid transparent;
}
.btn-hero-primary:hover { background:var(--saffron-dk); transform:translateY(-2px); box-shadow:0 8px 24px rgba(193,143,89,.4); }

.btn-hero-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--white);
  padding: 14px 32px; border-radius: 50px;
  font-weight: 600; font-size: .95rem;
  border: 2px solid rgba(255,255,255,.5); transition: var(--transition);
}
.btn-hero-outline:hover { background:rgba(255,255,255,.15); border-color:var(--white); transform:translateY(-2px); }

.btn-primary {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--saffron); color: var(--white);
  padding: 12px 28px; border-radius: 50px;
  font-weight: 700; font-size: .9rem; transition: var(--transition);
}
.btn-primary:hover { background:var(--saffron-dk); transform:translateY(-2px); box-shadow:0 6px 20px rgba(193,143,89,.35); }

.btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  background: transparent; color: var(--saffron);
  padding: 12px 28px; border-radius: 50px;
  font-weight: 600; font-size: .9rem; border: 2px solid var(--saffron); transition: var(--transition);
}
.btn-outline:hover { background:var(--saffron); color:var(--white); transform:translateY(-2px); }

.btn-green {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--green); color: var(--white);
  padding: 14px 36px; border-radius: 50px;
  font-weight: 700; font-size: 1rem; transition: var(--transition);
}
.btn-green:hover { background:var(--green-lt); transform:translateY(-2px); box-shadow:0 8px 24px rgba(106,106,106,.4); }

/* ── Layout ───────────────────────────────────────────────── */
.section { padding: 90px 0; }
.section-light { background: var(--off-white); }
.section-navy  { background: var(--navy); }
.section-dark  { background: var(--dark); }

.container { max-width:1200px; margin:0 auto; padding:0 24px; }

/* ── Navbar ───────────────────────────────────────────────── */
.navbar { position:fixed; top:0; left:0; right:0; z-index:9999; padding:0; transition:var(--transition); }
.navbar.scrolled { background:rgba(53,60,78,.97); backdrop-filter:blur(12px); box-shadow:0 2px 20px rgba(0,0,0,.3); }
.navbar.scrolled .nav-wrap { padding:12px 24px; }
.nav-wrap { max-width:1200px; margin:0 auto; padding:18px 24px; display:flex; align-items:center; justify-content:space-between; transition:var(--transition); }

.nav-brand { display:flex; align-items:center; gap:12px; text-decoration:none; }
.nav-logo-circle {
  width:44px; height:44px; border-radius:50%;
  background:linear-gradient(135deg,var(--saffron),var(--gold));
  display:flex; align-items:center; justify-content:center;
  font-family:'Cinzel',serif; font-weight:900; font-size:1.1rem; color:var(--white);
  flex-shrink:0; overflow:hidden;
}
.nav-logo-circle img { width:100%; height:100%; object-fit:cover; }
.nav-brand-text { font-family:'Cinzel',serif; font-size:.95rem; font-weight:700; color:var(--white); letter-spacing:.03em; line-height:1.2; }
.nav-brand-sub { display:block; font-family:'Inter',sans-serif; font-size:.65rem; font-weight:400; color:rgba(255,255,255,.6); letter-spacing:.08em; text-transform:uppercase; }

.nav-links { display:flex; align-items:center; gap:8px; }
.nav-link { color:rgba(255,255,255,.85); font-size:.88rem; font-weight:500; padding:8px 14px; border-radius:8px; transition:var(--transition); position:relative; }
.nav-link:hover, .nav-link.active { color:var(--white); background:rgba(255,255,255,.1); }
.nav-link.active::after { content:''; position:absolute; bottom:0; left:50%; transform:translateX(-50%); width:20px; height:2px; background:var(--saffron); border-radius:2px; }
.nav-cta { background:var(--saffron) !important; color:var(--white) !important; padding:10px 22px !important; border-radius:50px !important; font-weight:700 !important; }
.nav-cta:hover { background:var(--saffron-dk) !important; transform:translateY(-1px); }

.hamburger { display:none; flex-direction:column; gap:5px; cursor:pointer; background:none; border:none; padding:4px; }
.hamburger span { display:block; width:26px; height:2px; background:var(--white); border-radius:2px; transition:var(--transition); }
.hamburger.open span:nth-child(1) { transform:rotate(45deg) translate(5px,5px); }
.hamburger.open span:nth-child(2) { opacity:0; }
.hamburger.open span:nth-child(3) { transform:rotate(-45deg) translate(5px,-5px); }

.mobile-menu {
  display:none; position:fixed; inset:0;
  background:rgba(53,60,78,.98); z-index:9998;
  flex-direction:column; align-items:center; justify-content:center;
  gap:12px; opacity:0; transition:opacity .3s;
}
.mobile-menu.open { opacity:1; }
.mobile-menu .nav-link { font-size:1.2rem; padding:14px 28px; text-align:center; }

/* ── Hero Section ─────────────────────────────────────────── */
.hero { min-height:100vh; position:relative; display:flex; align-items:center; overflow:hidden; }
.hero-bg {
  position:absolute; inset:0;
  background: linear-gradient(135deg,rgba(53,60,78,.93) 0%,rgba(53,60,78,.87) 50%,rgba(37,43,56,.82) 100%);
  background-size:cover; background-position:center;
}
.hero-bg-image { position:absolute; inset:0; background-size:cover; background-position:center; }
.hero-bg-image::after { content:''; position:absolute; inset:0; background:linear-gradient(135deg,rgba(53,60,78,.93) 0%,rgba(53,60,78,.87) 50%,rgba(37,43,56,.82) 100%); }
.hero-stripe { position:absolute; top:0; left:0; right:0; height:4px; background:linear-gradient(to right,var(--saffron) 33.33%,var(--white) 33.33% 66.66%,var(--green) 66.66%); }
.hero-particles { position:absolute; inset:0; overflow:hidden; pointer-events:none; }
.particle { position:absolute; border-radius:50%; animation:float linear infinite; opacity:.15; }

.hero-content { position:relative; z-index:2; max-width:820px; }
.hero-badge {
  display:inline-flex; align-items:center; gap:8px;
  background:rgba(193,143,89,.15); border:1px solid rgba(193,143,89,.35); color:var(--gold-lt);
  font-size:.78rem; font-weight:600; letter-spacing:.1em; text-transform:uppercase;
  padding:7px 18px; border-radius:50px; margin-bottom:1.5rem;
  animation:fadeInDown .8s ease both;
}
.hero-title { font-family:'Cinzel',serif; font-size:clamp(2.2rem,6vw,4.2rem); font-weight:900; color:var(--white); letter-spacing:.02em; line-height:1.1; margin-bottom:.75rem; animation:fadeInDown .9s .1s ease both; }
.hero-title span { color:var(--saffron); }
.hero-subtitle { font-family:'Cinzel',serif; font-size:clamp(1rem,2.5vw,1.4rem); color:var(--gold-lt); font-weight:400; margin-bottom:1.5rem; letter-spacing:.05em; animation:fadeInDown 1s .2s ease both; }
.hero-desc { font-size:1.05rem; color:rgba(255,255,255,.78); line-height:1.8; max-width:640px; margin-bottom:2.5rem; animation:fadeInDown 1s .3s ease both; }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; animation:fadeInDown 1s .4s ease both; }
.hero-scroll { position:absolute; bottom:32px; left:50%; transform:translateX(-50%); display:flex; flex-direction:column; align-items:center; gap:8px; color:rgba(255,255,255,.5); font-size:.75rem; letter-spacing:.1em; text-transform:uppercase; animation:bounce 2s ease infinite; z-index:2; }

.hero-stats { position:absolute; bottom:80px; right:0; display:flex; flex-direction:column; gap:12px; z-index:2; animation:fadeInRight 1s .5s ease both; }
.hero-stat-card { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.15); backdrop-filter:blur(8px); border-radius:var(--radius); padding:16px 20px; text-align:center; min-width:130px; }
.hero-stat-card .stat-num { display:block; font-size:1.6rem; font-weight:800; color:var(--saffron); line-height:1; }
.hero-stat-card .stat-lbl { font-size:.72rem; color:rgba(255,255,255,.65); text-transform:uppercase; letter-spacing:.06em; }

/* ── Ticker Band ──────────────────────────────────────────── */
.ticker-band { background:var(--saffron); padding:12px 0; overflow:hidden; }
.ticker-inner { display:flex; gap:0; animation:ticker 30s linear infinite; width:max-content; }
.ticker-item { display:inline-flex; align-items:center; gap:16px; white-space:nowrap; font-size:.85rem; font-weight:600; color:var(--white); padding:0 32px; letter-spacing:.04em; }
.ticker-item::after { content:'🪖'; font-size:1rem; }

/* ── About Section ────────────────────────────────────────── */
.about-grid { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.about-image-wrap { position:relative; }
.about-img-frame { border-radius:var(--radius-lg); overflow:hidden; aspect-ratio:4/3; background:var(--light); border:3px solid rgba(53,60,78,.08); }
.about-img-frame img { width:100%; height:100%; object-fit:cover; }
.about-img-placeholder { width:100%; height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; background:linear-gradient(135deg,var(--navy) 0%,#2d3446 100%); color:var(--white); font-size:4rem; }
.about-img-placeholder span { font-size:.85rem; letter-spacing:.1em; color:rgba(255,255,255,.6); text-transform:uppercase; }
.about-badge-float { position:absolute; bottom:-20px; right:-20px; background:var(--saffron); color:var(--white); border-radius:var(--radius); padding:16px 20px; text-align:center; box-shadow:var(--shadow-lg); }
.about-badge-float .num { display:block; font-size:1.8rem; font-weight:900; line-height:1; }
.about-badge-float .lbl { font-size:.7rem; text-transform:uppercase; letter-spacing:.08em; }
.about-highlights { display:flex; flex-direction:column; gap:14px; margin:1.5rem 0; }
.highlight-item { display:flex; align-items:flex-start; gap:12px; }
.highlight-icon { width:36px; height:36px; flex-shrink:0; background:rgba(193,143,89,.1); color:var(--saffron); border-radius:8px; display:flex; align-items:center; justify-content:center; font-size:.9rem; }
.highlight-text { font-size:.95rem; color:var(--gray-dk); padding-top:6px; }

/* ── Mission Section ──────────────────────────────────────── */
.mission-section { background:var(--navy); }
.mission-section .section-badge { background:rgba(193,143,89,.15); border-color:rgba(193,143,89,.3); color:var(--gold-lt); }
.mission-section .section-title, .mission-section p { color:rgba(255,255,255,.9); }
.mission-section .section-subtitle { color:rgba(255,255,255,.65); }
.mission-grid { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:stretch; }
.mission-grid > div { display:flex; flex-direction:column; }
.mission-col-fill { flex:1; }
.mission-cards { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.mission-card { background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); border-radius:var(--radius); padding:20px; transition:var(--transition); height:100%; display:flex; flex-direction:column; justify-content:center; }
.mission-card:hover { background:rgba(193,143,89,.12); border-color:rgba(193,143,89,.3); transform:translateY(-2px); }
.mission-card i { font-size:1.4rem; color:var(--saffron); margin-bottom:10px; display:block; }
.mission-card p { font-size:.85rem; color:rgba(255,255,255,.72); line-height:1.6; }
.vision-block { background:rgba(255,255,255,.06); border:1px solid rgba(193,143,89,.25); border-left:4px solid var(--gold); border-radius:var(--radius); padding:32px; }
.vision-icon { width:50px; height:50px; background:rgba(193,143,89,.15); color:var(--gold-lt); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:1.3rem; margin-bottom:1.2rem; }
.vision-title-sm { font-family:'Cinzel',serif; font-size:1.2rem; color:var(--gold-lt); margin-bottom:.75rem; }
.vision-text { font-size:.98rem; color:rgba(255,255,255,.8); line-height:1.8; font-style:italic; }

/* ── Objectives Section ───────────────────────────────────── */
.objectives-grid { display:flex; flex-wrap:wrap; justify-content:center; gap:24px; margin-top:2.5rem; }
.obj-card { flex:0 1 calc(33.333% - 16px); min-width:300px; background:var(--white); border-radius:var(--radius-lg); padding:28px; box-shadow:var(--shadow); border:1px solid rgba(53,60,78,.06); transition:var(--transition); position:relative; overflow:hidden; }
.obj-card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(to right,var(--saffron),var(--gold)); transform:scaleX(0); transition:var(--transition); transform-origin:left; }
.obj-card:hover { transform:translateY(-4px); box-shadow:var(--shadow-lg); }
.obj-card:hover::before { transform:scaleX(1); }
.obj-icon { width:52px; height:52px; border-radius:var(--radius); display:flex; align-items:center; justify-content:center; font-size:1.3rem; margin-bottom:1rem; background:linear-gradient(135deg,rgba(193,143,89,.1),rgba(193,143,89,.1)); color:var(--saffron); }
.obj-title { font-family:'Cinzel',serif; font-size:1rem; color:var(--navy); margin-bottom:.75rem; }
.obj-items { display:flex; flex-direction:column; gap:6px; }
.obj-item { display:flex; align-items:flex-start; gap:8px; font-size:.85rem; color:var(--gray); line-height:1.5; }
.obj-item::before { content:'›'; color:var(--saffron); font-weight:700; flex-shrink:0; margin-top:-1px; }
.obj-card-featured { background:linear-gradient(135deg,var(--navy),#2d3446); }
.obj-card-featured .obj-title { color:var(--gold-lt); }
.obj-card-featured .obj-item { color:rgba(255,255,255,.7); }
.obj-card-featured .obj-item::before { color:var(--gold); }
.obj-card-featured .obj-icon { background:rgba(255,255,255,.1); color:var(--gold-lt); }

/* ── Leadership Section ───────────────────────────────────── */
.team-grid { display:flex; justify-content:center; flex-wrap:wrap; gap:32px; margin-top:2.5rem; }
.team-card { background:var(--white); border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow); border:1px solid rgba(53,60,78,.06); transition:var(--transition); width:280px; text-align:center; }
.team-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-lg); }
.team-card-header { background:linear-gradient(135deg,var(--navy),#2d3446); padding:36px 24px 20px; position:relative; }
.team-card-header::after { content:''; position:absolute; bottom:-1px; left:0; right:0; height:24px; background:var(--white); border-radius:24px 24px 0 0; }
.team-avatar { width:90px; height:90px; border-radius:50%; overflow:hidden; margin:0 auto 10px; border:3px solid rgba(255,255,255,.3); background:rgba(255,255,255,.1); display:flex; align-items:center; justify-content:center; font-size:2.2rem; color:rgba(255,255,255,.6); }
.team-avatar img { width:100%; height:100%; object-fit:cover; }
.team-card-body { padding:16px 24px 28px; }
.team-name { font-family:'Cinzel',serif; font-size:1.05rem; color:var(--navy); margin-bottom:4px; }
.team-role { font-size:.8rem; color:var(--saffron); font-weight:700; text-transform:uppercase; letter-spacing:.08em; margin-bottom:.75rem; }
.team-bio { font-size:.85rem; color:var(--gray); line-height:1.6; }

/* ── Contact Section ──────────────────────────────────────── */
.contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:start; }
.contact-item { display:flex; align-items:flex-start; gap:16px; padding:20px 0; border-bottom:1px solid rgba(53,60,78,.06); }
.contact-item:last-child { border-bottom:none; }
.contact-icon { width:48px; height:48px; flex-shrink:0; border-radius:var(--radius); display:flex; align-items:center; justify-content:center; font-size:1.1rem; }
.contact-icon.saffron { background:rgba(193,143,89,.1); color:var(--saffron); }
.contact-icon.green   { background:rgba(106,106,106,.1);  color:var(--green); }
.contact-icon.navy    { background:rgba(53,60,78,.1);   color:var(--navy); }
.contact-icon.gold    { background:rgba(193,143,89,.1); color:var(--gold); }
.contact-info h5 { font-family:inherit; font-size:.8rem; text-transform:uppercase; letter-spacing:.08em; color:var(--gray); margin-bottom:4px; }
.contact-info a, .contact-info p { font-size:.98rem; color:var(--navy); font-weight:500; }
.contact-info a:hover { color:var(--saffron); }
.whatsapp-btn { display:inline-flex; align-items:center; gap:8px; background:#25D366; color:var(--white); padding:12px 24px; border-radius:50px; font-weight:600; font-size:.9rem; transition:var(--transition); margin-top:1rem; }
.whatsapp-btn:hover { background:#128C7E; transform:translateY(-2px); }
.map-placeholder { background:var(--light); border-radius:var(--radius-lg); padding:40px; text-align:center; border:2px dashed rgba(53,60,78,.12); height:300px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; color:var(--gray); }
.map-placeholder i { font-size:3rem; color:var(--saffron); }

/* ── CTA Section ──────────────────────────────────────────── */
.cta-section { background:linear-gradient(135deg,var(--navy) 0%,#2d3446 50%,var(--green) 100%); padding:90px 0; text-align:center; position:relative; overflow:hidden; }
.cta-section::before { content:''; position:absolute; inset:0; background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><circle cx="160" cy="40" r="60" fill="white" opacity=".03"/><circle cx="30" cy="160" r="80" fill="white" opacity=".03"/></svg>'); }
.cta-section .section-title { color:var(--white); }
.cta-section p { color:rgba(255,255,255,.75); max-width:560px; margin:0 auto 2rem; }
.cta-section .section-badge { background:rgba(255,255,255,.1); border-color:rgba(255,255,255,.2); color:var(--gold-lt); }

/* ── Page Hero (inner pages) ─────────────────────────────── */
.page-hero { background:linear-gradient(135deg,var(--navy-dk),var(--navy)); padding:160px 0 80px; text-align:center; position:relative; overflow:hidden; }
.page-hero::before { content:''; position:absolute; inset:0; background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 200"><circle cx="350" cy="50" r="100" fill="%23c18f59" opacity=".04"/><circle cx="50" cy="180" r="80" fill="%23d4a96a" opacity=".04"/></svg>'); }
.page-hero-stripe { position:absolute; top:0; left:0; right:0; height:4px; background:linear-gradient(to right,var(--saffron) 33.33%,var(--white) 33.33% 66.66%,var(--green) 66.66%); }
.page-hero h1 { color:var(--white); font-size:clamp(1.8rem,4vw,3rem); }
.page-hero p { color:rgba(255,255,255,.7); font-size:1.05rem; max-width:580px; margin:1rem auto 0; }
.breadcrumb-nav { display:flex; align-items:center; justify-content:center; gap:8px; margin-top:1.5rem; font-size:.85rem; color:rgba(255,255,255,.55); }
.breadcrumb-nav a { color:var(--gold-lt); }
.breadcrumb-nav a:hover { color:var(--white); }

/* ── Accordion (About Page) ───────────────────────────────── */
.accordion { display:flex; flex-direction:column; gap:12px; }
.accordion-item { background:var(--white); border-radius:var(--radius); border:1px solid rgba(53,60,78,.08); overflow:hidden; box-shadow:0 2px 8px rgba(53,60,78,.05); }
.accordion-header { display:flex; align-items:center; gap:14px; padding:18px 22px; cursor:pointer; user-select:none; transition:var(--transition); }
.accordion-header:hover { background:var(--off-white); }
.accordion-header.active { background:var(--navy); }
.accordion-header.active .acc-title { color:var(--white); }
.accordion-header.active .acc-num { background:rgba(255,255,255,.15); color:var(--gold-lt); }
.accordion-header.active .acc-icon { background:rgba(255,255,255,.1); color:var(--saffron); }
.accordion-header.active .acc-arrow { color:rgba(255,255,255,.7); transform:rotate(180deg); }
.acc-num { font-family:'Cinzel',serif; font-weight:900; font-size:.85rem; color:var(--saffron); background:rgba(193,143,89,.1); width:36px; height:36px; border-radius:8px; display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.acc-icon { width:36px; height:36px; border-radius:8px; background:rgba(53,60,78,.07); color:var(--navy); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.acc-title { font-family:'Cinzel',serif; font-size:.97rem; color:var(--navy); flex:1; }
.acc-arrow { color:var(--gray); font-size:.85rem; transition:transform .3s; }
.accordion-body { display:none; padding:20px 22px 22px; border-top:1px solid rgba(53,60,78,.06); }
.accordion-body.show { display:block; }
.accordion-body ul { display:flex; flex-direction:column; gap:8px; }
.accordion-body li { display:flex; align-items:flex-start; gap:10px; font-size:.92rem; color:var(--gray-dk); line-height:1.6; }
.accordion-body li::before { content:'✓'; color:var(--green); font-weight:700; flex-shrink:0; margin-top:2px; }

/* ── Legal Aid Section ────────────────────────────────────── */
.legal-grid { display:grid; grid-template-columns:1fr 1fr; gap:32px; margin-top:2rem; }
.legal-box { background:var(--white); border-radius:var(--radius); padding:28px; box-shadow:var(--shadow); }
.legal-box h4 { font-family:'Cinzel',serif; font-size:1rem; color:var(--navy); margin-bottom:1rem; display:flex; align-items:center; gap:10px; }
.legal-box h4 i { color:var(--saffron); }
.legal-list li { display:flex; align-items:flex-start; gap:8px; font-size:.88rem; color:var(--gray-dk); padding:5px 0; border-bottom:1px solid var(--light); }
.legal-list li:last-child { border-bottom:none; }
.legal-list li::before { content:'→'; color:var(--saffron); flex-shrink:0; }
.disclaimer-box { background:rgba(53,60,78,.04); border:1px solid rgba(53,60,78,.12); border-left:4px solid var(--navy); border-radius:var(--radius); padding:24px; margin-top:2rem; }
.disclaimer-box h5 { color:var(--navy); margin-bottom:.75rem; font-family:'Cinzel',serif; }
.disclaimer-box p, .disclaimer-box li { font-size:.88rem; color:var(--gray); line-height:1.7; }
.disclaimer-box ul { margin-top:.5rem; }
.disclaimer-box ul li { padding:2px 0; }
.disclaimer-box ul li::before { content:'•'; margin-right:6px; color:var(--navy); }

/* ── Transparency Section ─────────────────────────────────── */
.transparency-items { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:2rem; }
.transparency-items .trans-item:nth-child(5):last-child { grid-column:2 / span 2; justify-content:center; align-items:center; }
.trans-item { display:flex; align-items:flex-start; gap:14px; background:var(--white); border-radius:var(--radius); padding:20px; box-shadow:0 2px 12px rgba(53,60,78,.07); }
.trans-icon { width:42px; height:42px; flex-shrink:0; border-radius:10px; background:rgba(106,106,106,.1); color:var(--green); display:flex; align-items:center; justify-content:center; font-size:1rem; }
.trans-text { font-size:.88rem; color:var(--gray-dk); line-height:1.5; }
.trans-text strong { display:block; color:var(--navy); margin-bottom:2px; }

/* ── Support / Donate Page ────────────────────────────────── */
.support-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); gap:24px; margin-top:2.5rem; }
.support-card { background:var(--white); border-radius:var(--radius-lg); padding:32px 24px; text-align:center; box-shadow:var(--shadow); border:1px solid rgba(53,60,78,.06); transition:var(--transition); }
.support-card:hover { transform:translateY(-6px); box-shadow:var(--shadow-lg); border-color:var(--saffron); }
.support-icon { width:64px; height:64px; border-radius:50%; margin:0 auto 1.2rem; display:flex; align-items:center; justify-content:center; font-size:1.6rem; }
.support-card h4 { font-family:'Cinzel',serif; color:var(--navy); margin-bottom:.5rem; }
.support-card p { font-size:.88rem; color:var(--gray); }

.bank-card { background:var(--navy); border-radius:var(--radius-lg); padding:40px; color:var(--white); position:relative; overflow:hidden; }
.bank-card::before { content:''; position:absolute; top:-30px; right:-30px; width:180px; height:180px; border-radius:50%; background:rgba(255,255,255,.04); }
.bank-card::after  { content:''; position:absolute; bottom:-40px; left:-20px; width:140px; height:140px; border-radius:50%; background:rgba(255,255,255,.03); }
.bank-logo { display:flex; align-items:center; gap:12px; margin-bottom:2rem; }
.bank-logo-icon { width:44px; height:44px; border-radius:10px; background:rgba(255,255,255,.12); display:flex; align-items:center; justify-content:center; font-size:1.2rem; color:var(--gold-lt); }
.bank-logo span { font-family:'Cinzel',serif; font-size:1.05rem; color:rgba(255,255,255,.9); }
.bank-fields { display:flex; flex-direction:column; gap:18px; }
.bank-field label { display:block; font-size:.7rem; text-transform:uppercase; letter-spacing:.1em; color:rgba(255,255,255,.5); margin-bottom:4px; }
.bank-field .field-value { font-size:1rem; font-weight:600; color:var(--white); display:flex; align-items:center; gap:10px; }
.copy-btn { background:none; border:none; cursor:pointer; color:rgba(255,255,255,.4); padding:4px 6px; border-radius:4px; font-size:.85rem; transition:color .2s; }
.copy-btn:hover { color:var(--gold-lt); }

.qr-section { background:var(--white); border-radius:var(--radius-lg); padding:40px; text-align:center; box-shadow:var(--shadow); }
.qr-box { width:200px; height:200px; border:2px dashed rgba(53,60,78,.15); border-radius:var(--radius); margin:1.5rem auto; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; color:var(--gray); background:var(--off-white); }
.qr-box img { max-width:100%; max-height:100%; object-fit:contain; border-radius:8px; }
.qr-box i  { font-size:3rem; color:var(--navy); }
.qr-box span { font-size:.75rem; text-transform:uppercase; letter-spacing:.08em; }

/* ── Commitment Quote ─────────────────────────────────────── */
.commitment-banner { background:linear-gradient(to right,var(--saffron),var(--gold-lt)); padding:28px 0; text-align:center; }
.commitment-banner p { font-family:'Cinzel',serif; font-size:clamp(1rem,2.5vw,1.4rem); color:var(--white); font-weight:600; letter-spacing:.03em; text-shadow:0 1px 3px rgba(0,0,0,.15); }
.commitment-banner p i { margin:0 10px; opacity:.8; }

/* ── Footer ───────────────────────────────────────────────── */
.site-footer { background:var(--dark); padding:72px 0 0; }
.footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1.5fr; gap:48px; padding-bottom:48px; border-bottom:1px solid rgba(255,255,255,.07); }
.footer-brand-text { font-family:'Cinzel',serif; font-size:1.05rem; color:var(--white); margin-bottom:.25rem; }
.footer-brand-sub { font-size:.7rem; color:var(--gold-lt); letter-spacing:.12em; text-transform:uppercase; margin-bottom:1rem; }
.footer-about-text { font-size:.85rem; color:rgba(255,255,255,.5); line-height:1.8; margin-bottom:1.5rem; }
.footer-socials { display:flex; gap:10px; }
.social-btn { width:36px; height:36px; border-radius:8px; background:rgba(255,255,255,.07); color:rgba(255,255,255,.6); display:flex; align-items:center; justify-content:center; font-size:.85rem; transition:var(--transition); }
.social-btn:hover { background:var(--saffron); color:var(--white); }
.footer-heading { font-family:'Cinzel',serif; font-size:.85rem; font-weight:700; color:var(--white); text-transform:uppercase; letter-spacing:.1em; margin-bottom:1.2rem; }
.footer-links li { margin-bottom:8px; }
.footer-links a { font-size:.85rem; color:rgba(255,255,255,.5); transition:color .2s; display:flex; align-items:center; gap:6px; }
.footer-links a::before { content:'›'; color:var(--saffron); }
.footer-links a:hover { color:var(--white); }
.footer-contact-row { display:flex; align-items:flex-start; gap:10px; margin-bottom:12px; }
.fc-icon { color:var(--saffron); font-size:.9rem; margin-top:2px; flex-shrink:0; }
.fc-text { font-size:.85rem; color:rgba(255,255,255,.55); line-height:1.5; }
.fc-text a { color:rgba(255,255,255,.55); }
.fc-text a:hover { color:var(--saffron); }
.footer-bottom { padding:20px 0; display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:12px; }
.footer-bottom p { font-size:.82rem; color:rgba(255,255,255,.4); }
.footer-tagline { font-size:.8rem; color:rgba(255,255,255,.35); font-style:italic; }

/* ── Scroll Top ───────────────────────────────────────────── */
.scroll-top { position:fixed; bottom:28px; right:28px; width:44px; height:44px; border-radius:50%; background:var(--saffron); color:var(--white); border:none; cursor:pointer; font-size:1rem; display:flex; align-items:center; justify-content:center; box-shadow:0 4px 16px rgba(193,143,89,.4); transition:var(--transition); opacity:0; visibility:hidden; z-index:9990; }
.scroll-top.show { opacity:1; visibility:visible; }
.scroll-top:hover { background:var(--saffron-dk); transform:translateY(-2px); }

/* ── Animations ───────────────────────────────────────────── */
@keyframes fadeInDown { from{opacity:0;transform:translateY(-24px)} to{opacity:1;transform:translateY(0)} }
@keyframes fadeInUp   { from{opacity:0;transform:translateY(24px)}  to{opacity:1;transform:translateY(0)} }
@keyframes fadeInRight{ from{opacity:0;transform:translateX(24px)}  to{opacity:1;transform:translateX(0)} }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.3)} }
@keyframes bounce { 0%,100%{transform:translateX(-50%) translateY(0)} 50%{transform:translateX(-50%) translateY(-6px)} }
@keyframes ticker { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
@keyframes float { 0%{transform:translateY(0) translateX(0) rotate(0);opacity:.1} 50%{opacity:.18} 100%{transform:translateY(-100vh) translateX(40px) rotate(360deg);opacity:0} }

.reveal { opacity:0; transform:translateY(30px); transition:opacity .7s ease,transform .7s ease; }
.reveal.visible { opacity:1; transform:translateY(0); }
.reveal-left  { opacity:0; transform:translateX(-30px); transition:opacity .7s ease,transform .7s ease; }
.reveal-left.visible  { opacity:1; transform:translateX(0); }
.reveal-right { opacity:0; transform:translateX(30px);  transition:opacity .7s ease,transform .7s ease; }
.reveal-right.visible { opacity:1; transform:translateX(0); }
.delay-1{transition-delay:.1s}.delay-2{transition-delay:.2s}.delay-3{transition-delay:.3s}.delay-4{transition-delay:.4s}.delay-5{transition-delay:.5s}

/* ── Utilities ────────────────────────────────────────────── */
.text-center{text-align:center} .mb-2{margin-bottom:1rem} .mb-3{margin-bottom:1.5rem} .mb-4{margin-bottom:2rem} .mt-3{margin-top:1.5rem} .mt-4{margin-top:2rem}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 1024px) {
  .about-grid,.mission-grid,.contact-grid,.legal-grid { grid-template-columns:1fr; gap:32px; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .hero-stats { display:none; }
  .transparency-items { grid-template-columns:repeat(2,1fr); }
  .transparency-items .trans-item:nth-child(5):last-child { grid-column:auto; }
}
@media (max-width: 768px) {
  .section { padding:60px 0; }
  .nav-links { display:none; }
  .hamburger { display:flex; }
  .mobile-menu { display:flex; }
  .hero-actions { flex-direction:column; align-items:flex-start; }
  .mission-cards { grid-template-columns:1fr; }
  .obj-card { flex:1 1 100%; min-width:0; }
  .support-grid { grid-template-columns:1fr 1fr; }
  .transparency-items { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; gap:32px; }
  .footer-bottom { flex-direction:column; text-align:center; }
  .about-badge-float { position:static; margin-top:-20px; display:inline-block; }
  .bank-card,.qr-section { padding:28px; }
  .page-hero { padding:130px 0 60px; }
}
@media (max-width: 480px) {
  .support-grid { grid-template-columns:1fr; }
  .section-title { font-size:1.7rem; }
  .team-grid { gap:20px; }
  .team-card { width:100%; max-width:320px; }
}
