/* ==========================================================================
   PKSS — Pragya Kendra Sanchalak Sangh, Jharkhand
   Public Website Theme v4 — Modern Civic Premium
   Design & Developer: Rahul Tiwary | Raio Services
   ========================================================================== */

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

/* ==========================================================================
   DESIGN TOKENS — New Palette
   ========================================================================== */
:root {
  /* Surfaces */
  --white:         #FFFFFF;
  --paper:         #FFFFFF;
  --mist:          #F5F7FB;
  --mist-deep:     #EBEEf5;
  --ink:           #0D1B2A;
  --ink-soft:      #2C3E55;
  --slate:         #5A6F87;
  --slate-light:   #96A8BE;
  --hairline:      #DDE3EC;
  --hairline-dark: #C5CEDD;
  --off-white:     #F8FAFC;

  /* Brand — Deep Slate Navy + Warm Gold + Emerald */
  --navy:          #0F2342;
  --navy-deep:     #08152A;
  --navy-mid:      #163058;
  --navy-glow:     rgba(15,35,66,0.12);

  --saffron:       #C9922E;
  --saffron-deep:  #A67420;
  --saffron-light: #FEF3E0;
  --saffron-glow:  rgba(201,146,46,0.12);

  --green:         #0E7B52;
  --green-deep:    #075E3E;
  --green-light:   #E5F5EE;
  --green-glow:    rgba(14,123,82,0.12);

  --gold:          #C9922E;
  --gold-light:    #FEF3E0;

  /* Back-compat aliases */
  --parchment:      var(--paper);
  --parchment-deep: var(--mist);
  --blue:           var(--navy);
  --blue-deep:      var(--navy-deep);
  --blue-light:     #E5EDF8;
  --blue-pale:      #F0F5FD;

  /* Typography */
  --font-hi:       'Noto Sans Devanagari', sans-serif;
  --font-display:  'Playfair Display', 'Noto Sans Devanagari', serif;
  --font-en:       'Inter', sans-serif;
  --font-mono:     'JetBrains Mono', monospace;

  /* Elevation */
  --shadow-xs:  0 1px 2px rgba(13,27,42,.05);
  --shadow-sm:  0 2px 8px -2px rgba(13,27,42,.1);
  --shadow-md:  0 6px 20px -6px rgba(13,27,42,.14);
  --shadow-lg:  0 14px 40px -14px rgba(13,27,42,.22);
  --shadow-xl:  0 24px 56px -20px rgba(13,27,42,.28);
  --shadow-card: var(--shadow-sm);
  --shadow-lift: var(--shadow-lg);

  /* Geometry */
  --radius:    10px;
  --radius-sm: 6px;
  --radius-lg: 16px;
  --radius-xl: 24px;
}

/* ==========================================================================
   RESET & BASE
   ========================================================================== */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; background: var(--white); color: var(--ink);
  font-family: var(--font-en); font-size: 16px; line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--navy); text-decoration: none; transition: color .15s; }
a:hover { color: var(--saffron-deep); }
h1,h2,h3,h4,h5 {
  font-family: var(--font-display); color: var(--ink);
  margin: 0 0 .5em; font-weight: 700; line-height: 1.18; letter-spacing: -.01em;
}
p { margin: 0 0 1em; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 28px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
:focus-visible { outline: 2.5px solid var(--navy); outline-offset: 3px; border-radius: 3px; }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
html.fs-md { font-size: 105%; }
html.fs-lg { font-size: 116%; }
body.high-contrast {
  --navy: #003D7A; --navy-deep: #002255; --ink: #000; --ink-soft: #111;
  --slate: #222; --hairline: #999; --hairline-dark: #666;
}

/* ==========================================================================
   SKIP LINK
   ========================================================================== */
.skip-link {
  position: absolute; left: -9999px; top: 0; z-index: 9999;
  background: var(--saffron); color: #fff; padding: 10px 20px;
  font-family: var(--font-en); font-weight: 600; font-size: 14px;
  border-radius: 0 0 8px 0;
}
.skip-link:focus { left: 0; }

/* ==========================================================================
   ACCESSIBILITY BAR
   ========================================================================== */
.access-bar { background: var(--navy-deep); border-bottom: 1px solid rgba(255,255,255,.06); }
.access-bar .container { display: flex; align-items: center; justify-content: flex-end; gap: 16px; padding-top: 5px; padding-bottom: 5px; }
.access-group { display: flex; align-items: center; gap: 5px; }
.access-label { font-size: 11px; color: rgba(255,255,255,.38); margin-right: 3px; font-family: var(--font-en); }
.access-btn {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.65); font-family: var(--font-en); font-size: 11px; font-weight: 600;
  width: 24px; height: 24px; border-radius: 5px; cursor: pointer;
  display: flex; align-items: center; justify-content: center; padding: 0; transition: .15s;
}
.access-btn:hover { background: var(--saffron); color: #fff; border-color: var(--saffron); }
.access-btn.wide { width: auto; padding: 0 10px; font-size: 10.5px; }

/* ==========================================================================
   HEADER — sticky glassmorphism
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 500;
  border-bottom: 1px solid var(--hairline);
  transition: box-shadow .2s ease;
  /* z-index 500: must stay above .mobile-overlay's 440. #mainNav (the mobile
     drawer) lives INSIDE .site-header in the DOM, so its own z-index:450 is
     only compared against siblings inside .site-header's stacking context —
     against outside elements like .mobile-overlay, what counts is
     .site-header's own z-index. At 300 it lost to the overlay (440), so the
     dark overlay was rendering on top of the open sidebar. */
  /* NOTE: backdrop-filter must live on ::before, not on .site-header itself.
     backdrop-filter/filter/transform on an ancestor makes any position:fixed
     descendant (like the mobile #mainNav drawer) position itself relative to
     THAT ancestor instead of the viewport — which broke the hamburger sidebar
     on mobile. Keeping it on a pseudo-element gives the same glass effect
     without turning .site-header into a containing block for fixed children. */
}
.site-header::before {
  content: '';
  position: absolute; inset: 0; z-index: -1;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(14px);
}
.site-header.scrolled { box-shadow: 0 4px 24px -8px rgba(15,35,66,.16); }
.header-inner {
  display: flex; align-items: center; gap: 20px;
  padding: 12px 28px; max-width: 1200px; margin: 0 auto;
}

/* Brand / Logo */
.brand { display: flex; align-items: center; gap: 13px; flex: 1; min-width: 0; }
.brand-medallion {
  width: 52px; height: 52px; border-radius: 50%;
  border: 2px solid var(--hairline); background: var(--white);
  display: flex; align-items: center; justify-content: center;
  padding: 3px; flex-shrink: 0;
  transition: border-color .2s, box-shadow .2s;
  overflow: hidden;
}
.brand:hover .brand-medallion {
  border-color: var(--saffron);
  box-shadow: 0 0 0 3px var(--saffron-glow);
}
.brand-medallion img {
  width: 100%; height: 100%;
  object-fit: contain; border-radius: 50%;
  display: block;
}
/* Fix: admin-brand-medallion used in public header too */
.admin-brand-medallion.brand-medallion {
  width: 52px; height: 52px; border-radius: 50%;
  border: 2px solid var(--hairline); background: var(--white);
  padding: 3px; overflow: hidden;
}
.admin-brand-medallion.brand-medallion img {
  width: 100%; height: 100%; object-fit: contain; border-radius: 50%;
}
.brand-hi{
    font-family:var(--font-hi);
    font-size:17px !important;
    font-weight:700;
    color:var(--navy);
    display:block;
    line-height:1.15;
    white-space:nowrap;
}

.brand-sub{
    font-size:13px !important;
    font-weight:700;
    color:var(--saffron-deep);
    display:block;
    margin-top:2px;
    line-height:1.15;
}

