
/* SAZLABS Modern Enterprise Theme (A3) */
/* Base typography */
:root {
  --bs-primary: #f97316;
  --bs-primary-rgb: 249, 115, 22;
  --saz-surface: #ffffff;
  --saz-surface-soft: #f9fafb;
  --saz-border-subtle: rgba(148, 163, 184, 0.35);
  --saz-shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.16);
  --saz-radius-card: 18px;
  --saz-radius-btn: 999px;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background-color: #f3f4f6;
  color: #020617;
}

/* Navbar */
.navbar {
  backdrop-filter: blur(16px);
  background: #ffffff !important;
  border-bottom: 1px solid #e5e7eb;
  padding-top: 1.25rem !important;
padding-bottom: 1.25rem !important;
}

.navbar-brand span {
  letter-spacing: 0.12em;
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #111827;
}

.navbar-nav .nav-link {
  font-size: 0.92rem;
  font-weight: 500;
  padding-inline: 0.9rem;
  color: #111827 !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: #f97316 !important;
}

.dropdown-menu {
  border-radius: 14px;
  border: 1px solid rgba(148, 163, 184, 0.3);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.25);
  padding: 0.25rem;
}

.dropdown-item {
  font-size: 0.9rem;
  border-radius: 10px;
}

.dropdown-item:hover {
  background-color: rgba(249, 115, 22, 0.08);
}

/* Hero */
.hero-gradient {
  background: radial-gradient(circle at top left, rgba(249, 115, 22, 0.18) 0, #ffffff 40%, #f9fafb 100%);
  color: #020617;
}

.hero-gradient .lead {
  color: #4b5563;
}

.saz-pill {
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b7280;
}

/* Sections */
.section-muted {
  background-color: #f9fafb;
}

.section-dark {
  background-color: #020617;
  color: #111827;
}

.section-dark .text-muted {
  color: #9ca3af !important;
}

/* Cards & surfaces */
.card,
.card-shadow {
  border-radius: var(--saz-radius-card);
  border: 1px solid var(--saz-border-subtle);
  background-color: var(--saz-surface);
  box-shadow: var(--saz-shadow-soft);
}

.border,
.rounded-3 {
  border-radius: 16px !important;
}

.card-title {
  font-weight: 600;
}

/* Buttons */
.btn-primary {
  background-color: #f97316;
  border-color: #f97316;
  border-radius: var(--saz-radius-btn);
  font-weight: 600;
  padding-inline: 1.4rem;
}

.btn-primary:hover {
  background-color: #ea580c;
  border-color: #ea580c;
}

.btn-outline-primary {
  border-color: #f97316;
  color: #f97316;
  border-radius: var(--saz-radius-btn);
  font-weight: 600;
}

.btn-outline-primary:hover {
  background-color: rgba(249, 115, 22, 0.08);
  color: #c2410c;
}

/* Links */
a {
  color: #f97316;
}

a:hover {
  color: #ea580c;
}

/* Typography */
.saz-section-title {
  font-weight: 650;
  letter-spacing: -0.02em;
}

/* Footer */
footer {
  font-size: 0.9rem;
  background-color: #ffffff;
  color: #f97316;
  border-top: 1px solid #e5e7eb;
}

footer a {
  text-decoration: none;
  color: #f97316;
}

/* Responsive tweaks */
@media (max-width: 767.98px) {
  .hero-gradient {
    text-align: left;
    padding-top: 2.5rem;
  }
}
