@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@600;700;800&display=swap');
:root{--navy:#071d3f;--navy2:#0c2f66;--blue:#145ee8;--teal:#11a7a0;--green:#13a05a;--gold:#f2a516;--ink:#10213a;--muted:#66758c;--line:#e5ebf3;--bg:#f6f9fd;--white:#fff;--radius:20px;--shadow:0 16px 40px rgba(12,43,91,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}.site-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.school-topbar{background:#061a38;color:#dbe8ff;font-size:13px}.topbar-inner{height:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}.topbar-inner span{display:flex;gap:8px;align-items:center}.topbar-contact{display:flex;gap:22px}.site-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.nav-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}.school-brand{display:flex;align-items:center;gap:12px;min-width:245px}.crest{width:48px;height:48px;border:2px solid var(--navy2);border-radius:14px;display:grid;place-items:center;color:var(--navy2);font-size:21px}.school-brand strong{display:block;font-family:Manrope,sans-serif;color:var(--navy);font-size:20px;line-height:1.05}.school-brand span{display:block;font-size:12px;color:#536176;margin-top:3px}.desktop-nav{display:flex;gap:24px;align-items:center;font-size:13px;font-weight:600}.desktop-nav a{padding:29px 0 25px;border-bottom:3px solid transparent}.desktop-nav a:hover,.desktop-nav a.active{color:var(--blue);border-bottom-color:var(--blue)}.nav-actions{display:flex;gap:10px}.btn-primary-school,.btn-light-school,.btn-ghost{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:11px;font-weight:700;font-size:13px;padding:13px 18px;transition:.2s}.btn-primary-school{background:var(--blue);color:#fff;box-shadow:0 10px 24px rgba(20,94,232,.22)}.btn-primary-school:hover{background:#0c4ed0;color:#fff;transform:translateY(-1px)}.btn-light-school{background:#fff;color:var(--navy);border:1px solid rgba(255,255,255,.35)}.btn-ghost{border:1px solid #cfd8e6;color:var(--navy);background:#fff}.hero-section{position:relative;min-height:590px;background:linear-gradient(90deg,rgba(4,24,56,.97) 0%,rgba(5,34,73,.84) 48%,rgba(6,34,73,.28) 100%),url('../images/carousel1.jpg') center/cover no-repeat;display:flex;align-items:center}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center;padding:76px 0}.hero-copy{color:#fff}.eyebrow{display:inline-block;font-size:12px;font-weight:800;letter-spacing:.13em;color:var(--teal);margin-bottom:16px}.hero-copy h1{font-family:Manrope,sans-serif;font-size:58px;line-height:1.03;margin:0 0 22px;letter-spacing:-2px}.hero-copy p{font-size:17px;line-height:1.7;max-width:630px;color:#dbe6f8}.hero-actions{display:flex;gap:12px;margin-top:30px}.hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:14px}.stat-card{background:rgba(255,255,255,.96);border-radius:16px;padding:20px;display:flex;align-items:center;gap:14px;box-shadow:0 20px 60px rgba(2,16,37,.18)}.stat-icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;color:#fff;font-size:18px;flex:0 0 auto}.stat-icon.teal{background:var(--teal)}.stat-icon.blue{background:var(--blue)}.stat-icon.green{background:var(--green)}.stat-icon.gold{background:var(--gold)}.stat-card small,.stat-card span{display:block}.stat-card small{font-size:11px;color:#738198}.stat-card strong{font-size:26px;color:var(--navy);display:block;line-height:1.1;margin:2px 0}.stat-card span{font-size:10px;color:#78859a}.section-block{padding:88px 0}.academics-section{background:var(--bg)}.section-heading{margin-bottom:36px}.section-heading.centered{text-align:center;max-width:760px;margin-left:auto;margin-right:auto}.section-heading h2,.experience-copy h2,.admissions-card h2{font-family:Manrope,sans-serif;font-size:38px;line-height:1.18;margin:0 0 12px;color:var(--navy)}.section-heading p,.experience-copy p{color:var(--muted);line-height:1.7;margin:0}.academic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.academic-card{background:#fff;border:1px solid #e6edf6;border-radius:18px;padding:26px;box-shadow:var(--shadow);min-height:300px;display:flex;flex-direction:column}.academic-icon{width:50px;height:50px;border-radius:14px;background:#edf4ff;color:var(--blue);display:grid;place-items:center;font-size:20px;margin-bottom:22px}.academic-card>span{font-size:11px;font-weight:800;color:var(--teal);text-transform:uppercase;letter-spacing:.08em}.academic-card h3{font-family:Manrope,sans-serif;font-size:21px;margin:8px 0 10px}.academic-card p{color:var(--muted);font-size:13px;line-height:1.65;flex:1}.academic-card a{font-size:12px;font-weight:800;color:var(--blue);margin-top:16px}.experience-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.experience-image img{width:100%;height:470px;object-fit:cover;border-radius:24px;box-shadow:var(--shadow)}.feature-list{display:grid;gap:16px;margin-top:28px}.feature-list div{display:flex;gap:12px;align-items:flex-start}.feature-list i{color:var(--green);margin-top:4px}.feature-list span{color:#536176;line-height:1.55;font-size:14px}.feature-list strong{color:var(--ink)}.admissions-section{padding-top:10px}.admissions-card{background:linear-gradient(115deg,#08275a,#1259d7);color:#fff;border-radius:26px;padding:44px;display:grid;grid-template-columns:1.1fr 1.45fr auto;gap:36px;align-items:center}.admissions-card h2{color:#fff;font-size:31px}.admissions-card p{color:#dce8ff;margin:0;line-height:1.6}.light-eye{color:#7ae1dc}.admission-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.admission-steps div{text-align:center;padding:12px}.admission-steps span{width:34px;height:34px;border-radius:50%;background:#fff;color:var(--blue);display:grid;place-items:center;margin:0 auto 8px;font-weight:800}.admission-steps strong,.admission-steps small{display:block}.admission-steps strong{font-size:12px}.admission-steps small{font-size:10px;color:#ccdbf4;margin-top:3px}.news-section{background:#fff}.split-heading{display:flex;justify-content:space-between;align-items:end}.split-heading a{font-size:12px;font-weight:800;color:var(--blue)}.news-grid{display:grid;grid-template-columns:1fr 1fr .9fr;gap:18px}.news-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 10px 28px rgba(13,39,80,.05)}.news-card img{width:100%;height:190px;object-fit:cover}.news-card div{padding:22px}.news-card div>span{font-size:11px;color:var(--teal);font-weight:800;text-transform:uppercase}.news-card h3{font-size:18px;margin:8px 0}.news-card p{font-size:13px;line-height:1.6;color:var(--muted)}.news-card small{color:#8b97a8}.event-list{border:1px solid var(--line);border-radius:18px;padding:8px 20px;background:#f9fbfe}.event-item{display:flex;gap:14px;padding:20px 0;border-bottom:1px solid var(--line);align-items:center}.event-item:last-child{border-bottom:0}.event-date{width:52px;height:56px;border-radius:12px;background:#eef4ff;display:grid;place-items:center;color:var(--blue);line-height:1}.event-date strong{font-size:19px}.event-date span{font-size:9px;font-weight:800}.event-item>div:last-child strong,.event-item>div:last-child span{display:block}.event-item>div:last-child strong{font-size:13px}.event-item>div:last-child span{font-size:11px;color:var(--muted);margin-top:5px}.portal-section{background:var(--bg)}.portal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.portal-grid a{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;display:flex;flex-direction:column;align-items:flex-start;min-height:190px;box-shadow:var(--shadow);transition:.2s}.portal-grid a:hover{transform:translateY(-4px);border-color:#bfd2f5}.portal-grid i{font-size:24px;color:var(--blue);margin-bottom:24px}.portal-grid strong{font-size:16px}.portal-grid span{font-size:12px;color:var(--muted);line-height:1.6;margin-top:8px}.site-footer{background:#071b3b;color:#c8d6eb;padding:58px 0 20px}.footer-grid{display:grid;grid-template-columns:1.5fr .8fr .9fr 1.4fr;gap:50px}.footer-grid h4{font-size:13px;color:#fff;margin-bottom:18px}.footer-grid a,.footer-grid p{display:block;color:#bdcce1;font-size:12px;line-height:1.8;margin:0 0 7px}.footer-brand .crest{border-color:#fff;color:#fff}.footer-brand strong{color:#fff}.footer-brand span{color:#c8d6eb}.footer-brand-block>p{margin:20px 0}.social-row{display:flex;gap:10px}.social-row a{width:34px;height:34px;border:1px solid #2b4671;border-radius:50%;display:grid;place-items:center}.footer-bottom{border-top:1px solid #203b65;margin-top:42px;padding-top:18px;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:#8fa4c4}
@media(max-width:1080px){.desktop-nav{display:none}.hero-grid{grid-template-columns:1fr}.hero-stats{max-width:720px}.academic-grid,.portal-grid{grid-template-columns:1fr 1fr}.news-grid{grid-template-columns:1fr 1fr}.event-list{grid-column:1/-1}.admissions-card{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.site-shell{width:min(100% - 28px,1180px)}.topbar-contact{display:none}.nav-actions .btn-primary-school{display:none}.nav-actions .btn-ghost{padding:11px}.school-brand{min-width:0}.school-brand strong{font-size:16px}.school-brand span{font-size:10px}.hero-section{min-height:auto}.hero-grid{padding:58px 0}.hero-copy h1{font-size:42px}.hero-copy p{font-size:15px}.hero-stats,.academic-grid,.portal-grid,.news-grid,.experience-grid,.footer-grid{grid-template-columns:1fr}.hero-stats{margin-top:10px}.section-block{padding:64px 0}.section-heading h2,.experience-copy h2{font-size:31px}.experience-image img{height:320px}.admissions-card{padding:30px}.admission-steps{grid-template-columns:1fr 1fr}.footer-bottom,.split-heading{flex-direction:column;align-items:flex-start}.nav-inner{min-height:70px}}

/* =========================================================
   EDUCATORS ENGINE PUBLIC INNER PAGES
   ========================================================= */

.public-page {
  background: #f7f9fc;
  min-height: 70vh;
}

.page-hero {
  background:
    linear-gradient(
      135deg,
      #03152f 0%,
      #071e41 58%,
      #0b5cff 160%
    );
  color: #fff;
  padding: 76px 0 72px;
}

.page-hero .site-shell {
  max-width: 900px;
}

.page-hero h1 {
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.05;
  margin: 12px 0 18px;
  font-weight: 800;
}

.page-hero p {
  font-size: 1.08rem;
  line-height: 1.8;
  color: rgba(255,255,255,.82);
  max-width: 760px;
}

.section-eyebrow {
  color: #13b8a6;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .16em;
}

.academic-page-grid,
.admissions-page-grid,
.feature-grid,
.news-page-grid,
.contact-page-grid {
  display: grid;
  gap: 22px;
}

.academic-page-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admissions-page-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.feature-grid,
.contact-page-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.news-page-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-card,
.feature-card,
.news-card,
.contact-card {
  background: #fff;
  border: 1px solid #e4eaf2;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 12px 32px rgba(7,30,65,.06);
}

.process-card span,
.news-card span {
  color: #0b5cff;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.feature-card i,
.contact-card i {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #eaf1ff;
  color: #0b5cff;
  font-size: 1.15rem;
  margin-bottom: 18px;
}

.process-card h3,
.feature-card h3,
.news-card h3,
.contact-card h3 {
  color: #102247;
  font-size: 1.05rem;
  margin: 10px 0;
}

.process-card p,
.feature-card p,
.news-card p,
.contact-card p {
  color: #667085;
  line-height: 1.65;
}

@media (max-width: 1100px) {
  .academic-page-grid,
  .feature-grid,
  .contact-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admissions-page-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .academic-page-grid,
  .admissions-page-grid,
  .feature-grid,
  .news-page-grid,
  .contact-page-grid {
    grid-template-columns: 1fr;
  }
}


/* ===== EDUCATORS ABOUT PAGE START ===== */

.about-hero{
  background:
    radial-gradient(circle at 88% 12%,rgba(19,184,166,.16),transparent 28%),
    linear-gradient(120deg,#03152f 0%,#071e41 58%,#0b5cff 145%);
  color:#fff;
  padding:88px 0;
}

.about-hero-grid{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:70px;
  align-items:center;
}

.about-hero-copy{
  max-width:760px;
}

.about-hero-copy h1{
  font-family:Manrope,Inter,Arial,sans-serif;
  font-size:clamp(2.7rem,5vw,4.7rem);
  line-height:1.04;
  letter-spacing:-.04em;
  margin:14px 0 24px;
  color:#fff;
}

.about-hero-copy p{
  max-width:690px;
  color:#dbe6f8;
  line-height:1.8;
  font-size:1.05rem;
}

.about-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:30px;
}

.btn-about-light,
.btn-about-white,
.btn-about-outline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:13px 20px;
  border-radius:11px;
  font-size:13px;
  font-weight:800;
}

.btn-about-light{
  background:#fff;
  color:#071e41;
}

.about-hero-stats{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

.about-hero-stats article{
  background:rgba(255,255,255,.96);
  border-radius:18px;
  padding:25px;
  box-shadow:0 18px 50px rgba(0,0,0,.14);
}

.about-hero-stats strong{
  display:block;
  color:#071e41;
  font-size:2rem;
  line-height:1;
}

.about-hero-stats span{
  display:block;
  margin-top:8px;
  color:#667085;
  font-size:.78rem;
  font-weight:700;
}

.about-intro-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:68px;
  align-items:center;
}

.about-intro-grid h2{
  font-family:Manrope,Inter,Arial,sans-serif;
  font-size:clamp(2rem,4vw,3rem);
  color:#071e41;
  margin:10px 0 20px;
}

.about-intro-grid p{
  color:#667085;
  line-height:1.8;
  margin-bottom:16px;
}

.about-image-panel img{
  width:100%;
  height:430px;
  object-fit:cover;
  border-radius:24px;
  box-shadow:0 24px 55px rgba(7,30,65,.12);
}

.about-values-section,
.about-choice-section{
  background:#f7f9fc;
}

.about-values-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.about-value-card{
  background:#fff;
  border:1px solid #e4eaf2;
  border-radius:20px;
  padding:30px;
  box-shadow:0 12px 30px rgba(7,30,65,.05);
}

.about-value-icon{
  width:52px;
  height:52px;
  border-radius:15px;
  display:grid;
  place-items:center;
  background:#eaf1ff;
  color:#0b5cff;
  font-size:1.15rem;
  margin-bottom:20px;
}

.about-value-card h3,
.journey-card h3,
.about-choice-grid h3{
  color:#102247;
  margin:0 0 10px;
  font-size:1.08rem;
}

.about-value-card p,
.journey-card p,
.about-choice-grid p{
  color:#667085;
  line-height:1.65;
  font-size:.9rem;
  margin:0;
}

.about-journey-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}

.journey-card{
  background:#fff;
  border:1px solid #e4eaf2;
  border-radius:18px;
  padding:24px;
  transition:.2s ease;
}

.journey-card:hover{
  transform:translateY(-4px);
  border-color:#bfd2f5;
  box-shadow:0 16px 36px rgba(7,30,65,.08);
}

.journey-card>span{
  display:grid;
  place-items:center;
  width:38px;
  height:38px;
  border-radius:50%;
  background:#0b5cff;
  color:#fff;
  font-weight:800;
  font-size:.75rem;
  margin-bottom:18px;
}

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

.about-choice-grid article{
  background:#fff;
  border:1px solid #e4eaf2;
  border-radius:18px;
  padding:26px;
}

.about-choice-grid i{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#eaf1ff;
  color:#0b5cff;
  margin-bottom:18px;
}

.about-cta{
  background:linear-gradient(115deg,#071e41,#0b5cff);
  color:#fff;
  padding:64px 0;
}

.about-cta-inner{
  display:grid;
  grid-template-columns:1fr auto;
  gap:40px;
  align-items:center;
}

.about-cta h2{
  font-family:Manrope,Inter,Arial,sans-serif;
  font-size:clamp(2rem,4vw,3rem);
  margin:10px 0 14px;
  color:#fff;
}

.about-cta p{
  color:#dbe6f8;
  max-width:720px;
  margin:0;
  line-height:1.7;
}

.about-cta-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.btn-about-white{
  background:#fff;
  color:#071e41;
}

.btn-about-outline{
  color:#fff;
  border:1px solid rgba(255,255,255,.45);
}

@media(max-width:1050px){
  .about-hero-grid,
  .about-intro-grid{
    grid-template-columns:1fr;
  }

  .about-values-grid{
    grid-template-columns:1fr 1fr;
  }

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

  .about-choice-grid{
    grid-template-columns:1fr 1fr;
  }

  .about-cta-inner{
    grid-template-columns:1fr;
  }
}

@media(max-width:700px){
  .about-hero{
    padding:62px 0;
  }

  .about-hero-stats,
  .about-values-grid,
  .about-journey-grid,
  .about-choice-grid{
    grid-template-columns:1fr;
  }

  .about-image-panel img{
    height:300px;
  }
}

/* ===== EDUCATORS ABOUT PAGE END ===== */



/* =========================================================
   EDUCATORS ENGINE PREMIUM PUBLIC NAVIGATION
   Mega Menu + Mobile Accordion
   ========================================================= */

.desktop-nav{
  position:static;
}

.desktop-nav .nav-item{
  position:relative;
  display:flex;
  align-items:center;
}

.desktop-nav .nav-main-link{
  display:flex;
  align-items:center;
  gap:6px;
  white-space:nowrap;
}

.nav-chevron{
  font-size:8px;
  transition:transform .2s ease;
}

.nav-item.has-dropdown:hover .nav-chevron,
.nav-item.has-dropdown:focus-within .nav-chevron{
  transform:rotate(180deg);
}


/* Dropdown shell */

.nav-dropdown{
  position:absolute;
  left:50%;
  top:calc(100% - 1px);
  width:max-content;
  min-width:360px;
  padding-top:12px;

  opacity:0;
  visibility:hidden;
  pointer-events:none;

  transform:
    translateX(-50%)
    translateY(8px);

  transition:
    opacity .18s ease,
    transform .18s ease,
    visibility .18s ease;

  z-index:100;
}

.nav-item.has-dropdown:hover .nav-dropdown,
.nav-item.has-dropdown:focus-within .nav-dropdown{
  opacity:1;
  visibility:visible;
  pointer-events:auto;

  transform:
    translateX(-50%)
    translateY(0);
}

.nav-dropdown-inner{
  display:grid;
  grid-template-columns:minmax(280px,1fr);
  gap:12px;

  padding:18px;

  border:1px solid #dfe7f2;
  border-radius:17px;

  background:#fff;

  box-shadow:
    0 24px 65px rgba(3,21,47,.16);
}


/* True mega dropdown */

.mega-item{
  position:static!important;
}

.mega-item .nav-dropdown{
  left:50%;
  width:min(960px,calc(100vw - 48px));
}

.mega-item .nav-dropdown-inner.is-mega{
  grid-template-columns:repeat(3,minmax(0,1fr));
  padding:22px;
}


/* Dropdown groups */

.nav-dropdown-group{
  min-width:0;
  padding:5px;
}

.dropdown-group-heading{
  display:flex;
  align-items:flex-start;
  gap:11px;

  min-height:52px;
  margin-bottom:9px;
  padding:5px 6px;
}

.dropdown-group-icon{
  width:36px;
  height:36px;

  display:grid;
  place-items:center;

  flex:0 0 auto;

  border-radius:10px;

  background:#edf4ff;
  color:var(--blue);

  font-size:13px;
}

.dropdown-group-heading strong{
  display:block;

  color:var(--navy);
  font-size:11px;
  line-height:1.3;
}

.dropdown-group-heading span{
  display:block;

  max-width:240px;
  margin-top:4px;

  color:var(--muted);
  font-size:8px;
  line-height:1.5;
}


/* Dropdown links */

.dropdown-links{
  display:flex;
  flex-direction:column;
  gap:2px;
}

.desktop-nav .dropdown-links a{
  min-height:37px;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;

  padding:8px 9px;

  border:0;
  border-radius:8px;

  color:#44536a;

  font-size:10px;
  font-weight:600;

  transition:.16s ease;
}

.desktop-nav .dropdown-links a:hover{
  padding-left:12px;

  border:0;

  background:#f4f7fc;
  color:var(--blue);
}

.dropdown-links a i{
  opacity:0;

  color:var(--blue);
  font-size:8px;

  transform:translateX(-3px);

  transition:.16s ease;
}

.dropdown-links a:hover i{
  opacity:1;
  transform:translateX(0);
}


/* TalkMate featured panel */

.featured-group{
  padding:16px!important;

  border-radius:13px;

  background:
    linear-gradient(
      145deg,
      #061d43,
      #0b4ab3
    );
}

.featured-group .dropdown-group-icon{
  background:rgba(255,255,255,.13);
  color:#fff;
}

.featured-group .dropdown-group-heading strong{
  color:#fff;
}

.featured-group .dropdown-group-heading span{
  color:#d5e4ff;
}

.featured-group .dropdown-links a{
  color:#fff;
}

.featured-group .dropdown-links a:hover{
  background:rgba(255,255,255,.11);
  color:#fff;
}

.featured-group .dropdown-links a i{
  color:#fff;
}


/* Small Contact/Admissions dropdown */

.nav-item:not(.mega-item) .nav-dropdown{
  left:auto;
  right:-30px;

  transform:translateY(8px);
}

.nav-item:not(.mega-item):hover .nav-dropdown,
.nav-item:not(.mega-item):focus-within .nav-dropdown{
  transform:translateY(0);
}


/* Mobile trigger */

.mobile-menu-toggle{
  width:42px;
  height:42px;

  display:none;
  place-items:center;

  border:1px solid #d7e0ed;
  border-radius:10px;

  background:#fff;
  color:var(--navy);

  cursor:pointer;
}


/* Mobile panel */

.mobile-nav-panel{
  display:none;

  max-height:0;
  overflow:hidden;

  border-top:1px solid var(--line);

  background:#fff;

  transition:max-height .3s ease;
}

.mobile-nav-panel.open{
  max-height:85vh;
  overflow-y:auto;
}

.mobile-nav-inner{
  padding-top:14px;
  padding-bottom:22px;
}

.mobile-direct-link{
  display:block;

  padding:14px 4px;

  border-bottom:1px solid #edf1f6;

  color:var(--navy);

  font-size:13px;
  font-weight:700;
}

.mobile-nav-group{
  border-bottom:1px solid #edf1f6;
}

.mobile-nav-group summary{
  min-height:48px;

  display:flex;
  align-items:center;
  justify-content:space-between;

  padding:12px 4px;

  color:var(--navy);

  font-size:13px;
  font-weight:700;

  cursor:pointer;

  list-style:none;
}

.mobile-nav-group summary::-webkit-details-marker{
  display:none;
}

.mobile-nav-group summary i{
  font-size:9px;
  transition:transform .2s ease;
}

.mobile-nav-group[open] summary i{
  transform:rotate(180deg);
}

.mobile-submenu{
  padding:
    0
    0
    16px
    10px;
}

.mobile-overview-link{
  display:block;

  margin-bottom:13px;
  padding:9px 11px;

  border-radius:8px;

  background:#edf4ff;
  color:var(--blue);

  font-size:10px;
  font-weight:800;
}

.mobile-submenu-section{
  margin:14px 0;
}

.mobile-submenu-section>strong{
  display:block;

  margin-bottom:6px;

  color:#8491a5;

  font-size:8px;

  letter-spacing:.08em;
  text-transform:uppercase;
}

.mobile-submenu-section>a{
  display:block;

  padding:7px 3px;

  color:#526176;

  font-size:11px;
}

.mobile-submenu-section>a:hover{
  color:var(--blue);
}

.mobile-nav-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:9px;

  padding-top:17px;
}


/* Responsive navigation */

@media(max-width:1180px){

  .desktop-nav{
    gap:16px;
    font-size:12px;
  }

  .school-brand{
    min-width:210px;
  }

  .nav-inner{
    gap:18px;
  }

}

@media(max-width:1080px){

  .desktop-nav{
    display:none;
  }

  .mobile-menu-toggle{
    display:grid;
  }

  .mobile-nav-panel{
    display:block;
  }

}

@media(max-width:700px){

  .nav-actions>.btn-ghost{
    display:none;
  }

  .mobile-nav-actions .btn-ghost,
  .mobile-nav-actions .btn-primary-school{
    display:flex;
  }

}



/* =========================================================
   SCHOOL LIFE + STUDENT SAFETY & SAFEGUARDING
   ========================================================= */

.school-life-hero{
  background:
    linear-gradient(
      120deg,
      rgba(3,21,47,.97) 0%,
      rgba(7,30,65,.94) 54%,
      rgba(11,92,255,.64) 145%
    ),
    url('../images/carousel2.jpg') center/cover no-repeat;
}

.school-life-hero-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:30px;
}