.brand-en{
    font-size:13px !important;
    font-weight:700;
    color:var(--saffron-deep);
    display:block;
    margin-top:2px;
    line-height:1.15;
}
/* Desktop Nav */
.main-nav { display: flex; align-items: center; gap: 0; }
.main-nav > a, .main-nav > .nav-dd > button {
  font-family: var(--font-en); font-size: 13.5px; font-weight: 500; color: var(--ink-soft);
  padding: 8px 12px; border-radius: 8px; white-space: nowrap; border: none;
  background: none; cursor: pointer; display: flex; align-items: center; gap: 5px;
  transition: background .14s, color .14s;
}
.main-nav > a:hover, .main-nav > .nav-dd > button:hover { background: var(--mist); color: var(--navy); }
.main-nav > a.current, .main-nav > .nav-dd.current > button { color: var(--navy); font-weight: 600; }

/* Dropdown */
.nav-dd { position: relative; }
.nav-dd-menu {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 200px;
  background: var(--white); border: 1px solid var(--hairline);
  border-radius: 12px; box-shadow: var(--shadow-lg);
  padding: 6px; opacity: 0; visibility: hidden;
  transform: translateY(-4px); transition: .16s ease; z-index: 400;
}
.nav-dd.open .nav-dd-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-dd-menu a {
  display: block; padding: 9px 12px; border-radius: 8px;
  font-family: var(--font-en); font-size: 13.5px; font-weight: 500; color: var(--ink-soft);
  transition: background .12s, color .12s;
}
.nav-dd-menu a:hover { background: var(--mist); color: var(--navy); }
.nav-dd-menu a.current { color: var(--navy); font-weight: 600; background: var(--blue-light); }

.caret-icon { transition: transform .16s ease; }
.nav-dd.open .caret-icon { transform: rotate(180deg); }

