
/* static plain HTML site, backend: www.insist.si */
:root{
  --nc-blue:#0d6efd;
  --nc-gray:#6c757d;
}
.navbar-brand img{height:36px; width:auto}
.hero{ background: linear-gradient(180deg, rgba(13,110,253,0.08), rgba(13,110,253,0.02)); padding: 4rem 0;}
.hero h1{font-weight:800; letter-spacing:.3px}
.badge-soft{background: rgba(13,110,253,.12); color:#0d6efd; border:1px solid rgba(13,110,253,.2)}
.section{padding:4rem 0}
.icon-bullet{width:12px; height:12px; background:#0d6efd; border-radius:50%; display:inline-block; margin-right:.5rem}
.card-shadow{box-shadow: 0 10px 25px rgba(0,0,0,.06)}
footer{background:#0f172a; color:#cbd5e1}
footer a{color:#93c5fd; text-decoration:none}
footer a:hover{text-decoration:underline}
pre{background:#0b1220; color:#e2e8f0; padding:1rem; border-radius:.5rem; overflow:auto}
code{background:#f8fafc; padding:.125rem .375rem; border:1px solid #e2e8f0; border-radius:.25rem}
