/* Auto-generated: extracted inline CSS from index.html (except HERO critical CSS). */

/* --- Extracted from inline <style> block #2 in index.html --- */
/* =========================================================
     UN — Materiais de Apoio (clean)
     ========================================================= */

  .un-material{
    padding: 44px 0;
  }

  .un-material__wrap{
    max-width: 980px;
    margin: 0 auto;
    padding: 0 18px;
  }

  .un-material__head{
    max-width: 820px;
    margin: 0 auto 16px;
    /* text-align: center; */
  }

  .un-material__kicker{
    margin: 0 0 10px;
    font-size: 12px;
    letter-spacing: .14em;
    text-transform: uppercase;
    opacity: .65;
  }

  .un-material__title{
    margin: 0 0 10px;
    font-size: clamp(22px, 2.6vw, 30px);
    line-height: 1.15;
    font-weight: 900;
    color: #fff;
  }

  .un-material__subtitle{
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    /* color: rgba(11,16,32,.75); */
  }


  .un-material__cardHead h4{
    margin: 0 0 6px;
    font-size: 16px;
    font-weight: 900;
    color: #FFF;
  }

  .un-material__cardHead p{
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    color: #fff;
  }

  .un-material__chips{
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }

  .un-material__chip{
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    background: rgba(162, 162, 162, 0.04);
    border: 1px solid rgba(225, 225, 225, 0.08);
    color: #f3f6ffdb;
  }

  @media (max-width: 720px){
    .un-material{ padding: 36px 0; }
    .un-material__card{ padding: 14px; }

      .features-v3-panel .gpq-check li {
          font-size: 1rem !important;
      }

      .method-icon{
            margin: auto;
      }

      .method-content {
        text-align: center;
    }

    .method-content p{
          max-width: 100%;
    }

  }


/* --- Extracted from inline <style> block #3 in index.html --- */
/* =========================================================
   UN — Monitoria e Suporte (Pedagógico + Técnico)
   ========================================================= */


.un-support__title{
  margin: 0 0 12px;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.1;
  font-weight: 900;
  color: #0b1020;
}

.un-support__title span{
  background: linear-gradient(90deg, #2563eb, #22c55e);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.un-support__subtitle{
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  color: rgba(11,16,32,.72);
}


/* --- Extracted from inline <style> block #4 in index.html --- */
/* ===============================
       PROVAS SOCIAIS (PRINTS IG) - CLEAN
       =============================== */

        .reviews-general-subtitle {
          margin: 14px auto 0;
          max-width: 720px;
          color: #fff;
          font-size: 16px;
          line-height: 1.55;
        }

        /* Container/painel para separar do fundo (evita “misturar” com o azul) */
        .expandable-gallery {
          position: relative;
          overflow: hidden;
          border-radius: 22px;
          transition: max-height .45s ease;
          background: transparent;
        }

        .gallery-panel {
      /*
            background: #F6F8FC;
          border: 1px solid rgba(15, 23, 42, .08);

          */
              background: rgba(255, 255, 255, 0.05);
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
          border-radius: 22px;
          padding: 18px;
        }

        /* Colapsado/Expandido */
        .expandable-gallery.collapsed {
          max-height: 720px;
          /* preview */
        }

        .expandable-gallery.expanded {
          max-height: 6000px;
        }

        /* Masonry (columns) — melhor para prints altos/variáveis */
        .ig-masonry {
          column-count: 3;
          column-gap: 18px;
        }

        /* Card premium + respiro interno (acabamento) */
        .ig-card {
          display: block;
          break-inside: avoid;
          margin: 0 0 18px 0;
          background: #fff;
          border: 1px solid rgba(15, 23, 42, .10);
          border-radius: 18px;
          padding: 10px;
          /* 👈 evita encostar na borda */
          box-shadow: 0 10px 22px rgba(15, 23, 42, .06);
        }

        /* Imagem sem corte (prints inteiros) */
        .ig-card img {
          width: 100%;
          height: auto;
          display: block;
          object-fit: contain;
          background: #fff;
          border-radius: 12px;
        }

        /* Hover leve */
        @media (hover:hover) {
          .ig-card {
            transition: transform .18s ease, box-shadow .18s ease;
          }

          .ig-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 18px 38px rgba(15, 23, 42, .10);
          }
        }

        /* Responsivo: cai para 2 colunas mais cedo (fica mais harmônico) */
        @media (max-width: 1200px) {
          .ig-masonry {
            column-count: 3;
          }
        }

        @media (max-width: 820px) {
          .ig-masonry {
            column-count: 1;
            column-gap: 0;
          }

          .gallery-panel {
            padding: 14px;
          }
        }

        /* Fade combinando com o painel (não “suja” com branco puro) */
        .gallery-fade {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          height: 170px;
          pointer-events: none;
          opacity: 1;
          transition: opacity .25s ease;
          background:linear-gradient(to bottom, rgba(246, 248, 252, 0), rgb(5 34 65));
          
        }

        .expandable-gallery.expanded .gallery-fade {
          opacity: 0;
        }


