/* ==========================================================================
   newsletter.css — Premium CTA band (converted from subscribe section)
   Used by: Default.aspx (.news-band.news-band--cta)
   Brand blue band + white CTA card + logo-green button. Minimal.
   Desktop 2-col / tablet-mobile 1-col. No inline styles in HTML.
   ========================================================================== */

.news-band {
  --news-blue: #0b6cb4;
  --news-teal: #8cc63f;
  --news-ink: #0c3a5c;
  --news-text: #ffffff;
  --news-muted: rgba(255, 255, 255, .82);
  --news-card: #ffffff;
  position: relative;
  overflow: hidden;
  background-color: #1669bd;
  background-image: linear-gradient(100deg, #1f5fc0 0%, #2f76cf 55%, #5ea3d8 100%);
  padding: 2.6rem 0;
  font-family: 'Work Sans', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
}

/* one very subtle light glow only — keeps it premium, not flashy */
.news-band::before {
  content: '';
  position: absolute;
  top: -180px;
  right: -70px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(255, 255, 255, .16), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.news-band__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 2.5rem;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/* ---- left: promo content ---- */
.news-band__content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  min-width: 0;
}

.news-band__icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .16);
  border: 1px solid rgba(255, 255, 255, .38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 10px 22px -14px rgba(3, 41, 70, .6);
  color: #fff;
  font-size: 1.3rem;
}

.news-band__text {
  min-width: 0;
}

.news-band__title {
  margin: 0 0 .4rem;
  color: var(--news-text);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .01em;
}

.news-band__eyebrow {
  display: inline-block;
  margin: 0 0 .5rem;
  padding: .28rem .75rem;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.3);
  color: #fff;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.news-band__points {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem 1.1rem;
  margin: .8rem 0 0;
  padding: 0;
  list-style: none;
}

.news-band__points li {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #fff;
  font-size: .85rem;
  font-weight: 600;
}

.news-band__points i {
  color: #ffd66b;
  font-size: .9rem;
}

.news-band__sub {
  margin: 0;
  color: var(--news-muted);
  font-size: .93rem;
  line-height: 1.65;
  max-width: 33rem;
}

/* ---- right: CTA card ---- */
.news-band__aside {
  min-width: 0;
}

.news-band__card {
  background: #fff;
  border-radius: 20px;
  padding: 1.3rem 1.3rem 1.15rem;
  box-shadow: 0 24px 48px -24px rgba(3,41,70,.65);
  box-sizing: border-box;
  max-width: 420px;
  margin-left: auto;
  width: 100%;
}

.news-band__card-title {
  margin: 0 0 .8rem;
  color: #0c3a5c;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.news-band__call {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: .7rem .9rem;
  border-radius: 14px;
  background: #eef6fd;
  border: 1px solid rgba(0,110,185,.16);
  color: #0c3a5c;
  text-decoration: none;
}

.news-band__call:hover {
  transform: translateY(-2px);
  border-color: rgba(0,110,185,.4);
  box-shadow: 0 14px 26px -16px rgba(0,110,185,.6);
  color: #0c3a5c;
}

.news-band__call-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg,#0b6cb4,#8cc63f);
  color: #fff;
  font-size: 1rem;
}

.news-band__call-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
  min-width: 0;
}

.news-band__call-text small {
  color: #5b7a90;
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.news-band__call-text strong {
  color: #0c3a5c;
  font-size: 1.2rem;
  font-weight: 800;
}

.news-band__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  width: 100%;
  box-sizing: border-box;
  margin-top: .7rem;
  padding: .78rem 1.4rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #0b6cb4, #073a5e);
  box-shadow: 0 12px 24px -12px rgba(7,58,94,.75);
  color: #fff;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}

.news-band__btn:hover {
  color: #fff;
  filter: brightness(1.05);
  transform: translateY(-2px);
  box-shadow: 0 16px 28px -14px rgba(7,58,94,.85);
}

.news-band__btn:focus-visible,
.news-band__call:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px rgba(245,179,1,.7);
}

.news-band__btn i {
  font-size: .85em;
  transition: transform .25s ease;
}

.news-band__btn:hover i {
  transform: translateX(3px);
}

.news-band__note {
  display: flex;
  align-items: flex-start;
  gap: .45rem;
  margin: .65rem 0 0;
  color: #5b7a90;
  font-size: .79rem;
  line-height: 1.55;
}

.news-band__note i {
  margin-top: .15em;
  color: #0aa06e;
  font-size: .85em;
}

/* ---- tablet: single column, centred, constrained width ---- */
@media (max-width: 991.98px) {
  .news-band {
    padding: 2.3rem 0;
  }

  .news-band__inner {
    grid-template-columns: 1fr;
    gap: 1.4rem;
    max-width: 640px;
  }

  .news-band__sub {
    max-width: 100%;
  }

  .news-band__card {
    margin: 0 auto;
    max-width: 520px;
  }
}

/* ---- mobile: compact, no overflow ---- */
@media (max-width: 575.98px) {
  .news-band {
    padding: 2rem 0;
  }

  .news-band__inner {
    gap: 1.2rem;
  }

  .news-band__content {
    gap: .8rem;
  }

  .news-band__icon {
    width: 48px;
    height: 48px;
    font-size: 1.1rem;
  }

  .news-band__title {
    font-size: 1.22rem;
  }

  .news-band__sub {
    font-size: .89rem;
  }

  .news-band__card {
    padding: 1.1rem 1rem 1rem;
    border-radius: 18px;
  }

  .news-band__call-text strong {
    font-size: 1.08rem;
  }

  .news-band__btn {
    white-space: normal;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-band__btn,
  .news-band__btn i,
  .news-band__call {
    transition: none;
  }

  .news-band__btn:hover,
  .news-band__call:hover {
    transform: none;
  }

  .news-band__btn:hover i {
    transform: none;
  }
}
