/* ============ RANAK THEME — NAVY + GOLD + WHITE ============ */
:root {
  --navy-900: #081a45;
  --navy-800: #0e2560;
  --navy-700: #14307a;
  --navy-600: #1b3a8f;
  --navy-100: #e6ebf7;
  --navy-50: #f2f5fc;
  --gold-700: #8f6d12;
  --gold-600: #a8821a;
  --gold-500: #c9a227;
  --gold-400: #d9b545;
  --gold-300: #e6c65c;
  --gold-100: #f8efd8;
  --paper: #ffffff;
  --bg: #f6f8fd;
  --ink: #141a2e;
  --muted: #5b6478;
  --shadow: 0 12px 34px rgba(14, 37, 96, 0.12);
  --shadow-gold: 0 10px 28px rgba(201, 162, 39, 0.28);
  --radius: 18px;
  --bn: 'Hind Siliguri', sans-serif;
  --bnH: 'Noto Serif Bengali', serif;
  --en: 'Cinzel', serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--bn);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.75;
  overflow-x: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

section {
  scroll-margin-top: 92px;
  padding: 84px 0;
}

/* ---------- TOP BAR ---------- */
.topbar {
  background: var(--navy-900);
  color: #dfe6f6;
  font-size: 0.86rem;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 20px;
  flex-wrap: wrap;
}

.topbar a {
  color: var(--gold-300);
  font-weight: 600;
}

.topbar .tb-item {
  display: flex;
  align-items: center;
  gap: 7px;
}

.topbar svg {
  width: 14px;
  height: 14px;
  fill: var(--gold-400);
}

/* ---------- NAVBAR ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 900;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--navy-100);
  transition: 0.3s;
}

.nav.scrolled {
  box-shadow: var(--shadow);
}

.nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand .emblem {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
}

.brand-txt .wm {
  font-family: var(--en);
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: 0.14em;
  color: var(--navy-800);
  line-height: 1;
}

.brand-txt .wm .a {
  position: relative;
  display: inline-block;
}

.brand-txt .wm .a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8%;
  width: 52%;
  height: 34%;
  transform: translateX(-50%);
  background: linear-gradient(180deg, var(--gold-400), var(--gold-600));
  clip-path: polygon(50% 0, 100% 100%, 76% 100%, 50% 38%, 24% 100%, 0 100%);
}

.brand-txt small {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.3em;
  color: var(--gold-600);
  font-weight: 700;
}

.menu {
  display: flex;
  align-items: center;
  gap: 26px;
}

.menu a {
  font-weight: 600;
  color: var(--navy-800);
  font-size: 0.98rem;
  position: relative;
  padding: 6px 0;
}

.menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--gold-500);
  transition: 0.3s;
}

.menu a:hover::after,
.menu a.active::after,
.menu .current-menu-item > a::after {
  width: 100%;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: none;
  cursor: pointer;
  font-family: var(--bn);
  font-weight: 700;
  border-radius: 999px;
  transition: 0.3s;
  font-size: 1rem;
}

.btn-gold {
  background: linear-gradient(135deg, var(--gold-400), var(--gold-600));
  color: #fff;
  padding: 12px 26px;
  box-shadow: var(--shadow-gold);
}

.btn-gold:hover {
  transform: translateY(-3px);
  filter: brightness(1.06);
}

.btn-line {
  border: 2px solid var(--gold-500);
  color: var(--gold-300);
  padding: 11px 26px;
  background: transparent;
}

.btn-line:hover {
  background: var(--gold-500);
  color: var(--navy-900);
}

.btn-navy {
  background: var(--navy-700);
  color: #fff;
  padding: 12px 26px;
}

.btn-navy:hover {
  background: var(--navy-900);
  transform: translateY(-3px);
}

.hamb {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
}

.hamb span {
  width: 26px;
  height: 3px;
  background: var(--navy-800);
  border-radius: 3px;
  transition: 0.3s;
}

/* ---------- TICKER ---------- */
.ticker {
  background: linear-gradient(90deg, var(--gold-600), var(--gold-400), var(--gold-600));
  color: var(--navy-900);
  overflow: hidden;
  font-weight: 700;
  padding: 9px 0;
}

.ticker-track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: tick 26s linear infinite;
}

