.kh-features{
    position:relative;
    width:100%;
    min-height:405px;
    padding:0 40px;
    background:#fff;
    overflow:hidden;
}
.kh-features *{box-sizing:border-box}
.kh-features-band{
    position:absolute;
    z-index:0;
    top:0;
    left:0;
    width:100%;
    height:108px;
    background:#6d9946;
    pointer-events:none;
}
.kh-features-grid{
    position:relative;
    z-index:1;
    width:100%;
    max-width:1500px;
    margin:0 auto;
    padding-top:48px;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    column-gap:25px;
    row-gap:0;
}
.kh-feature{min-width:0;text-align:center}
.kh-feature-link{display:block;color:inherit;text-decoration:none}
.kh-feature-inner{width:100%;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}
.kh-feature-link:hover .kh-feature-inner{transform:translateY(-2px)}
.kh-feature-icon-wrap{
    width:110px;
    height:110px;
    margin:0 auto 18px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
}
.kh-feature-icon{display:inline-flex;align-items:center;justify-content:center;font-size:50px;line-height:1;color:#111;fill:#111}
.kh-feature-icon i,.kh-feature-icon svg{display:block;width:1em;height:1em;line-height:1}
.kh-feature-icon svg{fill:currentColor}
.kh-feature-icon-image{display:block;width:50px;height:50px;object-fit:contain}
.kh-feature-title{
    margin:0 0 18px;
    color:#121212;
    font-family:"Montserrat",Arial,sans-serif;
    font-size:25px;
    line-height:1.15;
    font-weight:700;
}
.kh-feature-description{
    max-width:320px;
    margin:0 auto;
    color:#121212;
    font-family:"Montserrat",Arial,sans-serif;
    font-size:16px;
    line-height:1.28;
    font-style:italic;
    font-weight:500;
}

@media(max-width:1024px){
    .kh-features{min-height:0;padding:0 20px 48px}
    .kh-features-band{height:64px}
    .kh-features-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 18px;padding-top:26px}
    .kh-feature-icon-wrap{width:92px;height:92px;margin-bottom:14px}
    .kh-feature-icon{font-size:40px}
    .kh-feature-icon-image{width:40px;height:40px}
    .kh-feature-title{font-size:20px;margin-bottom:12px}
    .kh-feature-description{font-size:14px;line-height:1.35;max-width:280px}
}

@media(max-width:767px){
    .kh-features{padding:0 14px 38px}
    .kh-features-band{height:50px}
    .kh-features-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px;padding-top:20px}
    .kh-feature-inner{padding:0 3px}
    .kh-feature-icon-wrap{width:72px;height:72px;margin-bottom:10px}
    .kh-feature-icon{font-size:31px}
    .kh-feature-icon-image{width:31px;height:31px}
    .kh-feature-title{font-size:16px;line-height:1.18;margin-bottom:8px}
    .kh-feature-description{font-size:12.5px;line-height:1.35;max-width:100%}
}

@media(max-width:390px){
    .kh-features{padding-left:10px;padding-right:10px;padding-bottom:34px}
    .kh-features-grid{gap:22px 8px}
    .kh-feature-icon-wrap{width:66px;height:66px}
    .kh-feature-title{font-size:15px}
    .kh-feature-description{font-size:12px}
}

/* Premium mobile layout – inspired by the approved vertical card direction. */
.kh-features-mobile-intro{display:none}
.kh-feature-mobile-arrow{display:none}

