/* Versão 2.2.0
   Página Marketing Digital – Publitiva
   Baseado na estrutura da home
*/

/* Hero */
#md-hero {
  background-color: #1d1d1d;
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}

.md-hero-titulo {
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
}

.md-hero-sub {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 12px;
  font-weight: 500;
}

.md-hero-texto {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 24px;
}

.md-hero-img {
  position: relative;
  bottom: -80px;
  max-height: 400px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

#md-hero .slider-botao-container {
  margin-top: 20px;
}

#md-hero .slider-botao {
  border-radius: 20px;
  padding: 10px 20px;
  background-color: #f15a25;
  color: #fff;
}

#md-hero .slider-botao:hover {
  background-color: #ff7340;
  color: #fff;
}

#md-hero .slider-slim {
  padding: 10px 20px;
  color: #fff;
  background-color: #197cfe;
  border-radius: 20px;
  margin-left: 10px;
}

#md-hero .slider-slim:hover {
  background-color: #529af9;
  color: #fff;
}

#md-hero .custom-shape-divider-bottom-1725648297 {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  z-index: 1;
}

#md-hero .custom-shape-divider-bottom-1725648297 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 74px;
}

#md-hero .custom-shape-divider-bottom-1725648297 .shape-fill {
  fill: #000;
}

/* Descrição */
#md-descricao {
  background-color: #000;
  padding: 60px 24px;
}

#md-descricao-header h2 {
  color: #fff;
  margin-bottom: 16px;
}

#md-descricao-header p {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 16px;
}

#md-descricao-header p:last-child {
  margin-bottom: 0;
}

/* Tráfego pago / Anúncios */
#md-trafego {
  background-color: #333333;
  padding: 60px 24px;
}

.md-ads-intro {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
}

.md-ads-label {
  font-size: 0.9rem;
  color: #f15a25;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.md-ads-titulo {
  color: #fff;
  margin-bottom: 16px;
}

.md-ads-texto {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 16px;
}

#md-trafego .slider-botao {
  margin-top: 8px;
}

.md-ads-img {
  max-height: 380px;
  width: auto;
  object-fit: contain;
}

#md-beneficios-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#md-beneficios-grid .processo-passo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 280px;
  min-width: 0;
  padding: 28px 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(241, 90, 37, 0.2);
  border-radius: 16px;
}

#md-beneficios-grid .passo-topo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

#md-beneficios-grid .passo-numero {
  font-size: 14px;
  font-weight: 700;
  color: #f15a25;
  letter-spacing: 0.08em;
  font-family: 'Oswald', sans-serif;
}

#md-beneficios-grid .passo-icone {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(241, 90, 37, 0.12);
  border-radius: 12px;
  border: 1px solid rgba(241, 90, 37, 0.25);
  color: #f15a25;
}

#md-beneficios-grid .passo-icone svg {
  flex-shrink: 0;
}

#md-beneficios-grid .processo-passo h4 {
  margin: 0 0 10px;
  color: #fff;
}

#md-beneficios-grid .processo-passo p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
}

/* Processo (Como funciona) */
#md-processo {
  background-color: #fff;
  padding: 0 0 60px;
}

#md-processo #processo-header {
  text-align: center;
  padding: 50px 0 40px;
}

#md-processo #processo-header h2 {
  color: #1a1a2e;
  margin-bottom: 12px;
}

#md-processo #processo-header p {
  font-size: 16px;
  color: #666;
  max-width: 520px;
  margin: 0 auto;
}

#md-processo #processo-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 16px;
  padding: 0 8px 40px;
}

#md-processo .processo-passo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 180px;
  min-width: 0;
  padding: 32px 20px;
  background: #f9f9fb;
  border-radius: 16px;
  border-top: 3px solid #f15a25;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#md-processo .processo-passo:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

#md-processo .passo-numero {
  font-size: 48px;
  font-weight: 900;
  color: rgba(241, 90, 37, 0.12);
  line-height: 1;
  margin-bottom: 4px;
  font-family: 'Oswald', sans-serif;
}

#md-processo .passo-icone {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(241, 90, 37, 0.08);
  border-radius: 14px;
  margin-bottom: 16px;
  border: 1px solid rgba(241, 90, 37, 0.2);
}

#md-processo .processo-passo h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a2e;
  margin: 0 0 10px;
}

#md-processo .processo-passo p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin: 0;
}

#md-processo #processo-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0 8px;
}

#md-processo .badge-trust {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  background: #f3f3f3;
  border-radius: 50px;
  font-size: 13px;
  color: #444;
  font-weight: 500;
  border: 1px solid #e0e0e0;
}

@media (max-width: 600px) {
  #md-processo .processo-passo,
  #md-beneficios-grid .processo-passo {
    flex: 1 1 100%;
  }
}

/* FAQ */
.secao-grad {
  background: linear-gradient(128deg, rgb(36, 36, 36) 0%, rgb(0, 0, 0) 100%);
  padding: 0 0 60px;
}

.custom-shape-divider-top-1695910736 {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1695910736 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 68px;
  fill: #333;
}

.md-faq-list {
  border: none;
}

.md-faq-list .collapsible-header {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  margin-bottom: 8px;
  color: #fff;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.md-faq-list .collapsible-header i {
  color: #f15a25;
}

.md-faq-list .collapsible-body {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 0 8px 8px;
  margin: -8px 0 8px;
  color: rgba(255, 255, 255, 0.88);
  padding: 16px 20px;
}
