/* Reset e estilos base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Estilos do herói */
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    padding-top: 10%;
    overflow: hidden;
    background-image: url('https://marcusnutribovinos.com.br/wp-content/uploads/2026/01/Background-1920x650-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Camada de sobreposição com gradiente */
.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.1) 100%);
    z-index: 1;
}

/* Conteúdo do herói */
.hero-content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
    z-index: 2;
}

/* Estilo do título */
.hero h1 {
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    max-width: 700px;
    margin-bottom: 2rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

/* Estilo do botão CTA */
.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 1rem 2.8rem;
    border-radius: 8px;
    background: linear-gradient(135deg, #2ecc71 0%, #27ae60 100%);
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
    box-shadow: 0 12px 28px rgba(39, 174, 96, 0.35);
}

.cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(39, 174, 96, 0.38);
    filter: brightness(1.05);
}

.cta-button:active {
    transform: translateY(1px);
    box-shadow: 0 8px 18px rgba(39, 174, 96, 0.3);
}

.cta-button--full {
    width: 100%;
    justify-content: center;
}

.learning-process .cta-button--full {
    max-width: max-content;
    margin: 0 auto;
    white-space: nowrap;
    padding: 1rem 2.8rem;
}

.cta-button--whatsapp {
    background: linear-gradient(135deg, #25d366 0%, #1ebe5b 100%);
    box-shadow: 0 12px 28px rgba(37, 211, 102, 0.35);
}

.cta-button--icon i {
    font-size: 1.2rem;
    margin-right: 0.5rem;
}

.cta-button--spaced {
    margin: 1.5rem 0;
}

/* Ajuste específico para botão WhatsApp em mobile */
@media (max-width: 768px) {
    .cta-button--whatsapp {
        font-size: 0.9rem !important;
        padding: 1.2rem 1.5rem !important;
        min-height: 50px !important;
    }
    
    .cta-button--whatsapp i {
        font-size: 1rem !important;
        margin-right: 0.4rem !important;
    }
}

/* Responsividade */
@media (max-width: 992px) {
    .hero h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .hero {
        padding-top: 15%;
        align-items: flex-start;
        background-position: center 30%;
        background-image: url('https://marcusnutribovinos.com.br/wp-content/uploads/2026/01/Background-mobile-marcus.jpg');
    }
    
    .hero h1 {
        font-size: 2.2rem;
        max-width: 100%;
    }
    
    .hero-content {
        padding: 0 20px;
    }
    
    .hero::before {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.1) 70%);
    }
    
    .cta-button {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
    }

    .learning-process .cta-button--full {
        max-width: 100%;
        padding: 1rem 2.8rem;
    }

}

