/* ============================================================
   WP Institucional Pro — Layouts Visuais
   Cada layout altera estrutura, tipografia e animações.
   Ativado via classe no wrapper: .wpinst.layout-bold etc.
   ============================================================ */

/* ══════════════════════════════════════════════════════════════
   LAYOUT: modern (padrão — já definido no public.css)
   Sem regras extras aqui, é o comportamento base.
   ══════════════════════════════════════════════════════════════ */


/* ══════════════════════════════════════════════════════════════
   LAYOUT: bold
   Visual: impactante, navbar escura, hero tela cheia,
   tipografia grande, cards com borda colorida,
   seções com fundo muito contrastado.
   ══════════════════════════════════════════════════════════════ */
.wpinst.layout-bold .wpinst-navbar {
  background: #0a0a0a !important;
  border-bottom: 3px solid var(--wpinst-primary);
}
.wpinst.layout-bold .wpinst-nav-links li a {
  color: #e0e0e0;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: .82rem;
}
.wpinst.layout-bold .wpinst-nav-links li a:hover,
.wpinst.layout-bold .wpinst-nav-links li a.current {
  color: var(--wpinst-primary);
  background: transparent;
}
.wpinst.layout-bold .wpinst-logo-text { color: #ffffff; }
.wpinst.layout-bold .wpinst-hamburger span { background: #fff; }

/* Hero bold: overlay mais escuro, texto maior */
.wpinst.layout-bold .wpinst-hero-static,
.wpinst.layout-bold .wpinst-slider { border-bottom: 5px solid var(--wpinst-primary); }
.wpinst.layout-bold .wpinst-slide-overlay { background: rgba(0,0,0,.55); }
.wpinst.layout-bold .wpinst-hero-overlay  { background: rgba(0,0,0,.5); }
.wpinst.layout-bold .wpinst-slide-content h1,
.wpinst.layout-bold .wpinst-hero-title {
  font-size: clamp(2.2rem, 8vw, 4.5rem);
  letter-spacing: -.02em;
  text-transform: uppercase;
}
.wpinst.layout-bold .wpinst-label {
  background: var(--wpinst-primary);
  color: #fff;
  padding: 3px 12px;
  border-radius: 0;
  letter-spacing: .12em;
  font-size: .7rem;
}
.wpinst.layout-bold .wpinst-section-title { font-size: clamp(1.8rem, 4.5vw, 2.6rem); text-transform: uppercase; letter-spacing: -.01em; }
.wpinst.layout-bold .wpinst-divider { height: 6px; border-radius: 0; width: 48px; }

/* Cards bold: borda lateral colorida em vez de top */
.wpinst.layout-bold .wpinst-card {
  border-radius: 0;
  border-left: 5px solid var(--wpinst-primary);
  border-top: none;
}
.wpinst.layout-bold .wpinst-card::before { display: none; }
.wpinst.layout-bold .wpinst-card:hover { transform: translateX(6px) translateY(-2px); }
.wpinst.layout-bold .wpinst-card-icon-wrap { border-radius: 0; }

/* Diferenciais bold: fundo preto puro */
.wpinst.layout-bold .wpinst-differentials { background: #000; }
.wpinst.layout-bold .wpinst-diff-item { border-radius: 0; border-left: 3px solid var(--wpinst-primary); border-color: rgba(255,255,255,.1); }
.wpinst.layout-bold .wpinst-diff-item:hover { border-left-color: var(--wpinst-primary); background: rgba(255,255,255,.06); }

/* CTA bold: fundo escuro com borda */
.wpinst.layout-bold .wpinst-cta {
  background: #0a0a0a;
  border-top: 5px solid var(--wpinst-primary);
  border-bottom: 5px solid var(--wpinst-primary);
}
.wpinst.layout-bold .wpinst-cta h2 { text-transform: uppercase; letter-spacing: -.01em; }

/* Botões bold: sem border-radius */
.wpinst.layout-bold .wpinst-btn { border-radius: 0; text-transform: uppercase; letter-spacing: .05em; }

/* Contato bold */
.wpinst.layout-bold .wpinst-contact { background: #0a0a0a; border-top: 3px solid var(--wpinst-primary); }
.wpinst.layout-bold .wpinst-contact-item { border-radius: 0; border-left: 3px solid var(--wpinst-primary); }

/* Rodapé bold */
.wpinst.layout-bold .wpinst-footer { background: #000; border-top: 3px solid var(--wpinst-primary); }

/* Seções alternadas bold */
.wpinst.layout-bold .wpinst-bg-light { background: #111; }
.wpinst.layout-bold .wpinst-bg-light .wpinst-section-title { color: #fff; }
.wpinst.layout-bold .wpinst-bg-light .wpinst-section-subtitle { color: rgba(255,255,255,.6); }
.wpinst.layout-bold .wpinst-bg-light .wpinst-card { background: #1a1a1a; }
.wpinst.layout-bold .wpinst-bg-light .wpinst-card h3 { color: #fff; }
.wpinst.layout-bold .wpinst-bg-light .wpinst-card p { color: rgba(255,255,255,.65); }
.wpinst.layout-bold .wpinst-bg-light .wpinst-testimonial-card { background: #1a1a1a; }
.wpinst.layout-bold .wpinst-bg-light .wpinst-testimonial-text { color: rgba(255,255,255,.75); }

/* Sobre bold */
.wpinst.layout-bold .wpinst-about .wpinst-section-title { color: #0a0a0a; }
.wpinst.layout-bold .wpinst-about-image img { border-radius: 0; }
.wpinst.layout-bold .wpinst-about-badge { border-radius: 0; }
.wpinst.layout-bold .wpinst-stat-item { border-radius: 0; border-left: 3px solid var(--wpinst-primary); }


/* ══════════════════════════════════════════════════════════════
   LAYOUT: clean
   Visual: minimalista, muito espaço em branco, tipografia fina,
   sem gradientes pesados, bordas sutis, foco em conteúdo.
   ══════════════════════════════════════════════════════════════ */
.wpinst.layout-clean .wpinst-navbar {
  background: #ffffff !important;
  box-shadow: none;
  border-bottom: 1px solid #e8eaed;
}
.wpinst.layout-clean .wpinst-navbar.scrolled {
  box-shadow: 0 1px 0 #e8eaed;
}
.wpinst.layout-clean .wpinst-nav-links li a {
  font-weight: 500;
  color: #555;
}
.wpinst.layout-clean .wpinst-nav-links li a:hover { color: var(--wpinst-primary); background: none; text-decoration: underline; text-underline-offset: 4px; }

/* Hero clean: gradiente suave, sem overlay escuro */
.wpinst.layout-clean .wpinst-hero-static {
  background: linear-gradient(160deg, color-mix(in srgb, var(--wpinst-primary) 8%, white), color-mix(in srgb, var(--wpinst-secondary) 5%, white));
}
.wpinst.layout-clean .wpinst-hero-overlay { background: rgba(0,0,0,.05); }
.wpinst.layout-clean .wpinst-hero-title { color: var(--wpinst-primary); text-shadow: none; font-weight: 300; letter-spacing: -.02em; }
.wpinst.layout-clean .wpinst-hero-slogan { color: #555; }
.wpinst.layout-clean .wpinst-slide-overlay { background: rgba(0,0,0,.28); }
.wpinst.layout-clean .wpinst-label {
  background: none;
  color: var(--wpinst-primary);
  border-bottom: 2px solid var(--wpinst-primary);
  padding: 0 0 3px;
  border-radius: 0;
  letter-spacing: .08em;
}
.wpinst.layout-clean .wpinst-section-title { font-weight: 300; letter-spacing: -.02em; color: #1a1a2e; }
.wpinst.layout-clean .wpinst-divider { display: none; }
.wpinst.layout-clean .wpinst-section { padding: 88px 0; }

/* Cards clean: sem sombra, só borda */
.wpinst.layout-clean .wpinst-card {
  box-shadow: none;
  border: 1px solid #e8eaed;
  border-top: 2px solid var(--wpinst-primary);
}
.wpinst.layout-clean .wpinst-card::before { display: none; }
.wpinst.layout-clean .wpinst-card:hover { box-shadow: 0 4px 24px rgba(0,0,0,.08); border-top-color: var(--wpinst-primary); transform: translateY(-3px); }
.wpinst.layout-clean .wpinst-card-icon-wrap {
  background: none;
  box-shadow: none;
  border: 2px solid var(--wpinst-primary);
  color: var(--wpinst-primary);
  border-radius: 50%;
}

/* Seções clean: fundo branco puro */
.wpinst.layout-clean .wpinst-bg-light { background: #fafbfc; }
.wpinst.layout-clean .wpinst-differentials {
  background: var(--wpinst-primary);
}
.wpinst.layout-clean .wpinst-diff-item {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.2);
  border-radius: 0;
}
.wpinst.layout-clean .wpinst-diff-check { background: rgba(255,255,255,.25); border-radius: 50%; }

/* CTA clean: simples, sem gradiente */
.wpinst.layout-clean .wpinst-cta { background: var(--wpinst-primary); }
.wpinst.layout-clean .wpinst-cta::after { display: none; }

/* Botões clean: outline style, sem preenchimento pesado */
.wpinst.layout-clean .wpinst-btn {
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: .02em;
}
.wpinst.layout-clean .wpinst-btn-primary {
  background: transparent !important;
  color: var(--wpinst-primary) !important;
  border: 2px solid var(--wpinst-primary) !important;
}
.wpinst.layout-clean .wpinst-btn-primary:hover {
  background: var(--wpinst-primary) !important;
  color: #fff !important;
}
/* Exceção: botão branco nos fundos coloridos */
.wpinst.layout-clean .wpinst-cta .wpinst-btn-white,
.wpinst.layout-clean .wpinst-differentials .wpinst-btn,
.wpinst.layout-clean .wpinst-hero-static .wpinst-btn-primary {
  background: #fff !important;
  color: var(--wpinst-primary) !important;
  border-color: #fff !important;
}
.wpinst.layout-clean .wpinst-cta .wpinst-btn-white:hover {
  background: rgba(255,255,255,.88) !important;
}

/* Testimoniais clean */
.wpinst.layout-clean .wpinst-testimonial-card {
  box-shadow: none;
  border: 1px solid #e8eaed;
  border-left: none;
  border-top: 3px solid var(--wpinst-primary);
}

/* Contato clean */
.wpinst.layout-clean .wpinst-contact {
  background: #f7f9fc;
  color: #333;
}
.wpinst.layout-clean .wpinst-contact .wpinst-section-title { color: #1a1a2e; }
.wpinst.layout-clean .wpinst-contact .wpinst-section-subtitle { color: #666; }
.wpinst.layout-clean .wpinst-contact .wpinst-divider { display: none; }
.wpinst.layout-clean .wpinst-contact-item {
  background: #fff;
  border: 1px solid #e8eaed;
  color: #333;
}
.wpinst.layout-clean .wpinst-contact-item:hover { background: #f0f4ff; transform: none; border-color: var(--wpinst-primary); }
.wpinst.layout-clean .wpinst-contact-item strong { color: #999; }
.wpinst.layout-clean .wpinst-contact-item span { color: #1a1a2e; }
.wpinst.layout-clean .wpinst-contact-icon-box { background: color-mix(in srgb, var(--wpinst-primary) 12%, white); }
.wpinst.layout-clean .wpinst-contact-social a {
  background: #fff; color: #333; border-color: #e8eaed;
}
.wpinst.layout-clean .wpinst-contact-social a:hover { background: var(--wpinst-primary); color: #fff; border-color: var(--wpinst-primary); }
.wpinst.layout-clean .wpinst-contact-social svg { fill: #555; }
.wpinst.layout-clean .wpinst-contact-social a:hover svg { fill: #fff; }

/* Mapa clean */
.wpinst.layout-clean .wpinst-map-wrapper { border-radius: 4px; border: 1px solid #e8eaed; border-width: 2px; }

/* Rodapé clean */
.wpinst.layout-clean .wpinst-footer { background: #1a1a2e; }

/* WA float clean */
.wpinst.layout-clean .wpinst-wa-float { border-radius: 4px; }
