
.langlinks button{border:0;background:transparent;color:#8c99a8;min-width:35px;height:31px;border-radius:999px;font-size:11px;font-weight:900;cursor:pointer}.langlinks button.active{background:linear-gradient(105deg,var(--cyan),var(--blue));color:#071018}.home-video-stage{position:relative;min-height:565px}.video-shell{position:absolute;inset:26px 0 auto 30px;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:30px;background:#0b1119;box-shadow:0 42px 110px rgba(0,0,0,.55);transform:perspective(1250px) rotateY(-3.6deg) rotateX(1deg)}.video-frame{position:relative;aspect-ratio:16/10;overflow:hidden;background:#0b1119}.video-frame video{width:100%;height:100%;object-fit:cover;background:#0b1119}.video-frame:after{content:"";position:absolute;left:0;right:0;bottom:0;height:34%;background:linear-gradient(transparent,rgba(6,10,15,.8));pointer-events:none}.video-chip{position:absolute;z-index:3;left:18px;right:18px;bottom:16px}.video-chip small{display:block;color:var(--cyan);font-size:9px;font-weight:900;letter-spacing:.12em}.video-chip strong{display:block;font-size:17px;margin-top:4px}.video-bottom{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:16px 18px;color:#8f9cab;font-size:11px}.video-bottom strong{color:#fff;font-size:12px}.hub-links{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.hub-links a,.inline-link{display:inline-flex;padding:9px 12px;border:1px solid var(--line);border-radius:999px;color:#c9d4df;font-size:12px;font-weight:800}.inline-link{margin-top:20px}.center-action{text-align:center;margin-top:28px}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.price-card{position:relative;border:1px solid var(--line);border-radius:28px;padding:30px;background:rgba(255,255,255,.018);min-height:380px}.price-card.featured{background:radial-gradient(circle at 85% 0%,rgba(141,167,255,.17),transparent 34%),linear-gradient(145deg,rgba(104,230,210,.05),rgba(141,167,255,.035));border-color:rgba(141,167,255,.25)}.price-card>small{color:var(--cyan);letter-spacing:.12em;font-weight:900}.price-card h3{font-size:clamp(3rem,5vw,5rem);line-height:.9;letter-spacing:-.065em;margin:50px 0 16px}.price-card p{color:#9ba8b5;min-height:78px}.price-card ul{list-style:none;padding:0;margin:20px 0 0}.price-card li{padding:12px 0;border-top:1px solid var(--line);color:#c7d1db}.price-card li:before{content:"↗";color:var(--cyan);margin-right:10px}.price-badge{position:absolute;right:18px;top:18px;padding:7px 9px;border-radius:999px;background:rgba(104,230,210,.08);border:1px solid rgba(104,230,210,.18);color:var(--cyan);font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}@media(max-width:1060px){.home-video-stage{min-height:525px}.pricing-grid{grid-template-columns:1fr 1fr}.price-card:last-child{grid-column:1/-1}}@media(max-width:740px){.home-video-stage{min-height:455px}.video-shell{inset:16px 0 auto 0;transform:none;border-radius:22px}.pricing-grid{grid-template-columns:1fr}.price-card:last-child{grid-column:auto}.price-card{min-height:0}.price-card p{min-height:0}.langlinks{display:none}.video-bottom{align-items:flex-start;flex-direction:column}}
/* Mobile HERO overlay fix — keep video clean and move the two info notes below it */
@media(max-width:740px){
  .home-video-stage{
    min-height:0;
    padding-top:16px;
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr);
    gap:10px;
  }
  .home-video-stage .video-shell{
    position:relative;
    inset:auto;
    grid-column:1/-1;
    transform:none;
    border-radius:22px;
  }
  .home-video-stage .float-note{
    position:static !important;
    float:none !important;
    inset:auto !important;
    display:block;
    width:auto;
    min-width:0;
    margin:0;
    padding:10px 11px;
    box-sizing:border-box;
    backdrop-filter:none;
    -webkit-backdrop-filter:none;
  }
  .home-video-stage .float-note b{
    font-size:11px;
    line-height:1.25;
  }
  .home-video-stage .float-note span{
    display:block;
    font-size:10px;
    line-height:1.35;
  }
}
@media(max-width:390px){
  .home-video-stage{
    grid-template-columns:1fr;
  }
}
/* HERO info cards: never cover the hero video — desktop, tablet or mobile */
.home-video-stage{
  min-height:0;
  padding-top:26px;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:12px;
  align-content:start;
}
.home-video-stage .video-shell{
  position:relative;
  inset:auto;
  grid-column:1/-1;
  width:calc(100% - 30px);
  margin-left:30px;
}
.home-video-stage .float-note{
  position:static !important;
  inset:auto !important;
  float:none !important;
  width:auto;
  min-width:0;
  margin:0;
  box-sizing:border-box;
}
.home-video-stage .note-a{justify-self:start}
.home-video-stage .note-b{justify-self:end}

@media(max-width:740px){
  .home-video-stage{
    padding-top:16px;
    gap:10px;
  }
  .home-video-stage .video-shell{
    width:100%;
    margin-left:0;
  }
}
@media(max-width:390px){
  .home-video-stage{
    grid-template-columns:1fr;
  }
  .home-video-stage .note-a,
  .home-video-stage .note-b{
    justify-self:stretch;
  }
}
