 :root {--primary-color: #0d6efd;--secondary-color: #6c757d;--success-color: #198754;--warning-color: #ffc107;--gradient-hero: linear-gradient(135deg, var(--primary-color), #6610f2);}body {font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;line-height: 1.7;color: #333;}.hero {background: var(--gradient-hero);animation: fadeIn 1s ease-in;}@keyframes fadeIn {from {opacity: 0;transform: translateY(20px);}to {opacity: 1;transform: translateY(0);}}.animate-fade-in {animation: fadeIn 0.8s ease-out;}.card {transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);border-radius: 16px;overflow: hidden;}.card:hover {transform: translateY(-10px) scale(1.02);box-shadow: 0 20px 40px rgba(0,0,0,0.15);}.table {border-radius: 12px;overflow: hidden;}.table th {background: var(--gradient-hero);color: white;font-weight: 600;}.nav-link {transition: all 0.3s ease;border-radius: 8px;margin: 0 2px;}.nav-link:hover {background: rgba(255,255,255,0.1);color: var(--warning-color) !important;transform: scale(1.05);}#sticky-cta {animation: slideInUp 0.5s ease-out;}@keyframes slideInUp {from {transform: translateY(100px);opacity: 0;}to {transform: translateY(0);opacity: 1;}}@media (max-width: 768px) {#sticky-cta {display: block !important;width: calc(100% - 2rem);left: 1rem;}.hero h1 {font-size: 2rem;}}.fs-3 {font-size: 2rem !important;}.fs-4 {font-size: 1.25rem !important;}