.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */<style>
/* ============================================================
   BRAVONTE COMPANY — SITE PRINCIPAL
   Estrutura original + Identidade visual oficial Bravonte
   Cores extraídas das propostas comerciais
   ============================================================ */
 
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
 
:root {
  /* Cores oficiais Bravonte */
  --blue-900: #0C1E2D;
  --blue-800: #102636;
  --blue-700: #15304A;
  --blue-600: #1A3D5C;
  --blue-400: #2A5F87;
  --blue-200: #C8BFB0;
  --blue-100: #D8D0C4;
  --blue-50:  #F0EDE8;
  --gray-900: #0C1E2D;
  --gray-800: #1A2A38;
  --gray-700: #2A3A48;
  --gray-500: #6B7A88;
  --gray-300: #B4BAC8;
  --gray-100: #E8ECF2;
  --gray-50:  #F5F3F0;
  --white: #ffffff;
  --warm: #C4BAA8;
  --warm-2: #D4CCC0;
  --font-main: 'Inter', sans-serif;
  --font-display: 'Playfair Display', serif;
}
 
html { scroll-behavior: smooth; }
body {
  font-family: var(--font-main);
  background: var(--white);
  color: var(--gray-900);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
 
/* ── UTILITÁRIOS ─────────────────────────────────── */
.container { max-width: 1100px; margin: 0 auto; }
 
.section-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue-400);
  margin-bottom: 0.75rem;
  display: block;
}
 
.section-title {
  font-family: var(--font-display);
  font-size: 2.25rem;
  font-weight: 600;
  color: var(--gray-900);
  line-height: 1.2;
  margin-bottom: 1rem;
}
 
.section-sub {
  font-size: 1rem;
  color: var(--gray-500);
  max-width: 560px;
  line-height: 1.75;
  margin-bottom: 3rem;
}
 
/* ── BOTÕES ──────────────────────────────────────── */
.btn-primary {
  display: inline-block;
  background: var(--blue-200);
  color: var(--blue-900);
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  border: none; cursor: pointer;
  transition: background 0.2s, transform 0.2s;
  letter-spacing: 0.02em;
  font-family: var(--font-main);
}
.btn-primary:hover { background: var(--white); transform: translateY(-1px); color: var(--blue-900); }
 
.btn-ghost {
  display: inline-block;
  background: transparent;
  color: var(--white);
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.9rem;
  border: 1px solid rgba(200,191,176,0.4);
  cursor: pointer;
  transition: all 0.2s;
  font-family: var(--font-main);
  text-decoration: none;
}
.btn-ghost:hover { border-color: var(--blue-200); background: rgba(200,191,176,0.08); color: var(--white); }
 
.btn-dark {
  display: inline-block;
  background: var(--blue-900);
  color: var(--blue-200);
  padding: 14px 36px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  border: none; cursor: pointer;
  transition: background 0.2s;
  font-family: var(--font-main);
  text-decoration: none;
}
.btn-dark:hover { background: var(--blue-800); color: var(--white); }
 
.btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--blue-900);
  padding: 14px 36px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  border: 1.5px solid rgba(12,30,45,0.25);
  cursor: pointer;
  transition: all 0.2s;
  font-family: var(--font-main);
  text-decoration: none;
}
.btn-outline:hover { border-color: var(--blue-900); }
 
/* ── NAVEGAÇÃO ───────────────────────────────────── */
#bv-nav {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(12,30,45,0.97);
  backdrop-filter: blur(10px);
  padding: 0 2rem;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
  border-bottom: 1px solid rgba(200,191,176,0.1);
}
 
.bv-nav-logo {
  font-family: var(--font-main);
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--white);
  letter-spacing: 0.06em;
  text-decoration: none;
}
.bv-nav-logo span { color: var(--blue-200); }
 
.bv-nav-links {
  display: flex; gap: 1.75rem; list-style: none; align-items: center;
}
.bv-nav-links a {
  color: rgba(200,191,176,0.65);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}
