* { font-family: 'Poppins', sans-serif; }
body { background: #f8f9fa; padding-top: 70px; }
.hero { background: linear-gradient(135deg, #fff5e6 0%, #e0f7fa 100%); padding: 80px 0; min-height: 80vh; display: flex; align-items: center; }
.btn-primary { background: linear-gradient(135deg, #FF914D, #FFD166); border: none; padding: 12px 30px; border-radius: 50px; font-weight: 600; }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 10px 20px rgba(255,145,77,0.3); }
.btn-outline-primary { color: #FF914D; border-color: #FF914D; border-radius: 50px; }
.text-primary { color: #FF914D !important; }
.service-card { transition: all 0.3s; border-radius: 15px; }
.service-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.1) !important; }
.feature-icon { width: 80px; height: 80px; background: linear-gradient(135deg, #FF914D, #FFD166); color: white; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 15px; }
.whatsapp-btn { position: fixed; bottom: 20px; right: 20px; width: 60px; height: 60px; background: #25D366; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 30px; box-shadow: 0 5px 15px rgba(0,0,0,0.2); z-index: 1000; text-decoration: none; }
.whatsapp-btn:hover { transform: scale(1.1); color: white; }
.navbar { box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.card { border-radius: 15px; }