.mobile-stub {
  display: none;
}

@media (hover: none) and (pointer: coarse) {
  html,
  body {
    overflow: hidden !important;
  }

  .mobile-stub {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100dvh;
    padding: 24px;
    box-sizing: border-box;
    background:
      radial-gradient(circle at 50% 18%, rgba(2, 177, 34, 0.22), transparent 34%),
      radial-gradient(circle at 50% 100%, rgba(0, 115, 21, 0.16), transparent 42%),
      #050505;
    color: #bebebe;
    font-family: 'Exo 2', Arial, sans-serif;
    text-align: center;
  }

  .mobile-stub::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
      linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(circle at 50% 40%, #000 0%, transparent 72%);
    pointer-events: none;
  }

  .mobile-stub__card {
    position: relative;
    width: min(100%, 420px);
    padding: 34px 24px 32px;
    border: 1px solid rgba(2, 177, 34, 0.42);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(10, 10, 10, 0.96), rgba(0, 0, 0, 0.98));
    box-shadow: 0 0 70px rgba(2, 177, 34, 0.2), 0 28px 70px rgba(0, 0, 0, 0.8);
    overflow: hidden;
  }

  .mobile-stub__card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(180deg, rgba(23, 225, 5, 0.82), rgba(2, 177, 34, 0.12), rgba(23, 225, 5, 0.62));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }

  .mobile-stub__mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 78px;
    margin-bottom: 22px;
    border: 1px solid rgba(2, 177, 34, 0.42);
    border-radius: 22px;
    background: rgba(2, 177, 34, 0.11);
    box-shadow: inset 0 0 22px rgba(2, 177, 34, 0.08), 0 0 32px rgba(2, 177, 34, 0.18);
  }

  .mobile-stub__mark svg {
    width: 42px;
    height: 42px;
    fill: none;
    stroke: #17e105;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-stub__eyebrow {
    margin: 0 0 10px;
    color: #17e105;
    font-size: 12px;
    letter-spacing: 0.18em;
  }

  .mobile-stub__title {
    margin: 0;
    color: #f2f2f2;
    font-size: clamp(24px, 8vw, 34px);
    line-height: 1.08;
    letter-spacing: -0.03em;
  }

  .mobile-stub__text {
    margin: 18px auto 0;
    max-width: 330px;
    color: #9c9c9c;
    font-size: 15px;
    line-height: 1.55;
  }
}
