/* =====================================
   RESET BÁSICO E BASE VISUAL GERAL
===================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: #f9f9f9;
    color: #333;
    line-height: 1.6;
}

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

/* =====================================
   CABEÇALHO DA PÁGINA
===================================== */
/* vídeo ocupa toda a área da hero */
.hero {
    background-image: url('../images/defaultbackground.png');
    background-size: cover;
    box-shadow: 0px -3px 11px rgb(203 186 96);
    justify-content: center;
    padding: 8px 7px 1px 15px;
    align-items: center;

}
.hero.hero-video {
    margin-top: 6px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 4px 11px rgb(203 186 96);
    border-radius: 15px;
}

.hero-content {
    position: relative; /* garante que fique acima do vídeo */
    display: flex;
    flex-direction: column;
    max-width: 80vw;
    padding: 23px 3vw 9vh 20px;
    text-align: center;
    gap: 10px;
}

.hero-content h1 {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 600;
    text-shadow: 
        0px 5px 160px,
        rgba(195, 195, 195, 0.9) 8px 5px 5px,
        #ffd200 3px 4px 3px;
        margin: 0;
}
.hero-content p {
    color: #FFFFFF;
    text-shadow: 
        0px 5px 160px,
        rgba(195, 195, 195, 0.9) 8px 5px 5px,
        #ffd200 3px 4px 3px;
}


.page-header {
    background: linear-gradient(135deg, #2f2d8d 0%, #3a389b 60%, #4a49b5 100%);
    color: #fff;
    text-align: center;
    padding: 80px 20px 60px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.25);
}

.page-header h1 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #FFD200;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.5);
}

.page-header p {
    font-size: 1.2rem;
    color: #fff;
    opacity: 0.9;
}

/* =====================================
   SEÇÃO: INSTRUÇÕES / BENEFÍCIOS
===================================== */
.reseller-instructions {
    background-image: url('../images/acoescovado2_bg.png');
    background-size: cover;
    box-shadow: 0px -3px 11px rgb(203 186 96);
    padding: 1vh 0;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

            .section-title-right {
                font-size: 1.2rem;
                font-weight: 700;
                color: #333;
                position: relative;
                text-decoration: none;
                padding: 1px 15px -1px 15px;
                text-shadow: var(--secondary-color-hover) 2px 2px 3px, rgba(83, 76, 25, 0.25) 1px 0px 2px, rgba(82, 75, 24, 0.25) 3px 3px 9px;
                text-align: right;
                display: table;
                margin-left: auto;
            }
                .section-title-right::after {
                    content: '';
                    position: absolute;
                    bottom: -3px;
                    right: 0;
                    width: 75vw;
                    height: 4px;
                    background: linear-gradient(135deg, #e3e3e3 0%, #ffe600 50%, #ffe600 100%);
                    border-radius: 2px;
                }

            .section-title {
                font-size: 1.2rem;
                font-weight: 700;
                color: #333;
                position: relative;
                text-decoration: none;
                text-shadow: var(--secondary-color-hover) 2px 2px 3px, rgba(83, 76, 25, 0.25) 1px 0px 2px, rgba(82, 75, 24, 0.25) 3px 3px 9px;
            }
                .section-title::after {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: -3px;
                    width: 75vw;
                    height: 4px;
                    background: linear-gradient(135deg, #F5CA00 0%, #FFFFFF 100%);
                    border-radius: 2px;
                }

.section-header p {
    font-size: 0.75rem;
    color: #555;
    margin-top: 3px;
}

.reseller-benefits {
    margin-bottom: 60px;
}
/* ===== GRID DE BENEFÍCIOS ===== */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    padding: 0 10px;
}

.benefit-item {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0px 4px 14px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 6px 20px rgba(0,0,0,0.15);
}

.benefit-icon {
    font-size: 2.4rem;
    color: #FFD200;
    margin-bottom: 15px;
}

.benefit-item h3 {
    color: #2f2d8d;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.benefit-item p {
    color: #444;
    font-weight: 500;
}

/* =====================================
   INSTRUÇÕES DE CANAIS
===================================== */
.instructions-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 30px 10px;
}

.instruction-item-left {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.08);
    border: 1px solid #e3e3e3;
}

.instruction-item-right {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.08);
    border: 1px solid #e3e3e3;
}

.instruction-text p {
    color: #2f2d8d;
    font-weight: 500;
    text-shadow: #9491a5 1px 1px 3px;
}

/* =====================================
   CONTATOS DO REVENDEDOR
===================================== */
.reseller-contacts {
    background: #fff;
    padding: 60px 0;
}

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

.title-contact-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 15px;
}
.contact-card {
    background: #fefefe;
    border-radius: 12px;
    padding: 25px 20px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.1);
    text-align: center;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.contact-icon {
    font-size: 2rem;
    color: #FFD200;
    margin-bottom: 15px;
}

.contact-card h3 {
    font-size: 1.2rem;
    color: #2f2d8d;
    margin-bottom: 10px;
}

.contact-info a {
    text-decoration: none;
    color: #333;
}

.contact-info a:hover {
    color: #FFD200;
}

.btn-primary {
    display: inline-block;
    background: linear-gradient(135deg, #FFD200 0%, #ffec8b 100%);
    color: #2f2d8d;
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.2);
}

