/* ========================================
   SERVICE AREA ENHANCEMENTS
======================================== */

.service-area-feature {
    padding-top: 60px;
}

.service-area-image-caption {
    max-width: 620px;
    margin: 16px auto 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

.service-area-extra-block {
    height: 100%;
    margin-top: 18px;
}

.service-area-extra-block img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.service-area-extra-block .title2 {
    margin-top: 14px;
    margin-bottom: 9px;
}

.service-area-extra-block p {
    margin-bottom: 0;
}

.service-area-note {
    max-width: 720px;
    margin: 18px 0 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .service-area-image-caption {
        text-align: left;
    }

    .service-area-extra-block {
        margin-top: 10px;
    }
}
/* ========================================
   SEO RULES MANAGER
======================================== */

.cmspost-rules-grid {
    margin-top: 50px;
}

.rules-feature-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.rules-feature-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    border: 1px solid #e7e2ee;
    border-radius: 18px;
    background: #ffffff;
}

.rules-feature-card h3 {
    margin: 0 0 7px;
    color: #151525;
    font-size: 18px;
}

.rules-feature-card p {
    margin: 0;
    color: #667085;
    line-height: 1.65;
}

.rules-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #ffffff;
    background: #9818e7;
    font-weight: 800;
}

.rules-manager-image img {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid rgba(152, 24, 231, 0.14);
    border-radius: 24px;
    box-shadow: 0 28px 70px rgba(34, 24, 54, 0.14);
}


/* ========================================
   PLATFORM CONNECTIONS
======================================== */

.platform-group-heading {
    margin: 45px 0 22px;
    color: #151525;
    font-size: 20px;
    text-align: center;
}

.platform-group-heading-secondary {
    margin-top: 55px;
}

.cmspost-platform-grid {
    justify-content: center;
}

.cmspost-platform-grid .tools-block2 {
    height: 100%;
}

.cmspost-platform-grid .tools-block2 img {
    max-width: 74px;
    max-height: 60px;
    object-fit: contain;
}

.platform-disclaimer {
    max-width: 820px;
    margin: 30px auto 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}


/* ========================================
   CMSPOST PRICING
======================================== */

.cmspost-billing-toggle {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 28px;
    padding: 5px;
    border: 1px solid #e3dfea;
    border-radius: 999px;
    background: #ffffff;
}

.billing-option {
    padding: 11px 18px;
    border: 0;
    border-radius: 999px;
    color: #667085;
    background: transparent;
    font-weight: 700;
    cursor: pointer;
}

.billing-option span {
    margin-left: 6px;
    color: #9818e7;
    font-size: 11px;
}

.billing-option.active {
    color: #ffffff;
    background: #111111;
}

.billing-option.active span {
    color: #ffffff;
}

.pricing-card-row {
    margin-top: 50px;
}

.cmspost-price-card {
    position: relative;
    height: 100%;
    padding: 34px;
    border: 1px solid #e6e1ec;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 20px 55px rgba(30, 22, 45, 0.08);
}

.cmspost-price-card.featured {
    border: 2px solid #b318ed;
    transform: translateY(-12px);
    box-shadow: 0 28px 75px rgba(152, 24, 231, 0.16);
}

.pricing-popular-label {
    position: absolute;
    top: -15px;
    right: 24px;
    padding: 8px 14px;
    border-radius: 999px;
    color: #ffffff;
    background: #b318ed;
    font-size: 12px;
    font-weight: 800;
}

.pricing-plan-label {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #861ee8;
    background: #f5ebff;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.cmspost-price-card h3 {
    margin-bottom: 10px;
    color: #151525;
    font-size: 27px;
}

.pricing-description {
    min-height: 76px;
    color: #667085;
    line-height: 1.65;
}

.pricing-value {
    display: flex;
    align-items: flex-end;
    margin: 25px 0 10px;
    color: #111111;
}

.pricing-currency {
    margin: 0 4px 9px 0;
    font-size: 22px;
    font-weight: 800;
}

.pricing-amount {
    font-size: 54px;
    font-weight: 800;
    line-height: 1;
}

.pricing-period {
    margin: 0 0 8px 8px;
    color: #667085;
    font-size: 14px;
}

.pricing-capacity {
    margin-bottom: 25px;
    color: #4b5565;
}

.cmspost-price-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.cmspost-price-list li {
    position: relative;
    padding-left: 25px;
    color: #4b5565;
    line-height: 1.45;
}

.cmspost-price-list li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: #72db3a;
    font-weight: 900;
}

.pricing-button {
    width: 100%;
    justify-content: space-between;
}

.pricing-footnote {
    max-width: 850px;
    margin: 35px auto 0;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 991px) {
    .rules-feature-list {
        margin-bottom: 50px;
    }

    .cmspost-price-card.featured {
        transform: none;
    }
}

@media (max-width: 575px) {
    .cmspost-price-card {
        padding: 26px 22px;
    }

    .pricing-amount {
        font-size: 46px;
    }

    .cmspost-billing-toggle {
        flex-direction: column;
        border-radius: 18px;
    }
}
/* ========================================
   CMSPOST PRICING FEATURE LIST
======================================== */

.cmspost-price-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.cmspost-price-list li {
    position: relative;
    margin: 0;
    padding: 0 0 0 27px;
    color: #596579;
    font-size: 15px;
    line-height: 1.5;
    list-style: none;
}

