:root{
  --navy:#061a35;
  --navy-2:#0a2b56;
  --navy-3:#123e72;
  --red:#e31b2c;
  --red-2:#ff3949;
  --ink:#0b1f3f;
  --muted:#5d6b7e;
  --line:#dce3ec;
  --soft:#f5f7fa;
  --white:#fff;
  --shadow:0 20px 55px rgba(5,26,53,.14);
  --header-h:112px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:86px}
body{margin:0;font-family:"Aptos","Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;overflow-x:hidden}
body.no-scroll{overflow:hidden}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
button{color:inherit}
.container{width:min(1320px,calc(100% - 56px));margin-inline:auto}
.section{padding:92px 0}
.section-kicker{margin:0 0 12px;color:var(--red);font-size:12px;font-weight:900;letter-spacing:.11em}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:16px;min-height:52px;padding:0 26px;border:1px solid transparent;border-radius:7px;font-size:13px;font-weight:900;letter-spacing:.035em;cursor:pointer;transition:transform .28s ease,box-shadow .28s ease,background .28s ease,color .28s ease,border-color .28s ease}
.btn:hover{transform:translateY(-3px)}
.btn-primary{color:#fff;background:linear-gradient(135deg,var(--red-2),#ca071b);box-shadow:0 14px 30px rgba(227,27,44,.28)}
.btn-primary:hover{box-shadow:0 20px 36px rgba(227,27,44,.36)}
.btn-glass{color:#fff;border-color:rgba(255,255,255,.5);background:rgba(8,28,56,.42);backdrop-filter:blur(8px)}
.btn-glass:hover{background:#fff;color:var(--navy)}

/* Intro */
.intro{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:#fff;overflow:hidden;transition:opacity .65s ease,visibility .65s ease}
.intro.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.intro__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(6,26,53,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(6,26,53,.045) 1px,transparent 1px);background-size:48px 48px;mask-image:radial-gradient(circle at center,#000,transparent 72%)}
.intro__logo{width:min(510px,74vw);position:relative;z-index:2;filter:drop-shadow(0 24px 40px rgba(6,26,53,.17));animation:introLogo 1.05s cubic-bezier(.16,1,.3,1) both}
.intro__slogan{position:absolute;top:67%;z-index:2;margin:0;color:var(--navy);font-size:clamp(15px,1.7vw,22px);font-weight:850;letter-spacing:.055em;animation:introText .8s .25s both}
.intro__bar{position:absolute;top:74%;width:min(380px,62vw);height:3px;background:#e8edf3;overflow:hidden;border-radius:999px}
.intro__bar i{display:block;width:42%;height:100%;background:linear-gradient(90deg,var(--navy),var(--red));animation:introLoad 1.55s ease-in-out infinite}
.intro__route{position:absolute;width:135%;height:4px;background:linear-gradient(90deg,transparent,var(--navy),var(--red),transparent);opacity:.45;filter:blur(.3px)}
.intro__route--one{top:26%;left:-18%;transform:rotate(-12deg);animation:routeFloat 2s ease-in-out infinite alternate}
.intro__route--two{bottom:23%;right:-18%;transform:rotate(12deg);animation:routeFloat2 2.2s ease-in-out infinite alternate}
@keyframes introLogo{from{opacity:0;transform:scale(.68) translateY(28px)}to{opacity:1;transform:none}}
@keyframes introText{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
@keyframes introLoad{from{transform:translateX(-115%)}to{transform:translateX(260%)}}
@keyframes routeFloat{from{translate:-4% 0}to{translate:8% 0}}
@keyframes routeFloat2{from{translate:7% 0}to{translate:-7% 0}}

/* Header */
.site-header{position:sticky;top:0;z-index:1000;height:var(--header-h);background:rgba(255,255,255,.98);border-bottom:1px solid rgba(10,34,69,.08);transition:height .32s ease,box-shadow .32s ease,background .32s ease}
.site-header.is-scrolled{height:78px;box-shadow:0 12px 30px rgba(5,26,53,.12);background:rgba(255,255,255,.96);backdrop-filter:blur(14px)}
.header-inner{height:100%;display:flex;align-items:center;gap:24px}
.brand{width:255px;flex:none;display:flex;align-items:center;align-self:stretch;transition:width .32s ease}
.brand img{width:240px;max-height:104px;object-fit:contain;transition:width .32s ease,max-height .32s ease}
.site-header.is-scrolled .brand{width:190px}
.site-header.is-scrolled .brand img{width:178px;max-height:70px}
.main-nav{display:flex;align-items:center;gap:8px;margin-left:auto}
.nav-link{height:48px;min-width:106px;padding:0 16px;display:grid;place-items:center;border:1px solid #bec9d7;border-radius:7px;background:#fff;color:#10264b;font-size:11px;font-weight:900;white-space:nowrap;position:relative;transition:.25s ease}
.nav-link:hover,.nav-link.active{background:#f8fafc;border-color:#8398b2;transform:translateY(-2px)}
.nav-link.active::after{content:"";position:absolute;left:18px;right:18px;bottom:-1px;height:3px;border-radius:3px 3px 0 0;background:var(--red)}
.header-actions{display:flex;align-items:center;gap:14px;flex:none}
.header-quote{min-height:48px;padding-inline:22px}
.language-switch{display:flex;align-items:center;gap:7px;color:#7a8494;font-size:13px;font-weight:900;white-space:nowrap}
.lang-option{border:0;background:none;padding:6px 2px;color:#7a8494;font-weight:900;cursor:pointer;position:relative}
.lang-option.active{color:var(--red)}
.lang-option.active::after{content:"";position:absolute;left:0;right:0;bottom:1px;height:2px;background:var(--red)}
.menu-toggle{display:none;width:46px;height:46px;border:0;background:none;padding:10px;margin-left:auto}
.menu-toggle span{display:block;height:2px;background:var(--navy);margin:6px 0;transition:.3s ease}

/* Hero */
.hero{position:relative;height:min(710px,calc(100vh - 82px));min-height:620px;overflow:hidden;color:#fff;background:#061a35}
.hero-photo{position:absolute;inset:0;background-image:url('../images/hero-real.webp');background-size:cover;background-position:center 45%;transform:scale(1.035);animation:heroZoom 13s ease-in-out infinite alternate}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,18,39,.98) 0%,rgba(5,22,47,.93) 35%,rgba(5,22,47,.62) 62%,rgba(5,22,47,.35) 100%),linear-gradient(0deg,rgba(3,16,34,.48),transparent 56%)}
.hero-grid-lines{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(90deg,#000 0 60%,transparent)}
.hero-inner{height:100%;position:relative;z-index:3;display:flex;align-items:center}
.hero-copy{width:min(760px,63%);padding-bottom:52px}
.hero-eyebrow{margin:0 0 28px;display:flex;align-items:center;gap:15px;font-size:13px;font-weight:900;letter-spacing:.16em;color:#f2f5fa;animation:heroReveal .75s .12s both}
.hero-eyebrow::before{content:"";width:68px;height:3px;background:var(--red)}
.hero-title{margin:0;font-family:"Arial Black","Aptos Display","Segoe UI",sans-serif;font-size:clamp(52px,5vw,86px);line-height:.99;letter-spacing:-.055em;font-weight:900;text-wrap:balance}
.hero-title__line{display:block;width:max-content;max-width:100%;position:relative;overflow:hidden;padding-bottom:.04em;filter:drop-shadow(0 6px 18px rgba(0,0,0,.2))}
.hero-title__line::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.75),transparent);transform:translateX(-110%);animation:titleShine 5.8s 2.5s infinite}
.hero-title__line--one{color:#fff;animation:heroLine .7s .22s both}
.hero-title__line--two{color:#ff5663;animation:heroLine .7s .38s both}
.hero-title__line--three{color:#fff;animation:heroLine .7s .54s both}
.hero-lead{max-width:660px;margin:28px 0 34px;color:#dbe4ef;font-size:18px;line-height:1.72;animation:heroReveal .75s .68s both}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;animation:heroReveal .75s .8s both}
.btn-hero{min-height:58px;padding-inline:30px}
.btn-hero svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.hero-beams{position:absolute;inset:0;z-index:2;pointer-events:none;overflow:hidden}
.hero-beams i{position:absolute;left:-28%;top:62%;width:94%;height:3px;background:linear-gradient(90deg,transparent,#1ab3ff 32%,#fff 55%,transparent);filter:drop-shadow(0 0 9px #109eff);transform:rotate(-12deg);animation:beamMove 5.2s ease-in-out infinite}
.hero-beams i:nth-child(2){top:72%;opacity:.55;animation-delay:.9s}
.hero-beams i:nth-child(3){left:42%;top:82%;background:linear-gradient(90deg,transparent,#ff2438 35%,#fff 58%,transparent);filter:drop-shadow(0 0 9px #ff2438);transform:rotate(7deg);animation-delay:1.6s}
.hero-beams i:nth-child(4){left:40%;top:90%;opacity:.48;transform:rotate(5deg);animation-delay:2.2s}
.hero-route{position:absolute;right:3%;top:19%;width:380px;height:380px;opacity:.88;filter:drop-shadow(0 12px 28px rgba(0,0,0,.28));pointer-events:none;animation:routeAppear 1s .9s both}
.route-orbit{position:absolute;border:1px solid rgba(255,255,255,.26);border-radius:50%}
.route-orbit--outer{inset:0;border-style:dashed;animation:orbitSpin 22s linear infinite}
.route-orbit--inner{inset:58px;border-color:rgba(255,56,73,.55);animation:orbitSpinReverse 14s linear infinite}
.route-path{position:absolute;left:44px;right:44px;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);overflow:visible}
.route-path--road{top:44%;transform:rotate(-21deg)}
.route-path--rail{top:61%;transform:rotate(16deg);background:linear-gradient(90deg,transparent,rgba(255,62,76,.9),transparent)}
.route-path span{position:absolute;top:-5px;width:12px;height:12px;border-radius:50%;background:#fff;box-shadow:0 0 0 5px rgba(255,255,255,.12),0 0 18px #fff;animation:routeDot 3.7s ease-in-out infinite}
.route-path--rail span{background:var(--red-2);box-shadow:0 0 0 5px rgba(255,57,73,.13),0 0 18px var(--red-2);animation-delay:1.35s}
.route-node{position:absolute;display:flex;align-items:center;gap:9px;color:#fff;font-size:10px;font-weight:900;letter-spacing:.13em;text-shadow:0 2px 8px rgba(0,0,0,.55)}
.route-node i{width:10px;height:10px;border-radius:50%;background:#58e48a;box-shadow:0 0 0 6px rgba(88,228,138,.12),0 0 16px #58e48a}
.route-node--a{left:-4px;top:37%}
.route-node--b{right:-14px;top:53%}
.route-node--c{left:42%;bottom:4px}
.route-node--c i{background:#ff4a5b;box-shadow:0 0 0 6px rgba(255,74,91,.12),0 0 16px #ff4a5b}
.route-scan{position:absolute;inset:0;border-radius:50%;background:conic-gradient(from 0deg,transparent 0 82%,rgba(42,172,255,.28) 94%,transparent 100%);animation:scanSpin 5.4s linear infinite}
.hero-discover{position:absolute;z-index:5;bottom:22px;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:#fff;font-size:10px;font-weight:900;letter-spacing:.18em}
.hero-discover i{width:1px;height:28px;background:linear-gradient(#fff,transparent);animation:discoverPulse 1.5s ease-in-out infinite}
@keyframes heroZoom{from{transform:scale(1.035)}to{transform:scale(1.095)}}
@keyframes heroReveal{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
@keyframes heroLine{from{opacity:0;transform:translateY(105%)}to{opacity:1;transform:none}}
@keyframes titleShine{0%,70%{transform:translateX(-115%)}100%{transform:translateX(115%)}}
@keyframes beamMove{0%,100%{translate:-8% 0;opacity:.2}50%{translate:13% 0;opacity:.88}}
@keyframes orbitSpin{to{transform:rotate(360deg)}}
@keyframes orbitSpinReverse{to{transform:rotate(-360deg)}}
@keyframes routeDot{0%{left:0;opacity:0}12%{opacity:1}88%{opacity:1}100%{left:calc(100% - 12px);opacity:0}}
@keyframes scanSpin{to{transform:rotate(360deg)}}
@keyframes routeAppear{from{opacity:0;transform:scale(.8) rotate(-8deg)}to{opacity:.88;transform:none}}
@keyframes discoverPulse{0%,100%{opacity:.35;transform:scaleY(.75)}50%{opacity:1;transform:scaleY(1)}}

/* Stats */
.stats-strip{position:relative;z-index:8;background:#fff;border-bottom:1px solid #e3e8ef}
.stats-grid{min-height:112px;display:grid;grid-template-columns:repeat(5,1fr);align-items:center}
.stat-item{display:flex;align-items:center;gap:16px;min-height:68px;padding:0 25px;border-right:1px solid #dce3eb}
.stat-item:first-child{padding-left:0}.stat-item:last-child{border:0;padding-right:0}
.stat-icon{width:45px;height:45px;display:grid;place-items:center;flex:none;color:var(--navy)}
.stat-icon svg{width:40px;height:40px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.stat-item strong{display:block;color:var(--ink);font-size:15px;white-space:nowrap}
.stat-item small{display:block;margin-top:5px;color:#5c697a;font-size:12px}

/* About */
.about{padding-top:90px}
.about-grid{display:grid;grid-template-columns:1.06fr .94fr;gap:74px;align-items:center}
.about-copy h2,.section-heading h2,.operations h2,.contact-section h2{margin:0;color:var(--navy);font-size:clamp(32px,3.25vw,49px);line-height:1.08;letter-spacing:-.04em}
.about-copy>p:not(.section-kicker){max-width:680px;margin:18px 0 0;color:#526074;font-size:15px;line-height:1.72}
.trust-row{display:flex;flex-wrap:wrap;gap:30px;margin-top:30px}
.trust-row span{display:flex;align-items:center;gap:8px;color:var(--red);font-size:20px}.trust-row i{font-style:normal}.trust-row b{color:var(--ink);font-size:13px}
.about-visual{position:relative;min-height:420px;display:grid;place-items:center}
.about-visual img{width:min(580px,96%);position:relative;z-index:2;filter:drop-shadow(0 22px 38px rgba(5,26,53,.12))}
.about-map{position:absolute;inset:5% 0;background:radial-gradient(circle,#9cabbd 1px,transparent 1.5px);background-size:10px 10px;opacity:.2;mask-image:radial-gradient(ellipse at center,#000,transparent 70%)}
.about-year{position:absolute;right:4%;bottom:6%;z-index:3;padding:15px 20px;border-left:4px solid var(--red);background:rgba(255,255,255,.9);box-shadow:0 12px 28px rgba(5,26,53,.1)}
.about-year b{display:block;color:var(--navy);font-size:24px}.about-year span{color:#6b7788;font-size:11px;font-weight:700}
.mission-vision{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:58px}
.mv-card{min-height:260px;position:relative;display:grid;grid-template-columns:68px 1fr;gap:22px;padding:34px;border:1px solid #dce4ed;border-radius:14px;background:linear-gradient(145deg,#fff,#f6f8fb);overflow:hidden;transition:.35s ease}
.mv-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:#b7c5d5}
.mv-card::after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-80px;bottom:-95px;border:28px solid rgba(227,27,44,.05)}
.mv-number{position:absolute;right:22px;top:16px;color:#dbe2eb;font-size:44px;font-weight:900}
.mv-icon{width:64px;height:64px;border-radius:16px;display:grid;place-items:center;background:var(--navy);color:#fff;box-shadow:0 15px 25px rgba(6,26,53,.2)}
.mv-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.mv-card h3{margin:0 70px 12px 0;font-size:22px;line-height:1.2;color:var(--navy)}
.mv-card p:not(.section-kicker){margin:0;color:#5c697a;font-size:14px;line-height:1.65}

/* Services */
.services{background:linear-gradient(180deg,#f8fafc,#fff);border-top:1px solid #e5eaf0}
.section-heading{text-align:center;max-width:760px;margin:0 auto 38px}
.section-heading>p:last-child{color:#637083;line-height:1.65}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.service-card{border:1px solid #d9e2ec;border-radius:14px;background:#fff;overflow:hidden;transition:.35s ease;box-shadow:0 8px 20px rgba(8,30,61,.045)}
.service-card:hover{transform:translateY(-9px);box-shadow:0 22px 42px rgba(6,26,53,.14);border-color:#a9b9ca}
.service-media{height:170px;position:relative;overflow:hidden;background:#e9edf2}
.service-media::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,21,44,.74),transparent 62%)}
.service-media img{width:100%;height:100%;object-fit:cover;transition:transform .65s ease,filter .65s ease}
.service-card:hover .service-media img{transform:scale(1.07);filter:saturate(1.08)}
.service-media span{position:absolute;z-index:2;left:18px;bottom:14px;width:42px;height:42px;border-radius:11px;display:grid;place-items:center;background:var(--red);color:#fff;font-weight:900;box-shadow:0 10px 24px rgba(227,27,44,.32)}
.service-body{min-height:185px;padding:22px 24px 25px;position:relative}
.service-body h3{margin:0 0 12px;color:var(--navy);font-size:19px;line-height:1.22}
.service-body p{margin:0 36px 0 0;color:#5b687b;font-size:13px;line-height:1.62}
.service-body a{position:absolute;right:20px;bottom:20px;color:var(--red);font-size:27px;font-weight:900;transition:.25s ease}
.service-card:hover .service-body a{transform:translateX(4px)}

/* Operations */
.operations{padding:48px 0 54px;color:#fff;background:radial-gradient(circle at 80% 20%,#0b3768,#04172e 55%,#031225);overflow:hidden}
.operations-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}
.operations .section-kicker{color:#ff5262}.operations h2{color:#fff;font-size:clamp(28px,2.8vw,42px)}
.gallery-wrap{display:grid;grid-template-columns:48px minmax(0,1fr) 48px;gap:14px;align-items:center}
.gallery-viewport{overflow:hidden;border-radius:12px}
.gallery-track{display:flex;gap:14px;transition:transform .55s cubic-bezier(.22,.61,.36,1);will-change:transform}
.gallery-item{flex:0 0 calc((100% - 42px)/4);height:190px;padding:0;border:1px solid rgba(255,255,255,.28);border-radius:10px;background:#102a4b;overflow:hidden;position:relative;cursor:pointer}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:.5s ease}
.gallery-item::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,18,38,.75),transparent 55%)}
.gallery-item span{position:absolute;z-index:2;left:16px;bottom:13px;color:#fff;font-size:12px;font-weight:900;letter-spacing:.04em}
.gallery-item:hover img{transform:scale(1.06)}
.gallery-arrow{width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:rgba(255,255,255,.07);display:grid;place-items:center;cursor:pointer;transition:.25s ease}
.gallery-arrow:hover{background:var(--red);border-color:var(--red)}
.gallery-arrow svg{width:22px;height:22px;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.gallery-dots{display:flex;justify-content:center;gap:7px;margin-top:18px}
.gallery-dots button{width:8px;height:8px;border:0;border-radius:99px;background:rgba(255,255,255,.5);padding:0;cursor:pointer;transition:.3s ease}
.gallery-dots button.active{width:30px;background:var(--red)}

/* Contact & form */
.contact-section{background:#fff}
.contact-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:70px}
.quote-intro,.contact-intro{max-width:670px;color:#627084;font-size:14px;line-height:1.65}
#quoteForm{margin-top:26px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{display:flex;flex-direction:column;gap:8px}
.field>span{color:#273e60;font-size:12px;font-weight:900}
.field input,.field textarea{width:100%;border:1px solid #d6dfea;border-radius:8px;background:#fbfcfe;color:var(--ink);padding:14px 15px;outline:none;transition:.25s ease}
.field input{height:52px}.field textarea{resize:vertical;min-height:132px}
.field input:focus,.field textarea:focus{border-color:#7992b0;background:#fff;box-shadow:0 0 0 4px rgba(26,80,139,.08)}
.field input.is-invalid,.field textarea.is-invalid,.consent input.is-invalid{border-color:#d4142b;box-shadow:0 0 0 3px rgba(212,20,43,.09)}
.field--message{margin-top:16px}
.form-footer{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:18px}
.consent{display:flex;align-items:flex-start;gap:10px;max-width:500px;color:#657286;font-size:11px;line-height:1.45;cursor:pointer}
.consent input{margin-top:2px;accent-color:var(--red)}
.submit-btn{flex:none;min-width:220px}
.honeypot{position:absolute!important;left:-9999px!important;opacity:0!important;pointer-events:none!important}
.form-status{min-height:20px;margin:14px 0 0;font-size:13px;font-weight:700}
.contact-panel{position:relative;min-height:510px;padding:0 0 0 6px}
.contact-list{display:grid;gap:14px;margin-top:28px;position:relative;z-index:2}
.contact-list>a,.contact-list>div{display:flex;align-items:center;gap:16px;min-height:76px;padding:14px 18px;border:1px solid #dce4ed;border-radius:12px;background:#fff;box-shadow:0 8px 22px rgba(5,26,53,.05);transition:.25s ease}
.contact-list>a:hover{transform:translateX(5px);border-color:#a9b8ca;box-shadow:0 15px 30px rgba(5,26,53,.1)}
.contact-icon{width:46px;height:46px;border-radius:12px;display:grid;place-items:center;flex:none;color:#fff;background:var(--navy);box-shadow:0 10px 18px rgba(6,26,53,.2)}
.contact-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.contact-list b{display:block;color:var(--ink);font-size:12px;margin-bottom:4px}.contact-list small{color:#546276;font-size:14px;word-break:break-word}
.map-art{position:absolute;right:-30px;bottom:-12px;width:280px;height:185px;opacity:.22;background:radial-gradient(circle,#667b95 1px,transparent 1.5px);background-size:8px 8px;mask-image:radial-gradient(ellipse at center,#000,transparent 72%)}
.map-art i{position:absolute;right:36px;top:50px;width:18px;height:18px;border-radius:50% 50% 50% 0;background:var(--red);transform:rotate(-45deg);box-shadow:0 0 0 8px rgba(227,27,44,.12)}
.map-art i::after{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background:#fff;left:6px;top:6px}

/* Footer */
.site-footer{background:#04172e;color:#d9e2ee;padding:46px 0 38px}
.footer-grid{display:grid;grid-template-columns:1.45fr repeat(4,1fr);gap:38px}
.footer-brand img{width:210px;filter:brightness(0) invert(1);opacity:.98}.footer-brand p{font-size:11px;color:#aeb9c7;margin-top:18px}
.site-footer h3{margin:0 0 14px;color:#fff;font-size:12px;letter-spacing:.06em}.site-footer a,.site-footer span{display:block;margin:8px 0;color:#bdc8d7;font-size:12px}.site-footer a:hover{color:#fff}

/* WhatsApp */
.whatsapp{position:fixed;z-index:900;right:25px;bottom:24px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#22b95c;box-shadow:0 14px 28px rgba(20,151,72,.34);transition:.3s ease}
.whatsapp:hover{transform:translateY(-5px) scale(1.04);box-shadow:0 20px 34px rgba(20,151,72,.42)}
.whatsapp svg{width:34px;height:34px;fill:none;stroke:#fff;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}

/* Lightbox */
.lightbox{position:fixed;inset:0;z-index:5000;display:grid;place-items:center;background:rgba(1,10,23,.92);opacity:0;visibility:hidden;transition:.3s ease}
.lightbox.open{opacity:1;visibility:visible}.lightbox img{max-width:min(1120px,84vw);max-height:82vh;border-radius:10px;box-shadow:0 24px 70px rgba(0,0,0,.5)}
.lightbox button{position:absolute;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.08);color:#fff;cursor:pointer;display:grid;place-items:center}
.lightbox-close{right:28px;top:24px;width:46px;height:46px;border-radius:50%;font-size:30px}.lightbox-prev,.lightbox-next{top:50%;width:52px;height:52px;border-radius:50%;font-size:38px}.lightbox-prev{left:28px}.lightbox-next{right:28px}

/* Reveal */
.reveal{opacity:0;transform:translateY(28px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.7,.2,1)}
.reveal.revealed{opacity:1;transform:none}.reveal-delay{transition-delay:.14s}

/* Responsive */
@media (max-width:1240px){
  :root{--header-h:102px}
  .container{width:min(1180px,calc(100% - 40px))}
  .brand{width:210px}.brand img{width:200px}.main-nav{gap:6px}.nav-link{min-width:auto;padding-inline:12px;font-size:10px}.header-quote{padding-inline:18px}
  .hero-route{right:-2%;width:330px;height:330px}.hero-copy{width:64%}
  .stat-item{padding-inline:15px;gap:10px}.stat-icon{width:38px}.stat-icon svg{width:34px}.stat-item strong{font-size:13px}.stat-item small{font-size:11px}
}
@media (max-width:1024px){
  .site-header{height:84px}.site-header.is-scrolled{height:74px}.brand,.site-header.is-scrolled .brand{width:175px}.brand img,.site-header.is-scrolled .brand img{width:165px;max-height:72px}
  .menu-toggle{display:block}.main-nav{position:fixed;top:84px;left:20px;right:20px;margin:0;padding:16px;display:grid;gap:8px;background:#fff;border:1px solid #d8e0e9;border-radius:12px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(-12px);transition:.3s ease}.site-header.is-scrolled .main-nav{top:74px}.main-nav.open{opacity:1;visibility:visible;transform:none}.nav-link{height:46px;width:100%}.header-actions{margin-left:auto}.header-quote{display:none}
  .hero{height:auto;min-height:650px}.hero-copy{width:78%;padding:80px 0 100px}.hero-title{font-size:clamp(48px,7.5vw,74px)}.hero-route{right:-90px;top:20%;opacity:.45}.route-node b{display:none}
  .stats-grid{grid-template-columns:repeat(3,1fr);padding:18px 0}.stat-item{border-right:0;border-bottom:1px solid #e1e6ec;padding:18px}.stat-item:nth-child(4),.stat-item:nth-child(5){border-bottom:0}.stat-item:first-child{padding-left:18px}
  .about-grid{grid-template-columns:1fr;gap:30px}.about-visual{min-height:330px}.mission-vision{grid-template-columns:1fr}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-item{flex-basis:calc((100% - 28px)/3)}
  .contact-grid{grid-template-columns:1fr;gap:60px}.contact-panel{min-height:440px}.footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}
}
@media (max-width:720px){
  .container{width:calc(100% - 30px)}.section{padding:70px 0}
  .site-header{height:76px}.site-header.is-scrolled{height:70px}.brand,.site-header.is-scrolled .brand{width:145px}.brand img,.site-header.is-scrolled .brand img{width:140px;max-height:66px}.main-nav{top:76px;left:12px;right:12px}.site-header.is-scrolled .main-nav{top:70px}.language-switch{font-size:12px}.header-actions{gap:8px}
  .intro__slogan{top:64%;width:85%;text-align:center}.intro__bar{top:72%}
  .hero{min-height:690px}.hero-photo{background-position:57% center}.hero-overlay{background:linear-gradient(90deg,rgba(3,16,35,.98),rgba(3,16,35,.88) 64%,rgba(3,16,35,.55))}.hero-copy{width:100%;padding:72px 0 115px}.hero-eyebrow{font-size:10px;letter-spacing:.11em;margin-bottom:22px}.hero-eyebrow::before{width:42px}.hero-title{font-size:clamp(42px,12vw,62px);line-height:1.02;letter-spacing:-.055em}.hero-title__line{width:auto}.hero-lead{font-size:15px;line-height:1.62;margin:24px 0 28px;max-width:95%}.hero-actions{display:grid;grid-template-columns:1fr}.btn-hero{width:100%;min-height:54px;padding-inline:18px}.hero-route{width:220px;height:220px;right:-90px;top:54%;opacity:.3}.hero-discover{display:none}
  .stats-grid{grid-template-columns:1fr 1fr}.stat-item{padding:16px 8px}.stat-item:nth-child(3),.stat-item:nth-child(4){border-bottom:1px solid #e1e6ec}.stat-item:nth-child(5){grid-column:1/-1}.stat-icon{width:34px}.stat-icon svg{width:30px}.stat-item strong{font-size:12px;white-space:normal}.stat-item small{font-size:10px}
  .about-copy h2,.section-heading h2,.operations h2,.contact-section h2{font-size:32px}.about-visual{min-height:260px}.about-year{right:0}.mission-vision{margin-top:38px}.mv-card{grid-template-columns:1fr;padding:26px}.mv-icon{width:56px;height:56px}.mv-card h3{margin-right:40px;font-size:20px}
  .service-grid{grid-template-columns:1fr}.service-media{height:190px}
  .operations-head{align-items:flex-start;flex-direction:column}.operations-head .btn{width:100%}.gallery-wrap{grid-template-columns:38px minmax(0,1fr) 38px;gap:7px}.gallery-arrow{width:38px;height:38px}.gallery-item{flex-basis:100%;height:220px}
  .form-grid{grid-template-columns:1fr}.form-footer{align-items:stretch;flex-direction:column}.submit-btn{width:100%}.contact-panel{min-height:430px}.contact-list>a,.contact-list>div{padding:12px}.contact-icon{width:42px;height:42px}.contact-list small{font-size:12px}
  .footer-grid{grid-template-columns:1fr 1fr;gap:30px}.footer-brand{grid-column:1/-1}.footer-brand img{width:190px}.whatsapp{right:16px;bottom:16px;width:54px;height:54px}
  .lightbox-prev{left:10px}.lightbox-next{right:10px}.lightbox-close{right:12px;top:12px}
}
@media (max-width:420px){
  .header-inner{gap:8px}.language-switch{gap:4px}.lang-option{font-size:11px}.menu-toggle{width:40px;padding:8px}.hero-title{font-size:39px}.hero-eyebrow{max-width:90%;line-height:1.5}.stats-grid{grid-template-columns:1fr}.stat-item,.stat-item:nth-child(3),.stat-item:nth-child(4){border-bottom:1px solid #e1e6ec}.stat-item:nth-child(5){grid-column:auto;border-bottom:0}.footer-grid{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
}


/* Performance-friendly hero revision */
.intro{background:linear-gradient(145deg,#fff 0%,#f7f9fc 100%);transition:opacity .38s ease,visibility .38s ease}
.intro__logo{animation:introSimple .55s cubic-bezier(.2,.8,.2,1) both;filter:drop-shadow(0 16px 28px rgba(6,26,53,.13))}
.intro__slogan{animation:introSimple .45s .12s both;letter-spacing:.035em}
.intro__bar{height:2px;background:#e3e8ef}
.intro__bar i{width:100%;transform-origin:left;animation:introBar .7s ease both;background:linear-gradient(90deg,var(--navy),var(--red))}
.intro__grid,.intro__route{display:none!important}
.hero-photo{animation:none!important;transform:none!important}
.hero-title__line::after,.hero-beams,.hero-route{display:none!important}
.hero-title__line{overflow:visible}
.hero-discover i{animation:none;opacity:.75}

.hero-modes{position:absolute;right:1.5%;top:50%;width:330px;transform:translateY(-46%);padding:23px 24px 20px;color:#fff;background:rgba(5,24,51,.90);border:1px solid rgba(255,255,255,.20);border-radius:16px;box-shadow:0 22px 50px rgba(0,0,0,.25);animation:heroPanelIn .65s .62s both}
.hero-modes::before{content:"";position:absolute;left:0;top:22px;bottom:22px;width:3px;border-radius:0 4px 4px 0;background:linear-gradient(var(--red-2),#aa091a)}
.hero-modes__eyebrow{margin:0 0 10px;padding:0 0 14px;border-bottom:1px solid rgba(255,255,255,.16);color:#dfe8f2;font-size:11px;font-weight:900;letter-spacing:.15em}
.hero-mode{display:grid;grid-template-columns:44px 1fr;align-items:center;gap:13px;padding:15px 0;border-bottom:1px solid rgba(255,255,255,.12)}
.hero-mode:last-child{border-bottom:0;padding-bottom:3px}
.hero-mode__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;color:#fff;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.15)}
.hero-mode__icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.hero-mode b{display:block;font-size:14px;letter-spacing:.02em}
.hero-mode small{display:block;margin-top:4px;color:#bdcada;font-size:11px;line-height:1.35}

@keyframes introSimple{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}
@keyframes introBar{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@keyframes heroPanelIn{from{opacity:0;transform:translateY(-42%) translateX(18px)}to{opacity:1;transform:translateY(-46%) translateX(0)}}

@media (max-width:1240px){.hero-modes{right:0;width:292px;padding:20px}.hero-copy{width:67%}}
@media (max-width:1024px){.hero-modes{display:none}.hero-copy{width:82%}}
@media (max-width:720px){.hero-copy{width:100%}}
@media (prefers-reduced-motion:reduce){.intro__logo,.intro__slogan,.intro__bar i,.hero-modes{animation:none!important}}


/* ===== 2026-07 son kurumsal güncelleme ===== */

/* TR / EN: ayrı kutular, seçili dil dolu */
.language-switch{
  display:inline-grid;
  grid-template-columns:repeat(2,minmax(42px,1fr));
  gap:4px;
  padding:4px;
  border:1px solid #d6dee8;
  border-radius:11px;
  background:#f4f7fa;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.lang-option{
  min-width:42px;
  height:34px;
  padding:0 10px;
  border:0;
  border-radius:7px;
  background:transparent;
  color:#5f6c7c;
  font-size:12px;
  font-weight:900;
  letter-spacing:.04em;
  line-height:34px;
  transition:background .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.lang-option:hover{color:var(--navy);background:#fff}
.lang-option.active{
  color:#fff;
  background:linear-gradient(135deg,var(--navy),#12365e);
  box-shadow:0 5px 14px rgba(6,26,53,.20);
  transform:translateY(-1px);
}
.lang-option.active::after{display:none!important}

/* Sağ panel kaldırılınca kahraman metni daha dengeli */
.hero-copy{width:min(850px,73%)}
.hero-actions{gap:12px}
.hero-actions .btn-hero{min-width:190px}
@media (max-width:1024px){.hero-copy{width:84%}}
@media (max-width:720px){.hero-copy{width:100%}}

/* Word belgesindeki kurumsal performans ve büyüme verileri */
.about-facts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:26px 0 4px;
}
.about-facts article{
  display:flex;
  flex-direction:column;
  gap:6px;
  min-height:112px;
  padding:18px 20px;
  border:1px solid #dde5ed;
  border-radius:13px;
  background:linear-gradient(145deg,#fff,#f7f9fc);
  box-shadow:0 12px 28px rgba(6,26,53,.07);
}
.about-facts strong{
  color:var(--navy);
  font-size:24px;
  line-height:1;
  letter-spacing:-.025em;
}
.about-facts strong em{
  color:var(--red);
  font-size:12px;
  font-style:normal;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.about-facts span{
  color:#647184;
  font-size:12px;
  line-height:1.5;
}
.trust-row{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:18px;
}
.trust-row>span{
  min-height:52px;
  padding:10px 12px;
  border:1px solid #e0e6ed;
  border-radius:10px;
  background:#fff;
  color:var(--red);
  font-size:inherit;
}
.trust-row i{
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  flex:0 0 30px;
  border-radius:8px;
  background:rgba(213,22,43,.08);
}
.trust-row i svg{
  width:19px;
  height:19px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.trust-row b{font-size:12px;line-height:1.25}

/* Operasyon lightbox kontrolleri tam merkezli */
.lightbox button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  line-height:0!important;
  box-sizing:border-box;
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  transition:background .2s ease,border-color .2s ease,transform .2s ease;
}
.lightbox button:hover{
  background:var(--red);
  border-color:var(--red);
}
.lightbox button svg{
  display:block;
  width:22px;
  height:22px;
  fill:none;
  stroke:#fff;
  stroke-width:2.2;
  stroke-linecap:round;
  stroke-linejoin:round;
  pointer-events:none;
}
.lightbox-close{
  top:22px;
  right:22px;
  width:48px;
  height:48px;
  border-radius:50%;
}
.lightbox-prev,.lightbox-next{
  top:50%;
  width:54px;
  height:54px;
  border-radius:50%;
  transform:translateY(-50%);
}
.lightbox-prev:hover,.lightbox-next:hover{transform:translateY(-50%) scale(1.04)}
.lightbox img{
  display:block;
  width:auto;
  height:auto;
  object-fit:contain;
  margin:auto;
}
@media(max-width:720px){
  .about-facts,.trust-row{grid-template-columns:1fr}
  .lightbox-close{top:12px;right:12px;width:44px;height:44px}
  .lightbox-prev,.lightbox-next{width:44px;height:44px}
  .lightbox-prev{left:8px}
  .lightbox-next{right:8px}
  .language-switch{gap:3px;padding:3px}
  .lang-option{min-width:37px;height:32px;line-height:32px;padding:0 8px}
}


/* ===== 2026-07 logo ve hafif ana sayfa animasyonu ===== */
:root{--header-h:120px}
.brand{
  width:286px;
  user-select:none;
  -webkit-user-select:none;
  -webkit-tap-highlight-color:transparent;
}
.brand img{
  width:274px;
  max-height:114px;
  pointer-events:none;
  user-select:none;
  -webkit-user-drag:none;
}
.site-header.is-scrolled .brand{width:208px}
.site-header.is-scrolled .brand img{width:198px;max-height:72px}

/* GPU dostu, sakin arka plan hareketi */
.hero-photo{
  transform:scale(1.015) translate3d(0,0,0)!important;
  transform-origin:center center;
  will-change:transform;
  animation:heroBackgroundDrift 15s ease-in-out infinite alternate!important;
}
.hero::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(112deg,transparent 34%,rgba(255,255,255,.045) 48%,transparent 62%);
  transform:translate3d(-115%,0,0);
  animation:heroSoftSweep 8.5s ease-in-out 1.4s infinite;
}
.hero-overlay,.hero-grid-lines{z-index:2}
.hero-inner,.hero-discover{z-index:3}

/* Üst vurgu metni: bir kez açılır, kırmızı çizgi sakin şekilde nefes alır */
.hero-eyebrow{
  overflow:visible;
  animation:eyebrowReveal .72s .12s cubic-bezier(.2,.8,.2,1) both!important;
}
.hero-eyebrow::before{
  transform-origin:left center;
  animation:eyebrowLineBreath 3.2s 1s ease-in-out infinite;
}

@keyframes heroBackgroundDrift{
  0%{transform:scale(1.015) translate3d(0,0,0)}
  100%{transform:scale(1.055) translate3d(-.65%,-.28%,0)}
}
@keyframes heroSoftSweep{
  0%,64%{transform:translate3d(-115%,0,0);opacity:0}
  72%{opacity:.7}
  100%{transform:translate3d(115%,0,0);opacity:0}
}
@keyframes eyebrowReveal{
  from{opacity:0;transform:translate3d(-18px,0,0);letter-spacing:.22em}
  to{opacity:1;transform:none;letter-spacing:.16em}
}
@keyframes eyebrowLineBreath{
  0%,100%{transform:scaleX(.72);opacity:.7;box-shadow:0 0 0 rgba(227,27,44,0)}
  50%{transform:scaleX(1);opacity:1;box-shadow:0 0 16px rgba(227,27,44,.38)}
}

@media (max-width:1240px){
  :root{--header-h:110px}
  .brand{width:238px}.brand img{width:228px;max-height:104px}
  .site-header.is-scrolled .brand{width:188px}.site-header.is-scrolled .brand img{width:178px}
}
@media (max-width:1024px){
  .brand,.site-header.is-scrolled .brand{width:190px}
  .brand img,.site-header.is-scrolled .brand img{width:182px;max-height:76px}
}
@media (max-width:720px){
  .brand,.site-header.is-scrolled .brand{width:158px}
  .brand img,.site-header.is-scrolled .brand img{width:152px;max-height:68px}
  .hero::after{animation-duration:10s}
}
@media (prefers-reduced-motion:reduce){
  .hero-photo,.hero::after,.hero-eyebrow,.hero-eyebrow::before{animation:none!important}
  .hero-photo{transform:none!important}
}

/* ===== Ana sayfa: hafif ve şık hareket katmanı ===== */
/* Yalnızca transform ve opacity kullanır; sayfa aşağı kaydırıldığında duraklatılır. */
.hero-motion{
  position:absolute;
  inset:0;
  z-index:2;
  overflow:hidden;
  pointer-events:none;
  isolation:isolate;
}
.hero-motion__glow{
  position:absolute;
  display:block;
  width:min(620px,52vw);
  aspect-ratio:1;
  border-radius:50%;
  opacity:0;
  filter:blur(62px);
  transform:translate3d(0,0,0);
  will-change:transform,opacity;
  animation-play-state:paused!important;
}
.hero-motion__glow--blue{
  left:-22%;
  bottom:-58%;
  background:radial-gradient(circle,rgba(22,153,255,.38) 0%,rgba(13,103,190,.14) 42%,transparent 70%);
  animation:heroGlowBlue 11s ease-in-out infinite alternate;
}
.hero-motion__glow--red{
  right:-21%;
  top:-31%;
  background:radial-gradient(circle,rgba(255,46,66,.30) 0%,rgba(208,13,35,.10) 44%,transparent 70%);
  animation:heroGlowRed 13s ease-in-out .8s infinite alternate;
}
.hero-motion__trail{
  position:absolute;
  display:block;
  width:min(760px,72vw);
  height:2px;
  left:-75%;
  border-radius:999px;
  opacity:0;
  transform:rotate(-7deg) translate3d(0,0,0);
  will-change:transform,opacity;
  animation-play-state:paused!important;
}
.hero-motion__trail::after{
  content:"";
  position:absolute;
  right:0;
  top:50%;
  width:92px;
  height:8px;
  border-radius:999px;
  transform:translateY(-50%);
  filter:blur(5px);
  opacity:.7;
}
.hero-motion__trail--blue{
  bottom:18%;
  background:linear-gradient(90deg,transparent 0%,rgba(75,183,255,.15) 20%,rgba(114,205,255,.92) 73%,transparent 100%);
  box-shadow:0 0 12px rgba(38,159,241,.34);
  animation:heroTrailSweep 7.8s cubic-bezier(.45,0,.25,1) 1.5s infinite;
}
.hero-motion__trail--blue::after{background:#59bfff}
.hero-motion__trail--red{
  bottom:10%;
  background:linear-gradient(90deg,transparent 0%,rgba(255,48,67,.12) 22%,rgba(255,72,88,.90) 75%,transparent 100%);
  box-shadow:0 0 12px rgba(238,29,48,.30);
  transform:rotate(5deg) translate3d(0,0,0);
  animation:heroTrailSweepRed 8.8s cubic-bezier(.45,0,.25,1) 3.1s infinite;
}
.hero-motion__trail--red::after{background:#ff4053}

.hero.is-animated .hero-motion__glow,
.hero.is-animated .hero-motion__trail{animation-play-state:running!important}

/* Başlık ve butonda küçük, kurumsal hareketler */
.hero.is-animated .hero-title__line--two{
  animation:heroLine .7s .38s both,heroRedAccent 5.6s 1.7s ease-in-out infinite;
}
.hero.is-animated .btn-hero b{animation:heroArrow 1.6s ease-in-out infinite}

@keyframes heroGlowBlue{
  0%{opacity:.10;transform:translate3d(-2%,5%,0) scale(.92)}
  100%{opacity:.24;transform:translate3d(24%,-11%,0) scale(1.08)}
}
@keyframes heroGlowRed{
  0%{opacity:.08;transform:translate3d(7%,-2%,0) scale(.94)}
  100%{opacity:.20;transform:translate3d(-23%,17%,0) scale(1.06)}
}
@keyframes heroTrailSweep{
  0%,57%{opacity:0;transform:rotate(-7deg) translate3d(0,0,0)}
  64%{opacity:.72}
  92%{opacity:.40}
  100%{opacity:0;transform:rotate(-7deg) translate3d(245%,0,0)}
}
@keyframes heroTrailSweepRed{
  0%,60%{opacity:0;transform:rotate(5deg) translate3d(0,0,0)}
  67%{opacity:.66}
  93%{opacity:.36}
  100%{opacity:0;transform:rotate(5deg) translate3d(245%,0,0)}
}
@keyframes heroRedAccent{
  0%,100%{text-shadow:0 0 0 rgba(227,27,44,0)}
  48%,58%{text-shadow:0 0 24px rgba(227,27,44,.32)}
}
@keyframes heroArrow{
  0%,100%{transform:translateX(0)}
  50%{transform:translateX(5px)}
}

@media (max-width:720px){
  .hero-motion__glow{width:86vw;filter:blur(48px)}
  .hero-motion__trail{width:92vw}
  .hero-motion__trail--blue{bottom:13%}
  .hero-motion__trail--red{bottom:7%}
}
@media (prefers-reduced-motion:reduce){
  .hero-motion{display:none!important}
  .hero.is-animated .hero-title__line--two,
  .hero.is-animated .btn-hero b{animation:none!important}
}



/* ===== İNTUR FINAL: sabit logo, hafif kurumsal animasyon ve öne çıkan tır-tren hero ===== */
.site-header,
.site-header.is-scrolled{
  height:108px;
  background:rgba(255,255,255,.985);
  transition:box-shadow .28s ease, background-color .28s ease;
}
.site-header.is-scrolled{box-shadow:0 12px 30px rgba(5,26,53,.12)}
.header-inner{height:100%}
.brand,
.site-header.is-scrolled .brand{
  position:relative;
  width:276px;
  align-self:stretch;
  overflow:hidden;
  transform:none!important;
  transition:none!important;
  contain:layout paint;
}
.brand img,
.site-header.is-scrolled .brand img{
  width:262px;
  max-height:102px;
  transform:none!important;
  transition:none!important;
  backface-visibility:hidden;
  -webkit-font-smoothing:antialiased;
}
.brand::after{
  content:"";
  position:absolute;
  top:-30%;
  left:-55%;
  width:34%;
  height:160%;
  pointer-events:none;
  opacity:0;
  transform:skewX(-18deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.88),transparent);
  filter:blur(1px);
  animation:logoSoftShine 9s ease-in-out 2.5s infinite;
}
@keyframes logoSoftShine{
  0%,70%{left:-55%;opacity:0}
  73%{opacity:.78}
  83%{left:118%;opacity:.12}
  84%,100%{left:118%;opacity:0}
}

.hero{min-height:720px;overflow:hidden;background:#061a35}
.hero-photo{
  background-image:url('../images/hero-truck-train.webp')!important;
  background-size:cover!important;
  background-position:center 46%!important;
  transform:none!important;
  animation:none!important;
  filter:saturate(1.04) contrast(1.03);
}
.hero-overlay{
  background:linear-gradient(90deg,rgba(3,17,38,.98) 0%,rgba(3,17,38,.93) 35%,rgba(3,17,38,.66) 53%,rgba(3,17,38,.19) 76%,rgba(3,17,38,.10) 100%)!important;
}
.hero-grid-lines{opacity:.18}
.hero-copy{width:min(49%,650px);padding:100px 0 130px}
.hero-title{font-family:"Arial Black","Segoe UI Black","Aptos Display",sans-serif;letter-spacing:-.052em}
.hero-title__line::after{display:none!important}
.hero-eyebrow::before{
  width:70px;
  transform-origin:left center;
  animation:eyebrowLineMove 2.8s ease-in-out infinite alternate;
}
@keyframes eyebrowLineMove{
  from{transform:translateX(0) scaleX(.58);opacity:.75}
  to{transform:translateX(16px) scaleX(1);opacity:1}
}
/* İnce ışık rotaları ve sürekli hareketli katmanlar tamamen kapalı */
.hero-motion,.hero-motion__trail,.hero-motion__glow{display:none!important;animation:none!important}

@media (max-width:1180px){
  .site-header,.site-header.is-scrolled{height:92px}
  .brand,.site-header.is-scrolled .brand{width:224px}
  .brand img,.site-header.is-scrolled .brand img{width:214px;max-height:88px}
  .hero-copy{width:58%;padding-top:86px}
}
@media (max-width:900px){
  .site-header,.site-header.is-scrolled{height:82px}
  .brand,.site-header.is-scrolled .brand{width:188px}
  .brand img,.site-header.is-scrolled .brand img{width:180px;max-height:76px}
  .main-nav,.site-header.is-scrolled .main-nav{top:82px}
  .hero{min-height:700px}
  .hero-photo{background-position:58% center!important}
  .hero-overlay{background:linear-gradient(90deg,rgba(3,17,38,.98),rgba(3,17,38,.88) 68%,rgba(3,17,38,.48))!important}
  .hero-copy{width:78%}
}
@media (max-width:620px){
  .site-header,.site-header.is-scrolled{height:76px}
  .brand,.site-header.is-scrolled .brand{width:158px}
  .brand img,.site-header.is-scrolled .brand img{width:152px;max-height:68px}
  .main-nav,.site-header.is-scrolled .main-nav{top:76px}
  .hero-photo{background-position:61% center!important}
  .hero-copy{width:100%;padding:72px 0 116px}
  .hero-overlay{background:linear-gradient(90deg,rgba(3,17,38,.98),rgba(3,17,38,.90) 74%,rgba(3,17,38,.58))!important}
  .brand::after{animation-duration:11s}
}
@media (prefers-reduced-motion:reduce){
  .brand::after,.hero-eyebrow::before{animation:none!important}
}


/* ===== FINAL REVİZYON: büyük logo, kaydırmada küçülme ve grup hareketi ===== */
/* Eşik çevresinde titreşmeyi önlemek için JS tarafında histerezis kullanılır. */
.site-header{
  height:124px!important;
  transition:height .34s cubic-bezier(.2,.8,.2,1),box-shadow .28s ease,background-color .28s ease!important;
  will-change:height;
}
.site-header.is-scrolled{
  height:80px!important;
}
.brand{
  width:318px!important;
  min-width:318px;
  overflow:hidden;
  contain:paint;
  transition:width .34s cubic-bezier(.2,.8,.2,1),min-width .34s cubic-bezier(.2,.8,.2,1)!important;
}
.brand img{
  width:304px!important;
  max-height:118px!important;
  transform:translateZ(0)!important;
  transition:width .34s cubic-bezier(.2,.8,.2,1),max-height .34s cubic-bezier(.2,.8,.2,1)!important;
  backface-visibility:hidden;
}
.site-header.is-scrolled .brand{
  width:210px!important;
  min-width:210px;
}
.site-header.is-scrolled .brand img{
  width:198px!important;
  max-height:72px!important;
}

/* Çizgi ve metin tek grup halinde, sakin şekilde ileri–geri hareket eder. */
.hero-eyebrow{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  animation:eyebrowGroupMove 3.8s ease-in-out 1s infinite alternate!important;
  will-change:transform;
}
.hero-eyebrow::before{
  flex:none;
  animation:eyebrowLinePulse 3.8s ease-in-out 1s infinite alternate!important;
}
@keyframes eyebrowGroupMove{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(14px,0,0)}
}
@keyframes eyebrowLinePulse{
  from{transform:scaleX(.72);opacity:.76}
  to{transform:scaleX(1);opacity:1}
}

@media (max-width:1240px){
  .site-header{height:110px!important}
  .site-header.is-scrolled{height:78px!important}
  .brand{width:260px!important;min-width:260px}
  .brand img{width:248px!important;max-height:104px!important}
  .site-header.is-scrolled .brand{width:190px!important;min-width:190px}
  .site-header.is-scrolled .brand img{width:180px!important;max-height:70px!important}
}
@media (max-width:900px){
  .site-header{height:86px!important}
  .site-header.is-scrolled{height:72px!important}
  .brand{width:194px!important;min-width:194px}
  .brand img{width:186px!important;max-height:78px!important}
  .site-header.is-scrolled .brand{width:158px!important;min-width:158px}
  .site-header.is-scrolled .brand img{width:150px!important;max-height:64px!important}
  .main-nav{top:86px!important}
  .site-header.is-scrolled .main-nav{top:72px!important}
}
@media (max-width:620px){
  .site-header{height:78px!important}
  .site-header.is-scrolled{height:68px!important}
  .brand{width:166px!important;min-width:166px}
  .brand img{width:158px!important;max-height:70px!important}
  .site-header.is-scrolled .brand{width:142px!important;min-width:142px}
  .site-header.is-scrolled .brand img{width:136px!important;max-height:60px!important}
  .main-nav{top:78px!important}
  .site-header.is-scrolled .main-nav{top:68px!important}
  .hero-eyebrow{animation-range:auto}
}
@media (prefers-reduced-motion:reduce){
  .site-header,.brand,.brand img{transition:none!important}
  .hero-eyebrow,.hero-eyebrow::before{animation:none!important}
}


/* References */
.references{position:relative;background:#f4f7fa;overflow:hidden}
.references::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 10%,rgba(10,43,86,.07),transparent 30%),radial-gradient(circle at 90% 85%,rgba(227,27,44,.055),transparent 28%);pointer-events:none}
.references .container{position:relative;z-index:1}
.section-heading--center{max-width:840px;margin:0 auto 40px;text-align:center}
.section-heading--center h2{font-size:clamp(31px,3.1vw,48px)}
.reference-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
.reference-card{min-height:154px;display:flex;align-items:center;justify-content:center;padding:24px;background:#fff;border:1px solid #dce4ed;border-radius:14px;box-shadow:0 10px 28px rgba(6,26,53,.07);transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}
.reference-card:hover{transform:translateY(-5px);border-color:#b9c6d6;box-shadow:0 18px 38px rgba(6,26,53,.12)}
.reference-card img{width:100%;height:106px;object-fit:contain;filter:saturate(1.02);transition:transform .28s ease}
.reference-card:hover img{transform:scale(1.035)}
@media (max-width:1024px){.reference-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:720px){.section-heading--center{margin-bottom:28px}.reference-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.reference-card{min-height:126px;padding:16px;border-radius:11px}.reference-card img{height:88px}}
@media (max-width:420px){.reference-grid{grid-template-columns:1fr 1fr}.reference-card{min-height:112px;padding:13px}.reference-card img{height:78px}}
