/* 135GEO · 首页样式 */

.page-index {
    background: #fff;
    color: var(--geo-text);
}

/* Hero：全宽 Banner + 左侧文案叠层 */
.index-hero {
    padding: 0 0 40px;
    background: #fff;
}

.index-hero__wrap {
    position: relative;
    width: 100%;
    line-height: 0;
}

.index-hero__bg {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    min-height: 420px;
}

.index-hero__inner {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.index-hero__text {
    max-width: 590px;
    pointer-events: auto;
    padding: 0;
    margin-top: -52px;
}

.index-hero__title {
    margin: 0 0 14px;
}

.index-hero__title-line {
    display: block;
    font-size: 42px;
    font-weight: 600;
    color: #1A1A1A;
    line-height: 1.45;
    margin-bottom: 0;
}

.index-hero__title-highlight {
    display: block;
    font-size: 42px;
    font-weight: 800;
    color: #FF6600;
    line-height: 1.22;
    letter-spacing: 0;
}

.index-hero__desc {
    font-size: 15px;
    font-weight: 400;
    color: #999999;
    line-height: 1.85;
    margin: 0 0 16px;
}

.index-hero__tags {
    position: relative;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
    padding: 6px 16px;
    border: 1px solid #FF6600;
    border-radius: 100px;
    font-size: 13px;
    font-weight: 400;
    color: #333333;
    line-height: 1.5;
    width: 90%;
    justify-content: space-evenly;
    overflow: hidden;
    background-color: #F5F5F5;
    background-image: linear-gradient(
        90deg,
        #F5F5F5 0%,
        #F5F5F5 38%,
        rgba(255, 214, 184, 0.9) 47%,
        rgba(255, 160, 90, 0.55) 50%,
        rgba(255, 214, 184, 0.9) 53%,
        #F5F5F5 62%,
        #F5F5F5 100%
    );
    background-size: 220% 100%;
    background-repeat: no-repeat;
}

.page-index .index-hero__tags {
    animation: geo-hero-in 0.7s ease 0.6s backwards, geo-tags-sweep 4s ease-in-out 2s infinite;
}

.index-hero__tag-sep {
    margin: 0 10px;
    color: #CCCCCC;
}

.index-hero__btns {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.index-hero__btns .btn-geo {
    border-radius: 6px;
    min-width: 0;
    height: 44px;
    padding: 0 24px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
}

.index-hero__btns .btn-geo--primary {
    background: #FF6600;
    color: #fff;
    border: none;
}

.index-hero__btns .btn-geo--outline {
    border: 1px solid #FF6600;
    color: #FF6600;
    background: #fff;
}

.index-hero .index-stats__row {
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

.index-stats__row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.index-stats__item {
    background: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 12px;
    padding: 40px 16px 35px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    position: relative;
}

.index-stats__item::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 12px;
    top: 0;
    left: 0;
    border-top: 5px solid #ff6600;
}

.index-stats__num {
    font-size: 30px;
    font-weight: 500;
    color: #FF6600;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: 0;
    font-variant-numeric: tabular-nums;
}

.index-stats__label {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 1.5;
}

.index-section {
    padding: 72px 0;
}

.index-section__title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.3;
}

.index-section__subtitle {
    font-size: 15px;
    color: #999999;
    text-align: center;
    margin-bottom: 80px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.geo-compare {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    /* filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.08)); */
}

.page-index .geo-card--seo,
.page-index .geo-card--geo {
    animation: geo-card-float 4.5s ease-in-out infinite;
    transition: box-shadow 0.35s ease;
}

.page-index .geo-card--geo {
    animation-delay: 0.6s;
}

.geo-card {
    min-width: 0;
    border-radius: 16px;
}

.geo-card--seo {
    grid-column: 1;
    background: #F5F7FA;
    z-index: 1;
    padding: 32px 100px 32px 36px;
    align-self: center;
    margin-right: -30px;
}

.geo-card--geo {
    grid-column: 2;
    background: linear-gradient(160deg, #FF9A4D 0%, #FF7E33 45%, #FF6600 100%);
    z-index: 2;
    margin: -30px 0 -30px -25px;
    padding: 50px 40px 50px 105px;
    clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 0% 100%);
    border-radius: 0 16px 16px 0;
    box-shadow: 0 16px 40px rgba(255, 102, 0, 0.28);
    align-self: center;
}

.geo-card__head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
}

.geo-card__badge-wrap {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.geo-card__badge-wrap--seo {
    border: 2px solid rgba(77, 130, 254, 0.35);
}

.geo-card__badge-wrap--geo {
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.geo-card__badge {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    object-fit: contain;
    display: block;
}

.geo-card__head-text {
    flex: 1;
    min-width: 0;
}

.geo-card__name {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 12px;
    line-height: 1.45;
}

.geo-card__name strong {
    font-size: 16px;
    font-weight: 700;
}

.geo-card--seo .geo-card__name strong {
    color: #333333;
}

.geo-card--geo .geo-card__name strong {
    color: #fff;
}

.geo-card__hint {
    font-size: 12px;
    font-weight: 400;
}

.geo-card--seo .geo-card__hint {
    color: #999999;
}

.geo-card--geo .geo-card__hint {
    color: rgba(255, 255, 255, 0.75);
}

.geo-engine-logos {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.geo-engine-logos img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    display: block;
}

.geo-vs-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    z-index: 4;
    object-fit: contain;
    pointer-events: none;
    display: block;
}

.geo-compare-rows {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.geo-compare-rows li {
    border-radius: 12px;
    padding: 16px 18px;
    font-size: 14px;
    line-height: 1.55;
}

.geo-compare-rows--seo li {
    background: #fff;
    color: #333333;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05);
}

.geo-compare-rows--geo li {
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

.geo-compare-rows li strong {
    font-weight: 700;
}

.geo-compare-rows--seo li strong {
    color: #333333;
}

.geo-compare-rows--geo li strong {
    color: #fff;
}

.index-section--why {
    background: #F8FAFC;
}

.index-section__subtitle--why {
    max-width: 720px;
    line-height: 1.85;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 0 auto;
    overflow: hidden;
}

.why-card {
    border-radius: 16px;
    padding: 24px 24px 20px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
}

.why-card--orange {
    background: linear-gradient(180deg, #FFF6F0 0%, #FFFFFF 72%);
}

.why-card--blue {
    background: linear-gradient(180deg, #F0F8FF 0%, #FFFFFF 72%);
}

.why-card--purple {
    background: linear-gradient(180deg, #F7F0FF 0%, #FFFFFF 72%);
}

.why-card--coral {
    background: linear-gradient(180deg, #FFF3F0 0%, #FFFFFF 72%);
}

.why-card__head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.why-card__icon {
    width: 36px;
    height: 36px;
    object-fit: contain;
    flex-shrink: 0;
}

.why-card__head h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0;
    line-height: 1.3;
}

.why-card__desc {
    font-size: 16px;
    color: #666666;
    line-height: 1.75;
    margin: 0px;
}

.why-card__desc strong {
    font-weight: 700;
}

.why-card--orange .why-card__desc strong {
    color: #FF6600;
}

.why-card--blue .why-card__desc strong {
    color: #4A9EFF;
}

.why-card--purple .why-card__desc strong {
    color: #9B51E0;
}

.why-card--coral .why-card__desc strong {
    color: #FF6B4A;
}

.why-card__bullets {
    list-style: none;
    margin: 0 0 16px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 6px 16px;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.why-card__bullets li {
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.why-card__bullets li::before {
    content: '•';
    margin-right: 4px;
    font-weight: 700;
    font-size: 30px;
    padding: 0 0 7px 0;
}

.why-card--orange .why-card__bullets li::before {
    color: #FF6600;
}

.why-card--blue .why-card__bullets li::before {
    color: #4A9EFF;
}

.why-card--purple .why-card__bullets li::before {
    color: #9B51E0;
}

.why-card--coral .why-card__bullets li::before {
    color: #FF6B4A;
}

.why-card__chart {
    margin-top: auto;
    line-height: 0;
}

.why-card__chart img {
    width: 100%;
    /* height: auto; */
    display: block;
    object-fit: contain;
}

.content-optimize__badge {
    display: block;
    width: fit-content;
    margin: 0 auto 16px;
    padding: 6px 52px;
    border: 2px solid var(--geo-orange);
    border-radius: 100px;
    font-size: 20px;
    font-weight: 500;
    color: var(--geo-orange);
    line-height: 1.4;
}

.content-compare {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.content-compare__vs {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 160px;
    height: auto;
    pointer-events: none;
    z-index: 1;
    object-fit: contain;
    display: block;
}

.content-compare__cols {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: stretch;
    width: 100%;
    overflow: visible;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    gap: 20px;
}

.content-compare__col {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.content-compare__col--old,
.content-compare__col--geo {
    flex: 1;
    border-radius: 16px;
}

.content-compare__col--mid {
    width: 150px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.content-compare__col--old {
    background: linear-gradient(180deg, #F2F3F7 0%, #F9FAFC 100%);
}

.content-compare__col--geo {
    background: var(--geo-orange);
    background: linear-gradient(180deg, rgba(255, 102, 0, 1) 0%, rgba(255, 102, 0, 0.35) 100%);
}

.content-compare__head {
    flex-shrink: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    overflow: visible;
}

.content-compare__col--mid .content-compare__head {
    justify-content: center;
    text-align: center;
    padding: 11px 8px;
    background: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    font-weight: 600;
    color: #333333;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    width: 70%;
    margin: 0 auto 20px;
}

.content-compare__tab-pill {
    --tab-corner: 10px;
    position: relative;
    display: inline-block;
    padding: 12.5px 40px;
    border-radius: 0 0 10px 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    min-width: 190px;
}

.content-compare__tab-pill::before,
.content-compare__tab-pill::after {
    content: '';
    position: absolute;
    top: 0;
    width: var(--tab-corner);
    height: var(--tab-corner);
    pointer-events: none;
    transform: rotate(180deg);
}

.content-compare__tab-pill::before {
    left: calc(var(--tab-corner) * -1);
    background: radial-gradient(circle at 100% 0, transparent var(--tab-corner), var(--tab-bg) var(--tab-corner));
}

.content-compare__tab-pill::after {
    right: calc(var(--tab-corner) * -1);
    background: radial-gradient(circle at 0 0, transparent var(--tab-corner), var(--tab-bg) var(--tab-corner));
}

.content-compare__col--old .content-compare__tab-pill {
    --tab-bg: #70757D;
    background: var(--tab-bg);
    color: #fff;
}

.content-compare__col--geo .content-compare__tab-pill {
    --tab-bg: #fff;
    background: var(--tab-bg);
    color: var(--geo-orange);
}

.content-compare__list {
    list-style: none;
    margin: 0;
    padding: 0 16px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.content-compare__col--mid .content-compare__list {
    padding: 0 12px 20px;
}

.content-compare__list li {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 1.55;
    border-bottom: 1px solid #FFFFFF;
    width: 80%;
    margin: 0 auto;
}

.content-compare__col--old .content-compare__list li {
    justify-content: center;
    text-align: center;
    color: #888888;
    padding: 14px 12px;
}

.content-compare__col--mid .content-compare__list li {
    justify-content: center;
    text-align: center;
    padding: 11px 8px;
    background: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    font-weight: 600;
    color: #999999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.content-compare__col--geo .content-compare__list li {
    justify-content: center;
    text-align: left;
    color: #fff;
    padding: 14px 16px;
}

.content-compare__col--geo .content-compare__list li strong {
    font-weight: 700;
}

.index-section--cases {
    background: #F8FAFC;
    overflow-x: clip;
}

.index-section__subtitle--cases {
    max-width: 720px;
    line-height: 1.85;
    color: #999999;
    font-size: 14px;
    font-weight: 700;
}

.industry-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.industry-tab {
    padding: 10px 32px;
    min-width: 96px;
    border: 1px solid #E8E8E8;
    border-radius: 100px;
    background: #fff;
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
    transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.25s ease, box-shadow 0.25s ease;
    font-family: inherit;
}

.industry-tab:hover {
    border-color: var(--geo-orange);
    color: var(--geo-orange);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 102, 0, 0.12);
}

.industry-tab.active {
    background: #FF6600;
    border-color: #FF6600;
    color: #fff;
    font-weight: 600;
    transform: translateY(-1px);
}

.industry-panel {
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 0 auto;
    align-items: stretch;
    border: none;
    background: transparent;
    padding: 0;
    max-width: 100%;
}

.industry-panel.active {
    display: grid;
}

.industry-panel__left.geo-panel-part,
.industry-panel__solution.geo-panel-part {
    transition:
        opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

.industry-panel__left.geo-panel-part--down.is-panel-out {
    opacity: 0;
    transform: translateY(-48px);
}

.industry-panel__left.geo-panel-part--down.is-panel-in {
    opacity: 1;
    transform: translateY(0);
}

.industry-panel__solution.geo-panel-part--right.is-panel-out {
    opacity: 0;
    transform: translateX(56px);
}

.industry-panel__solution.geo-panel-part--right.is-panel-in {
    opacity: 1;
    transform: translateX(0);
}

.industry-panel .industry-case {
    grid-column: 1 / -1;
    margin-top: 12px;
    width: 100%;
}

.industry-panel__left {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.industry-panel__title {
    font-size: 20px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0;
    padding: 0;
    line-height: 1.3;
    border-bottom: 1px solid #ddd;
}

.industry-panel__title::after {
    content: '';
    display: block;
    width: 52px;
    height: 3px;
    background: #FF6600;
    margin-top: 10px;
    border-radius: 2px;
}

.industry-panel__block--data {
    padding: 14px 18px;
}

.industry-panel__questions {
    margin: 0 0 14px;
    font-size: 13px;
    color: #666666;
    line-height: 1.75;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 12px 14px;
    display: inline-block;
    width: auto;
}

.industry-panel__pains {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
}

.industry-panel__pain {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 12px 22px;
    background: #fff;
    border: none;
    border-radius: 12px;
    font-size: 13px;
    color: #666666;
    line-height: 1.3;
}

.industry-panel__pain-icon {
    flex-shrink: 0;
    width: 14px;
    height: 14px;
    object-fit: contain;
}

.industry-panel__data {
    font-size: 13px;
    font-weight: 500;
    color: #999999;
    line-height: 1.8;
    margin: 4px 0 0;
    padding: 0;
}

.industry-panel__solution {
    width: 100%;
    max-width: 620px;
    background: #fff;
    border: none;
    border-radius: 14px;
    padding: 26px 24px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    position: relative;
    overflow: hidden;
}

.industry-panel__solution::after {
    content: '';
    position: absolute;
    right: -20px;
    bottom: -20px;
    width: 120px;
    height: 120px;
    background: radial-gradient(circle, rgba(255, 102, 0, 0.12) 0%, rgba(255, 102, 0, 0) 70%);
    pointer-events: none;
}

.industry-panel__solution-head {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 700;
    color: #1A1A1A;
    margin: 0 0 20px;
    line-height: 1.3;
}

.industry-panel__solution-icon {
    color: #FF6600;
    margin-right: 6px;
    font-size: 14px;
}

.industry-panel__solution-list {
    position: relative;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}

.industry-panel__solution-list li {
    font-size: 13px;
    color: #666666;
    line-height: 1.8;
    margin-bottom: 16px;
    padding-left: 0;
}

.industry-panel__solution-list li:last-child {
    margin-bottom: 0;
}

.industry-panel__solution-list li::before {
    display: none;
}

.industry-panel__solution-list strong {
    color: #FF6600;
    font-weight: 700;
}

.industry-case {
    margin: 32px auto 0;
    max-width: 100%;
    background: #fff;
    border: 1px solid #EEEEEE;
    border-radius: 14px;
    padding: 24px;
}

.industry-case__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.industry-case__badge {
    padding: 4px 14px;
    border: 1px solid #FF6600;
    border-radius: 100px;
    font-size: 12px;
    color: #FF6600;
    font-weight: 500;
    line-height: 1.4;
    white-space: nowrap;
}

.industry-case__title {
    font-size: 15px;
    font-weight: 700;
    color: #1A1A1A;
    line-height: 1.4;
}

.industry-case__cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.industry-case__card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    line-height: 0;
}

.industry-case__bg {
    display: block;
    width: 100%;
    height: auto;
}

.industry-case__content {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 24px;
    line-height: 1.4;
    text-align: center;
}

.industry-case__label {
    padding: 6px 24px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 100px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.25);
    line-height: 1.4;
    margin-bottom: 0;
}

.industry-case__label--after {
    border: 1px solid #FF6600;
    color: #FF6600;
}

.industry-case__result {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 10px 0 0;
    text-align: center;
    line-height: 1.4;
}

.industry-case__hr {
    width: 75%;
    height: 2px;
    margin: 15px 0 0;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.15) 30%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0.15) 70%, transparent 100%);
}

.industry-case__stats {
    display: flex;
    gap: 40px;
    width: 75%;
    justify-content: center;
    margin: 15px 0 0;
    padding-top: 0;
}

.industry-case__stats div {
    text-align: center;
}

.industry-case__stats strong {
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: #FF6600;
    line-height: 1.2;
}

.industry-case__stats span {
    display: block;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.35);
    margin-top: 4px;
    line-height: 1.3;
}

.case-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    max-width: 960px;
    margin: 0 auto;
}

.case-card {
    border-radius: 14px;
    padding: 24px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.case-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.72) 100%);
}

.case-card__title,
.case-card__desc {
    position: relative;
    z-index: 1;
}

.case-card__title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 6px;
}

.case-card__desc {
    font-size: 12px;
    opacity: 0.85;
    line-height: 1.6;
}

.case-card--japan {
    background-image: url('../img/prod-1.png');
}

.case-card--australia {
    background-image: url('../img/prod-2.png');
}

.service-strength {
    background: var(--geo-bg-dark);
    padding: 72px 0;
    color: #fff;
}

.service-strength .index-section__title {
    color: #fff;
}

.service-strength .index-section__subtitle {
    color: rgba(255, 255, 255, 0.55);
}

.service-strength .content-optimize__badge {
    border-color: var(--geo-orange);
    color: var(--geo-orange);
    background: transparent;
}

.index-section__subtitle--service {
    max-width: 720px;
    line-height: 1.85;
}

.service-strength__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 48px;
}

.service-strength__card {
    background: #fff;
    border-radius: 14px;
    border-top: 3px solid var(--geo-orange);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 28px 18px 32px;
    text-align: center;
    color: var(--geo-text);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service-strength__icon {
    width: 76px;
    height: auto;
    margin: 0 auto 12px;
    object-fit: contain;
    display: block;
}

.service-strength__card h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 12px;
    width: 100%;
}

.service-strength__card p {
    font-size: 14px;
    color: var(--geo-text-secondary);
    line-height: 1.75;
    text-align: left;
    margin: 0 0 20px;
    flex: 1;
    width: 100%;
}

.service-strength__card .btn-geo {
    align-self: center;
    width: auto;
    min-width: 112px;
    padding: 8px 24px;
    margin-top: auto;
}

.service-strength__footer {
    text-align: center;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.qr-wrap {
    width: 168px;
    height: 168px;
    margin: 0 auto 20px;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.qr-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.service-strength__contact {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
    line-height: 1.5;
}

.service-strength__slogan {
    font-size: 20px;
    font-weight: 500;
    color: var(--geo-orange);
    margin: 0;
    line-height: 1.7;
}

.service-strength__slogan .text-white {
    color: white
}

.service-strength__slogan .text-orange {
    color: var(--geo-orange);
}

@media (max-width: 1024px) {
    .index-hero__title-line {
        font-size: 28px;
    }

    .index-hero__title-highlight {
        font-size: 38px;
    }

    .service-strength__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .index-hero {
        padding: 0 0 24px;
    }

    .index-hero__wrap {
        min-height: 0;
        padding: 16px;
    }

    .index-hero__inner {
        position: relative;
        padding: 24px 0 0;
    }

    .index-hero__bg {
        min-height: 0;
        margin-bottom: 0;
        max-height: 220px;
        object-position: center top;
    }

    .index-hero__text {
        margin-top: 0;
        max-width: none;
    }

    .index-hero__title-line {
        font-size: 22px;
    }

    .index-hero__title-highlight {
        font-size: 28px;
    }

    .index-hero__desc {
        font-size: 13px;
        line-height: 1.7;
    }

    .index-hero__desc br {
        display: none;
    }

    .index-hero__tags {
        font-size: 12px;
        padding: 6px 12px;
        border-radius: 8px;
    }

    .index-hero__tag-sep {
        margin: 0 6px;
    }

    .index-hero__btns {
        width: 100%;
        gap: 10px;
    }

    .index-hero__btns .btn-geo {
        flex: 1;
        min-width: 0;
        padding: 0 12px;
        font-size: 14px;
        height: 42px;
    }

    .index-hero .index-stats__row {
        margin-top: 16px;
    }

    .index-stats__row {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .index-stats__num {
        font-size: 28px;
    }

    .index-stats__item {
        padding: 18px 14px;
    }

    .index-section {
        padding: 48px 0;
    }

    .index-section__title {
        font-size: 24px;
    }

    .index-section__subtitle {
        font-size: 13px;
        margin-bottom: 28px;
    }

    .industry-tabs {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin: 0 0 24px;
        padding: 0 0 4px;
        scrollbar-width: none;
        max-width: 100%;
    }

    .industry-tabs::-webkit-scrollbar {
        display: none;
    }

    .industry-tab {
        flex-shrink: 0;
        min-width: auto;
        padding: 8px 20px;
        font-size: 13px;
    }

    .industry-panel,
    .industry-panel__left,
    .industry-panel__solution,
    .industry-case {
        min-width: 0;
        max-width: 100%;
    }

    .industry-panel__solution {
        width: 100%;
        max-width: none;
        padding: 20px 16px;
    }

    .industry-panel__block {
        padding: 14px 16px;
    }

    .industry-panel__questions {
        font-size: 12px;
        padding: 10px 12px;
        word-break: break-word;
    }

    .industry-panel__data {
        word-break: break-word;
    }

    .industry-panel__solution-list li {
        word-break: break-word;
    }

    .index-section--cases .content-optimize__badge {
        max-width: 100%;
        padding: 6px 20px;
        font-size: 16px;
        text-align: center;
        white-space: normal;
    }

    .industry-case__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .industry-case__title {
        font-size: 14px;
        word-break: break-word;
    }

    .industry-panel__title {
        font-size: 18px;
    }

    .industry-case {
        margin-top: 24px;
        padding: 18px 16px;
    }

    .industry-case__result {
        font-size: 16px;
    }

    .industry-case__stats {
        gap: 24px;
    }

    .industry-case__stats strong {
        font-size: 18px;
    }

    .geo-compare {
        grid-template-columns: 1fr;
        filter: none;
        width: 100%;
    }

    .geo-card--seo {
        grid-column: 1;
        padding: 24px 20px;
    }

    .geo-card--geo {
        grid-column: 1;
        margin: 0;
        padding: 28px 20px;
        clip-path: none;
        border-radius: 16px;
        box-shadow: none;
    }

    .geo-vs-badge {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        margin: -12px auto;
        width: 56px;
        height: 56px;
    }

    .geo-compare-rows {
        gap: 12px;
    }

    .geo-compare-rows li {
        padding: 14px 16px;
    }

    .content-compare__cols {
        flex-direction: column;
    }

    .content-compare__col--mid {
        flex: none;
        width: 100%;
        opacity: 0;
    }

    .content-compare__vs {
        display: none;
    }

    .content-compare__col--old .content-compare__list li,
    .content-compare__col--geo .content-compare__list li {
        justify-content: flex-start;
        text-align: left;
    }

    .index-stats__row,
    .why-grid,
    .case-cards,
    .industry-case__cards,
    .service-strength__grid,
    .industry-panel {
        grid-template-columns: 1fr;
    }

    .why-card__bullets {
        flex-direction: column;
        gap: 4px;
    }

    .why-card__bullets li {
        white-space: normal;
    }

    .service-strength {
        padding: 48px 0;
    }

    .service-strength .index-section__title {
        font-size: 24px;
    }
}

/* ── 首页动效（版式不变，仅视觉增强） ── */

@keyframes geo-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-6px); }
}

@keyframes geo-heartbeat {
    0%, 100% { transform: scale(1); }
    14% { transform: scale(1.04); }
    28% { transform: scale(1); }
    42% { transform: scale(1.02); }
    70% { transform: scale(1); }
}

@keyframes geo-hero-in {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes geo-vs-pulse {
    0%, 100% { transform: translate(-50%, -50%) scale(1); }
    50% { transform: translate(-50%, -50%) scale(1.06); }
}

@keyframes geo-tags-sweep {
    0% { background-position: 120% 0; }
    100% { background-position: -120% 0; }
}

@keyframes geo-card-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
}

.page-index .index-hero__title-line {
    animation: geo-hero-in 0.7s ease 0.1s backwards;
    transform-origin: left center;
}

.page-index .index-hero__title-highlight {
    animation: geo-hero-in 0.7s ease 0.25s backwards;
    transform-origin: left center;
}

.page-index .index-hero__desc {
    animation: geo-hero-in 0.7s ease 0.45s backwards;
}

.page-index .index-hero__btns {
    animation: geo-hero-in 0.7s ease 0.75s backwards;
}

.page-index .index-hero__btns .btn-geo {
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease, background 0.2s, color 0.2s, border-color 0.2s;
}

.page-index .index-hero__btns .btn-geo:hover {
    transform: translateY(-3px) scale(1.03);
}

.page-index .index-hero__btns .btn-geo--primary:hover {
    box-shadow: 0 8px 24px rgba(255, 102, 0, 0.35);
}

.page-index .index-hero__btns .btn-geo--outline:hover {
    box-shadow: 0 6px 18px rgba(255, 102, 0, 0.15);
}

/* 滚动入场 */
.geo-reveal {
    opacity: 0;
    transition:
        opacity 0.75s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}

.geo-reveal--up {
    transform: translateY(36px);
}

.geo-reveal--left {
    transform: translateX(-48px);
}

.geo-reveal--right {
    transform: translateX(48px);
}

.geo-reveal--scale {
    transform: scale(0.88);
}

.geo-reveal.is-visible {
    opacity: 1;
    transform: translate(0) scale(1);
}

.geo-vs-badge.geo-reveal--scale {
    transform: translate(-50%, -50%) scale(0.88);
}

.content-compare__vs.geo-reveal--scale {
    transform: translate(-50%, -50%) scale(0.88);
}

.geo-vs-badge.geo-reveal--scale.is-visible,
.content-compare__vs.geo-reveal--scale.is-visible {
    transform: translate(-50%, -50%) scale(1);
}

.content-compare__vs.geo-reveal.is-visible {
    animation: geo-vs-pulse 3s ease-in-out 0.5s infinite;
}

/* 为什么 GEO · 四卡双向滚动入场 */
.geo-why-card {
    opacity: 0;
    transform: translateX(80px);
    transition:
        opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: var(--why-delay, 0ms);
    will-change: opacity, transform;
}

.geo-why-card.is-visible {
    opacity: 1;
    transform: translateX(0);
}

.geo-why-card.is-exiting {
    opacity: 0;
    transform: translateX(-80px);
}

/* 悬停交互 */
.index-stats__item,
.why-card,
.service-strength__card,
.content-compare__col--old,
.content-compare__col--geo,
.industry-case__card {
    transition:
        transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.35s ease;
}

.index-stats__item:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.1);
}

.geo-why-card.is-visible:hover {
    transform: translateX(0) translateY(-8px);
}

.why-card:hover .why-card__icon {
    transform: scale(1.12) rotate(-4deg);
}

.why-card__icon {
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.geo-card--seo:hover {
    animation-play-state: paused;
    transform: translateX(6px) translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.geo-card--geo:hover {
    animation-play-state: paused;
    transform: translateX(-6px) translateY(-4px);
    box-shadow: 0 20px 48px rgba(255, 102, 0, 0.35);
}

.content-compare__col--old:hover,
.content-compare__col--geo:hover {
    transform: translateY(-5px);
}

.service-strength__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}

.service-strength__card .service-strength__icon {
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.service-strength__card:hover .service-strength__icon {
    transform: scale(1.1) translateY(-4px);
}

.industry-case__card .industry-case__bg {
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.industry-case__card:hover .industry-case__bg {
    transform: scale(1.04);
}

.service-strength__footer .qr-wrap {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-strength__footer .qr-wrap:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
}

.content-optimize__badge {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.content-optimize__badge:hover {
    transform: scale(1.04);
}

@media (prefers-reduced-motion: reduce) {
    .page-index .index-hero__title-line,
    .page-index .index-hero__title-highlight,
    .page-index .index-hero__desc,
    .page-index .index-hero__tags,
    .page-index .index-hero__btns {
        animation: none;
    }

    .index-hero__tags::after {
        animation: none;
        display: none;
    }

    .page-index .index-hero__tags {
        animation: none;
        background-image: none;
        background-color: #F5F5F5;
    }

    .page-index .geo-card--seo,
    .page-index .geo-card--geo {
        animation: none;
    }

    .geo-why-card {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .industry-panel__left.geo-panel-part,
    .industry-panel__solution.geo-panel-part {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .geo-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .content-compare__vs.geo-reveal.is-visible {
        animation: none;
    }

    .index-stats__item,
    .why-card,
    .geo-card,
    .service-strength__card,
    .content-compare__col--old,
    .content-compare__col--geo,
    .industry-case__card,
    .industry-tab,
    .service-strength__footer .qr-wrap,
    .content-optimize__badge,
    .page-index .index-hero__btns .btn-geo {
        transition: none;
    }

    .index-stats__item:hover,
    .why-card:hover,
    .geo-card--seo:hover,
    .geo-card--geo:hover,
    .service-strength__card:hover,
    .content-compare__col--old:hover,
    .content-compare__col--geo:hover,
    .industry-tab:hover,
    .industry-tab.active,
    .page-index .index-hero__btns .btn-geo:hover {
        transform: none;
    }
}