/* Admin pill */
.nav-admin-link {
  background: var(--navy); color: #fff; border-radius: 999px;
  padding: 8px 18px; font-size: 13px; font-weight: 600; margin-left: 8px;
  flex-shrink: 0; white-space: nowrap; transition: background .15s, box-shadow .15s;
}
.nav-admin-link:hover { background: var(--navy-deep); color: #fff; box-shadow: 0 6px 18px -6px rgba(15,35,66,.45); }

/* Hamburger */
.nav-toggle {
  display: none; background: var(--mist); border: 1px solid var(--hairline);
  color: var(--ink); width: 38px; height: 38px; border-radius: 8px;
  cursor: pointer; align-items: center; justify-content: center; flex-shrink: 0;
}
.nav-toggle:hover { background: var(--hairline); }

/* Search */
.header-search-wrap { position: relative; margin-left: 4px; }
.header-search-toggle {
  background: var(--mist); border: 1px solid var(--hairline-dark); color: var(--navy);
  width: 38px; height: 38px; border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center; transition: .15s;
}
.header-search-toggle:hover { background: var(--navy); color: #fff; border-color: var(--navy); }
.header-search-box {
  position: absolute; top: 48px; right: 0; background: var(--white);
  border: 1px solid var(--hairline); border-radius: var(--radius);
  box-shadow: var(--shadow-lg); padding: 10px; display: none; width: 270px; z-index: 50;
}
.header-search-box.open { display: flex; gap: 6px; }
.header-search-box input {
  flex: 1; border: 1px solid var(--hairline-dark); border-radius: var(--radius-sm);
  padding: 9px 12px; font-family: var(--font-en); font-size: 14px;
}
.header-search-box input:focus { outline: none; border-color: var(--navy); }
.header-search-box button {
  background: var(--navy); color: #fff; border: none;
  border-radius: var(--radius-sm); padding: 0 14px; cursor: pointer; font-size: 13px;
}

/* Mobile nav drawer */
@media (max-width: 1000px) {
  .main-nav {
    position: fixed; top: 0; left: 0; width: 80vw; max-width: 320px; height: 100vh;
    background: var(--white); border-right: 1px solid var(--hairline);
    flex-direction: column; align-items: flex-start; gap: 0;
    padding: 72px 16px 32px; overflow-y: auto;
    transform: translateX(-100%); transition: transform .25s ease;
    box-shadow: var(--shadow-xl); z-index: 450;
  }
  .main-nav.open { transform: translateX(0); }
  .main-nav > a, .main-nav > .nav-dd > button { width: 100%; border-radius: 8px; padding: 12px 14px; }
  .nav-dd-menu { position: static; box-shadow: none; border: none; background: var(--mist); border-radius: 8px; opacity: 1; visibility: visible; transform: none; display: none; margin-top: 4px; padding: 4px; }
  .nav-dd.open .nav-dd-menu { display: block; }
  .nav-toggle { display: flex; }
  .nav-admin-link { margin: 8px 0 0 0; }
  .header-search-wrap { display: none; }
  .nav-close-btn {
    position: absolute; top: 16px; right: 16px;
    width: 38px; height: 38px; border-radius: 50%;
    border: 1px solid var(--hairline-dark); background: var(--mist);
    display: flex; align-items: center; justify-content: center;
    cursor: pointer; color: var(--ink); transition: background .15s;
  }
  .nav-close-btn:hover { background: var(--hairline); }
}
.nav-close-btn { display: none; }
.mobile-overlay { display: none; position: fixed; inset: 0; background: rgba(8,12,22,.5); z-index: 440; pointer-events: none; }
.mobile-overlay.show { display: block; pointer-events: auto; }

/* ==========================================================================
   NOTICE TICKER
   ========================================================================== */
.notice-ticker {
  background: var(--navy); color: #fff; display: flex;
  align-items: stretch; overflow: hidden; height: 40px;
}
.ticker-label {
  background: var(--saffron); color: #fff; font-family: var(--font-en);
  font-size: 11.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  padding: 0 20px; display: flex; align-items: center; white-space: nowrap; flex-shrink: 0;
  gap: 7px;
}
.ticker-track { flex: 1; overflow: hidden; display: flex; align-items: center; }
.ticker-scroll { display: flex; gap: 0; white-space: nowrap; animation: tickerRun 36s linear infinite; }
.ticker-scroll:hover { animation-play-state: paused; }
.ticker-scroll a { font-size: 13.5px; color: rgba(255,255,255,.82); padding: 0 0 0 48px; font-weight: 500; }
.ticker-scroll a:hover { color: var(--saffron); }
.ticker-scroll .sep { color: var(--saffron); font-size: 14px; padding: 0 16px 0 0; }
@keyframes tickerRun { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* Site Marquee — admin-editable via Site Settings → Marquee Ticker */
.site-marquee {
  background: var(--green-deep); color: #fff; display: flex;
  align-items: stretch; overflow: hidden; height: 34px;
}
.site-marquee-label {
  background: var(--gold); color: var(--navy); font-family: var(--font-en);
  font-size: 11px; font-weight: 700; letter-spacing: .04em;
  padding: 0 18px; display: flex; align-items: center; white-space: nowrap; flex-shrink: 0;
  gap: 6px;
}
.site-marquee-track { flex: 1; overflow: hidden; display: flex; align-items: center; }
.site-marquee-scroll { display: flex; gap: 0; white-space: nowrap; animation: tickerRun 30s linear infinite; }
.site-marquee-scroll:hover { animation-play-state: paused; }
.site-marquee-scroll span:not(.sep) { font-size: 13px; color: rgba(255,255,255,.92); padding: 0 0 0 40px; font-weight: 500; }
.site-marquee-scroll .sep { color: var(--gold); font-size: 10px; padding: 0 14px 0 0; }

/* Tricolor strip */
.tricolor-strip { height: 3px; display: flex; }
.tricolor-strip span { flex: 1; }
.tricolor-strip .saffron { background: var(--saffron); }
.tricolor-strip .white  { background: var(--hairline); }
.tricolor-strip .green  { background: var(--green); }

/* ==========================================================================
   BUTTONS
   ========================================================================== */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-en); font-weight: 600; font-size: 15px;
  padding: 12px 26px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; transition: background .15s, box-shadow .15s, transform .12s, color .15s, border-color .15s;
  text-decoration: none; white-space: nowrap;
}
.btn:active { transform: scale(.98); }
.btn-primary { background: var(--navy); color: #fff; }
.btn-primary:hover { background: var(--navy-deep); color: #fff; box-shadow: 0 10px 26px -8px rgba(15,35,66,.45); transform: translateY(-2px); }
.btn-saffron { background: var(--saffron); color: #fff; }
.btn-saffron:hover { background: var(--saffron-deep); color: #fff; box-shadow: 0 10px 26px -8px rgba(201,146,46,.4); transform: translateY(-2px); }
.btn-green { background: var(--green); color: #fff; }
.btn-green:hover { background: var(--green-deep); color: #fff; box-shadow: 0 10px 26px -8px rgba(14,123,82,.4); transform: translateY(-2px); }
.btn-outline { background: transparent; border-color: var(--hairline-dark); color: var(--ink-soft); }
.btn-outline:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.btn-outline-white { background: transparent; border-color: rgba(255,255,255,.4); color: #fff; }
.btn-outline-white:hover { background: #fff; color: var(--navy); border-color: #fff; }
.btn-outline-light { background: transparent; border-color: rgba(255,255,255,.35); color: #fff; }
.btn-outline-light:hover { background: #fff; color: var(--navy); }
.btn-sm { padding: 8px 18px; font-size: 13.5px; }
.btn-xs { padding: 5px 12px; font-size: 12.5px; }
.btn-danger { background: #B91C1C; color: #fff; border-radius: var(--radius-sm); }
.btn-danger:hover { background: #991B1B; }

/* Status pills + 2-column grid — shared with admin.css, used on public-facing
   tracking pages like grievance.php */
.pill {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 11.5px; font-weight: 700; padding: 3px 10px;
  border-radius: 999px; white-space: nowrap;
}
.pill::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: currentColor; }
.pill-green  { background: var(--green-light); color: var(--green-deep); }
.pill-amber  { background: var(--saffron-light); color: var(--saffron-deep); }
.pill-slate  { background: var(--mist-deep); color: var(--slate); }
.pill-navy   { background: rgba(15,35,66,.1); color: var(--navy); }
.admin-grid-2 { display: grid; grid-template-columns: 1.65fr 1fr; gap: 20px; align-items: start; }
@media (max-width: 900px) { .admin-grid-2 { grid-template-columns: 1fr; } }
.btn-navy-ghost { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.25); color: #fff; }
.btn-navy-ghost:hover { background: rgba(255,255,255,.18); }

/* ==========================================================================
   FORMS
   ========================================================================== */
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.field label { font-size: 13px; font-weight: 600; color: var(--ink-soft); font-family: var(--font-en); }
.field input, .field textarea, .field select {
  width: 100%; padding: 10px 14px; border: 1.5px solid var(--hairline-dark);
  border-radius: var(--radius-sm); font-family: var(--font-en); font-size: 15px;
  color: var(--ink); background: var(--white); transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px var(--navy-glow);
}
.field textarea { resize: vertical; min-height: 120px; line-height: 1.6; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field-hint { font-size: 12px; color: var(--slate-light); font-family: var(--font-en); }

/* apply.php — membership application form card (public page, no admin.css) */
.admin-card {
  background: var(--white); border: 1px solid var(--hairline);
  border-radius: var(--radius-lg); padding: 30px 30px 24px;
  margin-bottom: 20px; box-shadow: var(--shadow-sm);
}
.admin-card h2 { font-size: 19px; margin: 0 0 16px; }
.admin-card-head { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.admin-card-head h2 { margin: 0; }
.admin-card-head .sub { font-size: 12.5px; color: var(--slate); margin-top: 3px; display: block; }
.admin-form-actions { display: flex; gap: 10px; margin-top: 10px; flex-wrap: wrap; align-items: center; }
.settings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.settings-grid .field { margin: 0; }
.settings-section-title {
  font-size: 12px; letter-spacing: .07em; text-transform: uppercase;
  color: var(--saffron-deep); font-weight: 700; margin: 26px 0 14px;
  padding-bottom: 8px; border-bottom: 1px solid var(--hairline);
}
.settings-section-title:first-child { margin-top: 0; }
@media (max-width: 640px) { .settings-grid { grid-template-columns: 1fr; } }

/* Alerts */
.alert { padding: 13px 18px; border-radius: var(--radius-sm); font-family: var(--font-en); font-size: 14.5px; margin-bottom: 18px; display: flex; align-items: flex-start; gap: 10px; }
.alert-success { background: var(--green-light); color: var(--green-deep); border-left: 3px solid var(--green); }
.alert-error   { background: #FEE2E2; color: #991B1B; border-left: 3px solid #DC2626; }
.alert-info    { background: var(--blue-light); color: var(--navy); border-left: 3px solid var(--navy); }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  background: linear-gradient(140deg, var(--navy-deep) 0%, var(--navy) 55%, var(--navy-mid) 100%);
  color: #fff; padding: 96px 0 80px; position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 40%, rgba(201,146,46,.08), transparent 55%),
              url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.hero::after {
  content: ''; position: absolute; z-index: 0; pointer-events: none;
  top: -120px; right: -90px; width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(14,123,82,.55), transparent 70%);
  filter: blur(10px);
}
.hero-blob-gold {
  content: ''; position: absolute; z-index: 0; pointer-events: none;
  bottom: -140px; left: 6%; width: 320px; height: 320px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,146,46,.4), transparent 70%);
  filter: blur(10px);
}
.hero-inner, .hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 72px; align-items: center; position: relative; z-index: 1; }
.hero-eyebrow, .eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px;
  font-family: var(--font-mono); font-size: 11.5px; font-weight: 600; letter-spacing: .1em;
  text-transform: uppercase; color: var(--saffron); background: rgba(201,146,46,.12);
  padding: 6px 14px; border-radius: 999px; border: 1px solid rgba(201,146,46,.25);
}
.hero-eyebrow::before, .eyebrow::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--saffron); }
.hero h1 {
  font-family: var(--font-hi); font-size: 40px; font-weight: 800; color: #fff;
  line-height: 1.18; margin-bottom: 8px; letter-spacing: -.01em;
}
.hero h1 small {
  display: block; font-family: var(--font-en); font-size: 19px; font-weight: 500;
  color: rgba(255,255,255,.72); margin-top: 10px; line-height: 1.45; letter-spacing: 0;
}
.hero-tagline { font-size: 16.5px; color: rgba(255,255,255,.78); max-width: 480px; margin: 16px 0 32px; line-height: 1.7; }
.hero-actions .btn{
    background:#c28b00;
    color:#fff;
    border:1px solid #a97700;
}

.hero-actions .btn:hover{
    background:#a97700;
    color:#fff;
}

/* District ledger */
.district-ledger { padding-top: 4px; }
.district-ledger-label {
  font-family: var(--font-mono); font-size: 11px; color: rgba(255,255,255,.45);
  letter-spacing: .04em; display: flex; justify-content: space-between; margin-bottom: 10px;
}
.district-ledger-label strong { color: rgba(255,255,255,.8); }
.district-ledger-track { display: flex; gap: 4px; height: 30px; }
.district-ledger-tick {
  flex: 1; border-radius: 3px; opacity: .85; transition: transform .15s, opacity .15s;
}
.district-ledger-tick:nth-child(3n+1) { background: rgba(255,255,255,.7); }
.district-ledger-tick:nth-child(3n+2) { background: var(--saffron); }
.district-ledger-tick:nth-child(3n)   { background: var(--green); }
.district-ledger-tick:hover { transform: scaleY(1.2); opacity: 1; }

/* Letterhead card */
.letterhead-card {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  border-radius: 20px; padding: 32px 28px 26px; backdrop-filter: blur(8px);
  position: relative; overflow: hidden; z-index: 1;
  transition: transform .25s ease, box-shadow .25s ease;
}
.letterhead-card:hover { transform: translateY(-6px); box-shadow: 0 24px 56px -20px rgba(0,0,0,.45); }
.letterhead-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--saffron), var(--green));
}
.letterhead-row { display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 11.5px; color: rgba(255,255,255,.5); margin-bottom: 16px; padding-top: 4px; }
.letterhead-title-wrap { margin-bottom: 14px; }
.letterhead-title {
  font-family: var(--font-en); font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  color: var(--saffron); display: inline-flex; align-items: center; gap: 7px;
}
.letterhead-title::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--saffron); }
.letterhead-body { font-family: var(--font-en); font-size: 14.5px; color: rgba(255,255,255,.82); line-height: 1.68; }
.letterhead-body p { margin-bottom: .8em; }
.letterhead-fade { max-height: 130px; overflow: hidden; position: relative; }
.letterhead-fade::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 60px; background: linear-gradient(transparent, rgba(8,21,42,.65)); pointer-events: none; }
.letterhead-more { display: inline-block; margin-top: 14px; font-family: var(--font-en); font-size: 13.5px; font-weight: 600; color: var(--saffron); }
.letterhead-more:hover { color: #fff; }

/* ==========================================================================
   STATS STRIP
   ========================================================================== */
.stats-strip { background: var(--white); border-bottom: 1px solid var(--hairline); }
.stats-strip .container { display: grid; grid-template-columns: repeat(4,1fr); }
.stat-item {
  display: flex; align-items: center; gap: 16px; padding: 28px 24px;
  border-right: 1px solid var(--hairline); transition: background .15s;
}
.stat-item:last-child { border-right: none; }
.stat-item:hover { background: var(--mist); }
.stat-item-icon {
  width: 48px; height: 48px; border-radius: 12px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.stat-item:nth-child(1) .stat-item-icon { background: var(--blue-light); color: var(--navy); }
.stat-item:nth-child(2) .stat-item-icon { background: var(--green-light); color: var(--green-deep); }
.stat-item:nth-child(3) .stat-item-icon { background: var(--saffron-light); color: var(--saffron-deep); }
.stat-item:nth-child(4) .stat-item-icon { background: var(--gold-light); color: var(--gold); }
.stat-num { font-family: var(--font-display); font-size: 28px; font-weight: 700; color: var(--ink); line-height: 1; display: block; }
.stat-lbl { font-size: 13px; color: var(--slate); display: block; margin-top: 3px; }

/* ==========================================================================
   SECTIONS
   ========================================================================== */
.section { padding: 88px 0; border-bottom: 1px solid var(--hairline); }
.section:last-of-type { border-bottom: none; }
.section-alt { background: var(--mist); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); }
.section-head { text-align: center; max-width: 620px; margin: 0 auto 52px; }
.section-kicker {
  display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono);
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--navy); background: var(--blue-light); padding: 5px 14px;
  border-radius: 999px; margin-bottom: 14px;
}
.kicker-saffron { background: var(--saffron-light); color: var(--saffron-deep); }
.kicker-green   { background: var(--green-light); color: var(--green-deep); }
.section-head h2 { font-size: 36px; line-height: 1.3; font-weight: 700; }
.section-head p  { font-size: 16px; color: var(--slate); margin: 0; }

/* ==========================================================================
   PILLAR CARDS (Mission)
   ========================================================================== */
.pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.pillar {
  background: var(--white); border: 1px solid var(--hairline);
  border-radius: var(--radius-lg); padding: 32px 28px;
  transition: box-shadow .18s, transform .18s, border-color .18s;
}
.pillar:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); border-color: var(--saffron-glow); }
.pillar-num { font-family: var(--font-mono); font-size: 12px; font-weight: 700; color: var(--saffron-deep); letter-spacing: .06em; }
.pillar-icon {
  width: 46px; height: 46px; border-radius: 12px; background: var(--blue-light);
  color: var(--navy); display: flex; align-items: center; justify-content: center;
  margin: 14px 0 18px; transition: background .18s, color .18s;
}
.pillar:hover .pillar-icon { background: var(--navy); color: #fff; }
.pillar h3 { font-size: 18px; margin-bottom: 10px; }
.pillar p { font-size: 14.5px; color: var(--slate); margin: 0; line-height: 1.65; }

/* ==========================================================================
   NOTICE CARDS (What's New)
   ========================================================================== */
.whatsnew-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.whatsnew-card {
  background: var(--white); border: 1px solid var(--hairline); border-radius: var(--radius-lg);
  overflow: hidden; transition: box-shadow .18s, transform .18s;
}
.whatsnew-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.whatsnew-thumb {
  background: var(--mist); padding: 28px 24px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid var(--hairline);
}
.whatsnew-thumb svg { color: var(--slate-light); }
.date-chip {
  font-family: var(--font-mono); font-size: 11.5px; font-weight: 600;
  color: var(--slate); background: var(--white); border: 1px solid var(--hairline);
  padding: 4px 10px; border-radius: 999px;
}
.whatsnew-body { padding: 20px 22px; }
.whatsnew-body .tag {
  font-family: var(--font-mono); font-size: 10.5px; font-weight: 700; letter-spacing: .07em;
  text-transform: uppercase; color: var(--saffron-deep); display: block; margin-bottom: 8px;
}
.whatsnew-body h4 { font-size: 16px; margin-bottom: 14px; line-height: 1.4; font-family: var(--font-hi); }
.whatsnew-body a { font-family: var(--font-en); font-size: 13.5px; font-weight: 600; color: var(--navy); }
.whatsnew-body a:hover { color: var(--saffron-deep); }

/* ==========================================================================
   NOTICE LIST (notices.php)
   ========================================================================== */
.notice-list { display: flex; flex-direction: column; }
.notice-row {
  display: flex; gap: 24px; align-items: flex-start;
  padding: 22px 16px; border-bottom: 1px solid var(--hairline);
  border-radius: var(--radius-sm); transition: background .13s, padding-left .13s;
}
.notice-row:first-child { padding-top: 4px; }
.notice-row:hover { background: var(--mist); padding-left: 22px; }
.notice-ref { font-family: var(--font-mono); font-size: 11.5px; color: var(--slate); white-space: nowrap; padding-top: 3px; min-width: 140px; }
.notice-ref strong { color: var(--ink); display: block; font-size: 13px; margin-top: 3px; font-family: var(--font-en); font-weight: 600; }
.notice-main { flex: 1; min-width: 0; }
.notice-main h3 { font-size: 17px; margin-bottom: 5px; font-family: var(--font-hi); }
.notice-main h3 a { color: var(--ink); }
.notice-main h3 a:hover { color: var(--navy); }
.notice-snippet { color: var(--slate); font-size: 14px; margin: 0 0 8px; line-height: 1.6; }
.notice-read { font-size: 13px; font-weight: 600; color: var(--navy); }
.notice-read:hover { color: var(--saffron-deep); }
.notice-new-badge {
  background: var(--saffron); color: #fff; font-family: var(--font-en);
  font-size: 10px; font-weight: 700; letter-spacing: .05em; padding: 2px 8px;
  border-radius: 999px; vertical-align: middle; margin-left: 8px;
}

/* ==========================================================================
   GALLERY
   ========================================================================== */
.gallery-year-filter { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.gallery-year-pill {
  padding: 6px 16px; border-radius: 999px; font-size: 13.5px; font-weight: 600;
  border: 1.5px solid var(--hairline); color: var(--ink-soft); transition: .14s;
}
.gallery-year-pill:hover { border-color: var(--navy); color: var(--navy); }
.gallery-year-pill.active { background: var(--navy); border-color: var(--navy); color: #fff; }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px,1fr)); gap: 12px; }
.gallery-card {
  position: relative; border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 1; background: var(--mist); cursor: pointer;
}
.gallery-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .25s ease; }
.gallery-card:hover img { transform: scale(1.06); }
.gallery-card-overlay {
  position: absolute; inset: 0; background: linear-gradient(to top, rgba(13,27,42,.65), transparent 50%);
  opacity: 0; pointer-events: none; transition: opacity .2s; display: flex; align-items: flex-end; padding: 14px;
}
.gallery-card:hover .gallery-card-overlay { opacity: 1; pointer-events: auto; }
.gallery-card-overlay h5 { color: #fff; font-size: 13.5px; margin: 0; }
.gallery-card.g1,.gallery-card.g2,.gallery-card.g3,.gallery-card.g4 { display: flex; align-items: center; justify-content: center; }
.gallery-card.g1 { background: var(--navy-deep); }
.gallery-card.g2 { background: var(--green-deep); }
.gallery-card.g3 { background: #2D3748; }
.gallery-card.g4 { background: var(--saffron-deep); }

/* ==========================================================================
   LEADERSHIP STRIP
   ========================================================================== */
.leadership-strip { background: var(--mist); border-top: 1px solid var(--hairline); border-bottom: 1px solid var(--hairline); padding: 48px 0; }
.leadership-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--hairline); border: 1px solid var(--hairline); border-radius: var(--radius-lg); overflow: hidden; }
.leader-card { background: var(--white); padding: 28px 24px; display: flex; align-items: center; gap: 18px; transition: background .15s; }
.leader-card:hover { background: var(--mist); }
.leader-photo { width: 56px; height: 56px; border-radius: 50%; background: var(--navy); flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.leader-photo .initial { font-family: var(--font-hi); font-size: 18px; font-weight: 700; color: #fff; }
.leader-info h4 { font-family: var(--font-hi); font-size: 16px; margin-bottom: 4px; }
.leader-info .role { font-size: 12.5px; font-weight: 700; color: var(--saffron-deep); text-transform: uppercase; letter-spacing: .04em; margin: 0; }
.leader-info .org { font-size: 12.5px; color: var(--slate); margin: 3px 0 0; }

/* ==========================================================================
   OFFICE BEARERS
   ========================================================================== */
.bearer-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: var(--hairline); border: 1px solid var(--hairline); border-radius: var(--radius-lg); overflow: hidden; }
.bearer-card { background: var(--white); padding: 26px 24px; display: flex; gap: 18px; align-items: center; transition: background .15s; }
.bearer-card:hover { background: var(--mist); }
.bearer-avatar { width: 52px; height: 52px; border-radius: 50%; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-hi); font-size: 18px; font-weight: 700; flex-shrink: 0; }
.bearer-card h3 { font-size: 16px; margin-bottom: 3px; font-family: var(--font-hi); }
.bearer-card .role { font-size: 12.5px; font-weight: 700; color: var(--saffron-deep); text-transform: uppercase; letter-spacing: .04em; margin: 0; }
.bearer-card .meta { font-size: 13px; color: var(--slate); margin: 3px 0 0; }
.bearer-card .phone { font-family: var(--font-mono); font-size: 12.5px; color: var(--slate); margin-top: 3px; }

.district-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--hairline); border: 1px solid var(--hairline); border-radius: var(--radius-lg); overflow: hidden; margin-top: 28px; }
.district-card { background: var(--white); padding: 16px 20px; display: flex; flex-direction: column; gap: 3px; transition: background .15s; }
.district-card:hover { background: var(--mist); }
.district-name { font-family: var(--font-hi); font-size: 14.5px; font-weight: 700; color: var(--ink); }
.district-president { font-size: 13px; color: var(--ink-soft); }
.district-label { font-size: 10.5px; color: var(--green-deep); text-transform: uppercase; letter-spacing: .05em; margin-top: 4px; font-weight: 700; }

