[data-v-39452656] {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.min-h-50[data-v-39452656] {
    min-height: 50vh !important
}

.hero[data-v-39452656] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    background-image: url(/assets/bg-CqNPNR3Y.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed
}

.hero-block[data-v-39452656] {
    background: #0000004d;
    width: 100%;
    padding: 24px 16px
}

.hero-overlay[data-v-39452656] {
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(213, 92, 0, .6) 0%, rgba(0, 0, 0, 1) 80%, rgba(213, 92, 0, .6) 100%,);
    z-index: 1
}

.hero-content[data-v-39452656] {
    position: relative;
    z-index: 2;
    max-width: 80vw;
    padding: 0 20px;
    animation: fadeInUp-39452656 1s ease-out;
    margin: 0 auto
}

.hero-title[data-v-39452656] {
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .7)
}

.hero-subtitle[data-v-39452656] {
    font-size: 1.3rem;
    margin-bottom: 2rem;
    opacity: .9;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .7)
}

.mission-card h3[data-v-39452656] {
    color: #d55c00;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600
}

.mission-card p[data-v-39452656] {
    color: #666;
    font-size: 1rem;
    line-height: 1.7
}

@keyframes fadeInUp-39452656 {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media (max-width: 768px) {
    .hero-title[data-v-39452656] {
        font-size: 2.5rem
    }

    .hero-subtitle[data-v-39452656] {
        font-size: 1.1rem
    }
}

@media (max-width: 480px) {
    .hero-title[data-v-39452656] {
        font-size: 2rem
    }

    .hero-subtitle[data-v-39452656] {
        font-size: 1rem
    }

    .cta-button[data-v-39452656] {
        padding: 12px 30px;
        font-size: 1rem
    }
}
