/* ===== Cinematic Spotlight hero ===== */
.axh-hero{
  --axh-acc:#29a3ab; --axh-acc2:#5fe3ff; --axh-blue:#2b7fff; --axh-muted:#9fb2c0;
  --axh-stroke:rgba(255,255,255,.06); --axh-stroke-hi:rgba(41,163,171,.45);
  position:relative; overflow:visible; display:grid; grid-template-columns:1.15fr .85fr;
  gap:40px; align-items:center;
  min-height:520px; margin-top:14px; padding:40px 40px 56px;
  border:none; border-radius:var(--br-20);
  background:transparent;
}
.axh-hero *{box-sizing:border-box}
/* движущийся «прожектор» под героем — мягкий, без жёсткого края */
.axh-hero::before{content:"";position:absolute;z-index:0;left:42%;top:50%;width:1100px;height:1100px;
  transform:translate(-50%,-50%);
  background:radial-gradient(circle,rgba(41,163,171,.16) 0%,rgba(43,127,255,.08) 38%,transparent 70%);
  filter:blur(60px);pointer-events:none;animation:axhDrift 16s ease-in-out infinite alternate}
@keyframes axhDrift{0%{transform:translate(-54%,-52%) scale(1)}100%{transform:translate(-46%,-44%) scale(1.12)}}

.axh-in{position:relative;z-index:2;max-width:680px;animation:axhRise .8s cubic-bezier(.2,.8,.2,1) both}
@keyframes axhRise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
.axh-tag{display:inline-flex;align-items:center;gap:9px;padding:8px 16px;border-radius:999px;
  background:rgba(255,255,255,.035);border:1px solid var(--axh-stroke-hi);color:var(--axh-muted);
  font-size:13px;font-weight:600;letter-spacing:.04em;margin-bottom:26px;backdrop-filter:blur(8px)}
.axh-tag svg{width:14px;height:14px;fill:var(--axh-acc2)}
.axh-hero h1{margin:0 0 24px;font-size:clamp(42px,6vw,82px);line-height:1.02;color:#fff;font-weight:800;letter-spacing:-.02em;
  font-family:var(--font-family-1,"Unbounded"),sans-serif}
