/* ============================================================
   KID Movement — Main Stylesheet
   Matches Churche template heading scales + full mobile
   ============================================================ */

:root {
  --accent:          #FCD200;
  --dark:            #0f1021;
  --dark2:           #1a1a35;
  --body-bg:         #ffffff;
  --light-bg:        #f8f5f0;
  --text:            #666e82;
  --heading:         #0f4cf2;
  --white:           #fff;
  --radius:          8px;
  --blue-gradient:   linear-gradient(90deg,rgba(15,76,242,1) 0%,rgba(0,0,186,1) 100%);
  --gold-gradient:   linear-gradient(90deg,rgba(242,140,15,1) 0%,rgba(224,218,45,1) 100%);
  --red-gradient:    linear-gradient(90deg,rgba(242,15,15,1) 0%,rgba(97,0,0,1) 100%);
}

/* ── Reset & Base ─────────────────────────────────────────── */
*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html  { scroll-behavior:smooth; overflow-x:hidden; }
body  { font-family:'Open Sans',sans-serif; font-size:1.25rem; color:var(--text); background:var(--body-bg); overflow-x:hidden; max-width:100vw; }
img   { max-width:100%; height:auto; }
a     { text-decoration:none; transition:all .3s; }
section { padding:100px 0; }

/* ── CSS-only entrance animations (no JS required) ────────── */
@keyframes fadeUp   { from { opacity:0; transform:translateY(32px); } to { opacity:1; transform:none; } }
@keyframes fadeIn   { from { opacity:0; }                              to { opacity:1; } }
@keyframes fadeRight{ from { opacity:0; transform:translateX(-28px); } to { opacity:1; transform:none; } }
@keyframes fadeLeft { from { opacity:0; transform:translateX(28px);  } to { opacity:1; transform:none; } }

.hero-content        { animation: fadeRight .9s ease both; }
.hero-grid           { animation: fadeLeft  .9s ease .2s both; }
.hero-eyebrow        { animation: fadeUp .6s ease both; }
.hero-top .hero-right { animation: fadeUp .7s ease .15s both; }
.hero-bottom h1      { animation: fadeUp .9s ease .25s both; }
.page-banner h1,
.page-banner nav     { animation: fadeUp .8s ease both; }

/* ── Typography — matches Churche exact scale ─────────────── */
h1,h2,h3,h4,h5,h6 {
  font-family:'New Amsterdam',sans-serif;
  background: var(--blue-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height:1.15;
  letter-spacing:.3px;
  text-decoration:none;
}

/* ── h2-h6 — plain dark color (no gradient) ──────────────── */
h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #0D1A26;
  color: #0D1A26;
}

/* ── White-text headings (on dark / coloured backgrounds) ─── */
.hero h1, .page-banner h1,
.hg3 h3, .newsletter-strip h3, .mv-card h3,
.social-strip h3, .process-section h3,
.footer-col h6 {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #fff;
  color: #fff;
}

/* h2s on colored backgrounds — stay white */
.cta-content h2, .cta-inner h2, .flagship h2, .cta-strip h2 {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: #fff;
  color: #fff;
}

/* ── Gold-gradient headings ───────────────────────────────── */
.stat-cell h3, .sidebar h6 {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--accent);
}

/* Override Bootstrap RFS — match its .h2, h2 selector so we win by source order */
.h2, h2 { font-size:clamp(2rem,5vw,5em); }

