/* ============================
   SUPERMIX - REPLICA FIEL DO SITE
   ============================ */

:root {
  --primary: #f72228;
  --primary-dark: #d10c12;
  --danger: #f72228;
  --danger-dark: #d10c12;
  --bs-primary: #f72228;
  --dark: #1a1a1a;
  --dark-2: #292929;
  --gray: #6c757d;
  --light: #f8f9fa;
}

* { box-sizing: border-box; }

body, p, .entry-content p {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400;
  color: #333;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, .entry-title, .widget-title {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600;
}

img { max-width: 100%; height: auto; }
a { text-decoration: none; }

/* ============= HEADER ============= */
.site-header {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  position: sticky;
  top: 0;
  z-index: 1030;
}
.site-header.is-sticky { position: sticky; top: 0; }
.navbar { padding: 18px 0; }
.navbar-brand img { max-height: 60px; width: auto; }

.navbar-nav .nav-link {
  color: #1a1a1a !important;
  font-weight: 500;
  font-size: 14.5px;
  padding: 8px 14px !important;
  transition: color .25s;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus { color: var(--danger) !important; }

.dropdown-menu {
  border: none;
  border-top: 3px solid var(--danger);
  border-radius: 0;
  padding: 8px 0;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  min-width: 240px;
  margin-top: 0;
}
.dropdown-item {
  font-size: 14px;
  padding: 10px 18px;
  color: #333;
  font-weight: 400;
  transition: all .2s;
}
.dropdown-item:hover, .dropdown-item:focus {
  background: #f5f5f5;
  color: var(--danger);
  padding-left: 22px;
}

/* Toggler bars */
.navbar-toggler {
  border: none;
  padding: 6px 10px;
}
.navbar-toggler:focus { box-shadow: none; }
.toggler-icon {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--danger);
  margin: 5px 0;
  transition: all .3s;
}

/* ============= BOTÕES ============= */
.btn {
  border-radius: 4px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: .3px;
  padding: 12px 28px;
  border: none;
  transition: all .3s ease;
  text-transform: none;
  font-family: 'Poppins', sans-serif;
}

/* Botão vermelho com efeito de borda dupla (igual ao site original) */
.btn.efeito {
  position: relative;
  background: var(--danger);
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  padding: 12px 32px;
  top: 0;
  left: 0;
  transition: top .3s, left .3s;
}
.btn.efeito::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  border: 3px solid var(--danger);
  background: transparent;
  top: 12px;
  left: 15px;
  transition: all .3s ease-in-out;
  pointer-events: none;
}
.btn.efeito:hover {
  color: #fff;
  background: var(--danger);
  top: 5px;
  left: 5px;
}
.btn.efeito:hover::before {
  top: 0;
  left: 0;
}

.btn-outline-primary {
  border: 2px solid #fff !important;
  color: #fff !important;
  background: transparent;
  border-radius: 30px;
  padding: 8px 22px !important;
  font-size: 13px;
}
.btn-outline-primary:hover {
  background: var(--danger) !important;
  border-color: var(--danger) !important;
  color: #fff !important;
}