/*
 * Uses a Unicode escape instead of placing the
 * checkmark character directly in the CSS file.
 */
.cmspost-price-list li::before {
    content: "\2713";
    position: absolute;
    top: 1px;
    left: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 18px;
    height: 18px;

    color: #65cf32;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
}
/* Hero eyebrow */

.hero-eyebrow {
    margin-bottom: 14px;
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 700;
}

/* Green headline emphasis */

.hero-highlight {
    color: #73cd3a;
}

/* Hero feature list */

.hero-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 28px;
    max-width: 720px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.hero-list li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    margin: 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    font-weight: 500;
    line-height: 1.45;
}

.hero-list li img {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    object-fit: contain;
}

@media (max-width: 1199px) {
    .hero-list {
        gap: 12px 20px;
    }

    .hero-list li {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .hero-list {
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 430px;
        margin-right: auto;
        margin-left: auto;
    }
}
/* ========================================
   CMSPOST PLATFORM LOGO MARQUEE
======================================== */

.cmspost-logo-track {
    display: flex;
    align-items: center;
    width: max-content;
    gap: 55px;
}

.cmspost-marquee-logo {
    display: block;
    flex: 0 0 200px;
    width: 200px;
    height: 110px;
    padding: 15px;
    object-fit: contain;
    border-radius: 8px;
}

/* Optional dark logo effect */

.cmspost-marquee-logo {
    opacity: 0.48;
    filter: grayscale(1);
    transition:
        opacity 0.25s ease,
        filter 0.25s ease,
        transform 0.25s ease;
}

.cmspost-marquee-logo:hover {
    opacity: 1;
    filter: grayscale(0);
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .cmspost-logo-track {
        gap: 35px;
    }

    .cmspost-marquee-logo {
        flex-basis: 140px;
        width: 140px;
        height: 85px;
        padding: 10px;
    }
}
/* ========================================
   CMSPOST TESTIMONIALS
======================================== */

.testimonial-sec .testimonial-intro {
    max-width: 760px;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 17px;
    line-height: 1.7;
    text-align: center;
}

.testimonial-sec .testi-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonial-sec .testi-card > img {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-sec .testi-card .sub-title {
    display: block;
    margin-top: 22px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.testimonial-sec .testi-card .title {
    flex: 1;
    margin-top: 16px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 22px;
    line-height: 1.5;
}

.testimonial-sec .testi-card .name {
    display: block;
    margin-top: 24px;
    color: #ffffff;
    font-weight: 700;
}

.testimonial-sec .testi-card .name small {
    color: rgba(255, 255, 255, 0.58);
    font-weight: 500;
}

@media (max-width: 767px) {
    .testimonial-sec .testimonial-intro {
        font-size: 15px;
        text-align: left;
    }

    .testimonial-sec .testi-card .title {
        font-size: 19px;
    }
}
.rules-manager-sec {
    scroll-margin-top: 110px;
}

@media (min-width: 992px) {
    .rules-manager-sec {
        padding-top: 130px;
    }
}
/* ========================================
   FINAL CTA BUTTONS
======================================== */

.final-cta-buttons {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    margin-top: 28px;
}

.final-cta-buttons .btn-style1,
.final-cta-secondary {
    flex: 0 0 auto;
    width: auto;
    white-space: nowrap;
}


/* ========================================
   SECONDARY CTA BUTTON
======================================== */

.final-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    height: 50px;
    min-height: 50px;
    padding: 14px 24px;

    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);

    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;

    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);

    transition:
        background 0.25s ease,
        border-color 0.25s ease,
        color 0.25s ease,
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.final-cta-secondary::after {
    content: "\2192";

    display: inline-flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 30px;
    width: 30px;
    height: 30px;

    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;

    font-size: 17px;
    line-height: 1;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        color 0.25s ease;
}

.final-cta-secondary:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: #15121d;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
}

.final-cta-secondary:hover::after {
    background: #cc1bff;
    color: #ffffff;
    transform: translateX(3px);
}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 575px) {

    .final-cta-buttons {
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 10px;
        width: 100%;
    }

    .final-cta-buttons .btn-style1,
    .final-cta-secondary {
        width: auto !important;
        min-height: 50px;
        padding: 10px 14px;
        font-size: 13px;
        justify-content: center;
    }

    .final-cta-buttons .btn-style1 span {
        flex: 0 0 34px;
        width: 34px;
        height: 34px;
        margin-left: 7px;
    }

    .final-cta-secondary {
        gap: 7px;
    }

    .final-cta-secondary::after {
        flex-basis: 27px;
        width: 27px;
        height: 27px;
        font-size: 15px;
    }
}


/* ========================================
   VERY SMALL PHONES
======================================== */

@media (max-width: 390px) {

    .final-cta-buttons {
        gap: 7px;
    }

    .final-cta-buttons .btn-style1,
    .final-cta-secondary {
        min-height: 46px;
        padding: 8px 11px;
        font-size: 12px;
    }

    .final-cta-buttons .btn-style1 span {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
        margin-left: 5px;
    }

    .final-cta-secondary::after {
        flex-basis: 24px;
        width: 24px;
        height: 24px;
        font-size: 13px;
    }
}
/* ========================================
   SOCIAL, EMAIL, AND REPUTATION CARDS
======================================== */

