/* PAGE BANNER */
.page-banner{background:var(--banner-gradient);padding:80px 80px 100px;position:relative;overflow:hidden}
.page-banner::before{content:'';position:absolute;top:-150px;right:-150px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,0.3) 0%,transparent 70%)}
.page-banner::after{content:'';position:absolute;bottom:-200px;left:-150px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(30,30,122,0.08) 0%,transparent 70%)}
.page-banner-inner{max-width:1200px;margin:0 auto;text-align:center;position:relative;z-index:2}
.breadcrumb{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,0.5);backdrop-filter:blur(8px);padding:8px 18px;border-radius:100px;font-size:12px;font-weight:700;color:var(--navy);letter-spacing:.12em;text-transform:uppercase;margin-bottom:24px}
.breadcrumb a{color:inherit;transition:color .2s}
.breadcrumb a:hover{color:var(--orange)}
.breadcrumb-sep{color:var(--orange);font-weight:800}
.page-banner-arabic{font-family:var(--arabic);font-size:26px;color:var(--navy);opacity:.6;margin-bottom:12px}
.page-title{font-family:var(--sans);font-size:clamp(40px,5vw,64px);font-weight:800;color:var(--navy);letter-spacing:-.02em;line-height:1.1;margin-bottom:18px}
.page-title em{font-family:var(--sans);font-style:normal;font-weight:700;color:var(--orange)}
.page-subtitle{font-size:17px;color:var(--navy);opacity:.85;max-width:680px;margin:0 auto;line-height:1.7;font-weight:500}

.quick-jump{
  display:flex;justify-content:center;gap:10px;margin-top:32px;flex-wrap:wrap;
}
.quick-jump a{
  background:rgba(30,30,122,0.12);
  border:2px solid rgba(30,30,122,0.2);
  color:var(--navy);
  padding:10px 22px;border-radius:100px;
  font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
  transition:all .25s;
}
.quick-jump a:hover{
  background:var(--navy);color:#fff;
  border-color:var(--navy);
  transform:translateY(-2px);
}

