.cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-height: 448px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  font-family: Inter, system-ui, -apple-system, sans-serif;
  isolation: isolate;
}

.cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.32) 42%,
    rgba(0, 0, 0, 0.32) 58%,
    rgba(0, 0, 0, 0.18) 100%
  );
}

.cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: 64px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner-title {
  margin: 0;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: inherit;
}

.cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner-subtitle {
  margin: 0 0 16px;
  max-width: 420px;
  font-size: clamp(14px, 1.3vw, 16px);
  font-weight: 400;
  line-height: 1.45;
  color: inherit;
  opacity: 0.92;
}

.cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner-form {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: min(100%, 480px);
  margin-top: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner-input {
  flex: 1 1 auto;
  min-width: 0;
  height: 52px;
  padding: 0 18px;
  border: none;
  border-radius: 0;
  background: #ffffff;
  color: #1a1a1a;
  font-family: inherit;
  font-size: 15px;
  font-weight: 400;
  outline: none;
}

.cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner-input::placeholder {
  color: #9a9a9a;
  text-transform: none;
}

.cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner-input.has-error {
  box-shadow: inset 0 0 0 2px #e11d48;
}

.cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner-btn {
  flex: 0 0 auto;
  height: 52px;
  padding: 0 22px;
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.15s ease, transform 0.15s ease;
}

.cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner-btn:hover:not(:disabled) {
  opacity: 0.92;
}

.cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner-btn:active:not(:disabled) {
  transform: translateY(1px);
}

.cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner-btn:disabled, .cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner-input:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner-feedback {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner-feedback.is-success {
  color: #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner-feedback.is-error {
  color: #fecaca;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

@media (max-width: 768px) {
  .cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner {
    min-height: 360px;
    width: 100%;
  }

  .cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner-inner {
    padding: 48px 16px;
    gap: 10px;
  }

  .cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner-subtitle {
    margin-bottom: 12px;
  }

  .cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner-form {
    flex-direction: column;
    width: 100%;
    max-width: 360px;
  }

  .cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner-input, .cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner-btn {
    width: 100%;
    height: 48px;
  }

  .cc_N8W9eEEUnq_MfUknhHiOX .newsletter-banner-btn {
    font-size: 13px;
  }
}
