.blc-cta-banner {
    position: relative;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    min-height: 320px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
}

.blc-cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
}

.blc-cta-content {
    text-align: center;
    padding: 30px 20px;
    max-width: 700px;
}

.blc-cta-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blc-cta-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    font-weight: 400;
    margin: 0 0 24px;
    line-height: 1.5;
}

.blc-cta-btn {
    display: inline-block;
    padding: 13px 36px;
    background-color: #fff;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none;
    border: 2px solid #fff;
    transition: all 0.3s ease;
}

.blc-cta-btn:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .blc-cta-banner {
        min-height: 220px;
        margin-top: 24px;
    }

    .blc-cta-title {
        font-size: 22px;
    }

    .blc-cta-subtitle {
        font-size: 14px;
    }

    .blc-cta-btn {
        padding: 10px 28px;
        font-size: 13px;
    }
}
