:root { --brand: #0d6efd; }
body { scroll-behavior: smooth; }
.bg-gradient { background: linear-gradient(135deg, rgba(13,110,253,.08), rgba(13,110,253,.02)); }
.card-hover { transition: transform .15s ease, box-shadow .15s ease; text-decoration: none; color: inherit; }
.card-hover:hover { transform: translateY(-2px); box-shadow: 0 .5rem 1rem rgba(0,0,0,.08); }
.hero-bg { position:absolute; inset:0; background: radial-gradient(1200px 600px at 100% -10%, rgba(13,110,253,.08), transparent), radial-gradient(900px 400px at -10% 100%, rgba(13,110,253,.06), transparent); }
.hero-card { border: 1px solid rgba(0,0,0,.05); }
.cookie-banner { position: sticky; top: 0; z-index: 1080; background: rgba(0,0,0,.85); color: #fff; }
.btn-check:focus + .btn, .btn:focus { box-shadow: 0 0 0 .25rem rgba(13,110,253,.25); }
.test-card .h6 { margin-bottom: .25rem; }
