/* Newsletter option B — bleu nuit + photo de fond légère */
.tg-home .nilson-date-alert {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #101747 !important;
  color: #fff !important;
}

.tg-home .nilson-date-alert::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(16,23,71,.995) 0%, rgba(16,23,71,.985) 44%, rgba(16,23,71,.94) 68%, rgba(16,23,71,.88) 100%),
    url('/assets/nilson-rire-stage.jpg') 88% 38% / cover no-repeat;
}

.tg-home .nilson-date-alert__copy,
.tg-home .nilson-date-alert__form {
  position: relative;
  z-index: 1;
}

.tg-home .nilson-date-alert__copy .nilson-eyebrow {
  color: #ffd33d !important;
  opacity: 1 !important;
}

.tg-home .nilson-date-alert__copy h2,
.tg-home .nilson-date-alert__form label {
  color: #fff !important;
}

.tg-home .nilson-date-alert__copy h2 mark {
  color: #ffd33d !important;
}

.tg-home .nilson-date-alert__copy > p:last-child {
  color: rgba(255,255,255,.92) !important;
}

.tg-home .nilson-date-alert__form {
  background: transparent !important;
  color: #fff !important;
}

.tg-home .nilson-date-alert__form label {
  font-weight: 600 !important;
}

.tg-home .nilson-date-alert__form input:not([type='checkbox']) {
  min-height: 58px;
  border: 1px solid rgba(255,255,255,.64) !important;
  background: #fff !important;
  color: #060917 !important;
}

.tg-home .nilson-date-alert__form input:not([type='checkbox'])::placeholder {
  color: #5f6066 !important;
  opacity: 1;
}

.tg-home .nilson-date-alert__form input:not([type='checkbox']):focus-visible {
  border-color: #ffd33d !important;
  outline: 3px solid #ffd33d !important;
  outline-offset: 2px;
}

.tg-home .nilson-date-alert__consent {
  color: rgba(255,255,255,.94) !important;
  font-size: .95rem !important;
  line-height: 1.5 !important;
}

.tg-home .nilson-date-alert__privacy {
  color: rgba(255,255,255,.86) !important;
  font-size: .88rem !important;
  line-height: 1.55 !important;
}

.tg-home .nilson-date-alert__privacy a,
.tg-home .nilson-date-alert__consent a {
  color: #ffd33d !important;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.tg-home .nilson-date-alert__form input[type='checkbox'] {
  width: 22px;
  height: 22px;
  margin-top: 1px;
  accent-color: #ffd33d;
  background: #fff;
}

.tg-home .nilson-date-alert__form .nilson-button--yellow {
  background: #ffd33d !important;
  color: #060917 !important;
  font-weight: 700 !important;
}

.tg-home .nilson-date-alert__form .nilson-button--yellow:hover,
.tg-home .nilson-date-alert__form .nilson-button--yellow:focus-visible {
  background: #e8bc24 !important;
}

.tg-home .nilson-date-alert__status,
.tg-home .nilson-date-alert__status[data-tone='success'],
.tg-home .nilson-date-alert__status[data-tone='error'] {
  color: #fff !important;
}

@media (max-width: 820px) {
  .tg-home .nilson-date-alert::before {
    background:
      linear-gradient(0deg, rgba(16,23,71,.98), rgba(16,23,71,.94)),
      url('/assets/nilson-rire-stage.jpg') 70% 30% / cover no-repeat;
  }
}
