.elementor-kit-200{--e-global-color-primary:#454545;--e-global-color-secondary:#0D0D0D;--e-global-color-text:#FFFFFF;--e-global-color-accent:#000000;--e-global-color-7e2e07b:#FF8C00;--e-global-color-7334811:#2CCCC3;--e-global-color-03eadf2:#BA1F79;--e-global-color-3bca9a2:#063545;--e-global-color-3d8d5fc:#FEFEFE;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-font-style:normal;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:400;--e-global-typography-a40bcf4-font-family:"Montserrat";--e-global-typography-a40bcf4-font-size:15px;--e-global-typography-a40bcf4-font-weight:500;--e-global-typography-9ae524f-font-family:"Montserrat";--e-global-typography-9ae524f-font-size:40px;--e-global-typography-9ae524f-font-weight:600;--e-global-typography-4051095-font-family:"Montserrat";--e-global-typography-4051095-font-size:18px;--e-global-typography-4051095-font-weight:600;--e-global-typography-d02cfd9-font-family:"Montserrat";--e-global-typography-d02cfd9-font-weight:400;--e-global-typography-f204089-font-family:"Montserrat";--e-global-typography-f204089-font-weight:600;--e-global-typography-83f86b2-font-family:"Montserrat";--e-global-typography-83f86b2-font-weight:600;background-color:var( --e-global-color-accent );color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Open Sans;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );font-style:var( --e-global-typography-primary-font-style );}.elementor-kit-200 button,.elementor-kit-200 input[type="button"],.elementor-kit-200 input[type="submit"],.elementor-kit-200 .elementor-button{font-family:var( --e-global-typography-4051095-font-family ), Open Sans;font-size:var( --e-global-typography-4051095-font-size );font-weight:var( --e-global-typography-4051095-font-weight );border-radius:30px 30px 30px 30px;}.elementor-kit-200 button:hover,.elementor-kit-200 button:focus,.elementor-kit-200 input[type="button"]:hover,.elementor-kit-200 input[type="button"]:focus,.elementor-kit-200 input[type="submit"]:hover,.elementor-kit-200 input[type="submit"]:focus,.elementor-kit-200 .elementor-button:hover,.elementor-kit-200 .elementor-button:focus{box-shadow:0px 4px 10px 0px rgba(0, 0, 0, 0.3);}.elementor-kit-200 input:not([type="button"]):not([type="submit"]),.elementor-kit-200 textarea,.elementor-kit-200 .elementor-field-textual{transition:0ms;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-200{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-200 button,.elementor-kit-200 input[type="button"],.elementor-kit-200 input[type="submit"],.elementor-kit-200 .elementor-button{font-size:var( --e-global-typography-4051095-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-200{--e-global-typography-d02cfd9-font-size:4px;--e-global-typography-f204089-font-size:12px;--e-global-typography-83f86b2-font-size:24px;font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-200 button,.elementor-kit-200 input[type="button"],.elementor-kit-200 input[type="submit"],.elementor-kit-200 .elementor-button{font-size:var( --e-global-typography-4051095-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== AJUSTE GERAL ===== */
html, body { overflow-x: hidden !important; }

/* LOGOS (páginas feitas no Gutenberg/tema) */
.wp-block-site-logo img,
.custom-logo-link img{
  height:56px !important;
  width:auto !important;
  border-radius:0;
}
footer .wp-block-site-logo img{ height:40px !important; }

/* ====== BLOCO PRINCIPAL – CAIXA DE BENEFÍCIOS ====== */
.wings-cs2-box {
  background-color: #000;
  color: #fff;
  padding: 30px;
  border-radius: 20px;
  max-width: 800px;
  margin: auto;
  font-family: 'Orbitron', sans-serif;
  text-align: left;
  margin-bottom: 60px;
}
.wings-cs2-box h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.4;
}
.wings-cs2-box .highlight { color: #2CCCC3; }

/* Lista de benefícios */
.wings-cs2-box ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
  font-family: 'Jost', sans-serif;
}
.wings-cs2-box ul li {
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  padding: 14px 0;
  font-weight: 400;
  line-height: 1.5;
  align-items: flex-start;
}
.wings-cs2-box .preco {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: line-through;
}
.wings-cs2-box .bonus { color: #2CCCC3; font-weight: bold; }

/* Destaque de preços */
.wings-cs2-box .destaque { text-align: center; margin-top: 0; }
.wings-cs2-box .total { color: #888; font-size: 18px; font-family: 'Jost', sans-serif; }
.wings-cs2-box .parcelado {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

/* Botão de ação */
.wings-cs2-box .btn-garantir {
  display: block;
  width: fit-content;
  margin: 0 auto 20px auto;
  background: linear-gradient(180deg, #BA1F79, #FF8C00);
  color: #fff;
  font-weight: bold;
  padding: 20px 70px;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  border: none;
}
.wings-cs2-box .btn-garantir:hover {
  background: linear-gradient(180deg, #BA1F79, #FF8C00) !important;
  color: #fff !important;
  transform: scale(1.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

/* Aviso */
.wings-cs2-box .aviso {
  text-align: center;
  color: #ccc;
  font-size: 16px;
  font-family: 'Jost', sans-serif;
  margin-top: 0;
}

/* Selos de garantia (dentro da caixa de benefícios) */
.wings-cs2-box .selos-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  font-family: 'Jost', sans-serif;
}
.wings-cs2-box .selo {
  display: flex;
  align-items: center;
  background: #1a1a1a;
  border-radius: 6px;
  padding: 8px 16px;
  color: #FFFFFF;
  border: 1px solid #2CCCC3;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  font-size: 14px;
  max-width: 480px;
  width: 100%;
}
.wings-cs2-box .selo svg {
  margin-right: 10px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  fill: #2CCCC3;
}
.wings-cs2-box .selo span { font-weight: 500; line-height: 1.4; }

/* ====== POPUP E MODAL ====== */
.popup-bg, .modal-sucesso {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center; align-items: center;
  z-index: 9999;
}
.modal-sucesso { background: rgba(0, 0, 0, 0.8); z-index: 10000; }

.popup-content, .modal-sucesso-box {
  background: #111;
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  width: 90%; max-width: 380px;
}
.modal-sucesso-box {
  background: #0D0D0D;
  padding: 40px 30px;
  border-radius: 20px;
  max-width: 400px;
  box-shadow: 0 0 20px rgba(44, 204, 195, 0.5);
  color: white;
}
.popup-content input {
  width: 100%; padding: 14px; margin: 10px 0;
  border-radius: 6px; border: 1px solid #444;
  background: #222; color: #fff; font-size: 14px;
}
.enviar-btn {
  width: 100%; padding: 14px; margin-top: 15px;
  background: #DAA520; color: #000; font-weight: bold; font-size: 14px;
  border: none; border-radius: 6px; cursor: pointer;
}
.fechar-btn { margin-top: 10px; background: transparent; color: #999; border: none; font-size: 13px; cursor: pointer; }
.btn-fechar-sucesso {
  background: #2CCCC3; color: #000; padding: 12px 24px; border: none; border-radius: 24px;
  font-weight: bold; cursor: pointer; font-size: 15px; transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
}
.btn-fechar-sucesso:hover { background: #24aaa4; }
.check-icon { font-size: 36px; margin-bottom: 10px; }
.sucesso-titulo { font-size: 22px; font-weight: bold; margin-bottom: 10px; color: #2CCCC3; }
.sucesso-texto { font-size: 16px; margin-bottom: 20px; color: #CCCCCC; }
.link-privacidade { color: #2CCCC3; text-decoration: underline; transition: color 0.3s ease; }
.link-privacidade:hover { color: #FFFFFF; }
#btn-fechar-popup:hover { background-color: transparent !important; cursor: default; }

/* ====== TABELA DE PREÇOS ====== */
.pricing-table {
  display: flex; justify-content: center; gap: 40px; flex-wrap: wrap;
  padding: 40px 0;
  /* REMOVIDO font-family aqui para não atropelar Jost nas listas */
}
.pricing-card {
  background: #0D0D0D;
  border-radius: 20px;
  padding: 30px;
  width: 100%; max-width: 350px; height: 620px;
  color: #FFFFFF; box-shadow: 0 0 10px rgba(44, 204, 195, 0.5);
  display: flex; flex-direction: column; justify-content: space-between;
}
/* Unifica sombra do destaque para evitar diferenças visuais */
.pricing-card.destaque { box-shadow: 0 0 10px rgba(44, 204, 195, 0.5); }

.pricing-card h3 { font-size: 26px; text-align: center; margin-bottom: 10px; }
.price-box {
  text-align: center; font-size: 32px; margin-bottom: 10px; min-height: 40px;
  display: flex; align-items: center; justify-content: center;
}
.price-box .price { font-weight: 700; } /* peso fixo do preço */

.option-buttons {
  display: flex; justify-content: center; gap: 8px; margin-bottom: 10px;
  flex-wrap: wrap; align-items: center; min-height: 60px;
}
.option-btn {
  background: transparent; border: 2px solid #2CCCC3; border-radius: 20px;
  padding: 6px 12px; color: #FFFFFF; font-size: 16px;
  cursor: pointer; transition: all 0.3s ease; line-height: 1;
}
/* Chip ativo (mantém texto preto) */
.option-btn.active { background-color: #2CCCC3; color: #000000; }

/* Hover correto: não preenche chips não-ativos e não força branco */
.pricing-card .option-btn:not(.active):hover{
  background-color: transparent;
  color: inherit;
}

/* Legenda sem glow */
.discount-text {
  text-align: center; color: #2CCCC3; font-size: 16px; margin-bottom: 20px; min-height: 24px;
  display: flex; align-items: center; justify-content: center;
  text-shadow: none; /* REMOVIDO brilho */
}

/* Listas (Jost 400 SEM negrito) */
.features {
  list-style: none; padding: 0; margin: 0 0 20px 0; min-height: 120px; font-size: 15px;
  font-family: 'Jost', sans-serif;
}
.features li { margin-bottom: 10px; position: relative; padding-left: 20px; font-weight: 400; }
.features li::before { content: "✓"; position: absolute; left: 0; color: #2CCCC3; }
/* Neutraliza <strong>/<b> que possam ter vindo no conteúdo */
.features li strong, .features li b { font-weight: 400; }

.btn {
  display: block; text-align: center; background-color: #2CCCC3; color: #000000;
  padding: 12px 0; border-radius: 36px; text-decoration: none; font-weight: bold; font-size: 16px; transition: all 0.3s ease;
}
.btn:hover { background-color: #1aa8a0; color: #FFFFFF; }

/* Tipografia dos elementos do card em Montserrat (sem afetar as listas) */
.pricing-card h3,
.pricing-card .price-box,
.pricing-card .option-btn,
.pricing-card .btn{
  font-family: 'Montserrat', sans-serif;
}

/* ====== FAQ E GARANTIA ====== */
.faq-wrapper { overflow: visible !important; }
.garantia-box p, .garantia-box h2 { color: #FFFFFF !important; }

/* ====== RANKING GAMERSCLUB ====== */
.ranking-container {
  position: relative; text-align: center; width: 100vw; max-width: 100%;
  margin: auto; overflow: hidden; padding: 10px 10px;
}
.ranking-title { color: white; font-size: 54px; font-weight: bold; text-shadow: 0 0 4px #FFFFFF; margin-bottom: -50px; }
.ranking-top-text {
  position: absolute; top: 12%; left: 5%; color: white; font-size: 24px; font-weight: bold;
  text-shadow: 0 0 2px #FFFFFF; display: flex; align-items: center; gap: 5px; z-index: 2;
}
.ranking-image{ position: relative; transform: translate(55px, -40px); }
.ranking-legend {
  position: absolute; top: 10%; right: 5%; text-align: left; color: white; font-size: 24px;
  text-shadow: 0 0 2px #FFFFFF; line-height: 2; z-index: 2;
}
.ranking-legend div { display: flex; align-items: center; }
.ranking-legend div span {
  width: 14px; height: 14px; border-radius: 50%; margin-right: 8px; display: inline-block;
}

/* Esconde o shape separator (gradiente) da seção FAQ */
#faq-section .elementor-shape.elementor-shape-bottom { display: none !important; }

/* Remove margem geral do body */
body { margin-bottom: 0 !important; padding-bottom: 0 !important; overflow-x: hidden; }

/* ===== AJUSTES DE RODAPÉ (ESCOPADOS) ===== */
.home .elementor-section:last-of-type { margin-bottom: 0 !important; padding-bottom: 0 !important; }
.home #footer { margin-top: -40px !important; }

#footer { margin-top: 0 !important; margin-bottom: 0 !important; }

/* ===== Sticky footer universal + prevenção de dupla barra ===== */
html { height: auto; }
body{
  min-height: 100svh;
  display: flex; flex-direction: column;
  overflow-x: hidden !important;
}
.x-header, .elementor-location-header { flex: 0 0 auto; }
#footer, .elementor-location-footer   { flex: 0 0 auto; margin-top: 0 !important; }
body > .elementor:not(.elementor-location-header):not(.elementor-location-footer),
.site-main, #content, .site-content, main {
  flex: 1 1 auto;
  min-height: 0 !important;
  overflow: visible !important;
}

/* ===== Página FAQ isolada ===== */
#faq-section{ margin-bottom: 0 !important; padding-bottom: 0 !important; }
#faq-section .elementor-shape.elementor-shape-bottom{ display: none !important; }
#faq-section ~ .elementor-section{ margin:0 !important; padding:0 !important; min-height:0 !important; border:0 !important; }

/* ===========================================
   AJUSTES ESPECÍFICOS PARA MOBILE (<= 767px)
   Este bloco deve vir no final do CSS para
   sobrescrever estilos anteriores.
=========================================== */
@media (max-width: 767px) {

  /* ----- HERO ----- */
  .hero-focused {
    padding: 64px 16px 48px;
  }
  .hero-focused .title-wrapper h1 {
    font-size: 2.4rem;
  }
  .hero-focused .subheading {
    font-size: 1.1rem;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-focused a.cta-btn {
    font-size: 1.1rem;
    padding: 12px 24px;
    margin-top: 20px;
  }

  /* ----- CARDS DE SERVIÇOS ----- */
  .services-wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .service-card .card-overlay p {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  /* ----- MENU (HEADER) ----- */
  .x-nav a {
    font-size: 14px;
    height: 40px;
    padding: 0 12px;
  }
  .x-burger {
    width: 38px;
    height: 38px;
  }
  .x-container {
    height: 64px;
  }

  /* ----- SOBRE MIM ----- */
  .sobre-mim p {
    font-size: 16px !important;
    text-align: left;
  }
  .about-cta {
    font-size: 18px;
    padding: 14px 32px;
  }
  .sobre-mim img {
    max-width: 100%;
    height: auto;
  }

  /* ----- POPUP E FORMULÁRIO ----- */
  #popup,
  #modal-sucesso {
    width: 90vw;
    max-width: 400px;
    left: 50%;
    transform: translateX(-50%);
  }
  #popup input,
  #popup button {
    font-size: 14px;
  }

  /* ----- GRADIENTES / BACKGROUNDS ----- */
  .e-con[data-background] {
    background-size: cover !important;
    background-position: center !important;
  }
}

/* Corrige a faixa preta no mobile e ajusta o tamanho do rodapé */
@media (max-width: 767px) {
  #footer,
  .elementor-location-footer {
    background-color: #0b0b0f;    /* cor consistente com o site */
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }

  /* garante que não haja altura mínima sobrando */
  #footer > div,
  .elementor-location-footer > div {
    min-height: auto !important;
  }
}/* End custom CSS */