/* ====== Base ====== */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:#fff;
  color:#222;
  font-family:'Montserrat','Work Sans',system-ui,Segoe UI,Roboto,Arial,sans-serif;
  line-height:1.6;
}
a{color:#c00000;text-decoration:none}
a:hover{opacity:.9}
img{max-width:100%;display:block}

/* Containers */
.container{width:100%;max-width:1140px;margin:0 auto;padding:0 16px}

/* Headings -> vermelho */
h1,h2,h3,h4,h5,h6,
.heading-1,.heading-2,.heading-3,.heading-4,.heading-5,.heading-6,
.card-title,.box-classic-title,.counter-modern-title{color:#c00000;font-weight:700;margin:0.5rem 0}

/* Lists reset where needed */
ul{padding-left:1.1rem}
.rd-navbar-nav, .list-marked, .list-unstyled{list-style:none;padding-left:0;margin:0}
.list-marked li{margin:6px 0}
.list-unstyled li{margin:6px 0}

/* ====== Navbar ====== */
.page-header{position:sticky;top:0;z-index:1000}
.rd-navbar{
  background:#fff;
  box-shadow:0 6px 20px rgba(0,0,0,.06);
}
.rd-navbar-main-outer{max-width:1140px;margin:0 auto}
.rd-navbar-main{display:flex;align-items:center;gap:24px;padding:12px 16px}
.rd-navbar-brand img{height:44px;width:auto}
.rd-navbar-nav{display:flex;gap:16px}
.rd-navbar .rd-nav-link{display:inline-block;padding:8px 10px;color:#333;font-weight:600}
.rd-navbar .rd-nav-link:hover,
.rd-navbar .rd-nav-item.active .rd-nav-link{color:#c00000}
/* Hide the aside header that belonged to the original plugin to avoid duplicate header blocks */
.rd-navbar-aside-outer{display:none}

/* Search (cinza) */
.rd-navbar-search{margin-left:auto}
.rd-search{display:flex;gap:8px;align-items:center;background:#f0f0f0;border-radius:12px;padding:6px 8px}
.rd-navbar-search-form-input,.form-input{
  background:#f0f0f0;border:1px solid #ddd;border-radius:10px;padding:10px 12px;outline:none;min-width:200px
}
.rd-navbar-search-form-input:focus{border-color:#bbb;box-shadow:0 0 0 3px rgba(0,0,0,.05)}
.rd-search-form-submit{background:transparent;border:0;cursor:pointer}

/* ====== Hero ====== */
.parallax-container{
  position:relative;
  min-height:60vh;
  display:flex;align-items:center;
  color:#fff;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}
/* overlay para contraste */
.parallax-container::before{
  content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.45),rgba(0,0,0,.45));
}
.parallax-container .parallax-content{position:relative;width:100%}
.product-creative-main{text-align:center}
.product-creative-title a{color:#fff;font-size:40px;font-weight:800}
.product-creative-text .heading-5{color:#fff;opacity:.95}
.button{display:inline-block;border:0;border-radius:999px;padding:12px 22px;font-weight:700;cursor:pointer;transition:transform .15s ease, filter .2s ease}
.button-primary{background:#c00000;color:#fff}
.button:hover{transform:translateY(-2px);filter:brightness(.98)}

/* ====== Feature cards ====== */
.features-hero{padding:64px 0}
.cards-viewport{overflow:hidden}
.cards-track{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:20px}
@media (min-width: 992px){ .cards-track{grid-template-columns:repeat(3,minmax(260px,1fr))} }
.feature-card{
  background:#fff;border:1px solid #eee;border-radius:16px;padding:18px;display:flex;flex-direction:column;gap:8px;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
}
.card-icon{opacity:.9}
.card-title{font-size:18px}

/* CTA below cards */
.cards-cta{margin-top:20px;text-align:center}
.cta-button{background:#c00000;color:#fff}

/* ====== Section spacing ====== */
.section{padding:72px 0}
.section-md{padding:56px 0}
.section-lg{padding:80px 0}

/* ====== Contact ====== */
.contact-row{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}
.contact-card{display:flex;gap:12px;align-items:center;padding:14px 16px;border:1px solid #eee;border-radius:14px;box-shadow:0 6px 18px rgba(0,0,0,.06);min-width:260px;background:#fff}
.contact-title{color:#c00000;font-weight:800}

/* ====== Footer (cinza mais compacto) ====== */
.footer-classic {
  background:#f0f0f0;
  color:#222;
  padding:30px 0; /* menor */
}
.footer-classic .footer-brand {margin-bottom:10px}
.footer-classic h5 {color:#c00000;font-size:1rem;margin-bottom:8px}
.footer-bottom {margin-top:20px;font-size:14px}

/* ====== Floating WhatsApp ====== */
.float-wa{position:fixed;right:18px;bottom:18px;z-index:999;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#25D366;box-shadow:0 10px 20px rgba(0,0,0,.15)}
.float-wa img{width:28px;height:28px}

/* ====== Utilities & responsive ====== */
.text-center{text-align:center}
.text-white{color:#fff}
.bg-default{background:#fff}
hr{border-color:#e5e5e5}

@media (max-width: 768px){
  .rd-navbar-main{flex-wrap:wrap}
  .rd-navbar-search{order:3;width:100%}
  .rd-navbar-search .rd-navbar-search-form-input{width:100%;min-width:0}
  .rd-navbar-nav{order:2;width:100%;justify-content:center}
  .product-creative-title a{font-size:28px}
  .cards-track{grid-template-columns:1fr}
}
/* === Carrossel Destaques === */
.cards-viewport {
  overflow: hidden;
  position: relative;
}
.cards-track {
  display: flex;
  gap: 20px;
  animation: scrollCards 20s linear infinite;
}
.feature-card {
  flex: 0 0 250px;
}
@keyframes scrollCards {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
/* === Vantagens (alternando imagem e texto) === */
.vantagem-row {
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 60px 0;
  opacity: 0; /* animação inicial invisível */
  transform: translateY(40px);
  transition: all 0.8s ease;
}
.vantagem-row.show {
  opacity: 1;
  transform: translateY(0);
}
.vantagem-text { flex: 1; }
.vantagem-img { flex: 1; }
.vantagem-img img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,.1);
}
/* Inverter pares (2ª, 4ª, etc.) */
.vantagem-row:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .vantagem-row,
  .vantagem-row:nth-child(even) {
    flex-direction: column;
    text-align: center;
  }
}
/* === Serviços === */
.servicos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.servico-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.servico-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,.1);
}
.servico-card h3 {
  color: #c00000;
  margin-bottom: 10px;
}
/* === Sobre Nós === */
.sobre-nos {
  display: flex;
  align-items: center;
  gap: 40px;
}
.sobre-texto {
  flex: 1;
}
.sobre-texto h2 {
  margin-bottom: 20px;
  color: #c00000;
}
.sobre-texto p {
  margin-bottom: 15px;
  color: #444;
}
.sobre-img {
  flex: 1;
}
.sobre-img img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,.1);
}
@media (max-width: 768px) {
  .sobre-nos {
    flex-direction: column;
    text-align: center;
  }
  .sobre-img {
    order: -1; /* imagem sobe em telas menores */
  }
}
/* === Missão, Visão, Valores === */
.mvv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-top: 30px;
}
.mvv-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 6px 16px rgba(0,0,0,.06);
}
.mvv-card h3 {
  color: #c00000;
  margin-bottom: 12px;
}
.mvv-card ul {
  padding-left: 20px;
}
/* Navbar */
.navbar {
  width: 100%;
  background: #fff;
  padding: 10px 40px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.navbar-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo à esquerda */
.navbar-logo img {
  height: 60px;
  width: auto;
}

/* Menu centralizado */
.navbar-menu {
  display: flex;
  gap: 40px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  font-family: 'Montserrat', sans-serif; /* fonte mais clean */
  font-weight: 500;
}

.navbar-menu li {
  display: inline-block;
}

.navbar-menu li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  transition: color 0.3s;
}

.navbar-menu li a:hover {
  color: #d60000; /* destaque em vermelho */
}


/* Footer */
.footer-classic {
  background:#f0f0f0;
  padding:20px;
  margin-top:40px;
  font-size:14px;
  color:#444;
}
.footer-legal a {
  color:#333;
  text-decoration:none;
  margin:0 5px;
}
.footer-legal a:hover {
  color:#c00000;
}
/* === Hero Banner === */
.hero-banner {
  position: relative;
  min-height: 80vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5); /* escurece a imagem para o texto aparecer */
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-overlay .container {
  position: relative;
  z-index: 2;
}
.hero-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 20px;
}
.hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .hero-title { font-size: 2rem; }
  .hero-subtitle { font-size: 1rem; }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-title,
.hero-subtitle,
.hero-overlay .button {
  opacity: 0;
  animation: fadeUp 1s ease forwards;
}

.hero-title { animation-delay: 0.2s; }
.hero-subtitle { animation-delay: 0.5s; }
.hero-overlay .button { animation-delay: 0.8s; }
/* === Serviços === */
.services-section {
  padding: 80px 20px;
  background: #fff;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 50px;
  color: #c00000; /* mantém vermelho igual aos títulos */
}

.service-item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  gap: 30px;
}

.service-item img {
  width: 50%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.service-text {
  width: 50%;
}

.service-text h3 {
  font-size: 1.6rem;
  margin-bottom: 15px;
  color: #c00000;
}

.service-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

/* Alternar ordem para efeito zigue-zague */
.service-item:nth-child(even) {
  flex-direction: row-reverse;
}

/* Responsivo */
@media (max-width: 768px) {
  .service-item {
    flex-direction: column !important;
    text-align: center;
  }
  .service-item img, .service-text {
    width: 100%;
  }
}
/* === Serviços (Cards) === */
.service-card {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  margin-bottom: 40px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.service-card img {
  width: 40%;
  object-fit: cover;
  height: 220px;
}

.service-info {
  padding: 25px;
  width: 60%;
}

.service-info h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #c00000;
}

.service-info p {
  color: #444;
  line-height: 1.6;
}

/* Responsivo */
@media (max-width: 768px) {
  .service-card {
    flex-direction: column;
    text-align: center;
  }

  .service-card img {
    width: 100%;
    height: 200px;
  }

  .service-info {
    width: 100%;
  }
}
/* Hero Banner */
.hero-banner {
  background-size: cover;
  background-position: center;
  height: 85vh;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-overlay {
  background: rgba(0,0,0,0.55);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-title {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

.hero-subtitle {
  color: #f0f0f0;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

/* Botão do Hero */
.button-primary {
  background: #c00000;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.button-primary:hover {
  background: #a30000;
}

/* Footer */
.footer-classic {
  background: #111;
  color: #ddd;
  padding: 20px 0;
  font-size: 14px;
}

.footer-classic p {
  margin: 0;
}

.footer-social {
  margin-top: 8px;
}

.footer-social a {
  color: #ddd;
  text-decoration: none;
  margin: 0 6px;
  transition: color 0.3s;
}

.footer-social a:hover {
  color: #c00000;
}
/* Seção de contatos */
.contact-cards {
  padding: 60px 20px;
  background: #fff;
}
.contact-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap; /* garante que no mobile eles quebrem */
}
.contact-card {
  flex: 1 1 250px;
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.contact-card:hover {
  transform: translateY(-5px);
}

.contact-icon {
  font-size: 40px;
  margin-bottom: 12px;
}

.contact-card h3 {
  margin-bottom: 10px;
  color: #c00000;
}

.contact-card p a {
  color: #111;
  text-decoration: none;
  font-weight: 500;
}

.contact-card p a:hover {
  color: #c00000;
}

/* Seção de contatos */
.contact-cards {
  padding: 60px 20px;
  background: #fff;
}

.contact-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap; /* garante que no mobile eles quebrem */
}

.contact-card {
  flex: 1 1 250px;
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s;
}

.contact-card:hover {
  transform: translateY(-5px);
}

.contact-icon {
  font-size: 40px;
  margin-bottom: 12px;
}

.contact-card h3 {
  margin-bottom: 10px;
  color: #c00000;
}

.contact-card p a {
  color: #111;
  text-decoration: none;
  font-weight: 500;
}

.contact-card p a:hover {
  color: #c00000;
}
.contact-icon img {
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
}
.contact-grid {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-card {
  flex: 1;
  max-width: 280px;
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, box-shadow 0.2s;
  display: flex;
  flex-direction: column;  /* força ordem em coluna */
  align-items: center;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

.contact-card h3 {
  margin-bottom: 10px;
  color: #d60000; /* vermelho principal */
}

.contact-icon img {
  width: 50px;
  height: 50px;
  margin: 10px 0;
}

.contact-card p {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}
/* === NAVBAR (prefixo st- para evitar conflito) === */
.st-navbar {
  background:#fff;
  padding:12px 24px;
  box-shadow:0 2px 6px rgba(0,0,0,0.08);
  position:relative; /* rola junto com o conteúdo */
  z-index:1000;
}
.st-nav-inner{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  align-items:center;
  gap:16px;
}
.st-logo img{ height:56px; width:auto; display:block; }

/* Menu centralizado no desktop */
.st-nav-menu{
  flex:1;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:32px;
  list-style:none;
  margin:0;
  padding:0;
  font-family:'Montserrat',sans-serif;
  font-weight:500;
}
.st-nav-menu a{
  text-decoration:none;
  color:#111;
  font-size:16px;
  transition:color .25s;
}
.st-nav-menu a:hover{ color:#d60000; }

/* Toggle (hamburguer) */
.st-nav-check{ display:none; }
.st-nav-toggle{
  display:none; /* só no mobile */
  width:36px; height:28px;
  position:relative; cursor:pointer;
}
.st-nav-toggle span{
  position:absolute; left:0; right:0;
  height:3px; background:#111; border-radius:2px;
  transition:transform .25s, opacity .25s, top .25s;
}
.st-nav-toggle span:nth-child(1){ top:4px; }
.st-nav-toggle span:nth-child(2){ top:12px; }
.st-nav-toggle span:nth-child(3){ top:20px; }

/* === MOBILE === */
@media (max-width: 768px){
  .st-nav-toggle{ display:block; margin-left:auto; }
  .st-nav-menu{
    display:none;
    position:absolute;
    top:100%; left:0; right:0;
    background:#fff;
    flex-direction:column;
    gap:14px;
    padding:14px 0;
    border-radius:0 0 12px 12px;
    box-shadow:0 10px 24px rgba(0,0,0,0.12);
  }
  /* Abre sem JS */
  .st-nav-check:checked ~ .st-nav-menu{ display:flex; }

  /* Anima ícone para "X" quando aberto */
  .st-nav-check:checked ~ .st-nav-toggle span:nth-child(1){
    top:12px; transform:rotate(45deg);
  }
  .st-nav-check:checked ~ .st-nav-toggle span:nth-child(2){
    opacity:0;
  }
  .st-nav-check:checked ~ .st-nav-toggle span:nth-child(3){
    top:12px; transform:rotate(-45deg);
  }
}
/* ===== Destaques / Carrossel ===== */
.features-hero { padding: 40px 0; }
.features-inner.container { max-width: 1200px; margin: 0 auto; }

.cards-viewport { overflow: hidden; }
.cards-track {
  display: flex;
  width: max-content;               /* largura se ajusta ao conteúdo */
  animation: st-marquee 28s linear infinite;
}
.cards-viewport:hover .cards-track { animation-play-state: paused; }

.cards-group { display: flex; gap: 20px; }

.feature-card{
  min-width: 260px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 26px rgba(0,0,0,.08);
  padding: 18px 20px;
}
.card-icon{ font-size: 24px; margin-bottom: 6px; }
.card-title{ font-weight: 700; color: #c40000; margin: 0 0 6px; }
.card-desc{ margin: 0; color: #333; }

@keyframes st-marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); } /* move exatamente um grupo (temos 2 grupos iguais) */
}

/* Estado inicial (fora da tela) */
.vantagem-row {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease-out;
}

/* Estado visível (entra com fade + slide) */
.vantagem-row.show {
  opacity: 1;
  transform: translateY(0);
}
