.elementor-266 .elementor-element.elementor-element-05aa4c4{--display:flex;}.elementor-266 .elementor-element.elementor-element-8ad8ae2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS *//* Reset e configurações básicas */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #000000;
    color: #FFFFFF;
    line-height: 1.6;
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Botões CTA */
.cta-button {
    display: inline-block;
    background: linear-gradient(45deg, #00FF66, #33CC66);
    color: #000000;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 255, 102, 0.3);
    border: none;
    cursor: pointer;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 255, 102, 0.4);
    background: linear-gradient(45deg, #33CC66, #00FF66);
}

.cta-button.large {
    padding: 25px 50px;
    font-size: 20px;
}

/* 1. Hero Section */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    position: relative;
    padding: 80px 0;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(0, 255, 102, 0.1) 0%, transparent 70%);
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-subtitle {
    font-size: clamp(16px, 3vw, 24px);
    font-weight: 400;
    margin-bottom: 40px;
    opacity: 0.9;
}

/* 2. Benefícios */
.benefits {
    padding: 80px 0;
    background: #000000;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 60px;
}

.benefit-item {
    text-align: center;
    padding: 40px 20px;
    border-radius: 15px;
    background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
    border: 1px solid #333;
    transition: all 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-10px);
    border-color: #33CC66;
    box-shadow: 0 15px 40px rgba(0, 255, 102, 0.2);
}

.benefit-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.benefit-item h3 {
    color: #33CC66;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.benefit-item p {
    font-size: 16px;
    opacity: 0.9;
}

/* 3. Identificação */
.identification {
    padding: 80px 0;
    background: #000000;
}

.identification h2 {
    text-align: center;
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    margin-bottom: 60px;
}

.frustrations {
    max-width: 800px;
    margin: 0 auto 60px;
}

.frustration-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 20px;
    background: #1a1a1a;
    border-radius: 10px;
    border-left: 4px solid #FF3333;
}

.cross {
    font-size: 24px;
    margin-right: 15px;
    flex-shrink: 0;
}

.frustration-item p {
    font-size: 16px;
    line-height: 1.6;
}

.closing-message {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.closing-message p {
    font-size: 18px;
    margin-bottom: 30px;
}

/* 4. O Que Você Vai Receber */
.what-you-get {
    padding: 80px 0;
    background: #000000;
}

.what-you-get h2 {
    text-align: center;
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    margin-bottom: 60px;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.product-item {
    background: #FFFFFF;
    color: #000000;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.product-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(255, 255, 255, 0.2);
}

.product-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.product-item h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
}

.product-item p {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
}

/* 5. Como Funciona */
.how-it-works {
    padding: 80px 0;
    background: #000000;
}

.how-it-works h2 {
    text-align: center;
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    margin-bottom: 60px;
}

.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
    gap: 20px;
}

.step {
    text-align: center;
    flex: 1;
    min-width: 150px;
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #00FF66, #33CC66);
    color: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto 15px;
}

.step h3 {
    font-size: 16px;
    font-weight: 600;
}

.features-list {
    max-width: 800px;
    margin: 0 auto;
}

.feature {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 15px;
    background: #1a1a1a;
    border-radius: 10px;
}

.check {
    color: #33CC66;
    font-size: 20px;
    margin-right: 15px;
    flex-shrink: 0;
}

.feature p {
    font-size: 16px;
    line-height: 1.6;
}

/* 6. Além da Transformação Física */
.beyond-physical {
    padding: 80px 0;
    background: #000000;
}

.beyond-physical h2 {
    text-align: center;
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    margin-bottom: 60px;
}

.transformation-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.transformation-item {
    text-align: center;
    padding: 30px 20px;
    background: #1a1a1a;
    border-radius: 15px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.transformation-item:hover {
    border-color: #33CC66;
    transform: translateY(-5px);
}

.transformation-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.transformation-item h3 {
    font-size: 18px;
    font-weight: 700;
    color: #33CC66;
}

.transformation-item p {
    font-size: 14px;
    margin-top: 5px;
    opacity: 0.8;
}

/* 7. Sobre o Gustavo */
.about-gustavo {
    padding: 80px 0;
    background: #000000;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 60px;
    align-items: center;
}

.about-text h2 {
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    margin-bottom: 30px;
    color: #33CC66;
}

.about-text p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.credentials {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
}

.credential {
    color: #33CC66;
    font-weight: 600;
    font-size: 16px;
}

.about-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 255, 102, 0.2);
}

/* 8. Resultados Reais */
.real-results {
    padding: 80px 0;
    background: #000000;
    text-align: center;
}

.real-results h2 {
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    margin-bottom: 30px;
}

.results-description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.results-placeholder {
    background: #1a1a1a;
    padding: 60px 40px;
    border-radius: 20px;
    margin-bottom: 40px;
    border: 2px dashed #33CC66;
}

.results-placeholder p {
    font-size: 18px;
    margin-bottom: 10px;
}

/* 9. Depoimentos */
.testimonials {
    padding: 80px 0;
    background: linear-gradient(135deg, #1a1a1a 0%, #000000 100%);
}

.testimonial-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-content p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
    font-style: italic;
}

/* 10. Oferta e Preço */
.offer {
    padding: 80px 0;
    background: #000000;
}

.price-breakdown {
    background: #1a1a1a;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.price-breakdown h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    color: #33CC66;
}

.price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #333;
}

.price-item:last-child {
    border-bottom: none;
}

.price {
    font-weight: 700;
    color: #FFFFFF;
}

.total-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-top: 2px solid #33CC66;
    margin-top: 20px;
}

.total-price {
    font-size: 24px;
    color: #FF3333;
    text-decoration: line-through;
}