/* --- Extracted from inline <style> block #5 in index.html --- */
/* =========================================================
                  GPQ · Checklist / Toolkit (aba Ferramentas)
                  ========================================================= */

                  .features-v3-panel .gpq-toolkit {
                    margin-top: 14px;
                    border-radius: 18px;
                    border: 1px solid rgba(15, 23, 42, .10);
                    background: rgba(255, 255, 255, .92);
                    box-shadow: 0 14px 30px rgba(15, 23, 42, .05);
                    overflow: hidden;
                  }

                  .features-v3-panel .gpq-toolkit-head {
                    padding: 14px 14px 10px;
                    background: linear-gradient(180deg, rgba(37, 99, 235, .08), rgba(255, 255, 255, .96));
                    border-bottom: 1px solid rgba(15, 23, 42, .08);
                  }

                  .features-v3-panel .gpq-toolkit-head h4 {
                    margin: 0;
                    font-size: 14px;
                    font-weight: 900;
                    color: rgba(11, 16, 32, .92);
                  }

                  .features-v3-panel .gpq-toolkit-head p {
                    margin: 6px 0 0;
                    font-size: 12.5px;
                    line-height: 1.45;
                    opacity: .80;
                  }

                  .features-v3-panel .gpq-toolkit-grid {
                    padding: 12px 12px 14px;
                    display: grid;
                    grid-template-columns: 1fr;
                    gap: 10px;
                  }

                  /* ITEM */
                  .features-v3-panel .gpq-toolkit-item {
                    display: grid;
                    grid-template-columns: 44px 1fr;
                    gap: 12px;
                    padding: 12px;
                    border-radius: 16px;
                    /* border: 1px solid rgba(15, 23, 42, .08); */
                    background: rgba(15, 23, 42, .02);
                    margin-top: 30px;
                  }

                  .features-v3-panel .gpq-toolkit-item.is-primary {
                    border-color: rgba(37, 99, 235, .22);
                    background: linear-gradient(180deg, rgba(37, 99, 235, .08), rgba(255, 255, 255, .92));
                  }

                  .features-v3-panel .gpq-toolkit-badge {
                    width: 44px;
                    height: 44px;
                    border-radius: 14px;
                    display: grid;
                    place-items: center;
                    background: rgba(15, 23, 42, .06);
                    font-size: 18px;
                  }

                  .features-v3-panel .gpq-toolkit-item.is-primary .gpq-toolkit-badge {
                    background: rgba(37, 99, 235, .14);
                  }

                  .features-v3-panel .gpq-toolkit-title {
                    display: flex;
                    align-items: center;
                    gap: 10px;
                    flex-wrap: wrap;
                    margin-bottom: 8px;
                  }

                  .features-v3-panel .gpq-mini-tag {
                    font-size: 11px;
                    font-weight: 900;
                    padding: 6px 10px;
                    border-radius: 999px;
                    /*
                    border: 1px solid rgba(15, 23, 42, .10);
                    background: rgba(255, 255, 255, .70);
                    */
                        background: #58ff92;
                        color: #044c1e;
                    opacity: .9;
                  }

                  .features-v3-panel .gpq-check {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    display: grid;
                    gap: 8px;
                  }

                  .features-v3-panel .gpq-check li {
                    display: grid;
                    grid-template-columns: 18px 1fr;
                    gap: 10px;
                    font-size: 12.8px;
                    line-height: 1.45;
                    color: #fff;
                  }

                  .features-v3-panel .gpq-tick {
                    width: 18px;
                    height: 18px;
                    border-radius: 999px;
                    display: grid;
                    place-items: center;
                    font-weight: 900;
                    font-size: 12px;
                    background: #58ff92;
                    color: rgba(20, 83, 45, .95);
                    margin-top: 1px;
                  }

                  .features-v3-panel .gpq-toolkit-item.is-primary .gpq-tick {
                    background: rgba(37, 99, 235, .16);
                    color: rgba(29, 78, 216, .95);
                  }

                  .features-v3-panel .gpq-toolkit-foot {
                    margin-top: 10px;
                    font-size: 12px;
                    opacity: .78;
                    padding-top: 10px;
                    border-top: 1px solid rgba(15, 23, 42, .08);
                  }

                  /* FINAL */
                  .features-v3-panel .gpq-toolkit-cta {
                    padding: 12px 14px;
                    border-top: 1px solid rgba(15, 23, 42, .08);
                    background: linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(245, 247, 255, .98));
                    text-align: center;
                  }

                  .features-v3-panel .gpq-toolkit-cta p {
                    margin: 0;
                    font-size: 12.8px;
                    opacity: .88;
                  }



                  /* ============================================= */
                /* 2. HEADER - FAIXA DE URGÊNCIA (NOVA)          */
                /* ============================================= */
                .urgency-bar-top {
                    left: 0; width: 100%; height: 55px;
                    background-color: #f7d44e;
                    z-index: 9999;
                    overflow: hidden;
                    display: flex; align-items: center;
                    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
                }

                .urgency-scrolling-content {
                    display: flex; white-space: nowrap; will-change: transform;
                    animation: scrollUrgency 40s linear infinite;
                }

                .urgency-scrolling-content span {
                    color:   #062241;
                    font-family: var(--font-main);
                    font-weight: 900; font-size: 0.85rem;
                    letter-spacing: 2px; text-transform: uppercase;
                    padding-right: 2rem;
                }