.btn-secundario {
  background: var(--danger);
  color: #fff;
  padding: 10px 24px;
}
.btn-secundario:hover { background: var(--danger-dark); color: #fff; }

.btn-secondary {
  background: var(--danger);
  color: #fff;
  border: none;
  padding: 10px 26px;
  border-radius: 4px;
}
.btn-secondary:hover { background: var(--danger-dark); color: #fff; }

.btn-lg { padding: 16px 36px; font-size: 16px; }

/* ============= HERO ============= */
.trido-hero-section {
  position: relative;
}
.trido-hero-overlay {
  background: linear-gradient(90deg, rgba(0,0,0,.65) 0%, rgba(0,0,0,.4) 50%, rgba(0,0,0,.15) 100%);
  top: 0; left: 0;
}
.trido-hero-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.15;
  color: #fff;
  letter-spacing: -.5px;
}
.trido-hero-subtitle {
  font-size: 1.1rem;
  font-weight: 400;
  color: rgba(255,255,255,.95);
  line-height: 1.6;
  max-width: 560px;
}

/* ============= POR QUE / NOSSOS PRODUTOS ============= */
.pq-sepermix { overflow: hidden; }
.pq-sepermix .row { margin: 0; }
.pq-sepermix .col-md-6 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 540px;
}
.pq-sepermix .bg-dark {
  background: #1a1a1a !important;
  display: flex;
  align-items: center;
}
.pq-sepermix .conteudo {
  position: relative;
  padding: 110px 80px 110px 110px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.line-top-title {
  position: relative;
  margin-bottom: 30px;
  padding-top: 24px;
  font-size: 2.8rem !important;
  font-weight: 400 !important;
  line-height: 1.1;
  color: #fff;
}
.line-top-title::after {
  content: "";
  width: 50px;
  height: 10px;
  background-color: var(--danger);
  position: absolute;
  left: 0;
  top: -20px;
}
.line-top-title strong {
  font-weight: 700;
  display: block;
}
.line-top-title span {
  font-weight: 300;
  color: #fff;
}
.line-top-title p { margin: 0; line-height: 3.125rem; }

.pq-sepermix p.text-white,
.pq-sepermix .text-white {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255,255,255,.85) !important;
}

/* ============= CTA HOME (mascara08) ============= */
.mascara08 {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.mascara08::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.65);
  z-index: 1;
}
.mascara08 .container {
  position: relative;
  z-index: 2;
}
.mascara08 h2 {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
  max-width: 1000px;
  margin: 0 auto 30px;
  color: #fff;
}
.py-50 { padding-top: 100px; padding-bottom: 100px; }
.z-3 { z-index: 3; }

/* ============= OBRAS REALIZADAS ============= */
.section-geral {
  padding: 90px 0;
  background: #fff;
}
.titulo {
  font-size: 2.5rem;
  font-weight: 400;
  color: #1a1a1a;
  position: relative;
  padding-top: 24px;
  display: inline-block;
  margin: 0 auto;
}
.titulo strong { font-weight: 700; }
.titulo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--danger);
}

#obras-realizadas .conteudo {
  padding: 50px 60px;
}
#obras-realizadas h3 {
  font-size: 1.6rem;
  color: #1a1a1a;
}
#obras-realizadas p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 24px;
}
#obras-realizadas img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

/* ============= SEO COLLAPSE ============= */
.conteudo-seo .card {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
}
.conteudo-seo .card-header {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}
.conteudo-seo .text-danger {
  color: var(--danger) !important;
  font-size: 16px;
}
.conteudo-seo .btn:focus { box-shadow: none; }
.conteudo-seo p {
  font-size: 14.5px;
  line-height: 1.75;
  color: #555;
}
.conteudo-seo h2 {
  font-size: 1.4rem;
  color: #1a1a1a;
  margin: 24px 0 14px;
  font-weight: 600;
}

/* ============= ONDE ESTAMOS ============= */
.onde-estamos {
  padding: 60px 0 60px;
  background: #fff;
}
.onde-estamos .bg-primary {
  background: var(--primary) !important;
  border-radius: 8px;
  overflow: hidden;
}
.py-30 { padding-top: 60px; padding-bottom: 60px; }
.title-destaque {
  position: relative;
  padding-top: 24px;
  color: #fff !important;
  font-size: 2.5rem !important;
  font-weight: 400 !important;
  line-height: 1.1;
}
.title-destaque::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--danger);
}
.title-destaque strong { font-weight: 700; }
.title-destaque p { margin: 0; }
.fs-35 { font-size: 2.5rem; }
.fs-4 { font-size: 1.1rem !important; }

.onde-estamos .text-white {
  color: #fff !important;
  line-height: 1.5;
  margin-top: 24px;
  margin-bottom: 24px;
}
.mockoup-mobile {
  max-width: 100%;
  position: relative;
  margin-top: -60px;
  margin-bottom: -60px;
}

