@font-face{font-family:Dubai;src:url(/fonts/Dubai-Light.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Dubai;src:url(/fonts/Dubai-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Dubai;src:url(/fonts/Dubai-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Dubai;src:url(/fonts/Dubai-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--ivory: #f7f1e6;--ivory-light: #fffaf0;--ivory-deep: #ece1cf;--blue: #102a98;--blue-2: #1637b9;--blue-3: #0a1c6e;--blue-card: linear-gradient(145deg, #1536b7 0%, #0c207c 100%);--gold: #d8b65f;--gold-light: #f3dc9a;--gold-pale: #fff1bd;--gold-deep: #b98a33;--charcoal: #211f1c;--charcoal-soft: #403b34;--muted: #786f63;--card-border: rgba(216, 182, 95, .72);--blue-shadow: 0 22px 60px rgba(11, 27, 100, .24);--soft-shadow: 0 18px 44px rgba(40, 35, 26, .1);--radius-card: 28px;--radius-pill: 999px;--site-width: min(1340px, calc(100% - 72px) );--nav-height: 76px;--transition: .24s ease}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Dubai,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;color:var(--charcoal);background:radial-gradient(circle at 88% 8%,rgba(216,182,95,.11),transparent 24%),radial-gradient(circle at 4% 92%,rgba(16,42,152,.055),transparent 22%),linear-gradient(135deg,var(--ivory-light),var(--ivory));padding-top:108px;overflow-x:hidden}img{display:block;max-width:100%}button,input,textarea,select{font:inherit}button{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}::selection{background:#d8b65f59}.app{position:relative;min-height:100vh;overflow-x:hidden}main,.navbar,.section,.section-inner,.hero-copy,.service-feature-card,.map-card,.result-panel,.testimonial-slide,.team-card,.news-card,.contact-card,.footer{position:relative;z-index:5}.navbar{position:fixed;top:16px;left:50%;transform:translate(-50%);width:var(--site-width);min-height:var(--nav-height);z-index:2000;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:12px 18px;border-radius:26px;background:linear-gradient(135deg,#1536b7fa,#0a1c6efa);border:1.5px solid var(--card-border);box-shadow:0 18px 48px #07124947,inset 0 1px #ffffff17;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);animation:navIn .7s ease both;transition:opacity .2s ease,transform .2s ease}.site-modal-open .navbar,.site-modal-open .mobile-nav-panel{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translate(-50%) translateY(-14px)!important}.brand{width:104px;height:58px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;border-radius:18px;background:#ffffff14;box-shadow:inset 0 1px #ffffff14;overflow:hidden}.navbar-logo,.brand img{width:72px;height:54px;object-fit:contain;object-position:center;padding:4px}.site-nav,.navbar nav{display:flex;align-items:center;gap:8px}.site-nav a,.navbar nav a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:9px 12px;border-radius:var(--radius-pill);color:var(--gold-light);font-weight:500;font-size:1.02rem;letter-spacing:.01em;transition:var(--transition)}.site-nav a:hover,.navbar nav a:hover{color:var(--gold-pale);background:#f3dc9a1a}.site-nav .nav-cta,.navbar nav .nav-cta{margin-left:6px;padding:11px 22px;color:var(--blue-3);background:linear-gradient(135deg,var(--gold-pale),var(--gold));border:1px solid rgba(255,241,189,.9);box-shadow:0 10px 20px #00000029;font-weight:700}.site-nav .nav-cta:hover,.navbar nav .nav-cta:hover{color:var(--blue-3);background:linear-gradient(135deg,#fff6d2,#e5c56f);transform:translateY(-2px)}.mobile-menu-button{display:none;width:46px;height:46px;border-radius:16px;border:1px solid rgba(243,220,154,.35);background:#f3dc9a1a;cursor:pointer}.mobile-menu-button span{display:block;width:22px;height:2px;margin:5px auto;border-radius:999px;background:var(--gold-light);transition:var(--transition)}.navbar-open .mobile-menu-button span:nth-child(1){transform:translateY(7px) rotate(45deg)}.navbar-open .mobile-menu-button span:nth-child(2){opacity:0}.navbar-open .mobile-menu-button span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav-panel{display:none}body.mobile-nav-open{overflow:hidden}.section{width:var(--site-width);margin:0 auto;padding:68px 0 82px;scroll-margin-top:118px}.section-inner{width:100%}.section-heading{margin-bottom:28px}.eyebrow{margin:0;color:var(--charcoal);font-size:clamp(2.4rem,5.4vw,5.6rem);line-height:.96;font-weight:700;letter-spacing:.015em;text-transform:uppercase}.section h2{margin:12px 0 0;color:var(--charcoal-soft);font-size:clamp(1.25rem,2.2vw,2.05rem);line-height:1.16;font-weight:300}.section-heading:after{content:"";display:block;width:82px;height:3px;margin-top:18px;border-radius:999px;background:linear-gradient(90deg,var(--gold),var(--gold-light),transparent)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:13px 24px;border-radius:var(--radius-pill);border:1.5px solid transparent;font-size:1.05rem;font-weight:700;cursor:pointer;transition:var(--transition)}.button.primary{color:var(--blue-3);background:linear-gradient(135deg,var(--gold-pale),var(--gold));border-color:#fff1bde0;box-shadow:0 12px 26px #b98a3333}.button.secondary{color:var(--gold-light);background:var(--blue-card);border-color:var(--card-border);box-shadow:0 12px 26px #0b1b6429}.button:hover{transform:translateY(-2px)}.scroll-globe-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;overflow:hidden}.scroll-globe-layer canvas{pointer-events:none!important}.scroll-globe-canvas{position:absolute;left:58%;top:49%;width:min(43vw,690px);height:min(43vw,690px);border-radius:50%;overflow:hidden;filter:saturate(1.05) contrast(1.04) drop-shadow(0 0 24px rgba(90,163,255,.13)) drop-shadow(0 28px 70px rgba(14,31,118,.14))}.scroll-globe-canvas canvas{border-radius:50%}.hero-section{min-height:calc(100vh - 108px);display:flex;align-items:center;padding-top:8px;padding-bottom:28px}.hero-section .section-heading{display:none}.hero-grid{display:grid;grid-template-columns:minmax(0,54%) minmax(300px,46%);gap:30px;align-items:center}.hero-copy{max-width:820px}.hero-logo-wrapper{width:min(760px,100%);height:300px;margin:0 0 12px;overflow:hidden;position:relative}.hero-logo-image{position:absolute;left:-44px;top:-250px;width:780px;max-width:none;height:auto;object-fit:contain;transform:none;filter:drop-shadow(0 18px 30px rgba(31,29,27,.12))}.hero-proof-lines{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 12px}.hero-proof-lines span{display:inline-flex;align-items:center;min-height:35px;padding:7px 13px;border-radius:999px;color:var(--blue-3);background:linear-gradient(135deg,var(--gold-pale),var(--gold));border:1px solid rgba(185,138,51,.36);font-weight:700;line-height:1.05;box-shadow:0 10px 22px #261e0e1a}.hero-tagline,.hero-copy h1{max-width:760px;margin:0;color:var(--charcoal);font-size:clamp(1.7rem,2.65vw,3rem);line-height:1.02;font-weight:700;letter-spacing:-.015em}.hero-country-section{margin-top:16px}.hero-country-title{margin:0 0 12px;color:var(--charcoal-soft);font-size:clamp(1.08rem,1.35vw,1.32rem);font-weight:500}.hero-country-badge-rows{display:grid;gap:10px}.hero-country-row{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:9px 12px}.hero-country-badge{width:62px;flex:0 0 62px;display:flex;flex-direction:column;align-items:center;gap:5px}.hero-country-flag{position:relative;width:48px;height:48px;border-radius:50%;overflow:hidden;background:#fff;border:2.5px solid rgba(255,255,255,.96);box-shadow:0 10px 22px #1f1d1b24,inset -7px -9px 15px #00000021,inset 7px 7px 14px #ffffff9e}.hero-country-flag:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:radial-gradient(circle at 32% 22%,rgba(255,255,255,.72),transparent 28%),radial-gradient(circle at 74% 78%,rgba(0,0,0,.15),transparent 40%);pointer-events:none}.hero-country-flag img{width:100%;height:100%;object-fit:fill}.hero-country-flag-full img{object-fit:cover;transform:scale(1.14)}.hero-country-badge span{color:var(--blue);font-size:.78rem;line-height:1.05;text-align:center;font-weight:700;white-space:nowrap}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:18px}.hero-visual-placeholder{min-height:420px}.hero-reveal{animation:heroReveal .78s ease both}.hero-reveal-1{animation-delay:.08s}.hero-reveal-2{animation-delay:.2s}.hero-reveal-3{animation-delay:.32s}.hero-reveal-4{animation-delay:.44s}.service-feature-card,.map-card,.result-panel,.testimonial-slide,.team-card,.news-card,.contact-card,.footer,.service-modal,.team-modal,.testimonial-modal{position:relative;border-radius:var(--radius-card);border:1.5px solid var(--card-border);background:var(--blue-card);box-shadow:var(--blue-shadow);overflow:hidden}.service-feature-card:before,.map-card:before,.result-panel:before,.testimonial-slide:before,.team-card:before,.news-card:before,.contact-card:before,.footer:before,.service-modal:before,.team-modal:before,.testimonial-modal:before{content:"";position:absolute;top:0;right:24px;width:86px;height:3px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--gold-pale),transparent);opacity:.85}.services-main-grid{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(0,.97fr);gap:24px;align-items:stretch}.service-feature-card{padding:28px}.service-feature-card:after{content:"";position:absolute;width:180px;height:180px;right:-72px;bottom:-78px;border-radius:50%;background:radial-gradient(circle,rgba(243,220,154,.13),transparent 68%);pointer-events:none}.service-feature-card>*{position:relative;z-index:2}.service-card-topline{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;padding:9px 13px;border-radius:var(--radius-pill);color:var(--gold-pale);background:#f3dc9a1f;border:1px solid rgba(243,220,154,.18);font-weight:700}.service-card-icon{font-size:1.2rem}.service-card-label{font-size:.9rem;text-transform:uppercase;letter-spacing:.06em}.service-feature-card h3{margin:0 0 12px;color:var(--gold-pale);font-size:clamp(1.65rem,2.2vw,2.3rem);line-height:1.08;font-weight:700}.service-feature-card p{margin:0 0 20px;color:#f7e8b5;font-size:1.08rem;line-height:1.45}.country-pill-grid,.country-pill-grid-rows{display:grid;gap:12px}.country-pill-row{display:flex;flex-wrap:wrap;gap:10px}.country-service-pill{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:9px 13px;border-radius:var(--radius-pill);border:1px solid rgba(243,220,154,.28);background:#ffffff14;color:var(--gold-pale);font-weight:500;cursor:pointer;transition:var(--transition)}.country-service-pill:hover{transform:translateY(-2px);background:linear-gradient(135deg,var(--gold-pale),var(--gold));color:var(--blue-3)}.allied-card-grid{display:grid;gap:12px}.allied-mini-card{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:flex-start;padding:14px;border-radius:18px;background:#f3dc9a17;border:1px solid rgba(243,220,154,.16)}.allied-mini-icon,.allied-mini-card>span:first-child{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;background:#fff1bd24;color:var(--gold-pale);font-size:1.35rem}.allied-mini-card h4{margin:0 0 5px;color:var(--gold-pale);font-size:1.13rem;line-height:1.15}.allied-mini-card p{margin:0;color:#f7e8b5;font-size:.98rem;line-height:1.35}.service-modal-overlay,.team-modal-overlay,.testimonial-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:5000;display:grid;place-items:center;padding:22px;background:#0c0c128f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.service-modal,.team-modal,.testimonial-modal{z-index:5010;width:min(860px,94vw);max-height:88vh;overflow-y:auto;padding:34px;color:var(--gold-pale)}.service-modal-close,.team-modal-close,.testimonial-modal-close{position:absolute;top:16px;right:18px;width:42px;height:42px;border-radius:50%;border:1px solid rgba(243,220,154,.28);background:#ffffff14;color:var(--gold-pale);font-size:1.6rem;line-height:1;cursor:pointer}.service-modal-eyebrow{margin:0 0 8px;color:var(--gold-light);font-weight:700;letter-spacing:.06em;text-transform:uppercase}.service-modal h3{margin:0 48px 14px 0;color:var(--gold-pale);font-size:clamp(1.9rem,4vw,3.2rem);line-height:1.05}.country-modal-intro{margin:0 0 22px;color:#f7e8b5;font-size:1.05rem;line-height:1.48}.country-modal-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.country-modal-section{padding:20px;border-radius:20px;background:#f3dc9a17;border:1px solid rgba(243,220,154,.16)}.country-modal-section h4{margin:0 0 12px;color:var(--gold-pale);font-size:1.35rem}.country-modal-section ul{margin:0;padding-left:20px;color:#f7e8b5;line-height:1.7}.map-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:stretch}.map-card{min-height:540px;padding:18px 18px 78px;background:radial-gradient(circle at 18% 16%,rgba(255,255,255,.14),transparent 22%),linear-gradient(145deg,#123fb0,#08246f)}.map-carousel-slide{width:100%}.map-card svg{width:100%;height:auto;display:block}.geo-country{fill:#d8b65fdb;stroke:#fffaecc2;stroke-width:.45;cursor:default;pointer-events:none;transition:.22s ease}.geo-country-clickable,.geo-country-active{fill:var(--gold)!important;stroke:#fffaecdb!important;stroke-width:.55!important;cursor:pointer;pointer-events:auto}.geo-country-clickable:hover,.geo-country-active:hover{fill:var(--gold-light)!important}.map-marker-group{cursor:pointer}.map-marker,.map-marker-active{fill:var(--gold-pale)!important;stroke:var(--blue-3)!important;stroke-width:3;transition:.2s ease}.map-marker-active{filter:drop-shadow(0 0 8px rgba(243,220,154,.7))}.map-label{fill:var(--gold-pale);font-size:12px;font-weight:700;pointer-events:none;paint-order:stroke;stroke:var(--blue-3);stroke-width:3px;stroke-linejoin:round}.map-toggle-row{position:absolute;left:18px;right:18px;bottom:18px;display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.map-toggle-button{min-height:44px;padding:9px 18px;border-radius:var(--radius-pill);border:1.5px solid rgba(243,220,154,.5);background:#ffffff14;color:var(--gold-pale);font-weight:700;cursor:pointer;transition:var(--transition)}.map-toggle-button.active,.map-toggle-button:hover{background:linear-gradient(135deg,var(--gold-pale),var(--gold));color:var(--blue-3)}.result-panel{padding:24px;background:var(--blue-card)}.result-panel p{margin:0 0 6px;color:#f7e8b5;font-size:1rem}.result-panel h3{margin:0 0 14px;color:var(--gold-pale);font-size:2rem;line-height:1}.result-total{margin-bottom:16px}.result-total strong{display:block;color:var(--gold-pale);font-size:2.7rem;line-height:1}.result-total span{display:block;margin-top:6px;color:#f7e8b5;font-size:.98rem;line-height:1.3}.university-list-shell{display:flex;flex-direction:column;gap:10px}.university-list-window{overflow:hidden}.university-list{display:grid;grid-template-rows:repeat(4,74px);gap:10px}.university-card{display:grid;grid-template-columns:52px 1fr;align-items:center;gap:12px;height:74px;padding:10px 12px;border-radius:18px;background:#f3dc9a1a;border:1px solid rgba(243,220,154,.18);overflow:hidden}.university-logo{width:52px;height:52px;border-radius:15px;background:var(--ivory-light);display:grid;place-items:center;overflow:hidden}.university-logo img{width:78%;height:78%;object-fit:contain}.university-card h4{margin:0;color:var(--gold-pale);font-size:.98rem;line-height:1.16;font-weight:700}.university-nav-button{width:100%;height:38px;border-radius:var(--radius-pill);border:1.5px solid rgba(243,220,154,.25);background:#ffffff14;color:var(--gold-pale);font-size:1.35rem;line-height:1;font-weight:700;cursor:pointer;transition:var(--transition)}.university-nav-button:hover:not(:disabled){background:linear-gradient(135deg,var(--gold-pale),var(--gold));color:var(--blue-3)}.university-nav-button:disabled{opacity:.32;cursor:not-allowed;pointer-events:none}.university-list-count{margin:0;color:#f7e8b5;font-size:.92rem;text-align:center}.testimonial-country-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:20px}.testimonial-country-tab{min-height:40px;padding:8px 15px;border-radius:var(--radius-pill);border:1.5px solid var(--card-border);background:#ffffff8c;color:var(--blue);font-weight:700;cursor:pointer;transition:var(--transition)}.testimonial-country-tab.active,.testimonial-country-tab:hover{background:var(--blue-card);color:var(--gold-pale)}.carousel{position:relative}.carousel-window{overflow:hidden}.carousel-track{display:flex;gap:18px}.testimonial-slide{flex:0 0 360px;height:355px;max-height:355px;padding:18px;display:flex;flex-direction:column;gap:12px;background:var(--blue-card)}.testimonial-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.testimonial-image{width:48px;height:48px;flex:0 0 48px;border-radius:15px;display:grid;place-items:center;background:#f3dc9a1f;color:var(--gold-pale);font-size:1.25rem}.testimonial-country-label{margin:0;padding:7px 12px;border-radius:var(--radius-pill);background:#f3dc9a1f;border:1px solid rgba(243,220,154,.16);color:var(--gold-pale);font-size:.88rem;font-weight:700}.testimonial-content{min-height:0;display:flex;flex-direction:column}.testimonial-slide h3{margin:0 0 5px;color:var(--gold-pale);font-size:1.35rem;line-height:1.08}.testimonial-slide .muted{margin:0 0 3px;color:#f7e8b5;font-size:.94rem;line-height:1.15}.testimonial-text{margin:9px 0 0;color:#fff3c9;font-size:.9rem;line-height:1.28;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.testimonial-read-button{margin-top:auto;align-self:flex-start;border:1px solid rgba(243,220,154,.36);border-radius:999px;padding:8px 13px;background:#f3dc9a1f;color:var(--gold-pale);font-weight:700;cursor:pointer;transition:var(--transition)}.testimonial-read-button:hover{background:linear-gradient(135deg,var(--gold-pale),var(--gold));color:var(--blue-3);transform:translateY(-1px)}.testimonial-modal-country{display:inline-flex;margin:0 0 12px;padding:7px 13px;border-radius:999px;background:#f3dc9a21;border:1px solid rgba(243,220,154,.22);color:var(--gold-pale);font-weight:700}.testimonial-modal h3{margin:0 0 8px;color:var(--gold-pale);font-size:clamp(1.8rem,3vw,2.7rem);line-height:1}.testimonial-modal-meta{margin:0 0 4px;color:#f7e8b5;font-weight:500}.testimonial-modal-text{margin:20px 0 0;color:#fff3c9;font-size:1.08rem;line-height:1.62;white-space:pre-line}.carousel-controls{display:flex;justify-content:flex-end;gap:12px;margin-top:18px}.carousel-controls button{width:46px;height:46px;border-radius:50%;border:1.5px solid var(--card-border);background:var(--blue-card);color:var(--gold-pale);font-size:1.5rem;line-height:1;cursor:pointer;transition:var(--transition)}.carousel-controls button:hover{transform:translateY(-2px);background:linear-gradient(135deg,var(--gold-pale),var(--gold));color:var(--blue-3)}.team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.team-card{display:flex;align-items:center;gap:20px;padding:22px;transition:var(--transition)}.team-card:hover{transform:translateY(-4px)}.team-photo-button,.team-name-button{border:none;background:transparent;padding:0;text-align:left;cursor:pointer}.team-photo{width:116px;height:116px;flex:0 0 116px;border-radius:22px;overflow:hidden;border:1.5px solid rgba(243,220,154,.28);background:#f3dc9a14}.team-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}.team-card h3{margin:0 0 6px;color:var(--gold-pale);font-size:1.65rem;line-height:1.08}.team-card p{margin:0;color:#f7e8b5;font-size:1rem;line-height:1.25}.team-modal{width:min(760px,94vw)}.team-modal-header{display:flex;align-items:center;gap:20px;margin-bottom:20px}.team-modal-photo{width:118px;height:118px;flex:0 0 118px;border-radius:22px;overflow:hidden;border:1.5px solid rgba(243,220,154,.28)}.team-modal-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}.team-modal h3{margin:0 0 6px;color:var(--gold-pale);font-size:2.1rem;line-height:1.05}.team-modal-header p,.team-modal-bio,.team-modal-qualifications p{color:#f7e8b5}.team-modal-bio{margin:0 0 20px;font-size:1.04rem;line-height:1.48}.team-modal-block{margin-top:20px}.team-modal-block h4{margin:0 0 10px;color:var(--gold-pale);font-size:1.3rem}.team-modal-tags{display:flex;flex-wrap:wrap;gap:9px}.team-modal-tags span,.team-modal-qualifications p{margin:0;padding:9px 13px;border-radius:var(--radius-pill);background:#f3dc9a1a;border:1px solid rgba(243,220,154,.16)}.team-modal-qualifications{display:grid;gap:9px}.team-modal-qualifications p{border-radius:16px}.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.news-card{min-height:245px;padding:24px}.news-date{display:inline-flex;margin-bottom:14px;padding:7px 12px;border-radius:var(--radius-pill);background:#f3dc9a1f;color:var(--gold-pale);font-weight:700;font-size:.9rem}.news-card h3{margin:0 0 12px;color:var(--gold-pale);font-size:1.45rem;line-height:1.12}.news-card p{margin:0 0 20px;color:#f7e8b5;font-size:1rem;line-height:1.42}.news-read-button{border:1.5px solid rgba(243,220,154,.42);border-radius:var(--radius-pill);background:#ffffff14;color:var(--gold-pale);padding:10px 16px;font-weight:700;cursor:pointer;transition:var(--transition)}.news-read-button:hover{background:linear-gradient(135deg,var(--gold-pale),var(--gold));color:var(--blue-3)}.contact-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:24px}.contact-actions{display:grid;gap:14px;align-content:start}.contact-button{display:flex;align-items:center;gap:12px;min-height:62px;padding:14px 18px;border-radius:22px;border:1.5px solid var(--card-border);background:var(--blue-card);color:var(--gold-pale);font-weight:700;box-shadow:var(--blue-shadow);transition:var(--transition)}.contact-button:hover{transform:translateY(-2px);background:linear-gradient(135deg,var(--gold-pale),var(--gold));color:var(--blue-3)}.contact-card{padding:28px}.contact-card svg{color:var(--gold-pale);margin-bottom:16px}.contact-card h3{margin:0 0 14px;color:var(--gold-pale);font-size:1.8rem;line-height:1.1}.contact-card p{margin:0 0 9px;color:#f7e8b5;font-size:1.05rem;line-height:1.35}.footer{display:flex;align-items:center;flex-wrap:wrap;gap:12px 18px;margin-top:24px;padding:18px 22px;color:var(--gold-pale)}.footer span{color:#f7e8b5;font-weight:700}.footer a{padding:8px 12px;border-radius:var(--radius-pill);background:#f3dc9a1a;border:1px solid rgba(243,220,154,.16)}@keyframes navIn{0%{opacity:0;transform:translate(-50%) translateY(-16px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes heroReveal{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1180px){:root{--site-width: min(100% - 42px, 1120px)}.hero-grid,.map-layout,.contact-grid{grid-template-columns:1fr}.hero-visual-placeholder{display:none}.services-main-grid,.team-grid,.news-grid{grid-template-columns:1fr}.scroll-globe-canvas{left:60%;width:min(58vw,640px);height:min(58vw,640px)}}@media(max-width:900px){:root{--site-width: calc(100% - 24px) }body{padding-top:98px}.navbar{top:10px;width:var(--site-width);min-height:66px;padding:10px 12px;border-radius:22px}.brand{width:86px;height:52px;border-radius:16px}.navbar-logo,.brand img{width:62px;height:46px;object-position:center}.site-nav,.navbar nav{display:none}.mobile-menu-button{display:block}.mobile-nav-panel{position:fixed;top:84px;left:12px;right:12px;z-index:1999;display:block;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px);border-radius:22px;border:1.5px solid var(--card-border);background:var(--blue-card);box-shadow:var(--blue-shadow);transition:var(--transition)}.navbar-open .mobile-nav-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.mobile-nav{display:grid;gap:8px;padding:14px}.mobile-nav a{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:12px 14px;border-radius:16px;background:#f3dc9a1a;color:var(--gold-pale);font-weight:700}.mobile-nav a:after{content:"›";font-size:1.35rem}.mobile-nav-cta{background:linear-gradient(135deg,var(--gold-pale),var(--gold))!important;color:var(--blue-3)!important}.section{padding:46px 0 58px;scroll-margin-top:104px}.eyebrow{font-size:clamp(2rem,10vw,3.45rem)}.section h2{font-size:clamp(1.1rem,5vw,1.55rem)}.hero-section{min-height:auto;padding-top:8px;padding-bottom:42px}.hero-logo-wrapper{width:min(460px,100%);height:clamp(132px,34vw,194px);margin-bottom:10px;overflow:hidden}.hero-logo-image{transform:translateY(-21%) scale(1.05);transform-origin:center top}.hero-proof-lines{gap:7px;margin-bottom:10px}.hero-proof-lines span{min-height:31px;padding:6px 11px;font-size:.9rem}.hero-tagline,.hero-copy h1{font-size:clamp(1.55rem,7vw,2.45rem)}.hero-country-section{margin-top:14px}.hero-country-row{justify-content:center}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .button{width:100%}.scroll-globe-canvas{left:50%;top:30%;width:min(54vw,100px);height:min(54vw,820px);opacity:.9!important}.service-feature-card,.map-card,.result-panel,.testimonial-slide,.team-card,.news-card,.contact-card,.footer,.service-modal,.team-modal,.testimonial-modal{border-radius:22px}.service-feature-card,.contact-card,.news-card,.result-panel{padding:20px}.country-modal-section-grid{grid-template-columns:1fr}.country-pill-row{justify-content:center}.map-card{min-height:430px;padding:12px 12px 72px}.map-toggle-button{min-height:40px;padding:8px 14px;font-size:.95rem}.university-list{grid-template-rows:repeat(4,70px)}.university-card{height:70px;grid-template-columns:48px 1fr}.university-logo{width:48px;height:48px}.testimonial-slide{flex-basis:82vw;height:370px;max-height:370px}.testimonial-text{-webkit-line-clamp:7}.testimonial-modal{max-height:84vh;padding:24px}.team-card{align-items:flex-start;gap:16px}.team-photo{width:88px;height:88px;flex-basis:88px}.team-card h3{font-size:1.35rem}.team-modal-header{align-items:flex-start}.team-modal-photo{width:88px;height:88px;flex-basis:88px}.service-modal,.team-modal{padding:24px}.footer{align-items:flex-start}}@media(max-width:560px){body{padding-top:92px}.navbar{min-height:62px;border-radius:20px}.brand{width:76px;height:48px;border-radius:15px}.navbar-logo,.brand img{width:56px;height:42px}.mobile-nav-panel{top:78px}.hero-logo-wrapper{width:min(370px,94vw);height:clamp(122px,39vw,176px)}.hero-logo-image{transform:translateY(-20%) scale(1.04)}.hero-country-badge{width:54px;flex-basis:54px}.hero-country-flag{width:44px;height:44px}.hero-country-badge span{font-size:.7rem}.service-card-topline{font-size:.9rem}.country-service-pill{font-size:.94rem;padding:8px 11px}.allied-mini-card{grid-template-columns:42px 1fr;padding:12px}.allied-mini-icon,.allied-mini-card>span:first-child{width:42px;height:42px}.testimonial-slide{flex-basis:88vw;height:390px;max-height:390px}.contact-button{min-height:56px;border-radius:18px}}.enquiry-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:6000;display:grid;place-items:center;padding:22px;background:#0c0c1294;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.enquiry-modal{position:relative;width:min(860px,94vw);max-height:90vh;overflow-y:auto;padding:clamp(24px,4vw,42px);border-radius:30px;background:radial-gradient(circle at top right,rgba(216,182,95,.12),transparent 24%),linear-gradient(135deg,var(--ivory-light),var(--ivory));border:1.5px solid var(--card-border);box-shadow:0 28px 90px #060e3a61;color:var(--charcoal)}.enquiry-modal-close{position:absolute;top:18px;right:20px;width:42px;height:42px;border-radius:50%;border:1.5px solid rgba(216,182,95,.46);background:var(--blue-card);color:var(--gold-pale);font-size:1.7rem;line-height:1;cursor:pointer}.enquiry-modal-heading{margin-bottom:24px}.enquiry-modal-heading p{margin:0 0 6px;color:var(--blue);font-weight:700;letter-spacing:.05em;text-transform:uppercase}.enquiry-modal-heading h3{display:inline-block;margin:0 0 18px;color:var(--blue);font-size:clamp(2.5rem,6vw,4.8rem);line-height:.9;font-weight:700;border-bottom:4px solid #d93636}.enquiry-modal-heading span{display:block;color:var(--charcoal);font-size:clamp(1rem,2vw,1.35rem)}.enquiry-form{display:grid;gap:16px}.enquiry-form input,.enquiry-form select,.enquiry-form textarea{width:100%;border:1.5px solid rgba(216,182,95,.22);border-radius:0;background:#ffffff9e;color:var(--charcoal);padding:17px 18px;font-size:1.08rem;outline:none;transition:var(--transition)}.enquiry-form textarea{resize:vertical;min-height:150px}.enquiry-form input:focus,.enquiry-form select:focus,.enquiry-form textarea:focus{border-color:var(--gold);background:#fffdf7;box-shadow:0 0 0 4px #d8b65f29}.enquiry-form input::placeholder,.enquiry-form textarea::placeholder{color:#6f7781}.enquiry-submit-button,.country-modal-enquire-button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:13px 24px;border-radius:999px;border:1.5px solid rgba(255,241,189,.88);color:var(--blue-3);background:linear-gradient(135deg,var(--gold-pale),var(--gold));font-size:1.05rem;font-weight:700;cursor:pointer;box-shadow:0 12px 26px #b98a3338;transition:var(--transition)}.enquiry-submit-button:hover,.country-modal-enquire-button:hover{transform:translateY(-2px)}.country-modal-enquire-button{margin-top:22px}.enquiry-status{margin:0;color:var(--blue);font-weight:700}@media(max-width:560px){.enquiry-modal{padding:24px 18px;border-radius:24px}.enquiry-form{gap:12px}.enquiry-form input,.enquiry-form select,.enquiry-form textarea{padding:14px 15px;font-size:1rem}.enquiry-submit-button,.country-modal-enquire-button{width:100%}}@media(max-width:900px){.hero-logo-wrapper{width:min(540px,100%)!important;height:205px!important;margin:0 0 10px!important;overflow:hidden!important;position:relative!important}.hero-logo-image{position:absolute!important;left:-30px!important;top:-172px!important;width:560px!important;max-width:none!important;height:auto!important;object-fit:contain!important;transform:none!important}}@media(max-width:560px){.hero-logo-wrapper{width:min(410px,100%)!important;height:155px!important;margin:0 0 10px!important;overflow:hidden!important;position:relative!important}.hero-logo-image{position:absolute!important;left:-24px!important;top:-132px!important;width:430px!important;max-width:none!important;height:auto!important;object-fit:contain!important;transform:none!important}}@media(max-width:900px){.team-card{display:flex!important;flex-direction:row!important;align-items:center!important;gap:16px!important}.team-photo-button{display:block!important;width:104px!important;min-width:104px!important;height:104px!important;flex:0 0 104px!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;overflow:visible!important}.team-photo{display:block!important;width:104px!important;min-width:104px!important;height:104px!important;flex:0 0 104px!important;overflow:hidden!important;border-radius:22px!important;background:#f3dc9a2e!important}.team-photo img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:cover!important;object-position:center top!important;opacity:1!important;visibility:visible!important}}@media(max-width:560px){.team-photo-button,.team-photo{width:92px!important;min-width:92px!important;height:92px!important;flex-basis:92px!important}}@media(max-width:560px){.team-linkedin-button{width:100%;justify-content:center}}.scroll-globe-layer{overflow:visible!important}.scroll-globe-canvas{width:min(82vw,700px)!important;height:min(82vw,700px)!important;max-width:none!important;max-height:none!important;overflow:visible!important;border-radius:0!important}.scroll-globe-canvas canvas{width:100%!important;height:100%!important}@media(max-width:900px){.scroll-globe-canvas{width:135vw!important;height:135vw!important}}html,body,.app{max-width:100%;overflow-x:hidden}body.site-modal-open,body.mobile-nav-open{touch-action:none}.site-modal-open .navbar,.site-modal-open .mobile-nav-panel,body.site-modal-open .navbar,body.site-modal-open .mobile-nav-panel{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.testimonial-image,.team-photo,.team-modal-photo{overflow:hidden}.testimonial-image img,.team-photo img,.team-modal-photo img{display:block;width:100%;height:100%;max-width:none;max-height:none;object-fit:cover;object-position:center top;opacity:1;visibility:visible}.service-feature-card:after,.team-card:after,.news-card:after,.contact-card:after,.result-panel:after,.testimonial-slide:after,.footer:after{content:"";position:absolute;right:-58px;bottom:-72px;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(255,241,189,.14),transparent 68%);pointer-events:none}.enquiry-success{text-align:center;padding:30px 10px}.enquiry-success p{margin:0 0 8px;color:var(--blue);font-weight:700;letter-spacing:.06em;text-transform:uppercase}.enquiry-success h3{margin:0 0 12px;color:var(--charcoal);font-size:clamp(2rem,5vw,3.6rem);line-height:1}.enquiry-success span{display:block;margin-bottom:26px;color:var(--charcoal-soft);font-size:1.15rem}.enquiry-form [role=alert],.enquiry-form .formspree-error{margin-top:-8px;color:#b91c1c;font-size:.95rem;font-weight:700}.team-modal-linkedin-row{margin-top:24px}.team-linkedin-button{display:inline-flex;align-items:center;gap:12px;min-height:48px;padding:11px 18px;border-radius:999px;border:1.5px solid rgba(243,220,154,.42);background:#f3dc9a1f;color:var(--gold-pale);font-weight:700;transition:var(--transition)}.team-linkedin-button span{width:28px;height:28px;display:grid;place-items:center;border-radius:8px;background:var(--gold-pale);color:var(--blue-3);font-weight:700;font-size:1rem;line-height:1}.team-linkedin-button:hover{transform:translateY(-2px);background:linear-gradient(135deg,var(--gold-pale),var(--gold));color:var(--blue-3)}.team-linkedin-button:hover span{background:var(--blue-3);color:var(--gold-pale)}.footer{display:flex;align-items:flex-start;gap:18px}.footer-socials,.footer-credits{display:flex;flex-wrap:wrap;align-items:center;gap:12px 14px}.footer-credits{color:#070601b8;font-size:.95rem}.footer-credits p{margin:0}.footer-credits span{color:#000;font-weight:700}@media(max-width:900px){:root{--site-width: calc(100% - 24px) ;--nav-height: 66px}body{padding-top:92px!important;background:radial-gradient(circle at 82% 5%,rgba(216,182,95,.15),transparent 26%),radial-gradient(circle at 12% 35%,rgba(16,42,152,.08),transparent 24%),linear-gradient(145deg,var(--ivory-light),var(--ivory))}.navbar{top:10px!important;width:var(--site-width)!important;min-height:66px!important;padding:10px 12px!important;border-radius:22px!important}.brand{width:86px!important;height:52px!important;border-radius:16px!important}.navbar-logo,.brand img{width:62px!important;height:46px!important;padding:4px!important;object-fit:contain!important;object-position:center!important}.site-nav,.navbar nav{display:none!important}.mobile-menu-button{display:block!important}.mobile-nav-panel{top:84px!important;left:12px!important;right:12px!important;width:auto!important;max-height:calc(100dvh - 102px);overflow-y:auto;border-radius:22px!important}.mobile-nav{padding:14px!important;gap:8px!important}.mobile-nav a,.mobile-nav button{min-height:50px;border-radius:16px;font-size:1rem}.section{width:var(--site-width)!important;padding:44px 0 58px!important;scroll-margin-top:104px!important}.section-heading{margin-bottom:22px!important}.eyebrow{font-size:clamp(2.05rem,10.5vw,3.6rem)!important;line-height:.96!important;letter-spacing:.005em!important}.section h2{margin-top:10px!important;font-size:clamp(1.08rem,4.8vw,1.55rem)!important;line-height:1.18!important}.section-heading:after{width:70px!important;margin-top:15px!important}.scroll-globe-layer{overflow:visible!important}.scroll-globe-canvas{left:50%!important;top:28%!important;width:142vw!important;height:142vw!important;max-width:none!important;max-height:none!important;overflow:visible!important;border-radius:0!important;opacity:.28!important;filter:saturate(1.02) contrast(1.02) drop-shadow(0 0 18px rgba(90,163,255,.12))!important}.scroll-globe-canvas canvas{width:100%!important;height:100%!important;border-radius:0!important}.hero-section{min-height:auto!important;padding-top:6px!important;padding-bottom:44px!important;align-items:flex-start!important}.hero-grid{display:grid!important;grid-template-columns:1fr!important;gap:0!important}.hero-copy{max-width:100%!important;text-align:left!important}.hero-logo-wrapper{width:min(540px,100%)!important;height:205px!important;margin:0 0 10px!important;overflow:hidden!important;position:relative!important}.hero-logo-image{position:absolute!important;left:-30px!important;top:-172px!important;width:560px!important;max-width:none!important;height:auto!important;object-fit:contain!important;transform:none!important}.hero-proof-lines{gap:7px!important;margin-bottom:10px!important}.hero-proof-lines span{min-height:31px!important;padding:6px 11px!important;font-size:.9rem!important}.hero-tagline,.hero-copy h1{max-width:100%!important;font-size:clamp(1.58rem,7.2vw,2.45rem)!important;line-height:1.02!important}.hero-country-section{margin-top:14px!important}.hero-country-title{margin-bottom:12px!important;font-size:clamp(1.02rem,4.4vw,1.25rem)!important}.hero-country-badge-rows{gap:10px!important}.hero-country-row{justify-content:center!important;gap:9px 10px!important}.hero-country-badge{width:56px!important;flex:0 0 56px!important;gap:5px!important}.hero-country-flag{width:46px!important;height:46px!important}.hero-country-badge span{font-size:.7rem!important;white-space:nowrap!important}.hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:12px!important;margin-top:18px!important}.button,.hero-actions .button{width:100%!important;min-height:52px!important}.hero-visual-placeholder{display:none!important}.service-feature-card,.map-card,.result-panel,.testimonial-slide,.team-card,.news-card,.contact-card,.footer,.service-modal,.team-modal,.testimonial-modal{border-radius:22px!important}.service-feature-card,.contact-card,.news-card,.result-panel{padding:20px!important}.services-main-grid,.map-layout,.contact-grid,.team-grid,.news-grid{grid-template-columns:1fr!important;gap:18px!important}.service-feature-card h3{font-size:clamp(1.55rem,7vw,2.15rem)!important}.service-feature-card p{font-size:1rem!important}.country-pill-row{justify-content:center!important;gap:9px!important}.country-service-pill{min-height:40px!important;padding:8px 12px!important;font-size:.96rem!important}.allied-mini-card{grid-template-columns:44px 1fr!important;gap:12px!important;padding:13px!important;border-radius:18px!important}.allied-mini-icon,.allied-mini-card>span:first-child{width:44px!important;height:44px!important;border-radius:14px!important}.service-modal-overlay,.team-modal-overlay,.testimonial-modal-overlay,.enquiry-modal-overlay{z-index:7000!important;padding:12px!important;place-items:end center!important;background:#0c0c12a3!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important}.service-modal,.team-modal,.testimonial-modal,.enquiry-modal{width:100%!important;max-height:88dvh!important;padding:24px!important;border-radius:26px 26px 20px 20px!important}.service-modal-close,.team-modal-close,.testimonial-modal-close,.enquiry-modal-close{top:14px!important;right:14px!important;width:42px!important;height:42px!important;z-index:3!important}.country-modal-section-grid{grid-template-columns:1fr!important}.map-card{min-height:360px!important;padding:12px 12px 74px!important}.map-toggle-row{left:12px!important;right:12px!important;bottom:12px!important;gap:8px!important}.map-toggle-button{min-height:39px!important;padding:8px 13px!important;font-size:.92rem!important}.result-panel h3{font-size:1.75rem!important}.result-total strong{font-size:2.35rem!important}.university-list{grid-template-rows:repeat(4,68px)!important}.university-card{height:68px!important;grid-template-columns:46px 1fr!important;gap:10px!important;padding:9px 10px!important}.university-logo{width:46px!important;height:46px!important;border-radius:14px!important}.university-card h4{font-size:.9rem!important}.testimonial-country-tabs{flex-wrap:nowrap!important;overflow-x:auto!important;padding:0 2px 8px!important;scroll-snap-type:x mandatory;scrollbar-width:none}.testimonial-country-tabs::-webkit-scrollbar{display:none}.testimonial-country-tab{flex:0 0 auto;scroll-snap-align:start}.carousel-track{gap:14px!important}.testimonial-slide{flex:0 0 84vw!important;height:390px!important;max-height:390px!important;padding:18px!important}.testimonial-image{width:58px!important;height:58px!important;flex-basis:58px!important;border-radius:18px!important}.testimonial-slide h3{font-size:1.28rem!important}.testimonial-text{-webkit-line-clamp:7!important;font-size:.9rem!important;line-height:1.32!important}.carousel-controls{justify-content:center!important}.team-card{display:flex!important;flex-direction:row!important;align-items:center!important;gap:16px!important;padding:18px!important}.team-photo-button{display:block!important;width:104px!important;min-width:104px!important;height:104px!important;flex:0 0 104px!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;overflow:visible!important}.team-photo{display:block!important;width:104px!important;min-width:104px!important;height:104px!important;flex:0 0 104px!important;overflow:hidden!important;border-radius:22px!important;background:#f3dc9a2e!important}.team-card h3{font-size:1.35rem!important}.team-card p{font-size:.98rem!important}.team-modal-header{align-items:flex-start!important;gap:14px!important}.team-modal-photo{width:92px!important;height:92px!important;flex:0 0 92px!important;border-radius:20px!important}.team-modal h3{font-size:1.65rem!important;padding-right:40px!important}.team-linkedin-button{width:100%!important;justify-content:center!important}.contact-button{min-height:56px!important;border-radius:18px!important}.footer{padding:18px!important}.footer-socials,.footer-credits{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}}@media(max-width:560px){body{padding-top:88px!important}.navbar{min-height:62px!important;border-radius:20px!important}.brand{width:76px!important;height:48px!important}.navbar-logo,.brand img{width:56px!important;height:42px!important}.mobile-nav-panel{top:78px!important}.section{padding:40px 0 54px!important}.hero-logo-wrapper{width:min(410px,100%)!important;height:155px!important;margin:0 0 10px!important;overflow:hidden!important;position:relative!important}.hero-logo-image{position:absolute!important;left:-24px!important;top:-132px!important;width:430px!important;max-width:none!important;height:auto!important;object-fit:contain!important;transform:none!important}.hero-tagline,.hero-copy h1{font-size:clamp(1.45rem,7.7vw,2.12rem)!important}.hero-country-badge{width:52px!important;flex-basis:52px!important}.hero-country-flag{width:43px!important;height:43px!important}.hero-country-badge span{font-size:.66rem!important}.testimonial-slide{flex-basis:88vw!important;height:405px!important;max-height:405px!important}.team-photo-button,.team-photo{width:92px!important;min-width:92px!important;height:92px!important;flex-basis:92px!important}.team-card{gap:14px!important;padding:16px!important}.team-card h3{font-size:1.22rem!important}.team-card p{font-size:.92rem!important}.enquiry-modal{padding:24px 18px!important}.enquiry-modal-heading h3{font-size:clamp(2.35rem,15vw,3.6rem)!important}.enquiry-form{gap:12px!important}.enquiry-form input,.enquiry-form select,.enquiry-form textarea{padding:14px 15px!important;font-size:1rem!important}.enquiry-submit-button,.country-modal-enquire-button{width:100%!important}}@media(max-width:390px){.hero-logo-wrapper{height:144px!important}.hero-logo-image{left:-26px!important;top:-122px!important;width:405px!important}.hero-country-row{gap:8px 7px!important}.hero-country-badge{width:49px!important;flex-basis:49px!important}.hero-country-flag{width:40px!important;height:40px!important}.team-photo-button,.team-photo{width:84px!important;min-width:84px!important;height:84px!important;flex-basis:84px!important}}@media(max-width:900px){.navbar{overflow:visible!important}.site-nav,.navbar>nav{display:none!important}.mobile-menu-button{display:block!important;position:relative!important;z-index:2301!important;cursor:pointer!important}.mobile-nav-panel{position:fixed!important;top:84px!important;left:12px!important;right:12px!important;z-index:2300!important;display:block!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(-10px)!important;border-radius:22px!important;border:1.5px solid var(--card-border)!important;background:var(--blue-card)!important;box-shadow:var(--blue-shadow)!important;overflow:hidden!important;transition:.22s ease!important}.navbar.navbar-open .mobile-nav-panel,.navbar-open .mobile-nav-panel,.navbar:focus-within .mobile-nav-panel{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}.mobile-nav-panel nav,.mobile-nav-panel .mobile-nav,.navbar .mobile-nav{display:grid!important;gap:8px!important;padding:14px!important}.mobile-nav-panel a,.mobile-nav-panel button,.navbar .mobile-nav a,.navbar .mobile-nav button{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-height:48px!important;padding:12px 14px!important;border-radius:16px!important;border:none!important;background:#f3dc9a1a!important;color:var(--gold-pale)!important;font-weight:700!important;text-align:left!important;cursor:pointer!important}.mobile-nav-panel a:after{content:"›";font-size:1.35rem}.mobile-nav-panel .nav-cta,.mobile-nav-panel .mobile-nav-cta,.navbar .mobile-nav-cta{justify-content:center!important;background:linear-gradient(135deg,var(--gold-pale),var(--gold))!important;color:var(--blue-3)!important}}@media(max-width:560px){.mobile-nav-panel{top:78px!important}}
