section[data-cattype="88899"] {
    --cta-88899-orange: #FA9028;
    --cta-88899-blue: #06346E;
    --cta-88899-white: #ffffff;
    font-family: 'Open Sans', Arial, sans-serif;
    overflow: hidden;
}

section[data-cattype="88899"] .cta-88899-wrap {
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #8f8f8f;
}

section[data-cattype="88899"] .cta-88899-bg {
    position: absolute;
    inset: 0;
    background-image: url('image.php?t=CTA Background&w=1920&h=450&ct=ffffff&cb=8f8f8f');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: scale(1);
    transition: transform .7s ease;
    z-index: 1;
}

section[data-cattype="88899"] .cta-88899-wrap:hover .cta-88899-bg {
    transform: scale(1.08);
}

section[data-cattype="88899"] .cta-88899-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .70);
    z-index: 2;
}

section[data-cattype="88899"] .cta-88899-container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
}

section[data-cattype="88899"] .cta-88899-content {
    max-width: 1120px;
    margin: 0 auto;
    padding: 70px 15px;
    text-align: center;
    color: var(--cta-88899-white);
}

section[data-cattype="88899"] .cta-88899-content h2 {
    margin: 0 0 12px;
    font-size: 50px;
    line-height: 1.12;
    font-weight: 600;
    color: var(--cta-88899-white);
}

section[data-cattype="88899"] .cta-88899-desc,
section[data-cattype="88899"] .cta-88899-desc p,
section[data-cattype="88899"] .cta-88899-desc div,
section[data-cattype="88899"] .cta-88899-desc span {
    margin: 0;
    font-size: 18px;
    line-height: 1.35;
    font-weight: 400;
    color: var(--cta-88899-white);
}

section[data-cattype="88899"] .cta-88899-action {
    margin-top: 42px;
}

section[data-cattype="88899"] .cta-88899-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 198px;
    min-height: 60px;
    padding: 14px 32px;
    border-radius: 18px;
    background: var(--cta-88899-orange);
    color: #ffffff;
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}

section[data-cattype="88899"] .cta-88899-btn:hover,
section[data-cattype="88899"] .cta-88899-btn:focus,
section[data-cattype="88899"] .cta-88899-btn:active {
    background: var(--cta-88899-blue);
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(6, 52, 110, .36);
}

@media (max-width: 991px) {
    section[data-cattype="88899"] .cta-88899-wrap {
        min-height: 340px;
    }

    section[data-cattype="88899"] .cta-88899-content h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    section[data-cattype="88899"] .cta-88899-wrap {
        min-height: 300px;
    }

    section[data-cattype="88899"] .cta-88899-content {
        padding: 54px 15px;
    }

    section[data-cattype="88899"] .cta-88899-content h2 {
        font-size: 32px;
    }

    section[data-cattype="88899"] .cta-88899-desc,
    section[data-cattype="88899"] .cta-88899-desc p,
    section[data-cattype="88899"] .cta-88899-desc div,
    section[data-cattype="88899"] .cta-88899-desc span {
        font-size: 16px;
    }

    section[data-cattype="88899"] .cta-88899-action {
        margin-top: 30px;
    }

    section[data-cattype="88899"] .cta-88899-btn {
        min-width: 168px;
        min-height: 52px;
        font-size: 16px;
        border-radius: 15px;
    }
}