/* --- Extracted from inline <style> block #6 in index.html --- */
/* =========================================
   VARIÁVEIS DE COR E ESTILO NEON
   ========================================= */
:root {
    --bg-color: #052241;         
    --card-bg: #0C1625;          
    --neon-color: #00E9A3;       
    --neon-glow: rgba(0, 233, 163, 0.4); 
    --yellow-badge: #F2A900;     
    --text-main: #FFFFFF;
    --text-muted: #8B9BB4;
    --red-cross: #FF4D4D;
}

/* =========================================
   SEÇÃO BASE E HEADERS
   ========================================= */
.neon-offer-section {
    background-color: var(--bg-color);
    color: var(--text-main);
    font-family: var(--font-main, 'Montserrat', sans-serif);
    padding: 60px 0 100px;
}

.neon-header-group {
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.neon-header-group.title-only {
    margin-bottom: 40px;
}

.pulse-red {
    background-color: #fd3d3b;
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    box-shadow: 0 0 15px rgba(253, 61, 59, 0.5);
    margin-bottom: 20px;
}

.intro-text { color: var(--text-muted); font-size: 1.1rem; font-weight: 500; margin-bottom: 10px; }
.main-headline { font-size: 2.4rem; font-weight: 900; line-height: 1.2; margin-bottom: 15px; }
.text-neon { color: var(--neon-color); text-shadow: 0 0 10px var(--neon-glow); }
.subtitle-text { color: var(--text-muted); font-size: 0.95rem; }

/* =========================================
   PILHA DE VALOR (PANEL ESCURO)
   ========================================= */
.value-stack-panel {
    background-color: var(--card-bg);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    max-width: 850px;
    margin: 0 auto 70px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
}

.stack-header {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    border-radius: 16px 16px 0 0;
}

.stack-header h3 { color: var(--neon-color); font-size: 1.2rem; font-weight: 800; margin: 0; }

.stack-body { padding: 30px; }
.stack-group { margin-bottom: 25px; }
.bonus-group { background: rgba(0, 233, 163, 0.03); padding: 15px; border-radius: 8px; border: 1px dashed rgba(0, 233, 163, 0.2); }

.stack-group-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 5px;
}

