.section {
  margin: 40px 0;
}

.section-title {
  margin-bottom: 30px;
  font-weight: 600;
  color: #00081d;
}

.hero-box {
  position: relative;
  background-image: url('/images/banners/bg_1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 60px;
  border-radius: 12px;
  overflow: hidden;
}

/* Garante que o conteúdo fique acima do overlay */
.hero-box > * {
  position: relative;
  z-index: 1;
}

.hero-actions a {
  margin-right: 15px;
}

.feature-card,
.client-card,
.plan-card,
.testimonial-card {
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,.05);
}

.light-bg {
  background: #92a5ab3b;
  padding: 40px;
  border-radius: 12px;
}

.plan-card.premium {
  border: 2px solid #ffc107;
}

.cta-final {
  text-align: center;
  /* background: #0d6efd; */
  color: #fff;
  padding: 60px;
  border-radius: 12px;

  position: relative;
  background-image: url('/images/banners/bg_1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* =========================
   PARA QUEM É - CARDS
   ========================= */

   .publico-alvo {
  /* padding: 80px 0; */
}

.publico-card {
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(0,9,29,0.15);
  border-left: 4px solid #00091D;
  border-radius: 12px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.publico-card i {
  font-size: 36px;
  color: #00091D;
  margin-bottom: 16px;
}

.publico-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.publico-card p {
  font-size: 0.9rem;
  color: #6c757d;
  line-height: 1.5;
}

/* Hover elegante */
.publico-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
  border-left-color: #00b4ff; /* azul de destaque opcional */
}

/* Mobile */
@media (max-width: 768px) {
  .publico-alvo {
    padding: 50px 20px;
  }
}

/* =========================
   COMO FUNCIONA 
   ========================= */

.como-funciona {
  position: relative;
  margin: 40px auto;
  padding: 80px 60px;
  border-radius: 20px;
  background-image: url('/images/banners/bg_1.png');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* Conteúdo acima do overlay */
.como-funciona > * {
  position: relative;
  z-index: 1;
}

/* Título */
.como-funciona .section-title {
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}

.como-funciona .section-subtitle {
  color: rgba(255,255,255,0.75);
  text-align: center;
  max-width: 560px;
  margin: 0 auto 50px;
  font-size: 0.95rem;
}

/* =========================
   STEPS
   ========================= */

.step-card {
  height: 100%;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(18,180,227,0.25);
  border-radius: 18px;
  padding: 32px 28px;
  color: #ffffff;
  transition: all 0.3s ease;
  text-align: center;
}

.step-card:hover {
  transform: translateY(-8px);
  background: rgba(18,180,227,0.12);
}

/* Topo */
.step-top {
  display: flex;
  justify-content: center;
  align-items: center;
  /* gap: 14px; */
  margin-bottom: 20px;  
}

.step-top i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #12B4E3;
  background: rgba(18,180,227,0.15);
  padding: 16px;
  border-radius: 50%;
}


/* Número */
.step-number {
  background: #12B4E3;
  color: #00091D;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 6px 12px;
  border-radius: 30px;
}

/* Ícone */
.step-card i {
  font-size: 34px;
  color: #12B4E3;
  text-align: center;
}

/* Texto */
.step-card h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

.step-card p {
  font-size: 0.9rem;
  color: #898989;
  line-height: 1.5;
}

/* Mobile */
@media (max-width: 768px) {
  .como-funciona {
    padding: 60px 24px;
    border-radius: 16px;
  }
}

/* =========================
   DEPOIMENTOS
   ========================= */

   .depoimentos {
  position: relative;
  margin: 44px auto;
  padding: 90px 60px;
  border-radius: 20px;
  background-image: url('/images/banners/bg_2.png');
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

/* Conteúdo */
.depoimentos > * {
  position: relative;
  z-index: 1;
}

.depoimentos .section-title {
  text-align: center;
}

.depoimentos .section-subtitle {
  color: rgba(255,255,255,0.75);
  text-align: center;
  max-width: 520px;
  margin: 10px auto 50px;
  font-size: 0.95rem;
}

/* Video + texto */
.video-depoimento {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

.video-wrapper {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(18,180,227,0.25);
  border-radius: 18px;
  padding: 12px;
  margin-bottom: 30px;
}

.video-wrapper video {
  width: 100%;
  border-radius: 12px;
}

/* Texto */
.depoimento-texto p {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.depoimento-texto strong {
  color: #12B4E3;
  display: block;
  font-weight: 600;
}

.depoimento-texto span {
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
}

/* Mobile */
@media (max-width: 768px) {
  .depoimentos {
    padding: 60px 24px;
    border-radius: 16px;
  }
}


/* =========================
   PLANOS
   ========================= */

.planos {
  margin-top: 44px;
}

.planos .section-title {
  text-align: center;
}

.planos .section-subtitle {
  text-align: center;
  color: #6c757d;
  max-width: 520px;
  margin: 0 auto;
  font-size: 0.95rem;
}

/* Card base */
.plan-card {
  height: 100%;
  background: #ffffff;
  border-radius: 18px;
  padding: 36px 32px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.plan-card:hover {
  transform: translateY(-6px);
}

/* Título */
.plan-card h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 14px;
}

/* Preço */
.plan-price {
  margin-bottom: 24px;
}

.plan-price .value {
  font-size: 2.6rem;
  font-weight: 700;
  color: #00091D;
}

.plan-price small {
  display: block;
  color: #6c757d;
  margin-top: -6px;
}

/* Lista */
.plan-card ul {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.plan-card ul li {
  margin-bottom: 10px;
  color: #495057;
  position: relative;
  padding-left: 22px;
}

.plan-card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #12B4E3;
  font-weight: 600;
}

/* LIGHT */
.plan-card.light {
  border: 1px solid rgba(0,9,29,0.1);
}

/* PREMIUM */
.plan-card.premium {
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(18,180,227,0.08),
    rgba(18,180,227,0.02)
  );
  border: 2px solid #12B4E3;
}

/* Badge Premium */
.plan-badge {
  position: absolute;
  top: -14px;
  right: 24px;
  background: #12B4E3;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
}

/* Botões */
.plan-card .btn {
  width: 100%;
}

/* Mobile */
@media (max-width: 768px) {
  .plan-card {
    padding: 30px 24px;
  }
}

/* =========================
   AJUSTES SOMENTE MOBILE
========================= */
@media (max-width: 768px) {

	.hero-box {
	padding: 28px 24px;
	border-radius: 12px;
	}

	.hero-box h1 {
	font-size: 1.6rem;
	line-height: 1.2;
	margin-bottom: 12px;
	}

	.hero-box p {
	font-size: 0.95rem;
	line-height: 1.4;
	margin-bottom: 20px;
	}

	/* Container dos botões */
	.hero-box .hero-actions {
	display: flex;
	flex-direction: row;
	gap: 12px;
	flex-wrap: wrap;
	}

	.hero-box .hero-actions a {
	flex: 1;
	text-align: center;
	padding: 12px;
	font-size: 0.95rem;
	}

}

section[id] {
  scroll-margin-top: 148px;
}