/* SECTION COMMONS */
.section-label{display:inline-block;background:var(--orange);color:#fff;padding:6px 18px;border-radius:100px;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;margin-bottom:16px}
.section-title{font-family:var(--sans);font-size:clamp(30px,3.4vw,42px);font-weight:800;color:var(--navy);line-height:1.15;margin-bottom:14px;letter-spacing:-.02em}
.section-title em{font-family:var(--sans);font-style:normal;font-weight:700;color:var(--orange)}
.section-divider{width:60px;height:4px;background:var(--banner-gradient);border-radius:2px;margin-bottom:24px}
.section-lead{font-size:16px;color:var(--ink2);line-height:1.9;margin-bottom:22px}

/* INTRO STRIP */
.fee-intro{
  padding:70px 80px;background:#fff;
  border-bottom:1px solid var(--line);
}
.fee-intro-inner{
  max-width:1100px;margin:0 auto;
  display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;
}
.intro-stat{
  background:var(--cream);border:1px solid var(--line);
  border-radius:16px;padding:28px 26px;
  border-top:4px solid var(--orange);
  transition:all .3s;
}
.intro-stat:nth-child(2){border-top-color:var(--green-1)}
.intro-stat:nth-child(3){border-top-color:var(--navy)}
.intro-stat:hover{
  transform:translateY(-4px);
  box-shadow:0 14px 30px rgba(30,30,122,0.1);
  background:#fff;
}
.intro-stat-icon{
  width:48px;height:48px;border-radius:12px;
  background:var(--orange);color:#fff;
  display:flex;align-items:center;justify-content:center;
  font-size:22px;margin-bottom:14px;font-weight:700;
}
.intro-stat:nth-child(2) .intro-stat-icon{background:var(--green-1)}
.intro-stat:nth-child(3) .intro-stat-icon{background:var(--navy)}
.intro-stat-title{
  font-size:17px;font-weight:800;color:var(--navy);
  margin-bottom:6px;letter-spacing:-.01em;
}
.intro-stat-desc{
  font-size:14px;color:var(--ink3);line-height:1.65;
}

/* FEE SECTION (common) */
.fee-section{
  padding:90px 80px;
  position:relative;overflow:hidden;
}
.fee-section.bg-cream{background:var(--cream)}
.fee-section.bg-white{background:#fff}
.fee-section-inner{max-width:1200px;margin:0 auto}
.fee-header{display:flex;align-items:flex-start;justify-content:space-between;gap:40px;margin-bottom:40px;flex-wrap:wrap}
.fee-header-left{flex:1;min-width:280px}
.fee-header-right{
  display:flex;flex-direction:column;align-items:flex-end;gap:10px;
  flex-shrink:0;
}
.fee-level-badge{
  display:inline-block;background:var(--banner-gradient);color:var(--navy);
  padding:10px 24px;border-radius:100px;
  font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
}
.fee-level-age{
  font-size:14px;color:var(--orange);font-weight:700;
  letter-spacing:.04em;
}

/* TABLE */
.fee-table-wrap{
  background:#fff;border-radius:20px;overflow:hidden;
  box-shadow:0 14px 40px rgba(30,30,122,0.08);
  border:1px solid var(--line);
  overflow-x:auto;
}
.fee-table{
  width:100%;border-collapse:collapse;
  min-width:1000px;
}
.fee-table thead tr{
  background:var(--navy);
}
.fee-table thead th{
  padding:20px 16px;
  color:#fff;font-weight:700;font-size:12px;
  letter-spacing:.06em;text-transform:uppercase;
  text-align:left;
  border-right:1px solid rgba(255,255,255,0.1);
  vertical-align:middle;
  line-height:1.4;
}
.fee-table thead th:last-child{border-right:none}
.fee-table thead th:first-child{background:var(--orange)}
.fee-table tbody td{
  padding:20px 16px;
  border-bottom:1px solid var(--line);
  border-right:1px solid var(--line);
  font-size:14px;color:var(--ink2);
  vertical-align:middle;
}
.fee-table tbody td:last-child{border-right:none}
.fee-table tbody tr:last-child td{border-bottom:none}
.fee-table tbody tr{transition:background .25s}
.fee-table tbody tr:hover{background:var(--cream)}
.fee-table tbody tr:hover td:first-child{background:rgba(245,124,46,0.08)}

.grade-cell{
  font-weight:800;color:var(--navy);
  font-size:15px;letter-spacing:-.01em;
  display:flex;align-items:center;gap:10px;
}
.grade-cell-dot{
  width:10px;height:10px;border-radius:50%;
  background:var(--orange);flex-shrink:0;
}
.fee-amount{
  font-weight:700;color:var(--navy);
  font-family:var(--serif);font-size:16px;
}
.fee-amount-currency{
  font-size:11px;color:var(--ink3);
  font-weight:500;letter-spacing:.05em;
  margin-right:4px;font-family:var(--sans);
}
.fee-as-required{
  display:inline-block;
  background:rgba(62,211,55,0.15);
  color:#1a7a1a;
  padding:5px 12px;border-radius:100px;
  font-size:11px;font-weight:700;letter-spacing:.06em;
  text-transform:uppercase;
}

/* Color variations per section */
.fee-section.tiny-tots .fee-table thead th:first-child{background:var(--orange)}
.fee-section.early-years .fee-table thead th:first-child{background:var(--navy)}
.fee-section.cambridge .fee-table thead th:first-child{background:var(--green-1);color:var(--navy)}
.fee-section.early-years .grade-cell-dot{background:var(--navy)}
.fee-section.cambridge .grade-cell-dot{background:var(--green-1)}

/* MOBILE FEE CARDS (alt display) */
.fee-mobile{display:none}
.fee-card{
  background:#fff;border-radius:16px;
  padding:22px;margin-bottom:16px;
  border:1px solid var(--line);
  border-left:5px solid var(--orange);
  box-shadow:0 8px 24px rgba(30,30,122,0.06);
}
.fee-section.early-years .fee-card{border-left-color:var(--navy)}
.fee-section.cambridge .fee-card{border-left-color:var(--green-1)}
.fee-card-title{
  font-size:18px;font-weight:800;color:var(--navy);
  margin-bottom:14px;padding-bottom:12px;
  border-bottom:1px solid var(--line);
}
.fee-card-rows{display:flex;flex-direction:column;gap:10px}
.fee-card-row{
  display:flex;justify-content:space-between;align-items:flex-start;
  gap:16px;padding:6px 0;
}
.fee-card-label{
  font-size:12px;color:var(--ink3);font-weight:600;
  letter-spacing:.04em;flex:1;line-height:1.5;
}
.fee-card-value{
  font-size:14px;font-weight:700;color:var(--navy);
  font-family:var(--serif);text-align:right;flex-shrink:0;
}

/* NOTE/DISCLAIMER */
.fee-note{
  background:var(--cream);
  border:1px solid var(--line);border-left:4px solid var(--orange);
  border-radius:var(--r8);padding:18px 24px;
  margin-top:24px;
  font-size:13.5px;color:var(--ink2);line-height:1.7;
}
.fee-note strong{color:var(--navy);font-weight:700}
.fee-note-icon{
  display:inline-block;background:var(--orange);color:#fff;
  width:22px;height:22px;border-radius:50%;
  text-align:center;line-height:22px;font-size:12px;font-weight:700;
  margin-right:8px;vertical-align:middle;
}

/* PAYMENT INFO */
.payment-info{
  padding:100px 80px;
  background:var(--navy);color:#fff;
  position:relative;overflow:hidden;
}
.payment-info::before{content:'';position:absolute;top:-200px;right:-200px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(62,211,55,0.15) 0%,transparent 70%)}
.payment-info::after{content:'';position:absolute;bottom:-200px;left:-200px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(245,124,46,0.1) 0%,transparent 70%)}
.payment-info-inner{max-width:1200px;margin:0 auto;position:relative;z-index:2}
.payment-info-header{text-align:center;margin-bottom:48px}
.payment-info-header .section-title{color:#fff}
.payment-info-header .section-title em{color:var(--yellow-green)}
.payment-info-header .section-label{background:var(--yellow-green);color:var(--navy)}
.payment-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:24px;
}
.payment-card{
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.12);
  backdrop-filter:blur(10px);
  border-radius:16px;padding:32px 28px;
  transition:all .3s;
}
.payment-card:hover{
  background:rgba(255,255,255,0.1);
  transform:translateY(-6px);
  border-color:var(--yellow-green);
}
.payment-icon{
  width:56px;height:56px;border-radius:14px;
  background:var(--banner-gradient);color:var(--navy);
  display:flex;align-items:center;justify-content:center;
  font-size:24px;font-weight:700;
  margin-bottom:18px;
}
.payment-title{
  font-size:18px;font-weight:800;color:#fff;
  margin-bottom:10px;letter-spacing:-.01em;
}
.payment-desc{
  font-size:14px;color:rgba(255,255,255,0.8);
  line-height:1.75;
}