.bv-nav-links a:hover { color: var(--blue-200); }
.bv-nav-cta {
  background: rgba(200,191,176,0.12) !important;
  border: 1px solid rgba(200,191,176,0.3) !important;
  color: var(--blue-200) !important;
  padding: 8px 20px;
  border-radius: 6px;
  font-weight: 600 !important;
}
.bv-nav-cta:hover { background: rgba(200,191,176,0.22) !important; color: var(--white) !important; }
 
/* ── HERO ────────────────────────────────────────── */
#bv-hero {
  background: linear-gradient(135deg, var(--blue-900) 0%, var(--blue-800) 55%, #0a1f30 100%);
  min-height: 92vh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 5rem 2rem 4rem;
  position: relative; overflow: hidden;
}
#bv-hero::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 72% 50%, rgba(200,191,176,0.07) 0%, transparent 65%);
  pointer-events: none;
}
 
.bv-hero-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 4rem; align-items: center;
  max-width: 1100px; margin: 0 auto;
  position: relative; z-index: 1;
}
 
.bv-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(200,191,176,0.09);
  border: 1px solid rgba(200,191,176,0.18);
  color: var(--blue-200);
  font-size: 0.72rem; font-weight: 600;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 6px 16px; border-radius: 100px;
  margin-bottom: 1.5rem;
}
 
.bv-hero-left h1 {
  font-family: var(--font-display);
  font-size: 3.2rem; font-weight: 600;
  color: var(--white);
  line-height: 1.15; margin-bottom: 1.25rem;
}
.bv-hero-left h1 em { font-style: normal; color: var(--blue-200); }
 
.bv-hero-desc {
  font-size: 1.05rem;
  color: rgba(200,191,176,0.68);
  line-height: 1.78; margin-bottom: 2.25rem;
  max-width: 480px;
}
 
.bv-hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }
 
.bv-hero-stats {
  display: flex; gap: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(200,191,176,0.1);
}
.bv-stat-num { font-size: 2rem; font-weight: 700; color: var(--white); line-height: 1; }
.bv-stat-label { font-size: 0.72rem; color: rgba(200,191,176,0.45); margin-top: 4px; }
 
.bv-hero-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
 
.bv-hcard {
  background: rgba(200,191,176,0.07);
  border: 1px solid rgba(200,191,176,0.13);
  border-radius: 12px; padding: 1.25rem;
}
.bv-hcard:first-child { grid-column: 1 / -1; }
 
.bv-hcard-icon { font-size: 1.4rem; margin-bottom: 0.6rem; display: block; }
.bv-hcard h3 { font-size: 0.85rem; font-weight: 600; color: var(--white); margin-bottom: 0.3rem; }
.bv-hcard p  { font-size: 0.75rem; color: rgba(200,191,176,0.52); line-height: 1.55; }
 
/* ── DIFERENCIAL ─────────────────────────────────── */
#bv-diferencial { background: var(--gray-50); padding: 5rem 2rem; }
 
.bv-dif-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
 
.bv-dif-card {
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-top: 3px solid var(--blue-200);
  border-radius: 12px; padding: 1.75rem;
}
.bv-dif-icon { font-size: 1.5rem; margin-bottom: 1rem; display: block; }
.bv-dif-card h3 { font-size: 1rem; font-weight: 600; color: var(--gray-900); margin-bottom: 0.5rem; }
.bv-dif-card p  { font-size: 0.875rem; color: var(--gray-500); line-height: 1.65; }
 
/* ── EMPRESAS DO GRUPO ───────────────────────────── */
#bv-empresas { background: var(--white); padding: 5rem 2rem; }
 
.bv-tabs {
  display: flex; gap: 8px; margin-bottom: 2.5rem; flex-wrap: wrap;
}
.bv-tab-btn {
  padding: 10px 22px; border-radius: 8px;
  border: 1.5px solid var(--gray-100);
  background: var(--white); color: var(--gray-500);
  font-weight: 600; font-size: 0.875rem;
  cursor: pointer; transition: all 0.2s; font-family: var(--font-main);
}
.bv-tab-btn.active { background: var(--blue-900); border-color: var(--blue-900); color: var(--blue-200); }
.bv-tab-btn:hover:not(.active) { border-color: var(--blue-200); color: var(--blue-900); }
 
