
/*
Theme Name: Netcol Enterprise
Theme URI: https://netcol.com.br/
Author: NETCOL
Author URI: https://netcol.com.br/
Description: Tema WordPress de landing page inspirado na NETCOL Enterprise, com destaques em vermelho e preços como "Sob consulta".
Version: 1.0.0
Text Domain: netcol-enterprise
*/

/* Sobrescreve helpers do Bootstrap quando existirem */
:root{
  --nc-primary:#ff0000; /* vermelho: substitui o azul */
  --nc-dark:#0a1020;
  --nc-light:#f6f8ff;
  --nc-accent:#00d1b2;
}

.text-primary{ color:#ff0000 !important; }
.bg-primary{ background-color:#ff0000 !important; }
.border-primary{ border-color:#ff0000 !important; }
.btn-primary{ background:#ff0000; border-color:#ff0000; }
.btn-primary:hover{ filter:brightness(.9); }

/* Utilitários de espaçamento */
.py-6{ padding-top:4.5rem !important; padding-bottom:4.5rem !important; }
.py-7{ padding-top:6rem !important; padding-bottom:6rem !important; }

/* Aparência geral */
body{ font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial; color:#1c2440; }
.navbar{ backdrop-filter:saturate(1.2) blur(6px); }
.shadow-soft{ box-shadow:0 10px 30px rgba(10,16,32,.08); }
.rounded-2xl{ border-radius:1.25rem; }
.rounded-3xl{ border-radius:1.75rem; }
.badge-soft{ background:rgba(255,0,0,.08); color:#ff0000; border:1px solid rgba(255,0,0,.18); }
.icon{ width:48px; height:48px; display:inline-flex; align-items:center; justify-content:center; border-radius:14px; background: rgba(255,0,0,.08); }
.check{ color:var(--nc-accent); }

.footer-link{ color:#dbe5ff; text-decoration:none; }
.footer-link:hover{ color:#fff; }
