 /* ========== CTA BLOCK ========== */
.inner-cta .wrap {
    padding: 120px 0px;
}
.cta-block .btn-fill {
    background: #fff;
    color: var(--ink);
    text-decoration:none;
}
.cta-buttons .btn-fill {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: var(--ink);
    color: #fff;
    padding: 16px 30px;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 500;
    transition: .25s;
    text-decoration:none;
}
.cta-block .btn-ghost {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    background: transparent;
    color: #fff;
    padding: 16px 30px;
    font-size: 11px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    font-weight: 500;
    border: 1.5px solid rgba(255,255,255,0.6);
    transition: .25s;
}
  .cta-block{background:var(--aubergine-deep);color:#fff;text-align:center}
  .cta-block .eyebrow{color:rgba(255,255,255,0.7);display:block;margin-bottom:18px}
  .cta-block h2{color:#fff;font-size:clamp(38px,4.6vw,62px);font-weight:500;line-height:1.08;max-width:20ch;margin:0 auto}
  .cta-block h2 em{color:#fff;opacity:0.85}
  .cta-block p{margin:24px auto 40px;color:#cfc8d4;max-width:680px;font-size:17px;line-height:1.6}
  .cta-buttons{display:flex;justify-content:center;gap:18px;flex-wrap:wrap}
  .cta-block .btn-fill{background:#fff;color:var(--ink)}
  .cta-block .btn-fill:hover{background:#e7e4df}