.ticker:hover .ticker-track {
  animation-play-state: paused;
}

.ticker-track span {
  padding: 0 22px;
  white-space: nowrap;
  font-size: 0.95rem;
}

@keyframes tick {
  to {
    transform: translateX(-50%);
  }
}

/* ---------- HERO ---------- */
.hero {
  position: relative;
  background: radial-gradient(1100px 520px at 82% -10%, rgba(201, 162, 39, 0.22), transparent 60%),
    radial-gradient(800px 460px at 8% 110%, rgba(27, 58, 143, 0.5), transparent 60%),
    linear-gradient(160deg, var(--navy-900) 0%, var(--navy-800) 55%, var(--navy-700) 100%);
  color: #fff;
  padding: 96px 0 110px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 26px 26px;
}

.hero .container {
  position: relative;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 52px;
  align-items: center;
}

.quote {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(230, 198, 92, 0.45);
  color: var(--gold-300);
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 600;
}

.hero h1 {
  font-family: var(--bnH);
  font-size: clamp(3.4rem, 9vw, 6.2rem);
  font-weight: 900;
  line-height: 1.15;
  margin: 16px 0 4px;
  background: linear-gradient(180deg, #ffffff 30%, var(--gold-300));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero .sub {
  font-family: var(--bnH);
  font-size: clamp(1.15rem, 3vw, 1.6rem);
  color: var(--gold-300);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero p.lead {
  margin: 18px 0 30px;
  color: #cdd6ee;
  max-width: 560px;
  font-size: 1.05rem;
}

.hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 46px;
}

.hstat {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(230, 198, 92, 0.35);
  border-radius: 14px;
  padding: 16px 10px;
  text-align: center;
  backdrop-filter: blur(4px);
}

.hstat b {
  display: block;
  font-family: var(--bnH);
  font-size: 1.9rem;
  color: var(--gold-300);
  line-height: 1.2;
}

.hstat span {
  font-size: 0.85rem;
  color: #dfe6f6;
}

.hero-emblem {
  position: relative;
  display: grid;
  place-items: center;
}

.emblem-card {
  background: #fff;
  border-radius: 50%;
  padding: 34px;
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.35);
  border: 6px solid var(--gold-500);
  width: min(360px, 80vw);
}

.shield {
  position: absolute;
  top: -6px;
  right: 2%;
  background: linear-gradient(160deg, var(--gold-400), var(--gold-600));
  color: var(--navy-900);
  font-weight: 800;
  font-family: var(--bnH);
  text-align: center;
  padding: 16px 20px 26px;
  clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 100%, 0 72%);
  box-shadow: var(--shadow-gold);
  font-size: 1.02rem;
  line-height: 1.35;
}

.shield b {
  font-size: 1.5rem;
  display: block;
}

/* ---------- SECTION HEAD ---------- */
.sec-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 52px;
}

.eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  font-weight: 700;
  color: var(--gold-600);
  text-transform: uppercase;
  background: var(--gold-100);
  border: 1px solid var(--gold-300);
  padding: 6px 18px;
  border-radius: 999px;
}

.sec-head h2 {
  font-family: var(--bnH);
  font-size: clamp(1.9rem, 4.6vw, 2.7rem);
  color: var(--navy-800);
  font-weight: 800;
  margin: 14px 0 6px;
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 10px 0 14px;
}

.divider span {
  height: 2px;
  width: 74px;
  background: linear-gradient(90deg, transparent, var(--gold-500));
}

.divider span:last-child {
  background: linear-gradient(90deg, var(--gold-500), transparent);
}

.divider i {
  width: 11px;
  height: 11px;
  background: var(--gold-500);
  transform: rotate(45deg);
  border-radius: 2px;
}

.sec-head p {
  color: var(--muted);
}