.bv-empresa-panel { display: none; }
.bv-empresa-panel.active { display: block; }
 
.bv-empresa-header {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 3rem; align-items: start; margin-bottom: 2.5rem;
}
 
.bv-empresa-badge {
  display: inline-block;
  background: var(--blue-50); color: var(--blue-900);
  font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 4px 14px; border-radius: 100px; margin-bottom: 1rem;
}
 
.bv-empresa-name {
  font-family: var(--font-display);
  font-size: 2rem; font-weight: 600;
  color: var(--gray-900);
  margin-bottom: 0.75rem; line-height: 1.25;
}
 
.bv-empresa-desc { font-size: 0.95rem; color: var(--gray-500); line-height: 1.78; }
 
.bv-empresa-dor {
  background: var(--blue-900);
  color: var(--white); border-radius: 12px; padding: 1.75rem;
}
.bv-dor-label {
  font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.12em;
  color: var(--blue-200); font-weight: 700; margin-bottom: 0.6rem; display: block;
}
.bv-dor-text { font-size: 1rem; color: var(--white); line-height: 1.65; font-weight: 500; }
 
.bv-servicos-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
 
.bv-servico-card {
  background: var(--gray-50); border: 1px solid var(--gray-100);
  border-radius: 10px; padding: 1.25rem; transition: all 0.2s;
}
.bv-servico-card:hover { border-color: var(--blue-200); background: var(--blue-50); }
.bv-servico-num { font-size: 0.68rem; font-weight: 700; color: var(--blue-400); margin-bottom: 0.5rem; letter-spacing: 0.06em; display: block; }
.bv-servico-nome { font-size: 0.9rem; font-weight: 600; color: var(--gray-900); margin-bottom: 0.35rem; line-height: 1.35; }
.bv-servico-desc { font-size: 0.78rem; color: var(--gray-500); line-height: 1.55; }
 
/* ── FRENTES ─────────────────────────────────────── */
#bv-frentes { background: var(--gray-50); padding: 5rem 2rem; }
 
.bv-frentes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
 
.bv-frente-card {
  background: var(--white); border: 1px solid var(--gray-100);
  border-radius: 12px; padding: 2rem; text-align: center;
}
.bv-frente-icon {
  width: 60px; height: 60px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.25rem; font-size: 1.6rem;
}
.bv-frente-card h3 { font-size: 1.05rem; font-weight: 700; color: var(--gray-900); margin-bottom: 0.5rem; }
.bv-frente-card p  { font-size: 0.875rem; color: var(--gray-500); line-height: 1.65; }
 
/* ── SOLUÇÕES DESTAQUE ───────────────────────────── */
#bv-solucoes { background: var(--white); padding: 5rem 2rem; }
 
.bv-sol-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
 
.bv-sol-card { border-radius: 14px; padding: 2.25rem; border: 1px solid var(--gray-100); }
.bv-sol-card.destaque { background: var(--blue-900); border-color: var(--blue-900); }
.bv-sol-card.normal   { background: var(--gray-50); }
 
.bv-sol-tag {
  display: inline-block; font-size: 0.68rem; font-weight: 700;
  letter-spacing: 0.1em; text-transform: uppercase;
  padding: 4px 12px; border-radius: 100px; margin-bottom: 1rem;
}
.bv-sol-card.destaque .bv-sol-tag { background: rgba(200,191,176,0.15); color: var(--blue-100); }
.bv-sol-card.normal   .bv-sol-tag { background: var(--blue-50); color: var(--blue-900); }
 
.bv-sol-card h3 { font-family: var(--font-display); font-size: 1.5rem; font-weight: 600; margin-bottom: 0.75rem; line-height: 1.25; }
.bv-sol-card.destaque h3 { color: var(--white); }
.bv-sol-card.normal   h3 { color: var(--gray-900); }
 
.bv-sol-card p { font-size: 0.9rem; line-height: 1.75; }
.bv-sol-card.destaque p { color: rgba(200,191,176,0.68); }
.bv-sol-card.normal   p { color: var(--gray-500); }
 
