:root {
    --primary-color: #2f6d3a;
    --secondary-color: #6e9b55;
    --accent-color: #f4f7f1;
    --dark-color: #222222;
    --text-color: #555555;
    --white-color: #ffffff;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text-color);
    background-color: var(--white-color);
}
section {
    position: relative;
    padding: 60px 0;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--dark-color);
    font-weight: 700;
}
a {
    text-decoration: none;
}
.btn-primary-custom {
    background-color: var(--primary-color);
    border: none;
}
.btn-primary-custom:hover {
    background-color: #25582f;
}
#footer {
    padding: 40px 0;
}
/* Hero */
#hero {
    padding: 50px 0 80px 0;
    background-color: #F1F3EA;
    );
}
/* Hero Content */
.hero-content {
    text-align: left;
}
/* Hero Badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    margin-bottom: 20px;
    border-radius: 50px;
    background-color: rgba(47, 109, 58, 0.10);
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 600;
}
/* Hero Title */
#hero h1 {
    margin-bottom: 20px;
    font-size: 2.2rem;
    line-height: 1.2;
}
/* Hero Subtitle */
.hero-subtitle {
    margin-bottom: 30px;
    font-size: 1.1rem;
    line-height: 1.7;
}
/* Hero Benefits */
.hero-benefits {
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}
.hero-benefits li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 1rem;
}
.hero-benefits i {
    color: var(--primary-color);
}
/* Hero Price */
.hero-price {
    margin-bottom: 25px;
}
.old-price {
    display: block;
    color: #888;
    text-decoration: line-through;
    font-size: 1rem;
}
.current-price {
    display: block;
    margin-top: 5px;
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: 700;
}
/* Hero Button */
.hero-btn {
    padding: 15px 32px;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 10px;
}
/* Hero Image */
.hero-image {
    text-align: center;
}
.hero-image img {
    max-width: 100%;
    margin: 0 auto;
}
/* Desktop */
@media (min-width: 992px) {
    #hero {
        min-height: 90vh;
        display: flex;
        align-items: center;
    }
    #hero h1 {
        font-size: 3rem;
    }
    .hero-subtitle {
        font-size: 1.25rem;
    }
}


/* Por Que Criei Este Ebook */

/* Conteúdo */

.why-content h2 {

    margin-bottom: 25px;

    font-size: 2rem;
    line-height: 1.3;

}

.why-content p {

    margin-bottom: 20px;

    font-size: 1.05rem;
    line-height: 1.9;

}

/* Destaque */

.why-highlight {

    margin: 30px 0;

    padding: 25px;

    border-left: 5px solid var(--primary-color);

    background-color: #ffffff;

    border-radius: 0 15px 15px 0;

}

.why-highlight p {

    margin: 0;

    color: var(--dark-color);

    font-size: 1.2rem;
    font-weight: 600;

}

/* Imagem */

.why-image {

    text-align: center;

}

.why-image img {

    width: 100%;
    max-width: 420px;

    margin: 0 auto;

}

/* Desktop */

@media (min-width: 992px) {

    .why-content h2 {

        font-size: 2.8rem;

    }

}



/* Sobre Maria Amélia */

.about-author-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    margin-bottom: 20px;
    border-radius: 50px;
    background-color: rgba(47, 109, 58, 0.10);
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 600;
}

/* Imagem */

.author-image {

    text-align: center;

}

.author-image img {

    width: 100%;
    max-width: 450px;

    border-radius: 20px;

    margin: 0 auto;

}

/* Conteúdo */

.author-content h2 {

    margin-bottom: 25px;

    font-size: 2rem;
    line-height: 1.3;

}

.author-content p {

    margin-bottom: 20px;

    font-size: 1.05rem;
    line-height: 1.8;

}

/* Destaque */

.author-highlight {

    padding: 25px;

    margin-top: 30px;

    border-left: 4px solid var(--primary-color);

    background-color: #f7faf5;

    color: var(--dark-color);

    font-weight: 600;

}

/* Estatísticas */

.author-stat {

    height: 100%;

    padding: 30px 20px;

    border-radius: 20px;

    background-color: #f7faf5;

    text-align: center;

}

.author-stat-number {

    color: var(--primary-color);

    font-size: 2rem;
    font-weight: 700;

    line-height: 1.2;

}

.author-stat-text {

    margin-top: 8px;

    color: var(--text-color);

    font-size: 1rem;

}

/* Desktop */

