.lcta-05c82a58-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 550px;
    box-sizing: border-box;
}

.lcta-05c82a58-container {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.lcta-05c82a58-tagline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 30px;
}

.lcta-05c82a58-line {
    width: 25px;
    height: 1px;
    background-color: #429e9d;
}

.lcta-05c82a58-tagtext {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    color: #429e9d;
    font-weight: 600;
}

.lcta-05c82a58-title {
    font-family: 'Playfair Display', 'Didot', 'Georgia', serif;
    font-size: clamp(32px, 5vw, 64px);
    line-height: 1.15;
    margin: 0 auto 30px;
    font-weight: 300;
}

.lcta-05c82a58-highlight {
    font-style: italic;
}

.lcta-05c82a58-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(14px, 2vw, 16px);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    max-width: 720px;
    margin: 0 auto 45px;
}

.lcta-05c82a58-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.lcta-05c82a58-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 2px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.lcta-05c82a58-btn-primary {
    color: #ffffff;
    border: 1px solid transparent;
}

.lcta-05c82a58-btn-primary:hover {
    background-color: transparent !important;
    border-color: #ffffff;
    color: #ffffff;
}

.lcta-05c82a58-btn-secondary {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.lcta-05c82a58-btn-secondary:hover {
    background-color: #ffffff;
    color: #0c1621;
    border-color: #ffffff;
}

@media (max-width: 767px) {
    .lcta-05c82a58-section {
        padding: 60px 15px;
        min-height: auto;
    }
    .lcta-05c82a58-buttons {
        flex-direction: column;
        width: 100%;
    }
    .lcta-05c82a58-btn {
        width: 100%;
        text-align: center;
    }
}