/* Learning Process Section */
.learning-process {
    padding: 5rem 0;
    background-color: #f9f9f9;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.comparison-section {
    padding: 5rem 0;
    background: linear-gradient(180deg, #f5f8f5 0%, #ffffff 100%);
}

.comparison-section h2 {
    text-align: center;
    font-size: 2.3rem;
    color: #2c3e50;
    margin-bottom: 3rem;
    font-weight: 700;
}

.testimonial-gallery {
    padding: 4.5rem 0;
    background: #ffffff;
}

.testimonial-gallery .container {
    max-width: 1400px;
    padding: 0 1rem;
}

.testimonial-gallery h2 {
    text-align: center;
    font-size: 2.3rem;
    color: #2c3e50;
    margin-bottom: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.practical-solution {
    padding: 5rem 0;
    background: #f9f9f9;
}

.practical-solution h2 {
    text-align: center;
    font-size: 2.3rem;
    color: #2c3e50;
    margin-bottom: 3rem;
    font-weight: 700;
    line-height: 1.3;
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}

.solution-card {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(46, 125, 50, 0.12);
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solution-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 46px rgba(39, 174, 96, 0.18);
}

.solution-image {
    width: 100%;
    height: auto;
    display: block;
}

.solution-content {
    padding: 2rem;
}

.solution-content h3 {
    font-size: 1.6rem;
    color: #2c3e50;
    margin-bottom: 0.8rem;
    font-weight: 700;
}

.solution-content p {
    color: #5d6778;
    line-height: 1.6;
    font-size: 1.05rem;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem;
}

.testimonial-grid figure {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.testimonial-grid img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

@media (max-width: 1024px) {
    .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .solution-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .testimonial-gallery {
        padding: 3.5rem 0;
    }

    .testimonial-gallery h2 {
        font-size: 2rem;
    }

    .practical-solution {
        padding: 4rem 0;
    }

    .practical-solution h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .testimonial-gallery h2 {
        font-size: 1.8rem;
    }

    .testimonial-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .solution-content {
        padding: 1.6rem;
    }

    .solution-content h3 {
        font-size: 1.4rem;
    }

    .solution-content p {
        font-size: 1rem;
    }
}

.comparison-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-bottom: 2.5rem;
}

.comparison-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(46, 125, 50, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.comparison-card h3 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin-bottom: 1.8rem;
    font-weight: 700;
}

.comparison-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    color: #546170;
    font-size: 1.05rem;
    line-height: 1.6;
}

.comparison-card.is-highlighted {
    background: linear-gradient(160deg, #2ecc71 0%, #27ae60 100%);
    color: #ffffff;
    border: none;
    box-shadow: 0 20px 40px rgba(39, 174, 96, 0.35);
}

.comparison-card.is-highlighted h3,
.comparison-card.is-highlighted ul {
    color: #ffffff;
}

.comparison-card.is-highlighted ul li::marker {
    color: rgba(255, 255, 255, 0.5);
}

.comparison-section .cta-button {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 1rem 2.5rem;
    max-width: max-content;
}

.learning-process h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 1rem;
    font-weight: 700;
}

.learning-process .subtitle {
    text-align: center;
    font-size: 1.2rem;
    color: #5d6d7e;
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.process-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    border: 1px solid #eaeaea;
}

.process-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.card-number {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 2.5rem;
    font-weight: 800;
    color: rgba(46, 125, 50, 0.1);
    line-height: 1;
}

.process-card h3 {
    font-size: 1.4rem;
    color: #2c3e50;
    margin: 2rem 2rem 1rem;
    padding-right: 3rem;
    line-height: 1.4;
}

.process-card > p {
    color: #5d6d7e;
    margin: 0 2rem 1.5rem;
    line-height: 1.6;
}

.card-details {
    padding: 0 2rem 2rem;
    border-top: 1px solid #f0f0f0;
    margin-top: 1rem;
}

.card-details p {
    color: #5d6d7e;
    margin-bottom: 0.8rem;
    font-weight: 500;
}

.card-details ul {
    margin-bottom: 1.5rem;
    padding-left: 1.2rem;
}

.card-details li {
    margin-bottom: 0.5rem;
    color: #5d6d7e;
    line-height: 1.4;
    position: relative;
    list-style-type: none;
    padding-left: 1.5rem;
    margin-left: 0;
    font-size: 1rem;
}

.card-details li:before {
    content: '•';
    color: #2e7d32;
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -0.2rem;
    line-height: 1;
}

.result {
    background-color: #f5f9f5;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1.5rem !important;
    border-right: 3px solid #2e7d32;
}

.result strong {
    color: #2e7d32;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .learning-process {
        padding: 3rem 0;
    }
    
    .learning-process h2 {
        font-size: 2rem;
    }
    
    .process-steps {
        grid-template-columns: 1fr;
    }
    
    .process-card h3 {
        font-size: 1.3rem;
        margin: 1.5rem 1.5rem 1rem;
    }
    
    .card-details {
        padding: 0 1.5rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .learning-process h2 {
        font-size: 1.8rem;
    }
    
    .learning-process .subtitle {
        font-size: 1.1rem;
    }
    
    .process-card h3 {
        font-size: 1.2rem;
        margin: 1.2rem 1.2rem 0.8rem;
    }
    
    .card-details {
        padding: 0 1.2rem 1.2rem;
    }
}

/* Target Audience Section */
.target-audience {
    padding: 5rem 0;
    background-color: #fff;
}

.target-audience h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 2rem;
    font-weight: 700;
}