.stack-list { list-style: none; padding: 0; margin: 0; }
.stack-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.03);
    font-size: 0.95rem;
    color: var(--text-muted);
}
.stack-list li:last-child { border-bottom: none; }
.stack-list small { color: var(--yellow-badge); display: block; margin-top: 4px; font-size: 0.8rem; }

.icon-check { color: var(--neon-color); font-weight: bold; margin-right: 8px; }
.item-price { color: var(--red-cross); text-decoration: line-through; opacity: 0.7; font-weight: 600;}
.price-free { color: var(--neon-color); font-weight: 800; font-size: 0.85rem;}

.stack-total {
    text-align: center;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.stack-total p { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 5px;}
.strike-price-big {
    font-size: 2.2rem;
    color: var(--red-cross);
    text-decoration: line-through;
    opacity: 0.6;
}

/* =========================================
   CARDS DE PREÇO (O VISUAL PRINCIPAL)
   ========================================= */
.neon-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.neon-card {
    background-color: var(--card-bg);
    border: 2px solid var(--neon-color);
    border-radius: 16px;
    padding: 40px 30px;
    position: relative;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 233, 163, 0.15), inset 0 0 15px rgba(0, 233, 163, 0.05);
    display: flex;
    flex-direction: column;
}

/* Badges Amarelas */
.badge-yellow {
    background-color: var(--yellow-badge);
    color: #000;
    font-weight: 800;
    font-size: 0.85rem;
    padding: 6px 18px;
    border-radius: 50px;
    text-transform: uppercase;
}
.top-floating-badge {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    box-shadow: 0 5px 15px rgba(242, 169, 0, 0.3);
}
.center-badge {
    display: inline-block;
    margin: 20px auto;
}
.text-badge-yellow {
    color: var(--yellow-badge);
    font-weight: 800;
    font-size: 0.85rem;
    text-transform: uppercase;
    margin: 20px 0;
    letter-spacing: 1px;
}
.dot { font-size: 1rem; line-height: 0; margin-right: 4px; opacity: 0.8;}

/* Textos do Card */
.card-title { font-size: 2rem; font-weight: 800; margin-bottom: 8px; }
.card-subtitle { color: var(--text-muted); font-size: 0.95rem; margin-bottom: 25px; }

