@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Sora:wght@500;600;700;800&display=swap');

:root{
  --navy:#15386d;
  --navy-deep:#0b2852;
  --navy-ink:#0a263a;
  --gold:#f4bd21;
  --gold-deep:#d8a30b;
  --sky:#eaf5ff;
  --powder:#f3f8fd;
  --cream:#fff8df;
  --ink:#0d2b3b;
  --text:#455c6b;
  --muted:#748692;
  --line:#dce6ee;
  --white:#fff;
  --shadow-soft:0 18px 48px rgba(8,35,65,.09);
  --shadow-strong:0 26px 75px rgba(7,31,58,.18);
  --container:1320px;
}

html{font-size:16px}
html.menu-locked{overflow:hidden}
body{font-family:'DM Sans',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--ink);background:#fff;letter-spacing:-.01em}
body,button,input,select,textarea{font-family:'DM Sans',system-ui,sans-serif}
h1,h2,h3,h4,h5,h6{font-family:'Sora',system-ui,sans-serif;letter-spacing:-.045em}
body::selection{background:var(--gold);color:var(--navy-deep)}
.container{width:min(var(--container),calc(100% - 64px))}
.section{padding:96px 0}
.section-soft{background:linear-gradient(180deg,#f7fbff 0%,#f2f7fb 100%)}
.section-kicker{font-family:'DM Sans',sans-serif;color:var(--navy);font-size:11px;font-weight:800;letter-spacing:.18em;margin-bottom:13px}
.section-kicker.gold{color:var(--gold)}

/* HEADER */
.topbar{background:var(--navy-ink);color:#dbe8f3;border-bottom:1px solid rgba(255,255,255,.08);font-size:12px}
.topbar-inner{height:38px}
.topbar-label{color:#fff;font-weight:800}.topbar a{color:#dbe8f3;transition:color .2s ease}.topbar a:hover{color:var(--gold)}
.topbar-right strong{color:var(--gold);letter-spacing:.04em}
.site-header{height:92px;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(10,38,58,.08);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.site-header.scrolled{box-shadow:0 12px 38px rgba(8,35,65,.10)}
.nav-wrap{gap:14px}.brand{width:248px;flex-basis:248px}.brand img{height:64px}
.primary-nav{gap:0}
.nav-link{font-size:13px;font-weight:700;color:#2b4352;padding:35px 10px;position:relative}
.nav-link::after{content:"";position:absolute;height:2px;left:10px;right:10px;bottom:24px;background:var(--gold);transform:scaleX(0);transform-origin:right;transition:transform .24s ease}
.nav-link:hover::after,.nav-link.is-active::after,.nav-item.is-active>.nav-link::after{transform:scaleX(1);transform-origin:left}
.nav-link:hover,.nav-link.is-active,.nav-item.is-active>.nav-link{color:var(--navy)}
.header-cta{margin-left:4px;min-height:48px;border-radius:12px;padding:0 18px;box-shadow:0 9px 24px rgba(21,56,109,.18)}
.header-cta svg{width:16px!important}
.mega-menu{border-top:4px solid var(--gold);padding:34px 0 38px;box-shadow:0 28px 75px rgba(7,31,58,.16);transform:translateY(12px)}
.mega-grid{gap:34px;grid-template-columns:1.35fr .8fr .8fr .95fr}
.kicker,.mega-col h4{font-family:'DM Sans',sans-serif}
.mega-intro h3,.mega-card strong{font-family:'Sora',sans-serif;font-weight:700;letter-spacing:-.04em}
.mega-intro h3{font-size:30px;line-height:1.12;color:var(--navy-ink)}
.mega-intro p{color:#667b89}.mega-col h4{font-weight:800;color:#8a99a5}.mega-col a{font-weight:700;transition:color .2s ease,transform .2s ease}.mega-col a:hover{color:var(--navy);transform:translateX(5px)}
.mega-card{border-radius:18px;background:var(--cream);border:1px solid rgba(244,189,33,.35)}.mega-card-gold{background:var(--gold);border-color:var(--gold)}.mega-card-gold span{color:#755a05;opacity:1;font-weight:800}.mega-card.dark{background:var(--navy);border-color:var(--navy);color:#fff}.mega-card.dark strong{color:#fff}.mega-card.dark span{color:#d9e6f2;opacity:1}.marn-chip{border:1px solid #d9e8f6;background:var(--sky);color:var(--navy)}
.small-dropdown{border-radius:0 0 14px 14px;border-top:3px solid var(--gold)}

/* TYPE + BUTTONS */
.btn{min-height:50px;border-radius:12px;font-size:13px;font-weight:800;position:relative;overflow:hidden;transition:transform .24s ease,box-shadow .24s ease,background .24s ease,color .24s ease,border-color .24s ease}
.btn::after{content:"";position:absolute;width:70px;height:70px;border-radius:50%;background:rgba(255,255,255,.15);right:-84px;bottom:-84px;transition:right .35s ease,bottom .35s ease}.btn:hover::after{right:-26px;bottom:-34px}.btn:hover{transform:translateY(-3px);box-shadow:0 14px 30px rgba(8,35,65,.14)}
.btn-lg{min-height:58px;padding-inline:25px}.btn-gold{background:var(--gold);color:var(--navy-ink);border-color:var(--gold)}.btn-gold:hover{background:#ffd14c;border-color:#ffd14c}.btn-navy{background:var(--navy);color:#fff;border-color:var(--navy)}.btn-navy:hover{background:var(--navy-deep);border-color:var(--navy-deep)}.btn-outline{border-color:var(--navy);color:var(--navy);background:transparent}.btn-outline:hover{background:var(--navy);color:#fff}.btn-outline-light{border-color:rgba(255,255,255,.5);color:#fff;background:transparent}.btn-outline-light:hover{background:#fff;color:var(--navy-ink);border-color:#fff}.btn svg,.text-link svg{position:relative;z-index:1}.text-link{font-weight:800;color:var(--navy);gap:10px}.text-link svg{transition:transform .2s ease}.text-link:hover svg{transform:translateX(5px)}
.section-intro{max-width:820px;margin-bottom:42px}.section-intro.centered{text-align:center;margin-left:auto;margin-right:auto}.section-intro h2,.section-head h2{font-family:'Sora',sans-serif;font-weight:700;font-size:52px;line-height:1.08;margin:0;color:var(--navy-ink);letter-spacing:-.05em}.section-intro p,.section-head p{color:var(--text);font-size:16px;line-height:1.8}.section-intro.light h2,.section-head.light h2{color:#fff}.section-intro.light p,.section-head.light p{color:#c8d8e7}.section-head{align-items:flex-end;margin-bottom:38px}.section-head>div:first-child{max-width:780px}.section-head p{max-width:690px;margin-top:12px}.center-action{text-align:center;margin-top:34px}

/* HERO SLIDER */
.hero-slider{position:relative;overflow:hidden;background:var(--navy-deep);color:#fff;isolation:isolate;min-height:760px}
.hero-slider-bg{position:absolute;inset:0;z-index:-3;background:linear-gradient(135deg,#0b2852 0%,#0e335f 54%,#15386d 100%)}
.hero-slider-bg::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 18%,rgba(244,189,33,.12) 0 2px,transparent 3px) 0 0/22px 22px;mask-image:linear-gradient(90deg,#000 0%,transparent 48%);-webkit-mask-image:linear-gradient(90deg,#000 0%,transparent 48%)}
.hero-slider-bg::after{content:"";position:absolute;width:720px;height:720px;border:1px solid rgba(255,255,255,.05);border-radius:50%;right:-260px;top:-330px;box-shadow:0 0 0 90px rgba(255,255,255,.018),0 0 0 190px rgba(255,255,255,.013)}
.hero-slide{position:absolute;inset:0 0 auto;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(28px);transition:opacity .7s ease,transform .7s ease,visibility .7s ease}.hero-slide.is-active{position:relative;opacity:1;visibility:visible;pointer-events:auto;transform:none}
.hero-slide-grid{display:grid;grid-template-columns:.96fr 1.04fr;gap:72px;align-items:center;min-height:650px;padding:64px 0 110px}
.hero-slide-copy{max-width:690px}.hero-eyebrow{display:flex;align-items:center;gap:12px;text-transform:uppercase;font-size:11px;font-weight:800;letter-spacing:.18em;color:#d6e3ef}.hero-eyebrow span{width:34px;height:3px;background:var(--gold)}
.hero-slide-copy h1{font-size:72px;line-height:.99;color:#fff;margin:23px 0 24px;font-weight:700;max-width:720px}.hero-slide-copy h1 em{font-style:normal;color:var(--gold)}
.hero-slide-copy>p{font-size:17px;line-height:1.85;color:#d1deea;max-width:660px;margin:0 0 30px}.hero-actions{display:flex;gap:16px;align-items:center;flex-wrap:wrap}.hero-link{display:inline-flex;align-items:center;gap:10px;color:#fff;font-size:13px;font-weight:800;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.35);transition:color .2s ease,border-color .2s ease}.hero-link span{font-size:20px;transition:transform .2s ease}.hero-link:hover{color:var(--gold);border-color:var(--gold)}.hero-link:hover span{transform:translate(4px,-4px)}
.hero-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px;padding-top:26px;border-top:1px solid rgba(255,255,255,.13)}.hero-trust div{display:flex;flex-direction:column;gap:4px}.hero-trust span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#8faac0;font-weight:800}.hero-trust strong{font-size:12px;color:#fff;line-height:1.35}
.hero-visual{height:560px;position:relative;--mx:0px;--my:0px}.hero-image-frame{position:absolute;right:0;top:12px;width:85%;height:510px;border-radius:34px 34px 120px 34px;overflow:hidden;box-shadow:0 32px 80px rgba(0,0,0,.26);transform:translate(var(--mx),var(--my));transition:transform .14s ease-out}.hero-image-frame::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 55%,rgba(4,20,40,.42));pointer-events:none}.hero-image-frame img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.2,.7,.2,1)}.hero-slide.is-active .hero-image-frame img{transform:scale(1.025)}
.hero-orbit{position:absolute;z-index:4;background:#fff;color:var(--navy-ink);border-radius:15px;padding:14px 17px;display:grid;grid-template-columns:44px 1fr;column-gap:12px;align-items:center;box-shadow:var(--shadow-strong);min-width:240px;transition:transform .28s ease}.hero-orbit:hover{transform:translateY(-6px)}.hero-orbit>span{width:44px;height:44px;border-radius:12px;background:var(--gold);display:grid;place-items:center;grid-row:1/3}.hero-orbit>span svg{width:22px;height:22px;fill:none;stroke:var(--navy-ink);stroke-width:1.8}.hero-orbit b{font-size:12px}.hero-orbit small{font-size:10px;color:#718391}.orbit-one{left:0;top:88px}.orbit-two{right:2%;bottom:2px}.orbit-two>span{background:var(--navy);color:#fff}.orbit-two>span svg{stroke:#fff}.hero-deco-word{position:absolute;left:2%;bottom:24px;font-family:'Sora',sans-serif;font-size:126px;line-height:1;color:rgba(255,255,255,.035);font-weight:800;letter-spacing:-.08em;z-index:-1;user-select:none}
.hero-controls-wrap{position:absolute;left:50%;transform:translateX(-50%);bottom:116px;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.hero-dots,.hero-arrows{display:flex;gap:9px;pointer-events:auto}.hero-dots button{width:28px;height:5px;border:0;border-radius:99px;background:rgba(255,255,255,.26);padding:0;cursor:pointer;transition:width .2s ease,background .2s ease}.hero-dots button.is-active{width:52px;background:var(--gold)}.hero-arrows button,.carousel-btn{width:46px;height:46px;border:1px solid rgba(255,255,255,.28);border-radius:50%;background:rgba(255,255,255,.05);color:#fff;cursor:pointer;transition:.24s}.hero-arrows button:hover{background:var(--gold);color:var(--navy-ink);border-color:var(--gold);transform:translateY(-2px)}
.hero-quick-bar{position:absolute;left:50%;transform:translateX(-50%);bottom:0;height:92px;background:#fff;display:grid;grid-template-columns:repeat(4,1fr);border-radius:18px 18px 0 0;overflow:hidden;box-shadow:0 -18px 55px rgba(8,35,65,.15);z-index:6}.hero-quick-bar>a{display:grid;grid-template-columns:48px 1fr auto;gap:12px;align-items:center;padding:17px 20px;border-right:1px solid var(--line);color:var(--navy-ink);transition:background .22s ease,color .22s ease}.hero-quick-bar>a:last-child{border-right:0}.hero-quick-bar>a:hover{background:var(--gold)}.hero-quick-bar>a>span{width:48px;height:48px;border-radius:13px;background:var(--sky);display:grid;place-items:center;color:var(--navy)}.hero-quick-bar>a:hover>span{background:rgba(255,255,255,.8)}.hero-quick-bar svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7}.hero-quick-bar div{display:flex;flex-direction:column}.hero-quick-bar small{font-size:9px;letter-spacing:.12em;color:#8799a5}.hero-quick-bar strong{font-size:13px}.hero-quick-bar b{font-size:20px;font-weight:400;transition:transform .2s ease}.hero-quick-bar a:hover b{transform:translate(3px,-3px)}

/* VISA SERVICE CARDS */
.visa-showcase{background:#fff;position:relative;overflow:hidden}.visa-showcase::before{content:"";position:absolute;width:360px;height:360px;left:-160px;top:35px;background:radial-gradient(circle,var(--line) 1px,transparent 1.8px);background-size:14px 14px;opacity:.55;mask-image:radial-gradient(circle,#000 20%,transparent 68%);-webkit-mask-image:radial-gradient(circle,#000 20%,transparent 68%)}
.visa-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1120px;margin:auto}.visa-card{position:relative;border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 22px 60px rgba(8,35,65,.11);transition:transform .35s ease,box-shadow .35s ease}.visa-card:hover{transform:translateY(-10px);box-shadow:0 30px 75px rgba(8,35,65,.17)}.visa-card-image{height:260px;position:relative;overflow:hidden}.visa-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.visa-card:hover .visa-card-image img{transform:scale(1.06)}.visa-card-icon{position:absolute;left:50%;bottom:-27px;transform:translateX(-50%);z-index:2;width:58px;height:58px;border:6px solid #fff;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center}.visa-card-featured .visa-card-icon{background:var(--gold);color:var(--navy-ink)}.visa-card-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8}.visa-card-body{text-align:center;padding:42px 26px 28px;min-height:210px;position:relative}.visa-card-body::before{content:"";position:absolute;left:-8%;right:-8%;top:-31px;height:60px;background:#fff;border-radius:50% 50% 0 0/100% 100% 0 0}.visa-card-body>*{position:relative}.visa-card-body small{text-transform:uppercase;font-size:9px;letter-spacing:.15em;font-weight:800;color:var(--gold-deep)}.visa-card-body h3{font-size:25px;margin:7px 0 12px;color:var(--navy-ink)}.visa-card-body p{font-size:14px;line-height:1.75;color:#6b7b86;margin:0}.visa-card-footer{height:62px;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;gap:12px;font-size:13px;font-weight:800;position:relative;overflow:hidden}.visa-card-featured .visa-card-footer{background:var(--gold);color:var(--navy-ink)}.visa-card-footer::after{content:"";position:absolute;width:160px;height:100px;border-radius:50%;background:rgba(255,255,255,.07);bottom:-80px;right:25%}.visa-card-footer b{width:30px;height:30px;border:1px solid currentColor;border-radius:50%;display:grid;place-items:center;font-size:15px;font-weight:400;transition:transform .2s ease}.visa-card:hover .visa-card-footer b{transform:translateX(4px)}

/* CITY ACCORDION */
.city-stage{position:relative;background:linear-gradient(135deg,#123a77 0%,#0b2c61 100%);padding:98px 0 108px;color:#fff;overflow:hidden;isolation:isolate}.city-stage-pattern{position:absolute;inset:0;z-index:-1;background:repeating-radial-gradient(circle at 20% 30%,rgba(255,255,255,.045) 0 1px,transparent 2px 30px);opacity:.65}.city-stage::after{content:"";position:absolute;inset:0;background:linear-gradient(125deg,transparent 10%,rgba(255,255,255,.025) 10.5%,transparent 11%,transparent 48%,rgba(255,255,255,.025) 48.5%,transparent 49%);z-index:-1}.city-explorer-v3{display:grid;grid-template-columns:150px 150px minmax(430px,1fr) 150px 150px;gap:16px;min-height:520px}.city-tab{border:1px solid rgba(255,255,255,.12);border-radius:22px;background:#09285c;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:background .28s ease,transform .28s ease,border-color .28s ease;padding:18px}.city-tab:hover{transform:translateY(-6px);border-color:rgba(244,189,33,.55)}.city-tab.active{background:var(--gold);color:var(--navy-ink);border-color:var(--gold)}.city-badge{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.11);font-family:'Sora',sans-serif;font-weight:800;font-size:14px;border:1px solid rgba(255,255,255,.14)}.city-tab.active .city-badge{background:var(--navy-deep);color:#fff;border-color:var(--navy-deep)}.city-tab b{font-size:16px;writing-mode:vertical-rl;transform:rotate(180deg);letter-spacing:.02em}.city-tab small{font-size:10px;opacity:.66;writing-mode:vertical-rl;transform:rotate(180deg)}.city-panel{border:1px solid rgba(255,255,255,.13);border-radius:26px;background:rgba(5,31,70,.62);display:grid;grid-template-columns:1fr .86fr;gap:0;overflow:hidden;transition:opacity .18s ease,transform .18s ease}.city-panel.is-changing{opacity:.5;transform:scale(.992)}.city-panel-copy{padding:48px 40px}.city-state{font-size:11px;text-transform:uppercase;letter-spacing:.16em;color:var(--gold);font-weight:800}.city-panel h3{font-size:46px;color:#fff;margin:8px 0 15px}.city-panel p{color:#c7d5e5;line-height:1.75;font-size:14px}.city-panel ul{list-style:none;padding:10px 0 8px;margin:0}.city-panel li{padding:7px 0 7px 25px;position:relative;font-size:13px;color:#eff5fb}.city-panel li::before{content:"✓";position:absolute;left:0;top:7px;width:17px;height:17px;border-radius:50%;background:var(--gold);color:var(--navy-ink);display:grid;place-items:center;font-size:10px;font-weight:900}.city-panel-media{position:relative;min-height:100%}.city-panel-media img{width:100%;height:100%;object-fit:cover}.city-panel-media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,31,70,.28),transparent 50%)}.city-panel-media span{position:absolute;right:18px;bottom:18px;z-index:2;background:rgba(6,31,67,.8);backdrop-filter:blur(8px);padding:8px 12px;border-radius:999px;font-size:10px;font-weight:800;letter-spacing:.08em}

/* COURSE RAIL */
.course-stage{overflow:hidden}.carousel-controls{display:flex;gap:10px}.carousel-btn{color:var(--navy);border-color:#d3dee8;background:#fff}.carousel-btn:hover{background:var(--navy);color:#fff;border-color:var(--navy);transform:translateY(-2px)}.course-rail-wrap{width:100%;overflow:hidden}.course-rail{display:flex;gap:22px;overflow-x:auto;padding:6px max(32px,calc((100vw - min(var(--container),calc(100vw - 64px)))/2)) 18px;scrollbar-width:none;scroll-snap-type:x mandatory}.course-rail::-webkit-scrollbar{display:none}.course-tile{flex:0 0 410px;height:560px;border-radius:24px;overflow:hidden;position:relative;scroll-snap-align:center;box-shadow:0 14px 45px rgba(8,35,65,.08);background:#fff}.course-tile img{width:100%;height:100%;object-fit:cover;transition:transform .75s ease}.course-tile:hover img{transform:scale(1.055)}.course-tile::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 36%,rgba(4,28,57,.16) 53%,rgba(4,28,57,.9) 100%)}.course-tile>div{position:absolute;z-index:3;left:0;right:0;bottom:0;padding:28px 30px 29px;color:#fff;background:linear-gradient(180deg,transparent,rgba(9,41,87,.96) 28%);transition:padding .3s ease}.course-tile-gold>div{background:linear-gradient(180deg,transparent,rgba(183,133,0,.94) 29%)}.course-tile:hover>div{padding-bottom:34px}.course-tile span{display:inline-grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.45);border-radius:50%;font-size:10px;font-weight:800}.course-tile h3{font-size:28px;line-height:1.12;margin:11px 0 8px;color:#fff}.course-tile p{font-size:13px;color:#dce8f3;margin:0 0 13px}.course-tile b{font-size:12px;color:var(--gold)}.course-tile-gold b{color:#fff}

/* PROCESS */
.process-stage{background:#fff}.process-v3{display:grid;grid-template-columns:1fr 180px 1fr 180px 1fr;align-items:center;max-width:1160px;margin:10px auto 0}.process-v3-item{text-align:center}.process-hex{width:150px;height:170px;margin:0 auto 26px;background:var(--navy);clip-path:polygon(25% 6%,75% 6%,100% 50%,75% 94%,25% 94%,0 50%);display:grid;place-items:center;color:#fff;transition:transform .28s ease,filter .28s ease}.process-v3-item:hover .process-hex{transform:translateY(-8px) rotate(-2deg);filter:drop-shadow(0 16px 20px rgba(8,35,65,.18))}.process-hex.is-gold{background:var(--gold);color:var(--navy-ink)}.process-hex svg{width:48px;height:48px;fill:none;stroke:currentColor;stroke-width:1.4}.process-v3-item>span{width:42px;height:42px;border-radius:50%;background:var(--navy);color:#fff;display:grid;place-items:center;margin:-45px auto 24px;position:relative;z-index:2;border:5px solid #fff;font-size:10px;font-weight:800}.process-v3-item:first-child>span{background:var(--gold);color:var(--navy-ink)}.process-v3-item h3{font-size:20px;margin:0 0 8px}.process-v3-item p{font-size:13px;color:#73848f;max-width:260px;margin:auto;line-height:1.7}.process-line{height:2px;border-top:2px dashed #ccd7df;position:relative}.process-line::after{content:"";position:absolute;right:-1px;top:-6px;border-left:8px solid #ccd7df;border-top:5px solid transparent;border-bottom:5px solid transparent}.process-line i{display:block;width:0;height:2px;background:var(--gold);position:absolute;left:0;top:-2px;transition:width .8s ease}.process-v3.visible .process-line i{width:100%}

/* ECA UNIVERSITY */
.eca-university-stage{padding:100px 0;background:linear-gradient(135deg,#0a2b5e 0%,#123a77 100%);color:#fff;position:relative;overflow:hidden}.eca-university-stage::before{content:"ECA";position:absolute;right:-20px;top:-60px;font-family:'Sora',sans-serif;font-size:280px;font-weight:800;letter-spacing:-.08em;color:rgba(255,255,255,.025)}.eca-university-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.eca-university-card{background:#fff;color:var(--ink);border-radius:22px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.eca-university-card:hover{transform:translateY(-9px);box-shadow:0 24px 60px rgba(0,0,0,.20)}.eca-university-image{height:190px;position:relative;overflow:hidden}.eca-university-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.eca-university-card:hover img{transform:scale(1.06)}.eca-university-image>span{position:absolute;left:16px;top:16px;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:rgba(9,40,82,.86);color:#fff;font-size:10px;font-weight:800;backdrop-filter:blur(8px)}.eca-university-copy{padding:22px}.eca-partner-badge,.eca-mini-logo{display:inline-flex;align-items:center;gap:8px;background:#f3f8fd;border:1px solid #dce8f2;border-radius:11px;padding:7px 9px}.eca-partner-badge b,.eca-mini-logo b{font-family:'Sora',sans-serif;font-size:18px;color:var(--navy);letter-spacing:-.04em}.eca-partner-badge small,.eca-mini-logo small{font-size:8px;line-height:1.1;color:#607684;text-transform:uppercase;letter-spacing:.07em}.eca-partner-badge.subtle{background:var(--cream);border-color:#f6dd97}.eca-partner-badge.subtle b{color:#9f7700}.eca-university-copy h3{font-size:20px;line-height:1.2;margin:14px 0 7px}.eca-university-copy p{font-size:12px;color:#72838e;margin:0 0 15px}.eca-university-copy strong{font-size:11px;color:var(--navy)}.eca-university-copy strong i{font-style:normal;margin-left:4px;transition:transform .2s ease;display:inline-block}.eca-university-card:hover strong i{transform:translate(4px,-4px)}

/* PROVIDER MARQUEE + DIRECTORY */
.provider-stage{padding:82px 0 92px;background:linear-gradient(180deg,#eef7ff 0%,#fff 82%);overflow:hidden}.provider-stage-head{text-align:center;max-width:760px}.provider-stage-head h2{font-size:44px;margin:0;color:var(--navy-ink)}.provider-stage-head p{color:#6c7e8b;line-height:1.75}.provider-marquee{overflow:hidden;margin:36px 0 8px;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.provider-track{width:max-content;display:flex;gap:14px;animation:providerMarquee 42s linear infinite}.provider-marquee:hover .provider-track{animation-play-state:paused}@keyframes providerMarquee{to{transform:translateX(-50%)}}
.provider-logo-chip{width:220px;height:94px;background:#fff;border:1px solid #dfe9f1;border-radius:18px;padding:16px;display:flex;align-items:center;gap:12px;box-shadow:0 10px 30px rgba(8,35,65,.05);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.provider-logo-chip:hover{transform:translateY(-5px);border-color:#bbd2e5;box-shadow:0 18px 38px rgba(8,35,65,.10)}.provider-logo-chip img{width:42px;height:42px;object-fit:contain;border-radius:10px;background:#f4f8fb;padding:5px}.provider-logo-chip span{min-width:0}.provider-logo-chip strong{display:block;font-family:'Sora',sans-serif;font-size:13px;color:var(--navy-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.provider-logo-chip small{display:block;font-size:9px;color:#8696a2;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.provider-directory{background:#fff}.provider-directory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.provider-directory-card{border:1px solid #dfe8ef;border-radius:18px;padding:18px 18px 18px 16px;display:grid;grid-template-columns:68px 1fr auto;gap:16px;align-items:center;background:#fff;transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}.provider-directory-card:hover{transform:translateY(-6px);border-color:#b9cfe0;box-shadow:0 20px 45px rgba(8,35,65,.10)}.provider-directory-logo{width:68px;height:68px;border-radius:15px;background:linear-gradient(145deg,#f5faff,#edf4fa);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;overflow:hidden}.provider-directory-logo img{width:26px;height:26px;object-fit:contain}.provider-directory-logo span{font-family:'Sora',sans-serif;font-size:9px;font-weight:800;color:var(--navy);max-width:60px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.provider-directory-card h3{font-size:15px;margin:0 0 4px}.provider-directory-card p{font-size:10px;color:#81929e;margin:0}.provider-directory-card>b{font-size:19px;font-weight:400;color:var(--navy);transition:transform .2s ease}.provider-directory-card:hover>b{transform:translate(3px,-3px)}

/* MIGRATION FEATURE */
.migration-feature-v3{padding:98px 0;background:#fff}.migration-v3-grid{display:grid;grid-template-columns:1fr .95fr;gap:70px;align-items:center}.migration-v3-media{height:560px;position:relative}.migration-v3-media img{width:100%;height:100%;object-fit:cover;border-radius:30px 30px 140px 30px}.marn-stamp{position:absolute;left:-24px;bottom:28px;background:var(--gold);color:var(--navy-ink);padding:18px 22px;border-radius:16px;box-shadow:var(--shadow-strong);display:flex;flex-direction:column}.marn-stamp span{font-size:9px;text-transform:uppercase;letter-spacing:.13em;font-weight:800}.marn-stamp strong{font-family:'Sora',sans-serif;font-size:22px}.migration-v3-copy{background:var(--navy);border-radius:28px;padding:48px;color:#fff;position:relative;overflow:hidden}.migration-v3-copy::after{content:"";position:absolute;width:300px;height:300px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-160px;top:-140px;box-shadow:0 0 0 55px rgba(255,255,255,.025),0 0 0 110px rgba(255,255,255,.02)}.migration-v3-copy>*{position:relative;z-index:2}.migration-v3-copy h2{font-size:45px;line-height:1.08;margin:0 0 18px;color:#fff}.migration-v3-copy>p{color:#d1dfeb;line-height:1.8;font-size:15px}.migration-link-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 24px;margin:28px 0 30px}.migration-link-grid a{display:flex;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.13);font-size:12px;font-weight:700;color:#fff;transition:color .2s ease,padding-left .2s ease}.migration-link-grid a:hover{color:var(--gold);padding-left:5px}.migration-link-grid b{font-weight:400;font-size:17px}

/* STORIES + RESOURCES */
.stories-stage{background:#f6f9fc}.story-v3-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.story-v3{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 12px 36px rgba(8,35,65,.06);transition:transform .3s ease,box-shadow .3s ease}.story-v3:hover{transform:translateY(-8px);box-shadow:0 24px 55px rgba(8,35,65,.12)}.story-v3>img{width:100%;height:250px;object-fit:cover;transition:transform .65s ease}.story-v3:hover>img{transform:scale(1.055)}.story-v3>div{padding:24px}.story-v3 span{font-size:9px;text-transform:uppercase;letter-spacing:.15em;color:var(--gold-deep);font-weight:800}.story-v3 h3{font-size:21px;line-height:1.25;margin:8px 0}.story-v3 p{font-size:13px;color:#73838e;line-height:1.7}.story-v3 b{font-size:11px;color:var(--navy)}
.resources-stage{background:#fff}.resource-v3-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.resource-v3-card{min-height:320px;padding:30px;border:1px solid #dfe8ef;border-radius:22px;display:flex;flex-direction:column;background:#fff;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;position:relative;overflow:hidden}.resource-v3-card::after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:var(--sky);right:-100px;bottom:-110px;transition:transform .35s ease}.resource-v3-card:hover{transform:translateY(-7px);border-color:#bfd1df;box-shadow:0 22px 50px rgba(8,35,65,.10)}.resource-v3-card:hover::after{transform:scale(1.2)}.resource-v3-card.is-featured{background:var(--gold);border-color:var(--gold)}.resource-v3-card.is-featured::after{background:rgba(255,255,255,.18)}.resource-v3-card>*{position:relative;z-index:2}.resource-v3-card>span{font-size:9px;text-transform:uppercase;letter-spacing:.15em;font-weight:800;color:var(--navy)}.resource-v3-card h3{font-size:25px;line-height:1.2;margin:22px 0 12px}.resource-v3-card p{font-size:13px;color:#6f808c;line-height:1.75}.resource-v3-card.is-featured p{color:#554817}.resource-v3-card b{font-size:11px;color:var(--navy);margin-top:auto}

/* INNER PAGES */
.inner-hero{background:linear-gradient(135deg,#f7fbff 0%,#fff8df 100%);padding:68px 0 62px;overflow:hidden}.inner-hero-grid{gap:72px;align-items:center}.inner-hero-copy h1{font-family:'Sora',sans-serif;font-size:58px;line-height:1.03;color:var(--navy-ink);font-weight:700;letter-spacing:-.055em}.inner-hero-copy p{font-size:17px;line-height:1.8;color:#5f7482}.inner-hero-media{height:430px;border-radius:30px 30px 110px 30px;box-shadow:var(--shadow-soft);position:relative;overflow:hidden}.inner-hero-media img{transition:transform .8s ease}.inner-hero-media:hover img{transform:scale(1.045)}.inner-icon{width:70px;height:70px;border-radius:18px;background:var(--gold);color:var(--navy-ink);box-shadow:0 14px 30px rgba(8,35,65,.16)}.inner-icon svg{stroke:currentColor}.mini-benefits{background:#fff;border-bottom:1px solid var(--line)}.mini-benefit{font-size:13px;font-weight:700}.mini-benefit svg{stroke:var(--gold-deep)}
.content-layout{gap:72px}.text-block h2,.process-card h2,.split-callout h2{font-family:'Sora',sans-serif;color:var(--navy-ink);letter-spacing:-.04em}.text-block h2{font-size:36px}.text-block p{color:#617582;line-height:1.85}.process-card{border-radius:22px;background:linear-gradient(145deg,#f3f8fd,#fff);border:1px solid #dfe8ef}.process-step b{background:var(--navy);color:#fff}.enquiry-panel{border-radius:22px;background:var(--navy);color:#fff;box-shadow:var(--shadow-soft)}.enquiry-panel h3{font-family:'Sora',sans-serif}.enquiry-panel p,.enquiry-panel small{color:#d0deea}.enquiry-panel label{color:#fff}.enquiry-panel input,.enquiry-panel textarea{background:#fff;color:var(--ink);border-color:transparent}.split-callout{border-radius:24px;border:1px solid #dfe8ef;background:#fff}

/* UNIVERSITY DIRECTORY PAGE */
.university-partnerships{background:#fff}.eca-wordmark{display:flex;align-items:center;gap:10px;padding:10px 14px;border:1px solid #d8e5ef;border-radius:14px;background:#f6faff}.eca-wordmark b{font-family:'Sora',sans-serif;font-size:28px;color:var(--navy)}.eca-wordmark span{font-size:9px;line-height:1.15;text-transform:uppercase;letter-spacing:.08em;color:#637987}.university-directory-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.university-directory-card{display:grid;grid-template-columns:44% 56%;border:1px solid #dfe8ef;border-radius:22px;overflow:hidden;background:#fff;min-height:310px;transition:transform .3s ease,box-shadow .3s ease}.university-directory-card:hover{transform:translateY(-7px);box-shadow:0 22px 55px rgba(8,35,65,.11)}.university-directory-media{position:relative;overflow:hidden}.university-directory-media img{width:100%;height:100%;object-fit:cover;transition:transform .65s ease}.university-directory-card:hover img{transform:scale(1.06)}.university-directory-media>span{position:absolute;left:16px;top:16px;width:38px;height:38px;border-radius:50%;background:rgba(8,35,65,.88);display:grid;place-items:center;color:#fff;font-size:10px;font-weight:800}.university-directory-body{padding:28px}.eca-mini-logo.neutral{background:var(--cream);border-color:#f0dfa9}.eca-mini-logo.neutral b{color:#9a7300}.university-directory-body h3{font-size:24px;line-height:1.2;margin:18px 0 8px}.university-directory-body p{font-size:12px;color:#758793}.university-directory-body strong{display:inline-block;margin-top:20px;font-size:11px;color:var(--navy)}.university-directory-body strong i{font-style:normal;display:inline-block;transition:transform .2s ease}.university-directory-card:hover strong i{transform:translate(4px,-4px)}

/* FOOTER */
.prefooter-cta-v3{position:relative;overflow:hidden;background:linear-gradient(120deg,#123a77 0%,#0b2852 100%);color:#fff;padding:76px 0;isolation:isolate}.prefooter-shape{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.08);z-index:-1}.prefooter-shape.shape-one{width:430px;height:430px;left:-170px;top:-250px;box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.015)}.prefooter-shape.shape-two{width:360px;height:360px;right:-120px;bottom:-250px;background:radial-gradient(circle,var(--gold) 1px,transparent 1.8px);background-size:15px 15px;border:0;opacity:.18}.prefooter-v3-grid{display:grid;grid-template-columns:1fr auto;gap:70px;align-items:center}.prefooter-v3-copy{max-width:770px}.prefooter-v3-copy h2{font-size:48px;line-height:1.06;margin:0 0 16px;color:#fff}.prefooter-v3-copy p{margin:0;color:#c7d7e5;font-size:15px;line-height:1.8}.prefooter-v3-actions{display:flex;align-items:center;gap:10px}.round-action{width:58px;height:58px;border-radius:50%;background:var(--gold);color:var(--navy-ink);display:grid;place-items:center;font-size:22px;font-weight:700;transition:transform .25s ease,background .25s ease}.round-action:hover{transform:translate(4px,-4px) rotate(6deg);background:#ffd14d}
.site-footer-v3{position:relative;overflow:hidden;background:#08264d;color:#d7e3ee;padding:74px 0 0}.footer-cloud{position:absolute;left:-40px;top:-35px;width:430px;height:230px;background:radial-gradient(ellipse at center,rgba(255,255,255,.08),transparent 68%);filter:blur(8px)}.footer-world{position:absolute;right:-70px;top:45px;width:370px;height:290px;background:radial-gradient(circle,rgba(255,255,255,.08) 0 1px,transparent 1.8px);background-size:11px 11px;mask-image:radial-gradient(ellipse,#000 30%,transparent 68%);-webkit-mask-image:radial-gradient(ellipse,#000 30%,transparent 68%);opacity:.7}.footer-main-v3{display:grid;grid-template-columns:1.4fr .85fr 1fr 1fr;gap:48px;position:relative;z-index:2}.footer-logo-v3{display:block;width:285px;background:#fff;border-radius:14px;padding:12px 15px;margin-bottom:22px}.footer-logo-v3 img{width:100%;height:62px;object-fit:contain}.footer-brand-v3>p{max-width:340px;color:#aebed0;font-size:13px;line-height:1.8}.footer-trust-badge{display:inline-flex;flex-direction:column;border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:10px 13px;margin-top:7px}.footer-trust-badge span{font-size:8px;text-transform:uppercase;letter-spacing:.13em;color:#8fa8be}.footer-trust-badge strong{font-family:'Sora',sans-serif;color:var(--gold);font-size:15px}.footer-socials{display:flex;gap:8px;margin-top:20px}.footer-socials a{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(255,255,255,.17);font-size:10px;font-weight:800;color:#fff;transition:.22s}.footer-socials a:hover{background:var(--gold);color:var(--navy-ink);border-color:var(--gold);transform:translateY(-3px)}.footer-column h4{font-size:17px;color:#fff;margin:0 0 18px}.footer-column a{display:block;color:#9eb2c6;font-size:12px;padding:6px 0;transition:color .2s ease,transform .2s ease}.footer-column a:hover{color:#fff;transform:translateX(4px)}.footer-contact-v3>span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:#7894ad;margin-top:11px}.footer-contact-v3 .footer-phone{font-family:'Sora',sans-serif;color:#fff;font-size:16px;font-weight:700;padding-bottom:1px}.footer-newsletter-v3{margin-top:50px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.045);border-radius:18px;padding:30px 34px;display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:center;position:relative;z-index:2}.newsletter-label{font-size:9px;text-transform:uppercase;letter-spacing:.15em;color:var(--gold);font-weight:800}.footer-newsletter-v3 h3{font-size:22px;color:#fff;margin:5px 0}.footer-newsletter-v3 p{font-size:11px;color:#9cb0c3;margin:0}.newsletter-form-v3{display:flex;gap:10px}.newsletter-form-v3 input{height:54px;flex:1;border:0;border-radius:999px;background:#fff;padding:0 22px;color:var(--ink);outline:none}.newsletter-form-v3 input:focus{box-shadow:0 0 0 4px rgba(244,189,33,.18)}.newsletter-form-v3 button{height:54px;border:0;border-radius:999px;padding:0 24px;background:var(--gold);color:var(--navy-ink);font-weight:800;cursor:pointer;transition:.22s}.newsletter-form-v3 button:hover{background:#ffd14d;transform:translateY(-2px)}.newsletter-form-v3 button span{margin-left:8px}.footer-offices-v3{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:28px;padding:22px 0;border-top:1px solid rgba(255,255,255,.09);border-bottom:1px solid rgba(255,255,255,.09)}.footer-offices-v3 span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.14em;color:var(--gold);font-weight:800}.footer-offices-v3 p{font-size:11px;color:#9fb3c6;margin:5px 0 0}.footer-disclaimer-v3{font-size:9.5px;line-height:1.65;color:#708ba3;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.08)}.footer-bottom-v3{min-height:70px;display:flex;align-items:center;justify-content:space-between;font-size:10px;color:#819bb2}.footer-bottom-v3>div{display:flex;gap:22px}.footer-bottom-v3 a:hover{color:#fff}.floating-wa-v3{position:fixed;right:20px;bottom:20px;z-index:900;display:flex;align-items:center;gap:9px;background:#fff;color:var(--navy);border:1px solid #dfe8ef;border-radius:999px;padding:11px 14px;box-shadow:0 16px 42px rgba(8,35,65,.16);font-size:11px;font-weight:800;transition:.22s}.floating-wa-v3 svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8}.floating-wa-v3:hover{background:var(--gold);border-color:var(--gold);transform:translateY(-3px)}

/* REVEALS */
.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.09s}.delay-2{transition-delay:.18s}.delay-3{transition-delay:.27s}

/* RESPONSIVE */
@media (max-width:1220px){
  .brand{width:225px;flex-basis:225px}.nav-link{padding-left:8px;padding-right:8px;font-size:12px}.header-cta{padding:0 14px}
  .hero-slide-copy h1{font-size:62px}.hero-slide-grid{gap:45px}.city-explorer-v3{grid-template-columns:125px 125px minmax(380px,1fr) 125px 125px}.eca-university-grid{grid-template-columns:1fr 1fr}.process-v3{grid-template-columns:1fr 120px 1fr 120px 1fr}
}
@media (max-width:1100px){
  .topbar{display:none}.site-header{height:78px}.brand{width:215px;flex-basis:215px}.brand img{height:55px}.header-cta{display:none}.primary-nav{top:78px}.nav-link{font-size:16px;padding:14px 0}.nav-link::after{display:none}.mega-menu{border-top:0;box-shadow:none;padding:12px 0}.mega-grid{grid-template-columns:1fr 1fr}.mega-intro,.mega-card{grid-column:1/-1}
  .hero-slider{min-height:auto}.hero-slide-grid{grid-template-columns:1fr;min-height:auto;padding:56px 0 170px}.hero-slide-copy{max-width:820px}.hero-slide-copy h1{font-size:60px}.hero-visual{height:500px;max-width:760px;width:100%;margin:0 auto}.hero-controls-wrap{bottom:112px}.hero-quick-bar{height:100px}.hero-quick-bar>a{padding:14px}.hero-quick-bar>a>span{width:44px;height:44px}.hero-quick-bar strong{font-size:12px}
  .city-explorer-v3{grid-template-columns:1fr 1fr 1fr;grid-template-areas:"panel panel panel" "syd adl mel" "per bne bne";min-height:auto}.city-panel{grid-area:panel;min-height:430px}.city-tab{min-height:155px}.city-tab:nth-of-type(1){grid-area:syd}.city-tab:nth-of-type(2){grid-area:adl}.city-tab:nth-of-type(3){grid-area:mel}.city-tab:nth-of-type(4){grid-area:per}.city-tab:nth-of-type(5){grid-area:bne}.city-tab b,.city-tab small{writing-mode:initial;transform:none}.city-tab small{font-size:9px}.city-badge{width:54px;height:54px}
  .course-tile{flex-basis:360px;height:520px}.process-v3{grid-template-columns:1fr 70px 1fr 70px 1fr}.migration-v3-grid{gap:36px}.migration-v3-copy{padding:38px}.migration-v3-copy h2{font-size:39px}.provider-directory-grid{grid-template-columns:1fr 1fr}.footer-main-v3{grid-template-columns:1.35fr 1fr 1fr}.footer-contact-v3{grid-column:2/4}.footer-brand-v3{grid-row:1/3}.university-directory-grid{grid-template-columns:1fr}
}
@media (max-width:820px){
  .container{width:min(var(--container),calc(100% - 30px))}.section{padding:70px 0}.section-intro h2,.section-head h2{font-size:40px}.section-head{align-items:flex-start;flex-direction:column}
  .hero-slide-grid{padding-top:44px}.hero-slide-copy h1{font-size:49px}.hero-slide-copy>p{font-size:16px}.hero-trust{grid-template-columns:1fr;gap:10px}.hero-trust div{display:grid;grid-template-columns:100px 1fr}.hero-visual{height:430px}.hero-image-frame{height:400px;width:88%}.hero-orbit{min-width:205px;padding:11px 13px}.hero-orbit>span{width:38px;height:38px}.orbit-one{top:50px}.orbit-two{bottom:0}.hero-deco-word{font-size:90px}.hero-controls-wrap{bottom:202px}.hero-quick-bar{height:auto;grid-template-columns:1fr 1fr;bottom:0;border-radius:18px 18px 0 0}.hero-quick-bar>a{min-height:78px}.hero-quick-bar>a:nth-child(2){border-right:0}.hero-quick-bar>a:nth-child(-n+2){border-bottom:1px solid var(--line)}.hero-slide-grid{padding-bottom:260px}
  .visa-card-grid{grid-template-columns:1fr 1fr}.visa-card:last-child{grid-column:1/-1;max-width:540px;width:100%;margin:auto}.city-stage{padding:72px 0}.city-panel{grid-template-columns:1fr}.city-panel-media{height:250px;order:-1}.city-panel-copy{padding:32px}.city-panel h3{font-size:38px}.course-tile{flex-basis:330px;height:500px}.process-v3{grid-template-columns:1fr;gap:12px}.process-line{width:2px;height:56px;border:0;border-left:2px dashed #ccd7df;margin:auto}.process-line::after{right:auto;left:-6px;top:auto;bottom:-1px;border-left:5px solid transparent;border-right:5px solid transparent;border-top:8px solid #ccd7df;border-bottom:0}.process-line i{width:2px!important;height:0;left:-2px;top:0}.process-v3.visible .process-line i{height:100%}.eca-university-grid{grid-template-columns:1fr 1fr}.migration-v3-grid{grid-template-columns:1fr}.migration-v3-media{height:440px}.marn-stamp{left:16px}.story-v3-grid,.resource-v3-grid{grid-template-columns:1fr 1fr}.story-v3:last-child,.resource-v3-card:last-child{grid-column:1/-1}.footer-main-v3{grid-template-columns:1fr 1fr}.footer-brand-v3{grid-column:1/-1;grid-row:auto}.footer-contact-v3{grid-column:auto}.footer-newsletter-v3{grid-template-columns:1fr}.prefooter-v3-grid{grid-template-columns:1fr;gap:28px}.prefooter-v3-copy h2{font-size:40px}.provider-directory-grid{grid-template-columns:1fr}.university-directory-card{grid-template-columns:42% 58%}
}
@media (max-width:560px){
  .brand{width:182px;flex-basis:182px}.brand img{height:49px}.mega-grid{grid-template-columns:1fr}.mega-intro,.mega-card,.mega-col{grid-column:1}
  .section-intro h2,.section-head h2{font-size:34px}.hero-slide-copy h1{font-size:42px}.hero-slide-copy>p{font-size:15px}.hero-actions{align-items:stretch}.hero-actions .btn{width:100%}.hero-link{justify-content:center}.hero-visual{height:350px}.hero-image-frame{height:330px;width:92%;border-radius:24px 24px 75px 24px}.hero-orbit{min-width:180px;grid-template-columns:34px 1fr}.hero-orbit>span{width:34px;height:34px}.orbit-one{left:-1px;top:24px}.orbit-two{right:0;bottom:-4px}.hero-deco-word{display:none}.hero-trust div{grid-template-columns:85px 1fr}.hero-controls-wrap{bottom:255px}.hero-quick-bar{grid-template-columns:1fr}.hero-quick-bar>a{min-height:68px;border-right:0;border-bottom:1px solid var(--line)!important}.hero-quick-bar>a:last-child{border-bottom:0!important}.hero-slide-grid{padding-bottom:365px}.hero-dots button{width:22px}.hero-dots button.is-active{width:38px}
  .visa-card-grid{grid-template-columns:1fr}.visa-card:last-child{grid-column:auto}.visa-card-image{height:235px}.city-explorer-v3{grid-template-columns:1fr 1fr;grid-template-areas:"panel panel" "syd adl" "mel per" "bne bne"}.city-panel{min-height:0}.city-panel-media{height:220px}.city-tab{min-height:135px}.city-tab b{font-size:14px}.course-tile{flex-basis:286px;height:465px}.course-tile h3{font-size:23px}.process-hex{width:130px;height:148px}.eca-university-grid{grid-template-columns:1fr}.migration-v3-media{height:340px}.migration-v3-copy{padding:28px}.migration-v3-copy h2{font-size:33px}.migration-link-grid{grid-template-columns:1fr}.story-v3-grid,.resource-v3-grid{grid-template-columns:1fr}.story-v3:last-child,.resource-v3-card:last-child{grid-column:auto}.provider-logo-chip{width:190px;height:86px}.prefooter-v3-copy h2{font-size:34px}.prefooter-v3-actions{align-items:stretch}.prefooter-v3-actions .btn{flex:1}.footer-main-v3{grid-template-columns:1fr}.footer-logo-v3{width:250px}.footer-newsletter-v3{padding:24px 20px}.newsletter-form-v3{flex-direction:column}.newsletter-form-v3 button{width:100%}.footer-offices-v3{grid-template-columns:1fr}.footer-bottom-v3{flex-direction:column;align-items:flex-start;justify-content:center;gap:8px}.floating-wa-v3 span{display:none}.inner-hero{padding-top:42px}.inner-hero-copy h1{font-size:40px}.inner-hero-media{height:290px;border-radius:22px 22px 72px 22px}.university-directory-card{grid-template-columns:1fr}.university-directory-media{height:210px}.provider-directory-card{grid-template-columns:60px 1fr auto}.provider-directory-logo{width:60px;height:60px}
}
@media (prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}.provider-track{animation:none}.hero-slide{transition:none}}

/* =========================================================
   GOOGLE BUSINESS PROFILE REVIEWS
========================================================= */

.ss-google-filter{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;

    gap:7px;
}

.ss-google-icon{
    width:23px;
    height:23px;

    display:inline-flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:#fff;

    color:#4285f4;

    font-size:13px;
    font-weight:800;

    box-shadow:
        0 2px 8px
        rgba(0,0,0,.08);
}


.ss-google-reviews{
    margin-top:42px;
}


.ss-google-reviews[hidden]{
    display:none !important;
}



/* =========================================================
   SUMMARY
========================================================= */

.ss-google-summary{
    margin-bottom:32px;
}


.ss-google-summary-card{
    position:relative;

    overflow:hidden;

    display:grid;

    grid-template-columns:
        auto
        minmax(0,1fr)
        auto;

    align-items:center;

    gap:25px;

    padding:28px 31px;

    border:1px solid #e5eaf0;

    border-radius:25px;

    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f8fafc 100%
        );

    box-shadow:
        0 18px 50px
        rgba(11,45,75,.06);
}


.ss-google-summary-card::after{
    content:"G";

    position:absolute;

    right:-10px;
    bottom:-42px;

    color:rgba(66,133,244,.035);

    font-size:150px;
    line-height:1;
    font-weight:800;

    pointer-events:none;
}


.ss-google-rating{
    min-width:115px;
}


.ss-google-rating-number{
    display:block;

    color:#12385f;

    font-family:
        'Plus Jakarta Sans',
        sans-serif;

    font-size:49px;
    line-height:1;

    font-weight:800;

    letter-spacing:-.05em;
}


.ss-google-stars{
    display:flex;

    gap:2px;

    margin-top:7px;
}


.ss-google-star{
    color:#d7dde3;

    font-size:16px;
}


.ss-google-star.active{
    color:#fbbc04;
}


.ss-google-summary-copy{
    position:relative;

    z-index:2;
}


.ss-google-summary-copy h2{
    margin:0 0 5px;

    color:#10293c;

    font-family:
        'Plus Jakarta Sans',
        sans-serif;

    font-size:21px;
}


.ss-google-summary-copy p{
    margin:0;

    color:#74828e;

    font-size:13px;
}


.ss-google-view-button{
    position:relative;

    z-index:2;

    min-height:44px;

    display:inline-flex;

    align-items:center;
    justify-content:center;

    gap:8px;

    padding:0 18px;

    border-radius:999px;

    color:#fff;

    background:#12385f;

    text-decoration:none;

    font-size:12px;
    font-weight:700;

    transition:
        transform .3s ease,
        background .3s ease;
}


.ss-google-view-button:hover{
    transform:translateY(-2px);

    background:#082846;
}


.ss-google-summary-loading{
    padding:30px;

    border-radius:22px;

    color:#72808c;

    background:#f6f8fa;

    text-align:center;
}



/* =========================================================
   REVIEW GRID
========================================================= */

.ss-google-grid{
    display:grid;

    grid-template-columns:
        repeat(
            3,
            minmax(0,1fr)
        );

    gap:20px;
}


.ss-google-card{
    position:relative;

    overflow:hidden;

    padding:26px;

    border:
        1px solid
        #e5eaf0;

    border-radius:24px;

    background:#fff;

    transition:
        transform .35s
        cubic-bezier(.2,.7,.2,1),
        box-shadow .35s ease,
        border-color .35s ease;
}


.ss-google-card::after{
    content:"";

    position:absolute;

    bottom:0;
    left:0;

    width:100%;
    height:3px;

    background:
        linear-gradient(
            90deg,
            #4285f4,
            #34a853,
            #fbbc04,
            #ea4335
        );

    transform:scaleX(0);

    transform-origin:left;

    transition:
        transform .35s ease;
}


.ss-google-card:hover{
    transform:
        translateY(-7px);

    border-color:transparent;

    box-shadow:
        0 24px 58px
        rgba(10,45,75,.105);
}


.ss-google-card:hover::after{
    transform:scaleX(1);
}


.ss-google-card-head{
    display:grid;

    grid-template-columns:
        49px
        minmax(0,1fr)
        35px;

    align-items:center;

    gap:12px;

    margin-bottom:19px;
}


.ss-google-avatar{
    width:49px;
    height:49px;

    overflow:hidden;

    display:flex;

    align-items:center;
    justify-content:center;

    border-radius:50%;

    color:#fff;

    background:#12385f;

    font-size:17px;
    font-weight:700;
}


.ss-google-avatar img{
    width:100%;
    height:100%;

    display:block;

    object-fit:cover;
}


.ss-google-reviewer{
    min-width:0;
}


.ss-google-reviewer h3{
    overflow:hidden;

    margin:0 0 5px;

    color:#10293c;

    font-family:
        'Plus Jakarta Sans',
        sans-serif;

    font-size:14px;

    font-weight:700;

    white-space:nowrap;

    text-overflow:ellipsis;
}


.ss-google-review-stars{
    display:flex;

    gap:1px;
}


.ss-google-review-stars span{
    color:#fbbc04;

    font-size:13px;
}


.ss-google-g{
    width:35px;
    height:35px;

    display:flex;

    align-items:center;
    justify-content:center;

    border-radius:11px;

    color:#4285f4;

    background:#f4f7fb;

    font-size:17px;
    font-weight:800;
}


.ss-google-review-text{
    margin:0 0 19px;

    color:#5f6f7b;

    font-size:13.5px;

    line-height:1.78;
}


.ss-google-review-text.clamped{
    display:-webkit-box;

    overflow:hidden;

    -webkit-line-clamp:5;
    -webkit-box-orient:vertical;
}


.ss-google-read-more{
    display:inline;

    padding:0;

    border:0;

    color:#12385f;

    background:none;

    font:700 12px
        'DM Sans',
        sans-serif;

    cursor:pointer;
}


.ss-google-card-foot{
    display:flex;

    align-items:center;
    justify-content:space-between;

    gap:15px;

    padding-top:17px;

    border-top:
        1px solid
        #eef1f3;
}


.ss-google-card-foot small{
    color:#97a1aa;

    font-size:10.5px;
}


.ss-google-source{
    display:inline-flex;

    align-items:center;

    gap:5px;

    color:#7d8993;

    font-size:10px;
    font-weight:600;
}



/* =========================================================
   LOAD MORE
========================================================= */

.ss-google-more{
    display:flex;

    justify-content:center;

    margin-top:38px;
}


.ss-google-more-button{
    min-height:49px;

    display:inline-flex;

    align-items:center;
    justify-content:center;

    gap:9px;

    padding:0 23px;

    border:
        1px solid
        #dde4ea;

    border-radius:999px;

    color:#12385f;

    background:#fff;

    font:700 13px
        'DM Sans',
        sans-serif;

    cursor:pointer;

    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}


.ss-google-more-button:hover{
    transform:translateY(-3px);

    border-color:#f5bd21;

    box-shadow:
        0 14px 32px
        rgba(13,45,72,.09);
}



/* =========================================================
   STATUS
========================================================= */

.ss-google-status{
    padding:50px 20px;

    border-radius:24px;

    color:#73818d;

    background:#f7f9fb;

    text-align:center;
}



/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width:1000px){

    .ss-google-grid{
        grid-template-columns:
            repeat(
                2,
                minmax(0,1fr)
            );
    }


    .ss-google-summary-card{
        grid-template-columns:
            auto
            1fr;
    }


    .ss-google-view-button{
        grid-column:
            1 / -1;

        width:max-content;
    }

}


@media(max-width:650px){

    .ss-google-grid{
        grid-template-columns:
            1fr;
    }


    .ss-google-summary-card{
        grid-template-columns:1fr;

        gap:17px;

        padding:24px;
    }


    .ss-google-rating{
        min-width:0;
    }


    .ss-google-view-button{
        grid-column:auto;

        width:100%;
    }


    .ss-google-rating-number{
        font-size:43px;
    }

}