/* ==========================================================
   JA Softwares — Melhorias de conversão (Hero, CTAs, Segmentação,
   Troque seu sistema, WhatsApp flutuante)
   Arquivo adicional — não mexe no CSS gerado pelo Webflow.
   ========================================================== */

/* ---------- HERO NOVO ---------- */
.hero-v2 {
  background: linear-gradient(135deg, #223256 0%, var(--azul-forte-da-ja) 100%);
  padding: 90px 20px 70px;
}
.hero-v2-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hero-v2-eyebrow {
  color: #ffd166;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 14px;
}
.hero-v2-title {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 44px;
  line-height: 1.15;
  max-width: 820px;
  margin: 0 0 18px;
}
.hero-v2-subtitle {
  color: #dbe3f3;
  font-family: Lato, sans-serif;
  font-size: 19px;
  line-height: 1.55;
  max-width: 650px;
  margin: 0 0 34px;
}
.hero-v2-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-bottom: 42px;
}
.hero-v2-ctas .btn,
.hero-v2-ctas .btn.white {
  width: auto;
  padding: 18px 38px;
  font-size: 18px;
}
.hero-v2-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: center;
  border-top: 1px solid rgba(255,255,255,.18);
  padding-top: 28px;
  width: 100%;
  max-width: 780px;
}
.hero-v2-trust-item {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-align: center;
}
.hero-v2-trust-item strong {
  display: block;
  font-size: 26px;
  font-weight: 800;
  color: #ffd166;
}
.hero-v2-trust-item span {
  font-family: Lato, sans-serif;
  font-size: 13px;
  color: #dbe3f3;
}

@media (max-width: 767px) {
  .hero-v2-title { font-size: 30px; }
  .hero-v2-subtitle { font-size: 16px; }
  .hero-v2 { padding: 60px 16px 40px; }
}

/* ---------- SEGMENTAÇÃO "Qual é o seu negócio?" ---------- */
.segment-section {
  padding: 70px 20px;
  background-color: var(--white-4);
}
.segment-heading {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}
.segment-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .segment-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .segment-grid { grid-template-columns: 1fr; }
}
.segment-card {
  background: #fff;
  border: 1px solid #e4e5e9;
  border-radius: 14px;
  padding: 30px 26px;
  display: flex;
  flex-direction: column;
  transition: all .25s ease;
  text-decoration: none;
}
.segment-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(59,91,149,.14);
  border-color: var(--azul-forte-da-ja);
}
.segment-card-icon { font-size: 32px; margin-bottom: 14px; }
.segment-card-title {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 19px;
  color: #223256;
  margin: 0 0 8px;
}
.segment-card-desc {
  font-family: Lato, sans-serif;
  font-size: 14.5px;
  color: #56617a;
  line-height: 1.5;
  margin: 0 0 18px;
  flex-grow: 1;
}
.segment-card-cta {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: var(--azul-forte-da-ja);
}

/* ---------- TROQUE SEU SISTEMA ---------- */
.troque-section {
  background: #223256;
  padding: 64px 20px;
}
.troque-wrapper {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.troque-wrapper h2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 30px;
  margin: 0 0 14px;
}
.troque-wrapper p {
  color: #dbe3f3;
  font-family: Lato, sans-serif;
  font-size: 17px;
  margin: 0 0 28px;
  line-height: 1.55;
}

/* ---------- CTA FINAL ---------- */
.cta-final-section {
  background: linear-gradient(135deg, var(--azul-forte-da-ja) 0%, #223256 100%);
  padding: 64px 20px;
  text-align: center;
}
.cta-final-section h2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  font-size: 30px;
  margin: 0 0 10px;
}
.cta-final-section p {
  color: #dbe3f3;
  font-family: Lato, sans-serif;
  font-size: 17px;
  margin: 0 0 28px;
}

/* ---------- WHATSAPP FLUTUANTE ---------- */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 999;
  background-color: #25D366;
  color: #fff !important;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 18px rgba(0,0,0,.25);
  text-decoration: none;
  transition: transform .2s ease;
}
.whatsapp-float:hover {
  transform: scale(1.08);
  color: #fff;
}
.whatsapp-float svg { width: 30px; height: 30px; }

@media (max-width: 479px) {
  .whatsapp-float { width: 52px; height: 52px; bottom: 16px; right: 16px; }
  .whatsapp-float svg { width: 26px; height: 26px; }
}

/* ---------- Cards de depoimento com fotos reais (placeholder ícone) ---------- */
.blog-content-2 .heading-h2-2 { min-height: 48px; }

/* ---------- Correção de alinhamento: ícones de redes sociais no rodapé ---------- */
.div-block-211 > div {
  display: flex;
  align-items: center;
  gap: 14px;
}
.div-block-211 .image-52,
.div-block-211 .image-53 {
  width: 24px;
  height: 24px;
  object-fit: contain;
  max-width: none;
}

/* ---------- Correção de alinhamento: coluna de contato do rodapé ---------- */
.div-block-209 {
  justify-content: flex-start;
  width: 100%;
}
.div-block-209 .link-copy {
  text-align: left;
}

/* ---------- Mapas embutidos (Google Maps) ---------- */
.google-map iframe,
.map-2.map-2 {
  display: block;
}

/* ---------- Correção: cartão de contato sobrepondo o mapa ---------- */
/* O layout original do Webflow fazia o card de endereço flutuar POR CIMA do
   mapa (com margem negativa). Isso ficava bem com uma imagem estática de
   fundo, mas com o mapa real (iframe) o texto tampa parte do mapa.
   Aqui o card passa a ficar sempre abaixo do mapa, sem sobreposição. */
.contact-wp {
  flex-direction: column !important;
  align-items: stretch !important;
}
.google-map {
  width: 100% !important;
  max-width: 900px;
  height: 420px !important;
  margin: 0 auto;
}
.contact-order {
  position: static !important;
  width: 100% !important;
  max-width: 900px;
  margin: 24px auto 0 !important;
  padding: 40px 32px !important;
}
@media (max-width: 767px) {
  .google-map { height: 320px !important; }
  .contact-order { padding: 28px 20px !important; }
}

/* ---------- Correção: botões centralizados no desktop ---------- */
.btn-wp {
  display: flex;
  justify-content: center;
}
.contact-order .btn-wp {
  justify-content: center;
  width: 100%;
}
