@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');
body { font-family: 'Cairo', sans-serif; background-color: #f8f9fa; }
.navbar-brand { font-weight: bold; letter-spacing: 1px; }
.hero-section { background: linear-gradient(135deg, #0d2b5e 0%, #1a4a9c 100%); color: white; padding: 100px 0; }
.card { transition: transform 0.3s ease, box-shadow 0.3s ease; border: none; border-radius: 10px; }
.card:hover { transform: translateY(-10px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }
.pricing-card-title { color: #0d2b5e; font-weight: bold; }
footer { background-color: #111; color: #ccc; }
footer h5 { color: #f39c12; }