.products-page-hero {
    padding: 96px 0 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #FFF 0%, #EFF8EF 100%);
    /*margin: 0 0 60px;*/
    margin: 0 0 0px;
}

.products-page-hero .content-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    max-width: 1024px;
    margin: 0 auto;
}

.products-page-hero #breadcrumbs {
    margin-bottom: 8px;
    font-size: 14px;
    color: #555;
    width: auto;
}

.products-page-hero .badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 15px;
    background-color: rgba(145, 210, 145, 0.30);
    border-radius: 16px;
    color: #1E1E1E;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: none;
    letter-spacing: 0;
    mix-blend-mode: multiply;
}

.products-page-hero h1 {
    color: #1E1E1E;
    margin: 0;
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    letter-spacing: -1.2px;
    text-align: center;
}

.products-page-hero .text {
    color: #333;
    margin: 8px 0 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    max-width: 768px;
}

.products-page-hero .text p {
    margin-bottom: 0;
}

.products-page-hero .button-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

.btn-soft-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 8px;
    background-color: rgba(145, 210, 145, 0.60);
    border: none;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.products-page-hero .btn-soft-green:hover {
    opacity: 0.85;
}

.btn-secondary-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border-radius: 8px;
    background-color: #FFFFFF;
    border: 1px solid #D5D7DA;
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.products-page-hero .btn-secondary-white:hover {
    background-color: #F9F9F9;
    border-color: #B8BBC2;
}

.products-page-hero .btn-secondary-white svg {
    flex-shrink: 0;
}

.products-page-hero .image-row {
    margin-top: 64px;
}

.products-page-hero .image-col {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 32px;
}

.products-page-hero .image-col img {
    width: 100%;
    height: auto;
    max-width: 1216px;
    display: block;
}

@media (max-width: 1199px) {
    .products-page-hero h1 {
        font-size: 52px;
        line-height: 60px;
    }
}

@media (max-width: 991px) {
    .products-page-hero {
        padding-top: 64px;
    }

    .products-page-hero h1 {
        font-size: 40px;
        line-height: 48px;
        letter-spacing: -0.8px;
    }

    .products-page-hero .text {
        font-size: 18px;
        line-height: 28px;
    }

    .products-page-hero .image-row {
        margin-top: 48px;
    }

    .products-page-hero .image-col {
        padding: 0 16px;
    }
}

@media (max-width: 575px) {
    .products-page-hero {
        padding-top: 48px;
    }

    .products-page-hero h1 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: -0.6px;
    }

    .products-page-hero .text {
        font-size: 16px;
        line-height: 24px;
    }

    .products-page-hero .button-container {
        width: 100%;
        flex-direction: column;
    }

    .products-page-hero .button-container .btn {
        width: 100%;
        text-align: center;
    }

    .products-page-hero .image-row {
        margin-top: 32px;
    }

    .products-page-hero .image-col {
        padding: 0;
    }
}

/* ========================================
   Logos Blocks
   ======================================== */

.logo-block .logo-row .icon-container {
    width: auto;
}

.logo-block .logo-row img {
    object-fit: contain;
}

/* ========================================
   Alternating Split Content
   ======================================== */

.alternating-split-content {margin: 0 0 80px;overflow: hidden;}

.alternating-split-content .top-content {
    margin-bottom: 60px;
    text-align: center;
    position: relative;
    justify-content: center;
    padding: 60px 0;
}

.alternating-split-content .top-content:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    background: #0c3830;
    visibility: visible;
    top: 0;
}

.alternating-split-content .top-content .col-12 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.alternating-split-content .top-content h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.15;
    max-width: 820px;
}

.alternating-split-content .top-content .text, .alternating-split-content .top-content .text p {
    color: #fff;
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 1.6;
    max-width: 720px;
}

.alternating-split-content .top-content .text p:last-child {
    margin-bottom: 0;
}

.alternating-split-content .split-row {
    align-items: center;
    margin-bottom: 20px;
}

.alternating-split-content .split-row:last-child {
    margin-bottom: 0;
}

.alternating-split-content .split-row .image-col img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 16px;
    /*min-width: 833px;*/
    float: right;
}

.alternating-split-content .split-row .content-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 30px;
}

.alternating-split-content .split-row h3 {
    color: #013830;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.2;
}

.alternating-split-content .split-row .text {
    color: #013830;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 1.6;
}

.alternating-split-content .split-row .text p:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .alternating-split-content {
        padding: 0;
    }

    .alternating-split-content .top-content h2 {
        font-size: 32px;
    }

    .alternating-split-content, .alternating-split-content .split-row {
        margin-bottom: 60px;
    }

    .alternating-split-content .split-row .content-col {
        padding: 30px 0 0 0;
    }

    .alternating-split-content .split-row h3 {
        font-size: 26px;
    }
}

