.cc_ucuvj14p_R6eGl6WLuY .newsletter-section {
  width: 100%;
  padding: clamp(28px, 5vw, 64px) 0;
  background-color: var(--color-surface-alt);
  color: var(--color-text-primary);
}

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__container {
  width: 100%;
  max-width: var(--content-width, 1400px);
  margin: 0 auto;
  padding: 0 clamp(16px, 5vw, 80px);
}

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__inner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px);
  border: 1px solid color-mix(in srgb, var(--color-border) 78%, transparent);
  border-radius: clamp(18px, 2vw, 30px);
  background:
    radial-gradient(circle at 92% 8%, color-mix(in srgb, var(--color-accent) 14%, transparent) 0, transparent 34%),
    radial-gradient(circle at 6% 96%, color-mix(in srgb, var(--color-accent-secondary, var(--color-accent)) 10%, transparent) 0, transparent 38%),
    color-mix(in srgb, var(--color-surface) 92%, var(--color-surface-alt));
  box-shadow: 0 18px 55px color-mix(in srgb, var(--color-text-primary) 7%, transparent);
  text-align: left;
}

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__inner::before {
  content: "✦";
  position: absolute;
  right: clamp(18px, 4vw, 48px);
  top: clamp(14px, 3vw, 34px);
  z-index: -1;
  font-size: clamp(52px, 8vw, 108px);
  line-height: 1;
  color: color-mix(in srgb, var(--color-accent) 12%, transparent);
  transform: rotate(10deg);
  pointer-events: none;
}

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 7px 11px;
  border: 1px solid color-mix(in srgb, var(--color-accent) 28%, transparent);
  border-radius: 999px;
  font-family: var(--font-label);
  font-size: var(--text-small);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--color-accent-dark);
  background: color-mix(in srgb, var(--color-accent) 8%, transparent);
}

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--color-accent) 12%, transparent);
}

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__heading {
  max-width: 720px;
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(2rem, 4.6vw, 4.25rem);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.04em;
  color: var(--color-text-primary);
  text-wrap: balance;
}

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__description {
  max-width: 660px;
  margin: 0 0 clamp(22px, 3vw, 32px);
  font-family: var(--font-body);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  line-height: 1.65;
  color: var(--color-text-secondary);
  text-wrap: pretty;
}

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
  max-width: 760px;
  margin: 0 0 12px;
  padding: 7px;
  border: 1px solid color-mix(in srgb, var(--color-border) 88%, transparent);
  border-radius: 16px;
  background: var(--color-surface);
  box-shadow: 0 10px 30px color-mix(in srgb, var(--color-text-primary) 6%, transparent);
}

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__input {
  min-width: 0;
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  font-family: var(--font-body);
  font-size: var(--text-body);
  color: var(--color-text-primary);
  background: transparent;
  border: 0;
  border-radius: 11px;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__input::placeholder {
  color: var(--color-text-muted);
}

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__input:focus {
  box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--color-accent) 38%, transparent);
}

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__input:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__input--error, .cc_ucuvj14p_R6eGl6WLuY .newsletter-section__input--error:focus {
  box-shadow: inset 0 0 0 2px var(--color-error);
}

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__submit {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 24px;
  font-family: var(--font-label);
  font-size: var(--text-label);
  font-weight: 800;
  color: var(--color-surface);
  background: var(--color-accent);
  border: 1px solid var(--color-accent);
  border-radius: 11px;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 160ms ease, background-color 200ms ease, box-shadow 200ms ease;
}

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__submit::after {
  content: "→";
  font-size: 1.1em;
  line-height: 1;
  transition: transform 180ms ease;
}

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__submit:hover:not(:disabled) {
  background: var(--color-accent-dark);
  box-shadow: 0 8px 18px color-mix(in srgb, var(--color-accent) 24%, transparent);
  transform: translateY(-1px);
}

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__submit:hover:not(:disabled)::after {
  transform: translateX(3px);
}

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__submit:active:not(:disabled) {
  transform: translateY(0) scale(0.99);
}

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__submit:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__error, .cc_ucuvj14p_R6eGl6WLuY .newsletter-section__disclaimer {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-small);
  line-height: 1.55;
}

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__error { color: var(--color-error); }
.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__disclaimer { color: var(--color-text-muted); }

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__success {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
}

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__success-icon {
  width: 44px;
  height: 44px;
  padding: 8px;
  border-radius: 50%;
  color: var(--color-success);
  background: color-mix(in srgb, var(--color-success) 10%, transparent);
}

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__success .newsletter-section__heading, .cc_ucuvj14p_R6eGl6WLuY .newsletter-section__success .newsletter-section__description { margin: 0; }

.cc_ucuvj14p_R6eGl6WLuY .newsletter-section__sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (min-width: 720px) {
  .cc_ucuvj14p_R6eGl6WLuY .newsletter-section__form {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .cc_ucuvj14p_R6eGl6WLuY .newsletter-section__submit {
    min-width: 155px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .cc_ucuvj14p_R6eGl6WLuY .newsletter-section__inner {
    animation: cc_ucuvj14p_R6eGl6WLuY_newsletter-reveal 520ms cubic-bezier(.2,.7,.2,1) both;
  }
}

@keyframes cc_ucuvj14p_R6eGl6WLuY_newsletter-reveal {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .cc_ucuvj14p_R6eGl6WLuY .newsletter-section__submit, .cc_ucuvj14p_R6eGl6WLuY .newsletter-section__submit::after { transition: none; }
}
