
:root{
  --bg:#061525; --bg2:#081b2e; --panel:#0a2137; --line:#173a58;
  --text:#f5f8fb; --muted:#9fb0c2; --gold:#d59a39; --gold2:#f0c66b;
  --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,Segoe UI,Arial,sans-serif;line-height:1.55}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.site-header{position:fixed;z-index:50;top:0;left:0;right:0;background:linear-gradient(180deg,rgba(3,14,25,.95),rgba(3,14,25,.72),transparent);backdrop-filter:blur(10px)}
.header-inner{height:82px;display:flex;align-items:center;gap:28px}
.brand img{width:220px;display:block}
.nav{margin-left:auto;display:flex;gap:28px;font-size:14px;color:#d8e1ea}
.nav a{position:relative;padding:9px 0}
.nav a:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:var(--gold);transition:.25s}
.nav a:hover:after{right:0}
.langs{display:flex;gap:6px}.lang{border:1px solid #27435d;background:#071828;color:#d7e0ea;border-radius:8px;padding:7px 10px;cursor:pointer}
.lang.active{background:#12345b;border-color:#315f91;color:white}
.menu-btn{display:none;margin-left:auto;background:none;border:0;color:#fff;font-size:25px}
.hero{position:relative;min-height:780px;display:grid;place-items:center;background:#061525 url("images/hero-bg.jpg") center/cover no-repeat;overflow:hidden}
.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,10,18,.22),rgba(2,10,18,.38) 45%,rgba(2,10,18,.58)),linear-gradient(180deg,rgba(2,10,18,.12),rgba(2,10,18,.08) 52%,#061525 100%)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,10,18,.18),rgba(2,10,18,.2) 48%,#061525 98%)}
.hero-content{position:relative;z-index:2;text-align:center;padding-top:92px;max-width:980px}
.hero-logo-mark{width:148px;height:148px;border-radius:50%;margin:0 auto 26px;background:radial-gradient(circle at 35% 25%,#163b69,#071522 70%);border:1px solid #566f8f;box-shadow:0 24px 70px rgba(0,0,0,.45);position:relative}
.wing{position:absolute;left:29px;right:29px;height:24px;background:linear-gradient(90deg,#9d6415,#f3d786,#c48723);clip-path:polygon(0 38%,45% 58%,100% 0,78% 66%,50% 100%,12% 76%)}
.w1{top:31px}.w2{top:59px;transform:scale(.9)}.w3{top:87px;transform:scale(.72)}
.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:12px;color:var(--gold2);font-weight:700}
.hero h1{font-size:clamp(42px,7vw,76px);line-height:1;margin:0 0 18px;letter-spacing:-.03em;text-shadow:0 2px 16px #000}
.hero-lead{font-size:clamp(18px,2.2vw,26px);margin:0 auto 28px;max-width:820px}
.hero-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 24px;border-radius:5px;border:1px solid #2c4b66;font-weight:700;text-transform:uppercase;letter-spacing:.03em;font-size:12px;cursor:pointer}
.btn-dark{background:#0a2138}.btn-outline{background:rgba(4,17,29,.52)}.btn-gold{background:linear-gradient(180deg,#bc862e,#805313);border-color:#c49343;color:white}
.btn.small{min-height:38px;padding:0 16px}
.scroll-hint{position:absolute;z-index:3;bottom:20px;left:50%;font-size:30px;color:#d8e6f3;animation:bob 1.8s infinite}
@keyframes bob{50%{transform:translateY(6px)}}
.directions{display:grid;grid-template-columns:repeat(3,1fr);min-height:250px;border-top:1px solid #23415c;border-bottom:1px solid #23415c}
.direction{padding:40px clamp(24px,4vw,58px);display:flex;gap:22px;align-items:flex-start;position:relative;overflow:hidden}
.direction:before{content:"";position:absolute;inset:0;opacity:.9}
.direction>*{position:relative;z-index:1}.direction .icon{font-size:34px;width:60px;height:60px;border:1px solid rgba(255,255,255,.2);border-radius:50%;display:grid;place-items:center;flex:0 0 auto;background:rgba(3,12,21,.35)}
.direction h2{font-size:20px;text-transform:uppercase;line-height:1.35;margin:0 0 12px}
.direction p{color:#d3dce5;margin:0 0 12px;font-size:14px}.direction a{color:var(--gold2);font-weight:700}.new{font-size:10px;background:#9b6518;padding:4px 7px;border-radius:5px;vertical-align:middle}
.rail:before{background:linear-gradient(125deg,#061426,#092f5f)}.industry:before{background:linear-gradient(125deg,#071b18,#155232)}.agro:before{background:linear-gradient(125deg,#291b09,#845817)}
.trust-strip{border-bottom:1px solid #183a57;background:#07192a}.trust-grid{display:grid;grid-template-columns:1.2fr repeat(4,1fr);min-height:130px}
.trust-title,.trust-item{display:flex;align-items:center;justify-content:center;padding:24px;border-right:1px solid #17344d;text-align:center}
.trust-title{justify-content:flex-start;color:var(--gold2);font-weight:700;text-transform:uppercase}
.trust-item{flex-direction:column;gap:8px;color:#c5d0db;font-size:13px}.trust-item b{font-size:26px;color:white}
.section{padding:78px 0;border-bottom:1px solid #17354f}
.section-head{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:28px}
.section h2{font-size:clamp(28px,4vw,44px);margin:0}
.logo-row{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}
.logo-row span{min-height:100px;display:grid;place-items:center;border:1px solid #1d405e;background:#081c30;color:#dce6f0;font-weight:800;font-size:24px;letter-spacing:.04em}
.news{background:#07192a}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.news-card{background:#0b2238;border:1px solid #1d3c58;display:grid;grid-template-columns:140px 1fr;min-height:170px;overflow:hidden;border-radius:4px}
.thumb{display:grid;place-items:center;font-size:46px;background:linear-gradient(145deg,#0f3557,#17283b)}.cargo-thumb{background:linear-gradient(145deg,#1a2631,#5f451b)}.train-thumb{background:linear-gradient(145deg,#0b2b49,#264a64)}
.news-copy{padding:24px}.news-copy time{color:#91a5b8;font-size:12px}.news-copy h3{font-size:16px;margin:12px 0 0;line-height:1.45}
.award-hero{display:grid;grid-template-columns:1.25fr .9fr;min-height:420px;border:1px solid #1d405e;background:#071a2b}
.award-image{background:#020b14 url("images/awards-clean.png?v=346") center/contain no-repeat;min-height:0;aspect-ratio:49/32}
.award-copy{display:flex;flex-direction:column;justify-content:center;padding:48px}
.statline{display:grid;gap:25px;margin-bottom:32px}.statline div{display:grid;grid-template-columns:90px 1fr;align-items:center;gap:16px;border-bottom:1px solid #183b58;padding-bottom:18px}.statline b{font-size:32px;color:var(--gold2)}.statline span{color:#cbd6df}
.timeline{position:relative;display:flex;justify-content:space-between;margin:52px 0 24px;padding:0 18px}.timeline-line{position:absolute;height:2px;left:18px;right:18px;top:10px;background:linear-gradient(90deg,#398cd4,#d9a23d)}
.timeline button{position:relative;z-index:1;border:0;background:none;color:#c5d3df;cursor:pointer;padding-top:23px}.timeline button span{position:absolute;width:13px;height:13px;border-radius:50%;background:#78afe1;top:4px;left:50%;transform:translateX(-50%);border:2px solid #07192a}
.timeline button.active{color:var(--gold2)}.timeline button.active span{background:#ffcb62;box-shadow:0 0 18px #ffbd3f}
.timeline-card{background:#0a2137;border:1px solid #1c4262;padding:28px;border-radius:5px;display:grid;grid-template-columns:120px 1fr;gap:20px}.timeline-card b{font-size:30px;color:var(--gold2)}.timeline-card p{margin:3px 0;color:#c6d2dc}
.contacts{background:linear-gradient(120deg,#07192a,#0a2540)}.contacts-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.contacts p{color:#b9c6d2}
.contact-card{display:grid;grid-template-columns:1fr 1fr;border:1px solid #1f4868}.contact-card>div{padding:28px;display:grid;grid-template-rows:auto auto auto auto 1fr auto;align-content:stretch;gap:7px}.contact-card>div+div{border-left:1px solid #1f4868}.contact-card small{text-transform:uppercase;color:var(--gold2)}.contact-card a{color:#a9c4dd}
footer{padding:26px 0;background:#04111e}.footer-grid{display:grid;grid-template-columns:240px 1fr 1fr 1.5fr;align-items:center;gap:24px;font-size:12px;color:#8fa1b3}.footer-grid img{width:200px}
.modal{display:none;position:fixed;z-index:100;inset:0}.modal.open{display:grid;place-items:center}.modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.8);backdrop-filter:blur(5px)}.modal-panel{position:relative;z-index:1;width:min(1000px,calc(100% - 32px));max-height:90vh;overflow:auto;background:#071929;border:1px solid #244a67;padding:24px}.modal-close{position:absolute;right:14px;top:10px;background:none;border:0;color:white;font-size:34px;cursor:pointer}.doc-preview img{width:100%;display:block}.modal-note{color:#9eb0c0}
@media (max-width:980px){
  .nav{display:none;position:absolute;top:74px;left:20px;right:20px;background:#071827;border:1px solid #24435e;padding:18px;flex-direction:column}.nav.open{display:flex}
  .menu-btn{display:block}.langs{margin-left:0}.brand img{width:180px}
  .directions{grid-template-columns:1fr}.direction{min-height:210px}
  .trust-grid{grid-template-columns:1fr 1fr}.trust-title{grid-column:1/-1}
  .logo-row{grid-template-columns:repeat(2,1fr)}.news-grid{grid-template-columns:1fr}.award-hero{grid-template-columns:1fr}.contacts-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:640px){
  .container{width:min(var(--max),calc(100% - 24px))}.header-inner{height:70px}.brand img{width:155px}.langs{display:none}
  .hero{min-height:680px}.hero-logo-mark{width:135px;height:135px}.w1{top:28px}.w2{top:54px}.w3{top:81px}.hero h1{font-size:42px}.hero-lead{font-size:17px}
  .direction{padding:30px 20px}.direction h2{font-size:17px}.trust-grid{grid-template-columns:1fr}.trust-title{grid-column:auto}.trust-title,.trust-item{border-right:0;border-bottom:1px solid #17344d}
  .section{padding:56px 0}.section-head{align-items:start;flex-direction:column}.logo-row{grid-template-columns:1fr 1fr}.logo-row span{font-size:18px}.news-card{grid-template-columns:95px 1fr}.award-copy{padding:28px 20px}.timeline{overflow:auto;gap:35px;justify-content:flex-start}.timeline-line{display:none}.timeline-card{grid-template-columns:1fr}.contact-card{grid-template-columns:1fr}.contact-card>div+div{border-left:0;border-top:1px solid #1f4868}.footer-grid{grid-template-columns:1fr}
}


.hero-content .eyebrow{margin-top:0}
.hero h1{max-width:100%;white-space:normal}
.direction{transition:transform .25s ease,filter .25s ease}
.direction:hover{transform:translateY(-3px);filter:brightness(1.08)}
.news-card,.logo-row span,.award-hero,.contact-card{box-shadow:0 16px 45px rgba(0,0,0,.12)}
@media (max-width:640px){
 .hero{min-height:720px;background-position:38% center}
 .hero-content{padding-top:90px}
 .hero-logo-mark{width:112px;height:112px}
 .hero-logo-mark .w1{top:20px}.hero-logo-mark .w2{top:42px}.hero-logo-mark .w3{top:64px}
}




body.menu-open{overflow:hidden}

@media (max-width:980px){
  .site-header{
    background:rgba(3,14,25,.96);
    border-bottom:1px solid rgba(72,111,145,.28);
  }

  .header-inner{position:relative}

  .menu-btn{
    display:block;
    order:3;
    width:44px;
    height:44px;
    border:1px solid #26455f;
    border-radius:8px;
    background:#071827;
    line-height:1;
    cursor:pointer;
  }

  .nav{
    display:none;
    position:fixed;
    z-index:80;
    inset:70px 0 0 0;
    margin:0;
    padding:28px 22px 120px;
    background:rgba(3,14,25,.985);
    border:0;
    border-top:1px solid #173a58;
    flex-direction:column;
    gap:0;
    overflow-y:auto;
  }

  .nav.open{display:flex}

  .nav a{
    min-height:58px;
    display:flex;
    align-items:center;
    border-bottom:1px solid #17344d;
    font-size:16px;
    color:#eef4fa;
  }

  .nav a:after{display:none}

  .langs{
    display:flex;
    margin-left:auto;
    order:2;
  }

  .brand{order:1}
  .menu-btn{order:3}

  .hero{
    min-height:700px;
    padding-top:70px;
  }

  .hero-content{
    padding-top:42px;
    padding-bottom:54px;
  }

  .direction{min-height:0}

  .trust-strip{
    position:relative;
    z-index:2;
  }

  .award-hero{overflow:hidden}

  .timeline{scrollbar-width:none}
  .timeline::-webkit-scrollbar{display:none}

  .contact-card{width:100%}
}

@media (max-width:640px){
  .container{width:calc(100% - 24px)}

  .header-inner{height:64px;gap:10px}
  .brand img{width:145px}

  .langs{display:flex;gap:4px}
  .lang{
    padding:6px 8px;
    font-size:11px;
    border-radius:6px;
  }

  .menu-btn{
    width:40px;
    height:40px;
    font-size:22px;
  }

  .nav{
    inset:64px 0 0 0;
    padding:18px 20px 100px;
  }

  .hero{
    min-height:690px;
    background-position:34% center;
  }

  .hero-content{padding-top:32px}

  .hero-logo-mark{
    width:102px;
    height:102px;
    margin-bottom:20px;
  }

  .hero-logo-mark .w1{top:17px}
  .hero-logo-mark .w2{top:37px}
  .hero-logo-mark .w3{top:57px}

  .hero .eyebrow{
    max-width:320px;
    margin:0 auto 12px;
    font-size:10px;
    line-height:1.5;
  }

  .hero h1{
    font-size:39px;
    line-height:1.02;
    margin-bottom:15px;
  }

  .hero-lead{
    max-width:340px;
    font-size:16px;
    line-height:1.45;
  }

  .hero-actions{
    display:grid;
    grid-template-columns:1fr 1fr;
    width:min(330px,100%);
    margin:0 auto;
    gap:10px;
  }

  .hero-actions .btn{
    min-width:0;
    padding:0 12px;
    min-height:44px;
  }

  .hero-actions .btn:last-child{grid-column:1/-1}

  .scroll-hint{bottom:14px}

  .directions{border-top:0}

  .direction{
    display:grid;
    grid-template-columns:54px 1fr;
    gap:14px;
    padding:26px 18px;
  }

  .direction .icon{
    width:50px;
    height:50px;
    font-size:26px;
  }

  .direction h2{
    font-size:16px;
    margin-bottom:8px;
  }

  .direction p{
    font-size:13px;
    line-height:1.5;
  }

  .trust-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
  }

  .trust-title{
    grid-column:1/-1;
    justify-content:center;
    text-align:center;
  }

  .trust-item{
    min-height:118px;
    padding:18px 12px;
    border-right:1px solid #17344d;
  }

  .trust-item:nth-child(odd){border-right:0}

  .logo-row{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .logo-row span{
    min-height:76px;
    font-size:15px;
  }

  .news-card{grid-template-columns:88px 1fr}
  .news-copy{padding:18px 16px}

  .award-image{
    min-height:300px;
    background-position:center top;
  }

  .award-copy{padding:24px 18px}

  .statline div{
    grid-template-columns:72px 1fr;
    gap:10px;
  }

  .statline b{font-size:27px}

  .timeline{
    margin-top:34px;
    padding-bottom:4px;
  }

  .timeline-card{padding:20px}

  .contacts{padding-top:52px}
  .contacts-grid{gap:28px}

  .contact-card{
    border-radius:4px;
    overflow:hidden;
  }

  .contact-card>div{padding:22px 18px}

  footer{padding:22px 0 34px}
  .footer-grid{gap:14px}
  .footer-grid img{width:170px}
}




/* Cleaner section rhythm */
.section{padding:68px 0}
.section-head{margin-bottom:24px}
.partners,.news,.trust-section,.contacts{overflow:hidden}

/* Partner typography/cards */
.partners .section-head h2{max-width:760px;line-height:1.12}
.logo-row span{
  border-radius:5px;
  background:linear-gradient(145deg,#071a2d,#091f35);
  transition:transform .2s ease,border-color .2s ease;
}
.logo-row span:hover{transform:translateY(-2px);border-color:#3b6384}

/* Trust area: prevent clipping */
.trust-strip{overflow:visible}
.trust-grid{height:auto}
.trust-item span{max-width:190px}
.trust-section{padding-bottom:72px}

/* Remove accidental floating-looking controls: timeline controls stay in flow */
.timeline button{min-width:52px}
.timeline-card{position:relative;z-index:1}

/* Footer rhythm */
footer .footer-grid{min-height:72px}
footer a{line-height:1.45}

/* More refined mobile polish */
@media (max-width:640px){
  .section{padding:48px 0}

  .partners .section-head{
    gap:18px;
    margin-bottom:26px;
  }
  .partners .section-head h2{
    font-size:34px;
    line-height:1.12;
    max-width:100%;
  }
  .partners .section-head .btn{
    min-height:42px;
  }

  .logo-row{
    grid-template-columns:1fr 1fr;
    gap:10px;
  }
  .logo-row span{
    min-height:92px;
    padding:12px;
    font-size:16px;
  }

  /* Trust cards receive enough height for all copy */
  .trust-strip{padding-bottom:0}
  .trust-grid{
    grid-template-columns:1fr 1fr;
    min-height:0;
  }
  .trust-title{
    min-height:82px;
    padding:20px 14px;
  }
  .trust-item{
    min-height:154px;
    padding:22px 14px 24px;
    justify-content:flex-start;
    gap:12px;
  }
  .trust-item b{
    min-height:42px;
    display:flex;
    align-items:center;
    font-size:30px;
  }
  .trust-item span{
    max-width:100%;
    line-height:1.4;
    font-size:13px;
  }

  /* Less empty space between partner/news sections */
  .partners{padding-bottom:52px}
  .news{padding-top:52px}
  .news .section-head h2{
    font-size:34px;
    line-height:1.18;
  }

  /* Timeline is horizontal and never overlaps page copy */
  .timeline{
    position:relative;
    display:flex;
    overflow-x:auto;
    gap:30px;
    margin:34px 0 20px;
    padding:0 4px 10px;
    scroll-snap-type:x proximity;
  }
  .timeline button{
    flex:0 0 58px;
    scroll-snap-align:center;
  }

  /* Contact/footer tightening */
  .contacts{padding:48px 0 52px}
  .contacts h2{font-size:38px;line-height:1.1}
  .contacts p{font-size:17px;line-height:1.55}
  .contact-card>div{padding:24px 28px}
  .contact-card b{font-size:18px}

  footer{padding:28px 0 42px}
  .footer-grid{
    min-height:0;
    gap:16px;
    font-size:13px;
  }
  .footer-grid img{width:190px}
}

/* Very narrow phones */
@media (max-width:380px){
  .partners .section-head h2,.news .section-head h2{font-size:30px}
  .hero h1{font-size:35px}
  .lang{padding:5px 6px}
  .brand img{width:132px}
}




.content-status{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border:1px solid #294861;
  border-radius:999px;
  color:#9fb0c2;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.08em;
  background:#071a2b;
}

.partner-wordmarks{
  align-items:stretch;
}

.partner-wordmarks .partner-card{
  min-height:110px;
  padding:20px 16px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  border:1px solid #1d405e;
  border-radius:5px;
  background:linear-gradient(145deg,#071a2d,#091f35);
  transition:transform .2s ease,border-color .2s ease,background .2s ease;
}

.partner-wordmarks .partner-card:hover{
  transform:translateY(-2px);
  border-color:#496f8e;
  background:linear-gradient(145deg,#082139,#0b2742);
}

.partner-wordmarks strong{
  font-size:23px;
  letter-spacing:.035em;
  line-height:1;
}

.partner-wordmarks small{
  color:#7f95aa;
  font-size:10px;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.modal-note{
  margin:14px 0 0;
  color:#98aabd;
  font-size:13px;
}

footer [data-static-link]{
  cursor:default;
}

@media (max-width:640px){
  .content-status{
    align-self:flex-start;
    font-size:10px;
  }
  .partner-wordmarks .partner-card{
    min-height:94px;
    padding:16px 10px;
  }
  .partner-wordmarks strong{
    font-size:17px;
  }
  .partner-wordmarks small{
    font-size:8px;
    text-align:center;
  }
}






.hero-logo-mark{
  width:142px;
  height:142px;
  margin:0 auto 22px;
  border-radius:50%;
  background:none;
  border:0;
  box-shadow:0 20px 55px rgba(0,0,0,.35);
  position:relative;
}
.hero-logo-mark img{
  width:100%;
  height:100%;
  display:block;
}
.hero-logo-mark .wing{display:none}

.hero h1{
  letter-spacing:-.025em;
  text-wrap:balance;
}
.hero-lead{
  text-wrap:balance;
}
.hero-actions .btn{
  transition:transform .18s ease,border-color .18s ease,filter .18s ease;
}
.hero-actions .btn:hover{
  transform:translateY(-2px);
  filter:brightness(1.08);
}

.direction{
  min-height:238px;
}
.direction h2{
  text-wrap:balance;
}
.direction p{
  max-width:430px;
}

.partners{
  background:linear-gradient(180deg,#061525,#07192a);
}
.partner-wordmarks .partner-card strong{
  color:#edf4fa;
}
.partner-wordmarks .partner-card small{
  color:#8299ad;
}

.news-card{
  transition:transform .2s ease,border-color .2s ease;
}
.news-card:hover{
  transform:translateY(-2px);
  border-color:#355a78;
}

.footer-muted{
  color:#8fa1b3;
}

@media (max-width:640px){
  .hero{
    min-height:660px;
    background-position:31% center;
  }
  .hero-content{
    padding-top:24px;
    padding-bottom:40px;
  }
  .hero-logo-mark{
    width:96px;
    height:96px;
    margin-bottom:16px;
  }
  .hero .eyebrow{
    margin-bottom:10px;
  }
  .hero h1{
    font-size:37px;
    margin-bottom:12px;
  }
  .hero-lead{
    font-size:15.5px;
    line-height:1.45;
    margin-bottom:22px;
  }
  .hero-actions{
    width:min(320px,100%);
  }

  .directions{
    margin-top:0;
  }
  .direction{
    min-height:0;
    padding:24px 18px;
  }
  .direction h2{
    font-size:15.5px;
  }

  .partners .section-head h2,
  .news .section-head h2{
    font-size:31px;
    line-height:1.15;
  }

  .partner-wordmarks .partner-card{
    min-height:88px;
  }

  .contacts h2{
    font-size:35px;
  }
}




.hero{
  min-height:720px;
  background-position:center 42%;
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(circle at 26% 46%, rgba(46,91,128,.14), transparent 34%),
    linear-gradient(90deg,rgba(2,10,18,.08),rgba(2,10,18,.22) 45%,rgba(2,10,18,.46));
  pointer-events:none;
}
.hero-shade{
  background:linear-gradient(180deg,rgba(2,10,18,.06),rgba(2,10,18,.08) 46%,#061525 100%);
}
.hero-content{
  padding-top:72px;
  padding-bottom:32px;
}
.hero-logo-mark{
  width:132px;
  height:132px;
  margin-bottom:18px;
  box-shadow:0 18px 50px rgba(0,0,0,.30),0 0 28px rgba(213,154,57,.10);
}
.hero-logo-mark img{
  filter:saturate(1.08) brightness(1.05);
}
.hero h1{
  margin-bottom:14px;
}
.hero-lead{
  margin-bottom:24px;
}
.hero-actions{
  margin-bottom:22px;
}
.hero-proofline{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  min-height:34px;
  padding:7px 14px;
  border:1px solid rgba(80,117,145,.34);
  border-radius:999px;
  background:rgba(4,17,29,.34);
  color:#aebdca;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.07em;
  backdrop-filter:blur(6px);
}
.hero-proofline span{
  display:inline-flex;
  align-items:baseline;
  gap:5px;
}
.hero-proofline span:first-child{
  color:#f0c66b;
  font-weight:700;
}
.hero-proofline small{
  font-size:10px;
  color:#aebdca;
  font-weight:500;
}
.hero-proofline i{
  width:1px;
  height:14px;
  background:#456079;
}
.scroll-hint{
  bottom:12px;
  opacity:.9;
}

.directions{
  position:relative;
  z-index:3;
}
.direction{
  padding-top:34px;
  padding-bottom:34px;
}
.direction h2{
  font-size:19px;
}
.direction p{
  color:#c8d3dd;
}

.trust-strip{
  background:linear-gradient(180deg,#07192a,#061525);
}
.trust-item b{
  color:#eef5fb;
}
.trust-item:first-of-type b{
  color:#f0c66b;
}

/* Slightly tighter desktop rhythm */
.partners,.news,.trust-section,.contacts{
  padding-top:64px;
  padding-bottom:64px;
}

@media (max-width:640px){
  .hero{
    min-height:620px;
    background-position:31% center;
  }
  .hero-content{
    padding-top:18px;
    padding-bottom:26px;
  }
  .hero-logo-mark{
    width:92px;
    height:92px;
    margin-bottom:14px;
  }
  .hero .eyebrow{
    max-width:300px;
    font-size:9.5px;
  }
  .hero h1{
    font-size:35px;
    margin-bottom:10px;
  }
  .hero-lead{
    max-width:330px;
    font-size:15px;
    margin-bottom:18px;
  }
  .hero-actions{
    margin-bottom:16px;
  }
  .hero-proofline{
    max-width:320px;
    min-height:30px;
    gap:8px;
    padding:6px 10px;
    font-size:9px;
    letter-spacing:.05em;
    flex-wrap:wrap;
  }
  .hero-proofline small{
    font-size:9px;
  }
  .hero-proofline i{
    height:11px;
  }
  .scroll-hint{
    bottom:8px;
  }
}




:root{
  --section-space:68px;
  --card-radius:6px;
}

/* Hero */
.hero-proofline{
  padding-inline:18px;
}
.hero-proofline span:last-child{
  color:#aebdca;
}
.hero-logo-mark{
  box-shadow:0 18px 46px rgba(0,0,0,.28),0 0 0 1px rgba(213,154,57,.10);
}

/* Directions */
.direction{
  position:relative;
  isolation:isolate;
}
.direction-num{
  position:absolute;
  right:18px;
  top:14px;
  z-index:2;
  font-size:11px;
  letter-spacing:.14em;
  color:rgba(255,255,255,.32);
}
.direction:after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(240,198,107,.26),transparent);
}

/* Trust */
.trust-title{
  letter-spacing:.02em;
}
.trust-item{
  transition:background .2s ease;
}
.trust-item:hover{
  background:rgba(255,255,255,.018);
}

/* Section hierarchy */
.section .eyebrow{
  margin-bottom:8px;
}
.section-head h2{
  letter-spacing:-.025em;
}
.section-intro{
  max-width:720px;
  margin:14px 0 0;
  color:#98aabd;
  font-size:15px;
  line-height:1.65;
}

/* Partners */
.partner-wordmarks .partner-card{
  border-radius:var(--card-radius);
  position:relative;
  overflow:hidden;
}
.partner-wordmarks .partner-card:before{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  bottom:0;
  height:1px;
  background:linear-gradient(90deg,transparent,#d59a39,transparent);
  opacity:.28;
}

/* News */
.news-grid{
  align-items:stretch;
}
.news-card{
  border-radius:var(--card-radius);
}
.news-copy time{
  display:inline-block;
  margin-bottom:4px;
  letter-spacing:.04em;
}
.news-copy h3{
  text-wrap:balance;
}

/* Awards / recognition */
.award-hero{
  border-radius:var(--card-radius);
  overflow:hidden;
}
.award-copy{
  background:linear-gradient(145deg,rgba(8,30,50,.94),rgba(5,20,34,.98));
}
.statline b{
  letter-spacing:-.03em;
}
.timeline-card{
  border-radius:var(--card-radius);
}

/* Contacts */
.contacts-grid>div:first-child{
  max-width:570px;
}
.contact-card{
  border-radius:var(--card-radius);
  overflow:hidden;
}
.contact-card b{
  letter-spacing:.01em;
}

/* Footer */
footer{
  border-top:1px solid #15334c;
}
.footer-muted{
  line-height:1.5;
}

/* Consistent desktop section rhythm */
.partners,.news,.trust-section,.contacts{
  padding-top:var(--section-space);
  padding-bottom:var(--section-space);
}

@media (max-width:640px){
  :root{--section-space:48px}

  .hero-proofline{
    width:auto;
    max-width:310px;
    padding-inline:12px;
  }

  .direction-num{
    top:10px;
    right:12px;
    font-size:9px;
  }

  .section-intro{
    font-size:14px;
    line-height:1.55;
  }

  .partners .section-head,
  .news .section-head,
  .trust-section .section-head{
    margin-bottom:22px;
  }

  .partner-wordmarks .partner-card{
    min-height:86px;
  }

  .news-grid{
    gap:12px;
  }
  .news-card{
    min-height:145px;
  }

  .award-hero{
    border-radius:4px;
  }

  .timeline-card{
    border-radius:4px;
  }

  .contact-card{
    border-radius:4px;
  }
}




/* Hero: tighter, brighter around the train, darker behind copy */
.hero{
  min-height:680px;
  background-position:30% 45%;
}
.hero:before{
  background:
    radial-gradient(ellipse at 22% 53%,rgba(78,128,166,.22),transparent 29%),
    linear-gradient(90deg,rgba(2,10,18,.02),rgba(2,10,18,.17) 43%,rgba(2,10,18,.44));
}
.hero-shade{
  background:linear-gradient(180deg,rgba(2,10,18,.03),rgba(2,10,18,.07) 45%,#061525 100%);
}
.hero-content{
  padding-top:56px;
  padding-bottom:24px;
}
.hero-logo-mark{
  width:122px;
  height:122px;
  margin-bottom:15px;
}
.hero-logo-mark img{
  filter:saturate(.94) brightness(1.14) contrast(.96);
}
.hero .eyebrow{
  color:#e0b65c;
}
.hero h1{
  text-shadow:0 5px 22px rgba(0,0,0,.52);
}
.hero-actions .btn-gold{
  background:linear-gradient(180deg,#d5a343,#986019);
  border-color:#e0b45d;
  box-shadow:inset 0 1px rgba(255,255,255,.15),0 8px 24px rgba(130,80,16,.18);
}
.hero-proofline{
  min-height:32px;
  padding:6px 16px;
  border-color:rgba(100,131,157,.32);
}
.hero-proofline span:last-child{
  color:#b8c4cf;
}

/* Direction typography / numbering */
.direction-num{
  top:16px;
  right:20px;
  color:rgba(240,198,107,.44);
  font-weight:700;
}
.direction p{
  color:#d5dee6;
  line-height:1.62;
}
.direction a{
  display:inline-flex;
  margin-top:3px;
}

/* Better contrast below hero */
.trust-item span,
.news-copy,
.section-intro{
  color:#b2c0cc;
}

/* CTA consistency */
.btn{
  transition:transform .18s ease,filter .18s ease,box-shadow .18s ease;
}
.btn:hover{
  transform:translateY(-1px);
}
.btn:focus-visible,
.lang:focus-visible,
.menu-btn:focus-visible{
  outline:2px solid #e0b45d;
  outline-offset:2px;
}

/* Mobile-specific polish */
@media (max-width:640px){
  .hero{
    min-height:585px;
    background-position:29% center;
  }
  .hero-content{
    padding-top:10px;
    padding-bottom:18px;
  }
  .hero-logo-mark{
    width:84px;
    height:84px;
    margin-bottom:11px;
  }
  .hero .eyebrow{
    font-size:9px;
    margin-bottom:7px;
  }
  .hero h1{
    font-size:34px;
    margin-bottom:8px;
  }
  .hero-lead{
    font-size:14.5px;
    line-height:1.42;
    margin-bottom:15px;
  }
  .hero-actions{
    gap:8px;
    margin-bottom:13px;
  }
  .hero-actions .btn{
    min-height:42px;
  }
  .hero-proofline{
    min-height:29px;
    max-width:290px;
    padding:5px 10px;
    gap:7px;
    font-size:8.7px;
  }
  .hero-proofline small{
    font-size:8.7px;
  }
  .scroll-hint{
    bottom:5px;
    font-size:26px;
  }

  .direction{
    padding:22px 18px 24px;
  }
  .direction-num{
    top:11px;
    right:13px;
    font-size:10px;
    color:rgba(240,198,107,.52);
  }
  .direction h2{
    font-size:15.5px;
    line-height:1.35;
  }
  .direction p{
    color:#d1dbe4;
    line-height:1.55;
  }
}




/* Directions: stronger editorial cards */
.direction{
  min-height:230px;
  align-items:center;
}
.direction .icon{
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.03),0 10px 30px rgba(0,0,0,.18);
}
.direction h2{
  letter-spacing:-.015em;
}
.direction a{
  position:relative;
  padding-bottom:2px;
}
.direction a:after{
  content:"";
  position:absolute;
  left:0;right:100%;bottom:0;height:1px;
  background:#e0b45d;
  transition:right .2s ease;
}
.direction:hover a:after{right:0}

/* Trust strip: less generic, more premium */
.trust-grid{
  min-height:142px;
}
.trust-item{
  position:relative;
  justify-content:center;
  gap:7px;
}
.trust-item small{
  position:absolute;
  top:12px;
  right:14px;
  color:#49647b;
  font-size:9px;
  letter-spacing:.14em;
}
.trust-item b{
  font-size:29px;
  line-height:1;
}
.trust-item span{
  line-height:1.35;
}

/* Partners */
.partner-wordmarks{
  gap:12px;
}
.partner-wordmarks .partner-card{
  min-height:116px;
}
.partner-wordmarks strong{
  font-size:21px;
}
.partner-wordmarks small{
  max-width:150px;
  line-height:1.3;
}

/* News */
.news-card{
  min-height:180px;
}
.news-copy{
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.news-copy time{
  color:#d0a958;
}
.news-copy h3{
  margin-top:8px;
  line-height:1.4;
}

/* Recognition */
.trust-section{
  background:
    radial-gradient(circle at 80% 18%,rgba(42,78,110,.12),transparent 28%),
    #061525;
}
.award-hero{
  border-color:#244864;
}
.statline div{
  padding-bottom:15px;
}
.timeline-card{
  background:linear-gradient(145deg,#0a2137,#07192b);
}

/* Contacts */
.contacts{
  background:
    radial-gradient(circle at 20% 40%,rgba(25,72,108,.14),transparent 32%),
    linear-gradient(120deg,#07192a,#09243d);
}
.contact-card{
  background:rgba(4,18,31,.28);
}
.contact-card small{
  letter-spacing:.08em;
}
.contact-card b{
  font-size:18px;
}
.contact-card a:hover{
  color:#e0b45d;
}

/* Footer */
footer{
  background:#030f1a;
}
.footer-grid{
  min-height:76px;
}

/* Mobile */
@media (max-width:640px){
  .direction{
    min-height:0;
    padding:24px 18px 26px;
  }
  .direction .icon{
    width:48px;height:48px;
  }
  .direction p{
    margin-bottom:8px;
  }

  .trust-grid{
    min-height:0;
  }
  .trust-item{
    min-height:140px;
    padding:24px 12px 20px;
  }
  .trust-item small{
    top:10px;right:10px;
  }
  .trust-item b{
    font-size:28px;
  }

  .partner-wordmarks{
    gap:9px;
  }
  .partner-wordmarks .partner-card{
    min-height:88px;
  }
  .partner-wordmarks strong{
    font-size:16px;
  }

  .news-card{
    min-height:138px;
  }
  .news-copy{
    padding:16px 14px;
  }

  .award-copy{
    padding:22px 18px;
  }

  .contact-card b{
    font-size:17px;
  }
  .contact-card a{
    font-size:15px;
  }

  footer .footer-grid{
    min-height:0;
  }
}



@media (max-width:640px){
  .site-header .header-inner{height:62px}
  .nav{inset:62px 0 0 0}

  .hero{
    min-height:510px;
    padding-top:62px;
    background-position:28% center;
  }
  .hero-content{
    padding-top:4px;
    padding-bottom:12px;
  }
  .hero-logo-mark{
    width:74px;
    height:74px;
    margin-bottom:8px;
  }
  .hero .eyebrow{
    margin-bottom:5px;
    font-size:8.5px;
  }
  .hero h1{
    font-size:32px;
    margin-bottom:6px;
  }
  .hero-lead{
    font-size:14px;
    line-height:1.38;
    margin-bottom:12px;
  }
  .hero-actions{
    gap:7px;
    margin-bottom:10px;
  }
  .hero-actions .btn{
    min-height:39px;
    font-size:11px;
  }
  .hero-proofline{
    min-height:27px;
    max-width:280px;
    padding:4px 9px;
    font-size:8.2px;
  }
  .hero-proofline small{font-size:8.2px}
  .scroll-hint{
    bottom:2px;
    font-size:23px;
  }

  .direction{
    padding:21px 18px 23px;
  }
  .direction .icon{
    width:46px;
    height:46px;
    font-size:24px;
  }
  .direction h2{
    font-size:15px;
  }
  .direction p{
    font-size:13px;
  }

  .trust-title{
    min-height:72px;
  }
  .trust-item{
    min-height:130px;
  }

  .partners,.news,.trust-section,.contacts{
    padding-top:44px;
    padding-bottom:44px;
  }

  .partners .section-head h2,
  .news .section-head h2{
    font-size:29px;
  }

  .award-image{min-height:270px}
  .contacts h2{font-size:33px}
  footer{padding-top:24px}
}




/* Professional line icons replace emoji */
.direction .icon{
  color:#f0c66b;
  background:rgba(4,17,29,.42);
  border-color:rgba(240,198,107,.26);
}
.direction .icon img{
  width:32px;
  height:32px;
  display:block;
  color:inherit;
  filter:none;
}
.direction.rail .icon{color:#8bc5f1}
.direction.industry .icon{color:#b6d79d}
.direction.agro .icon{color:#efc66b}

/* More consistent premium surfaces */
.direction:before{opacity:.94}
.rail:before{background:linear-gradient(125deg,#061426,#082d59)}
.industry:before{background:linear-gradient(125deg,#071b18,#0d452b)}
.agro:before{background:linear-gradient(125deg,#291b09,#684510)}

.trust-item b{
  font-family:Inter,Segoe UI,Arial,sans-serif;
}
.partner-wordmarks .partner-card{
  box-shadow:inset 0 1px rgba(255,255,255,.018);
}
.partner-wordmarks strong{
  letter-spacing:.055em;
}
.news-card .thumb{
  border-right:1px solid rgba(255,255,255,.045);
}
.award-copy .btn-gold{
  align-self:flex-start;
}
.contact-card{
  box-shadow:0 18px 48px rgba(0,0,0,.13);
}

/* Brand coherence */
.hero-logo-mark,
.brand img{
  transform:translateZ(0);
}
.section-head h2,
.contacts h2{
  text-wrap:balance;
}

@media (max-width:640px){
  .direction .icon img{
    width:28px;
    height:28px;
  }
  .direction .icon{
    border-color:rgba(240,198,107,.20);
  }
  .partner-wordmarks strong{
    letter-spacing:.035em;
  }
}



.brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:220px;
}
.brand img{
  width:54px;
  height:54px;
  flex:0 0 54px;
}
.brand-name{
  color:#fff;
  font-size:19px;
  font-weight:700;
  letter-spacing:.01em;
  white-space:nowrap;
}
.direction .icon img{
  width:38px;
  height:38px;
}
.direction .icon{
  overflow:hidden;
}
@media (max-width:980px){
  .brand{min-width:0}
  .brand img{width:46px;height:46px;flex-basis:46px}
  .brand-name{font-size:15px}
}
@media (max-width:640px){
  .brand{
    gap:7px;
  }
  .brand img{
    width:40px;height:40px;flex-basis:40px;
  }
  .brand-name{
    font-size:13px;
    max-width:118px;
    overflow:hidden;
    text-overflow:ellipsis;
  }
  .direction .icon img{
    width:31px;height:31px;
  }
}



.direction .icon{
  width:78px;
  height:78px;
  flex:0 0 78px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 35% 25%,rgba(255,255,255,.08),transparent 38%),
    rgba(3,15,26,.52);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:inset 0 1px rgba(255,255,255,.04),0 16px 34px rgba(0,0,0,.18);
}
.direction .icon img{
  width:68px;
  height:68px;
  display:block;
}
.direction.rail .icon{
  background:linear-gradient(145deg,rgba(9,38,68,.88),rgba(3,18,33,.95));
  border-color:rgba(92,157,211,.30);
}
.direction.industry .icon{
  background:linear-gradient(145deg,rgba(15,66,45,.88),rgba(5,27,20,.96));
  border-color:rgba(118,173,131,.28);
}
.direction.agro .icon{
  background:linear-gradient(145deg,rgba(86,54,14,.88),rgba(39,24,6,.96));
  border-color:rgba(220,170,76,.30);
}
.direction:hover .icon{
  transform:translateY(-2px);
  transition:transform .2s ease,box-shadow .2s ease;
  box-shadow:inset 0 1px rgba(255,255,255,.05),0 20px 40px rgba(0,0,0,.22);
}
@media (max-width:640px){
  .direction{
    grid-template-columns:70px 1fr;
  }
  .direction .icon{
    width:62px;
    height:62px;
    flex-basis:62px;
    border-radius:15px;
  }
  .direction .icon img{
    width:56px;
    height:56px;
  }
}



.direction.rail .icon{
  width:92px;
  height:72px;
  flex-basis:92px;
  border-radius:16px;
}
.direction.rail .icon img{
  width:84px;
  height:58px;
}

.about-section{
  background:
    radial-gradient(circle at 18% 28%,rgba(38,84,122,.14),transparent 34%),
    linear-gradient(180deg,#061525,#07192a);
}
.about-grid{
  display:grid;
  grid-template-columns:.95fr 1.25fr;
  gap:54px;
  align-items:start;
}
.about-copy h2{
  margin:0;
  font-size:clamp(30px,4vw,46px);
  line-height:1.1;
  letter-spacing:-.025em;
}
.about-capabilities{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border:1px solid #1c405e;
  border-radius:6px;
  overflow:hidden;
  background:rgba(5,20,34,.34);
}
.about-capabilities article{
  min-height:240px;
  padding:28px 22px;
  position:relative;
}
.about-capabilities article+article{
  border-left:1px solid #1c405e;
}
.about-capabilities span{
  color:#d6aa55;
  font-size:10px;
  letter-spacing:.14em;
}
.about-capabilities h3{
  margin:52px 0 12px;
  font-size:19px;
  line-height:1.25;
}
.about-capabilities p{
  margin:0;
  color:#aebdca;
  font-size:14px;
  line-height:1.6;
}

@media(max-width:980px){
  .about-grid{
    grid-template-columns:1fr;
    gap:28px;
  }
}

@media(max-width:640px){
  .direction.rail .icon{
    width:68px;
    height:58px;
    flex-basis:68px;
  }
  .direction.rail .icon img{
    width:64px;
    height:45px;
  }

  .about-section{
    padding-top:44px;
    padding-bottom:44px;
  }
  .about-grid{
    gap:24px;
  }
  .about-copy h2{
    font-size:29px;
  }
  .about-capabilities{
    grid-template-columns:1fr;
  }
  .about-capabilities article{
    min-height:0;
    padding:22px 20px;
  }
  .about-capabilities article+article{
    border-left:0;
    border-top:1px solid #1c405e;
  }
  .about-capabilities h3{
    margin:16px 0 8px;
    font-size:17px;
  }
}



.workflow-section{
  background:
    linear-gradient(180deg,rgba(5,20,34,.95),rgba(6,21,37,.98)),
    #061525;
  border-top:1px solid #17354f;
}
.workflow-head{
  align-items:flex-end;
}
.workflow-head .section-intro{
  max-width:520px;
  margin:0 0 4px;
}
.workflow-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid #1c405e;
  border-radius:6px;
  overflow:hidden;
  background:rgba(3,16,28,.34);
}
.workflow-grid article{
  min-height:255px;
  padding:24px 22px 26px;
  position:relative;
}
.workflow-grid article+article{
  border-left:1px solid #1c405e;
}
.workflow-grid article>span{
  color:#59758d;
  font-size:9px;
  letter-spacing:.14em;
}
.workflow-icon{
  width:46px;
  height:46px;
  margin:34px 0 22px;
  display:grid;
  place-items:center;
  border-radius:50%;
  border:1px solid rgba(214,170,85,.32);
  color:#e0b45d;
  font-size:22px;
  background:rgba(213,154,57,.05);
}
.workflow-grid h3{
  margin:0 0 10px;
  font-size:18px;
}
.workflow-grid p{
  margin:0;
  color:#9fb0bf;
  font-size:13px;
  line-height:1.6;
}
.workflow-grid article:after{
  content:"";
  position:absolute;
  top:78px;
  right:-10px;
  width:20px;
  height:1px;
  background:#d6aa55;
  opacity:.42;
  z-index:2;
}
.workflow-grid article:last-child:after{display:none}

@media(max-width:980px){
  .workflow-grid{grid-template-columns:1fr 1fr}
  .workflow-grid article:nth-child(3){border-left:0;border-top:1px solid #1c405e}
  .workflow-grid article:nth-child(4){border-top:1px solid #1c405e}
}
@media(max-width:640px){
  .workflow-head{
    align-items:flex-start;
  }
  .workflow-head .section-intro{
    margin-top:10px;
  }
  .workflow-grid{
    grid-template-columns:1fr;
  }
  .workflow-grid article{
    min-height:0;
    padding:20px;
    display:grid;
    grid-template-columns:48px 1fr;
    column-gap:14px;
  }
  .workflow-grid article+article{
    border-left:0;
    border-top:1px solid #1c405e;
  }
  .workflow-grid article>span{
    position:absolute;
    right:12px;
    top:10px;
  }
  .workflow-icon{
    grid-row:1/3;
    width:44px;height:44px;
    margin:0;
  }
  .workflow-grid h3{
    margin:0 0 5px;
    font-size:16px;
  }
  .workflow-grid p{
    font-size:12.5px;
  }
  .workflow-grid article:after{display:none}
}



.geography-section{
  background:
    radial-gradient(circle at 76% 42%,rgba(39,91,130,.16),transparent 31%),
    linear-gradient(180deg,#07192a,#061525);
}
.geography-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:52px;
  align-items:center;
}
.geo-facts{
  display:grid;
  gap:12px;
  margin-top:30px;
}
.geo-facts div{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:14px;
  align-items:start;
  padding:16px 0;
  border-top:1px solid #173a58;
}
.geo-facts b{
  color:#e0b45d;
  font-size:12px;
  letter-spacing:.12em;
}
.geo-facts span{
  color:#aebdca;
  font-size:14px;
  line-height:1.55;
}

.geo-visual{
  min-height:430px;
  position:relative;
  border:1px solid #1d405e;
  border-radius:12px;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 50%,rgba(22,71,110,.18),transparent 26%),
    linear-gradient(145deg,#071b2d,#04111d);
}
.geo-center{
  position:absolute;
  left:50%;
  top:50%;
  width:112px;
  height:112px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  display:grid;
  place-items:center;
  border:1px solid rgba(224,180,93,.42);
  background:radial-gradient(circle at 35% 30%,#173c68,#07182a 72%);
  box-shadow:0 0 40px rgba(213,154,57,.10);
}
.geo-center span{
  color:#f0c66b;
  font-weight:700;
  font-size:13px;
  letter-spacing:.08em;
}
.geo-orbit{
  position:absolute;
  left:50%;
  top:50%;
  border:1px solid rgba(94,130,159,.22);
  border-radius:50%;
  transform:translate(-50%,-50%);
}
.orbit-1{width:240px;height:240px}
.orbit-2{width:350px;height:350px}

.geo-node{
  position:absolute;
  width:56px;
  height:56px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:1px solid #315979;
  background:#082039;
  box-shadow:0 10px 26px rgba(0,0,0,.2);
}
.geo-node span{
  color:#dbe7f0;
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
}
.node-ru{left:19%;top:26%}
.node-tr{right:17%;top:38%}
.node-int{left:36%;bottom:14%}

.geo-line{
  position:absolute;
  height:1px;
  background:linear-gradient(90deg,rgba(224,180,93,.75),rgba(93,139,175,.25));
  transform-origin:left center;
}
.line-1{left:34%;top:38%;width:122px;transform:rotate(19deg)}
.line-2{left:52%;top:51%;width:116px;transform:rotate(-9deg)}
.line-3{left:44%;top:58%;width:96px;transform:rotate(104deg)}

.geo-node,
.geo-center{
  animation:geoPulse 4s ease-in-out infinite;
}
.geo-node:nth-of-type(4){animation-delay:.6s}
.geo-node:nth-of-type(5){animation-delay:1.2s}
@keyframes geoPulse{50%{transform:translateY(-2px)}}
.geo-center{animation-name:geoGlow}
@keyframes geoGlow{50%{box-shadow:0 0 55px rgba(213,154,57,.18)}}
@media(prefers-reduced-motion:reduce){
  .geo-node,.geo-center{animation:none}
}

@media(max-width:980px){
  .geography-grid{grid-template-columns:1fr}
}
@media(max-width:640px){
  .geography-section{padding-top:44px;padding-bottom:44px}
  .geography-grid{gap:26px}
  .geo-visual{min-height:320px}
  .orbit-1{width:180px;height:180px}
  .orbit-2{width:260px;height:260px}
  .geo-center{width:90px;height:90px}
  .geo-node{width:48px;height:48px}
  .node-ru{left:12%;top:24%}
  .node-tr{right:10%;top:37%}
  .node-int{left:32%;bottom:10%}
  .line-1{left:28%;top:38%;width:95px}
  .line-2{left:53%;top:51%;width:88px}
  .line-3{left:43%;top:58%;width:76px}
}




.skip-link{
  position:fixed;
  left:12px;
  top:-60px;
  z-index:1000;
  padding:10px 14px;
  border-radius:6px;
  background:#f0c66b;
  color:#061525;
  font-weight:700;
  transition:top .15s ease;
}
.skip-link:focus{top:12px}

.phone-link{
  color:#fff;
  font-size:18px;
  font-weight:700;
  letter-spacing:.01em;
}
.phone-link:hover{color:#e0b45d}

.footer-muted{
  cursor:pointer;
}
.footer-muted:hover{
  color:#d6aa55;
}

html{
  scroll-padding-top:82px;
}
@media(max-width:640px){
  html{scroll-padding-top:64px}
}

/* Final typography tuning */
body{
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
.section-intro{
  text-wrap:pretty;
}
.direction h2,
.workflow-grid h3,
.about-capabilities h3{
  text-wrap:balance;
}

/* Safer overflow handling */
body{overflow-x:hidden}
img,svg{max-width:100%}

/* Touch targets */
.lang,.menu-btn,.btn,.nav a{
  -webkit-tap-highlight-color:transparent;
}

/* Focus accessibility */
a:focus-visible,button:focus-visible{
  outline:2px solid #f0c66b;
  outline-offset:3px;
}

/* Production footer spacing */
footer a{
  color:#8fa1b3;
}
footer a:hover{
  color:#d6aa55;
}




/* Mobile cinematic language-entry screen */
.language-gate{
  display:none;
}
@media(max-width:640px){
  .language-gate{
    position:fixed;
    inset:0;
    z-index:2000;
    display:block;
    background:#04111d;
    overflow:hidden;
    transition:opacity .45s ease,visibility .45s ease;
  }
  .language-gate.hidden{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
  }
  .language-gate-bg{
    position:absolute;
    inset:0;
    background:
      url("images/hero-bg.jpg") 30% center/cover no-repeat;
    transform:scale(1.04);
    filter:saturate(.9) brightness(.88);
  }
  .language-gate-shade{
    position:absolute;
    inset:0;
    background:
      linear-gradient(180deg,rgba(3,12,21,.10),rgba(3,12,21,.22) 36%,rgba(3,12,21,.58) 68%,rgba(3,12,21,.92) 100%),
      radial-gradient(circle at 50% 30%,transparent 0 18%,rgba(2,10,18,.30) 58%,rgba(2,10,18,.64) 100%);
  }
  .language-gate-content{
    position:relative;
    z-index:2;
    min-height:100%;
    padding:7vh 22px 24px;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
  }
  .gate-logo{
    width:112px;
    height:112px;
    margin-top:1vh;
    filter:drop-shadow(0 14px 30px rgba(0,0,0,.38));
  }
  .gate-brand{
    margin-top:15px;
    color:#fff;
    font-size:30px;
    line-height:1;
    font-weight:600;
    letter-spacing:.04em;
  }
  .gate-slogan{
    margin:17px auto 0;
    max-width:330px;
    color:#d5dde5;
    font-size:13px;
    line-height:1.5;
    text-shadow:0 2px 12px rgba(0,0,0,.5);
  }
  .gate-train-mark{
    position:relative;
    width:min(340px,92vw);
    height:21vh;
    min-height:145px;
    margin-top:1vh;
  }
  .gate-train-mark:before{
    content:"";
    position:absolute;
    inset:0;
    background:
      radial-gradient(ellipse at 50% 68%,rgba(36,95,137,.24),transparent 44%);
  }
  .gate-light{
    position:absolute;
    left:50%;
    bottom:28px;
    width:160px;
    height:34px;
    transform:translateX(-50%);
    border-radius:50%;
    background:radial-gradient(ellipse,#d7b15f 0,rgba(215,177,95,.16) 35%,transparent 72%);
    animation:gateGlow 2.4s ease-in-out infinite;
  }
  .gate-rail{
    position:absolute;
    left:12%;
    right:12%;
    bottom:16px;
    height:2px;
    background:linear-gradient(90deg,transparent,#d8ad55,transparent);
    box-shadow:0 9px 0 rgba(102,130,151,.42);
  }
  @keyframes gateGlow{50%{opacity:.55;transform:translateX(-50%) scale(1.08)}}
  .gate-prompt{
    margin:0 0 12px;
    color:#fff;
    font-size:13px;
    font-weight:700;
    letter-spacing:.08em;
  }
  .gate-languages{
    width:min(360px,92vw);
    display:grid;
    gap:8px;
  }
  .gate-languages button{
    min-height:58px;
    padding:0 20px;
    display:grid;
    grid-template-columns:54px 1fr;
    align-items:center;
    border:1px solid rgba(180,197,210,.24);
    border-radius:8px;
    background:linear-gradient(180deg,rgba(42,52,60,.84),rgba(20,29,37,.88));
    color:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,.22),inset 0 1px rgba(255,255,255,.06);
    font-size:16px;
    font-weight:700;
    letter-spacing:.03em;
  }
  .gate-languages button:active{
    transform:scale(.985);
  }
  .gate-languages .flag{
    font-size:30px;
    text-align:left;
  }
  .gate-skip{
    margin-top:auto;
    width:44px;
    height:44px;
    border:0;
    background:none;
    color:#d9b45f;
    font-size:30px;
  }
}

/* Desktop: restore cinematic, reference-like composition */
@media(min-width:981px){
  .hero{
    min-height:760px;
    background-position:center 45%;
  }
  .hero-content{
    padding-top:96px;
  }
  .hero-logo-mark{
    width:178px;
    height:178px;
    margin-bottom:22px;
  }
  .hero h1{
    font-size:62px;
  }
  .hero-lead{
    font-size:23px;
  }
  .directions{
    min-height:260px;
  }
  .direction{
    padding:42px 42px;
  }
}

/* Dark navy + gold consistency from reference */
.site-header{
  border-bottom:1px solid rgba(70,103,130,.18);
}
.section{
  position:relative;
}
.section:before{
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(214,170,85,.20),transparent);
}
.award-hero{
  box-shadow:0 26px 80px rgba(0,0,0,.18);
}



.geo-cta{
  margin-top:26px;
}
.project-cta{
  padding:46px 0;
  border-top:1px solid #1c405e;
  border-bottom:1px solid #1c405e;
  background:
    radial-gradient(circle at 78% 40%,rgba(213,154,57,.09),transparent 28%),
    linear-gradient(110deg,#07192a,#0a2339);
}
.project-cta-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.project-cta h2{
  margin:0;
  max-width:720px;
  font-size:clamp(27px,3.5vw,42px);
  line-height:1.12;
  letter-spacing:-.025em;
}
.project-cta .eyebrow{
  margin:0 0 8px;
}
.project-cta .btn{
  flex:0 0 auto;
  min-width:190px;
}
.agro .new{
  box-shadow:0 0 18px rgba(213,154,57,.16);
}
@media(max-width:640px){
  .project-cta{
    padding:36px 0;
  }
  .project-cta-inner{
    align-items:flex-start;
    flex-direction:column;
  }
  .project-cta h2{
    font-size:28px;
  }
  .project-cta .btn{
    width:100%;
  }
  .geo-cta .btn{
    width:100%;
  }
}


/* Production 2.0 */
html{scroll-behavior:smooth}
body{overflow-x:hidden}
img,svg{max-width:100%}
::selection{background:rgba(224,180,93,.32);color:#fff}
.phone-link{color:#fff;font-weight:700}
.phone-link:hover{color:#e0b45d}
@media (hover:none){
  .direction:hover,.news-card:hover,.partner-wordmarks .partner-card:hover{transform:none}
}

/* Production 2.1 — approved Concept A 2.0 brand master */
.brand img{filter:drop-shadow(0 5px 10px rgba(0,0,0,.28))}.hero-logo-mark{background:transparent!important;border:0!important;box-shadow:none!important}.hero-logo-mark img{filter:drop-shadow(0 14px 28px rgba(0,0,0,.38))}.language-gate .gate-logo{filter:drop-shadow(0 14px 30px rgba(0,0,0,.42))}


/* Production 2.2 — live news visual upgrade */
.news-live{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
}
.news-live-card{
  min-height:250px;
  display:grid;
  grid-template-columns:minmax(280px,34%) 1fr;
  overflow:hidden;
  border:1px solid #284a65;
  background:linear-gradient(145deg,#071a2d,#061526);
}
.news-live-card .news-photo{
  min-height:250px;
  height:100%;
  position:relative;
  overflow:hidden;
  border-right:1px solid rgba(255,255,255,.05);
  background:#07192a;
}
.news-live-card .news-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transform:scale(1.025);
  filter:saturate(.94) contrast(1.05) brightness(.88);
  animation:newsKenBurns 14s ease-in-out infinite alternate;
}
.news-live-card:nth-child(2) .news-photo img{animation-delay:-4s}
.news-live-card:nth-child(3) .news-photo img{animation-delay:-8s}
.news-photo:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,transparent 45%,rgba(5,18,31,.48) 100%),
    linear-gradient(180deg,rgba(2,10,18,.05),rgba(2,10,18,.20));
  pointer-events:none;
}
.news-photo-shine{
  position:absolute;
  inset:-20%;
  background:linear-gradient(115deg,transparent 38%,rgba(240,198,107,.10) 50%,transparent 62%);
  transform:translateX(-70%);
  animation:newsShine 8s ease-in-out infinite;
  pointer-events:none;
}
.news-live-card .news-copy{
  padding:32px 34px;
  align-items:flex-start;
}
.news-live-card .news-copy time{
  color:#d5ab58;
  font-size:12px;
  letter-spacing:.08em;
}
.news-live-card .news-copy h3{
  margin:10px 0 12px;
  font-size:clamp(20px,2.4vw,30px);
  line-height:1.25;
  color:#f2f5f7;
}
.news-live-card .news-copy p{
  margin:0;
  max-width:760px;
  color:#9fb0bf;
  font-size:14px;
  line-height:1.65;
}
.news-more{
  display:inline-flex;
  margin-top:18px;
  color:#e0b45d;
  font-size:13px;
  font-weight:700;
  letter-spacing:.03em;
}
.news-live-card:hover .news-photo img{
  filter:saturate(1) contrast(1.07) brightness(.94);
}
@keyframes newsKenBurns{
  0%{transform:scale(1.025) translate3d(0,0,0)}
  100%{transform:scale(1.09) translate3d(-1.5%,1%,0)}
}
@keyframes newsShine{
  0%,65%{transform:translateX(-75%);opacity:0}
  78%{opacity:1}
  100%{transform:translateX(75%);opacity:0}
}
@media(prefers-reduced-motion:reduce){
  .news-live-card .news-photo img,
  .news-photo-shine{animation:none}
}
@media(max-width:640px){
  .news-live{
    gap:14px;
  }
  .news-live-card{
    grid-template-columns:1fr;
    min-height:0;
  }
  .news-live-card .news-photo{
    min-height:190px;
    height:190px;
    border-right:0;
    border-bottom:1px solid rgba(255,255,255,.05);
  }
  .news-live-card .news-copy{
    padding:20px 18px 22px;
  }
  .news-live-card .news-copy h3{
    font-size:20px;
  }
  .news-live-card .news-copy p{
    font-size:13px;
  }
}

/* Production 2.3 — Premium Industrial Showcase */
.hero{
 background-image:linear-gradient(180deg,rgba(2,9,16,.12),rgba(2,9,16,.20) 52%,#061525 100%),url("images/showcase/hero-premium.jpg") !important;
 background-position:center center !important;background-size:cover !important;
}
.photo-direction{position:relative;min-height:310px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end;padding:34px;background:none!important;isolation:isolate}
.photo-direction:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(3,12,20,.03),rgba(3,12,20,.20) 42%,rgba(3,12,20,.94) 100%)!important}
.photo-direction:after{content:"";position:absolute;inset:0;z-index:-2;background-size:cover;background-position:center;transition:transform .8s cubic-bezier(.2,.7,.2,1),filter .4s ease}
.photo-direction.rail:after{background-image:url("images/showcase/railway.jpg")}
.photo-direction.industry:after{background-image:url("images/showcase/industry.jpg")}
.photo-direction.agro:after{background-image:url("images/showcase/agro.jpg")}
.photo-direction:hover:after{transform:scale(1.045);filter:brightness(1.06)}
.photo-direction h2{color:#fff;text-shadow:0 3px 16px rgba(0,0,0,.6)}
.photo-direction p{color:#d7e0e7;text-shadow:0 2px 10px rgba(0,0,0,.5)}
.photo-direction a{color:#e0b45d;font-weight:700}
.directions{gap:14px;padding:14px;background:#051321}
@media(max-width:640px){.hero{background-position:32% center!important}.photo-direction{min-height:290px;padding:22px 18px 24px}}

/* Production 2.4 — ECOTRANS identity correction */
.hero{
 background-image:linear-gradient(90deg,rgba(2,9,16,.86) 0%,rgba(2,9,16,.56) 43%,rgba(2,9,16,.12) 76%),url("images/hero/stationary-train.jpg")!important;
 background-position:center!important;background-size:cover!important;
}
.hero-logo-mark img,.brand img,.gate-logo{filter:drop-shadow(0 8px 20px rgba(0,0,0,.4))}
.whatsapp-link{
 display:inline-flex;align-items:center;gap:8px;margin-top:12px;padding:9px 13px;
 border:1px solid rgba(77,190,92,.38);border-radius:7px;background:rgba(26,93,43,.28);
 color:#e8f6eb;font-size:13px;font-weight:700;transition:.18s ease
}
.whatsapp-link:hover{background:rgba(32,128,54,.42);border-color:rgba(90,220,110,.55)}
.wa-icon{width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:#2db742;color:white;font-size:10px}
@media(max-width:640px){.whatsapp-link{margin-top:10px}}
.telegram-link{
 display:inline-flex;align-items:center;gap:8px;padding:9px 13px;
 border:1px solid rgba(80,169,225,.45);border-radius:7px;background:rgba(30,112,166,.24);
 color:#e8f4fc;font-size:13px;font-weight:700;transition:.18s ease
}
.telegram-link:hover{background:rgba(35,132,194,.38);border-color:rgba(94,190,248,.62)}
.tg-icon{width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:#229ed9;color:white;font-size:11px;line-height:1}
.contact-address{
 display:grid;gap:4px;margin:10px 0 0;padding-top:12px;border-top:1px solid rgba(169,196,221,.18);
 color:#dce7f0;font-style:normal;font-size:12px;line-height:1.5
}
.contact-address span{color:#8fa9bf;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.contact-address b{color:#dce7f0;font-size:12px;font-weight:500;overflow-wrap:anywhere}
.email-link{margin-top:5px;color:#f0c45f !important;font-size:13px;font-weight:700;overflow-wrap:anywhere}
.email-link:hover{color:#fff !important}


/* Production 2.5 — full visual/content corrections */

/* Exact agreed mark: never stretch it */
.brand img,
.hero-logo-mark img,
.gate-logo,
.footer-brand-mark img{
  object-fit:contain !important;
  aspect-ratio:1/1 !important;
  width:auto !important;
  max-width:100%;
}
.brand img{width:44px !important;height:44px !important;flex:0 0 44px !important}
.hero-logo-mark{width:136px !important;height:136px !important}
.hero-logo-mark img{width:136px !important;height:136px !important}
.gate-logo{width:116px !important;height:116px !important}
.footer-brand-mark img{width:52px !important;height:52px !important}
@media(max-width:640px){
  .brand img{width:38px !important;height:38px !important;flex-basis:38px !important}
  .hero-logo-mark,.hero-logo-mark img{width:92px !important;height:92px !important}
}

/* Three business directions = real images, not icon cards */
.directions{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:14px !important;
  padding:14px !important;
}
.photo-direction{
  min-height:360px !important;
  padding:28px !important;
  position:relative !important;
  overflow:hidden !important;
  border:1px solid rgba(121,157,184,.28) !important;
  border-radius:10px !important;
  isolation:isolate !important;
  display:flex !important;
  align-items:flex-end !important;
}
.photo-direction > div:last-child{
  position:relative;
  z-index:3;
  max-width:92%;
}
.photo-direction:after{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  inset:0 !important;
  z-index:-2 !important;
  background-size:cover !important;
  background-position:center !important;
  opacity:1 !important;
  transform:scale(1.01);
}
.photo-direction:before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:-1 !important;
  background:linear-gradient(180deg,rgba(2,10,18,.04) 0%,rgba(2,10,18,.16) 36%,rgba(2,10,18,.88) 86%,rgba(2,10,18,.97) 100%) !important;
}
.photo-direction.rail:after{background-image:url("images/showcase/railway-parts.jpg?v=250") !important}
.photo-direction.industry:after{background-image:url("images/showcase/industry.jpg?v=250") !important}
.photo-direction.agro:after{background-image:url("images/showcase/agriculture.jpg?v=250") !important}
.photo-direction h2{font-size:22px !important;color:#fff !important}
.photo-direction p{font-size:14px !important;color:#d9e2e8 !important}
.photo-direction a{color:#e0b45d !important}
.photo-direction:hover:after{transform:scale(1.055);transition:transform .8s ease}
.direction-num{z-index:4 !important;color:rgba(240,198,107,.70) !important}
@media(max-width:900px){
  .directions{grid-template-columns:1fr !important}
  .photo-direction{min-height:300px !important}
}

/* Real partner showcase */
.partners .section-head .btn{display:none !important}
.partner-showcase{display:grid;gap:20px}
.partner-marquee{
  overflow:hidden;
  border:1px solid #1c405e;
  border-radius:10px;
  background:rgba(4,17,29,.36);
  padding:12px;
}
.partner-track{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}
.partner-logo-card,
.partner-modal-card{
  border:1px solid rgba(78,111,137,.30);
  background:#f7f8f9;
  border-radius:8px;
  min-height:132px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:14px;
  cursor:pointer;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.partner-logo-card:hover,
.partner-modal-card:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(0,0,0,.18);
  border-color:rgba(224,180,93,.55);
}
.partner-logo-card img,
.partner-modal-card img{
  width:100%;
  height:76px;
  object-fit:contain;
  display:block;
}
.partner-logo-card span,
.partner-modal-card span{
  color:#26323b;
  font-size:11px;
  font-weight:700;
  text-align:center;
}
#openPartners{justify-self:end}
@media(max-width:720px){
  .partner-track{grid-template-columns:1fr 1fr}
  .partner-logo-card{min-height:110px}
  .partner-logo-card img{height:62px}
  #openPartners{width:100%;justify-self:stretch}
}

/* Fullscreen partner catalog */
.partners-modal{
  position:fixed;inset:0;z-index:3000;
  display:none;
}
.partners-modal.open{display:block}
.partners-modal-backdrop{
  position:absolute;inset:0;background:rgba(1,7,13,.84);backdrop-filter:blur(8px)
}
.partners-modal-panel{
  position:absolute;inset:4vh 4vw;
  overflow:auto;
  border:1px solid #244b69;border-radius:14px;
  background:linear-gradient(145deg,#071a2c,#04111d);
  box-shadow:0 30px 90px rgba(0,0,0,.45);
  padding:32px;
}
.partners-close{
  position:sticky;top:0;float:right;z-index:2;
  width:44px;height:44px;border-radius:50%;
  border:1px solid #31526a;background:#07192a;color:#fff;font-size:26px;cursor:pointer
}
.partners-modal-head h2{font-size:clamp(30px,4vw,52px);margin:6px 0 22px}
.partner-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}
.partner-filter{
  border:1px solid #31526a;background:#07192a;color:#b7c5d0;
  border-radius:999px;padding:9px 14px;cursor:pointer
}
.partner-filter.active{background:#b7812b;color:#fff;border-color:#d6aa55}
.partners-modal-grid{
  display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px
}
.partner-modal-card.hidden{display:none}
body.modal-open{overflow:hidden}
@media(max-width:900px){.partners-modal-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){
  .partners-modal-panel{inset:1.5vh 2vw;padding:18px}
  .partners-modal-grid{grid-template-columns:1fr 1fr}
  .partner-modal-card{min-height:112px}
  .partner-modal-card img{height:64px}
}


/* Production 2.6 — reliable direction photos + dark partner cards */

/* Use real HTML images, not pseudo-element backgrounds */
.photo-direction{
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
  background:#061525 !important;
}
.direction-photo{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  z-index:0 !important;
  display:block !important;
  opacity:1 !important;
  filter:saturate(.96) contrast(1.06) brightness(.82);
  transition:transform .8s ease,filter .35s ease;
}
.photo-direction:before{
  z-index:1 !important;
  background:linear-gradient(180deg,rgba(2,10,18,.05) 0%,rgba(2,10,18,.18) 35%,rgba(2,10,18,.82) 78%,rgba(2,10,18,.96) 100%) !important;
}
.photo-direction:after{display:none !important}
.photo-direction > div,
.photo-direction .direction-num{
  position:relative !important;
  z-index:2 !important;
}
.photo-direction:hover .direction-photo{
  transform:scale(1.045);
  filter:saturate(1) contrast(1.07) brightness(.88);
}

/* Dark, integrated partner presentation — no white tiles */
.partner-logo-card,
.partner-modal-card{
  background:
    radial-gradient(circle at 50% 25%,rgba(38,79,111,.18),transparent 45%),
    linear-gradient(145deg,#0a1f32,#071725) !important;
  border:1px solid rgba(74,112,140,.35) !important;
  box-shadow:inset 0 1px rgba(255,255,255,.025) !important;
}
.partner-logo-card img,
.partner-modal-card img{
  height:82px !important;
  object-fit:contain !important;
  filter:drop-shadow(0 5px 10px rgba(0,0,0,.20));
}
.partner-logo-card span,
.partner-modal-card span{
  color:#aebdca !important;
  font-size:10px !important;
  letter-spacing:.03em;
}
.partner-logo-card:hover,
.partner-modal-card:hover{
  background:linear-gradient(145deg,#0d2940,#091b2b) !important;
  border-color:rgba(224,180,93,.48) !important;
}
.partner-marquee{
  background:linear-gradient(180deg,rgba(5,18,31,.52),rgba(4,15,26,.74)) !important;
}
@media(max-width:640px){
  .direction-photo{object-position:center !important}
  .partner-logo-card img,.partner-modal-card img{height:68px !important}
}


/* Production 2.7 — bugfix: clean direction photography */
.photo-direction.rail:after,
.photo-direction.industry:after,
.photo-direction.agro:after{
  display:none !important;
  background-image:none !important;
}
.direction-photo{
  z-index:0 !important;
}
.photo-direction:before{
  z-index:1 !important;
}
.photo-direction > div,
.photo-direction .direction-num{
  z-index:2 !important;
}

/* Production 2.7 — partners modal hardening */
.partners-modal{display:none !important}
.partners-modal.open{display:block !important}
.partners-modal-panel{z-index:2 !important}
.partners-modal-backdrop{z-index:1 !important}
#openPartners{cursor:pointer !important;pointer-events:auto !important}


/* Production 2.8 — selected partners only */
.partner-track{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}
.partners-modal-grid{
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}
@media(max-width:900px){
  .partners-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
}
@media(max-width:720px){
  .partner-track{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
}


/* Production 2.9 — direction cards final correction */
.directions{
  align-items:stretch !important;
}
.photo-direction{
  min-width:0 !important;
  min-height:390px !important;
}
.direction-photo{
  object-fit:cover !important;
  object-position:center !important;
  filter:saturate(.94) contrast(1.08) brightness(.76) !important;
}
.photo-direction > div:last-child{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
}
.photo-direction h2{
  font-size:clamp(19px,1.55vw,27px) !important;
  line-height:1.18 !important;
  max-width:100% !important;
  overflow-wrap:anywhere !important;
  word-break:normal !important;
  hyphens:auto;
}
.photo-direction p{
  font-size:14px !important;
  line-height:1.55 !important;
  max-width:100% !important;
}
.photo-direction.agro h2{
  font-size:clamp(18px,1.38vw,25px) !important;
  padding-right:0 !important;
}
.photo-direction .new{
  display:inline-flex !important;
  vertical-align:middle !important;
  margin-left:8px !important;
  white-space:nowrap !important;
}
@media(max-width:1100px) and (min-width:901px){
  .photo-direction h2{font-size:20px !important}
  .photo-direction.agro h2{font-size:18px !important}
  .photo-direction p{font-size:13px !important}
}
@media(max-width:900px){
  .photo-direction{
    min-height:330px !important;
  }
  .photo-direction h2,
  .photo-direction.agro h2{
    font-size:26px !important;
  }
}
@media(max-width:640px){
  .photo-direction{min-height:310px !important}
  .photo-direction h2,
  .photo-direction.agro h2{
    font-size:24px !important;
    line-height:1.15 !important;
  }
}

/* Kill any legacy background images under the real HTML image */
.photo-direction:after{
  display:none !important;
  background:none !important;
}

/* Production 3.0 — genuinely clean source photography */
.direction-photo{
  object-fit:cover !important;
  object-position:center !important;
  filter:saturate(.90) contrast(1.08) brightness(.66) !important;
}
.photo-direction:hover .direction-photo{
  filter:saturate(.98) contrast(1.08) brightness(.73) !important;
}
.photo-direction:after{
  display:none !important;
  content:none !important;
  background:none !important;
}

/* Production 3.1 — Gold emphasis + animated process/history */
.hero .btn-gold,.hero .btn:nth-of-type(2){background:linear-gradient(180deg,#e5bd67 0%,#c58b2a 48%,#8f5d18 100%)!important;border-color:#e4bd67!important;color:#fff!important;box-shadow:0 10px 28px rgba(184,125,33,.22),inset 0 1px rgba(255,255,255,.28)!important}
.hero .btn-gold:hover,.hero .btn:nth-of-type(2):hover{transform:translateY(-1px);box-shadow:0 14px 36px rgba(196,137,40,.30),inset 0 1px rgba(255,255,255,.35)!important}
.about-capabilities{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;border:0!important;background:transparent!important}
.about-capabilities article{position:relative;min-height:260px;padding:28px!important;border:1px solid rgba(78,111,137,.38)!important;border-radius:14px!important;background:radial-gradient(circle at 20% 0%,rgba(211,163,74,.10),transparent 34%),linear-gradient(145deg,rgba(8,29,47,.96),rgba(5,18,31,.98))!important;overflow:hidden;transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}
.about-capabilities article:before{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 36%,rgba(224,180,93,.08) 50%,transparent 64%);transform:translateX(-130%);transition:transform .8s ease}.about-capabilities article:hover{transform:translateY(-6px);border-color:rgba(224,180,93,.58)!important;box-shadow:0 18px 38px rgba(0,0,0,.24)}.about-capabilities article:hover:before{transform:translateX(130%)}
.about-capabilities .cap-num{color:#d6aa55!important;font-size:12px!important;letter-spacing:.18em}.about-capabilities h3{font-size:24px!important;margin-top:50px!important}.about-capabilities p{color:#9eafbc!important}
.workflow-grid{position:relative;display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;border:0!important;background:transparent!important;overflow:visible!important}.workflow-grid:before{content:"";position:absolute;left:8%;right:8%;top:52px;height:1px;background:linear-gradient(90deg,transparent,#d6aa55 12%,#477698 50%,#d6aa55 88%,transparent);opacity:.45}
.workflow-grid article{min-height:280px!important;padding:22px 20px 24px!important;border:1px solid rgba(72,107,135,.36)!important;border-radius:14px!important;background:linear-gradient(180deg,rgba(8,29,47,.94),rgba(5,17,29,.98))!important;transition:transform .32s ease,border-color .32s ease,box-shadow .32s ease}.workflow-grid article+article{border-left:1px solid rgba(72,107,135,.36)!important}.workflow-grid article:hover{transform:translateY(-5px);border-color:rgba(224,180,93,.54)!important;box-shadow:0 18px 34px rgba(0,0,0,.22)}
.workflow-grid .workflow-icon{margin:18px 0 20px!important;background:radial-gradient(circle at 35% 30%,rgba(224,180,93,.18),rgba(7,25,41,.94))!important;border-color:rgba(224,180,93,.46)!important;box-shadow:0 0 0 8px rgba(224,180,93,.03)}.workflow-grid article>span{color:#d6aa55!important}
.timeline{position:relative;isolation:isolate}.timeline:after{content:"";position:absolute;left:4%;right:4%;top:24px;height:2px;z-index:-1;background:linear-gradient(90deg,#d6aa55,#5aa7da,#5aa7da,#d6aa55);background-size:180% 100%;animation:timelineFlow 6s linear infinite;opacity:.65}.timeline button{transition:transform .25s ease,color .25s ease}.timeline button:hover{transform:translateY(-3px)}.timeline button.active{color:#e0b45d!important}.timeline button.active:before{box-shadow:0 0 0 6px rgba(224,180,93,.08),0 0 24px rgba(224,180,93,.45)!important}.history-card{animation:historyEnter .48s ease both;transform-origin:50% 30%}.history-card.switching{animation:historySwap .46s ease both}
@keyframes timelineFlow{0%{background-position:0 0}100%{background-position:180% 0}}@keyframes historyEnter{from{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes historySwap{0%{opacity:.25;transform:translateY(8px) scale(.99)}100%{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:820px){.about-capabilities{grid-template-columns:1fr!important}.about-capabilities article{min-height:210px}.workflow-grid{grid-template-columns:1fr!important;gap:0!important}.workflow-grid:before{left:41px;right:auto;top:30px;bottom:30px;width:1px;height:auto;background:linear-gradient(180deg,transparent,#d6aa55 10%,#477698 50%,#d6aa55 90%,transparent)}.workflow-grid article{min-height:0!important;border-radius:0!important;border-left:0!important;border-right:0!important;border-bottom:0!important;padding:22px 18px 24px 88px!important}.workflow-grid article:first-child{border-top:1px solid rgba(72,107,135,.36)!important}.workflow-grid .workflow-icon{position:absolute;left:18px;top:24px;margin:0!important}}
@media(prefers-reduced-motion:reduce){.timeline:after,.history-card,.history-card.switching{animation:none!important}}


/* Production 3.2 — Deep 3D Panels + Parallax */
.workflow-grid article,
.about-capabilities article{
  --rx:0deg;
  --ry:0deg;
  --mx:50%;
  --my:50%;
  transform-style:preserve-3d;
  perspective:1000px;
  will-change:transform;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at var(--mx) var(--my),rgba(224,180,93,.15),transparent 28%),
    linear-gradient(145deg,rgba(10,34,54,.96),rgba(4,15,26,.99)) !important;
  border:1px solid rgba(213,166,78,.28) !important;
  box-shadow:
    inset 0 1px rgba(255,255,255,.035),
    0 18px 42px rgba(0,0,0,.22);
  transform:perspective(1000px) rotateX(var(--rx)) rotateY(var(--ry)) translateZ(0);
  transition:transform .16s ease-out,border-color .3s ease,box-shadow .3s ease;
}
.workflow-grid article:after,
.about-capabilities article:after{
  content:"";
  position:absolute;
  inset:-40%;
  pointer-events:none;
  background:linear-gradient(115deg,transparent 42%,rgba(255,211,124,.10) 50%,transparent 58%);
  transform:translateX(-55%) rotate(8deg);
  transition:transform .7s ease;
}
.workflow-grid article:hover,
.about-capabilities article:hover{
  border-color:rgba(224,180,93,.58) !important;
  box-shadow:
    inset 0 1px rgba(255,255,255,.05),
    0 28px 55px rgba(0,0,0,.32),
    0 0 30px rgba(184,125,33,.08);
}
.workflow-grid article:hover:after,
.about-capabilities article:hover:after{
  transform:translateX(55%) rotate(8deg);
}
.workflow-grid article > *,
.about-capabilities article > *{
  position:relative;
  z-index:2;
  transform:translateZ(24px);
}
.workflow-grid .workflow-icon{
  transform:translateZ(42px) !important;
  box-shadow:
    0 10px 28px rgba(0,0,0,.24),
    0 0 22px rgba(224,180,93,.10) !important;
}

/* subtle animated gold connector pulse */
.workflow-grid:after{
  content:"";
  position:absolute;
  left:7%;
  right:7%;
  top:52px;
  height:2px;
  pointer-events:none;
  background:linear-gradient(90deg,transparent 0%,transparent 35%,#e0b45d 50%,transparent 65%,transparent 100%);
  background-size:240% 100%;
  animation:ecotransFlow 4.2s linear infinite;
  opacity:.75;
}
@keyframes ecotransFlow{
  from{background-position:120% 0}
  to{background-position:-120% 0}
}

/* partners: flat integrated strip, no button/modal */
#openPartners{display:none !important}
.partner-showcase{padding-bottom:6px}
.partner-logo-card{
  cursor:default !important;
}

/* footer logo artifact cleanup */
.footer-brand-mark,
.footer-brand-mark img,
footer .brand img{
  overflow:visible !important;
}
.footer-brand-mark:after,
.footer-brand-mark:before{
  content:none !important;
  display:none !important;
}

/* Mobile: retain depth but avoid uncomfortable tilt */
@media(max-width:820px){
  .workflow-grid article,
  .about-capabilities article{
    transform:none !important;
  }
  .workflow-grid:after{display:none}
}

@media(prefers-reduced-motion:reduce){
  .workflow-grid article,
  .about-capabilities article{transform:none !important;transition:none !important}
  .workflow-grid:after{animation:none !important}
}


/* Production 3.2.1 — real panel visuals + logo cleanup */
.workflow-grid article,
.about-capabilities article{
  isolation:isolate;
  background:#071827 !important;
}
.panel-bg{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  z-index:-3 !important;
  transform:translateZ(-18px) scale(1.08);
  filter:saturate(.78) contrast(1.10) brightness(.47);
  transition:transform .45s ease,filter .35s ease;
  pointer-events:none;
}
.workflow-grid article::before,
.about-capabilities article::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:-2 !important;
  background:
    linear-gradient(180deg,rgba(4,14,24,.12),rgba(4,14,24,.54) 52%,rgba(3,11,20,.92) 100%),
    linear-gradient(90deg,rgba(3,12,21,.45),transparent 64%) !important;
  pointer-events:none;
}
.workflow-grid article:hover .panel-bg,
.about-capabilities article:hover .panel-bg{
  transform:translateZ(-14px) scale(1.13);
  filter:saturate(.92) contrast(1.10) brightness(.57);
}

/* Selected partner logos: no black rectangles */
.partner-logo-card img{
  background:transparent !important;
  mix-blend-mode:normal !important;
}
.partner-logo-card{
  background:
    radial-gradient(circle at 50% 30%,rgba(41,75,102,.12),transparent 48%),
    linear-gradient(145deg,#0a1e30,#071624) !important;
}

/* Footer logo: clip any source-image garbage decisively */
footer .brand img,
.footer-brand-mark img{
  clip-path:inset(0 0 0 0 round 0);
  object-fit:contain !important;
}

/* Production 3.3 — approved cinematic gallery */
.workflow-grid article{
  transform:none !important;
  perspective:none !important;
  min-height:360px !important;
  border-color:rgba(214,170,85,.42) !important;
  background:#061421 !important;
}
.workflow-grid article .panel-bg{
  transform:none !important;
  filter:saturate(.92) contrast(1.08) brightness(.58) !important;
  object-position:center !important;
}
.workflow-grid article:hover{
  transform:translateY(-3px) !important;
  border-color:rgba(224,180,93,.68) !important;
}
.workflow-grid article:hover .panel-bg{
  transform:scale(1.025) !important;
  filter:saturate(.98) contrast(1.08) brightness(.64) !important;
}
.workflow-grid:after{
  height:2px !important;
  background:linear-gradient(90deg,transparent,#d8a84d 8%,#f2c96f 50%,#d8a84d 92%,transparent) !important;
  box-shadow:0 0 12px rgba(224,180,93,.38);
  opacity:.82 !important;
}
@media(max-width:820px){
  .workflow-grid article{min-height:320px !important}
  .workflow-grid:after{display:none !important}
}


/* Production 3.3.1 — Mobile layout repair */
@media(max-width: 820px){

  /* 3 direction/about cards: one full-width card per row */
  .about-capabilities{
    grid-template-columns:1fr !important;
    gap:16px !important;
    padding-left:18px !important;
    padding-right:18px !important;
  }
  .about-capabilities article{
    min-height:0 !important;
    height:auto !important;
    padding:0 !important;
    border-radius:16px !important;
    overflow:hidden !important;
    display:grid !important;
    grid-template-rows:210px auto !important;
    background:#071827 !important;
  }
  .about-capabilities article .panel-bg{
    position:relative !important;
    inset:auto !important;
    width:100% !important;
    height:210px !important;
    object-fit:cover !important;
    filter:saturate(.92) contrast(1.06) brightness(.70) !important;
    transform:none !important;
    z-index:0 !important;
  }
  .about-capabilities article::before{
    display:none !important;
  }
  .about-capabilities article > *:not(.panel-bg){
    transform:none !important;
    position:relative !important;
    z-index:2 !important;
  }
  .about-capabilities .cap-num{
    position:absolute !important;
    top:18px !important;
    left:18px !important;
    z-index:3 !important;
  }
  .about-capabilities h3{
    margin:0 !important;
    padding:20px 20px 8px !important;
    font-size:25px !important;
    line-height:1.15 !important;
  }
  .about-capabilities p{
    margin:0 !important;
    padding:0 20px 22px !important;
    font-size:16px !important;
    line-height:1.5 !important;
    color:#a9b6c0 !important;
  }

  /* Workflow: one clean card per row, image on top, text below */
  .workflow-grid{
    grid-template-columns:1fr !important;
    gap:16px !important;
    padding:0 18px !important;
  }
  .workflow-grid::before,
  .workflow-grid::after{
    display:none !important;
  }
  .workflow-grid article{
    min-height:0 !important;
    height:auto !important;
    padding:0 !important;
    border-radius:16px !important;
    overflow:hidden !important;
    display:grid !important;
    grid-template-rows:240px auto !important;
    background:#071827 !important;
    transform:none !important;
  }
  .workflow-grid article .panel-bg{
    position:relative !important;
    inset:auto !important;
    width:100% !important;
    height:240px !important;
    object-fit:cover !important;
    object-position:center !important;
    filter:saturate(.94) contrast(1.06) brightness(.66) !important;
    transform:none !important;
    z-index:0 !important;
  }
  .workflow-grid article::before{
    content:"" !important;
    display:block !important;
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    height:240px !important;
    z-index:1 !important;
    background:linear-gradient(180deg,rgba(3,12,20,.05),rgba(3,12,20,.30) 58%,rgba(3,12,20,.80)) !important;
    pointer-events:none !important;
  }
  .workflow-grid article::after{
    display:none !important;
  }

  /* flatten content structure so it sits below the photo */
  .workflow-grid article > *:not(.panel-bg){
    transform:none !important;
    position:relative !important;
    z-index:2 !important;
  }
  .workflow-grid article > span{
    position:absolute !important;
    top:18px !important;
    left:18px !important;
    color:#d6aa55 !important;
    font-size:13px !important;
    letter-spacing:.12em !important;
  }
  .workflow-grid .workflow-icon{
    position:absolute !important;
    top:170px !important;
    left:18px !important;
    width:54px !important;
    height:54px !important;
    margin:0 !important;
    z-index:3 !important;
    transform:none !important;
  }
  .workflow-grid h3{
    margin:0 !important;
    padding:20px 20px 8px !important;
    font-size:26px !important;
    line-height:1.15 !important;
    color:#fff !important;
  }
  .workflow-grid p{
    margin:0 !important;
    padding:0 20px 24px !important;
    font-size:16px !important;
    line-height:1.5 !important;
    color:#a9b6c0 !important;
  }

  /* headline/explanatory intro stacks cleanly */
  .workflow-intro,
  .section-intro{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }

  /* hide floating page arrows on phones so they do not cover content */
  .page-nav,
  .scroll-controls,
  .floating-scroll,
  .scroll-up,
  .scroll-down{
    display:none !important;
  }

  /* header stays compact */
  header .brand-name{
    white-space:nowrap !important;
  }
}

/* Production 3.4.4 - awards book */
.award-book-modal{
  width:min(1120px,calc(100% - 24px));
  max-height:96svh;
  overflow:hidden;
  padding:26px 34px 22px;
  background:
    radial-gradient(circle at 50% 18%,rgba(49,96,132,.28),transparent 34%),
    linear-gradient(145deg,#081e32,#04111e 72%);
  border:1px solid rgba(218,177,91,.38);
  box-shadow:0 34px 110px rgba(0,0,0,.62);
  outline:none;
}
.award-book-heading{padding-right:52px;text-align:center}
.award-book-heading .eyebrow{margin:0 0 4px;color:#d9ae59}
.award-book-heading h2{margin:0;font-size:clamp(24px,3vw,38px)}
.award-book-modal .modal-close{
  z-index:8;right:20px;top:12px;width:42px;height:42px;
  border:1px solid rgba(255,255,255,.18);border-radius:50%;
  background:rgba(3,15,26,.68);font-size:28px;line-height:1
}
.award-book-modal .modal-close:hover,
.award-book-modal .modal-close:focus-visible{color:#f0c66b;border-color:#f0c66b}
.award-book-shell{
  display:grid;grid-template-columns:minmax(68px,1fr) auto minmax(68px,1fr);
  align-items:center;gap:20px;margin-top:18px;padding:18px 22px;
  border:1px solid rgba(57,100,133,.52);border-radius:10px;
  background:
    linear-gradient(90deg,rgba(218,177,91,.08),transparent 18%,transparent 82%,rgba(218,177,91,.08)),
    repeating-linear-gradient(90deg,rgba(255,255,255,.015) 0 1px,transparent 1px 9px),#03101b;
  box-shadow:inset 0 0 55px rgba(0,0,0,.58)
}
.award-book-stage{
  position:relative;height:min(58svh,620px);max-width:100%;aspect-ratio:210/297;
  overflow:hidden;border-radius:2px;perspective:1600px;isolation:isolate;contain:layout paint
}
.award-book-stage::before{
  content:"";position:absolute;z-index:-1;inset:0;
  border-radius:4px 13px 13px 4px;
  background:linear-gradient(90deg,#2d1a0d 0 2%,#8a6834 2% 3%,#1b2940 3% 97%,#b28d48 97% 98%,#2d1a0d 98%);
  box-shadow:0 23px 56px rgba(0,0,0,.68),inset 0 0 0 1px rgba(239,197,108,.22)
}
.award-book-stage::after{
  content:"";position:absolute;z-index:6;top:0;bottom:0;left:0;width:15px;pointer-events:none;
  background:linear-gradient(90deg,rgba(0,0,0,.24),rgba(255,255,255,.12),transparent);mix-blend-mode:multiply
}
.award-book-page{
  position:absolute;inset:0;display:block;margin:0;opacity:0;transform:rotateY(0);
  transform-origin:left center;backface-visibility:hidden;pointer-events:none;
  overflow:hidden;background:#fff;box-shadow:0 1px 0 rgba(255,255,255,.75),0 0 0 1px rgba(0,0,0,.16)
}
.award-book-page.is-active{z-index:2;opacity:1;pointer-events:auto}
.award-book-page img{
  display:block;width:100%;height:100%;object-fit:contain;background:#fff;
  user-select:none;-webkit-user-drag:none
}
.award-book-page.turn-out-forward{z-index:4;animation:award-turn-out-forward .42s cubic-bezier(.58,.02,.34,.98) both}
.award-book-page.turn-in-forward{z-index:3;animation:award-turn-in-forward .42s cubic-bezier(.58,.02,.34,.98) both}
.award-book-page.turn-out-backward{z-index:4;animation:award-turn-out-backward .42s cubic-bezier(.58,.02,.34,.98) both}
.award-book-page.turn-in-backward{z-index:3;animation:award-turn-in-backward .42s cubic-bezier(.58,.02,.34,.98) both}
@keyframes award-turn-out-forward{from{opacity:1;transform:rotateY(0)}to{opacity:0;transform:rotateY(-86deg) translateX(-3%)}}
@keyframes award-turn-in-forward{from{opacity:.22;transform:rotateY(18deg) translateX(4%)}to{opacity:1;transform:rotateY(0) translateX(0)}}
@keyframes award-turn-out-backward{from{opacity:1;transform:rotateY(0)}to{opacity:0;transform:rotateY(86deg) translateX(3%)}}
@keyframes award-turn-in-backward{from{opacity:.22;transform:rotateY(-18deg) translateX(-4%)}to{opacity:1;transform:rotateY(0) translateX(0)}}
.award-book-arrow{
  min-width:94px;min-height:58px;display:flex;align-items:center;justify-content:center;gap:8px;
  border:1px solid rgba(217,174,89,.42);border-radius:999px;background:rgba(7,27,45,.82);
  color:#eef4f8;font:700 13px/1.1 inherit;letter-spacing:.02em;cursor:pointer;
  transition:background .2s ease,border-color .2s ease,transform .2s ease,opacity .2s ease
}
.award-book-prev{justify-self:end}.award-book-next{justify-self:start}
.award-book-arrow:hover:not(:disabled),.award-book-arrow:focus-visible{
  transform:translateY(-2px);color:#f6d995;border-color:#e6bd68;background:#0b2b47
}
.award-book-arrow:disabled{opacity:.28;cursor:default}
.award-book-toolbar{
  min-height:44px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;
  gap:18px;margin-top:13px
}
.award-book-dots{display:flex;gap:9px}
.award-book-dots button{
  width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#526b80;cursor:pointer
}
.award-book-dots button.is-active{background:#f0c66b;box-shadow:0 0 14px rgba(240,198,107,.6)}
.award-book-counter{min-width:74px;color:#f3d184;text-align:center;letter-spacing:.12em}
.award-book-pdf{
  justify-self:end;color:#c6d7e4;font-size:13px;text-decoration:underline;text-underline-offset:4px
}
.award-book-pdf:hover{color:#f0c66b}
.award-book-modal .modal-note{margin:5px 0 0;text-align:center;font-size:12px}
@media(prefers-reduced-motion:reduce){
  .award-book-page.turn-out-forward,.award-book-page.turn-in-forward,
  .award-book-page.turn-out-backward,.award-book-page.turn-in-backward{animation-duration:.01ms}
}
@media(max-width:760px){
  .award-book-modal{width:calc(100% - 12px);max-height:98svh;padding:18px 12px 12px}
  .award-book-heading{padding:0 42px}
  .award-book-heading .eyebrow{font-size:10px}
  .award-book-heading h2{font-size:21px;line-height:1.15}
  .award-book-modal .modal-close{right:9px;top:8px;width:36px;height:36px}
  .award-book-shell{grid-template-columns:44px minmax(0,1fr) 44px;gap:7px;margin-top:12px;padding:12px 7px}
  .award-book-stage{width:100%;height:auto;max-height:67svh}
  .award-book-arrow{min-width:40px;width:40px;min-height:54px;padding:0;border-radius:8px;font-size:19px}
  .award-book-arrow span[data-i18n]{display:none}
  .award-book-toolbar{grid-template-columns:1fr auto 1fr;gap:8px}
  .award-book-dots{gap:7px}
  .award-book-pdf{font-size:0;text-decoration:none}
  .award-book-pdf::after{content:"PDF ↗";font-size:12px;text-decoration:underline}
  .award-book-modal .modal-note{font-size:10px}
}

@media(max-width: 480px){
  .workflow-grid article{grid-template-rows:220px auto !important}
  .workflow-grid article .panel-bg{height:220px !important}
  .workflow-grid article::before{height:220px !important}
  .workflow-grid .workflow-icon{top:150px !important}
  .about-capabilities article{grid-template-rows:190px auto !important}
  .about-capabilities article .panel-bg{height:190px !important}
}


/* Production 3.3.2 — semantic correction of the 3 capability cards */
.about-capabilities article .panel-bg{
  filter:saturate(.90) contrast(1.07) brightness(.55) !important;
}
.about-capabilities article::before{
  background:
    linear-gradient(180deg,rgba(3,12,20,.08),rgba(3,12,20,.34) 45%,rgba(3,12,20,.88) 100%) !important;
}
.about-capabilities h3{
  max-width:92% !important;
}
@media(max-width:820px){
  .about-capabilities h3{
    max-width:100% !important;
  }
}

/* Production 3.4.0 — capability card layout repair */
.about-grid{
  grid-template-columns:1fr !important;
  gap:36px !important;
}
.about-copy{
  max-width:900px;
}
.about-grid > *,
.about-capabilities,
.about-capabilities .cap-card,
.about-capabilities .cap-media,
.about-capabilities .cap-copy{
  min-width:0 !important;
}
.about-capabilities .cap-card{
  padding:0 !important;
}
.about-capabilities .cap-copy{
  width:100% !important;
}
.about-capabilities .cap-copy h3,
.about-capabilities .cap-copy p{
  word-break:normal !important;
  overflow-wrap:break-word !important;
}

/* Production 3.4.2 — orbital geography animation */
.geo-satellite{
  --orbit-size:350px;
  --orbit-duration:20s;
  --orbit-start:0deg;
  --orbit-start-inverse:0deg;
  position:absolute;
  left:50%;
  top:50%;
  width:var(--orbit-size);
  height:var(--orbit-size);
  margin-left:calc(var(--orbit-size) / -2);
  margin-top:calc(var(--orbit-size) / -2);
  border-radius:50%;
  pointer-events:none;
  animation:geoSatelliteOrbit var(--orbit-duration) linear infinite;
  will-change:transform;
}
.satellite-ru{
  --orbit-size:350px;
  --orbit-duration:21s;
  --orbit-start:-48deg;
  --orbit-start-inverse:48deg;
}
.satellite-tr{
  --orbit-size:240px;
  --orbit-duration:17s;
  --orbit-start:78deg;
  --orbit-start-inverse:-78deg;
}
.satellite-int{
  --orbit-size:310px;
  --orbit-duration:27s;
  --orbit-start:-150deg;
  --orbit-start-inverse:150deg;
  animation-direction:reverse;
}
.geo-satellite .geo-node{
  left:50% !important;
  right:auto !important;
  top:0 !important;
  bottom:auto !important;
  transform:translate(-50%,-50%);
  animation:geoSatelliteNodeGlow 5s ease-in-out infinite !important;
  will-change:box-shadow;
}
.geo-satellite .geo-node span{
  display:inline-block;
  animation:geoSatelliteCounterOrbit var(--orbit-duration) linear infinite;
  will-change:transform;
}
.satellite-int .geo-node span{
  animation-direction:reverse !important;
}
.geo-visual:hover .geo-satellite,
.geo-visual:hover .geo-satellite .geo-node,
.geo-visual:hover .geo-satellite .geo-node span{
  animation-play-state:paused !important;
}
.geo-line{
  display:none !important;
}
.geo-orbit{
  animation:geoOrbitBreath 7s ease-in-out infinite;
}
.orbit-2{
  animation-delay:-3.5s;
}
@keyframes geoSatelliteOrbit{
  from{transform:rotate(var(--orbit-start))}
  to{transform:rotate(calc(var(--orbit-start) + 1turn))}
}
@keyframes geoSatelliteCounterOrbit{
  from{transform:rotate(var(--orbit-start-inverse))}
  to{transform:rotate(calc(var(--orbit-start-inverse) - 1turn))}
}
@keyframes geoSatelliteNodeGlow{
  50%{box-shadow:0 14px 30px rgba(0,0,0,.26),0 0 22px rgba(224,180,93,.12)}
}
@keyframes geoOrbitBreath{
  50%{border-color:rgba(126,165,196,.34);opacity:.82}
}
@media(max-width:640px){
  .satellite-ru{--orbit-size:260px}
  .satellite-tr{--orbit-size:180px}
  .satellite-int{--orbit-size:230px}
}
@media(prefers-reduced-motion:reduce){
  .geo-satellite,
  .geo-satellite .geo-node,
  .geo-satellite .geo-node span,
  .geo-orbit{
    animation:none !important;
  }
  .geo-satellite{
    transform:rotate(var(--orbit-start));
  }
  .geo-satellite .geo-node{
    transform:translate(-50%,-50%);
  }
  .geo-satellite .geo-node span{
    transform:rotate(var(--orbit-start-inverse));
  }
}


/* Production 3.3.3 — authoritative card structure */
.about-capabilities,
.workflow-grid{
  align-items:stretch !important;
}

/* kill legacy panel-background rules on rebuilt cards */
.cap-card > .panel-bg,
.wf-card > .panel-bg{display:none !important}

/* capability cards */
.cap-card{
  padding:0 !important;
  overflow:hidden !important;
  display:flex !important;
  flex-direction:column !important;
  min-height:390px !important;
  background:#071827 !important;
  border:1px solid rgba(78,111,137,.38) !important;
  border-radius:16px !important;
  transform:none !important;
  perspective:none !important;
}
.cap-media{
  position:relative !important;
  height:245px !important;
  flex:0 0 245px !important;
  overflow:hidden !important;
}
.cap-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(3,12,20,.02),rgba(3,12,20,.18) 55%,rgba(3,12,20,.72));
}
.cap-media img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  filter:saturate(.92) contrast(1.06) brightness(.68) !important;
}
.cap-num{
  position:absolute !important;
  z-index:2 !important;
  top:16px !important;
  left:18px !important;
  color:#d6aa55 !important;
  font-size:13px !important;
  letter-spacing:.12em !important;
}
.cap-copy{
  position:relative !important;
  z-index:3 !important;
  padding:22px 22px 24px !important;
  background:#071827 !important;
  transform:none !important;
}
.cap-copy h3{
  margin:0 0 10px !important;
  font-size:24px !important;
  line-height:1.16 !important;
}
.cap-copy p{
  margin:0 !important;
  color:#a9b6c0 !important;
  font-size:15px !important;
  line-height:1.55 !important;
}

/* workflow cards */
.wf-card{
  padding:0 !important;
  overflow:hidden !important;
  display:flex !important;
  flex-direction:column !important;
  min-height:430px !important;
  background:#061421 !important;
  border:1px solid rgba(214,170,85,.42) !important;
  border-radius:16px !important;
  transform:none !important;
  perspective:none !important;
}
.wf-media{
  position:relative !important;
  height:275px !important;
  flex:0 0 275px !important;
  overflow:hidden !important;
}
.wf-media::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(2,10,18,.02),rgba(2,10,18,.18) 55%,rgba(2,10,18,.76));
}
.wf-media img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  display:block !important;
  filter:saturate(.92) contrast(1.07) brightness(.66) !important;
}
.wf-num{
  position:absolute !important;
  z-index:3 !important;
  top:16px !important;
  left:18px !important;
  color:#d6aa55 !important;
  font-size:13px !important;
  letter-spacing:.12em !important;
}
.wf-media .workflow-icon{
  position:absolute !important;
  z-index:3 !important;
  left:18px !important;
  bottom:18px !important;
  width:54px !important;
  height:54px !important;
  margin:0 !important;
  transform:none !important;
}
.wf-copy{
  position:relative !important;
  z-index:4 !important;
  padding:22px 22px 24px !important;
  background:#061421 !important;
  transform:none !important;
}
.wf-copy h3{
  margin:0 0 10px !important;
  font-size:24px !important;
  line-height:1.16 !important;
  color:#fff !important;
}
.wf-copy p{
  margin:0 !important;
  color:#a9b6c0 !important;
  font-size:15px !important;
  line-height:1.55 !important;
}

/* no pseudo-lines inside individual cards */
.wf-card::before,.wf-card::after,
.cap-card::before,.cap-card::after{
  display:none !important;
  content:none !important;
}

/* mobile: one card per row, no overlay text */
@media(max-width:820px){
  .about-capabilities,
  .workflow-grid{
    grid-template-columns:1fr !important;
    gap:18px !important;
    padding-left:18px !important;
    padding-right:18px !important;
  }

  .cap-card,.wf-card{
    min-height:0 !important;
    height:auto !important;
    border-radius:16px !important;
  }

  .cap-media{
    height:205px !important;
    flex-basis:205px !important;
  }
  .wf-media{
    height:225px !important;
    flex-basis:225px !important;
  }

  .cap-copy,.wf-copy{
    padding:20px 20px 22px !important;
  }

  .cap-copy h3,.wf-copy h3{
    font-size:25px !important;
    line-height:1.15 !important;
  }

  .cap-copy p,.wf-copy p{
    font-size:16px !important;
    line-height:1.5 !important;
  }

  .workflow-grid::before,
  .workflow-grid::after{
    display:none !important;
  }

  /* remove floating controls that covered cards */
  .page-nav,.scroll-controls,.floating-scroll,.scroll-up,.scroll-down{
    display:none !important;
  }
}

@media(max-width:480px){
  .cap-media{height:190px !important;flex-basis:190px !important}
  .wf-media{height:210px !important;flex-basis:210px !important}
}


/* Production 3.3.4 — mobile clean final override */

/* decorative numbering removed in HTML; hide any legacy leftovers */
.cap-num,
.wf-num,
.photo-direction .num,
.photo-direction .index,
.about-capabilities [class*="num"],
.workflow-grid [class*="num"]{
  display:none !important;
}

/* mobile: force REAL full-width image + text below, no narrow left strip */
@media(max-width: 820px){

  .about-capabilities,
  .workflow-grid{
    display:block !important;
    width:100% !important;
    padding:0 18px !important;
    margin:0 !important;
  }

  .cap-card,
  .wf-card{
    display:block !important;
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    height:auto !important;
    min-height:0 !important;
    margin:0 0 18px !important;
    padding:0 !important;
    overflow:hidden !important;
    border-radius:16px !important;
    position:relative !important;
    transform:none !important;
    perspective:none !important;
    background:#071827 !important;
  }

  .cap-media,
  .wf-media{
    display:block !important;
    position:relative !important;
    width:100% !important;
    max-width:none !important;
    height:220px !important;
    min-height:220px !important;
    flex:none !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
    inset:auto !important;
    transform:none !important;
  }

  .cap-media img,
  .wf-media img{
    display:block !important;
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    object-fit:cover !important;
    object-position:center !important;
    margin:0 !important;
    padding:0 !important;
    transform:none !important;
    filter:saturate(.96) contrast(1.06) brightness(.70) !important;
  }

  .cap-media::after,
  .wf-media::after{
    content:"" !important;
    display:block !important;
    position:absolute !important;
    inset:0 !important;
    background:linear-gradient(180deg,rgba(3,12,20,.02),rgba(3,12,20,.12) 58%,rgba(3,12,20,.62)) !important;
    z-index:1 !important;
    pointer-events:none !important;
  }

  .cap-copy,
  .wf-copy{
    display:block !important;
    position:relative !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:20px 22px 24px !important;
    background:#071827 !important;
    transform:none !important;
    z-index:3 !important;
  }

  .wf-copy{
    background:#061421 !important;
  }

  .cap-copy h3,
  .wf-copy h3{
    display:block !important;
    margin:0 0 10px !important;
    padding:0 !important;
    font-size:25px !important;
    line-height:1.15 !important;
    max-width:none !important;
    color:#fff !important;
  }

  .cap-copy p,
  .wf-copy p{
    display:block !important;
    margin:0 !important;
    padding:0 !important;
    font-size:16px !important;
    line-height:1.5 !important;
    color:#a9b6c0 !important;
    max-width:none !important;
  }

  .wf-media .workflow-icon{
    display:flex !important;
    position:absolute !important;
    left:18px !important;
    bottom:16px !important;
    top:auto !important;
    width:52px !important;
    height:52px !important;
    z-index:2 !important;
    margin:0 !important;
    transform:none !important;
  }

  /* remove all connector lines/old overlays that created visual clutter */
  .workflow-grid::before,
  .workflow-grid::after,
  .wf-card::before,
  .wf-card::after,
  .cap-card::before,
  .cap-card::after{
    display:none !important;
    content:none !important;
  }

  /* remove floating white arrows over content */
  .page-nav,
  .scroll-controls,
  .floating-scroll,
  .scroll-up,
  .scroll-down,
  [class*="scroll-arrow"],
  [class*="page-arrow"]{
    display:none !important;
  }
}

@media(max-width: 480px){
  .cap-media,
  .wf-media{
    height:205px !important;
    min-height:205px !important;
  }
}


/* Production 3.3.5 — MOBILE FULL-CARD IMAGES */
@media(max-width:820px){

  /* Workflow cards: photo fills the ENTIRE card */
  .workflow-grid{
    display:block !important;
    padding:0 18px !important;
  }

  .workflow-grid .wf-card{
    position:relative !important;
    display:block !important;
    width:100% !important;
    min-height:330px !important;
    margin:0 0 18px !important;
    padding:0 !important;
    overflow:hidden !important;
    border-radius:16px !important;
    background:#061421 !important;
    isolation:isolate !important;
  }

  .workflow-grid .wf-card .wf-media{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    min-height:100% !important;
    margin:0 !important;
    padding:0 !important;
    z-index:0 !important;
    overflow:hidden !important;
  }

  .workflow-grid .wf-card .wf-media img{
    position:absolute !important;
    inset:0 !important;
    display:block !important;
    width:100% !important;
    height:100% !important;
    min-width:100% !important;
    min-height:100% !important;
    object-fit:cover !important;
    object-position:center !important;
    margin:0 !important;
    padding:0 !important;
    transform:none !important;
    filter:saturate(.95) contrast(1.08) brightness(.48) !important;
  }

  .workflow-grid .wf-card .wf-media::after{
    content:"" !important;
    position:absolute !important;
    inset:0 !important;
    display:block !important;
    z-index:1 !important;
    background:
      linear-gradient(90deg,rgba(3,12,20,.78) 0%,rgba(3,12,20,.56) 42%,rgba(3,12,20,.26) 100%),
      linear-gradient(180deg,rgba(3,12,20,.12) 0%,rgba(3,12,20,.25) 55%,rgba(3,12,20,.72) 100%) !important;
    pointer-events:none !important;
  }

  .workflow-grid .wf-card .wf-copy{
    position:relative !important;
    z-index:3 !important;
    width:100% !important;
    min-height:330px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    padding:34px 30px 34px 96px !important;
    margin:0 !important;
    background:transparent !important;
  }

  .workflow-grid .wf-card .wf-copy h3{
    margin:0 0 12px !important;
    padding:0 !important;
    font-size:26px !important;
    line-height:1.14 !important;
    color:#fff !important;
    text-shadow:0 2px 10px rgba(0,0,0,.45);
  }

  .workflow-grid .wf-card .wf-copy p{
    margin:0 !important;
    padding:0 !important;
    font-size:16px !important;
    line-height:1.52 !important;
    color:#d0d7dc !important;
    text-shadow:0 2px 10px rgba(0,0,0,.42);
  }

  .workflow-grid .wf-card .workflow-icon{
    position:absolute !important;
    left:24px !important;
    top:50% !important;
    bottom:auto !important;
    transform:translateY(-50%) !important;
    z-index:4 !important;
    width:50px !important;
    height:50px !important;
    margin:0 !important;
  }

  /* remove old narrow-strip geometry and connectors */
  .workflow-grid .wf-card::before,
  .workflow-grid .wf-card::after,
  .workflow-grid::before,
  .workflow-grid::after{
    display:none !important;
    content:none !important;
  }

  /* remove any remaining floating arrows over content */
  .page-nav,
  .scroll-controls,
  .floating-scroll,
  .scroll-up,
  .scroll-down,
  [class*="scroll-arrow"],
  [class*="page-arrow"]{
    display:none !important;
  }
}

@media(max-width:480px){
  .workflow-grid .wf-card{
    min-height:310px !important;
  }
  .workflow-grid .wf-card .wf-copy{
    min-height:310px !important;
    padding:30px 22px 30px 82px !important;
  }
  .workflow-grid .wf-card .workflow-icon{
    left:20px !important;
    width:46px !important;
    height:46px !important;
  }
}


/* Production 3.3.6 — clean source photos, no baked numbers/icons */
.cap-num,
.wf-num{
  display:none !important;
}

@media(max-width:820px){
  .scroll-hint{
    display:none !important;
  }

  .workflow-grid .wf-card{
    min-height:320px !important;
  }

  .workflow-grid .wf-card .wf-media{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
  }

  .workflow-grid .wf-card .wf-media img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center !important;
    filter:saturate(.95) contrast(1.07) brightness(.48) !important;
  }

  .workflow-grid .wf-card .wf-copy{
    min-height:320px !important;
    padding:32px 28px 32px 92px !important;
    background:
      linear-gradient(90deg,rgba(3,12,20,.82) 0%,rgba(3,12,20,.62) 44%,rgba(3,12,20,.28) 100%) !important;
  }

  .workflow-grid .wf-card .wf-media::after{
    display:none !important;
    content:none !important;
  }
}


/* Production 3.3.8 — ZERO decorative numbering */
.direction-num,.card-num,.cap-num,.wf-num,
.photo-direction [class*="num"],
.about-capabilities [class*="num"],
.workflow-grid [class*="num"]{
  display:none !important;
  content:none !important;
}
.photo-direction::before,.photo-direction::after,
.cap-card::before,.cap-card::after,
.wf-card::before,.wf-card::after{
  content:none !important;
}


/* Production 3.3.9 — final artifact cleanup */
@media(max-width:820px){
  .scroll-hint,
  .page-nav,
  .scroll-controls,
  .floating-scroll,
  .scroll-up,
  .scroll-down,
  .section-scroll,
  .section-nav,
  .quick-nav,
  button[aria-label*="вверх" i],
  button[aria-label*="вниз" i],
  button[aria-label*="up" i],
  button[aria-label*="down" i]{
    display:none !important;
    visibility:hidden !important;
    pointer-events:none !important;
  }
}


/* Production 3.5.0 — animated workflow, three orbits and mobile polish */
body.language-gate-open{
  overflow:hidden !important;
}
.site-header .brand{
  cursor:pointer;
}

/* Workflow markers now explain their role on hover, focus or tap. */
.workflow-icon{
  appearance:none;
  -webkit-appearance:none;
  padding:0 !important;
  color:#f0c66b !important;
  cursor:pointer;
  overflow:visible !important;
  font:inherit;
}
.workflow-icon-glyph{
  width:100%;
  height:100%;
  display:grid;
  place-items:center;
  font-size:18px;
  line-height:1;
  color:#f0c66b;
  animation:workflowMarkerSignal 5.2s ease-in-out infinite;
}
.wf-card:nth-child(2) .workflow-icon-glyph{animation-delay:1.3s}
.wf-card:nth-child(3) .workflow-icon-glyph{animation-delay:2.6s}
.wf-card:nth-child(4) .workflow-icon-glyph{animation-delay:3.9s}
.workflow-icon-label{
  position:absolute;
  left:-1px;
  bottom:calc(100% + 10px);
  width:max-content;
  max-width:min(230px,calc(100vw - 64px));
  padding:9px 11px;
  border:1px solid rgba(224,180,93,.52);
  border-radius:8px;
  background:rgba(4,17,29,.96);
  box-shadow:0 12px 28px rgba(0,0,0,.34);
  color:#f4f6f8;
  font-size:12px;
  font-weight:700;
  line-height:1.35;
  letter-spacing:.01em;
  text-align:left;
  white-space:normal;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(6px);
  transition:opacity .2s ease,transform .2s ease,visibility .2s ease;
}
.workflow-icon:hover .workflow-icon-label,
.workflow-icon:focus-visible .workflow-icon-label,
.workflow-icon.is-explaining .workflow-icon-label{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

@media(min-width:821px){
  .workflow-grid::before{
    content:"" !important;
    display:block !important;
    position:absolute !important;
    z-index:8 !important;
    left:8% !important;
    right:8% !important;
    top:52px !important;
    height:2px !important;
    pointer-events:none !important;
    opacity:.72 !important;
    background:linear-gradient(90deg,transparent 0%,#9b6d26 9%,#f2c96f 28%,#537f9f 50%,#f2c96f 72%,#9b6d26 91%,transparent 100%) !important;
    background-size:220% 100% !important;
    box-shadow:0 0 12px rgba(224,180,93,.25);
    animation:workflowConnectorFlow 5.2s linear infinite !important;
  }
  .workflow-grid::after{
    content:"" !important;
    display:block !important;
    position:absolute !important;
    z-index:9 !important;
    left:8% !important;
    right:8% !important;
    top:45px !important;
    height:16px !important;
    pointer-events:none !important;
    opacity:1 !important;
    background:radial-gradient(circle,#fff4c8 0 12%,#efbd57 18%,rgba(224,180,93,.28) 36%,transparent 68%) no-repeat !important;
    background-size:34px 16px !important;
    animation:workflowConnectorPulse 5.2s linear infinite !important;
  }
}
@keyframes workflowConnectorFlow{
  from{background-position:0 0}
  to{background-position:220% 0}
}
@keyframes workflowConnectorPulse{
  from{background-position:-34px 50%}
  to{background-position:calc(100% + 34px) 50%}
}
@keyframes workflowMarkerSignal{
  0%,16%,100%{transform:scale(1);text-shadow:0 0 0 transparent;opacity:.82}
  7%{transform:scale(1.24);text-shadow:0 0 14px rgba(240,198,107,.95);opacity:1}
}

/* Each geography node travels on its own ring. */
.orbit-1{width:240px !important;height:240px !important}
.orbit-2{width:300px !important;height:300px !important}
.orbit-3{
  width:360px !important;
  height:360px !important;
  animation-delay:-5.1s !important;
}
.satellite-tr{
  --orbit-size:240px !important;
  --orbit-duration:16s !important;
  --orbit-start:32deg !important;
  --orbit-start-inverse:-32deg !important;
}
.satellite-int{
  --orbit-size:300px !important;
  --orbit-duration:24s !important;
  --orbit-start:-105deg !important;
  --orbit-start-inverse:105deg !important;
}
.satellite-ru{
  --orbit-size:360px !important;
  --orbit-duration:32s !important;
  --orbit-start:-210deg !important;
  --orbit-start-inverse:210deg !important;
}

/* Mobile direction cards: keep every caption inside its own image. */
@media(max-width:900px){
  .directions{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    align-items:stretch !important;
    width:100% !important;
    max-width:100% !important;
    gap:14px !important;
    padding:12px !important;
    overflow:visible !important;
  }
  .directions .photo-direction{
    position:relative !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-end !important;
    contain:layout paint !important;
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    min-height:390px !important;
    height:auto !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
    border-radius:8px !important;
  }
  .directions .photo-direction .direction-photo{
    position:absolute !important;
    inset:0 !important;
    display:block !important;
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    object-fit:cover !important;
    object-position:center !important;
    transform:none !important;
  }
  .directions .photo-direction > div:last-child{
    position:relative !important;
    inset:auto !important;
    left:auto !important;
    right:auto !important;
    top:auto !important;
    bottom:auto !important;
    z-index:3 !important;
    display:block !important;
    align-self:stretch !important;
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    margin:0 !important;
    padding:110px 20px 25px !important;
    overflow:visible !important;
    transform:none !important;
    background:linear-gradient(180deg,transparent 0%,rgba(3,12,20,.34) 30%,rgba(3,12,20,.90) 72%,rgba(3,12,20,.98) 100%) !important;
    box-sizing:border-box !important;
  }
  .directions .photo-direction h2,
  .directions .photo-direction.agro h2{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 0 10px !important;
    padding:0 !important;
    overflow:visible !important;
    font-size:clamp(22px,6.6vw,27px) !important;
    line-height:1.16 !important;
    overflow-wrap:break-word !important;
    word-break:normal !important;
    white-space:normal !important;
    transform:none !important;
  }
  .directions .photo-direction p{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 0 14px !important;
    padding:0 !important;
    overflow:visible !important;
    font-size:14px !important;
    line-height:1.5 !important;
    overflow-wrap:break-word !important;
    white-space:normal !important;
    transform:none !important;
  }
  .directions .photo-direction a{
    position:relative !important;
    inset:auto !important;
    display:inline-flex !important;
    max-width:100% !important;
    margin:0 !important;
    transform:none !important;
    white-space:normal !important;
  }
  .directions .photo-direction .new{
    margin-left:6px !important;
  }
}
@media(max-width:420px){
  .directions .photo-direction{
    min-height:370px !important;
  }
  .directions .photo-direction > div:last-child{
    padding:96px 17px 22px !important;
  }
  .directions .photo-direction h2,
  .directions .photo-direction.agro h2{
    font-size:21px !important;
  }
}

@media(max-width:640px){
  .orbit-1{width:180px !important;height:180px !important}
  .orbit-2{width:230px !important;height:230px !important}
  .orbit-3{width:280px !important;height:280px !important}
  .satellite-tr{--orbit-size:180px !important}
  .satellite-int{--orbit-size:230px !important}
  .satellite-ru{--orbit-size:280px !important}
  .workflow-icon-label{
    max-width:min(218px,calc(100vw - 76px));
    font-size:11px;
  }
}

/* Appears only while the page is moving and fades after scrolling stops. */
.motion-top-control{
  position:fixed;
  right:clamp(14px,2.6vw,30px);
  bottom:max(18px,env(safe-area-inset-bottom));
  z-index:1500;
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid rgba(224,180,93,.58);
  border-radius:50%;
  background:rgba(5,20,34,.92);
  box-shadow:0 12px 30px rgba(0,0,0,.34),0 0 18px rgba(224,180,93,.10);
  color:#f0c66b;
  font-size:25px;
  line-height:1;
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(12px) scale(.92);
  transition:opacity .22s ease,visibility .22s ease,transform .22s ease,background .2s ease;
}
.motion-top-control:hover{
  background:rgba(17,45,68,.96);
}
.motion-top-control.is-visible{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0) scale(1);
}
.language-gate-open .motion-top-control{
  display:none !important;
}

@media(prefers-reduced-motion:reduce){
  .workflow-grid::before,
  .workflow-grid::after,
  .workflow-icon-glyph{
    animation:none !important;
  }
  .motion-top-control{
    transition:none !important;
  }
}


/* Production 3.5.1 — news photos without baked captions; stable narrow layout */
@media(max-width:1180px){
  .news-live{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    width:100% !important;
    max-width:100% !important;
  }
  .news-live-card{
    position:relative !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    grid-template-rows:auto auto !important;
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    min-height:0 !important;
    height:auto !important;
    overflow:hidden !important;
  }
  .news-live-card .news-photo{
    position:relative !important;
    display:block !important;
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    height:clamp(210px,34vw,330px) !important;
    min-height:210px !important;
    overflow:hidden !important;
    border-right:0 !important;
    border-bottom:1px solid rgba(255,255,255,.05) !important;
  }
  .news-live-card .news-photo img{
    position:absolute !important;
    inset:0 !important;
    display:block !important;
    width:100% !important;
    height:100% !important;
    max-width:none !important;
    object-fit:cover !important;
    object-position:center !important;
    transform:none !important;
    animation:none !important;
  }
  .news-live-card .news-copy{
    position:relative !important;
    inset:auto !important;
    display:flex !important;
    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    margin:0 !important;
    padding:22px 20px 24px !important;
    overflow:visible !important;
    transform:none !important;
  }
  .news-live-card .news-copy h3,
  .news-live-card .news-copy p,
  .news-live-card .news-copy a{
    width:100% !important;
    max-width:100% !important;
    overflow-wrap:break-word !important;
    word-break:normal !important;
    white-space:normal !important;
  }
}

@media(max-width:480px){
  .news-live-card .news-photo{
    height:210px !important;
    min-height:210px !important;
  }
  .news-live-card .news-copy{
    padding:19px 17px 22px !important;
  }
  .news-live-card .news-copy h3{
    font-size:19px !important;
    line-height:1.3 !important;
  }
}

/* Production 3.5.2 — align the three direction cards with the site content grid. */
@media(min-width:901px){
  .directions{
    width:min(var(--max),calc(100% - 40px));
    margin-left:auto;
    margin-right:auto;
  }
}