@media (max-width: 575px) {
    .alternating-split-content .top-content h2 {
        font-size: 28px;
    }

    .alternating-split-content .top-content .text {
        font-size: 16px;
    }

    .alternating-split-content .split-row .image-col img {
        min-width: auto;
    }
}

/* ========================================
   Case Studies Slider
   ======================================== */

.case-studies-slider-new {
    padding: 80px 0;
    background-color: #FAFAFA;
    position: relative;
    overflow: hidden;
    margin-bottom: 80px;
}

.case-studies-slider-new button {
    display: none !important;
}

.case-studies-slider-new.mb-60 {
    margin-bottom: 60px;
}

.case-studies-slider-new .title-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
}

.case-studies-slider-new.layout-default .title-container {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 64px;
}

.case-studies-slider-new .title-container h2 {
    color: #1E1E1E;
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
}

.case-studies-slider-new.layout-default .title-container h2 {
    max-width: 660px;
}

.case-studies-slider-new .title-container p {
    color: #1E1E1E;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.6;
}

.case-studies-slider-new .title-container .btn {
    margin-bottom: 24px;
}

.case-studies-slider-new.layout-default .title-container .btn {
    margin-bottom: 0;
}

.case-studies-slider-new.layout-default .title-container .btn-secondary-white {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    min-width: 200px;
    padding: 0 30px;
    border-radius: 8px;
    background-color: #FFFFFF;
    border: 1px solid #D5D7DA;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.case-studies-slider-new.layout-default .title-container .btn-secondary-white:hover {
    background-color: #F4F5F7;
    border-color: #B8BBC2;
}

.case-studies-slider-new .slider-nav {
    gap: 16px;
    margin-top: 16px;
}

.case-studies-slider-new .slider-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 1px solid #034737;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.case-studies-slider-new .slider-btn:hover {
    background-color: #F9F6F0;
}

.case-studies-slider-new .slider-btn.slick-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.case-studies-slider-new .slick-list {
    margin: 0 -16px;
    overflow: visible;
}

.case-studies-slider-new .slick-track {
    display: flex !important;
}

.case-studies-slider-new .slide {
    padding: 0 16px;
    height: auto;
}

.case-studies-slider-new .slider-card {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.case-studies-slider-new article {
    background-color: #FFFFFF;
    border-radius: 15px;
    padding: 25px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.05);
}

.case-studies-slider-new .slider-card > img {
    width: auto;
    max-width: 120px;
    height: 60px;
    object-fit: contain;
    align-self: flex-start;
}

.case-studies-slider-new .slider-card h3 {
    color: #1E1E1E;
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}

.case-studies-slider-new .slider-card .content {
    color: rgba(51, 51, 51, 0.80);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.case-studies-slider-new .slider-card .content *:last-child {
    margin-bottom: 0;
}

.case-studies-slider-new .meta-container {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 22px;
}

.case-studies-slider-new .meta-container img,
.case-studies-slider-new .meta-container .meta-avatar-placeholder {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #CCC;
    object-fit: cover;
    max-height: none;
    align-self: auto;
    flex-shrink: 0;
    display: inline-block;
}

.case-studies-slider-new .meta-container .meta-avatar-placeholder {
    background: rgba(0, 0, 0, 0.20);
}

.case-studies-slider-new .meta-container h4 {
    color: #111;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
}

.case-studies-slider-new .meta-container p {
    color: rgba(17, 17, 17, 0.50);
    margin: 4px 0 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    opacity: 1;
}

.case-studies-slider-new.layout-split .meta-container {
    margin-top: 16px;
}

@media (max-width: 991px) {
    .case-studies-slider-new {
        padding: 60px 0;
        margin-bottom: 40px !important;
    }

    .case-studies-slider-new.layout-default .title-container {
        margin-bottom: 40px;
    }

    .case-studies-slider-new .title-container h2 {
        font-size: 30px;
        line-height: 1.25;
    }

    .case-studies-slider-new .slider-card h3 {
        font-size: 24px;
    }
}

@media (max-width: 575px) {
    .case-studies-slider-new.layout-default .title-container {
        flex-direction: column;
        align-items: flex-start;
    }

    .case-studies-slider-new .title-container h2 {
        font-size: 26px;
    }

    .case-studies-slider-new.layout-default .title-container .btn-secondary-white {
        width: 100%;
    }

    .case-studies-slider-new .slider-card h3 {
        font-size: 22px;
    }
}

/* ========================================
   White Background Cards (Split heading)
   ======================================== */

.white-background-cards-split-block {
    margin-bottom: 100px;
}

.white-background-cards-split-block .top-row {
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 -45px 80px;
    /* gap: 20px; */
}

.white-background-cards-split-block .heading-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 0 45px;
}

