
body.post-type-archive-integrations #wpadminbar {
    display: none !important;
}
body.single-integrations #wpadminbar {
    display: none !important;
}


body.post-type-archive-integrations,
body.single-integrations {
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom, #f5f9fcff, white);
    background-repeat: no-repeat;

}


.mbf-block-section .mbf-block-content {
    margin: 0 auto; 
    max-width: 1300px; 
    color: #8898A9 !important;
}

@media(max-width: 768px) {
    .mbf-block-section .mbf-block-content {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}




.space-top-1x {
    padding-top: 2rem !important;
}
.space-top-2x {
    padding-top: 4.5rem !important;
}
.space-top-3x {
    padding-top: 6rem !important;
}
.space-top-4x {
    padding-top: 8rem !important;
}
.space-top-5x {
    padding-top: 10rem !important;
}

.space-bottom-1x {
    padding-bottom: 2rem !important;
}
.space-bottom-2x {
    padding-bottom: 4.5rem !important;
}
.space-bottom-3x {
    padding-bottom: 6rem !important;
}
.space-bottom-4x {
    padding-bottom: 8rem !important;
}
.space-bottom-5x {
    padding-bottom: 10rem !important;
}





.mbf-text-hero {
    font-family: "primarysemibold" !important;
    padding: 0 !important;
    font-size: 72px !important; 
    font-weight: 800 !important; 
    line-height: 1.2 !important;
    color: #161632 !important; 
    letter-spacing: -3% !important;
}


.mbf-text-title {
    font-family: "primarysemibold" !important;
    font-size: 38px !important;
    font-weight: 600 !important;
    line-height: 48px !important;
    color: #161632 !important;
    letter-spacing: -1px !important;
    vertical-align: middle !important;

}


.mbf-text-subtitle {
    font-family: "primarysemibold" !important;
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    color: #161632 !important;
}

.mbf-text-body-title {
    font-family: "primarysemibold" !important;

    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 100% !important;
    color: #161632 !important;
}


.mbf-text-body {
    font-family: 'secondarylight' !important;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 28px !important;
    color: #525F7F !important;

}

.mbf-text-body * {
    font-family: 'secondarylight' !important;

    color: #525F7F !important;

}


.mbf-text-body-sm {
    font-family: 'secondarylight' !important;

    font-size: 0.9rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #525F7F !important;

}

.mbf-text-body-sm * {
    font-family: 'secondarylight' !important;

    color: #525F7F !important;

}




.mbf-text-gradient {
    background: linear-gradient(90deg, #E2657E, #A0127B);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.mbf-btn {
    min-width: 260px;
    text-align: center;
    display: inline-block;
    padding: 1.2rem 3.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #E2657E, #A0127B);
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
    max-width: 100%;
}

.mbf-btn:hover {
    color: #fff;
    opacity: 0.9;
    transform: translateY(-2px);
}

.mbf-btn:active {
    transform: translateY(0);
    opacity: 0.8;
}

.mbf-btn-outline {
    min-width: 260px;
    display: inline-block;
    padding: 1.2rem 3.5rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    background: transparent;
    background: linear-gradient(90deg, #E2657E, #A0127B);
    -webkit-background-clip: text;
    border: 2px solid #E2657E;
    border-radius: 8px;
    -webkit-text-fill-color: transparent;
    box-shadow: 0 4px 10px rgba(226, 101, 126, 0.3);
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
    max-width: 100%;
}

.mbf-btn-outline:hover {
    opacity: 0.9;
    transform: translateY(-2px);
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    background: linear-gradient(90deg, #E2657E, #A0127B);
}

.mbf-btn-outline:active {
    transform: translateY(0);
    opacity: 0.8;
}


@media(max-width: 768px) {
    .mbf-text-hero {
        font-size: 52px !important; 
        font-weight: 800 !important; 
        line-height: 1.2 !important;
    }
    


.space-top-1x {
    padding-top: 1.5rem !important;
}
.space-top-2x {
    padding-top: 3.5rem !important;
}
.space-top-3x {
    padding-top: 4.5rem !important;
}
.space-top-4x {
    padding-top: 6rem !important;
}
.space-top-5x {
    padding-top: 7.5rem !important;
}

.space-bottom-1x {
    padding-bottom: 1.5rem !important;
}
.space-bottom-2x {
    padding-bottom: 3.5rem !important;
}
.space-bottom-3x {
    padding-bottom: 4.5rem !important;
}
.space-bottom-4x {
    padding-bottom: 6rem !important;
}
.space-bottom-5x {
    padding-bottom: 7.5rem !important;
}

}

 