@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

:root {
  --ink: #141414;
  --paper: #EEEEEE;
  --white: #ffffff;
  --red: #1F6F5F;
  --red-dark: #155447;
  --green: #155447;
  --gold: #6FCF97;
  --muted: #50645F;
  --soft-blue: #DDF4E6;
  --line: rgba(31, 111, 95, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Poppins", sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.announcement {
  height: 56px; padding: 0 3.5vw; background: var(--red-dark); color: #fff;
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center;
  text-transform: uppercase; letter-spacing: .09em; font-size: 10px; font-weight: 700;
}
.announcement-meta { color: #6FCF97; }
.announcement-phones a { color:#fff; }
.announcement-meta i { display: inline-block; width: 3px; height: 3px; margin: 0 10px; background: currentColor; border-radius: 50%; vertical-align: middle; }
.announcement-social { display:flex; align-items:center; gap:8px; }
.announcement-social > span { display:none; }
.announcement-social a { width:40px; height:40px; position:relative; display:grid; place-items:center; border:1px solid rgba(255,255,255,.24); border-radius:50%; color:#fff; background:rgba(255,255,255,.04); font:700 16px Arial,sans-serif; line-height:1; transition:background .2s,transform .2s; }
.announcement-social { justify-self:end; }
.announcement-social a i { display:none; }
.announcement-social a::before,.social-links a::before { display:block; font-weight:700; line-height:1; text-transform:none; }
.announcement-social a[aria-label="Instagram"]::before,.social-links a[aria-label="Instagram"]::before { content:""; width:18px; height:18px; border:2px solid currentColor; border-radius:5px; }
.announcement-social a[aria-label="Instagram"]::after,.social-links a[aria-label="Instagram"]::after { content:""; width:6px; height:6px; position:absolute; border:2px solid currentColor; border-radius:50%; }
.announcement-social a[aria-label="Facebook"]::before,.social-links a[aria-label="Facebook"]::before { content:"f"; font-size:21px; font-family:Arial,sans-serif; }
.announcement-social a[aria-label="X (Twitter)"]::before,.social-links a[aria-label="X (Twitter)"]::before { content:"X"; font-size:16px; }
.announcement-social a[aria-label="LinkedIn"]::before,.social-links a[aria-label="LinkedIn"]::before { content:"in"; font-size:14px; }
.announcement-social a:hover { background:rgba(255,255,255,.14); transform:translateY(-1px); }

.site-header {
  height: 88px; padding: 0 3.5vw; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.9);
  border-bottom: 1px solid var(--line); backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; }
.brand img { width: 56px; height: 56px; object-fit: contain; mix-blend-mode: multiply; }
.brand span { display: flex; flex-direction: column; line-height: 1; text-transform: uppercase; }
.brand strong { color: var(--red); font-size: 17px; letter-spacing: .08em; }
.brand small { color: var(--green); margin-top: 5px; font-size: 10px; letter-spacing: .13em; font-weight: 700; }
.nav { display: flex; gap: 30px; font: 500 13px "Poppins", sans-serif; }
.nav a { position: relative; padding: 8px 0; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 1px; background: var(--red); transition: right .25s; }
.nav a:hover::after { right: 0; }
.desktop-cta { justify-self: end; }
.menu-button { display: none; }

.button {
  border: 0; background: var(--red); color: white; min-height: 52px; padding: 0 24px;
  display: inline-flex; align-items: center; justify-content: center; gap: 26px; cursor: pointer;
  text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 700;
  border-radius: 999px; box-shadow: 0 10px 24px rgba(31,111,95,.22); transition: background .2s, transform .2s, box-shadow .2s;
}
.button:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(31,111,95,.25); }
.button-small { min-height: 43px; padding: 0 18px; }
.button-light { background: var(--white); color: var(--red-dark); }
.button-light:hover { background: var(--soft-blue); }
.text-link { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-weight: 700; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.light-link { color: white; }

.hero {
  min-height: calc(100vh - 144px); position: relative; overflow: hidden; display: grid;
  grid-template-columns: 53% 47%; background: linear-gradient(135deg, var(--red) 0%, #3FAF8F 48%, var(--red-dark) 100%); color: white;
}
.hero-grain { position: absolute; inset: 0; pointer-events: none; }
.hero::before { content: ""; position: absolute; width: 540px; height: 540px; left: -170px; bottom: -260px; opacity: .16; border-radius: 50%; background: #fff; }
.hero-copy { z-index: 2; align-self: center; padding: 8vw 4vw 11vw 7vw; }
.eyebrow { margin: 0 0 22px; color: var(--red); text-transform: uppercase; letter-spacing: .16em; font: 700 11px "Poppins", sans-serif; }
.eyebrow.light { color: #DDF4E6; }
.hero h1, h2 { margin: 0; font: 600 clamp(58px, 7.4vw, 116px)/.92 "Poppins", sans-serif; letter-spacing: -.055em; }
.hero h1 em { color: #ffffff; font: 500 1.02em "Poppins", sans-serif; letter-spacing: -.04em; }
.hero-intro { max-width: 560px; margin: 34px 0; font: 400 clamp(16px, 1.35vw, 20px)/1.65 "Poppins", sans-serif; color: rgba(255,255,255,.86); }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.hero-visual { position: relative; overflow: hidden; background: var(--green); }
.hero-image { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(31,111,95,.04), rgba(31,111,95,.28)), url("../img/front-view-doctor-wearing-with-substances.jpg") center/cover; filter: saturate(.82) contrast(1.02); }
.hero-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(31,111,95,.3), transparent 34%); }
.orbit { position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; }
.orbit-one { width: 540px; height: 540px; right: -120px; top: -90px; }
.orbit-two { width: 330px; height: 330px; left: -100px; bottom: -40px; }
.hero-seal { position: absolute; z-index: 3; right: 5vw; bottom: 12%; width: 145px; height: 145px; padding: 30px 24px; background: rgba(255,255,255,.94); color: var(--red-dark); border-radius: 32px; transform: rotate(-5deg); box-shadow: 0 24px 55px rgba(31,111,95,.24); }
.hero-seal b { display: block; font-size: 31px; line-height: 1; }
.hero-seal span { display: block; margin-top: 7px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.cross-mark { position: absolute; z-index: 3; top: 8%; left: 9%; font: 300 75px/1 "Poppins"; color: #fff; }
.hero-foot { position: absolute; z-index: 4; bottom: 26px; left: 3.5vw; right: 3.5vw; display: flex; justify-content: space-between; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.hero-foot b { margin-left: 8px; }

.section { padding: 110px 6vw; }
.section-label { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; }
.intro { display: grid; grid-template-columns: 12% 61% 27%; min-height: 850px; }
.intro-content { padding: 70px 5vw 0 2vw; }
.intro h2, .programmes h2, .recognitions h2, .contact h2 { font-size: clamp(54px, 6.2vw, 92px); }
.intro h2 { color: var(--red); }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; margin-top: 75px; }
.lead { margin: 0; font: 500 clamp(23px, 2.2vw, 34px)/1.3 "Poppins"; letter-spacing: -.035em; }
.body-copy p { color: #565950; line-height: 1.8; margin: 0 0 20px; }
.body-copy .text-link { margin-top: 15px; color: var(--red); }
.intro-note { align-self: stretch; padding: 90px 3vw; background: linear-gradient(160deg, var(--red-dark), #277A68); color: #fff; display: flex; flex-direction: column; justify-content: center; border-radius: 36px 0 0 36px; }
.quote-mark { font: 120px/0 "Poppins"; color: #6FCF97; }
.intro-note p { font: 500 clamp(25px, 2.4vw, 38px)/1.25 "Poppins"; letter-spacing: -.04em; }
.note-caption { margin-top: 50px; color: #EEEEEE; text-transform: uppercase; font-size: 10px; letter-spacing: .13em; }

.programmes { background: var(--white); }
.section-heading { display: grid; grid-template-columns: 1.5fr .5fr; gap: 8vw; align-items: end; margin: 65px 0 55px; }
.section-heading h2 { color: var(--red); }
.section-heading > p { color: #5f625a; line-height: 1.7; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.filters button { border: 1px solid var(--line); border-radius: 50px; background: transparent; padding: 10px 18px; cursor: pointer; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.filters button.active, .filters button:hover { background: var(--green); color: white; border-color: var(--green); }
.programme-row { min-height: 118px; display: grid; grid-template-columns: 70px 1fr 120px 50px; gap: 20px; align-items: center; border-bottom: 1px solid var(--line); transition: padding .2s, background .2s; }
.programme-row:hover { padding: 0 20px; background: var(--soft-blue); border-radius: 18px; }
.programme-number, .programme-code, .programme-type { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: #73776e; }
.programme-type { color: var(--red); font-weight: 700; }
.programme-row h3 { margin: 7px 0 0; font: 500 clamp(18px, 2vw, 27px) "Poppins"; letter-spacing: -.035em; }
.programme-row > a { width: 42px; height: 42px; border: 1px solid var(--line); display: grid; place-items: center; border-radius: 50%; }
.programme-row:hover > a { background: var(--red); color: white; }
.programme-note, .disclaimer { max-width: 760px; margin: 34px 0 0 auto; color: #72766d; font-size: 12px; line-height: 1.7; }

.why { display: grid; grid-template-columns: 48% 52%; padding: 0; background: linear-gradient(145deg, var(--red-dark), #237E6A); color: white; }
.why-photo { min-height: 950px; background: linear-gradient(180deg, transparent 55%, rgba(12,30,15,.6)), url("../img/scientific-microscope-laboratory-desk-with-researching-instruments.jpg") center/cover; position: relative; }
.photo-tag { position: absolute; left: 0; bottom: 0; right: 0; display: flex; justify-content: space-around; padding: 22px; background: rgba(23,31,20,.75); backdrop-filter: blur(12px); font-size: 11px; text-transform: uppercase; letter-spacing: .13em; }
.why-content { padding: 90px 6vw; }
.why-content .section-label { margin-bottom: 75px; color: #cbd8c4; }
.why h2 { color: #ffffff; font-size: clamp(55px, 6.3vw, 94px); }
.feature-list { margin-top: 60px; }
.feature-list article { display: grid; grid-template-columns: 45px 1fr; gap: 20px; padding: 23px 0; border-top: 1px solid rgba(255,255,255,.18); }
.feature-list article > span { color: #6FCF97; font-size: 11px; }
.feature-list h3 { margin: 0 0 8px; font: 500 20px "Poppins"; }
.feature-list p { margin: 0; color: #EEEEEE; font-size: 13px; line-height: 1.6; }
.security-note { margin-top: 25px; padding: 18px; border: 1px solid rgba(255,255,255,.22); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.security-note span { color: #e7c36e; margin-right: 10px; }

.recognitions { background: #F6FAF8; }
.recognition-heading { max-width: 900px; margin: 70px auto; text-align: center; }
.recognition-heading h2 { color: var(--red); }
.recognition-heading > p:last-child { max-width: 630px; margin: 35px auto 0; color: #60645b; line-height: 1.7; }
.affiliation-grid { margin-top: 60px; }
.affiliation-card { min-width: 0; box-shadow: 0 14px 38px rgba(31,111,95,.08); }
.affiliation-logo-frame { box-shadow: inset 0 0 0 1px rgba(28, 31, 28, .06); }
.affiliation-logo-frame img { width: 100%; height: 100%; }

.admission-strip { padding: 85px 8vw; display: flex; align-items: center; justify-content: space-between; background: linear-gradient(120deg, var(--red), var(--red-dark)); color: white; }
.admission-strip h2 { color: #ffffff; font-size: clamp(45px, 5.2vw, 78px); }
.round-link { width: 165px; height: 165px; flex: 0 0 auto; border-radius: 50%; border: 1px solid rgba(255,255,255,.6); display: flex; align-items: center; justify-content: center; gap: 10px; text-align: center; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; transition: .25s; }
.round-link:hover { background: white; color: var(--red); transform: rotate(-6deg); }

.contact { background: var(--white); }
.contact-heading { margin: 65px 0; }
.contact-heading h2 { color: var(--red); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }
.contact-details > div { display: grid; grid-template-columns: 80px 1fr; padding: 24px 0; border-top: 1px solid var(--line); }
.contact-details span, .enquiry-form label > span { color: var(--red); text-transform: uppercase; letter-spacing: .12em; font-size: 10px; font-weight: 700; }
.contact-details p { margin: 0; line-height: 1.75; }
.enquiry-form { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.enquiry-form label { display: flex; flex-direction: column; gap: 10px; }
.enquiry-form .form-wide, .enquiry-form .button { grid-column: 1 / -1; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea { width: 100%; border: 1px solid var(--line); padding: 15px 16px; background: #EEEEEE; border-radius: 14px; outline: none; color: var(--ink); resize: vertical; transition: border-color .2s, box-shadow .2s; }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(31,111,95,.12); }
.enquiry-form input:focus, .enquiry-form select:focus, .enquiry-form textarea:focus { border-color: var(--red); }

footer { padding: 70px 6vw 28px; background: #103F36; color: #fff; display: grid; grid-template-columns: 1.2fr 1fr .8fr 1fr; gap: 40px; align-items: start; }
.footer-brand { display: flex; align-items: center; gap: 15px; }
.footer-brand img { width: 65px; height: 65px; background: #fff; border-radius: 50%; object-fit: contain; }
.footer-brand div { display: flex; flex-direction: column; text-transform: uppercase; }
.footer-brand strong { color: #6FCF97; letter-spacing: .08em; }
.footer-brand span { margin-top: 4px; font-size: 10px; letter-spacing: .12em; }
footer > p { margin: 0; color: #EEEEEE; font: 500 26px "Poppins"; }
footer nav { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; font-size: 12px; justify-self: end; }
.footer-social > span { display:none; }
.social-links { display:flex; gap:10px; }
.social-links a { width:40px; height:40px; position:relative; display:grid; place-items:center; border:1px solid rgba(255,255,255,.22); border-radius:50%; color:#fff; background:rgba(255,255,255,.04); font:700 16px Arial,sans-serif; transition:.2s; }
.social-links a i { display:none; }
.social-links a:hover { border-color:#1F6F5F; background:#1F6F5F; transform:translateY(-2px); }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.15); color: #969b91; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

@media (max-width: 980px) {
  .announcement { grid-template-columns:1fr auto; }
  .announcement-meta { display:none; }
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-cta { display: none; }
  .menu-button { display: flex; width: 46px; height: 46px; background: none; border: 0; flex-direction: column; justify-content: center; gap: 7px; }
  .menu-button span { width: 25px; height: 1px; background: var(--ink); }
  .nav { display: none; position: absolute; top: 88px; left: 0; right: 0; padding: 25px 4vw; background: var(--white); border-bottom: 1px solid var(--line); flex-direction: column; gap: 14px; }
  .nav.open { display: flex; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 90px 8vw 130px; }
  .hero-visual { min-height: 65vh; }
  .hero-foot { bottom: calc(65vh + 24px); }
  .intro { grid-template-columns: 1fr; padding: 80px 6vw; }
  .intro-content { padding: 60px 0; }
  .intro-note { min-height: 400px; }
  .why { grid-template-columns: 1fr; }
  .why-photo { min-height: 70vh; }
  .contact-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .announcement { padding:0 18px; display:flex; justify-content:center; }
  .announcement { height:104px; padding:8px 18px; flex-direction:column; gap:7px; }
  .announcement-phones { display:block; font-size:9px; }
  .announcement-social { display:flex; justify-self:auto; }
  .site-header { height: 76px; padding: 0 18px; }
  .brand img { width: 45px; height: 45px; }
  .brand strong { font-size: 14px; }
  .nav { top: 76px; }
  .hero-copy { padding: 70px 22px 115px; }
  .hero h1 { font-size: 54px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-visual { min-height: 540px; }
  .hero-foot { left: 22px; right: 22px; bottom: 565px; }
  .hero-foot span:first-child { display: none; }
  .section { padding: 78px 22px; }
  .intro { padding: 75px 22px; }
  .intro-content { padding: 50px 0; }
  .intro-grid, .section-heading { grid-template-columns: 1fr; margin-top: 48px; }
  .intro h2, .programmes h2, .recognitions h2, .contact h2 { font-size: 50px; }
  .programme-row { grid-template-columns: 38px 1fr 42px; min-height: 110px; gap: 10px; }
  .programme-code { display: none; }
  .programme-row h3 { font-size: 18px; }
  .why-content { padding: 75px 22px; }
  .why h2 { font-size: 54px; }
  .affiliation-grid { margin-top: 42px; }
  .admission-strip { padding: 70px 22px; align-items: flex-start; flex-direction: column; gap: 45px; }
  .admission-strip h2 { font-size: 48px; }
  .round-link { width: 140px; height: 140px; align-self: flex-end; }
  .contact-grid { gap: 60px; }
  .enquiry-form { grid-template-columns: 1fr; }
  .enquiry-form label { grid-column: 1/-1; }
  footer { grid-template-columns: 1fr; padding: 60px 22px 25px; }
  footer nav { justify-self: start; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}

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

[hidden] { display: none !important; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.form-alert { grid-column: 1 / -1; padding: 14px 16px; border-left: 3px solid; font-size: 13px; line-height: 1.5; }
.form-alert.success { color: #244a25; background: #e7f3e3; border-color: var(--green); }
.form-alert.error { color: #721523; background: #f8e5e8; border-color: var(--red); }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.whatsapp-float { width:64px; height:64px; position:fixed; z-index:1000; right:24px; bottom:24px; display:grid; place-items:center; border:3px solid #fff; border-radius:50%; color:#fff; background:#25d366; box-shadow:0 14px 35px rgba(20,85,46,.3); transition:transform .2s,box-shadow .2s; }
.whatsapp-float img { width:100%; height:100%; display:block; object-fit:contain; border-radius:50%; }
.whatsapp-float span { padding:8px 11px; position:absolute; right:72px; border-radius:8px; color:#fff; background:#183b27; opacity:0; pointer-events:none; font-size:10px; font-weight:700; letter-spacing:.06em; text-transform:uppercase; transform:translateX(8px); transition:.2s; }
.whatsapp-float:hover { color:#fff; transform:translateY(-3px) scale(1.03); box-shadow:0 18px 42px rgba(20,85,46,.38); }
.whatsapp-float:hover span,.whatsapp-float:focus-visible span { opacity:1; transform:none; }
@media (max-width:640px) { .whatsapp-float { width:56px; height:56px; right:16px; bottom:16px; } .whatsapp-float span { display:none; } }
