:root{--bg:#070f22;--bg2:#0a1b39;--card:#0d254c;--line:#244d7c;--blue:#0886ff;--cyan:#41c2ff;--yellow:#ffe900;--green:#31da89;--white:#f5f8ff;--muted:#9aacc8;--max:1240px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--white);font:15px/1.5 Inter,Arial,sans-serif;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;background:radial-gradient(circle at 82% 10%,rgba(0,135,255,.13),transparent 29%),radial-gradient(circle at 8% 60%,rgba(255,233,0,.06),transparent 24%)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}.header{height:82px;padding:0 max(28px,calc((100vw - var(--max))/2 + 28px));display:flex;align-items:center;gap:30px;position:sticky;top:0;z-index:40;background:rgba(7,15,34,.87);border-bottom:1px solid rgba(88,142,202,.2);backdrop-filter:blur(18px)}.logo img{width:115px;height:52px;object-fit:contain}.header nav{display:flex;gap:26px;margin-left:auto}.header nav a{font-size:13px;color:var(--muted)}.header nav a:hover{color:#fff}.phone{font-weight:900}.menu{display:none;background:none;border:0}.menu i{display:block;width:24px;height:2px;background:#fff;margin:5px}.grid-bg{background-image:linear-gradient(rgba(65,194,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(65,194,255,.045) 1px,transparent 1px);background-size:48px 48px}.section{max-width:var(--max);margin:auto;padding:110px 28px}.hero{min-height:calc(100vh - 82px);padding:58px max(28px,calc((100vw - var(--max))/2 + 28px));display:grid;grid-template-columns:1fr 1fr;align-items:center;position:relative;overflow:hidden}.eyebrow{color:var(--cyan);text-transform:uppercase;letter-spacing:.17em;font-weight:900;font-size:11px}.eyebrow i{display:inline-block;width:26px;height:1px;background:var(--cyan);vertical-align:middle;margin-right:9px}.hero h1,.section h2{font-size:clamp(43px,5.7vw,78px);letter-spacing:-.055em;line-height:.98;margin:20px 0}.hero h1 em{font-style:normal;color:var(--yellow);transition:opacity .2s}.hero-copy>p{font-size:18px;color:var(--muted);max-width:670px}.button{border:1px solid transparent;border-radius:999px;padding:16px 24px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:14px;font-weight:900;cursor:pointer;transition:.25s;color:#fff}.button:hover{transform:translateY(-2px)}.primary{background:linear-gradient(110deg,#087fff,#36afff);box-shadow:0 12px 34px rgba(8,127,255,.22)}.ghost{background:#0b2247;border-color:var(--line)}.hero-stage{height:680px;position:relative}.stage-photo{position:absolute;right:0;bottom:0;width:72%;height:92%;border-radius:280px 280px 30px 30px;overflow:hidden;border:1px solid rgba(80,163,238,.25)}.stage-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#071126 2%,transparent 50%)}.stage-photo img{width:100%;height:100%;object-fit:cover}.stage-product{position:absolute;left:4%;bottom:35px;z-index:3;width:56%;height:72%}.stage-product img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 35px 45px rgba(0,0,0,.55));animation:float 5s ease-in-out infinite}.orbit{position:absolute;border:1px solid rgba(65,194,255,.2);border-radius:50%;pointer-events:none}.orbit-one{width:440px;height:440px;left:4%;top:70px}.orbit-two{width:300px;height:300px;left:15%;top:140px}.stage-label{position:absolute;z-index:4;background:rgba(8,31,66,.9);border:1px solid var(--line);border-radius:14px;padding:11px 15px;backdrop-filter:blur(9px)}.stage-label span,.stage-label b{display:block}.stage-label span{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.label-a{right:0;top:110px}.label-a b{color:var(--yellow)}.label-b{left:0;bottom:105px}.label-b b{color:var(--cyan)}.hero-footer{position:absolute;bottom:20px;left:max(28px,calc((100vw - var(--max))/2 + 28px));display:flex;align-items:center;gap:13px;color:#7186a4;font-size:10px;text-transform:uppercase;letter-spacing:.12em}.hero-footer i{width:26px;height:1px;background:#315681}.numbers{padding-top:26px;padding-bottom:26px;background:#0c244a;border:1px solid var(--line);border-radius:23px;display:grid;grid-template-columns:repeat(4,1fr)}.numbers article{padding:17px 27px;border-right:1px solid var(--line)}.numbers article:last-child{border:0}.numbers strong{font-size:48px;line-height:1}.numbers sup{color:var(--yellow);font-size:24px}.numbers p{color:var(--muted);font-size:12px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:45px;margin-bottom:48px}.section-head h2{font-size:clamp(41px,5vw,66px);margin-bottom:0}.section-head>p{max-width:440px;color:var(--muted)}.directions{max-width:none;padding-inline:max(28px,calc((100vw - var(--max))/2 + 28px));background:#050d1d;border-block:1px solid rgba(75,139,205,.18)}.route-picker{height:620px;display:grid;grid-template-columns:1.5fr .5fr;gap:15px;transition:grid-template-columns .55s ease}.route-picker[data-active=product]{grid-template-columns:.5fr 1.5fr}.route-card{position:relative;border:1px solid var(--line);border-radius:23px;overflow:hidden;cursor:pointer;min-width:0}.route-card>img{width:100%;height:100%;object-fit:cover;transition:.65s}.route-card.product>img{object-fit:cover}.route-shade{position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,12,28,.98) 7%,rgba(3,12,28,.12) 80%)}.route-card:not(.active) .route-shade{background:rgba(3,13,30,.67)}.route-copy{position:absolute;left:28px;right:28px;bottom:30px;max-width:650px}.route-copy h3{font-size:clamp(28px,3.5vw,48px);line-height:1.02;letter-spacing:-.04em;margin:0 0 12px}.route-copy p{color:#b2c4db}.route-copy ul{display:flex;gap:20px;padding:0;list-style:none;font-size:11px;color:#dce8f6}.route-copy li:before{content:"✓";color:var(--green);margin-right:6px}.route-card:not(.active) .route-copy p,.route-card:not(.active) .route-copy ul,.route-card:not(.active) .route-copy .button{opacity:0;pointer-events:none}.route-card:not(.active) .route-copy h3{font-size:29px}.route-tabs{display:flex;justify-content:center;gap:8px;margin-top:18px}.route-tabs button{border:1px solid var(--line);background:#0b2247;color:var(--muted);border-radius:999px;padding:10px 16px;font-weight:800;cursor:pointer}.route-tabs button.active{background:var(--blue);color:#fff}.tech-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;grid-auto-rows:255px;gap:15px}.tech-grid article{background:#0b244a;border:1px solid var(--line);border-radius:20px;padding:27px;overflow:hidden;position:relative}.tech-grid article>b{color:var(--cyan);font-size:22px}.tech-grid h3{font-size:21px}.tech-grid p{color:var(--muted)}.tech-main{grid-row:span 2;padding:0!important}.tech-main img{width:100%;height:100%;object-fit:cover}.tech-main:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,15,34,.98),transparent 75%)}.tech-main div{position:absolute;left:27px;right:27px;bottom:24px;z-index:2}.tech-main span{color:var(--yellow);text-transform:uppercase;font-size:10px;font-weight:900}.tech-main h3{font-size:31px;margin:7px 0}.requirements{max-width:none;padding-inline:max(28px,calc((100vw - var(--max))/2 + 28px));background:#041124;border-block:1px solid rgba(71,139,210,.2);display:grid;grid-template-columns:.75fr 1.25fr;gap:70px;align-items:center}.requirements-copy h2{font-size:clamp(41px,5vw,66px)}.requirements-copy>p{color:var(--muted)}.posts{display:flex;gap:7px;margin:27px 0}.posts button{width:44px;height:44px;border-radius:12px;border:1px solid var(--line);background:#0a2349;color:#a8bdd7;font-weight:900;cursor:pointer}.posts button.active{background:var(--yellow);color:#111b2e;border-color:var(--yellow)}.requirements-panel{background:linear-gradient(145deg,#0f3262,#0a244a);border:1px solid #2d5d94;border-radius:23px;padding:28px}.panel-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #345c8c;padding-bottom:20px}.panel-head>span{color:var(--muted);font-size:11px;text-transform:uppercase}.panel-head strong{font-size:25px}.panel-head i{font-style:normal;color:var(--yellow)}.req-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:20px 0}.req-grid article{background:#071d3d;border:1px solid #2b5383;border-radius:14px;padding:16px}.req-grid span,.req-grid b{display:block}.req-grid span{color:var(--muted);font-size:10px}.req-grid b{margin-top:6px}.req-note{display:flex;gap:12px;color:#8da4c2;font-size:10px}.req-note i{font-style:normal;width:24px;height:24px;border:1px solid var(--yellow);color:var(--yellow);border-radius:50%;display:grid;place-items:center;flex:none}.req-note p{margin:0}.proof-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:14px}.proof figure{height:420px;margin:0;border:1px solid var(--line);border-radius:20px;overflow:hidden;position:relative}.proof figure img{width:100%;height:100%;object-fit:cover;transition:.6s}.proof figure:hover img{transform:scale(1.035)}.proof figure:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(3,13,29,.9),transparent 50%)}.proof figcaption{position:absolute;z-index:2;left:20px;bottom:19px}.proof figcaption span,.proof figcaption b{display:block}.proof figcaption span{color:var(--cyan);text-transform:uppercase;font-size:9px;letter-spacing:.12em}.final{margin-bottom:65px;background:linear-gradient(110deg,#0f315f,#0a2143);border:1px solid #2d5b8e;border-radius:25px;display:flex;justify-content:space-between;align-items:center;gap:30px}.final h2{font-size:clamp(41px,5vw,65px)}.final p{color:var(--muted)}.final>div:last-child{display:flex;gap:10px;flex-wrap:wrap}footer{max-width:var(--max);margin:auto;padding:42px 28px;border-top:1px solid var(--line);display:grid;grid-template-columns:160px 1fr auto;gap:25px;align-items:center;color:var(--muted);font-size:12px}footer img{width:110px}footer>div{display:flex;flex-direction:column;color:#fff;font-weight:800}footer small{grid-column:1/-1}dialog{width:min(510px,calc(100% - 30px));background:#0b2852;color:#fff;border:1px solid #336496;border-radius:22px;padding:34px}dialog::backdrop{background:rgba(0,7,18,.8);backdrop-filter:blur(6px)}dialog h2{font-size:38px;letter-spacing:-.04em;margin:12px 0}dialog>p{color:var(--muted)}.close{position:absolute;top:14px;right:17px;background:none;border:0;color:#fff;font-size:30px;cursor:pointer}form{display:grid;gap:12px}form label{font-size:11px;color:#b8c9df}/* 16 px обязательны: ниже этого порога iOS Safari зумит страницу на каждом
   тапе по полю и обратно сам не отъезжает. Без font-size поле берёт
   браузерный 13,3 px — то есть форму заявки с айфона заполняли в зуме. */
form input:not([type=checkbox]){display:block;width:100%;margin-top:5px;background:#061a37;border:1px solid #315c90;border-radius:11px;padding:14px;color:#fff;font-family:inherit;font-size:16px}.agree{display:flex;gap:8px}.full{width:100%}.success{text-align:center;padding:30px}.success b{color:var(--green);font-size:25px}.reveal{opacity:0;transform:translateY(22px);transition:.7s}.reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.12s}.delay-2{transition-delay:.24s}@keyframes float{50%{transform:translateY(-13px)}}
@media(max-width:980px){.header nav{display:none}.header .phone{margin-left:auto}.menu{display:block}.hero{grid-template-columns:1fr;padding-top:80px}.hero-stage{height:540px}.route-picker,.route-picker[data-active=product]{height:auto;display:grid;grid-template-columns:1fr 1fr}.route-card{height:550px}.route-card:not(.active) .route-copy p,.route-card:not(.active) .route-copy ul,.route-card:not(.active) .route-copy .button{opacity:1;pointer-events:auto}.route-card:not(.active) .route-copy h3{font-size:29px}.tech-grid{grid-template-columns:1fr 1fr}.tech-main{grid-column:span 2;grid-row:span 1}.requirements{grid-template-columns:1fr}.proof-grid{grid-template-columns:1fr 1fr}.proof figure:last-child{display:none}.final{margin-inline:20px}}
@media(max-width:640px){.header{height:70px;padding:0 17px}.logo img{width:88px}.phone{display:none}.section{padding:76px 18px}.hero{padding-inline:18px;min-height:auto}.hero h1{font-size:43px}.hero-copy>p{font-size:16px}.hero-actions{flex-direction:column}.hero-stage{height:460px}.stage-photo{width:80%;height:90%}.stage-product{width:62%;height:68%}.orbit-one{width:320px;height:320px}.orbit-two{width:230px;height:230px}.numbers{grid-template-columns:1fr 1fr;margin:0 12px;padding:8px}.numbers article{padding:15px 10px}.numbers article:nth-child(2){border-right:0}.numbers article:nth-child(-n+2){border-bottom:1px solid var(--line)}.numbers strong{font-size:34px}.section-head{display:block}.route-picker,.route-picker[data-active=product]{display:block}.route-card{height:580px;margin-bottom:12px}.route-card:not(.active) .route-shade{background:linear-gradient(0deg,rgba(3,12,28,.98) 7%,rgba(3,12,28,.12) 80%)}.route-copy ul{display:block}.route-copy li{margin:6px}.route-tabs{display:none}.tech-grid{display:block}.tech-grid article{min-height:220px;margin-bottom:12px}.tech-main{height:420px}.req-grid{grid-template-columns:1fr 1fr}.proof-grid{display:block}.proof figure{height:310px;margin-bottom:12px}.proof figure:last-child{display:block}.final{flex-direction:column;align-items:flex-start;padding:42px 24px}.final>div:last-child{width:100%;display:grid}.final .button{width:100%}footer{display:block}footer>*{margin-bottom:20px}}

.scale-mark{display:block;width:86px;height:34px;color:var(--cyan)}
.scale-mark svg{display:block;width:100%;height:100%;overflow:visible}
.scale-mark path{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:8 5;animation:scale-network-flow 3s linear infinite}
.scale-mark circle{fill:#0b244a;stroke:currentColor;stroke-width:2}
.scale-mark .scale-origin{fill:currentColor;filter:drop-shadow(0 0 7px rgba(65,194,255,.7))}
.scale-mark circle:not(.scale-origin){animation:scale-node-pulse 2.4s ease-in-out infinite}
.scale-mark circle:nth-of-type(3){animation-delay:.25s}
.scale-mark circle:nth-of-type(4){animation-delay:.5s}
@keyframes scale-network-flow{to{stroke-dashoffset:-26}}
@keyframes scale-node-pulse{50%{fill:currentColor;filter:drop-shadow(0 0 5px rgba(65,194,255,.6))}}

.metric-mark{display:flex!important;height:34px;align-items:center;gap:13px;color:var(--cyan)}
.metric-mark>span{font-size:22px;line-height:1;white-space:nowrap}
.metric-mark small{font-size:12px;font-weight:800}
.metric-mark i,.metric-mark u{display:block;box-sizing:border-box;text-decoration:none}
.pressure-mark>i{display:flex;align-items:flex-end;gap:3px;width:25px;height:22px;padding-bottom:2px;border-bottom:1px solid rgba(65,194,255,.45)}
.pressure-mark u{width:5px;border-radius:3px 3px 1px 1px;background:currentColor;box-shadow:0 0 7px rgba(65,194,255,.35);transform-origin:center bottom;animation:pressure-load 1.8s ease-in-out infinite}
.pressure-mark u:nth-child(1){height:8px}
.pressure-mark u:nth-child(2){height:14px;animation-delay:.18s}
.pressure-mark u:nth-child(3){height:20px;animation-delay:.36s}
.display-mark>i{position:relative;width:29px;height:22px;overflow:hidden;border:2px solid currentColor;border-radius:4px;box-shadow:0 0 8px rgba(65,194,255,.2)}
.display-mark>i::before{content:"";position:absolute;left:3px;right:3px;top:3px;height:2px;border-radius:2px;background:currentColor;box-shadow:0 0 6px currentColor;animation:display-scan 2.4s ease-in-out infinite alternate}
.display-mark>i::after{content:"";position:absolute;left:9px;right:9px;bottom:-5px;height:5px;border-top:2px solid currentColor}
.crm-mark>i{position:relative;display:flex;gap:5px;align-items:center;width:31px;height:20px}
.crm-mark>i::before{content:"";position:absolute;left:2px;right:2px;top:9px;height:1px;background:rgba(65,194,255,.45)}
.crm-mark u{position:relative;width:6px;height:6px;border-radius:50%;background:currentColor;box-shadow:0 0 8px currentColor;animation:crm-signal 1.8s ease-in-out infinite}
.crm-mark u:nth-child(2){animation-delay:.3s}
.crm-mark u:nth-child(3){animation-delay:.6s}
@keyframes pressure-load{50%{transform:scaleY(.48);opacity:.55}}
@keyframes display-scan{to{top:15px}}
@keyframes crm-signal{0%,45%,100%{transform:scale(.65);opacity:.35}20%{transform:scale(1);opacity:1}}
@media(prefers-reduced-motion:reduce){.scale-mark path,.scale-mark circle{animation:none}}
@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}


/* Все варианты фразы лежат в одной ячейке грида: высота слота = самое высокое
   слово на текущей ширине, поэтому смена не двигает ни заголовок, ни фон. */
.hero h1 em#heroWord{
  display:grid;
  max-width:100%;
}
.hero h1 em#heroWord span{
  grid-area:1/1;
  opacity:0;
  transition:opacity .2s;
}
.hero h1 em#heroWord span.is-on{opacity:1}

