@font-face {
    font-family: "PlantagenetCherokee";
    src: url("../fonts/PlantagenetCherokeeRegular.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

/* Reset e Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fdfdfd;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Utilitários responsivos */
.desktop-br {
    display: inline;
}

@media (max-width: 768px) {
    .desktop-br {
        display: none;
    }
}

/* Header */
header {
    display: flex;
    align-items: center;
    background-color: #FEF4E0;
    padding: 0px 0px 0px 160px;
    min-height: 600px;
    justify-content: space-between;
}

header .content {
    flex: 1;
    max-width: 690px;
}

header h1 {
    font-family: "PlantagenetCherokee", Arial, sans-serif;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.1;
    font-weight: 500;
    color: #2c2c2c;
    margin: 20px 0;
}

header h1 span {
    color: #fb7b40;
}

header p {
    font-size: clamp(16px, 2vw, 18px);
    margin: 20px 0 30px 0;
    line-height: 1.5;
}

.garrafa-leite {
    background-image: url("../images/garrafa_leite.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: clamp(300px, 35vw, 510px);
    height: clamp(360px, 42vw, 600px);
    flex-shrink: 0;
}

/* Buttons */
.especialistas {
    font-size: 12px;
    display: inline-block;
    background: rgba(251, 123, 64, 0.16);
    color: #454545;
    padding: 12px 20px;
    border-radius: 45px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.btn {
    display: inline-block;
    padding: 16px 32px;
    background: #44a257;
    color: #fff;
    border-radius: 45px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: 0.3s;
    text-align: center;
}

.btn:hover {
    background: #398a4a;
    transform: translateY(-2px);
}

.btn-center {
    display: block;
    margin: 30px auto;
    width: fit-content;
}

/* Highlight Section */
.highlight-section {
    background: #fb7b40;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 25px 20px;
    font-size: clamp(16px, 2.5vw, 20px);
}

/* Features Section */
.features {
    padding: 60px 20px;
    background: #fde1c6;
    text-align: center;
}

.features img {
    margin: 0 auto 30px auto;
    max-width: 120px;
}

.features h2 {
    font-family: "PlantagenetCherokee", Arial, sans-serif;
    font-weight: 200;
    font-size: clamp(28px, 4vw, 36px);
    color: #2c2c2c;
    margin-bottom: 40px;
}

.features ul.duas-colunas {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    list-style: none;
    max-width: 800px;
    margin: 0 auto;
}

.features ul li {
    text-align: left;
    position: relative;
    padding-left: 25px;
    font-size: 1.2rem;
    line-height: 1.4;
}

.features ul li::before {
    content: "•";
    color: #fb7b40;
    font-size: 1.8em;
    position: absolute;
    left: 0;
    top: -5px;
}

/* Learning Section */
.learning {
    background-color: #fef4e0;
    padding: 60px 20px;
    text-align: center;
}

.learning h2 {
    font-family: "PlantagenetCherokee", Arial, sans-serif;
    font-weight: 200;
    font-size: clamp(28px, 4vw, 36px);
    color: #2c2c2c;
    margin-bottom: 50px;
}

.learning-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto 40px auto;
}

.card {
    text-align: left;
    align-items: start;
    font-size: 1.2rem;
    background-color: #feead3;
    padding: 30px 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.card .number {
    font-family: "PlantagenetCherokee", Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #fb7b40;
    color: #fff;
    border-radius: 50%;
    font-weight: 600;
    font-size: 18px;
}

/* E-book Content Section */
.ebook-content {
    background-color: #fee1c6;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 0px;
}

.ebook-art {
    flex: 0 0 auto;
}

.ebook-img {
    width: clamp(280px, 35vw, 420px);
}

.second-column {
    flex: 1;
    padding: 50px 0px 10px 40px;
}

.second-column h2 {
    font-family: "PlantagenetCherokee", Arial, sans-serif;
    font-size: clamp(28px, 4vw, 36px);
    color: #2c2c2c;
    margin-bottom: 30px;
}

.second-column ul {
    list-style: none;
    margin-bottom: 30px;
}

.second-column li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.4;
}

.second-column li img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
}

/* Testimonials */
.testimonials {
    padding: 60px 20px;
    text-align: center;
    background: #fef4e0;
}

.testimonials h2 {
    font-family: "PlantagenetCherokee", Arial, sans-serif;
    font-weight: 400;
    font-size: clamp(28px, 4vw, 36px);
    line-height: 1.2;
    margin-bottom: 50px;
    color: #2c2c2c;
}

.testimonials-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.testimonial {
    padding: 25px;
    border-radius: 20px;
    border: 2px solid #fb7b40;
    background: #fff;
}

.testimonial p {
    margin-bottom: 15px;
    font-style: italic;
    line-height: 1.5;
}

.testimonial strong {
    color: #fb7b40;
}

/* Pricing Section */
.pricing {
    background-color: #fee1c6;
    text-align: center;
    padding: 60px 20px;
}

.pricing .especialistas {
    border: 2px solid #fb7b40;
    background-color: transparent;
    color: #fb7b40;
}

.pricing h1 {
    font-family: "PlantagenetCherokee", Arial, sans-serif;
    font-weight: 300;
    font-size: clamp(28px, 4vw, 36px);
    line-height: 1.2;
    color: #2c2c2c;
    margin: 30px 0;
}

.pricing h1 span {
    color: #fb7b40;
}

.price-tag {
    position: relative;
    background: #f96019;
    color: #fff;
    font-size: clamp(16px, 2vw, 20px);
    padding: 30px 40px;
    display: inline-block;
    margin: 30px 0;
    border-radius: 25px;
    font-weight: 400;
    line-height: 1.4;
}

.price-tag span {
    font-size: clamp(28px, 4vw, 40px);
    font-weight: bold;
    color: #000;
    display: block;
    margin-top: 10px;
}

.price-art {
    position: absolute;
    right: -110px;
    top: 40%;
    transform: translateY(-50%);
    width: clamp(180px, 192px, 140px);
    height: auto;
    z-index: 2;
}

/* FAQ Section */
.faq {
    background-color: #fef4e0;
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding: 0px;
}

.faq-text {
    flex: 1;
    padding: 50px 15px 0px 50px;
}

.faq-text h2 {
    font-family: "PlantagenetCherokee", Arial, sans-serif;
    font-size: clamp(28px, 4vw, 36px);
    color: #2c2c2c;
    margin-bottom: 30px;
}

.faq-text h3 {
    margin: 25px 0 10px 0;
    color: #fb7b40;
    font-size: 18px;
}

.faq-text p {
    margin-bottom: 20px;
    line-height: 1.5;
}

.duvidas-art {
    flex: 0 0 auto;
}

.morangos-img {
    width: clamp(280px, 35vw, 420px);
}

/* Authors Section */
.authors {
    background-color: #fee1c6;
    text-align: center;
    padding: 60px 20px 20px 20px;
}

.authors h2 {
    font-family: 'PlantagenetCherokee', Arial, sans-serif;
    font-size: clamp(28px, 4vw, 36px);
    color: #2C2C2C;
    margin-bottom: 40px;
}

.autoras {
    flex-direction: row;
    max-width: 900px;
    margin: 0 auto;
    gap: 40px;
}

.author-bio {
    text-align: center;
}

.authors h3 {
    font-family: 'PlantagenetCherokee', Arial, sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 1.7rem;
    margin-bottom: 15px;
}

.authors p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.authors .contact {
    font-weight: bold;
    color: #2c2c2c;
}

/* Footer */
footer {
    background-color: #FEF4E0;
    padding: 50px 20px;
    color: #555;
    text-align: left;
}

.rodape {
    width: 100%;
    padding: 50px;
    max-width: 800px;
    line-height: 1.6;
}

.rodape > h3 {
    font-family: 'PlantagenetCherokee', Arial, sans-serif;
    font-weight: 400;
    color: #333;
    font-size: 1.4rem;
}

/* RESPONSIVIDADE */

/* Tablets */
@media (max-width: 1024px) and (min-width: 769px) {
    header {
        padding: 40px 20px;
    }
    
    .learning-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .price-art {
        right: -40px;
        width: clamp(60px, 10vw, 100px);
    }
}

/* Mobile */
@media (max-width: 768px) {
    header {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
        min-height: auto;
    }
    
    header .content {
        order: 1;
    }
    
    .garrafa-leite {
        order: 2;
        margin-top: 30px;
        width: clamp(250px, 70vw, 350px);
        height: clamp(300px, 85vw, 420px);
    }
    
    .btn {
        display: block;
        width: 100%;
        max-width: 320px;
        margin: 20px auto;
    }
    
    .features ul.duas-colunas {
        grid-template-columns: 1fr;
    }
    
    .learning-grid {
        grid-template-columns: 1fr;
    }
    
    .ebook-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 40px 20px;
    }
    
    .ebook-img {
        width: min(300px, 80vw);
        margin-bottom: 30px;
    }
    
    .second-column {
        text-align: left;
        padding: 25px 0px 10px 0px;
    }
    
    .testimonials-group {
        grid-template-columns: 1fr;
    }
    
    .price-art {
        position: absolute;
        right: -80px;
        top: 40%;
        transform: translateY(-50%);
        width: clamp(130px, 12vw, 140px);
        height: auto;
        z-index: 2;
    }
    
    .faq {
        flex-direction: column;
        text-align: center;
    }
    
    .faq-text {
        text-align: left;
    }
    
    .morangos-img {
        width: min(280px, 70vw);
        margin: 0px 0px 0px 50px;
    }
    
    .autoras {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* Mobile pequeno */
@media (max-width: 480px) {
    .card {
        padding: 20px 15px;
    }
    
    .testimonial {
        padding: 20px 15px;
    }
    
    .price-tag {
        padding: 20px 25px;
        margin: 20px 10px;
    }
    
    .garrafa-leite {
        width: clamp(200px, 80vw, 280px);
        height: clamp(240px, 95vw, 340px);
    }
}