:root{--ink:#171a1f;--green:#0b2b48;--lime:#e30613;--cream:#f7f7f5;--line:#c9ccd0}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:Arial,Helvetica,sans-serif}
a{color:inherit;text-decoration:none}
.shell{width:min(1180px,calc(100% - 64px));margin:0 auto}
.nav{height:96px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #0b2b4840;position:relative;z-index:2}
.brand{display:flex;align-items:center;gap:12px;font-size:18px;font-weight:800;letter-spacing:.14em}
.brand-mark{display:grid;place-items:center;width:31px;height:31px;color:var(--lime);background:var(--green);border-radius:50%;font-family:Georgia,serif;font-style:italic;letter-spacing:0}
.nav-links{display:flex;gap:38px;font-size:13px;font-weight:700}
.nav-links a:hover{color:var(--lime)}
.nav-cta{background:var(--lime);color:white;padding:14px 18px;font-size:13px;font-weight:700;box-shadow:0 8px 24px #e3061338;transition:.25s}
.nav-cta span{color:white;margin-left:12px}
.hero{min-height:720px;padding:100px 0 60px;position:relative;overflow:hidden}
.eyebrow,.section-kicker{font-size:11px;letter-spacing:.22em;font-weight:800;display:flex;gap:11px;align-items:center}
.eyebrow span{width:7px;height:7px;background:var(--lime);border:2px solid var(--ink);border-radius:50%}
.hero h1{font-size:clamp(72px,10.5vw,146px);line-height:.82;letter-spacing:-.075em;margin:63px 0 70px;font-weight:700;position:relative;z-index:1}
.hero h1 em,.markets h2 em{font-family:Georgia,serif;font-weight:400}
.hero h1 em{color:transparent;-webkit-text-stroke:2px var(--ink)}
.hero-bottom{margin-left:51%;display:flex;align-items:end;justify-content:space-between;position:relative;z-index:1}
.hero-bottom p{max-width:460px;font-size:18px;line-height:1.65;margin:0}
.circle-link{width:70px;height:70px;border:1px solid var(--ink);border-radius:50%;display:grid;place-items:center;font-size:24px}
.circle-link:hover{background:var(--lime)}
.hero-grid{position:absolute;inset:40px 0 0 50%;display:grid;grid-template-columns:1fr 1fr;opacity:.34;transform:rotate(12deg) scale(1.3);pointer-events:none}
.hero-grid span{border:1px solid #b6b7ad;border-radius:50%;aspect-ratio:1}
.manifesto{padding:140px 0;display:grid;grid-template-columns:1fr 3fr;border-top:1px solid var(--line)}
.manifesto h2,.section-head h2,.markets h2,.cta-inner h2{font-size:clamp(48px,6.3vw,88px);line-height:.98;letter-spacing:-.055em;margin:0 0 55px}
.manifesto>div{display:grid;grid-template-columns:1fr 1fr;column-gap:70px}
.manifesto h2{grid-column:1/-1}
.manifesto p:not(.section-kicker){font-size:16px;line-height:1.7;margin:0;max-width:460px}
.manifesto .lead{font-size:25px!important;line-height:1.4!important;font-weight:600}
.services{background:linear-gradient(135deg,#071b2d 0%,var(--green) 55%,#102f4c 100%);color:white;padding:130px 0 120px}
.section-kicker.light{color:var(--lime)}
.section-head{display:grid;grid-template-columns:1fr 3fr}
.service-list{margin-top:70px;border-top:1px solid #ffffff40}
.service-list article{display:grid;grid-template-columns:1fr 2fr 2fr auto;align-items:center;gap:30px;padding:35px 0;border-bottom:1px solid #ffffff40;transition:.2s}
.service-list article:hover{padding-left:18px}
.service-number,.service-arrow{color:var(--lime)}
.service-list h3{font-size:28px;margin:0}
.service-list p{color:#bdcbc7;max-width:390px;line-height:1.6;margin:0}
.service-arrow{font-size:26px}
.markets{padding:140px 0;display:grid;grid-template-columns:1fr 1fr;gap:100px}
.markets h2{margin-top:45px}
.market-list{border-top:1px solid var(--line)}
.market-list div{border-bottom:1px solid var(--line);padding:28px 5px;font-size:25px;font-weight:700;display:flex;align-items:center;gap:40px}
.market-list span{font-size:10px;color:#73827e}
.cta-section{background:linear-gradient(115deg,#e30613,#bc0010);color:white;padding:110px 0}
.cta-inner h2{font-size:clamp(60px,8vw,110px);margin:35px 0 65px}
.cta-inner .section-kicker.light{color:white}
.cta-inner a{display:inline-flex;gap:50px;align-items:center;border-bottom:2px solid white;padding:0 0 10px;font-size:18px;font-weight:800}
footer{min-height:130px;display:flex;align-items:center;justify-content:space-between;font-size:12px}
footer p{color:#65746f}

@media(max-width:760px){.shell{width:calc(100% - 36px)}
.nav{height:78px}
.nav-links{display:none}
.nav-cta{padding:11px 12px}
.nav-cta span{display:none}
.hero{min-height:auto;padding:80px 0 70px}
.hero h1{font-size:62px;margin:48px 0 60px}
.hero-bottom{margin-left:0;align-items:center;gap:20px}
.hero-bottom p{font-size:16px}
.circle-link{min-width:52px;width:52px;height:52px}
.hero-grid{left:35%;top:110px}
.manifesto,.section-head,.markets{grid-template-columns:1fr;gap:48px}
.manifesto{padding:90px 0}
.manifesto>div{grid-template-columns:1fr;gap:28px}
.manifesto h2{font-size:50px;margin-bottom:10px}
.manifesto .lead{font-size:21px!important}
.services{padding:90px 0}
.section-head h2{font-size:48px}
.service-list article{grid-template-columns:45px 1fr auto;gap:12px}
.service-list p{grid-column:2/4}
.service-list h3{font-size:23px}
.markets{padding:90px 0}
.markets h2{font-size:52px}
.cta-section{padding:85px 0}
.cta-inner h2{font-size:58px}
footer{padding:35px 0;flex-wrap:wrap;gap:24px}
}

.logo-lockup{width:190px;height:68px;overflow:hidden;position:relative}
.logo-lockup img{width:190px;height:auto;mix-blend-mode:normal;transform:none}
.footer-logo{width:180px;height:72px;overflow:hidden}
.footer-logo img{width:180px;transform:none;mix-blend-mode:normal}
@media(max-width:760px){.logo-lockup{width:138px;height:58px}
.logo-lockup img{width:138px;transform:none}
.footer-logo{width:145px;height:58px}
.footer-logo img{width:145px;transform:none}
}

.nav-cta:hover{transform:translateY(-2px);box-shadow:0 13px 32px #e3061355}
.circle-link,.service-list article{transition:.3s}
.circle-link:hover{color:white;border-color:var(--lime);transform:rotate(-20deg)}
.hero-grid{animation:floatGrid 12s ease-in-out infinite}
.hero-grid span{border-color:#0b2b4855;box-shadow:inset 0 0 40px #0b2b480a}
.hero:after{content:"";position:absolute;width:180px;height:180px;right:8%;top:90px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#ff4a54,var(--lime) 52%,#870008);box-shadow:0 24px 70px #e3061340;opacity:.92;animation:pulseOrb 5s ease-in-out infinite}
.hero:before{content:"★";position:absolute;right:13.4%;top:146px;color:white;font-size:52px;z-index:1;animation:spinStar 18s linear infinite}
.services,.cta-section{position:relative;overflow:hidden}
.services:after{content:"";position:absolute;width:420px;height:420px;border:1px solid #ffffff22;border-radius:50%;right:-120px;bottom:-220px;box-shadow:0 0 0 60px #ffffff08,0 0 0 120px #ffffff05}
.cta-section:after{content:"";position:absolute;width:340px;height:340px;border:70px solid #ffffff12;transform:rotate(45deg);right:4%;top:-170px}
.cta-inner{position:relative;z-index:1}
@keyframes floatGrid{50%{transform:rotate(16deg) scale(1.36) translateY(-14px)}
}
@keyframes pulseOrb{50%{transform:scale(1.08);box-shadow:0 30px 100px #e3061360}
}
@keyframes spinStar{to{transform:rotate(360deg)}
}
@media(max-width:760px){.hero:after{width:110px;height:110px;right:-24px;top:120px;opacity:.75}
.hero:before{right:11px;top:151px;font-size:34px}
}

.logo-lockup img,.footer-logo img{mix-blend-mode:normal}
.trade-route{position:absolute;width:480px;height:230px;right:15px;bottom:38px;z-index:0}
.flag-ball{position:absolute;width:74px;height:74px;border-radius:50%;display:grid;place-items:center;font-size:38px;background:linear-gradient(145deg,#fff,#d9dde2);box-shadow:inset -10px -12px 20px #0b2b4825,0 14px 30px #0b2b4825;border:2px solid white;animation:bob 4s ease-in-out infinite}
.flag-ball small{position:absolute;bottom:-20px;font-size:9px;font-weight:900;letter-spacing:.14em;color:var(--ink)}
.turkey{left:0;top:82px}
.usa{right:0;top:18px;animation-delay:-1s}
.canada{right:100px;top:132px;width:58px;height:58px;font-size:29px;animation-delay:-2s}
.south{right:5px;bottom:-14px;width:62px;height:62px;font-size:32px;animation-delay:-3s}
.route-line{position:absolute;left:62px;width:350px;height:110px;border-top:2px dashed #e3061390;border-radius:50%;transform:rotate(-8deg)}
.route-line.air{top:64px}
.route-line.sea{top:145px;border-color:#0b2b4880;transform:rotate(8deg)}
.plane,.ship{position:absolute;font-size:24px;color:var(--lime);filter:drop-shadow(0 5px 8px #e3061340);animation:fly 5s linear infinite}
.ship{font-size:13px;color:var(--green);animation:shipMove 8s linear infinite}
.ship:after{content:"⛴";position:absolute;font-size:25px;left:-7px;top:-16px}
.plane{top:-15px;left:0}
@keyframes fly{0%{left:0;transform:rotate(6deg)}
50%{transform:rotate(-10deg) translateY(-45px)}
100%{left:330px;transform:rotate(5deg)}
}
@keyframes shipMove{from{left:0}
to{left:330px}
}
@keyframes bob{50%{transform:translateY(-9px) rotate(2deg)}
}
@media(max-width:900px){.trade-route{opacity:.35;right:-120px}
}
@media(max-width:760px){.trade-route{display:none}
}
.hero{width:100%;max-width:none;padding-left:max(32px,calc((100% - 1180px)/2));padding-right:max(32px,calc((100% - 1180px)/2));min-height:790px;background-image:linear-gradient(90deg,#06192ded 0%,#071c2eaa 43%,#07192c24 76%),url('/manhattan-americas-hero.png');background-size:cover;background-position:center;color:white}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#03111c15 45%,#030c16b8 100%);z-index:0;animation:none}
.hero:after{display:none}
.hero .eyebrow,.hero h1,.hero-bottom{position:relative;z-index:3}
.hero h1{font-size:clamp(70px,9vw,132px);max-width:900px;text-shadow:0 12px 45px #0008}
.hero h1 em{color:transparent;-webkit-text-stroke:2px white}
.hero .eyebrow span{border-color:white}
.hero .circle-link{border-color:white;color:white}
.trade-route{width:610px;height:610px;right:max(12px,calc((100% - 1280px)/2));bottom:15px;z-index:4}
.flag-ball{width:94px;height:94px;font-size:49px;border:3px solid #ffffffd9;box-shadow:inset -12px -14px 24px #0b2b4850,0 14px 34px #0008}
.flag-ball small{bottom:-23px;color:white;text-shadow:0 2px 8px #000;font-size:10px}
.turkey{left:0;top:255px}.canada{right:82px;top:50px;width:86px;height:86px;font-size:43px}.usa{right:20px;top:225px}.south{right:65px;top:425px;width:90px;height:90px;font-size:46px}
.route-line{left:76px;width:425px;height:160px;transform:rotate(-20deg);border-color:#ff2b38}.route-line.air{top:180px}.route-line.sea{top:286px;transform:rotate(1deg);border-color:#71b9ee}.route-line.latin{top:335px;transform:rotate(19deg);border-color:#ffffffa8}
.cargo{position:absolute;left:0;top:-12px;color:white;font-size:22px;animation:cargoMove 7s linear infinite}
@keyframes cargoMove{0%{left:0;transform:rotate(20deg)}100%{left:405px;transform:rotate(20deg)}}
.logo-lockup{width:260px;height:88px}.logo-lockup img{width:255px}.footer-logo{width:230px;height:88px}.footer-logo img{width:225px}
@media(max-width:1050px){.trade-route{transform:scale(.78);transform-origin:right bottom;right:0}.hero h1{font-size:82px}}
@media(max-width:760px){.hero{padding-left:18px;padding-right:18px;background-position:58% center}.hero h1{font-size:58px}.trade-route{display:block;transform:scale(.47);transform-origin:right bottom;right:-30px;bottom:15px;opacity:.9}.logo-lockup{width:180px;height:66px}.logo-lockup img{width:176px}.nav-cta{font-size:11px}.hero-bottom{max-width:70%}}
.hero-bottom{margin-left:0;margin-top:105px;width:460px;min-height:112px;padding:20px 22px;background:#061725c9;border-left:3px solid var(--lime);backdrop-filter:blur(8px);box-shadow:0 14px 45px #0005;align-items:center}.hero-bottom p{font-size:17px;line-height:1.55}.hero-bottom .circle-link{min-width:58px;width:58px;height:58px}@media(max-width:760px){.hero-bottom{margin-top:125px;width:min(88%,390px);max-width:none;min-height:auto;padding:16px}.hero-bottom p{font-size:14px}.hero-bottom .circle-link{display:none}}
.trade-route:before{content:"TRADE ROUTES · NEW YORK HUB";position:absolute;right:25px;top:0;color:#fff;font-size:9px;font-weight:800;letter-spacing:.2em;padding:8px 12px;background:#061725b8;border:1px solid #ffffff38;backdrop-filter:blur(8px)}.flag-ball:before{content:"";position:absolute;inset:-10px;border:1px solid #ffffff70;border-radius:50%;animation:markerPulse 2.7s ease-out infinite}.flag-ball:after{content:"";position:absolute;width:7px;height:7px;background:#ff2331;border-radius:50%;right:-8px;bottom:4px;box-shadow:0 0 0 5px #ff23312c,0 0 18px #ff2331}.canada{right:96px;top:70px}.usa{right:48px;top:245px}.south{right:92px;top:442px}.turkey{left:-8px;top:270px}.route-line{border-top-width:2px;filter:drop-shadow(0 2px 5px #0008)}.route-line.air{top:200px;transform:rotate(-24deg)}.route-line.sea{top:305px;transform:rotate(-1deg)}.route-line.latin{top:360px;transform:rotate(21deg)}.plane{font-size:29px;color:white;filter:drop-shadow(0 4px 6px #000);animation-duration:4.8s}.ship:after{content:"🚢";font-size:30px;filter:drop-shadow(0 4px 6px #000)}.cargo{display:flex;gap:2px;top:-15px;filter:drop-shadow(0 4px 5px #000)}.cargo i{display:block;width:17px;height:12px;background:linear-gradient(135deg,#ff3a45,#a9000b);border:1px solid #ffffffaa;box-shadow:inset 0 0 0 2px #0002}.cargo i:nth-child(2){background:linear-gradient(135deg,#d9e4ea,#778b98)}.cargo i:nth-child(3){background:linear-gradient(135deg,#174d77,#09243c)}@keyframes markerPulse{0%{transform:scale(.8);opacity:0}45%{opacity:.65}100%{transform:scale(1.25);opacity:0}}@media(max-width:760px){.trade-route:before{display:none}.flag-ball small{font-size:12px}}
.turkey-map{position:absolute;left:-70px;top:250px;width:150px;height:68px;background:linear-gradient(135deg,#ff2533,#b8000c);clip-path:polygon(0 38%,10% 25%,22% 29%,33% 17%,47% 23%,56% 10%,68% 22%,79% 15%,100% 31%,91% 48%,77% 53%,67% 72%,50% 62%,36% 78%,22% 66%,9% 73%);filter:drop-shadow(0 12px 15px #0008);display:grid;place-items:center;color:white;z-index:7}.turkey-map span{font-size:31px;transform:rotate(-8deg)}.turkey-map small{position:absolute;bottom:-18px;font-size:9px;letter-spacing:.18em;font-weight:900}.transport-fleet{position:absolute;left:40px;top:170px;width:270px;height:auto;object-fit:contain;z-index:6;filter:drop-shadow(0 10px 12px #0009);animation:fleetCross 12s linear infinite}.plane,.ship,.cargo{opacity:.35}@keyframes fleetCross{0%{transform:translateX(0) scale(.48);opacity:0}8%{opacity:1}55%{transform:translateX(190px) scale(.56);opacity:1}92%{opacity:1}100%{transform:translateX(330px) scale(.45);opacity:0}}.canada{box-shadow:inset -12px -14px 24px #0b2b4850,0 0 0 5px #fff,0 0 0 8px #e30613,0 15px 35px #0009}.usa{box-shadow:inset -12px -14px 24px #0b2b4850,0 0 0 5px #fff,0 0 0 8px #174d77,0 15px 35px #0009}.south{box-shadow:inset -12px -14px 24px #0b2b4850,0 0 0 5px #fff,0 0 0 8px #e30613,0 15px 35px #0009}@media(max-width:760px){.turkey-map{left:-25px}.transport-fleet{width:240px}}
.hero{background-image:linear-gradient(90deg,#06192d35 0%,#071c2e82 48%,#07192c50 100%),url('/manhattan-americas-hero.png')}.hero h1{text-align:center;max-width:760px;margin:120px auto 50px;font-size:clamp(64px,7.6vw,112px)}.hero-bottom{margin:70px auto 0;width:440px}.trade-route{inset:0;width:100%;height:100%;right:auto;bottom:auto;transform:none}.trade-route:before{right:50%;transform:translateX(50%);top:90px}.canada{left:11%;right:auto;top:75px}.usa{left:14%;right:auto;top:245px}.south{left:19%;right:auto;top:470px}.turkey-map{left:auto;right:4%;top:245px;width:280px;height:128px;filter:drop-shadow(0 18px 28px #000c)}.turkey-map span{font-size:58px}.turkey-map small{bottom:-23px;font-size:12px;color:white}.route-line{left:23%;width:65%;height:180px;transform:none}.route-line.air{top:180px;transform:rotate(8deg);border-color:#f2f5f7}.route-line.sea{top:330px;transform:rotate(-2deg);border-color:#4a9ad3}.route-line.latin{top:420px;transform:rotate(-11deg);border-color:#ed1c2b}.plane,.ship,.cargo{animation-direction:reverse}.transport-fleet{left:auto;right:5%;top:190px;width:300px;animation:fleetReverse 14s linear infinite;transform:scaleX(-1)}@keyframes fleetReverse{0%{transform:translateX(0) scaleX(-1) scale(.52);opacity:0}8%{opacity:1}55%{transform:translateX(-42vw) scaleX(-1) scale(.58);opacity:1}92%{opacity:1}100%{transform:translateX(-70vw) scaleX(-1) scale(.48);opacity:0}}@media(max-width:1050px){.trade-route{transform:none}.turkey-map{right:-20px;width:220px}.canada{left:5%}.usa{left:8%}.south{left:13%}.hero h1{font-size:72px;max-width:600px}}@media(max-width:760px){.hero h1{font-size:48px;margin-top:90px}.trade-route{transform:none}.canada{left:-8%;top:95px}.usa{left:-5%;top:220px}.south{left:2%;top:390px}.turkey-map{right:-60px;top:245px;width:190px;height:90px}.transport-fleet{right:-40px;width:220px}.hero-bottom{margin-top:135px;width:85%}}
footer{min-height:165px;gap:28px}footer address{font-style:normal;line-height:1.55;color:#52615d;font-size:12px}footer address strong{color:var(--ink)}.footer-email{font-size:12px;font-weight:700;border-bottom:1px solid var(--lime);padding-bottom:4px}@media(max-width:760px){footer{align-items:flex-start;flex-direction:column}.footer-logo{margin-bottom:-18px}}
.turkey-map{background:none;clip-path:none;width:310px;height:auto;overflow:visible}.turkey-map img{display:block;width:100%;height:auto;filter:drop-shadow(0 18px 28px #000c)}.turkey-map span{display:none}.turkey-map small{left:50%;transform:translateX(-50%);white-space:nowrap}.canada{left:9%;top:30px}.usa{left:13%;top:220px}.south{left:18%;top:470px}.transport-fleet{display:none}.vehicle{position:absolute;right:-22%;z-index:7;height:auto;filter:drop-shadow(0 8px 10px #000b);transform:scaleX(-1);opacity:0}.plane-one{top:205px;width:190px;animation:vehicleWest1 10s linear infinite}.plane-two{top:310px;width:165px;animation:vehicleWest2 13s linear 2.4s infinite}.ship-one{top:430px;width:205px;animation:vehicleWest3 18s linear .8s infinite}.ship-two{top:520px;width:180px;animation:vehicleWest4 22s linear 5s infinite}@keyframes vehicleWest1{0%{right:-22%;opacity:0}8%{opacity:1}90%{opacity:1}100%{right:78%;opacity:0}}@keyframes vehicleWest2{0%{right:-25%;opacity:0}10%{opacity:1}90%{opacity:1}100%{right:76%;opacity:0}}@keyframes vehicleWest3{0%{right:-26%;opacity:0}12%{opacity:1}90%{opacity:1}100%{right:74%;opacity:0}}@keyframes vehicleWest4{0%{right:-24%;opacity:0}12%{opacity:1}90%{opacity:1}100%{right:72%;opacity:0}}@media(max-width:1050px){.turkey-map{right:-30px;width:245px}.canada{left:3%;top:25px}.usa{left:7%;top:210px}.south{left:12%;top:430px}.vehicle{max-width:150px}}@media(max-width:760px){.canada{left:-9%;top:42px}.usa{left:-5%;top:205px}.south{left:2%;top:380px}.turkey-map{right:-48px;top:260px;width:190px}.vehicle{max-width:110px}.ship-one,.ship-two{top:455px}.hero-bottom{margin-top:145px}}
.usa{top:178px}.flag-ball.usa small{width:150px;text-align:center;left:50%;transform:translateX(-50%)}.vehicle{z-index:2}.plane-one{top:135px}.plane-two{top:245px}.ship-one{top:500px}.ship-two{top:625px}.ship-canada{top:95px;width:125px;animation:shipToCanada 23s linear 3s infinite}.ship-nynj{top:360px;width:155px;animation:shipToNynj 17s linear 7s infinite}@keyframes shipToCanada{0%{right:-20%;opacity:0}12%{opacity:.9}90%{opacity:.9}100%{right:78%;opacity:0}}@keyframes shipToNynj{0%{right:-24%;opacity:0}12%{opacity:1}90%{opacity:1}100%{right:73%;opacity:0}}@media(max-width:1050px){.usa{top:170px}.ship-canada{top:110px}.ship-nynj{top:350px}}@media(max-width:760px){.usa{top:172px}.flag-ball.usa small{width:165px}.plane-one{top:130px}.plane-two{top:255px}.ship-one{top:470px}.ship-two{top:545px}.ship-canada{top:90px}.ship-nynj{top:365px}}

/* Atlas targets and Turkey-origin routes */
.americas-map{position:absolute;left:1.5%;top:8px;width:390px;height:700px;z-index:1;pointer-events:none;display:flex;align-items:flex-start;justify-content:center}
.americas-map img{display:block;width:auto;height:100%;max-width:100%;object-fit:contain;filter:drop-shadow(0 14px 24px #0009)}
.flag-ball{display:none!important}
.turkey-map{z-index:6}
.route-line{z-index:2;transform-origin:right center}
.route-line.air{left:18%;width:70%;top:150px;transform:rotate(8deg);border-color:#f3f6f8}
.route-line.sea{left:20%;width:68%;top:305px;transform:rotate(-2deg);border-color:#4a9ad3}
.route-line.latin{left:22%;width:66%;top:445px;transform:rotate(-12deg);border-color:#ed1c2b}
.vehicle{right:-22%;z-index:5}
.plane-one{top:110px}
.plane-two{top:205px}
.plane-canada{top:55px;width:150px;animation:vehicleToCanada 12s linear 5.8s infinite}
.ship-canada{top:175px;width:135px}
.ship-nynj{top:330px}
.ship-one{top:470px}
.ship-two{top:555px}
.hero-bottom{position:absolute!important;left:50%;bottom:26px;transform:translateX(-50%);margin:0!important;width:470px;z-index:8;background:#04111cd9}
@keyframes vehicleToCanada{0%{right:-24%;opacity:0}10%{opacity:1}90%{opacity:1}100%{right:79%;opacity:0}}
@media(max-width:1050px){.americas-map{left:-2%;width:330px;height:650px}.route-line.air{left:17%;width:71%}.route-line.sea{left:18%;width:70%}.route-line.latin{left:20%;width:68%}.hero-bottom{bottom:22px}}
@media(max-width:760px){.americas-map{left:-10%;top:42px;width:235px;height:500px;opacity:.92}.route-line.air{left:8%;width:78%;top:145px}.route-line.sea{left:9%;width:77%;top:295px}.route-line.latin{left:11%;width:75%;top:410px}.plane-canada{top:82px;max-width:95px}.ship-canada{top:190px}.hero-bottom{left:18px;bottom:8px;transform:none;width:calc(100% - 36px)!important}}
.hero-bottom{bottom:6px;min-height:92px;padding:13px 18px;width:450px}
.trade-route:after{content:"";position:absolute;left:0;top:0;width:35%;height:100%;z-index:0;pointer-events:none;background:linear-gradient(90deg,#06182df5 0%,#06182dde 66%,#06182d00 100%)}
.americas-map img{opacity:.78;filter:saturate(.82) brightness(.88) drop-shadow(0 12px 20px #0008)}
.hero h1 em{color:#fff;-webkit-text-stroke:0;text-shadow:0 10px 35px #000b}
@media(max-width:760px){.trade-route:after{width:43%}.americas-map img{opacity:.82}}

/* Route endpoints: Türkiye → Canada / USA / Brazil */
.route-line{left:auto!important;right:12%;width:77%!important;height:0!important;border-radius:0!important;transform-origin:right center!important}
.route-line.air{top:255px!important;transform:rotate(3.5deg)!important;border-color:#fff!important}
.route-line.sea{top:330px!important;transform:rotate(3.5deg)!important;border-color:#3f9ee8!important}
.route-line.latin{top:365px!important;transform:rotate(-3.5deg)!important;border-color:#ed1c2b!important}
@media(max-width:760px){.route-line{right:9%;width:82%!important}.route-line.air{top:265px!important;transform:rotate(4deg)!important}.route-line.sea{top:315px!important}.route-line.latin{top:350px!important;transform:rotate(-9deg)!important}}

/* Curved flight and shipping corridors */
.route-line{border-radius:50% 50% 0 0!important;border-left:0!important;border-right:0!important;border-bottom:0!important}
.route-line.air{height:185px!important;top:210px!important;transform:rotate(3.5deg)!important}
.route-line.sea{height:145px!important;top:286px!important;transform:rotate(3.5deg)!important}
.route-line.latin{height:170px!important;top:320px!important;transform:rotate(-3.5deg)!important}
@media(max-width:760px){.route-line.air{height:72px!important}.route-line.sea{height:52px!important}.route-line.latin{height:78px!important}}

/* USA-forward atlas scale */
.americas-map{left:-1.5%;top:-6px;width:455px;height:735px}
.americas-map img{opacity:.84;filter:saturate(.78) brightness(.9) drop-shadow(0 14px 24px #0009)}
@media(max-width:1050px){.americas-map{left:-4%;width:390px;height:690px}}
@media(max-width:760px){.americas-map{left:-13%;top:32px;width:285px;height:535px}}

/* Stronger route arcs; red corridor stops at Brazil */
.route-line.air{height:220px!important;top:192px!important}
.route-line.sea{height:178px!important;top:270px!important}
.route-line.latin{width:69.5%!important;height:210px!important;top:300px!important}
@media(max-width:760px){.route-line.air{height:96px!important}.route-line.sea{height:74px!important}.route-line.latin{width:72%!important;height:105px!important}}