/* ==========================================================================
   DASHBOARD CARDS
   ========================================================================== */
.dash-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.dash-card {
  background: var(--white); border: 1px solid var(--hairline); border-radius: var(--radius-xl);
  padding: 30px 28px; transition: box-shadow .25s ease, transform .25s ease, border-color .25s ease;
  position: relative; overflow: hidden;
}
.dash-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--green), var(--gold)); transform: scaleX(0);
  transform-origin: left; transition: transform .3s ease;
}
.dash-card:hover { box-shadow: var(--shadow-lift); transform: translateY(-8px); border-color: transparent; }
.dash-card:hover::before { transform: scaleX(1); }
.dash-card h4 { font-size: 13px; text-transform: uppercase; letter-spacing: .07em; color: var(--slate); font-family: var(--font-en); font-weight: 700; margin-bottom: 10px; }
.big-num { font-family: var(--font-display); font-size: 42px; font-weight: 700; color: var(--ink); display: block; margin-bottom: 16px; }
.dash-checklist { list-style: none; padding: 0; margin: 0 0 20px; display: flex; flex-direction: column; gap: 8px; }
.dash-checklist li { font-size: 13.5px; color: var(--ink-soft); display: flex; align-items: center; gap: 10px; }
.chk { width: 20px; height: 20px; border-radius: 50%; background: var(--green-light); color: var(--green-deep); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; flex-shrink: 0; }

