* {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      font-size: 62.5%;
    }

    body, html {
      width: 100%;
      height: 100%;
    }

    body {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 1.4;
      overflow-x: hidden;
      overflow-y: auto;
      min-width: 320px;
      background: #000;
      color: #fff;
    }

    .stepbox {
      width: 100%;
      height: 100%;
      position: relative;
      z-index: 2;
    }

    .step {
      width: 100%;
      height: 100%;
      position: relative;
    }

    .step__inner {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      padding: 2rem;
      text-align: center;
    }

    .step__gif {
      width: 100%;
      margin-top: 15vh;
      margin-bottom: 2rem;
    }

    .step__gif img {
      width: 180px;
      display: block;
      margin: 0 auto;
    }

    .step__header {
      width: 100%;
      margin-bottom: 2rem;
    }

    .video {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      object-fit: cover;
      display: block;
      margin: 0 auto;
      border: 2px solid rgba(255, 255, 255, 0.4);
    }

    .step__body {
      width: 100%;
      margin-bottom: 0.5rem;
    }

    .step__body h1 {
      font-size: 2.2rem;
      text-transform: uppercase;
      line-height: 1.2;
      margin-bottom: 0.5rem;
      letter-spacing: 0.1rem;
    }

    .step__body p {
      font-size: 1.5rem;
      text-transform: uppercase;
    }

    h1, p {
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 -1px 0 rgba(0, 0, 0, 0.6);
    }

    .step__footer {
      width: 100%;
      padding: 10;
    }

    .btnbox {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-bottom: 15px;
    }

    .btn {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 85%;
      min-height: 5rem;
      max-width: 24rem;
      padding: 1.5rem 2rem;
      font-size: 1.4rem;
      color: white;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      letter-spacing: 0.15rem;
      border-radius: 50rem;
      cursor: pointer;
      transition: all .25s ease;
      background-color: #0000009e;
      border: 2px solid white;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4), inset 0 2px 2px rgba(255, 255, 255, 0.2);
    }

    .btn:hover {
      background-color: #ffffff20;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);
    }

    .bg {
      position: fixed !important;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      background-image: url("tete.gif"); 
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    .bg:after {
      content: "";
      display: block;
      position: fixed;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-image: radial-gradient(rgba(0, 0, 0, 0.4) 50%, transparent 0);
      background-size: 2px 2px;
      z-index: 1;
    }

    .bg__item {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
    }

    .bg__item.blur {
      filter: blur(0px);
      transform: scale(1.02);
    }

    .video-bg {
      display: none; 
    }

    @media (min-width:768px) {
      html {
        font-size: 87.5%;
      }

      .step__gif {
        margin-top: 5vh; 
        margin-bottom: 2.5rem;
      }

      .step__header {
        margin-bottom: 2rem;
      }

      .video {
        width: 150px;
        height: 150px;
      }

     .step__body {
        margin-bottom: 1rem;
      }

      .bg {
        background-image: none;
        background-color: #000;
      }

      .video-bg {
        display: block;
        position: fixed;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        object-fit: cover;
      }
    }
      @media (max-height: 500px) and (orientation: landscape) {
      .step__gif {
        margin-top: 5vh !important;
        margin-bottom: 1rem;
      }
      .step__header {
        margin-bottom: 1rem;
      }
      .step__body {
        margin-bottom: 1rem;
      }
    }
     .ad-wrapper {
     min-height: 50px;
     display: flex;
     justify-content: center;
     align-items: center;
     margin-top: 10px;
}
#ad-sandbox {
  border: none;
  overflow: hidden;
  width: 320px;
  height: 50px;
  margin: 30px auto 0 auto;
  display: block;
}