.white-background-cards-split-block .heading-col .subtitle {
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 16px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
    border: 1px solid #034737;
    border-radius: 1000px;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
    letter-spacing: 0;
    gap: 0;
}

.white-background-cards-split-block .heading-col .subtitle svg {
    display: none;
}

.white-background-cards-split-block .heading-col h2 {
    color: #1E1E1E;
    font-size: 32px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.white-background-cards-split-block .content-col {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    padding: 0 45px;
}

.white-background-cards-split-block .content-col p {
    margin-bottom: 0;
}

.white-background-cards-split-block .content-col p:last-child {
    margin-bottom: 0;
}

.white-background-cards-split-block h3 {
    color: #1E1E1E;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    margin: 24px 0 32px;
}

.white-background-cards-split-block .cards-row {
    row-gap: 32px;
    margin-left: -16px;
    margin-right: -16px;
}

.white-background-cards-split-block .cards-row > [class^="col-"] {
    padding-left: 16px;
    padding-right: 16px;
}

.white-background-cards-split-block .card {
    border-radius: 8px;
    background: #FFF;
    box-shadow:
            0 -1px 1.5px 0 rgba(0, 0, 0, 0.03),
            0 1px 1.5px 0 rgba(0, 0, 0, 0.04),
            0 2px 2.5px 0 rgba(0, 0, 0, 0.07);
    border: none;
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 19px;
    height: 100%;
}

.white-background-cards-split-block .card .icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin: 0;
    border-radius: 50%;
    flex-shrink: 0;
}

.white-background-cards-split-block .card .icon-container img {
    width: auto;
    height: auto;
    object-fit: contain;
}

.white-background-cards-split-block .card h2 {
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 600;
    line-height: 27.9px;
    margin: 0;
}

.white-background-cards-split-block .card p {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}

.white-background-cards-split-block .card .link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: auto;
    padding: 0;
    background: none;
    border: none;
    color: #1E1E1E !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    box-shadow: none !important;
}

.white-background-cards-split-block .card .link svg {
    flex-shrink: 0;
}

.white-background-cards-split-block .card .link path {
    stroke: #1E1E1E;
}

@media (max-width: 991px) {
    .white-background-cards-split-block {
        padding: 60px 0;
        margin-bottom: 40px !important;
    }

    .white-background-cards-split-block .top-row {
        align-items: flex-start;
        margin-bottom: 40px;
    }

    .white-background-cards-split-block .heading-col {
        margin-bottom: 24px;
    }

    .white-background-cards-split-block .heading-col h2 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    .white-background-cards-split-block .heading-col h2 {
        font-size: 24px;
    }

    .white-background-cards-split-block .content-col {
        font-size: 16px;
        line-height: 25px;
    }

    .white-background-cards-split-block {
        padding: 0;
    }
}

/* ========================================
   Awards Block (b2b-consultant overrides)
   ======================================== */

.awards-block .images-col img:nth-child(2),
.awards-block .images-col img:nth-child(3) {
    height: 200px;
}

/* ========================================
   Tabbed Features
   ======================================== */

.tabbed-features {
    padding: 80px 0;
    background-color: #FAF9F7;
    margin: 0 0 100px;
}

.tabbed-features .block-title {
    color: #0D0D0D;
    font-size: 40px;
    font-weight: 600;
    line-height: 55px;
    margin: 0 0 60px;
    text-align: left;
    max-width: 680px;
}

.tabbed-features .tab-buttons-row {
    margin-bottom: 64px;
}

.tabbed-features .tab-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
}

.tabbed-features .tab-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    padding: 0 20px;
    border: none;
    border-radius: 146px;
    background-color: #FFFFFF;
    color: #0D0D0D;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.tabbed-features .tab-button.btn-outline {
    background-color: #FFFFFF;
    color: #0D0D0D;
    border: none;
}

.tabbed-features .tab-button.btn-outline:hover {
    background-color: rgba(145, 210, 145, 0.10);
}

.tabbed-features .tab-button.active,
.tabbed-features .tab-button.btn-primary {
    background-color: rgba(145, 210, 145, 0.20) !important;
    color: #1E1E1E !important;
    border: none;
}

.tabbed-features .tab-panels {
    position: relative;
}

.tabbed-features .tab-panel {
    display: none;
}

