@charset "UTF-8";
/* ==========================================================================
   Newsletter Section Styles - Amara Fetish Clinic
   ========================================================================== */

.newsletter-section {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 5rem 1.5rem;
  background-image: url('../images/news-amara-fetish-clinic-mistress-katharina-klinik-medical-femdom.jpg');
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}

/* Ultra-clear, high quality overlay letting background image pop */
.newsletter-section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg, 
    rgba(11, 22, 34, 0.35) 0%, 
    rgba(11, 22, 34, 0.20) 45%, 
    rgba(7, 14, 23, 0.50) 100%
  );
  z-index: 1;
}

.newsletter-section__container {
  position: relative;
  z-index: 2;
  max-width: 920px;
  margin: 0 auto;
}

.newsletter-section__content {
  text-align: center;
}

.newsletter-section__eyebrow {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 0.75rem;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9);
}

/* Title on a single line */
.newsletter-section__title {
  font-size: clamp(1.1rem, 3.4vw, 2.3rem);
  font-weight: 300;
  letter-spacing: 1.5px;
  color: #ffffff;
  margin-bottom: 1rem;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}

@media (max-width: 640px) {
  .newsletter-section__title {
    white-space: normal;
    font-size: 1.5rem;
  }
}

.newsletter-section__header {
  margin-bottom: 30px;
  display: block;
}

.newsletter-section__lead {
  font-size: 1rem;
  line-height: 1.6;
  color: #ffffff;
  max-width: 700px;
  margin: 0 auto;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.9);
  font-weight: 400;
}

/* Ultra-Luxury Frosted Glass Form Card */
.newsletter-section__form {
  margin-top: 30px;
  background: linear-gradient(
    135deg, 
    rgba(11, 22, 34, 0.52) 0%, 
    rgba(7, 14, 23, 0.62) 100%
  );
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 2px solid var(--color-accent, #1b9c85);
  border-radius: 12px;
  padding: 2.5rem 2.25rem;
  box-shadow: 
    0 25px 50px -12px rgba(0, 0, 0, 0.7),
    0 0 25px rgba(27, 156, 133, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.newsletter-section__form:hover {
  border-color: rgba(255, 255, 255, 0.18);
  border-top-color: var(--color-accent, #1b9c85);
  box-shadow: 
    0 30px 60px -12px rgba(0, 0, 0, 0.8),
    0 0 35px rgba(27, 156, 133, 0.2);
}

.newsletter-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 2rem;
  text-align: left;
}

@media (min-width: 640px) {
  .newsletter-section__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.newsletter-section__field {
  display: flex;
  flex-direction: column;
}

.newsletter-section__label {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #e5e7eb;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.newsletter-section__input {
  width: 100%;
  height: 52px;
  padding: 0 1.25rem;
  background-color: rgba(7, 14, 23, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  color: #ffffff;
  font-size: 1rem;
  transition: all 0.25s ease;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

.newsletter-section__input::placeholder {
  color: #9ca3af;
}

.newsletter-section__input:hover {
  border-color: rgba(255, 255, 255, 0.35);
  background-color: rgba(7, 14, 23, 0.7);
}

.newsletter-section__input:focus {
  outline: none;
  border-color: var(--color-accent, #1b9c85);
  background-color: rgba(7, 14, 23, 0.85);
  box-shadow: 0 0 0 3px rgba(27, 156, 133, 0.3);
}

/* Actions & Button */
.newsletter-section__actions {
  display: flex;
  justify-content: center;
}

.newsletter-section__button {
  min-height: 52px;
  min-width: 230px;
  padding: 0.85rem 2.5rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 6px;
  background: transparent;
  border: 1px solid var(--color-accent, #1b9c85);
  color: #ffffff;
  transition: all 0.3s ease;
  touch-action: manipulation;
}

.newsletter-section__button:hover {
  background-color: var(--color-accent, #1b9c85);
  color: #ffffff;
  border-color: var(--color-accent, #1b9c85);
  box-shadow: 0 0 25px rgba(27, 156, 133, 0.45);
  transform: translateY(-1px);
}

/* Spinner */
.newsletter-section__btn-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: newsletter-spin 0.8s linear infinite;
}

@keyframes newsletter-spin {
  to { transform: rotate(360deg); }
}

/* Status Notifications */
.newsletter-section__status {
  margin-top: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.5;
  border-radius: 6px;
  padding: 0;
  transition: all 0.3s ease;
  display: none;
}

.newsletter-section__status--success {
  display: block;
  padding: 0.9rem 1.25rem;
  background-color: rgba(27, 156, 133, 0.25);
  border: 1px solid rgba(27, 156, 133, 0.6);
  color: #34d399;
}

.newsletter-section__status--error {
  display: block;
  padding: 0.9rem 1.25rem;
  background-color: rgba(239, 68, 68, 0.25);
  border: 1px solid rgba(239, 68, 68, 0.6);
  color: #f87171;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .newsletter-section {
    padding: 3.5rem 1rem;
  }
  .newsletter-section__form {
    padding: 1.75rem 1.25rem;
    border-radius: 8px;
  }
  .newsletter-section__button {
    width: 100%;
  }
}