/* Hero display heading — max 10em as requested */
.hero h1            { font-size:clamp(1.6rem,7vw,7em); background:none; -webkit-text-fill-color:#fff; color:#fff; line-height:1.05; word-wrap:break-word; overflow-wrap:break-word; hyphens:auto; }
.hero h1 em         { color:var(--accent); font-style:normal; }

/* Page banner heading */
.page-banner h1     { font-size:clamp(1.8rem,6vw,8em); background:none; -webkit-text-fill-color:#fff; color:#fff; word-wrap:break-word; overflow-wrap:break-word; }

/* Section main headings — 5em max */
.section-heading    { font-size:clamp(2rem,5vw,5em); margin-bottom:20px; }

/* Card / sub-section headings */
h3.card-heading     { font-size:clamp(1.5rem,2.5vw,2rem); }
h4.card-heading     { font-size:clamp(1.2rem,2vw,1.5rem); }

/* Stats numbers — gold gradient */
.stat-cell h3       { font-size:clamp(1.8rem,3vw,2.4rem); margin-bottom:4px; }

/* ── Sub-title accent lines (matches Churche exactly) ──────── */
.sub-title {
  display:inline-flex;
  align-items:center;
  gap:14px;
  font-size:14px;
  font-style:italic;
  background:var(--blue-gradient);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  font-weight:600;
  letter-spacing:.5px;
  margin-bottom:14px;
  font-family:'Open Sans',sans-serif;
}
.sub-title::before {
  content:'';
  width:32px; height:2px;
  background:var(--blue-gradient);
  flex-shrink:0;
}
.sub-title-c {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  font-size:14px;
  font-style:italic;
  background:var(--blue-gradient);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  font-weight:600;
  letter-spacing:.5px;
  margin-bottom:14px;
  font-family:'Open Sans',sans-serif;
}
.sub-title-c::before,
.sub-title-c::after {
  content:'';
  width:36px; height:2px;
  background:var(--blue-gradient);
  flex-shrink:0;
}

/* ── sub-title-c on colored backgrounds — white ───────────── */
.cta-section .sub-title-c,
.cta-inner .sub-title-c,
.cta-strip .sub-title-c,
.process-section .sub-title-c,
.give-cta .sub-title-c,
.flagship .sub-title-c,
.newsletter-strip .sub-title-c,
.stats-bar .sub-title-c,
.hg3 .sub-title-c {
  background: none;
  -webkit-background-clip: unset;
  background-clip: unset;
  -webkit-text-fill-color: rgba(255,255,255,.8);
  color: rgba(255,255,255,.8);
}
.cta-section .sub-title-c::before,
.cta-section .sub-title-c::after,
.cta-inner .sub-title-c::before,
.cta-inner .sub-title-c::after,
.cta-strip .sub-title-c::before,
.cta-strip .sub-title-c::after,
.process-section .sub-title-c::before,
.process-section .sub-title-c::after,
.give-cta .sub-title-c::before,
.give-cta .sub-title-c::after,
.flagship .sub-title-c::before,
.flagship .sub-title-c::after,
.newsletter-strip .sub-title-c::before,
.newsletter-strip .sub-title-c::after {
  background: rgba(255,255,255,.4);
}

/* ── Buttons ──────────────────────────────────────────────── */
.btn-main {
  display:inline-block;
  background:#FCD200;
  color:#1a1a2e;
  padding:14px 34px;
  border-radius:var(--radius);
  font-size:14px;
  font-weight:700;
  letter-spacing:.5px;
  text-transform:uppercase;
  border:2px solid #FCD200;
  transition:all .3s;
  font-family:'Open Sans',sans-serif;
  cursor:pointer;
}
.btn-main:hover { background:transparent; color:#FCD200; }
.btn-outline {
  display:inline-block;
  background:transparent;
  color:#fff;
  padding:14px 34px;
  border-radius:var(--radius);
  font-size:14px;
  font-weight:700;
  letter-spacing:.5px;
  text-transform:uppercase;
  border:2px solid rgba(255,255,255,.5);
  transition:all .3s;
}
.btn-outline:hover { border-color:var(--accent); color:var(--accent); }

/* ── Sidebar / Off-canvas ─────────────────────────────────── */
.sidebar-overlay { position:fixed; inset:0; background:rgba(0,0,0,.55); z-index:1040; opacity:0; pointer-events:none; transition:opacity .4s; }
.sidebar-overlay.open { opacity:1; pointer-events:all; }
.sidebar { position:fixed; top:0; left:-340px; width:300px; height:100vh; background:var(--dark); z-index:1050; overflow-y:auto; transition:left .4s cubic-bezier(.77,0,.175,1); padding:40px 30px; }
.sidebar.open { left:0; }
.sidebar-close { position:absolute; top:20px; right:20px; background:#FCD200; border:none; color:#1a1a2e; width:36px; height:36px; border-radius:50%; font-size:16px; cursor:pointer; display:flex; align-items:center; justify-content:center; }
.sidebar-close:hover { background:#e0bb00; }
.sidebar-logo img { height:80px; margin-bottom:20px; }
.sidebar-desc { font-size:13.5px; color:rgba(255,255,255,.6); line-height:1.8; margin-bottom:28px; }
.sidebar h6 { font-size:10.5px; text-transform:uppercase; letter-spacing:2px; margin-bottom:12px; font-family:'Open Sans',sans-serif; font-weight:700; }
.sidebar-contact-list { list-style:none; padding:0; margin-bottom:28px; }
.sidebar-contact-list li { display:flex; gap:10px; font-size:13px; color:rgba(255,255,255,.7); margin-bottom:12px; align-items:flex-start; }
.sidebar-contact-list li i { color:var(--accent); margin-top:3px; width:14px; flex-shrink:0; }
.sidebar-contact-list li a { color:rgba(255,255,255,.7); }
.sidebar-contact-list li a:hover { color:var(--accent); }
.sidebar-socials { display:flex; gap:8px; flex-wrap:wrap; }
.sidebar-socials a { width:36px; height:36px; border-radius:50%; border:1px solid rgba(255,255,255,.2); display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,.7); font-size:13px; transition:all .3s; }
.sidebar-socials a:hover { background:var(--accent); border-color:var(--accent); color:#fff; }
.sidebar-nav-links { list-style:none; padding:0; margin-bottom:28px; }
.sidebar-nav-links li a { display:block; font-size:15px; font-weight:600; color:rgba(255,255,255,.75); padding:10px 0; border-bottom:1px solid rgba(255,255,255,.08); text-transform:uppercase; letter-spacing:.5px; transition:color .2s; font-family:'Open Sans',sans-serif; }
.sidebar-nav-links li a:hover,
.sidebar-nav-links li a.active { color:#FCD200; }

/* ── Navbar ───────────────────────────────────────────────── */
#mainNav { position:fixed; top:0; left:0; right:0; z-index:1000; background:transparent; box-shadow:none; transition:all .4s ease; padding:0; }
#mainNav.scrolled { background:#090979; box-shadow:0 2px 24px rgba(9,9,121,.4); }
.red-border { width:100%; height:5px; background:transparent; }
#mainNav.scrolled .red-border { background:#DB300F; }
#mainNav .container { display:flex; align-items:center; justify-content:space-between; height:96px; gap:20px; }
.nav-hamburger { background:none; border:none; display:flex; flex-direction:column; gap:5px; cursor:pointer; padding:4px; flex-shrink:0; }
.nav-hamburger span { display:block; width:26px; height:2px; background:#fff; border-radius:2px; transition:background .3s; }
#mainNav.scrolled .nav-hamburger span { background:#fff; }
.nav-brand img { height:80px; }
.nav-links { display:flex; align-items:center; gap:2px; list-style:none; padding:0; margin:0; flex:1; justify-content:center; }
.nav-links > li > a { font-size:13px; font-weight:600; color:rgba(255,255,255,.88); padding:28px 14px; display:block; text-transform:uppercase; letter-spacing:.6px; position:relative; transition:color .2s; }
#mainNav.scrolled .nav-links > li > a { color:rgba(255,255,255,.88); }
#mainNav.scrolled .nav-links > li > a:hover,
#mainNav.scrolled .nav-links > li > a.active { color:#fff !important; }
#mainNav.scrolled .nav-links > li > a::after { background:#fff; }
.nav-links > li > a::after { content:''; position:absolute; bottom:0; left:14px; right:14px; height:2px; background:#FCD200; transform:scaleX(0); transition:transform .3s; }
.nav-links > li > a:hover,
.nav-links > li > a.active { color:#FCD200 !important; }
.nav-links > li > a:hover::after,
.nav-links > li > a.active::after { transform:scaleX(1); }
.btn-nav-cta { background:transparent; color:#fff; padding:10px 22px; border-radius:var(--radius); font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:.5px; border:2px solid rgba(255,255,255,.5); transition:all .3s; font-family:'Open Sans',sans-serif; white-space:nowrap; }
.btn-nav-cta:hover,
#mainNav.scrolled .btn-nav-cta { background:#FCD200; border-color:#FCD200; color:#1a1a2e; }
#mainNav.scrolled .btn-nav-cta:hover { background:#e6bc00; border-color:#e6bc00; }

/* ── Hero ─────────────────────────────────────────────────── */
.hero { min-height:100vh; position:relative; display:flex; align-items:stretch; background:url('../images/elite-seminar-7.jpg') center/cover no-repeat fixed; overflow:hidden; }
.hero-bg-img { position:absolute; inset:0; z-index:0; background:linear-gradient(135deg,rgba(7,11,23,0.85),rgba(15,16,33,0.85),rgba(26,26,53,0.85)); }
.hero-glow { position:absolute; inset:0; z-index:1; background:radial-gradient(ellipse at 20% 60%,rgba(255,255,255,.14) 0%,transparent 60%); }
.hero-content { position:relative; z-index:2; padding:140px 0 80px; }
.hero-eyebrow { display:inline-flex; align-items:center; gap:12px; font-size:12.5px; font-style:italic; color:rgba(255,255,255,.6); letter-spacing:1.5px; margin-bottom:22px; font-family:'Open Sans',sans-serif; }
.hero-eyebrow::before { content:''; width:28px; height:1px; background:var(--accent); }
.hero-meta { display:inline-flex; align-items:center; gap:12px; font-size:12.5px; color:rgba(255,255,255,.45); letter-spacing:1px; margin-bottom:38px; font-family:'Open Sans',sans-serif; }
.hero-meta span { width:32px; height:1px; background:var(--accent); display:inline-block; }
.hero-btns { display:flex; gap:16px; flex-wrap:wrap; }
.hero-grid { display:grid; grid-template-columns:1fr 1fr; grid-template-rows:auto auto; gap:14px; padding-top:100px; }
.hg1 { grid-column:1; grid-row:1/3; border-radius:12px; overflow:hidden; height:460px; }
.hg2 { grid-column:2; grid-row:1; border-radius:12px; overflow:hidden; height:220px; }
.hg3 { grid-column:2; grid-row:2; border-radius:12px; background:var(--gold-gradient); display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:24px; height:226px; }
.hero-grid img { width:100%; height:100%; object-fit:cover; }
.hg3 h3 { color:#fff; font-size:clamp(2rem,3vw,2.8rem); margin:0; line-height:1; }
.hg3 p { color:rgba(255,255,255,.85); font-size:11px; text-transform:uppercase; letter-spacing:1.5px; margin:8px 0 0; font-family:'Open Sans',sans-serif; }

/* ── About ────────────────────────────────────────────────── */
.about-section { background:var(--body-bg); }
.about-imgs { position:relative; height:480px; }
.ai1 { position:absolute; left:0; top:0; width:72%; height:88%; border-radius:12px; overflow:hidden; }
.ai2 { position:absolute; right:0; bottom:0; width:55%; height:64%; border-radius:12px; overflow:hidden; border:5px solid #fff; box-shadow:0 8px 32px rgba(0,0,0,.12); }
.about-imgs img { width:100%; height:100%; object-fit:cover; }
.about-badge { position:absolute; top:20px; right:20px; background:var(--gold-gradient); color:#fff; padding:18px 22px; border-radius:10px; text-align:center; box-shadow:0 8px 24px rgba(242,140,15,.4); }
.about-badge strong { display:block; font-size:2.4rem; font-family:'New Amsterdam',sans-serif; line-height:1; }
.about-badge span { font-size:11px; text-transform:uppercase; letter-spacing:1px; opacity:.9; font-family:'Open Sans',sans-serif; }
.about-text { padding-left:30px; }
.about-text h2 { font-size:clamp(2rem,5vw,5em); margin-bottom:20px; }
.about-text p { font-size:15px; line-height:1.9; color:var(--text); margin-bottom:16px; }
.about-feats { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin:24px 0 30px; }
.af { display:flex; align-items:flex-start; gap:9px; font-size:13.5px; font-weight:600; color:var(--heading); }
.af i { color:var(--accent); font-size:14px; margin-top:2px; flex-shrink:0; }

/* ── History ──────────────────────────────────────────────── */
.history-section { background:var(--light-bg); }
.history-photos { position:relative; height:420px; }
.hp1 { position:absolute; left:0; top:0; width:70%; height:85%; border-radius:12px; overflow:hidden; }
.hp2 { position:absolute; right:0; bottom:0; width:55%; height:68%; border-radius:12px; overflow:hidden; border:5px solid #fff; box-shadow:0 8px 32px rgba(0,0,0,.15); }
.history-photos img { width:100%; height:100%; object-fit:cover; }
.history-text h2 { font-size:clamp(2rem,5vw,5em); margin-bottom:18px; }
.history-text p { font-size:15px; line-height:1.9; color:var(--text); margin-bottom:14px; }
.stats-bar { display:flex; margin-top:30px; border:1px solid #e4ddd3; border-radius:10px; overflow:hidden; background:#fff; }
.stat-cell { flex:1; padding:22px 16px; text-align:center; border-right:1px solid #e4ddd3; }
.stat-cell:last-child { border-right:none; }
.stat-cell p { font-size:11.5px; text-transform:uppercase; letter-spacing:1px; color:var(--text); margin:0; font-family:'Open Sans',sans-serif; }

/* ── Services ─────────────────────────────────────────────── */
.services-section { background:var(--body-bg); }
.svc-tabs { list-style:none; padding:0 0 20px; margin:0 0 50px; display:flex; gap:8px; flex-wrap:wrap; border-bottom:2px solid #ece8e2; }
.svc-tabs li button { background:none; border:none; font-family:'Open Sans',sans-serif; font-size:13.5px; font-weight:600; color:var(--text); padding:9px 20px; cursor:pointer; border-radius:30px; transition:all .2s; }
.svc-tabs li button.active,
.svc-tabs li button:hover { background:#FCD200; color:#1a1a2e; }
.svc-item { display:none; align-items:center; gap:48px; }
.svc-item.active { display:flex; }
.svc-num { font-family:'New Amsterdam',sans-serif; font-size:5.5rem; color:rgba(200,137,42,.08); line-height:1; flex-shrink:0; width:72px; text-align:center; }
.svc-body { flex:1; }
.svc-body h3 { font-size:clamp(1.5rem,3.5vw,4em); margin-bottom:14px; }
.svc-body p { font-size:15px; line-height:1.85; color:var(--text); margin-bottom:20px; }
.svc-body ul { list-style:none; padding:0; display:flex; flex-direction:column; gap:8px; }
.svc-body ul li { font-size:14px; color:var(--text); display:flex; align-items:center; gap:8px; }
.svc-body ul li::before { content:''; width:8px; height:8px; border-radius:50%; background:var(--accent); flex-shrink:0; }
.svc-img { width:360px; flex-shrink:0; height:290px; border-radius:12px; overflow:hidden; position:relative; }
.svc-img img { width:100%; height:100%; object-fit:cover; }
.svc-img-badge { position:absolute; bottom:16px; left:16px; background:var(--gold-gradient); color:#fff; padding:8px 14px; border-radius:6px; font-size:11.5px; font-weight:700; text-transform:uppercase; letter-spacing:1px; font-family:'Open Sans',sans-serif; }

/* ── Schools ──────────────────────────────────────────────── */
.schools-section { background:var(--light-bg); }
.schools-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(130px,1fr)); gap:14px; margin-top:50px; }
.school-card { background:#fff; border-radius:10px; padding:18px 14px; display:flex; align-items:center; justify-content:center; border:1px solid #e8e0d4; transition:all .3s; min-height:70px; }
.school-card:hover { box-shadow:0 6px 24px rgba(200,137,42,.15); border-color:var(--accent); transform:translateY(-4px); }
.school-card img { max-height:60px; max-width:100px; object-fit:contain; filter:grayscale(30%); transition:filter .3s; }
.school-card:hover img { filter:grayscale(0%); }
.school-name { font-family:'Open Sans',sans-serif; font-size:11px; font-weight:700; color:var(--heading); text-align:center; line-height:1.4; text-transform:uppercase; letter-spacing:.3px; transition:color .3s; }
.school-card:hover .school-name { color:var(--accent); }

/* ── Testimonials ─────────────────────────────────────────── */
.testi-section { background:var(--body-bg); }
.testi-card { background:var(--light-bg); border-radius:12px; padding:28px 30px; border-left:4px solid var(--accent); transition:all .3s; margin-bottom:24px; }
.testi-card:hover { box-shadow:0 8px 32px rgba(0,0,0,.08); }
.testi-header { display:flex; align-items:center; gap:16px; margin-bottom:16px; }
.testi-avatar { width:52px; height:52px; border-radius:50%; background:var(--accent); display:flex; align-items:center; justify-content:center; color:#fff; font-size:1.1rem; flex-shrink:0; }
.testi-stars { color:var(--accent); font-size:12px; margin-bottom:6px; }
.testi-quote { font-size:14.5px; font-style:italic; line-height:1.8; color:var(--text); margin-bottom:12px; }

/* ── CTA ──────────────────────────────────────────────────── */
.cta-section { background:var(--red-gradient); padding:90px 0; position:relative; overflow:hidden; }
.cta-section::before { content:''; position:absolute; inset:0; background:url('../images/drug-seminar-2.jpg') center/cover no-repeat; opacity:.07; }
.cta-section::after { content:''; position:absolute; width:400px; height:400px; border-radius:50%; border:80px solid rgba(255,255,255,.06); top:-100px; right:-100px; }
.cta-content { position:relative; z-index:2; text-align:center; }
.cta-content h2 { background:none; -webkit-text-fill-color:#fff; color:#fff; font-size:clamp(2rem,5vw,5em); margin-bottom:16px; }
.cta-content p { color:rgba(255,255,255,.65); font-size:15px; max-width:560px; margin:0 auto 32px; }
.cta-btns { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }

/* ── Blog ─────────────────────────────────────────────────── */
.blog-section { background:var(--light-bg); }
.blog-card { background:#fff; border-radius:12px; overflow:hidden; transition:all .3s; }
.blog-card:hover { box-shadow:0 12px 36px rgba(0,0,0,.1); transform:translateY(-6px); }
.blog-thumb { height:220px; overflow:hidden; }
.blog-thumb img { width:100%; height:100%; object-fit:cover; transition:transform .5s; }
.blog-card:hover .blog-thumb img { transform:scale(1.05); }
.blog-cat { display:inline-block; background:var(--gold-gradient); color:#fff; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:1px; padding:4px 12px; border-radius:3px; margin-bottom:12px; font-family:'Open Sans',sans-serif; }
.blog-body { padding:22px; }
.blog-meta { font-size:12px; color:var(--text); margin-bottom:10px; font-family:'Open Sans',sans-serif; }
.blog-body h5 { font-size:clamp(1rem,1.5vw,1.15rem); margin-bottom:10px; line-height:1.4; }
.blog-body h5 a { color:var(--heading); }
.blog-body h5 a:hover { color:var(--accent); }
.blog-body p { font-size:13.5px; color:var(--text); line-height:1.7; margin:0; }

/* ── Newsletter strip ─────────────────────────────────────── */
.newsletter-strip { background:var(--gold-gradient); padding:60px 0; }
.newsletter-strip h3 { background:none; -webkit-text-fill-color:#fff; color:#fff; font-size:clamp(1.6rem,3vw,2.2rem); margin-bottom:8px; }
.newsletter-strip p { color:rgba(255,255,255,.8); font-size:15px; margin-bottom:0; }
.nl-form { display:flex; border-radius:var(--radius); overflow:hidden; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.25); max-width:420px; width:100%; }
.nl-form input { flex:1; padding:14px 18px; border:none; background:transparent; color:#fff; font-size:14px; font-family:'Open Sans',sans-serif; outline:none; }
.nl-form input::placeholder { color:rgba(255,255,255,.5); }
.nl-form button { background:var(--dark); border:none; color:#fff; padding:14px 22px; font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:.5px; cursor:pointer; font-family:'Open Sans',sans-serif; transition:background .2s; white-space:nowrap; }
.nl-form button:hover { background:#000; }

/* ── Footer ───────────────────────────────────────────────── */
footer { background:var(--dark); padding:80px 0 0; position:relative; overflow:hidden; }
.footer-logo img { height:80px; margin-bottom:18px; }
.footer-desc { font-size:13.5px; color:rgba(255,255,255,.55); line-height:1.8; margin-bottom:20px; }
.footer-socials { display:flex; gap:8px; }
.footer-socials a { width:36px; height:36px; border-radius:50%; border:1px solid rgba(255,255,255,.15); display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,.6); font-size:13px; transition:all .3s; }
.footer-socials a:hover { background:var(--accent); border-color:var(--accent); color:#fff; }
.footer-col h6 { background:none; -webkit-text-fill-color:#fff; color:#fff; font-family:'New Amsterdam',sans-serif; font-size:1.15rem; margin-bottom:22px; padding-bottom:10px; border-bottom:1px solid rgba(255,255,255,.08); }
.footer-hours { list-style:none; padding:0; }
.footer-hours li { font-size:13.5px; color:rgba(255,255,255,.55); padding:8px 0; border-bottom:1px solid rgba(255,255,255,.05); display:flex; justify-content:space-between; }
.footer-links { list-style:none; padding:0; }
.footer-links li { margin-bottom:10px; }
.footer-links li a { font-size:13.5px; color:rgba(255,255,255,.55); display:flex; align-items:center; gap:8px; transition:all .2s; }
.footer-links li a::before { content:''; width:6px; height:6px; border-radius:50%; background:var(--accent); flex-shrink:0; }
.footer-links li a:hover { color:var(--accent); padding-left:4px; }
.footer-contact-list { list-style:none; padding:0; }
.footer-contact-list li { display:flex; align-items:flex-start; gap:12px; font-size:13.5px; color:rgba(255,255,255,.55); margin-bottom:14px; }
.footer-contact-list li i { color:var(--accent); margin-top:3px; flex-shrink:0; }
.footer-contact-list li a { color:rgba(255,255,255,.55); }
.footer-contact-list li a:hover { color:var(--accent); }
.footer-bottom { margin-top:60px; border-top:1px solid rgba(255,255,255,.06); padding:22px 0; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:12px; }
.footer-bottom p { font-size:13px; color:rgba(255,255,255,.35); margin:0; }
.footer-bottom a { color:var(--accent); }

/* ── Page banner ──────────────────────────────────────────── */
.page-banner { padding:160px 0 80px; position:relative; overflow:hidden; text-align:center; }
.page-banner::before { content:''; position:absolute; inset:0; background:var(--dark); opacity:.6; }
.page-banner .container { position:relative; z-index:2; }
.page-banner p { color:rgba(255,255,255,.7); font-size:15px; margin-top:12px; }
.breadcrumb-wrap { display:flex; align-items:center; justify-content:center; gap:10px; margin-top:16px; }
.breadcrumb-wrap a, .breadcrumb-wrap span { font-size:13px; color:rgba(255,255,255,.55); }
.breadcrumb-wrap a:hover { color:var(--accent); }
.breadcrumb-wrap i { font-size:10px; color:rgba(255,255,255,.3); }

/* ── Form feedback messages ───────────────────────────────── */
.form-success { background:#d4edda; color:#155724; border:1px solid #c3e6cb; padding:12px 16px; border-radius:var(--radius); margin-bottom:16px; font-size:14px; }
.form-error   { background:#f8d7da; color:#721c24; border:1px solid #f5c6cb; padding:12px 16px; border-radius:var(--radius); margin-bottom:16px; font-size:14px; }

/* ═══════════════════════════════════════════════════════════
   MOBILE RESPONSIVE BREAKPOINTS
   ═══════════════════════════════════════════════════════════ */

/* ── Tablet (≤ 991px) ─────────────────────────────────────── */
@media (max-width: 991px) {
  section { padding:70px 0; }
  .container { padding-left:24px; padding-right:24px; }

  /* Nav */
  .nav-links { display:none; }
  .btn-nav-cta { display:none; }
  .nav-brand img { height:56px; }
  #mainNav .container { height:72px; }

  /* Hero */
  .hero-content { padding:120px 0 60px; }
  .hero-grid { display:none; }

  /* About */
  .about-text { padding-left:0; margin-top:40px; }
  .about-imgs { height:360px; }

  /* History */
  .history-photos { height:340px; }

  /* Services */
  .svc-item { flex-direction:column; gap:24px; }
  .svc-item.active { display:flex; }
  .svc-img { width:100%; height:260px; }
  .svc-num { display:none; }

  /* Stats (index) */
  .stats-bar { flex-wrap:wrap; }
  .stat-cell { min-width:50%; border-right:none; border-bottom:1px solid #e4ddd3; }
  .stat-cell:nth-child(odd) { border-right:1px solid #e4ddd3; }

  /* Stats (about page — gold bar) */
  .stat-box { padding:10px 14px; }
  .stat-box h3 { font-size:2.2rem; }

  /* Flagship card */
  .flagship { padding:36px 28px; border-radius:10px; }
  .flagship-img { min-height:220px; }

  /* Programs grid */
  .prog-card { padding:24px; }

  /* Process section */
  .process-step { padding:14px; }

  /* Schools word cloud */
  .wc-1 { font-size:1.6rem; }
  .wc-2 { font-size:1.3rem; }
  .wc-3 { font-size:1.1rem; }
  .wc-4 { font-size:.95rem; }

  /* Newsletter */
  .nl-form { max-width:100%; }

  /* CTA */
  .cta-btns { flex-direction:column; align-items:center; }

  /* MV cards */
  .mv-card { padding:30px 24px; }
}

/* ── Mobile (≤ 767px) ─────────────────────────────────────── */
@media (max-width: 767px) {
  section { padding:60px 0; }
  .container { padding-left:20px; padding-right:20px; }
  .nav-brand img { height:48px; }
  #mainNav .container { height:64px; }
  .hero { min-height:100svh; }
  .hero-content { padding:110px 0 60px; }

  /* Fix Bootstrap row negative gutter overflow */
  .hero .row,
  .about-section .row,
  .history-section .row,
  .services-section .row,
  .schools-section .row { --bs-gutter-x:1.5rem; }

  /* About stacked layout */
  .about-imgs { height:auto; position:static; margin-bottom:30px; }
  .ai1, .ai2 { position:static; width:100%; height:260px; border-radius:12px; margin-bottom:14px; }
  .ai2 { border:none; box-shadow:none; }
  .about-badge { display:none; }
  .about-feats { grid-template-columns:1fr; }
  .about-text { padding-left:0; }
  h2 { font-size:clamp(1.8rem,6vw,3rem); }

  /* History stacked */
  .history-photos { height:auto; position:static; margin-bottom:30px; }
  .hp1, .hp2 { position:static; width:100%; height:240px; border-radius:12px; margin-bottom:14px; }
  .hp2 { border:none; box-shadow:none; }

  /* Stats — index page 2-col grid */
  .stats-bar { display:grid; grid-template-columns:1fr 1fr; border-radius:10px; overflow:hidden; }
  .stat-cell { border-right:1px solid #e4ddd3 !important; border-bottom:1px solid #e4ddd3; }
  .stat-cell:nth-child(even) { border-right:none !important; }

  /* Stats — about page gold bar */
  .stat-box { padding:8px 10px; }
  .stat-box h3 { font-size:1.8rem; }
  .stat-box p { font-size:11px; }

  /* Flagship card — mobile */
  .flagship { padding:28px 20px; border-radius:8px; margin:0; }
  .flagship h2 { font-size:clamp(1.6rem,5vw,2.4rem) !important; }
  .flagship-img { min-height:200px; margin-top:24px; }

  /* Programs grid */
  .prog-card { padding:20px; }

  /* Process section */
  .process-step { padding:10px; }
  .step-num { width:56px; height:56px; font-size:1.4rem; }

  /* Services */
  .svc-tabs { gap:6px; }
  .svc-tabs li button { font-size:12.5px; padding:8px 14px; }
  .svc-img { width:100%; height:220px; }
  .svc-body h3 { font-size:1.6rem; }
  .svc-body p { font-size:14px; }

  /* MV cards stack */
  .mv-card { padding:28px 20px; }

  /* Timeline */
  .timeline { padding-left:32px; }
  .tl-year { font-size:2rem; }

  /* Schools */
  .schools-grid { grid-template-columns:repeat(3,1fr); gap:10px; }
  .school-card { padding:14px 8px; }
  .school-card img { max-height:44px; }

  /* Blog */
  .blog-thumb { height:200px; }

  /* Newsletter */
  .nl-form { flex-direction:column; }
  .nl-form input, .nl-form button { width:100%; text-align:center; }

  /* CTA */
  .cta-content p { font-size:14px; }
  .cta-btns { flex-direction:column; align-items:center; }

  /* Footer */
  .footer-bottom { flex-direction:column; text-align:center; }

  /* Page banner */
  .page-banner { padding:130px 0 60px; }

  /* Social strip */
  .social-icon-link { width:50px; height:50px; font-size:1.2rem; }
}

/* ── Small Mobile (≤ 480px) ───────────────────────────────── */
@media (max-width: 480px) {
  .hero h1 { font-size:clamp(1.5rem,7vw,2.4rem); }
  .hero-btns { flex-direction:column; }
  .btn-main, .btn-outline { text-align:center; width:100%; }

  /* Tighten gutters on tiny screens */
  .row { --bs-gutter-x:1rem; }

  .schools-grid { grid-template-columns:repeat(2,1fr); }

  .svc-tabs { overflow-x:auto; flex-wrap:nowrap; padding-bottom:12px; -webkit-overflow-scrolling:touch; }
  .svc-tabs::-webkit-scrollbar { height:3px; }
  .svc-tabs::-webkit-scrollbar-thumb { background:var(--accent); border-radius:3px; }

  .stat-cell h3 { font-size:1.6rem; }

  /* h2 sizing handled by global clamp rule */
}
