.th-products-section {
    position: relative;
    padding: clamp(58px, 6vw, 88px) 20px clamp(14px, 1.5vw, 22px);
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%, rgba(20, 103, 232, .08), transparent 27%),
        radial-gradient(circle at 92% 82%, rgba(100, 189, 69, .09), transparent 24%),
        #f8fafc;
}

.trackingBenefits,
.trackingBenefits .swiper-container {
    min-width: 0;
    overflow: hidden;
}

.trackingBenefits .th-insights-heading,
.trackingBenefits .th-insights-heading > div {
    width: 100%;
}

.trackingBenefits .th-insights-heading {
    margin-right: 0;
    margin-left: 0;
}

.trackingBenefits .swiper-slide {
    min-width: 0;
    flex-shrink: 0;
}

@media (max-width: 639px) {
    .trackingBenefits .th-insights-heading .secH2 {
        font-size: clamp(30px, 9vw, 40px);
        line-height: 1.12;
    }

    .trackingBenefits .th-insights-heading .secP2 {
        max-width: 340px;
        margin-right: auto;
        margin-left: auto;
        font-size: 16px;
        line-height: 1.55;
    }
}

.th-products-section::before {
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1160px, 90%);
    height: 1px;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, #dbe4ee, transparent);
}

.th-products {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.th-products__heading {
    max-width: 720px;
    margin: 0 auto clamp(30px, 4vw, 48px);
    text-align: center;
}

.th-products__eyebrow {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 12px;
    color: #0f62c9;
    border: 1px solid #d7e7fa;
    border-radius: 999px;
    background: #edf6ff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.th-products__heading .secH2 {
    margin: 0 0 10px;
    color: #142840;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.08;
}

.th-products__heading .secP2 {
    margin: 0;
    color: #657489;
    font-size: clamp(15px, 1.5vw, 18px);
}

.th-products-swiper {
    display: block;
    width: 100%;
    height: 390px !important;
    min-height: 0 !important;
    max-height: 390px;
    overflow: hidden;
}

.th-products-section + script + .th-features-section {
    margin-top: 0 !important;
}

.th-features-section {
    margin: 0 !important;
    padding: clamp(28px, 3vw, 40px) 0 clamp(56px, 6vw, 84px) !important;
}

.th-features-section .secs1 {
    margin-top: 0 !important;
}

.th-products-swiper:not(:defined) {
    height: 390px;
    min-height: 0;
    visibility: hidden;
}

.th-products-swiper swiper-slide {
    height: auto;
}

.th-product-card {
    margin: 0;
}

.th-product-card__link {
    position: relative;
    display: flex !important;
    min-height: 350px;
    padding: 13px 13px 17px !important;
    overflow: hidden;
    color: #162a43 !important;
    border: 1px solid #e1e8f0;
    border-radius: 22px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 12px 35px rgba(27, 52, 82, .08);
    text-decoration: none !important;
    flex-direction: column;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.th-product-card__link:hover {
    color: #162a43 !important;
    border-color: #c7d9ee;
    box-shadow: 0 22px 50px rgba(27, 52, 82, .15);
    transform: translateY(-6px);
}

.th-product-card__visual {
    position: relative;
    display: grid;
    height: 165px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 16px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.85), rgba(228,238,249,.75)),
        #edf3f9;
    place-items: center;
}

.th-product-card__visual::after {
    position: absolute;
    width: 150px;
    height: 25px;
    bottom: 16px;
    content: "";
    border-radius: 50%;
    background: rgba(30, 52, 75, .12);
    filter: blur(12px);
}

.th-product-card__visual img {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    max-width: 88%;
    height: 140px;
    object-fit: contain;
    filter: drop-shadow(0 15px 14px rgba(28, 48, 70, .18));
    transition: transform .35s ease;
}

.th-product-card__link:hover .th-product-card__visual img {
    transform: translateY(-5px) scale(1.035);
}

.th-product-card__type {
    margin-bottom: 6px;
    color: #1670db;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.th-product-card h3 {
    margin: 0 0 6px;
    color: #142840;
    font-size: 20px;
    line-height: 1.2;
}

.th-product-card p {
    margin: 0 0 14px;
    color: #657489;
    font-size: 14px;
    line-height: 1.55;
}

.th-product-card__action {
    display: inline-flex;
    margin-top: auto;
    color: #135fb9;
    font-size: 13px;
    font-weight: 700;
    align-items: center;
    gap: 7px;
}

.th-product-card__action b {
    font-size: 17px;
    transition: transform .2s ease;
}

.th-product-card__link:hover .th-product-card__action b {
    transform: translateX(4px);
}

@media (max-width: 559px) {
    .th-products-section {
        padding: 68px 18px 16px;
        scroll-margin-top: 76px;
    }

    .th-products__heading {
        width: 100%;
        margin-bottom: 28px;
        padding: 0;
    }

    .th-products__eyebrow {
        margin-bottom: 10px;
    }

    .th-products__heading .secH2 {
        max-width: 340px;
        margin-right: auto;
        margin-left: auto;
        font-size: clamp(32px, 9.5vw, 40px);
        line-height: 1.08;
        overflow-wrap: normal;
        word-break: normal;
    }

    .th-products__heading .secP2 {
        max-width: 340px;
        margin-right: auto;
        margin-left: auto;
        font-size: 16px;
        line-height: 1.55;
    }

    .th-features-section { padding-top: 26px !important; }
    .th-products__heading { padding: 0 10px; }
    .th-products-swiper {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .th-product-card__link { min-height: 340px; }
    .th-product-card__visual { height: 155px; }
}

@media (prefers-reduced-motion: reduce) {
    .th-product-card__link,
    .th-product-card__visual img,
    .th-product-card__action b {
        transition: none;
    }
}