.school-life-light-btn{
  border:1px solid rgba(255,255,255,.32);
  color:#fff;
  background:rgba(255,255,255,.09);
}

.school-life-light-btn:hover{
  color:#fff;
  background:rgba(255,255,255,.15);
}

.school-life-feature-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}


/* Safety public area */

.safety-public-section{
  background:#f4f8ff;
}

.safety-public-header{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:end;
  gap:40px;
  margin-bottom:30px;
}

.safety-public-header h2{
  margin:8px 0 12px;
  color:var(--navy);
  font-family:Manrope,sans-serif;
  font-size:38px;
  line-height:1.15;
}

.safety-public-header p{
  max-width:720px;
  margin:0;
  color:var(--muted);
  line-height:1.75;
}

.safety-public-badge{
  display:flex;
  align-items:center;
  gap:13px;

  min-width:250px;

  padding:15px 18px;

  border:1px solid #dbe7fa;
  border-radius:15px;

  background:#fff;
  box-shadow:var(--shadow);
}

.safety-public-badge i{
  width:42px;
  height:42px;

  display:grid;
  place-items:center;

  border-radius:12px;

  background:#eaf2ff;
  color:var(--blue);
}

.safety-public-badge span{
  color:#667085;
  font-size:10px;
  line-height:1.5;
}

