@font-face{font-family:Jost;src:url('assets/jost-400.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:Jost;src:url('assets/jost-500.woff2') format('woff2');font-weight:500;font-display:swap}
@font-face{font-family:Jost;src:url('assets/jost-600.woff2') format('woff2');font-weight:600;font-display:swap}
@font-face{font-family:Jost;src:url('assets/jost-700.woff2') format('woff2');font-weight:700;font-display:swap}

:root{
  --red:#e12744;
  --teal:#008481;
  --purple:#5c5a9e;
  --pink:#cd3a8e;
  --orange:#e12744;
  --ink:#171b2d;
  --muted:#555b70;
  --line:#dedbe2;
  --paper:#ffffff;
  --wash:#f6f3f6;
  --gradient:linear-gradient(120deg,#e12744 0%,#a63f71 52%,#5c5a9e 100%);
  --shadow:0 22px 60px rgba(45,27,57,.14);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:178px}
body{margin:0;background:#f2eff4;color:var(--ink);font-family:Jost,Arial,sans-serif;font-size:18px;line-height:1.5;-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%}
a{color:inherit}
.skip-link{position:fixed;z-index:100;left:12px;top:-80px;background:#fff;color:var(--red);padding:12px 18px;border-radius:8px;font-weight:700;transition:top .2s}
.skip-link:focus{top:12px}

.site-header{position:sticky;z-index:50;top:0;color:#fff;background:var(--gradient);box-shadow:0 8px 28px rgba(62,20,67,.24)}
.site-header:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 8% 20%,rgba(255,255,255,.18),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.06),transparent);pointer-events:none}
.header-inner{position:relative;min-height:108px;max-width:1240px;margin:0 auto;padding:18px clamp(18px,4vw,48px);display:grid;grid-template-columns:190px minmax(300px,1fr) 190px;gap:24px;align-items:center}
.header-brand{display:flex;align-items:center;justify-content:flex-start;min-height:44px}
.header-brand img{width:190px;height:auto}
.header-slogan{min-height:44px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:18px;line-height:1.12;letter-spacing:.01em}
.header-apply{justify-self:end}
.header-slogan span,.header-slogan strong{display:block}
.header-slogan strong{font-weight:600}
.header-apply{border:1.5px solid rgba(255,255,255,.9);border-radius:999px;padding:8px 15px;text-decoration:none;font-size:15px;font-weight:700;transition:background .2s,color .2s}
.header-apply:hover,.header-apply:focus-visible{background:#fff;color:var(--red)}
.journey-shell{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.15);background:rgba(45,16,61,.16);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}
.journey-nav{width:min(100%,840px);min-height:62px;margin:0 auto;padding:0 18px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:4px;align-items:stretch}
.journey-nav a{position:relative;min-width:0;min-height:58px;display:flex;align-items:center;justify-content:center;gap:8px;padding:9px 8px;color:rgba(255,255,255,.74);border-radius:12px;text-decoration:none;font-size:12px;font-weight:600;line-height:1;letter-spacing:.01em;transition:color .18s ease,background-color .18s ease,transform .18s ease}
.journey-nav a:after{content:'';position:absolute;left:22%;right:22%;bottom:0;height:2px;border-radius:999px;background:#fff;opacity:0;transform:scaleX(.45);transition:opacity .18s ease,transform .18s ease}
.journey-nav svg{width:21px;height:21px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.journey-nav a:hover{color:#fff;background:rgba(255,255,255,.08)}
.journey-nav a:focus-visible{outline:2px solid #fff;outline-offset:-3px;color:#fff;background:rgba(255,255,255,.1)}
.journey-nav a.is-active,.journey-nav a[aria-current="location"]{color:#fff;background:rgba(255,255,255,.1)}
.journey-nav a.is-active:after,.journey-nav a[aria-current="location"]:after{opacity:1;transform:scaleX(1)}
.reading-progress{height:3px;background:rgba(255,255,255,.15)}
.reading-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,rgba(255,255,255,.72),#fff);box-shadow:0 0 12px rgba(255,255,255,.55)}

main{overflow:hidden}
.hero{min-height:0;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(390px,.88fr);align-items:stretch;background:#fff}
.hero-video{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:clamp(26px,4vw,58px);color:#fff;background:radial-gradient(circle at 18% 12%,rgba(234,38,72,.24),transparent 32%),linear-gradient(145deg,#171321 0%,#24152b 100%)}
.hero-video-frame{position:relative;overflow:hidden;width:100%;aspect-ratio:16/9;border:1px solid rgba(255,255,255,.13);border-radius:18px;background:#09070b;box-shadow:0 24px 58px rgba(12,5,16,.42)}
.hero-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.hero-video>p{display:flex;align-items:center;gap:10px;margin:17px 2px 0;color:rgba(255,255,255,.8);font-size:15px;font-weight:600;letter-spacing:.015em}
.hero-video>p span{width:28px;height:28px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.32);border-radius:50%;font-size:11px}
.hero-photo{position:relative;min-height:760px;overflow:hidden;background:#d9d2cf}
.hero-photo>img{width:100%;height:100%;object-fit:cover;object-position:53% center}
.hero-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,12,15,0) 55%,rgba(18,12,15,.2) 100%);pointer-events:none}
.hero-lockup{position:absolute;z-index:2;left:0;right:0;bottom:clamp(30px,3.4vw,46px);min-height:68px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:10px clamp(18px,4vw,42px);color:var(--red);font-size:clamp(26px,3vw,46px);font-weight:700;line-height:1;letter-spacing:-.035em;text-align:center;white-space:nowrap;text-shadow:0 1px 0 rgba(255,255,255,.92),0 0 10px rgba(255,255,255,.68)}
.hero-lockup:before{content:'';position:absolute;z-index:-1;inset:-8px 5%;border-radius:50%;background:radial-gradient(ellipse 78% 72% at 50% 50%,rgba(255,255,255,.30) 0%,rgba(255,255,255,.20) 56%,rgba(255,255,255,.07) 80%,rgba(255,255,255,0) 100%);filter:blur(9px)}
.hero-panel{position:relative;isolation:isolate;overflow:hidden;min-width:0;min-height:0;display:flex;flex-direction:column;justify-content:center;padding:clamp(52px,6vw,84px) clamp(42px,6vw,78px);color:#fff;background:var(--gradient)}
.hero-panel:after{content:'';position:absolute;z-index:-1;inset:0;background:radial-gradient(circle at 85% 20%,rgba(255,255,255,.12),transparent 35%),linear-gradient(180deg,transparent 45%,rgba(244,91,69,.3))}
.hero-watermark{position:absolute;z-index:-1;right:-62px;bottom:30px;font-size:280px;font-weight:700;line-height:1;letter-spacing:-.12em;color:rgba(255,255,255,.075)}
.hero h1{margin:0;font-size:clamp(36px,4.4vw,66px);line-height:1.02;letter-spacing:-.035em}
.hero h1 span{font-weight:600}
.hero-intro{max-width:520px;margin:24px 0 0;font-size:clamp(18px,1.6vw,24px);line-height:1.48}
.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin-top:30px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;border-radius:10px;padding:15px 22px;text-decoration:none;font-weight:700;line-height:1.15;box-shadow:0 12px 26px rgba(47,16,51,.18);transition:transform .2s,box-shadow .2s}
.button:hover,.button:focus-visible{transform:translateY(-2px);box-shadow:0 16px 32px rgba(47,16,51,.24)}
.button-light{background:#fff;color:var(--red)}
.text-button{font-weight:600;text-underline-offset:5px}
.inside-guide{margin-top:36px;padding-top:24px;border-top:1px solid rgba(255,255,255,.38)}
.inside-guide>strong{font-size:21px}
.inside-guide ol{display:grid;grid-template-columns:1fr 1fr;gap:8px 24px;margin:13px 0 0;padding-left:22px;font-size:16px}
.inside-guide a{text-decoration-thickness:1px;text-underline-offset:3px}

.quick-facts{background:#fff}
.fact-bar{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;color:#fff;background:#625ba4}
.fact-bar>div{min-height:90px;display:flex;align-items:baseline;justify-content:center;gap:10px;padding:24px 18px;text-align:center}
.fact-bar strong{font-size:clamp(23px,2.3vw,34px);line-height:1}
.fact-bar span{font-size:clamp(15px,1.4vw,21px)}
.outcomes{max-width:1180px;margin:0 auto;padding:42px clamp(20px,4vw,50px);display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.outcomes article{text-align:center}
.outcomes strong{display:block;color:var(--red);font-size:clamp(30px,3vw,44px);line-height:1}
.outcomes article:nth-child(even) strong{color:var(--teal)}
.outcomes span{display:block;margin-top:12px;color:var(--muted);font-size:18px;font-weight:500;line-height:1.3}
.accreditation{max-width:1180px;margin:0 auto;padding:26px clamp(20px,4vw,50px) 38px;border-top:1px solid var(--line);display:grid;grid-template-columns:1.15fr .85fr;gap:40px;align-items:center}
.accreditation p{margin:0;font-size:20px}.accreditation strong{color:var(--red)}
.accreditation-logos{display:flex;align-items:center;justify-content:flex-end;gap:26px}
.accreditation-logos img:nth-child(1){width:150px}.accreditation-logos img:nth-child(2){width:76px}.accreditation-logos img:nth-child(3){width:118px}

.recognition-section{position:relative;isolation:isolate;overflow:hidden;max-width:1240px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:20px 28px;background:linear-gradient(135deg,#fff 0%,#fbfafc 58%,#f2eff5 100%)}
.recognition-section:before{content:'';position:absolute;z-index:-1;left:0;top:0;bottom:0;width:4px;background:var(--gradient)}
.recognition-copy h2{max-width:680px;color:var(--ink);font-size:clamp(29px,3.2vw,40px);line-height:1}
.recognition-copy>p:not(.eyebrow){max-width:760px;margin:7px 0 0;color:var(--muted);font-size:13.5px;line-height:1.35}
.recognition-copy>p strong{color:var(--ink);font-weight:600}
.recognition-tags{display:none}
.recognition-mark{display:flex;align-items:center;justify-content:center;gap:18px;min-height:0;padding:10px 12px;border-left:1px solid var(--line);background:rgba(255,255,255,.55)}
.recognition-mark img{display:block;object-fit:contain}
.recognition-caa{width:82px;max-height:70px}.recognition-teqsa{width:72px}.recognition-khda{width:54px}

.book-section{position:relative;max-width:1240px;margin:72px auto;display:grid;grid-template-columns:minmax(320px,.42fr) minmax(0,.58fr);background:#fff;box-shadow:var(--shadow);border-radius:24px;overflow:hidden}
.book-section.reverse{grid-template-columns:minmax(0,.58fr) minmax(320px,.42fr)}
.book-section.reverse .section-visual{order:2}.book-section.reverse .section-content{order:1}
.degree-sequence{position:relative;max-width:1240px;margin:72px auto;overflow:hidden;border-radius:24px;background:#fff;box-shadow:var(--shadow)}
.degree-sequence>.book-section{max-width:none;margin:0;border-radius:0;box-shadow:none}
.degree-sequence>#options{border-top:0}
.degree-sequence>#options:before{display:none}
.section-visual{position:relative;min-height:100%;overflow:hidden;background:#d8d4d8}
.section-visual img{width:100%;height:100%;min-height:650px;object-fit:cover;object-position:center}
.section-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,transparent 62%,rgba(27,11,31,.5))}
.section-number{position:absolute;z-index:2;right:22px;bottom:12px;color:rgba(255,255,255,.9);font-size:88px;font-weight:700;line-height:1;letter-spacing:-.08em}
.section-content{position:relative;padding:clamp(38px,5vw,72px)}
.section-content:before{content:'MU';position:absolute;z-index:0;left:50%;top:50%;transform:translate(-50%,-50%);font-size:min(38vw,520px);line-height:1;font-weight:700;letter-spacing:-.12em;color:rgba(234,38,72,.028);pointer-events:none}
.section-content>*{position:relative;z-index:1}
.eyebrow{margin:0 0 9px;color:var(--red);font-size:15px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}
h2{margin:0;color:var(--red);font-size:clamp(38px,4.8vw,68px);line-height:1.02;letter-spacing:-.035em}
.section-lead{margin:22px 0 34px;font-size:20px;line-height:1.48}.section-lead strong{color:var(--red)}.section-lead em{color:var(--teal);font-style:normal;font-weight:700}
.curriculum-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:30px;margin-top:38px}
.curriculum-card{padding-top:20px;border-top:5px solid var(--red)}
.curriculum-card.teal-card{border-color:var(--teal)}
.curriculum-card header{display:flex;align-items:baseline;justify-content:space-between;gap:16px}
.curriculum-card h3{margin:0;font-size:28px;line-height:1.1}.curriculum-card header span{color:var(--teal);font-weight:700}
.curriculum-card>p{margin:9px 0 14px;color:var(--muted);font-size:16px}
.unit-list{list-style:none;margin:0;padding:0}
.unit-list li{position:relative;padding:8px 0 8px 20px;border-bottom:1px solid rgba(85,91,112,.12);font-size:17px;line-height:1.3}
.unit-list li:before{content:'';position:absolute;left:0;top:17px;width:7px;height:7px;border-radius:50%;background:var(--red)}
.teal-card .unit-list li:before{background:var(--teal)}
.unit-list b{color:#666b7b}
.career-block,.second-major{margin-top:38px}.career-block h3,.second-major h3{margin:0 0 18px;color:var(--red);font-size:27px;line-height:1.2}
.chip-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.chip-grid span{position:relative;overflow:hidden;min-height:48px;display:flex;align-items:center;justify-content:center;border:1.5px solid rgba(234,38,72,.45);border-radius:999px;padding:10px 18px;background:rgba(255,255,255,.86);text-align:center;font-size:16px;font-weight:600}
.chip-grid span:before{content:'';position:absolute;left:0;top:0;bottom:0;width:7px;background:linear-gradient(var(--red),#a45bb8)}
.compact{grid-template-columns:1fr 1fr}
.option-line{margin-top:18px;padding:17px 0;border-bottom:1px solid var(--line);font-size:22px;font-weight:600}
.major-chips{grid-template-columns:repeat(3,1fr)}
.gradient-callout{margin-top:28px;padding:24px;border-radius:16px;color:#fff;background:var(--gradient);box-shadow:0 14px 30px rgba(105,43,141,.18)}
.gradient-callout strong,.gradient-callout span{display:block}.gradient-callout strong{font-size:23px}.gradient-callout span{margin-top:5px;font-size:17px}
.section-legal{margin:14px 0 0;color:var(--muted);font-size:13px;line-height:1.4}

.price-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:32px 0}
.price-grid article{padding:22px 0;border-top:4px solid var(--teal)}
.price-grid strong,.price-grid span{display:block}.price-grid strong{color:var(--teal);font-size:36px;line-height:1.05}.price-grid span{margin-top:8px;color:var(--muted)}
.link-list{display:grid;gap:3px}
.link-list a{display:grid;grid-template-columns:56px 1fr;gap:18px;align-items:center;padding:20px 0;border-bottom:1px solid var(--line);text-decoration:none}
.link-list a:hover strong,.link-list a:focus-visible strong{text-decoration:underline;text-underline-offset:4px}
.link-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--teal);font-size:27px;font-weight:700}
.link-list strong,.link-list small{display:block}.link-list strong{color:var(--red);font-size:22px;line-height:1.15}.link-list small{margin-top:6px;color:var(--muted);font-size:15px;line-height:1.35}
.scholarship-note{margin-top:26px;padding:20px 22px;border-left:5px solid var(--teal);background:rgba(0,100,114,.07);font-size:16px}
.recruiter-note{margin-top:18px;padding:22px;border-radius:16px;color:#fff;background:var(--gradient)}
.recruiter-note strong,.recruiter-note span{display:block}.recruiter-note strong{font-size:22px}.recruiter-note span{margin-top:5px;font-size:16px}

.fee-story-section{position:relative;isolation:isolate;overflow:hidden;max-width:1240px;margin:32px auto 72px;padding:clamp(28px,5vw,66px);border-radius:24px;background:#fff;box-shadow:var(--shadow)}
.fee-story-section:before{content:'SAMPLE';position:absolute;z-index:0;left:50%;top:250px;transform:translateX(-50%) rotate(-12deg);color:rgba(105,43,141,.045);font-size:clamp(90px,18vw,220px);line-height:1;font-weight:700;letter-spacing:.14em;white-space:nowrap;pointer-events:none;user-select:none}
.fee-story-section>*{position:relative;z-index:1}
.fee-story-section h2{max-width:760px}
.fee-story-intro{max-width:1000px;margin:20px 0 0;color:var(--muted);font-size:18px;line-height:1.52}
.fee-story-intro strong{color:var(--ink)}
.fee-story-intro .emphasis-red{color:var(--red)}
.fee-story-intro .emphasis-teal{color:var(--teal)}
.fee-clarity-callout{position:relative;overflow:hidden;margin:28px 0 0;padding:24px 28px 24px 32px;border:1px solid rgba(0,100,114,.16);border-radius:18px;background:linear-gradient(135deg,rgba(0,100,114,.075),rgba(255,255,255,.92) 64%);box-shadow:0 12px 30px rgba(45,27,57,.06);color:var(--muted);font-size:17px;line-height:1.5}
.fee-clarity-callout:before{content:'';position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,var(--teal),var(--purple))}
.fee-clarity-callout strong{color:var(--ink)}
.fee-clarity-callout p{margin:0}.fee-clarity-callout p+p{margin-top:10px}
.fee-part-label{display:inline-flex;align-items:center;gap:8px;margin:0 0 12px;color:var(--red);font-size:12px;font-weight:700;line-height:1.2;letter-spacing:.1em;text-transform:uppercase}
.fee-part-label:before{content:'';width:22px;height:2px;border-radius:999px;background:var(--gradient)}
.fee-payment-split{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:24px 0}
.fee-payment-split>*{position:relative;overflow:hidden;min-width:0;padding:22px 24px;border:1px solid rgba(85,91,112,.13);border-radius:16px;background:rgba(255,255,255,.82);box-shadow:0 10px 25px rgba(45,27,57,.055)}
.fee-payment-split>*:first-child{border-top:4px solid var(--red)}.fee-payment-split>*:last-child{border-top:4px solid var(--teal)}
.fee-payment-split h3{margin:0 0 12px;color:var(--ink);font-size:21px;line-height:1.2}
.fee-payment-split p{margin:8px 0 0;color:var(--muted);font-size:15px;line-height:1.45}
.fee-payment-split strong{color:var(--teal);font-variant-numeric:tabular-nums}
.remaining-tuition{position:relative;margin-top:22px;padding:24px 26px;border:1px solid rgba(105,43,141,.15);border-radius:18px;background:linear-gradient(135deg,rgba(105,43,141,.07),rgba(234,38,72,.035));box-shadow:0 12px 28px rgba(45,27,57,.055)}
.remaining-tuition>span{display:block;color:var(--red);font-size:20px;font-weight:700;line-height:1.2}
.remaining-tuition>strong{display:block;margin-top:12px;color:var(--teal);font-size:clamp(26px,3vw,36px);line-height:1;font-variant-numeric:tabular-nums}
.remaining-tuition>small{display:block;margin-top:10px;color:var(--muted);font-size:15px;line-height:1.45}
.acceptance-journey{position:relative;list-style:none;margin:28px 0 0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:14px;counter-reset:acceptance-step}
.acceptance-journey:before{content:'';position:absolute;z-index:0;left:7%;right:7%;top:23px;height:2px;background:linear-gradient(90deg,var(--red),var(--purple),var(--teal));opacity:.28}
.acceptance-journey>*{position:relative;z-index:1;min-width:0;padding:52px 16px 18px;border:1px solid rgba(85,91,112,.12);border-radius:15px;background:rgba(255,255,255,.9);box-shadow:0 9px 24px rgba(45,27,57,.05);counter-increment:acceptance-step}
.acceptance-journey>*:before{content:counter(acceptance-step);position:absolute;left:16px;top:6px;width:34px;height:34px;display:grid;place-items:center;border:3px solid #fff;border-radius:50%;color:#fff;background:var(--gradient);box-shadow:0 5px 14px rgba(105,43,141,.18);font-size:13px;font-weight:700}
.acceptance-journey strong{display:block;color:var(--ink);font-size:16px;line-height:1.28}
.acceptance-journey span,.acceptance-journey p{display:block;margin:6px 0 0;color:var(--muted);font-size:14px;line-height:1.38}
.fee-accordions{margin-top:34px}
.fee-accordion{border-top:1px solid var(--line)}
.fee-accordion:last-child{border-bottom:1px solid var(--line)}
.fee-accordion summary{position:relative;min-height:76px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:17px 52px 17px 0;cursor:pointer;list-style:none;font-size:20px;font-weight:700}
.fee-accordion summary::-webkit-details-marker{display:none}
.fee-accordion summary::marker{content:''}
.fee-accordion summary:after{content:'+';position:absolute;right:7px;top:50%;transform:translateY(-50%);width:34px;height:34px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--teal);font-size:24px;line-height:1}
.fee-accordion[open] summary:after{content:'-'}
.fee-accordion summary span{line-height:1.25}
.fee-accordion summary small{display:block;margin-bottom:3px;color:var(--red);font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}
.fee-accordion summary strong{color:var(--teal);font-size:clamp(22px,2.2vw,30px);font-variant-numeric:tabular-nums;text-align:right}
.fee-accordion-body{position:relative;isolation:isolate;padding:4px 0 34px}
.fee-accordion-body:before{content:'SAMPLE';position:absolute;z-index:0;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-22deg);color:rgba(105,43,141,.055);font-size:clamp(64px,14vw,150px);line-height:1;font-weight:700;letter-spacing:.14em;white-space:nowrap;pointer-events:none;user-select:none}
.fee-accordion-body>*{position:relative;z-index:1}
.fee-accordion-body>p{max-width:920px;margin:0 0 22px;color:var(--muted);font-size:17px;line-height:1.48}
.fee-two-column{display:grid;grid-template-columns:1fr 1fr;gap:34px}
.fee-two-column h3{margin:0 0 12px;color:var(--red);font-size:22px;line-height:1.2}
.fee-lines{margin:0}
.fee-lines>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;padding:10px 0;border-bottom:1px solid rgba(85,91,112,.12)}
.fee-lines dt,.fee-lines dd{margin:0}
.fee-lines dd{font-weight:700;text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}
.fee-lines .discount dd{color:var(--teal)}
.fee-lines .total{margin-top:8px;padding-top:16px;border-top:2px solid rgba(234,38,72,.42)}
.fee-lines .total dt{color:var(--red);font-weight:700}
.fee-lines .total dd{font-size:22px}
.fee-lines-wide{max-width:720px}
.acceptance-equation{display:grid;grid-template-columns:1fr auto 1fr auto 1.2fr;gap:14px;align-items:center;margin-top:28px;padding:22px;border-radius:16px;background:rgba(234,38,72,.055);font-variant-numeric:tabular-nums;text-align:center}
.acceptance-equation span{font-weight:700}.acceptance-equation b{color:var(--muted);font-size:24px}.acceptance-equation strong{border-radius:999px;padding:11px 16px;color:#fff;background:var(--gradient);font-size:24px;box-shadow:0 8px 20px rgba(105,43,141,.18)}
.deadline-alert{margin-top:20px;padding:18px 20px;border-left:5px solid var(--red);background:rgba(234,38,72,.06);font-size:16px;line-height:1.45}.deadline-alert strong{color:var(--red)}
.discount-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.discount-badges>div{padding:22px 16px;border-radius:16px;background:rgba(0,100,114,.07);text-align:center}
.discount-badges strong,.discount-badges span{display:block}.discount-badges strong{color:var(--teal);font-size:38px;line-height:1}.discount-badges span{margin-top:8px;color:var(--red);font-weight:700}.discount-badges small{color:var(--ink);font-weight:600}
.saving-total{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:20px;padding:20px 22px;border-top:2px solid rgba(234,38,72,.4)}
.saving-total span{color:var(--red);font-weight:700}.saving-total strong{color:var(--teal);font-size:30px;font-variant-numeric:tabular-nums}
.fee-table{width:100%;border-collapse:separate;border-spacing:0;font-size:15px}
.fee-table th,.fee-table td{padding:13px 12px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);vertical-align:middle}
.fee-table th:first-child,.fee-table td:first-child{border-left:1px solid var(--line)}
.fee-table thead th{border-top:1px solid var(--line)}
.fee-table th{color:var(--red);background:#f0eff2;font-weight:700;text-align:center;line-height:1.25}
.fee-table tbody tr:first-child{background:rgba(234,38,72,.06)}
.fee-table td:first-child{font-weight:700}.fee-table td:nth-child(2){text-align:center}
.fee-table .money{text-align:right;font-variant-numeric:tabular-nums;white-space:nowrap}
.fee-table .saving{display:block;color:var(--teal);font-size:12px;font-weight:700}
.fee-table-totals{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}
.fee-table-totals span{padding:15px;border-radius:13px;background:rgba(0,100,114,.065);text-align:center}.fee-table-totals b,.fee-table-totals small{display:block}.fee-table-totals b{color:var(--teal);font-size:18px}.fee-table-totals small{margin-top:3px;color:var(--muted);font-size:12px}
.fee-disclaimer{margin-top:26px;padding:20px 22px;border-left:5px solid var(--purple);background:var(--wash);color:var(--muted);font-size:14px;line-height:1.48}.fee-disclaimer strong{color:var(--red)}
.fee-urgency{margin-top:26px;padding:28px 30px;border-radius:20px;color:#fff;background:var(--gradient);display:flex;align-items:center;justify-content:space-between;gap:30px}
.fee-urgency p{margin:0;font-size:13px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.fee-urgency h3{margin:3px 0 7px;font-size:34px;line-height:1.05}.fee-urgency span{display:block;max-width:700px}.fee-urgency .button{flex:0 0 auto}

.video-section{position:relative;isolation:isolate;overflow:hidden;max-width:1240px;margin:72px auto;padding:clamp(34px,5vw,66px);border-radius:24px;color:#fff;background:var(--gradient);box-shadow:var(--shadow);display:grid;grid-template-columns:.62fr 1.38fr;gap:30px 48px;align-items:center}
.video-section:before{content:'MU';position:absolute;z-index:-1;right:-56px;bottom:-90px;color:rgba(255,255,255,.07);font-size:350px;line-height:1;font-weight:700;letter-spacing:-.12em}
.video-section-number{position:absolute;right:26px;top:18px;color:rgba(255,255,255,.18);font-size:78px;font-weight:700;line-height:1;letter-spacing:-.08em}
.video-copy .eyebrow{color:rgba(255,255,255,.82)}
.video-copy h2{color:#fff;font-size:clamp(38px,4.4vw,62px)}
.video-copy>p:last-child{margin:18px 0 0;color:rgba(255,255,255,.86);font-size:18px}
.video-frame{position:relative;overflow:hidden;border-radius:18px;background:#1b1420;box-shadow:0 20px 45px rgba(43,14,51,.3);aspect-ratio:16/9}
.video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.video-channel-link{grid-column:2;justify-self:start;color:#fff;font-weight:700;text-underline-offset:5px}

.community .section-visual img{object-position:center}
.social-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:28px}
.social-grid a{position:relative;overflow:hidden;min-height:190px;padding:24px;border-radius:18px;text-decoration:none;color:#fff;background:var(--gradient);box-shadow:0 15px 32px rgba(105,43,141,.17)}
.social-grid a:after{content:'';position:absolute;width:130px;height:130px;border:28px solid rgba(255,255,255,.08);border-radius:50%;right:-58px;bottom:-58px}
.social-icon{display:block;font-size:34px;line-height:1}.social-grid strong,.social-grid small{display:block}.social-grid strong{margin-top:24px;font-size:22px;line-height:1.15}.social-grid small{margin-top:7px;color:rgba(255,255,255,.84);font-size:15px}
.application-card{margin-top:28px;padding:32px;border-radius:20px;color:#fff;background:linear-gradient(135deg,#5a257f 0%,#c32e73 58%,#f45b45 100%)}
.application-card p{margin:0;font-size:15px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.application-card h3{margin:5px 0 8px;font-size:36px;line-height:1.05}.application-card>span{display:block;max-width:590px}.application-card .button{margin-top:22px}

/* Mobile decision journey */
.hero-fast-track{display:flex;flex-direction:column;gap:4px;margin-top:28px;padding:20px 0;border-top:1px solid rgba(255,255,255,.32);border-bottom:1px solid rgba(255,255,255,.22)}
.hero-fast-track strong{font-size:clamp(23px,2.2vw,32px);line-height:1.15}.hero-fast-track span{color:rgba(255,255,255,.84);font-size:17px}
.hero-early-bird{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:center;margin-top:18px}.hero-early-bird strong{padding:8px 12px;border-radius:999px;color:var(--red);background:#fff;font-size:15px}.hero-early-bird span{font-size:15px;line-height:1.35}
.hero-legal{margin:16px 0 0;color:rgba(255,255,255,.72);font-size:12px;line-height:1.35}
.guide-overview{max-width:1240px;margin:34px auto 0;padding:28px clamp(24px,4vw,48px);display:grid;grid-template-columns:minmax(220px,.34fr) minmax(0,.66fr);gap:36px;align-items:center;border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(45,27,57,.08)}
.guide-overview h2{font-size:clamp(30px,3vw,42px)}.guide-overview nav{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.guide-overview nav a{min-height:54px;display:flex;align-items:center;gap:10px;padding:10px 12px;border-bottom:1px solid var(--line);color:var(--ink);text-decoration:none;font-size:15px;font-weight:600}.guide-overview nav a:hover,.guide-overview nav a:focus-visible{color:var(--teal);border-color:var(--teal)}.guide-overview nav span{color:var(--red);font-size:11px;letter-spacing:.08em}
.why-dubai-section{position:relative;isolation:isolate;overflow:hidden;max-width:1240px;margin:56px auto 32px;padding:clamp(34px,5vw,64px);border-radius:24px;color:#fff;background:var(--gradient);box-shadow:var(--shadow)}
.why-dubai-section:after{content:'DUBAI';position:absolute;z-index:-1;right:-30px;bottom:-58px;color:rgba(255,255,255,.055);font-size:clamp(120px,19vw,250px);font-weight:700;line-height:1;letter-spacing:-.08em}
.why-dubai-intro{display:grid;grid-template-columns:.7fr 1.3fr;gap:20px 50px;align-items:end}.why-dubai-intro .eyebrow{grid-column:1/-1;color:rgba(255,255,255,.8)}.why-dubai-intro h2{color:#fff}.why-dubai-intro>p:last-child{margin:0 0 5px;color:rgba(255,255,255,.88);font-size:22px}
.why-dubai-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px}.why-dubai-grid article{min-height:210px;padding:22px 19px;border:1px solid rgba(255,255,255,.2);border-radius:16px;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.why-dubai-grid article>span{color:rgba(255,255,255,.55);font-size:12px;font-weight:700;letter-spacing:.1em}.why-dubai-grid h3{margin:34px 0 8px;font-size:20px;line-height:1.15}.why-dubai-grid p{margin:0;color:rgba(255,255,255,.84);font-size:15px;line-height:1.4}
.review-placeholder{color:var(--purple)!important;font-weight:600}.why-dubai-section .review-placeholder{color:#fff!important;padding-bottom:2px;border-bottom:1px dashed rgba(255,255,255,.62)}
.recognition-copy .transfer-note{color:var(--teal);font-weight:600}
.recognition-details{margin-top:9px;border-top:1px solid var(--line)}.recognition-details summary{padding:8px 0;cursor:pointer;list-style:none;color:var(--teal);font-size:13px;font-weight:700;text-decoration:underline;text-underline-offset:3px}.recognition-details summary::-webkit-details-marker{display:none}.recognition-details summary:after{content:' +';text-decoration:none}.recognition-details[open] summary:after{content:' -'}.recognition-details p{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.35}.recognition-details .transfer-note{color:var(--teal);font-weight:600}
.career-section,.life-section,.path-section,.faq-section,.final-action{max-width:1240px;margin:56px auto;padding:clamp(34px,5vw,66px);border-radius:24px;background:#fff;box-shadow:var(--shadow)}
.career-heading{display:grid;grid-template-columns:1fr .8fr;gap:40px;align-items:end}.career-heading>p{margin:0;color:var(--muted);font-size:20px;line-height:1.45}.career-proof-grid{display:grid;grid-template-columns:.75fr 1.15fr 1.1fr;gap:16px;margin-top:34px}.career-proof-grid article{min-height:235px;padding:26px;border:1px solid rgba(85,91,112,.12);border-radius:18px;background:linear-gradient(145deg,#fff,#f7f5f8)}.career-proof-grid .career-stat{display:flex;flex-direction:column;justify-content:flex-end;color:#fff;background:var(--gradient)}.career-stat strong{font-size:58px;line-height:1}.career-stat span{margin-top:14px;line-height:1.3}.career-proof-grid h3{margin:30px 0 10px;font-size:25px;line-height:1.15}.career-proof-grid p{margin:0;color:var(--muted);font-size:16px}.card-kicker{color:var(--teal);font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.career-pathways{margin-top:34px}.career-pathways h3{margin:0 0 16px;color:var(--red);font-size:28px}.career-pathways .chip-grid{grid-template-columns:repeat(4,1fr)}.employer-proof{display:grid;grid-template-columns:220px 1fr;gap:24px;margin-top:24px;padding:20px 22px;border-left:4px solid var(--purple);background:var(--wash)}.employer-proof strong{font-size:18px}
.life-section{background:linear-gradient(180deg,#fff 0%,#f8f7fa 100%)}.life-heading{max-width:760px}.life-heading>p:last-child{margin:18px 0 0;color:var(--muted);font-size:20px}.facility-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:32px}.facility-grid article{min-height:210px;padding:20px;border-top:4px solid var(--teal);background:#fff;box-shadow:0 10px 26px rgba(45,27,57,.06)}.facility-grid article:nth-child(even){border-color:var(--red)}.facility-grid span{color:var(--purple);font-size:12px;font-weight:700}.facility-grid h3{margin:26px 0 8px;font-size:20px;line-height:1.15}.facility-grid p{margin:0;color:var(--muted);font-size:14px;line-height:1.4}.life-media-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;margin-top:32px}.life-video,.life-community{overflow:hidden;border-radius:20px;background:#fff;box-shadow:0 14px 36px rgba(45,27,57,.1)}.life-video{padding:28px}.life-video h3,.life-community h3{margin:0;color:var(--ink);font-size:30px;line-height:1.1}.life-video>div:first-child>p:last-child{margin:10px 0 22px;color:var(--muted)}.life-video .video-channel-link{display:inline-block;margin-top:18px;color:var(--teal)}.life-community>img{width:100%;height:245px;object-fit:cover}.life-community>div{padding:26px}.life-community .social-grid{grid-template-columns:1fr;gap:8px;margin-top:20px}.life-community .social-grid a{min-height:0;padding:18px;border-radius:12px}.life-community .social-grid strong{margin:0;font-size:19px}.student-proof{display:grid;grid-template-columns:.7fr 1fr 1fr;gap:16px;margin-top:32px}.student-proof>div,.student-proof article{padding:24px;border-radius:16px}.student-proof>div{color:#fff;background:var(--gradient)}.student-proof>div .eyebrow{color:rgba(255,255,255,.8)}.student-proof h3{margin:0;font-size:29px;line-height:1.1}.student-proof article{border:1px dashed rgba(92,90,158,.48);background:#fff}.student-proof article p{margin:0;font-size:17px}.student-proof article small{display:block;margin-top:18px;font-size:12px;line-height:1.4}
.student-proof.student-proof-single{grid-template-columns:.7fr 1.3fr}
.recruiter-contact{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:24px;padding:22px 24px;border:1px solid rgba(0,132,129,.2);border-radius:16px;background:linear-gradient(120deg,rgba(0,132,129,.08),rgba(92,90,158,.06))}.recruiter-contact strong,.recruiter-contact span{display:block}.recruiter-contact strong{font-size:21px}.recruiter-contact span{margin-top:4px;color:var(--muted);font-size:15px}.recruiter-contact a,.budget-section>a{flex:0 0 auto;padding:11px 16px;border:1px solid var(--teal);border-radius:999px;color:var(--teal);text-decoration:none;font-size:14px;font-weight:700}.recruiter-contact a:hover,.recruiter-contact a:focus-visible,.budget-section>a:hover,.budget-section>a:focus-visible{color:#fff;background:var(--teal)}
.recruiter-fallback{flex:0 0 auto;max-width:220px;color:var(--teal)!important;font-size:13px!important;font-weight:700;line-height:1.3;text-align:right}
.budget-section{max-width:1240px;margin:32px auto;display:grid;grid-template-columns:.75fr 1.3fr auto;gap:34px;align-items:center;padding:30px 34px;border-radius:20px;background:#fff;box-shadow:0 12px 34px rgba(45,27,57,.08)}.budget-section h2{font-size:34px}.budget-section>p{margin:0;color:var(--muted);font-size:16px}.budget-section>a{text-align:center}
.fee-headlines{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:28px 0}.fee-headlines article{display:flex;flex-direction:column;min-height:175px;padding:22px;border-top:4px solid var(--red);background:linear-gradient(145deg,#fff,#f7f6f8);box-shadow:0 10px 26px rgba(45,27,57,.06)}.fee-headlines article:nth-child(2){border-color:var(--teal)}.fee-headlines article:nth-child(3){border-color:var(--purple)}.fee-headlines span{color:var(--muted);font-size:14px;font-weight:600}.fee-headlines strong{margin:16px 0 8px;color:var(--teal);font-size:clamp(26px,2.8vw,38px);line-height:1;font-variant-numeric:tabular-nums}.fee-headlines small{margin-top:auto;color:var(--muted);font-size:13px;line-height:1.35}
.path-section{color:#fff;background:var(--gradient)}.path-heading{display:grid;grid-template-columns:1fr auto;gap:12px 30px;align-items:end}.path-heading .eyebrow{grid-column:1/-1;color:rgba(255,255,255,.78)}.path-heading h2{color:#fff}.path-heading>strong{margin-bottom:7px;font-size:20px}.path-steps{list-style:none;display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:34px 0 0;padding:0}.path-steps li{position:relative;min-height:250px;padding:20px;border:1px solid rgba(255,255,255,.22);border-radius:16px;background:rgba(255,255,255,.1)}.path-steps li>span{display:block;color:rgba(255,255,255,.58);font-size:12px;font-weight:700;letter-spacing:.1em}.path-steps h3{margin:38px 0 10px;font-size:21px;line-height:1.15}.path-steps p{margin:0;color:rgba(255,255,255,.84);font-size:14px;line-height:1.4}.path-steps small{display:block;margin-top:12px;color:#fff!important;font-size:11px;line-height:1.35;border-bottom:1px dashed rgba(255,255,255,.5)}
.faq-section{display:grid;grid-template-columns:.38fr .62fr;gap:50px}.faq-section h2{font-size:clamp(38px,4.5vw,58px)}.faq-list details{border-top:1px solid var(--line)}.faq-list details:last-child{border-bottom:1px solid var(--line)}.faq-list summary{position:relative;padding:19px 44px 19px 0;cursor:pointer;list-style:none;color:var(--ink);font-size:19px;font-weight:700}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:'+';position:absolute;right:4px;top:15px;color:var(--teal);font-size:27px}.faq-list details[open] summary:after{content:'-'}.faq-list p{margin:0;padding:0 40px 20px 0;color:var(--muted);font-size:16px}
.final-action{padding:0;background:transparent;box-shadow:none}.final-action .fee-urgency{margin:0}.recruiter-contact-light{margin-top:12px;background:#fff}.sticky-application{position:fixed;z-index:48;right:22px;bottom:22px;filter:drop-shadow(0 14px 28px rgba(45,27,57,.24))}.sticky-application a{display:flex;align-items:center;gap:10px;padding:14px 20px;border:1px solid rgba(255,255,255,.8);border-radius:999px;color:#fff;background:var(--gradient);text-decoration:none;font-size:15px;font-weight:700}.sticky-application a:hover,.sticky-application a:focus-visible{outline:3px solid rgba(0,132,129,.28);outline-offset:3px}
.reader-route{margin-top:14px;padding-top:14px;border-top:1px solid var(--line);font-size:14px}.reader-route span,.reader-route a{display:block}.reader-route span{color:var(--muted)}.reader-route a{margin-top:3px;color:var(--teal);font-weight:700;text-underline-offset:4px}

/* Continuous booklet flow */
body,main{background:#fff}
.guide-overview,.why-dubai-section,.recognition-section,.degree-sequence,.book-section,.career-section,.life-section,.budget-section,.fee-story-section,.path-section,.faq-section,.final-action{margin-top:0;margin-bottom:0;border-radius:0;box-shadow:none}
.book-section,.book-section.reverse{border-top:0}

.site-footer{position:relative;isolation:isolate;overflow:hidden;min-height:460px;display:flex;align-items:center;color:#fff;background:var(--gradient)}
.site-footer:before{content:'';position:absolute;z-index:-1;inset:0;background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.16),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.03),rgba(244,91,69,.23))}
.footer-watermark{position:absolute;z-index:-1;right:-60px;bottom:-80px;font-size:420px;line-height:1;font-weight:700;letter-spacing:-.12em;color:rgba(255,255,255,.07)}
.footer-inner{width:100%;max-width:1180px;margin:0 auto;padding:72px clamp(24px,6vw,80px);display:grid;grid-template-columns:.7fr 1.3fr;gap:40px 70px;align-items:center}
.footer-logo{width:300px}
.footer-slogan{text-align:right;font-size:clamp(32px,4.5vw,64px);line-height:1.08;letter-spacing:-.03em}
.footer-slogan strong,.footer-slogan span{display:block}.footer-slogan span{font-weight:500}
.footer-inner>p{grid-column:1/-1;margin:0;color:rgba(255,255,255,.88)}
.footer-legal{font-size:13px}

@media(max-width:980px){
  .hero{grid-template-columns:1fr;min-height:0}.hero-video{padding:clamp(24px,5vw,48px)}.hero-panel{min-height:0;padding:52px clamp(32px,7vw,68px)}
  .book-section,.book-section.reverse{margin:40px 24px;grid-template-columns:1fr}.book-section.reverse .section-visual,.book-section.reverse .section-content{order:initial}.section-visual{min-height:320px}.section-visual img{min-height:320px;max-height:450px}.section-number{font-size:70px}
  .degree-sequence{margin:40px 24px}.degree-sequence>.book-section,.degree-sequence>.book-section.reverse{margin:0}
  .outcomes{grid-template-columns:1fr 1fr}.major-chips{grid-template-columns:1fr 1fr}
  .fee-story-section,.video-section{margin-left:24px;margin-right:24px}
  .video-section{grid-template-columns:1fr}.video-channel-link{grid-column:1}
}

@media(max-width:700px){
  html{scroll-padding-top:94px}body{padding-bottom:calc(84px + env(safe-area-inset-bottom));font-size:17px}
  .header-inner{min-height:90px;grid-template-columns:128px minmax(0,1fr) auto;gap:10px;padding:12px 14px}.header-brand{min-height:29px}.header-brand img{width:128px}.header-slogan{min-width:0;min-height:29px;font-size:11.7px;line-height:1.12}.header-apply{font-size:13px;padding:7px 11px}
  .journey-shell{position:fixed;z-index:90;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));overflow:hidden;border:1px solid rgba(23,27,45,.1);border-radius:19px;color:var(--ink);background:rgba(255,255,255,.92);box-shadow:0 14px 40px rgba(34,20,43,.22);-webkit-backdrop-filter:blur(18px) saturate(1.4);backdrop-filter:blur(18px) saturate(1.4)}
  .journey-nav{width:100%;min-height:62px;padding:5px;gap:2px}
  .journey-nav a{min-height:52px;flex-direction:column;gap:3px;padding:5px 2px;border-radius:13px;color:#606677;font-size:9.5px;line-height:1.05;letter-spacing:0}
  .journey-nav a:after{left:24%;right:24%;top:0;bottom:auto;height:2px;background:var(--gradient)}
  .journey-nav svg{width:21px;height:21px;stroke-width:1.75}
  .journey-nav a:hover{color:var(--teal);background:rgba(0,100,114,.055)}
  .journey-nav a:focus-visible{outline:2px solid var(--teal);outline-offset:-2px;color:var(--teal);background:rgba(0,100,114,.07)}
  .journey-nav a.is-active,.journey-nav a[aria-current="location"]{color:var(--teal);background:rgba(0,100,114,.07);font-weight:700}
  .reading-progress{position:absolute;left:8px;right:8px;bottom:0;height:2px;border-radius:999px;background:rgba(105,43,141,.08)}
  .reading-progress span{background:var(--gradient);box-shadow:none}
  .hero-video{padding:16px 14px 18px}.hero-video-frame{border-radius:14px}.hero-video>p{margin-top:13px;font-size:13px}
  .hero-panel{min-height:0;padding:38px 24px 42px}.hero h1{max-width:100%;font-size:36px}.hero-intro{max-width:100%;font-size:17px}.inside-guide ol{grid-template-columns:1fr;font-size:16px}
  .fact-bar{grid-template-columns:repeat(3,1fr)}.fact-bar>div{min-height:94px;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:13px 6px;border-right:1px solid rgba(255,255,255,.2)}.fact-bar>div:last-child{border-right:0}.fact-bar strong{font-size:20px}.fact-bar span{font-size:12px;line-height:1.2}
  .outcomes{padding:34px 18px;gap:30px 14px}.outcomes strong{font-size:31px}.outcomes span{font-size:15px}
  .accreditation{grid-template-columns:1fr;padding:24px 24px 34px;gap:22px}.accreditation p{font-size:17px}.accreditation-logos{justify-content:flex-start;gap:18px}.accreditation-logos img:nth-child(1){width:112px}.accreditation-logos img:nth-child(2){width:62px}.accreditation-logos img:nth-child(3){width:92px}
  .book-section,.book-section.reverse{margin:28px 12px;border-radius:18px}.section-visual{min-height:260px}.section-visual img{min-height:260px;max-height:320px}.section-content{padding:34px 22px 42px}h2{font-size:40px}.section-lead{font-size:18px}
  .degree-sequence{margin:28px 12px;border-radius:18px}.degree-sequence>.book-section,.degree-sequence>.book-section.reverse{margin:0;border-radius:0}
  .curriculum-grid,.curriculum-grid.compact{grid-template-columns:1fr;gap:36px}.curriculum-card h3{font-size:26px}.unit-list li{font-size:17px}
  .chip-grid,.major-chips{grid-template-columns:1fr}.career-block h3,.second-major h3{font-size:24px}.chip-grid span{font-size:16px}
  .price-grid{grid-template-columns:1fr;gap:0}.price-grid strong{font-size:34px}.link-list a{grid-template-columns:48px 1fr;gap:13px}.link-icon{width:46px;height:46px}.link-list strong{font-size:20px}
  .fee-story-section{margin:28px 12px 48px;padding:24px 18px;border-radius:18px}.fee-story-section:before{top:220px;font-size:90px}.fee-story-intro{font-size:17px;line-height:1.5}.fee-clarity-callout{padding:20px 18px 20px 22px;font-size:16px}.fee-payment-split{grid-template-columns:1fr;gap:12px}.fee-payment-split>*{padding:19px 18px}.remaining-tuition{padding:20px 18px}.acceptance-journey{grid-template-columns:1fr;gap:10px}.acceptance-journey:before{left:17px;right:auto;top:18px;bottom:18px;width:2px;height:auto}.acceptance-journey>*{min-height:60px;padding:15px 15px 15px 54px}.acceptance-journey>*:before{left:0;top:13px}.fee-accordions{margin-top:26px}
  .fee-accordion summary{min-height:68px;grid-template-columns:1fr;gap:2px;padding:14px 44px 14px 0;font-size:17px;line-height:1.25}.fee-accordion summary strong{justify-self:start;font-size:21px;text-align:left}.fee-accordion summary:after{right:3px;width:32px;height:32px}
  .fee-accordion-body{padding-bottom:28px}.fee-accordion-body>p{font-size:16px}.fee-two-column{grid-template-columns:1fr;gap:28px}.fee-lines>div{gap:12px;font-size:15px}.fee-lines dd{max-width:150px}.fee-lines .total dd{font-size:19px}
  .acceptance-equation{grid-template-columns:1fr;gap:8px;padding:18px 14px}.acceptance-equation b{line-height:1}.acceptance-equation strong{font-size:22px}.deadline-alert{font-size:15px}
  .discount-badges{gap:8px}.discount-badges>div{padding:16px 8px}.discount-badges strong{font-size:30px}.discount-badges span{font-size:14px}.discount-badges small{font-size:11px}.saving-total{align-items:flex-start;flex-direction:column}.saving-total strong{font-size:25px}
  .fee-table thead{display:none}.fee-table,.fee-table tbody,.fee-table tr,.fee-table td{display:block;width:100%}.fee-table tbody tr{margin:0 0 14px;padding:13px 15px;border:1px solid var(--line);border-left:4px solid var(--red);border-radius:14px;background:rgba(255,255,255,.9)}
  .fee-table th,.fee-table td{border:0}.fee-table td{display:grid;grid-template-columns:108px minmax(0,1fr);gap:12px;padding:6px 0;text-align:left;font-size:14px;line-height:1.3}.fee-table td:before{content:attr(data-label);color:var(--muted);font-weight:600}.fee-table td:first-child{display:block;color:var(--red);font-size:18px;font-weight:700;padding-bottom:10px}.fee-table td:first-child:before{display:none}.fee-table td:nth-child(2),.fee-table .money{text-align:left}.fee-table .saving{margin-top:2px}
  .fee-table-totals{grid-template-columns:1fr 1fr}.fee-disclaimer{padding:17px;font-size:13px}.fee-urgency{align-items:stretch;flex-direction:column;padding:25px 22px}.fee-urgency h3{font-size:30px}.fee-urgency .button{width:100%}
  .video-section{margin:28px 12px 48px;padding:28px 20px;border-radius:18px;gap:24px}.video-section-number{font-size:62px}.video-copy h2{font-size:38px}.video-copy>p:last-child{font-size:17px}.video-channel-link{font-size:16px}
  .social-grid{grid-template-columns:1fr}.social-grid a{min-height:155px}.application-card{padding:26px 22px}.application-card h3{font-size:32px}
  .footer-inner{padding:62px 24px;grid-template-columns:1fr;gap:42px}.footer-logo{width:230px}.footer-slogan{text-align:left;font-size:38px}.footer-inner>p{grid-column:auto}.site-footer{min-height:570px}
}

@media(max-width:390px){
  .header-inner{grid-template-columns:118px minmax(0,1fr) auto;gap:7px;padding-inline:11px}.header-slogan{font-size:10.6px}.header-brand img{width:118px}.header-apply{font-size:12px;padding:7px 9px}
  .journey-shell{left:7px;right:7px}.journey-nav{padding-inline:3px}.journey-nav a{font-size:8.8px}.journey-nav svg{width:20px;height:20px}
  .hero-lockup{min-height:62px;font-size:19px}.hero h1{font-size:33px}.hero-actions{align-items:stretch;flex-direction:column}.button{width:100%}.text-button{text-align:center}
  .outcomes{grid-template-columns:repeat(2,1fr)}.outcomes article{padding-bottom:0;border-bottom:0}
  h2{font-size:36px}.section-content{padding-inline:19px}.link-list a{grid-template-columns:42px 1fr}.link-icon{width:40px;height:40px;font-size:21px}
}

@media(max-width:980px){
  .guide-overview,.why-dubai-section,.career-section,.life-section,.path-section,.faq-section,.final-action,.budget-section,.recognition-section{margin-left:24px;margin-right:24px}
  .why-dubai-grid{grid-template-columns:repeat(3,1fr)}
  .career-proof-grid{grid-template-columns:1fr 1fr}.career-proof-grid .career-stat{grid-row:span 2}
  .career-pathways .chip-grid{grid-template-columns:1fr 1fr}
  .facility-grid{grid-template-columns:repeat(3,1fr)}
  .life-media-grid{grid-template-columns:1fr}.student-proof{grid-template-columns:1fr 1fr}.student-proof>div{grid-column:1/-1}
  .path-steps{grid-template-columns:1fr 1fr}.path-steps li{min-height:210px}
  .faq-section{grid-template-columns:1fr;gap:28px}
  .budget-section{grid-template-columns:1fr 1fr}.budget-section>a{grid-column:1/-1;justify-self:start}
  .guide-overview,.why-dubai-section,.career-section,.life-section,.path-section,.faq-section,.final-action,.budget-section,.recognition-section,.degree-sequence,.book-section,.book-section.reverse,.fee-story-section{margin-left:0;margin-right:0}
}

@media(max-width:700px){
  body{padding-bottom:calc(146px + env(safe-area-inset-bottom))}
  .sticky-application{z-index:89;left:10px;right:10px;bottom:calc(82px + env(safe-area-inset-bottom))}.sticky-application a{justify-content:center;width:100%;padding:12px 18px;border-radius:15px;font-size:14px}
  .hero-fast-track{margin-top:22px;padding:17px 0}.hero-fast-track strong{font-size:23px}.hero-fast-track span{font-size:15px}.hero-early-bird{grid-template-columns:1fr}.hero-early-bird strong{justify-self:start}.hero-legal{font-size:11px}
  .guide-overview,.why-dubai-section,.career-section,.life-section,.path-section,.faq-section,.final-action,.budget-section,.recognition-section{margin-left:12px;margin-right:12px}
  .guide-overview{margin-top:20px;padding:24px 20px;grid-template-columns:1fr;gap:18px;border-radius:18px}.guide-overview nav{grid-template-columns:1fr 1fr}.guide-overview nav a{min-height:48px;padding:8px;font-size:13px}
  .why-dubai-section{margin-top:28px;padding:30px 20px;border-radius:18px}.why-dubai-intro{grid-template-columns:1fr;gap:8px}.why-dubai-intro>p:last-child{font-size:18px}.why-dubai-grid{display:flex;overflow-x:auto;gap:10px;margin:24px -20px 0 0;padding:0 20px 10px 0;scroll-snap-type:x mandatory;scrollbar-width:thin}.why-dubai-grid article{flex:0 0 78%;min-height:205px;scroll-snap-align:start}.why-dubai-grid h3{margin-top:28px}
  .recognition-section{margin:0;padding:14px 18px 15px 20px;grid-template-columns:1fr;gap:9px;border-radius:0}.recognition-copy .eyebrow{margin-bottom:5px;font-size:10px}.recognition-copy h2{font-size:25px}.recognition-copy>p:not(.eyebrow){margin-top:6px;font-size:12.8px;line-height:1.3}.recognition-details{margin-top:7px}.recognition-details summary{padding:6px 0;font-size:12.5px}.recognition-details p{font-size:12.5px}.recognition-mark{width:100%;justify-content:flex-start;gap:16px;padding:8px 0 0;border-left:0;border-top:1px solid var(--line);background:transparent}.recognition-caa{width:58px;max-height:48px}.recognition-teqsa{width:64px}.recognition-khda{width:46px}
  .career-section,.life-section,.path-section,.faq-section{margin-top:28px;margin-bottom:28px;padding:30px 20px;border-radius:18px}.career-heading{grid-template-columns:1fr;gap:15px}.career-heading>p{font-size:17px}.career-proof-grid{grid-template-columns:1fr;gap:10px;margin-top:24px}.career-proof-grid .career-stat{grid-row:auto;min-height:150px}.career-proof-grid article{min-height:0;padding:22px}.career-stat strong{font-size:48px}.career-proof-grid h3{margin-top:20px;font-size:23px}.career-pathways h3{font-size:23px}.career-pathways .chip-grid{grid-template-columns:1fr 1fr}.career-pathways .chip-grid span{min-height:54px;padding:9px 12px;font-size:14px}.employer-proof{grid-template-columns:1fr;gap:8px;padding:18px}
  .life-heading>p:last-child{font-size:17px}.facility-grid{display:flex;overflow-x:auto;gap:10px;margin:24px -20px 0 0;padding:0 20px 10px 0;scroll-snap-type:x mandatory}.facility-grid article{flex:0 0 78%;min-height:195px;scroll-snap-align:start}.life-media-grid{margin-top:24px}.life-video{padding:22px}.life-video h3,.life-community h3{font-size:26px}.life-community>img{height:210px}.life-community>div{padding:22px}.student-proof{grid-template-columns:1fr;gap:10px}.student-proof>div{grid-column:auto}.student-proof>div,.student-proof article{padding:20px}
  .recruiter-contact{align-items:stretch;flex-direction:column;padding:19px}.recruiter-contact a,.recruiter-contact .recruiter-fallback{align-self:flex-start;text-align:left}.budget-section{grid-template-columns:1fr;gap:14px;padding:24px 20px;border-radius:18px}.budget-section h2{font-size:31px}.budget-section>a{grid-column:auto}.budget-section>.recruiter-fallback{max-width:none;text-align:left}
  .fee-headlines{display:flex;overflow-x:auto;gap:10px;margin:24px -18px 24px 0;padding:0 18px 10px 0;scroll-snap-type:x mandatory}.fee-headlines article{flex:0 0 82%;min-height:165px;scroll-snap-align:start}.fee-headlines strong{font-size:30px}
  .path-heading{grid-template-columns:1fr}.path-heading .eyebrow{grid-column:auto}.path-heading>strong{font-size:18px}.path-steps{grid-template-columns:1fr;gap:8px;margin-top:24px}.path-steps li{min-height:0;display:grid;grid-template-columns:38px 1fr;gap:10px;padding:18px}.path-steps h3{margin:0 0 7px;font-size:20px}.path-steps li>span{padding-top:3px}.faq-list summary{font-size:17px}.faq-list p{padding-right:20px;font-size:15px}.final-action{margin-top:28px}.final-action .fee-urgency{border-radius:18px}
  .guide-overview,.why-dubai-section,.career-section,.life-section,.path-section,.faq-section,.final-action,.budget-section,.recognition-section,.degree-sequence,.book-section,.book-section.reverse,.fee-story-section{margin:0;border-radius:0}
}

/* 2026 mobile visual refinement */
.why-dubai-section{padding:clamp(30px,5vw,60px);color:var(--ink);background:#fff}
.why-dubai-section:after{display:none}
.why-dubai-intro{display:block;max-width:720px;padding:26px 30px;border-left:6px solid var(--red);border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 12px 32px rgba(34,20,43,.1)}
.why-dubai-intro .eyebrow{color:var(--red)}
.why-dubai-intro h2{margin-top:5px;color:var(--red)}
.why-dubai-intro>p:last-child{margin:10px 0 0;color:var(--muted);font-size:20px}
.why-dubai-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}
.why-dubai-grid article{position:relative;isolation:isolate;overflow:hidden;min-height:260px;display:flex;flex-direction:column;justify-content:space-between;padding:20px;border:0;border-radius:18px;background-color:#34203d;background-position:center;background-size:cover;box-shadow:0 16px 34px rgba(34,20,43,.16)}
.why-dubai-grid article:before{content:'';position:absolute;z-index:-1;inset:0;background:linear-gradient(180deg,rgba(23,27,45,.16),rgba(23,27,45,.72))}
.why-dubai-grid .dubai-global{background-image:url('assets/why-dubai/dubai-burj-khalifa-skyline.webp')}
.why-dubai-grid .dubai-connected{background-image:url('assets/students-socialising.jpg');background-position:50% center}
.why-dubai-grid .dubai-campus{background-image:url('assets/why-dubai/murdoch-dubai-campus-entrance.webp');background-position:55% center}
.why-dubai-grid article>span{position:relative;color:rgba(255,255,255,.78);font-size:12px;font-weight:700;letter-spacing:.1em}
.why-dubai-grid h3{position:relative;margin:0;color:#fff;font-size:clamp(23px,2.4vw,32px);line-height:1.05;text-shadow:0 2px 14px rgba(0,0,0,.35)}
.dubai-card-points{position:relative;list-style:none;margin:0;padding:15px 16px;border:1px solid rgba(255,255,255,.2);border-radius:14px;color:#fff;background:rgba(23,27,45,.5);backdrop-filter:blur(7px);box-shadow:0 10px 24px rgba(0,0,0,.12)}
.dubai-card-points li{position:relative;margin:0;padding:0 0 0 15px;font-size:15px;font-weight:600;line-height:1.3;text-shadow:0 1px 8px rgba(0,0,0,.3)}
.dubai-card-points li+li{margin-top:8px}.dubai-card-points li:before{content:'';position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:var(--purple);box-shadow:0 0 0 2px rgba(255,255,255,.28)}
.dubai-card-points strong{color:#fff;font-weight:700}

.dirham-icon{display:block;width:26px;height:26px;flex:0 0 26px;background:currentColor;-webkit-mask:url('assets/uae-dirham-symbol.png') center/contain no-repeat;mask:url('assets/uae-dirham-symbol.png') center/contain no-repeat}
.guide-overview nav{gap:10px}
.guide-overview nav a{--guide-accent:var(--teal);min-height:66px;gap:13px;padding:12px 15px;border:0;border-radius:14px;color:var(--guide-accent);background:#f8f7fa;font-size:17px;line-height:1.15}
.guide-overview nav a:nth-child(1){--guide-accent:#008481}.guide-overview nav a:nth-child(2){--guide-accent:#e12744}.guide-overview nav a:nth-child(3){--guide-accent:#cd3a8e}.guide-overview nav a:nth-child(4){--guide-accent:#5c5a9e}.guide-overview nav a:nth-child(5){--guide-accent:#008481}.guide-overview nav a:nth-child(6){--guide-accent:#e12744}
.guide-overview nav svg{width:30px;height:30px;flex:0 0 30px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.guide-overview nav .dirham-icon{width:30px;height:30px;flex-basis:30px}
.guide-overview nav a>span:not(.dirham-icon){color:var(--ink);font-size:17px;letter-spacing:0}
.guide-overview nav a:hover,.guide-overview nav a:focus-visible{color:var(--guide-accent);background:color-mix(in srgb,var(--guide-accent) 9%,#fff)}
.guide-overview nav a:hover>span:not(.dirham-icon),.guide-overview nav a:focus-visible>span:not(.dirham-icon){color:var(--guide-accent)}

.recognition-section{grid-template-columns:minmax(0,1fr) minmax(360px,.62fr);gap:32px 48px;padding:48px clamp(28px,5vw,64px);background:#fff}
.recognition-section:before{display:none}
.recognition-copy h2{color:var(--red);font-size:clamp(38px,4.2vw,56px);line-height:1.02}
.recognition-copy>p:not(.eyebrow){max-width:720px;margin-top:15px;font-size:18px;line-height:1.5}
.recognition-copy>p strong{color:var(--red)}
.recognition-mark{display:grid;grid-template-columns:1.15fr 1fr .9fr;align-items:center;justify-items:center;gap:20px;padding:0;border:0;background:#fff}
.recognition-caa{width:142px;max-height:none}.recognition-teqsa{width:158px}.recognition-khda{width:122px}
.recognition-video-copy{align-self:center}
.recognition-video-copy .eyebrow{color:var(--red)}
.recognition-video-copy h3{max-width:430px;margin:6px 0 0;color:var(--red);font-size:clamp(26px,3vw,38px);line-height:1.08}
.recognition-video{border-radius:18px;box-shadow:0 16px 40px rgba(34,20,43,.14)}

.career-proof-grid h3,.career-pathways h3,.facility-grid h3,.life-community h3,.employer-proof>strong{color:var(--red)}
.employer-proof{display:block;margin-top:28px;padding:26px 0 0;border:0;background:#fff}
.employer-proof>strong{display:block;font-size:26px;line-height:1.15}
.employer-logo-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-top:18px}
.employer-logo-grid img{width:100%;height:78px;padding:16px;object-fit:contain;border:1px solid rgba(23,27,45,.08);border-radius:14px;background:#fff}

.life-section{padding:0;background:#fff}
.life-media-grid{grid-template-columns:1fr;gap:0;margin-top:0}
.life-video,.life-community{border-radius:0;box-shadow:none}
.life-video{display:grid;grid-template-columns:minmax(240px,.62fr) minmax(0,1.38fr);gap:28px 42px;align-items:center;padding:clamp(30px,5vw,58px);color:#fff;background:var(--gradient);box-shadow:0 18px 48px rgba(45,27,57,.18)}
.life-video h3{color:#fff;font-size:clamp(38px,4.8vw,64px);line-height:1.02}
.life-video .eyebrow{color:rgba(255,255,255,.82)}
.life-video>div:first-child>p:last-child{margin-top:18px;color:rgba(255,255,255,.88);font-size:18px}
.life-video .video-frame{box-shadow:0 22px 48px rgba(34,14,45,.28)}
.life-community{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(0,1.2fr)}
.life-community>img{height:100%;min-height:290px}
.student-proof{margin:0;padding:32px clamp(22px,5vw,66px)}
.budget-section{grid-template-columns:.75fr 1.3fr}

.price-grid-single{grid-template-columns:1fr;max-width:620px}

.path-section{position:relative;isolation:isolate;overflow:hidden;color:var(--ink);background:linear-gradient(145deg,#fff 0%,#fff 63%,#f9edf4 100%)}
.path-section:before{content:'';position:absolute;z-index:-1;right:-110px;bottom:-170px;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(205,58,142,.1),rgba(205,58,142,0) 70%)}
.path-heading{display:grid;grid-template-columns:1fr auto;gap:10px 30px;align-items:end}
.path-heading .eyebrow{grid-column:1/-1;color:var(--red)}
.path-heading h2{color:var(--red)}
.path-heading>strong{margin-bottom:7px;color:var(--teal);font-size:20px}
.path-steps{position:relative;list-style:none;display:flex;flex-direction:column;gap:20px;max-width:1000px;margin:40px auto 0;padding:0}
.path-steps:before{content:'';position:absolute;left:50%;top:24px;bottom:24px;width:6px;border-radius:999px;background:linear-gradient(180deg,var(--red),var(--pink),var(--purple) 72%,var(--teal))}
.path-steps li{position:relative;width:calc(50% - 48px);min-height:0;padding:22px 24px;border:0;border-radius:18px;color:var(--ink);background:rgba(255,255,255,.97);box-shadow:0 12px 30px rgba(45,27,57,.1)}
.path-steps li:nth-child(odd){align-self:flex-start}.path-steps li:nth-child(even){align-self:flex-end}
.path-steps li:before{content:'';position:absolute;top:26px;width:20px;height:20px;border:4px solid #fff;border-radius:50%;background:var(--red);box-shadow:0 5px 16px rgba(45,27,57,.18)}
.path-steps li:nth-child(odd):before{right:-58px}.path-steps li:nth-child(even):before{left:-58px}
.path-steps li:nth-child(2):before,.path-steps li:nth-child(3):before{background:var(--pink)}.path-steps li:nth-child(4):before,.path-steps li:nth-child(5):before{background:var(--purple)}.path-steps li.journey-final:before{background:var(--teal)}
.path-steps h3{margin:0 0 8px;color:var(--red);font-size:24px;line-height:1.12}.path-steps p{margin:0;color:var(--muted);font-size:16px;line-height:1.45}
.path-steps .journey-photo-step{display:grid;grid-template-columns:145px 1fr;gap:0;padding:0;overflow:hidden}.journey-photo-step img{width:100%;height:100%;min-height:165px;object-fit:cover}.journey-photo-step>div{align-self:center;padding:22px}
.journey-enrolment-photo{object-position:60% center}.journey-apply-button{margin-top:18px;padding:13px 18px;color:#fff;background:var(--gradient);font-size:15px}
.path-steps .journey-final{color:#fff;background:linear-gradient(135deg,var(--teal),#006b69)}.path-steps .journey-final h3,.path-steps .journey-final p{color:#fff}
.path-steps .journey-final-photo{display:block;padding:0;overflow:hidden;background:#fff}.journey-final-photo>div{padding:22px;background:linear-gradient(135deg,var(--teal),#006b69)}.journey-final-photo>img{display:block;width:100%;height:220px;object-fit:cover;object-position:center 44%}

#entry .section-visual img{object-position:52% center}

.community-section{max-width:1240px;margin:0 auto;padding:clamp(34px,5vw,66px);background:#fff}
.community-section .life-community{overflow:hidden;border-radius:22px;background:#fff;box-shadow:0 16px 42px rgba(45,27,57,.12)}
.community-section .life-community>img{min-height:340px;object-position:center}
.community-section .life-community>div{align-self:center;padding:clamp(28px,5vw,58px)}
.community-section .eyebrow{color:var(--red)}
.community-section h2{margin:6px 0 0;color:var(--red);font-size:clamp(34px,4.2vw,54px);line-height:1.05}
.community-section .social-grid{grid-template-columns:1fr;gap:10px;margin-top:26px}.community-section .social-grid a{min-height:0;padding:20px 22px;border-radius:14px}.community-section .social-grid strong{margin:0;font-size:20px}

@media(max-width:700px){
  .journey-nav{min-height:64px;padding:5px 7px;gap:4px}
  .journey-nav a{--nav-accent:var(--teal);--nav-wash:rgba(0,132,129,.1);min-height:52px;padding:7px;border-radius:14px;color:var(--nav-accent);background:transparent}
  .journey-nav a:nth-child(1){--nav-accent:#008481;--nav-wash:rgba(0,132,129,.11)}
  .journey-nav a:nth-child(2){--nav-accent:#e12744;--nav-wash:rgba(225,39,68,.11)}
  .journey-nav a:nth-child(3){--nav-accent:#cd3a8e;--nav-wash:rgba(205,58,142,.11)}
  .journey-nav a:nth-child(4){--nav-accent:#5c5a9e;--nav-wash:rgba(92,90,158,.12)}
  .journey-nav a:nth-child(5){--nav-accent:#008481;--nav-wash:rgba(0,132,129,.11)}
  .journey-nav a:nth-child(6){--nav-accent:#e12744;--nav-wash:rgba(225,39,68,.11)}
  .journey-nav .nav-label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
  .journey-nav svg{width:26px;height:26px;stroke-width:1.8}
  .journey-nav .dirham-icon{width:26px;height:26px;flex-basis:26px}
  .journey-nav a:after{left:50%;right:auto;top:auto;bottom:3px;width:5px;height:5px;border-radius:50%;background:var(--nav-accent);transform:translateX(-50%) scale(.4)}
  .journey-nav a:hover,.journey-nav a:focus-visible,.journey-nav a.is-active,.journey-nav a[aria-current="location"]{color:var(--nav-accent);background:var(--nav-wash)}
  .journey-nav a.is-active:after,.journey-nav a[aria-current="location"]:after{transform:translateX(-50%) scale(1)}

  .why-dubai-section{padding:28px 20px;background:#fff}
  .why-dubai-intro{padding:22px 20px;border-left-width:5px;border-radius:15px}
  .why-dubai-intro>p:last-child{font-size:17px}
  .why-dubai-grid{display:flex;overflow-x:auto;gap:10px;margin:18px -20px 0;padding:0 20px 10px;scroll-snap-type:x mandatory;scrollbar-width:none}
  .why-dubai-grid::-webkit-scrollbar{display:none}
  .why-dubai-grid article{flex:0 0 84%;min-height:320px;padding:18px;scroll-snap-align:center}
  .why-dubai-grid h3{font-size:27px}
  .dubai-card-points{padding:14px 15px}.dubai-card-points li{font-size:14.5px}

  .guide-overview{gap:16px;padding:24px 20px}
  .guide-overview nav{grid-template-columns:1fr 1fr;gap:8px}
  .guide-overview nav a{min-height:72px;gap:10px;padding:11px 12px;font-size:16px}
  .guide-overview nav svg,.guide-overview nav .dirham-icon{width:29px;height:29px;flex-basis:29px}
  .guide-overview nav a>span:not(.dirham-icon){font-size:16px;line-height:1.15}

  .recognition-section{grid-template-columns:1fr;gap:20px;padding:34px 22px;background:#fff}
  .recognition-copy .eyebrow{font-size:11px}
  .recognition-copy h2{font-size:36px}
  .recognition-copy>p:not(.eyebrow){margin-top:13px;font-size:16px;line-height:1.45}
  .recognition-mark{grid-template-columns:1.2fr 1fr .9fr;gap:12px;padding:2px 0 4px;border:0}
  .recognition-caa{width:112px;max-height:none}.recognition-teqsa{width:118px}.recognition-khda{width:92px}
  .recognition-video-copy{padding-top:4px}
  .recognition-video-copy h3{font-size:29px}
  .recognition-video{border-radius:14px}

  .employer-proof{padding-top:22px}
  .employer-proof>strong{font-size:24px}
  .employer-logo-grid{grid-template-columns:1fr 1fr;gap:8px;margin-top:15px}
  .employer-logo-grid img{height:70px;padding:14px}
  .employer-logo-grid img:last-child{grid-column:1/-1;justify-self:center;width:50%}

  .life-video{grid-template-columns:1fr;gap:24px;padding:32px 22px;border-radius:0}
  .life-video h3{font-size:42px}
  .life-video>div:first-child>p:last-child{font-size:17px}
  .life-community{grid-template-columns:1fr}
  .life-community>img{min-height:0;height:220px}

  .path-section{margin:0;padding:38px 20px;border-radius:0}
  .path-heading{display:block}.path-heading>strong{display:block;margin:14px 0 0;font-size:17px}
  .path-steps{gap:14px;margin-top:28px;padding-left:40px}
  .path-steps:before{left:12px;top:24px;bottom:24px;width:5px}
  .path-steps li,.path-steps li:nth-child(odd),.path-steps li:nth-child(even){display:block;grid-template-columns:none;align-self:stretch;width:100%;padding:20px;border-radius:16px}
  .path-steps li:nth-child(odd):before,.path-steps li:nth-child(even):before{left:-37px;right:auto;top:24px;width:18px;height:18px}
  .path-steps h3{font-size:22px}.path-steps p{font-size:16px}
  .path-steps li.journey-photo-step{grid-template-columns:1fr;padding:0}.journey-photo-step img{height:180px;min-height:0}.journey-photo-step>div{padding:20px}
  .path-steps li.journey-final-photo{padding:0}.journey-final-photo>div{padding:20px}.journey-final-photo>img{height:210px}

  .community-section{padding:36px 20px}.community-section .life-community{border-radius:18px}.community-section .life-community>img{height:260px;min-height:0}.community-section .life-community>div{padding:28px 22px}.community-section h2{font-size:36px}.community-section .social-grid a{padding:18px 20px}.community-section .social-grid strong{font-size:19px}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button,.header-apply,.journey-nav a,.journey-nav a:after{transition:none}}

@media print{
  body{padding-bottom:0}.site-header{position:static}.journey-shell,.reading-progress,.skip-link,.sticky-application{display:none}.hero{break-after:page}.book-section{break-inside:avoid;box-shadow:none;border:1px solid var(--line)}.degree-sequence{margin:0;overflow:visible;border-radius:0;box-shadow:none}.recognition-section{box-shadow:none;border:1px solid var(--line)}.site-footer{break-before:page}
}
