* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Inter', sans-serif;
    background-color: #0c0c0c;
    color: #f0f0f0;
    line-height: 1.6;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.header {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(145deg, #111, #1a1a1a);
    border-radius: 20px;
    margin-bottom: 40px;
}
.headline {
    font-size: 3.2rem;
    font-weight: 900;
    background: linear-gradient(135deg, #a4c639, #7cb342);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}
.subheadline {
    font-size: 1.3rem;
    color: #ccc;
    max-width: 800px;
    margin: 0 auto 30px;
}
.video-wrapper {
    max-width: 900px;
    margin: 30px auto;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
    background: #000;
}
.video-wrapper video {
    display: block;
    width: 100%;
    height: auto;
}
.cta-principal {
    display: inline-block;
    background: #a4c639;
    color: #0c0c0c;
    padding: 18px 48px;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 0 30px rgba(164, 198, 57, 0.3);
}
.cta-principal:hover {
    transform: scale(1.05);
    box-shadow: 0 0 50px rgba(164, 198, 57, 0.6);
}
.garantia-rapida {
    margin-top: 15px;
    font-size: 0.9rem;
    color: #999;
}
.dor {
    background: #1a1a1a;
    padding: 50px 30px;
    border-radius: 20px;
    margin-bottom: 40px;
    transition: background 0.5s ease-in-out;
}
.dor.highlight-hesitation {
    background: #251e13;
    border: 1px solid #a4c639;
}
.dor h2 {
    font-size: 2.2rem;
    color: #fff;
    margin-bottom: 20px;
}
.dor p {
    font-size: 1.2rem;
    color: #bbb;
    max-width: 800px;
}
.solucao {
    padding: 50px 20px;
    margin-bottom: 40px;
}
.solucao h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 30px;
}
.grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}
.card {
    background: #1a1a1a;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid #2a2a2a;
}
.card span {
    font-size: 3rem;
    display: block;
    margin-bottom: 15px;
}
.card h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #a4c639;
}
.card p {
    color: #bbb;
}
.produto {
    background: #1a1a1a;
    padding: 50px 30px;
    border-radius: 20px;
    margin-bottom: 40px;
}
.produto h2 {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 30px;
}
.produto-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}
.produto-grid img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}
.produto-info ul {
    list-style: none;
    margin-bottom: 30px;
}
.produto-info ul li {
    padding: 10px 0;
    border-bottom: 1px solid #2a2a2a;
    color: #ddd;
    font-size: 1.05rem;
}
.preco-box {
    background: #0c0c0c;
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    border: 2px solid #a4c639;
    transition: transform 0.3s ease;
}
.preco-box.pulse-discount {
    animation: pulseBorder 1.5s infinite;
}
.de {
    font-size: 1.2rem;
    color: #999;
    text-decoration: line-through;
    display: block;
}
.por {
    font-size: 2.8rem;
    font-weight: 900;
    color: #a4c639;
    display: block;
    margin: 10px 0;
}
.parcela {
    font-size: 1rem;
    color: #aaa;
}
.cta-secundario {
    display: inline-block;
    background: #a4c639;
    color: #0c0c0c;
    padding: 16px 40px;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    margin-top: 20px;
    transition: 0.3s;
    border: none;
    cursor: pointer;
}
.cta-secundario:hover {
    background: #7cb342;
    transform: scale(1.02);
}
.prova-social {
    padding: 50px 20px;
    background: #111;
    border-radius: 20px;
    margin-bottom: 40px;
}
.prova-social h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
}
.depoimentos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}
.depoimento {
    background: #1a1a1a;
    padding: 25px;
    border-radius: 12px;
    border-left: 5px solid #a4c639;
    color: #ccc;
    font-style: italic;
}
.garantia {
    text-align: center;
    padding: 50px 20px;
    background: #1a1a1a;
    border-radius: 20px;
    margin-bottom: 40px;
    border: 2px solid #2a2a2a;
}
.garantia h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #a4c639;
}
.garantia p {
    max-width: 700px;
    margin: 0 auto;
    color: #bbb;
}
.selo-garantia {
    display: inline-block;
    margin-top: 20px;
    background: #2a2a2a;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 700;
    color: #a4c639;
}
.cta-final {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(145deg, #111, #1a1a1a);
    border-radius: 20px;
    margin-bottom: 40px;
}
.cta-final h2 {
    font-size: 2.4rem;
    margin-bottom: 30px;
}
.escolhas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}
.escolha-perder {
    background: #2a1a1a;
    padding: 25px;
    border-radius: 12px;
    color: #aa8888;
    border: 1px solid #442222;
}
.escolha-ganhar {
    background: #1a2a1a;
    padding: 25px;
    border-radius: 12px;
    color: #88aa88;
    border: 1px solid #224422;
}
.cta-mega {
    display: inline-block;
    background: #a4c639;
    color: #0c0c0c;
    padding: 22px 60px;
    font-size: 1.8rem;
    font-weight: 900;
    border-radius: 60px;
    text-decoration: none;
    transition: 0.3s;
    box-shadow: 0 0 40px rgba(164, 198, 57, 0.4);
    border: none;
    cursor: pointer;
}
.cta-mega:hover {
    transform: scale(1.05);
    box-shadow: 0 0 70px rgba(164, 198, 57, 0.7);
}
footer {
    text-align: center;
    color: #555;
    font-size: 0.85rem;
    padding: 30px 0;
    border-top: 1px solid #1a1a1a;
}