.safety-public-badge strong{
  display:block;
  color:var(--navy);
  font-size:11px;
}

.safety-public-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.safety-public-card{
  display:flex;
  gap:14px;

  min-height:225px;

  padding:22px;

  border:1px solid #dfe8f5;
  border-radius:17px;

  background:#fff;

  box-shadow:
    0 12px 30px rgba(7,30,65,.05);
}

.safety-card-icon{
  width:43px;
  height:43px;

  display:grid;
  place-items:center;

  flex:0 0 auto;

  border-radius:12px;

  background:#edf4ff;
  color:var(--blue);

  font-size:15px;
}

.safety-public-card>div:last-child>span{
  display:block;

  margin-bottom:6px;

  color:var(--teal);

  font-size:8px;
  font-weight:800;
  letter-spacing:.1em;
}

.safety-public-card h3{
  margin:0 0 9px;

  color:var(--navy);

  font-size:15px;
  line-height:1.35;
}

.safety-public-card p{
  margin:0;

  color:#667085;

  font-size:11px;
  line-height:1.7;
}


/* Process */

.safety-process{
  margin-top:20px;
  padding:26px;

  border:1px solid #dbe7f6;
  border-radius:19px;

  background:#fff;
}

.safety-process-heading{
  margin-bottom:21px;
}

