:root{
  --primary:#1F3C88;
  --primary-2:#2B59C3;
  --accent:#F4B400;
  --bg:#F7F9FC;
  --card:#ffffff;
  --text:#111827;
  --muted:#6B7280;
  --border:rgba(17,24,39,0.08);
  --radius:18px;
}

*{ -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
body{
  font-family:'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
}

a{ color: inherit; }
.small-muted{ color: var(--muted); }

/* Navbar */
.nav-glass, .navbar{
  background: rgba(255,255,255,0.92) !important;
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--border);
  box-shadow: 0 12px 30px rgba(17,24,39,0.06);
}
.navbar .nav-link{
  font-weight:800;
  color:#0f172a !important;
}
.navbar .nav-link:hover{ color: var(--primary) !important; }
.brand-logo{ width:34px; height:34px; object-fit:contain; }
.dropdown-menu{
  border:1px solid var(--border);
  border-radius:14px;
  box-shadow: 0 18px 60px rgba(17,24,39,0.12);
  padding:10px;
}
.dropdown-item{ border-radius:10px; font-weight:700; }
.dropdown-item:hover{ background: rgba(31,60,136,0.06); }

/* Hero */
.hero{
  padding: 86px 0 54px;
  background:
    radial-gradient(900px 600px at 5% 5%, rgba(31,60,136,0.10), transparent 55%),
    radial-gradient(900px 600px at 95% 0%, rgba(244,180,0,0.12), transparent 55%),
    linear-gradient(135deg, #ffffff 0%, #f6f8ff 100%);
}
.hero h1{ font-weight: 900; letter-spacing:-0.6px; }
.hero .lead{ color: var(--muted); font-size: 18px; }

.badge-soft{
  background: rgba(31,60,136,0.06);
  border:1px solid rgba(31,60,136,0.12);
  color:#0f172a;
}

.hero-card{
  background: var(--card);
  border:1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 22px 70px rgba(17,24,39,0.10);
  overflow:hidden;
}
.hero-card img{ width:100%; height:360px; object-fit:cover; display:block; }
.hero-body{ padding: 16px 16px 18px; }

/* Buttons */
.btn-warning{
  background: linear-gradient(135deg, #F4B400, #FFB300) !important;
  border:0 !important;
  color:#111827 !important;
  font-weight: 900 !important;
  border-radius: 12px !important;
  padding: 12px 18px !important;
  box-shadow: 0 18px 42px rgba(244,180,0,0.20);
}
.btn-outline-dark{
  border-radius: 12px !important;
  padding: 12px 18px !important;
  font-weight: 900 !important;
}
.btn-soft{
  background: rgba(31,60,136,0.08);
  border:1px solid rgba(31,60,136,0.18);
  color:#0f172a;
  border-radius:12px;
  padding:12px 18px;
  font-weight:900;
}

/* KPI */
.hero-kpis{ display:grid; grid-template-columns: repeat(3, 1fr); gap:12px; }
.kpi{
  background: rgba(31,60,136,0.04);
  border:1px solid rgba(31,60,136,0.10);
  border-radius:14px;
  padding:12px;
}
.kpi .num{ font-weight: 900; font-size: 18px; color:#0f172a; }
.kpi .lbl{ color: var(--muted); font-size: 12px; margin-top:2px; }

/* Sections */
.section{ padding: 78px 0; }
.section-title{ font-weight: 900; letter-spacing:-0.4px; }
.section-subtitle{ color: var(--muted); }

/* Cards */
.card-glass{
  background: var(--card);
  border:1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 18px 60px rgba(17,24,39,0.08);
}
.card-hover{ transition: transform .2s ease, box-shadow .2s ease; }
.card-hover:hover{ transform: translateY(-4px); box-shadow: 0 26px 80px rgba(17,24,39,0.12); }

.icon-pill{
  width:46px; height:46px;
  display:inline-flex; align-items:center; justify-content:center;
  border-radius: 14px;
  background: rgba(244,180,0,0.18);
  border: 1px solid rgba(244,180,0,0.30);
  color: #7a5600;
}

.media-rounded{
  border-radius: var(--radius);
  overflow:hidden;
  border: 1px solid var(--border);
  box-shadow: 0 18px 60px rgba(17,24,39,0.10);
}
.media-rounded img{ width:100%; height:auto; display:block; }

/* Footer */
.footer, footer{
  background:#0b1220;
  border-top: 1px solid rgba(255,255,255,0.10);
  padding: 44px 0;
  color: rgba(233,238,247,0.92);
}
.footer a{ color: rgba(233,238,247,0.88); }
.footer a:hover{ color: var(--accent); }
.footer .text-white-50{ color: rgba(233,238,247,0.70)!important; }
.footer .muted, .footer .small-muted{ color: rgba(233,238,247,0.70)!important; }

.footer a{ text-decoration:none; }
.footer a:hover{ color: var(--primary); }

/* Responsive */
@media (max-width: 991px){
  .hero{ padding-top: 78px; }
  .hero-card img{ height: 280px; }
  .hero-kpis{ grid-template-columns: 1fr; }
}


/* floating actions */
.fab{
  position: fixed;
  right: 18px;
  z-index: 1050;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  box-shadow: 0 12px 30px rgba(0,0,0,0.22);
  text-decoration: none;
}
.fab i{ font-size: 20px; }
.fab-wa{
  bottom: 84px;
  background: #25D366;
  color: #0b1220;
}
.fab-top{
  bottom: 26px;
  background: rgba(11,18,32,0.92);
  color: #fff;
  backdrop-filter: blur(10px);
}
.fab-top.hidden{ opacity: 0; pointer-events: none; transform: translateY(8px); }
.fab-top{ transition: all .2s ease; }
