
:root{
  --navy:#0a2238;--navy2:#123c5b;--blue:#2e718f;--sky:#e9f3f6;
  --cream:#f7f4ee;--ink:#142331;--muted:#65737e;--line:#dce4e7;
  --white:#fff;--gold:#c99156;--success:#278565;
  --shadow:0 24px 60px rgba(10,34,56,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
img{max-width:100%;display:block} a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:800;color:var(--blue);margin-bottom:16px}
h1,h2,h3{font-family:"DM Sans",Inter,sans-serif;color:var(--navy);margin-top:0}
h1{font-size:clamp(48px,6vw,76px);line-height:1.02;letter-spacing:-.05em;margin-bottom:24px}
h2{font-size:clamp(34px,4.5vw,54px);line-height:1.08;letter-spacing:-.04em;margin-bottom:24px}
h3{font-size:21px;line-height:1.3;margin-bottom:10px}
p{color:var(--muted)}
.small{font-size:13px}.lead{font-size:18px;line-height:1.75;max-width:680px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:0 24px;border:0;border-radius:10px;background:var(--navy);color:#fff;font-weight:800;cursor:pointer;transition:.22s}
.btn:hover{background:var(--navy2);transform:translateY(-2px)}
.btn.outline{background:transparent;border:1px solid var(--navy);color:var(--navy)}
.btn.light{background:#fff;color:var(--navy)}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(220,228,231,.82)}
.navbar{height:78px;display:flex;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:11px;min-width:215px}
.brand-mark{width:42px;height:42px;border-radius:12px;background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;display:grid;place-items:center;font-family:"DM Sans";font-weight:800;font-size:18px}
.brand-copy{display:flex;flex-direction:column;line-height:1}
.brand-copy b{font-size:15px;letter-spacing:.15em}.brand-copy small{font-size:9px;letter-spacing:.31em;color:#76848f;margin-top:6px}
nav{display:flex;align-items:center;gap:25px;margin-left:auto}
nav a{font-size:14px;color:#3f4e59;font-weight:600} nav a:hover,nav a.active{color:var(--blue)}
.menu-btn{display:none;margin-left:auto;border:0;background:none;font-size:26px;color:var(--navy)}
.header-cta{min-height:42px;padding:0 17px;font-size:13px}
.hero{padding:92px 0 78px;background:linear-gradient(120deg,#fff 0%,#fff 55%,#edf5f7 55%,#edf5f7 100%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:70px}
.hero h1 span{color:var(--blue)}
.hero-actions{display:flex;align-items:center;gap:14px;margin:32px 0 42px}
.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;border-top:1px solid var(--line);padding-top:24px}
.trust b{display:block;color:var(--gold);font-size:13px}.trust span{font-size:12px;color:var(--muted)}
.hero-art{position:relative;min-height:475px;display:grid;place-items:center}
.plan-card{position:relative;z-index:3;width:min(490px,94%);padding:34px;border-radius:24px;background:#fff;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.9)}
.card-label{font-size:11px;letter-spacing:.18em;font-weight:800;color:var(--blue);padding-bottom:19px;border-bottom:1px solid var(--line)}
.route{display:grid;grid-template-columns:26px 1fr;gap:15px;padding:22px 0;border-bottom:1px solid #edf1f3}.route:last-child{border:0}
.route-dot{width:15px;height:15px;border:2px solid #aec1cb;border-radius:50%;margin-top:4px}.route-dot.on{background:var(--blue);border-color:var(--blue);box-shadow:0 0 0 5px #e6f0f4}
.route b,.route small{display:block}.route small{color:var(--muted);margin-top:4px}
.float-card{position:absolute;z-index:4;padding:15px 17px;border-radius:14px;background:var(--navy);color:#fff;box-shadow:0 14px 36px rgba(10,34,56,.18);font-size:12px}.float-card b{font-size:15px}
.fc1{left:-5px;top:72px;transform:rotate(-5deg)}.fc2{right:-4px;bottom:60px;background:var(--blue);transform:rotate(4deg)}
.orb{position:absolute;border-radius:50%}.orb1{width:270px;height:270px;background:#d8e9ee;right:-30px;top:15px}.orb2{width:175px;height:175px;background:#efdfcd;left:40px;bottom:10px}
.ribbon{background:var(--navy);color:#c9d5dc}.ribbon .container{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:11px;letter-spacing:.16em;font-weight:800}.ribbon i{color:var(--gold)}
.section{padding:105px 0}.soft{background:var(--cream)}.tint{background:var(--sky)}.dark{background:var(--navy);color:#fff}.dark h2,.dark h3{color:#fff}.dark p{color:#b8c5ce}
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:55px;margin-bottom:50px}.section-head>p{max-width:440px}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.card{background:#fff;border:1px solid #e7ecee;border-radius:17px;padding:30px;transition:.22s}.card:hover{transform:translateY(-4px);box-shadow:0 16px 35px rgba(10,34,56,.08)}
.number{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#edf4f6;color:var(--blue);font-size:12px;font-weight:800;margin-bottom:40px}
.card p{font-size:14px}
.dest{padding:30px 26px;background:#fff;border-radius:16px;border:1px solid var(--line)}.dest .code{font-size:12px;color:var(--gold);font-weight:800}.dest h3{margin-top:26px}
.badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:17px}.badge{font-size:11px;padding:6px 9px;border-radius:999px;background:#eef4f6;color:#48616d}
.timeline{display:grid;grid-template-columns:repeat(4,1fr)}.step{padding:30px;border-left:1px solid rgba(255,255,255,.15)}.step:first-child{border-left:0}.step .num{display:block;color:#89b7c8;font-weight:800;font-size:12px;margin-bottom:45px}
.quote{padding:34px;border-radius:18px;background:#fff;border:1px solid var(--line);box-shadow:0 12px 35px rgba(10,34,56,.05)}.quote p{font-size:15px}.quote b{display:block;margin-top:20px}.quote small{color:var(--muted)}
.cta-band{background:linear-gradient(130deg,var(--navy),#174b70);color:#fff;border-radius:24px;padding:48px;display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-band h2{color:#fff;margin-bottom:10px}.cta-band p{color:#c8d4dc;margin:0}
.page-hero{padding:80px 0 68px;background:linear-gradient(135deg,#f8fbfc,#edf5f7)}.page-hero p{max-width:730px;font-size:17px}
.feature-list{display:grid;gap:14px}.feature{display:grid;grid-template-columns:36px 1fr;gap:14px;padding:20px 0;border-bottom:1px solid var(--line)}.feature b{color:var(--navy)}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px}
.contact-list{display:grid;gap:20px;margin-top:34px}.contact-list small{display:block;font-size:10px;letter-spacing:.16em;color:var(--blue);font-weight:800}.contact-list b,.contact-list a{display:block;margin-top:5px}
.form{background:var(--cream);padding:34px;border-radius:18px;display:grid;grid-template-columns:1fr 1fr;gap:18px}
.form label{font-size:12px;font-weight:800;color:#51606c}.form .wide{grid-column:1/-1}
input,select,textarea{width:100%;margin-top:8px;border:1px solid #d5dde0;border-radius:9px;background:#fff;padding:14px;outline:none;color:var(--ink)}
input:focus,select:focus,textarea:focus{border-color:var(--blue)} textarea{resize:vertical}
.form button,.form .note{grid-column:1/-1}.note{font-size:11px;color:#83909a}
.floating-contact{position:fixed;right:18px;bottom:18px;z-index:45;display:flex;flex-direction:column;gap:10px}.fab{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:#fff;font-weight:900;box-shadow:0 10px 25px rgba(0,0,0,.17)}.fab.phone{background:var(--navy)}.fab.zalo{background:#1779d3}
.footer{background:#081927;color:#9baab5;padding:55px 0 28px}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .8fr 1fr;gap:40px}.footer h4{color:#fff;margin:0 0 16px}.footer a,.footer p{display:block;font-size:13px;color:#aebbc4;margin:8px 0}.footer-bottom{margin-top:35px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;font-size:12px}
.legal{max-width:850px}.legal h2{font-size:30px;margin-top:42px}.legal p,.legal li{color:#52616c}
.success{display:none;padding:14px;border-radius:10px;background:#e8f5ef;color:var(--success);font-size:13px;font-weight:700}
@media(max-width:920px){
 nav,.header-cta{display:none}.menu-btn{display:block}.navbar{height:72px}
 nav.open{display:flex;position:absolute;top:72px;left:0;right:0;background:#fff;flex-direction:column;align-items:flex-start;padding:22px 20px;border-bottom:1px solid var(--line)}
 .hero{padding:62px 0;background:#f4f9fa}.hero-grid,.split,.contact-grid{grid-template-columns:1fr;gap:46px}
 .hero-art{min-height:390px}.grid-4{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:1fr 1fr}.timeline{grid-template-columns:1fr 1fr}.step:nth-child(3){border-left:0;border-top:1px solid rgba(255,255,255,.15)}.step:nth-child(4){border-top:1px solid rgba(255,255,255,.15)}
 .section-head{display:block}.section-head>p{margin-top:18px}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
 .container{width:min(100% - 28px,1180px)}h1{font-size:44px}.section{padding:72px 0}
 .hero-actions{flex-direction:column;align-items:stretch}.trust{grid-template-columns:1fr}
 .float-card{display:none}.hero-art{min-height:330px}
 .ribbon .container{flex-wrap:wrap;justify-content:center;padding:18px 0}
 .grid-4,.grid-3,.timeline,.form{grid-template-columns:1fr}.step{border-left:0;border-top:1px solid rgba(255,255,255,.15)}.step:first-child{border-top:0}
 .form .wide,.form button,.form .note{grid-column:auto}.cta-band{padding:32px;display:block}.cta-band .btn{margin-top:22px}
 .footer-grid{grid-template-columns:1fr}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:7px}
}
/* 2026 refresh: BUV-inspired editorial university layout, adapted to Newlinks brand */
:root{--navy:#0b3554;--navy2:#174f73;--blue:#68a9d0;--sky:#eaf5fb;--cream:#f7f8f8;--gold:#d5a45a;--ink:#101d28;--muted:#5f6d78}
body{font-family:Inter,Arial,sans-serif}
.container{width:min(1320px,calc(100% - 64px))}
.site-header{position:sticky;top:0;background:#fff;border:0;box-shadow:0 1px 0 rgba(10,34,56,.08)}
.navbar{height:92px;gap:34px}
.brand-logo{min-width:245px;max-width:270px;height:66px;overflow:hidden;display:flex;align-items:center}
.brand-logo img{width:245px;height:auto;display:block}
.footer-logo{background:#fff;padding:6px 10px;border-radius:4px;width:230px;min-width:0;height:auto}.footer-logo img{width:210px}
nav{gap:34px}nav a{font-size:15px;font-weight:700;color:#263746;position:relative;padding:34px 0}nav a.active:after,nav a:hover:after{content:"";position:absolute;height:3px;background:var(--blue);left:0;right:0;bottom:0}
.header-cta{border-radius:0;background:var(--navy);min-height:48px;padding:0 24px}
.hero{padding:0;background:#fff}
.hero-grid{width:100%;max-width:none;grid-template-columns:47% 53%;gap:0;min-height:660px}
.hero-grid>div:first-child{padding:92px max(42px,calc((100vw - 1320px)/2));padding-right:64px;display:flex;flex-direction:column;justify-content:center}
.hero h1{font-size:clamp(56px,5.5vw,88px);line-height:.98;max-width:700px}.hero h1 span{color:var(--blue)}
.hero .lead{font-size:19px;max-width:650px}.hero-actions .btn{border-radius:0}.trust{max-width:650px}
.hero-art{height:100%;min-height:660px;background:linear-gradient(145deg,#dff1fa,#f6fbfd);overflow:hidden}
.plan-card{width:min(530px,82%);border-radius:0;border:0;padding:42px;box-shadow:0 25px 70px rgba(11,53,84,.15)}
.float-card{border-radius:0}.orb1{width:340px;height:340px;background:#c8e6f4}.orb2{background:#dcecf5}
.ribbon{background:var(--navy)}
.ribbon .container{min-height:78px;font-size:12px}
.section{padding:115px 0}.eyebrow{color:#438fb9}.section-head{align-items:flex-start}
h2{font-size:clamp(38px,4vw,58px)}
.soft{background:#f3f6f8}
.card,.dest,.quote{border-radius:0;border:0;border-top:5px solid var(--blue);box-shadow:0 8px 25px rgba(11,53,84,.06)}
.card{min-height:285px}.number{border-radius:0;background:transparent;border-bottom:2px solid var(--gold);width:max-content;height:auto;padding-bottom:8px}
.dest{min-height:220px;transition:.25s}.dest:hover{background:var(--navy);transform:translateY(-5px)}.dest:hover h3,.dest:hover p,.dest:hover .code{color:#fff}
.dark{background:#082b45}.timeline{border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2)}
.cta-band{border-radius:0;background:var(--blue);padding:58px 64px}.cta-band .btn.light{border-radius:0}
.page-hero{padding:100px 0 80px;background:linear-gradient(120deg,var(--navy) 0 46%,#e9f5fb 46%)}.page-hero h1,.page-hero h2{color:#fff}.page-hero p{color:#dce8ef}
.footer{background:#071f32;padding-top:72px}
@media(max-width:920px){.container{width:min(100% - 36px,1320px)}.brand-logo{min-width:205px;width:205px}.brand-logo img{width:200px}.hero-grid{grid-template-columns:1fr;min-height:0}.hero-grid>div:first-child{padding:70px 30px}.hero-art{min-height:480px}.navbar{height:82px}nav.open{top:82px}.page-hero{background:var(--navy)}}
@media(max-width:620px){.brand-logo{min-width:170px;width:170px}.brand-logo img{width:168px}.hero h1{font-size:50px}.hero-grid>div:first-child{padding:56px 20px}.hero-art{min-height:390px}.cta-band{padding:34px 26px}}
/* Newlinks 2026 — image-led international education redesign */
.hero-photo{position:relative;min-height:760px;color:#fff;overflow:hidden;background:#092d47}
.hero-media{position:absolute;inset:0;background-image:url('https://images.pexels.com/photos/7972352/pexels-photo-7972352.jpeg?auto=compress&cs=tinysrgb&w=2000');background-size:cover;background-position:center 42%}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,32,51,.92) 0%,rgba(5,32,51,.78) 40%,rgba(5,32,51,.24) 72%,rgba(5,32,51,.08) 100%)}
.hero-content{position:relative;z-index:2;min-height:760px;display:flex;flex-direction:column;justify-content:center;padding-top:50px;padding-bottom:0}
.hero-copy{max-width:790px;padding-bottom:105px}.hero-eyebrow{color:#b9ddf0}.hero-photo h1{color:#fff;font-size:clamp(62px,6.3vw,102px);line-height:.93;margin-bottom:30px}.hero-photo h1 span{color:#9dd4ef}.hero-photo .lead{color:#edf5f8;max-width:720px;font-size:20px}.hero-primary{background:#66acd2;color:#071f32;border-radius:0;min-height:58px;padding:0 30px}.hero-primary:hover{background:#fff;color:#071f32}.text-link{display:inline-flex;align-items:center;gap:13px;color:#fff;font-weight:800;margin-left:16px}.hero-actions{align-items:center}.hero-statbar{position:absolute;bottom:0;left:32px;right:32px;background:#fff;color:var(--ink);display:grid;grid-template-columns:repeat(3,1fr);box-shadow:0 -8px 35px rgba(0,0,0,.08)}.hero-statbar>div{padding:28px 34px;display:grid;grid-template-columns:42px 1fr;gap:18px;border-right:1px solid var(--line);align-items:center}.hero-statbar>div:last-child{border:0}.hero-statbar strong{color:var(--blue);font-size:13px}.hero-statbar span{font-weight:700;line-height:1.4;font-size:14px}
.quick-nav{background:#092d47}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr)}.quick-grid a{min-height:150px;padding:34px 38px;border-right:1px solid rgba(255,255,255,.14);color:#fff;position:relative}.quick-grid a:first-child{border-left:1px solid rgba(255,255,255,.14)}.quick-grid span{font-size:11px;color:#8ec8e7}.quick-grid b,.quick-grid small{display:block}.quick-grid b{font-size:18px;margin:10px 0 4px}.quick-grid small{color:#afc4d0}.quick-grid i{position:absolute;right:30px;bottom:28px;font-style:normal;font-size:24px;color:#8ec8e7}.quick-grid a:hover{background:#124766}
.intro-editorial{padding:140px 0}.editorial-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:110px;align-items:end}.editorial-grid h2{font-size:clamp(48px,5vw,72px);margin:0}.editorial-grid h2 em{font-style:normal;color:#559dc5}.editorial-copy{padding-bottom:8px}.dark-link{color:var(--navy);margin:15px 0 0;border-bottom:1px solid var(--navy);padding-bottom:5px}
.services-feature{background:#f1f5f7}.section-kicker{display:flex;justify-content:space-between;border-bottom:1px solid #bac9d1;padding-bottom:18px;margin-bottom:45px;font-size:12px;letter-spacing:.12em;font-weight:800;color:var(--navy)}.section-kicker a{letter-spacing:0}.service-layout{display:grid;grid-template-columns:.92fr 1.08fr;min-height:690px}.service-photo{position:relative;background:url('https://images.pexels.com/photos/7683700/pexels-photo-7683700.jpeg?auto=compress&cs=tinysrgb&w=1400') center/cover no-repeat}.service-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(7,31,50,.52),transparent 55%)}.photo-label{position:absolute;z-index:2;left:38px;bottom:38px;color:#fff}.photo-label small,.photo-label b{display:block}.photo-label small{letter-spacing:.15em}.photo-label b{font-size:28px}.service-list{background:#fff}.service-list>a{min-height:172px;padding:32px 38px;display:grid;grid-template-columns:55px 1fr 35px;gap:22px;border-bottom:1px solid var(--line);align-items:center}.service-list>a:hover{background:#eaf5fb}.service-list>a>span{color:#559dc5;font-size:12px;font-weight:800}.service-list h3{font-size:25px;margin:0 0 5px}.service-list p{margin:0;font-size:14px}.service-list i{font-style:normal;font-size:22px;color:#559dc5}
.destinations-feature{padding-top:135px}.destination-heading{margin-bottom:60px;align-items:end}.destination-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2px;background:#fff}.destination-card{height:330px;position:relative;padding:35px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;background:#174f73}.destination-card:before{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,28,45,.84),rgba(4,28,45,.08));z-index:0}.destination-card>*{position:relative;z-index:1}.destination-card.uk{background:linear-gradient(135deg,#164766,#4b88a9)}.destination-card.au{background:linear-gradient(135deg,#236784,#7bb5cf)}.destination-card.ca{background:linear-gradient(135deg,#1d4b65,#6e9fb7)}.destination-card.us{background:linear-gradient(135deg,#0b3554,#4f7990)}.destination-card>span{font-size:12px;letter-spacing:.18em}.destination-card h3{color:#fff;font-size:34px;margin:0}.destination-card p{color:#dce9ef;margin:4px 0}.destination-card>b{position:absolute;right:32px;bottom:34px;font-size:26px}.destination-card:hover{filter:brightness(1.08)}
.why-section{background:#fff}.why-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px}.why-title{position:sticky;top:130px;align-self:start}.why-title h2{font-size:52px}.why-items{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-left:1px solid var(--line)}.why-items>div{min-height:260px;padding:38px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.why-items strong{font-size:12px;color:#559dc5}.why-items h3{font-size:24px;margin-top:48px}
.journey-section{background:#082b45;color:#fff;padding:120px 0}.journey-section h2{color:#fff;font-size:64px}.light-kicker{color:#b8d7e7;border-color:rgba(255,255,255,.2)}.journey-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:60px;border-top:1px solid rgba(255,255,255,.2)}.journey-grid>div{padding:34px 30px 20px 0;border-right:1px solid rgba(255,255,255,.18);min-height:250px}.journey-grid>div+div{padding-left:30px}.journey-grid span{color:#8dc7e4;font-size:12px}.journey-grid h3{color:#fff;font-size:27px;margin-top:55px}.journey-grid p{color:#b8c9d3}
.insight-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:2px}.insight-main{background:#e8f3f8;padding:60px;min-height:420px}.insight-main>span,.mini-story span{font-size:11px;letter-spacing:.15em;color:#4c8eaf;font-weight:800}.insight-main h2{font-size:52px;margin-top:45px}.insight-side{display:grid;gap:2px}.mini-story{background:#f2f4f5;padding:42px;display:flex;flex-direction:column;justify-content:space-between}.mini-story h3{font-size:25px;margin:40px 0 0}.final-cta{background:#71afd0;padding:95px 0}.final-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:100px;align-items:end}.final-cta h2{font-size:58px;margin:0}.final-cta p{color:#153b50;font-size:18px}.final-cta .hero-primary{background:#082b45;color:#fff;margin-top:18px}
@media(max-width:920px){.hero-photo,.hero-content{min-height:700px}.hero-media{background-position:62% center}.hero-shade{background:rgba(5,32,51,.72)}.hero-statbar{left:18px;right:18px}.quick-grid,.editorial-grid,.service-layout,.why-grid,.final-grid{grid-template-columns:1fr}.editorial-grid{gap:40px}.service-photo{min-height:500px}.why-title{position:static}.destination-grid{grid-template-columns:1fr 1fr}.journey-grid{grid-template-columns:1fr 1fr}.insight-grid{grid-template-columns:1fr}.final-grid{gap:35px}}
@media(max-width:620px){.hero-photo,.hero-content{min-height:720px}.hero-copy{padding-bottom:180px}.hero-photo h1{font-size:54px}.hero-photo .lead{font-size:17px}.text-link{margin:18px 0 0}.hero-actions{align-items:flex-start}.hero-statbar{grid-template-columns:1fr;left:14px;right:14px}.hero-statbar>div{padding:15px 20px}.hero-statbar>div:nth-child(3){display:none}.quick-grid{grid-template-columns:1fr}.quick-grid a{min-height:120px}.intro-editorial{padding:85px 0}.editorial-grid h2,.journey-section h2,.final-cta h2{font-size:43px}.service-photo{min-height:390px}.service-list>a{padding:25px 20px;grid-template-columns:35px 1fr 20px}.destination-grid,.why-items,.journey-grid{grid-template-columns:1fr}.destination-card{height:260px}.why-items>div{min-height:210px}.journey-grid>div,.journey-grid>div+div{padding:28px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}.journey-grid h3{margin-top:25px}.insight-main{padding:35px}.insight-main h2{font-size:38px}.final-cta{padding:70px 0}}

/* London Metropolitan University programmes */
.uk-highlight{cursor:pointer}.uk-highlight:after{content:"Explore London Met";display:block;margin-top:22px;font-size:11px;font-weight:800;letter-spacing:.08em;color:var(--blue)}.uk-highlight:hover:after{color:#fff}
.londonmet-section{background:#fff;padding-top:125px}
.lm-hero{display:grid;grid-template-columns:1.02fr .98fr;gap:90px;align-items:end;padding-bottom:54px;border-bottom:1px solid var(--line)}
.lm-hero h2{font-size:clamp(44px,5vw,70px);max-width:720px;margin-bottom:0}.lm-intro{padding-bottom:5px}.lm-intro p{font-size:17px;line-height:1.75;margin-top:0;margin-bottom:28px}
.lm-course-grid{display:grid;grid-template-columns:repeat(3,1fr);border-left:1px solid var(--line);margin-top:0}
.lm-course{min-height:315px;padding:34px 30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column;transition:.22s;background:#fff}
.lm-course>span{font-size:10px;letter-spacing:.16em;color:#4d97bc;font-weight:800}.lm-course h3{font-size:23px;margin:38px 0 12px}.lm-course p{font-size:14px;line-height:1.65;margin:0 0 25px}.lm-course b{margin-top:auto;font-size:12px;color:var(--navy)}
.lm-course:hover{background:#0b3554;transform:translateY(-2px)}.lm-course:hover h3,.lm-course:hover p,.lm-course:hover b,.lm-course:hover>span{color:#fff}
.lm-note{margin-top:26px;padding:20px 0;border-top:1px solid var(--line);font-size:12px;color:var(--muted);line-height:1.65}
@media(max-width:920px){.lm-hero{grid-template-columns:1fr;gap:28px}.lm-course-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.londonmet-section{padding-top:80px}.lm-course-grid{grid-template-columns:1fr}.lm-course{min-height:260px}.lm-course h3{margin-top:28px}.lm-hero{padding-bottom:35px}}

/* Bilingual navigation */
.lang-switch{display:flex;align-items:center;gap:2px;border:1px solid var(--line);border-radius:999px;padding:3px;margin-left:2px;font-size:11px;font-weight:800}.lang-switch span,.lang-switch a{padding:5px 8px;border-radius:999px}.lang-switch .active{background:var(--navy);color:#fff}.lang-switch a{color:var(--navy)}
/* Additional UK partner video */
.uk-video-section{background:#eef5f8}.uk-video-grid{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}.uk-video-copy h2{font-size:clamp(38px,4.5vw,62px)}.uk-video-frame{position:relative;padding-top:56.25%;border-radius:22px;overflow:hidden;background:#071b2e;box-shadow:0 24px 60px rgba(10,34,56,.16)}.uk-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.programme-placeholder{margin-top:45px;padding:30px 0;border-top:1px solid #cfdee4;display:grid;grid-template-columns:.7fr 1.3fr;gap:50px}.programme-placeholder span{font-size:10px;letter-spacing:.17em;color:var(--blue);font-weight:800}.programme-placeholder h3{font-size:26px;margin-top:9px}.programme-placeholder p{margin:0;line-height:1.75}.lang-switch+ .header-cta{margin-left:4px}
@media(max-width:920px){.uk-video-grid,.programme-placeholder{grid-template-columns:1fr;gap:30px}.lang-switch{margin-left:auto}.menu-btn{margin-left:0}}
@media(max-width:620px){.lang-switch{font-size:10px}.header-cta{display:none}}

/* Canterbury Christ Church University */
.cccu-section{background:#eef5f8;padding-top:120px}
.cccu-hero{display:grid;grid-template-columns:1.02fr .98fr;gap:80px;align-items:end;padding-bottom:42px}
.cccu-hero h2{font-size:clamp(42px,5vw,68px);margin-bottom:0}
.cccu-copy p{font-size:17px;line-height:1.75;margin-top:0}
.cccu-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.cccu-video{margin:8px 0 48px}
@media(max-width:920px){.cccu-hero{grid-template-columns:1fr;gap:28px}}
@media(max-width:620px){.cccu-section{padding-top:78px}.cccu-actions{flex-direction:column}.cccu-actions .btn{width:100%}}

.country-flag{display:flex!important;align-items:center;gap:10px;margin-bottom:4px}.country-flag img{width:38px;height:25px;object-fit:cover;border-radius:3px;box-shadow:0 0 0 1px rgba(10,34,56,.12)}.country-flag .code{margin:0!important}
.home-country-head{display:flex;align-items:center;gap:13px;margin-bottom:8px}.home-country-head img{width:40px;height:27px;object-fit:cover;border-radius:3px;box-shadow:0 0 0 1px rgba(10,34,56,.12)}.home-country-head h3{margin:0}
