/* =====================================================
   जि.प. व शासकीय कर्मचारी सहकारी पतसंस्था, भंडारा
   Theme v6 — "Poster / Bank Blue" (neo-brutalist frame,
   single-colour SBI-style blue palette)
   ===================================================== */

:root {
  --paper: #f5f8fc;             /* clean bank-white, faint blue tint */
  --ink: #0d1b33;               /* near-black navy for text */
  --bd: #0d1b33;                /* outline colour (dark navy, not brown-black) */
  --muted: #55647d;

  /* ---- single-hue blue system (State Bank style) ---- */
  --blue-900: #001a4d;   /* deepest navy — footer, ticker label */
  --blue-800: #002f87;   /* SBI primary blue — buttons, brand */
  --blue-700: #0a3f9e;
  --blue-600: #1955b3;   /* secondary */
  --blue-500: #2f6fc9;   /* mid accent */
  --blue-400: #5c8ed8;   /* light accent */
  --blue-300: #9dbde8;   /* pale accent */
  --blue-100: #dbe7f7;   /* soft tint backgrounds */
  --blue-050: #eef4fb;   /* faintest tint */

  --gold: #f2a900;       /* SBI's small warm accent, used sparingly */
  --gold-soft: #fdf0d2;

  --wa: #25d366;

  /* six "accent" slots used across cards/avatars/notices —
     all drawn from the SAME blue family (tonal variation only,
     not different hues) so the theme reads as single-colour. */
  --c1: var(--blue-800); --c1-soft: var(--blue-100);
  --c2: var(--blue-600); --c2-soft: var(--blue-050);
  --c3: var(--blue-500); --c3-soft: var(--blue-100);
  --c4: var(--blue-700); --c4-soft: var(--blue-050);
  --c5: var(--blue-900); --c5-soft: var(--blue-100);
  --c6: var(--blue-400); --c6-soft: var(--blue-050);

  --accent: var(--c1); --accent-soft: var(--c1-soft);

  --r: 14px;
  --bw: 2px;
  --sh: 5px 5px 0 var(--bd);
  --sh-sm: 3px 3px 0 var(--bd);
  --sh-lg: 8px 8px 0 var(--bd);
}

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  font-family: 'Mukta', 'Segoe UI', sans-serif;
  color: var(--ink);
  background:
    radial-gradient(rgba(13,27,51,.05) 1.2px, transparent 1.2px) 0 0 / 22px 22px,
    var(--paper);
  font-size: 1.02rem;
  line-height: 1.7;
  overflow-x: clip;
}
@media (max-width: 767px) { .row.g-5 { --bs-gutter-x: 1.5rem; } }

h1, h2, h3, h4 {
  font-family: 'Baloo 2', 'Mukta', sans-serif;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.25;
}
a { color: var(--blue-800); text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 3px; }
a:hover { color: var(--blue-600); }
.btn, .nav-link, .dropdown-item, .navbar-brand, .footer .social a, .gallery-tile,
.dl-item a, .lang-switch button { text-decoration: none !important; }

/* Marker highlight inside headlines — light blue bar instead of yellow */
.grad-text {
  background: linear-gradient(transparent 55%, var(--blue-300) 55%, var(--blue-300) 92%, transparent 92%);
  color: var(--ink); padding: 0 .15em; border-radius: 4px;
}