.benefit-content2 .benefit-block2 {
    height: 100%;
}

.benefit-content2 .row > div {
    display: flex;
}

.benefit-content2 .benefit-block2 img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.benefit-content2 .benefit-block2 .title2 {
    font-size: 18px;
    line-height: 1.3;
}

.benefit-content2 .benefit-block2 p {
    font-size: 14px;
    line-height: 1.65;
}

@media (max-width: 991px) {
    .benefit-content2 .row {
        row-gap: 20px;
    }
}

@media (max-width: 767px) {
    .benefit-content2 .row > div {
        display: block;
    }

    .benefit-content2 .benefit-block2 {
        height: auto;
    }
}
/* ========================================
   CMSPOST CORE FEATURE GRID
======================================== */

.feature-info2 .row > div {
    display: flex;
}

.feature-info2 .feature-block2 {
    width: 100%;
    height: 100%;
}

.feature-info2 .communications-feature {
    min-height: 100%;
}

@media (max-width: 767px) {
    .feature-info2 .row > div {
        display: block;
    }

    .feature-info2 .feature-block2 {
        height: auto;
    }
}
/* ========================================
   MACBOOK / DESKTOP HEADER CTA FIX
======================================== */

@media (min-width: 992px) {

    .header-main .header-btn {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 14px;
        width: 100%;
    }

    .header-main .header-login {
        flex: 0 0 auto;
        margin: 0 !important;
        white-space: nowrap;
    }

    .header-main .header-btn .btn-style1 {
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        flex: 0 0 auto;

        width: auto !important;
        min-width: 188px;
        min-height: 48px;

        padding: 7px 7px 7px 19px;

        font-size: 14px !important;
        line-height: 1 !important;
        white-space: nowrap !important;
        text-align: left;
    }

    .header-main .header-btn .btn-style1 span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 34px;

        width: 34px;
        height: 34px;
        margin-left: 12px;
    }

    .header-main .header-btn .btn-style1 span img {
        display: block;
        width: 15px;
        height: auto;
    }
}


/* ========================================
   SMALLER LAPTOP WIDTHS
======================================== */

@media (min-width: 992px) and (max-width: 1399px) {

    .header-main .container-fluid {
        padding-right: 16px;
        padding-left: 16px;
    }

    .header-main .header-logo .logo {
        max-width: 195px;
    }

    .header-main .main-menu11.menu-style11 > ul {
        column-gap: 22px;
    }

    .header-main .main-menu11.menu-style11 > ul > li > a {
        font-size: 14px;
        white-space: nowrap;
    }

    .header-main .header-btn {
        gap: 10px;
    }

    .header-main .header-btn .btn-style1 {
        min-width: 175px;
        padding-left: 16px;
        font-size: 13px !important;
    }
}
.home-wow-visual {
    position: relative;
    width: min(1180px, calc(100% - 60px));
    margin: 55px auto 0;
    padding-bottom: 70px;
    overflow: visible !important;
}

.home-wow-visual-shell {
    position: relative;
    padding: 10px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.025));
    box-shadow: 0 35px 90px rgba(0,0,0,.42), 0 0 70px rgba(204,27,255,.08);
    overflow: visible !important;
}

.home-wow-image,
.home-wow-visual-shell img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 22px;
    object-fit: contain;
}

.home-wow-float {
    position: absolute;
    z-index: 5;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 205px;
    padding: 17px 19px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 17px;
    background: rgba(24,22,28,.94);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 20px 45px rgba(0,0,0,.32);
    color: #fff;
}

.home-wow-float small {
    color: rgba(255,255,255,.58);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    line-height: 1.2;
}

.home-wow-float strong {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.3;
}

.home-wow-status {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 4px;
}

.home-wow-status.green {
    background: #79d43a;
    box-shadow: 0 0 15px rgba(121,212,58,.60);
}

.home-wow-status.purple {
    background: #cc1bff;
    box-shadow: 0 0 15px rgba(204,27,255,.65);
}

.home-wow-float-a {
    left: 25px;
    bottom: 25px;
}

.home-wow-float-b {
    top: 24px;
    right: 24px;
}

.home-wow-float-c {
    right: 25px;
    bottom: 25px;
}

