.desktop {
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.desktop .frame-wrapper {
  background-color: #ffffff;
  width: 100%;
  max-width: 1440px;
  height: 100vh;
  max-height: 1024px;
}

.desktop .frame {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(frame-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  gap: 32px;
}

.desktop .div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
  position: relative;
  top: 0;
  left: 0;
  transform: none;
}

.desktop .text-wrapper {
  position: relative;
  width: fit-content;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 60px;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
  text-align: center;
}

.site-footer {
  margin-top: 60px;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  color: #888;
}

.site-footer a {
  margin: 0 10px;
  color: #888;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

/* ✅ Responsive Design */
@media (max-width: 768px) {
  .desktop .frame {
    height: auto;
    padding: 60px 20px;
    gap: 24px;
  }

  .desktop .text-wrapper {
    font-size: 36px;
    white-space: normal;
  }

  .signup-form iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: 100dvh !important;
  max-height: 500px;
  border: none;
}
.form-container {
  width: 100%;
  max-width: 660px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 24px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .form-container {
    padding: 16px;
    border-radius: 12px;
    margin: 0 16px;
  }

  .beehiiv-embed {
    height: auto !important;
    min-height: 460px;
  }

  .desktop .text-wrapper {
    font-size: 32px;
    white-space: normal;
    text-align: center;
    padding: 0 10px;
  }

  .site-footer {
    font-size: 12px;
    padding: 16px 10px;
  }

  .site-footer a {
    display: inline-block;
    margin: 5px 8px;
  }
}


  .site-footer {
    font-size: 12px;
    padding: 16px 10px;
  }

  .site-footer a {
    display: inline-block;
    margin: 5px 8px;
  }
}