/* ---------- ABOUT ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
}

.about-card {
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border-top: 5px solid var(--gold-500);
  padding: 34px;
}

.about-card h3 {
  font-family: var(--bnH);
  color: var(--navy-800);
  font-size: 1.4rem;
  margin-bottom: 12px;
}

.about-card p {
  color: var(--muted);
  margin-bottom: 14px;
}

.points li {
  display: flex;
  gap: 12px;
  margin: 10px 0;
  color: var(--ink);
}

.points li svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: var(--gold-500);
  margin-top: 4px;
}

.director {
  background: linear-gradient(150deg, var(--navy-800), var(--navy-600));
  color: #fff;
  border-radius: var(--radius);
  padding: 34px;
  position: relative;
  overflow: hidden;
}

.director::after {
  content: "R";
  position: absolute;
  right: -14px;
  bottom: -58px;
  font-family: var(--en);
  font-size: 15rem;
  color: rgba(255, 255, 255, 0.06);
  font-weight: 800;
}

.director .d-ava {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-600));
  display: grid;
  place-items: center;
  font-family: var(--bnH);
  font-size: 2.2rem;
  color: var(--navy-900);
  font-weight: 800;
  border: 4px solid rgba(255, 255, 255, 0.6);
  margin-bottom: 16px;
  object-fit: cover;
}

.director h3 {
  font-family: var(--bnH);
  font-size: 1.5rem;
  color: var(--gold-300);
}

.director p {
  color: #d5ddf3;
  margin: 8px 0;
  font-size: 0.98rem;
}

.director .tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(230, 198, 92, 0.5);
  color: var(--gold-300);
  border-radius: 999px;
  padding: 4px 14px;
  font-size: 0.85rem;
  margin: 4px 6px 0 0;
}

/* ---------- BATCHES ---------- */
#batches {
  background: linear-gradient(180deg, var(--navy-50), var(--bg));
}

.batch-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
}

.batch {
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-left: 5px solid var(--navy-700);
  transition: 0.35s;
}

.batch:hover {
  transform: translateY(-8px);
  border-left-color: var(--gold-500);
  box-shadow: 0 20px 44px rgba(14, 37, 96, 0.18);
}

.batch::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 110px;
  background: radial-gradient(circle at top right, rgba(201, 162, 39, 0.16), transparent 70%);
}

.batch .b-ico {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: var(--navy-100);
  display: grid;
  place-items: center;
  margin-bottom: 16px;
}

.batch .b-ico svg {
  width: 30px;
  height: 30px;
  fill: var(--navy-700);
}

.batch h3 {
  font-family: var(--bnH);
  color: var(--navy-800);
  font-size: 1.3rem;
  margin-bottom: 4px;
}

.batch .stream {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--gold-700);
  background: var(--gold-100);
  border: 1px solid var(--gold-300);
  border-radius: 999px;
  padding: 3px 14px;
  margin: 6px 0 12px;
}

.batch p {
  color: var(--muted);
  font-size: 0.95rem;
  margin-bottom: 14px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chips li {
  background: var(--navy-50);
  border: 1px solid var(--navy-100);
  color: var(--navy-700);
  font-size: 0.86rem;
  font-weight: 600;
  border-radius: 999px;
  padding: 5px 14px;
  transition: 0.25s;
}

.chips li:hover {
  background: var(--navy-700);
  color: #fff;
}

.batch .b-note {
  margin-top: 14px;
  font-size: 0.9rem;
  color: var(--gold-700);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

.batch .b-note::before {
  content: "★";
  color: var(--gold-500);
}

/* ---------- FEATURES ---------- */
.feat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  counter-reset: ft;
}

.feat {
  display: flex;
  gap: 16px;
  background: var(--paper);
  border-radius: 14px;
  padding: 20px 22px;
  box-shadow: 0 6px 20px rgba(14, 37, 96, 0.08);
  border: 1px solid var(--navy-100);
  transition: 0.3s;
  counter-increment: ft;
}

.feat:hover {
  border-color: var(--gold-400);
  transform: translateX(6px);
}

.feat .num {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-700), var(--navy-900));
  color: var(--gold-300);
  display: grid;
  place-items: center;
  font-family: var(--bnH);
  font-weight: 800;
  font-size: 1.15rem;
  border: 2px solid var(--gold-500);
}

.feat .num.auto-counter::before {
  content: counter(ft, bengali);
}

@counter-style bengali {
  system: numeric;
  digits: "০" "১" "২" "৩" "৪" "৫" "৬" "৭" "৮" "৯";
}

.feat h4 {
  color: var(--navy-800);
  font-size: 1.04rem;
  margin-bottom: 3px;
}

.feat p {
  color: var(--muted);
  font-size: 0.92rem;
}