.safety-process-heading h3{
  margin:7px 0 0;

  color:var(--navy);

  font-size:20px;
}

.safety-process-steps{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
}

.safety-process-steps>div{
  position:relative;

  padding:17px;

  border-radius:13px;

  background:#f7faff;
}

.safety-process-steps>div:not(:last-child)::after{
  content:'\f061';

  position:absolute;
  right:-9px;
  top:50%;

  width:18px;
  height:18px;

  display:grid;
  place-items:center;

  border-radius:50%;

  background:#fff;
  color:#96a5bc;

  font-family:"Font Awesome 6 Free";
  font-size:7px;
  font-weight:900;

  transform:translateY(-50%);
}

.safety-process-steps span{
  width:29px;
  height:29px;

  display:grid;
  place-items:center;

  margin-bottom:11px;

  border-radius:9px;

  background:var(--navy);
  color:#fff;

  font-size:8px;
  font-weight:800;
}

.safety-process-steps strong{
  display:block;

  color:var(--navy);

  font-size:11px;
}

.safety-process-steps small{
  display:block;

  margin-top:5px;

  color:#7a8799;

  font-size:9px;
  line-height:1.55;
}


/* Safety CTA */

.safety-public-cta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;

  margin-top:20px;
  padding:25px 27px;

  border-radius:19px;

  background:
    linear-gradient(
      125deg,
      #061d43,
      #0b4fbf
    );

  color:#fff;
}