@media (min-width: 992px) {

    .author-content h2 {

        font-size: 2.8rem;

    }

    .author-stat-number {

        font-size: 2.4rem;

    }

}



/* Depoimentos */

/* Card */

.testimonial-card {

    overflow: hidden;

    border-radius: 16px;

    background-color: #ffffff;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);

    transition: all 0.3s ease;

}

.testimonial-card:hover {

    transform: translateY(-5px);

}

/* Imagem */

.testimonial-card img {

    width: 100%;

    height: auto;

    display: block;

}



/* Apresentação Do Ebook */

/* Vídeo Apresentação */

.presentation-video {

    max-width: 420px;

    margin: 0 auto;

    overflow: hidden;

    border-radius: 20px;

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.10);

}

.presentation-video iframe {

    width: 100%;

    aspect-ratio: 9 / 16;

    display: block;

    border: none;

}

/* Destaque */

.presentation-highlight {

    padding: 30px;

    border-radius: 20px;

    background-color: #ffffff;

    text-align: center;

}

.presentation-highlight p {

    margin: 0;

    font-size: 1.1rem;
    line-height: 1.8;

}

/* Desktop */

@media (min-width: 992px) {

    #ebook-presentation h2 {

        font-size: 2.8rem;

    }

}




/* FAQ */

/* Accordion */

#faq .accordion-item {

    margin-bottom: 15px;

    border: none;

    border-radius: 15px;

    overflow: hidden;

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);

}

/* Cabeçalho */

#faq .accordion-button {

    padding: 20px 25px;

    font-weight: 600;

    font-size: 1.05rem;

    background-color: #ffffff;

}

#faq .accordion-button:not(.collapsed) {

    color: var(--primary-color);

    background-color: #f7faf5;

    box-shadow: none;

}

#faq .accordion-button:focus {

    box-shadow: none;

}

/* Corpo */

#faq .accordion-body {

    padding: 25px;

    line-height: 1.8;

}




/* Oferta Final */

#offer {

    background-color: var(--primary-color);

}

/* Box */

.offer-box {

    padding: 40px 30px;

    border-radius: 24px;

    background-color: #ffffff;

    text-align: center;

    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);

}

/* Badge */

.offer-badge {

    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 10px 18px;

    border-radius: 50px;

    background-color: rgba(47, 109, 58, 0.10);

    color: var(--primary-color);

    font-size: 0.9rem;
    font-weight: 600;

}

/* Título */

.offer-box h2 {

    margin-top: 25px;
    margin-bottom: 20px;

    font-size: 2rem;
    line-height: 1.3;

}

/* Descrição */

.offer-description {

    max-width: 650px;

    margin: 0 auto 30px;

    line-height: 1.8;

}

/* Itens */

.offer-items {

    margin-bottom: 35px;

}

.offer-item {

    margin-bottom: 12px;

    font-size: 1.05rem;

}

.offer-item i {

    margin-right: 8px;

    color: var(--primary-color);

}

/* Preço */

.offer-price {

    margin-bottom: 30px;

}

.offer-price-label {

    display: block;

    margin-bottom: 10px;

    color: #777;

}

.offer-price-value {

    display: block;

    color: var(--primary-color);

    font-size: 3rem;
    font-weight: 700;

    line-height: 1;

}

/* Botão */

.offer-btn {

    padding: 16px 40px;

    font-size: 1.1rem;
    font-weight: 700;

}

/* Garantia */

.offer-guarantee {

    margin-top: 25px;
    margin-bottom: 0;

    color: #666;

    font-size: 0.95rem;

}

.offer-guarantee i {

    color: var(--primary-color);

}

/* Desktop */

@media (min-width: 992px) {

    .offer-box {

        padding: 60px;

    }

    .offer-box h2 {

        font-size: 2.8rem;

    }

    .offer-price-value {

        font-size: 4rem;

    }

}





/* Footer */

#footer a {

    transition: opacity 0.3s ease;

}

#footer a:hover {

    opacity: 0.7;

}


/* WhatsApp Flutuante */

.whatsapp-float {

    position: fixed;

    right: 20px;
    bottom: 20px;

    width: 65px;
    height: 65px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background-color: #25D366;

    color: #ffffff;

    font-size: 2.2rem;

    text-decoration: none;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);

    transition: all 0.3s ease;

    z-index: 9999;

}

.whatsapp-float:hover {

    color: #ffffff;

    transform: scale(1.08);

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);

}