/* ==========================================================================
   CERÂMICA BATTOCCHIO - FOLHA DE ESTILOS OFICIAL (PERFORMANCE 90+ & DESIGN FIEL)
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

:root {
  --terracota: #a83216;
  --terracota-hover: #8f280f;
  --vermelho-destaque: #c0392b;
  --escuro: #2b2b2b;
  --texto: #444444;
  --cinza-bg: #f8f9fa;
  --cinza-borda: #e2e8f0;
  --branco: #ffffff;
  --container-max: 1000px;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--texto);
  background-color: #ffffff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
}

.container {
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  padding: 0 10px;
}


/* ---------------- TOPO & CABEÇALHO (IDÊNTICO AO PRINT) ---------------- */
.site-header {
  background: #ffffff;
  padding: 10px 0 0 0;
  border-bottom: none;
  box-shadow: none;
}

.header-top-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 8px;
}

.site-logo {
  display: block;
  flex-shrink: 0;
}

.site-logo img {
  max-height: 120px;
  width: auto;
  display: block;
}

.header-contato-bg {
  background: url('../assets/img/bg-topo-360px.png') no-repeat right center;
  background-size: cover;
  min-height: 100px;
  min-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 12px 25px 12px 40px;
  border-radius: 4px;
}

.header-contato-bg p {
  color: #ffffff;
  font-size: 13px;
  line-height: 1.45;
  margin-bottom: 3px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

.header-contato-bg .titulo-contato {
  font-weight: 700;
  font-size: 13.5px;
}

.header-contato-bg .fones-contato strong {
  font-weight: 800;
}

.header-contato-bg a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.header-contato-bg a:hover {
  text-decoration: underline;
}

.header-contato-bg .wa-icon {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-left: 3px;
  display: inline-block;
}

/* ---------------- MENU CENTRALIZADO (BARRA VERMELHA/TERRACOTA) ---------------- */
.site-nav-bar {
  background-color: #b33215;
  width: 100%;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.nav-container-centralizado {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-menu-centralizado {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu-centralizado li {
  position: relative;
}

.main-menu-centralizado li a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 14px 22px;
  transition: background-color 0.2s ease;
}

.main-menu-centralizado li a:hover {
  background-color: #8e250e;
  color: #ffffff;
}

/* Dropdown */
.main-menu-centralizado li:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
  border-top: 3px solid #b33215;
  border-radius: 0 0 6px 6px;
  min-width: 220px;
  list-style: none;
  z-index: 1000;
  padding: 8px 0;
}

.dropdown-menu li a {
  font-size: 13px;
  font-weight: 700;
  color: #333333 !important;
  padding: 10px 18px;
  text-transform: none;
  background-color: transparent !important;
}

.dropdown-menu li a:hover {
  background-color: #fbf0ee !important;
  color: #b33215 !important;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.menu-toggle span {
  display: block;
  width: 26px;
  height: 3px;
  background: #ffffff;
  margin: 5px 0;
  border-radius: 2px;
}

@media (max-width: 900px) {
  .header-top-grid {
    flex-direction: column;
    text-align: center;
  }
  .header-contato-bg {
    min-width: 100%;
    align-items: center;
    padding: 15px;
  }
  .main-menu-centralizado {
    flex-direction: column;
    display: none;
    width: 100%;
  }
  .main-menu-centralizado.active {
    display: flex;
  }
  .menu-toggle {
    display: block;
    margin: 10px auto;
  }
}



/* ---------------- HERO SLIDER (1200x362 COM 30PX DE MARGEM) ---------------- */
.hero-slider-section {
  position: relative;
  max-width: 1200px;
  margin: 30px auto 0;
  padding: 0 10px;
}

.slider-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: 362px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.06);
  background: #ffffff;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  height: 100%;
}

.slide-item {
  min-width: 100%;
  height: 100%;
}

.slide-item img {
  width: 100%;
  height: 362px;
  object-fit: cover;
  display: block;
}

.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  z-index: 10;
}
.slider-btn:hover {
  background: var(--terracota);
}
.slider-prev { left: 15px; }
.slider-next { right: 15px; }


/* ---------------- SEÇÃO BEM VINDO (IDÊNTICA AO PRINT) ---------------- */
.bem-vindo-wrapper-section {
  max-width: 1200px;
  margin: 35px auto 40px;
  padding: 0 10px;
}

.bem-vindo-card {
  background-color: #ba2b1d;
  padding: 30px;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.bem-vindo-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 35px;
  align-items: center;
}