/* ============= CALL TO ACTION ============= */
#call-to-action {
  padding: 100px 0;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
#call-to-action::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,.4) 60%, transparent 100%);
}
#call-to-action .container {
  position: relative;
  z-index: 2;
}
#call-to-action h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

/* ============= FOOTER ============= */
.footer.tema01 {
  background: #1a1a1a;
  color: rgba(255,255,255,.75);
}
.footer .footer-widgets {
  padding: 70px 0 40px;
}
.footer .navbar-brand img {
  max-height: 70px;
  filter: brightness(0) invert(1);
}
.footer-title {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: .5px;
  text-transform: none;
}
.footer .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .menu li { margin-bottom: 10px; }
.footer .menu a {
  color: rgba(255,255,255,.7);
  font-size: 13.5px;
  transition: color .25s;
  line-height: 1.5;
}
.footer .menu a:hover { color: var(--danger); }

.footer-widget p,
.footer-widget a {
  color: rgba(255,255,255,.7);
  font-size: 13.5px;
  line-height: 1.6;
}
.footer-widget a:hover { color: #fff; }

.footer-bottom {
  background: #000 !important;
  color: rgba(255,255,255,.6);
  font-size: 12.5px;
}
.footer-bottom small { color: rgba(255,255,255,.6); }

/* ============= BOTÃO FLUTUANTE ORÇAMENTO ============= */
.footer-orcamento {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1020;
}
.footer-orcamento .btn {
  box-shadow: 0 6px 18px rgba(227,6,19,.35);
  padding: 14px 32px;
  font-weight: 600;
}

/* ============= BOTÕES LATERAIS (Facebook, Instagram, Search) ============= */
.botao-lateral-wrapper {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1020;
}
.botao-lateral {
  display: flex;
  flex-direction: column;
  background: var(--danger);
  border-radius: 8px 0 0 8px;
  overflow: hidden;
  box-shadow: -4px 0 12px rgba(0,0,0,.15);
}
.botao-lateral a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 18px;
  transition: background .25s;
  border-bottom: 1px solid rgba(255,255,255,.15);
}
.botao-lateral a:last-child { border-bottom: none; }
.botao-lateral a:hover { background: var(--danger-dark); color: #fff; }

/* ============= SWIPER PRODUTOS ============= */
.produtos-swiper {
  padding-bottom: 40px !important;
}
.swiper-slide .carousel-content {
  min-height: 220px;
  background: rgba(0,0,0,.55) !important;
  border-radius: 4px;
  border-left: 3px solid var(--danger);
}
.carousel-content h3 {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  transition: color .25s;
}
.carousel-content a:hover h3 { color: var(--danger); }
.carousel-content p {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255,255,255,.85);
  margin: 0;
}
.swiper-pagination-bullet {
  background: rgba(255,255,255,.4);
  opacity: 1;
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active {
  background: var(--danger);
  width: 28px;
  border-radius: 5px;
}

/* ============= SEARCH MODAL ============= */
.modal-content { border: none; border-radius: 8px; }
.modal-header { border-bottom: 1px solid #f0f0f0; }
.modal .btn-primary {
  background: var(--danger);
  border-color: var(--danger);
}
.modal .btn-primary:hover {
  background: var(--danger-dark);
  border-color: var(--danger-dark);
}
.input-group .form-control:focus {
  border-color: var(--danger);
  box-shadow: none;
}

/* ============= UTILIDADES ============= */
.bg-dark { background: #1a1a1a !important; }

/* ============= PÁGINA A SUPERMIX ============= */

/* Active nav item */
.navbar-nav .nav-link.active,
.nav-item.active > .nav-link {
  color: var(--danger) !important;
  font-weight: 600;
  position: relative;
}
.navbar-nav .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: var(--danger);
}

/* Hero01 (interior page) */
.hero01 {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding: 130px 0 90px;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
}
.hero01::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0,0,0,.55) 0%, rgba(0,0,0,.25) 60%, rgba(0,0,0,0) 100%);
}
.hero01 .container { position: relative; z-index: 2; }
.hero01 h1 {
  color: #fff !important;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  padding-top: 24px;
  display: inline-block;
}
.hero01 h1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--danger);
}
.hero01 .text-primary { color: #fff !important; }

/* Conteúdo principal A Supermix */
.a-supermix .section-geral {
  padding: 70px 0 50px;
}
.a-supermix .wp-block-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 40px 0 22px;
  position: relative;
  padding-top: 18px;
  line-height: 1.2;
}
.a-supermix h2.wp-block-heading::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--danger);
}
.a-supermix h3.wp-block-heading {
  font-size: 1.35rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 30px 0 14px;
  padding-top: 0;
}
.a-supermix h3.wp-block-heading::before { display: none; }
.a-supermix p {
  font-size: 15.5px;
  line-height: 1.85;
  color: #444;
  margin-bottom: 18px;
}
.a-supermix ul {
  font-size: 15px;
  line-height: 1.9;
  color: #444;
  padding-left: 22px;
  margin-bottom: 22px;
}
.a-supermix ul li { margin-bottom: 6px; }
.a-supermix .lista-diferenciais li { font-size: 15.5px; }
.a-supermix figure.wp-block-image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* Valores grid */
.valores-grid .valor-item {
  padding: 30px 20px;
  transition: transform .3s;
}
.valores-grid .valor-item:hover { transform: translateY(-6px); }
.valor-icon {
  max-width: 110px;
  height: auto;
  margin: 0 auto 18px;
  display: block;
}
.valores-grid h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--danger);
  margin-bottom: 12px;
}
.valores-grid p {
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}