@media(prefers-reduced-motion:reduce){
  .hero h1 em#heroWord span{transition:none}
}

/* Geography: give the four-bay Russian complex enough width to show its scale. */
@media(min-width:981px){
  .proof-grid{
    grid-template-columns:.76fr 1fr 1fr;
    grid-template-rows:203px 203px;
    grid-template-areas:
      "vietnam russia russia"
      "kazakhstan russia russia";
  }
  .proof-grid figure{height:auto}
  .proof-grid figure:nth-child(1){grid-area:vietnam}
  .proof-grid figure:nth-child(2){grid-area:russia}
  .proof-grid figure:nth-child(3){grid-area:kazakhstan}
}


/* ---------- География: карта сети (Яндекс.Конструктор, как на geizer.pro) ---------- */
.geomap{position:relative}
.geomap-head{max-width:780px;margin:0 auto 34px;text-align:center}
.geomap-head h2{font-size:clamp(28px,4.2vw,52px);line-height:1.03;letter-spacing:-.03em;margin:14px 0 14px}
.geomap-head p{color:var(--muted);margin:0 auto;max-width:560px}
.geomap-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:900px;margin:0 auto 30px}
.geomap-stats>div{padding:22px 20px;border-radius:18px;border:1px solid var(--line);background:linear-gradient(160deg,rgba(13,37,76,.7),rgba(7,15,34,.8));text-align:center;transition:transform .3s,border-color .3s}
.geomap-stats>div:hover{transform:translateY(-4px);border-color:var(--cyan)}
.geomap-stats b{font-size:44px;font-weight:900;letter-spacing:-.04em;line-height:1;color:transparent;
  background:linear-gradient(150deg,#8fd0ff,var(--blue));-webkit-background-clip:text;background-clip:text;
  filter:drop-shadow(0 6px 20px rgba(8,134,255,.45))}
.geomap-stats i{font-style:normal;font-size:30px;font-weight:900;color:var(--cyan)}
.geomap-stats span{display:block;margin-top:9px;color:var(--muted);font-size:12.5px;line-height:1.45}
/* Никакого overflow:hidden / filter / слоёв поверх — иначе браузер переклеивает
   весь iframe на каждый кадр и карта тормозит при перетаскивании.
   Скругление вешаем прямо на iframe, рамку — на контейнер. */
.geomap-frame{position:relative;border-radius:24px;border:1px solid var(--line);
  box-shadow:0 40px 90px -40px rgba(0,6,20,.95)}
.geomap-frame iframe{display:block;width:100%;height:620px;border:0;border-radius:23px}
.geomap-cta{display:flex;align-items:center;gap:22px;flex-wrap:wrap;justify-content:center;margin-top:26px;text-align:center}
.geomap-cta p{margin:0;color:var(--muted);font-size:13px;max-width:420px;text-align:left}
.geomap-cta .button span{transition:transform .25s}
.geomap-cta .button:hover span{transform:translateX(4px)}
@media (max-width:860px){
  .geomap-stats{grid-template-columns:1fr}
  .geomap-frame iframe{height:460px}
  .geomap-cta{flex-direction:column}
  .geomap-cta p{text-align:center}
}

/* ---------- Живая вода на фото в hero ---------- */
.stage-photo{position:relative;overflow:hidden}
.water-canvas{position:absolute;inset:0;z-index:3;pointer-events:none;mix-blend-mode:normal}

/* ============================================================
   HERO — кинематографичный кадр (заменил коллаж со сценой)
   ============================================================ */
.hero{position:relative;display:block;min-height:min(800px,calc(100vh - 82px));padding:0;overflow:hidden;
  background:#050d1d;background-image:none}
.hero-media{position:absolute;inset:0;z-index:0}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:60% 45%;
  transform:scale(1.04);animation:heroPan 26s ease-in-out infinite alternate}
@keyframes heroPan{to{transform:scale(1.1) translateX(-1.5%)}}
/* затемнение: слева плотное — под текст, справа кадр открыт */
.hero-veil{position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(4,10,24,.96) 0%,rgba(4,10,24,.88) 34%,rgba(4,10,24,.45) 62%,rgba(4,10,24,.35) 100%),
    linear-gradient(0deg,#070f22 2%,rgba(7,15,34,.25) 42%,rgba(7,15,34,.5) 100%),
    radial-gradient(70% 60% at 88% 32%,rgba(8,134,255,.22),transparent 62%)}
.hero-grain{position:absolute;inset:0;opacity:.5;
  background-image:linear-gradient(rgba(65,194,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(65,194,255,.04) 1px,transparent 1px);
  background-size:52px 52px;
  -webkit-mask-image:linear-gradient(90deg,#000 0 46%,transparent 78%);mask-image:linear-gradient(90deg,#000 0 46%,transparent 78%)}

.hero-inner{position:relative;z-index:2;min-height:min(800px,calc(100vh - 82px));display:flex;align-items:center;max-width:var(--max);margin:auto;padding:78px 28px 96px}
.hero-copy{max-width:660px}
.hero h1{font-size:clamp(40px,5.2vw,74px);letter-spacing:-.055em;line-height:1;margin:20px 0 22px;
  text-shadow:0 8px 40px rgba(0,0,0,.55)}
.hero h1 em{font-style:normal;color:var(--yellow);transition:opacity .2s}
.hero-copy>p{font-size:17px;line-height:1.6;color:#c2d2e6;max-width:560px;text-shadow:0 2px 18px rgba(0,0,0,.6)}
.hero-actions{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}

.hero-marks{display:flex;gap:34px;margin-top:38px;flex-wrap:wrap}
.hero-marks span{display:flex;flex-direction:column;gap:3px;color:#93a8c6;font-size:12px}
.hero-marks b{font-size:27px;font-weight:900;letter-spacing:-.03em;color:transparent;
  background:linear-gradient(150deg,#bfe0ff,var(--blue));-webkit-background-clip:text;background-clip:text}

.hero-footer{position:absolute;z-index:3;bottom:22px;left:50%;transform:translateX(-50%);
  width:min(var(--max),calc(100% - 56px));display:flex;align-items:center;gap:13px;
  color:#7f95b4;font-size:10px;text-transform:uppercase;letter-spacing:.12em}
.hero-footer i{width:26px;height:1px;background:#33587f}

@media (max-width:900px){
  .hero-inner{padding:96px 20px 120px}
  .hero-media img{object-position:66% 45%}
  .hero-veil{background:
    linear-gradient(90deg,rgba(4,10,24,.95) 0%,rgba(4,10,24,.8) 60%,rgba(4,10,24,.62) 100%),
    linear-gradient(0deg,#070f22 3%,rgba(7,15,34,.3) 50%)}
  .hero-marks{gap:22px}
  .hero-marks b{font-size:22px}
}
@media (prefers-reduced-motion:reduce){.hero-media img{animation:none}}

/* Лаконичная ссылка на лендинг «Бизнес во Вьетнаме» в hero */
.vn-link{display:inline-flex;align-items:center;gap:10px;margin:16px 0 24px;padding:10px 17px;border-radius:999px;
  border:1px solid rgba(120,180,255,.32);background:rgba(9,28,60,.5);color:#cfe0f5;font-size:13px;font-weight:700;
  text-decoration:none;transition:border-color .25s,background .25s,transform .25s}
.vn-link .vn-txt{white-space:nowrap}
.vn-link b{color:#fff;font-weight:800}
.vn-link .vn-arw{font-style:normal;color:#ffe900;transition:transform .2s}
.vn-link:hover{border-color:#ffe900;background:rgba(14,40,80,.7);transform:translateY(-2px)}
.vn-link:hover .vn-arw{transform:translateX(3px)}
/* флаг Вьетнама (inline-SVG, рисуется одинаково везде) — гео-сигнал; лёгкое увеличение при наведении */
.vn-flag{width:20px;height:13px;flex:0 0 auto;border-radius:3px;box-shadow:0 0 0 1px rgba(255,255,255,.14);transition:transform .25s}
.vn-link:hover .vn-flag{transform:scale(1.09)}
@media(max-width:600px){.vn-link{font-size:11.5px;padding:9px 13px;margin-bottom:18px}.vn-link .vn-txt{white-space:normal}}


/* ============================================================
   fay63 · «Как вы хотите войти в рынок?» — заголовок вернулся на раскрытую
   карточку. В fay57 его прятали ради чистого кадра, но без подписи большое
   фото перестало отвечать на вопрос «а это про что»: человек видел картинку
   и кнопку «Открыть бизнес», не понимая, что именно открывает. Мини-подписи
   «01 · Готовый бизнес» и «02 · Свой объект» убраны совсем — они дублировали
   заголовок цифрой и кричали капсом поверх фотографии.
   ============================================================ */
