.trackex-home-hero {
    background: #f3f8f6;
    min-height: 760px;
    overflow: hidden;
    padding: 170px 0 95px;
    position: relative;
}

.trackex-home-hero:before {
    background:
        linear-gradient(135deg, rgba(15, 143, 115, 0.16), transparent 42%),
        radial-gradient(circle at 78% 22%, rgba(255, 107, 53, 0.18), transparent 32%);
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1;
}

.trackex-home-hero .banner-content-two {
    max-width: 620px;
    width: 100%;
}

.trackex-home-hero .banner-content-two .sub-title {
    background: #ffffff;
    border: 1px solid #d8ebe5;
    border-radius: 8px;
    color: #0f8f73;
    font-weight: 800;
    letter-spacing: 0;
    padding: 9px 13px;
}

.trackex-home-hero .banner-content-two .title {
    color: #12282c;
    font-size: 68px;
    letter-spacing: 0;
    line-height: 0.95;
    margin-bottom: 24px;
    text-transform: none;
}

.trackex-home-hero .banner-content-two p {
    color: #4e6467;
    font-size: 18px;
    max-width: 560px;
    width: 100%;
}

.trackex-home-hero .banner-btn .btn {
    background: #0f8f73;
    border-radius: 8px;
    box-shadow: 0 18px 34px rgba(15, 143, 115, 0.23);
    padding: 18px 22px;
}

.trackex-home-hero .banner-btn .btn:before,
.trackex-home-hero .banner-btn .btn:after {
    display: none;
}

.trackex-home-hero .banner-btn .btn:hover {
    background: #ff6b35;
}

.trackex-home-hero .play-btn i {
    background: #12282c !important;
    border-radius: 8px !important;
    color: #ffffff !important;
}

.trackex-hero-proof {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 36px;
    max-width: 590px;
}

.trackex-hero-proof div {
    background: #ffffff;
    border: 1px solid #dbe7e2;
    border-radius: 8px;
    padding: 16px;
}

.trackex-hero-proof strong {
    color: #ff6b35;
    display: block;
    font-size: 24px;
    line-height: 1;
}

.trackex-hero-proof span {
    color: #58686b;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 8px;
}

.trackex-home-hero .banner-img {
    background: #ffffff;
    border: 1px solid #d8ebe5;
    border-radius: 8px;
    box-shadow: 0 30px 80px rgba(18, 40, 44, 0.14);
    padding: 18px;
    position: relative;
}

.trackex-home-hero .banner-img img {
    border-radius: 8px;
    max-height: 520px;
    object-fit: cover;
    width: 100%;
}

.trackex-hero-panel {
    background: #12282c;
    border-radius: 8px;
    box-shadow: 0 18px 40px rgba(18, 40, 44, 0.2);
    color: #ffffff;
    max-width: 230px;
    padding: 14px 16px;
    position: absolute;
    text-align: start;
}

.trackex-hero-panel span {
    color: #8fd4bf;
    display: block;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.trackex-hero-panel strong {
    display: block;
    font-size: 15px;
    line-height: 1.32;
}

.trackex-hero-panel-top {
    inset-inline-end: -18px;
    top: 42px;
}

.trackex-hero-panel-bottom {
    bottom: 36px;
    inset-inline-start: -22px;
}

.trackex-home-hero .banner-shape-wrap {
    display: none;
}

.trackex-category-strip {
    background: #ffffff;
    padding: 86px 0 30px;
}

.trackex-section-kicker {
    margin: 0 auto 34px;
    max-width: 760px;
    text-align: center;
}

.trackex-section-kicker span {
    color: #0f8f73;
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.trackex-section-kicker h2 {
    color: #12282c;
    font-size: 42px;
    line-height: 1.12;
    margin: 0;
    text-transform: none;
}

.trackex-category-strip .features-item-wrap {
    background: transparent;
    box-shadow: none;
}

.trackex-category-strip .features-item-two {
    align-items: flex-start;
    background: #f7fbf8;
    border: 1px solid #dbe7e2;
    border-radius: 8px;
    box-shadow: none;
    display: flex;
    gap: 18px;
    height: 100%;
    padding: 24px;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.trackex-category-strip .features-item-two:hover {
    border-color: #8fd4bf;
    box-shadow: 0 20px 42px rgba(18, 40, 44, 0.1);
    transform: translateY(-4px);
}

.trackex-category-strip .features-icon-two {
    align-items: center;
    background: #12282c;
    border-radius: 8px;
    color: #ffffff;
    display: flex;
    flex: 0 0 58px;
    font-size: 26px;
    height: 58px;
    justify-content: center;
    margin: 0;
    width: 58px;
}

.trackex-category-strip .features-icon-two img {
    height: 34px;
    object-fit: contain;
    width: 34px;
}

.trackex-category-strip .features-content-two .title {
    color: #12282c;
    font-size: 21px;
    margin-bottom: 8px;
    text-transform: none;
}

.trackex-category-strip .features-content-two p {
    color: #58686b;
    margin: 0;
}

@media (max-width: 1199.98px) {
    .trackex-home-hero .banner-content-two .title {
        font-size: 56px;
    }
}

@media (max-width: 991.98px) {
    .trackex-home-hero {
        padding: 145px 0 75px;
    }

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

@media (max-width: 767.98px) {
    .trackex-home-hero {
        min-height: auto;
        padding: 120px 0 60px;
    }

    .trackex-home-hero .banner-content-two .title {
        font-size: 42px;
    }

    .trackex-hero-proof {
        grid-template-columns: 1fr;
    }

    .trackex-hero-panel {
        margin-top: 12px;
        max-width: none;
        position: static;
    }

    .trackex-section-kicker h2 {
        font-size: 32px;
    }

    .trackex-category-strip .features-item-two {
        flex-direction: column;
    }
}