/* Galerias de fotos */
.galeria-social img,
.galeria-seguranca img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 6px;
  transition: transform .35s, box-shadow .35s;
}
.galeria-social img:hover,
.galeria-seguranca img:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 24px rgba(0,0,0,.18);
}
.galeria-seguranca .caption {
  font-size: 13px;
  color: #777;
  font-style: italic;
  margin: 0;
}

/* Centros de manutenção */
.centros-manutencao {
  background: #f8f8f8;
  padding: 36px 20px;
  border-radius: 8px;
  margin-top: 30px !important;
}
.cidade-titulo {
  color: var(--danger);
  font-size: 1.1rem;
  font-weight: 700;
  margin: 18px 0 6px;
  letter-spacing: .5px;
}
.centros-manutencao p {
  font-size: 13.5px;
  color: #666;
  margin-bottom: 12px;
}

/* ============= NOSSOS PRODUTOS - SEÇÃO SPLIT (igual ao original) ============= */
#nossos-produtos { overflow: hidden; }
#nossos-produtos .row { margin: 0; }
#nossos-produtos .conteudo {
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, .9);
  background-size: 155%;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 110px 80px 110px 110px;
  max-height: 710px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#nossos-produtos .conteudo h2 p { line-height: 3.125rem; margin: 0; }
#nossos-produtos .conteudo p { color: #fff; font-weight: 500; line-height: 1.3rem; }

#nossos-produtos .img-banner-nossos-produtos {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  display: block;
}
#nossos-produtos .banner-content {
  background: rgba(0, 0, 0, .49);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 70px 45px;
  width: 80%;
  max-width: 470px;
  text-align: center;
}
#nossos-produtos .banner-content h4 {
  font-size: 1.6rem;
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.4;
}
#nossos-produtos .banner-content h5 {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 24px;
}
#nossos-produtos .banner-content .view-products {
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  transition: all .3s;
}
#nossos-produtos .banner-content .view-products:hover {
  border-color: var(--danger);
  color: var(--danger);
}

/* ============= BLOCKS - GRID DE 12 PRODUTOS DE CONCRETO ============= */
#blocks { padding: 60px 0; }
#blocks .content {
  background: #292929;
  height: 100%;
  border-radius: 4px;
  transition: transform .35s, box-shadow .35s;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