/* ==========================================================================
   IMPORTANT LINKS + QUOTE
   ========================================================================== */
.imp-links-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: start; }
.imp-links-card { background: var(--white); border: 1px solid var(--hairline); border-radius: var(--radius-xl); padding: 30px 28px; transition: box-shadow .25s ease, transform .25s ease; }
.imp-links-card:hover { box-shadow: var(--shadow-lift); transform: translateY(-6px); }
.imp-links-card h3 { font-size: 18px; margin-bottom: 18px; padding-bottom: 14px; border-bottom: 1px solid var(--hairline); }
.imp-links-list { display: flex; flex-direction: column; gap: 4px; }
.imp-links-list a {
  display: flex; align-items: center; gap: 10px; padding: 10px 12px;
  border-radius: 999px; font-size: 14px; font-weight: 500; color: var(--ink-soft);
  transition: background .13s, color .13s, padding-left .13s;
}
.imp-links-list a:hover { background: var(--green-light); color: var(--green-deep); padding-left: 16px; }
.imp-links-list a svg { color: var(--green); flex-shrink: 0; }
.quote-card {
  background: linear-gradient(150deg, var(--navy), var(--green-deep)); color: #fff; border-radius: var(--radius-xl); padding: 38px 32px; position: relative; overflow: hidden;
  transition: box-shadow .25s ease, transform .25s ease;
}
.quote-card:hover { box-shadow: var(--shadow-lift); transform: translateY(-6px); }
.quote-card::before { content: ''; position: absolute; top: -20px; right: -20px; width: 120px; height: 120px; border-radius: 50%; background: rgba(255,255,255,.04); }
.quote-mark { font-family: var(--font-display); font-size: 80px; color: var(--gold); line-height: 1; display: block; margin-bottom: -20px; }
.quote-card p { font-size: 15.5px; line-height: 1.72; color: rgba(255,255,255,.85); margin-bottom: 20px; }
.quote-source { font-family: var(--font-mono); font-size: 12px; color: rgba(255,255,255,.45); }

/* ==========================================================================
   GOV SLIDER
   ========================================================================== */
