body {
        background-color: #000;
      }

      /* Background video */
      .bg-video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -2;
        filter: blur(25px);
      }

      /* Dark overlay */
      .video-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.65);
        z-index: -1;
      }
      html {
        scroll-behavior: smooth;
      }
      @font-face {
        font-family: "Nelius Sans";
        src: url("fonts/NeliusSans-SemiBold.woff2") format("woff2"),
          url("fonts/NeliusSans-SemiBold.woff") format("woff");
        font-weight: 600;
        font-style: normal;
        font-display: swap;
      }

      #iphoneScreen {
        filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.6));
      } 