*{box-sizing:border-box;margin:0;padding:0}
.page{font-family:'Helvetica Neue',Arial,sans-serif;background:#FDFCF8;color:#374151}
.nav{background:#0F2D52;display:flex;align-items:center;padding:0 48px;position:sticky;top:0;z-index:100}

.nav-link{font-size:13px;color:rgba(255,255,255,.7);padding:20px 15px;cursor:pointer;white-space:nowrap}
.nav-link.active{color:#fff;border-bottom:2px solid #B8860B}

a {
  text-decoration: none;
}

.nav-apply{
    display:inline-block;
    background:#B8860B;
    color:#fff;
    font-size:12px;
    font-weight:500;
    padding:9px 18px;
    border:1px solid #B8860B;
    border-radius:3px 14px 14px 3px;
    margin-left:20px;
    cursor:pointer;
    font-family:inherit;
    text-decoration:none;
    line-height:1;
  }
  
  .nav-apply:visited{
    color:#fff;
  }
  
  .nav-apply:hover,
  .nav-apply:focus{
    color:#fff;
    text-decoration:none;
  }

/* PAGE TABS */
.page-tabs{background:#fff;border-bottom:1px solid #E5E2D9;padding:0 48px;display:flex;position:sticky;top:57px;z-index:90;overflow-x:auto}
.ptab{font-size:13px;color:#6B7280;padding:15px 20px;cursor:pointer;border-bottom:2px solid transparent;background:none;border-top:none;border-left:none;border-right:none;font-family:inherit;white-space:nowrap;flex-shrink:0}
.ptab:hover{color:#0F2D52}
.ptab.active{color:#0F2D52;border-bottom-color:#B8860B;font-weight:500}

.pg{display:none}.pg.active{display:block}

/* HERO */
.hero{position:relative;min-height:360px;display:flex;align-items:center;overflow:hidden;background:#0B1E35}
.hero-overlay{position:absolute;inset:0;background:rgba(8,18,34,.62)}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;opacity:.04}
.hero-content{position:relative;z-index:2;padding:56px 48px 64px;max-width:680px}
.bc{display:flex;align-items:center;gap:8px;margin-bottom:14px}
.bci{font-size:12px;color:rgba(255,255,255,.4);cursor:pointer}
.bcs{font-size:12px;color:rgba(255,255,255,.2)}
.bcc{font-size:12px;color:#B8860B}
.eyebrow{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:#B8860B;margin-bottom:10px}
.hero-h1{font-family:Georgia,serif;font-size:34px;color:#fff;line-height:1.18;letter-spacing:-.3px;margin-bottom:14px;max-width:560px}
.hero-sub{font-size:15px;color:rgba(255,255,255,.6);line-height:1.7;max-width:500px;margin-bottom:28px}
.hero-ctas{display:flex;gap:12px;flex-wrap:wrap}

.btn-gold {
    background:#B8860B;
    color:#fff;
    border:none;
    padding:12px 24px;
    font-size:14px;
    font-weight:500;
    border:1px solid #B8860B;
    border-radius:3px 18px 18px 3px;
    cursor:pointer;
    font-family:inherit
}

.btn-ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.35);padding:11px 22px;font-size:14px;font-weight:500;border-radius:3px;cursor:pointer;font-family:inherit}

/* SECTION */
.sec{padding:56px 48px}.sec.alt{background:#fff}.sec.tinted{background:#F8F7F4}.sec.dark{background:#0F2D52}
.sec-h2{font-family:Georgia,serif;font-size:26px;color:#0F2D52;margin-bottom:10px;line-height:1.25}
.sec-h2.light{color:#fff}
.sec-lead{font-size:15px;color:#374151;line-height:1.75;max-width:680px;margin-bottom:28px}
.sec-lead.light{color:rgba(255,255,255,.65)}

/* DEADLINE BANNER */
.deadline-banner{background:#B8860B;padding:14px 48px;display:flex;align-items:center;gap:16px}
.db-label{font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.7)}
.db-date{font-family:Georgia,serif;font-size:18px;color:#fff}
.db-note{font-size:12px;color:rgba(255,255,255,.65);margin-left:auto}

/* PROCESS STEPS */
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:0.5px solid #E5E2D9;border-radius:6px;overflow:hidden;margin-bottom:32px}
.step{padding:24px 20px;border-right:0.5px solid #E5E2D9;background:#fff;position:relative}
.step:last-child{border-right:none}
.step-num{font-family:Georgia,serif;font-size:40px;color:#0F2D52;line-height:1;margin-bottom:10px}
.step-title{font-size:13px;font-weight:500;color:#0F2D52;margin-bottom:6px;line-height:1.35}
.step-body{font-size:12px;color:#6B7280;line-height:1.6}
.step-arrow{position:absolute;right:-10px;top:24px;width:20px;height:20px;background:#0F2D52;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:10px;color:#fff;z-index:1}

/* FORM CARDS */
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:32px}
.form-card{border-radius:6px;overflow:hidden;border:0.5px solid #E5E2D9}
.form-card.primary{border-color:#0F2D52;border-width:1.5px}
.fc-header{padding:24px 24px 18px}
.fc-header.navy{background:#0F2D52}
.fc-header.light{background:#F8F7F4}
.fc-badge{font-size:10px;font-weight:500;letter-spacing:.07em;text-transform:uppercase;padding:3px 9px;border-radius:3px;display:inline-block;margin-bottom:10px}
.fc-badge.gold{background:rgba(184,134,11,.2);color:#D4A017}
.fc-badge.blue{background:#E8F0FE;color:#185EA5}
.fc-title{font-family:Georgia,serif;font-size:19px;margin-bottom:6px;line-height:1.3}
.fc-title.light{color:#fff}
.fc-title.dark{color:#0F2D52}
.fc-sub{font-size:13px}
.fc-sub.light{color:rgba(255,255,255,.5)}
.fc-sub.muted{color:#6B7280}
.fc-body{padding:18px 24px 22px;background:#fff}
.fc-list{list-style:none;padding:0;margin-bottom:18px}
.fc-list li{font-size:13px;color:#374151;padding:6px 0;border-bottom:0.5px solid #F8F7F4;display:flex;gap:8px;align-items:flex-start;line-height:1.5}
.fc-list li:last-child{border-bottom:none}
.fc-list li::before{content:"";width:5px;height:5px;border-radius:50%;background:#B8860B;margin-top:6px;flex-shrink:0}
.fc-cta{display:block;width:100%;padding:12px;font-size:13px;font-weight:500;border-radius:3px;cursor:pointer;font-family:inherit;text-align:center}
.fc-cta.navy{background:#0F2D52;color:#fff;border:none}
.fc-cta.outline{background:transparent;color:#0F2D52;border:1px solid #0F2D52}

/* HUBSPOT NOTE */
.hs-note{background:#FEF9EC;border:0.5px solid rgba(184,134,11,.25);border-radius:6px;padding:14px 18px;font-size:12px;color:#374151;line-height:1.6;margin-top:8px}
.hs-note strong{color:#B8860B;font-weight:500}

/* TIMELINE */
.timeline-strip{background:#fff;border:0.5px solid #E5E2D9;border-radius:6px;overflow:hidden}
.tl-row{display:grid;grid-template-columns:140px 1fr;border-bottom:0.5px solid #E5E2D9;align-items:stretch}
.tl-row:last-child{border-bottom:none}
.tl-date{background:#F8F7F4;padding:14px 16px;font-family:Georgia,serif;font-size:14px;color:#0F2D52;display:flex;align-items:center}
.tl-text{padding:14px 18px;font-size:13px;color:#374151;line-height:1.55;display:flex;align-items:center}
.tl-badge{font-size:10px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;background:#B8860B;color:#fff;padding:2px 8px;border-radius:3px;margin-left:10px;flex-shrink:0}

/* ── REQUIREMENTS PAGE ── */
.region-tabs{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap}
.rtab{font-size:12px;font-weight:500;padding:8px 16px;border-radius:20px;cursor:pointer;border:1px solid #E5E2D9;background:#fff;color:#6B7280;font-family:inherit}
.rtab.active{background:#0F2D52;color:#fff;border-color:#0F2D52}
.req-block{display:none}.req-block.active{display:block}
.req-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.req-card{background:#fff;border:0.5px solid #E5E2D9;border-radius:6px;padding:20px 22px}
.req-card-title{font-size:13px;font-weight:500;color:#0F2D52;margin-bottom:8px;display:flex;align-items:center;gap:8px}
.req-card-body{font-size:13px;color:#374151;line-height:1.65}
.req-card-body ul{padding-left:16px;margin-top:6px}
.req-card-body ul li{margin-bottom:4px}
.req-card-note{background:#FEF9EC;border:0.5px solid rgba(184,134,11,.22);border-radius:4px;padding:8px 12px;font-size:12px;color:#374151;line-height:1.55;margin-top:10px}
.req-card-note strong{color:#B8860B;font-weight:500}

/* english levels */
.eng-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:8px}
.eng-card{background:#F8F7F4;border:0.5px solid #E5E2D9;border-radius:4px;padding:12px 14px;text-align:center}
.eng-score{font-family:Georgia,serif;font-size:20px;color:#0F2D52;margin-bottom:3px}
.eng-label{font-size:11px;color:#6B7280}

/* ── FEES PAGE ── */
.fee-hero-band{background:#0F2D52;padding:48px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.fee-main{font-family:Georgia,serif;font-size:56px;color:#B8860B;line-height:1;margin-bottom:6px}
.fee-per{font-size:14px;color:rgba(255,255,255,.5);margin-bottom:16px}
.fee-note{font-size:14px;color:rgba(255,255,255,.65);line-height:1.65}
.fee-comparison{display:flex;flex-direction:column;gap:10px}
.fee-comp-card{background:rgba(255,255,255,.07);border:0.5px solid rgba(255,255,255,.1);border-radius:6px;padding:14px 18px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px}
.fee-comp-univ{font-size:13px;color:rgba(255,255,255,.7)}
.fee-comp-univ span{font-size:11px;color:rgba(255,255,255,.35);display:block;margin-top:1px}
.fee-comp-cost{font-family:Georgia,serif;font-size:17px;color:#fff;text-align:right;white-space:nowrap}
.fee-comp-card.highlight{background:rgba(184,134,11,.15);border-color:rgba(184,134,11,.35)}
.fee-comp-cost.gold{color:#B8860B}

.fee-breakdown{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:32px}
.fee-item{background:#fff;border:0.5px solid #E5E2D9;border-radius:6px;padding:18px 16px;text-align:center}
.fee-item-n{font-family:Georgia,serif;font-size:22px;color:#0F2D52;line-height:1;margin-bottom:4px}
.fee-item-l{font-size:11px;color:#6B7280;line-height:1.4}

.total-band{background:#F8F7F4;border:1px solid #E5E2D9;border-radius:6px;padding:20px 24px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:20px;margin-bottom:8px}
.total-label{font-size:14px;color:#374151;line-height:1.5}
.total-label strong{color:#0F2D52;font-size:16px}
.total-cost{font-family:Georgia,serif;font-size:28px;color:#0F2D52;text-align:right}

/* ── FAQ PAGE ── */
.faq-wrap{max-width:760px}
.faq-item{border-bottom:0.5px solid #E5E2D9}
.faq-trigger{width:100%;background:none;border:none;padding:18px 0;display:flex;align-items:center;gap:12px;cursor:pointer;font-family:inherit;text-align:left}
.faq-trigger:hover .faq-q{color:#B8860B}
.faq-q{font-size:14px;font-weight:500;color:#0F2D52;flex:1;line-height:1.4;text-align:left}
.faq-chevron{font-size:16px;color:#6B7280;transition:transform .2s;flex-shrink:0}
.faq-chevron.open{transform:rotate(180deg)}
.faq-body{display:none;padding:0 0 18px;font-size:13px;color:#374151;line-height:1.7}
.faq-body.open{display:block}
.faq-section-label{font-size:10px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#B8860B;padding:24px 0 8px;display:block}

/* ── CONTACT PAGE ── */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.contact-card{border-radius:6px;overflow:hidden;border:0.5px solid #E5E2D9}
.contact-card.featured{border-color:#0F2D52;border-width:1.5px}
.cc-header{padding:22px 24px 16px}
.cc-header.navy{background:#0F2D52}
.cc-header.tinted{background:#F8F7F4}
.cc-badge{font-size:10px;font-weight:500;letter-spacing:.07em;text-transform:uppercase;padding:3px 9px;border-radius:3px;display:inline-block;margin-bottom:10px}
.cc-badge.gold{background:rgba(184,134,11,.18);color:#D4A017}
.cc-badge.blue{background:#E8F0FE;color:#185EA5}
.cc-title{font-family:Georgia,serif;font-size:18px;margin-bottom:5px;line-height:1.3}
.cc-title.light{color:#fff}
.cc-title.dark{color:#0F2D52}
.cc-sub{font-size:13px}
.cc-sub.light{color:rgba(255,255,255,.5)}
.cc-sub.muted{color:#6B7280}
.cc-body{padding:18px 24px 22px;background:#fff}
.cc-body p{font-size:13px;color:#374151;line-height:1.65;margin-bottom:14px}
.cc-cta{display:block;width:100%;padding:13px;font-size:13px;font-weight:500;border-radius:3px;cursor:pointer;font-family:inherit;text-align:center}
.cc-cta.navy{background:#0F2D52;color:#fff;border:none}
.cc-cta.wa{background:#25D366;color:#fff;border:none;display:flex;align-items:center;justify-content:center;gap:8px}
.cc-cta.outline{background:transparent;color:#0F2D52;border:1px solid #0F2D52}

.whatsapp-band{background:#25D366;padding:32px 48px;display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center}
.wa-text-eyebrow{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.7);margin-bottom:8px}
.wa-text-title{font-family:Georgia,serif;font-size:22px;color:#fff;margin-bottom:6px;line-height:1.3}
.wa-text-sub{font-size:14px;color:rgba(255,255,255,.75);line-height:1.6}
.wa-btn{background:#fff;color:#25D366;border:none;padding:14px 28px;font-size:14px;font-weight:500;border-radius:3px;cursor:pointer;font-family:inherit;white-space:nowrap;display:flex;align-items:center;gap:8px}

.contact-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}
.ci-card{background:#fff;border:0.5px solid #E5E2D9;border-radius:6px;padding:16px 18px}
.ci-label{font-size:11px;font-weight:500;letter-spacing:.07em;text-transform:uppercase;color:#B8860B;margin-bottom:6px}
.ci-value{font-size:13px;color:#0F2D52;font-weight:500;line-height:1.4}
.ci-sub{font-size:12px;color:#6B7280;margin-top:2px}

/* APPLY BAND */
.apply-band{background:#0F2D52;padding:44px 48px;display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center}
.apply-eyebrow{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:#B8860B;margin-bottom:10px}
.apply-title{font-family:Georgia,serif;font-size:22px;color:#fff;margin-bottom:8px;line-height:1.3}
.apply-sub{font-size:14px;color:rgba(255,255,255,.5);line-height:1.6}
.apply-btns{display:flex;gap:10px;flex-direction:column;align-items:flex-end}
.btn-gold-lg{background:#B8860B;color:#fff;border:none;padding:13px 26px;font-size:14px;font-weight:500;border-radius:3px;cursor:pointer;font-family:inherit;white-space:nowrap}
.btn-ol{background:transparent;color:rgba(255,255,255,.65);border:1px solid rgba(255,255,255,.28);padding:10px 22px;font-size:13px;border-radius:3px;cursor:pointer;font-family:inherit;white-space:nowrap}

/* =========================================================
   ADMISSIONS PAGE RESPONSIVE LAYER
   Add at very end of CSS
   ========================================================= */

   html,
   body{
     width:100%;
     overflow-x:hidden;
   }
   
   img,
   video,
   svg{
     max-width:100%;
   }
   
   /* ---------------------------------------------------------
      LARGE TABLETS / SMALL LAPTOPS
   --------------------------------------------------------- */
   @media (max-width:1200px){
   
     .nav,
     .page-tabs,
     .sec,
     .deadline-banner,
     .fee-hero-band,
     .whatsapp-band,
     .apply-band{
       padding-left:32px;
       padding-right:32px;
     }
   
     .hero-content{
       padding-left:32px;
       padding-right:32px;
     }
   
     .steps{
       grid-template-columns:repeat(2,1fr);
     }
   
     .step:nth-child(2){
       border-right:none;
     }
   
     .step:nth-child(1),
     .step:nth-child(2){
       border-bottom:0.5px solid #E5E2D9;
     }
   
     .fee-breakdown{
       grid-template-columns:repeat(2,1fr);
     }
   
     .contact-info-grid{
       grid-template-columns:1fr 1fr;
     }
   }
   
   /* ---------------------------------------------------------
      TABLETS
   --------------------------------------------------------- */
   @media (max-width:992px){
   
     .nav,
     .page-tabs{
       overflow-x:auto;
       scrollbar-width:none;
     }
   
     .nav::-webkit-scrollbar,
     .page-tabs::-webkit-scrollbar{
       display:none;
     }
   
     .hero{
       min-height:520px;
     }
   
     .hero-content{
       max-width:100%;
     }
   
     .hero-h1{
       font-size:32px;
     }
   
     .form-grid,
     .req-grid,
     .contact-grid,
     .fee-hero-band,
     .apply-band,
     .whatsapp-band{
       grid-template-columns:1fr;
       gap:24px;
     }
   
     .steps{
       grid-template-columns:1fr;
     }
   
     .step{
       border-right:none !important;
       border-bottom:0.5px solid #E5E2D9;
     }
   
     .step:last-child{
       border-bottom:none;
     }
   
     .step-arrow{
       display:none;
     }
   
     .fee-breakdown{
       grid-template-columns:1fr 1fr;
     }
   
     .total-band{
       grid-template-columns:1fr;
       gap:12px;
     }
   
     .total-cost{
       text-align:left;
     }
   
     .apply-btns{
       align-items:flex-start;
       flex-direction:row;
       flex-wrap:wrap;
     }
   
     .contact-info-grid{
       grid-template-columns:1fr;
     }
   }
   
   /* ---------------------------------------------------------
      MOBILE
   --------------------------------------------------------- */
   @media (max-width:768px){
   
     .nav{
       padding-left:18px;
       padding-right:18px;
     }
   
     .nav-link{
       font-size:12px;
       padding:18px 10px;
     }
   
     .nav-apply{
       margin-left:12px;
       padding:8px 14px;
       font-size:11px;
     }
   
     .page-tabs{
       padding-left:18px;
       padding-right:18px;
       top:57px;
     }
   
     .ptab{
       padding:14px 16px;
       font-size:12px;
     }
   
     .hero{
       min-height:620px;
       align-items:flex-end;
     }
   
     .hero-overlay{
       background:linear-gradient(
         to bottom,
         rgba(8,18,34,.35),
         rgba(8,18,34,.92)
       );
     }
   
     .hero-content{
       padding:110px 22px 48px;
     }
   
     .bc{
       flex-wrap:wrap;
     }
   
     .hero-h1{
       font-size:28px;
       line-height:1.15;
     }
   
     .hero-sub{
       font-size:15px;
       line-height:1.65;
     }
   
     .hero-ctas{
       flex-direction:column;
       align-items:stretch;
     }
   
     .hero-ctas a,
     .hero-ctas button,
     .btn-gold,
     .btn-ghost{
       width:100%;
     }
   
     .sec,
     .deadline-banner,
     .fee-hero-band,
     .whatsapp-band,
     .apply-band{
       padding:48px 22px;
     }
   
     .deadline-banner{
       display:block;
     }
   
     .db-label,
     .db-date,
     .db-note{
       margin:0 0 6px 0;
     }
   
     .db-date{
       font-size:24px;
     }
   
     .sec-h2{
       font-size:25px;
     }
   
     .sec-lead{
       font-size:15px;
     }
   
     .form-grid,
     .req-grid,
     .contact-grid,
     .fee-breakdown{
       grid-template-columns:1fr;
     }
   
     .timeline-strip{
       overflow:hidden;
     }
   
     .tl-row{
       grid-template-columns:1fr;
     }
   
     .tl-date{
       border-bottom:0.5px solid #E5E2D9;
     }
   
     .eng-grid{
       grid-template-columns:1fr;
     }
   
     .fee-main{
       font-size:46px;
     }
   
     .fee-comp-card{
       grid-template-columns:1fr;
       gap:6px;
     }
   
     .fee-comp-cost{
       text-align:left;
     }
   
     .faq-trigger{
       padding:16px 0;
     }
   
     .faq-q{
       font-size:13px;
     }
   
     .wa-text-title{
       font-size:20px;
     }
   
     .wa-btn{
       width:100%;
       justify-content:center;
     }
   
     .apply-btns{
       flex-direction:column;
       align-items:stretch;
     }
   
     .apply-btns button,
     .btn-gold-lg,
     .btn-ol{
       width:100%;
     }
   }
   
   /* ---------------------------------------------------------
      SMALL MOBILE
   --------------------------------------------------------- */
   @media (max-width:480px){
   
     .hero-content{
       padding-left:18px;
       padding-right:18px;
     }
   
     .hero-h1{
       font-size:24px;
     }
   
     .hero-sub{
       font-size:14px;
     }
   
     .sec,
     .deadline-banner,
     .fee-hero-band,
     .whatsapp-band,
     .apply-band{
       padding-left:18px;
       padding-right:18px;
     }
   
     .sec-h2{
       font-size:22px;
     }
   
     .fc-header,
     .fc-body,
     .cc-header,
     .cc-body,
     .req-card,
     .ci-card{
       padding-left:16px;
       padding-right:16px;
     }
   
     .fee-main{
       font-size:40px;
     }
   
     .total-cost{
       font-size:24px;
     }
   
     .apply-title{
       font-size:20px;
     }
   
     .wa-text-title{
       font-size:18px;
     }
   }