:root{
  --brand: #f59e0b;
  --dark: #0f172a;
}

body { scroll-behavior: smooth; }

.navbar-brand span { color: var(--brand); }

.hero {
  min-height: 70vh;
  background:
    linear-gradient(120deg, rgba(15,23,42,.75), rgba(15,23,42,.25)),
    url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=2000&q=80")
    center/cover no-repeat;
}

.hero .badge { background: rgba(245,158,11,.15); color: #fde68a; border: 1px solid rgba(245,158,11,.35); }

.section-title {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .85rem;
  color: #64748b;
}

.card-hover {
  transition: transform .2s ease, box-shadow .2s ease;
}
.card-hover:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(2,6,23,.12);
}

.icon-pill {
  width: 44px; height: 44px;
  display: inline-flex;
  align-items: center; justify-content: center;
  border-radius: 999px;
  background: rgba(245,158,11,.12);
  border: 1px solid rgba(245,158,11,.28);
}

.kpi {
  background: linear-gradient(180deg, #0b1224, #0f172a);
  color: #e2e8f0;
}

.kpi .kpi-box {
  border: 1px solid rgba(148,163,184,.18);
  background: rgba(2,6,23,.25);
  border-radius: 16px;
}

.page-hero {
  background: linear-gradient(120deg, rgba(15,23,42,.88), rgba(15,23,42,.55)),
    url("https://images.unsplash.com/photo-1581092160562-40aa08e78837?auto=format&fit=crop&w=2000&q=80")
    center/cover no-repeat;
  color: #fff;
}

.footer {
  background: #0b1224;
  color: #cbd5e1;
}

.footer a { color: #cbd5e1; text-decoration: none; }
.footer a:hover { color: white; }

.form-control:focus {
  border-color: rgba(245,158,11,.55);
  box-shadow: 0 0 0 .25rem rgba(245,158,11,.18);
}

.badge-soft {
  background: rgba(15,23,42,.06);
  border: 1px solid rgba(15,23,42,.10);
  color: #0f172a;
}
