    :root{
      --bs-primary: #0d6efd;
      --fc-gradient: linear-gradient(135deg, #0d6efd 0%, #6610f2 100%);
    }
    .navbar{ box-shadow: 0 2px 12px rgba(0,0,0,.06); }
    .hero{
      background: var(--fc-gradient);
      position:relative;
      overflow:hidden;
    }
    .hero .shape{
      position:absolute; inset:auto -30% -30% auto; width:70vw; height:70vw; background:radial-gradient(closest-side, rgba(255,255,255,.12), transparent 65%); border-radius:50%; filter:blur(2px);
    }
    .text-white-70{ color: rgba(255,255,255,.8)!important; }
    .badge-affiliate{ background: #212529; }
    .checklist i{ font-size:1.1rem; }
    .sticky-cta{ position: sticky; bottom: 0; z-index: 1030; }
    .sticky-cta .btn{ box-shadow: 0 10px 20px rgba(13,110,253,.3); }
    .feature-icon{ width:3rem; height:3rem; border-radius: .75rem; display:grid; place-items:center; background:#f1f5ff; }
    .compare-table th{ white-space:nowrap; }
    .shadow-soft{ box-shadow: 0 1rem 2rem rgba(0,0,0,.08)!important; }
    .disclosure{ font-size:.9rem; }
    .skip-link{ position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden; }
    .skip-link:focus{ position:static; width:auto; height:auto; padding:.5rem 1rem; background:#ffc107; color:#000; }