:root{
  --navy:#06265A;
  --navy-2:#031a40;
  --gold:#C9971A;
  --gold-soft:#F8E7B5;
  --cream:#FFF9ED;
  --ink:#13233f;
  --muted:#5d6b82;
  --line:#e9edf5;
  --white:#ffffff;
  --green:#18a957;
  --shadow:0 18px 55px rgba(6,38,90,.12);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1180px,92%);margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav-wrap{height:86px;display:flex;align-items:center;gap:28px}
.brand img{width:86px;height:86px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:34px;margin-left:auto;font-weight:700;color:var(--navy)}
.main-nav a{position:relative;padding:8px 0}.main-nav a.active::after,.main-nav a:hover::after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--gold);border-radius:99px}.menu-toggle{display:none;border:0;background:var(--navy);color:white;border-radius:12px;font-size:24px;padding:8px 12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:12px;padding:14px 22px;font-weight:800;border:1px solid transparent;transition:.22s ease;cursor:pointer}.btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(6,38,90,.18)}.btn-primary{background:var(--navy);color:white}.btn-whatsapp{background:var(--navy);color:white}.btn-outline-whatsapp{border-color:var(--green);color:#0f6b38;background:white}.btn-light{background:white;color:var(--navy)}
.hero{overflow:hidden}.section-soft{background:linear-gradient(180deg,#fff 0%,#fff8e8 100%)}.hero-grid{display:grid;grid-template-columns:1fr 1.05fr;min-height:520px;align-items:center;gap:40px;padding:62px 0}.eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--gold);font-weight:900;margin:0 0 8px}.hero h1{font-family:Georgia,serif;font-size:clamp(42px,6vw,76px);line-height:.96;color:var(--navy);margin:0 0 12px}.motto{font-family:Georgia,serif;font-style:italic;font-weight:700;color:var(--navy);font-size:clamp(20px,2vw,28px);margin:0 0 20px}.intro{font-size:18px;max-width:560px;color:#263a5c}.hero-actions{display:flex;flex-wrap:wrap;gap:16px;margin-top:26px}.hero-visual{position:relative;min-height:390px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#fff}.hero-image{width:100%;height:100%;min-height:390px;object-fit:cover;object-position:center;display:block}
.quick-features{margin-top:-42px;position:relative;z-index:2}.feature-strip{background:white;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:22px;display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}.feature-strip article{padding:28px;display:grid;grid-template-columns:auto 1fr;gap:14px;border-right:1px solid var(--line)}.feature-strip article:last-child{border-right:0}.icon{width:54px;height:54px;border-radius:50%;background:var(--cream);display:grid;place-items:center;font-size:26px}.feature-strip h3{margin:0;color:var(--navy)}.feature-strip p{grid-column:2;margin:0;color:var(--muted)}
.about-section,.programmes,.why-section,.enquiry-section{padding:82px 0}.teacher-grid{display:grid;grid-template-columns:.85fr 1.15fr;align-items:center;gap:56px}.teacher-photo-card{background:radial-gradient(circle at 50% 50%,#f9e7ba 0 54%,transparent 55%);border-radius:28px;padding:20px}.teacher-photo-card img{max-height:520px;margin:auto;object-fit:contain}.teacher-copy h2,.section-title h2,.why-grid h2,.enquiry-copy h2{font-family:Georgia,serif;color:var(--navy);font-size:clamp(34px,4vw,54px);line-height:1.05;margin:0 0 18px}.teacher-copy p,.section-title p,.muted,.enquiry-copy p{color:var(--muted);font-size:17px}.check-list{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:12px}.check-list li{position:relative;padding-left:32px}.check-list li::before{content:"✓";position:absolute;left:0;top:0;color:var(--gold);font-weight:900}.section-title{text-align:center;max-width:720px;margin:0 auto 36px}.cards{display:grid;gap:20px}.four-cards{grid-template-columns:repeat(4,1fr)}.card{background:white;border:1px solid var(--line);border-radius:22px;padding:30px 24px;text-align:center;box-shadow:0 10px 30px rgba(6,38,90,.06)}.card-icon{width:70px;height:70px;border-radius:50%;background:var(--cream);display:grid;place-items:center;margin:0 auto 18px;font-size:32px}.card h3{color:var(--navy);margin:0 0 10px}.card p{color:var(--muted);margin:0}.why-section{background:#fffdfa}.why-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:32px;align-items:center}.benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.benefits div{background:white;border:1px solid var(--line);border-radius:16px;padding:18px 20px;color:var(--navy);font-weight:800}
.whatsapp-band{padding:30px 0}.whatsapp-card{background:linear-gradient(135deg,var(--navy),var(--navy-2));color:white;border-radius:26px;padding:34px;display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;box-shadow:var(--shadow)}.wa-icon{width:86px;height:86px;border-radius:50%;background:#1fbd61;display:grid;place-items:center;font-size:46px}.whatsapp-card h2{font-family:Georgia,serif;font-size:32px;line-height:1.1;margin:0 0 10px}.whatsapp-card p{margin:0;color:#dce7ff}.enquiry-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:36px;align-items:start}.database-note{background:var(--cream);border-left:5px solid var(--gold);padding:20px;border-radius:18px;margin-top:22px}.database-note h3{margin:0 0 8px;color:var(--navy)}.database-note ol{margin:0;padding-left:22px}.enquiry-form{background:white;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:26px;padding:28px;display:grid;gap:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}label{display:grid;gap:7px;color:var(--navy);font-weight:800}input,select,textarea{width:100%;border:1px solid #d9e1ef;border-radius:12px;padding:14px 14px;font:inherit;color:var(--ink);background:#fff}textarea{resize:vertical}.honeypot{position:absolute;left:-9999px}.form-status{margin:0;font-weight:800;color:var(--navy)}.site-footer{background:var(--navy-2);color:white;padding:46px 0 18px}.footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:36px;align-items:center}.footer-brand{display:flex;gap:18px;align-items:center}.footer-brand img{width:96px}.footer-brand h3,.site-footer h3{margin:0;color:var(--gold)}.footer-brand p,.site-footer p{margin:6px 0;color:#d9e5ff}.footer-contact a,.footer-bottom a{color:white;text-decoration:underline;text-decoration-color:rgba(255,255,255,.35)}.footer-bottom{border-top:1px solid rgba(255,255,255,.18);margin-top:30px;padding-top:16px;display:flex;justify-content:space-between;gap:18px;color:#b9c8e5;font-size:14px}.floating-whatsapp{position:fixed;right:20px;bottom:20px;background:#18a957;color:white;border-radius:999px;padding:14px 18px;font-weight:900;box-shadow:0 14px 32px rgba(0,0,0,.2);z-index:60}
@media (max-width:960px){.nav-wrap{height:auto;padding:12px 0}.brand img{width:70px;height:70px}.menu-toggle{display:block;margin-left:auto}.main-nav,.nav-whatsapp{display:none}.main-nav.open{display:grid;position:absolute;left:4%;right:4%;top:86px;background:white;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:20px}.hero-grid,.teacher-grid,.why-grid,.enquiry-grid,.footer-grid{grid-template-columns:1fr}.hero-grid{padding:44px 0}.hero-logo{width:220px}.feature-strip,.four-cards,.benefits{grid-template-columns:1fr}.feature-strip article{border-right:0;border-bottom:1px solid var(--line)}.whatsapp-card{grid-template-columns:1fr;text-align:center}.wa-icon{margin:auto}.form-row{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.floating-whatsapp{right:14px;bottom:14px}}


/* =========================================================
   FBS ABOUT + TEACHER NEO SECTION
   ========================================================= */

.fbs-about-section {
  width: 100%;
  padding: 70px 20px 40px;
  background:
    radial-gradient(circle at top left, rgba(196, 144, 28, 0.06), transparent 30%),
    radial-gradient(circle at top right, rgba(5, 36, 89, 0.04), transparent 35%),
    #ffffff;
  overflow: hidden;
}

.fbs-about-card {
  max-width: 1120px;
  margin: 0 auto 70px;
  padding: 42px 56px 38px;
  text-align: center;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(5, 36, 89, 0.08);
  border-radius: 30px;
  box-shadow: 0 22px 55px rgba(5, 36, 89, 0.10);
}

.fbs-eyebrow {
  margin: 0 0 12px;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #c4901c;
}

.fbs-about-card h2 {
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  line-height: 1.05;
  color: #06275e;
  letter-spacing: -0.04em;
}

.fbs-about-card p {
  max-width: 900px;
  margin: 0 auto 18px;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #334268;
}

.fbs-about-card strong {
  color: #06275e;
  font-weight: 800;
}

.fbs-motto-box {
  max-width: 650px;
  margin: 30px auto 0;
  padding: 17px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: linear-gradient(90deg, #fff8e9, #fff3d7);
  border-left: 5px solid #c4901c;
  border-radius: 18px;
  color: #06275e;
  font-size: 1.08rem;
  box-shadow: 0 12px 30px rgba(196, 144, 28, 0.12);
}

.fbs-motto-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d4a022;
  font-size: 1.9rem;
  line-height: 1;
  filter: drop-shadow(0 4px 5px rgba(196, 144, 28, 0.25));
}

/* Teacher Neo Layout */

.fbs-teacher-section {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: 70px;
}

.fbs-teacher-image-wrap {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.fbs-gold-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  max-width: 92%;
  max-height: 92%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #fff3c8, #fde8a6);
  border-radius: 50% 50% 0 0;
  z-index: 1;
}

.fbs-teacher-image {
  position: relative;
  z-index: 2;
  width: min(460px, 88%);
  height: auto;
  display: block;
  object-fit: contain;
  filter: saturate(1.04) contrast(1.03) brightness(1.02);
}

.fbs-doodle {
  position: absolute;
  z-index: 3;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1;
}

.fbs-heart {
  left: 5%;
  top: 20%;
  font-size: 4rem;
  color: #c4901c;
}

.fbs-star {
  right: 8%;
  top: 18%;
  font-size: 4.2rem;
  color: #06275e;
}

.fbs-dots {
  position: absolute;
  left: 0;
  bottom: 8%;
  width: 130px;
  height: 80px;
  z-index: 3;
  opacity: 0.42;
  background-image: radial-gradient(#d4a022 2px, transparent 2px);
  background-size: 18px 18px;
}

.fbs-teacher-content {
  padding: 20px 0;
}

.fbs-teacher-content h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5vw, 5rem);
  line-height: 1;
  color: #06275e;
  letter-spacing: -0.04em;
}

.fbs-title-line {
  width: 72px;
  height: 4px;
  margin: 18px 0 22px;
  background: #c4901c;
  border-radius: 999px;
}

.fbs-teacher-intro {
  max-width: 620px;
  margin: 0 0 26px;
  font-size: 1.14rem;
  line-height: 1.65;
  font-weight: 700;
  color: #092b63;
}

.fbs-teacher-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 15px;
}

.fbs-teacher-list li {
  position: relative;
  padding-left: 44px;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 700;
  color: #102a58;
}

.fbs-teacher-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #d19a1e;
  border-radius: 50%;
  color: #d19a1e;
  font-size: 0.88rem;
  font-weight: 900;
  background: #fffdf8;
}

/* Tablet */

@media (max-width: 992px) {
  .fbs-about-section {
    padding: 55px 18px 30px;
  }

  .fbs-about-card {
    padding: 34px 26px;
    margin-bottom: 45px;
  }

  .fbs-teacher-section {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .fbs-teacher-image-wrap {
    min-height: 460px;
  }

  .fbs-teacher-content {
    max-width: 720px;
    margin: 0 auto;
  }

  .fbs-title-line {
    margin-left: auto;
    margin-right: auto;
  }

  .fbs-teacher-intro {
    margin-left: auto;
    margin-right: auto;
  }

  .fbs-teacher-list {
    text-align: left;
    max-width: 680px;
    margin: 0 auto;
  }
}

/* Mobile */

@media (max-width: 640px) {
  .fbs-about-section {
    padding: 38px 14px 25px;
  }

  .fbs-about-card {
    padding: 28px 18px;
    border-radius: 24px;
  }

  .fbs-about-card h2 {
    font-size: 2.35rem;
  }

  .fbs-about-card p {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .fbs-motto-box {
    padding: 15px 16px;
    font-size: 0.95rem;
    align-items: flex-start;
    text-align: left;
  }

  .fbs-teacher-image-wrap {
    min-height: 370px;
  }

  .fbs-gold-circle {
    width: 360px;
    height: 360px;
  }

  .fbs-teacher-image {
    width: min(330px, 92%);
  }

  .fbs-heart {
    left: 2%;
    top: 16%;
    font-size: 3rem;
  }

  .fbs-star {
    right: 3%;
    top: 15%;
    font-size: 3.1rem;
  }

  .fbs-dots {
    left: 0;
    bottom: 10%;
    width: 90px;
    height: 60px;
    background-size: 14px 14px;
  }

  .fbs-teacher-content h3 {
    font-size: 3.2rem;
  }

  .fbs-teacher-intro {
    font-size: 1rem;
  }

  .fbs-teacher-list li {
    font-size: 0.94rem;
    padding-left: 38px;
  }

  .fbs-teacher-list li::before {
    width: 24px;
    height: 24px;
  }
}

/* =========================================================
   FBS ABOUT + TEACHER NEO FIX
   ========================================================= */

.fbs-about-section {
  width: 100%;
  padding: 70px 20px 50px;
  background: #ffffff;
  overflow: hidden;
}

.fbs-about-card {
  max-width: 1120px;
  margin: 0 auto 70px;
  padding: 42px 56px 38px;
  text-align: center;
  background: #ffffff;
  border: 1px solid rgba(5, 36, 89, 0.09);
  border-radius: 30px;
  box-shadow: 0 22px 55px rgba(5, 36, 89, 0.10);
}

.fbs-eyebrow {
  margin: 0 0 12px;
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #c4901c;
}

.fbs-about-card h2 {
  margin: 0 0 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  line-height: 1.05;
  color: #06275e;
  letter-spacing: -0.04em;
}

.fbs-about-card p {
  max-width: 900px;
  margin: 0 auto 18px;
  font-size: 1.08rem;
  line-height: 1.75;
  color: #334268;
}

.fbs-about-card strong {
  color: #06275e;
  font-weight: 800;
}

.fbs-motto-box {
  max-width: 650px;
  margin: 30px auto 0;
  padding: 17px 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: linear-gradient(90deg, #fff8e9, #fff3d7);
  border-left: 5px solid #c4901c;
  border-radius: 18px;
  color: #06275e;
  font-size: 1.08rem;
  box-shadow: 0 12px 30px rgba(196, 144, 28, 0.12);
}

.fbs-motto-icon {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d4a022;
  font-size: 1.9rem;
  line-height: 1;
}

/* Teacher Neo section */

.fbs-teacher-section {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  align-items: center;
  gap: 70px;
}

.fbs-teacher-image-wrap {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.fbs-gold-circle {
  position: absolute;
  width: 500px;
  height: 500px;
  max-width: 92%;
  max-height: 92%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #fff3c8, #fde8a6);
  border-radius: 50% 50% 0 0;
  z-index: 1;
  opacity: 0.82;
}

.fbs-teacher-image {
  position: relative;
  z-index: 2;
  width: min(470px, 90%);
  height: auto;
  display: block;
  object-fit: contain;

  /* Helps correct the discoloured/yellow look */
  filter: saturate(0.98) contrast(1.03) brightness(1.04);
}

.fbs-doodle {
  position: absolute;
  z-index: 3;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1;
}

.fbs-heart {
  left: 5%;
  top: 20%;
  font-size: 4rem;
  color: #c4901c;
}

.fbs-star {
  right: 8%;
  top: 18%;
  font-size: 4.2rem;
  color: #06275e;
}

.fbs-dots {
  position: absolute;
  left: 0;
  bottom: 8%;
  width: 130px;
  height: 80px;
  z-index: 3;
  opacity: 0.42;
  background-image: radial-gradient(#d4a022 2px, transparent 2px);
  background-size: 18px 18px;
}

.fbs-teacher-content {
  padding: 20px 0;
}

.fbs-teacher-content h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.4rem, 5vw, 5rem);
  line-height: 1;
  color: #06275e;
  letter-spacing: -0.04em;
}

.fbs-title-line {
  width: 72px;
  height: 4px;
  margin: 18px 0 22px;
  background: #c4901c;
  border-radius: 999px;
}

.fbs-teacher-intro {
  max-width: 620px;
  margin: 0 0 26px;
  font-size: 1.14rem;
  line-height: 1.65;
  font-weight: 700;
  color: #092b63;
}

.fbs-teacher-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 15px;
}

.fbs-teacher-list li {
  position: relative;
  padding-left: 44px;
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 700;
  color: #102a58;
}

.fbs-teacher-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #d19a1e;
  border-radius: 50%;
  color: #d19a1e;
  font-size: 0.88rem;
  font-weight: 900;
  background: #fffdf8;
}

/* Tablet */

@media (max-width: 992px) {
  .fbs-about-section {
    padding: 55px 18px 35px;
  }

  .fbs-about-card {
    padding: 34px 26px;
    margin-bottom: 45px;
  }

  .fbs-teacher-section {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
  }

  .fbs-teacher-image-wrap {
    min-height: 460px;
  }

  .fbs-teacher-content {
    max-width: 720px;
    margin: 0 auto;
  }

  .fbs-title-line {
    margin-left: auto;
    margin-right: auto;
  }

  .fbs-teacher-intro {
    margin-left: auto;
    margin-right: auto;
  }

  .fbs-teacher-list {
    text-align: left;
    max-width: 680px;
    margin: 0 auto;
  }
}

/* Mobile */

@media (max-width: 640px) {
  .fbs-about-section {
    padding: 38px 14px 30px;
  }

  .fbs-about-card {
    padding: 28px 18px;
    border-radius: 24px;
  }

  .fbs-about-card h2 {
    font-size: 2.35rem;
  }

  .fbs-about-card p {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .fbs-motto-box {
    padding: 15px 16px;
    font-size: 0.95rem;
    align-items: flex-start;
    text-align: left;
  }

  .fbs-teacher-image-wrap {
    min-height: 370px;
  }

  .fbs-gold-circle {
    width: 360px;
    height: 360px;
  }

  .fbs-teacher-image {
    width: min(330px, 92%);
  }

  .fbs-heart {
    left: 2%;
    top: 16%;
    font-size: 3rem;
  }

  .fbs-star {
    right: 3%;
    top: 15%;
    font-size: 3.1rem;
  }

  .fbs-dots {
    left: 0;
    bottom: 10%;
    width: 90px;
    height: 60px;
    background-size: 14px 14px;
  }

  .fbs-teacher-content h3 {
    font-size: 3.2rem;
  }

  .fbs-teacher-intro {
    font-size: 1rem;
  }

  .fbs-teacher-list li {
    font-size: 0.94rem;
    padding-left: 38px;
  }

  .fbs-teacher-list li::before {
    width: 24px;
    height: 24px;
  }
}