.elementor-14461 .elementor-element.elementor-element-58e6182{--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;}/* Start custom CSS for html, class: .elementor-element-2098ed1 *//* ARTIGO FORCODER - CUSTOM CSS ELEMENTOR */

.fc-system-article {
  width: 100%;
  color: #ffffff;
  font-family: inherit;
  background: transparent;
}

.fc-system-article * {
  box-sizing: border-box;
}

.fc-hero,
.fc-block {
  max-width: 1180px;
  margin: 0 auto;
  padding: 10px 24px;
}

.fc-hero {
  padding-top: 40px;
  padding-bottom: 100px;
}

.fc-hero h1 {
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -2px;
  margin: 0 0 28px;
  color: #ffffff;
}

.fc-hero p,
.fc-block p {
  font-size: 20px;
  line-height: 1.85;
  color: rgba(255,255,255,0.82);
  margin: 0 0 22px;
}

.fc-block h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
  letter-spacing: -1px;
  color: #ffffff;
  margin: 0 0 28px;
}

.fc-block h3 {
  font-size: 28px;
  color: #34d399;
  margin: 42px 0 18px;
}

.fc-block h4 {
  font-size: 22px;
  color: #ffffff;
  margin: 30px 0 12px;
}

.fc-block img {
  width: 100%;
  height: 430px;
  object-fit: cover;
  display: block;
  margin: 42px 0;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 30px 90px rgba(0,0,0,0.28);
}

.fc-block ul {
  margin: 20px 0 34px;
  padding: 28px 34px;
  list-style: none;
  border-radius: 24px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(16px);
}

.fc-block li {
  position: relative;
  font-size: 19px;
  line-height: 1.7;
  color: rgba(255,255,255,0.86);
  padding-left: 28px;
  margin-bottom: 12px;
}

.fc-block li:last-child {
  margin-bottom: 0;
}

.fc-block li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #34d399;
  font-weight: 800;
}

.fc-block table {
  width: 100%;
  margin: 40px 0;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
}

.fc-block th {
  background: #34d399;
  color: #062016;
  padding: 22px;
  text-align: left;
  font-size: 17px;
}

.fc-block td {
  padding: 22px;
  color: rgba(255,255,255,0.88);
  font-size: 17px;
  line-height: 1.5;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.fc-block tr:last-child td {
  border-bottom: none;
}

.fc-btn {
  display: inline-block;
  background: #34d399;
  color: #062016 !important;
  padding: 17px 30px;
  border-radius: 999px;
  text-decoration: none !important;
  font-weight: 800;
  margin-top: 20px;
  transition: 0.3s ease;
}

.fc-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(52,211,153,0.25);
}

.fc-final-cta {
  margin-top: 40px;
  padding: 44px;
  text-align: center;
  border-radius: 30px;
  background: linear-gradient(135deg, rgba(52,211,153,0.22), rgba(255,255,255,0.06));
  border: 1px solid rgba(255,255,255,0.14);
}

/* RESPONSIVO */

@media (max-width: 768px) {
  .fc-hero,
  .fc-block {
    padding: 56px 18px;
  }

  .fc-hero h1 {
    font-size: 38px;
    letter-spacing: -1px;
  }

  .fc-hero p,
  .fc-block p {
    font-size: 17px;
  }

  .fc-block h2 {
    font-size: 32px;
  }

  .fc-block h3 {
    font-size: 24px;
  }

  .fc-block img {
    height: 260px;
    border-radius: 20px;
  }

  .fc-block ul {
    padding: 22px;
  }

  .fc-block table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .fc-final-cta {
    padding: 30px 20px;
  }
}/* End custom CSS */