:root {
  --navy: #06245b;
  --navy-2: #0a397b;
  --gold: #f6a800;
  --gold-light: #ffc633;
  --ink: #14213d;
  --muted: #657085;
  --soft: #f4f7fb;
  --line: #e4e9f1;
  --white: #fff;
  --shadow: 0 18px 50px rgba(5, 31, 75, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font: 16px/1.7 "Manrope", sans-serif; background: var(--white); }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
h1, h2, h3 { margin: 0 0 18px; color: var(--navy); font-family: "Manrope", sans-serif; font-weight: 800; line-height: 1.12; }
h1 { font-size: clamp(3rem, 6vw, 5.9rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.25rem, 4vw, 3.8rem); letter-spacing: -.035em; }
h3 { font-size: 1.35rem; }
p { margin: 0 0 20px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 10px 16px; transform: translateY(-150%); background: #fff; color: var(--navy); }
.skip-link:focus { transform: none; }

.top-strip { background: var(--navy); color: rgba(255,255,255,.88); font-size: .85rem; }
.top-strip__inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.top-strip i { color: var(--gold); margin-right: 7px; }
.top-strip__inner div { display: flex; gap: 28px; }
.top-strip a:hover { color: var(--gold-light); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(7,31,75,.08); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 91px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); }
.brand > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.brand strong { font: 800 1.42rem/1 "Manrope", sans-serif; letter-spacing: .04em; }
.brand small { margin-top: 8px; color: var(--gold); font-size: .69rem; font-weight: 700; letter-spacing: .22em; }
.brand-mark { display: block; width: 58px; height: 58px; overflow: hidden; flex: 0 0 58px; border-radius: 50%; background: #fff; box-shadow: 0 7px 20px rgba(6,36,91,.1); }
.brand-mark img { width: 100%; height: 100%; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 26px; color: var(--navy); font-size: .93rem; font-weight: 700; }
.main-nav > a { position: relative; padding: 10px 0; }
.main-nav > a:not(.nav-cta)::after { position: absolute; bottom: 3px; left: 0; width: 0; height: 2px; content: ""; background: var(--gold); transition: width .25s; }
.main-nav > a:hover::after { width: 100%; }
.main-nav .nav-cta { padding: 13px 19px; border-radius: 7px; background: var(--gold); box-shadow: 0 8px 24px rgba(246,168,0,.25); }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--navy); font-size: 1.4rem; }

.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: #cc8300; font-size: .75rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.eyebrow::before { width: 32px; height: 2px; content: ""; background: var(--gold); }
.eyebrow--light { color: var(--gold-light); }
.btn { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 7px; padding: 12px 23px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--navy); box-shadow: 0 12px 28px rgba(246,168,0,.22); }
.btn-gold:hover { background: var(--gold-light); color: var(--navy); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-2); color: #fff; }
.btn-outline { border-color: rgba(6,36,91,.25); background: rgba(255,255,255,.8); color: var(--navy); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-weight: 800; }
.text-link i { color: var(--gold); transition: transform .2s; }
.text-link:hover i { transform: translateX(4px); }

