/* --- GLOBAIS E VARIÁVEIS --- */
:root {
  --laranja: #ff5100;
  --laranja-escuro: #ff5700;
  --laranja-claro: #fef6f3;
  --cinza-fundo: #f8f9fa;
  --cinza-texto: #6c757d;
  --branco: #fff;
  --azul-escuro: #014095;
}

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  background-color: var(--branco);
  color: #333;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h4 {
  font-size: 1.3rem;
}

p {
  margin-bottom: 1rem;
}

/* --- CLASSES DE COR DE FUNDO E TEXTO --- */
.bg-laranja {
  background-color: var(--laranja);
}

.bg-azul {
  background-color: var(--azul-escuro);
}

.bg-branco {
  background-color: var(--branco);
}

.bg-cinza {
  background-color: var(--cinza-fundo);
}

.color-laranja {
  color: var(--laranja);
}

.color-azul {
  color: var(--azul-escuro);
}

.color-branco {
  color: var(--branco);
}


/* --- SEÇÃO HERO --- */
.hero-section-elaborada {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.bg-laranja .color-branco {
  color: #ffffff !important;
}

.bg-laranja .hero-sub-title {
  color: rgba(255, 255, 255, 0.9);
}

.hero-background-shape {
  position: absolute;
  top: -150px;
  left: -150px;
  width: 600px;
  height: 600px;
  background-color: rgba(0, 74, 173, 0.05);
  border-radius: 50%;
  filter: blur(50px);
  z-index: 0;
}

.hero-section-elaborada .container {
  position: relative;
  z-index: 2;
}

.bg-laranja .hero-eyebrow {
  color: #ffffff;
}

.hero-main-title {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.hero-sub-title {
  font-size: 1.1rem;
  color: #555;
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
  max-width: 500px;
}

.hero-buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.btn-hero-cta,
.btn-hero-secondary {
  border-radius: 10px;
  padding: 14px 28px;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

/* AJUSTE NO BOTÃO SECUNDÁRIO "SAIBA MAIS" */
.btn-hero-secondary.btn-laranja {
  background-color: transparent !important;
  border-color: var(--branco) !important;
  color: var(--branco) !important;
}

.btn-hero-cta:hover,
.btn-hero-secondary:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.btn-azul:hover {
  background-color: #003b8e !important;
  border-color: #003b8e !important;
  color: #ffffff !important;
}

/* Ajuste no hover do botão Saiba Mais */
.btn-hero-secondary.btn-laranja:hover {
  background-color: #ffffff !important;
  color: var(--laranja) !important;
  border-color: #ffffff !important;
}

.hero-visual-spread {
  position: relative;
  min-height: 450px;
  perspective: 1200px;
}

.promo-card {
  position: absolute;
  width: 280px;
  background-color: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  padding: 20px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.promo-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.promo-card-header i {
  font-size: 1.8rem;
}

.promo-card-header strong {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1d;
}

.promo-card-body {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.promo-card-body strong {
  color: #1a1a1d;
}

.card-whatsapp {
  top: 0;
  left: 0;
  transform: rotate(-12deg);
  z-index: 2;
}

.card-whatsapp .promo-card-header i {
  color: #25D366;
}

.card-email {
  top: 100px;
  right: 0;
  transform: rotate(10deg);
  z-index: 3;
}

.card-email .promo-card-header i {
  color: #004AAD;
}

.card-sms {
  bottom: 0;
  left: 50px;
  transform: rotate(-5deg);
  z-index: 1;
}

.card-sms .promo-card-header i {
  color: #FCA311;
}

.promo-card:hover {
  transform: translateY(-10px) scale(1.08) rotate3d(0.5, -0.8, 0, 15deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  z-index: 10;
}


/* --- SEÇÃO 'COMO FUNCIONA' --- */
.how-it-works-section {
  padding: 80px 0;
}

.image-container-gradient {
  position: relative;
  display: inline-block;
}

.image-container-gradient img {
  position: relative;
  z-index: 1;
}

.process-list {
  list-style: none;
  padding-left: 0;
}

.process-item {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-left: 40px;
  margin-bottom: 2.5rem;
}

.process-item:last-child {
  margin-bottom: 0;
}

.process-number {
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background-color: var(--laranja);
  color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
}

/* --- SEÇÃO FEATURES GRID --- */
.features-grid-section {
  padding: 80px 0;
}

.section-title-light {
  font-weight: 700;
  font-size: 2.2rem;
}

.feature-card-white {
  background-color: #ffffff;
  color: #555;
  padding: 30px;
  border-radius: 16px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card-white:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.feature-card-white h5 {
  font-weight: 700;
  margin-top: 1.5rem;
}

.feature-card-white p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.icon-box {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.feature-card-cta {
  color: #ffffff;
  padding: 30px;
  border-radius: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease;
}

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

.feature-card-cta h3 {
  color: #ffffff;
  font-weight: 700;
}

.feature-card-cta p {
  margin: 1rem 0;
  flex-grow: 1;
}

.btn-cta {
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  font-weight: 600;
  width: 100%;
  transition: background-color 0.3s ease;
}

/* --- SEÇÃO CTA BANNER --- */
.cta-banner-section {
  padding: 60px 0;
}

.cta-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 60px;
  border-radius: 20px;
}

.cta-content {
  flex-grow: 1;
}

.cta-heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  max-width: 500px;
}

.cta-checklist {
  display: flex;
  gap: 2rem;
  font-weight: 500;
}

.cta-checklist span i {
  margin-right: 8px;
}

.cta-button {
  margin-left: 40px;
  flex-shrink: 0;
}

/* --- ESTILOS DE BOTÕES GERAIS --- */
.btn {
  font-weight: 600;
  padding: 15px 40px;
  border-radius: 30px;
}

.btn-laranja {
  color: var(--branco) !important;
  background-color: var(--laranja) !important;
  border: 1px solid var(--laranja) !important;
}

.btn-laranja:hover {
  background-color: var(--branco) !important;
  color: var(--laranja) !important;
  border: 1px solid var(--laranja) !important;
}

.btn-azul {
  color: var(--branco) !important;
  background-color: var(--azul-escuro) !important;
  border: 1px solid var(--azul-escuro) !important;
}

.btn-azul:hover {
  background-color: var(--branco) !important;
  color: var(--laranja) !important;
  border: 1px solid var(--laranja) !important;
}

/* --- AJUSTES RESPONSIVOS --- */
@media (max-width: 991.98px) {
  .hero-section-elaborada {
    text-align: center;
  }

  .hero-buttons-wrapper {
    justify-content: center;
  }

  .hero-main-title {
    font-size: 2.8rem;
  }

  .hero-sub-title {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-visual-spread {
    margin-top: 4rem;
    transform: scale(0.9);
  }

  .feature-card-cta {
    margin-top: 1rem;
  }

  .cta-banner {
    flex-direction: column;
    text-align: center;
    padding: 40px;
  }

  .cta-heading {
    font-size: 2rem;
    max-width: 100%;
  }

  .cta-checklist {
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
  }

  .cta-button {
    margin-left: 0;
    margin-top: 2rem;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .hero-buttons-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-visual-spread {
    transform: scale(0.8);
    min-height: 400px;
  }
}