.safety-public-cta span{
  display:block;

  margin-bottom:5px;

  color:#72dcd6;

  font-size:8px;
  font-weight:800;

  letter-spacing:.1em;
  text-transform:uppercase;
}

.safety-public-cta strong{
  display:block;

  font-size:17px;
}

.safety-public-cta p{
  max-width:760px;

  margin:7px 0 0;

  color:#d5e3f8;

  font-size:10px;
  line-height:1.65;
}

.safety-public-cta .btn-primary-school{
  flex:0 0 auto;
  background:#fff;
  color:var(--navy);
}


/* Care */

.care-services-section{
  background:#fff;
}

.school-life-care-grid{
  grid-template-columns:repeat(5,minmax(0,1fr));
}


/* TalkMate teaser */

.school-life-linked-section{
  padding-top:0;
  background:#fff;
}

.school-life-linked-card{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:35px;

  padding:35px;

  border:1px solid #dfe7f2;
  border-radius:21px;

  background:#f8faff;
}

.school-life-linked-card h2{
  max-width:760px;

  margin:8px 0 10px;

  color:var(--navy);

  font-family:Manrope,sans-serif;
  font-size:28px;
  line-height:1.25;
}

.school-life-linked-card p{
  max-width:720px;

  margin:0;

  color:var(--muted);

  font-size:12px;
  line-height:1.7;
}