.tabbed-features .tab-panel.active {
    display: block;
}

.tabbed-features .tab-panel .row {
    align-items: flex-start;
    justify-content: space-between;
}

.tabbed-features .panel-content-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    max-width: 620px;
}

.tabbed-features .panel-content-col h3 {
    color: #1E1E1E;
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.tabbed-features .panel-content-col .panel-content, .tabbed-features .panel-content-col .panel-content p, .tabbed-features .panel-content-col .panel-content li {
    color: #0D0D0D;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
}

.tabbed-features .panel-content-col .panel-content p {
    margin-bottom: 25px;
}

.tabbed-features .panel-content-col .panel-content p:last-child {
    margin-bottom: 0;
}

.tabbed-features .panel-content-col .panel-content ul,
.tabbed-features .panel-content-col .panel-content ol {
    padding-left: 16px;
    margin: 0;
    list-style: none;
}

.tabbed-features .panel-content-col .panel-content li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 10px;
    color: #0D0D0D;
    font-size: 16px;
    line-height: 24px;
}

.tabbed-features .panel-content-col .panel-content li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #0D0D0D;
}

.tabbed-features .panel-image-col {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.tabbed-features .panel-image-col img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 16px;
    object-fit: cover;
    background-color: #FFFFFF;
}

.tabbed-features .features-row {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #CFCFCF;
}

.tabbed-features .features-row > .col-12 {
    max-width: 620px;
}

.tabbed-features .features-heading {
    color: #6E6E6E;
    font-size: 15.5px;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0.64px;
    margin: 0 0 16px;
}

.tabbed-features .features-list {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: stretch;
}

.tabbed-features .feature-item {
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    border: none;
    color: #0D0D0D;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none;
    transition: opacity 0.2s ease;
    box-shadow: none !important;
}

.tabbed-features a.feature-item::after {
    content: "";
    margin-left: 8px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'><path d='M6 4L10 8L6 12' stroke='%230D0D0D' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.tabbed-features a.feature-item:hover {
    opacity: 0.7;
    background-color: transparent;
}

.tabbed-features .feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 16px;
    border-radius: 12px;
    flex-shrink: 0;
}

