/* =========================
   HERO
========================= */
.hero-section {
  background: url('banner-topo.png') no-repeat center center/cover;
  min-height: 550px;
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 60px 20px;
}
.hero-section::before {
  content: "";
  position: absolute; inset: 0;
  /* filtro mais claro */
  background: linear-gradient(rgba(0,46,109,0.6), rgba(0,0,0,0.4));
}
.hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
}
.hero-logo {
  max-height: 40px; /* logos menores */
}
.hero-content h1 {
  font-size: 2.6rem;
  color: #ff5000;
}
.hero-content h2 {
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.hero-content p {
  font-size: 1.1rem;
  margin-bottom: 25px;
}
.btn-hero {
  background: #ff5000;
  color: #fff;
  padding: 14px 32px;
  border-radius: 50px;
  font-weight: 600;
  transition: .3s;
  box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}
.btn-hero:hover {
  background: #e64900;
}

/* responsividade logos */
@media (max-width: 768px) {
  .hero-content {
    text-align: center;
  }
  .hero-logo {
    max-height: 35px;
  }
  .hero-content h1 {
    font-size: 2rem;
  }
}

/* =========================
   BENEFÍCIOS
========================= */
.benefit-card {
  border-radius: 15px;
  padding: 25px;
  transition: .3s;
  background: #fff;
}
.benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.text-dark { color: #2d2d2f; }
.text-highlight { color: #ff5000; }

/* CTA Sections */
.cta-section, .cta-section-2 {
  position: relative;
  padding: 90px 0;
}

.cta-section {
  background: linear-gradient(135deg, #ffffff 60%, #f5f8fc 100%);
}
.cta-section-2 {
  background: linear-gradient(135deg, #f5f8fc 0%, #ffffff 100%);
  border-top: 1px solid #eee;
}

.cta-section h2,
.cta-section-2 h2 {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #002e6d;
}

.cta-section h4 {
  font-size: 1.25rem;
  margin-bottom: 20px;
  color: #2d2d2f;
  line-height: 1.6;
}

.cta-section p,
.cta-section-2 p {
  font-size: 1.05rem;
  color: #444;
  line-height: 1.7;
}

/* Imagens CTA */
.cta-img {
  width: 100%;
  max-width: 500px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  transition: transform .3s ease;
}
.cta-img:hover {
  transform: scale(1.05);
}

/* Botões CTA */
.btn-cta {
  background: #002e6d;
  color: #fff;
  border-radius: 50px;
  padding: 16px 40px;
  font-weight: 600;
  transition: .3s;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}
.btn-cta:hover {
  background: #ff5000;
  color: #fff;
  transform: translateY(-3px);
}

/* Listas */
.cta-section-2 h5 {
  font-size: 1.2rem;
  color: #ff5000;
  margin-bottom: 15px;
}

.cta-section-2 ul li {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #2d2d2f;
  line-height: 1.6;
}

/* Responsividade */
@media (max-width: 992px) {
  .cta-section, .cta-section-2 {
    text-align: center;
    padding: 60px 20px;
  }
  .cta-img {
    margin-bottom: 25px;
    max-width: 90%;
  }
  .btn-cta {
    width: 100%;
    margin-top: 15px;
  }
  .cta-section-2 .row {
    flex-direction: column-reverse;
  }
}


/* =========================
   FAQ
========================= */
.faq-section {
  background: #fff;
}
.accordion-button {
  font-weight: 600;
  border-radius: 10px;
  margin-bottom: 8px;
}
.accordion-button:not(.collapsed) {
  background: #002e6d;
  color: #fff;
}
.accordion-body {
  font-size: .95rem;
  color: #444;
}

/* =========================
   FOOTER
========================= */
.footer {
  background: #002e6d;
  color: #fff;
}
.footer-logo {
  max-height: 50px;
}
.footer-link {
  color: #fff;
  text-decoration: none;
  transition: .3s;
}
.footer-link:hover {
  color: #ff5000;
}
.footer h5 {
  color: #ff5000;
}
.btn-footer {
  background: #ff5000;
  color: #fff;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  transition: .3s;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}
.btn-footer:hover {
  background: #e64900;
}

/* =========================
   RESPONSIVIDADE
========================= */
@media (max-width: 992px) {
  .cta-section .row,
  .cta-section-2 .row,
  .cta-section-3 .row {
    flex-direction: column-reverse;
    text-align: center;
  }
  .cta-img {
    max-width: 100%;
    margin-bottom: 25px;
  }
  .btn-cta {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .hero-content h1 {
    font-size: 2rem;
  }
  .hero-content h2 {
    font-size: 1.4rem;
  }
  .hero-content p {
    font-size: 1rem;
  }
  .cta-section h2 {
    font-size: 1.6rem;
  }
}


.footer {
  background: #002e6d;
  color: #fff;
}
.footer-logo {
  max-height: 25px; /* menor e com bom espaçamento */
}
.footer-link {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.footer-link:hover {
  color: #ff5000;
}
.footer h5 {
  color: #ff5000;
}
.footer-bottom {
  color: #bbb;
  font-size: 0.85rem;
}