/* CTA */
.cta{padding:100px 80px;text-align:center;background:var(--cream);position:relative;overflow:hidden}
.cta::before{content:'';position:absolute;top:-150px;right:-150px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(62,211,55,0.15) 0%,transparent 70%)}
.cta::after{content:'';position:absolute;bottom:-150px;left:-150px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(245,124,46,0.12) 0%,transparent 70%)}
.cta-inner{position:relative;z-index:2;max-width:800px;margin:0 auto}
.cta-label{display:inline-block;background:var(--navy);color:#fff;padding:8px 22px;border-radius:100px;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;margin-bottom:20px}
.cta-title{font-family:var(--sans);font-size:clamp(32px,4vw,48px);font-weight:800;color:var(--navy);margin-bottom:14px;line-height:1.1;letter-spacing:-.02em}
.cta-title em{font-family:var(--sans);font-style:normal;font-weight:700;color:var(--orange)}
.cta-sub{font-size:16px;color:var(--ink2);margin-bottom:36px;max-width:560px;margin-left:auto;margin-right:auto}
.cta-btns{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}
.btn-orange{background:var(--orange);color:#fff;padding:15px 34px;border-radius:var(--r4);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 6px 20px rgba(245,124,46,0.4);transition:all .25s;display:inline-flex;align-items:center;gap:10px;text-decoration:none}
.btn-orange:hover{background:var(--orange-light);transform:translateY(-2px)}
.btn-navy-outline{background:#fff;color:var(--navy);padding:15px 34px;border-radius:var(--r4);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border:2px solid var(--navy);transition:all .25s;display:inline-flex;align-items:center;gap:10px;text-decoration:none}
.btn-navy-outline:hover{background:var(--navy);color:#fff}

/* FOOTER */
footer{background:linear-gradient(135deg,#3ed337 0%,#6ee81e 40%,#aaf50e 80%,#d9f812 100%);padding:0;color:var(--navy);position:relative;overflow:hidden}
footer::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:var(--navy)}
.footer-main{padding:80px 80px 40px}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:56px;margin-bottom:56px}
.footer-brand-top{display:inline-flex;align-items:center;gap:14px;margin-bottom:14px}
.footer-brand-emblem{width:92px;height:92px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}
.footer-brand-emblem img{width:100%;height:100%;object-fit:contain}
.footer-text-logo{height:74px;display:flex;align-items:center}
.footer-text-logo img{height:100%;width:auto;display:block}
.footer-brand-tag{font-size:16px;line-height:1.75;color:var(--navy);opacity:.85;margin-bottom:28px;max-width:420px;font-weight:500}
.footer-contact-list{display:flex;flex-direction:column;gap:14px;margin-bottom:28px}
.footer-contact-item{display:flex;align-items:center;gap:14px;font-size:16px;color:var(--navy);font-weight:500}
.footer-contact-item a{color:inherit;text-decoration:none;transition:color .2s}
.footer-contact-item a:hover{color:var(--orange);text-decoration:underline}
.footer-contact-icon{width:40px;height:40px;border-radius:var(--r8);background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex-shrink:0}
.footer-social{display:flex;gap:12px}
.footer-social-link{width:46px;height:46px;border-radius:var(--r8);background:#fff;border:2px solid var(--navy);display:flex;align-items:center;justify-content:center;color:var(--navy);transition:all .25s}
.footer-social-link:hover{background:var(--navy);color:#fff;transform:translateY(-3px)}
.footer-social-link svg{width:20px;height:20px}
.footer-col-title{font-size:14px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--navy);margin-bottom:24px;display:flex;align-items:center;gap:12px}
.footer-col-title::after{content:'';flex:1;height:2px;background:rgba(30,30,122,0.25)}
.footer-links{list-style:none;display:flex;flex-direction:column;gap:14px}
.footer-links a{font-size:16px;color:var(--navy);font-weight:500;display:inline-flex;align-items:center;gap:8px;text-decoration:none;transition:all .2s}
.footer-links a::before{content:'→';color:var(--orange);font-weight:700;opacity:0;transform:translateX(-6px);transition:all .2s}
.footer-links a:hover{color:var(--orange)}
.footer-links a:hover::before{opacity:1;transform:translateX(0)}
.footer-newsletter{background:rgba(30,30,122,0.08);border:2px solid rgba(30,30,122,0.15);border-radius:var(--r12);padding:24px;margin-top:10px}
.footer-newsletter-title{font-size:17px;font-weight:800;color:var(--navy);margin-bottom:8px}
.footer-newsletter-sub{font-size:14px;color:var(--navy);opacity:.75;margin-bottom:16px;line-height:1.6;font-weight:500}
.footer-newsletter-form{display:flex;gap:8px;flex-wrap:wrap}
.footer-newsletter-input{flex:1;min-width:0;background:#fff;border:2px solid rgba(30,30,122,0.2);border-radius:var(--r4);padding:12px 16px;font-family:var(--sans);font-size:14px;color:var(--navy);outline:none;min-width:140px;font-weight:500}
.footer-newsletter-input:focus{border-color:var(--navy)}
.footer-newsletter-btn{background:var(--navy);color:#fff;border:none;padding:12px 24px;border-radius:var(--r4);font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;letter-spacing:.04em;transition:all .2s}
.footer-newsletter-btn:hover{background:var(--orange)}
.footer-bottom{border-top:2px solid rgba(30,30,122,0.15);padding:26px 80px;display:flex;justify-content:space-between;align-items:center;font-size:15px;flex-wrap:wrap;gap:16px;background:rgba(30,30,122,0.05)}
.footer-bottom-left{color:var(--navy);font-weight:500}
.footer-bottom-left strong{color:var(--navy);font-weight:800}
.footer-bottom-right{display:flex;gap:28px;flex-wrap:wrap}
.footer-bottom-right a{color:var(--navy);font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}
.footer-bottom-right a:hover{color:var(--orange);text-decoration:underline}

/* RESPONSIVE */
@media(max-width:1100px){
  .nav-menu{display:none}
  .nav-toggle{display:flex}
  nav{padding:0 24px}
  .top-header{padding:14px 24px}
  .pillar-nav{gap:6px}
  .pillar-nav .navbtn{padding:8px 16px;font-size:12px}
}
@media(max-width:1024px){
  .page-banner,.fee-intro,.fee-section,.payment-info,.cta{padding:70px 40px}
  .fee-intro-inner{grid-template-columns:1fr}
  .payment-grid{grid-template-columns:1fr 1fr}
  .footer-top{grid-template-columns:1fr 1fr;gap:40px}
}
@media(max-width:768px){
  .site-header{position:sticky;top:0;z-index:998;background:#fff;box-shadow:0 4px 16px rgba(30,30,122,0.12)}
  .top-header{padding:14px 16px;min-height:80px;flex-wrap:wrap;gap:10px}
  .pillar-nav{display:none}
  .top-hamburger{display:flex}
  .brand-logo{width:70px;height:70px}
  .brand-text img{height:54px}
  .yellow-strip{height:5px}
  nav{display:none}
  .nav-login{display:none}
  .nav-apply{padding:8px 16px;font-size:11px}
  .page-banner,.fee-intro,.fee-section,.payment-info,.cta{padding:50px 20px}
  .payment-grid{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr;gap:36px}
  .footer-main{padding:50px 24px 28px}
  .footer-bottom{padding:20px 24px;flex-direction:column;text-align:center}
  .footer-newsletter-form{flex-direction:column}
  .footer-newsletter-btn{width:100%}
  .fee-header{flex-direction:column;align-items:stretch}
  .fee-header-right{align-items:flex-start}
  .fee-table-wrap{display:none}
  .fee-mobile{display:block}
  .quick-jump a{padding:8px 16px;font-size:11px}
}

/* WHATSAPP FLOATING BUTTON */
.whatsapp-float{
  position:fixed;bottom:24px;right:24px;
  width:62px;height:62px;border-radius:50%;
  background:#25D366;color:#fff;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 8px 28px rgba(37,211,102,0.45),0 4px 12px rgba(0,0,0,0.15);
  z-index:998;text-decoration:none;
  transition:all .3s cubic-bezier(0.34, 1.56, 0.64, 1);
  animation:whatsappPulse 2.5s infinite;
}
.whatsapp-float::before{
  content:'';position:absolute;inset:-6px;
  border-radius:50%;background:rgba(37,211,102,0.4);
  z-index:-1;animation:whatsappRing 2s infinite;
}
@keyframes whatsappPulse{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.06)}
}
@keyframes whatsappRing{
  0%{transform:scale(1);opacity:.6}
  100%{transform:scale(1.5);opacity:0}
}
.whatsapp-float:hover{transform:scale(1.12) rotate(8deg);background:#1eb858}
.whatsapp-float svg{width:32px;height:32px}
.whatsapp-tooltip{
  position:absolute;right:74px;top:50%;transform:translateY(-50%);
  background:var(--navy);color:#fff;
  padding:9px 16px;border-radius:8px;
  font-size:13px;font-weight:600;white-space:nowrap;
  opacity:0;visibility:hidden;
  transition:all .25s;pointer-events:none;
  letter-spacing:.02em;
  box-shadow:0 6px 20px rgba(30,30,122,0.25);
}
.whatsapp-tooltip::after{
  content:'';position:absolute;left:100%;top:50%;transform:translateY(-50%);
  border-left:7px solid var(--navy);
  border-top:6px solid transparent;border-bottom:6px solid transparent;
}
.whatsapp-float:hover .whatsapp-tooltip{opacity:1;visibility:visible;right:80px}
@media(max-width:768px){
  .whatsapp-float{width:54px;height:54px;bottom:18px;right:18px
  .footer-brand-emblem{width:72px;height:72px}
  .footer-text-logo{height:58px}
}
  .whatsapp-float svg{width:28px;height:28px}
  .whatsapp-tooltip{display:none}
}


/* SCROLL REVEAL ANIMATIONS */
.reveal{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(0.4, 0, 0.2, 1),transform .8s cubic-bezier(0.4, 0, 0.2, 1)}
.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-left{opacity:0;transform:translateX(-40px);transition:opacity .8s cubic-bezier(0.4, 0, 0.2, 1),transform .8s cubic-bezier(0.4, 0, 0.2, 1)}
.reveal-left.visible{opacity:1;transform:translateX(0)}
.reveal-right{opacity:0;transform:translateX(40px);transition:opacity .8s cubic-bezier(0.4, 0, 0.2, 1),transform .8s cubic-bezier(0.4, 0, 0.2, 1)}
.reveal-right.visible{opacity:1;transform:translateX(0)}
.reveal-scale{opacity:0;transform:scale(0.92);transition:opacity .8s cubic-bezier(0.34, 1.56, 0.64, 1),transform .8s cubic-bezier(0.34, 1.56, 0.64, 1)}
.reveal-scale.visible{opacity:1;transform:scale(1)}
.stagger-children > *{opacity:0;transform:translateY(20px);transition:all .6s cubic-bezier(0.4, 0, 0.2, 1)}
.stagger-children.visible > *{opacity:1;transform:translateY(0)}
.stagger-children.visible > *:nth-child(1){transition-delay:.05s}
.stagger-children.visible > *:nth-child(2){transition-delay:.15s}
.stagger-children.visible > *:nth-child(3){transition-delay:.25s}
.stagger-children.visible > *:nth-child(4){transition-delay:.35s}
.stagger-children.visible > *:nth-child(5){transition-delay:.45s}
.stagger-children.visible > *:nth-child(6){transition-delay:.55s}
.stagger-children.visible > *:nth-child(7){transition-delay:.65s}
.stagger-children.visible > *:nth-child(8){transition-delay:.75s}

/* Animated banner entrance */
.page-banner-inner > *{animation:fadeUpBanner .8s cubic-bezier(0.34, 1.56, 0.64, 1) both}
@keyframes fadeUpBanner{from{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}
.breadcrumb{animation-delay:.1s}
.page-banner-arabic{animation-delay:.22s}
.page-title{animation-delay:.35s}
.page-subtitle{animation-delay:.5s}


/* ═══ ULTIMATE FINAL OVERRIDES — Highest Priority ═══ */
/* These rules at the end of <style> ensure they win the cascade */
/* Strategy:
   - Long paragraphs (3+ lines): justify + text-align-last:left + hyphens
   - Short content (1-2 lines, captions, card descriptions): text-align:left
*/

/* CURRICULUM page — Philosophy section (long body) */
.philosophy-body p,
.philosophy-body > p{
  text-align:justify !important;
  text-align-last:left !important;
  text-justify:inter-word !important;
  hyphens:auto !important;
  -webkit-hyphens:auto !important;
  word-spacing:-0.5px !important;
}

/* Pillar cards — short descriptions, use LEFT (no justify gaps) */
.pillar-card .pillar-card-text,
.pillar-card .pillar-card-desc,
.pillar-card-text,
.pillar-card-desc{
  text-align:left !important;
  hyphens:none !important;
  -webkit-hyphens:none !important;
  word-spacing:normal !important;
}

/* Curriculum items - moderate text, justify with safe last-line */
.curr-item .curr-item-text,
.curr-item-text{
  text-align:justify !important;
  text-align-last:left !important;
  text-justify:inter-word !important;
  hyphens:auto !important;
  -webkit-hyphens:auto !important;
  word-spacing:-0.5px !important;
}

/* Assessment cards - moderate text */
.assessment-card .assessment-card-text,
.assessment-card .assessment-card-content,
.assessment-card-text,
.assessment-card-content{
  text-align:justify !important;
  text-align-last:left !important;
  text-justify:inter-word !important;
  hyphens:auto !important;
  -webkit-hyphens:auto !important;
  word-spacing:-0.5px !important;
}

/* Outcome items - usually short */
.outcome-item .outcome-item-text,
.outcome-item-text{
  text-align:left !important;
  hyphens:none !important;
  -webkit-hyphens:none !important;
  word-spacing:normal !important;
}

/* Grade card descriptions - short (2-3 lines), use LEFT */
.grade-card .grade-card-desc,
.grade-card .grade-card-focus-text,
.grade-card-desc,
.grade-card-focus-text{
  text-align:left !important;
  hyphens:none !important;
  -webkit-hyphens:none !important;
  word-spacing:normal !important;
}

.integration-note .integration-note-text,
.integration-note-text{
  text-align:justify !important;
  text-align-last:left !important;
  text-justify:inter-word !important;
  hyphens:auto !important;
  -webkit-hyphens:auto !important;
  word-spacing:-0.5px !important;
}

/* PROGRAMMES page */
.programme-desc,
.programme-header-content p{
  text-align:justify !important;
  text-align-last:left !important;
  text-justify:inter-word !important;
  hyphens:auto !important;
  -webkit-hyphens:auto !important;
  word-spacing:-0.5px !important;
}

/* Why cards - short descriptions, use LEFT */
.why-card .why-card-text,
.why-card-text{
  text-align:left !important;
  hyphens:none !important;
  -webkit-hyphens:none !important;
  word-spacing:normal !important;
}

/* SCHOOL FEE page */
.fee-note,
.payment-desc,
.intro-stat-desc{
  text-align:justify !important;
  text-align-last:left !important;
  text-justify:inter-word !important;
  hyphens:auto !important;
  -webkit-hyphens:auto !important;
  word-spacing:-0.5px !important;
}

/* SCHOOL FEE - Programme stage descriptions (Tiny Tots / Early Years / Cambridge) */
/* These are .section-lead inside fee-header-left - need to justify properly */
.fee-header-left .section-lead,
.fee-section .fee-header-left p.section-lead,
.fee-section-header .section-lead{
  text-align:justify !important;
  text-align-last:left !important;
  text-justify:inter-word !important;
  hyphens:auto !important;
  -webkit-hyphens:auto !important;
  word-spacing:-0.5px !important;
}

/* TEAM page */
.team-card .team-card-bio,
.team-card-bio,
.team-modal-bio{
  text-align:justify !important;
  text-align-last:left !important;
  text-justify:inter-word !important;
  hyphens:auto !important;
  -webkit-hyphens:auto !important;
  word-spacing:-0.5px !important;
}

/* Join Mission text - centered (matches CTA pattern) */
.join-team-desc{
  text-align:center !important;
  hyphens:none !important;
  -webkit-hyphens:none !important;
  word-spacing:normal !important;
}

/* ADMISSION page */
.step-desc,
.charter-desc,
.declaration-text,
.info-desc,
.help-card-text{
  text-align:justify !important;
  text-align-last:left !important;
  text-justify:inter-word !important;
  hyphens:auto !important;
  -webkit-hyphens:auto !important;
  word-spacing:-0.5px !important;
}

/* Download description - keep readable left-aligned */
.download-desc{
  text-align:left !important;
  hyphens:none !important;
  -webkit-hyphens:none !important;
  word-spacing:normal !important;
}

/* CONTACT page */
.faq-answer p,
.faq-answer-inner p,
.contact-card-content p,
.map-address-text{
  text-align:justify !important;
  text-align-last:left !important;
  text-justify:inter-word !important;
  hyphens:auto !important;
  -webkit-hyphens:auto !important;
  word-spacing:-0.5px !important;
}

/* GALLERY / VIDEOS — usually short text, keep natural */

/* CTA subtitle — center (matches home page) */
section.cta .cta-inner .cta-sub,
.cta .cta-sub,
.cta-sub{
  text-align:center !important;
}

/* Page-subtitle and section-leads inside center headers — keep centered */
.page-subtitle,
.intro-header .section-lead,
.why-eis-header .section-lead,
.vmc-header .section-lead,
.principles-header .section-lead,
.faculty-header .section-lead,
.qa-header .section-lead,
.governance-header .section-lead,
.curr-header .section-lead,
.scep-header .section-lead,
.sca-header .section-lead,
.programmes-header .section-lead,
.fee-header .section-lead,
.team-header .section-lead,
.admission-header .section-lead,
.gallery-header .section-lead,
.videos-header .section-lead,
.contact-header .section-lead{
  text-align:center !important;
}

/* Footer brand tag — short caption, LEFT aligned (no justify gaps) */
.footer-brand-tag{
  text-align:left !important;
  hyphens:none !important;
  -webkit-hyphens:none !important;
  word-spacing:normal !important;
  line-height:1.6 !important;
  max-width:380px !important;
}


/* ═══ MOBILE TYPOGRAPHY FIX (≤480px) — accessibility-friendly label sizes ═══ */
@media(max-width:480px){
  /* Tiny badges/labels - bump from 10-10.5px to 11-12px for legibility */
  .values-ayah-label,
  .grade-card-badge,
  .team-card-role-badge,
  .download-badge,
  .photo-card-category,
  .contact-card-badge,
  .section-label,
  .video-item-cat,
  .video-main-category{
    font-size:11.5px !important;
    letter-spacing:.1em !important;
  }
  /* Body text minimum 14px on phones for comfortable reading */
  p, li, .info-desc, .about-card-text, .team-card-bio, 
  .grade-card-desc, .pillar-card-text, .why-card-text,
  .vmc-card-text, .principle-text, .faculty-desc{
    font-size:14px !important;
  }
  /* Buttons & form inputs: prevent iOS zoom-on-focus by ensuring 16px+ */
  input, textarea, select{
    font-size:16px !important;
  }
}

