body {
  background-color: #f4f6f9;
}

.nf-logo-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}

.nf-logo-large {
  max-width: 320px;
  width: 100%;
  height: auto;
}

.nf-brand-logo-wrapper {
  display: flex;
  justify-content: center;
}

.nf-logo-mini {
  max-height: 40px;
  width: auto;
}

.nf-sidebar {
  min-height: 100vh;
  background-color: #1f2933;
  color: #e5e7eb;
}

.nf-sidebar .nav-link {
  color: #e5e7eb;
}

.nf-sidebar .nav-link.active,
.nf-sidebar .nav-link:hover {
  background-color: #111827;
  color: #fff;
}

.nf-brand {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.nf-content {
  padding: 1.5rem;
}

.nf-card {
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.12);
}

.nf-section-title {
  margin-bottom: 1rem;
}

.nf-badge-live {
  font-size: 0.7rem;
}

/* ---------------- Home NicronFlex ---------------- */

.nf-home-body {
  background: radial-gradient(circle at top left, #1d4ed8 0, #0f172a 45%, #020617 100%);
  color: #0f172a;
}

.nf-home-hero {
  padding: 3.5rem 0 3rem;
  color: #e5e7eb;
}

@media (min-width: 992px) {
  .nf-home-hero {
    padding: 4.5rem 0 4rem;
  }
}

.nf-home-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nf-home-logo-text {
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nf-logo-hero-home {
  max-width: 260px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 6px 16px rgba(15, 23, 42, 0.35));
}

.nf-home-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

@media (min-width: 992px) {
  .nf-home-title {
    font-size: 1.3rem;
  }
}

.nf-home-subtitle {
  font-size: 0.98rem;
  max-width: 30rem;
  color: #cbd5f5;
}

.nf-home-cta-group {
  margin-top: 1.5rem;
}

.nf-home-cta-main {
  padding-inline: 1.8rem;
}

.nf-home-cta-secondary {
  border-color: rgba(255, 255, 255, 0.6);
  color: #e5e7eb;
}

.nf-home-cta-secondary:hover {
  background-color: rgba(15, 23, 42, 0.25);
  color: #fff;
}

.nf-home-hero-card {
  background: rgba(15, 23, 42, 0.86);
  border-radius: 1rem;
  padding: 1.5rem 1.4rem;
  color: #e5e7eb;
  border: 1px solid rgba(148, 163, 184, 0.4);
}

.nf-home-metric {
  padding: 0.9rem 0.75rem;
  border-radius: 0.75rem;
  background-color: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.7);
}

.nf-home-metric-label {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9ca3af;
  margin-bottom: 0.25rem;
}

.nf-home-metric-value {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
}

.nf-home-section {
  padding: 3rem 0;
}

@media (min-width: 992px) {
  .nf-home-section {
    padding: 3.5rem 0;
  }
}

.nf-home-section-light {
  background-color: #f9fafb;
}

.nf-home-section-dark {
  background: linear-gradient(135deg, #020617, #020617 40%, #0b1120 100%);
  color: #e5e7eb;
}

.nf-home-feature {
  background-color: #ffffff;
  border-radius: 0.9rem;
  padding: 1.4rem 1.2rem;
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.08);
  height: 100%;
}

.nf-home-feature-icon {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  background-color: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  color: #1d4ed8;
  font-size: 0.8rem;
  font-weight: 600;
}

.nf-home-feature-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.nf-home-feature-text {
  font-size: 0.9rem;
  color: #4b5563;
  margin-bottom: 0;
}

.nf-home-section-text {
  font-size: 0.95rem;
  color: #e5e7eb;
  max-width: 32rem;
}

.nf-home-footer {
  padding: 1.2rem 0 1.4rem;
  background-color: #020617;
  color: #9ca3af;
  border-top: 1px solid #111827;
}

