@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body { font-family: 'Inter', sans-serif; }
.hero-gradient { background: linear-gradient(135deg, rgba(59, 130, 246, 0.9), rgba(37, 99, 235, 0.8)); }
.service-card { transition: all 0.3s ease; }
.service-card:hover { transform: translateY(-8px); }
.testimonial-card { backdrop-filter: blur(10px); }