.bem-vindo-img-left {
  height: 100%;
  display: flex;
}

.bem-vindo-img-left img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.bem-vindo-content-right {
  display: flex;
  flex-direction: column;
}

.bem-vindo-titulo {
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 22px;
  letter-spacing: 0.3px;
  line-height: 1.25;
}

.bem-vindo-inner-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 20px;
  align-items: center;
}

.bem-vindo-textos p {
  color: #ffffff;
  font-size: 14.5px;
  line-height: 1.65;
  margin-bottom: 16px;
  text-align: justify;
}

.btn-saiba-mais-branco {
  display: inline-block;
  background: #ffffff;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 26px;
  border-radius: 2px;
  margin-top: 10px;
  transition: all 0.25s ease;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
  text-decoration: none;
}

.btn-saiba-mais-branco:hover {
  background: #2b2b2b;
  color: #ffffff;
}

.bem-vindo-circle-img {
  width: 100%;
  max-width: 210px;
  height: auto;
  margin: 0 auto;
  display: block;
}

/* ---------------- TRÊS COLUNAS DE DESTAQUE ---------------- */
.tres-colunas-section {
  max-width: 1200px;
  margin: 0 auto 50px;
  padding: 0 10px;
}

.tres-colunas-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.card-coluna-home {
  background: #ffffff;
  border: 1px solid #c7c7c7;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 4px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.03);
}

.card-coluna-header {
  text-align: center;
  margin-bottom: 15px;
}

.card-coluna-header img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 0 auto 10px;
}

.card-coluna-header h3 {
  font-size: 17px;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
}

.card-coluna-img-wrap {
  margin-bottom: 18px;
}

.card-coluna-img-wrap img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.card-coluna-btn {
  text-align: center;
  margin-top: 15px;
}

.card-coluna-btn a {
  display: inline-block;
  background: #ba2b1d;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  padding: 10px 22px;
  border-radius: 3px;
}

.card-coluna-btn a:hover {
  background: #8e250e;
}

.lista-vantagens-home {
  list-style: none;
  padding: 0 5px;
  margin: 0;
}

.lista-vantagens-home li {
  font-size: 13.5px;
  color: #444;
  padding: 5px 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  padding-left: 18px;
}

.lista-vantagens-home li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ba2b1d;
  font-weight: bold;
}

@media (max-width: 900px) {
  .bem-vindo-grid {
    grid-template-columns: 1fr;
  }
  .bem-vindo-inner-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .tres-colunas-grid {
    grid-template-columns: 1fr;
  }
}


/* ---------------- CTA ORÇAMENTO ---------------- */
.cta-obra-section {
  padding: 60px 0;
  background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../assets/img/bg_predio.jpg') no-repeat center center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}

.cta-obra-section h2 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 15px;
}

.cta-obra-section p {
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto 25px;
  color: #f1f1f1;
}


/* ---------------- SEÇÃO DE LOCALIZAÇÃO COM MAPA ---------------- */
.mapa-home-section {
  padding: 55px 0 60px;
  background-color: #fbfbfb;
  border-top: 1px solid #eaeaea;
}

.mapa-home-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 35px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.mapa-info-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 4px solid var(--terracota);
  border-radius: 6px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.mapa-info-card h3 {
  font-size: 22px;
  font-weight: 800;
  color: var(--terracota);
  margin-bottom: 8px;
  text-transform: uppercase;
}

.mapa-info-card .subtitulo-mapa {
  font-size: 14px;
  color: #666;
  margin-bottom: 22px;
}

.mapa-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 14px;
  color: #444;
}

.mapa-info-item img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}

.mapa-info-item strong {
  color: var(--escuro);
}

.mapa-iframe-wrapper {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  border: 1px solid #e0e0e0;
  height: 380px;
}

.mapa-iframe-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 850px) {
  .mapa-home-grid {
    grid-template-columns: 1fr;
  }
}


/* ---------------- PÁGINAS INTERNAS & TABELAS TÉCNICAS ---------------- */
.pagina-header {
  background: #f4f5f7;
  border-bottom: 1px solid #e2e8f0;
  padding: 30px 0;
  margin-bottom: 35px;
}

.pagina-header h1 {
  font-size: 26px;
  font-weight: 800;
  color: var(--escuro);
  text-transform: uppercase;
}

.pagina-conteudo {
  padding-bottom: 60px;
}