.attention-box {
    background-color: #f8f9fa;
    border-left: 4px solid #2e7d32;
    padding: 1.5rem;
    margin: 0 auto 3rem;
    max-width: 800px;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.attention-icon {
    background-color: #2e7d32;
    color: white;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.attention-box p {
    margin: 0;
    color: #2c3e50;
    font-size: 1.1rem;
    line-height: 1.6;
}

.audience-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.audience-card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.audience-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.audience-card h3 {
    font-size: 1.5rem;
    color: #2c3e50;
    margin-top: 0;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f0f0f0;
}

.audience-item {
    margin-bottom: 1.5rem;
}

.audience-item h4 {
    color: #2e7d32;
    font-size: 1.2rem;
    margin: 0 0 0.5rem 0;
}

.audience-item p {
    color: #5d6d7e;
    margin: 0;
    line-height: 1.6;
}

.audience-card ul {
    padding-left: 1.5rem;
    margin: 0 0 1.5rem 0;
}

.audience-card li {
    margin-bottom: 0.8rem;
    color: #5d6d7e;
    line-height: 1.6;
    position: relative;
}

.audience-card li:before {
    content: '•';
    color: #2e7d32;
    font-weight: bold;
    position: absolute;
    left: -1.2rem;
}

.audience-cta {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1.2rem;
    margin-top: 1.5rem;
    border-bottom: 3px solid #2e7d32;
}

.audience-cta p {
    margin: 0;
    color: #2c3e50;
    font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .audience-cards {
        grid-template-columns: 1fr;
        padding: 0 1rem;
    }
    
    .audience-card {
        padding: 1.5rem;
    }
    
    .target-audience h2 {
        font-size: 2rem;
        padding: 0 1rem;
    }
    
    .attention-box {
        margin: 0 1rem 2rem;
        width: auto;
    }
}

@media (max-width: 480px) {
    .target-audience h2 {
        font-size: 1.8rem;
    }
    
    .audience-card h3 {
        font-size: 1.3rem;
    }
    
    .audience-item h4 {
        font-size: 1.1rem;
    }
    
    .attention-box p {
        font-size: 1rem;
    }
}

/* About Course Section */
.about-course {
    padding: 5rem 0;
    background-color: #f9f9f9;
}

.about-course h2 {
    text-align: center;
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 2.5rem;
}

.course-description {
    max-width: 800px;
    margin: 0 auto 4rem;
    text-align: center;
    padding: 0 20px;
}

.course-description p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #34495e;
    margin-bottom: 1.5rem;
}

.feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    margin: 2rem 0;
    padding: 0;
    list-style: none;
}

.feature-list li {
    background-color: #e8f5e9;
    color: #2e7d32;
    padding: 0.8rem 1.5rem;
    border-radius: 30px;
    font-weight: 500;
    font-size: 1.05rem;
}

.course-format {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin: 4rem 0;
    flex-wrap: wrap;
    padding: 0 20px;
}

.format-item {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    transition: transform 0.3s ease;
}

.format-item:hover {
    transform: translateY(-5px);
}

.format-item h3 {
    color: #2e7d32;
    font-size: 1.2rem;
    margin: 0;
}

.how-it-works {
    max-width: 1200px;
    margin: 3rem auto 5rem;
    padding: 0 20px;
}

.how-it-works h3 {
    text-align: center;
    font-size: 2rem;
    color: #2e7d32;
    margin-bottom: 2rem;
}

.how-it-works > p {
    text-align: center;
    font-size: 1.1rem;
    color: #555;
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.6;
}

.steps-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .steps-container {
        grid-template-columns: 1fr;
    }
}

.step {
    background: #fff;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(46, 125, 50, 0.15);
}

.step:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.step h4 {
    color: #2e7d32;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
}

.step h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #2e7d32;
    border-radius: 50%;
    opacity: 0.7;
}

.step p {
    color: #555;
    line-height: 1.6;
    margin: 0;
}

.how-it-works h3 {
    text-align: center;
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 2rem;
}

.how-it-works > p {
    text-align: center;
    font-size: 1.1rem;
    color: #34495e;
    margin-bottom: 3rem;
}

.step {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-left: 4px solid #2e7d32;
}

.step h4 {
    color: #2e7d32;
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.step p {
    color: #34495e;
    line-height: 1.7;
    margin: 0;
}

.delivery-method {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.delivery-method h3 {
    text-align: center;
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 2.5rem;
}

.delivery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    padding: 0 10px;
}

.delivery-item {
    background: white;
    padding: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    font-size: 1.05rem;
    line-height: 1.5;
    color: #34495e;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.delivery-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments for About Course Section */
@media (max-width: 768px) {
    .about-course h2 {
        font-size: 2rem;
    }
    
    .course-format {
        flex-direction: column;
        align-items: center;
    }
    
    .format-item {
        max-width: 100%;
        width: 100%;
    }
    
    .delivery-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .about-course h2 {
        font-size: 1.8rem;
    }
    
    .feature-list {
        flex-direction: column;
        align-items: center;
    }
    
    .feature-list li {
        width: 100%;
        text-align: center;
    }
    
    .step h4 {
        font-size: 1.2rem;
    }
}

/* Espaçamento padronizado entre seções no mobile */
@media (max-width: 600px) {
    section {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }
}