#blocks .content:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .25);
}
#blocks .content h4 {
  color: var(--danger) !important;
  font-size: 1.15rem;
  font-weight: 700;
  text-align: left !important;
  margin-bottom: 20px;
  line-height: 1.3;
}
#blocks .content p {
  color: #fff !important;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 26px;
  flex: 1;
}
#blocks .content .btn.efeito {
  align-self: flex-start;
  font-size: 13px;
  padding: 10px 26px;
}

/* ============= CONTEÚDO SEO DA PÁGINA CONCRETO ============= */
.section-geral .container .col-md-10 > p,
.section-geral .container .col-md-10 .wp-block-list,
.section-geral .container .col-md-10 ol,
.section-geral .container .col-md-10 ul {
  font-size: 15.5px;
  line-height: 1.85;
  color: #444;
}
.section-geral h2.wp-block-heading {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 40px 0 18px;
  line-height: 1.3;
}
.section-geral h3.wp-block-heading {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 28px 0 12px;
}
.section-geral .wp-block-list li {
  margin-bottom: 10px;
}
.section-geral figure.wp-block-image {
  margin: 30px 0;
}
.section-geral figure.wp-block-image img {
  width: 100%;
  border-radius: 6px;
}

/* ============= GRID DE PRODUTOS (concreto.html / supermassa.html) ============= */
.produto-grid .produto-card-link { text-decoration: none; color: inherit; display: block; height: 100%; }
.produto-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  transition: all .35s ease;
  border: 1px solid #eee;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.produto-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 36px rgba(0,0,0,.14);
  border-color: var(--danger);
}
.produto-card-img {
  height: 200px;
  background: linear-gradient(135deg, var(--c1, #1e3a5f), var(--c2, #2c5282));
  position: relative;
  overflow: hidden;
}
.produto-card-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,.06) 0 2px, transparent 2px 22px),
    radial-gradient(circle at 30% 60%, rgba(255,255,255,.12) 0%, transparent 55%);
}
.produto-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(255,255,255,.95);
  color: #1a1a1a;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 1.2px;
}
.produto-card-body {
  padding: 24px 22px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.produto-card-body h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1a1a1a;
}
.produto-card-body p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
}
.produto-card-body .link-arrow {
  color: var(--danger);
  font-weight: 700;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap .25s;
}
.produto-card:hover .link-arrow { gap: 12px; }

/* ============= GRID DE OBRAS (nossas-obras.html) ============= */
.obras-grid .obra-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  transition: all .35s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.obras-grid .obra-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0,0,0,.14);
}
.obras-grid .obra-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform .5s;
}
.obras-grid .obra-card:hover img { transform: scale(1.06); }
.obra-card-body {
  padding: 22px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.obra-tag {
  display: inline-block;
  background: var(--danger);
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 12px;
  align-self: flex-start;
}
.obra-card-body h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #1a1a1a;
}
.obra-card-body p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
}
.obra-card-body .btn { align-self: flex-start; }

/* ============= ONDE ESTAMOS ============= */
.stats-row .stat-box {
  padding: 24px 16px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,.05);
  border-top: 3px solid var(--danger);
  margin-bottom: 16px;
}
.stats-row .stat-box strong {
  display: block;
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--danger);
  font-family: 'Poppins';
  line-height: 1;
}
.stats-row .stat-box span {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  display: block;
}

.estados-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.estado {
  background: #f8f8f8;
  padding: 14px 18px;
  border-radius: 6px;
  font-size: 14px;
  color: #444;
  border-left: 3px solid var(--danger);
  transition: all .25s;
}
.estado:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
  transform: translateX(4px);
}
.estado.destaque {
  background: var(--danger);
  color: #fff;
  font-weight: 600;
}