@media(max-width:767px){
    .kh-features-mobile-premium-yes .kh-features{
        --kh-feature-mobile-bg:#f4f7ef;
        --kh-feature-mobile-card:#fff;
        --kh-feature-mobile-accent:#6d9946;
        --kh-feature-mobile-icon-bg:#f4f7f0;
        --kh-feature-mobile-icon-color:#35552b;
        --kh-feature-mobile-heading:#263420;
        --kh-feature-mobile-radius:18px;
        --kh-feature-mobile-gap:12px;
        --kh-feature-mobile-icon-size:76px;
        --kh-feature-mobile-pad-top:18px;
        --kh-feature-mobile-pad-right:42px;
        --kh-feature-mobile-pad-bottom:18px;
        --kh-feature-mobile-pad-left:16px;
        min-height:0!important;
        background:var(--kh-feature-mobile-bg)!important;
        overflow:hidden;
    }
    .kh-features-mobile-premium-yes .kh-features-band{display:none!important}
    .kh-features-mobile-premium-yes .kh-features-mobile-intro{
        position:relative;
        z-index:2;
        display:block;
        max-width:520px;
        margin:0 auto;
        padding:30px 12px 22px;
        text-align:center;
    }
    .kh-features-mobile-premium-yes .kh-features-mobile-eyebrow{
        margin:0 0 8px;
        color:var(--kh-feature-mobile-accent);
        font-family:"Montserrat",Arial,sans-serif;
        font-size:11px;
        line-height:1.2;
        font-weight:800;
        letter-spacing:.18em;
        text-transform:uppercase;
    }
    .kh-features-mobile-premium-yes .kh-features-mobile-heading{
        margin:0;
        color:var(--kh-feature-mobile-heading);
        font-family:Georgia,"Times New Roman",serif;
        font-size:29px;
        line-height:1.08;
        font-weight:500;
        letter-spacing:-.025em;
    }
    .kh-features-mobile-premium-yes .kh-features-mobile-ornament{
        display:flex;
        align-items:center;
        justify-content:center;
        gap:9px;
        margin-top:12px;
        color:#cfd7c8;
        font-size:7px;
    }
    .kh-features-mobile-premium-yes .kh-features-mobile-ornament span{
        display:block;
        width:38px;
        height:1px;
        background:currentColor;
        opacity:.85;
    }
    .kh-features-mobile-premium-yes .kh-features-mobile-ornament{display:none}
    .kh-features-mobile-premium-yes .kh-features-mobile-ornament i{font-style:normal;transform:rotate(45deg);opacity:.9}

    .kh-features-mobile-premium-yes .kh-features-grid{
        grid-template-columns:minmax(0,1fr)!important;
        gap:var(--kh-feature-mobile-gap)!important;
        max-width:520px!important;
        padding-top:0!important;
    }
    .kh-features-mobile-premium-yes .kh-feature{
        text-align:left!important;
    }
    .kh-features-mobile-premium-yes .kh-feature-link{
        display:block;
        height:100%;
        text-decoration:none!important;
    }
    .kh-features-mobile-premium-yes .kh-feature-inner{
        position:relative;
        isolation:isolate;
        overflow:hidden;
        display:grid;
        grid-template-columns:var(--kh-feature-mobile-icon-size) minmax(0,1fr);
        grid-template-rows:auto auto;
        column-gap:16px;
        align-items:center;
        min-height:116px;
        padding:var(--kh-feature-mobile-pad-top) var(--kh-feature-mobile-pad-right) var(--kh-feature-mobile-pad-bottom) var(--kh-feature-mobile-pad-left)!important;
        border:1px solid #e2e7de!important;
        border-left:1px solid #e2e7de!important;
        border-radius:var(--kh-feature-mobile-radius)!important;
        background:var(--kh-feature-mobile-card)!important;
        box-shadow:0 6px 18px rgba(34,51,27,.05)!important;
        transform:none!important;
        transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
    }
    .kh-features-mobile-premium-yes .kh-feature-inner:before,
    .kh-features-mobile-premium-yes .kh-feature-inner:after{display:none} 
    .kh-features-mobile-premium-yes .kh-feature-icon-wrap{
        grid-column:1;
        grid-row:1/3;
        width:var(--kh-feature-mobile-icon-size)!important;
        height:var(--kh-feature-mobile-icon-size)!important;
        margin:0!important;
        border:1px solid #dfe6d8!important;
        border-radius:50%!important;
        background:var(--kh-feature-mobile-icon-bg)!important;
        box-shadow:none!important;
    }
    .kh-features-mobile-premium-yes .kh-feature-icon{
        color:var(--kh-feature-mobile-icon-color)!important;
        fill:var(--kh-feature-mobile-icon-color)!important;
        font-size:calc(var(--kh-feature-mobile-icon-size) * .43)!important;
    }
    .kh-features-mobile-premium-yes .kh-feature-icon-image{
        width:46%!important;
        height:46%!important;
        filter:none;
    }
    .kh-features-mobile-premium-yes .kh-feature-title{
        grid-column:2;
        grid-row:1;
        align-self:end;
        margin:0 0 6px!important;
        color:#24301f;
        font-size:18px!important;
        line-height:1.25!important;
        text-align:left!important;
    }
    .kh-features-mobile-premium-yes .kh-feature-description{
        grid-column:2;
        grid-row:2;
        align-self:start;
        max-width:none!important;
        margin:0!important;
        color:#646c60;
        font-size:13.5px!important;
        line-height:1.55!important;
        font-style:normal!important;
        font-weight:400!important;
        text-align:left!important;
    }
    .kh-features-mobile-premium-yes .kh-feature-mobile-arrow{
        position:absolute;
        top:50%;
        right:13px;
        display:flex;
        width:27px;
        height:27px;
        align-items:center;
        justify-content:center;
        border:none;
        border-radius:0;
        color:#8a9485;
        background:transparent;
        font-size:20px;
        line-height:1;
        transform:translateY(-50%);
    }
    .kh-features-mobile-premium-yes .kh-feature-link:active .kh-feature-inner{
        transform:scale(.99)!important;
        box-shadow:0 3px 10px rgba(34,51,27,.04)!important;
    }
}

@media(max-width:390px){
    .kh-features-mobile-premium-yes .kh-features-mobile-intro{padding-top:26px;padding-bottom:18px}
    .kh-features-mobile-premium-yes .kh-features-mobile-heading{font-size:26px}
    .kh-features-mobile-premium-yes .kh-feature-inner{column-gap:13px;min-height:108px}
    .kh-features-mobile-premium-yes .kh-feature-title{font-size:17px!important}
    .kh-features-mobile-premium-yes .kh-feature-description{font-size:12.8px!important;line-height:1.5!important}
}