/* ---------- Language toggle ---------- */
body.lang-mr .en, body.lang-en .mr { display: none !important; }
.lang-switch {
  display: inline-flex; background: #fff; border: var(--bw) solid var(--bd);
  border-radius: 999px; padding: 2px; gap: 2px; box-shadow: var(--sh-sm);
}
.lang-switch button {
  border: 0; background: transparent; color: var(--ink);
  padding: .12rem .85rem; font-size: .82rem; font-weight: 800;
  border-radius: 999px; cursor: pointer; transition: all .12s ease;
}
.lang-switch button.active { background: var(--blue-800); border: 2px solid var(--bd); color: #fff; }
.lang-switch button:focus-visible { outline: 3px solid var(--blue-500); outline-offset: 2px; }

/* ---------- Top strip: deep navy band ---------- */
.top-strip {
  background: var(--blue-900); color: #fff;
  font-size: .84rem; border-bottom: var(--bw) solid var(--bd);
}
.top-strip a { color: #fff; text-decoration: none; font-weight: 600; }
.top-strip a:hover { color: var(--blue-300); }
.top-strip .bi { color: var(--blue-300); }

/* ---------- Brandbar ---------- */
.brandbar {
  position: sticky; top: 0; z-index: 1030;
  background: var(--paper);
  border-bottom: 3px solid var(--bd);
}
.brandbar .emblem { width: 54px; height: 54px; flex: 0 0 auto; }
.brandbar .society-name-mr {
  font-family: 'Baloo 2', sans-serif; font-weight: 800;
  font-size: clamp(.98rem, 2vw, 1.22rem); color: var(--ink);
  margin: 0; line-height: 1.22;
}
.brandbar .society-name-en {
  font-size: clamp(.58rem, 1.2vw, .7rem); letter-spacing: .14em; text-transform: uppercase;
  color: var(--blue-700); margin: 0; font-weight: 700;
}

.navbar-society { padding: 0; }
.navbar-society .navbar-nav { gap: .3rem; }
.navbar-society .nav-link {
  color: var(--ink); font-weight: 700; font-size: .93rem;
  padding: .42rem .9rem !important; border-radius: 10px;
  border: var(--bw) solid transparent; transition: all .12s ease;
}
.navbar-society .nav-link:hover {
  border-color: var(--bd); background: #fff; box-shadow: var(--sh-sm);
  transform: translate(-1px,-1px);
}
.navbar-society .nav-link.active {
  background: var(--blue-800); color: #fff; border-color: var(--bd); box-shadow: var(--sh-sm);
}
.navbar-society .dropdown-menu {
  border: var(--bw) solid var(--bd); border-radius: var(--r);
  box-shadow: var(--sh); padding: .5rem; margin-top: .6rem; background: #fff;
}
.navbar-society .dropdown-item {
  font-weight: 600; padding: .5rem 1rem; border-radius: 9px; font-size: .92rem;
  border: var(--bw) solid transparent; transition: all .12s ease;
}
.navbar-society .dropdown-item:hover { background: var(--blue-050); border-color: var(--bd); }
.navbar-toggler { border: var(--bw) solid var(--bd); border-radius: 10px; box-shadow: var(--sh-sm); }

/* ---------- Ticker: light blue notice strip ---------- */
.ticker-wrap {
  background: var(--blue-100); border-bottom: var(--bw) solid var(--bd);
  border-top: var(--bw) solid var(--bd); overflow: hidden;
}
.ticker-label {
  background: var(--blue-900); color: #fff; font-weight: 800; font-size: .8rem;
  padding: .42rem 1.1rem; white-space: nowrap; display: flex; align-items: center;
  letter-spacing: .06em; text-transform: uppercase;
}
.ticker { display: flex; overflow: hidden; flex: 1; }
.ticker-track {
  display: inline-flex; gap: 3.5rem; padding: .42rem 0; white-space: nowrap;
  animation: ticker 32s linear infinite;
}
.ticker-wrap:hover .ticker-track { animation-play-state: paused; }
@keyframes ticker { from { transform: translateX(100%); } to { transform: translateX(-100%); } }
.ticker-track a { color: var(--ink); font-weight: 700; font-size: .9rem; text-decoration: none; }
.ticker-track a:hover { text-decoration: underline; text-decoration-thickness: 2px; }
.ticker-track a::before { content: "★"; margin-right: .5rem; font-size: .75rem; color: var(--blue-700); }

/* ---------- Hero: poster composition, blue shapes ---------- */
.hero { position: relative; overflow: hidden; padding: 4.4rem 0 4rem; }
.hero .blob { position: absolute; pointer-events: none; }
.hero .blob-1 {
  width: 180px; height: 180px; border-radius: 50%;
  background: var(--blue-300); border: var(--bw) solid var(--bd);
  top: -60px; right: 8%; opacity: .9;
}
.hero .blob-2 {
  width: 90px; height: 90px; border-radius: 24px; transform: rotate(18deg);
  background: var(--blue-500); border: var(--bw) solid var(--bd);
  bottom: 8%; left: -30px;
}
.hero .blob-3 {
  width: 0; height: 0; border-left: 55px solid transparent; border-right: 55px solid transparent;
  border-bottom: 95px solid var(--blue-800);
  bottom: -30px; right: 30%; transform: rotate(-14deg); opacity: .9; filter: drop-shadow(3px 3px 0 var(--bd));
}
.hero .container { position: relative; z-index: 1; }
.hero h1 { font-size: clamp(1.9rem, 4.4vw, 3rem); font-weight: 800; }
.hero .lead { color: var(--muted); max-width: 40rem; font-size: 1.07rem; font-weight: 500; }
.hero .eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  background: #fff; border: var(--bw) solid var(--bd); border-radius: 999px;
  padding: .28rem 1rem; font-size: .8rem; font-weight: 800; color: var(--ink);
  box-shadow: var(--sh-sm); transform: rotate(-1.2deg);
}
.hero .eyebrow::before { content: "★"; color: var(--gold); }

/* Helpline "ticket" card */
.helpline-card {
  background: #fff; border: var(--bw) solid var(--bd); border-radius: var(--r);
  box-shadow: var(--sh-lg); padding: 1.6rem; position: relative;
  transform: rotate(1deg); transition: transform .2s ease, box-shadow .2s ease;
}
.helpline-card:hover { transform: rotate(0deg) translate(-3px,-3px); box-shadow: 11px 11px 0 var(--bd); }
.helpline-card::before, .helpline-card::after {
  content: ""; position: absolute; width: 26px; height: 26px; border-radius: 50%;
  background: var(--paper); border: var(--bw) solid var(--bd); top: 50%; margin-top: -13px;
}
.helpline-card::before { left: -15px; }
.helpline-card::after { right: -15px; }
.helpline-card .tag {
  display: inline-block; background: var(--blue-800); color: #fff;
  border: var(--bw) solid var(--bd); border-radius: 8px;
  font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  padding: .18rem .8rem; box-shadow: var(--sh-sm); transform: rotate(-2deg);
}
.helpline-card .number {
  font-family: 'Baloo 2', sans-serif; font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2rem); color: var(--ink);
  display: block; line-height: 1.25; text-decoration: none;
}
.helpline-card .number:hover { color: var(--blue-600); }
.helpline-card hr { border: 0; border-top: 2px dashed var(--bd); opacity: .5; }
.helpline-card .hours { color: var(--muted); font-size: .88rem; font-weight: 600; }

