.hv-mobile-gate {
  display: none;
}

@media (max-width: 900px), (pointer: coarse) and (max-width: 1100px) {
  body.hv-mobile-blocked > *:not(.hv-mobile-gate) {
    display: none !important;
  }

  body.hv-mobile-blocked {
    margin: 0;
    min-height: 100vh;
    background:
      radial-gradient(ellipse at 50% 0%, rgba(0, 255, 255, 0.12), transparent 55%),
      linear-gradient(160deg, #050b14 0%, #0a1524 50%, #061018 100%);
    color: #e8f4ff;
    font-family: "Rajdhani", "Segoe UI", sans-serif;
  }

  .hv-mobile-gate {
    display: flex;
    position: fixed;
    inset: 0;
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 28px 20px;
    box-sizing: border-box;
  }

  .hv-mobile-gate-card {
    width: min(420px, 100%);
    padding: 28px 22px;
    border: 1px solid rgba(0, 255, 255, 0.35);
    background:
      linear-gradient(180deg, rgba(0, 255, 255, 0.08) 0%, transparent 34%),
      rgba(6, 14, 28, 0.96);
    box-shadow: 0 0 40px rgba(0, 255, 255, 0.12), 0 20px 48px rgba(0, 0, 0, 0.55);
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
    text-align: center;
  }

  .hv-mobile-gate-tag {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(127, 223, 255, 0.75);
  }

  .hv-mobile-gate-title {
    margin: 0 0 12px;
    font-family: "Orbitron", sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fff;
    text-shadow: 0 0 18px rgba(0, 255, 255, 0.35);
  }

  .hv-mobile-gate-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.45;
    color: rgba(220, 236, 255, 0.82);
  }
}
