.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-1289 .elementor-element.elementor-element-13f76e6{--display:flex;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-b4176d6 *//* --- GERAL & CORREÇÕES --- */
body {
    margin: 0; /* <<< CORREÇÃO 1: Remove as bordas brancas */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #121212;
    color: #E0E0E0;
    line-height: 1.6;
}

* {
    box-sizing: border-box;
}

.page-container {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-container {
    padding: 60px 0;
    border-bottom: 1px solid #2a2a2a;
}
.section-container:last-child {
    border-bottom: none;
}

.text-center {
    text-align: center;
}

/* --- IMAGENS & LOGOS --- */
img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.logo-header {
    max-width: 280px; /* <<< CORREÇÃO 2: Define um tamanho máximo para o logo */
    margin: 0 auto 30px auto;
}

.logo-footer {
    max-width: 150px;
    margin: 0 auto 20px auto;
}

.main-image {
    margin-bottom: 30px;
}

.content-image {
    margin-top: 40px;
    max-width: 600px;
}

/* --- TIPOGRAFIA --- */
h1, h2, h3, h4 {
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.2;
    margin-top: 0;
}

h1.main-headline {
    font-size: 2.8rem;
    color: #FFD700; /* Dourado para destaque */
}

h2 {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
}

h4 {
    font-size: 1.2rem;
}

p {
    margin-bottom: 1em;
    font-size: 1.1rem;
}

.sub-headline {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 20px auto 30px auto;
    color: #BDBDBD;
}

.bold-text {
    font-weight: bold;
}

.quote {
    font-style: italic;
    font-size: 1.3rem;
    color: #FFD700;
    margin: 40px 0;
    border-left: 3px solid #FFD700;
    padding-left: 20px;
    text-align: left;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* --- BOTÃO DE AÇÃO (CTA) --- */
.cta-button {
    display: inline-block;
    background-color: #FFD700;
    color: #121212;
    padding: 18px 35px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-top: 20px;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.cta-button:hover {
    transform: translateY(-3px);
    background-color: #ffde2e;
}

/* --- SEÇÕES ESPECÍFICAS --- */
.dark-section {
    background-color: #1a1a1a;
    border-radius: 12px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 40px 0;
}

.pain-points-list {
    list-style: none;
    padding: 0;
    text-align: left;
    max-width: 600px;
    margin: 30px auto;
}

.pain-points-list li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
}

.pain-points-list li::before {
    content: '❌';
    position: absolute;
    left: 0;
    top: 2px;
}

.future-columns {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.future-columns .column {
    flex: 1;
}
.highlight-text {
    color: #FFD700;
    margin-top: 40px;
    font-size: 1.2rem;
}

.author-section {
    display: flex;
    align-items: center;
    gap: 40px;
}
.author-image {
    max-width: 250px;
    border-radius: 50%;
}
.author-section .cta-button {
    margin-top: 30px;
}

.pillars-container {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}
.pillar {
    flex: 1;
    background-color: #1c1c1c;
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #2a2a2a;
}
.pillar ul {
    list-style-type: none;
    padding: 0;
    text-align: center;
}
.pillar ul li {
    margin-bottom: 10px;
}
.pillar-number {
    font-weight: bold;
    color: #FFD700;
}

.offer-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 30px 0;
}
.offer-list li::before {
    content: '✓';
    color: #FFD700;
    margin-right: 10px;
}
.price-box {
    background: #121212;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    margin: 20px auto;
}
.price-old {
    text-decoration: line-through;
    opacity: 0.7;
}
.price-main {
    font-size: 2.5rem;
    font-weight: bold;
    color: #FFD700;
    margin: 5px 0;
}
.secure-purchase {
    font-size: 0.9rem;
    opacity: 0.8;
}

.faq-section {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.faq-item {
    margin-bottom: 25px;
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 25px;
}
.faq-item:last-child {
    border: none;
}
.faq-item h4 {
    margin-bottom: 10px;
}

.choice-columns {
    display: flex;
    gap: 30px;
    margin: 40px 0;
}
.choice {
    flex: 1;
    border: 1px solid #2a2a2a;
    padding: 20px;
    border-radius: 10px;
}

.footer {
    padding-top: 40px;
    color: #888;
}
.footer p {
    font-size: 0.9rem;
    margin-bottom: 5px;
}
.footer .disclaimer {
    font-size: 0.8rem;
    max-width: 600px;
    margin: 15px auto 0 auto;
}

/* --- RESPONSIVIDADE PARA CELULARES --- */
@media (max-width: 768px) {
    h1.main-headline { font-size: 2.2rem; }
    h2 { font-size: 1.8rem; }

    .future-columns, .author-section, .pillars-container, .choice-columns {
        flex-direction: column;
    }
    
    .author-image {
        max-width: 150px;
        margin: 0 auto;
    }
    
    .author-section {
        text-align: center;
    }
}/* End custom CSS */