/* ============================================================
   K.S.P. Classes · Light, mobile-first design system
   ============================================================ */
:root {
  --ink: #17263b;
  --ink-soft: #415168;
  --blue: #245da8;
  --blue-deep: #17477f;
  --blue-soft: #edf5ff;
  --blue-pale: #f7faff;
  --yellow: #f4c542;
  --yellow-soft: #fff6d9;
  --red: #ca4038;
  --green: #20a85b;
  --cream: #fbfaf6;
  --paper: #ffffff;
  --muted: #6a7687;
  --line: #e3e8ef;
  --line-blue: #d8e6f7;
  --shadow-sm: 0 8px 28px rgba(30, 65, 105, 0.08);
  --shadow: 0 18px 50px rgba(30, 65, 105, 0.12);
  --radius-sm: 12px;
  --radius: 18px;
  --radius-lg: 26px;
  --maxw: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 112px; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.95rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
h1, h2, h3, h4 { margin: 0 0 0.5em; color: var(--ink); font-family: Manrope, sans-serif; line-height: 1.15; letter-spacing: -0.035em; }
h1 { font-size: clamp(2.35rem, 11vw, 3.35rem); font-weight: 800; }
h2 { font-size: clamp(1.9rem, 8vw, 2.7rem); font-weight: 800; }
h3 { font-size: 1.12rem; font-weight: 800; }
p { margin: 0 0 1rem; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--blue); text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
svg { display: block; }
:where(:lang(hi)), .hindi { font-family: "Noto Sans Devanagari", sans-serif; }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 3px; border-radius: 5px; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 200; padding: 0.65rem 0.9rem; border-radius: 8px; color: var(--ink); background: var(--yellow); font-weight: 800; transform: translateY(-160%); transition: transform 0.2s ease; }
.skip-link:focus { transform: none; }
.container { width: min(calc(100% - 32px), var(--maxw)); margin-inline: auto; }
.section { position: relative; padding: 68px 0; }
.section-alt { background: var(--cream); }
.section-head { max-width: 720px; margin: 0 0 34px; text-align: left; }
.section-head h2 { text-wrap: balance; }
.section-sub { max-width: 620px; margin: 0; color: var(--muted); font-size: 0.94rem; }
.eyebrow { display: inline-flex; align-items: center; gap: 0.55rem; margin-bottom: 0.7rem; color: var(--blue); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 18px; height: 2px; border-radius: 4px; background: var(--yellow); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem; min-height: 50px; padding: 0.75rem 1.2rem; border: 1px solid transparent; border-radius: 11px; font-family: Manrope, sans-serif; font-size: 0.86rem; font-weight: 800; line-height: 1; white-space: nowrap; cursor: pointer; transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-sm { min-height: 42px; padding: 0.62rem 0.9rem; font-size: 0.78rem; }
.btn-primary { color: var(--ink); background: var(--yellow); box-shadow: 0 9px 24px rgba(244, 197, 66, 0.24); }
.btn-primary:hover { color: var(--ink); background: #f8d260; box-shadow: 0 12px 28px rgba(244, 197, 66, 0.32); }
.btn-ghost, .btn-outline { color: var(--blue); background: #fff; border-color: var(--line-blue); }
.btn-ghost:hover, .btn-outline:hover { color: var(--blue-deep); background: var(--blue-soft); border-color: #bdd3ee; }
.btn-wa { color: #fff; background: var(--green); }
.btn-wa:hover { color: #fff; box-shadow: 0 10px 24px rgba(32, 168, 91, 0.2); }

/* ---------- Mobile-first header ---------- */
.site-header { position: sticky; top: 0; z-index: 80; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, 0.97); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); transition: box-shadow 0.2s ease; }
.site-header.scrolled { box-shadow: 0 8px 24px rgba(30, 65, 105, 0.08); }
.announcement { color: var(--ink-soft); background: var(--yellow-soft); border-bottom: 1px solid #f3e4ad; font-size: 0.68rem; }
.announcement-inner { display: flex; align-items: center; justify-content: center; min-height: 34px; gap: 0.7rem; }
.announcement p { display: flex; align-items: center; gap: 0.45rem; margin: 0; }
.announcement strong { color: var(--blue-deep); }
.announcement-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(32, 168, 91, 0.1); }
.announcement-links { display: none; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 0.6rem; min-width: max-content; }
.brand img { width: 44px; height: 44px; border-radius: 50%; box-shadow: 0 4px 14px rgba(30, 65, 105, 0.12); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.05; }
.brand-text { color: var(--red); font-size: 0.94rem; font-weight: 800; letter-spacing: -0.035em; text-transform: uppercase; }
.brand-accent { color: var(--blue); }
.brand-note { display: none; margin-top: 0.25rem; color: var(--muted); font-size: 0.48rem; font-weight: 700; letter-spacing: 0.09em; text-transform: uppercase; }
.site-nav { position: absolute; top: 102px; right: 0; left: 0; overflow: hidden; max-height: 0; border-bottom: 1px solid transparent; background: #fff; transition: max-height 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease; }
.site-nav.open { max-height: 76vh; border-color: var(--line); box-shadow: var(--shadow-sm); }
.site-nav ul { display: flex; flex-direction: column; align-items: stretch; padding: 0.5rem 16px 1rem; }
.site-nav a:not(.btn) { display: block; padding: 0.82rem 0.35rem; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 0.83rem; font-weight: 700; }
.nav-cta { margin-top: 0.75rem; }
.nav-cta .btn { width: 100%; }
.nav-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 11px; background: var(--blue-pale); cursor: pointer; }
.nav-toggle span { width: 20px; height: 2px; border-radius: 4px; background: var(--ink); transition: transform 0.2s ease, opacity 0.2s ease; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; isolation: isolate; overflow: hidden; padding: 48px 0 0; background: linear-gradient(155deg, #ffffff 0%, #f9fbff 48%, #fffaf0 100%); }
.hero::before { content: ""; position: absolute; top: 60px; right: -110px; z-index: -1; width: 270px; height: 270px; border-radius: 50%; background: rgba(219, 235, 255, 0.66); }
.hero::after { content: ""; position: absolute; top: 275px; left: -110px; z-index: -1; width: 220px; height: 220px; border-radius: 50%; background: rgba(255, 239, 188, 0.5); }
.hero-orb { display: none; }
.hero-inner { display: grid; gap: 34px; }
.hero-copy { text-align: center; }
.hero-eyebrow { display: flex; align-items: center; justify-content: center; gap: 0.55rem; margin: 0 0 0.9rem; color: var(--blue); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.hero-eyebrow span { width: 18px; height: 2px; border-radius: 3px; background: var(--yellow); }
.hero-copy h1 { max-width: 720px; margin: 0 auto 0.72rem; text-wrap: balance; }
.hero-copy h1 em { position: relative; color: var(--blue); font-style: normal; white-space: normal; }
.hero-copy h1 em::after { content: ""; position: absolute; right: 0; bottom: 0.02em; left: 0; z-index: -1; height: 0.28em; border-radius: 3px; background: rgba(244, 197, 66, 0.52); }
.hero-tagline { max-width: 620px; margin: 0 auto 0.7rem; color: var(--ink); font-size: 1.02rem; font-weight: 800; letter-spacing: -0.015em; text-wrap: balance; }
.hero-hindi { margin: 0 0 0.75rem; color: var(--red); font-size: 1rem; font-weight: 700; }
.hero-sub { max-width: 590px; margin: 0 auto 1.4rem; color: var(--muted); font-size: 0.94rem; }
.hero-cta { display: grid; gap: 0.65rem; margin-bottom: 1.15rem; }
.hero-cta .btn { width: 100%; }
.hero-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.55rem 0.9rem; color: var(--ink-soft); font-size: 0.67rem; font-weight: 700; }
.hero-trust li { display: flex; align-items: center; gap: 0.35rem; }
.hero-trust li span { display: grid; place-items: center; width: 17px; height: 17px; border-radius: 50%; color: var(--blue); background: var(--blue-soft); font-size: 0.59rem; }
.hero-media { position: relative; }
.hero-media::before { content: ""; position: absolute; right: -18px; bottom: -18px; z-index: -1; width: 116px; height: 116px; border: 18px solid rgba(244, 197, 66, 0.13); border-radius: 50%; pointer-events: none; }
.hero-frame { position: relative; padding: 7px; border: 1px solid var(--line-blue); border-radius: 24px; background: #fff; box-shadow: 0 18px 48px rgba(30, 65, 105, 0.13); }
.hero-img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; border-radius: 18px; }
.hero-frame::after { content: ""; position: absolute; inset: 7px; border-radius: 18px; background: linear-gradient(180deg, transparent 68%, rgba(23, 38, 59, 0.32)); pointer-events: none; }
.hero-image-caption { position: absolute; right: 20px; bottom: 17px; z-index: 1; display: flex; align-items: center; gap: 0.45rem; color: #fff; font-size: 0.58rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; text-shadow: 0 2px 7px rgba(23, 38, 59, 0.3); }
.hero-image-caption span { width: 15px; height: 2px; background: var(--yellow); }
.hero-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 48px; padding-bottom: 54px; }
.hero-stats .stat { display: flex; flex-direction: column; justify-content: center; min-height: 108px; padding: 1rem; border: 1px solid var(--line); border-radius: 15px; background: rgba(255, 255, 255, 0.9); box-shadow: 0 5px 18px rgba(30, 65, 105, 0.05); }
.stat-num { color: var(--blue); font-size: 1.75rem; font-weight: 800; line-height: 1; letter-spacing: -0.04em; }
.stat-label { max-width: 19ch; margin-top: 0.38rem; color: var(--muted); font-size: 0.62rem; font-weight: 700; line-height: 1.4; }

/* ---------- Benefits ---------- */
.why-section { overflow: hidden; background: #fff; }
.why-section::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--line), transparent); }
.why-section::after { content: ""; position: absolute; top: 86px; right: -18px; width: 116px; height: 116px; opacity: 0.5; background-image: radial-gradient(circle, rgba(36, 93, 168, 0.22) 1.4px, transparent 1.6px); background-size: 14px 14px; pointer-events: none; }
.why-section .container { position: relative; z-index: 1; }
.feature-grid { display: grid; gap: 12px; }
.feature-card { position: relative; isolation: isolate; display: grid; grid-template-columns: 46px 1fr; gap: 0 0.9rem; align-items: start; overflow: hidden; padding: 1.15rem; border: 1px solid var(--line); border-radius: 16px; background: #fff; transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease; }
.feature-card > * { position: relative; z-index: 1; }
.feature-card:first-child::after, .feature-card:last-child::after { content: ""; position: absolute; z-index: 0; width: 96px; height: 96px; border: 18px solid rgba(36, 93, 168, 0.06); border-radius: 50%; pointer-events: none; transition: transform 0.35s ease; }
.feature-card:first-child::after { right: -55px; bottom: -55px; }
.feature-card:last-child::after { top: -58px; right: -55px; border-color: rgba(244, 197, 66, 0.12); }
.feature-card:first-child:hover::after, .feature-card:last-child:hover::after { transform: scale(1.08); }
.feature-card:hover { transform: translateY(-3px); border-color: var(--line-blue); box-shadow: var(--shadow-sm); }
.feat-ico { grid-row: 1 / span 2; display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; border-radius: 13px; color: var(--blue); background: var(--blue-soft); }
.feature-card:nth-child(2n) .feat-ico { color: #8d6b00; background: var(--yellow-soft); }
.feat-ico svg { width: 21px; height: 21px; }
.feature-card h3 { margin: 0 0 0.35rem; font-size: 0.93rem; }
.feature-card p { margin: 0; color: var(--muted); font-size: 0.76rem; line-height: 1.55; }

/* ---------- About ---------- */
#about { overflow: hidden; background: var(--cream); }
#about::after { content: ""; position: absolute; bottom: -95px; left: -105px; width: 210px; height: 210px; border: 32px solid rgba(244, 197, 66, 0.13); border-radius: 50%; pointer-events: none; }
.about-grid { position: relative; z-index: 1; display: grid; gap: 34px; }
.about-copy h2 { max-width: 14ch; margin-bottom: 1.1rem; }
.about-copy > p:not(.about-hindi) { color: var(--ink-soft); font-size: 0.87rem; }
.about-hindi { margin: 1.3rem 0 0; padding: 0.9rem 1rem; border-left: 3px solid var(--yellow); border-radius: 0 10px 10px 0; color: var(--blue-deep); background: #fff; font-size: 0.88rem; font-weight: 700; }
.about-media { position: relative; order: -1; padding: 0 0 24px 12px; }
.about-media::before { content: ""; position: absolute; inset: 28px 12px 0 0; z-index: 0; border-radius: 20px; background: var(--blue-soft); }
.about-media::after { content: ""; position: absolute; top: -16px; right: -8px; z-index: 0; width: 88px; height: 88px; opacity: 0.7; background-image: radial-gradient(circle, rgba(36, 93, 168, 0.23) 1.4px, transparent 1.6px); background-size: 12px 12px; pointer-events: none; }
.about-media > img { position: relative; z-index: 1; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border: 6px solid #fff; border-radius: 20px; box-shadow: var(--shadow-sm); }
.about-quote { position: absolute; right: 0; bottom: 0; z-index: 2; width: min(255px, 78%); padding: 0.9rem 1rem; border: 1px solid #f0dda0; border-radius: 13px; color: var(--ink); background: var(--yellow-soft); box-shadow: var(--shadow-sm); }
.quote-mark { display: none; }
.about-quote p { margin: 0; font-size: 0.79rem; font-weight: 800; line-height: 1.45; }

/* ---------- Programs ---------- */
#programs { overflow: hidden; background: #fff; }
#programs::before { content: ""; position: absolute; top: 76px; right: -94px; width: 190px; height: 190px; border: 30px solid rgba(36, 93, 168, 0.055); border-radius: 50%; box-shadow: 0 0 0 22px rgba(244, 197, 66, 0.045); pointer-events: none; }
#programs .container { position: relative; z-index: 1; }
.programs { display: grid; gap: 18px; }
.program-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.program-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.program-top { position: relative; padding: 1.55rem 1.35rem; background: var(--blue-soft); }
.program-commerce .program-top { background: var(--yellow-soft); }
.program-top::after { content: "01"; position: absolute; top: 0.6rem; right: 1rem; color: rgba(36, 93, 168, 0.08); font-size: 4.5rem; font-weight: 800; line-height: 1; }
.program-commerce .program-top::after { content: "02"; color: rgba(140, 105, 0, 0.08); }
.program-kicker { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 0.45rem; margin-bottom: 0.6rem; color: var(--blue); font-size: 0.64rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.program-commerce .program-kicker { color: #876500; }
.program-kicker::before { content: ""; width: 16px; height: 2px; background: var(--yellow); }
.program-top h3 { position: relative; z-index: 1; margin-bottom: 0.8rem; font-size: 1.75rem; }
.program-chips { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 0.4rem; }
.chip { display: inline-flex; padding: 0.32rem 0.6rem; border: 1px solid rgba(36, 93, 168, 0.12); border-radius: 7px; color: var(--ink-soft); background: rgba(255, 255, 255, 0.72); font-size: 0.62rem; font-weight: 700; }
.chip-time { color: var(--blue-deep); background: #fff; }
.program-body { display: flex; flex-direction: column; gap: 1rem; padding: 1.35rem; }
.program-body > p { margin: 0; color: var(--ink-soft); font-size: 0.82rem; }
.subject-list { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.subject-list li { padding: 0.36rem 0.62rem; border-radius: 7px; color: var(--blue); background: var(--blue-soft); font-size: 0.66rem; font-weight: 800; }
.program-commerce .subject-list li { color: #7b5d00; background: var(--yellow-soft); }
.program-note { padding-top: 0.8rem; border-top: 1px solid var(--line); color: var(--muted) !important; font-size: 0.68rem !important; }
.program-cta { display: flex; flex-wrap: wrap; gap: 0.5rem; }

/* ---------- Founders ---------- */
#founders { overflow: hidden; background: var(--blue-pale); }
#founders::before { content: ""; position: absolute; top: 90px; left: -105px; width: 200px; height: 200px; border: 32px solid rgba(36, 93, 168, 0.07); border-radius: 50%; pointer-events: none; }
#founders .container { position: relative; z-index: 1; }
.founders { display: grid; gap: 16px; }
.founder-card { overflow: hidden; border: 1px solid var(--line-blue); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.founder-photo { position: relative; height: 285px; overflow: hidden; background: #f1f4f8; }
.founder-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 28%; }
.founder-info { padding: 1.35rem; }
.role-tag { display: inline-flex; margin-bottom: 0.65rem; padding: 0.28rem 0.55rem; border-radius: 6px; color: var(--blue); background: var(--blue-soft); font-size: 0.58rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.founder-info h3 { margin-bottom: 0.28rem; font-size: 1.2rem; }
.founder-line { margin: 0 0 0.9rem; color: var(--red); font-size: 0.68rem; font-weight: 800; }
.cred-list li { position: relative; margin-bottom: 0.52rem; padding-left: 1rem; color: var(--ink-soft); font-size: 0.72rem; line-height: 1.5; }
.cred-list li::before { content: ""; position: absolute; top: 0.58em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--yellow); }

/* ---------- Faculty ---------- */
#faculty { overflow: hidden; background: #fff; }
#faculty::before { content: ""; position: absolute; top: 92px; right: -12px; width: 122px; height: 122px; opacity: 0.45; background-image: radial-gradient(circle, rgba(36, 93, 168, 0.2) 1.4px, transparent 1.6px); background-size: 14px 14px; pointer-events: none; }
#faculty .container { position: relative; z-index: 1; }
.faculty-group-title { display: flex; align-items: center; gap: 0.8rem; margin: 2.2rem 0 1rem; color: var(--ink); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.faculty-group-title::before { content: ""; flex: 0 0 auto; width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); box-shadow: 0 0 0 5px var(--yellow-soft); }
.faculty-group-title::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.faculty-group-title:first-of-type { margin-top: 0; }
.faculty-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.faculty-grid-2 { max-width: none; }
.faculty-card { overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 4px 15px rgba(30, 65, 105, 0.05); transition: transform 0.2s ease, box-shadow 0.2s ease; }
.faculty-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); }
.faculty-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: top; background: #f3f5f8; }
.faculty-meta { padding: 0.75rem; }
.faculty-meta h4 { margin-bottom: 0.42rem; font-size: 0.75rem; }
.subj-chip { display: inline-flex; padding: 0.25rem 0.5rem; border-radius: 5px; color: var(--blue); background: var(--blue-soft); font-size: 0.57rem; font-weight: 800; }
.subj-chips { display: flex; flex-wrap: wrap; gap: 4px; }
.subj-commerce { color: #7b5d00; background: var(--yellow-soft); }

/* ---------- Results ---------- */
#results { overflow: hidden; background: var(--cream); }
#results::before { content: ""; position: absolute; top: 70px; right: -96px; width: 190px; height: 190px; border: 30px solid rgba(36, 93, 168, 0.07); border-radius: 50%; pointer-events: none; }
#results::after { content: ""; position: absolute; bottom: 48px; left: -18px; width: 110px; height: 110px; opacity: 0.42; background-image: radial-gradient(circle, rgba(244, 197, 66, 0.38) 1.5px, transparent 1.7px); background-size: 14px 14px; pointer-events: none; }
#results .container { position: relative; z-index: 1; }
.results-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.result-card { overflow: hidden; min-width: 0; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow-sm); }
.result-photo { position: relative; overflow: hidden; background: #f1f3f6; }
.result-photo img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: top; }
.result-meta { min-height: 100px; padding: 0.85rem 0.9rem; }
.result-title { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 0.45rem; margin-bottom: 0.35rem; }
.result-title h3 { min-width: 0; margin: 0; font-size: 0.82rem; }
.result-pct { display: inline-flex; flex: 0 0 auto; align-items: center; padding: 0.25rem 0.48rem; border: 1px solid #efd782; border-radius: 7px; color: var(--ink); background: var(--yellow-soft); font-size: 0.69rem; font-weight: 800; line-height: 1.2; }
.board-chip { color: var(--blue); font-size: 0.56rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.result-note { margin: 0.35rem 0 0; color: var(--red); font-size: 0.6rem; font-weight: 800; }

/* ---------- Books ---------- */
#books { overflow: hidden; background: var(--blue-pale); }
#books::before { content: ""; position: absolute; right: -95px; bottom: -105px; width: 210px; height: 210px; border: 34px solid rgba(244, 197, 66, 0.12); border-radius: 50%; pointer-events: none; }
#books .container { position: relative; z-index: 1; }
.books-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.book-card { position: relative; min-width: 0; margin: 0; padding: 0.7rem; border: 1px solid var(--line-blue); border-radius: 15px; background: #fff; box-shadow: var(--shadow-sm); transition: transform 0.2s ease; }
.book-card::before { content: ""; position: absolute; top: -5px; left: 50%; z-index: 2; width: 38px; height: 11px; border-radius: 3px; background: rgba(244, 197, 66, 0.72); transform: translateX(-50%) rotate(2deg); }
.book-card:nth-child(even)::before { background: rgba(162, 199, 238, 0.82); transform: translateX(-50%) rotate(-2deg); }
.book-card:hover { transform: translateY(-4px); }
.book-card img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 9px; box-shadow: 0 8px 20px rgba(30, 65, 105, 0.12); }
.book-card figcaption { display: flex; flex-direction: column; gap: 0.2rem; padding: 0.75rem 0.25rem 0.2rem; line-height: 1.35; }
.book-card strong { color: var(--ink); font-size: 0.7rem; }
.book-card span { color: var(--muted); font-size: 0.58rem; }

/* ---------- Campus ---------- */
#campus { overflow: hidden; background: #fff; }
#campus::before { content: ""; position: absolute; top: 76px; left: -14px; width: 110px; height: 110px; opacity: 0.42; background-image: radial-gradient(circle, rgba(36, 93, 168, 0.2) 1.4px, transparent 1.6px); background-size: 14px 14px; pointer-events: none; }
#campus .container { position: relative; z-index: 1; }
.gallery { display: grid; grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; gap: 8px; }
.gal { position: relative; overflow: hidden; margin: 0; border-radius: 13px; background: #eef2f6; }
.gal-tall { grid-column: span 2; grid-row: span 2; }
.gal-tall::before { content: ""; position: absolute; inset: 9px; z-index: 1; border: 1px solid rgba(255, 255, 255, 0.62); border-radius: 9px; pointer-events: none; }
.gal img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.45s ease; }
.gal:hover img { transform: scale(1.035); }
.gal::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(23, 38, 59, 0.58)); pointer-events: none; }
.gal figcaption { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; padding: 0.75rem; color: #fff; font-size: 0.6rem; font-weight: 800; }

/* ---------- FAQs ---------- */
#faq { background: var(--cream); }
.faq-list { display: grid; gap: 10px; max-width: 880px; margin-inline: auto; }
.faq-item { overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 5px 18px rgba(30, 65, 105, 0.05); }
.faq-item[open] { border-color: var(--line-blue); box-shadow: var(--shadow-sm); }
.faq-item summary { display: grid; grid-template-columns: minmax(0, 1fr) 32px; gap: 0.8rem; align-items: center; padding: 1rem; color: var(--ink); font-size: 0.82rem; font-weight: 800; line-height: 1.45; cursor: pointer; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; display: grid; place-items: center; width: 32px; height: 32px; border-radius: 9px; color: var(--blue); background: var(--blue-soft); font-size: 1.15rem; font-weight: 700; line-height: 1; }
.faq-item[open] summary::after { content: "\2212"; color: #765800; background: var(--yellow-soft); }
.faq-item summary:hover::after { background: var(--yellow-soft); }
.faq-item summary:focus-visible { outline: 3px solid rgba(36, 93, 168, 0.22); outline-offset: -3px; }
.faq-answer { padding: 0 1rem 1rem; }
.faq-answer p { margin: 0; padding-top: 0.85rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 0.76rem; line-height: 1.7; }
.faq-answer a { color: var(--blue); font-weight: 800; }

/* ---------- Admission CTA ---------- */
.cta-band { position: relative; overflow: hidden; color: var(--ink); background: linear-gradient(120deg, var(--yellow-soft), #eef6ff); border-block: 1px solid #eee4be; }
.cta-band::after { content: ""; position: absolute; top: -70px; right: -70px; width: 200px; height: 200px; border: 35px solid rgba(244, 197, 66, 0.18); border-radius: 50%; pointer-events: none; }
.cta-band .container { padding-top: 54px; padding-bottom: 54px; }
.cta-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: flex-start; gap: 1.25rem; }
.cta-inner h2 { margin-bottom: 0.35rem; font-size: 1.9rem; }
.cta-inner p { margin: 0; color: var(--muted); font-size: 0.82rem; }
.cta-actions { display: grid; width: 100%; gap: 0.55rem; }
.cta-actions .btn { width: 100%; }

/* ---------- Contact ---------- */
#contact { overflow: hidden; background: var(--cream); }
#contact::before { content: ""; position: absolute; top: 72px; right: -105px; width: 210px; height: 210px; border: 34px solid rgba(36, 93, 168, 0.06); border-radius: 50%; box-shadow: 0 0 0 24px rgba(244, 197, 66, 0.045); pointer-events: none; }
#contact .container { position: relative; z-index: 1; }
.contact-grid { display: grid; gap: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: var(--shadow-sm); }
.contact-info { padding: 1.3rem; }
.info-block { margin-bottom: 1.1rem; padding-bottom: 1.1rem; border-bottom: 1px solid var(--line); }
.info-block:last-child { margin: 0; padding: 0; border: 0; }
.info-block h3 { margin-bottom: 0.42rem; color: var(--blue); font-size: 0.61rem; letter-spacing: 0.12em; text-transform: uppercase; }
.info-block p { margin: 0 0 0.28rem; color: var(--ink-soft); font-size: 0.76rem; }
.info-block a:not(.btn) { color: var(--ink); font-weight: 800; }
.wa-buttons { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.socials { display: flex; gap: 0.45rem; }
.socials a { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 9px; color: var(--blue); background: var(--blue-pale); transition: transform 0.2s ease, background 0.2s ease; }
.socials a:hover { transform: translateY(-2px); background: var(--blue-soft); }
.socials svg { width: 18px; height: 18px; }
.contact-map { position: relative; display: flex; min-height: 340px; padding: 8px; background: var(--blue-soft); }
.contact-map iframe { width: 100%; min-height: 340px; border: 0; border-radius: 15px; }
.map-fallback { position: absolute; right: 18px; bottom: 18px; padding: 0.56rem 0.75rem; border: 1px solid var(--line-blue); border-radius: 7px; color: var(--blue); background: #fff; box-shadow: var(--shadow-sm); font-size: 0.64rem; font-weight: 800; }

/* ---------- Footer ---------- */
.site-footer { padding: 2.6rem 0; color: var(--muted); background: var(--blue-pale); border-top: 1px solid var(--line-blue); }
.footer-inner { display: grid; gap: 1.2rem; }
.footer-brand { display: flex; align-items: center; gap: 0.7rem; }
.footer-brand img { width: 48px; height: 48px; border-radius: 50%; }
.footer-brand .brand-text { font-size: 0.9rem; }
.footer-tag { margin: 0.18rem 0 0; color: var(--red); font-size: 0.66rem; }
.footer-addr, .footer-copy { margin: 0; color: var(--muted); font-size: 0.66rem; line-height: 1.65; }

/* ---------- Floating WhatsApp ---------- */
.wa-float { position: fixed; right: 14px; bottom: 14px; z-index: 90; display: flex; align-items: center; justify-content: center; width: 54px; height: 54px; border: 4px solid #fff; border-radius: 50%; color: #fff; background: var(--green); box-shadow: 0 10px 26px rgba(30, 65, 105, 0.2); opacity: 0; pointer-events: none; transform: translateY(16px); transition: opacity 0.2s ease, transform 0.2s ease; }
.wa-float.visible { opacity: 1; pointer-events: auto; transform: none; }
.wa-float.visible:hover { color: #fff; transform: translateY(-3px); }
.wa-float:focus-visible { opacity: 1; transform: none; }

/* ---------- Motion ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Larger phones ---------- */
@media (min-width: 480px) {
  .brand-note { display: block; }
  .hero-cta { display: flex; justify-content: center; }
  .hero-cta .btn { width: auto; }
  .hero-media { max-width: 620px; margin-inline: auto; }
  .cta-actions { display: flex; width: auto; }
  .cta-actions .btn { width: auto; }
}

/* ---------- Tablets ---------- */
@media (min-width: 700px) {
  body { font-size: 1rem; }
  .container { width: min(calc(100% - 48px), var(--maxw)); }
  .section { padding: 88px 0; }
  .section-head { margin-bottom: 44px; }
  .announcement-inner { justify-content: space-between; }
  .announcement-links { display: flex; align-items: center; gap: 1rem; }
  .announcement-links a { color: var(--blue-deep); font-weight: 800; }
  .header-inner { min-height: 74px; }
  .brand img { width: 48px; height: 48px; }
  .brand-text { font-size: 1.02rem; }
  .site-nav { top: 108px; }
  .hero { padding-top: 68px; }
  .hero-copy h1 { font-size: 3.6rem; }
  .hero-sub { font-size: 1rem; }
  .hero-media { max-width: 760px; }
  .hero-stats { grid-template-columns: repeat(4, 1fr); gap: 12px; padding-bottom: 68px; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .programs { grid-template-columns: repeat(2, 1fr); }
  .program-card { display: flex; flex-direction: column; }
  .program-body { flex: 1; }
  .program-cta { margin-top: auto; }
  .founder-card { display: grid; grid-template-columns: minmax(200px, 0.72fr) 1.28fr; }
  .founder-photo { height: 100%; min-height: 350px; }
  .faculty-grid, .faculty-grid-2 { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .results-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .books-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
  .gallery { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 185px; gap: 10px; }
  .gal-tall { grid-column: span 2; grid-row: span 2; }
  .faq-item summary { padding: 1.15rem 1.25rem; font-size: 0.88rem; }
  .faq-answer { padding: 0 1.25rem 1.2rem; }
  .cta-inner { flex-direction: row; align-items: center; justify-content: space-between; }
  .contact-info { padding: 2rem; }
  .footer-inner { grid-template-columns: 1fr auto; align-items: center; }
  .footer-copy { grid-column: 1 / -1; }
}

/* ---------- Desktop ---------- */
@media (min-width: 960px) {
  html { scroll-padding-top: 112px; }
  h2 { font-size: clamp(2.65rem, 4vw, 3.35rem); }
  .section { padding: 108px 0; }
  .section-head { margin-inline: auto; text-align: center; }
  .section-sub { margin-inline: auto; }
  .header-inner { min-height: 76px; }
  .site-nav { position: static; overflow: visible; max-height: none; border: 0; background: transparent; transition: none; }
  .site-nav ul { flex-direction: row; align-items: center; gap: 0.05rem; padding: 0; }
  .site-nav a:not(.btn) { padding: 0.55rem 0.65rem; border: 0; font-size: 0.79rem; }
  .nav-cta { margin: 0 0 0 0.45rem; }
  .nav-cta .btn { width: auto; }
  .nav-toggle { display: none; }
  .hero { padding-top: 84px; }
  .hero-inner { grid-template-columns: 0.98fr 1.02fr; align-items: center; gap: clamp(2.5rem, 4vw, 4rem); }
  .hero-copy { text-align: left; }
  .hero-eyebrow { justify-content: flex-start; }
  .hero-copy h1 { margin-inline: 0; font-size: clamp(3.25rem, 4.2vw, 3.85rem); }
  .hero-tagline { margin-inline: 0; }
  .hero-sub { margin-inline: 0; }
  .hero-cta { justify-content: flex-start; }
  .hero-trust { justify-content: flex-start; }
  .hero-media { max-width: none; }
  .hero-img { aspect-ratio: 1.08 / 1; min-height: 480px; }
  .hero-stats { margin-top: 72px; padding-bottom: 82px; }
  .hero-stats .stat { min-height: 122px; padding: 1.25rem; }
  .stat-num { font-size: 2rem; }
  .feature-grid { grid-template-columns: repeat(3, 1fr); gap: 16px; }
  .feature-card { display: block; min-height: 225px; padding: 1.65rem; }
  .feat-ico { margin-bottom: 1.4rem; }
  .feature-card h3 { font-size: 1rem; }
  .feature-card p { font-size: 0.8rem; }
  .about-grid { grid-template-columns: 0.9fr 1.1fr; align-items: center; gap: clamp(4rem, 7vw, 7rem); }
  .about-media { order: initial; }
  .about-copy h2 { max-width: 12ch; }
  .program-card { min-height: 510px; }
  .program-top { padding: 2.2rem; }
  .program-top h3 { font-size: 2.35rem; }
  .program-body { padding: 2rem; }
  .founders { grid-template-columns: repeat(2, 1fr); }
  .founder-card { grid-template-columns: minmax(175px, 0.7fr) 1.3fr; }
  .founder-photo { min-height: 390px; }
  .founder-info { padding: 1.7rem; }
  .faculty-grid, .faculty-grid-2 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .faculty-grid-2 .faculty-card:first-child { grid-column: 2; }
  .results-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .books-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .gallery { grid-template-columns: repeat(12, 1fr); grid-auto-rows: 205px; }
  .gal { grid-column: span 3; }
  .gal-tall { grid-column: span 6; grid-row: span 2; }
  .gal:nth-child(n + 4) { grid-column: span 2; }
  .cta-band .container { padding-top: 68px; padding-bottom: 68px; }
  .cta-inner h2 { font-size: 2.7rem; }
  .contact-grid { grid-template-columns: 0.85fr 1.15fr; }
  .contact-map { min-height: 100%; }
  .contact-map iframe { min-height: 570px; }
  .footer-inner { grid-template-columns: 1fr auto auto; gap: 2.5rem; }
  .footer-copy { grid-column: auto; }
}

@media (min-width: 1180px) {
  .site-nav a:not(.btn) { padding-inline: 0.78rem; }
  .founder-card { grid-template-columns: minmax(200px, 0.78fr) 1.22fr; }
}

@media (max-width: 390px) {
  .brand-text { font-size: 0.86rem; }
  .hero-trust { flex-direction: column; align-items: center; }
  .faculty-grid { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
