/* ── TOKENS ── */
:root {
  --teal:       #2ABFBF;
  --teal-light: #D4F5EF;
  --teal-pale:  #EEF9F9;
  --sun:        #F5A623;
  --sun-light:  #FFF3D6;
  --navy:       #1A2E4A;
  --rose:       #F76E6E;
  --rose-light: #FFE8E8;
  --cream:      #FFFCF5;
  --soft-grey:  #F4F7F9;
  --body:       #4d6478;
}
#content .section {
    padding-top: 0;
    max-width: 100%;
}
html { scroll-behavior: smooth; }

/* ── SHARED ── */
section { padding: 88px 72px; position: relative; overflow: hidden; }

.badge {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; padding: 7px 18px; border-radius: 100px; margin-bottom: 18px;
}
.badge--teal  { background: var(--teal-light); color: var(--teal); }
.badge--sun   { background: var(--sun-light);  color: #b07000; }
.badge--rose  { background: var(--rose-light); color: var(--rose); }
.badge--navy  { background: rgba(26,46,74,0.1); color: var(--navy); }
.badge--white { background: rgba(255,255,255,0.16); border: 1px solid rgba(255,255,255,0.24); color: #fff; }
.badge--teal-dark { background: rgba(42,191,191,0.14); border: 1px solid rgba(42,191,191,0.25); color: var(--teal); }
.badge-dot { width: 7px; height: 7px; border-radius: 50%; }
.badge-dot--teal { background: var(--teal); }
.badge-dot--sun  { background: var(--sun); }

.section-title {
  font-family: 'Baloo Bhaijaan 2', sans-serif;
  font-size: clamp(28px, 3.8vw, 48px); font-weight: 800;
  line-height: 1.12; margin-bottom: 18px;
}
.section-title .at { color: var(--teal); }
.section-title .as { color: var(--sun); }
.section-title .ar { color: var(--rose); }

.x-row { display: flex; gap: 14px; align-items: center; margin: 8px 0; }
.xm { font-size: 15px; font-weight: 800; opacity: 0.28; }
.xm.t { color: var(--teal); }
.xm.s { color: var(--sun); }
.xm.r { color: var(--rose); }

/* ══════════════════════════════════════════
   HERO
══════════════════════════════════════════ */
.hero {
  min-height: 90vh;
  display: grid; grid-template-columns: 1fr 1fr;
  align-items: center; padding: 0;
}

/* bg rings */
.hero-ring { position: absolute; border-radius: 50%; pointer-events: none; }
.hero-ring.r1 { width: 700px; height: 700px; border: 88px solid rgba(42,191,191,0.06); top: -220px; right: -180px; animation: nlSpin 40s linear infinite; }
.hero-ring.r2 { width: 380px; height: 380px; background: rgba(245,166,35,0.06); bottom: -140px; left: -40px; animation: nlMorph 12s ease-in-out infinite; }
.hero-ring.r3 { width: 160px; height: 160px; background: rgba(42,191,191,0.07); top: 70px; left: 42%; animation: nlMorph 9s 1s ease-in-out infinite; }
.hero-ring.r4 { width: 90px;  height: 90px;  border: 2px dashed rgba(42,191,191,0.2); bottom: 14%; left: 36%; animation: nlSpin 18s linear infinite reverse; }

/* dot grid */
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 28px 28px; pointer-events: none; z-index: 0;
}

.hero-left {
  padding: 80px 52px 80px 72px;
  position: relative; z-index: 2;
}

/* issue tag */
.hero-tag {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(42,191,191,0.16); border: 1.5px solid rgba(42,191,191,0.32);
  color: var(--teal); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  padding: 8px 20px; border-radius: 100px; margin-bottom: 28px;
  animation: nlPopIn 0.6s ease both;
}
.hero-tag-star { font-size: 13px; }

/* big headline */
.hero-headline {
  font-family: 'Baloo Bhaijaan 2', sans-serif;
  font-size: clamp(44px, 5.8vw, 76px); line-height: 1.05;
  font-weight: 800; color: #ffffff; margin-bottom: 8px;
  animation: nlSlideUp 0.7s 0.1s ease both;
}
.hero-headline .h-jan { color: var(--sun); }
.hero-headline .h-feb { color: var(--teal); }

.hero-issue {
  font-family: 'Baloo Bhaijaan 2', sans-serif;
  font-size: clamp(13px, 1.5vw, 17px); font-weight: 700;
  color: rgb(0 0 0 / 69%); letter-spacing: 4px; text-transform: uppercase;
  margin-bottom: 28px;
  animation: nlSlideUp 0.7s 0.16s ease both;
}

.hero-sub {
  font-size: 17px; color: rgb(0 0 0 / 69%);
  line-height: 1.82; max-width: 420px; margin-bottom: 44px;
  animation: nlSlideUp 0.7s 0.22s ease both;
}

/* stat chips */
.hero-chips {
  display: flex; gap: 12px; flex-wrap: wrap;
  animation: nlSlideUp 0.7s 0.3s ease both;
}
.hero-chip {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px; padding: 4px 0px;
}
.hero-chip-icon { font-size: 18px; }
.hero-chip-label { font-size: 13px; font-weight: 600; color: rgb(0 0 0 / 75%); }

/* hero right — circular composition */
.hero-right {
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: center;
  padding: 60px 40px;
}
.hrc { position: relative; width: 400px; height: 440px; }

.hrc-main {
  position: absolute; width: 300px; height: 300px; border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), #1da0a0);
  top: 70px; left: 50px;
  box-shadow: 0 28px 72px rgba(42,191,191,0.4);
  display: flex; align-items: center; justify-content: center;
  font-size: 90px;
  animation: nlFloat 5s ease-in-out infinite;
}
.hrc-sun {
  position: absolute; width: 90px; height: 90px; border-radius: 50%;
  background: var(--sun); top: 10px; right: 30px;
  box-shadow: 0 10px 28px rgba(245,166,35,0.44);
  animation: nlFloat 4s 0.5s ease-in-out infinite;
}
.hrc-rose {
  position: absolute; width: 60px; height: 60px; border-radius: 50%;
  background: var(--rose); bottom: 68px; left: 10px;
  box-shadow: 0 8px 22px rgba(247,110,110,0.38);
  animation: nlFloat 6s 1s ease-in-out infinite;
}
.hrc-ring-sm {
  position: absolute; width: 130px; height: 130px;
  border: 3px dashed rgba(255,255,255,0.14); border-radius: 50%;
  bottom: 20px; right: 20px;
  animation: nlSpin 14s linear infinite;
}