/* ── MULTIDISCIPLINAR ────────────────────────────── */
#bv-multi { background: var(--blue-900); padding: 5rem 2rem; }
#bv-multi .section-label { color: var(--blue-200); }
#bv-multi .section-title { color: var(--white); }
#bv-multi .section-sub   { color: rgba(200,191,176,0.58); }
 
.bv-areas-grid { display: flex; flex-wrap: wrap; gap: 10px; }
 
.bv-area-pill {
  background: rgba(200,191,176,0.08);
  border: 1px solid rgba(200,191,176,0.15);
  color: rgba(200,191,176,0.82);
  padding: 7px 18px; border-radius: 100px;
  font-size: 0.8rem; font-weight: 400;
  transition: all 0.2s; cursor: default;
}
.bv-area-pill:hover { background: rgba(200,191,176,0.15); border-color: rgba(200,191,176,0.3); color: var(--blue-200); }
 
/* ── CTA ─────────────────────────────────────────── */
#bv-cta { background: var(--gray-50); padding: 5rem 2rem; }
 
.bv-cta-box {
  max-width: 680px; margin: 0 auto;
  background: var(--white);
  border: 1px solid var(--gray-100);
  border-radius: 16px; padding: 3.5rem 3rem; text-align: center;
}
.bv-cta-box .section-label { text-align: center; }
.bv-cta-box .section-title { margin-bottom: 1rem; }
.bv-cta-box p { color: var(--gray-500); font-size: 1rem; margin-bottom: 2rem; line-height: 1.75; }
.bv-cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
 
/* ── FOOTER ──────────────────────────────────────── */
#bv-footer { background: var(--blue-900); padding: 3.5rem 2rem 2rem; }
 
.bv-footer-inner { max-width: 1100px; margin: 0 auto; }
 
.bv-footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 2rem; margin-bottom: 2.5rem;
}
.bv-footer-brand h3 {
  font-family: var(--font-main); font-size: 1.05rem; font-weight: 700;
  color: var(--white); letter-spacing: 0.06em; margin-bottom: 0.75rem;
}
.bv-footer-brand p { font-size: 0.82rem; color: rgba(200,191,176,0.5); line-height: 1.7; }
 
.bv-footer-col h4 {
  font-size: 0.72rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.12em; color: var(--white); margin-bottom: 1rem;
}
.bv-footer-col ul { list-style: none; }
.bv-footer-col li { font-size: 0.82rem; color: rgba(200,191,176,0.5); margin-bottom: 8px; cursor: pointer; transition: color 0.2s; }
.bv-footer-col li:hover { color: var(--blue-200); }
 
.bv-footer-bottom {
  border-top: 1px solid rgba(200,191,176,0.1);
  padding-top: 1.5rem; text-align: center;
  font-size: 0.78rem; color: rgba(200,191,176,0.28);
}
 
/* ── RESPONSIVO ──────────────────────────────────── */
@media (max-width: 900px) {
  .bv-hero-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .bv-hero-left h1 { font-size: 2.4rem; }
  .bv-hero-visual { display: none; }
  .bv-dif-grid { grid-template-columns: 1fr 1fr; }
  .bv-empresa-header { grid-template-columns: 1fr; }
  .bv-servicos-grid { grid-template-columns: 1fr 1fr; }
  .bv-frentes-grid { grid-template-columns: 1fr 1fr; }
  .bv-sol-grid { grid-template-columns: 1fr; }
  .bv-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .section-title { font-size: 1.75rem; }
  .bv-nav-links { display: none; }
  .bv-dif-grid { grid-template-columns: 1fr; }
  .bv-servicos-grid { grid-template-columns: 1fr; }
  .bv-frentes-grid { grid-template-columns: 1fr; }
  .bv-footer-grid { grid-template-columns: 1fr; }
  .bv-hero-stats { flex-direction: column; gap: 1.25rem; }
  .bv-hero-actions { flex-direction: column; }
}
</style>/* End custom CSS */
