/**
 * Pricing 2026 template – spacing overrides for legacy sections.
 */

.page-template-pricing .pricing-2026-testimonials {
    margin-top: 48px;
    background: #ebf5ff;
}

.page-template-pricing .pricing-2026-testimonials::before {
    display: none;
}

.page-template-pricing .pricing-2026-testimonials .testimonials-title {
    color: #1f2937;
    text-align: center;
}

.page-template-pricing .pricing-2026-testimonials .testimonials-title strong {
    color: #1d85ed;
}

@media (max-width: 768px) {
    .page-template-pricing .pricing-2026-testimonials {
        padding: 24px 16px 94px !important;
    }

    .page-template-pricing .pricing-2026-testimonials .testimonials-title {
        margin-top: 80px;
        margin-bottom: 24px;
        padding: 0 16px;
    }
}

.page-template-pricing .pricing-2026-faq {
    margin-top: 24px;
    position: relative;
}
.page-template-pricing .pricing-2026-faq::before{
    content: '';
    display: block;
    width: 80%;
    height: 24px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: -24px;
    position: absolute;
    background-image: url('../../seperators/pricing-seperator-faq-top.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.page-template-pricing .pricing-2026-faq .feature-accordion-title{
    color: #1f2937;
    text-align: center;
    font-family: Graphik;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
}
.page-template-pricing .pricing-2026-faq .feature-accordion-title strong{
    color: #1D85ED;
}
.page-template-pricing .pricing-2026-faq .feature-accordion-subtitle{
    color: #1f2937;
    text-align: center;
    font-family: Graphik;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    max-width: 500px;
    margin: auto;
    line-height: 28px;
    width: 100%;
    display: block;
    margin-bottom: 8px;
}
.page-template-pricing .pricing-2026-references {
    position: relative;
    margin-top: 24px;
}

.page-template-pricing .pricing-2026-cta {
    position: relative;
    margin-top: 24px;
}

.page-template-pricing .pricing-2026-cta::before {
    content: '';
    display: block;
    width: 90%;
    height: 24px;
    position: absolute;
    top: -24px;
    right: 0;
    background-image: url('/wp-content/uploads/2024/07/Section-Separator-10-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.page-template-pricing .pricing-2026-cta::after {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    background-image: url('/wp-content/uploads/2024/07/Section-Separator-8-1.svg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}
.pricing-2026-references{
    position: relative;
}
.pricing-2026-references::before {
    content: '';
    display: block;
    width: 100%;
    height: 24px;
    position: absolute;
    top: -24px;
    left: 0;
    background-image: url('../../seperators/pricing-references-before.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

@media (max-width: 767px) {
    .pricing-free-plan-component{
        padding: 0!important;
    }
    .fourth-section::after {
        bottom: -16px;
        width: 100%;
    }
    .page-template-pricing .pricing-2026-cta {
        margin-top: 0;
    }
    .page-template-pricing .mp-badge {
        margin-bottom: -10px;
    }
    .page-template-pricing .pricing-2026-faq::before,
    .pricing-2026-references::before {
        display: none;
    }

    .page-template-pricing .pricing-2026-cta::before {
        display: block;
        width: 90%;
        height: 16px;
        top: -16px;
        right: 0;
        background-image: url('../../seperators/pricing-cta-mobile-top.svg');
        background-repeat: no-repeat;
        background-position: top right;
        background-size: cover;
    }

    .page-template-pricing .pricing-2026-cta::after {
        display: block;
        width: 100%;
        height: 16px;
        background-image: url('../../seperators/pricing-cta-mobile-bottom.png');
        background-repeat: no-repeat;
        background-position: top right;
        background-size: cover;
    }
}