.axh-hero h1 span{background:linear-gradient(120deg,#5fe3ff,#2b7fff);-webkit-background-clip:text;background-clip:text;color:transparent}
.axh-hero p{margin:0 0 40px;color:var(--axh-muted);max-width:540px;font-size:clamp(16px,2vw,20px);line-height:1.55}
.axh-cta{display:flex;gap:14px;flex-wrap:wrap}
.axh-btn{display:inline-flex;align-items:center;gap:9px;height:54px;padding:0 30px;border-radius:14px;
  font-weight:600;font-size:16px;text-decoration:none;cursor:pointer;transition:transform .25s,box-shadow .25s,filter .25s}
.axh-btn svg{width:18px;height:18px;fill:currentColor}
.axh-main{background:linear-gradient(120deg,#29a3ab,#2b7fff);color:#fff;box-shadow:0 8px 30px rgba(43,127,255,.28)}
.axh-main:hover{transform:translateY(-3px);box-shadow:0 14px 44px rgba(43,127,255,.45)}
.axh-ghost{background:rgba(255,255,255,.035);border:1px solid var(--axh-stroke);color:var(--text-default);backdrop-filter:blur(8px)}
.axh-ghost:hover{transform:translateY(-3px);border-color:var(--axh-stroke-hi);background:rgba(255,255,255,.06)}

/* ===== орб-сфера с кольцами и орбитами-планетами ===== */
.axh-art{position:relative;z-index:1;height:520px;animation:axhRise .9s cubic-bezier(.2,.8,.2,1) both}
/* всё центрируется по одной точке (margin:auto) — transform свободен для анимаций */
.axh-orb,.axh-ring,.axh-orbit{position:absolute;inset:0;margin:auto}
.axh-orb{width:300px;height:300px;border-radius:50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(41,163,171,.55), transparent 55%),
    radial-gradient(circle at 70% 75%, rgba(43,127,255,.5), transparent 55%),
    rgba(13,19,32,.6);
  border:1px solid var(--axh-stroke);
  display:grid;place-items:center;overflow:hidden;
  animation:axhFloat 7s ease-in-out infinite, axhOrbPulse 5s ease-in-out infinite}
@keyframes axhFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}
@keyframes axhOrbPulse{
  0%,100%{box-shadow:inset 0 0 80px rgba(43,127,255,.18), 0 30px 90px rgba(0,0,0,.5), 0 0 40px rgba(41,163,171,.22)}
  50%{box-shadow:inset 0 0 100px rgba(43,127,255,.30), 0 30px 90px rgba(0,0,0,.5), 0 0 70px rgba(41,163,171,.45)}}
/* вращающийся внутренний блик сферы */
.axh-orb::before{content:"";position:absolute;inset:-30%;border-radius:50%;pointer-events:none;
  background:conic-gradient(from 0deg, transparent 0%, rgba(95,227,255,.18) 18%, transparent 38%, transparent 100%);
  animation:axhOrbSpin 12s linear infinite}
@keyframes axhOrbSpin{to{transform:rotate(360deg)}}
.axh-orblogo-img{position:relative;z-index:2;width:165px;height:auto;
  filter:drop-shadow(0 0 24px rgba(95,227,255,.5)) drop-shadow(0 4px 18px rgba(43,127,255,.35));
  animation:axhEmblem 5s ease-in-out infinite}
@keyframes axhEmblem{0%,100%{filter:drop-shadow(0 0 18px rgba(95,227,255,.4)) drop-shadow(0 4px 18px rgba(43,127,255,.3))}
  50%{filter:drop-shadow(0 0 30px rgba(95,227,255,.7)) drop-shadow(0 4px 22px rgba(43,127,255,.5))}}
.axh-ring{position:absolute;inset:0;margin:auto;width:400px;height:400px;border-radius:50%;
  border:1px solid var(--axh-stroke-hi);animation:axhSpin 26s linear infinite;pointer-events:none}
.axh-ring::after{content:"";position:absolute;top:-6px;left:50%;width:12px;height:12px;border-radius:50%;
  background:var(--axh-acc2);transform:translateX(-50%);animation:axhPlanet 2.6s ease-in-out infinite}
@keyframes axhPlanet{0%,100%{box-shadow:0 0 14px var(--axh-acc2);transform:translateX(-50%) scale(1)}
  50%{box-shadow:0 0 26px var(--axh-acc2),0 0 8px #fff;transform:translateX(-50%) scale(1.25)}}
.axh-ring2{width:460px;height:460px;border-color:rgba(43,127,255,.22);animation-duration:40s;animation-direction:reverse}
.axh-ring2::after{background:var(--axh-blue);animation-delay:1.3s}
@keyframes axhSpin{to{transform:rotate(360deg)}}
.axh-chip{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:14px;
  background:rgba(13,19,32,.85);border:1px solid var(--axh-stroke);backdrop-filter:blur(10px);
  font-size:13px;font-weight:600;color:#fff;box-shadow:0 14px 40px rgba(0,0,0,.45);white-space:nowrap;pointer-events:auto}
.axh-chipico{width:32px;height:32px;border-radius:9px;background:linear-gradient(120deg,#29a3ab,#2b7fff);
  display:flex;align-items:center;justify-content:center;flex-shrink:0}
.axh-chipico svg{width:18px;height:18px;fill:#fff}
.axh-chiplbl{color:var(--axh-muted);font-size:11px;font-weight:500;display:block}

/* ===== орбиты-планеты: обёртка крутится, чип контр-вращается (текст ровный) ===== */
.axh-orbit{border-radius:50%;pointer-events:none;z-index:3}
.axh-orbit1{width:330px;height:330px;animation:axhSpin 28s linear infinite}
.axh-orbit2{width:370px;height:370px;animation:axhSpin 36s linear -12s infinite}
.axh-orbit3{width:310px;height:310px;animation:axhSpin 32s linear -24s infinite}
.axh-anchor{position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}
.axh-orbit1 .axh-chip{animation:axhSpinRev 28s linear infinite}
.axh-orbit2 .axh-chip{animation:axhSpinRev 36s linear -12s infinite}
.axh-orbit3 .axh-chip{animation:axhSpinRev 32s linear -24s infinite}
@keyframes axhSpinRev{to{transform:rotate(-360deg)}}

@media (max-width:992px){
  .axh-hero{grid-template-columns:1fr;gap:20px;min-height:auto;padding:32px 24px 40px}
  .axh-art{height:400px;order:-1}
  .axh-orb{width:260px;height:260px}
  .axh-ring{width:320px;height:320px}
  .axh-ring2{width:380px;height:380px}
  .axh-orblogo-img{width:140px}
  .axh-orbit1{width:330px;height:330px}
  .axh-orbit2{width:390px;height:390px}
  .axh-orbit3{width:300px;height:300px}
  .axh-chip{font-size:12px;padding:10px 13px}
}
@media (max-width:768px){
  .axh-art{height:340px}
  .axh-orb{width:220px;height:220px}.axh-orblogo-img{width:118px}
  .axh-ring{width:270px;height:270px}.axh-ring2{width:320px;height:320px}
  .axh-orbit1{width:280px;height:280px}
  .axh-orbit2{width:330px;height:330px}
  .axh-orbit3{width:250px;height:250px}
}
/* анимации hero включены всегда (по запросу проекта) */

/* ===== позиционирование + скрытие пустых заглушек главной ===== */
.container-fluid:has(.lk-top__card) > .row:has(.axh-hero){ order:-30 }
.container-fluid:has(.lk-top__card) > .row:has(img[src*="null-image"]){ display:none }
.container-fluid:has(.lk-top__card) > .row:has(.image-slider):not(:has(.swiper-slide)){ display:none }