.tabela-tecnica-wrapper {
  overflow-x: auto;
  margin: 25px 0 35px;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

.tabela-tecnica {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 14px;
}

.tabela-tecnica th {
  background: var(--terracota);
  color: #ffffff;
  padding: 12px 14px;
  text-align: left;
  font-weight: 700;
  font-size: 13.5px;
  text-transform: uppercase;
}

.tabela-tecnica td {
  padding: 10px 14px;
  border-bottom: 1px solid #eaeaea;
  color: #444;
}

.tabela-tecnica tr:nth-child(even) td {
  background: #fcfcfc;
}

.tabela-tecnica tr:hover td {
  background: #fef5f3;
}

.linha-produtos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 25px;
}

.card-produto-item {
  background: #ffffff;
  border: 1px solid var(--cinza-borda);
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  text-align: center;
  padding-bottom: 15px;
}

.card-produto-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  cursor: zoom-in;
}

.card-produto-item h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--escuro);
  margin: 12px 10px 6px;
}

.card-produto-item p {
  font-size: 13px;
  color: #666;
  margin-bottom: 0;
}

/* ---------------- FORMULÁRIO DE CONTATO ---------------- */
.form-contato-box {
  background: #ffffff;
  border: 1px solid var(--cinza-borda);
  border-radius: 8px;
  padding: 30px;
  max-width: 650px;
  margin: 0 auto;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.form-group {
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--escuro);
  margin-bottom: 6px;
}

.form-control {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  font-size: 14.5px;
  font-family: inherit;
}

.form-control:focus {
  outline: none;
  border-color: var(--terracota);
  box-shadow: 0 0 0 3px rgba(168, 50, 22, 0.1);
}

/* ---------------- RODAPÉ ---------------- */
.site-footer {
  background: #181818;
  color: #bbb;
  padding: 50px 0 20px;
  font-size: 14px;
  border-top: 4px solid var(--terracota);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  padding-bottom: 40px;
  border-bottom: 1px solid #2d2d2d;
}

.footer-col h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-col h3 img {
  width: 20px;
  height: 20px;
}

.footer-col p {
  margin-bottom: 10px;
  line-height: 1.6;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  font-size: 13px;
  color: #777;
}

/* ---------------- WHATSAPP FIXO ---------------- */
.btn-whatsapp-fixo {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 58px;
  height: 58px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  z-index: 9999;
  transition: transform 0.25s;
}

.btn-whatsapp-fixo:hover {
  transform: scale(1.1);
}

.btn-whatsapp-fixo img {
  width: 34px;
  height: 34px;
}

/* ---------------- LIGHTBOX ---------------- */
.lightbox-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.lightbox-modal.active {
  opacity: 1;
  pointer-events: auto;
}

.lightbox-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(6px);
}

.lightbox-container {
  position: relative;
  z-index: 2;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lightbox-img {
  max-width: 88vw;
  max-height: 82vh;
  border-radius: 6px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
  background: #fff;
}

.lightbox-caption {
  color: #fff;
  font-size: 15px;
  margin-top: 12px;
  text-align: center;
}

.lightbox-close {
  position: absolute;
  top: -42px;
  right: -5px;
  background: none;
  border: none;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}

.lightbox-close:hover {
  color: var(--terracota);
}

/* ---------------- RESPONSIVO ---------------- */
@media (max-width: 850px) {
  .apresentacao-grid, .linhas-grid-2 {
    grid-template-columns: 1fr;
  }
  .vantagens-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .linha-produtos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .main-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    padding: 15px 0;
  }
  .main-menu.active {
    display: flex;
  }
  .menu-toggle {
    display: block;
  }
  .dropdown-menu {
    position: static;
    box-shadow: none;
    border-top: none;
    background: #f9f9f9;
    display: block;
    padding-left: 20px;
  }
}

@media (max-width: 480px) {
  .vantagens-grid-4, .linha-produtos-grid {
    grid-template-columns: 1fr;
  }
}


/* ---------------- PÁGINA EMPRESA (IDÊNTICA AO PRINT + DIAGRAMAÇÃO) ---------------- */
.empresa-box-cinza {
  background-color: #e9edf0;
  padding: 35px 35px;
  border-radius: 4px;
  margin-bottom: 40px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.empresa-grid-print {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 35px;
  align-items: center;
}

.empresa-textos-destaque p {
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  margin-bottom: 22px;
  text-align: justify;
}

.empresa-textos-destaque p:last-child {
  margin-bottom: 0;
  color: #555555;
}

.empresa-destaque-red {
  color: #9c1212;
  font-weight: 700;
}

.empresa-img-sombra {
  width: 100%;
  max-width: 320px;
  height: auto;
  border: 2px solid #9c1212;
  border-radius: 2px;
  box-shadow: 10px 10px 6px 0px rgba(0,0,0,0.35);
  display: block;
  margin: 0 auto;
}

.empresa-pilares-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 30px;
}

