/* Start custom CSS for html, class: .elementor-element-0527d57 *//* RESET PARA REMOVER BORDAS DO TEMA / ELEMENTOR */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #111111 !important;
}

.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-element {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

* {
  box-sizing: border-box;
}

/* SEÇÃO PRINCIPAL */
.trader-hero {
  width: 100vw;
  max-width: 100vw;
  margin: 0 !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  background: linear-gradient(90deg, #111111 0%, #101715 47%, #0f3a29 100%);
  color: #ffffff;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  overflow: hidden;
}

/* CONTADOR MAIS BAIXO / COM RESPIRO */
.trader-countdown {
  width: 100%;
  background: linear-gradient(90deg, #17613f 0%, #003d27 100%);
  padding: 78px 20px 36px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.count-box {
  width: 88px;
  height: 80px;
  background: #062b1d;
  border-radius: 7px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.count-box strong {
  font-size: 25px;
  line-height: 1;
  font-weight: 900;
  color: #ffffff;
}

.count-box span {
  margin-top: 6px;
  font-size: 11px;
  font-weight: 800;
  color: #ffffff;
}

/* HERO */
.trader-hero-content {
  max-width: 1280px;
  margin: 0 auto;
  min-height: 720px;
  padding: 62px 28px 78px;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 65px;
  align-items: center;
}

/* TEXTO */
.trader-hero-text {
  width: 100%;
}

.trader-hero-text h1 {
  max-width: 650px;
  font-size: clamp(38px, 3.55vw, 50px);
  line-height: 1.12;
  font-weight: 950;
  letter-spacing: -1.6px;
  margin: 0 0 48px;
  color: #ffffff;
  text-wrap: balance;
}

.trader-hero-text h1 span {
  color: #45f2a7;
}

.trader-hero-text h3 {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 900;
  margin: 0 0 28px;
  color: #ffffff;
}

.trader-hero-text h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 900;
  margin: 0 0 24px;
  color: #ffffff;
}

.trader-hero-text p {
  max-width: 560px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
}

/* LADO DIREITO */
.trader-hero-media {
  width: 100%;
}

/* VÍDEO MP4 */
.video-frame {
  position: relative;
  width: 100%;
  height: 300px;
  border: 8px solid #1c1414;
  background: #000000;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
  overflow: hidden;
}

.video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* BOTÃO PRINCIPAL */
.hero-btn {
  width: 100%;
  margin-top: 40px;
  min-height: 70px;
  border-radius: 7px;
  background: #4df0a4;
  color: #05120c;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 25px;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0.2px;
  box-shadow: 0 15px 35px rgba(77, 240, 164, 0.18);
  transition: 0.25s ease;
}

.hero-btn:hover {
  transform: translateY(-3px);
  background: #66ffb5;
  color: #05120c;
}

/* DEPOIMENTO */
.testimonial-card {
  margin-top: 80px;
  width: 100%;
  min-height: 112px;
  border-radius: 7px;
  background: linear-gradient(90deg, rgba(30, 63, 49, 0.4), rgba(79, 121, 98, 0.45));
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 22px 28px;
}

.testimonial-card .avatar {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid rgba(255, 255, 255, 0.25);
}

.testimonial-card .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-card p {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-style: italic;
  color: rgba(255, 255, 255, 0.92);
}

/* CARD ONLINE */
.online-card {
  margin-top: 32px;
  min-height: 65px;
  border-radius: 7px;
  background: linear-gradient(90deg, rgba(58, 82, 73, 0.85), rgba(33, 83, 59, 0.65));
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 24px;
}

.online-card span {
  font-size: 21px;
  color: #ffffff;
}

.online-card p {
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
}

/* NOTEBOOK MENOR */
@media (max-width: 1180px) {
  .trader-hero-content {
    max-width: 1120px;
    grid-template-columns: 0.95fr 1fr;
    gap: 45px;
  }

  .trader-hero-text h1 {
    max-width: 560px;
    font-size: 45px;
  }
}

/* TABLET */
@media (max-width: 1024px) {
  .trader-countdown {
    padding: 64px 20px 32px;
  }

  .trader-hero-content {
    grid-template-columns: 1fr;
    gap: 45px;
    padding: 55px 24px 70px;
    min-height: auto;
  }

  .trader-hero-text {
    text-align: center;
  }

  .trader-hero-text h1 {
    max-width: 720px;
    font-size: 44px;
    margin: 0 auto 34px;
  }

  .trader-hero-text p {
    margin-left: auto;
    margin-right: auto;
  }

  .trader-hero-text h3 {
    margin-bottom: 20px;
  }

  .video-frame {
    max-width: 650px;
    height: 340px;
    margin: 0 auto;
  }

  .hero-btn,
  .testimonial-card,
  .online-card {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* CELULAR */
@media (max-width: 600px) {
  .trader-countdown {
    padding: 48px 10px 24px;
    gap: 7px;
  }

  .count-box {
    width: 73px;
    height: 68px;
  }

  .count-box strong {
    font-size: 22px;
  }

  .count-box span {
    font-size: 9px;
  }

  .trader-hero-content {
    padding: 45px 18px 58px;
    gap: 38px;
  }

  .trader-hero-text {
    text-align: left;
  }

  .trader-hero-text h1 {
    max-width: 100%;
    font-size: clamp(30px, 8.4vw, 38px);
    line-height: 1.12;
    letter-spacing: -1px;
    margin-bottom: 30px;
    text-wrap: balance;
  }

  .trader-hero-text h3 {
    font-size: 15px;
  }

  .trader-hero-text h4 {
    font-size: 16px;
    margin-bottom: 18px;
  }

  .trader-hero-text p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.55;
  }

  .video-frame {
    height: 215px;
    border-width: 6px;
  }

  .hero-btn {
    margin-top: 28px;
    min-height: 62px;
    font-size: 14px;
    padding: 18px 16px;
  }

  .testimonial-card {
    margin-top: 42px;
    padding: 20px 18px;
    gap: 16px;
  }

  .testimonial-card .avatar {
    width: 56px;
    height: 56px;
  }

  .testimonial-card p {
    font-size: 14px;
  }

  .online-card {
    margin-top: 24px;
    padding: 17px 18px;
  }

  .online-card p {
    font-size: 14px;
  }
}

/* CELULAR PEQUENO */
@media (max-width: 380px) {
  .trader-hero-text h1 {
    font-size: 29px;
    line-height: 1.14;
  }

  .count-box {
    width: 67px;
  }

  .hero-btn {
    font-size: 13px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb5778a *//* RESET GERAL */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #111111 !important;
}

.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

* {
  box-sizing: border-box;
}

/* SEÇÃO */
.medias-poder-section {
  width: 100vw;
  max-width: 100vw;
  margin: 0 !important;
  margin-top: -24px !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  background:
    radial-gradient(circle at 82% 50%, rgba(28, 126, 80, 0.42), transparent 38%),
    linear-gradient(90deg, #111111 0%, #111111 48%, #0d3828 100%);
  color: #ffffff;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  overflow: hidden;
}

/* CONTAINER COM RESPIRO */
.medias-poder-container {
  width: 100%;
  max-width: 1320px;
  min-height: 620px;
  margin: 0 auto !important;
  padding: 145px 28px 135px !important;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 70px;
}

/* TEXTO */
.medias-poder-texto {
  width: 100%;
}

.medias-poder-texto h2 {
  margin: 0 0 32px;
  max-width: 760px;
  font-size: clamp(36px, 3vw, 44px);
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: -1px;
  color: #ffffff;
}

.medias-poder-texto h2 .linha-titulo {
  display: block;
  white-space: nowrap;
}

.medias-poder-texto h2 strong {
  color: #45f2a7;
  font-weight: 950;
}

.medias-poder-texto p {
  max-width: 670px;
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.55;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}

.medias-poder-texto p:last-child {
  margin-bottom: 0;
}

/* IMAGEM */
.medias-poder-imagem {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.medias-poder-imagem img {
  width: 100%;
  max-width: 560px;
  height: 275px;
  object-fit: cover;
  object-position: center;
  display: block;
  background: transparent !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* TABLET */
@media (max-width: 1024px) {
  .medias-poder-section {
    margin-top: -18px !important;
  }

  .medias-poder-container {
    grid-template-columns: 1fr;
    gap: 45px;
    padding: 105px 24px 100px !important;
    min-height: auto;
    text-align: center;
  }

  .medias-poder-texto h2 {
    max-width: 760px;
    font-size: 40px;
    margin: 0 auto 28px;
  }

  .medias-poder-texto h2 .linha-titulo {
    white-space: normal;
  }

  .medias-poder-texto p {
    margin-left: auto;
    margin-right: auto;
  }

  .medias-poder-imagem {
    justify-content: center;
  }

  .medias-poder-imagem img {
    max-width: 720px;
    height: 360px;
  }
}

/* CELULAR */
@media (max-width: 600px) {
  .medias-poder-section {
    margin-top: -12px !important;
  }

  .medias-poder-container {
    padding: 85px 18px 85px !important;
    gap: 34px;
    text-align: left;
  }

  .medias-poder-texto h2 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.25;
    letter-spacing: -0.7px;
    margin-bottom: 24px;
  }

  .medias-poder-texto h2 .linha-titulo {
    white-space: normal;
  }

  .medias-poder-texto p {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 22px;
  }

  .medias-poder-imagem img {
    max-width: 100%;
    height: 230px;
  }
}

@media (max-width: 380px) {
  .medias-poder-container {
    padding: 75px 16px 75px !important;
  }

  .medias-poder-texto h2 {
    font-size: 27px;
  }

  .medias-poder-imagem img {
    height: 205px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6cf3dc8 *//* RESET GERAL PARA NÃO FICAR BORDA BRANCA OU PRETA */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #111111 !important;
}

.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-element {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

* {
  box-sizing: border-box;
}

/* SEÇÃO */
.bonus-trader-section {
  width: 100vw;
  max-width: 100vw;
  margin: 0 !important;
  margin-top: -40px !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  background:
    radial-gradient(circle at 76% 55%, rgba(26, 132, 82, 0.45), transparent 42%),
    linear-gradient(90deg, #111111 0%, #111111 45%, #0d3828 100%);
  color: #ffffff;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  overflow: hidden;
}

/* CONTAINER */
.bonus-trader-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 130px 24px 105px;
}

/* TOPO */
.bonus-trader-header {
  text-align: center;
  margin-bottom: 58px;
}

.bonus-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(69, 242, 167, 0.12);
  color: #45f2a7;
  border: 1px solid rgba(69, 242, 167, 0.22);
  border-radius: 999px;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.bonus-trader-header h2 {
  margin: 0 0 20px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: -1.4px;
  color: #45f2a7;
}

.bonus-trader-header p {
  max-width: 780px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 800;
  color: #ffffff;
}

/* CARD PRINCIPAL */
.bonus-card {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  color: #111111;
  overflow: hidden;
  position: relative;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.28);
}

/* FAIXA VERDE */
.bonus-ribbon {
  position: absolute;
  right: -42px;
  top: 28px;
  z-index: 5;
  width: 190px;
  padding: 12px 0;
  background: linear-gradient(135deg, #0c7b49, #22d88e);
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 950;
  transform: rotate(45deg);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.22);
}

/* TOPO DO CARD */
.bonus-card-top {
  width: 100%;
  min-height: 150px;
  padding: 34px 30px 28px;
  text-align: center;
  background: #ffffff;
}

.bonus-icon {
  font-size: 34px;
  line-height: 1;
  color: #39df95;
  margin-bottom: 18px;
}

.bonus-card-top h3 {
  margin: 0;
  font-size: clamp(24px, 2.7vw, 34px);
  line-height: 1.2;
  font-weight: 950;
  letter-spacing: 0.3px;
  color: #111111;
}

/* CONTEÚDO */
.bonus-card-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

/* TEXTO */
.bonus-text-box {
  padding: 40px 55px 48px;
  background: #ffffff;
  min-height: 630px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bonus-text-box h4 {
  margin: 0 0 24px;
  font-size: clamp(25px, 2.3vw, 32px);
  line-height: 1.35;
  font-weight: 950;
  color: #111111;
}

.bonus-text-box h5 {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 950;
  color: #077542;
}

.bonus-text-box p {
  max-width: 440px;
  margin: 0 0 26px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #202020;
}

.bonus-alert {
  max-width: 460px;
  margin: 0 0 24px;
  padding: 18px 20px;
  border-radius: 8px;
  background: #f0fff8;
  border: 1px solid rgba(42, 220, 139, 0.45);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 800;
  color: #111111;
}

.bonus-alert strong {
  color: #087944;
}

.bonus-price {
  width: fit-content;
  margin: 0 0 18px;
  background: #b8ffd9;
  color: #06130d;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 950;
  padding: 10px 14px;
  border-radius: 6px;
}

.bonus-warning {
  margin: 0 0 24px;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 800;
  color: #161616;
}

.bonus-count-title {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 950;
  color: #111111;
}

/* MINI CONTADOR */
.bonus-mini-countdown {
  display: flex;
  gap: 10px;
}

.bonus-mini-countdown div {
  width: 78px;
  height: 78px;
  border-radius: 7px;
  background: linear-gradient(180deg, #42eda2, #20bd73);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.bonus-mini-countdown strong {
  font-size: 27px;
  line-height: 1;
  font-weight: 950;
  color: #00130b;
}

.bonus-mini-countdown span {
  margin-top: 6px;
  font-size: 9px;
  font-weight: 900;
  color: #00130b;
}

.bonus-small-text {
  margin: 18px 0 0 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #333333 !important;
}

/* IMAGEM */
.bonus-image-box {
  background: #111111;
  min-height: 680px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 55px 50px;
  position: relative;
}

.bonus-image-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 55%, rgba(44, 224, 150, 0.25), transparent 58%);
  pointer-events: none;
}

.bonus-image-box img {
  width: 100%;
  max-width: 390px;
  max-height: 620px;
  object-fit: contain;
  display: block;
  position: relative;
  z-index: 2;
  border-radius: 6px;
  box-shadow:
    0 0 0 2px rgba(69, 242, 167, 0.35),
    0 25px 70px rgba(0, 0, 0, 0.45);
}

/* BOTÃO FINAL */
.bonus-main-btn {
  max-width: 760px;
  min-height: 62px;
  margin: 36px auto 0;
  border-radius: 8px;
  background: #4df0a4;
  color: #06130d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 18px 26px;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 950;
  box-shadow: 0 20px 45px rgba(77, 240, 164, 0.22);
  transition: 0.25s ease;
}

.bonus-main-btn:hover {
  transform: translateY(-3px);
  background: #67ffb7;
  color: #06130d;
}

/* TABLET */
@media (max-width: 1024px) {
  .bonus-trader-section {
    margin-top: -25px !important;
  }

  .bonus-trader-container {
    padding: 105px 24px 90px;
  }

  .bonus-card-content {
    grid-template-columns: 1fr;
  }

  .bonus-text-box {
    min-height: auto;
    padding: 45px 45px 55px;
    text-align: center;
    align-items: center;
  }

  .bonus-text-box p,
  .bonus-alert {
    max-width: 650px;
  }

  .bonus-mini-countdown {
    justify-content: center;
  }

  .bonus-image-box {
    min-height: auto;
    padding: 50px 35px 60px;
  }

  .bonus-image-box img {
    max-width: 430px;
    max-height: none;
  }
}

/* CELULAR */
@media (max-width: 600px) {
  .bonus-trader-section {
    margin-top: -18px !important;
  }

  .bonus-trader-container {
    padding: 85px 18px 78px;
  }

  .bonus-trader-header {
    margin-bottom: 40px;
  }

  .bonus-tag {
    font-size: 12px;
    padding: 9px 16px;
  }

  .bonus-trader-header h2 {
    font-size: 31px;
    line-height: 1.12;
  }

  .bonus-trader-header p {
    font-size: 14px;
    line-height: 1.45;
  }

  .bonus-ribbon {
    right: -48px;
    top: 20px;
    width: 175px;
    font-size: 12px;
  }

  .bonus-card-top {
    min-height: auto;
    padding: 36px 20px 28px;
  }

  .bonus-icon {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .bonus-card-top h3 {
    font-size: 24px;
    line-height: 1.25;
  }

  .bonus-text-box {
    padding: 34px 24px 42px;
    text-align: left;
    align-items: flex-start;
  }

  .bonus-text-box h4 {
    font-size: 24px;
    line-height: 1.35;
  }

  .bonus-text-box h5 {
    font-size: 14px;
  }

  .bonus-text-box p {
    font-size: 14px;
    line-height: 1.5;
  }

  .bonus-alert {
    font-size: 14px;
  }

  .bonus-price {
    font-size: 14px;
  }

  .bonus-mini-countdown {
    width: 100%;
    gap: 7px;
    justify-content: space-between;
  }

  .bonus-mini-countdown div {
    width: 23%;
    height: 68px;
  }

  .bonus-mini-countdown strong {
    font-size: 21px;
  }

  .bonus-mini-countdown span {
    font-size: 8px;
  }

  .bonus-image-box {
    padding: 34px 20px 42px;
  }

  .bonus-image-box img {
    max-width: 100%;
  }

  .bonus-main-btn {
    font-size: 14px;
    min-height: 58px;
    padding: 17px 18px;
  }
}

/* CELULAR PEQUENO */
@media (max-width: 380px) {
  .bonus-trader-header h2 {
    font-size: 28px;
  }

  .bonus-card-top h3 {
    font-size: 21px;
  }

  .bonus-mini-countdown div {
    height: 62px;
  }

  .bonus-mini-countdown strong {
    font-size: 19px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6764f84 *//* RESET PARA REMOVER BORDAS DO TEMA */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #111111 !important;
}

.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-element {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

* {
  box-sizing: border-box;
}

/* SEÇÃO */
.bonus-duplo-section {
  width: 100vw;
  max-width: 100vw;
  margin: 0 !important;
  margin-top: -40px !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  background:
    radial-gradient(circle at 76% 35%, rgba(24, 118, 76, 0.34), transparent 35%),
    radial-gradient(circle at 63% 82%, rgba(23, 137, 81, 0.42), transparent 42%),
    linear-gradient(90deg, #111111 0%, #111111 48%, #0d3828 100%);
  color: #ffffff;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  overflow: hidden;
}

/* CONTAINER */
.bonus-duplo-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 135px 24px 115px;
}

/* GRID */
.bonus-duplo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.bonus-grid-1 {
  gap: 75px;
  margin-bottom: 110px;
}

.bonus-grid-2 {
  gap: 75px;
  margin-bottom: 90px;
}

/* CARD TEXTO */
.bonus-duplo-card {
  width: 100%;
  max-width: 600px;
  background:
    radial-gradient(circle at 100% 100%, rgba(48, 220, 148, 0.2), transparent 45%),
    linear-gradient(135deg, rgba(18, 18, 18, 0.98), rgba(15, 55, 39, 0.92));
  padding: 70px 70px 64px;
  color: #ffffff;
}

.bonus-label {
  display: inline-block;
  background: #dfffee;
  color: #08b86e;
  font-size: 14px;
  line-height: 1;
  font-weight: 950;
  padding: 5px 9px;
  margin-bottom: 32px;
}

.bonus-duplo-card h2 {
  margin: 0 0 34px;
  max-width: 500px;
  font-size: 32px;
  line-height: 1.28;
  font-weight: 950;
  letter-spacing: 0.1px;
  color: #ffffff;
}

.bonus-duplo-card h3 {
  margin: 0 0 22px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 950;
  color: #ffffff;
}

.bonus-duplo-card p {
  margin: 0 0 34px;
  max-width: 500px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

.bonus-list-title {
  margin: 0 0 22px;
  font-size: 17px;
  font-weight: 950;
  color: #ffffff;
}

.bonus-duplo-card ul {
  margin: 0 0 46px;
  padding: 0;
  list-style: none;
}

.bonus-duplo-card li {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.88);
}

.bonus-duplo-card li strong {
  color: #ffffff;
  font-weight: 950;
}

.bonus-value {
  margin: 0 0 14px;
  text-align: center;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 950;
  color: #ffffff;
}

.bonus-free {
  width: fit-content;
  margin: 0 auto;
  background: #45f2a7;
  color: #04120c;
  padding: 3px 7px;
  font-size: 19px;
  line-height: 1.1;
  font-weight: 700;
}

/* IMAGENS */
.bonus-duplo-img {
  width: 100%;
  display: flex;
  justify-content: center;
}

.bonus-duplo-img img {
  display: block;
  object-fit: contain;
}

/* PRIMEIRA IMAGEM CORRIGIDA */
.bonus-img-1 {
  background: rgba(18, 84, 57, 0.85);
  min-height: 800px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 22px 18px;
}

.bonus-img-1 img {
  width: 100%;
  max-width: 560px;
  height: auto;
  max-height: none;
  object-fit: contain;
  display: block;
}

/* SEGUNDA IMAGEM */
.bonus-img-2 {
  background: #e8ebf3;
  min-height: 760px;
  align-items: center;
  border-radius: 4px;
  padding: 30px 24px;
}

.bonus-img-2 img {
  width: 100%;
  max-width: 470px;
  height: auto;
  max-height: 700px;
  object-fit: contain;
}

/* BOTÃO */
.bonus-duplo-btn {
  width: 100%;
  max-width: 760px;
  min-height: 72px;
  margin: 0 auto;
  border-radius: 7px;
  background: #4df0a4;
  color: #06130d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 28px;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 950;
  box-shadow: 0 22px 55px rgba(77, 240, 164, 0.22);
  transition: 0.25s ease;
}

.bonus-duplo-btn:hover {
  transform: translateY(-3px);
  background: #67ffb7;
  color: #06130d;
}

/* TABLET */
@media (max-width: 1024px) {
  .bonus-duplo-section {
    margin-top: -25px !important;
  }

  .bonus-duplo-container {
    padding: 105px 24px 90px;
  }

  .bonus-duplo-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .bonus-grid-1 {
    margin-bottom: 95px;
  }

  .bonus-grid-2 {
    margin-bottom: 70px;
  }

  .bonus-grid-2 .bonus-duplo-img {
    order: 2;
  }

  .bonus-grid-2 .bonus-duplo-card {
    order: 1;
  }

  .bonus-duplo-card {
    max-width: 760px;
    margin: 0 auto;
    padding: 56px 46px;
  }

  .bonus-duplo-card h2,
  .bonus-duplo-card p {
    max-width: 100%;
  }

  .bonus-img-1 {
    max-width: 720px;
    min-height: auto;
    margin: 0 auto;
    padding: 34px 24px;
  }

  .bonus-img-1 img {
    width: 100%;
    max-width: 500px;
    height: auto;
  }

  .bonus-img-2 {
    max-width: 720px;
    min-height: auto;
    margin: 0 auto;
    padding: 48px 32px;
  }

  .bonus-img-2 img {
    width: 100%;
    max-width: 470px;
    max-height: none;
  }
}

/* CELULAR */
@media (max-width: 600px) {
  .bonus-duplo-section {
    margin-top: -18px !important;
  }

  .bonus-duplo-container {
    padding: 85px 18px 76px;
  }

  .bonus-grid-1 {
    margin-bottom: 76px;
  }

  .bonus-grid-2 {
    margin-bottom: 58px;
  }

  .bonus-duplo-card {
    padding: 42px 24px 40px;
  }

  .bonus-label {
    margin-bottom: 22px;
    font-size: 12px;
  }

  .bonus-duplo-card h2 {
    font-size: 24px;
    line-height: 1.34;
    margin-bottom: 24px;
  }

  .bonus-duplo-card h3 {
    font-size: 14px;
  }

  .bonus-duplo-card p {
    font-size: 13px;
  }

  .bonus-duplo-card li {
    font-size: 12px;
  }

  .bonus-value {
    font-size: 16px;
  }

  .bonus-free {
    font-size: 13px;
    text-align: center;
  }

  .bonus-img-1 {
    padding: 24px 14px;
  }

  .bonus-img-1 img {
    width: 100%;
    max-width: 360px;
    height: auto;
  }

  .bonus-img-2 {
    padding: 30px 18px;
  }

  .bonus-img-2 img {
    width: 100%;
    max-width: 360px;
  }

  .bonus-duplo-btn {
    min-height: 60px;
    font-size: 13px;
    padding: 17px 16px;
  }
}

/* CELULAR PEQUENO */
@media (max-width: 380px) {
  .bonus-duplo-card h2 {
    font-size: 21px;
  }

  .bonus-img-1 img,
  .bonus-img-2 img {
    max-width: 315px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-af4c3b4 *//* RESET PARA REMOVER BORDAS DO TEMA */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #111111 !important;
}

.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-element {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

* {
  box-sizing: border-box;
}

/* SEÇÃO */
.galeria-videos-section {
  width: 100vw;
  max-width: 100vw;
  margin: 0 !important;
  margin-top: -20px !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  background:
    radial-gradient(circle at 78% 52%, rgba(23, 137, 81, 0.45), transparent 42%),
    linear-gradient(90deg, #111111 0%, #111111 48%, #0d3828 100%);
  color: #ffffff;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  overflow: hidden;
}

.galeria-videos-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 155px 24px 115px;
}

/* TÍTULO */
.galeria-videos-header {
  text-align: center;
  margin-bottom: 75px;
}

.galeria-videos-header h2 {
  max-width: 1100px;
  margin: 0 auto;
  font-size: clamp(34px, 3.4vw, 50px);
  line-height: 1.18;
  font-weight: 950;
  letter-spacing: -1px;
  color: #ffffff;
}

.galeria-videos-header h2 span {
  display: inline-block;
  background: #ffffff;
  color: #45f2a7;
  padding: 4px 10px;
  line-height: 1.05;
}

/* GRID */
.galeria-videos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  align-items: stretch;
}

/* CARD DE VÍDEO */
.video-card {
  width: 100%;
  height: 240px;
  border: 2px solid #18e69a;
  border-radius: 8px;
  background: #000000;
  overflow: hidden;
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.35);
}

.video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* BOTÃO */
.galeria-videos-btn {
  width: 100%;
  max-width: 760px;
  min-height: 70px;
  margin: 65px auto 0;
  border-radius: 7px;
  background: #4df0a4;
  color: #06130d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 28px;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 950;
  box-shadow: 0 22px 55px rgba(77, 240, 164, 0.22);
  transition: 0.25s ease;
}

.galeria-videos-btn:hover {
  transform: translateY(-3px);
  background: #67ffb7;
  color: #06130d;
}

/* TABLET */
@media (max-width: 1024px) {
  .galeria-videos-section {
    margin-top: -15px !important;
  }

  .galeria-videos-container {
    padding: 120px 24px 95px;
  }

  .galeria-videos-grid {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin: 0 auto;
    gap: 30px;
  }

  .video-card {
    height: 360px;
  }

  .galeria-videos-btn {
    margin-top: 55px;
  }
}

/* CELULAR */
@media (max-width: 600px) {
  .galeria-videos-section {
    margin-top: -10px !important;
  }

  .galeria-videos-container {
    padding: 95px 18px 82px;
  }

  .galeria-videos-header {
    margin-bottom: 45px;
  }

  .galeria-videos-header h2 {
    font-size: 30px;
    line-height: 1.22;
  }

  .galeria-videos-header h2 span {
    padding: 3px 7px;
  }

  .galeria-videos-grid {
    gap: 24px;
  }

  .video-card {
    height: 220px;
  }

  .galeria-videos-btn {
    min-height: 60px;
    margin-top: 42px;
    font-size: 13px;
    padding: 17px 16px;
  }
}

/* CELULAR PEQUENO */
@media (max-width: 380px) {
  .galeria-videos-header h2 {
    font-size: 27px;
  }

  .video-card {
    height: 205px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f37ce3 *//* RESET PARA REMOVER BORDAS DO TEMA */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #111111 !important;
}

.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-element {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

* {
  box-sizing: border-box;
}

/* SEÇÃO */
.modulos-trader-section {
  width: 100vw;
  max-width: 100vw;
  margin: 0 !important;
  margin-top: -35px !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  background:
    radial-gradient(circle at 70% 50%, rgba(23, 137, 81, 0.38), transparent 38%),
    linear-gradient(90deg, #111111 0%, #111111 50%, #0d3828 100%);
  color: #ffffff;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  overflow: hidden;
}

.modulos-trader-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 120px 24px 115px;
  display: flex;
  flex-direction: column;
  gap: 34px;
}

/* LINHAS */
.modulo-item {
  width: 100%;
  min-height: 72px;
  border-radius: 7px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 18px 30px;
}

.modulo-verde {
  background:
    linear-gradient(90deg, rgba(16, 16, 16, 0.05) 0%, rgba(18, 83, 57, 0.88) 100%);
}

.modulo-claro {
  background: #e9edf7;
  color: #151515;
}

/* TAG MÓDULO */
.modulo-item span {
  flex-shrink: 0;
  background: #ffffff;
  color: #25d889;
  font-size: 16px;
  line-height: 1;
  font-weight: 950;
  padding: 4px 8px;
  letter-spacing: 0.3px;
}

.modulo-claro span {
  background: #9ba0b4;
  color: #ffffff;
}

/* TEXTO */
.modulo-item p {
  margin: 0;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 950;
  letter-spacing: 0.1px;
  color: inherit;
}

/* TABLET */
@media (max-width: 1024px) {
  .modulos-trader-section {
    margin-top: -25px !important;
  }

  .modulos-trader-container {
    max-width: 900px;
    padding: 100px 24px 95px;
    gap: 28px;
  }

  .modulo-item {
    min-height: 68px;
    padding: 18px 24px;
  }

  .modulo-item p {
    font-size: 18px;
  }

  .modulo-item span {
    font-size: 14px;
  }
}

/* CELULAR */
@media (max-width: 600px) {
  .modulos-trader-section {
    margin-top: -18px !important;
  }

  .modulos-trader-container {
    padding: 80px 18px 78px;
    gap: 20px;
  }

  .modulo-item {
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 22px 20px;
    border-radius: 6px;
  }

  .modulo-verde {
    background:
      linear-gradient(135deg, rgba(18, 18, 18, 0.96), rgba(15, 68, 46, 0.92));
  }

  .modulo-item span {
    font-size: 13px;
    padding: 4px 7px;
  }

  .modulo-item p {
    font-size: 17px;
    line-height: 1.35;
  }
}

/* CELULAR PEQUENO */
@media (max-width: 380px) {
  .modulo-item p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b72e974 *//* RESET PARA REMOVER BORDAS DO TEMA */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #111111 !important;
}

.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-element {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

* {
  box-sizing: border-box;
}

/* SEÇÃO */
.para-quem-section {
  width: 100vw;
  max-width: 100vw;
  margin: 0 !important;
  margin-top: -35px !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  background:
    radial-gradient(circle at 75% 72%, rgba(23, 137, 81, 0.42), transparent 40%),
    linear-gradient(90deg, #111111 0%, #111111 48%, #0d3828 100%);
  color: #ffffff;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  overflow: hidden;
}

.para-quem-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 110px 24px 115px;
}

/* CARD PRINCIPAL */
.para-quem-card {
  position: relative;
  width: 100%;
  min-height: 700px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 75% 80%, rgba(37, 220, 142, 0.16), transparent 40%),
    linear-gradient(135deg, #0b0b0b 0%, #101010 45%, #102f23 100%);
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 70px;
  align-items: center;
  padding: 90px 80px;
  overflow: hidden;
}

/* DECORATIVOS */
.para-quem-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 70px;
  width: 52%;
  height: 470px;
  background: rgba(0, 0, 0, 0.24);
  pointer-events: none;
}

.para-quem-card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 135px;
  width: 52%;
  height: 70px;
  background: linear-gradient(90deg, rgba(16, 16, 16, 0.7), rgba(22, 72, 49, 0.35));
  pointer-events: none;
}

/* TEXTO */
.para-quem-texto {
  position: relative;
  z-index: 2;
  max-width: 570px;
}

.para-quem-texto h2 {
  margin: 0 0 35px;
  font-size: clamp(34px, 3.2vw, 48px);
  line-height: 1.1;
  font-weight: 950;
  color: #ffffff;
  letter-spacing: -1px;
}

.para-quem-texto h3 {
  margin: 0 0 42px;
  max-width: 560px;
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.35;
  font-weight: 950;
  color: #ffffff;
}

.para-quem-texto p {
  margin: 0;
  max-width: 560px;
  font-size: clamp(22px, 2vw, 31px);
  line-height: 1.32;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.94);
}

/* IMAGEM */
.para-quem-imagem {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
}

.para-quem-imagem img {
  width: 100%;
  max-width: 390px;
  height: auto;
  max-height: 650px;
  object-fit: contain;
  display: block;
  border-radius: 6px;
}

/* BOTÃO AGORA FICA FORA DO CARD, EMBAIXO */
.para-quem-btn {
  width: 100%;
  max-width: 760px;
  min-height: 70px;
  margin: 55px auto 0;
  border-radius: 7px;
  background: #4df0a4;
  color: #06130d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 19px 26px;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 950;
  box-shadow: 0 22px 55px rgba(77, 240, 164, 0.22);
  transition: 0.25s ease;
}

.para-quem-btn:hover {
  transform: translateY(-3px);
  background: #67ffb7;
  color: #06130d;
}

/* TABLET */
@media (max-width: 1024px) {
  .para-quem-section {
    margin-top: -25px !important;
  }

  .para-quem-container {
    padding: 95px 24px 95px;
  }

  .para-quem-card {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 45px;
    padding: 70px 45px;
    text-align: center;
  }

  .para-quem-card::before {
    width: 100%;
    height: 42%;
  }

  .para-quem-card::after {
    width: 100%;
    bottom: 40px;
  }

  .para-quem-texto {
    max-width: 760px;
    margin: 0 auto;
  }

  .para-quem-texto h3,
  .para-quem-texto p {
    max-width: 760px;
  }

  .para-quem-texto p {
    font-size: 24px;
    line-height: 1.38;
  }

  .para-quem-imagem img {
    max-width: 390px;
  }

  .para-quem-btn {
    margin-top: 42px;
    max-width: 700px;
  }
}

/* CELULAR */
@media (max-width: 600px) {
  .para-quem-section {
    margin-top: -18px !important;
  }

  .para-quem-container {
    padding: 78px 18px 82px;
  }

  .para-quem-card {
    padding: 48px 24px;
    gap: 38px;
    text-align: left;
  }

  .para-quem-card::before {
    top: 35px;
    height: 42%;
  }

  .para-quem-card::after {
    bottom: 32px;
    height: 52px;
  }

  .para-quem-texto h2 {
    font-size: 32px;
    margin-bottom: 28px;
  }

  .para-quem-texto h3 {
    font-size: 20px;
    line-height: 1.38;
    margin-bottom: 30px;
  }

  .para-quem-texto p {
    font-size: 21px;
    line-height: 1.38;
  }

  .para-quem-imagem img {
    max-width: 310px;
    margin: 0 auto;
  }

  .para-quem-btn {
    min-height: 60px;
    margin-top: 34px;
    font-size: 13px;
    padding: 17px 16px;
  }
}

/* CELULAR PEQUENO */
@media (max-width: 380px) {
  .para-quem-texto h2 {
    font-size: 29px;
  }

  .para-quem-texto h3 {
    font-size: 18px;
  }

  .para-quem-texto p {
    font-size: 19px;
  }

  .para-quem-imagem img {
    max-width: 280px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b1445d9 *//* RESET PARA REMOVER BORDA DO TEMA / ELEMENTOR */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #111111 !important;
}

.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-element {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

* {
  box-sizing: border-box;
}

/* SEÇÃO */
.instagram-section {
  width: 100vw;
  max-width: 100vw;
  margin: 0 !important;
  margin-top: -35px !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  background:
    radial-gradient(circle at 78% 50%, rgba(23, 137, 81, 0.42), transparent 42%),
    linear-gradient(90deg, #111111 0%, #111111 48%, #0d3828 100%);
  color: #ffffff;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  overflow: hidden;
}

/* CONTAINER */
.instagram-container {
  width: 100%;
  max-width: 980px;
  min-height: 150px;
  margin: 0 auto;
  padding: 48px 24px 55px;
  background:
    radial-gradient(circle at 80% 50%, rgba(39, 214, 137, 0.18), transparent 42%),
    linear-gradient(135deg, rgba(15, 15, 15, 0.92), rgba(18, 70, 48, 0.72));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* BOTÃO */
.instagram-btn {
  width: 100%;
  max-width: 280px;
  min-height: 54px;
  border: 1.5px solid #22f0a0;
  border-radius: 7px;
  background: transparent;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.2px;
  transition: 0.25s ease;
}

.instagram-btn:hover {
  background: rgba(34, 240, 160, 0.12);
  color: #ffffff;
  transform: translateY(-2px);
}

.instagram-icon {
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
}

/* TABLET */
@media (max-width: 1024px) {
  .instagram-section {
    margin-top: -25px !important;
  }

  .instagram-container {
    max-width: 760px;
    min-height: 140px;
    padding: 44px 22px 50px;
  }
}

/* CELULAR */
@media (max-width: 600px) {
  .instagram-section {
    margin-top: -18px !important;
  }

  .instagram-container {
    max-width: calc(100% - 36px);
    min-height: 130px;
    padding: 38px 18px 42px;
  }

  .instagram-btn {
    max-width: 260px;
    min-height: 52px;
    font-size: 14px;
  }

  .instagram-icon {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a7b0d1 *//* RESET PARA REMOVER BORDAS DO TEMA */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #111111 !important;
}

.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-element {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

* {
  box-sizing: border-box;
}

/* SEÇÃO */
.faq-trader-section {
  width: 100vw;
  max-width: 100vw;
  margin: 0 !important;
  margin-top: -35px !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  background:
    radial-gradient(circle at 78% 45%, rgba(23, 137, 81, 0.42), transparent 42%),
    linear-gradient(90deg, #111111 0%, #111111 48%, #0d3828 100%);
  color: #ffffff;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  overflow: hidden;
}

.faq-trader-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 105px 24px 115px;
}

/* TOPO */
.faq-header {
  text-align: center;
  margin-bottom: 70px;
}

.faq-header h2 {
  margin: 0 0 24px;
  font-size: clamp(42px, 4.5vw, 64px);
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: -1px;
  color: #ffffff;
}

.faq-header p {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.88);
}

/* LISTA */
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* ITEM */
.faq-item {
  width: 100%;
}

/* PERGUNTA */
.faq-question {
  width: 100%;
  min-height: 58px;
  background: #f4f4f4;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}

.faq-question h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 950;
  color: #111111;
}

.faq-question span {
  color: #35df97;
  font-size: 30px;
  line-height: 1;
  font-weight: 950;
}

/* RESPOSTA */
.faq-answer {
  background: #0e3d2a;
  padding: 18px 24px 20px;
}

.faq-answer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.94);
}

/* TABLET */
@media (max-width: 1024px) {
  .faq-trader-section {
    margin-top: -25px !important;
  }

  .faq-trader-container {
    padding: 95px 24px 100px;
  }

  .faq-header {
    margin-bottom: 55px;
  }

  .faq-question h3 {
    font-size: 20px;
  }
}

/* CELULAR */
@media (max-width: 600px) {
  .faq-trader-section {
    margin-top: -18px !important;
  }

  .faq-trader-container {
    padding: 80px 18px 85px;
  }

  .faq-header {
    margin-bottom: 45px;
  }

  .faq-header h2 {
    font-size: 38px;
  }

  .faq-header p {
    font-size: 15px;
  }

  .faq-list {
    gap: 18px;
  }

  .faq-question {
    padding: 16px 18px;
    align-items: flex-start;
    gap: 12px;
  }

  .faq-question h3 {
    font-size: 17px;
    line-height: 1.35;
  }

  .faq-question span {
    font-size: 24px;
    margin-top: 2px;
  }

  .faq-answer {
    padding: 16px 18px 18px;
  }

  .faq-answer p {
    font-size: 14px;
    line-height: 1.55;
  }
}

/* CELULAR PEQUENO */
@media (max-width: 380px) {
  .faq-header h2 {
    font-size: 34px;
  }

  .faq-question h3 {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ce9e6cc *//* RESET PARA REMOVER BORDAS DO TEMA */
html,
body {
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  background: #111111 !important;
}

.elementor-widget-html,
.elementor-widget-html .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-section,
.elementor-container,
.elementor-column,
.elementor-widget-wrap,
.elementor-element {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

* {
  box-sizing: border-box;
}

/* SEÇÃO */
.oferta-final-section {
  width: 100vw;
  max-width: 100vw;
  margin: 0 !important;
  margin-top: -35px !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 !important;
  background:
    radial-gradient(circle at 50% 100%, rgba(37, 220, 142, 0.32), transparent 35%),
    linear-gradient(180deg, #0b3f2b 0%, #111111 18%, #111111 72%, #073c28 100%);
  color: #ffffff;
  font-family: "Inter", "Poppins", Arial, sans-serif;
  overflow: hidden;
}

.oferta-final-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 95px 24px 55px;
}

/* CARD */
.oferta-card {
  width: 100%;
  border-radius: 6px;
  background: #151515;
  padding: 58px 38px 65px;
  text-align: center;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.35);
}

/* TÍTULO */
.oferta-card h2 {
  margin: 0 0 26px;
  font-size: clamp(32px, 3.5vw, 46px);
  line-height: 1.15;
  font-weight: 950;
  letter-spacing: 0.5px;
  color: #ffffff;
}

.oferta-subtitulo {
  margin: 0 auto 44px;
  max-width: 780px;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
}

/* IMAGEM */
.oferta-imagem {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 58px;
}

.oferta-imagem img {
  width: 100%;
  max-width: 520px;
  height: auto;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 8px;
}

/* COPY */
.oferta-card h3 {
  margin: 0 auto 64px;
  max-width: 820px;
  font-size: clamp(25px, 2.8vw, 36px);
  line-height: 1.45;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff;
}

.oferta-card h3 span {
  color: #45f2a7;
}

/* VALOR ANTIGO */
.valor-antigo {
  margin: 0 auto 28px;
  font-size: 15px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.86);
}

.valor-antigo span {
  text-decoration: line-through;
}

/* PREÇO */
.preco-final {
  margin: 0 auto 42px;
  width: fit-content;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.1;
  font-weight: 950;
  color: #45f2a7;
}

.preco-final span {
  background: #45f2a7;
  color: #06130d;
  padding: 2px 6px;
}

/* BOTÃO */
.oferta-btn {
  width: 100%;
  max-width: 720px;
  min-height: 68px;
  margin: 0 auto 72px;
  border-radius: 7px;
  background: #4df0a4;
  color: #06130d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 19px 26px;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 950;
  box-shadow: 0 22px 55px rgba(77, 240, 164, 0.22);
  transition: 0.25s ease;
}

.oferta-btn:hover {
  transform: translateY(-3px);
  background: #67ffb7;
  color: #06130d;
}

/* BENEFÍCIOS */
.oferta-beneficios {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 58px;
  flex-wrap: wrap;
}

.oferta-beneficios div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.oferta-beneficios span {
  font-size: 18px;
  color: #ffffff;
}

.oferta-beneficios p {
  margin: 0;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}

/* RODAPÉ */
.oferta-footer {
  text-align: center;
  padding: 85px 20px 0;
}

.oferta-footer p {
  max-width: 720px;
  margin: 0 auto 10px;
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.72);
}

/* TABLET */
@media (max-width: 1024px) {
  .oferta-final-section {
    margin-top: -25px !important;
  }

  .oferta-final-container {
    padding: 85px 24px 50px;
  }

  .oferta-card {
    padding: 52px 30px 58px;
  }

  .oferta-imagem img {
    max-width: 500px;
  }

  .oferta-beneficios {
    gap: 32px;
  }
}

/* CELULAR */
@media (max-width: 600px) {
  .oferta-final-section {
    margin-top: -18px !important;
  }

  .oferta-final-container {
    padding: 72px 18px 42px;
  }

  .oferta-card {
    padding: 42px 20px 48px;
  }

  .oferta-card h2 {
    font-size: 30px;
  }

  .oferta-subtitulo {
    font-size: 15px;
    margin-bottom: 34px;
  }

  .oferta-imagem {
    margin-bottom: 40px;
  }

  .oferta-imagem img {
    max-width: 100%;
  }

  .oferta-card h3 {
    font-size: 24px;
    line-height: 1.45;
    margin-bottom: 48px;
  }

  .preco-final {
    font-size: 28px;
    line-height: 1.25;
  }

  .oferta-btn {
    min-height: 60px;
    margin-bottom: 52px;
    font-size: 13px;
    padding: 17px 16px;
  }

  .oferta-beneficios {
    flex-direction: column;
    gap: 20px;
  }

  .oferta-footer {
    padding-top: 58px;
  }

  .oferta-footer p {
    font-size: 11px;
  }
}

/* CELULAR PEQUENO */
@media (max-width: 380px) {
  .oferta-card h2 {
    font-size: 27px;
  }

  .oferta-card h3 {
    font-size: 21px;
  }

  .preco-final {
    font-size: 25px;
  }
}/* End custom CSS */