.hrc-card {
  position: absolute; background: #fff; border-radius: 22px;
  padding: 16px 20px; box-shadow: 0 16px 44px rgba(0,0,0,0.2);
}
.hrc-card.top { top: 0; left: 0; width: 156px; animation: nlFloat 4.5s 0.3s ease-in-out infinite; }
.hrc-card.btm { bottom: 0; right: 0; width: 168px; animation: nlFloat 4.8s 0.8s ease-in-out infinite; }
.hrc-card-icon { font-size: 24px; margin-bottom: 5px; }
.hrc-card-lbl { font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--teal); }
.hrc-card-val { font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: 22px; font-weight: 800; color: var(--navy); line-height: 1.1; }
.hrc-card-sub { font-size: 11px; color: #aaa; margin-top: 2px; }

.hrc-x { position: absolute; font-size: 16px; font-weight: 800; opacity: 0.4; line-height: 1; }
.hrc-x.x1 { color: var(--sun); bottom: 120px; right: 14px; }
.hrc-x.x2 { color: #fff; top: 36px; right: 118px; font-size: 12px; }
.hrc-x.x3 { color: rgba(255,255,255,0.5); bottom: 30px; left: 134px; }

/* ══════════════════════════════════════════
   DIRECTOR — Emma
══════════════════════════════════════════ */
.director-sec { background: var(--navy); }

.dir-deco { position: absolute; border-radius: 50%; pointer-events: none; }
.dir-deco.d1 { width: 380px; height: 380px; border: 48px solid rgba(42,191,191,0.07); top: -110px; left: -100px; }
.dir-deco.d2 { width: 200px; height: 200px; background: rgba(245,166,35,0.05); bottom: -60px; right: 8%; }

.dir-grid {
  display: grid; grid-template-columns: 1fr 1.3fr;
  gap: 68px; align-items: center; position: relative; z-index: 1;max-width: 1358px;
    margin: 0 auto;
}

.dir-quote-mark {
  font-family: 'Baloo Bhaijaan 2', sans-serif;
  font-size: 110px; line-height: 0.75; color: var(--teal);
  opacity: 0.22; display: block; margin-bottom: -14px;
}
blockquote.dir-quote {
  font-family: 'Baloo Bhaijaan 2', sans-serif;
  font-size: clamp(16px, 1.9vw, 24px);
  color: #ffffff; line-height: 1.65; font-weight: 600;
  border-left: 4px solid var(--teal); padding-left: 22px; margin-bottom: 28px;
}

.dir-persona { display: flex; align-items: center; gap: 14px; padding-left: 22px; margin-bottom: 6px; }
.dir-avatar {
  width: 52px; height: 52px; border-radius: 50%;
  background: linear-gradient(135deg, var(--teal), var(--teal-light));
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; flex-shrink: 0; box-shadow: 0 4px 16px rgba(42,191,191,0.35);
}
.dir-name strong { display: block; color: #fff; font-size: 15px; font-weight: 700; }
.dir-name span   { color: rgba(255,255,255,0.46); font-size: 13px; }
.dir-email {
  display: inline-block; margin-top: 12px; margin-left: 22px;
  background: rgba(42,191,191,0.14); color: var(--teal);
  font-size: 12px; font-weight: 700; padding: 7px 16px;
  border-radius: 100px; text-decoration: none; border: 1px solid rgba(42,191,191,0.28);
}

.dir-body { color: rgba(255,255,255,0.68); font-size: 15.5px; line-height: 1.9; }
.dir-body p + p { margin-top: 16px; }

/* ══════════════════════════════════════════
   TEAM — 3 cards
══════════════════════════════════════════ */
.team-sec { background: var(--soft-grey); }

.team-bg-blob {
  position: absolute; width: 480px; height: 480px; border-radius: 50%;
  background: var(--teal-light); top: -200px; left: 50%;
  transform: translateX(-50%); opacity: 0.4; pointer-events: none;
}
.team-header { text-align: center; margin-bottom: 52px; position: relative; z-index: 1; }
.team-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 22px; position: relative; z-index: 1;max-width: 1358px;
    margin: 0 auto;
}

.team-card {
  background: #fff; border-radius: 28px; overflow: hidden;
  box-shadow: 0 4px 22px rgba(26,46,74,0.07);
  display: flex; flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team-card:hover { transform: translateY(-8px); box-shadow: 0 22px 52px rgba(26,46,74,0.13); }

.team-card-top { padding: 30px 26px 22px; position: relative; }
.team-card:nth-child(1) .team-card-top { background: linear-gradient(135deg, var(--teal-light), #fff); }
.team-card:nth-child(2) .team-card-top { background: linear-gradient(135deg, var(--sun-light), #fff); }
.team-card:nth-child(3) .team-card-top { background: linear-gradient(135deg, var(--rose-light), #fff); }

.team-emoji {
  width: 60px; height: 60px; border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; margin-bottom: 14px;
  transition: transform 0.3s cubic-bezier(.22,.68,0,1.5);
}
.team-card:hover .team-emoji { transform: scale(1.12) rotate(-5deg); }
.team-card:nth-child(1) .team-emoji { background: var(--teal); }
.team-card:nth-child(2) .team-emoji { background: var(--sun); }
.team-card:nth-child(3) .team-emoji { background: var(--rose); }

.team-role { font-size: 9.5px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 4px; }
.team-card:nth-child(1) .team-role { color: var(--teal); }
.team-card:nth-child(2) .team-role { color: #b07000; }
.team-card:nth-child(3) .team-role { color: var(--rose); }
.team-name { font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: 22px; font-weight: 800; color: var(--navy); }

.team-body { padding: 18px 26px 20px; font-size: 14px; line-height: 1.85; color: var(--body); flex: 1; }
.team-body p + p { margin-top: 10px; }

.team-footer { padding: 14px 26px; border-top: 1px solid #f0f0f0; }
.team-email {
  font-size: 12px; font-weight: 700; text-decoration: none;
  display: inline-flex; align-items: center; gap: 5px;
}
.team-email::before { content: '→'; font-size: 13px; }
.team-card:nth-child(1) .team-email { color: var(--teal); }
.team-card:nth-child(2) .team-email { color: #b07000; }
.team-card:nth-child(3) .team-email { color: var(--rose); }

/* ══════════════════════════════════════════
   PRESCHOOL PROGRAM
══════════════════════════════════════════ */
.preschool-sec { background: var(--cream); }

.ps-bg-ring { position: absolute; border-radius: 50%; pointer-events: none; }
.ps-bg-ring.ps1 { width: 460px; height: 460px; background: radial-gradient(ellipse, rgba(42,191,191,0.07) 0%, transparent 68%); top: -140px; right: -100px; }
.ps-bg-ring.ps2 { width: 300px; height: 300px; background: radial-gradient(ellipse, rgba(245,166,35,0.07) 0%, transparent 68%); bottom: -80px; left: -60px; }

.ps-grid {
  display: grid; grid-template-columns: 1.1fr 0.9fr;
  gap: 60px; align-items: start; position: relative; z-index: 1;max-width: 1358px;
    margin: 0 auto;
}

.ps-left {}
.ps-body { font-size: 15.5px; color: var(--body); line-height: 1.9; margin-bottom: 28px; }
.ps-body p + p { margin-top: 14px; }

/* hours visual bar */
.ps-hours {
  background: var(--navy); border-radius: 22px; padding: 28px 30px; margin-bottom: 24px;
  position: relative; overflow: hidden;
}
.ps-hours::before {
  content: ''; position: absolute; width: 160px; height: 160px; border-radius: 50%;
  background: rgba(42,191,191,0.07); top: -55px; right: -40px; pointer-events: none;
}
.ps-hours-title { font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: 15px; font-weight: 800; color: #fff; margin-bottom: 18px; display: flex; align-items: center; gap: 8px; }
.ps-hbar-row { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.ps-hbar-label { font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.55); width: 80px; flex-shrink: 0; text-align: right; }
.ps-hbar-track { flex: 1; height: 10px; background: rgba(255,255,255,0.08); border-radius: 100px; overflow: hidden; }
.ps-hbar-fill { height: 100%; border-radius: 100px; animation: nlBarGrow 1.4s 0.3s ease both; }
.ps-hbar-fill--c { width: 100%; background: linear-gradient(to right, var(--sun), #ffc056); }
.ps-hbar-fill--p { width: 67%;  background: linear-gradient(to right, var(--teal), #5dd5d5); }
.ps-hbar-val { font-size: 11.5px; font-weight: 700; color: #fff; white-space: nowrap; flex-shrink: 0; }

/* checklist */
.ps-checks { display: flex; flex-direction: column; gap: 10px; }
.ps-check { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--body); line-height: 1.65; }
.ps-check-dot {
  width: 22px; height: 22px; border-radius: 8px;
  background: var(--teal-light); color: var(--teal);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 700; flex-shrink: 0; margin-top: 1px;
}

/* right col — feature cards stack */
.ps-features { display: flex; flex-direction: column; gap: 14px; }
.ps-feat {
  background: #fff; border-radius: 20px; padding: 18px 20px;
  display: flex; align-items: flex-start; gap: 13px;
  border-left: 4px solid transparent;
  box-shadow: 0 4px 18px rgba(26,46,74,0.06);
  transition: border-color 0.22s, transform 0.22s, box-shadow 0.22s;
}
.ps-feat:hover { transform: translateX(5px); box-shadow: 0 8px 28px rgba(26,46,74,0.1); }
.ps-feat:nth-child(1):hover { border-left-color: var(--teal); }
.ps-feat:nth-child(2):hover { border-left-color: var(--sun); }
.ps-feat:nth-child(3):hover { border-left-color: var(--rose); }
.ps-feat:nth-child(4):hover { border-left-color: var(--navy); }

.ps-feat-icon {
  width: 44px; height: 44px; border-radius: 13px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center; font-size: 20px;
  transition: transform 0.3s cubic-bezier(.22,.68,0,1.5);
}
.ps-feat:hover .ps-feat-icon { transform: scale(1.12) rotate(-5deg); }
.ps-feat:nth-child(1) .ps-feat-icon { background: var(--teal-light); }
.ps-feat:nth-child(2) .ps-feat-icon { background: var(--sun-light); }
.ps-feat:nth-child(3) .ps-feat-icon { background: var(--rose-light); }
.ps-feat:nth-child(4) .ps-feat-icon { background: var(--teal-pale); }

.ps-feat-title { font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: 15px; font-weight: 800; color: var(--navy); line-height: 1.2; margin-bottom: 3px; }
.ps-feat-desc  { font-size: 13px; color: var(--body); line-height: 1.6; }

/* ══════════════════════════════════════════
   EXCURSIONS — teal bg
══════════════════════════════════════════ */
.excursions-sec { background: var(--teal); }

.exc-ring { position: absolute; border-radius: 50%; pointer-events: none; }
.exc-ring.er1 { width: 560px; height: 560px; border: 65px solid rgba(255,255,255,0.07); top: -200px; right: -170px; animation: nlSpin 36s linear infinite; }
.exc-ring.er2 { width: 280px; height: 280px; border: 32px solid rgba(255,255,255,0.06); bottom: -100px; left: -60px; }

.exc-grid {
  display: grid; grid-template-columns: 1.2fr 1fr;
  gap: 68px; align-items: center; position: relative; z-index: 1;max-width: 1358px;
    margin: 0 auto;
}

.exc-body { font-size: 15.5px; color: rgba(255,255,255,0.82); line-height: 1.9; margin-bottom: 28px; }

/* destination cards */
.exc-destinations { display: flex; flex-direction: column; gap: 12px; margin-bottom: 28px; }
.exc-dest {
  background: rgba(255,255,255,0.16); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.26); border-radius: 16px;
  padding: 16px 20px; display: flex; align-items: center; gap: 14px;
  transition: background 0.22s, transform 0.22s;
}
.exc-dest:hover { background: rgba(255,255,255,0.26); transform: translateX(5px); }
.exc-dest-icon {
  width: 44px; height: 44px; border-radius: 13px;
  background: rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0;
}
.exc-dest-name { font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: 14.5px; font-weight: 700; color: #fff; }
.exc-dest-type { font-size: 12px; color: rgba(255,255,255,0.6); margin-top: 2px; }

/* incursion card-grid */
.exc-incursions { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.exc-incl-card {
  background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.2);
  border-radius: 18px; padding: 20px 18px; text-align: center;
  transition: background 0.22s, transform 0.22s;
}
.exc-incl-card:hover { background: rgba(255,255,255,0.24); transform: translateY(-4px); }
.exc-incl-icon { font-size: 32px; display: block; margin-bottom: 8px; }
.exc-incl-label { font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: 13px; font-weight: 700; color: #fff; }

/* ══════════════════════════════════════════
   IMPORTANT INFO — 2-col cards
══════════════════════════════════════════ */
.info-sec { background: var(--soft-grey); }

.info-bg-blob { position: absolute; width: 440px; height: 440px; border-radius: 50%; background: var(--teal-light); top: -180px; right: -100px; opacity: 0.4; pointer-events: none; }

.info-header { text-align: center; margin-bottom: 52px; position: relative; z-index: 1; }

.info-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 22px; position: relative; z-index: 1;max-width: 1358px;
    margin: 0 auto;
}

.info-card {
  background: #fff; border-radius: 26px; overflow: hidden;
  box-shadow: 0 4px 20px rgba(26,46,74,0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.info-card:hover { transform: translateY(-6px); box-shadow: 0 20px 48px rgba(26,46,74,0.12); }

.info-card-bar { height: 5px; }
.info-card--teal  .info-card-bar { background: linear-gradient(to right, var(--teal), #5dd5d5); }
.info-card--sun   .info-card-bar { background: linear-gradient(to right, var(--sun), #ffc056); }
.info-card--rose  .info-card-bar { background: linear-gradient(to right, var(--rose), #ff9595); }
.info-card--navy  .info-card-bar { background: linear-gradient(to right, var(--navy), #2d4d7a); }

.info-card-body { padding: 28px 28px 24px; }
.info-card-head { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 18px; }
.info-card-icon {
  width: 48px; height: 48px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0;
  transition: transform 0.3s cubic-bezier(.22,.68,0,1.5);
}
.info-card:hover .info-card-icon { transform: scale(1.1) rotate(-5deg); }
.info-card--teal  .info-card-icon { background: var(--teal-light); }
.info-card--sun   .info-card-icon { background: var(--sun-light); }
.info-card--rose  .info-card-icon { background: var(--rose-light); }
.info-card--navy  .info-card-icon { background: var(--teal-pale); }

.info-card-kicker { font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; display: block; margin-bottom: 3px; }
.info-card--teal  .info-card-kicker { color: var(--teal); }
.info-card--sun   .info-card-kicker { color: #b07000; }
.info-card--rose  .info-card-kicker { color: var(--rose); }
.info-card--navy  .info-card-kicker { color: var(--teal); }
.info-card-title { font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: 18px; font-weight: 800; color: var(--navy); line-height: 1.2; }

.info-card-text { font-size: 14px; color: var(--body); line-height: 1.85; }
.info-card-text p + p { margin-top: 12px; }
.info-card-text strong { color: var(--navy); font-weight: 700; }

.info-card-chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 12px; font-weight: 700; padding: 6px 14px;
  border-radius: 100px; margin-top: 18px;
  animation: nlPulse 3s 1.5s ease-in-out infinite;
}
.info-card--sun  .info-card-chip { background: var(--sun-light); color: #b07000; }
.info-card--rose .info-card-chip { background: var(--rose-light); color: #c03030; }

/* ══════════════════════════════════════════
   GOOGLE REVIEW CTA + FIRST AID HIGHLIGHT
══════════════════════════════════════════ */
.cta-highlight-sec { background: var(--navy); }

.cta-hl-ring { position: absolute; border-radius: 50%; pointer-events: none; }
.cta-hl-ring.ch1 { width: 420px; height: 420px; border: 54px solid rgba(42,191,191,0.07); top: -130px; right: -100px; animation: nlSpin 32s linear infinite; }
.cta-hl-ring.ch2 { width: 180px; height: 180px; background: rgba(245,166,35,0.06); bottom: -60px; left: 5%; }

.cta-hl-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 32px; position: relative; z-index: 1;max-width: 1358px;
    margin: 0 auto;
}

/* review card */
.review-card {
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.11);
  border-radius: 28px; padding: 38px 36px;
  position: relative; overflow: hidden;
  transition: background 0.22s;
}
.review-card:hover { background: rgba(255,255,255,0.1); }
.review-card::after {
  content: '★';
  position: absolute; font-size: 120px; color: rgba(245,166,35,0.07);
  bottom: -20px; right: -10px; line-height: 1; pointer-events: none;
}

.review-stars { display: flex; gap: 4px; margin-bottom: 16px; }
.review-star { font-size: 22px; color: var(--sun); animation: nlStarPop 0.4s ease both; }
.review-star:nth-child(1) { animation-delay: 0.1s; }
.review-star:nth-child(2) { animation-delay: 0.2s; }
.review-star:nth-child(3) { animation-delay: 0.3s; }
.review-star:nth-child(4) { animation-delay: 0.4s; }
.review-star:nth-child(5) { animation-delay: 0.5s; }

.review-title { font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 12px; line-height: 1.2; }
.review-body { font-size: 14.5px; color: rgba(255,255,255,0.65); line-height: 1.82; margin-bottom: 26px; }

/* QR placeholder */
.qr-placeholder {
  width: 80px; height: 80px; border-radius: 14px;
  background: rgba(255,255,255,0.12); border: 2px dashed rgba(255,255,255,0.2);
  display: flex; align-items: center; justify-content: center; font-size: 36px;
  margin-bottom: 14px;
}
.qr-label { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.5); line-height: 1.5; }

/* first aid card */
.firstaid-card {
  background: linear-gradient(145deg, var(--teal) 0%, #1da0a0 100%);
  border-radius: 28px; padding: 38px 36px;
  position: relative; overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.firstaid-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(42,191,191,0.32); }
.firstaid-card::before {
  content: ''; position: absolute; width: 200px; height: 200px; border-radius: 50%;
  background: rgba(255,255,255,0.08); top: -60px; right: -50px;
  animation: nlMorph 9s ease-in-out infinite; pointer-events: none;
}
.firstaid-card::after {
  content: ''; position: absolute; width: 100px; height: 100px; border-radius: 50%;
  border: 2px dashed rgba(255,255,255,0.16); bottom: 20px; left: 20px;
  animation: nlSpin 14s linear infinite; pointer-events: none;
}

.fa-icon-wrap {
  width: 64px; height: 64px; border-radius: 20px;
  background: rgba(255,255,255,0.18);
  display: flex; align-items: center; justify-content: center;
  font-size: 30px; margin-bottom: 18px;
  transition: transform 0.3s cubic-bezier(.22,.68,0,1.5);
}
.firstaid-card:hover .fa-icon-wrap { transform: scale(1.1) rotate(-5deg); }

.fa-title { font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: 22px; font-weight: 800; color: #fff; margin-bottom: 12px; line-height: 1.2; }
.fa-body { font-size: 14.5px; color: rgba(255,255,255,0.82); line-height: 1.82; margin-bottom: 24px; }

.fa-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.fa-tag {
  background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.26);
  color: #fff; font-size: 12px; font-weight: 700;
  padding: 5px 14px; border-radius: 100px;
}

/* ══════════════════════════════════════════
   COMPLIANCE & OWNA — alternating highlight
══════════════════════════════════════════ */
.compliance-sec { background: var(--cream); }

.comp-bg-ring { position: absolute; border-radius: 50%; pointer-events: none; }
.comp-bg-ring.c1 { width: 360px; height: 360px; background: radial-gradient(ellipse, rgba(42,191,191,0.07) 0%, transparent 68%); top: -100px; left: -80px; }
.comp-bg-ring.c2 { width: 280px; height: 280px; background: radial-gradient(ellipse, rgba(245,166,35,0.07) 0%, transparent 68%); bottom: -70px; right: -60px; }

.comp-intro { max-width: 700px; margin: 0 auto 56px; text-align: center; position: relative; z-index: 1; }
.comp-intro p { font-size: 16px; color: var(--body); line-height: 1.9; }

.comp-cards {
  display: grid; grid-template-columns: repeat(3,1fr);
  gap: 20px; position: relative; z-index: 1;max-width: 1358px;
    margin: 0 auto;
}
.comp-card {
  border-radius: 26px; padding: 34px 28px;
  min-height: 250px; display: flex; flex-direction: column;
  position: relative; overflow: hidden;
  transition: transform 0.3s cubic-bezier(.22,.68,0,1.2);
}
.comp-card:hover { transform: translateY(-7px) rotate(-0.3deg); }

.comp-card.cc1 { background: var(--teal); }
.comp-card.cc2 { background: var(--navy); }
.comp-card.cc3 { background: var(--sun); }

.comp-card-bg {
  position: absolute; font-size: 100px; top: -10px; right: -5px;
  opacity: 0.1; line-height: 1; pointer-events: none; user-select: none;
}
.comp-card-x { position: absolute; bottom: 14px; right: 18px; font-size: 11px; font-weight: 800; color: rgba(255,255,255,0.22); letter-spacing: 5px; }
.comp-card-icon { font-size: 38px; margin-bottom: 16px; display: block; }
.comp-card-lbl { font-size: 9.5px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: rgba(255,255,255,0.58); margin-bottom: 6px; }
.comp-card-title { font-family: 'Baloo Bhaijaan 2', sans-serif; font-size: 19px; font-weight: 800; color: #fff; line-height: 1.25; margin-bottom: 10px; }
.comp-card-body { font-size: 13.5px; color: rgba(255,255,255,0.76); line-height: 1.75; flex: 1; }

/* ══════════════════════════════════════════
   CLOSING
══════════════════════════════════════════ */
.closing-sec {
  background: var(--navy); text-align: center;
  padding: 116px 60px; position: relative; overflow: hidden;
}
.close-ring { position: absolute; border-radius: 50%; pointer-events: none; }
.close-ring.cr1 { width: 600px; height: 600px; border: 78px solid rgba(42,191,191,0.06); top: -210px; left: -160px; animation: nlSpin 44s linear infinite; }
.close-ring.cr2 { width: 380px; height: 380px; border: 48px solid rgba(245,166,35,0.07); bottom: -150px; right: -90px; }
.close-ring.cr3 { width: 200px; height: 200px; background: rgba(42,191,191,0.05); top: 30%; right: 4%; border-radius: 50%; animation: nlMorph 11s ease-in-out infinite; }

.close-dots {
  position: absolute; inset: 0;
  background-image: radial-gradient(circle, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 26px 26px; pointer-events: none; z-index: 0;
}

.close-inner { position: relative; z-index: 2; }
.close-emoji { font-size: 54px; display: block; margin-bottom: 18px; }

.close-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(245,166,35,0.16); border: 1px solid rgba(245,166,35,0.28);
  color: var(--sun); font-size: 11px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  padding: 8px 20px; border-radius: 100px; margin-bottom: 24px;
}
.close-eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sun); animation: nlBlink 1.5s ease-in-out infinite; }

.close-title {
  font-family: 'Baloo Bhaijaan 2', sans-serif;
  font-size: clamp(32px, 5vw, 60px); font-weight: 800;
  color: #fff; line-height: 1.1; max-width: 740px; margin: 0 auto 18px;
}
.close-title .act { color: var(--sun); }
.close-title .act2 { color: var(--teal); }

.close-sub {
  font-size: 17px; color: rgba(255,255,255,0.5);
  max-width: 460px; margin: 0 auto 52px; line-height: 1.8;
}

.contact-pills { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.contact-pill {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 100px; padding: 13px 24px;
  color: rgba(255,255,255,0.75); font-size: 14px; font-weight: 600;
  text-decoration: none; transition: background 0.2s, color 0.2s;
}
.contact-pill:hover { background: rgba(255,255,255,0.15); color: #fff; }
.pill-icon { font-size: 16px; }

/* ══════════════════════════════════════════
   KEYFRAMES
══════════════════════════════════════════ */
@keyframes nlPopIn    { from { opacity:0; transform:scale(0.8); }     to { opacity:1; transform:scale(1); } }
@keyframes nlSlideUp  { from { opacity:0; transform:translateY(26px);} to { opacity:1; transform:translateY(0); } }
@keyframes nlFloat    { 0%,100% { transform:translateY(0); } 50% { transform:translateY(-12px); } }
@keyframes nlSpin     { from { transform:rotate(0deg); } to { transform:rotate(360deg); } }
@keyframes nlMorph    { 0%,100% { border-radius:60% 40% 55% 45%/50% 60% 40% 50%; } 50% { border-radius:40% 60% 45% 55%/60% 40% 60% 40%; } }
@keyframes nlBarGrow  { from { width:0 !important; } }
@keyframes nlPulse    { 0%,100% { box-shadow:0 4px 14px rgba(0,0,0,0.12); } 50% { box-shadow:0 6px 22px rgba(0,0,0,0.2); transform:scale(1.04); } }
@keyframes nlStarPop  { from { opacity:0; transform:scale(0.5) rotate(-20deg); } to { opacity:1; transform:scale(1) rotate(0deg); } }
@keyframes nlBlink    { 0%,100%{ opacity:1; } 50%{ opacity:0.3; } }
.reveal { animation: nlSlideUp 0.7s ease both; }
.reveal-d1 { animation-delay: 0.1s; }
.reveal-d2 { animation-delay: 0.2s; }
.reveal-d3 { animation-delay: 0.3s; }

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media (max-width: 1024px) {
  section { padding: 70px 40px; }
  .ps-grid, .exc-grid, .cta-hl-grid { grid-template-columns: 1fr; gap: 38px; }
  .info-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .comp-cards { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  section { padding: 58px 28px; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-right { display: none; }
  .hero-left { padding: 68px 28px 58px; }
  .dir-grid { grid-template-columns: 1fr; gap: 36px; }
  .team-grid { grid-template-columns: 1fr; }
  .comp-cards { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr 1fr; padding: 50px 28px 36px; gap: 32px; }
  .footer-bottom { padding: 18px 28px; }
  .closing-sec { padding: 80px 28px; }
}
@media (max-width: 520px) {
  section { padding: 48px 16px; }
  .hero-left { padding: 52px 16px 44px; }
  .hero-chips { flex-wrap: wrap; gap: 10px; }
  .exc-incursions { grid-template-columns: 1fr 1fr; }
  .contact-pills { flex-direction: column; align-items: center; }
  .footer-inner { grid-template-columns: 1fr; }
  .cta-hl-grid { grid-template-columns: 1fr; }
  .closing-sec { padding: 64px 16px; }
  .section-title { font-size: 26px; }
}

/* ── CMS overrides ── */
#banner { display: none; }
#content .section { padding-top: 0; }
@media only screen and (max-width: 767px) {
  #content .section { padding-top: 0 !important; padding-left: 0; padding-right: 0; }
}