@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");:root{--navy:#0f2b46;--navy2:#173b5f;--gold:#c8a24d;--bg:#fbfcfd;--muted:#f4f6f8;--text:#1d2939;--line:#dfe5eb}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,Arial,sans-serif;background:var(--bg);color:var(--text)}a{text-decoration:none;color:inherit}button,input,textarea{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.narrow{max-width:800px}.site-header{background:rgba(255,255,255,.95)}.header-inner{height:84px;gap:32px}.brand img{display:block;border-radius:10px}.nav{gap:26px;font-size:14px;font-weight:700}.nav a:hover{color:var(--gold)}.header-cta{margin-left:8px}.menu-button{font-size:28px;color:var(--navy)}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:14px 22px;font-weight:800;transition:.25s;border:1px solid transparent;cursor:pointer}.button-gold{background:var(--gold);color:#102a43}.button-gold:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(200,162,77,.28)}.button-outline{border-color:rgba(255,255,255,.4);color:white;background:transparent}.button-outline:hover{border-color:var(--gold);color:var(--gold)}.hero{background:linear-gradient(135deg,var(--navy),#102f50 55%,#173d63);color:white;min-height:720px;display:flex}.hero,.hero-grid{align-items:center}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:60px;gap:60px;padding:80px 0}.hero h1,.page-hero h1{font-size:clamp(48px,6vw,78px);line-height:1.02;letter-spacing:-.04em;margin:18px 0 26px}.hero h1 span{color:var(--gold)}.hero p,.page-hero p{font-size:19px;line-height:1.8;max-width:760px;color:#d8e1ea}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:34px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.22em;color:var(--gold)}.globe-wrap{display:flex;align-items:center;justify-content:center}.globe{width:430px;height:430px;border:1px solid rgba(200,162,77,.45);border-radius:50%;position:relative;box-shadow:0 0 120px rgba(200,162,77,.1);animation:float 7s ease-in-out infinite}.orbit{position:absolute;border:1px solid rgba(200,162,77,.35);border-radius:50%;inset:12%}.orbit-two{inset:24%;transform:rotate(65deg)}.orbit-three{inset:7% 38%;transform:rotate(18deg)}.route{position:absolute;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent);width:72%;left:14%;top:50%;transform:rotate(22deg)}.route-two{transform:rotate(-34deg);top:43%}.route-three{transform:rotate(70deg);top:48%}.dot{position:absolute;width:10px;height:10px;border-radius:50%;background:var(--gold);box-shadow:0 0 18px rgba(200,162,77,.9)}.dot-one{left:18%;top:30%}.dot-two{right:16%;top:36%}.dot-three{left:30%;bottom:14%}.dot-four{right:28%;bottom:22%}@keyframes float{50%{transform:translateY(-12px) rotate(2deg)}}.section{padding:100px 0}.section-muted{background:var(--muted)}.section-heading{max-width:760px;margin-bottom:48px}.section-heading h2{font-size:clamp(36px,4vw,56px);line-height:1.08;letter-spacing:-.03em;color:var(--navy);margin:14px 0 18px}.section-heading p{font-size:18px;line-height:1.8;color:#667085}.path-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.path-card{padding:42px;border-radius:28px;border:1px solid var(--line);background:white;transition:.25s}.path-card.dark{background:var(--navy);color:white}.path-card:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(15,43,70,.12)}.path-number{color:var(--gold);font-weight:800}.path-card h3{font-size:31px;margin:28px 0 12px}.path-card p{font-size:17px;line-height:1.7;opacity:.8}.path-card span{display:block;margin-top:28px;font-weight:800;color:var(--gold)}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.card-grid.two{grid-template-columns:repeat(2,1fr)}.simple-card{background:white;border:1px solid var(--line);border-radius:22px;padding:28px;min-height:120px;transition:.25s}.simple-card:hover{transform:translateY(-4px);box-shadow:0 14px 36px rgba(15,43,70,.08);border-color:rgba(200,162,77,.65)}.simple-card h3{margin:0;color:var(--navy);font-size:20px}.simple-card p{color:#667085;line-height:1.7}.process-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:14px;gap:14px}.process-card{background:white;border:1px solid var(--line);border-radius:20px;padding:24px;min-height:150px}.process-card span{font-weight:800;color:var(--gold);font-size:25px}.process-card h3{color:var(--navy);font-size:17px;margin-top:30px}.text-link{font-weight:800;color:var(--gold)}.cta{background:linear-gradient(135deg,var(--navy),var(--navy2));padding:96px 0;text-align:center;color:white}.cta h2{font-size:clamp(40px,5vw,62px);margin:0 0 22px}.cta p{font-size:18px;line-height:1.8;color:#d7e0e9;max-width:760px;margin:0 auto 34px}.page-hero{background:linear-gradient(135deg,var(--navy),#173b5f);color:white;padding:120px 0 90px}.page-hero h1{max-width:900px}.facts{display:flex;gap:18px;flex-wrap:wrap;margin-top:40px}.facts div{background:white;border:1px solid var(--line);border-radius:20px;padding:24px 34px;display:flex;flex-direction:column}.facts strong{font-size:30px;color:var(--gold)}.facts span{margin-top:6px;color:#667085}.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:54px;gap:54px}.contact-copy h2{font-size:44px;color:var(--navy)}.contact-copy p{color:#667085;line-height:1.8}.contact-copy a{display:block;margin-top:16px;font-weight:700;color:var(--navy)}.form-shell{background:white;border:1px solid var(--line);border-radius:26px;padding:26px}.form-tabs{display:grid;grid-template-columns:1fr 1fr;background:var(--muted);border-radius:14px;padding:5px;margin-bottom:24px}.form-tabs button{border:0;background:transparent;border-radius:10px;padding:13px;font-weight:800;cursor:pointer}.form-tabs button.active{background:white;color:var(--navy);box-shadow:0 4px 14px rgba(15,43,70,.08)}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px}.form-grid input,.form-grid textarea{width:100%;border:1px solid var(--line);border-radius:13px;padding:15px;background:#fff;outline:none}.form-grid input:focus,.form-grid textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(200,162,77,.12)}.form-grid textarea,.form-submit{grid-column:1/-1}.form-note{font-size:12px;color:#667085;text-align:center;margin:16px 0 0}.legal-page{padding:120px 0}.legal-page h1{font-size:56px;color:var(--navy)}.legal-page p{font-size:18px;line-height:1.85;color:#667085}.footer{background:#081d31;color:#d6e0e9;padding:68px 0 24px}.footer-grid{display:grid;grid-template-columns:1.3fr .8fr 1fr .8fr;grid-gap:42px;gap:42px}.footer h3{color:white}.footer a{display:block;margin-top:12px;color:#d6e0e9}.footer-brand{font-size:24px;color:white;font-weight:800}.footer strong{color:var(--gold)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:50px;padding-top:22px;font-size:13px}.cookie-banner,.footer-bottom{display:flex;justify-content:space-between}.cookie-banner{position:fixed;z-index:100;left:50%;bottom:20px;transform:translateX(-50%);width:min(920px,calc(100% - 28px));background:#081d31;color:white;border-radius:18px;padding:18px 22px;box-shadow:0 20px 60px rgba(0,0,0,.24);align-items:center;gap:20px}.cookie-banner p{margin:0}.cookie-banner div{display:flex;align-items:center;gap:16px}.cookie-banner a{font-size:13px;text-decoration:underline}@media(max-width:960px){.header-cta,.nav{display:none}.menu-button{display:block}.mobile-menu{display:flex;flex-direction:column;background:white;border-top:1px solid var(--line);padding:12px 20px 22px}.mobile-menu a{padding:12px 0;font-weight:700}.contact-layout,.hero-grid{grid-template-columns:1fr}.globe{width:330px;height:330px}.card-grid,.card-grid.two,.path-grid{grid-template-columns:1fr 1fr}.process-grid{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.container{width:min(100% - 28px,1180px)}.header-inner{height:70px}.brand img{width:135px;height:auto}.hero{min-height:auto}.hero-grid{padding:70px 0}.hero h1,.page-hero h1{font-size:44px}.hero p,.page-hero p{font-size:17px}.globe{width:260px;height:260px}.section{padding:72px 0}.card-grid,.card-grid.two,.footer-grid,.form-grid,.path-grid,.process-grid{grid-template-columns:1fr}.form-grid textarea,.form-submit{grid-column:auto}.page-hero{padding:90px 0 65px}.footer-bottom{flex-direction:column;gap:12px}.cookie-banner{align-items:flex-start;flex-direction:column}.cookie-banner div{width:100%;justify-content:space-between}}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(15,43,70,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.header-inner{min-height:108px;display:flex;align-items:center;gap:28px}.brand-mark{width:82px;height:68px}.brand-copy{display:flex;flex-direction:column;line-height:1;white-space:nowrap}.brand-copy strong{font-size:25px}.brand-copy>span{margin-top:8px;color:#c8a24d;font-size:13px;letter-spacing:.23em}.brand-copy small{margin-top:10px;letter-spacing:.19em}.nav{display:flex;align-items:center;gap:30px}.nav a{position:relative;color:#102a43;font-size:15px;font-weight:700;white-space:nowrap}.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-8px;height:2px;background:#c8a24d;transition:right .25s ease}.nav a:hover:after{right:0}.header-cta{margin-left:6px;white-space:nowrap}.menu-button{display:none;margin-left:auto;border:0;background:transparent;color:#0f2b46;font-size:30px;cursor:pointer}.mobile-menu{display:none}@media (max-width:1120px){.brand-copy strong{font-size:21px}.brand-copy>span{font-size:11px}.nav{gap:19px}.header-cta,.nav a{font-size:13px}.header-cta{padding:14px 17px}}@media (max-width:920px){.header-inner{min-height:84px}.brand-mark{width:64px;height:54px}.brand-copy strong{font-size:19px}.brand-copy>span{margin-top:6px;font-size:10px}.brand-copy small{margin-top:7px;font-size:6px}.header-cta,.nav{display:none}.menu-button{display:block}.mobile-menu{display:flex;flex-direction:column;gap:5px;padding:14px 20px 24px;background:#ffffff;border-top:1px solid rgba(15,43,70,.08)}.mobile-menu>a:not(.button){padding:14px 8px;color:#0f2b46;font-weight:700;border-bottom:1px solid #edf0f3}.mobile-contact-button{margin-top:12px}}@media (max-width:480px){.brand-mark{width:55px;height:47px}.brand-horizontal{gap:9px}.brand-copy strong{font-size:16px;letter-spacing:.15em}.brand-copy>span{font-size:8px;letter-spacing:.18em}.brand-copy small{display:none}}.header-inner{min-height:118px}.brand-horizontal{display:inline-flex;align-items:center;gap:14px;flex-shrink:0}.brand-mark{width:122px;height:102px;display:block;flex-shrink:0}.brand-copy strong{color:#0f2b46;font-size:32px;font-weight:800;line-height:1;letter-spacing:.2em}.brand-copy>span{margin-top:9px;color:#c99528;font-size:15px;font-weight:800;letter-spacing:.21em}.brand-copy small{margin-top:12px;color:#0f2b46;font-size:8px;font-weight:800;letter-spacing:.2em}.hero{position:relative;min-height:790px;overflow:hidden;background:radial-gradient(circle at 72% 45%,rgba(40,91,140,.2),transparent 35%),linear-gradient(135deg,#03192f,#062647 55%,#082f55)}.hero-grid{min-height:790px;grid-template-columns:minmax(0,.93fr) minmax(480px,1.07fr);gap:24px;padding:60px 0}.hero-copy{position:relative;z-index:2}.hero h1{max-width:720px;font-size:clamp(58px,5.6vw,86px);line-height:1.03;letter-spacing:-.045em}.hero-globe-wrap{position:relative;width:100%;min-height:670px;display:flex;align-items:center;justify-content:center;overflow:visible}.hero-globe-glow{position:absolute;width:620px;height:620px;border-radius:50%;background:rgba(42,98,151,.18);filter:blur(75px)}.hero-globe-image{position:relative;z-index:2;width:min(710px,55vw);height:auto;object-fit:contain;filter:drop-shadow(0 0 32px rgba(201,149,40,.16)) drop-shadow(0 24px 65px rgba(0,0,0,.28));animation:globeFloat 7s ease-in-out infinite}@keyframes globeFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.01)}}@media (max-width:1180px){.brand-mark{width:96px;height:82px}.brand-copy strong{font-size:25px}.brand-copy>span{font-size:12px}.hero-grid{grid-template-columns:1fr .9fr}.hero-globe-image{width:min(610px,52vw)}}@media (max-width:920px){.header-inner{min-height:88px}.brand-mark{width:73px;height:64px}.brand-copy strong{font-size:21px}.brand-copy>span{font-size:10px}.hero-grid{grid-template-columns:1fr;padding-top:70px}.hero-globe-wrap{min-height:480px}.hero-globe-image{width:min(590px,92vw)}}@media (max-width:520px){.brand-mark{width:61px;height:54px}.brand-copy strong{font-size:17px}.brand-copy>span{font-size:8px}.brand-copy small{display:none}.hero,.hero-grid{min-height:auto}.hero h1{font-size:43px}.hero-globe-wrap{min-height:360px}.hero-globe-image{width:105vw;max-width:none}}.header-inner{min-height:116px}.brand-image-link{display:flex;align-items:center;width:390px;height:108px;flex-shrink:0;overflow:hidden}.header-logo-image{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}@media (max-width:1240px){.brand-image-link{width:320px;height:96px}.nav{gap:20px}.header-cta,.nav a{font-size:13px}.header-cta{padding:14px 18px}}@media (max-width:920px){.header-inner{min-height:84px}.brand-image-link{width:270px;height:76px}.header-cta,.nav{display:none}.menu-button{display:block}}@media (max-width:520px){.brand-image-link{width:220px;height:68px}}.header-inner{min-height:126px;gap:26px}.header-brand{display:inline-flex;align-items:center;flex-shrink:0;min-width:500px;color:#0f2b46}.header-brand-symbol{display:flex;width:190px;flex-direction:column;align-items:center;justify-content:center}.header-brand-globe{display:block;width:176px;height:92px;object-fit:cover;object-position:center 29%}.header-brand-symbol small{margin-top:2px;color:#0f2b46;font-size:7px;font-weight:800;letter-spacing:.17em;white-space:nowrap}.header-brand-divider{width:1px;height:76px;margin:0 24px 0 10px;background:rgba(200,162,77,.55)}.header-brand-name{display:flex;flex-direction:column;white-space:nowrap}.header-brand-name strong{color:#0f2b46;font-size:34px;font-weight:800;line-height:1;letter-spacing:.18em}.header-brand-name span{margin-top:11px;color:#c99528;font-size:18px;font-weight:800;line-height:1;letter-spacing:.14em}.nav{margin-left:auto;gap:24px}.header-cta{padding:16px 24px}@media (max-width:1320px){.header-brand{min-width:410px}.header-brand-symbol{width:150px}.header-brand-globe{width:142px;height:76px}.header-brand-divider{height:65px;margin-right:18px}.header-brand-name strong{font-size:27px}.header-brand-name span{font-size:14px}.nav{gap:17px}.header-cta,.nav a{font-size:13px}.header-cta{padding:14px 17px}}@media (max-width:1040px){.header-inner{min-height:92px}.header-brand{min-width:auto}.header-brand-symbol{width:120px}.header-brand-globe{width:112px;height:59px}.header-brand-symbol small{font-size:5px}.header-brand-divider{height:52px;margin:0 13px 0 6px}.header-brand-name strong{font-size:22px}.header-brand-name span{margin-top:7px;font-size:11px}.header-cta,.nav{display:none}.menu-button{display:block;margin-left:auto}}@media (max-width:560px){.header-brand-symbol{width:84px}.header-brand-globe{width:82px;height:44px}.header-brand-symbol small{display:none}.header-brand-divider{height:39px;margin-right:10px}.header-brand-name strong{font-size:17px;letter-spacing:.13em}.header-brand-name span{font-size:8px}}