/* ---------- Buttons ---------- */
.btn-gold {
  background: var(--blue-800); color: #fff; font-weight: 800;
  border: var(--bw) solid var(--bd); border-radius: 12px;
  padding: .6rem 1.5rem; box-shadow: var(--sh);
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.btn-gold:hover { color: #fff; background: var(--blue-700); transform: translate(-3px,-3px); box-shadow: var(--sh-lg); }
.btn-gold:active { transform: translate(2px,2px); box-shadow: 1px 1px 0 var(--bd); }
.btn-outline-paper, .btn-outline-success {
  background: #fff; color: var(--ink); font-weight: 700;
  border: var(--bw) solid var(--bd); border-radius: 12px;
  padding: .58rem 1.4rem; box-shadow: var(--sh-sm);
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.btn-outline-paper:hover, .btn-outline-success:hover {
  color: var(--ink); background: var(--blue-050); transform: translate(-2px,-2px); box-shadow: var(--sh);
}
.btn-wa {
  background: var(--wa); color: #fff; font-weight: 800;
  border: var(--bw) solid var(--bd); border-radius: 12px;
  padding: .55rem 1.2rem; display: inline-flex; align-items: center; gap: .5rem;
  box-shadow: var(--sh-sm); transition: transform .12s ease, box-shadow .12s ease;
}
.btn-wa:hover { color: #fff; transform: translate(-2px,-2px); box-shadow: var(--sh); }

/* ---------- Stats: tonal blue tiles ---------- */
.stats-band { margin-top: .5rem; position: relative; z-index: 2; }
.stats-band .row { gap: 0; }
.stats-band [class*="col"] { padding: .5rem; }
.stat {
  text-align: center; padding: 1.4rem .5rem; border: var(--bw) solid var(--bd);
  border-radius: var(--r); background: var(--accent-soft); box-shadow: var(--sh);
  height: 100%; transition: transform .15s ease, box-shadow .15s ease;
}
.stat:hover { transform: translate(-3px,-3px) rotate(-.6deg); box-shadow: var(--sh-lg); }
.stat .num { font-family: 'Baloo 2', sans-serif; font-size: 1.95rem; font-weight: 800; color: var(--accent); }
.stat .lbl { color: var(--ink); font-size: .88rem; font-weight: 700; opacity: .75; }

/* ---------- Sections ---------- */
.section { padding: 4.3rem 0; }
.section-alt { background: var(--blue-050); border-top: var(--bw) solid var(--bd); border-bottom: var(--bw) solid var(--bd); }
.section-head { margin-bottom: 2.4rem; }
.section-head .eyebrow {
  display: inline-block; background: var(--blue-800); color: #fff;
  border: var(--bw) solid var(--bd); border-radius: 8px; padding: .16rem .85rem;
  letter-spacing: .05em; font-size: .76rem; font-weight: 800; text-transform: uppercase;
  box-shadow: var(--sh-sm); transform: rotate(-1.5deg);
}
.section-head h2 { margin: .9rem 0 0; font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; }
.gold-rule { width: 76px; height: 6px; border-radius: 99px; background: var(--blue-800); border: 0; opacity: 1; margin: .9rem 0 0; }
.section-head.text-center .eyebrow { transform: rotate(1.5deg); }

/* ---------- Cards ---------- */
.card-soft {
  background: #fff; border: var(--bw) solid var(--bd); border-radius: var(--r);
  padding: 1.6rem; height: 100%; box-shadow: var(--sh);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.card-soft:hover { transform: translate(-4px,-4px) rotate(-.4deg); box-shadow: 9px 9px 0 var(--bd); background: var(--accent-soft); }
.card-soft .icon {
  width: 54px; height: 54px; border-radius: 12px; display: grid; place-items: center;
  background: var(--accent); color: #fff; font-size: 1.4rem; margin-bottom: 1.1rem;
  border: var(--bw) solid var(--bd); box-shadow: var(--sh-sm);
  transition: transform .2s cubic-bezier(.34,1.56,.64,1);
}
.card-soft:hover .icon { transform: rotate(-8deg) scale(1.1); }
.card-soft h3 { font-size: 1.12rem; font-weight: 800; }

/* colour cycle — tonal blue only (not multi-hue) */
[class*="col"]:nth-child(6n+1) { --accent: var(--c1); --accent-soft: var(--c1-soft); }
[class*="col"]:nth-child(6n+2) { --accent: var(--c2); --accent-soft: var(--c2-soft); }
[class*="col"]:nth-child(6n+3) { --accent: var(--c3); --accent-soft: var(--c3-soft); }
[class*="col"]:nth-child(6n+4) { --accent: var(--c4); --accent-soft: var(--c4-soft); }
[class*="col"]:nth-child(6n+5) { --accent: var(--c5); --accent-soft: var(--c5-soft); }
[class*="col"]:nth-child(6n+6) { --accent: var(--c6); --accent-soft: var(--c6-soft); }

/* ---------- Page banner ---------- */
.page-banner {
  position: relative; overflow: hidden; padding: 2.9rem 0;
  background: var(--blue-050); border-bottom: 3px solid var(--bd);
}
.page-banner::before {
  content: ""; position: absolute; width: 140px; height: 140px; border-radius: 50%;
  background: var(--blue-300); border: var(--bw) solid var(--bd);
  top: -50px; right: 6%; opacity: .95;
}
.page-banner::after {
  content: ""; position: absolute; width: 70px; height: 70px; border-radius: 18px;
  background: var(--blue-500); border: var(--bw) solid var(--bd);
  bottom: -24px; left: 4%; transform: rotate(20deg);
}
.page-banner .container { position: relative; z-index: 1; }
.page-banner h1 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); margin: 0; font-weight: 800; }
.breadcrumb-lite { font-size: .86rem; color: var(--muted); margin-top: .4rem; font-weight: 600; }
.breadcrumb-lite a { color: var(--ink); font-weight: 700; }

/* ---------- Tables ---------- */
.table-society {
  border: var(--bw) solid var(--bd); border-radius: var(--r);
  overflow: hidden; box-shadow: var(--sh); background: #fff;
}
.table-society thead th {
  background: var(--blue-900); color: #fff; font-weight: 700;
  border-color: var(--bd); white-space: nowrap; font-size: .9rem;
  text-transform: uppercase; letter-spacing: .04em;
}
.table-society td, .table-society th { padding: .78rem 1rem; vertical-align: middle; border-color: rgba(13,27,51,.15); }
.table-society tbody tr { transition: background .12s ease; }
.table-society tbody tr:hover { background: var(--blue-050); box-shadow: inset 4px 0 0 var(--blue-800); }
.rate-badge {
  background: var(--blue-800); color: #fff; font-weight: 800;
  border: var(--bw) solid var(--bd); border-radius: 8px; padding: .1rem .65rem;
  white-space: nowrap; font-size: .9rem; display: inline-block; box-shadow: 2px 2px 0 var(--bd);
  transition: transform .15s cubic-bezier(.34,1.56,.64,1);
}
.table-society tbody tr:hover .rate-badge { transform: scale(1.1) rotate(-2deg); }

/* ---------- People ---------- */
.person-card {
  background: #fff; border: var(--bw) solid var(--bd); border-radius: var(--r);
  text-align: center; padding: 1.6rem 1.2rem; height: 100%; box-shadow: var(--sh);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.person-card:hover { transform: translate(-3px,-3px) rotate(.5deg); box-shadow: var(--sh-lg); background: var(--accent-soft); }
.person-card .avatar {
  width: 86px; height: 86px; margin: 0 auto 1rem; border-radius: 50%;
  background: var(--accent); color: #fff; display: grid; place-items: center;
  font-family: 'Baloo 2', sans-serif; font-size: 1.9rem; font-weight: 800;
  border: var(--bw) solid var(--bd); box-shadow: var(--sh-sm);
  transition: transform .2s cubic-bezier(.34,1.56,.64,1);
}
.person-card:hover .avatar { transform: scale(1.08) rotate(6deg); }
.person-card h3 { font-size: 1.02rem; margin-bottom: .1rem; font-weight: 800; }
.person-card .role { color: var(--blue-800); font-weight: 700; font-size: .85rem; opacity: .9; }
.person-card .meta { color: var(--muted); font-size: .83rem; }

/* ---------- Chairman ---------- */
.chairman-photo {
  border-radius: var(--r); border: var(--bw) solid var(--bd);
  background: repeating-linear-gradient(-45deg, var(--blue-050) 0 16px, #fff 16px 32px);
  aspect-ratio: 4/5; display: grid; place-items: center; color: var(--muted);
  box-shadow: var(--sh); font-weight: 600;
}
blockquote.message { border-left: 5px solid var(--bd); padding-left: 1.3rem; font-size: 1.03rem; }

/* ---------- Downloads ---------- */
.dl-item {
  display: flex; align-items: center; gap: 1rem; background: #fff;
  border: var(--bw) solid var(--bd); border-radius: var(--r); padding: 1rem 1.2rem;
  box-shadow: var(--sh-sm); transition: transform .13s ease, box-shadow .13s ease, background .13s ease;
}
.dl-item:hover { transform: translate(-3px,-3px); box-shadow: var(--sh); background: var(--accent-soft); }
.dl-item .pdf-ic {
  width: 46px; height: 46px; border-radius: 10px;
  background: var(--blue-700); color: #fff; border: var(--bw) solid var(--bd);
  display: grid; place-items: center; font-weight: 800; font-size: .76rem; flex: 0 0 auto;
  box-shadow: 2px 2px 0 var(--bd); transition: transform .2s cubic-bezier(.34,1.56,.64,1);
}
.dl-item:hover .pdf-ic { transform: rotate(-8deg) scale(1.1); }
.dl-item .grow { flex: 1; min-width: 0; }
.dl-item h3 { font-size: .97rem; margin: 0; font-weight: 700; }
.dl-item .size { color: var(--muted); font-size: .8rem; font-weight: 600; }
.dl-item .btn { border-radius: 10px; }

/* ---------- News ---------- */
.notice-item {
  background: #fff; border: var(--bw) solid var(--bd); border-radius: var(--r);
  padding: 1.15rem 1.35rem; margin-bottom: 1.05rem; position: relative;
  box-shadow: var(--sh-sm); transition: transform .13s ease, box-shadow .13s ease;
}
.notice-item:hover { transform: translate(-3px,-3px); box-shadow: var(--sh); }
.notice-item::before {
  content: ""; position: absolute; left: -1px; top: -1px; bottom: -1px; width: 9px;
  border-radius: var(--r) 0 0 var(--r); background: var(--accent, var(--blue-800));
  border-right: var(--bw) solid var(--bd);
}
.notice-item:nth-of-type(4n+1) { --accent: var(--blue-800); }
.notice-item:nth-of-type(4n+2) { --accent: var(--blue-500); }
.notice-item:nth-of-type(4n+3) { --accent: var(--blue-700); }
.notice-item:nth-of-type(4n+4) { --accent: var(--blue-900); }
.notice-item .date {
  display: inline-block; background: var(--ink); color: #fff;
  border-radius: 6px; padding: .04rem .65rem;
  font-weight: 800; font-size: .74rem; letter-spacing: .07em;
}
.notice-item h3 { font-size: 1.07rem; margin: .5rem 0 .3rem; font-weight: 800; }
.notice-item p { margin: 0; color: var(--muted); font-size: .94rem; }

/* ---------- Gallery ---------- */
.gallery-tile {
  border-radius: var(--r); overflow: hidden; border: var(--bw) solid var(--bd);
  aspect-ratio: 4/3; position: relative; display: block; background: #fff;
  box-shadow: var(--sh-sm); transition: transform .15s ease, box-shadow .15s ease;
}
.gallery-tile:hover { transform: translate(-3px,-3px) rotate(-.6deg); box-shadow: var(--sh); }
.gallery-tile img, .gallery-tile .ph { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-tile:hover img, .gallery-tile:hover .ph { transform: scale(1.07); }
.gallery-tile .ph {
  display: grid; place-items: center; text-align: center; padding: 1rem;
  background: var(--accent-soft, var(--blue-050)); color: var(--blue-800); font-weight: 700;
}
.gallery-tile figcaption {
  position: absolute; inset: auto 0 0 0;
  background: var(--blue-900); border-top: var(--bw) solid var(--bd);
  color: #fff; font-size: .83rem; padding: .45rem .8rem; font-weight: 600;
}

/* ---------- Contact ---------- */
.contact-box {
  background: #fff; border: var(--bw) solid var(--bd); border-radius: var(--r);
  padding: 1.8rem; box-shadow: var(--sh);
}
.contact-box .ic { color: var(--blue-800); font-size: 1.15rem; width: 2rem; }
.map-frame { border: var(--bw) solid var(--bd); border-radius: var(--r); overflow: hidden; box-shadow: var(--sh); }
.map-frame iframe { display: block; width: 100%; height: 380px; border: 0; }
.form-control, .form-select {
  border-radius: 10px; border: var(--bw) solid var(--bd); padding: .58rem .9rem;
  background: #fff; box-shadow: 2px 2px 0 rgba(13,27,51,.28);
}
.form-control:focus, .form-select:focus {
  border-color: var(--bd); box-shadow: var(--sh-sm); background: var(--blue-050);
}
.form-label { font-weight: 700; font-size: .92rem; }

/* ---------- Footer ---------- */
.footer {
  background: var(--blue-900); color: #c7d3e8; padding: 3.4rem 0 0; margin-top: 4.5rem;
  border-top: 6px solid var(--blue-400);
}
.footer h4 { color: var(--blue-300); font-size: 1.02rem; margin-bottom: 1rem; font-weight: 800; }
.footer a { color: #c7d3e8; text-decoration: none; font-weight: 500; }
.footer a:hover { color: var(--blue-300); }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: .5rem; }
.footer ul li a { transition: transform .12s ease; display: inline-block; }
.footer ul li a:hover { transform: translateX(4px); }
.footer .social a {
  display: inline-grid; place-items: center; width: 40px; height: 40px;
  background: var(--paper); color: var(--ink); border: var(--bw) solid var(--bd);
  border-radius: 10px; margin-right: .5rem; box-shadow: 3px 3px 0 rgba(92,142,216,.65);
  transition: all .13s ease;
}
.footer .social a:hover { transform: translate(-2px,-2px); box-shadow: 5px 5px 0 rgba(92,142,216,.85); color: var(--ink); background: var(--blue-300); }
.footer .visitor {
  background: transparent; border: 2px dashed rgba(92,142,216,.55);
  border-radius: 10px; padding: .55rem 1rem; display: inline-flex; gap: .6rem; align-items: center;
}
.footer .visitor .count {
  font-family: 'Baloo 2', sans-serif; font-size: 1.15rem; font-weight: 800; letter-spacing: .12em;
  color: var(--blue-300);
}
.footer-bottom {
  border-top: 1px solid rgba(199,211,232,.18); margin-top: 2.6rem;
  padding: 1.05rem 0; font-size: .84rem; color: #93a2bd;
}

/* ---------- Utilities ---------- */
.text-gold { color: var(--blue-800) !important; }
.list-check { list-style: none; padding-left: 0; }
.list-check li { padding-left: 2rem; position: relative; margin-bottom: .6rem; transition: transform .12s ease; }
.list-check li:hover { transform: translateX(4px); }
.list-check li::before {
  content: "✓"; position: absolute; left: 0; top: .12rem;
  width: 1.3rem; height: 1.3rem; border-radius: 7px;
  border: var(--bw) solid var(--bd); background: var(--accent-soft, var(--blue-100));
  display: grid; place-items: center; font-size: .72rem; font-weight: 900; color: var(--ink);
}
:focus-visible { outline: 3px solid var(--blue-500); outline-offset: 2px; }

@media (max-width: 991px) { .navbar-society .navbar-nav { padding: .6rem 0; } }
@media (max-width: 767px) {
  .hero { padding: 3rem 0 3rem; }
  .section { padding: 2.7rem 0; }
  .helpline-card { transform: none; }
}

/* =====================================================
   Floating widgets — sticker style, blue accents
   (WhatsApp keeps its universal brand green)
   ===================================================== */
.wa-float {
  position: fixed; left: 1.1rem; bottom: 1.1rem; z-index: 1040;
  width: 56px; height: 56px; border-radius: 16px;
  background: var(--wa); color: #fff; display: grid; place-items: center;
  border: var(--bw) solid var(--bd); box-shadow: var(--sh);
  transition: transform .13s ease, box-shadow .13s ease;
}
.wa-float:hover { transform: translate(-3px,-3px) rotate(-4deg); box-shadow: var(--sh-lg); color: #fff; }
.wa-float svg { width: 30px; height: 30px; }

#backTop {
  position: fixed; right: 1.25rem; bottom: 5.7rem; z-index: 1035;
  width: 42px; height: 42px; border-radius: 12px;
  background: #fff; color: var(--ink); font-size: 1rem;
  border: var(--bw) solid var(--bd); box-shadow: var(--sh-sm);
  display: none; transition: transform .13s ease;
}
#backTop.show { display: grid; place-items: center; }
#backTop:hover { transform: translate(-2px,-2px); box-shadow: var(--sh); }

#chatLauncher {
  position: fixed; right: 1.1rem; bottom: 1.1rem; z-index: 1040;
  width: 58px; height: 58px; border-radius: 16px;
  background: var(--blue-800); color: #fff; font-size: 1.45rem;
  border: var(--bw) solid var(--bd); box-shadow: var(--sh);
  display: grid; place-items: center;
  transition: transform .13s ease, box-shadow .13s ease, background .13s ease;
}
#chatLauncher:hover { transform: translate(-3px,-3px) rotate(4deg); box-shadow: var(--sh-lg); background: var(--blue-700); }
#chatLauncher .bi-x-lg { display: none; }
#chatLauncher.open .bi-chat-dots-fill { display: none; }
#chatLauncher.open .bi-x-lg { display: block; }

#chatPanel {
  position: fixed; right: 1.1rem; bottom: 5.9rem; z-index: 1041;
  width: min(370px, calc(100vw - 2rem));
  background: var(--paper); border: var(--bw) solid var(--bd); border-radius: var(--r);
  box-shadow: var(--sh-lg); overflow: hidden;
  display: none; flex-direction: column; max-height: min(560px, calc(100vh - 8.2rem));
}
#chatPanel.open { display: flex; }
.chat-head {
  background: var(--blue-800); color: #fff; padding: .85rem 1.05rem;
  display: flex; align-items: center; gap: .7rem; border-bottom: var(--bw) solid var(--bd);
}
.chat-head .bot-avatar {
  width: 38px; height: 38px; border-radius: 10px; background: #fff;
  border: var(--bw) solid var(--bd); display: grid; place-items: center; font-size: 1.1rem; flex: 0 0 auto;
  color: var(--blue-800);
}
.chat-head .t { font-weight: 800; line-height: 1.2; font-size: .96rem; color: #fff; }
.chat-head .s { font-size: .74rem; font-weight: 700; opacity: .9; color: var(--blue-100); }
.chat-head .s::before {
  content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%;
  background: #4ade80; border: 1.5px solid var(--bd); margin-right: .35rem; vertical-align: 0;
}
.chat-head a { color: #fff !important; }
.chat-body {
  padding: 1rem; overflow-y: auto; flex: 1;
  display: flex; flex-direction: column; gap: .55rem;
}
.chat-msg {
  max-width: 88%; padding: .55rem .9rem; border-radius: 12px; font-size: .92rem;
  line-height: 1.55; border: var(--bw) solid var(--bd);
}
.chat-msg.bot { background: #fff; align-self: flex-start; box-shadow: var(--sh-sm); border-bottom-left-radius: 3px; }
.chat-msg.user { background: var(--blue-100); align-self: flex-end; box-shadow: var(--sh-sm); border-bottom-right-radius: 3px; font-weight: 600; }
.chat-msg a { font-weight: 700; }
.chat-chips { padding: .7rem .9rem .9rem; border-top: var(--bw) solid var(--bd); background: #fff; }
.chat-chips .hint { font-size: .74rem; color: var(--muted); margin-bottom: .45rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.chat-chips .chips { display: flex; flex-wrap: wrap; gap: .45rem; }
.chat-chips button {
  border: var(--bw) solid var(--bd); background: var(--paper); color: var(--ink);
  font-size: .8rem; font-weight: 700; border-radius: 9px; padding: .26rem .75rem;
  cursor: pointer; box-shadow: 2px 2px 0 var(--bd);
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease, color .12s ease;
}
.chat-chips button:hover { transform: translate(-2px,-2px); box-shadow: 4px 4px 0 var(--bd); background: var(--blue-800); color: #fff; }
.chat-typing { display: inline-flex; gap: 4px; padding: .2rem 0; }
.chat-typing i { width: 7px; height: 7px; border-radius: 50%; background: var(--blue-800); animation: blink 1s infinite; }
.chat-typing i:nth-child(2) { animation-delay: .18s; }
.chat-typing i:nth-child(3) { animation-delay: .36s; }
@keyframes blink { 0%,80%,100% { opacity: .2; } 40% { opacity: 1; } }