.card-pilar-empresa {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-top: 4px solid var(--terracota);
  padding: 24px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.card-pilar-empresa h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--escuro);
  margin-bottom: 8px;
}

.card-pilar-empresa p {
  font-size: 13.5px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0;
}

@media (max-width: 850px) {
  .empresa-grid-print {
    grid-template-columns: 1fr;
  }
  .empresa-pilares-grid {
    grid-template-columns: 1fr;
  }
}



/* ---------------- CARDS DE CATÁLOGO TÉCNICO (IDÊNTICO AO PRINT) ---------------- */
.catalogo-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin: 30px 0 50px;
}

.card-item-especificacao {
  background: #ffffff;
  border: 1px solid #dcdfe4;
  border-radius: 4px;
  padding: 22px 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-item-especificacao:hover {
  border-color: #9c1212;
  box-shadow: 0 6px 20px rgba(156, 18, 18, 0.08);
  transform: translateY(-2px);
}

.card-item-titulo {
  font-size: 18.5px;
  font-weight: 800;
  color: #9c1212;
  margin-bottom: 16px;
  line-height: 1.3;
}

.card-item-body {
  display: grid;
  grid-template-columns: 1fr 140px;
  gap: 15px;
  align-items: center;
}

.card-item-dados {
  list-style: none;
  margin: 0;
  padding: 0;
}

.card-item-dados li {
  font-size: 13.5px;
  color: #444444;
  line-height: 1.75;
  margin-bottom: 4px;
}

.card-item-dados li strong {
  color: #222222;
  font-weight: 600;
}

.card-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-item-img img {
  max-width: 130px;
  max-height: 100px;
  object-fit: contain;
  cursor: zoom-in;
  transition: transform 0.2s ease;
}

.card-item-img img:hover {
  transform: scale(1.06);
}

@media (max-width: 850px) {
  .catalogo-cards-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .card-item-body {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .card-item-img {
    margin-top: 15px;
  }
}



/* ---------------- PÁGINA DE CONTATO (DIAGRAMAÇÃO PROFISSIONAL) ---------------- */
.contato-main-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: start;
  margin-bottom: 50px;
}

.contato-form-card {
  background: #ffffff;
  border: 1px solid #dcdfe4;
  border-top: 4px solid #9c1212;
  border-radius: 6px;
  padding: 35px 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.04);
}

.contato-form-card h2 {
  font-size: 22px;
  font-weight: 800;
  color: #9c1212;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.contato-form-card .desc-form {
  font-size: 14px;
  color: #666666;
  line-height: 1.55;
  margin-bottom: 25px;
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.form-field-group {
  margin-bottom: 16px;
}

.form-field-group label {
  display: block;
  font-size: 13.5px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 6px;
}

.form-input-pro {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  background: #fdfdfd;
  transition: all 0.2s ease;
  font-family: inherit;
}

.form-input-pro:focus {
  outline: none;
  border-color: #9c1212;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(156, 18, 18, 0.12);
}

.btn-enviar-contato {
  width: 100%;
  background: #9c1212;
  color: #ffffff;
  font-size: 14.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 13px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease;
  box-shadow: 0 4px 10px rgba(156, 18, 18, 0.2);
  margin-top: 10px;
}

.btn-enviar-contato:hover {
  background: #7d0d0d;
}

/* Coluna Lateral */
.contato-lateral-wrap {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.card-info-contato-pro {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 24px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.03);
}

.card-info-contato-pro h3 {
  font-size: 16px;
  font-weight: 800;
  color: #9c1212;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.card-info-contato-pro h3 img {
  width: 20px;
  height: 20px;
}

.info-item-linha {
  font-size: 13.5px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 10px;
}

.info-item-linha strong {
  color: #1a1a1a;
}

.info-item-linha a {
  color: #9c1212;
  font-weight: 700;
}

.info-item-linha a:hover {
  text-decoration: underline;
}

.contato-mapa-box {
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  height: 260px;
}

.contato-mapa-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 850px) {
  .contato-main-grid {
    grid-template-columns: 1fr;
  }
  .form-row-2 {
    grid-template-columns: 1fr;
  }
}