@media (max-width: 1399px) {
    .home-wow-visual {
        width: min(1040px, calc(100% - 50px));
        margin-top: 45px;
        padding-bottom: 60px;
    }

    .home-wow-float {
        min-width: 180px;
        padding: 14px 16px;
    }

    .home-wow-float strong {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .home-wow-visual {
        width: calc(100% - 36px);
        padding-bottom: 30px;
    }

    .home-wow-float-a {
        left: 15px;
        bottom: 15px;
    }

    .home-wow-float-b {
        top: 15px;
        right: 15px;
    }

    .home-wow-float-c {
        right: 15px;
        bottom: 15px;
    }
}

@media (max-width: 575px) {
    .home-wow-visual {
        width: calc(100% - 24px);
        padding-bottom: 0;
    }

    .home-wow-visual-shell {
        padding: 6px;
        border-radius: 20px;
    }

    .home-wow-image,
    .home-wow-visual-shell img {
        border-radius: 15px;
    }

    .home-wow-float {
        position: relative;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        left: auto !important;
        width: 100%;
        margin-top: 8px;
    }
}
/* =====================================================
   CMSPOST GUIDED WORKFLOW
===================================================== */

.cmspost-guided-workflow {
    max-width: 1180px;
    margin: 75px auto 0;
}


/* Heading */

.cmspost-guided-workflow-heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.cmspost-guided-pill {
    display: inline-flex;
    padding: 8px 13px;

    border: 1px solid rgba(255,255,255,.13);
    border-radius: 999px;

    background: rgba(255,255,255,.06);

    color: rgba(255,255,255,.78);

    font-size: 10px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.cmspost-guided-workflow-heading h3 {
    margin: 18px 0 14px;

    color: #fff;

    font-size: clamp(32px,3vw,46px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.04em;
}

.cmspost-guided-workflow-heading h3 span {
    color: #79d43a;
}

.cmspost-guided-workflow-heading p {
    max-width: 700px;
    margin: 0 auto;

    color: rgba(255,255,255,.58);

    font-size: 14px;
    line-height: 1.7;
}


/* Workflow grid */

.cmspost-guided-grid {
    position: relative;

    display: grid;

    grid-template-columns:
        repeat(3,minmax(0,1fr));

    gap: 14px;
}


/* Individual step */

.cmspost-guided-step {
    position: relative;

    display: grid;
    grid-template-columns: 52px 1fr;

    gap: 16px;

    min-height: 185px;

    padding: 24px;

    border: 1px solid rgba(255,255,255,.09);
    border-radius: 20px;

    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.055),
            rgba(255,255,255,.018)
        );

    transition:
        transform .25s ease,
        border-color .25s ease,
        background .25s ease;
}

.cmspost-guided-step:hover {
    transform: translateY(-4px);

    border-color: rgba(204,27,255,.30);

    background:
        linear-gradient(
            145deg,
            rgba(204,27,255,.09),
            rgba(255,255,255,.025)
        );
}


/* Number */

.cmspost-guided-number {
    display: grid;
    place-items: center;

    width: 48px;
    height: 48px;

    border-radius: 14px;

    background: rgba(204,27,255,.12);

    border: 1px solid rgba(204,27,255,.20);

    color: #e69bff;

    font-size: 12px;
    font-weight: 900;

    box-shadow:
        0 0 24px rgba(204,27,255,.08);
}


/* Step text */

.cmspost-guided-step-content small {
    color: #c978ef;

    font-size: 8px;
    font-weight: 900;

    letter-spacing: .08em;
}

.cmspost-guided-step-content h4 {
    margin: 7px 0 9px;

    color: #fff;

    font-size: 18px;
    font-weight: 800;

    line-height: 1.2;
}

.cmspost-guided-step-content p {
    margin: 0;

    color: rgba(255,255,255,.56);

    font-size: 12px;
    line-height: 1.6;
}


/* Final step */

.cmspost-guided-step-final {
    border-color: rgba(121,212,58,.16);

    background:
        linear-gradient(
            145deg,
            rgba(121,212,58,.07),
            rgba(255,255,255,.018)
        );
}

.cmspost-guided-step-final
.cmspost-guided-number {
    background: rgba(121,212,58,.11);

    border-color: rgba(121,212,58,.20);

    color: #b8f596;
}


/* Result bar */

.cmspost-guided-result {
    display: grid;

    grid-template-columns:
        auto 1fr;

    gap: 7px 20px;

    align-items: center;

    margin-top: 16px;

    padding: 20px 24px;

    border: 1px solid rgba(255,255,255,.09);
    border-radius: 18px;

    background:
        linear-gradient(
            90deg,
            rgba(204,27,255,.10),
            rgba(121,212,58,.06)
        );
}

.cmspost-guided-result > span {
    grid-row: 1 / 3;

    display: inline-flex;

    padding: 8px 11px;

    border-radius: 999px;

    background: #fff;

    color: #151018;

    font-size: 9px;
    font-weight: 900;

    letter-spacing: .06em;
}

.cmspost-guided-result strong {
    color: #fff;

    font-size: 17px;
    font-weight: 800;
}

.cmspost-guided-result small {
    color: rgba(255,255,255,.52);

    font-size: 10px;
}


/* Tablet */

@media (max-width: 991px) {

    .cmspost-guided-grid {
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }
}


/* Mobile */

@media (max-width: 575px) {

    .cmspost-guided-workflow {
        margin-top: 55px;
    }

    .cmspost-guided-grid {
        grid-template-columns: 1fr;
    }

    .cmspost-guided-step {
        grid-template-columns: 46px 1fr;

        min-height: 0;

        padding: 20px;
    }

    .cmspost-guided-number {
        width: 42px;
        height: 42px;
    }

    .cmspost-guided-result {
        grid-template-columns: 1fr;
    }

    .cmspost-guided-result > span {
        grid-row: auto;

        width: max-content;
    }
}
/* Keep the original theme layout while preventing hero-level overflow. */
.cmspost-home-hero,
.cmspost-home-hero .container-fluid,
.cmspost-home-hero .row,
.cmspost-home-hero [class*="col-"] {
    min-width: 0;
    max-width: 100%;
}

.cmspost-home-hero { overflow: hidden; }

.cmspost-home-hero .hero-content,
.cmspost-home-hero .hero-img { max-width: 100%; }

.cmspost-home-hero .hero-highlight { color: #79d43a; }

.cmspost-home-hero .hero-dashboard-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.cmspost-home-hero .hero-description { overflow-wrap: anywhere; }

@media (max-width: 991.98px) {
    .cmspost-home-hero .row {
        margin-right: 0;
        margin-left: 0;
    }

    .cmspost-home-hero .hero-content { text-align: center; }

    .cmspost-home-hero .hero-btn,
    .cmspost-home-hero .hero-list { justify-content: center; }

    .cmspost-home-hero .hero-img { margin-top: 42px; }
}

@media (max-width: 575.98px) {
    .cmspost-home-hero .container-fluid {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }

    .cmspost-home-hero [class*="col-"] {
        flex: 0 0 100%;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .cmspost-home-hero .hero-content .title {
        max-width: 100%;
        font-size: clamp(42px, 13vw, 62px);
        line-height: 1.02;
        letter-spacing: -0.045em;
        overflow-wrap: normal;
        word-break: normal;
    }

    .cmspost-home-hero .hero-description {
        max-width: 100%;
        font-size: 16px;
        line-height: 1.65;
    }

    .cmspost-home-hero .hero-btn {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .cmspost-home-hero .hero-btn .btn-style1 {
        width: 100%;
        max-width: 100%;
        justify-content: center;
        margin: 0;
    }

    .cmspost-home-hero .hero-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        width: 100%;
        padding-left: 0;
        text-align: left;
    }

    .cmspost-home-hero .hero-img { margin-top: 32px; }
}
.home-guided-flow .sec-title {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.home-guided-flow .sec-title .title em {
    color: #79d43a;
    font-style: normal;
}

.home-guided-flow-intro {
    max-width: 760px;
    margin: 22px auto 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 17px;
    line-height: 1.75;
}

.home-guided-flow .row {
    row-gap: 30px;
}

.home-workflow-card {
    position: relative;
    height: 100%;
}

.home-workflow-card small {
    display: block;
    margin-bottom: 14px;
    color: #79d43a;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-workflow-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 25px;
    border: 1px solid rgba(204, 117, 239, 0.35);
    border-radius: 16px;
    background: rgba(204, 117, 239, 0.10);
    color: #cc75ef;
    font-size: 20px;
    font-weight: 900;
}

.home-workflow-card.is-result {
    border-color: rgba(121, 212, 58, 0.35);
}

.home-workflow-card.is-result .home-workflow-step {
    border-color: rgba(121, 212, 58, 0.35);
    background: rgba(121, 212, 58, 0.10);
    color: #79d43a;
}

.home-guided-flow-result {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 50px;
    padding: 28px 32px;
    border: 1px solid rgba(121, 212, 58, 0.28);
    border-radius: 20px;
    background: rgba(121, 212, 58, 0.08);
}

.home-guided-flow-result > span {
    flex: 0 0 auto;
    color: #79d43a;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-guided-flow-result div {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.home-guided-flow-result strong {
    color: #fff;
    font-size: 18px;
}

.home-guided-flow-result small {
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    .home-guided-flow-result {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 35px;
        padding: 24px;
    }

    .home-guided-flow-intro {
        font-size: 16px;
    }
}
/* =========================================================
   CMSPOST AGENCY OPERATING SYSTEM — LIGHT THEME
   Add after the existing .home-os-section styles
========================================================= */

.home-os-section {
    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(187, 74, 255, 0.10),
            transparent 32%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(121, 212, 58, 0.10),
            transparent 32%
        ),
        linear-gradient(
            180deg,
            #ffffff 0%,
            #faf8fc 55%,
            #f7faf5 100%
        ) !important;
    color: #17131d !important;
}


/* Section heading */

.home-os-heading {
    color: #17131d !important;
}

.home-os-kicker {
    border: 1px solid #ddd7e4 !important;
    background: #ffffff !important;
    color: #5c5364 !important;
    box-shadow: 0 8px 25px rgba(34, 22, 42, 0.06);
}

.home-os-heading h2 {
    color: #17131d !important;
}

.home-os-heading h2 span {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;

    background: linear-gradient(
        90deg,
        #7d1cac 0%,
        #a736d1 45%,
        #4f9829 100%
    );
    background-size: 100% 100%;
    background-repeat: no-repeat;

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #8c2fba;

    opacity: 1 !important;
}

@media (max-width: 767.98px) {
    .home-os-heading h2 span {
        width: 100%;
        background: linear-gradient(
            135deg,
            #7d1cac 0%,
            #a736d1 55%,
            #4f9829 100%
        );
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}
.home-os-heading p {
    color: #655d6c !important;
}



/* Shared cards */

.home-os-before,
.home-os-core,
.home-os-after,
.home-os-lifecycle article,
.home-os-takeaway {
    border: 1px solid #e5dfeb !important;
    background: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 20px 55px rgba(40, 25, 52, 0.08) !important;
}


/* Before CMSPost card */

.home-os-before {
    border-color: rgba(224, 74, 124, 0.22) !important;
    background:
        linear-gradient(
            145deg,
            rgba(255, 244, 248, 0.98),
            rgba(255, 255, 255, 0.98)
        ) !important;
}

.home-os-before h3,
.home-os-after h3,
.home-os-core h3 {
    color: #17131d !important;
}

.home-os-label {
    color: #5b5262 !important;
}

.home-os-label.danger {
    color: #be315f !important;
}

.home-os-label.danger i {
    background: #ef477e !important;
    box-shadow: 0 0 12px rgba(239, 71, 126, 0.38);
}


/* Before list rows */

.home-os-list > div {
    border: 1px solid #eee7f0 !important;
    background: rgba(255, 255, 255, 0.92) !important;
}

.home-os-list strong {
    background: #fde7ee !important;
    color: #bd315f !important;
}

.home-os-list span,
.home-os-list span b {
    color: #201a25 !important;
}

.home-os-list span {
    color: #6c6472 !important;
}

.home-os-list span b {
    display: block;
}


/* Center CMSPost card */

.home-os-core {
    border: 1px solid rgba(173, 61, 224, 0.35) !important;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(195, 86, 239, 0.18),
            transparent 48%
        ),
        linear-gradient(
            180deg,
            #fbf4ff 0%,
            #ffffff 100%
        ) !important;
    box-shadow:
        0 25px 65px rgba(139, 45, 180, 0.14),
        0 0 0 5px rgba(187, 74, 255, 0.04) !important;
}

.home-os-core-badge {
    border: 1px solid rgba(163, 56, 210, 0.22) !important;
    background: #f4e4fb !important;
    color: #7f279f !important;
}

.home-os-core-badge i {
    background: #79d43a !important;
    box-shadow: 0 0 12px rgba(121, 212, 58, 0.40);
}

.home-os-brand {
    color: #17131d !important;
}

.home-os-subbrand {
    color: #8c339f !important;
}

.home-os-core p {
    color: #665c6c !important;
}


/* Center feature chips */

.home-os-core-chips span {
    border: 1px solid #e4d9e9 !important;
    background: #ffffff !important;
    color: #4e4256 !important;
    box-shadow: 0 5px 15px rgba(52, 30, 62, 0.06);
}


/* With CMSPost card */

.home-os-after {
    border-color: rgba(121, 212, 58, 0.28) !important;
    background:
        linear-gradient(
            145deg,
            rgba(246, 253, 241, 0.98),
            rgba(255, 255, 255, 0.98)
        ) !important;
}

.home-os-label.success {
    color: #4f9425 !important;
}

.home-os-label.success i {
    background: #79d43a !important;
    box-shadow: 0 0 12px rgba(121, 212, 58, 0.38);
}


/* Success list rows */

.home-os-checks > div {
    border: 1px solid #e3eddd !important;
    background: rgba(255, 255, 255, 0.92) !important;
}

.home-os-checks strong {
    background: #eaf7e2 !important;
    color: #4d9b21 !important;
}

.home-os-checks span {
    color: #64705e !important;
}

.home-os-checks span b {
    display: block;
    color: #1d2519 !important;
}


/* Lifecycle cards */

.home-os-lifecycle article {
    position: relative;
    overflow: hidden;
}

.home-os-lifecycle article::before {
    background: linear-gradient(
        90deg,
        #ab44dd,
        #79d43a
    ) !important;
}

.home-os-lifecycle article > span {
    border: 1px solid #dfd5e5 !important;
    background: #ffffff !important;
    color: #6f347e !important;
}

.home-os-lifecycle article small {
    background: #f1e2f8 !important;
    color: #81309a !important;
}

.home-os-lifecycle article strong {
    color: #1c1720 !important;
}

.home-os-lifecycle article p {
    color: #716979 !important;
}


/* Bottom takeaway */

.home-os-takeaway {
    border-color: rgba(165, 67, 207, 0.22) !important;
    background:
        linear-gradient(
            90deg,
            rgba(247, 235, 252, 0.96),
            rgba(248, 253, 245, 0.96)
        ) !important;
}

.home-os-takeaway > span {
    border: 1px solid #e3d9e8 !important;
    background: #ffffff !important;
    color: #682a7c !important;
}

.home-os-takeaway strong {
    color: #1c1720 !important;
}

.home-os-takeaway small {
    color: #6b6371 !important;
}


/* Mobile light-theme refinements */

@media (max-width: 767.98px) {
    .home-os-section {
        background:
            linear-gradient(
                180deg,
                #ffffff 0%,
                #faf8fc 55%,
                #f7faf5 100%
            ) !important;
    }

    .home-os-before,
    .home-os-core,
    .home-os-after,
    .home-os-lifecycle article,
    .home-os-takeaway {
        box-shadow: 0 14px 35px rgba(40, 25, 52, 0.07) !important;
    }
}
/* =========================================================
   HOMEPAGE ENGINE MAP — DARK PURPLE VERSION
========================================================= */

.home-engine-map {
    position: relative;
    overflow: hidden;
    padding: 130px 0;
    background:
        radial-gradient(
            circle at 10% 15%,
            rgba(179, 50, 225, 0.35),
            transparent 34%
        ),
        radial-gradient(
            circle at 92% 85%,
            rgba(121, 212, 58, 0.18),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #210728 0%,
            #130518 42%,
            #09070d 72%,
            #101b0c 100%
        );
    color: #ffffff;
}

.home-engine-map::before {
    position: absolute;
    top: -180px;
    left: 50%;
    width: 760px;
    height: 460px;
    border-radius: 50%;
    background: rgba(172, 48, 218, 0.12);
    filter: blur(100px);
    transform: translateX(-50%);
    content: "";
    pointer-events: none;
}

.home-engine-map .carousel-container {
    position: relative;
    z-index: 2;
}


/* Heading */

.home-engine-heading {
    max-width: 920px;
    margin: 0 auto 65px;
    text-align: center;
}

.home-engine-heading > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    padding: 10px 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: #d99cf1;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.home-engine-heading h2 {
    max-width: 850px;
    margin: 0 auto;
    color: #ffffff;
    font-size: clamp(42px, 5vw, 76px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.home-engine-heading p {
    max-width: 780px;
    margin: 25px auto 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 17px;
    line-height: 1.75;
}


/* Card grid */

.home-engine-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}


/* Cards */

.home-engine-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 340px;
    flex-direction: column;
    align-items: flex-start;
    padding: 35px 32px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 26px;
    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.10),
            rgba(255, 255, 255, 0.045)
        );
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.22);
    color: #ffffff;
    text-decoration: none;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.home-engine-card::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(191, 72, 236, 0.12);
    filter: blur(45px);
    content: "";
    pointer-events: none;
}