/* Responsive */

@media(max-width:1100px){

  .school-life-feature-grid,
  .safety-public-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .school-life-care-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .safety-public-header{
    grid-template-columns:1fr;
    align-items:start;
  }

  .safety-public-badge{
    width:max-content;
  }

}

@media(max-width:760px){

  .school-life-feature-grid,
  .safety-public-grid,
  .school-life-care-grid,
  .safety-process-steps{
    grid-template-columns:1fr;
  }

  .safety-process-steps>div:not(:last-child)::after{
    display:none;
  }

  .safety-public-cta,
  .school-life-linked-card{
    align-items:flex-start;
    flex-direction:column;
  }

  .safety-public-cta .btn-primary-school,
  .school-life-linked-card .btn-primary-school{
    width:100%;
  }

  .safety-public-header h2{
    font-size:31px;
  }

  .school-life-linked-card h2{
    font-size:23px;
  }

}



/* =========================================================
   SCHOOL LIFE — INCLUSIVE LEARNING & TALENT DEVELOPMENT
   ========================================================= */

.inclusion-section{
    background:#f8fbff;
}

.inclusion-grid{
    margin-top:34px;
}

.inclusive-learning-note{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;

    margin-top:26px;
    padding:28px 30px;

    border:1px solid #dfe9f5;
    border-radius:18px;

    background:#ffffff;
}

