@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600&family=Montserrat:wght@300;400;500;600&display=swap');

.congetur-hero-wrapper-91493852 {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 550px;
}

.congetur-hero-overlay-91493852 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0E1A16;
    z-index: 1;
}

.congetur-hero-container-91493852 {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.congetur-hero-subtitle-wrapper-91493852 {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}

.congetur-hero-line-91493852 {
    display: inline-block;
    width: 30px;
    height: 1px;
}

.congetur-hero-subtitle-91493852 {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.congetur-hero-title-91493852 {
    font-family: 'Cinzel', serif;
    font-size: 52px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.25;
    margin: 0 0 25px 0;
}

.congetur-hero-desc-91493852 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    max-width: 600px;
    margin: 0 0 45px 0;
}

.congetur-hero-actions-91493852 {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
    flex-wrap: wrap;
    justify-content: center;
}

.congetur-hero-btn-primary-91493852 {
    display: inline-flex;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
    padding: 16px 32px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
}

.congetur-hero-btn-primary-91493852:hover {
    filter: brightness(1.1);
    color: #FFFFFF;
}

.congetur-hero-btn-secondary-91493852 {
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #FFFFFF;
    text-decoration: none;
    padding: 16px 32px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
}

.congetur-hero-btn-secondary-91493852:hover {
    border-color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.05);
    color: #FFFFFF;
}

.congetur-hero-footer-text-91493852 {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    width: 100%;
}

@media (max-width: 768px) {
    .congetur-hero-wrapper-91493852 {
        padding: 80px 20px;
    }
    .congetur-hero-title-91493852 {
        font-size: 36px;
    }
    .congetur-hero-actions-91493852 {
        flex-direction: column;
        width: 100%;
    }
    .congetur-hero-btn-primary-91493852,
    .congetur-hero-btn-secondary-91493852 {
        width: 100%;
        justify-content: center;
    }
}
