body {
  font-family: 'Inter', sans-serif;
  color: #0F172A;
}

.bg-primary-custom {
  background: linear-gradient(135deg, #003464, #0A4D8C);
}

.btn-accent {
  background: #00B4D8;
  color: #003464;
  font-weight: 600;
}

.section {
  padding: 90px 0;
}

.service-card {
  border: none;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
}