.hero { position: relative; min-height: 720px; overflow: hidden; background: #eef4f7; }
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246,249,251,.99) 0%, rgba(246,249,251,.93) 32%, rgba(246,249,251,.18) 67%, rgba(246,249,251,0) 100%); }
.hero::after { position: absolute; right: -160px; bottom: -230px; width: 560px; height: 560px; border: 70px solid rgba(246,168,0,.85); border-radius: 50%; content: ""; }
.hero__inner { position: relative; z-index: 1; min-height: 720px; display: flex; align-items: center; }
.hero__content { width: min(790px, 64%); padding: 60px 0; }
.hero h1 { max-width: 790px; font-size: clamp(3.4rem, 4.6vw, 4.9rem); letter-spacing: -.055em; }
.hero h1 span, .hero h1 em { display: block; }
.hero h1 em { color: var(--gold); font-style: normal; }
.hero p { max-width: 600px; color: #35445d; font-size: 1.18rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 32px 0 38px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px 26px; color: var(--navy); font-size: .86rem; font-weight: 700; }
.trust-row i { margin-right: 6px; color: var(--gold); }

.stats-bar { position: relative; z-index: 2; margin-top: -36px; }
.stats-grid { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid rgba(255,255,255,.2); border-radius: 12px; padding: 25px; background: linear-gradient(120deg, #041d4c, #0b4088); box-shadow: var(--shadow); color: #fff; }
.stats-grid div { display: flex; align-items: center; gap: 15px; justify-content: center; border-right: 1px solid rgba(255,255,255,.16); }
.stats-grid div:last-child { border-right: 0; }
.stats-grid strong { color: var(--gold-light); font: 800 2.25rem/1 "Manrope", sans-serif; }
.stats-grid span { max-width: 100px; font-size: .79rem; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }

.section { padding: 112px 0; }
.section--soft { background: var(--soft); }
.section--navy { background: linear-gradient(135deg, #041d4c, #0b3a78); color: rgba(255,255,255,.8); }
.section--navy h2, .section--navy h3 { color: #fff; }
.split { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 84px; }
.split--reverse { grid-template-columns: 1.12fr .88fr; }
.lead { color: #31415c; font-size: 1.13rem; font-weight: 500; }
.image-frame { position: relative; padding: 0 34px 34px 0; }
.image-frame::before { position: absolute; z-index: -1; right: 0; bottom: 0; width: 76%; height: 78%; border-radius: 4px; content: ""; background: var(--gold); }
.image-frame > img { width: 100%; height: 580px; border-radius: 4px; object-fit: cover; box-shadow: var(--shadow); }
.image-badge { position: absolute; right: -12px; bottom: 64px; width: 220px; border-left: 4px solid var(--gold); border-radius: 5px; padding: 18px 20px; background: var(--navy); box-shadow: var(--shadow); color: rgba(255,255,255,.78); font-size: .85rem; line-height: 1.4; }
.image-badge strong { display: block; margin-bottom: 3px; color: var(--gold-light); font-size: 1rem; }
.check-list { display: grid; gap: 10px; margin: 27px 0 30px; padding: 0; list-style: none; }
.check-list li::before { margin-right: 11px; content: "\f058"; color: var(--gold); font: 900 1rem/1 "Font Awesome 6 Free"; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 46px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.section-heading > p { max-width: 430px; color: var(--muted); }
.section-heading--center { justify-content: center; text-align: center; }
.section-heading--center > div { max-width: 800px; }
.section-heading--center p { color: var(--muted); }
.section-heading--center .eyebrow::before { display: none; }

.destination-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.destination-card { position: relative; min-height: 345px; overflow: hidden; border-radius: 8px; box-shadow: 0 10px 25px rgba(5,31,75,.08); }
.destination-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.destination-card::after { position: absolute; inset: 35% 0 0; content: ""; background: linear-gradient(transparent, rgba(3,21,55,.92)); }
.destination-card__content { position: absolute; z-index: 1; right: 24px; bottom: 23px; left: 24px; color: #fff; font: 800 1.7rem/1.1 "Manrope", sans-serif; }
.destination-card small { display: block; margin-top: 7px; color: rgba(255,255,255,.68); font: 500 .77rem/1.3 "Manrope", sans-serif; letter-spacing: .05em; }
.destination-card:hover img { transform: scale(1.05); }
.destination-card__flag { position: absolute; z-index: 2; top: 18px; right: 18px; display: grid; width: 48px; height: 48px; place-items: center; border: 2px solid rgba(255,255,255,.8); border-radius: 50%; background: rgba(255,255,255,.92); box-shadow: 0 8px 20px rgba(0,0,0,.18); font: 400 1.65rem/1 sans-serif; }
.destination-grid--all { grid-template-columns: repeat(5,1fr); }
.destination-grid--all .destination-card { min-height: 245px; }

.university-scorecard { background: #fff; }
.scorecard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.scorecard-grid > div { display: flex; min-height: 132px; align-items: flex-start; gap: 16px; border: 1px solid var(--line); border-radius: 8px; padding: 24px; background: var(--soft); }
.scorecard-grid i { display: grid; flex: 0 0 46px; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: #fff2d5; color: var(--gold); }
.scorecard-grid span { color: var(--muted); font-size: .86rem; line-height: 1.45; }
.scorecard-grid strong { display: block; margin-bottom: 4px; color: var(--navy); font-size: .98rem; }

.journey { background: #fff; }
.steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.steps > div { position: relative; min-height: 290px; padding: 42px 30px; background: #fff; }
.steps > div > span { position: absolute; top: 20px; right: 22px; color: #dce3ed; font: 800 3rem/1 "Manrope", sans-serif; }
.steps i { display: grid; width: 60px; height: 60px; margin-bottom: 30px; place-items: center; border-radius: 50%; background: #fff6df; color: var(--gold); font-size: 1.4rem; }
.steps h3 { font-size: 1.28rem; }
.steps p { color: var(--muted); font-size: .93rem; }

.counselling-value { position: relative; overflow: hidden; background: linear-gradient(125deg, #041d4c, #0b4088); color: rgba(255,255,255,.72); }
.counselling-value::after { position: absolute; top: -200px; right: -180px; width: 500px; height: 500px; border: 65px solid rgba(246,168,0,.9); border-radius: 50%; content: ""; }
.counselling-value .section-heading { position: relative; z-index: 1; }
.counselling-value h2 { color: #fff; }
.counselling-value .section-heading p { color: rgba(255,255,255,.65); }
.deliverables { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.deliverables > div { position: relative; min-height: 255px; border: 1px solid rgba(255,255,255,.14); border-radius: 8px; padding: 34px 28px; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.deliverables > div > span { position: absolute; top: 22px; right: 22px; color: rgba(255,255,255,.22); font-weight: 800; }
.deliverables i { margin-bottom: 26px; color: var(--gold-light); font-size: 1.8rem; }
.deliverables h3 { color: #fff; }
.deliverables p { color: rgba(255,255,255,.6); font-size: .9rem; }

.benefits { background: linear-gradient(135deg,#fff 0%,#f6f8fc 100%); }
.benefit-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 32px 0; }
.benefit-list > div { display: flex; gap: 12px; }
.benefit-list i { margin-top: 5px; color: var(--gold); }
.benefit-list span { color: var(--muted); font-size: .9rem; }
.benefit-list strong { display: block; color: var(--navy); font-size: 1rem; }
.eligibility-card { position: relative; overflow: hidden; border-radius: 12px; padding: 48px; background: var(--navy); box-shadow: var(--shadow); color: rgba(255,255,255,.76); }
.eligibility-card::after { position: absolute; top: -85px; right: -85px; width: 220px; height: 220px; border: 35px solid rgba(246,168,0,.8); border-radius: 50%; content: ""; }
.eligibility-card > span { color: var(--gold-light); font-size: .75rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eligibility-card h3 { color: #fff; font-size: 2.3rem; }
.eligibility-card ul { display: grid; gap: 0; margin: 25px 0; padding: 0; list-style: none; }
.eligibility-card li { border-top: 1px solid rgba(255,255,255,.14); padding: 15px 0; }
.eligibility-card strong, .eligibility-card small { display: block; }
.eligibility-card strong { color: #fff; }
.eligibility-card small { color: rgba(255,255,255,.64); }
.disclaimer { font-size: .75rem; }

.faq-list { max-width: 900px; margin-inline: auto; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; cursor: pointer; list-style: none; padding: 24px 48px 24px 0; color: var(--navy); font: 700 1.15rem/1.4 "Manrope", sans-serif; }
.faq-list summary::after { position: absolute; top: 22px; right: 5px; content: "+"; color: var(--gold); font-size: 1.6rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 780px; padding-bottom: 23px; color: var(--muted); }

.page-hero { position: relative; overflow: hidden; padding: 105px 0 110px; background: linear-gradient(105deg,rgba(4,29,76,.98),rgba(8,55,119,.9)), url('../images/page-header.jpg') center/cover; color: rgba(255,255,255,.75); }
.page-hero::after { position: absolute; right: -80px; bottom: -190px; width: 420px; height: 420px; border: 55px solid var(--gold); border-radius: 50%; content: ""; opacity: .9; }
.page-hero h1 { position: relative; z-index: 1; max-width: 900px; color: #fff; font-size: clamp(3rem,5vw,5rem); }
.page-hero p { position: relative; z-index: 1; max-width: 700px; font-size: 1.08rem; }
.country-hero, .course-hero { position: relative; overflow: hidden; background: linear-gradient(120deg,#031a45,#0a438d); color: rgba(255,255,255,.74); }
.country-hero { background: linear-gradient(90deg,rgba(3,20,51,.96) 0%,rgba(3,28,68,.86) 48%,rgba(3,28,68,.42) 100%), var(--country-image) center/cover no-repeat; }
.country-hero::after, .course-hero::after { position: absolute; right: -150px; bottom: -240px; width: 570px; height: 570px; border: 70px solid var(--gold); border-radius: 50%; content: ""; opacity: .88; }
.country-hero__inner, .course-hero__inner { position: relative; z-index: 1; min-height: 530px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.country-hero h1, .course-hero h1 { color: #fff; font-size: clamp(3.5rem,6vw,6rem); }
.country-hero p, .course-hero p { max-width: 680px; font-size: 1.2rem; }
.country-hero__flag { display: grid; width: clamp(130px,15vw,190px); height: clamp(130px,15vw,190px); place-items: center; flex: 0 0 auto; border: 4px solid rgba(255,255,255,.72); border-radius: 50%; background: rgba(255,255,255,.9); box-shadow: 0 25px 45px rgba(0,0,0,.25); font-size: clamp(5rem,8vw,8rem); }
.course-hero__inner > i { display: grid; flex: 0 0 260px; width: 260px; height: 260px; place-items: center; border: 3px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(255,255,255,.08); color: var(--gold-light); font-size: 7rem; }
.btn-outline--light { border-color: rgba(255,255,255,.35); background: transparent; color: #fff; }
.btn-outline--light:hover { background: #fff; color: var(--navy); }
.country-overview .note-card ul { margin-bottom: 0; }
.country-checks { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.country-checks > div { position: relative; min-height: 220px; border: 1px solid var(--line); border-radius: 8px; padding: 32px 26px; background: #fff; }
.country-checks span { position: absolute; top: 20px; right: 20px; color: #dce3ed; font: 800 2.5rem/1 "Manrope",sans-serif; }
.country-checks i { margin-bottom: 25px; color: var(--gold); font-size: 1.8rem; }
.country-checks p { position: relative; color: var(--navy); font-weight: 700; }
.university-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.university-list article { display: flex; min-height: 190px; gap: 22px; border: 1px solid var(--line); border-radius: 9px; padding: 30px; background: #fff; }
.university-list article > span { display: grid; width: 52px; height: 52px; place-items: center; flex: 0 0 52px; border-radius: 50%; background: var(--navy); color: var(--gold-light); font-size: .8rem; font-weight: 800; }
.university-list small { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.university-list h3 { margin: 6px 0 10px; font-size: 1.35rem; }
.university-list p { margin: 0; color: var(--muted); font-size: .9rem; }
.regulatory-note { padding: 32px 0; background: #fff4d9; color: #604b20; }
.regulatory-note .container { display: flex; align-items: flex-start; gap: 16px; }
.regulatory-note i { margin-top: 5px; color: var(--gold); font-size: 1.3rem; }
.regulatory-note p { margin: 0; }

.course-card-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.course-card { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; padding: 38px 32px; background: #fff; box-shadow: 0 12px 35px rgba(5,31,75,.07); transition: transform .2s,box-shadow .2s; }
.course-card::after { position: absolute; top: -75px; right: -75px; width: 180px; height: 180px; border: 25px solid rgba(246,168,0,.14); border-radius: 50%; content: ""; }
.course-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.course-card > i { display: grid; width: 68px; height: 68px; margin-bottom: 26px; place-items: center; border-radius: 50%; background: var(--navy); color: var(--gold-light); font-size: 1.8rem; }
.course-card > span { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.course-card h2, .course-card h3 { margin-top: 7px; }
.course-card p, .course-card li { color: var(--muted); }
.course-card > strong { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); }
.course-card > strong i { color: var(--gold); }
.course-card--large { min-height: 460px; }
.course-card--large ul { display: grid; gap: 7px; margin: 25px 0 30px; padding-left: 19px; }
.career-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 30px; }
.career-grid div { display: flex; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 7px; padding: 19px; background: #fff; color: var(--navy); font-weight: 700; }
.career-grid i { color: var(--gold); }
.regulator-card { border-top-color: var(--navy); }
.country-link-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 12px; }
.country-link-grid a { display: flex; align-items: center; gap: 11px; border: 1px solid var(--line); border-radius: 7px; padding: 17px; background: var(--soft); }
.country-link-grid span { font-size: 1.7rem; }
.country-link-grid strong { flex: 1; color: var(--navy); }
.country-link-grid i { color: var(--gold); font-size: .75rem; }
.brochure-frame { max-height: 730px; overflow: hidden; border-radius: 9px; box-shadow: var(--shadow); }
.brochure-frame img { width: 100%; }
.value-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 34px; }
.value-row div { border-top: 3px solid var(--gold); padding: 22px; background: var(--soft); }
.value-row strong, .value-row span { display: block; }
.value-row strong { margin-bottom: 6px; color: var(--navy); }
.value-row span { color: var(--muted); font-size: .88rem; }
.leadership-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 28px; }
.leadership-card { display: grid; grid-template-columns: minmax(180px,42%) 1fr; overflow: hidden; min-height: 330px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 16px 42px rgba(5,31,75,.1); }
.leadership-card img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.leadership-card > div { display: flex; flex-direction: column; justify-content: center; border-left: 5px solid var(--gold); padding: 34px; }
.leadership-card span { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.leadership-card h3 { margin: 9px 0 18px; font-size: 1.65rem; }
.leadership-card h3 small { color: var(--muted); font-size: .8rem; font-weight: 600; }
.leadership-card p { margin: 0 0 8px; color: var(--navy); font-size: .9rem; font-weight: 650; }
.leadership-card strong { margin-top: 8px; color: var(--gold); font-size: .82rem; }
.team-grid { display: flex; gap: 20px; overflow-x: auto; padding: 2px 0 22px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.team-grid::-webkit-scrollbar { display: none; }
.team-grid article { flex: 0 0 calc((100% - 60px)/4); overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 12px 35px rgba(5,31,75,.07); scroll-snap-align: start; }
.team-grid img { width: 100%; aspect-ratio: 4/4.7; object-fit: cover; object-position: center 18%; }
.team-grid article:nth-child(1) img, .team-grid article:nth-child(2) img { object-position: center 25%; }
.team-grid article > div { min-height: 145px; border-top: 4px solid var(--gold); padding: 24px; }
.team-grid h3 { margin-bottom: 7px; font-size: 1.25rem; }
.team-grid p { margin-bottom: 3px; color: var(--navy); font-size: .88rem; font-weight: 700; }
.team-grid span { color: var(--muted); font-size: .78rem; }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 24px; }
.blog-card { border: 1px solid var(--line); border-radius: 10px; padding: 32px; background: #fff; box-shadow: 0 12px 35px rgba(5,31,75,.07); }
.blog-card__icon { display: grid; width: 52px; height: 52px; margin-bottom: 24px; place-items: center; border-radius: 50%; background: var(--navy); color: var(--gold-light); font-size: 1.15rem; }
.blog-card small { color: var(--gold); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.blog-card h2, .blog-card h3 { margin: 12px 0; font-size: 1.45rem; }
.blog-card h2 a, .blog-card h3 a { color: var(--navy); }
.blog-card p { color: var(--muted); }
.blog-detail__header { padding: 105px 0 95px; background: linear-gradient(120deg,#031a45,#0a438d); color: rgba(255,255,255,.72); }
.blog-detail__header .container, .blog-detail__body { max-width: 860px; }
.blog-detail__header h1 { max-width: 820px; margin: 14px 0 20px; color: #fff; font-size: clamp(2.5rem,5vw,4.8rem); }
.blog-detail__header p { max-width: 760px; font-size: 1.1rem; }
.blog-detail__header time { color: var(--gold-light); font-size: .8rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.blog-detail__body { padding-top: 80px; padding-bottom: 90px; }
.blog-detail__body p { margin-bottom: 24px; color: var(--text); font-size: 1.05rem; line-height: 1.85; }
.blog-detail__body .btn { margin-top: 18px; }
.partnership { overflow: hidden; background: linear-gradient(120deg,#031a45,#0a438d); color: rgba(255,255,255,.7); }
.partnership__inner { display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: 70px; }
.partnership__mark { display: grid; width: 210px; height: 210px; place-items: center; border: 2px solid rgba(255,255,255,.16); border-radius: 50%; background: rgba(255,255,255,.07); color: var(--gold-light); font-size: 5rem; }
.partnership h2 { max-width: 900px; color: #fff; }
.partnership p { max-width: 850px; }
.partnership__points { display: flex; flex-wrap: wrap; gap: 12px 26px; margin-top: 24px; color: #fff; font-size: .86rem; font-weight: 700; }
.partnership__points i { margin-right: 7px; color: var(--gold-light); }
.principles, .feature-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.principles > div { border: 1px solid rgba(255,255,255,.12); border-radius: 8px; padding: 35px 28px; background: rgba(255,255,255,.06); }
.principles i { margin-bottom: 22px; color: var(--gold-light); font-size: 2rem; }
.principles p { color: rgba(255,255,255,.62); }
.feature-grid { grid-template-columns: repeat(3,1fr); }
.feature-grid > div { border: 1px solid var(--line); border-radius: 8px; padding: 36px 30px; transition: transform .2s, box-shadow .2s; }
.feature-grid > div:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.feature-grid i { margin-bottom: 25px; color: var(--gold); font-size: 2rem; }
.feature-grid p { color: var(--muted); }
.timeline-list { display: grid; gap: 23px; }
.timeline-list > div { display: flex; gap: 20px; align-items: flex-start; }
.timeline-list span { display: grid; flex: 0 0 46px; width: 46px; height: 46px; place-items: center; border-radius: 50%; background: var(--navy); color: var(--gold-light); font-size: .78rem; font-weight: 800; }
.timeline-list strong { display: block; color: var(--navy); font-size: 1.08rem; }
.timeline-list p { color: var(--muted); }
.note-card { border-top: 5px solid var(--gold); border-radius: 8px; padding: 44px; background: #fff; box-shadow: var(--shadow); }
.note-card > i { margin-bottom: 23px; color: var(--gold); font-size: 2rem; }
.note-card p { color: var(--muted); }

.destination-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.destination-detail-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: 10px; background: #fff; box-shadow: 0 12px 35px rgba(5,31,75,.07); scroll-margin-top: 120px; }
.destination-detail-grid article img { width: 100%; height: 280px; object-fit: cover; }
.destination-detail-grid article > div { padding: 32px; }
.destination-detail-grid article span { color: var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.destination-detail-grid article h2 { margin-top: 8px; font-size: 2rem; }
.destination-detail-grid article p, .destination-detail-grid article li { color: var(--muted); }
.destination-detail-grid article ul { padding-left: 20px; }
.destination-note { margin-top: 36px; border-left: 4px solid var(--gold); padding: 16px 20px; background: var(--soft); color: var(--muted); }

.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.service-grid article { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 9px; padding: 0 30px 30px; background: #fff; }
.service-grid article > img { width: calc(100% + 60px); height: 220px; margin: 0 -30px 28px; object-fit: cover; }
.service-grid article > span { position: absolute; top: 190px; right: 25px; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; background: var(--gold); color: var(--navy); font-size: .78rem; font-weight: 800; }
.service-grid article:nth-child(n+5) { padding-top: 42px; background: var(--soft); }
.service-grid article:nth-child(n+5) > span { top: 30px; }
.service-grid h2 { font-size: 1.55rem; }
.service-grid p { color: var(--muted); }
.service-icon { display: grid; width: 82px; height: 82px; margin-bottom: 30px; place-items: center; border-radius: 50%; background: var(--navy); color: var(--gold-light); font-size: 2rem; }

.contact-section { background: var(--soft); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.contact-cards { display: grid; gap: 14px; margin-top: 32px; }
.contact-cards > * { display: flex; align-items: flex-start; gap: 18px; border: 1px solid var(--line); border-radius: 7px; padding: 20px; background: #fff; }
.contact-cards i { display: grid; flex: 0 0 45px; width: 45px; height: 45px; place-items: center; border-radius: 50%; background: #fff4dc; color: var(--gold); }
.contact-cards span, .contact-cards small { display: block; }
.contact-cards span { color: var(--navy); font-weight: 700; }
.contact-cards small { margin-bottom: 3px; color: var(--muted); font-weight: 500; }
.form-card { border-radius: 10px; padding: 45px; background: #fff; box-shadow: var(--shadow); }
.form-field { margin-bottom: 18px; }
.form-field label { display: block; margin-bottom: 6px; color: var(--navy); font-size: .83rem; font-weight: 800; }
.form-field input, .form-field select, .form-field textarea { width: 100%; border: 1px solid #d9e0ea; border-radius: 5px; padding: 13px 15px; background: #fbfcfe; font: inherit; outline: none; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(246,168,0,.12); }
.consent { display: flex; gap: 9px; margin: 6px 0 22px; color: var(--muted); font-size: .8rem; }
.success-message { margin-bottom: 20px; border-radius: 5px; padding: 13px; background: #e8f8ec; color: #216b36; }
.error-message { margin-bottom: 20px; border-radius: 5px; padding: 13px; background: #fff0ef; color: #a3241b; }
.field-error { display: block; margin-top: 4px; color: #b42318; }

.thank-you { min-height: 700px; display: grid; place-items: center; padding: 90px 0; background: linear-gradient(135deg,#f5f8fc,#fff8e8); text-align: center; }
.thank-you__card { max-width: 790px; margin-inline: auto; border-radius: 14px; padding: 65px 55px; background: #fff; box-shadow: var(--shadow); }
.thank-you__icon { display: grid; width: 86px; height: 86px; margin: 0 auto 28px; place-items: center; border-radius: 50%; background: var(--navy); color: var(--gold-light); font-size: 2rem; }
.thank-you .eyebrow::before { display: none; }
.thank-you h1 { font-size: clamp(2.8rem,5vw,4.7rem); }
.thank-you p { max-width: 620px; margin: 0 auto 32px; color: var(--muted); font-size: 1.05rem; }
.thank-you__card > div { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }

.home-enquiry { background: var(--navy); color: rgba(255,255,255,.75); }
.home-enquiry__grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.home-enquiry h2 { color: #fff; }
.home-enquiry p { max-width: 530px; }
.home-enquiry ul { display: grid; gap: 8px; margin: 28px 0; padding: 0; list-style: none; }
.home-enquiry li i { margin-right: 9px; color: var(--gold-light); }
.home-enquiry > .container > div:first-child > a { color: #fff; }
.home-enquiry > .container > div:first-child > a i { margin-right: 8px; color: var(--gold-light); }
.form-card--home { padding: 38px; }
.form-card--home h3 { font-size: 2rem; }
.form-card--home form { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.form-card--home .form-field:nth-of-type(5), .form-card--home .consent, .form-card--home .btn { grid-column: 1 / -1; }
.form-card--home textarea { min-height: 92px; resize: vertical; }

.cta-band { background: var(--gold); }
.cta-band__inner { min-height: 245px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-band h2 { max-width: 760px; margin: 0; font-size: clamp(2rem,3.5vw,3.2rem); }
.cta-band .eyebrow { color: var(--navy); }
.cta-band .eyebrow::before { background: var(--navy); }
.cta-band .btn-gold { border-color: rgba(255,255,255,.3); background: var(--navy); color: #fff; box-shadow: none; }

.site-footer { padding: 78px 0 22px; background: #031a45; color: rgba(255,255,255,.65); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr 1.1fr .85fr; gap: 55px; }
.brand--light strong { color: #fff; }
.footer-grid h3 { margin-bottom: 22px; color: #fff; font: 700 1rem/1.3 "Manrope", sans-serif; }
.brand-mark--footer { box-shadow: none; }
.footer-grid a { display: block; margin-bottom: 8px; }
.footer-grid .brand { display: inline-flex; }
.footer-grid a:hover { color: var(--gold-light); }
.footer-grid > div:first-child p { max-width: 330px; margin-top: 22px; }
.whatsapp-link { color: var(--gold-light); font-weight: 700; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); margin-top: 55px; padding-top: 22px; color: rgba(255,255,255,.48); font-size: .8rem; }
.floating-whatsapp { position: fixed; z-index: 90; right: 24px; bottom: 24px; display: grid; width: 58px; height: 58px; place-items: center; border: 3px solid #fff; border-radius: 50%; background: #25d366; box-shadow: 0 8px 28px rgba(0,0,0,.22); color: #fff; font-size: 1.65rem; }

/* Motion system */
.hero__image { animation: hero-image-in 1.4s cubic-bezier(.2,.7,.2,1) both; }
.hero .eyebrow, .hero h1 span, .hero h1 em, .hero p, .hero__actions, .hero .trust-row { animation: hero-copy-in .72s cubic-bezier(.2,.7,.2,1) both; }
.hero .eyebrow { animation-delay: .08s; }
.hero h1 span:first-child { animation-delay: .16s; }
.hero h1 em { animation-delay: .24s; }
.hero h1 span:last-child { animation-delay: .32s; }
.hero p { animation-delay: .4s; }
.hero__actions { animation-delay: .48s; }
.hero .trust-row { animation-delay: .56s; }
.page-hero .container, .country-hero__inner > *, .course-hero__inner > * { animation: page-hero-in .75s cubic-bezier(.2,.7,.2,1) both; }
.country-hero__inner > *:last-child, .course-hero__inner > *:last-child { animation-delay: .12s; }
.brand-mark { transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s; }
.brand:hover .brand-mark { transform: translateY(-2px) rotate(-2deg); box-shadow: 0 11px 25px rgba(6,36,91,.16); }
.floating-whatsapp { animation: whatsapp-pulse 2.8s ease-in-out infinite; }

.motion-reveal { opacity: 0; transform: translateY(28px); transition: opacity .68s ease var(--motion-delay,0ms), transform .68s cubic-bezier(.2,.7,.2,1) var(--motion-delay,0ms), box-shadow .28s, border-color .28s; will-change: opacity, transform; }
.motion-reveal.is-visible { opacity: 1; transform: none; will-change: auto; }

.scorecard-grid > div, .steps > div, .deliverables > div, .country-checks > div, .university-list article, .leadership-card, .team-grid article, .blog-card, .principles > div, .feature-grid > div, .value-row > div, .career-grid > div, .contact-cards > *, .country-link-grid > a, .service-grid article, .destination-detail-grid article { transition: transform .28s cubic-bezier(.2,.7,.2,1), box-shadow .28s, border-color .28s; }
.scorecard-grid > div:hover, .steps > div:hover, .deliverables > div:hover, .country-checks > div:hover, .university-list article:hover, .leadership-card:hover, .team-grid article:hover, .blog-card:hover, .principles > div:hover, .value-row > div:hover, .career-grid > div:hover, .contact-cards > *:hover, .country-link-grid > a:hover, .service-grid article:hover, .destination-detail-grid article:hover { transform: translateY(-6px); border-color: rgba(246,168,0,.55); box-shadow: 0 18px 42px rgba(5,31,75,.12); }
.destination-card, .course-card { transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s; }
.destination-card:hover, .course-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.image-frame > img, .brochure-frame img, .leadership-card img, .team-grid img, .service-grid article > img, .destination-detail-grid article img { transition: transform .65s cubic-bezier(.2,.7,.2,1), filter .4s; }
.image-frame:hover > img, .brochure-frame:hover img, .leadership-card:hover img, .team-grid article:hover img, .service-grid article:hover > img, .destination-detail-grid article:hover img { transform: scale(1.025); filter: saturate(1.05); }

@keyframes hero-copy-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
@keyframes hero-image-in { from { opacity: .65; transform: scale(1.045); } to { opacity: 1; transform: scale(1); } }
@keyframes page-hero-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes whatsapp-pulse { 0%, 100% { box-shadow: 0 8px 28px rgba(0,0,0,.22), 0 0 0 0 rgba(37,211,102,.25); } 50% { box-shadow: 0 8px 28px rgba(0,0,0,.22), 0 0 0 10px rgba(37,211,102,0); } }

@media (max-width: 1050px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 100%; right: 20px; left: 20px; display: none; align-items: stretch; gap: 0; border: 1px solid var(--line); border-radius: 8px; padding: 14px 20px 20px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero__content { width: 72%; }
  .split, .split--reverse { gap: 46px; }
  .principles { grid-template-columns: 1fr 1fr; }
  .destination-grid--all, .country-link-grid { grid-template-columns: repeat(3,1fr); }
  .country-checks { grid-template-columns: 1fr 1fr; }
  .leadership-grid { grid-template-columns: 1fr; }
  .team-grid article { flex-basis: calc((100% - 20px)/2); }
  .deliverables { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1.2fr .8fr 1fr; }
  .footer-grid > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, 1180px); }
  .top-strip__inner { justify-content: center; text-align: center; }
  .top-strip__inner > div, .top-strip__inner > span { display: none; }
  .top-strip__inner::after { content: "Free MBBS Abroad counselling · 087968 27739"; }
  .nav-wrap { min-height: 76px; }
  .brand-mark { width: 48px; height: 48px; }
  .brand strong { font-size: 1.15rem; }
  .brand small { font-size: .56rem; }
  .hero, .hero__inner { min-height: 760px; }
  .hero__image { object-position: 65% center; }
  .hero__shade { background: linear-gradient(90deg,rgba(247,249,251,.98),rgba(247,249,251,.9) 70%,rgba(247,249,251,.45)); }
  .hero__content { width: 100%; padding-top: 30px; }
  .hero h1 { font-size: 3.15rem; }
  .hero p { font-size: 1rem; }
  .trust-row { gap: 10px 18px; }
  .stats-bar { margin-top: 0; background: var(--navy); }
  .stats-grid { grid-template-columns: 1fr 1fr; width: 100%; border-radius: 0; padding: 18px 12px; }
  .stats-grid div { justify-content: flex-start; border: 0; padding: 8px; }
  .stats-grid strong { font-size: 1.7rem; }
  .section { padding: 76px 0; }
  .split, .split--reverse, .contact-grid, .home-enquiry__grid, .partnership__inner { grid-template-columns: 1fr; gap: 50px; }
  .partnership__mark { width: 150px; height: 150px; font-size: 3.5rem; }
  .image-frame > img { height: 480px; }
  .image-badge { right: 5px; }
  .section-heading { display: block; }
  .section-heading .text-link { margin-top: 18px; }
  .destination-grid, .feature-grid { grid-template-columns: 1fr 1fr; }
  .destination-card { min-height: 280px; }
  .steps { grid-template-columns: 1fr 1fr; }
  .benefit-list { grid-template-columns: 1fr; }
  .eligibility-card, .note-card, .form-card { padding: 32px 25px; }
  .destination-detail-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 75px 0 80px; }
  .page-hero h1 { font-size: 3rem; }
  .country-hero__inner, .course-hero__inner { min-height: 500px; }
  .country-hero__flag { font-size: 8rem; }
  .course-hero__inner > i { flex-basis: 170px; width: 170px; height: 170px; font-size: 4.5rem; }
  .course-card-grid { grid-template-columns: 1fr; }
  .cta-band__inner { min-height: 300px; flex-direction: column; align-items: flex-start; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 520px) {
  .hero__actions .btn { width: 100%; }
  .destination-grid, .destination-grid--all, .feature-grid, .steps, .principles, .service-grid, .footer-grid, .value-row, .scorecard-grid, .deliverables, .country-checks, .university-list, .team-grid, .country-link-grid, .career-grid { grid-template-columns: 1fr; }
  .leadership-card { grid-template-columns: 1fr; }
  .leadership-card img { height: auto; aspect-ratio: 4/3; }
  .leadership-card > div { border-top: 5px solid var(--gold); border-left: 0; padding: 28px; }
  .team-grid article { flex-basis: 100%; }
  .destination-card { min-height: 320px; }
  .image-frame { padding-right: 15px; }
  .image-frame > img { height: 410px; }
  .image-badge { bottom: 40px; width: 200px; }
  .footer-bottom { flex-direction: column; }
  .form-card--home form { grid-template-columns: 1fr; }
  .form-card--home .form-field, .form-card--home .consent, .form-card--home .btn { grid-column: 1; }
  .country-hero__flag, .course-hero__inner > i { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .motion-reveal { opacity: 1; transform: none; }
}