.home-engine-card:hover {
    border-color: rgba(203, 92, 244, 0.50);
    background:
        linear-gradient(
            145deg,
            rgba(180, 51, 225, 0.20),
            rgba(255, 255, 255, 0.07)
        );
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.32),
        0 0 35px rgba(175, 49, 220, 0.14);
    color: #ffffff;
    transform: translateY(-8px);
}


/* 40 × 40 icon placement */

.home-engine-icon {
    position: relative;
    z-index: 2;
    display: flex;
    width: 64px;
    height: 64px;
    flex: 0 0 64px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border: 1px solid rgba(210, 125, 245, 0.24);
    border-radius: 18px;
    background: rgba(190, 72, 235, 0.14);
}

.home-engine-icon img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}


/* Card typography */

.home-engine-label {
    position: relative;
    z-index: 2;
    margin-bottom: 12px;
    color: #d87cf6;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-engine-card strong {
    position: relative;
    z-index: 2;
    display: block;
    margin-bottom: 15px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -0.025em;
}

.home-engine-card p {
    position: relative;
    z-index: 2;
    margin: 0 0 24px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 1.7;
}

.home-engine-card em {
    position: relative;
    z-index: 2;
    display: block;
    margin-top: auto;
    color: #d970f7;
    font-size: 13px;
    font-style: normal;
    font-weight: 800;
    transition:
        color 0.3s ease,
        transform 0.3s ease;
}

