.desktop {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  gap: 64px;
  position: relative;
  background-image: url('img/web_bg_002.png');
  background-repeat: repeat;
  background-position: top left;
  padding: 20px;
  box-sizing: border-box;
}

.desktop .image {
  position: absolute;
  max-width: 100%;
  height: auto;
  top: 0;
  left: 0;
  z-index: 0;
}

.desktop .copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  z-index: 1;
}

.desktop .text-wrapper {
  margin-top: -1px;
  font-family: "Test Söhne-ExtrafettKursiv", Montserrat, Helvetica, Arial, sans-serif;
  font-size: 96px;
  font-style: italic;
  font-weight: 1000;
  line-height: 90%; /* 86.4px */
  color: #fffbf1;
  text-align: center;
  letter-spacing: -2px;
}

.desktop .tagline {
  font-family: "Test Söhne-Buch", Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #fffbf1;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 12px;
}

.desktop .frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.desktop .signup-text {
  margin-top: -1px;
  font-family: "Test Söhne-BuchKursiv", Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: rgba(255, 251, 241, 0.5);
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
}

.desktop .signup-form {
  display: flex;
  width: 290px;
  height: 40px;
  position: relative;
}

.desktop .email-input {
  width: 100%;
  height: 100%;
  padding: 10px 40px 10px 10px;
  border: 1px solid #45443F;
  border-radius: 20px;
  background-color: rgba(255, 251, 241, 0.1);
  color: #fffbf1;
  font-family: "Test Söhne-Buch", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.desktop .email-input::placeholder {
  color: rgba(255, 251, 241, 0.5);
}

.desktop .submit-button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background-color: #FFAE00;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.desktop .submit-button svg {
  width: 18px;
  height: 18px;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* Logo container styles */
.desktop .logo-container {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 10px;
}

.desktop .logo-svg {
  max-width: 100%;
  height: auto;
}

/* Footer styles */
.desktop .footer {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

.desktop .legal-text {
  font-family: "Test Söhne-Buch", Montserrat, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: rgba(255, 251, 241, 0.5);
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .desktop .text-wrapper {
  }

  .desktop .signup-form {
    width: 100%;
    max-width: 290px;
  }
}