.inclusive-learning-note>div:first-child{
    max-width:720px;
}

.inclusive-learning-note h3{
    margin:6px 0 8px;

    color:#102247;

    font-size:20px;
    font-weight:800;
}

.inclusive-learning-note p{
    margin:0;

    color:#667085;

    font-size:13px;
    line-height:1.7;
}

.inclusive-note-icon{
    width:74px;
    height:74px;

    display:grid;
    place-items:center;

    flex:0 0 auto;

    border-radius:20px;

    background:#edf5ff;
    color:#0b5cff;

    font-size:28px;
}


.talent-section{
    background:#ffffff;
}

.talent-category-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;

    margin-top:34px;
}

.talent-category-grid article{
    min-height:210px;

    padding:24px;

    border:1px solid #e4eaf2;
    border-radius:18px;

    background:#ffffff;
}

.talent-category-grid i{
    width:48px;
    height:48px;

    display:grid;
    place-items:center;

    margin-bottom:18px;

    border-radius:14px;

    background:#edf4ff;
    color:#0b5cff;

    font-size:18px;
}

.talent-category-grid h3{
    margin:0 0 8px;

    color:#102247;

    font-size:16px;
    font-weight:800;
}

.talent-category-grid p{
    margin:0;

    color:#667085;

    font-size:12px;
    line-height:1.65;
}


.talent-development-flow{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;

    margin-top:28px;
}

.talent-development-flow>div{
    padding:20px;

    border:1px solid #e6ebf2;
    border-radius:15px;

    background:#fafcff;
}

.talent-development-flow span{
    display:block;

    margin-bottom:12px;

    color:#0b5cff;

    font-size:11px;
    font-weight:900;
}

.talent-development-flow strong{
    display:block;

    margin-bottom:6px;

    color:#102247;

    font-size:14px;
}

.talent-development-flow small{
    display:block;

    color:#667085;

    font-size:10px;
    line-height:1.6;
}


@media(max-width:1000px){

    .talent-category-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .talent-development-flow{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

}


@media(max-width:700px){

    .inclusive-learning-note{
        align-items:flex-start;
        flex-direction:column;
    }

    .talent-category-grid,
    .talent-development-flow{
        grid-template-columns:1fr;
    }

}

