/* ===== Base ===== */
html { height: 100%; }
* { box-sizing: border-box; }
body { margin: 0; color: #333; background: linear-gradient(135deg, #EAF4FC 0%, #E8F2FB 48%, #E6F0F9 100%); min-height: 100%; font-family: Arial, sans-serif; font-size: 14px; line-height: 20px; }
.flexwrapper{background:linear-gradient(135deg,#EAF4FC 0%,#E8F2FB 48%,#E6F0F9 100%)!important;background-attachment:fixed!important}
.flexwrapper>.section{background-color:transparent!important}
img { max-width: 100%; vertical-align: middle; display: inline-block; }
a { color: #222; text-decoration: none; }
p { margin-top: 0; margin-bottom: 10px; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 10px; font-weight: 700; }
h1 { margin-top: 20px; font-size: 38px; line-height: 44px; }

@font-face { font-family: Inter; src: url(/upload/tracky/637637e407ceb16df293d2e3_Inter-Regular.ttf) format("truetype"); font-weight: 400; }
@font-face { font-family: Inter; src: url(/upload/tracky/637637e4f63e86c6a73e2860_Inter-Medium.ttf) format("truetype"); font-weight: 500; }
@font-face { font-family: Inter; src: url(/upload/tracky/63763808056779f890be5fde_Inter-SemiBold.ttf) format("truetype"); font-weight: 600; }
@font-face { font-family: Inter; src: url(/upload/tracky/637637e4734dba2a00e8fe1c_Inter-Bold.ttf) format("truetype"); font-weight: 700; }
@font-face { font-family: GRIFTER; src: url(/upload/tracky/63299dd09255d352c564b198_grifterbold.otf) format("opentype"); font-weight: 700; }
:root { --soft-black: #151b31; --tomato: #ff5858; --blue: #4a2cfe; --sandy-brown: #ffb07b; --text-color: #46433f; }

/* ===== Layout ===== */
.flexwrapper { flex-direction: column; min-height: 100vh; font-family: Inter, sans-serif; font-size: 18px; line-height: 1.55em; display: flex; }
.flexwrapper > .mz-footer { margin-top: auto; }
.section { flex-direction: column; align-items: center; padding-top: 75px; padding-bottom: 75px; display: flex; }
.container { flex-direction: column; align-items: center; width: 1200px; max-width: 100%; padding-left: 15px; padding-right: 15px; display: flex; }
.index-right { margin-left: max(calc(var(--sidebar-width, 260px) + 40px), calc((100% - 1350px + var(--sidebar-width, 260px) + 40px) / 2)); margin-right: auto; max-width: 1350px; }
.notification-bar-wrapper { width: 100%; }
.navbar-animation-trigger { z-index: 0; width: 100%; height: 48px; position: absolute; top: 0; left: 0; }
.desktop-actions-search { display: none !important; }

/* ===== Header ===== */
.section.headersection { padding-top: 32px; padding-bottom: 32px; position: relative; }
.container.vertical-align-stretch { flex-direction: column; align-items: stretch; display: flex; }
.header { justify-content: space-between; align-items: center; position: relative; }
.headerarrow { color: #6d6f75; font-family: GRIFTER, sans-serif; font-size: 12px; font-weight: 700; line-height: 2em; display: none; position: absolute; top: 0; right: -180px; }

/* ===== Banner ===== */
.banner { grid-column-gap: 8px; justify-content: center; align-items: center; margin-top: 100px; margin-left: auto; margin-right: auto; display: flex; }
.bannerimage.continue { margin-top: -15px; }
.loadanimation { height: 180px; }

/* ===== Hero ===== */
.section.herosection { --hero-search-top-gap: clamp(170px, 20vh, 260px); --hero-image-overlap: 6px; background-image: url(/upload/tracky/634928fe1301dec2a1beca08_Vector%206.svg), url(/upload/tracky/634928fe8f90058f7e979f11_Vector%204%20\(1\).svg); background-position: 0 100%, 100%; background-repeat: no-repeat, no-repeat; background-size: auto, auto; padding-top: 32px; padding-bottom: 12px; }
.herocontenttitlewrap { align-items: flex-end; display: flex; overflow: hidden; }
.herocontenttitlewrap.mobile { display: none; }
.title { color: var(--soft-black); margin-top: 0; margin-bottom: 10px; font-family: GRIFTER, sans-serif; font-size: 64px; font-weight: 700; line-height: 1.2em; }
.title.degrade { -webkit-text-fill-color: transparent; background-image: linear-gradient(90deg, #f13838, #4a2cfe 64%); -webkit-background-clip: text; background-clip: text; }
.title.degrade.typed-words { color: #ff5858; -webkit-text-fill-color: inherit; background-image: none; background-clip: border-box; }
.title.mobilehero { }
.herotext { color: #6d6f75; text-align: center; max-width: 775px; margin-bottom: 48px; font-size: 24px; line-height: 1.5em; }
.herotext.mobile { display: none; }
.row { grid-column-gap: 24px; display: flex; }
.herocontent { position: relative; max-width: 885px; width: 100%; margin-top: var(--hero-search-top-gap); margin-bottom: 16px; padding: 14px 20px; display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,0.9); border: 2px solid rgba(0,0,0,0.06); border-radius: 14px; cursor: pointer; box-shadow: 0 2px 8px rgba(0,0,0,0.03); transition: all 0.25s ease; }
.search-text { flex: 1; font-size: 1rem; color: #64748b; }
.search-kbd { padding: 3px 10px; background: rgba(0,0,0,0.05); border-radius: 6px; font-size: 0.75rem; color: #94a3b8; border: 1px solid rgba(0,0,0,0.06); }
.herocontent svg { flex-shrink: 0; }

.hero-character {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: calc(100% - var(--hero-image-overlap));
    width: clamp(220px, 30vw, 360px);
    max-width: none;
    height: auto;
    transform: translateX(-50%);
    pointer-events: none;
}
.herocursor { position: absolute; inset: auto -40px -50px auto; }
.typed-words::after { content: "|"; display: inline; animation: blink 1s infinite; color: inherit; }
@keyframes blink { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } }

/* ===== CTA ===== */
.section.padding-0 { padding: 0; }
.container.heroctacontainer { padding-bottom: 12px; position: relative; }
.herocta { grid-column-gap: 4px; color: var(--soft-black); background-color: transparent; border-radius: 4px; align-items: center; padding: 8px 12px; font-weight: 600; display: none; }
.heroctacontainerimage { position: absolute; inset: auto auto 120px 0%; }
.heroctacontainerimage.right { position: absolute; inset: -50px 0% auto auto; }
.heroctaline { margin-top: 70px;margin-bottom: 50px; }

/* ===== Tabs ===== */
.section.tabsection { min-height: 100vh; justify-content: center; overflow: hidden; }
.sectiontitle { color: var(--soft-black); text-align: center; margin-top: 0; margin-bottom: 12px; font-family: GRIFTER, sans-serif; font-size: 40px; line-height: 1.1; }
.sectiontext { color: #6d6f75; margin-bottom: 50px; text-align: center;font-size: 22px; line-height: 1.4em; }
.tabsection .sectiontext { margin-bottom: 24px; }
.trackmanagementbox { background-color: #151b31; border-radius: 16px; width: 100%; margin-top: 36px; padding-top: 48px; padding-left: 120px; padding-right: 120px; position: relative; }
.tabsection .trackmanagementbox { margin-top: 16px; }
.trackmanagementtabs { flex-direction: column; align-items: center; display: flex; }
.trackmanagementtabsmenu { border-bottom: 3px solid #484e65; justify-content: center; padding-left: 34px; padding-right: 34px; display: flex; }
.w-tabs { position: relative; }
.w-tabs::before, .w-tabs::after { content: " "; grid-area: 1/1/2/2; display: table; }
.w-tabs::after { clear: both; }
.w-tab-menu { position: relative; }
.w-tab-link { vertical-align: top; text-align: left; cursor: pointer; color: #222; background-color: #ddd; padding: 9px 30px; text-decoration: none; display: inline-block; position: relative; }
.w-tab-link:focus { outline: 0; }
.w-tab-link.w--current { background-color: #c8c8c8; }
.w-tab-content { display: block; position: relative; overflow: hidden; }
.w-tab-pane { display: none; position: relative; }
.w--tab-active { display: block; }
.w-inline-block { max-width: 100%; display: inline-block; }
.trackmanagementtablink.w--current { border-bottom-width: 6px; border-bottom-color: var(--tomato); color: #fff; background-color: transparent; }
.trackmanagementtabscontent { flex-direction: column; width: 100%; height: 520px; margin-top: 64px; display: flex; overflow: hidden; }
.trackmanagementtabscontent .w-tab-pane { height: 100%; }
.trackmanagementtablink { color: #6d6f75; text-align: center; background-color: transparent; border-bottom: 6px solid transparent; align-items: center; margin-bottom: -4.2px; padding: 24px 20px; font-size: 20px; font-weight: 500; line-height: 1; display: flex; }
.trackingimage { object-fit: contain; object-position: 50% 50%; border-top-left-radius: 10px; border-top-right-radius: 10px; width: 100%; height: 100%; margin-bottom: 0; }
.trackmanagementsoon { border-top-left-radius: 8px; border-top-right-radius: 8px; justify-content: center; align-items: center; width: 100%; height: 100%; display: flex; }
.trackmanagementsoon.has-coming-soon { overflow: hidden; }
.trackmanagementsoon.has-coming-soon .trackingimage { filter: blur(7px); opacity: 0.62; transform: scale(1.04); }
.trackymanagementsoonbox { text-align: center; background-color: #fff; border-radius: 8px; flex-direction: column; max-width: 400px; padding: 32px 50px; display: flex; position: absolute; box-shadow: 0 7px 35px #171f4614; }
.soonboximagewrap { justify-content: center; align-items: center; display: flex; position: relative; }
.soonboximage { position: relative; left: 23px; }
.confettiimage { position: relative; left: -17px; }
.confettilottie { position: absolute; left: 94px; }
.soonboxtitle { z-index: 1; color: var(--soft-black); margin-top: 24px; margin-bottom: 8px; font-size: 24px; font-weight: 600; line-height: 1.16em; position: relative; }
.soonboxtext { z-index: 1; color: #6d6f75; letter-spacing: 0.01em; font-size: 16px; line-height: 1.43em; position: relative; }
.mobile { display: none; }
.mobile-padding-15 { }

@media (max-width: 479px) { .w-tab-link { display: block; } }

/* ===== Tools Section ===== */
.tools-section { min-height: 100vh; max-width: 100%; padding: 2rem 0; display: flex; flex-direction: column; justify-content: center; }
.tools-section > .header { width: 100%; margin-bottom: 28px; text-align: center; }
.main-content { display: flex; align-items: center; gap: clamp(32px, 5vw, 60px); width: min(1120px, 100%); margin: 0 auto 32px; justify-content: center; }
.illustration { flex: 0 0 250px; position: relative; height: 250px; width: 250px; }
.illustration .img-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; transform: translate(80px, 15px) scale(1.6); opacity: 0.6; z-index: 0; }
.illustration .img-fg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: contain; transform: translate(-5px, 0) scale(0.85); z-index: 2; }
.testimonial-card { border-radius: 24px; flex: 1 1 700px; width: 100%; max-width: 700px; min-width: 0; padding: 0; position: relative; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05); display: flex; flex-direction: column; overflow: visible; margin-left: 0; }
.card-corner-icon { position: absolute; top: -32px; right: 20px; width: 64px; height: 64px; z-index: 20; display: flex; align-items: center; justify-content: center; }
.card-corner-icon img { width: 100%; height: 100%; object-fit: contain; display: block; }
.module-insert-container { width: 100%; height: auto; min-height: 420px; flex: 0 0 auto; display: flex; flex-direction: column; border-radius: 24px; overflow: hidden; border: none; background: transparent; z-index: 1; }
.module-insert-container iframe { width: 100%; height: auto; min-height: inherit; border: 0; display: block; }
.categories-container { display: grid; grid-template-columns: minmax(150px, 180px) minmax(0, 1fr); column-gap: 32px; row-gap: 20px; width: min(1120px, 100%); margin: 0 auto; padding-top: 24px; border-top: 1px solid #e2e8f0; align-items: start; }
.category-card { width: 100%; justify-self: stretch; align-self: start; padding: 8px 16px; background-color: #fff; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.04); font-size: 1.1rem; font-weight: 700; color: #1e293b; text-align: center; text-transform: uppercase; letter-spacing: 0.05em; line-height: 1.4; }
.category-logos { min-width: 0; width: 100%; justify-self: stretch; align-self: start; display: flex; align-items: flex-start; gap: 32px 36px; padding-top: 0; flex-wrap: wrap; }
.logo-item { display: flex; align-items: center; gap: 16px; color: #475569; font-weight: 700; font-size: 1.45rem; opacity: 0.7; transition: opacity 0.2s; cursor: default; }
.logo-item:hover { opacity: 1; }
.logo-icon { width: auto; height: 34px; max-width: 120px; background: #e2e8f0; border-radius: 8px; display: block; object-fit: contain; font-size: 0.9rem; color: #334155; }

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .heroctacontainerimage.right { inset: auto 0% 0% auto; }
    .heroctacontainerimage.left { bottom: 20px; left: 20px; }
    .trackmanagementbox { padding-left: 16px; padding-right: 16px; }
    .trackmanagementtablink { border-bottom-color: #444; flex: none; margin-bottom: 0; }
    .trackmanagementtabsmenu { border-bottom-style: none; width: 100%; overflow: auto; }
}
@media (max-width: 1000px) {
    .loadanimation { height: 0; }
    .banner { margin-top: 0; }
    .index-right {
        width: auto;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 767px), (max-width: 1000px) and (max-height: 600px) and (orientation: landscape) {
    .section.herosection { --hero-search-top-gap: clamp(112px, 18vh, 168px); --hero-image-overlap: 6px; }
    .section.tabsection { padding-top: 40px; padding-bottom: 40px; }
    .herosection .container { width: 100%; min-width: 0; padding-left: 16px; padding-right: 16px; }
    .herocontenttitlewrap { width: 100%; max-width: 100%; justify-content: center; }
    .herocontenttitlewrap .row { min-width: 0; max-width: 100%; justify-content: center; }
    .herocontenttitlewrap .title { font-size: clamp(34px, 8vw, 52px); }

    .herocontent {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 12px 14px;
        gap: 8px;
        justify-content: flex-start;
        overflow: visible;
    }

    .herocontent .search-text {
        min-width: 0;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .herocontent .herocursor {
        right: 6px;
        bottom: -28px;
        width: clamp(32px, 10vw, 40px);
        max-width: none;
        height: auto;
        pointer-events: none;
    }

    .heroctacontainerimage.right { display: none; }
    .heroctacontainerimage.left { display: none; }

    .herocontenttitlewrap:first-of-type { display: none; }

    .herocontenttitlewrap.mobile { display: block; }


    .herotext { display: none; }
    .herotext.mobile { display: block; margin-bottom: 0; font-size: 18px; }
    .sectiontitle { font-size: 28px; }
    .sectiontext { font-size: 16px; margin-bottom: 0; }
    .tabsection .sectiontext { margin-bottom: 8px; }
    .trackmanagementbox { border-radius: 16px; padding-left: 0; padding-right: 0; }
    .tabsection .trackmanagementbox { margin-top: 12px; }
    .trackmanagementtablink { padding: 15px 24px; font-size: 14px; }
    .trackmanagementtabsmenu { min-width: 0; scrollbar-width: none; }
    .trackmanagementtabsmenu::-webkit-scrollbar { display: none; }
    .trackmanagementtabscontent { min-width: 0; height: 360px; margin-top: 20px; padding-left: 16px; padding-right: 16px; }
    .mobile { display: block; }
    .search-tag { display: none; }
    kbd { display: none; }
    .herocontent { justify-content: flex-start; }
    .search-text { flex: 1 1 auto; }

    .tools-section { width: 100%; padding: 1.5rem 16px; }
    .tools-section > .header { margin-bottom: 20px; }
    .main-content { flex-direction: column; align-items: center; gap: 30px; }
    .illustration { display: none; }
    .testimonial-card { min-width: 0; width: 100%; flex: 0 1 100%; max-width: 100%; margin-left: 0; }
    .module-insert-container { height: auto; min-height: 320px; }
    .module-insert-container iframe { display: block; width: 100%; max-width: 100%; }
    .trackmanagementsoon.has-coming-soon .trackymanagementsoonbox { max-width: 260px; padding: 20px 24px; }
    .trackmanagementsoon.has-coming-soon .soonboximage,
    .trackmanagementsoon.has-coming-soon .confettiimage { max-width: 100px; }
    .trackmanagementsoon.has-coming-soon .soonboxtitle { margin-top: 14px; font-size: 20px; }
    .trackmanagementsoon.has-coming-soon .soonboxtext { font-size: 14px; }
    .categories-container { display: grid; grid-template-columns: minmax(92px, 0.32fr) minmax(0, 1fr); align-items: start; column-gap: 20px; row-gap: 22px; min-width: 0; }
    .category-card { width: 100%; max-width: 100%; justify-self: stretch; align-self: start; text-align: center; padding: 8px 10px; font-size: 1rem; white-space: normal; }
    .category-logos { min-width: 0; width: 100%; justify-self: stretch; align-self: start; justify-content: flex-start; gap: 18px 20px; padding: 0; background: transparent; border: 0; border-radius: 0; }
    .logo-item { font-size: 1.2rem; }
    .logo-icon { width: auto; height: 32px; font-size: 1.1rem; }


}
@media (max-width: 479px) {
    .heroctacontainerimage.right { display: none; }
    .heroctacontainerimage.left { display: none; }
    .heroctaline { margin-top: 10px; margin-bottom: 10px; }

    .herocontenttitlewrap .title { margin-bottom: 15px; font-size: 28px; }
    .title.degrade { display: inline; }
    .herocontenttitlewrap { flex-wrap: wrap; justify-content: center; align-items: center; margin-bottom: 10px; }
    .trackmanagementbox { border-radius: 16px; margin-bottom: 32px; padding-left: 0; padding-right: 0; }
    .trackmanagementtablink { padding: 12px 8px; font-size: 14px; }
    .trackmanagementtabs { padding-left: 16px; padding-right: 16px; }
    .trackmanagementtabsmenu { border-bottom-style: none; justify-content: center; gap: 4px; padding-left: 0; padding-right: 0; }
    .trackmanagementtabscontent { height: 280px; margin-top: 16px; padding-left: 0; padding-right: 0; }
    .trackmanagementsoon.has-coming-soon .trackymanagementsoonbox { max-width: 210px; padding: 12px 16px; }
    .trackmanagementsoon.has-coming-soon .soonboximage,
    .trackmanagementsoon.has-coming-soon .confettiimage { max-width: 76px; }
    .trackmanagementsoon.has-coming-soon .soonboxtitle { margin-top: 8px; font-size: 16px; }
    .trackmanagementsoon.has-coming-soon .soonboxtext { font-size: 12px; }
    .sectiontitle.width-530 { margin-bottom: 8px; font-size: 28px; }
    .herocontent { flex-direction: row; align-items: center; justify-content: flex-start; font-size: 20px; display: flex; }
    .tools-section { width: 100%; padding: 1rem 12px; }
    .tools-section > .header { margin-bottom: 16px; }
    .main-content { gap: 20px; }
    .illustration { display: none; }
    .module-insert-container { height: auto; min-height: 260px; }
    .categories-container { grid-template-columns: minmax(82px, 0.34fr) minmax(0, 1fr); column-gap: 14px; row-gap: 16px; }
    .category-card { padding: 6px 8px; font-size: 0.95rem; }
    .category-logos { gap: 14px 12px; padding: 0; }
    .logo-item { font-size: 1.1rem; gap: 8px; }
    .logo-icon { width: auto; height: 28px; font-size: 1rem; }


}
@media (min-width: 1001px) and (max-width: 1199px) {
    .title { font-size: 52px; }
    .trackmanagementbox { padding-left: 48px; padding-right: 48px; }
    .trackmanagementtablink { padding-left: 14px; padding-right: 14px; font-size: 17px; }
    .main-content { flex-direction: column; gap: 24px; }
    .illustration { display: none; }
    .testimonial-card { width: 100%; min-width: 0; max-width: 700px; margin-left: 0; }
}
@media (min-width: 1001px) and (max-width: 1199px) and (orientation: landscape) {
    .loadanimation { height: 26px; }
}
@media (min-width: 1200px) and (orientation: landscape) and (hover: none) and (pointer: coarse) {
    .loadanimation { height: 26px; }
}
@media (min-width: 1200px) and (hover: hover) {
    .loadanimation { height: 120px; }
}
@media (min-width: 1001px) {
    .homepage-first-screen { min-height: calc(100vh - 64px); }
}
@media (max-width: 1000px) and (max-height: 600px) and (orientation: landscape) {
    .section.herosection { --hero-search-top-gap: 38px; }
    .section.headersection { display: none; }
    .section.herosection { padding-top: 16px; padding-bottom: 4px; }
    .herocontenttitlewrap .title { font-size: clamp(28px, 5vh, 36px); }
    .herotext.mobile { font-size: 15px; line-height: 1.35; }
    .heroctaline,
    .heroctacontainerimage { display: none; }
    .container.heroctacontainer { padding-bottom: 8px; }
}
@media (max-width: 1000px) {
    .section.tabsection,
    .tools-section { min-height: auto; }
}
@media (min-width: 1001px) {
    html { scroll-behavior: smooth; }
}

/* ===== 功能标签手绘风格分隔线 ===== */
.tabsection .trackmanagementtabsmenu {
    position: relative;
    border-bottom: 0;
}

.tabsection .trackmanagementtabsmenu::after {
    content: "";
    position: absolute;
    right: 34px;
    bottom: -3px;
    left: 34px;
    height: 5px;
    border-radius: 48% 52% 44% 56%;
    background: #a9d1f3;
    clip-path: polygon(0 42%, 9% 28%, 19% 48%, 31% 34%, 44% 51%, 57% 30%, 70% 46%, 83% 32%, 100% 44%, 100% 76%, 84% 66%, 70% 82%, 56% 65%, 43% 80%, 30% 64%, 17% 78%, 7% 62%, 0 72%);
    transform: rotate(-0.35deg);
    opacity: 0.95;
    pointer-events: none;
}

.tabsection .trackmanagementtablink {
    position: relative;
    border-bottom: 0 !important;
}

.tabsection .trackmanagementtablink.w--current::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: -4px;
    left: 14px;
    height: 6px;
    border-radius: 55% 45% 52% 48%;
    background: #ff887e;
    clip-path: polygon(0 40%, 15% 22%, 31% 45%, 48% 27%, 67% 46%, 84% 25%, 100% 40%, 100% 78%, 83% 66%, 66% 84%, 48% 68%, 31% 86%, 14% 67%, 0 76%);
    transform: rotate(-1deg);
    filter: drop-shadow(1px 1px 0 rgba(255, 255, 255, 0.28));
    pointer-events: none;
}

@media (max-width: 767px) {
    .tabsection .trackmanagementtabsmenu::after {
        right: 12px;
        left: 12px;
    }

    .tabsection .trackmanagementtablink.w--current::after {
        right: 8px;
        left: 8px;
    }
}

.trackmanagementbox { background: #3b82f657 !important; border: none !important; }
/* ===== Dark Mode Overrides ===== */
body.dark .flexwrapper { background: #0b1120 !important; }
body.dark { background: #0b1120 !important; }
body.dark .section { background: transparent !important; }
body.dark .title { color: #f1f5f9; }
body.dark .title.mobilehero { color: #f1f5f9; }
body.dark .herocontenttitlewrap .title { color: #f1f5f9; }
body.dark .title.degrade { background: linear-gradient(90deg,#60a5fa,#a78bfa); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
body.dark .title.degrade.typed-words { color: #f87171; -webkit-text-fill-color: #f87171; background: none; }
body.dark .typed-words { color: #60a5fa; }
body.dark .typed-words::after { color: inherit; }
body.dark .sectiontitle { color: #f1f5f9; }
body.dark .sectiontext { color: #94a3b8; }
body.dark .herotext { color: #94a3b8; }
body.dark .herocontent { background: rgba(30,41,59,0.7); box-shadow: 0 1px 4px rgba(0,0,0,0.3); }

body.dark .trackmanagementbox { background: rgba(30,41,59,0.7) !important; border-color: rgba(255,255,255,0.1) !important; }
body.dark .testimonial-card { border: 1px solid rgba(255,255,255,0.08); box-shadow: none; }
body.dark .categories-container { border-top-color: rgba(255,255,255,0.08); }
body.dark .category-card { background-color: #1e293b; border: 1px solid rgba(255,255,255,0.08); color: #f1f5f9; }
body.dark .logo-icon { background: rgba(255,255,255,0.1); color: #f1f5f9; }

/* ===== 首页搜索 ===== */
@media(max-width:1000px){
    body.index-page #headerSearchBtn{display:none}
}

.hero-search-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 24px;
    width: 24px;
    height: 28px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.hero-search-icon:focus-visible,
.search-tag:focus-visible,
.herocursor:focus-visible {
    outline: 3px solid rgba(59,130,246,.28);
    outline-offset: 3px;
}
.search-text {
    min-width: 0;
    width: 100%;
    height: 30px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #64748b;
    caret-color: #3b82f6;
}
.search-text::placeholder { color: #64748b; opacity: 1; }
.search-text:focus::placeholder { color: transparent; opacity: 0; }
.search-text::-webkit-search-cancel-button { display: none; }
.search-tag {
    flex: 0 0 auto;
    max-width: 130px;
    overflow: hidden;
    padding: 5px 10px;
    border: 1px solid rgba(59,130,246,.22);
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    font-size: .78rem;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}
.search-tag:hover { background: #dbeafe; transform: translateY(-1px); }
.herocursor { cursor: pointer; pointer-events: auto; }
.search-modal-content { overflow: hidden; }
.search-item-excerpt mark { background: #fde68a; color: #172033; border-radius: 3px; padding: 0 2px; }
.search-item-meta { margin-top: 4px; }
body.dark .search-text { color: #cbd5e1; caret-color: #60a5fa; }
body.dark .search-text::placeholder { color: #94a3b8; }
body.dark .search-tag { background: rgba(59,130,246,.18); border-color: rgba(147,197,253,.28); color: #bfdbfe; }
body.dark .search-tag:hover { background: rgba(59,130,246,.28); }
body.dark .search-item-excerpt mark { background: #f59e0b; color: #111827; }

/* ===== 功能区域细节优化 ===== */
.tabsection .trackmanagementbox {
    border: 1px solid rgba(255, 255, 255, 0.62) !important;
    background: rgba(255, 255, 255, 0.28) !important;
    box-shadow: 0 12px 34px rgba(90, 125, 160, 0.1);
}

.tabsection .trackmanagementtabscontent {
    height: clamp(360px, 40vw, 500px);
    margin-top: 24px;
}

.tabsection .trackmanagementtabscontent .w-tab-pane,
.tabsection .trackmanagementsoon {
    min-height: 0;
}

.tabsection .trackingimage {
    width: 100%;
    height: 100%;
    padding: clamp(8px, 1.4vw, 18px);
    object-fit: contain;
}

body.dark .tabsection .trackmanagementbox {
    border-color: rgba(148, 163, 184, 0.24) !important;
    background: rgba(30, 41, 59, 0.42) !important;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.18);
}

/* 功能区最终细节：选中线贴近文字，大面板弱化为浅色内容容器。 */
.tabsection .trackmanagementbox {
    border: 1px solid rgba(255, 255, 255, 0.86) !important;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.62) !important;
    box-shadow: 0 10px 28px rgba(79, 113, 145, 0.1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

body.dark .tabsection .trackmanagementbox {
    border-color: rgba(148, 163, 184, 0.28) !important;
    background: rgba(30, 41, 59, 0.68) !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

.tabsection .trackmanagementtabsmenu::after {
    right: 18px;
    bottom: -4px;
    left: 18px;
    height: 8px;
    border-radius: 52% 48% 56% 44%;
    background: #9bcaf0;
    clip-path: polygon(0 42%, 8% 24%, 18% 48%, 29% 29%, 41% 51%, 53% 26%, 66% 48%, 78% 30%, 89% 50%, 100% 34%, 100% 76%, 89% 66%, 77% 84%, 65% 67%, 52% 82%, 40% 65%, 28% 80%, 17% 64%, 8% 78%, 0 68%);
    opacity: 0.9;
}

.tabsection .trackmanagementbox {
    border-color: rgba(255, 255, 255, 0.58) !important;
    background: rgba(255, 255, 255, 0.78) !important;
    box-shadow: 0 5px 16px rgba(79, 113, 145, 0.06);
}

body.dark .tabsection .trackmanagementbox {
    border-color: rgba(148, 163, 184, 0.2) !important;
    background: rgba(30, 41, 59, 0.54) !important;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.14);
}

@media (max-width: 767px) {
    .tabsection .trackmanagementtabsmenu::after {
        right: 8px;
        left: 8px;
        height: 7px;
    }
}

@media (max-width: 767px) {
    .tabsection .trackmanagementtabscontent {
        height: clamp(280px, 68vw, 360px);
        margin-top: 18px;
    }

    .tabsection .trackingimage {
        padding: 5px;
    }

}

/* ===== 第二屏功能展示：内容在上，标签在下 ===== */
.tabsection.feature-section,
.tabsection {
    overflow: hidden;
}

.feature-container {
    width: min(1350px, 100%);
}

.feature-showcase {
    width: 100%;
    margin-top: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.feature-tabs-shell {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.feature-showcase-content {
    order: 1;
    width: 100%;
    height: clamp(410px, 42vw, 540px) !important;
    margin: 0 !important;
    overflow: visible;
}

.feature-pane {
    display: none;
    grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.1fr);
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 34px 28px 28px 48px;
}

.feature-pane.w--tab-active {
    display: grid;
}

.feature-pane-copy {
    z-index: 2;
    max-width: 480px;
    padding-bottom: 24px;
}

.feature-pane-title {
    margin: 0 0 14px;
    color: #172033;
    font-family: 'GRIFTER', 'Inter', sans-serif;
    font-size: clamp(30px, 3.5vw, 52px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.035em;
}

.feature-pane-subtitle {
    max-width: 410px;
    margin: 0 0 24px;
    color: #718096;
    font-size: clamp(15px, 1.35vw, 19px);
    line-height: 1.7;
}

.feature-explore-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 17px;
    border-radius: 999px;
    background: #347ff0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 6px 14px rgba(52, 127, 240, 0.2);
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.feature-explore-link:hover {
    background: #2563d8;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 9px 18px rgba(52, 127, 240, 0.25);
}

.feature-pane-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: visible;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.feature-pane-image {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    object-fit: contain;
    object-position: center;
}

.feature-pane-visual.has-coming-soon .feature-pane-image {
    filter: blur(6px);
    opacity: 0.58;
    transform: scale(1.03);
}

.feature-pane-visual .trackymanagementsoonbox {
    z-index: 2;
}

.feature-tab-list {
    order: 2;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    width: 100% !important;
    gap: 0;
    padding: 0 !important;
    border: 0 !important;
    border-top: 1px solid rgba(148, 163, 184, 0.18) !important;
    border-radius: 0 !important;
    background: transparent !important;
}

.feature-tab-list::after,
.feature-tab.w--current::after {
    display: none !important;
}

.feature-tab {
    display: flex !important;
    align-items: center;
    min-width: 0;
    min-height: 78px;
    margin: 0 !important;
    padding: 13px 18px !important;
    border: 0 !important;
    border-right: 1px solid rgba(148, 163, 184, 0.16) !important;
    border-radius: 0 !important;
    color: #64748b !important;
    background: transparent !important;
    text-align: left;
    transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.feature-tab:last-child {
    border-right: 0 !important;
}

.feature-tab:hover,
.feature-tab.w--current {
    color: #172033 !important;
    background: rgba(255, 255, 255, 0.38) !important;
}

.feature-tab-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    margin-right: 11px;
    border-radius: 10px;
    background: #fff1e8;
    color: #f07846;
    font-size: 19px;
    line-height: 1;
}

.feature-tab-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    gap: 3px;
}

.feature-tab-copy strong {
    overflow: hidden;
    color: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.feature-tab-copy small {
    overflow: hidden;
    color: #8a97a8;
    font-size: 11px;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.feature-tab-arrow {
    flex: 0 0 auto;
    margin-left: 6px;
    color: #c2ccd8;
    font-size: 18px;
    line-height: 1;
}

.feature-tab.w--current .feature-tab-arrow { color: #f0b04d; }

body.dark .feature-pane-title { color: #f1f5f9; }
body.dark .feature-pane-subtitle { color: #94a3b8; }
body.dark .feature-tab:hover,
body.dark .feature-tab.w--current { color: #f1f5f9 !important; background: rgba(59, 130, 246, 0.14) !important; }
body.dark .feature-tab-copy small { color: #94a3b8; }
body.dark .feature-tab-list { border-top-color: rgba(148, 163, 184, 0.2) !important; }

@media (max-width: 767px) {
    .feature-showcase-content {
        height: auto !important;
        min-height: 520px;
    }

    .feature-pane,
    .feature-pane.w--tab-active {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between;
        min-height: 520px;
        padding: 24px 18px 10px;
    }

    .feature-pane-copy {
        max-width: none;
        padding: 0 4px 12px;
    }

    .feature-pane-title { font-size: clamp(26px, 8vw, 36px); }
    .feature-pane-subtitle { margin-bottom: 16px; font-size: 14px; }
    .feature-pane-visual { min-height: 280px; height: 300px; }
    .feature-tab-list { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 10px; }
    .feature-tab { min-height: 68px; padding: 10px 9px !important; }
    .feature-tab-icon { flex-basis: 28px; width: 28px; height: 28px; margin-right: 7px; border-radius: 8px; font-size: 15px; }
    .feature-tab-copy strong { font-size: 13px; }
    .feature-tab-copy small { font-size: 10px; }
    .feature-tab-arrow { font-size: 17px; }
}

/* ===== 功能区最终布局：右侧大图、底部轻量标签栏 =====
   这里保留一组最终覆盖规则，用于覆盖主题原有的 Webflow 组件样式。 */
.feature-showcase {
    position: relative;
}

.feature-pane,
.feature-pane.w--tab-active {
    position: relative;
    display: none;
    grid-template-columns: 1fr;
    padding: 28px 0 18px;
}

.feature-pane.w--tab-active {
    display: grid;
}

.feature-pane-copy {
    position: relative;
    z-index: 3;
    align-self: center;
    width: 43%;
    max-width: 440px;
    padding: 0 0 28px 64px;
}

.feature-pane-title {
    max-width: none;
    margin-bottom: 12px;
    font-size: clamp(30px, 3.2vw, 48px);
    line-height: 1.18;
    white-space: nowrap;
}

.feature-pane-subtitle {
    max-width: 360px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.65;
}

.feature-explore-link {
    position: relative;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    margin-top: 10px;
    min-height: 30px;
    padding: 8px 15px;
    border-radius: 999px;
    background: #347ff0;
    font-size: 12px;
    box-shadow: 0 5px 12px rgba(52, 127, 240, 0.18);
}

.feature-explore-link span {
    font-size: 9px;
}

.feature-pane-visual {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: auto;
    min-height: 0;
}

.feature-pane-image {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: center;
}

.feature-tab-list {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.feature-tab {
    min-height: 82px;
    padding: 14px 18px !important;
    background: transparent !important;
}

.feature-tab:hover,
.feature-tab.w--current {
    background: transparent !important;
}

.feature-tab.w--current .feature-tab-copy strong {
    color: #172033;
}

.feature-tab.w--current .feature-tab-copy small {
    color: #64748b;
}

.feature-tab-icon {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    border-radius: 9px;
}

.feature-tab-arrow {
    color: #c7d1dc;
    font-size: 20px;
}

.feature-tab.w--current .feature-tab-arrow { color: #e9aa42; }

body.dark .feature-tab.w--current .feature-tab-copy strong { color: #f1f5f9; }
body.dark .feature-tab.w--current .feature-tab-copy small { color: #94a3b8; }

@media (max-width: 767px) {
    .feature-pane {
        display: none;
    }

    .feature-pane.w--tab-active {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 8px;
        min-height: 510px;
        padding: 50px 18px 8px;
    }

    .feature-pane-copy {
        position: static;
        z-index: 3;
        align-self: stretch;
        width: auto;
        max-width: none;
        padding: 0 4px;
        transform: translateY(18px);
        text-align: center;
    }

    .feature-pane-title {
        max-width: none;
        font-size: clamp(34px, 8vw, 52px);
        text-align: center;
    }
    .feature-pane-subtitle {
        max-width: none;
        margin-bottom: 0;
        font-size: 18px;
        text-align: center;
    }
    .feature-pane-visual {
        position: relative;
        inset: auto;
        flex: 1 1 auto;
        width: 100%;
        min-height: 240px;
        height: 270px;
    }

    .feature-explore-link {
        position: absolute;
        z-index: 5;
        bottom: 82px;
        left: 22px;
        margin-top: 0;
        min-height: 34px;
        padding: 9px 16px;
        font-size: 13px;
    }

    .feature-pane-image {
        object-position: center;
        transform: translateY(-28px);
    }
    .feature-tab-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .feature-tab { min-height: 70px; padding: 10px 9px !important; }
    .feature-tab-icon { flex-basis: 28px; width: 28px; height: 28px; margin-right: 7px; }
}

@media (max-width: 767px), (max-width: 1000px) and (max-height: 600px) and (orientation: landscape) {
    .hero-search-icon { flex-basis: 22px; width: 22px; }
    .search-text { font-size: clamp(.9rem, 3.6vw, 1rem); }
}

/* ===== 功能标签：按内容宽度依次排列 ===== */
.feature-tab-list {
    display: grid !important;
    align-items: center;
    justify-content: flex-start;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding-left: 42px !important;
}

.feature-tab {
    position: relative;
    width: 100%;
    min-width: 0;
    min-height: 98px;
    padding: 18px 22px !important;
    border-right: 0 !important;
    justify-content: flex-start;
    text-align: left;
}

.feature-tab:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 0;
    bottom: 18px;
    width: 1px;
    background: rgba(148, 163, 184, 0.2);
}

.feature-tab-list .feature-tab:not(:last-child)::after {
    display: block !important;
}

.feature-tab-list .feature-tab:nth-child(5n)::after {
    display: none !important;
}

.feature-tab:first-child {
    padding-left: 22px !important;
}

.feature-tab:last-child {
    padding-right: 22px !important;
}

.feature-tab-copy {
    flex: 0 0 auto;
    gap: 6px;
}

.feature-tab-copy strong {
    max-width: 250px;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.15;
}

.feature-tab-meta {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 9px;
}

.feature-tab-copy small {
    max-width: 240px;
    color: #6f7f94;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25;
}

.feature-tab-icon {
    flex-basis: 42px;
    width: 42px;
    height: 52px;
    margin-right: 17px;
    border-radius: 0;
    background: transparent;
    color: inherit;
}

.feature-tab-symbol {
    display: block;
    width: 48px;
    height: 48px;
    overflow: visible;
    transform: scale(1);
    transform-origin: center;
    transition: transform .24s cubic-bezier(.2, .8, .2, 1);
}

.feature-tab:hover .feature-tab-symbol,
.feature-tab:focus-visible .feature-tab-symbol {
    transform: scale(1.18);
}

.feature-tab-arrow {
    margin-left: 0;
    color: #ff9b70;
    font-size: 29px;
    font-weight: 300;
    line-height: .7;
}

.feature-tab.w--current .feature-tab-arrow {
    color: #ff9b70;
}

.feature-pane-visual .trackymanagementsoonbox {
    top: 50%;
    right: 40px;
    left: auto;
    width: min(340px, 32%);
    max-width: 340px;
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .feature-tab-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding-left: 12px !important;
    }

    .feature-tab {
        width: 100%;
        min-height: 76px;
        padding: 12px 16px !important;
    }

    .feature-tab:not(:last-child)::after {
        top: 12px;
        bottom: 12px;
    }

    .feature-tab-list .feature-tab:nth-child(5n)::after {
        display: block !important;
    }

    .feature-tab-list .feature-tab:nth-child(2n)::after {
        display: none !important;
    }

    .feature-tab-icon {
        flex-basis: 32px;
        width: 32px;
        height: 38px;
        margin-right: 10px;
        border-radius: 0;
    }

    .feature-tab-symbol {
        width: 34px;
        height: 34px;
    }

    .feature-tab-copy { gap: 4px; }
    .feature-tab-copy strong { font-size: 16px; }
    .feature-tab-copy small { font-size: 12px; }
    .feature-tab-arrow { font-size: 22px; }

    .feature-pane-visual .trackymanagementsoonbox {
        right: 50%;
        width: min(300px, 82%);
        max-width: 300px;
        transform: translate(50%, -50%);
    }

    .feature-tab:first-child {
        padding-left: 16px !important;
    }

    .feature-tab:last-child {
        padding-right: 12px !important;
    }
}

@media (max-width: 479px) {
    .feature-pane-title {
        font-size: 28px;
    }
}