.gov-slider { background: var(--navy); padding: 64px 0; }
.gov-slide { display: none; }
.gov-slide.active { display: block; }
.gov-slide-inner { max-width: 700px; margin: 0 auto; text-align: center; color: #fff; }
.gov-slide-tag {
  display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-mono);
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: var(--saffron); background: rgba(201,146,46,.12); padding: 5px 14px;
  border-radius: 999px; margin-bottom: 18px; border: 1px solid rgba(201,146,46,.25);
}
.gov-slide-inner h2 { color: #fff; font-size: 28px; font-family: var(--font-hi); margin-bottom: 14px; }
.gov-slide-inner p { font-size: 16px; color: rgba(255,255,255,.75); line-height: 1.7; margin: 0; }
.gov-slide-dots { display: flex; justify-content: center; gap: 8px; margin-top: 32px; }
.gov-slide-dots button {
  width: 8px; height: 8px; border-radius: 50%; border: none;
  background: rgba(255,255,255,.3); cursor: pointer; transition: .15s; padding: 0;
}
.gov-slide-dots button.active { background: var(--saffron); width: 24px; border-radius: 4px; }

/* ==========================================================================
   CTA BAND
   ========================================================================== */
.cta-band { background: linear-gradient(135deg, var(--green-deep), var(--green)); color: #fff; text-align: center; padding: 72px 24px; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; top: -60px; right: -60px; width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,.06); }
.cta-band h2 { color: #fff; font-size: 30px; margin-bottom: 12px; }
.cta-band p { color: rgba(255,255,255,.82); max-width: 520px; margin: 0 auto 28px; font-size: 16.5px; }

/* ==========================================================================
   FOOTER LINKS STRIP
   ========================================================================== */
.footer-links-strip { background: var(--navy-deep); border-top: 1px solid rgba(255,255,255,.07); padding: 10px 0; overflow: hidden; }
.footer-links-strip-track { display: flex; white-space: nowrap; animation: tickerRun 28s linear infinite; }
.footer-links-strip-track a { font-family: var(--font-en); font-size: 13px; color: rgba(255,255,255,.45); padding: 0 32px; border-right: 1px solid rgba(255,255,255,.1); white-space: nowrap; transition: color .14s; }
.footer-links-strip-track a:hover { color: var(--saffron); }

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: var(--ink); color: #8FA3B8; }
.footer-top { padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.footer-top-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.footer-top-brand { display: flex; align-items: center; gap: 14px; }
.footer-top-logo { width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.07); padding: 5px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.footer-top-logo img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.footer-top-brand h3 { color: #fff; font-size: 16px; margin: 0 0 3px; font-family: var(--font-hi); }
.footer-top-brand p { color: rgba(255,255,255,.45); font-size: 13px; margin: 0; }
.footer-top-cta { display: flex; gap: 10px; flex-wrap: wrap; }

.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1.1fr 1fr; gap: 36px; padding: 48px 0 40px; }
.footer-grid h4 {
  color: #fff; font-size: 12px; margin-bottom: 18px; font-family: var(--font-en);
  font-weight: 700; text-transform: uppercase; letter-spacing: .08em;
  padding-bottom: 12px; position: relative;
}
.footer-grid h4::after { content: ''; position: absolute; bottom: 0; left: 0; width: 22px; height: 2px; background: var(--saffron); }
.footer-brand-row { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-logo { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.07); padding: 4px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.footer-logo img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.footer-brand-name { font-family: var(--font-hi); font-size: 14px; font-weight: 700; color: #fff; line-height: 1.3; }
.footer-grid p, .footer-grid a { font-size: 14px; color: #8FA3B8; line-height: 1.75; }
.footer-grid a:hover { color: var(--saffron); }
.footer-links { display: flex; flex-direction: column; gap: 8px; }
.footer-links a { display: inline-flex; align-items: center; gap: 8px; transition: color .14s, transform .14s; }
.footer-links a:hover { transform: translateX(4px); }
.footer-links a::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--saffron); flex-shrink: 0; }
.footer-contact-row { display: flex; align-items: flex-start; gap: 11px; margin-bottom: 13px; }
.footer-contact-row .ico { width: 30px; height: 30px; border-radius: 8px; background: rgba(255,255,255,.07); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: #fff; }
.footer-contact-row span, .footer-contact-row a { font-size: 13.5px; color: #8FA3B8; line-height: 1.6; padding-top: 4px; }
.footer-contact-row a:hover { color: var(--saffron); }
.footer-office-hours { margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.07); }
.footer-office-hours .lbl { font-size: 11px; letter-spacing: .05em; text-transform: uppercase; color: #4A5E72; display: block; margin-bottom: 5px; }
.footer-office-hours .val { font-size: 14px; color: #fff; font-weight: 600; }
.social-row { display: flex; gap: 10px; margin-top: 16px; }
.social-row a {
  width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1); color: #8FA3B8; display: flex;
  align-items: center; justify-content: center; transition: .15s;
}
.social-row a:hover { background: var(--saffron); border-color: var(--saffron); color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.06); padding: 18px 0; }
.footer-bottom .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 13px; }
.footer-bottom .copyright { color: #4A5E72; }
.dev-credit { color: #4A5E72; }
.dev-credit a { color: var(--saffron); font-weight: 600; }
.dev-credit a:hover { color: var(--saffron-deep); }

/* ==========================================================================
   BACK TO TOP
   ========================================================================== */
.back-to-top {
  position: fixed; bottom: 28px; right: 28px; z-index: 500; width: 48px; height: 48px;
  background: var(--navy); border: none; border-radius: 50%; cursor: pointer;
  display: flex; align-items: center; justify-content: center; color: #fff;
  opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s, background .15s;
  box-shadow: var(--shadow-md);
}
.back-to-top.visible { opacity: 1; pointer-events: auto; }
.back-to-top:hover { background: var(--saffron); transform: translateY(-3px); }
.back-to-top-progress { position: absolute; inset: 0; width: 48px; height: 48px; }
.back-to-top-progress circle { fill: none; stroke: var(--saffron); stroke-width: 2.5; stroke-dasharray: 138; stroke-dashoffset: 138; transform: rotate(-90deg); transform-origin: center; transition: stroke-dashoffset .1s linear; }

/* ==========================================================================
   REGISTER STRIP (back-compat)
   ========================================================================== */
/* ===== Compact Register Strip ===== */

.register-strip{
    background:#f8fafc;
    padding:14px 0;
    border-top:1px solid #e5e7eb;
    border-bottom:1px solid #e5e7eb;
}

.register-strip .container{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:12px;
    padding:0 20px;
}

.register-item{
    display:flex;
    align-items:center;
    gap:10px;
    background:#fff;
    padding:10px 12px;
    border-radius:10px;
    border-left:4px solid #003b8e;
    box-shadow:0 2px 8px rgba(0,0,0,.06);
    transition:.3s;
}

.register-item:hover{
    border-left-color:#c28b00;
    transform:translateY(-2px);
}

.register-icon{
    width:40px;
    height:40px;
    min-width:40px;
    border-radius:8px;
    background:#003b8e;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}

.register-item:hover .register-icon{
    background:#c28b00;
}

.register-number{
    display:block;
    font-size:24px;
    font-weight:700;
    color:#003b8e;
    line-height:1;
    font-family:"Poppins",sans-serif;
}

.register-label{
    display:block;
    margin-top:2px;
    font-size:12px;
    font-weight:500;
    color:#666;
    font-family:"Poppins",sans-serif;
}

@media(max-width:992px){
    .register-strip .container{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:576px){
    .register-strip .container{
        grid-template-columns:1fr;
    }
}

/* ================= Mission Section ================= */

.mission-section{

    background:#f7f9fc;

    padding:80px 0;

}

.mission-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:25px;

    margin-top:45px;

}

.mission-card{

    background:#fff;

    border-radius:16px;

    padding:28px;

    position:relative;

    overflow:hidden;

    border-top:5px solid #003b8e;

    box-shadow:0 8px 24px rgba(0,0,0,.08);

    transition:.35s;

}

.mission-card:hover{

    transform:translateY(-8px);

    border-top-color:#c28b00;

}

.mission-top{

    display:flex;

    align-items:center;

    gap:15px;

    margin-bottom:18px;

}

.mission-number{

    width:52px;

    height:52px;

    border-radius:50%;

    background:#003b8e;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:20px;

    font-weight:700;

}

.mission-card:hover .mission-number{

    background:#c28b00;

}

.mission-title{

    font-size:21px;

    font-weight:700;

    color:#0b1f3a;

}

.mission-card p{

    margin:0;

    color:#555;

    line-height:1.8;

    font-size:15px;

}

@media(max-width:992px){

.mission-grid{

grid-template-columns:1fr;

}

}
/* ==========================================================================
   PAGE BANNER (inner pages)
   ========================================================================== */
.page-banner {
  background: linear-gradient(140deg, var(--navy-deep) 0%, var(--navy) 55%, var(--green-deep) 130%);
  color: #fff; padding: 84px 0 68px; position: relative; overflow: hidden;
}
.page-banner::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 85% 20%, rgba(201,146,46,.16), transparent 45%),
    radial-gradient(circle at 8% 90%, rgba(14,123,82,.22), transparent 50%),
    url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6z'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.page-banner-inner, .page-banner-content { position: relative; }
.page-banner .breadcrumb {
  display: inline-flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,.75);
  font-family: var(--font-en); margin-bottom: 18px; background: rgba(255,255,255,.09);
  border: 1px solid rgba(255,255,255,.14); padding: 7px 16px; border-radius: 999px;
}
.page-banner .breadcrumb a { color: rgba(255,255,255,.75); }
.page-banner .breadcrumb a:hover { color: var(--saffron); }
.page-banner .breadcrumb span { color: var(--saffron); }
.page-banner h1 { font-family: var(--font-hi); font-size: 42px; color: #fff; margin: 0 0 10px; line-height: 1.25; }
.page-banner p { font-size: 16px; color: rgba(255,255,255,.78); margin: 0; max-width: 600px; }
@media (max-width: 640px) {
  .page-banner { padding: 60px 0 44px; }
  .page-banner h1 { font-size: 28px; }
}

/* ==========================================================================
   PAGE BODY — wraps the main content area on every inner page
   (about, contact, notices, downloads, office-bearers, etc.)
   ========================================================================== */
.page-body { padding: 64px 0 80px; }
@media (max-width: 640px) { .page-body { padding: 40px 0 56px; } }

/* ==========================================================================
   PROSE — typography spacing for long-form text content
   ========================================================================== */

/* About page two-col grid */
.about-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 44px; align-items: start; }
@media (max-width: 760px) { .about-grid { grid-template-columns: 1fr; gap: 28px; } }
.prose { font-size: 15.5px; color: var(--ink-soft); }
.prose h2 { font-family: var(--font-hi); font-size: 22px; color: var(--ink); margin: 40px 0 16px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { font-family: var(--font-hi); font-size: 17px; color: var(--ink); margin: 30px 0 12px; }
.prose p { margin: 0 0 18px; line-height: 1.75; }
.prose ul, .prose ol { margin: 0 0 20px; padding-left: 22px; display: flex; flex-direction: column; gap: 8px; }
.prose li { line-height: 1.65; }
.prose strong { color: var(--ink); }

/* Key Objectives box (about.php) */
.objectives-box {
  background: var(--saffron-light); border: 1px solid rgba(201,146,46,.25);
  border-radius: var(--radius-lg); padding: 26px 28px; margin: 30px 0;
}
.objectives-box h3 { font-family: var(--font-en); font-size: 15.5px; color: var(--saffron-deep); margin-bottom: 14px; }
.objectives-box ul { margin: 0; padding-left: 20px; display: flex; flex-direction: column; gap: 10px; }
.objectives-box li { font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; }

/* ==========================================================================
   CONTACT
   ========================================================================== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px; align-items: start; }
.contact-info-card { background: var(--navy); color: #fff; border-radius: var(--radius-lg); padding: 36px 32px; }
.contact-info-card h3 { color: #fff; font-size: 20px; margin-bottom: 24px; }
.contact-info-row { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 20px; }
.contact-info-row .c-icon { width: 42px; height: 42px; border-radius: 10px; background: rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--saffron); }
.contact-info-row .c-label { font-size: 11px; text-transform: uppercase; letter-spacing: .07em; color: rgba(255,255,255,.45); font-weight: 700; display: block; margin-bottom: 3px; }
.contact-info-row .c-val { font-size: 14.5px; color: rgba(255,255,255,.9); }
.contact-info-row a { color: rgba(255,255,255,.9); }
.contact-info-row a:hover { color: var(--saffron); }
.contact-form-card, .form-card { background: var(--white); border: 1px solid var(--hairline); border-radius: var(--radius-lg); padding: 34px 32px; box-shadow: var(--shadow-sm); }
.contact-form-card h3, .form-card h3 { font-size: 20px; margin-bottom: 22px; }
.contact-info-note {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius-sm); padding: 16px 18px; margin-top: 22px;
  font-size: 13.5px; color: rgba(255,255,255,.78); line-height: 1.65;
}

/* ==========================================================================
   NOTICE VIEW
   ========================================================================== */
.notice-view-header { background: var(--mist); border: 1px solid var(--hairline); border-radius: var(--radius-lg); padding: 28px 30px; margin-bottom: 28px; }
.notice-view-meta { display: flex; gap: 20px; flex-wrap: wrap; font-family: var(--font-mono); font-size: 12.5px; color: var(--slate); margin-bottom: 12px; }
.notice-view-meta span { display: flex; align-items: center; gap: 6px; }
.notice-view-title { font-family: var(--font-hi); font-size: 24px; margin: 0; }
.notice-view-body { font-size: 16px; color: var(--ink-soft); line-height: 1.8; }
.notice-view-body p { margin-bottom: 1.1em; }

/* notice-view.php letterhead document card */
.notice-document {
  flex: 1; min-width: 0; background: var(--white); border: 1px solid var(--hairline);
  border-radius: var(--radius-lg); padding: 40px 44px; box-shadow: var(--shadow-sm);
}
.notice-document-header { text-align: center; padding-bottom: 24px; margin-bottom: 24px; border-bottom: 2px solid var(--hairline); }
.notice-document-header .org { font-family: var(--font-hi); font-size: 14px; color: var(--slate); margin-top: 2px; }
.notice-meta-row { display: flex; gap: 24px; flex-wrap: wrap; font-family: var(--font-mono); font-size: 12.5px; color: var(--slate); margin-bottom: 20px; }
.notice-body { font-size: 15.5px; color: var(--ink-soft); line-height: 1.8; }
.notice-body p { margin-bottom: 1.1em; }
.notice-layout { display: flex; gap: 32px; align-items: flex-start; }
.notice-sidebar { width: 260px; flex-shrink: 0; }
@media (max-width: 1000px) { .notice-layout { flex-direction: column; } .notice-sidebar { width: 100%; } }
@media (max-width: 640px) { .notice-document { padding: 26px 22px; } }
@media print { .no-print { display: none !important; } }

/* ==========================================================================
   EMPTY STATE
   ========================================================================== */
.empty-state {
  text-align: center; padding: 64px 24px; color: var(--slate);
  font-size: 15px; border: 1px dashed var(--hairline-dark);
  border-radius: var(--radius-lg); background: var(--mist);
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.empty-state svg { color: var(--slate-light); }
.empty-state p { margin: 0; }

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1000px) {
  .hero-inner, .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .stats-strip .container, .register-strip .container { grid-template-columns: repeat(2,1fr); }
  .stat-item:nth-child(2) { border-right: none; }
  .stat-item { border-bottom: 1px solid var(--hairline); }
  .pillars { grid-template-columns: 1fr 1fr; }
  .whatsnew-grid { grid-template-columns: 1fr 1fr; }
  .leadership-grid { grid-template-columns: 1fr; }
  .imp-links-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .dash-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .bearer-grid { grid-template-columns: 1fr; }
  .district-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .container { padding: 0 16px; }
  .section { padding: 60px 0; }
  .hero { padding: 64px 0 52px; }
  .hero-grid { gap: 28px; }
  .hero h1 { font-size: 30px; }
  .hero h1 small { font-size: 16px; }
  .stats-strip .container, .register-strip .container { grid-template-columns: 1fr 1fr; }
  .pillars { grid-template-columns: 1fr; }
  .whatsnew-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .dash-grid { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .district-grid { grid-template-columns: 1fr; }
  .section-head h2 { font-size: 26px; }
  .page-banner h1 { font-size: 26px; }
  .header-inner { padding: 10px 16px; }
}

/* ===== Shared welcome / info popup (wp-*) — used on homepage + pension search ===== */
.wp-overlay{position:fixed;inset:0;background:rgba(8,21,42,0.55);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:18px;z-index:9999;opacity:0;visibility:hidden;transition:opacity .25s ease;}
.wp-overlay.show{opacity:1;visibility:visible;}
.wp-card{background:#fff;max-width:430px;width:100%;border-radius:14px;box-shadow:0 30px 70px rgba(0,0,0,.35);position:relative;overflow:hidden;transform:translateY(14px) scale(.97);transition:transform .28s ease;}
.wp-overlay.show .wp-card{transform:translateY(0) scale(1);}
.wp-ribbon{display:flex;height:5px;}
.wp-ribbon span{flex:1;}
.wp-ribbon .saffron{background:#FF6B35;}
.wp-ribbon .white{background:#fff;border-top:1px solid #eee;border-bottom:1px solid #eee;}
.wp-ribbon .green{background:#0E7B52;}
.wp-close{position:absolute;top:12px;right:12px;width:30px;height:30px;border-radius:50%;border:none;background:var(--mist);color:var(--ink-soft);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;}
.wp-close:hover{background:var(--hairline-dark);}
.wp-head{padding:26px 26px 6px;}
.wp-eyebrow{display:inline-block;font-size:11.5px;font-weight:700;letter-spacing:.04em;color:var(--saffron-deep);text-transform:uppercase;margin-bottom:8px;}
.wp-head h3{font-family:var(--font-display);font-size:1.28rem;color:var(--navy);margin-bottom:6px;line-height:1.3;}
.wp-head p{font-size:13.5px;color:var(--slate);margin-bottom:4px;}
.wp-options{padding:14px 18px 6px;display:flex;flex-direction:column;gap:10px;}
.wp-option{display:flex;align-items:center;gap:12px;padding:13px 14px;border:1.5px solid var(--hairline);border-radius:11px;text-decoration:none;transition:border-color .18s,background .18s,transform .18s;}
.wp-option:hover{border-color:var(--saffron);background:var(--saffron-light);transform:translateY(-1px);}
.wp-opt-icon{width:42px;height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.wp-icon-navy{background:var(--navy);color:#fff;}
.wp-icon-green{background:var(--green);color:#fff;}
.wp-opt-text{display:flex;flex-direction:column;gap:2px;flex:1;}
.wp-opt-text strong{font-size:14.5px;color:var(--ink);font-weight:700;}
.wp-opt-text span{font-size:12px;color:var(--slate);}
.wp-opt-go{font-size:18px;color:var(--saffron-deep);flex-shrink:0;}
.wp-skip{display:block;width:100%;background:none;border:none;padding:16px 18px 20px;text-align:center;font-size:13px;color:var(--slate-light);cursor:pointer;text-decoration:underline;}
.wp-skip:hover{color:var(--slate);}
@media (max-width:480px){.wp-card{max-width:94vw;}.wp-head{padding:22px 20px 4px;}}

/* ===== Site Marquee (admin-editable via Site Settings → Marquee Ticker) ===== */
.site-marquee {
  background: var(--green); color: #fff; display: flex;
  align-items: stretch; overflow: hidden; height: 36px;
}
.site-marquee-label {
  background: var(--green-deep); color: #fff; font-family: var(--font-en);
  font-size: 11px; font-weight: 700; letter-spacing: .06em;
  padding: 0 18px; display: flex; align-items: center; white-space: nowrap; flex-shrink: 0; gap: 6px;
}
.site-marquee-track { flex: 1; overflow: hidden; display: flex; align-items: center; }
.site-marquee-scroll { display: flex; gap: 0; white-space: nowrap; animation: marqueeRun 28s linear infinite; }
.site-marquee-scroll:hover { animation-play-state: paused; }
.site-marquee-scroll span:not(.sep) { font-size: 13px; color: rgba(255,255,255,.92); padding: 0 0 0 36px; font-weight: 500; }
.site-marquee-scroll .sep { color: var(--gold); font-size: 10px; padding: 0 0 0 14px; }
@keyframes marqueeRun { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ==========================================================================
   EDULEB-STYLE COMPONENTS (ported layout patterns, PKSS green/gold palette)
   ========================================================================== */

/* ---- Numbered feature cards ("क्यों जुड़ें PKSS से") — ports EduLeb .single_tp ---- */
.feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feat-card {
  background: #fff; border-radius: var(--radius-xl); padding: 36px 30px;
  box-shadow: 0 10px 24px -12px rgba(13,27,42,.08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.feat-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lift); }
.feat-num {
  width: 58px; height: 58px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: 22px; margin-bottom: 22px;
}
.feat-card:nth-child(4n+1) .feat-num { color: var(--saffron-deep); background: var(--saffron-light); }
.feat-card:nth-child(4n+2) .feat-num { color: var(--green-deep); background: var(--green-light); }
.feat-card:nth-child(4n+3) .feat-num { color: var(--navy); background: var(--blue-light); }
.feat-card:nth-child(4n+4) .feat-num { color: var(--gold); background: var(--gold-light); }
.feat-card h3 { font-size: 18px; font-weight: 700; margin: 0 0 10px; line-height: 1.35; }
.feat-card p { font-size: 14px; color: var(--slate); line-height: 1.65; margin: 0; }
@media (max-width: 960px) { .feat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .feat-grid { grid-template-columns: 1fr; } }

/* ---- Notice cards ("हालिया सूचनाएं") — ports EduLeb .single_course ---- */
.notice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.notice-card {
  background: #fff; border-radius: var(--radius-xl); overflow: hidden; text-align: center;
  box-shadow: 0 10px 24px -12px rgba(13,27,42,.08); border: 1px solid var(--hairline);
  transition: transform .25s ease, box-shadow .25s ease; display: flex; flex-direction: column;
}
.notice-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lift); }
.notice-card-top {
  position: relative; padding: 34px 20px 26px;
  background: linear-gradient(135deg, var(--navy-deep), var(--green-deep));
}
.notice-card-tag {
  position: absolute; top: 16px; left: -8px; background: var(--gold); color: #fff;
  font-size: 11px; font-weight: 700; padding: 4px 14px 4px 18px; border-radius: 0 999px 999px 0;
  box-shadow: 0 4px 10px rgba(0,0,0,.2); font-family: var(--font-en); letter-spacing: .03em;
}
.notice-card-icon {
  width: 54px; height: 54px; border-radius: 50%; background: rgba(255,255,255,.14);
  display: flex; align-items: center; justify-content: center; margin: 10px auto 0; color: #fff;
}
.notice-card-body { padding: 22px 22px 0; flex: 1; }
.notice-card-body h4 { margin: 0 0 12px; }
.notice-card-body h4 a { font-size: 16.5px; font-weight: 700; line-height: 1.45; color: var(--ink); display: block; }
.notice-card-body h4 a:hover { color: var(--green); }
.notice-card-meta { display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 12.5px; color: var(--slate); margin-bottom: 4px; }
.notice-card-meta svg { color: var(--gold); flex-shrink: 0; }
.notice-card-foot {
  margin-top: 18px; padding: 14px 20px; border-top: 1px solid var(--hairline);
  color: var(--green-deep); font-weight: 700; font-size: 14px; transition: color .2s, background .2s;
}
.notice-card:hover .notice-card-foot { background: var(--green-light); color: var(--green-deep); }
@media (max-width: 960px) { .notice-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 640px) { .notice-grid { grid-template-columns: 1fr; } }

/* ---- Team / office bearer cards — ports EduLeb .our-team ---- */
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.team-card { border: 1px solid var(--hairline); padding: 12px; text-align: center; border-radius: var(--radius-lg); transition: box-shadow .25s ease, transform .25s ease; background: #fff; }
.team-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lift); border-color: transparent; }
.team-card-photo { position: relative; overflow: hidden; border-radius: var(--radius); aspect-ratio: 1/1; background: linear-gradient(140deg, var(--green-light), var(--gold-light)); }
.team-card-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.team-card:hover .team-card-photo img { transform: scale(1.1); }
.team-card-photo-fallback { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 34px; font-weight: 700; color: var(--green-deep); }
.team-card h3 { font-weight: 700; margin: 16px 0 3px; font-size: 16.5px; }
.team-card span { display: block; font-size: 13px; color: var(--saffron-deep); font-weight: 600; }
@media (max-width: 960px) { .team-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---- Promo CTA band before footer — ports EduLeb .ab_area / promo ---- */
.promo-band {
  background: linear-gradient(120deg, var(--green-deep), var(--navy)); border-radius: var(--radius-xl);
  padding: 44px 48px; display: flex; align-items: center; justify-content: space-between; gap: 24px;
  position: relative; overflow: hidden; flex-wrap: wrap;
}
.promo-band::before {
  content: ''; position: absolute; top: -80px; right: -60px; width: 260px; height: 260px; border-radius: 50%;
  background: radial-gradient(circle, rgba(201,146,46,.35), transparent 70%);
}
.promo-band-text { position: relative; z-index: 1; }
.promo-band-text h3 { color: #fff; font-size: 24px; margin: 0 0 8px; }
.promo-band-text p { color: rgba(255,255,255,.78); margin: 0; font-size: 14.5px; max-width: 480px; }
.promo-band-actions { position: relative; z-index: 1; display: flex; gap: 12px; flex-wrap: wrap; }
@media (max-width: 720px) { .promo-band { padding: 34px 26px; } }
