body { font-family: Arial, sans-serif; }
.hero-section { background: linear-gradient(135deg, #0D1B2A, #1B263B); height: 70vh; }
.bg-primary { background-color: #512BD4 !important; }
.btn-orange { background-color: #FF5722; color: #fff; }
.btn-orange:hover { background-color: #e64a19; }
.card { border: none; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
h2, h3 { color: #512BD4; }