/* ===== POPUP EXIT-INTENT ===== */
.exit-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.exit-popup-content {
    background: #161616;
    padding: 40px;
    border-radius: 20px;
    max-width: 550px;
    width: 90%;
    text-align: center;
    border: 2px solid #a4c639;
    position: relative;
    box-shadow: 0 0 50px rgba(164, 198, 57, 0.2);
}
.close-popup {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 2rem;
    color: #888;
    cursor: pointer;
    transition: 0.2s;
}
.close-popup:hover {
    color: #fff;
}
.exit-popup-content h3 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 15px;
}
.exit-popup-content p {
    color: #ccc;
    font-size: 1rem;
    margin-bottom: 25px;
}
.exit-price-box {
    background: #0c0c0c;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #2a2a2a;
    margin-bottom: 25px;
}
.pulse-animation {
    animation: scalePulse 2s infinite;
}

/* ===== TOAST DE PROVA SOCIAL ===== */
.social-proof-flash {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background: #1a1a1a;
    border: 1px solid #a4c639;
    border-radius: 12px;
    padding: 15px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    z-index: 999;
    animation: slideInUp 0.5s ease-out;
}
.toast-icon {
    font-size: 1.8rem;
}
.toast-text p {
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
}
.toast-text span {
    font-size: 0.8rem;
    color: #888;
}

/* ===== MODAL DE PAGAMENTO ===== */
.modal-pagamento {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}
.modal-content {
    background: #1a1a1a;
    padding: 40px;
    border-radius: 20px;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    border: 2px solid #2a2a2a;
}
.close-modal {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 2rem;
    color: #888;
    cursor: pointer;
    transition: 0.2s;
}
.close-modal:hover {
    color: #fff;
}
.modal-content h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #a4c639;
}
.modal-content p {
    color: #aaa;
    margin-bottom: 25px;
}

/* ===== ANIMAÇÕES ===== */
@keyframes scalePulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}
@keyframes pulseBorder {
    0% { border-color: #a4c639; }
    50% { border-color: #7cb342; box-shadow: 0 0 15px rgba(164,198,57,0.4); }
    100% { border-color: #a4c639; }
}
@keyframes slideInUp {
    from { transform: translateY(100px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

@media (max-width: 768px) {
    .headline { font-size: 2.2rem; }
    .produto-grid { grid-template-columns: 1fr; }
    .escolhas { grid-template-columns: 1fr; }
    .cta-mega { font-size: 1.4rem; padding: 18px 30px; }
    .por { font-size: 2.2rem; }
    .social-proof-flash { bottom: 15px; left: 15px; right: 15px; padding: 10px 15px; }
    .modal-content { padding: 25px; }
}