body { font-family: 'Inter', sans-serif; color: #1e293b; background-color: #f8fafc; }
.navbar { background: rgba(255, 255, 255, 0.9) !important; backdrop-filter: blur(10px); border-bottom: 1px solid #e2e8f0; }
.hero-section { padding: 160px 0 100px; background: radial-gradient(circle at 50% 50%, rgba(13, 110, 253, 0.05) 0%, transparent 100%); }
.btn-primary { padding: 12px 30px; border-radius: 50px; font-weight: 600; box-shadow: 0 10px 15px -3px rgba(13, 110, 253, 0.2); }
.card { border: none; border-radius: 20px; transition: transform 0.3s ease; background: #ffffff; }
.card:hover { transform: translateY(-10px); }
.icon-box { width: 60px; height: 60px; background: #0d6efd; color: white; border-radius: 15px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; font-size: 24px; }
.contact-section { background: #0f172a; color: white; padding: 100px 0; }
.form-control { border-radius: 12px; padding: 12px 20px; background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.1); color: white; }
.form-control:focus { background: rgba(255, 255, 255, 0.1); color: white; border-color: #0d6efd; box-shadow: none; }
.form-label { color: #94a3b8; font-weight: 500; }
#status-message { display: none; margin-top: 20px; }
html { scroll-behavior: smooth; }