.sede-card {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d3748 100%);
  color: #fff;
  padding: 32px;
  border-radius: 12px;
  margin-top: 30px;
}
.sede-card h4 { color: #fff; margin-bottom: 8px; }
.sede-card p { color: rgba(255,255,255,.85); margin: 0; }
.sede-icon {
  font-size: 2.5rem;
  color: var(--danger);
}

.search-cidade .form-control { padding: 14px 18px; }
.search-cidade .form-control:focus {
  border-color: var(--danger);
  box-shadow: 0 0 0 3px rgba(227,6,19,.1);
}

/* ============= FORMULÁRIOS ============= */
.form-card {
  background: #fff;
  padding: 36px;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0,0,0,.06);
  border-top: 4px solid var(--danger);
}
.form-card .form-label {
  font-weight: 600;
  color: #444;
  font-size: 13.5px;
  margin-bottom: 6px;
}
.form-card .form-control,
.form-card .form-select {
  padding: 12px 14px;
  border: 1.5px solid #e0e0e0;
  font-size: 14.5px;
  border-radius: 6px;
  transition: border-color .25s, box-shadow .25s;
}
.form-card .form-control:focus,
.form-card .form-select:focus {
  border-color: var(--danger);
  box-shadow: 0 0 0 3px rgba(227,6,19,.1);
}
.form-card .form-check-input:checked {
  background-color: var(--danger);
  border-color: var(--danger);
}

.contato-direto-box {
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #fff;
  padding: 22px 26px;
  border-radius: 10px;
  margin: 20px 0 8px;
  box-shadow: 0 6px 18px rgba(37, 211, 102, .25);
}
.contato-direto-box strong {
  font-size: 1.1rem;
  display: block;
  margin-bottom: 2px;
  color: #fff;
}
.contato-direto-box p {
  font-size: 14px;
  color: rgba(255,255,255,.92);
  margin: 0;
}
.contato-direto-box .btn {
  background: #fff;
  color: #128c7e;
  font-weight: 700;
}
.contato-direto-box .btn::before { background: #f0f0f0; }
.contato-direto-box .btn:hover { color: #0a6651; }
.contato-direto-box .bi-whatsapp { color: #25d366; }

.alert-info-card {
  background: #fff8f8;
  border-left: 4px solid var(--danger);
  padding: 20px 24px;
  border-radius: 6px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.alert-info-card i {
  font-size: 2rem;
  color: var(--danger);
}
.alert-info-card strong {
  display: block;
  margin-bottom: 4px;
  color: #1a1a1a;
}
.alert-info-card p {
  font-size: 14px;
  color: #555;
}

/* ============= PÁGINA PRODUTO INDIVIDUAL ============= */
.breadcrumb-supermix {
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
}
.breadcrumb-supermix .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
  font-size: 13.5px;
}
.breadcrumb-supermix .breadcrumb-item,
.breadcrumb-supermix .breadcrumb-item a {
  color: rgba(255,255,255,.85);
  text-decoration: none;
}
.breadcrumb-supermix .breadcrumb-item.active { color: #fff; font-weight: 500; }
.breadcrumb-supermix .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.5); }

.produto-img-grande {
  width: 100%;
  aspect-ratio: 4/3;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0,0,0,.15);
}
.produto-img-grande::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(45deg, rgba(255,255,255,.06) 0 3px, transparent 3px 28px),
    radial-gradient(circle at 30% 60%, rgba(255,255,255,.15) 0%, transparent 55%);
}
.produto-categoria-badge {
  display: inline-block;
  background: var(--danger);
  color: #fff;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
}

.spec-box {
  background: #f8f8f8;
  padding: 20px 18px;
  border-radius: 8px;
  border-left: 3px solid var(--danger);
  height: 100%;
}
.spec-label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
  margin-bottom: 6px;
  font-weight: 600;
}
.spec-valor {
  display: block;
  font-size: 1.05rem;
  color: #1a1a1a;
  font-weight: 700;
}

