/* ===== Reset Básico ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

.container {
    display: block;
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px;
}

/* ===== Estrutura Geral ===== */
.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;
}


.section-header {
    text-align: center;
    margin-bottom: 40px;
}
/* ===== Hero Section ===== */
.about-hero {
    background: url('../static/images/bg-hero-home.jpg') center/cover no-repeat;
    padding: 80px 0;
    color: #fff;
    text-align: center;
}
    .about-hero h1 {
        font-size: 3rem;
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 30px;
        color: #FFD200;
        text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
    }

.hero-image {
    margin-top: 20px;
}

.hero-img {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0px 6px 20px rgba(0,0,0,0.5);
}
        .section-header {
            display: flex;
            flex-direction: column;
            text-align: start;
            justify-content: space-between;
            align-items: normal;
            margin-bottom: 1.2vh;
            justify-self: center;
        }
            .section-title {
                font-size: 1.5rem;
                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: -20vw;
                    bottom: -3px;
                    width: 75vw;
                    height: 4px;
                    background: linear-gradient(135deg, #F5CA00 0%, #FFFFFF 100%);
                    border-radius: 2px;
                }


        .container-right {
            display: block;
            justify-content: flex-end;
            text-align: right;
            max-width: 100%;
            margin: 0 auto;
            padding: 20px 20px;
        }
            .section-title-right {
                font-size: 1.5rem;
                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;
                text-align: center;
                display: table;
                margin-left: auto;
            }
                .section-title-right::after {
                    content: '';
                    position: absolute;
                    bottom: -3px;
                    right: -10vw;
                    width: 57vw;
                    height: 4px;
                    background: linear-gradient(135deg, #e3e3e3 0%, #ffe600 50%, #ffe600 100%);
                    border-radius: 2px;
                }

/* ===== Nossa Jornada ===== */
.journey-content,
.mission-content {
    padding: 15px 27px 20px 5vw;
}

.our-journey,
.mission,
.our-values,
.differentials,
.location {
    background-image: url(../images/acoescovado2_bg.png);
    background-size: cover;
    position: round;
    text-align: center;
    box-shadow: 0px 3px 11px rgb(193 192 184);
}

.our-journey p,
.mission p,
.location p,
.differentials-content p {
    font-weight: 600;
    text-shadow: #9491a5 2px 2px 3px, rgba(83, 76, 25, 0.25) 1px 0px 2px, rgba(82, 75, 24, 0.25) 3px 3px 9px;
    font-size: 1.1rem;
    color: #2f2d8d;
}


/* ===== Nossos Valores ===== */
.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    padding: 30px 7vw 30px 13px;
    margin-top: 20px;
}
    .value-item {
        background: #fff;
        border: 1px solid #000000;
        padding: 10px;
        border-radius: 12px;
        box-shadow: 0 6px 18px rgba(192, 180, 9, 0.15);
        text-align: center;
        transition: all 0.3s ease;
    }
        .value-item:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 18px rgba(0,0,0,0.15);
        }
        .value-item h3 {
            font-size: 1.5rem;
            color: #FFD200;
            text-shadow: 0 3px 4px rgb(0 0 0 / 38%);
            margin-bottom: 15px;
        }

/* ===== Missão ===== */
.mission-content p {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

/* ===== Diferenciais ===== */
.differentials-content {
    text-align: justify;
    padding: 15px 23px 20px 3vw;
    font-size: 1.1rem;
}
    .differentials-list {
        list-style: none;
        margin-top: 15px;
    }
        .differentials-list li {
            font-weight: 400;
            text-shadow: #9491a5 2px 2px 3px, rgba(83, 76, 25, 0.25) 1px 0px 2px, rgba(82, 75, 24, 0.25) 3px 3px 9px;
            font-size: 1.1rem;
            color: #2f2d8d;
            margin-bottom: 12px;
            padding-left: 43px;
            position: relative;
        }
            .differentials-list li::before {
                content: "✔";
                position: absolute;
                left: 20px;
                top: 0;
                color: #FFD200;
                font-weight: 700;
            }
/* ===== Localização ===== */
.location-content {
    display: flex;
    justify-content: space-between;
    padding: 12px 5px 12px 5vw;
    flex-wrap: nowrap;
    gap: 30px;
    align-items: center;
    text-align: center;
    flex-direction: column-reverse;

}
    .map-wrapper {
        width: 80vw;
        height: auto;
        border-radius: 13px;
        text-decoration: none;
    }
    .map-container {
        flex: 1;
        min-width: 300px;
    }
        .map-container h3 {
            margin-top: 20px;
        }
        .location-info {
            flex: 1;
            min-width: 300px;
            justify-items: center;
        }
            .location-info h4 {
                margin-top: 12px;
            }
            .location-info p {
                font-weight: 400;
                text-shadow: #9491a5 2px 2px 3px, rgba(83, 76, 25, 0.25) 1px 0px 2px, rgba(82, 75, 24, 0.25) 3px 3px 9px;
                font-size: 1rem;
                color: #2f2d8d;
            }

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

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

    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .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 {
            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);
    }

}

@media (min-width: 1200px) {
    .section-title-right {
        padding: 18px 69px 0 0;
    }
        .section-title-right::after {
            right: 69px;
        }
    .section-title {
        padding: 18px 0 0 69px;
    }
        .section-title::after {
            left: 69px;
        }
}