/* =====================================
   CTA: TORNAR-SE REVENDEDOR
===================================== */
.become-reseller {
    background: linear-gradient(135deg, #2f2d8d 0%, #3a389b 100%);
    color: #fff;
    padding: 60px 20px;
    text-align: center;
}

.reseller-cta h3 {
    font-size: 1.8rem;
    color: #FFD200;
    margin-bottom: 10px;
}

.reseller-cta p {
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.cta-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.btn-secondary {
    display: inline-block;
    align-content: center;
    background: #fff;
    color: #2f2d8d;
    font-weight: 600;
    padding: 10px 25px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #FFD200;
    color: #2f2d8d;
    transform: translateY(-3px);
}

/* =====================================
   SEÇÃO: MOSTRUÁRIO
===================================== */
.showroom-info {
    background: #f9f9f9;
    padding: 70px 20px;
}

.showroom-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
    align-items: center;
}

.showroom-text {
    flex: 1;
}

.showroom-text h3 {
    color: #2f2d8d;
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.showroom-text p {
    font-size: 1rem;
    color: #333;
    margin-bottom: 15px;
}

.showroom-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2f2d8d;
    font-weight: 600;
}

.feature-item i {
    color: #FFD200;
    font-size: 1.2rem;
}

.showroom-contact p {
    font-size: 1rem;
    color: #444;
}

.showroom-image {
    flex: 1;
    text-align: center;
    justify-items: end;
}

.instagram-media {
  border-radius: 12px;
  border:#333;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}


.showroom-img {
    width: 100%;
    max-width: 500px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}


/* ===== Responsividade ===== */
@media (min-width: 575px) {
    .section-header {
        justify-self: normal;
        margin-bottom: 20px;
        text-align: left;
    }
        .section-title {
            text-align: left;
        }

        .section-title::after {
            width: 75vw;
        }
        .section-title::after {
            left: 0;
        }

        .section-title-right::after {
            right: 0;
        }

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .hero {
    background-image: url('../images/defaultbackground.png');
    background-size: cover;
    box-shadow: 0px -3px 11px rgb(203 186 96);
    justify-content: center;
    align-items: center;

}
.hero.hero-video {
    padding: 6px 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 4px 11px rgb(203 186 96);
    border-radius: 15px;
    align-self: flex-end;
}

.hero-content {
    position: relative; /* garante que fique acima do vídeo */
    display: flex;
    flex-direction: column;
    max-width: 80vw;
    padding: 23px 3vw 1vh 20px;
    text-align: center;
    gap: 10px;
}

.hero-content h1 {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 600;
    text-shadow: 
        0px 5px 160px,
        rgba(195, 195, 195, 0.9) 8px 5px 5px,
        #ffd200 3px 4px 3px;
}
.hero-content p {
    color: #FFFFFF;
    text-shadow: 
        0px 5px 160px,
        rgba(195, 195, 195, 0.9) 8px 5px 5px,
        #ffd200 3px 4px 3px;
}

}
@media (min-width: 680px) {
    .journey-content,
    .mission-content {
        text-align: justify;
        padding: 15px 27px 20px 22vw;
    }

    .value-item {
        padding: 20px;
    }

    .map-wrapper {
        width: 40vw;
        border-radius: 13px;
        text-decoration: none;
    }
    .location-content {
        padding: 17px 10px 21px 2vw;
        flex-wrap: nowrap;
        gap: 20px;
        align-items: flex-start;
        text-align: justify;
        flex-direction: row;
    }
        .location-info {
            justify-items: normal;
        }

}

@media (min-width: 768px) {
        .hero-content {
            max-width: 30vw;
            padding: 0vw 10px 100px 1vw;
            background-size: cover;
            text-align: start;
        }
            .hero-content h1 {
                font-size: 2rem;
                padding: 1px 12px;
                border-radius: 10px;
                font-weight: 700;
            }

    .section-title {
         font-size: 1.8rem;
    }

    .section-title-right {
        font-size: 1.8rem;
    }
    .values-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .benefits-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
    }
        .benefit-item {
            border-radius: 10px;
            padding: 10px 10px;
        }
            .benefit-icon {
                font-size: 1.5rem;
                margin-bottom: 5px;
            }

            .benefit-item h3 {
                font-size: 1.1rem;
                margin-bottom: 0px;
            }

            .benefit-item p {
                font-size: 0.8rem;
                font-weight: 400;
            }

            .instruction-item-left {
                text-align: center;
                align-self: flex-end;
                padding: 6px 15px;
                max-width: 80vw;
            }

            .instruction-item-right {
                text-align: center;
                align-self: flex-end;
                padding: 6px 15px;
                max-width: 80vw;
            }

.reseller-contacts {
    padding: 0px 0;
}


.contact-icon {
    font-size: 1.3rem;
}

.contact-card h3 {
    font-size: 1.1rem;
    text-align: start;
}

.contact-info a {
    text-align: start;
    text-decoration: none;
    color: #333;
}

.showroom-info {
    padding: 0px 15px;
}
    .showroom-content {
        flex-direction: row;
        justify-content: space-between;
    }

    .showroom-features {
        grid-template-columns: repeat(2, 1fr);
    }
    .title-contact-card {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-bottom: 15px;
    }
        .contact-card h3 {
            font-size: 1.2rem;
            color: #2f2d8d;
            margin-bottom: 10px;
        }

        .contact-info a {
            text-decoration: none;
            color: #333;
        }
}
@media (min-width: 1024px) {
    .benefits-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .contacts-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .showroom-features {
        grid-template-columns: repeat(2, 1fr);
    }
}