
    /* =========================================================
      CTA BAND
    ========================================================= */
    .ctaBand{
      margin-top:10px;
      padding:52px 0;
      background:linear-gradient(180deg, rgba(75,91,115,.10), rgba(75,91,115,0));
      border-top:1px solid var(--line);
      border-bottom:1px solid var(--line);
    }

    .ctaInner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      flex-wrap:nowrap;
    }

    .ctaCopy{
      max-width:78ch;
      flex:1 1 auto;
      min-width:0;
    }

    .ctaTitle{
      margin:0;
      font-size:22px;
      font-weight:600;
      color:#243041;
    }

    .ctaSub{
      margin:8px 0 0;
      color:var(--muted);
      font-size:14px;
      max-width:78ch;
    }

    .ctaActions{
      display:flex;
      gap:12px;
      flex-wrap:wrap;
      align-items:center;
      justify-content:flex-end;
      flex:0 0 auto;
    }