.tabbed-features .feature-icon img {
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (max-width: 991px) {
    .tabbed-features {
        padding: 60px 0;
    }

    .tabbed-features .block-title {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 40px;
    }

    .tabbed-features .tab-buttons-row {
        margin-bottom: 40px;
    }

    .tabbed-features .tab-button {
        height: 52px;
        padding: 0 24px;
        font-size: 18px;
        line-height: 26px;
    }

    .tabbed-features .panel-content-col {
        max-width: none;
    }

    .tabbed-features .panel-content-col h3 {
        font-size: 22px;
    }

    .tabbed-features .panel-image-col {
        margin-top: 32px;
    }

    .tabbed-features .feature-item {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 575px) {
    .tabbed-features .block-title {
        font-size: 26px;
    }

    .tabbed-features .tab-buttons {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        margin: 0 -15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .tabbed-features .tab-button {
        flex: 0 0 auto;
        height: 48px;
        padding: 0 20px;
        font-size: 16px;
    }

    .tabbed-features .features-row {
        margin-top: 24px;
        padding-top: 24px;
    }
}

/* ========================================
   Green Content Split Block
   ======================================== */

.green-content-split {
    margin-bottom: 60px;
}

.green-content-split .green-content {
    border-radius: 20px;
    background: rgba(145, 210, 145, 0.20);
    width: 100%;
    position: relative;
    display: flex;
    align-content: flex-end;
    justify-content: space-between;
    padding-top: 56px;
    overflow: hidden;
    align-items: flex-end;
}

.green-content-split .green-content-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    padding: 61px 65px 61px;
    max-width: 570px;
}

.green-content-col h2 {
    color: #1E1E1E;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    margin: 0;
}

.green-content-col p {
    color: rgba(51, 51, 51, 0.90);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.green-content-split .buttons-container {
    margin-top: 15px;
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.green-content-split .split-image-col {
    width: 640px;
    height: 363px;
    margin: 0 -20px -30px 0;
}

.green-content-split .split-image-col img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.green-content-col .btn {
    background: #013830;
    color: white;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    transition: background-color 0.3s;
}

.green-content-col .link-with-icon {
    color: #1E1E1E;
    box-shadow: none;
}

.green-content-col .link-with-icon:hover, .green-content-col .btn:hover {
    opacity: 0.8;
}

@media only screen and (max-width: 575px) {
    .green-content-col h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .green-content-split .green-content {
        flex-direction: column;
        align-items: flex-end;
        padding: 0;
    }

    .green-content-split .green-content-col {
        padding: 40px 20px;
    }

    .green-content-split .buttons-container {
        flex-direction: column;
    }

    .green-content-split .buttons-container a {
        width: 100%;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .green-content-col h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .green-content-split .green-content {
        flex-direction: column;
        align-items: flex-end;
        padding: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .green-content-col h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .green-content-split .buttons-container {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .green-content-split .split-image-col,
    .green-content-split .split-image-col img {
        height: auto;
    }

    .green-content-split .green-content {
        align-items: end;
        padding-top: 0;
    }
}

/* ========================================
   Green Background Cards (Products page overrides)
   Top half of the no-BS CRM section. Base styles live in
   flexible-fields-2026.css; we tweak here to match the
   products-page Figma (lighter bg, 100px section padding,
   smaller card heading).
   ======================================== */

body.page-template-products-page .green-background-cards-block {
    padding: 100px 0;
    background: rgba(145, 210, 145, 0.20);
}

body.page-template-products-page .green-background-cards-block .card h2 {
    font-size: 18px;
    line-height: 26px;
}

/* ========================================
   Anti Features Block
   (Bottom half of the no-BS CRM section. Sits beneath
   .green-background-cards-block when "Merge With Block Above"
   is enabled — the negative margin-top absorbs the cards
   block's margin-bottom so the green backgrounds touch, and
   the cards block's own padding-bottom provides the 100px
   gap between the two halves.)
   ======================================== */

.anti-features-block {
    padding: 100px 0;
    margin-bottom: 60px;
    background: rgba(145, 210, 145, 0.20);
}

.anti-features-block.merge-with-above {
    padding-top: 0;
    margin-top: -60px;
}

.anti-features-block .row {
    gap: 20px 0;
}

.anti-features-block .bottom-content-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding-right: 40px;
    max-width: 480px;
}

.anti-features-block .bottom-content-col h3 {
    color: #1E1E1E;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    margin: 0;
}

.anti-features-block .bottom-content-col p {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin: 0;
}

.anti-features-block .bottom-content-col .btn-soft-green {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
    padding: 10px 30px;
    min-height: 60px;
    border-radius: 8px;
    background: rgba(145, 210, 145, 0.60);
    border: 1px solid rgba(145, 210, 145, 0.60);
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.anti-features-block .bottom-content-col .btn-soft-green:hover {
    opacity: 0.85;
}

.anti-features-block .features-col {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.anti-features-block .features-col li {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 45px;
    padding: 0 16px;
    border-radius: 100px;
    border-right: 1.5px solid #034737;
    border-bottom: 1.5px solid #034737;
    background: #FFF;
    color: #1E1E1E;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    width: auto;
    margin: 0;
}

.anti-features-block .features-col li:before {
    display: none;
}

.anti-features-block .features-col .icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 33px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: #FFF;
    margin: 0;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .anti-features-block {
        padding: 60px 0;
    }

    .anti-features-block.merge-with-above {
        margin-top: -60px;
    }

    .anti-features-block .bottom-content-col {
        padding-right: 0;
        margin-bottom: 30px;
        max-width: none;
    }

    .anti-features-block .bottom-content-col h3 {
        font-size: 28px;
        line-height: 36px;
    }

    .anti-features-block .features-col li {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .anti-features-block .bottom-content-col h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .anti-features-block .bottom-content-col p {
        font-size: 16px;
        line-height: 24px;
    }

    .anti-features-block .bottom-content-col .btn-soft-green {
        width: 100%;
    }

    .anti-features-block .features-col {
        gap: 10px;
    }

    .anti-features-block .features-col li {
        font-size: 15px;
        padding: 0 14px;
    }
}

/* ========================================
   Page specific overrides
   ======================================== */

body.page-template-products-page .faq-accordions h2 {
    color: #1E1E1E;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
}

body.page-template-products-page .faq-accordions .accordion {
    border-radius: 10px;
    background: #F8F8F8;
}

body.page-template-products-page .faq-accordions h3 {
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

body.page-template-products-page .green-content-split .green-content {
    padding-top: 0;
}

body.page-template-products-page  .faq-accordions {
    /* padding: 80px 0; */
}

body.page-template-products-page .awards-block {
    margin-bottom: 100px;
}

body.page-template-products-page  .awards-block .awards-inner {
    margin: 0;
}

@media (max-width: 575px) {
    body.page-template-products-page .faq-accordions {
        padding: 0;
    }

    body.page-template-products-page .green-background-cards-block {
        padding: 60px 0;
    }
}