.efc-1502-wrapper {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.efc-1502-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.efc-1502-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.efc-1502-eyebrow {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 20px;
}

.efc-1502-heading {
    font-size: 48px;
    line-height: 1.2;
    margin: 0 0 30px;
    font-weight: 600;
}

.efc-1502-body {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 40px;
    max-width: 650px;
}

.efc-1502-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    width: 100%;
}

.efc-1502-btn {
    display: inline-block;
    padding: 16px 36px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    text-align: center;
}

.efc-1502-btn-primary:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

.efc-1502-btn-secondary:hover {
    background-color: rgba(255,255,255,0.1);
    transform: translateY(-2px);
}

.efc-1502-reassurance {
    font-size: 14px;
    line-height: 1.5;
    max-width: 500px;
    margin: 0 auto;
}

/* Tablet */
@media (max-width: 1024px) {
    .efc-1502-heading {
        font-size: 40px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .efc-1502-heading {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .efc-1502-body {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .efc-1502-actions {
        flex-direction: column;
    }
    .efc-1502-btn {
        width: 100%;
    }
}