.offer-text {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.special-offer {
    text-align: center;
}

.special-offer h3 {
    font-size: 22px;
    margin-bottom: 40px;
    color: #33CC66;
}

.price-card {
    background: linear-gradient(145deg, #33CC66, #00FF66);
    color: #000000;
    padding: 40px;
    border-radius: 20px;
    margin: 40px auto;
    max-width: 400px;
    box-shadow: 0 15px 40px rgba(0, 255, 102, 0.3);
}

.installment-price {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 10px;
}

.cash-price {
    font-size: 24px;
    font-weight: 600;
}

.investment-text {
    font-size: 18px;
    margin: 30px 0;
    font-style: italic;
}

/* 11. Garantia */
.guarantee {
    padding: 80px 0;
    background: #000000;
    text-align: center;
}

.guarantee-content {
    max-width: 600px;
    margin: 0 auto;
}

.guarantee-icon {
    font-size: 64px;
    margin-bottom: 30px;
}

.guarantee h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #33CC66;
}

.guarantee p {
    font-size: 18px;
    line-height: 1.6;
}

/* 12. Urgência */
.urgency {
    padding: 40px 0;
    background: linear-gradient(45deg, #FF3333, #CC0000);
    text-align: center;
}

.urgency-message h2 {
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 700;
    color: #FFFFFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* 13. Público-alvo */
.target-audience {
    padding: 80px 0;
    background: #000000;
}

.target-audience h2 {
    text-align: center;
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    margin-bottom: 60px;
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.audience-item {
    background: #FFFFFF;
    color: #000000;
    padding: 30px 20px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
}

.audience-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.2);
}

.audience-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.audience-item h3 {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.interactive-question {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.interactive-question h3 {
    font-size: 24px;
    margin-bottom: 30px;
    color: #33CC66;
}

.question-buttons {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.question-btn {
    background: #1a1a1a;
    color: #FFFFFF;
    border: 2px solid #33CC66;
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.question-btn:hover {
    background: #33CC66;
    color: #000000;
    transform: translateY(-3px);
}

/* 14. Confirmação */
.confirmation {
    padding: 80px 0;
    background: #000000;
}

.confirmation h2 {
    text-align: center;
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    margin-bottom: 60px;
}

.guarantees-list {
    max-width: 600px;
    margin: 0 auto;
}

.guarantee-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 15px;
    background: #1a1a1a;
    border-radius: 10px;
}

.guarantee-item .check {
    color: #33CC66;
    font-size: 20px;
    margin-right: 15px;
    flex-shrink: 0;
}

.guarantee-item span:last-child {
    font-size: 16px;
    line-height: 1.6;
}

/* 15. FAQ */
.faq {
    padding: 80px 0;
    background: #000000;
}

.faq h2 {
    text-align: center;
    font-size: clamp(24px, 4vw, 36px);
    font-weight: 700;
    margin-bottom: 60px;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto 60px;
}

.faq-item {
    background: #1a1a1a;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.faq-question {
    display: flex;
    align-items: center;
    padding: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #2a2a2a;
}

.faq-icon {
    font-size: 20px;
    margin-right: 15px;
    color: #33CC66;
}

.faq-question h3 {
    flex: 1;
    font-size: 18px;
    font-weight: 600;
}

.faq-toggle {
    font-size: 24px;
    font-weight: 700;
    color: #33CC66;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
    transform: rotate(45deg);
}

.faq-answer {
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active .faq-answer {
    padding: 0 25px 25px;
    max-height: 200px;
}

.faq-answer p {
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
}

.faq .cta-button {
    display: block;
    margin: 0 auto;
    text-align: center;
}

/* 16. Rodapé */
.footer {
    padding: 60px 0 30px;
    background: #1a1a1a;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.footer-links a {
    color: #33CC66;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #00FF66;
}

.footer-disclaimer {
    margin-bottom: 20px;
}

.footer-disclaimer p {
    font-size: 14px;
    opacity: 0.7;
    max-width: 600px;
    margin: 0 auto;
}

.footer-copyright p {
    font-size: 14px;
    opacity: 0.8;
}

/* Responsividade */
@media (max-width: 768px) {
    .about-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .steps {
        flex-direction: column;
        gap: 30px;
    }
    
    .benefits-grid,
    .products-grid,
    .transformation-grid,
    .audience-grid {
        grid-template-columns: 1fr;
    }
    
    .question-buttons {
        grid-template-columns: 1fr;
    }
    
    .footer-links {
        flex-direction: column;
        gap: 15px;
    }
    
    .price-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .total-line {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

/* Animações */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.benefit-item,
.product-item,
.transformation-item,
.audience-item {
    animation: fadeInUp 0.6s ease forwards;
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}



/* Estilos para o vídeo do YouTube */
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    margin: 30px auto;
    max-width: 800px; /* Limita a largura do vídeo */
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 255, 102, 0.3);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}




/* Estilos para o Carrossel de Resultados */
.results-carousel {
    position: relative;
    width: 100%;
    max-width: 900px; /* Ajuste conforme necessário */
    margin: 40px auto;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 255, 102, 0.3);
    background: #1a1a1a;
    padding: 20px;
}

.carousel-inner {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    min-width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.carousel-item img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    border: 3px solid #33CC66;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 15px;
    cursor: pointer;
    font-size: 24px;
    z-index: 100;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.carousel-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.carousel-button.prev {
    left: 10px;
}

.carousel-button.next {
    right: 10px;
}

@media (max-width: 768px) {
    .carousel-button {
        padding: 10px;
        font-size: 18px;
    }
}/* End custom CSS */