.hyk-eco {
    background: #EBEFF9;
    padding: 100px 0 50px;
}
.hyk-eco__container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}
.hyk-eco__header {
    text-align: center;
    margin-bottom: 50px;
}
.hyk-eco__label {
    display: block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.50);
    margin-bottom: 10px;
    line-height: 28px;
}
.hyk-eco__title {
    font-size: 38px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 6px;
    line-height: 54px;
}
.hyk-eco__sub {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 28px;
    max-width: 853px;
    margin: 0 auto;
    font-weight: 400;
}
.hyk-eco__body {
    max-width: 1200px;
    margin: 0 auto 50px;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.hyk-eco__body-text p {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 25px;
    margin: 0 0 20px;
    font-weight: 400;
}
.hyk-eco__diff-heading {
    font-size: 18px;
    font-weight: 600;
    color: #0d1f2d;
    margin: 0 0 10px;
    line-height: 25px;
}
.hyk-eco__diff-text p {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 25px;
    margin: 0;
}
.hyk-eco__example-heading {
    font-size: 24px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
    margin: 0 0 13px;
    line-height: 32px;
}
.hyk-eco-grid-wrap {
    margin-bottom: 50px;
}
.hyk-eco__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.hyk-eco__card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding: 32px;
    display: flex;
    flex-direction: column;
}
.hyk-eco__card-title {
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    margin: 0 0 24px;
    line-height: 27px;
}
.hyk-eco__card-body p {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    line-height: 24px;
    margin: 0 0 14px;
}
.hyk-eco__card-total {
    font-size: 15px;
    color: rgba(0, 0, 0, 1);
    margin: 16px 0 14px;
    font-weight: 600;
    line-height: 24px;;
}
.hyk-eco__card-total strong {
    font-weight: 600;
}
.hyk-eco__pros,
.hyk-eco__cons {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.hyk-eco__pro-item,
.hyk-eco__con-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    line-height: 24px;
    padding: 0;
}
.hyk-eco__pro-item:before,
.hyk-eco__con-item:before {
    display: none;
}
.hyk-eco__pro-icon,
.hyk-eco__con-icon {
    flex-shrink: 0;
}
.hyk-eco__cons.list-style-default .hyk-eco__con-item,
.hyk-eco__pros.list-style-default .hyk-eco__pro-item {
  padding-left: 15px;
}
.hyk-eco__cons.list-style-default .hyk-eco__con-item:before,
.hyk-eco__pros.list-style-default .hyk-eco__pro-item:before {
    display: block;
  top: 8px;
}
.hyk-eco__card-saving {
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
    margin: 0;
    font-weight: 400;
    line-height: 24px;
}
@media (max-width: 768px) {
    .hyk-eco {
        padding: 52px 0;
    }
    .hyk-eco__container {
        padding: 0 20px;
    }
    .hyk-eco__title {
        font-size: 30px;
    }
    .hyk-eco__example-heading {
        font-size: 22px;
    }
    .hyk-eco__grid {
        grid-template-columns: 1fr;
    }
}



.ap-products__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.ap-products__card {
    background: #ffffff;
    border-radius: 16px;
    padding: 25px 40px 22px;
    display: flex;
    flex-direction: column;
    gap: 0;
    box-shadow: 0px 2px 4px 0px #00000024, 0px 0px 2px 0px #0000001F;
  align-items: start;
}
.ap-products__logo-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    height: 55px;
}
.ap-products__logo {
    max-height: 30px;
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: left center;
}
.ap-products__card-name {
    font-size: 22px;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
    margin: 0 0 10px;
}
.ap-products__card-body {
    flex: 1;
    margin-bottom: 36px;
}
.ap-products__card-body p {
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    line-height: 25px;
    margin: 0;
}
a.ap-products__card-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    font-weight: 500;
    color: #3040CF;
    text-decoration: none;
    line-height: 18px;
    margin-top: auto;
    transition: all ease-in-out 0.2s;
    border-bottom: 1px solid transparent;
}
a.ap-products__card-link:hover { 
    border-bottom: 1px solid #3040CF;
}

@media (max-width: 1024px) {
    .ap-products__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ap-products__title {
        font-size: 32px;
    }
}
@media (max-width: 640px) {
    .ap-products {
        padding: 52px 0 60px;
    }
    .ap-products__container {
        padding: 0 20px;
    }
    .ap-products__grid {
        grid-template-columns: 1fr;
    }
    .ap-products__title {
        font-size: 26px;
    }
    .ap-products__card {
        padding: 22px 20px;
    }
}