/* ---------- MENTORS ---------- */
#mentors {
  background: linear-gradient(160deg, var(--navy-900), var(--navy-700));
  color: #fff;
}

#mentors .sec-head h2 {
  color: #fff;
}

#mentors .sec-head p {
  color: #c6d0ea;
}

#mentors .eyebrow {
  background: rgba(255, 255, 255, 0.08);
  color: var(--gold-300);
  border-color: rgba(230, 198, 92, 0.45);
}

.mentor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.mentor {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(230, 198, 92, 0.35);
  border-radius: var(--radius);
  padding: 34px 24px;
  text-align: center;
  backdrop-filter: blur(4px);
  transition: 0.35s;
}

.mentor:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.m-ava {
  width: 104px;
  height: 104px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-family: var(--en);
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--navy-900);
  background: linear-gradient(140deg, var(--gold-300), var(--gold-600));
  border: 4px solid #fff;
  box-shadow: 0 0 0 5px rgba(201, 162, 39, 0.4);
  object-fit: cover;
}

.mentor h3 {
  font-family: var(--bnH);
  font-size: 1.35rem;
  color: var(--gold-300);
}

.mentor .uni {
  display: inline-block;
  margin: 8px 0 6px;
  font-size: 0.85rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  padding: 3px 16px;
}

.mentor p {
  color: #d5ddf3;
  font-size: 0.95rem;
}

.mentors-title {
  text-align: center;
  margin-top: 40px;
  font-family: var(--en);
  font-size: clamp(1.4rem, 4vw, 2.1rem);
  letter-spacing: 0.06em;
  color: #fff;
}

.mentors-title em {
  color: var(--gold-300);
  font-style: normal;
}

/* ---------- SUCCESS ---------- */
.success-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 340px));
  justify-content: center;
  gap: 40px;
  margin-bottom: 44px;
}

.star-badge {
  position: relative;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  padding: 70px 30px 78px;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  transition: 0.35s;
}

.star-badge:hover {
  transform: scale(1.05);
}

.star-badge.navy {
  background: linear-gradient(150deg, var(--navy-600), var(--navy-900));
}

.star-badge.gold {
  background: linear-gradient(150deg, var(--gold-400), var(--gold-700));
}

.star-badge b {
  font-family: var(--bnH);
  font-size: 2.5rem;
  line-height: 1.1;
}

.star-badge span {
  font-size: 0.95rem;
  font-weight: 600;
}

.s-counters {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.sbox {
  background: var(--paper);
  border-radius: 14px;
  box-shadow: var(--shadow);
  text-align: center;
  padding: 22px 10px;
  border-bottom: 4px solid var(--gold-500);
}

.sbox b {
  font-family: var(--bnH);
  font-size: 2.2rem;
  color: var(--navy-800);
  display: block;
  line-height: 1.2;
}

.sbox span {
  color: var(--muted);
  font-size: 0.9rem;
}

.s-note {
  text-align: center;
  color: var(--muted);
  margin-top: 26px;
  font-size: 0.92rem;
}

/* ---------- CTA BAND ---------- */
.cta-band {
  background: radial-gradient(700px 300px at 50% -40%, rgba(230, 198, 92, 0.3), transparent 70%),
    linear-gradient(140deg, var(--navy-800), var(--navy-900));
  border-top: 3px solid var(--gold-500);
  border-bottom: 3px solid var(--gold-500);
  text-align: center;
  color: #fff;
  padding: 64px 0;
}

.cta-band h2 {
  font-family: var(--bnH);
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  color: var(--gold-300);
}

.cta-band p {
  color: #cdd6ee;
  margin: 10px auto 26px;
  max-width: 640px;
}

.cta-band .en {
  font-family: var(--en);
  letter-spacing: 0.2em;
  color: #fff;
  font-size: 0.95rem;
  display: block;
  margin-bottom: 8px;
}

/* ---------- CONTACT ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
}

.c-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.c-card {
  display: flex;
  gap: 16px;
  background: var(--paper);
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 6px 20px rgba(14, 37, 96, 0.08);
  border-left: 4px solid var(--gold-500);
}

.c-card .ico {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--navy-100);
  display: grid;
  place-items: center;
}

.c-card .ico svg {
  width: 24px;
  height: 24px;
  fill: var(--navy-700);
}

.c-card h4 {
  color: var(--navy-800);
  font-size: 1.02rem;
}

.c-card p,
.c-card a {
  color: var(--muted);
  font-size: 0.95rem;
}

.c-card a:hover {
  color: var(--gold-600);
}

form {
  background: var(--paper);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 32px;
  border-top: 5px solid var(--navy-700);
}

form h3 {
  font-family: var(--bnH);
  color: var(--navy-800);
  margin-bottom: 18px;
}

.f-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.field {
  margin-bottom: 16px;
}

.field label {
  display: block;
  font-weight: 600;
  color: var(--navy-800);
  font-size: 0.92rem;
  margin-bottom: 6px;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1.5px solid var(--navy-100);
  border-radius: 10px;
  padding: 12px 14px;
  font-family: var(--bn);
  font-size: 0.98rem;
  background: var(--navy-50);
  transition: 0.25s;
  color: var(--ink);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--gold-500);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(201, 162, 39, 0.15);
}

.form-ok {
  display: none;
  background: var(--gold-100);
  border: 1px solid var(--gold-400);
  color: var(--gold-700);
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 600;
  margin-top: 14px;
}

.form-error {
  display: none;
  background: #fee2e2;
  border: 1px solid #ef4444;
  color: #b91c1c;
  border-radius: 10px;
  padding: 12px 16px;
  font-weight: 600;
  margin-top: 14px;
}

/* ---------- FOOTER ---------- */
footer {
  background: var(--navy-900);
  color: #c6d0ea;
  padding: 60px 0 0;
}

.f-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 34px;
  padding-bottom: 44px;
}

