:root {
  --novexa-primary: #5a5cff;
  --novexa-secondary: #1d1f5f;
  --novexa-accent: #00d4ff;
  --novexa-bg: #0f122c;
}

body {
  font-family: "Inter", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #171923;
  line-height: 1.6;
}

.hero-section {
  background: radial-gradient(circle at top right, #2e33a9 0%, var(--novexa-bg) 60%);
}

.navbar-brand {
  letter-spacing: 0.2px;
}

.btn-novexa {
  background: linear-gradient(90deg, var(--novexa-primary), var(--novexa-accent));
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 0.7rem 1.4rem;
}

.btn-novexa:hover {
  color: #fff;
  opacity: 0.92;
}

.hero-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  backdrop-filter: blur(8px);
}

.hero-stats p {
  font-size: 0.92rem;
  color: #d1d5ff;
}

.section-tag {
  color: var(--novexa-primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.service-card {
  border-radius: 0.9rem;
  border: 1px solid #ebedf5;
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 28, 45, 0.05);
}

.service-card h5 {
  margin-bottom: 0.8rem;
}

.feature-box {
  background: #fff;
  border-radius: 0.8rem;
  border: 1px solid #e8ecf5;
}

.digital-marketing-block {
  background: #fff;
  border: 1px solid #e9edf5;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(15, 18, 44, 0.05);
}

.dm-mini-card {
  background: #f5f7ff;
  border: 1px solid #dbe2ff;
  border-radius: 0.8rem;
}

.stats-panel {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #e9edf5;
  box-shadow: 0 12px 35px rgba(15, 18, 44, 0.08);
}

.impact-item {
  border-bottom: 1px dashed #d6dcef;
  padding: 0.8rem 0;
}

.inquiry-form {
  background: #fff;
  border-radius: 1rem;
  border: 1px solid #e9edf5;
  box-shadow: 0 10px 30px rgba(15, 18, 44, 0.06);
}

.inquiry-form .form-control,
.inquiry-form .form-select {
  border-color: #dbe2f2;
}

.inquiry-form .form-control:focus,
.inquiry-form .form-select:focus {
  border-color: #8a95ff;
  box-shadow: 0 0 0 0.2rem rgba(90, 92, 255, 0.15);
}

footer {
  color: #656b79;
  font-size: 0.95rem;
}

.footer-link {
  color: #505873;
  text-decoration: none;
}

.footer-link:hover {
  color: #202742;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .hero-section .display-4 {
    font-size: 2.35rem;
  }
}