:root {
  --cd-primary: #0f3d63;
  --cd-secondary: #125b9a;
  --cd-bg-soft: #f4f8fc;
}

body {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  color: #1f2a37;
  background-color: #fff;
}

.cd-navbar {
  background: linear-gradient(90deg, rgba(9, 34, 56, 0.96), rgba(15, 61, 99, 0.96));
  backdrop-filter: blur(6px);
}

.cd-lang-switch .btn {
  min-width: 46px;
}

.cd-lang-switch .btn.active {
  background-color: #ffffff;
  color: var(--cd-primary);
  border-color: #ffffff;
}

.hero-section {
  min-height: 95vh;
  padding-top: 96px;
  background: radial-gradient(circle at top right, rgba(18, 91, 154, 0.55), rgba(15, 61, 99, 1) 55%, rgb(11, 29, 45));
}

.cd-badge {
  color: var(--cd-primary);
  font-weight: 600;
}

.cd-stat-card {
  border-radius: 1rem;
}

.cd-feature {
  border-radius: 1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cd-feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 1rem 2rem rgba(15, 61, 99, 0.12) !important;
}

.cd-api-section {
  background-color: var(--cd-bg-soft);
}

pre code {
  color: #9fe0ff;
}

.whatsapp-cta {
  font-weight: 600;
}

@media (max-width: 991.98px) {
  .hero-section {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 64px;
  }
}
