.elementor-2733 .elementor-element.elementor-element-6fb60eba{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:30px 20px;--row-gap:30px;--column-gap:20px;}@media(max-width:767px){.elementor-2733 .elementor-element.elementor-element-6fb60eba{--gap:20px 20px;--row-gap:20px;--column-gap:20px;}}@media(min-width:768px){.elementor-2733 .elementor-element.elementor-element-6fb60eba{--content-width:830px;}}/* Start custom CSS for text-editor, class: .elementor-element-76a1c462 *//* RESET BOTÕES (resolve problema do preto) */
.fc-btn-primary,
.fc-btn-secondary {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}

/* HERO */
.fc-hero {
  text-align: center;
  margin-bottom: 50px;
}

.fc-badge {
  color: #8bdc00;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.fc-hero h1 {
  font-size: 38px;
  line-height: 1.2;
  margin: 15px 0;
}

.fc-sub {
  max-width: 600px;
  margin: 0 auto 25px;
  color: #666;
  font-size: 16px;
}

/* BOTÃO PRINCIPAL (FIXED) */
.fc-btn-primary {
  background: linear-gradient(135deg, #8bdc00, #6fc400) !important;
  color: #000 !important;
  padding: 14px 30px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none !important;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(139,220,0,0.25);
}

.fc-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(139,220,0,0.35);
}

/* BOTÃO SECUNDÁRIO */
.fc-btn-secondary {
  background: transparent !important;
  color: #1a1a1a !important;
  border: 2px solid #8bdc00;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.3s ease;
}

.fc-btn-secondary:hover {
  background: #8bdc00;
  color: #000 !important;
}

/* SEÇÕES */
.fc-section {
  margin: 50px 0;
}

/* CARDS PREMIUM */
.fc-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 50px 0;
}

.fc-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid #f1f1f1;
}

.fc-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.08);
}

/* CTA INTERMÉDIO */
.fc-cta-mid {
  text-align: center;
  padding: 35px;
  background: linear-gradient(135deg, #f8f9fb, #eef1f6);
  border-radius: 20px;
  margin: 50px 0;
}

/* DESTAQUE FLEXCRED */
.fc-highlight {
  background: linear-gradient(135deg, #111, #2b2b2b);
  color: #fff;
  padding: 40px;
  border-radius: 20px;
  margin: 50px 0;
}

.fc-highlight h2 {
  color: #8bdc00;
}

/* CTA FINAL */
.fc-final-cta {
  text-align: center;
  margin-top: 60px;
}

.fc-final-cta h2 {
  font-size: 28px;
}

/* TIPOGRAFIA */
.flexcred-blog-post h2 {
  font-size: 26px;
  margin-bottom: 10px;
}

.flexcred-blog-post h3 {
  margin-top: 20px;
  font-size: 18px;
}

/* LISTAS MELHORADAS */
.flexcred-blog-post ul li {
  margin-bottom: 12px;
  padding-left: 5px;
}

/* RESPONSIVO */
@media (max-width: 768px) {

  .fc-hero h1 {
    font-size: 26px;
  }

  .fc-cards {
    grid-template-columns: 1fr;
  }

  .fc-card {
    padding: 20px;
  }

}/* End custom CSS */