:root{
  --navy-950:#06152e;
  --navy-900:#081d3d;
  --navy-850:#0b2750;
  --blue-800:#073d87;
  --blue-700:#0751b4;
  --blue-600:#0d63d7;
  --blue-500:#2a7ae8;
  --blue-100:#eaf3ff;
  --blue-50:#f4f8ff;
  --green-700:#087d45;
  --green-600:#079152;
  --green-100:#dcf8e8;
  --ink:#102343;
  --muted:#60708b;
  --line:#dfe7f2;
  --line-strong:#cbd8e9;
  --soft:#f4f7fb;
  --white:#fff;
  --shadow-sm:0 10px 30px rgba(6,31,73,.08);
  --shadow-md:0 18px 55px rgba(5,34,82,.13);
  --shadow-lg:0 35px 90px rgba(3,28,69,.18);
  --radius-sm:12px;
  --radius:20px;
  --radius-lg:30px;
  --shell:1240px;
  --font-heading:"Manrope",system-ui,-apple-system,"Segoe UI",sans-serif;
  --font-body:"DM Sans",system-ui,-apple-system,"Segoe UI",sans-serif;
}

*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:108px}
body{margin:0;background:var(--white);color:var(--ink);font-family:var(--font-body);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased;overflow-x:hidden}
body.is-locked{overflow:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
h1,h2,h3,h4,p{margin-top:0}
h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.12;letter-spacing:-.035em;color:var(--ink)}
svg.icon{width:1.25em;height:1.25em;display:inline-block;flex:none}
.shell{width:min(calc(100% - 48px),var(--shell));margin-inline:auto}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
[hidden]{display:none!important}
.skip-link{position:fixed;z-index:10000;top:12px;left:12px;background:#fff;color:var(--navy-950);padding:10px 16px;border-radius:10px;box-shadow:var(--shadow-md);transform:translateY(-140%);transition:.2s}
.skip-link:focus{transform:translateY(0)}

/* Header */
.topbar{background:var(--navy-950);color:#dce8fb;font-size:13px;letter-spacing:.01em}
.topbar__inner{height:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.topbar__markets,.topbar__links{display:flex;align-items:center;gap:22px}
.topbar__markets span,.topbar__links a{display:flex;align-items:center;gap:8px;white-space:nowrap}
.topbar__markets img{width:20px;height:14px;object-fit:cover;border-radius:2px;box-shadow:0 0 0 1px rgba(255,255,255,.16)}
.topbar__links a{color:#dce8fb;transition:.2s}.topbar__links a:hover{color:#fff}
.topbar__links .icon{font-size:15px}
.site-header{height:84px;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(206,219,237,.8);position:sticky;top:0;z-index:800;backdrop-filter:blur(16px);transition:box-shadow .25s,transform .25s}
.site-header.is-scrolled{box-shadow:0 10px 30px rgba(5,31,73,.09)}
.site-header__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:14px;min-width:238px}
.brand>img{width:126px;height:54px;object-fit:contain}
.brand__descriptor{border-left:1px solid var(--line);padding-left:14px;display:flex;flex-direction:column;line-height:1.25}
.brand__descriptor strong{font-family:var(--font-heading);font-size:13px;letter-spacing:.14em;color:var(--blue-700)}
.brand__descriptor small{font-size:10px;color:var(--muted);white-space:nowrap}
.main-nav{display:flex;align-items:center;justify-content:center;gap:8px;margin-left:auto}
.main-nav a{position:relative;padding:12px 13px;font-size:14px;font-weight:600;color:#43536e;border-radius:10px;transition:.2s}
.main-nav a:hover{color:var(--blue-700);background:var(--blue-50)}
.main-nav a.is-active{color:var(--blue-700)}
.main-nav a.is-active::after{content:"";position:absolute;left:15px;right:15px;bottom:4px;height:2px;border-radius:2px;background:var(--blue-600)}
.site-header__actions{display:flex;align-items:center;gap:12px}
.nav-toggle{display:none;border:0;background:var(--blue-50);color:var(--blue-700);width:46px;height:46px;border-radius:13px;align-items:center;justify-content:center}
.nav-toggle__close{display:none;align-items:center}
.nav-toggle[aria-expanded="true"]>.icon{display:none}.nav-toggle[aria-expanded="true"] .nav-toggle__close{display:flex}

/* Buttons and shared type */
.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:12px;padding:13px 18px;font-weight:700;font-size:14px;line-height:1.2;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s,color .2s;white-space:nowrap}
.button:hover{transform:translateY(-2px)}
.button--primary{background:linear-gradient(135deg,var(--blue-700),var(--blue-600));color:#fff;box-shadow:0 12px 26px rgba(6,82,181,.22)}
.button--primary:hover{box-shadow:0 16px 34px rgba(6,82,181,.3);background:linear-gradient(135deg,#073f91,#0e6be5)}
.button--secondary{background:#fff;border-color:var(--line-strong);color:var(--blue-800)}
.button--secondary:hover{border-color:#9ebbe4;background:var(--blue-50)}
.button--light{background:#fff;color:var(--blue-800);box-shadow:0 14px 35px rgba(0,20,58,.18)}
.button--light:hover{background:#f1f7ff}
.button--compact{padding:12px 16px}
.button--large{padding:16px 22px;border-radius:14px;font-size:15px}
.text-link{display:inline-flex;align-items:center;gap:9px;color:var(--blue-700);font-weight:700;margin-top:20px}
.text-link .icon{transition:transform .2s}.text-link:hover .icon{transform:translateX(4px)}
.eyebrow{display:inline-flex;align-items:center;gap:10px;font-weight:700;text-transform:uppercase;letter-spacing:.13em;font-size:12px;color:var(--blue-700);margin-bottom:22px}
.eyebrow>span{width:26px;height:2px;background:currentColor;border-radius:2px}
.eyebrow--light{color:#b9d7ff}
.section-kicker{display:block;font-size:12px;font-weight:800;letter-spacing:.15em;text-transform:uppercase;color:var(--blue-600);margin-bottom:17px}
.section-kicker--light{color:#a9ceff}
.section{padding:112px 0}
.section--tight{padding:34px 0}
.section--white{background:#fff}
.section--soft{background:var(--soft)}
.section-heading h2{font-size:clamp(36px,4vw,58px);margin:0;max-width:780px}
.section-heading h2 em,.two-column h2 em{font-style:normal;color:var(--blue-600)}
.section-heading>p,.section-heading>div>p{font-size:18px;color:var(--muted);max-width:570px;margin:0}
.section-heading--split{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:55px}
.section-heading--split>div:last-child{max-width:540px}
.section-heading--center{text-align:center;margin-bottom:60px}.section-heading--center h2,.section-heading--center p{margin-left:auto;margin-right:auto}.section-heading--center p{margin-top:22px}
.section-heading--light h2{color:#fff}.section-heading--light h2 em{color:#8fc2ff}.section-heading--light p{color:#bed0e8;margin-top:22px}
.lead-copy{font-size:20px;line-height:1.6;color:#2d4161}

/* Reveal */
.js .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.js .reveal.is-visible{opacity:1;transform:none}
.js .reveal--delay,.js .reveal--delay-1{transition-delay:.1s}.js .reveal--delay-2{transition-delay:.18s}.js .reveal--delay-3{transition-delay:.26s}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.js .reveal{opacity:1;transform:none;transition:none!important}.button,.text-link .icon{transition:none!important}}

/* Home hero */
.hero{position:relative;overflow:hidden;background:linear-gradient(145deg,#f8fbff 0%,#eef5ff 58%,#f9fbff 100%);padding:82px 0 0}
.hero::before{content:"";position:absolute;width:720px;height:720px;border-radius:50%;right:-330px;top:-260px;background:radial-gradient(circle,rgba(43,126,235,.16),rgba(43,126,235,0) 66%)}
.hero__mesh{position:absolute;inset:0;opacity:.32;background-image:linear-gradient(rgba(14,83,174,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(14,83,174,.07) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(to bottom,black,transparent 82%)}
.hero__grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:35px;min-height:595px}
.hero__copy{padding-bottom:50px}
.hero h1{font-size:clamp(53px,5.3vw,79px);line-height:1.03;margin:0 0 25px;letter-spacing:-.052em;max-width:760px}
.hero h1 em{font-style:normal;color:transparent;background:linear-gradient(100deg,#0753b9,#2d82eb);-webkit-background-clip:text;background-clip:text}
.hero__lead{font-size:19px;line-height:1.68;color:#536681;max-width:665px;margin:0 0 31px}
.hero__actions{display:flex;gap:12px;flex-wrap:wrap}
.hero__confidence{display:flex;align-items:center;gap:18px;margin-top:34px;padding-top:25px;border-top:1px solid #d6e2f2;max-width:650px}
.hero__flags{display:flex;align-items:center}.hero__flags span{width:38px;height:38px;border-radius:50%;background:#fff;display:grid;place-items:center;border:3px solid #f3f7fd;margin-left:-8px;box-shadow:0 5px 12px rgba(10,50,105,.1);overflow:hidden}.hero__flags span:first-child{margin-left:0}.hero__flags img{width:100%;height:100%;object-fit:cover}.hero__flags .hero__flag-text{font-size:11px;font-weight:800;color:var(--blue-800)}
.hero__confidence p{margin:0;color:#61728c;font-size:13px;line-height:1.5}.hero__confidence strong{font-size:14px;color:var(--ink)}
.hero-network{position:relative;height:530px;isolation:isolate}
.hero-network__glow{position:absolute;inset:70px 45px 30px;background:radial-gradient(circle,rgba(25,111,222,.28),rgba(25,111,222,0) 66%);filter:blur(8px)}
.hero-network__orbit{position:absolute;border:1px solid rgba(26,102,203,.22);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%) rotate(-12deg)}
.hero-network__orbit--one{width:420px;height:260px}.hero-network__orbit--two{width:510px;height:340px;transform:translate(-50%,-50%) rotate(21deg)}
.hero-network__globe{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:245px;height:245px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;background:radial-gradient(circle at 35% 28%,#3e8eee,#0a4fab 58%,#073271);box-shadow:inset -25px -25px 45px rgba(2,25,66,.4),inset 13px 12px 25px rgba(255,255,255,.16),0 28px 65px rgba(6,61,137,.27);border:1px solid rgba(255,255,255,.35);z-index:3}
.hero-network__globe::after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 25%,rgba(255,255,255,.19) 47%,transparent 61%);transform:translateX(-110%);animation:globeShine 5.8s infinite}
@keyframes globeShine{0%,38%{transform:translateX(-120%)}65%,100%{transform:translateX(120%)}}
.hero-network__globe img{width:82px;height:82px;object-fit:contain;filter:brightness(0) invert(1);opacity:.94;position:relative;z-index:2}
.hero-network__globe>span{font-size:10px;letter-spacing:.2em;color:#dbeaff;font-weight:800;margin-top:7px;position:relative;z-index:2}
.hero-network__gridlines{position:absolute;inset:0;border-radius:50%;background:repeating-radial-gradient(ellipse at center,transparent 0 29px,rgba(255,255,255,.13) 30px 31px),linear-gradient(90deg,transparent 49.6%,rgba(255,255,255,.15) 50%,transparent 50.4%);opacity:.8}
.hero-network__gridlines::after{content:"";position:absolute;inset:0;border-radius:50%;background:repeating-linear-gradient(90deg,transparent 0 53px,rgba(255,255,255,.11) 54px 55px,transparent 56px)}
.network-node{position:absolute;z-index:4;display:flex;align-items:center;gap:9px;background:rgba(255,255,255,.96);border:1px solid #d8e5f5;border-radius:13px;padding:10px 13px 10px 10px;box-shadow:0 12px 28px rgba(7,48,105,.13);font-size:12px;line-height:1.15;color:#324968;animation:nodeFloat 4s ease-in-out infinite}
.network-node i{width:11px;height:11px;border-radius:50%;background:var(--blue-600);box-shadow:0 0 0 6px rgba(22,105,219,.12)}
.network-node span{display:flex;flex-direction:column;gap:4px}.network-node small{font-size:9px;letter-spacing:.1em;font-weight:800;color:var(--blue-700)}
.network-node--au{left:10px;bottom:88px}.network-node--pk{right:3px;top:205px;animation-delay:-1.4s}.network-node--sa{left:18px;top:112px;animation-delay:-.8s}.network-node--uk{right:55px;top:42px;animation-delay:-2.2s}.network-node--us{right:30px;bottom:46px;animation-delay:-3s}
@keyframes nodeFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
.hero-network__signal{position:absolute;width:8px;height:8px;border-radius:50%;background:#43a0ff;box-shadow:0 0 0 0 rgba(67,160,255,.5);animation:signal 2.2s infinite;z-index:2}.hero-network__signal--one{left:28%;top:47%}.hero-network__signal--two{right:22%;bottom:39%;animation-delay:.8s}
@keyframes signal{0%{box-shadow:0 0 0 0 rgba(67,160,255,.5)}70%{box-shadow:0 0 0 14px rgba(67,160,255,0)}100%{box-shadow:0 0 0 0 rgba(67,160,255,0)}}
.hero-stats{position:relative;z-index:5;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid #dbe5f2;border-radius:22px 22px 0 0;box-shadow:0 -4px 35px rgba(8,47,103,.08);overflow:hidden}
.hero-stats>div{padding:25px 28px;display:flex;align-items:center;gap:13px;border-right:1px solid var(--line)}.hero-stats>div:last-child{border-right:0}.hero-stats strong{font-family:var(--font-heading);font-size:31px;color:var(--blue-700);letter-spacing:-.05em}.hero-stats span{font-size:12px;line-height:1.35;color:var(--muted);font-weight:600}

/* Logo cloud */
.logo-cloud{border-bottom:1px solid var(--line);background:#fff}
.logo-cloud__label{text-align:center;color:#8290a5;text-transform:uppercase;letter-spacing:.13em;font-weight:700;font-size:10px;margin:0 0 24px}
.logo-cloud__track{display:flex;align-items:center;justify-content:space-between;gap:42px;filter:none;opacity:1}.logo-cloud__track img{width:auto;height:32px;max-width:150px;object-fit:contain}.logo-cloud__track img:nth-child(1){height:40px}.logo-cloud__track img:nth-child(4){height:25px}

/* Advantage */
.two-column{display:grid;grid-template-columns:1fr 1fr;gap:75px}.two-column--intro{align-items:start;margin-bottom:60px}.two-column h2{font-size:clamp(39px,4vw,59px);margin:0}.intro-copy>p:not(.lead-copy){color:var(--muted);font-size:17px}
.advantage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.advantage-card{position:relative;border:1px solid var(--line);border-radius:20px;padding:30px 27px 28px;background:#fff;min-height:275px;overflow:hidden;transition:.25s}.advantage-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-md);border-color:#bad0eb}.advantage-card__number{position:absolute;right:20px;top:18px;font-family:var(--font-heading);font-weight:800;color:#d7e3f2;font-size:12px}.advantage-card__icon{width:48px;height:48px;display:grid;place-items:center;background:var(--blue-50);color:var(--blue-700);border-radius:14px;margin-bottom:29px}.advantage-card__icon .icon{font-size:23px}.advantage-card h3{font-size:19px;margin-bottom:13px}.advantage-card p{color:var(--muted);font-size:14px;margin:0}

/* Capability grid */
.capability-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.capability-card{position:relative;overflow:hidden;background:#fff;border:1px solid #dfe8f3;border-radius:23px;padding:30px;min-height:330px;transition:.25s}.capability-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:#bad0ed}.capability-card--wide{grid-column:span 2;min-height:350px;padding-right:185px;background:linear-gradient(135deg,#fff,#f6faff)}.capability-card__icon{width:52px;height:52px;border-radius:15px;background:var(--blue-100);color:var(--blue-700);display:grid;place-items:center;margin-bottom:23px}.capability-card__icon .icon{font-size:25px}.capability-card__label{font-size:10px;letter-spacing:.13em;font-weight:800;text-transform:uppercase;color:var(--blue-600)}.capability-card h3{font-size:24px;margin:10px 0 15px}.capability-card p{color:var(--muted);font-size:15px;margin-bottom:0}.capability-card ul{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:20px 0 0;list-style:none}.capability-card li{background:var(--blue-50);border:1px solid #dae8f8;border-radius:8px;padding:7px 10px;font-size:11px;color:#3e5b7d;font-weight:700}.capability-card__art{position:absolute;right:28px;bottom:22px;font-family:monospace;font-size:80px;font-weight:800;color:#dfeeff;letter-spacing:-.14em;transform:rotate(-5deg)}.capability-card--accent{background:linear-gradient(145deg,#073a82,#0c62ce);border:0;color:#fff;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.capability-card--accent h3{color:#fff;font-size:27px;margin:0 0 25px}.capability-card--accent::after{content:"";position:absolute;width:220px;height:220px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-85px;top:-65px}

/* Global section */
.global-section{position:relative;background:linear-gradient(145deg,#06172f,#082b58);overflow:hidden}.global-section__map{position:absolute;inset:0;opacity:.13;background-image:radial-gradient(circle at 20% 30%,#4196ff 0 2px,transparent 3px),radial-gradient(circle at 70% 40%,#4196ff 0 2px,transparent 3px),linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:310px 240px,410px 270px,55px 55px,55px 55px}.global-section::after{content:"";position:absolute;width:600px;height:600px;border-radius:50%;border:1px solid rgba(75,155,255,.12);left:-250px;bottom:-360px;box-shadow:0 0 0 75px rgba(75,155,255,.025),0 0 0 150px rgba(75,155,255,.02)}
.global-section__content{position:relative;z-index:2;display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:center}.market-list{border-top:1px solid rgba(255,255,255,.13)}.market-list__item{display:grid;grid-template-columns:36px 46px 1fr 25px;align-items:center;gap:17px;padding:20px 5px;border-bottom:1px solid rgba(255,255,255,.13);color:#fff;transition:.2s}.market-list__item:hover{background:rgba(255,255,255,.045);padding-left:14px}.market-list__index{font-family:var(--font-heading);color:#6e94c3;font-size:11px}.market-list__flag{width:42px;height:31px;border-radius:7px;background:#fff;display:grid;place-items:center;overflow:hidden;color:var(--blue-800);font-size:11px}.market-list__flag img{width:100%;height:100%;object-fit:cover}.market-list__item>span:nth-child(3){display:flex;flex-direction:column}.market-list__item strong{font-family:var(--font-heading);font-size:17px}.market-list__item small{color:#95afd0}.market-list__item>.icon{color:#75b4ff;font-size:16px}

/* Business preview */
.business-preview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.business-preview-card{border:1px solid var(--line);border-radius:21px;padding:24px;background:#fff;min-height:340px;display:flex;flex-direction:column;transition:.25s}.business-preview-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:#b8cee9}.business-preview-card__top{display:flex;justify-content:space-between;align-items:center;color:#728199;font-size:10px;text-transform:uppercase;letter-spacing:.11em;font-weight:800}.business-preview-card__top .icon{font-size:16px;color:var(--blue-600)}.business-preview-card__logo{height:88px;display:flex;align-items:center;margin:20px 0 8px}.business-preview-card__logo img{max-height:55px;max-width:175px;object-fit:contain}.business-preview-card h3{font-size:20px;margin:0 0 11px}.business-preview-card p{color:var(--muted);font-size:14px;margin-bottom:20px}.business-preview-card>a{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:16px;border-top:1px solid var(--line);color:var(--blue-700);font-weight:700;font-size:13px}.business-preview-card>a .icon{transition:.2s}.business-preview-card:hover>a .icon{transform:translateX(4px)}

/* Leadership home */
.leadership-card{display:grid;grid-template-columns:.78fr 1.22fr;background:#fff;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow-sm)}.leadership-card__image{position:relative;min-height:470px;background:#0a397c;overflow:hidden}.leadership-card__image>img{width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center 20%}.leadership-card__image::after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(4,20,48,.9))}.leadership-card__image>div{position:absolute;left:28px;right:28px;bottom:25px;color:#fff;z-index:2;display:flex;flex-direction:column}.leadership-card__image span{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#bcd8ff;font-weight:800}.leadership-card__image strong{font-family:var(--font-heading);font-size:22px}.leadership-card__copy{padding:65px 70px;display:flex;flex-direction:column;justify-content:center}.leadership-card blockquote{font-family:var(--font-heading);font-size:clamp(24px,2.4vw,35px);line-height:1.38;letter-spacing:-.035em;margin:0 0 25px;color:#153056}.leadership-card__copy>p{color:var(--muted);font-size:16px}

/* CTA and footer */
.cta-band{position:relative;overflow:hidden;background:linear-gradient(125deg,#07408d,#0d65d5);padding:75px 0;color:#fff}.cta-band__orb{position:absolute;width:540px;height:540px;border-radius:50%;right:-160px;top:-330px;border:1px solid rgba(255,255,255,.14);box-shadow:0 0 0 70px rgba(255,255,255,.035),0 0 0 140px rgba(255,255,255,.025)}.cta-band__inner{position:relative;display:flex;align-items:center;justify-content:space-between;gap:60px}.cta-band h2{color:#fff;font-size:clamp(32px,3.6vw,50px);margin:0 0 14px}.cta-band p{color:#d0e4ff;max-width:650px;margin:0}.cta-band__actions{display:flex;align-items:center;gap:28px}.cta-band__call{display:flex;align-items:center;gap:12px;color:#fff}.cta-band__call>.icon{font-size:27px}.cta-band__call span{display:flex;flex-direction:column;font-family:var(--font-heading);font-weight:700;white-space:nowrap}.cta-band__call small{font-family:var(--font-body);font-weight:500;color:#b8d5fa;font-size:11px}
.site-footer{position:relative;background:#06142b;color:#aebed4;padding-top:78px;overflow:hidden}.site-footer__glow{position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(26,99,194,.15),transparent 68%);left:-120px;top:-220px}.site-footer__grid{position:relative;display:grid;grid-template-columns:1.7fr .7fr .9fr 1.25fr;gap:55px;padding-bottom:55px}.footer-logo{width:145px;filter:brightness(0) invert(1);opacity:.96;margin-bottom:20px}.footer-intro>p{font-size:14px;line-height:1.75;max-width:390px}.footer-certainty{display:flex;gap:12px;align-items:center;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:14px 16px;margin-top:24px;max-width:390px}.footer-certainty>span{width:37px;height:37px;border-radius:10px;display:grid;place-items:center;background:rgba(61,139,239,.15);color:#75b3ff}.footer-certainty>div{display:flex;flex-direction:column}.footer-certainty strong{font-size:12px;color:#fff}.footer-certainty small{font-size:10px;color:#8ea4c2}.footer-heading{color:#fff;font-size:13px;letter-spacing:.08em;text-transform:uppercase;margin:5px 0 22px}.footer-links{display:flex;flex-direction:column;gap:11px}.footer-links a{font-size:13px;transition:.2s}.footer-links a:hover{color:#fff;transform:translateX(3px)}.footer-contact-list{display:flex;flex-direction:column;gap:13px}.footer-contact-list a{display:flex;align-items:center;gap:10px;font-size:12px}.footer-contact-list .icon{color:#71adfa;font-size:17px}.footer-contact-list a:hover{color:#fff}.footer-offices-strip{display:flex;align-items:center;justify-content:center;gap:16px;border-top:1px solid rgba(255,255,255,.08);padding:25px 0;color:#7790b1;font-size:11px;text-transform:uppercase;letter-spacing:.1em}.footer-offices-strip i{width:3px;height:3px;border-radius:50%;background:#2d70c7}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding:20px 0}.footer-bottom__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:11px}.footer-bottom__inner p{margin:0}.footer-bottom__inner div{display:flex;gap:20px}.footer-bottom a:hover{color:#fff}

/* Page hero */
.page-hero{position:relative;overflow:hidden;background:linear-gradient(130deg,#06172f,#073f88);padding:88px 0 92px;color:#fff}.page-hero__pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 75% 32%,rgba(53,138,244,.25),transparent 31%),linear-gradient(rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px);background-size:auto,56px 56px,56px 56px;mask-image:linear-gradient(90deg,black,rgba(0,0,0,.8),transparent)}.page-hero::after{content:"";position:absolute;width:480px;height:480px;border:1px solid rgba(255,255,255,.11);border-radius:50%;right:-150px;top:-280px;box-shadow:0 0 0 75px rgba(255,255,255,.025),0 0 0 150px rgba(255,255,255,.018)}.page-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:1.25fr .75fr;gap:100px;align-items:center}.page-hero h1{color:#fff;font-size:clamp(47px,5vw,68px);margin:0 0 24px}.page-hero h1 em{font-style:normal;color:#8fc2ff}.page-hero__copy>p{font-size:19px;color:#c2d5ee;max-width:760px;margin:0}.page-hero__aside{border-left:1px solid rgba(255,255,255,.18);padding-left:35px}.page-hero__aside-label{display:block;color:#78b5ff;font-size:10px;letter-spacing:.16em;text-transform:uppercase;font-weight:800;margin-bottom:15px}.page-hero__aside strong{font-family:var(--font-heading);font-size:24px;line-height:1.35;color:#fff}.page-hero__aside-line{width:48px;height:2px;background:#5aa0f8;margin:23px 0}.page-hero__aside p{color:#afc5e1;font-size:14px;margin:0}.page-hero__aside--map{border:0;padding:0;text-align:center}.page-hero__aside--map img{filter:brightness(1.3);opacity:.85;max-height:220px;margin:auto}.page-hero__aside--map span{display:block;font-size:11px;letter-spacing:.13em;color:#a9c8ef;text-transform:uppercase;margin-top:10px}

/* About */
.story-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center}.story-visual{position:relative;min-height:510px}.story-visual__main{position:absolute;inset:20px 60px 50px 0;border-radius:28px;background:linear-gradient(145deg,#eaf3ff,#f8fbff);border:1px solid var(--line);padding:45px;display:grid;place-items:center;overflow:hidden}.story-visual__main::after{content:"";position:absolute;inset:0;background:linear-gradient(130deg,transparent,rgba(39,126,235,.08))}.story-visual__main img{width:100%;position:relative;z-index:2}.story-visual__stat{position:absolute;right:0;top:0;width:150px;height:150px;border-radius:23px;background:linear-gradient(145deg,#0750b1,#0e69db);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:var(--shadow-md);z-index:3}.story-visual__stat strong{font-family:var(--font-heading);font-size:50px;line-height:1}.story-visual__stat span{font-size:10px;text-align:center;max-width:100px;text-transform:uppercase;letter-spacing:.08em;color:#cde2ff}.story-visual__note{position:absolute;left:25px;bottom:0;display:flex;align-items:center;gap:14px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px 18px;box-shadow:var(--shadow-sm);z-index:3}.story-visual__note .icon{color:var(--blue-600);font-size:27px}.story-visual__note span{font-weight:700;font-size:12px;line-height:1.35}.story-copy h2{font-size:clamp(37px,4vw,56px);margin:0 0 25px}.story-copy>p:not(.lead-copy){color:var(--muted)}.story-copy__signature{border-left:3px solid var(--blue-600);padding:7px 0 7px 20px;margin-top:28px;display:flex;flex-direction:column}.story-copy__signature span{font-size:10px;color:var(--blue-600);text-transform:uppercase;letter-spacing:.14em;font-weight:800}.story-copy__signature strong{font-family:var(--font-heading);font-size:17px;max-width:500px}
.operating-model{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.operating-step{position:relative;background:#fff;border:1px solid var(--line);border-radius:20px;padding:29px 25px;min-height:300px}.operating-step>span{position:absolute;right:20px;top:18px;color:#c5d5e9;font-family:var(--font-heading);font-size:11px;font-weight:800}.operating-step__icon{width:48px;height:48px;border-radius:14px;background:var(--blue-50);display:grid;place-items:center;color:var(--blue-700);margin-bottom:28px}.operating-step h3{font-size:19px;margin-bottom:14px}.operating-step p{font-size:14px;color:var(--muted);margin:0}.operating-step:not(:last-child)::after{content:"";position:absolute;right:-19px;top:52px;width:20px;height:1px;background:#b8cce5;z-index:3}
.values-section{background:linear-gradient(145deg,#06182f,#0b315f)}.values-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:100px;align-items:center}.values-list{border-top:1px solid rgba(255,255,255,.13)}.values-list article{display:grid;grid-template-columns:45px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid rgba(255,255,255,.13)}.values-list article>span{font-family:var(--font-heading);font-size:11px;color:#6f96c4}.values-list h3{color:#fff;font-size:18px;margin:0 0 7px}.values-list p{color:#9fb6d4;font-size:14px;margin:0}
.leadership-profile{display:grid;grid-template-columns:.75fr 1.25fr;gap:80px;align-items:center}.leadership-profile__portrait{position:relative;height:560px;border-radius:28px;overflow:hidden;background:#dce9f9;box-shadow:var(--shadow-md)}.leadership-profile__portrait img{width:100%;height:100%;object-fit:cover;object-position:center 18%}.leadership-profile__portrait::after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.65);border-radius:28px;pointer-events:none}.leadership-profile__content h2{font-size:clamp(40px,4vw,58px);margin:0 0 5px}.leadership-profile__role{color:var(--blue-600);font-weight:700;margin-bottom:30px}.leadership-profile__content>p:not(.lead-copy,.leadership-profile__role){color:var(--muted)}.leadership-profile__principle{margin-top:28px;background:var(--blue-50);border:1px solid #d8e7fa;border-radius:17px;padding:22px 24px;display:flex;flex-direction:column;gap:8px}.leadership-profile__principle span{font-size:10px;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:var(--blue-600)}.leadership-profile__principle strong{font-family:var(--font-heading);font-size:17px;line-height:1.5}
.footprint-row{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.footprint-item{display:grid;grid-template-columns:44px 1fr 18px;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:15px;transition:.2s}.footprint-item:hover{border-color:#abc5e6;box-shadow:var(--shadow-sm);transform:translateY(-3px)}.footprint-item__flag{height:33px;border-radius:7px;background:var(--blue-50);overflow:hidden;display:grid;place-items:center;color:var(--blue-800);font-weight:800;font-size:11px}.footprint-item__flag img{width:100%;height:100%;object-fit:cover}.footprint-item>span:nth-child(2){display:flex;flex-direction:column;min-width:0}.footprint-item strong{font-size:13px}.footprint-item small{font-size:10px;color:var(--muted)}.footprint-item>.icon{color:var(--blue-600);font-size:14px}

/* Businesses directory */
.directory-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:40px}.directory-toolbar h2{font-size:clamp(35px,4vw,52px);margin:0}.directory-search{display:flex;align-items:center;gap:10px;width:min(100%,390px);border:1px solid var(--line-strong);border-radius:13px;background:#fff;padding:0 15px;color:#71829b;box-shadow:0 7px 20px rgba(7,46,104,.04)}.directory-search input{width:100%;height:50px;border:0;outline:0;background:transparent;color:var(--ink);font-size:14px}.filter-chips{display:flex;flex-wrap:wrap;gap:8px;margin:30px auto 45px}.filter-chips button{border:1px solid var(--line);background:#fff;color:#526580;padding:9px 14px;border-radius:999px;font-size:12px;font-weight:700;transition:.2s}.filter-chips button:hover,.filter-chips button.is-active{background:var(--blue-700);border-color:var(--blue-700);color:#fff}.business-directory__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.business-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:22px;padding:25px;min-height:475px;transition:.25s;overflow:hidden}.business-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md);border-color:#b5cae7}.business-card__meta{display:flex;justify-content:space-between;align-items:center;color:#77869c;font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.business-card__meta a{width:34px;height:34px;border-radius:10px;background:var(--blue-50);display:grid;place-items:center;color:var(--blue-600)}.business-card__brand{height:108px;display:flex;align-items:center;margin:16px 0}.business-card__brand img{max-width:190px;max-height:66px;object-fit:contain}.business-card__wordmark{font-family:var(--font-heading);font-size:24px;letter-spacing:.04em;font-weight:800;color:var(--blue-800)}.business-card h2{font-size:22px;margin:0 0 12px}.business-card>p{color:var(--muted);font-size:14px;margin-bottom:18px}.business-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:22px}.business-card__tags span{background:var(--blue-50);color:#466383;border-radius:7px;padding:5px 8px;font-size:10px;font-weight:700}.business-card__website{margin-top:auto;border-top:1px solid var(--line);padding-top:17px;display:flex;justify-content:space-between;align-items:center;color:var(--blue-700)}.business-card__website>span{display:flex;flex-direction:column;font-weight:700;font-size:13px}.business-card__website small{color:#8695aa;font-size:9px;text-transform:uppercase;letter-spacing:.1em}.business-card__website .icon{transition:.2s}.business-card:hover .business-card__website .icon{transform:translateX(4px)}.directory-empty{text-align:center;padding:70px 20px;border:1px dashed #c6d7ea;border-radius:20px;background:var(--blue-50)}.directory-empty>.icon{font-size:40px;color:var(--blue-600)}.directory-empty h3{margin:15px 0 7px}.directory-empty p{color:var(--muted);margin:0}
.use-case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.use-case{position:relative;background:#fff;border:1px solid var(--line);border-radius:22px;padding:31px;min-height:330px}.use-case>span{font-size:11px;font-family:var(--font-heading);font-weight:800;color:var(--blue-600)}.use-case h3{font-size:23px;margin:38px 0 14px}.use-case p{color:var(--muted);font-size:14px}.use-case>div{display:flex;flex-wrap:wrap;gap:7px;margin-top:23px}.use-case b{font-size:10px;padding:6px 9px;border-radius:7px;background:var(--blue-50);color:#496480}

/* Countries */
.country-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.country-card{border:1px solid var(--line);border-radius:24px;padding:32px;background:#fff;display:grid;grid-template-columns:1fr;min-height:535px;transition:.25s}.country-card:last-child:nth-child(odd){grid-column:1/-1;grid-template-columns:1fr 1fr;column-gap:65px}.country-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:#b5cae7}.country-card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:27px}.country-card__flag{width:62px;height:45px;border-radius:10px;overflow:hidden;display:grid;place-items:center;background:var(--blue-50);color:var(--blue-800);font-weight:800}.country-card__flag img{width:100%;height:100%;object-fit:cover}.country-card__number{font-size:11px;font-weight:800;font-family:var(--font-heading);color:#c4d3e4}.country-card__cities{display:flex;align-items:center;gap:7px;color:var(--blue-600);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.09em}.country-card__cities .icon{font-size:14px}.country-card__content h2{font-size:34px;margin:10px 0 9px}.country-card__content h3{font-size:18px;line-height:1.45;margin:0 0 13px}.country-card__content p{color:var(--muted);font-size:14px}.country-card ul{list-style:none;padding:0;margin:22px 0;display:grid;grid-template-columns:1fr 1fr;gap:10px}.country-card li{display:flex;align-items:center;gap:8px;color:#45607e;font-size:12px}.country-card li .icon{color:var(--green-600);font-size:15px}.country-card__link{align-self:end;display:flex;align-items:center;justify-content:space-between;border-radius:13px;background:var(--blue-50);border:1px solid #dce9f8;padding:13px 15px;color:var(--blue-700)}.country-card__link span{display:flex;flex-direction:column;font-size:13px;font-weight:700}.country-card__link small{font-size:9px;color:#7a8ca4;text-transform:uppercase;letter-spacing:.1em}.country-card__link .icon{font-size:17px}.country-card:last-child:nth-child(odd) .country-card__header{grid-column:1/-1}.country-card:last-child:nth-child(odd) ul{align-content:center}.country-card:last-child:nth-child(odd) .country-card__link{grid-column:1/-1}
.cross-border-panel{display:grid;grid-template-columns:.78fr 1.22fr;gap:70px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:28px;padding:48px}.cross-border-panel__visual{position:relative;height:360px;border-radius:22px;background:linear-gradient(145deg,#082453,#0b61c6);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;overflow:hidden}.cross-border-panel__visual>.icon{font-size:110px;opacity:.95}.cross-border-panel__visual>span{font-family:var(--font-heading);font-size:13px;letter-spacing:.08em;margin-top:15px;z-index:2}.cross-border-panel__rings{position:absolute;width:300px;height:300px;border-radius:50%;border:1px solid rgba(255,255,255,.18);box-shadow:0 0 0 45px rgba(255,255,255,.04),0 0 0 90px rgba(255,255,255,.025)}.cross-border-panel__copy h2{font-size:clamp(34px,3.5vw,50px);margin:0 0 20px}.cross-border-panel__copy>p{color:var(--muted)}.cross-border-panel__points{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:25px}.cross-border-panel__points span{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:#49617e}.cross-border-panel__points .icon{color:var(--green-600)}
.compact-office-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.compact-office{display:grid;grid-template-columns:45px 1fr 32px;gap:14px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:18px;background:#fff;transition:.2s}.compact-office:hover{transform:translateY(-3px);box-shadow:var(--shadow-sm)}.compact-office__flag{height:34px;background:var(--blue-50);border-radius:8px;display:grid;place-items:center;overflow:hidden;color:var(--blue-800);font-size:10px;font-weight:800}.compact-office__flag img{width:100%;height:100%;object-fit:cover}.compact-office h3{font-size:16px;margin:0}.compact-office p{font-size:11px;color:var(--muted);margin:1px 0}.compact-office div>a{color:var(--blue-600);font-size:10px}.compact-office__arrow{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;background:var(--blue-50);color:var(--blue-600)}

/* Contact */
.contact-hero-lines{display:flex;flex-direction:column;border-top:1px solid rgba(255,255,255,.16)}.contact-hero-lines>a{display:grid;grid-template-columns:42px 1fr 20px;align-items:center;gap:13px;padding:15px 3px;border-bottom:1px solid rgba(255,255,255,.16);color:#fff}.contact-hero-lines__icon{width:38px;height:38px;border-radius:11px;background:rgba(80,155,250,.15);display:grid;place-items:center;color:#80b8ff}.contact-hero-lines>a>span:nth-child(2){display:flex;flex-direction:column}.contact-hero-lines small{color:#9fb9d9;font-size:10px}.contact-hero-lines strong{font-family:var(--font-heading);font-size:16px}.contact-hero-lines>a>.icon{font-size:15px;color:#74adf7;transition:.2s}.contact-hero-lines>a:hover>.icon{transform:translateX(4px)}
.contact-layout{display:grid;grid-template-columns:.74fr 1.26fr;gap:55px;align-items:start}.contact-intro{position:sticky;top:128px}.contact-intro h2{font-size:clamp(36px,3.7vw,51px);margin:0 0 22px}.contact-intro>p{color:var(--muted);font-size:16px}.contact-intro__features{display:flex;flex-direction:column;gap:18px;margin:35px 0}.contact-intro__features>div{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:start}.contact-intro__features>div>span{width:46px;height:46px;border-radius:13px;background:#e8f2ff;display:grid;place-items:center;color:var(--blue-700)}.contact-intro__features>div>div{display:flex;flex-direction:column}.contact-intro__features strong{font-size:14px}.contact-intro__features small{color:var(--muted);font-size:12px;line-height:1.5}.contact-intro__direct{border-top:1px solid var(--line);padding-top:23px;display:flex;flex-direction:column}.contact-intro__direct>span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#7f8da1;font-weight:800}.contact-intro__direct a{display:flex;align-items:center;gap:8px;color:var(--blue-700);font-weight:700;margin-top:5px}
.contact-form-card{background:#fff;border:1px solid #dbe5f1;border-radius:26px;box-shadow:var(--shadow-md);overflow:hidden}.contact-form-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;padding:34px 37px 28px;background:linear-gradient(140deg,#fff,#f5f9ff);border-bottom:1px solid var(--line)}.contact-form-card__header span{font-size:10px;letter-spacing:.14em;font-weight:800;color:var(--blue-600)}.contact-form-card__header h2{font-size:32px;margin:5px 0 2px}.contact-form-card__header p{color:var(--muted);font-size:12px;margin:0}.contact-form-card__seal{display:flex;align-items:center;gap:8px;color:var(--blue-700);padding:9px 12px;border:1px solid #d5e5f8;border-radius:12px;background:#fff}.contact-form-card__seal small{font-size:9px;line-height:1.25;color:#536b88}.contact-form{padding:34px 37px 38px}.form-alert{border-radius:13px;padding:14px 16px;margin-bottom:24px;font-size:13px;font-weight:600}.form-alert.is-error{background:#fff0f1;border:1px solid #f2c7cc;color:#a12432}.form-alert.is-success{background:#eaf9f1;border:1px solid #bde7d0;color:#087642}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.form-field{display:flex;flex-direction:column;gap:7px}.form-field--full{grid-column:1/-1}.form-field label{font-size:12px;font-weight:700;color:#273c59}.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid #cfdbea;border-radius:11px;background:#fff;color:var(--ink);padding:12px 14px;outline:0;transition:border-color .2s,box-shadow .2s,background .2s}.form-field input,.form-field select{height:49px}.form-field textarea{resize:vertical;min-height:150px;line-height:1.6}.form-field input::placeholder,.form-field textarea::placeholder{color:#99a5b7}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#5596e8;box-shadow:0 0 0 4px rgba(35,116,220,.1)}.form-field.is-invalid input,.form-field.is-invalid select,.form-field.is-invalid textarea{border-color:#d94b5a;background:#fffafa}.form-field>small,.field-meta small{color:#b02737;font-size:10px;min-height:14px}.field-meta{display:flex;justify-content:space-between;gap:15px}.field-meta>span{color:#91a0b3;font-size:10px}.honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}.captcha-field{border:1px solid #d7e3f1;border-radius:16px;padding:19px;background:#f8fbff}.captcha-field__copy{display:flex;align-items:baseline;justify-content:space-between;gap:15px}.captcha-field__copy p{color:var(--muted);font-size:10px;margin:0}.captcha-field__row{display:grid;grid-template-columns:155px 105px 1fr;gap:10px;align-items:center;margin-top:12px}.captcha-display{height:58px;border-radius:11px;background:linear-gradient(135deg,#092e68,#0c5dc6);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden}.captcha-display::before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(45deg,transparent 0 7px,rgba(255,255,255,.04) 8px 9px)}.captcha-display span{font-family:var(--font-heading);font-size:23px;letter-spacing:.2em;font-weight:800;position:relative;margin-left:.2em}.captcha-display small{font-size:7px;letter-spacing:.15em;color:#b8d6fb;position:relative}.captcha-refresh{height:58px;border:1px solid #cbdcec;border-radius:11px;background:#fff;color:var(--blue-700);display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:9px;font-weight:700}.captcha-refresh .icon{font-size:17px}.captcha-field__row input{height:58px;text-align:center;font-family:var(--font-heading);font-size:20px;letter-spacing:.18em;font-weight:800}.contact-form__footer{display:flex;align-items:center;justify-content:space-between;gap:25px;border-top:1px solid var(--line);margin-top:27px;padding-top:26px}.contact-form__footer>p{display:flex;align-items:flex-start;gap:8px;color:#78889e;font-size:10px;max-width:330px;margin:0}.contact-form__footer>p .icon{color:var(--blue-600);font-size:15px}.contact-form button[disabled]{opacity:.65;cursor:not-allowed;transform:none}.contact-success{padding:65px 50px;text-align:center}.contact-success__icon{width:74px;height:74px;border-radius:50%;background:var(--green-100);color:var(--green-700);display:grid;place-items:center;margin:0 auto 20px}.contact-success__icon .icon{font-size:36px}.contact-success>span{font-size:10px;letter-spacing:.15em;font-weight:800;color:var(--green-700)}.contact-success h2{font-size:32px;max-width:560px;margin:10px auto 14px}.contact-success>p{color:var(--muted);max-width:560px;margin:0 auto}.contact-success__reference{display:flex;flex-direction:column;background:var(--blue-50);border:1px solid #d8e6f7;border-radius:13px;padding:13px 20px;margin:25px auto;max-width:360px}.contact-success__reference small{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#778ba6}.contact-success__reference strong{font-family:var(--font-heading);font-size:18px;color:var(--blue-800);letter-spacing:.04em}
.office-directory{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.office-card-full{border:1px solid var(--line);border-radius:21px;padding:25px;background:#fff;transition:.25s}.office-card-full:hover{transform:translateY(-4px);box-shadow:var(--shadow-sm)}.office-card-full header{display:flex;align-items:center;gap:15px;padding-bottom:19px;border-bottom:1px solid var(--line)}.office-card-full__flag{width:51px;height:38px;border-radius:9px;overflow:hidden;background:var(--blue-50);display:grid;place-items:center;color:var(--blue-800);font-size:10px;font-weight:800}.office-card-full__flag img{width:100%;height:100%;object-fit:cover}.office-card-full h2{font-size:21px;margin:0}.office-card-full header p{color:var(--muted);font-size:11px;margin:1px 0 0}.office-card-full__details{padding:20px 0 17px;min-height:157px}.office-card-full__details p{display:grid;grid-template-columns:22px 1fr;gap:10px;color:#536680;font-size:13px;margin:0 0 12px}.office-card-full__details .icon{color:var(--blue-600);font-size:17px}.office-card-full__details a:hover{color:var(--blue-600)}.office-card-full__actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.office-card-full__actions a{height:42px;border:1px solid #cbdcec;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:7px;color:var(--blue-800);font-size:12px;font-weight:700;background:#f7fbff}.office-card-full__actions a.is-whatsapp{background:#e9fbf1;border-color:#bce9cf;color:var(--green-700)}.office-card-full__actions a:hover{transform:translateY(-2px)}
.contact-assurance{background:#eaf3ff;border-top:1px solid #d3e3f7;padding:30px 0}.contact-assurance__inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.contact-assurance__inner>div{display:flex;align-items:center;gap:17px}.contact-assurance__inner>div>span{width:46px;height:46px;border-radius:13px;background:#fff;display:grid;place-items:center;color:var(--blue-700)}.contact-assurance strong{display:block;font-size:14px}.contact-assurance p{color:var(--muted);font-size:11px;margin:2px 0 0}.contact-assurance__inner>a{display:flex;align-items:center;gap:8px;color:var(--blue-700);font-size:12px;font-weight:700;white-space:nowrap}

/* Legal & 404 */
.legal-hero{background:linear-gradient(135deg,#06172f,#08428d);padding:75px 0;color:#fff}.legal-hero h1{font-size:clamp(46px,5vw,68px);color:#fff;margin:0 0 13px}.legal-hero p{color:#bcd1eb;font-size:18px;margin:0}.legal-layout{display:grid;grid-template-columns:220px 1fr;gap:70px;align-items:start}.legal-layout aside{position:sticky;top:125px;display:flex;flex-direction:column;border-left:2px solid var(--line);padding-left:18px;gap:8px}.legal-layout aside strong{font-family:var(--font-heading);font-size:13px;margin-bottom:8px}.legal-layout aside a{font-size:12px;color:var(--muted)}.legal-layout aside a:hover{color:var(--blue-600)}.legal-content{max-width:830px}.legal-updated{font-size:11px;text-transform:uppercase;letter-spacing:.1em;font-weight:700;color:var(--blue-600);padding-bottom:20px;border-bottom:1px solid var(--line)}.legal-content h2{font-size:27px;margin:38px 0 13px}.legal-content p{color:#566981;font-size:15px}.legal-content a{color:var(--blue-600);text-decoration:underline}
.not-found{min-height:640px;background:linear-gradient(145deg,#f5f9ff,#e9f3ff);display:flex;align-items:center;text-align:center;position:relative;overflow:hidden}.not-found__globe{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#d8e9fc}.not-found__globe .icon{width:650px;height:650px;stroke-width:.4}.not-found .shell{position:relative;z-index:2}.not-found .shell>span{font-family:var(--font-heading);font-size:14px;letter-spacing:.22em;font-weight:800;color:var(--blue-600)}.not-found h1{font-size:clamp(41px,5vw,65px);max-width:760px;margin:13px auto 18px}.not-found p{max-width:650px;color:var(--muted);margin:0 auto 30px}.not-found .shell>div{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}

/* Office floating widget */
.office-widget{position:fixed;right:24px;bottom:24px;z-index:1200;font-family:var(--font-body)}
.office-widget__launcher{position:relative;display:flex;align-items:center;gap:12px;min-width:235px;border:0;border-radius:17px;background:linear-gradient(135deg,#0a4eaa,#0d65d4);color:#fff;padding:12px 17px 12px 12px;box-shadow:0 18px 46px rgba(4,55,126,.32);transition:.22s}.office-widget__launcher:hover{transform:translateY(-3px);box-shadow:0 22px 55px rgba(4,55,126,.38)}.office-widget__launcher-icon{width:43px;height:43px;border-radius:13px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.12);display:grid;place-items:center}.office-widget__launcher-copy{display:flex;flex-direction:column;text-align:left}.office-widget__launcher-copy strong{font-size:13px}.office-widget__launcher-copy small{font-size:10px;color:#d5e7ff}.office-widget__pulse{position:absolute;right:-3px;top:-3px;width:13px;height:13px;border-radius:50%;background:#18c978;border:2px solid #fff;box-shadow:0 0 0 0 rgba(24,201,120,.5);animation:signal 2s infinite}
.office-widget__panel{position:absolute;right:0;bottom:0;width:448px;max-height:min(690px,calc(100vh - 36px));background:#f2f5f9;border-radius:24px;box-shadow:0 28px 80px rgba(4,25,60,.29);border:1px solid #d5dfeb;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(18px) scale(.97);transform-origin:right bottom;transition:.24s}.office-widget.is-open .office-widget__panel{opacity:1;visibility:visible;transform:none}.office-widget.is-open .office-widget__launcher{opacity:0;visibility:hidden;transform:scale(.9)}.office-widget__header{height:100px;background:linear-gradient(120deg,#0a4eaa,#1266c9);display:grid;grid-template-columns:56px 1fr 46px;align-items:center;gap:15px;padding:17px 20px;color:#fff}.office-widget__header-icon{width:56px;height:56px;border:1px solid rgba(255,255,255,.27);border-radius:15px;background:rgba(255,255,255,.11);display:grid;place-items:center}.office-widget__header-icon .icon{font-size:28px}.office-widget__header h2{font-size:21px;color:#fff;margin:0 0 2px;letter-spacing:-.02em}.office-widget__header p{font-size:14px;margin:0;color:#e2efff}.office-widget__header button{width:46px;height:46px;border:0;border-radius:12px;background:rgba(255,255,255,.13);color:#fff;display:grid;place-items:center}.office-widget__body{padding:15px;overflow:auto;max-height:calc(min(690px,100vh - 36px) - 100px)}.office-widget__card{background:#fff;border:1px solid #dce4ef;border-radius:19px;padding:15px;margin-bottom:12px}.office-widget__card-title{display:grid;grid-template-columns:52px 1fr;align-items:center;gap:14px;margin-bottom:12px}.office-widget__card-title .office-widget__building{width:52px;height:52px;border-radius:14px;background:linear-gradient(145deg,#07469d,#0e67d7);color:#fff;display:grid;place-items:center}.office-widget__building .icon{font-size:25px}.office-widget__card-title h3{font-size:18px;margin:0 0 1px}.office-widget__card-title p{font-size:12px;color:#72829a;margin:0}.office-widget__actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.office-widget__actions a{height:49px;border-radius:12px;border:1px solid #c9daf0;background:#edf5ff;color:#0d447f;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:700}.office-widget__actions a.is-whatsapp{background:#e8fbf0;border-color:#b9e8cc;color:#087c45}.office-widget__actions .icon{font-size:20px}.office-widget__actions a:hover{filter:brightness(.98);transform:translateY(-1px)}.office-widget__more{height:47px;border-radius:12px;background:#fff;border:1px solid #d9e3ef;color:var(--blue-700);font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px}.office-widget__more .icon{font-size:15px}

/* Location welcome */
.location-welcome{position:fixed;inset:0;z-index:2000;display:grid;place-items:center;padding:22px}.location-welcome__backdrop{position:absolute;inset:0;background:rgba(3,18,42,.62);backdrop-filter:blur(8px)}.location-welcome__dialog{position:relative;width:min(100%,510px);background:#fff;border-radius:27px;padding:42px 40px 34px;text-align:center;box-shadow:0 35px 110px rgba(1,17,43,.4);border:1px solid rgba(255,255,255,.8);animation:welcomeIn .38s ease both}.location-welcome__dialog::before{content:"";position:absolute;inset:0 0 auto;height:7px;border-radius:27px 27px 0 0;background:linear-gradient(90deg,#0750b2,#2d86ee)}@keyframes welcomeIn{from{opacity:0;transform:translateY(22px) scale(.97)}to{opacity:1;transform:none}}.location-welcome__close{position:absolute;right:17px;top:17px;width:38px;height:38px;border:0;border-radius:11px;background:var(--blue-50);color:#59708e;display:grid;place-items:center}.location-welcome__mark{width:72px;height:72px;border-radius:22px;background:linear-gradient(145deg,#e8f3ff,#fff);border:1px solid #d4e5f8;color:var(--blue-700);display:grid;place-items:center;margin:0 auto 20px;box-shadow:0 12px 25px rgba(10,77,166,.1)}.location-welcome__mark .icon{font-size:38px}.location-welcome__eyebrow{font-size:10px;letter-spacing:.16em;color:var(--blue-600);font-weight:800;text-transform:uppercase}.location-welcome h2{font-size:29px;margin:8px 0 12px}.location-welcome p{color:var(--muted);font-size:14px;margin:0 auto;max-width:410px}.location-welcome__actions{display:flex;gap:10px;justify-content:center;margin-top:27px}.location-welcome__auto{font-size:9px!important;text-transform:uppercase;letter-spacing:.1em;margin-top:17px!important;color:#91a0b4!important}

/* Responsive */
@media (max-width:1180px){
  .site-header__actions .button{display:none}.main-nav a{padding-inline:10px}.brand{min-width:210px}.brand__descriptor small{display:none}
  .hero__grid{grid-template-columns:1.08fr .92fr}.hero-network{transform:scale(.9);transform-origin:center}
  .advantage-grid{grid-template-columns:repeat(2,1fr)}
  .footprint-row{grid-template-columns:repeat(3,1fr)}
  .business-directory__grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:980px){
  .topbar__markets span:nth-child(n+2){display:none}.topbar__links a:first-child{display:none}
  .site-header{height:76px}.brand>img{width:112px;height:48px}.brand__descriptor{display:none}
  .nav-toggle{display:flex}.site-header__actions .button{display:inline-flex}
  .main-nav{position:fixed;left:0;right:0;top:114px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 20px 40px rgba(5,29,67,.14);padding:18px 24px 24px;display:flex;flex-direction:column;align-items:stretch;gap:3px;opacity:0;visibility:hidden;transform:translateY(-12px);transition:.22s}.main-nav.is-open{opacity:1;visibility:visible;transform:none}.main-nav a{font-size:15px;padding:14px 16px}.main-nav a.is-active::after{display:none}.main-nav a.is-active{background:var(--blue-50)}
  .hero{padding-top:55px}.hero__grid{grid-template-columns:1fr;min-height:0}.hero__copy{text-align:center;padding-bottom:10px}.hero__copy .eyebrow{justify-content:center}.hero h1{margin-inline:auto}.hero__lead{margin-inline:auto}.hero__actions,.hero__confidence{justify-content:center;margin-inline:auto}.hero-network{height:470px;max-width:650px;margin:auto;width:100%;transform:none}.hero-stats{grid-template-columns:repeat(2,1fr);border-radius:22px 22px 0 0}.hero-stats>div:nth-child(2){border-right:0}.hero-stats>div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .logo-cloud__track{flex-wrap:wrap;justify-content:center}
  .two-column,.global-section__content,.story-grid,.values-grid,.leadership-profile,.cross-border-panel,.contact-layout{grid-template-columns:1fr;gap:55px}.section-heading--split{align-items:flex-start}.global-section__content{gap:55px}.leadership-card{grid-template-columns:.8fr 1.2fr}.leadership-card__copy{padding:45px}.operating-model{grid-template-columns:repeat(2,1fr)}.operating-step:nth-child(2)::after{display:none}.footprint-row{grid-template-columns:repeat(2,1fr)}
  .capability-grid{grid-template-columns:repeat(2,1fr)}.capability-card--wide{grid-column:span 2}.capability-card--accent{grid-column:span 2;min-height:250px}
  .business-preview-grid,.use-case-grid{grid-template-columns:repeat(2,1fr)}
  .page-hero__grid{grid-template-columns:1fr;gap:45px}.page-hero__aside{max-width:650px}.page-hero__aside--map{max-width:450px}
  .country-card:last-child:nth-child(odd){grid-template-columns:1fr}.country-card:last-child:nth-child(odd) .country-card__header,.country-card:last-child:nth-child(odd) .country-card__link{grid-column:auto}.compact-office-grid{grid-template-columns:repeat(2,1fr)}
  .contact-intro{position:static}.contact-layout{gap:38px}.office-directory{grid-template-columns:1fr}
  .site-footer__grid{grid-template-columns:1.5fr 1fr 1fr}.site-footer__grid>div:last-child{grid-column:1/-1}.footer-contact-list{display:grid;grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  .shell{width:min(calc(100% - 30px),var(--shell))}.section{padding:78px 0}.section--tight{padding:28px 0}
  .topbar__inner{height:34px}.topbar__markets span{font-size:11px}.topbar__links a{font-size:11px}.site-header{height:70px}.main-nav{top:104px}.site-header__actions .button{display:none}.brand>img{width:105px}
  .section-heading--split{flex-direction:column;gap:20px;margin-bottom:38px}.section-heading h2{font-size:38px}.section-heading>p,.section-heading>div>p{font-size:16px}.lead-copy{font-size:18px}
  .hero{padding-top:45px}.hero h1{font-size:48px}.hero__lead{font-size:17px}.hero__actions{flex-direction:column;align-items:stretch;max-width:430px}.hero__confidence{align-items:flex-start;text-align:left}.hero-network{height:430px;transform:scale(.92);margin-top:-15px;margin-bottom:-20px}.network-node--au{left:0}.network-node--pk{right:0}.network-node--uk{right:23px}.network-node--us{right:5px}.hero-stats>div{padding:21px 19px}.hero-stats strong{font-size:27px}
  .logo-cloud__track{gap:28px}.logo-cloud__track img{max-width:110px;height:25px}
  .advantage-grid,.business-preview-grid,.use-case-grid,.country-cards,.business-directory__grid{grid-template-columns:1fr}.capability-grid{grid-template-columns:1fr}.capability-card--wide,.capability-card--accent{grid-column:auto}.capability-card--wide{padding-right:30px}.capability-card__art{display:none}.capability-card{min-height:280px}
  .leadership-card{grid-template-columns:1fr}.leadership-card__image{min-height:430px}.leadership-card__copy{padding:38px 28px}.leadership-card blockquote{font-size:25px}
  .cta-band{padding:60px 0}.cta-band__inner{flex-direction:column;align-items:flex-start;gap:30px}.cta-band__actions{flex-direction:column;align-items:flex-start}
  .page-hero{padding:65px 0 70px}.page-hero h1{font-size:45px}.page-hero__copy>p{font-size:17px}.page-hero__aside{padding-left:23px}
  .story-visual{min-height:430px}.story-visual__main{right:30px}.story-visual__stat{width:125px;height:125px}.story-copy h2{font-size:39px}.operating-model{grid-template-columns:1fr}.operating-step::after{display:none!important}.values-grid{gap:45px}.leadership-profile__portrait{height:480px}.footprint-row,.compact-office-grid{grid-template-columns:1fr}
  .directory-toolbar{flex-direction:column;align-items:stretch}.directory-search{width:100%}.filter-chips{overflow:auto;flex-wrap:nowrap;padding-bottom:5px}.filter-chips button{white-space:nowrap}.business-card{min-height:440px}
  .country-card:last-child:nth-child(odd){grid-column:auto}.country-card{min-height:0}.country-card ul{grid-template-columns:1fr}.cross-border-panel{padding:24px}.cross-border-panel__visual{height:280px}.cross-border-panel__points{grid-template-columns:1fr}
  .contact-form-card__header,.contact-form{padding-left:23px;padding-right:23px}.form-grid{grid-template-columns:1fr}.form-field--full{grid-column:auto}.captcha-field__copy{display:block}.captcha-field__row{grid-template-columns:1fr 95px}.captcha-field__row input{grid-column:1/-1}.contact-form__footer{flex-direction:column;align-items:stretch}.contact-form__footer .button{width:100%}.contact-form__footer>p{max-width:none}.contact-success{padding:50px 25px}.office-card-full__actions{grid-template-columns:1fr 1fr}.office-card-full__actions a:last-child{grid-column:1/-1}.contact-assurance__inner{align-items:flex-start;flex-direction:column}
  .legal-layout{grid-template-columns:1fr;gap:35px}.legal-layout aside{position:static;flex-direction:row;flex-wrap:wrap;border-left:0;border-bottom:1px solid var(--line);padding:0 0 18px}.legal-layout aside strong{width:100%}
  .site-footer__grid{grid-template-columns:1fr 1fr}.footer-intro{grid-column:1/-1}.site-footer__grid>div:last-child{grid-column:1/-1}.footer-contact-list{grid-template-columns:1fr}.footer-offices-strip{flex-wrap:wrap}.footer-bottom__inner{flex-direction:column;align-items:flex-start}
  .office-widget{right:14px;bottom:14px}.office-widget__launcher{min-width:0}.office-widget__launcher-copy{display:none}.office-widget__panel{position:fixed;right:10px;left:10px;bottom:10px;width:auto;max-height:calc(100vh - 20px);border-radius:22px}.office-widget__header{height:92px;grid-template-columns:52px 1fr 42px;padding:15px}.office-widget__header-icon{width:52px;height:52px}.office-widget__header h2{font-size:19px}.office-widget__header p{font-size:12px}.office-widget__body{max-height:calc(100vh - 112px);padding:12px}.office-widget__card{padding:13px}.office-widget__card-title{grid-template-columns:48px 1fr}.office-widget__card-title .office-widget__building{width:48px;height:48px}.office-widget__actions a{height:47px}
  .location-welcome__dialog{padding:38px 21px 27px}.location-welcome__actions{flex-direction:column}.location-welcome__actions .button{width:100%}
}
@media (max-width:520px){
  .hero h1{font-size:41px}.hero__confidence{flex-direction:column;align-items:center;text-align:center}.hero-network{height:360px;transform:scale(.8);margin:-25px -10% -50px;width:120%}.hero-network__orbit--two{width:470px}.network-node{font-size:11px}.hero-stats{border-radius:18px 18px 0 0}.hero-stats>div{flex-direction:column;align-items:flex-start;gap:2px}.hero-stats span{font-size:10px}
  .section-heading h2,.two-column h2{font-size:34px}.page-hero h1{font-size:38px}.page-hero__copy>p{font-size:16px}.page-hero__aside strong{font-size:21px}
  .story-visual{min-height:370px}.story-visual__main{inset:25px 15px 35px 0;padding:20px}.story-visual__stat{width:100px;height:100px}.story-visual__stat strong{font-size:39px}.story-visual__stat span{font-size:8px}.story-visual__note{left:10px}.leadership-profile__portrait{height:420px}
  .contact-form-card__seal{display:none}.contact-form-card__header h2{font-size:28px}.contact-form-card__header,.contact-form{padding-left:18px;padding-right:18px}.captcha-field{padding:14px}.captcha-field__row{grid-template-columns:1fr 84px}.office-card-full{padding:19px}.office-card-full__details{min-height:0}
  .site-footer__grid{grid-template-columns:1fr}.site-footer__grid>div{grid-column:auto!important}.footer-offices-strip i{display:none}.footer-offices-strip{justify-content:flex-start;gap:10px 18px}.footer-bottom__inner div{flex-wrap:wrap}
  .office-widget__card-title h3{font-size:17px}.office-widget__actions a{font-size:13px}
}


/* v4.0.1 compact widget, refined popup, and leadership profile */
.topbar__links a[href^="mailto:"] span{white-space:nowrap}
.office-widget{right:18px;bottom:18px}
.office-widget__launcher{gap:10px;min-width:188px;border-radius:15px;padding:10px 14px 10px 10px}
.office-widget__launcher-icon{width:38px;height:38px;border-radius:12px}.office-widget__launcher-icon .icon{font-size:20px}
.office-widget__launcher-copy strong{font-size:12px}.office-widget__launcher-copy small{font-size:9px}
.office-widget__pulse{width:11px;height:11px}
.office-widget__panel{width:376px;max-height:min(620px,calc(100vh - 30px));border-radius:21px}
.office-widget__header{height:88px;grid-template-columns:50px 1fr 40px;gap:12px;padding:14px 16px}
.office-widget__header-icon{width:50px;height:50px;border-radius:14px}.office-widget__header-icon .icon{font-size:24px}
.office-widget__header h2{font-size:18px}.office-widget__header p{font-size:13px}
.office-widget__header button{width:40px;height:40px;border-radius:12px}
.office-widget__body{padding:12px;max-height:calc(min(620px,100vh - 30px) - 88px)}
.office-widget__card{border-radius:17px;padding:12px;margin-bottom:10px}
.office-widget__card-title{grid-template-columns:46px 1fr;gap:12px;margin-bottom:10px}.office-widget__card-title .office-widget__building{width:46px;height:46px;border-radius:13px}.office-widget__building .icon{font-size:22px}
.office-widget__card-title h3{font-size:16px}.office-widget__card-title p{font-size:11px}
.office-widget__actions a{height:44px;border-radius:11px;font-size:13px}
.office-widget__actions .icon{font-size:18px}.office-widget__more{height:42px;border-radius:11px;font-size:11px}
.location-welcome{padding:18px}.location-welcome__dialog{width:min(100%,430px);border-radius:22px;padding:30px 24px 24px}.location-welcome__dialog::before{height:6px;border-radius:22px 22px 0 0}
.location-welcome__close{right:14px;top:14px;width:34px;height:34px}
.location-welcome__mark{width:58px;height:58px;border-radius:18px;margin:0 auto 14px}.location-welcome__mark .icon{font-size:28px}
.location-welcome__eyebrow{font-size:9px}.location-welcome h2{font-size:24px;margin:7px 0 10px}.location-welcome p{font-size:13px;max-width:340px}.location-welcome__actions{margin-top:20px}.location-welcome__auto{font-size:8px!important;margin-top:12px!important}
.contact-form select[multiple]{min-height:164px;padding-block:10px}.contact-form select[multiple] option{padding:10px 12px}
.form-help{margin:8px 0 0;font-size:12px;color:var(--muted)}
.leadership-card__image{min-height:480px;background:linear-gradient(160deg,#123c78,#0a67d7)}
.leadership-card__image>img{object-position:center top}
.leadership-card__image::after{inset:38% 0 0;background:linear-gradient(transparent,rgba(4,20,48,.92))}
.leadership-card__image>div{left:24px;right:24px;bottom:22px;gap:6px}
.leadership-card__image strong{font-size:24px;line-height:1.15}.leadership-card__image small{font-size:12px;line-height:1.55;color:#e2efff;font-weight:600}
.leadership-profile__portrait{height:600px;background:linear-gradient(180deg,#e8f2ff,#cfe1fb)}.leadership-profile__portrait img{object-position:center top}
.leadership-profile__services{color:var(--blue-700);font-weight:700;margin:-18px 0 26px}
@media (max-width: 980px){.office-widget{right:12px;bottom:12px}.office-widget__panel{right:0;left:0;width:min(92vw,370px);max-height:calc(100vh - 24px)}.office-widget__launcher{min-width:auto}.leadership-profile__portrait{height:500px}}
@media (max-width: 720px){.office-widget__panel{position:fixed;right:8px;left:8px;bottom:8px;width:auto;border-radius:20px}.office-widget__header{height:82px}.office-widget__body{max-height:calc(100vh - 98px)}.location-welcome__dialog{padding:26px 18px 20px}.leadership-card__image{min-height:400px}.leadership-profile__portrait{height:440px}}


/* v4.0.2 final website refinement */
.office-widget{right:14px;bottom:14px}
.office-widget__launcher{gap:9px;min-width:0;padding:9px 12px 9px 9px;border-radius:16px;box-shadow:0 14px 30px rgba(4,55,126,.24)}
.office-widget__launcher-icon{width:34px;height:34px;border-radius:11px}.office-widget__launcher-icon .icon{font-size:18px}
.office-widget__launcher-copy strong{font-size:11px;line-height:1.1}.office-widget__launcher-copy small{font-size:8px;line-height:1.15}
.office-widget__pulse{width:10px;height:10px;right:-2px;top:-2px}
.office-widget__panel{width:338px;max-height:min(560px,calc(100vh - 24px));border-radius:20px;box-shadow:0 18px 44px rgba(4,25,60,.24)}
.office-widget__header{height:76px;grid-template-columns:42px 1fr 36px;gap:10px;padding:12px 14px}
.office-widget__header-icon{width:42px;height:42px;border-radius:12px}.office-widget__header-icon .icon{font-size:20px}
.office-widget__header h2{font-size:16px}.office-widget__header p{font-size:12px}
.office-widget__header button{width:36px;height:36px;border-radius:10px}
.office-widget__body{padding:10px;max-height:calc(min(560px,100vh - 24px) - 76px)}
.office-widget__card{border-radius:16px;padding:11px;margin-bottom:9px}.office-widget__card-title{grid-template-columns:40px 1fr;gap:10px;margin-bottom:9px}.office-widget__card-title .office-widget__building{width:40px;height:40px;border-radius:11px}.office-widget__building .icon{font-size:18px}
.office-widget__card-title h3{font-size:15px;margin:0}.office-widget__card-title p{font-size:10px}
.office-widget__actions{gap:8px}.office-widget__actions a{height:40px;border-radius:10px;font-size:12px;gap:6px}.office-widget__actions .icon{font-size:16px}
.office-widget__more{height:39px;border-radius:10px;font-size:12px;background:linear-gradient(135deg,#f7fbff,#eef5ff);justify-content:center}
.office-widget__more .icon{font-size:13px}

.location-welcome{padding:14px}.location-welcome__dialog{width:min(100%,380px);padding:24px 18px 18px;border-radius:20px}.location-welcome__dialog::before{height:5px;border-radius:20px 20px 0 0}.location-welcome__mark{width:52px;height:52px;border-radius:16px;margin:0 auto 12px}.location-welcome__mark .icon{font-size:24px}.location-welcome h2{font-size:21px}.location-welcome p{font-size:12px;max-width:300px}.location-welcome__actions{margin-top:16px;gap:8px}.location-welcome__close{width:32px;height:32px;right:10px;top:10px}

.multi-select{position:relative}
.multi-select__toggle{width:100%;min-height:56px;border:1px solid #cfdbea;border-radius:12px;background:#fff;padding:14px 48px 14px 14px;text-align:left;font-size:14px;color:var(--ink);display:flex;align-items:center;justify-content:space-between;gap:14px;transition:border-color .2s, box-shadow .2s}
.multi-select__toggle:hover{border-color:#b7cbe4}.multi-select__toggle:focus-visible,.multi-select.is-open .multi-select__toggle{border-color:#2a77db;box-shadow:0 0 0 4px rgba(42,119,219,.12)}
.multi-select__toggle span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#526580}
.multi-select__chevron{width:10px;height:10px;border-right:2px solid #6280a6;border-bottom:2px solid #6280a6;transform:rotate(45deg);flex:0 0 auto;margin-top:-4px;transition:transform .18s ease}
.multi-select.is-open .multi-select__chevron{transform:rotate(-135deg);margin-top:4px}
.multi-select__panel{position:absolute;left:0;right:0;top:calc(100% + 10px);background:#fff;border:1px solid #d5e1ef;border-radius:16px;box-shadow:0 18px 40px rgba(9,43,96,.14);z-index:40;padding:12px}
.multi-select__search{margin-bottom:10px}.multi-select__search input{height:44px;border:1px solid #d3dfed;border-radius:10px;padding:0 13px;font-size:14px}
.multi-select__options{max-height:240px;overflow:auto;display:flex;flex-direction:column;gap:6px;padding-right:4px}
.multi-select__option{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:10px;cursor:pointer;transition:background .18s ease,border-color .18s ease;border:1px solid transparent}
.multi-select__option:hover{background:#f6faff;border-color:#dce8f6}.multi-select__option input{width:18px;height:18px;accent-color:#0d67d7}.multi-select__option span{font-size:14px;color:#21344f;line-height:1.35}
.multi-select__footer{display:flex;justify-content:space-between;gap:10px;border-top:1px solid #e6eef7;margin-top:12px;padding-top:12px}
.multi-select__action{height:40px;padding:0 16px;border-radius:10px;border:1px solid #d7e3f0;background:#fff;color:#4f6788;font-weight:700;font-size:13px}.multi-select__action--primary{background:linear-gradient(135deg,#0b54b6,#1673df);border-color:#0b54b6;color:#fff}
.multi-select__option[hidden]{display:none}.form-field.is-invalid .multi-select__toggle{border-color:#d93a4a;box-shadow:0 0 0 4px rgba(217,58,74,.08)}

.leadership-card{grid-template-columns:.92fr 1.08fr;align-items:center;padding:24px;gap:30px;overflow:visible}
.leadership-card__image{min-height:0;background:linear-gradient(160deg,#e9f2ff,#f7fbff);border:1px solid #d8e6f7;border-radius:26px;padding:28px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
.leadership-card__image::after{display:none}
.leadership-card__halo{position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(17,113,221,.18),rgba(17,113,221,0));animation:haloFloat 7s ease-in-out infinite}
.leadership-card__halo--one{width:280px;height:280px;top:-90px;right:-70px}
.leadership-card__halo--two{width:220px;height:220px;bottom:-90px;left:-80px;animation-delay:-2s}
@keyframes haloFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}
.leadership-card__portrait-shell{position:relative;width:min(100%,320px);aspect-ratio:3/4;border-radius:24px;padding:8px;background:linear-gradient(145deg,#fff,#eef6ff);box-shadow:0 24px 48px rgba(11,86,179,.18);z-index:2;animation:portraitLift 6s ease-in-out infinite}
@keyframes portraitLift{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.leadership-card__portrait-shell img{width:100%;height:100%;object-fit:cover;object-position:center top;border-radius:18px;display:block}
.leadership-card__floating-card{position:absolute;z-index:3;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);border:1px solid #d8e6f7;box-shadow:0 16px 34px rgba(10,70,151,.12);border-radius:18px;padding:14px 16px;max-width:235px}
.leadership-card__floating-card--top{top:24px;right:18px}.leadership-card__floating-card--bottom{left:18px;bottom:22px;max-width:265px}
.leadership-card__floating-card span{display:block;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--blue-600);font-weight:800;margin-bottom:6px}.leadership-card__floating-card strong{display:block;font-family:var(--font-heading);font-size:20px;line-height:1.15;color:#17355f}.leadership-card__floating-card small{display:block;font-size:11px;line-height:1.5;color:#5e7390;margin-top:4px}
.leadership-card__copy{padding:20px 16px 20px 8px}.leadership-card__copy .section-kicker{margin-bottom:14px}.leadership-card blockquote{margin-bottom:18px}.leadership-card__copy>p{margin-bottom:18px}

@media (max-width: 980px){
  .office-widget__panel{width:min(86vw,332px)}
  .leadership-card{grid-template-columns:1fr;padding:18px}.leadership-card__copy{padding:8px}.leadership-card__floating-card--top{right:14px;top:18px}.leadership-card__floating-card--bottom{left:14px;bottom:18px}
}
@media (max-width: 720px){
  .brand>img{filter:none}
  .office-widget__launcher{padding:8px 10px}.office-widget__launcher-icon{width:32px;height:32px}.office-widget__launcher-copy strong{font-size:10px}.office-widget__launcher-copy small{display:none}
  .office-widget__panel{left:auto;right:0;width:min(92vw,320px);max-height:min(510px,calc(100vh - 18px))}
  .office-widget__header{height:70px}.office-widget__body{max-height:calc(min(510px,100vh - 18px) - 70px)}
  .multi-select__panel{padding:10px}.multi-select__options{max-height:220px}
  .leadership-card__image{padding:22px 18px 118px}.leadership-card__portrait-shell{width:min(100%,250px)}.leadership-card__floating-card{max-width:calc(100% - 24px)}.leadership-card__floating-card--top{top:14px;right:12px}.leadership-card__floating-card--bottom{left:12px;right:12px;bottom:14px}
}


/* v4.0.3: corrected popup actions, brand-logo colour hover, and redesigned leadership sections */

/* The primary Emaila logo remains in its original colour at all times. */
.brand,
.brand:hover{transform:none!important}
.brand>img,
.brand:hover>img{filter:none!important;opacity:1!important;transform:none!important}

/* Specialist brand logos are restrained by default and reveal original colour on hover. */
.logo-cloud__track{filter:none!important;opacity:1!important}
.logo-cloud__track img,
.business-preview-card__logo img,
.business-card__brand img{
  filter:grayscale(1);
  opacity:.52;
  transition:filter .3s ease,opacity .3s ease,transform .3s ease;
  transform:translateZ(0)
}
.logo-cloud__track img:hover,
.logo-cloud__track img:focus-visible{
  filter:none;
  opacity:1;
  transform:translateY(-4px) scale(1.055)
}
.business-preview-card:hover .business-preview-card__logo img,
.business-preview-card:focus-within .business-preview-card__logo img,
.business-card:hover .business-card__brand img,
.business-card:focus-within .business-card__brand img{
  filter:none;
  opacity:1;
  transform:scale(1.045)
}
@media (hover:none){
  .logo-cloud__track img,
  .business-preview-card__logo img,
  .business-card__brand img{filter:none;opacity:1}
}

/* Compact location welcome: actions can never expand beyond the dialog. */
.location-welcome__dialog{
  width:min(100%,360px)!important;
  max-width:calc(100vw - 28px);
  padding:23px 18px 17px!important;
  border-radius:19px!important;
  overflow:hidden
}
.location-welcome__mark{width:48px!important;height:48px!important;border-radius:15px!important;margin-bottom:10px!important}
.location-welcome__mark .icon{font-size:22px!important}
.location-welcome__eyebrow{font-size:8px!important;letter-spacing:.14em!important}
.location-welcome h2{font-size:20px!important;line-height:1.18!important;margin:7px 0 8px!important}
.location-welcome p{font-size:11.5px!important;line-height:1.55!important;max-width:290px!important}
.location-welcome__close{width:30px!important;height:30px!important;right:9px!important;top:9px!important}
.location-welcome__actions{
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:7px!important;
  width:100%!important;
  max-width:292px!important;
  margin:14px auto 0!important;
  min-width:0!important
}
.location-welcome__action{
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  height:40px!important;
  padding:0 12px!important;
  border-radius:10px!important;
  border:1px solid transparent;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  font-size:11.5px!important;
  line-height:1!important;
  font-weight:750;
  white-space:nowrap!important;
  overflow:hidden;
  text-overflow:ellipsis;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease
}
.location-welcome__action:hover{transform:translateY(-1px)}
.location-welcome__action--primary{background:linear-gradient(135deg,#0751b4,#0d69dd);color:#fff;box-shadow:0 9px 20px rgba(7,81,180,.18)}
.location-welcome__action--primary:hover{background:linear-gradient(135deg,#064797,#0d60cb)}
.location-welcome__action--secondary{height:34px!important;background:transparent;border-color:transparent;color:#19477f}
.location-welcome__action--secondary:hover{background:#f1f6fd;border-color:#dce8f6}
.location-welcome__action .icon{font-size:14px;flex:0 0 auto}
.location-welcome__auto{margin-top:9px!important}

/* New compact executive design used on the Home and About pages. */
.executive-section{background:linear-gradient(180deg,#fff 0%,#f5f9ff 100%)}
.executive-showcase{
  position:relative;
  display:grid;
  grid-template-columns:minmax(340px,.82fr) minmax(0,1.18fr);
  align-items:center;
  gap:52px;
  min-height:520px;
  padding:46px 54px;
  border-radius:34px;
  color:#fff;
  background:
    radial-gradient(circle at 10% 15%,rgba(66,151,255,.25),transparent 30%),
    radial-gradient(circle at 98% 95%,rgba(41,126,235,.2),transparent 28%),
    linear-gradient(135deg,#06172f 0%,#082b58 50%,#0754ad 125%);
  border:1px solid rgba(104,166,240,.28);
  box-shadow:0 30px 75px rgba(5,32,74,.22);
  overflow:hidden
}
.executive-showcase::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.22;
  background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(90deg,#000,transparent 72%)
}
.executive-showcase::after{
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  border-radius:50%;
  right:-255px;
  top:-230px;
  border:1px solid rgba(125,187,255,.2);
  box-shadow:0 0 0 62px rgba(91,163,245,.035),0 0 0 124px rgba(91,163,245,.025)
}
.executive-showcase__visual{
  position:relative;
  min-height:420px;
  display:grid;
  place-items:center;
  isolation:isolate
}
.executive-showcase__portrait{
  position:relative;
  z-index:4;
  width:246px;
  height:368px;
  padding:8px;
  border-radius:29px;
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(214,233,255,.92));
  border:1px solid rgba(255,255,255,.75);
  box-shadow:0 26px 55px rgba(0,15,41,.42);
  animation:executivePortraitFloat 6.4s ease-in-out infinite
}
.executive-showcase__portrait::after{
  content:"";
  position:absolute;
  inset:8px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.42);
  pointer-events:none
}
.executive-showcase__portrait img{
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center center;
  border-radius:22px;
  background:#0b2346
}
@keyframes executivePortraitFloat{0%,100%{transform:translateY(0) rotate(.001deg)}50%{transform:translateY(-8px) rotate(.001deg)}}
.executive-showcase__orbit{
  position:absolute;
  z-index:1;
  border-radius:50%;
  border:1px solid rgba(142,199,255,.28);
  animation:executiveOrbit 18s linear infinite
}
.executive-showcase__orbit--one{width:330px;height:330px}
.executive-showcase__orbit--two{width:390px;height:390px;border-style:dashed;animation-duration:26s;animation-direction:reverse}
@keyframes executiveOrbit{to{transform:rotate(360deg)}}
.executive-showcase__signal{
  position:absolute;
  z-index:2;
  width:9px;
  height:9px;
  border-radius:50%;
  background:#67b2ff;
  box-shadow:0 0 0 0 rgba(103,178,255,.55);
  animation:executiveSignal 2.3s ease-out infinite
}
.executive-showcase__signal--one{left:8%;top:31%}
.executive-showcase__signal--two{right:8%;bottom:25%;animation-delay:1.05s}
@keyframes executiveSignal{0%{box-shadow:0 0 0 0 rgba(103,178,255,.55)}75%,100%{box-shadow:0 0 0 15px rgba(103,178,255,0)}}
.executive-showcase__badge{
  position:absolute;
  z-index:5;
  display:flex;
  flex-direction:column;
  gap:2px;
  padding:12px 15px;
  border-radius:15px;
  color:#183659;
  background:rgba(255,255,255,.94);
  border:1px solid rgba(216,233,252,.96);
  box-shadow:0 16px 35px rgba(0,20,55,.25);
  backdrop-filter:blur(10px)
}
.executive-showcase__badge span{font-size:8px;line-height:1.35;font-weight:800;letter-spacing:.11em;text-transform:uppercase;color:#577291}
.executive-showcase__badge strong{font-family:var(--font-heading);font-size:15px;line-height:1.2;color:#0d3f82}
.executive-showcase__badge--lead{left:0;top:31px}
.executive-showcase__badge--markets{right:0;bottom:38px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:9px;padding:10px 14px}
.executive-showcase__badge--markets strong{font-size:26px;letter-spacing:-.06em}
.executive-showcase__badge--markets span{max-width:72px}
.executive-showcase__content{position:relative;z-index:3;max-width:720px}
.executive-showcase__content .section-kicker{margin-bottom:12px}
.executive-showcase__content h2{color:#fff;font-size:clamp(42px,4.5vw,61px);margin:0 0 5px;letter-spacing:-.05em}
.executive-showcase__credentials{margin:0 0 16px;color:#8ec3ff;font-size:17px;font-weight:800;letter-spacing:.01em}
.executive-showcase__roles{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}
.executive-showcase__roles span{padding:7px 11px;border-radius:999px;border:1px solid rgba(150,202,255,.22);background:rgba(255,255,255,.075);font-size:11px;font-weight:750;color:#dcecff}
.executive-showcase__lead{font-size:18px!important;line-height:1.64!important;color:#fff!important;margin-bottom:15px!important}
.executive-showcase__content>p:not(.executive-showcase__credentials,.executive-showcase__lead){font-size:14px;line-height:1.72;color:#bcd0e9;margin-bottom:20px}
.executive-showcase__principle{padding:17px 19px;border-radius:17px;background:rgba(255,255,255,.075);border:1px solid rgba(151,201,255,.18)}
.executive-showcase__principle>span{display:block;margin-bottom:7px;font-size:8px;font-weight:850;letter-spacing:.14em;text-transform:uppercase;color:#8fc4ff}
.executive-showcase__principle blockquote{margin:0;color:#fff;font-family:var(--font-heading);font-size:15px;line-height:1.52;font-weight:700}
.executive-showcase__home-quote{margin:0 0 17px;color:#fff;font-family:var(--font-heading);font-size:clamp(20px,2vw,27px);line-height:1.45;letter-spacing:-.025em}
.executive-showcase__link{display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:13px;font-weight:800;padding-bottom:3px;border-bottom:1px solid rgba(255,255,255,.35)}
.executive-showcase__link .icon{transition:transform .2s ease}.executive-showcase__link:hover .icon{transform:translateX(4px)}
.executive-showcase--compact{min-height:470px;grid-template-columns:minmax(315px,.78fr) minmax(0,1.22fr);padding-block:38px}
.executive-showcase--compact .executive-showcase__visual{min-height:370px}
.executive-showcase--compact .executive-showcase__portrait{width:224px;height:340px}
.executive-showcase--compact .executive-showcase__orbit--one{width:302px;height:302px}
.executive-showcase--compact .executive-showcase__orbit--two{width:350px;height:350px}
.executive-showcase--compact .executive-showcase__badge--lead{top:22px}
.executive-showcase--compact .executive-showcase__content h2{font-size:clamp(39px,4vw,54px)}

@media (max-width:1050px){
  .executive-showcase{grid-template-columns:330px minmax(0,1fr);gap:34px;padding:40px 36px}
  .executive-showcase__badge--lead{left:-4px}.executive-showcase__badge--markets{right:-4px}
}
@media (max-width:820px){
  .executive-showcase,.executive-showcase--compact{grid-template-columns:1fr;gap:28px;padding:30px;min-height:0}
  .executive-showcase__visual,.executive-showcase--compact .executive-showcase__visual{min-height:390px}
  .executive-showcase__content{text-align:center;margin-inline:auto}
  .executive-showcase__roles{justify-content:center}
  .executive-showcase__principle{text-align:left}
  .executive-showcase__badge--lead{left:4%;top:24px}.executive-showcase__badge--markets{right:4%;bottom:30px}
}
@media (max-width:520px){
  .location-welcome__dialog{width:min(100%,342px)!important;padding:21px 15px 15px!important}
  .location-welcome__actions{max-width:276px!important}
  .location-welcome__action{font-size:11px!important}
  .executive-showcase,.executive-showcase--compact{padding:22px 17px 25px;border-radius:25px}
  .executive-showcase__visual,.executive-showcase--compact .executive-showcase__visual{min-height:350px}
  .executive-showcase__portrait,.executive-showcase--compact .executive-showcase__portrait{width:190px;height:292px;border-radius:24px}
  .executive-showcase__portrait img,.executive-showcase__portrait::after{border-radius:18px}
  .executive-showcase__orbit--one,.executive-showcase--compact .executive-showcase__orbit--one{width:250px;height:250px}
  .executive-showcase__orbit--two,.executive-showcase--compact .executive-showcase__orbit--two{width:292px;height:292px}
  .executive-showcase__badge{padding:9px 10px;border-radius:12px}.executive-showcase__badge strong{font-size:12px}.executive-showcase__badge span{font-size:7px}
  .executive-showcase__badge--lead{left:0;top:20px}.executive-showcase__badge--markets{right:0;bottom:22px}.executive-showcase__badge--markets strong{font-size:21px}
  .executive-showcase__content h2,.executive-showcase--compact .executive-showcase__content h2{font-size:35px}
  .executive-showcase__credentials{font-size:14px}.executive-showcase__roles span{font-size:9px}
  .executive-showcase__lead{font-size:16px!important}.executive-showcase__home-quote{font-size:20px}
}
@media (prefers-reduced-motion:reduce){
  .executive-showcase__portrait,.executive-showcase__orbit,.executive-showcase__signal{animation:none!important}
}

/* v4.0.4 — authoritative brand and country mapping */
.logo-cloud__track--seven{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  align-items:center;
  gap:26px;
}
.logo-cloud__track--seven img{
  width:auto!important;
  height:auto!important;
  max-width:132px!important;
  max-height:40px!important;
  margin:auto;
}
.logo-cloud__track--seven img:first-child{max-height:46px!important}
.logo-cloud__track--seven img.is-apex-logo{max-width:158px!important;max-height:58px!important}

.featured-brands-section{position:relative;overflow:hidden}
.featured-brands-section::before{
  content:"";
  position:absolute;
  width:460px;
  height:460px;
  border-radius:50%;
  right:-230px;
  top:12%;
  background:radial-gradient(circle,rgba(20,105,218,.08),transparent 68%);
  pointer-events:none;
}
.business-preview-grid--featured{align-items:stretch}
.business-preview-card--featured{
  position:relative;
  min-height:500px;
  padding:25px;
  overflow:hidden;
}
.business-preview-card--featured::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:4px;
  background:linear-gradient(90deg,#0750b2,#2a87ee);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .28s ease;
}
.business-preview-card--featured:hover::before,
.business-preview-card--featured:focus-within::before{transform:scaleX(1)}
.business-preview-card--featured .business-preview-card__logo{
  height:94px;
  margin:18px 0 7px;
}
.business-preview-card--featured .business-preview-card__logo img{
  max-width:190px;
  max-height:66px;
}
.business-preview-card--featured .business-preview-card__logo img.is-apex-logo{
  max-width:225px;
  max-height:88px;
}
.business-preview-card--featured h3{margin-bottom:10px}
.business-preview-card__markets{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-bottom:15px;
}
.business-preview-card__markets span{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:5px 9px;
  border-radius:999px;
  background:#eef6ff;
  border:1px solid #d7e8fb;
  color:#265a98;
  font-size:9px;
  line-height:1.2;
  font-weight:800;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.business-preview-card--featured>p{
  margin-bottom:18px;
  line-height:1.65;
}
.business-preview-card__sites{
  margin-top:auto;
  border-top:1px solid var(--line);
  padding-top:12px;
  display:flex;
  flex-direction:column;
  gap:4px;
}
.business-preview-card__sites a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:45px;
  padding:7px 10px;
  border-radius:10px;
  color:var(--blue-700);
  transition:background .2s ease,transform .2s ease;
}
.business-preview-card__sites a:hover{
  background:var(--blue-50);
  transform:translateX(2px);
}
.business-preview-card__sites a>span{
  min-width:0;
  display:flex;
  flex-direction:column;
  font-size:12px;
  font-weight:800;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.business-preview-card__sites small{
  color:#8393a8;
  font-size:8px;
  line-height:1.2;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.business-preview-card__sites .icon{
  flex:0 0 auto;
  font-size:15px;
  transition:transform .2s ease;
}
.business-preview-card__sites a:hover .icon{transform:translateX(3px)}
.business-preview-grid--featured .business-preview-card:last-child{grid-column:2}

.business-directory__note{
  display:flex;
  align-items:flex-start;
  gap:12px;
  margin-top:-25px;
  margin-bottom:32px;
  padding:14px 17px;
  border:1px solid #dce8f6;
  border-radius:14px;
  background:linear-gradient(135deg,#f8fbff,#eef6ff);
  color:#536984;
}
.business-directory__note .icon{
  flex:0 0 auto;
  color:var(--blue-600);
  font-size:20px;
  margin-top:1px;
}
.business-directory__note p{margin:0;font-size:12px;line-height:1.6}
.business-card__brand img.is-apex-logo{
  max-width:235px;
  max-height:92px;
}

@media (max-width:1180px){
  .logo-cloud__track--seven{grid-template-columns:repeat(4,minmax(0,1fr));row-gap:28px}
  .business-preview-card--featured{min-height:520px}
}
@media (max-width:980px){
  .business-preview-grid--featured{grid-template-columns:repeat(2,1fr)}
  .business-preview-grid--featured .business-preview-card:last-child{grid-column:auto}
}
@media (max-width:720px){
  .logo-cloud__track--seven{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 20px}
  .logo-cloud__track--seven img{max-width:118px!important;max-height:38px!important}
  .logo-cloud__track--seven img.is-apex-logo{max-width:145px!important;max-height:54px!important}
  .business-preview-grid--featured{grid-template-columns:1fr}
  .business-preview-card--featured{min-height:0;padding:21px}
  .business-preview-card--featured .business-preview-card__logo{height:82px}
  .business-preview-card__sites a{min-height:43px}
  .business-directory__note{margin-top:-18px;margin-bottom:25px}
}

/* v4.0.4 — country-grouped business directory */
.business-market-directory{
  display:flex;
  flex-direction:column;
  gap:64px;
}
.business-market-group{
  scroll-margin-top:145px;
}
.business-market-group[hidden]{display:none!important}
.business-market-group__header{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:36px;
  margin-bottom:24px;
  padding:0 2px 20px;
  border-bottom:1px solid var(--line);
}
.business-market-group__header>div{max-width:760px}
.business-market-group__header span{
  display:block;
  margin-bottom:7px;
  color:var(--blue-600);
  font-size:9px;
  line-height:1.2;
  font-weight:850;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.business-market-group__header h2{
  margin:0 0 8px;
  font-size:clamp(29px,3.2vw,42px);
}
.business-market-group__header p{
  max-width:720px;
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
}
.business-market-group__header>strong{
  flex:0 0 auto;
  min-width:90px;
  min-height:78px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border:1px solid #d8e6f7;
  border-radius:18px;
  background:linear-gradient(145deg,#f8fbff,#edf5ff);
  color:var(--blue-700);
  font-family:var(--font-heading);
  font-size:27px;
  line-height:1;
  box-shadow:0 10px 24px rgba(8,70,154,.06);
}
.business-market-group__header>strong small{
  margin-top:5px;
  color:#7589a5;
  font-family:var(--font-body);
  font-size:8px;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase;
}
.business-market-group .business-directory__grid{width:100%}
.business-market-group .business-card{min-height:455px}
.business-market-group .business-card:target{
  border-color:#5b9cea;
  box-shadow:0 0 0 4px rgba(29,111,217,.10),var(--shadow-md);
}
@media (max-width:720px){
  .business-market-directory{gap:48px}
  .business-market-group__header{align-items:flex-start;gap:18px}
  .business-market-group__header>strong{min-width:72px;min-height:66px;font-size:23px;border-radius:15px}
  .business-market-group__header p{font-size:13px}
}