.produto-cta-box {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d3748 100%);
  color: #fff;
  padding: 36px 40px;
  border-radius: 12px;
}
.produto-cta-box h4 { color: #fff; margin-bottom: 6px; font-size: 1.4rem; }
.produto-cta-box p { color: rgba(255,255,255,.85); }

/* ============= RESPONSIVO ============= */
@media (max-width: 991px) {
  .navbar-collapse {
    background: #fff;
    padding: 20px;
    margin-top: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
    border-radius: 6px;
  }
  .navbar-nav .nav-link { padding: 10px 0 !important; }
  .dropdown-menu {
    border: none;
    box-shadow: none;
    padding-left: 16px;
    border-top: none;
  }
  .trido-hero-title { font-size: 2.2rem; }
  .trido-hero-subtitle { font-size: 1rem; }
  .pq-sepermix .col-md-6 > img { min-height: 300px; }
  .pq-sepermix .conteudo { padding: 60px 30px; max-width: 100%; }
  .line-top-title { font-size: 2.2rem !important; }
  #obras-realizadas .conteudo { padding: 40px 30px; }
  .mascara08 h2 { font-size: 1.3rem; }
  .mockoup-mobile { margin: 0; }
  #obras-realizadas img { height: 300px; }
}

@media (max-width: 768px) {
  .trido-hero-section { height: 540px !important; }
  .trido-hero-title { font-size: 1.8rem; }
  .footer-widgets { padding: 50px 0 30px; }
  .footer .col-md-4 { margin-top: 30px; }
  .botao-lateral-wrapper { top: auto; bottom: 100px; transform: none; }
  .footer-orcamento { bottom: 16px; }
  #call-to-action { padding: 70px 0; }
  #call-to-action h2 { font-size: 1.4rem; }
  .titulo { font-size: 2rem; }
  .pq-sepermix .order-md-1 { order: 2; }
  .pq-sepermix .order-md-2 { order: 1; }

  /* Página A Supermix */
  .hero01 { padding: 100px 0 60px; min-height: 280px; }
  .hero01 h1 { font-size: 2rem; }
  .a-supermix .wp-block-heading { font-size: 1.6rem; }
  .a-supermix h3.wp-block-heading { font-size: 1.15rem; }
  .galeria-social img, .galeria-seguranca img { height: 160px; }
  .valor-icon { max-width: 90px; }
  .centros-manutencao { padding: 24px 14px; }

  /* Outras páginas */
  .form-card { padding: 22px; }
  .stats-row .stat-box strong { font-size: 2rem; }
  .obras-grid .obra-card img { height: 180px; }
  .produto-cta-box { padding: 24px 22px; text-align: center; }
  .produto-cta-box .text-md-end { text-align: center !important; }
  .alert-info-card { padding: 16px 18px; gap: 12px; }
  .alert-info-card i { font-size: 1.6rem; }

  /* Concreto - nossos-produtos / blocks */
  #nossos-produtos .conteudo { padding: 60px 30px; max-height: none; }
  #nossos-produtos .img-banner-nossos-produtos { min-height: 320px; }
  #nossos-produtos .banner-content { padding: 30px 24px; width: 88%; }
  #nossos-produtos .banner-content h4 { font-size: 1.15rem; margin-bottom: 14px; }
  #nossos-produtos .banner-content h5 { font-size: 1rem; }
  .line-top-title { font-size: 2rem !important; }
  #blocks .content { padding: 30px !important; }
}

/* ============= TELAS PEQUENAS (CELULAR PEQUENO) ============= */
@media (max-width: 480px) {
  .container { padding-left: 16px; padding-right: 16px; }

  /* Hero principal */
  .trido-hero-section { height: 480px !important; padding: 0 12px; }
  .trido-hero-title { font-size: 1.5rem !important; line-height: 1.2; }
  .trido-hero-subtitle { font-size: 0.9rem !important; }

  /* Hero interno (subpáginas) */
  .hero01 { padding: 80px 0 40px; min-height: 220px; }
  .hero01 h1 { font-size: 1.7rem; }

  /* Botão efeito (compensando o offset visual no mobile) */
  .btn.efeito {
    padding: 10px 20px;
    font-size: 13px;
  }
  .btn.efeito::before {
    top: 8px;
    left: 10px;
  }

  /* Sections gerais */
  .section-geral { padding: 40px 0 !important; }
  .py-50 { padding-top: 60px !important; padding-bottom: 60px !important; }

  /* Tipografia geral */
  h1 { font-size: 1.7rem; }
  h2, .titulo { font-size: 1.6rem !important; }
  h3 { font-size: 1.15rem; }
  .line-top-title { font-size: 1.7rem !important; }
  .line-top-title p { line-height: 2.2rem; }

  /* CTA Banner */
  .mascara08 h2 { font-size: 1.05rem; line-height: 1.5; }

  /* Obras */
  #obras-realizadas img { height: 220px; }
  #obras-realizadas .conteudo { padding: 30px 20px; }
  #obras-realizadas h3 { font-size: 1.3rem; }

  /* Onde Estamos */
  .onde-estamos .conteudo { padding: 30px 20px !important; }
  .title-destaque { font-size: 1.8rem !important; }
  .fs-4 { font-size: 0.95rem !important; }
  .mockoup-mobile { max-width: 70%; margin: 30px auto !important; }

  /* Call to Action final */
  #call-to-action { padding: 50px 0 !important; }
  #call-to-action h2 { font-size: 1.15rem; padding: 0 10px !important; }
  #call-to-action .col-md-6 { padding: 0 16px; }

  /* Footer */
  .footer-widgets { padding: 40px 0 24px !important; }
  .footer-widget { text-align: center; }
  .footer-widget .navbar-brand,
  .footer-widget .btn { display: inline-block; }
  .footer-bottom { text-align: center; padding: 16px 0 !important; }

  /* Botões flutuantes - reposicionar pra não atrapalhar */
  .footer-orcamento {
    bottom: 12px;
    width: calc(100% - 80px);
    max-width: 280px;
  }
  .footer-orcamento .btn {
    padding: 10px 16px;
    font-size: 13px;
    width: 100%;
  }
  .botao-lateral-wrapper {
    top: auto;
    bottom: 90px;
    transform: none;
  }
  .botao-lateral a {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  /* Forms */
  .form-card { padding: 18px !important; }
  .form-card .form-label { font-size: 13px; }
  .contato-direto-box { padding: 16px 18px; text-align: center; }
  .contato-direto-box .btn { width: 100%; margin-top: 10px; }

  /* Conteúdo SEO */
  .conteudo-seo .text-danger { font-size: 14px; }
  .a-supermix .wp-block-heading { font-size: 1.35rem !important; }
  .section-geral h2.wp-block-heading { font-size: 1.4rem !important; }

  /* Estados grid (onde-estamos) */
  .estados-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .estado { font-size: 12px; padding: 10px 12px; }

  /* Sede card */
  .sede-card { padding: 22px 18px; }
  .sede-card .text-md-end { text-align: center !important; }
  .sede-card .col-md-3 { margin-top: 16px; }

  /* Stats */
  .stats-row .stat-box { padding: 18px 10px; }
  .stats-row .stat-box strong { font-size: 1.7rem; }

  /* Galerias de fotos */
  .galeria-social img, .galeria-seguranca img { height: 130px; }

  /* Concreto - blocks (cards de produtos) */
  #blocks .content { padding: 24px 22px !important; }
  #blocks .content h4 { font-size: 1.05rem; }
  #blocks .content p { font-size: 13px; }

  /* Carrossel de produtos */
  .swiper-slide .carousel-content { min-height: 180px; padding: 18px !important; }
  .carousel-content h3 { font-size: 1rem !important; }
  .carousel-content p { font-size: 12px; }

  /* Produto individual */
  .produto-img-grande { aspect-ratio: 16/10; }
  .spec-box { padding: 14px 12px; }
}

/* ============= IMPEDIR SCROLL HORIZONTAL ============= */
html, body {
  overflow-x: hidden;
  max-width: 100vw;
}
img, video, iframe {
  max-width: 100%;
  height: auto;
}
.container, .container-fluid {
  width: 100%;
}

/* ============= EVITAR QUEBRA DE TEXTO LONGO ============= */
p, h1, h2, h3, h4, h5, h6, a, span, li {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
