.elementor-2163 .elementor-element.elementor-element-bc4a6ca{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4ef3e6e *//* ===== BANNER COM DESTAQUES AMARELOS E ELEGANTES ===== */
#pn-indique-full .pn-hero {
  text-align: center;
  padding: 96px 0 84px;
  background: linear-gradient(90deg, var(--pn-blue), var(--pn-blue-dark));
  color: #fff;
}

/* ===== TÍTULO — amarelo ===== */
#pn-indique-full .pn-hero h1 {
  font-weight: 900;
  font-size: clamp(32px, 5.6vw, 52px);
  color: #FACC15;
  text-shadow: 0 0 8px rgba(250, 204, 21, 0.35);
  margin: 16px 0 8px;
}

/* ===== Subtítulo ===== */
#pn-indique-full .pn-hero .lead {
  color: #f9fafb;
  opacity: .95;
  max-width: 720px;
  margin: 0 auto 22px;
}

/* ===== Chip ===== */
#pn-indique-full .pn-hero .chip {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(250,204,21,.6);
  color: #fff;
}

/* ===== Botões ===== */
#pn-indique-full .pn-hero .btn-primary {
  background: #FACC15;
  color: #0B1C5A;
  font-weight: 800;
}
#pn-indique-full .pn-hero .btn-ghost {
  border: 1px solid rgba(255,255,255,.5);
  color: #fff;
  backdrop-filter: blur(4px);
}
#pn-indique-full .pn-hero .btn-primary:hover,
#pn-indique-full .pn-hero .btn-ghost:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
}

/* ===== AJUSTES MOBILE PARA O BANNER ===== */
@media (max-width: 640px) {
  #pn-indique-full .pn-hero {
    padding: 70px 16px 60px;
    text-align: center;
  }
  #pn-indique-full .pn-hero h1 {
    font-size: 30px;
    line-height: 1.2;
    color: #FACC15;
    text-shadow: 0 0 8px rgba(250, 204, 21, 0.35);
    margin: 14px 0 8px;
    word-wrap: break-word;
  }
  #pn-indique-full .pn-hero .lead {
    font-size: 16px;
    line-height: 1.45;
    max-width: 90%;
    margin: 0 auto 20px;
    color: #fff;
    text-align: center;
  }
  #pn-indique-full .pn-hero .chip {
    margin: 0 auto;
    font-size: 14px;
    padding: 8px 12px;
  }
  #pn-indique-full .pn-hero .hero-cta {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  #pn-indique-full .pn-hero .btn-primary,
  #pn-indique-full .pn-hero .btn-ghost {
    width: 100%;
    justify-content: center;
    font-size: 15px;
    padding: 14px 0;
  }
}

/* ===== CORREÇÃO FORMULÁRIO NO MOBILE ===== */
#pn-indique-full {
  overflow-x: hidden;
}

#pn-indique-full .pn-wrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

#pn-indique-full input,
#pn-indique-full textarea,
#pn-indique-full .pn-btn {
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  html, body { overflow-x: hidden; }

  #pn-indique-full .pn-form {
    padding: 14px;
    border-radius: 14px;
    max-height: none !important;
    overflow: visible !important;
    position: relative;
    z-index: 1;
  }

  #pn-indique-full .pn-fields {
    gap: 10px;
    padding-bottom: 96px; /* espaço para FABs */
  }

  #pn-indique-full label {
    font-size: 14px;
    margin-bottom: 4px;
  }

  #pn-indique-full input,
  #pn-indique-full textarea {
    padding: 10px 12px;
    font-size: 15px;
    min-height: 40px;
  }

  #pn-indique-full textarea { min-height: 70px; }

  #pn-indique-full .pn-btn {
    width: 100%;
    padding: 14px 0;
    font-size: 15px;
    position: relative;
    z-index: 2;
  }

  #pn-indique-full .pn-grid-2 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-bc4a6ca *//* ====== SEÇÃO DE PLANOS — FULL WIDTH ====== */
#pn-planos {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}

/* ====== CONTAINER INTERNO DOS CARDS ====== */
#pn-planos .pn-slot {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
}

/* ====== CARDS ====== */
#pn-planos .plan-card {
  background: #fff;
  border: 1px solid #E0E7F1;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 22px rgba(37,99,235,.12);
  font-weight: 800;
  color: #1E40AF;
  width: 100%;
}/* End custom CSS */