/* PM Consulting AI News: footer subscribe band.
   Shared by every page. Colour vars carry fallbacks so the band still renders
   correctly on the handful of pages that do not define the site palette. */
.nl-band{
  max-width:620px;
  margin:0 auto 2.5rem;
  padding:1.75rem 1.5rem;
  background:linear-gradient(180deg,rgba(22,26,44,.92),rgba(15,18,32,.92));
  border:1px solid rgba(249,115,22,.28);
  border-radius:16px;
  text-align:center;
}
.nl-band-label{
  display:inline-flex;align-items:center;gap:.45rem;
  font-size:.7rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;
  color:var(--orange,#F97316);margin-bottom:.6rem;
}
.nl-band-title{
  font-size:1.05rem;font-weight:800;line-height:1.35;letter-spacing:-.01em;
  color:var(--text,#e8e8f0);margin:0 0 1.1rem;
}
.nl-form{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:center;max-width:460px;margin:0 auto}
.nl-form input[type=email]{
  flex:1 1 230px;min-width:0;padding:.74rem .9rem;
  background:rgba(8,11,20,.85);border:1px solid var(--border,#1e2340);
  border-radius:9px;color:var(--text,#e8e8f0);font-size:.92rem;font-family:inherit;
}
.nl-form input[type=email]::placeholder{color:#6b7490}
.nl-form input[type=email]:focus{outline:none;border-color:var(--orange,#F97316);box-shadow:0 0 0 3px rgba(249,115,22,.16)}
.nl-form button{
  flex:0 0 auto;padding:.74rem 1.4rem;background:var(--orange,#F97316);color:#000;
  border:none;border-radius:9px;font-size:.88rem;font-weight:800;font-family:inherit;
  letter-spacing:-.01em;cursor:pointer;transition:all .2s;
}
.nl-form button:hover{background:var(--orange-light,#fb923c);transform:translateY(-1px);box-shadow:0 4px 18px rgba(249,115,22,.5)}
.nl-form button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}
.nl-fine{font-size:.75rem;line-height:1.5;color:#7d869e;max-width:480px;margin:1rem auto 0}
.nl-status{display:none;margin-top:.9rem;padding:.62rem .8rem;border-radius:8px;font-size:.85rem;font-weight:600;line-height:1.45}
.nl-status.ok{display:block;background:rgba(22,219,147,.1);border:1px solid rgba(22,219,147,.3);color:#16DB93}
.nl-status.err{display:block;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);color:#EF4444}
/* Honeypot: hidden from humans and assistive tech alike. */
.nl-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}
/* Visually hidden but kept for screen readers. */
.nl-sr{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}
@media(max-width:600px){
  .nl-band{padding:1.5rem 1.15rem;margin-bottom:2rem}
  .nl-form input[type=email],.nl-form button{flex:1 1 100%}
}