.home-engine-card:hover em {
    color: #8de151;
    transform: translateX(5px);
}


/* Featured deployment card */

.home-engine-card-featured {
    border-color: rgba(121, 212, 58, 0.34);
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(121, 212, 58, 0.20),
            transparent 38%
        ),
        linear-gradient(
            145deg,
            rgba(105, 34, 134, 0.65),
            rgba(23, 10, 28, 0.94)
        );
}

.home-engine-card-featured .home-engine-icon {
    border-color: rgba(121, 212, 58, 0.32);
    background: rgba(121, 212, 58, 0.13);
}

.home-engine-card-featured .home-engine-label,
.home-engine-card-featured em {
    color: #91e45a;
}

.home-engine-card-featured:hover {
    border-color: rgba(121, 212, 58, 0.60);
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.34),
        0 0 40px rgba(121, 212, 58, 0.13);
}


/* Responsive */

@media (max-width: 1199.98px) {
    .home-engine-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-engine-card {
        min-height: 320px;
    }
}

@media (max-width: 767.98px) {
    .home-engine-map {
        padding: 90px 0;
    }

    .home-engine-heading {
        margin-bottom: 45px;
    }

    .home-engine-heading h2 {
        font-size: clamp(40px, 11vw, 58px);
    }

    .home-engine-heading p {
        font-size: 16px;
    }

    .home-engine-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .home-engine-card {
        min-height: 0;
        padding: 30px 26px;
        border-radius: 22px;
    }
}
    /* =========================================================
       CMSPOST CORE FEATURES — PURPLE GLOW / BLACK GRID
       Scoped so the workflow section below remains unchanged.
    ========================================================= */
    .cmspost-core-features {
        position: relative;
        isolation: isolate;
        overflow: hidden;
        padding: 125px 0 110px;
        background:
            radial-gradient(circle at 8% 0%, rgba(225, 0, 255, .95) 0, rgba(161, 0, 204, .52) 18%, transparent 43%),
            radial-gradient(circle at 52% 3%, rgba(112, 0, 139, .45) 0, transparent 35%),
            linear-gradient(180deg, #19001f 0%, #09030b 37%, #030303 72%, #050505 100%);
        color: #fff;
    }

    .cmspost-core-features::before {
        position: absolute;
        z-index: -1;
        top: -240px;
        left: -120px;
        width: 760px;
        height: 620px;
        border-radius: 50%;
        background: rgba(226, 0, 255, .35);
        filter: blur(115px);
        content: "";
        pointer-events: none;
    }

    .cmspost-core-features .carousel-container {
        position: relative;
        z-index: 1;
    }

    .cmspost-core-features .sec-title {
        max-width: 940px;
        margin: 0 auto 64px;
        text-align: center;
    }

    .cmspost-core-features .sec-title .sub-title {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 23px;
        padding: 10px 30px;
        border: 1px solid rgba(255, 255, 255, .13);
        border-radius: 999px;
        background: rgba(255, 255, 255, .09);
        color: rgba(255, 255, 255, .92);
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: none;
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }

    .cmspost-core-features .sec-title .title {
        max-width: 820px;
        margin: 0 auto;
        color: #fff !important;
        font-size: clamp(42px, 4.25vw, 68px);
        font-weight: 800;
        line-height: 1.06;
        letter-spacing: -.05em;
    }

    .cmspost-core-features .cmspost-feature-intro {
        max-width: 780px;
        margin: 27px auto 0;
        color: rgba(255, 255, 255, .66);
        font-size: 17px;
        line-height: 1.75;
    }

    .cmspost-core-features .feature-info2 {
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, .13);
        border-radius: 18px;
        background: rgba(0, 0, 0, .88);
        box-shadow: 0 30px 80px rgba(0, 0, 0, .38);
    }

    .cmspost-core-features .feature-info2 .row {
        margin: 0;
    }

    .cmspost-core-features .feature-info2 [class*="col-"] {
        display: flex;
        min-width: 0;
        padding: 0;
        border-right: 1px solid rgba(255, 255, 255, .10);
        border-bottom: 1px solid rgba(255, 255, 255, .10);
    }

    .cmspost-core-features .feature-info2 [class*="col-"]:nth-child(3n) {
        border-right: 0;
    }

    .cmspost-core-features .feature-info2 [class*="col-"]:nth-last-child(-n + 3) {
        border-bottom: 0;
    }

    .cmspost-core-features .feature-block2,
    .cmspost-core-features .feature-block2.v2,
    .cmspost-core-features .feature-block2.v3,
    .cmspost-core-features .feature-block2.v4 {
        position: relative;
        display: flex;
        width: 100%;
        min-height: 340px;
        flex-direction: column;
        align-items: flex-start;
        margin: 0;
        padding: 52px 48px 46px;
        border: 0;
        border-radius: 0;
        background: #020202;
        box-shadow: none;
        text-align: left;
        transition: background .3s ease, transform .3s ease;
    }

    .cmspost-core-features .feature-block2:hover {
        background: linear-gradient(145deg, rgba(83, 14, 99, .34), rgba(4, 4, 4, .98) 62%);
    }

    .cmspost-core-features .feature-icon {
        display: flex;
        width: 64px;
        height: 64px;
        flex: 0 0 64px;
        align-items: center;
        justify-content: center;
        margin: 0 0 25px;
        border: 1px solid rgba(255, 255, 255, .10);
        border-radius: 14px;
        background: linear-gradient(145deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .025));
    }

    .cmspost-core-features .feature-icon img {
        display: block;
        width: 40px;
        height: 40px;
        max-width: 40px;
        object-fit: contain;
        filter: grayscale(1) brightness(1.9);
    }

    .cmspost-core-features .feature-block2 .title {
        margin: 0 0 15px;
        color: #fff !important;
        font-size: 21px;
        font-weight: 750;
        line-height: 1.25;
        letter-spacing: -.025em;
    }

    .cmspost-core-features .feature-block2 p {
        max-width: 355px;
        margin: 0;
        color: rgba(255, 255, 255, .60);
        font-size: 15px;
        line-height: 1.75;
    }

    @media (max-width: 991.98px) {
        .cmspost-core-features {
            padding: 100px 0 90px;
        }

        .cmspost-core-features .feature-info2 [class*="col-"] {
            border-right: 1px solid rgba(255, 255, 255, .10);
            border-bottom: 1px solid rgba(255, 255, 255, .10);
        }

        .cmspost-core-features .feature-info2 [class*="col-"]:nth-child(3n) {
            border-right: 1px solid rgba(255, 255, 255, .10);
        }

        .cmspost-core-features .feature-info2 [class*="col-"]:nth-child(2n) {
            border-right: 0;
        }

        .cmspost-core-features .feature-info2 [class*="col-"]:nth-last-child(-n + 3) {
            border-bottom: 1px solid rgba(255, 255, 255, .10);
        }

        .cmspost-core-features .feature-info2 [class*="col-"]:nth-last-child(-n + 2) {
            border-bottom: 0;
        }

        .cmspost-core-features .feature-block2,
        .cmspost-core-features .feature-block2.v2,
        .cmspost-core-features .feature-block2.v3,
        .cmspost-core-features .feature-block2.v4 {
            min-height: 330px;
            padding: 42px 35px;
        }
    }

    @media (max-width: 575.98px) {
        .cmspost-core-features {
            padding: 80px 0 70px;
        }

        .cmspost-core-features .sec-title {
            margin-bottom: 42px;
        }

        .cmspost-core-features .sec-title .title {
            font-size: clamp(38px, 11vw, 50px);
        }

        .cmspost-core-features .cmspost-feature-intro {
            font-size: 16px;
        }

        .cmspost-core-features .feature-info2 [class*="col-"] {
            border-right: 0 !important;
            border-bottom: 1px solid rgba(255, 255, 255, .10) !important;
        }

        .cmspost-core-features .feature-info2 [class*="col-"]:last-child {
            border-bottom: 0 !important;
        }

        .cmspost-core-features .feature-block2,
        .cmspost-core-features .feature-block2.v2,
        .cmspost-core-features .feature-block2.v3,
        .cmspost-core-features .feature-block2.v4 {
            min-height: 0;
            padding: 35px 28px;
        }
    }