:root { --brand: #0d6efd; --brand-dark: #0b5ed7; --ink: #1f2937; }
body { color: var(--ink); }
.navbar-brand span{ font-weight:700; letter-spacing:.2px; }
.hero{ background: linear-gradient(135deg, rgba(13,110,253,.08), rgba(13,110,253,.02)); border-bottom: 1px solid #eef2ff; }
.hero .display-5{ letter-spacing:.3px; }
.section-cta{ background: linear-gradient(180deg, rgba(13,110,253,.06), rgba(13,110,253,0)); }
.card{ border-radius: 1rem; }
.icon-circle{ width:56px;height:56px; border-radius:50%; display:inline-flex;align-items:center;justify-content:center; background:#eef4ff; }
.btn-rounded{ border-radius:999px; padding:.6rem 1.2rem; }
.footer small a{ text-decoration: none; }
.gradient-text{ background: linear-gradient(90deg, var(--brand), #22c55e); -webkit-background-clip:text;background-clip:text;color:transparent; }
.badge-soft{ background: rgba(13,110,253,.12); color: #0b5ed7; }
.shadow-soft{ box-shadow: 0 10px 30px rgba(2,6,23,.06); }
.rounded-2xl{ border-radius: 1.25rem; }