/* Listas dos Cards */
.card-features {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    flex-grow: 1;
}
.card-features li {
    padding: 8px 0;
    font-size: 0.95rem;
    color: #fff;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.card-features li.excluded { color: var(--text-muted); }
.emoji { flex-shrink: 0; font-size: 1.1rem; }

.highlight-features li { font-size: 1rem; }

/* Preços dentro do Card */
.card-price-box { margin-bottom: 25px; }
.price-row {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 5px;
}
.installments { font-size: 1.2rem; color: var(--text-muted); font-weight: 600; }
.price-value {
    font-size: 3.2rem;
    font-weight: 900;
    color: var(--neon-color);
    line-height: 1;
    text-shadow: 0 0 15px var(--neon-glow);
}
.cash-value { font-size: 0.85rem; color: var(--text-muted); }

/* Botões */
.btn-neon-solid {
    display: block;
    width: 100%;
    background-color: var(--neon-color);
    color: #000000;
    font-weight: 900;
    font-size: 1.1rem;
    padding: 18px 20px;
    border-radius: 50px; 
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 25px var(--neon-glow);
        font-family: var(--font-main);
    transition: all 0.3s ease;
    text-align: center;
}
.btn-neon-solid:hover {
    background-color: #00ffb3;
    transform: scale(1.03);
    box-shadow: 0 0 35px rgba(0, 233, 163, 0.6);
}

.payment-icons-placeholder { text-align: center; }

/* =========================================
   GARANTIA
   ========================================= */
.guarantee-row {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.guarantee-box {
    background-color: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 15px 25px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-muted);
    font-size: 0.9rem;
}
.guarantee-box strong { color: #fff; }

/* =========================================
   RESPONSIVO
   ========================================= */
@media (max-width: 991px) {
    .neon-cards-grid { grid-template-columns: 1fr; max-width: 500px; }
    .main-headline { font-size: 2rem; }
    .stack-body { padding: 20px; }
}
@media (max-width: 480px) {
    .price-value { font-size: 2.6rem; }
    .card-title { font-size: 1.8rem; }
}


/* --- Extracted from inline <style> block #7 in index.html --- */
/* --- SEÇÃO REGRAS VITALÍCIA --- */
.vitalicia-rules-section { padding: 80px 0; background: #1a201d; border-bottom: 1px solid rgba(255,255,255,0.05); }
.rules-grid { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 40px; }
.rule-card { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.1); padding: 30px; border-radius: 16px; transition: transform 0.3s; }
.rule-card:hover { transform: translateY(-5px); border-color: rgba(255,255,255,0.2); }
.rule-card--main { border: 1px solid #00ED7B; background: linear-gradient(180deg, rgba(0,237,123,0.05), transparent); }
.rule-card--scarcity { border: 1px solid #FFD700; }
.icon-box { font-size: 2rem; margin-bottom: 15px; }
.rule-card h3 { color: #fff; font-size: 1.3rem; margin-bottom: 10px; font-weight: 800; }
.rule-card p { color: #aaa; font-size: 0.95rem; line-height: 1.5; margin-bottom: 15px; }
.disclaimer-note { font-size: 0.8rem; background: rgba(0,0,0,0.3); padding: 10px; border-radius: 6px; border-left: 3px solid #FF4D4D; color: #ccc; }
.rule-link { color: #00ED7B; text-decoration: underline; font-size: 0.9rem; font-weight: 700; }

/* --- AJUSTES CARDS OFERTA --- */
.mini-stack-list { list-style: none; padding: 0; margin: 20px 0; text-align: left; }
.mini-stack-list li { margin-bottom: 8px; font-size: 0.9rem; color: #ccc; display: flex; gap: 8px; }
.mini-stack-list.highlight li { color: #fff; font-size: 1rem; }
.btn-outline { background: transparent; border: 1px solid #00ee7b; color: #00ee7b; width: 100%; padding: 15px; font-weight: 700; border-radius: 8px; text-transform: uppercase; cursor: pointer; text-decoration: none; display: inline-block; 
font-family: var(--font-main, sans-serif);
}
.btn-outline:hover { background: #00ee7b; color: #000; }
.btn-neon-green { background: #00ED7B; color: #000; border: none; font-weight: 900; text-transform: uppercase; width: 100%; padding: 18px; border-radius: 8px; cursor: pointer; font-size: 1.1rem; box-shadow: 0 0 20px rgba(0,237,123,0.4); transition: 0.3s; }
.btn-neon-green:hover { transform: scale(1.02); box-shadow: 0 0 30px rgba(0,237,123,0.6); }

/* --- CSS DO MODAL SELETOR (NOVO) --- */
.selector-container { max-width: 800px !important; background: #141615; border: 1px solid #333; }
.selector-header { text-align: center; margin-bottom: 30px; }
.selector-header h3 { font-size: 1.8rem; color: #fff; margin-bottom: 10px; }
.payment-options-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.payment-option-card { background: #1F2223; border: 1px solid rgba(255,255,255,0.1); border-radius: 12px; padding: 25px; text-align: center; position: relative; transition: 0.3s; }
.payment-option-card:hover { border-color: #00ED7B; transform: translateY(-3px); }
.opt-badge { background: #00ED7B; color: #000; font-size: 0.7rem; font-weight: 900; padding: 4px 10px; border-radius: 4px; display: inline-block; margin-bottom: 15px; }
.opt-badge.gray { background: #444; color: #fff; }
.opt-badge.blue { background:#00ffff; color: #052241; }
.payment-option-card h4 { color: #fff; margin-bottom: 10px; font-size: 1.2rem; }
.opt-price { font-size: 1.5rem; font-weight: 900; color: #00ED7B; margin-bottom: 10px; }
.opt-desc { font-size: 0.9rem; color: #aaa; margin-bottom: 20px; min-height: 40px; }
.selector-footer { text-align: center; margin-top: 20px; font-size: 0.8rem; color: #666; }
.modal-close-selector { position: absolute; top: 15px; right: 15px; background: none; border: none; color: #fff; font-size: 2rem; cursor: pointer; }

/* Responsivo */
@media (min-width: 992px) { .rules-grid { grid-template-columns: 1fr 1fr 1fr; } }
@media (max-width: 768px) { .payment-options-grid { grid-template-columns: 1fr; } .selector-container { padding: 20px; } }


/* --- Extracted from inline <style> block #8 in index.html --- */
/* =========================================
   SEÇÃO EXPLICATIVA VITALÍCIA (V2 - COMPARATIVA)
   ========================================= */

.vitalicia-explainer-section {
    padding: 80px 0;
    background-color: #141615;
    position: relative;
}

/* Wrapper Principal */
.explainer-split-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
}

/* Estrutura dos Lados */
.explainer-side {
    padding: 40px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* --- LADO ESQUERDO (PATRIMÔNIO - AZUL ESCURO) --- */
.side-scope {
    background: linear-gradient(160deg, #0f1521 0%, #080a10 100%);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.side-badge {
    font-size: 0.7rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 15px;
    display: inline-block;
}
.side-badge.blue { background: rgba(59, 130, 246, 0.15); color: #60a5fa; border: 1px solid rgba(59, 130, 246, 0.3); }
.side-badge.gold { background: rgba(255, 215, 0, 0.15); color: #FFD700; border: 1px solid rgba(255, 215, 0, 0.3); }

.explainer-title {
    font-size: 1.8rem;
    font-weight: 900;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.2;
}

.explainer-text {
    font-size: 1rem;
    color: #aeb9cc;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Lista Esquerda */
.scope-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.scope-list li {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.check-blue {
    color: #60a5fa;
    background: rgba(59, 130, 246, 0.1);
    width: 24px; height: 24px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
    margin-top: 2px;
}

.scope-list strong { color: #fff; display: block; font-size: 1.05rem; }
.scope-list small { color: #7f8ea3; display: block; font-size: 0.9rem; margin-top: 4px; line-height: 1.4; }

/* Badge Vitalício dentro da lista */
.badge-vitalicio {
    background: #00ED7B;
    color: #000;
    font-size: 0.65rem;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 900;
    vertical-align: middle;
    margin-left: 6px;
}

/* Rodapé do lado esquerdo */
.bottom-info-box {
    margin-top: auto;
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 20px;
}
.small-disclaimer { font-size: 0.8rem; color: #666; margin-bottom: 10px; font-style: italic; }
.link-simple { color: #60a5fa; font-size: 0.85rem; text-decoration: none; border-bottom: 1px dashed #60a5fa; }
.link-simple:hover { color: #fff; border-color: #fff; }


/* --- LADO DIREITO (VANTAGENS - TOQUE DOURADO) --- */
.side-advantage {
    background: linear-gradient(160deg, #161612 0%, #0a0a08 100%);
    position: relative;
}

.text-gold { color: #FFD700 !important; }

/* Cards de Comparação */
.comparison-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
}

.comp-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 215, 0, 0.15);
    padding: 20px;
    border-radius: 12px;
    display: flex;
    gap: 15px;
    transition: transform 0.2s;
}
.comp-card:hover { transform: translateX(5px); border-color: rgba(255, 215, 0, 0.3); }

.comp-icon { font-size: 1.8rem; }

.comp-content strong {
    display: block;
    color: #FFD700;
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.comp-content p {
    font-size: 0.9rem;
    color: #ccc;
    line-height: 1.5;
    margin: 0;
}

/* Alerta Compacto (Rodapé Direito) */
.compact-alert-box {
    margin-top: auto;
    background: rgba(0,0,0,0.3);
    border-left: 3px solid #FFD700;
    padding: 12px 15px;
    border-radius: 4px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.alert-icon { font-size: 1.2rem; }
.compact-alert-box p {
    font-size: 0.8rem;
    color: #888;
    margin: 0;
    line-height: 1.3;
}
.compact-alert-box strong { color: #ccc; }

/* Responsivo */
@media (min-width: 992px) {
    .explainer-split-wrapper {
        flex-direction: row;
    }
}
