 body {
      margin: 0;
      padding: 0;
      background-color: #fff;
      font-family: 'Inter', sans-serif;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100vh;
      text-align: center;
    }
    h1 {
      font-weight: 700;
      font-size: 2.5rem;
      letter-spacing: -0.02em;
      margin: 0 20px;
    }
    p {
      font-weight: 400;
      font-size: 1rem;
      color: #555;
      margin: 20px 20px 40px;
      letter-spacing: -0.02em;
    }
    .cta-button {
      background-color: #000;
      color: #fff;
      border: none;
      padding: 14px 40px;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      cursor: pointer;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }
    .cta-button:hover {
      background-color: #333;
    }
    @media (max-width: 600px) {
      h1 {
        font-size: 2rem;
      }
      p {
        font-size: 0.9rem;
      }
    }

    .logo-container {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 50px;
    }
    .logo {
      width: 550px;
      max-width: 50%;
      height: auto;
    }

    p {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.5rem;
      letter-spacing: 0.05em;
      color: #333;
      margin: 20px;
    }

      .logo-container {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 5cap;
    }
    .logo {
      width: 550px;
      max-width: 50%;
      height: auto;
    }
    p {
      font-family: 'Bebas Neue', sans-serif;
      font-size: 1.5rem;
      letter-spacing: 0.05em;
      color: #333;
      margin: 20px;
    }
    .cta-button {
      background-color: #000;
      color: #fff;
      border: none;
      padding: 14px 40px;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: -0.02em;
      cursor: pointer;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }
    .cta-button:hover {
      background-color: #333;
    }
    .popup-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }
    .popup-content {
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      max-width: 90%;
      width: 400px;
      position: relative;
    }
    .popup-close {
      position: absolute;
      top: 10px;
      right: 10px;
      background: none;
      border: none;
      font-size: 1.2rem;
      cursor: pointer;
    }
    iframe {
      width: 100%;
      height: 500px;
      border: none;
    }