.f-grid h4 {
  color: var(--gold-300);
  font-family: var(--bnH);
  font-size: 1.1rem;
  margin-bottom: 16px;
}

.f-grid p,
.f-grid li {
  font-size: 0.93rem;
  margin-bottom: 9px;
}

.f-grid a:hover {
  color: var(--gold-300);
}

.f-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.f-brand .wm {
  font-family: var(--en);
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #fff;
  font-size: 1.3rem;
}

.f-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 0;
  text-align: center;
  font-size: 0.88rem;
}

.f-bottom b {
  color: var(--gold-300);
}

/* ---------- REVEAL & MISC ---------- */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.on {
  opacity: 1;
  transform: none;
}

#topBtn {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: none;
  place-items: center;
  background: linear-gradient(135deg, var(--gold-400), var(--gold-600));
  color: #fff;
  font-size: 1.2rem;
  box-shadow: var(--shadow-gold);
  z-index: 950;
}

/* Standard WP Content Formatting */
.page-content,
.post-content {
  padding: 60px 0;
  min-height: 50vh;
}
.page-content h1, .page-content h2, .page-content h3,
.post-content h1, .post-content h2, .post-content h3 {
  font-family: var(--bnH);
  color: var(--navy-800);
  margin-bottom: 20px;
}
.page-content p, .post-content p {
  margin-bottom: 16px;
}

/* Admin bar adjust */
body.admin-bar .nav {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .nav {
    top: 46px;
  }
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 960px) {
  .hero .container,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .hero-emblem {
    order: -1;
  }
  .batch-grid,
  .feat-grid {
    grid-template-columns: 1fr;
  }
  .mentor-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
  .f-grid {
    grid-template-columns: 1fr 1fr;
  }
  .hero-stats,
  .s-counters {
    grid-template-columns: repeat(2, 1fr);
  }
  .menu {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(320px, 84vw);
    background: var(--navy-900);
    flex-direction: column;
    align-items: flex-start;
    padding: 96px 34px;
    gap: 20px;
    transform: translateX(100%);
    transition: 0.4s;
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.3);
  }
  .menu a {
    color: #fff;
    font-size: 1.08rem;
  }
  .menu .btn-gold {
    color: #fff;
  }
  .menu.open {
    transform: none;
  }
  .hamb {
    display: flex;
  }
  .hamb.x span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamb.x span:nth-child(2) {
    opacity: 0;
  }
  .hamb.x span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

@media (max-width: 560px) {
  .f-grid,
  .f-row {
    grid-template-columns: 1fr;
  }
  .success-wrap {
    grid-template-columns: 1fr;
  }
  .topbar .container {
    justify-content: center;
  }
}

