/* ===== 价格-hero模块：AI全域获客矩阵 ===== */
.price-page-hero {
    position: relative;
    padding: 4rem 0 4.5rem;
    color: #fff;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 20%, rgba(104, 89, 226, 0.45), transparent 26rem),
        radial-gradient(circle at 12% 80%, rgba(62, 185, 251, 0.18), transparent 24rem),
        #03031E;
    animation-duration: 4.5s;
}

.price-page-hero .hero-container {
    max-width: 90rem;
    width: min(100% - 4rem, 90rem);
    margin: 0 auto;
}

/* 全域营销服务解决方案 */
.price-page-module2 {
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
    color: #fff;
    background: radial-gradient(circle at left, #6859e2 0, #03031e 10rem, #03031e 100%);
}

.price-page-module2 .module2-container {
    width: min(100% - 4rem, 81rem);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-page-module2 .module2-title {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(90deg, #3eb9fb 0%, #b268ff 55%, #ff3cc5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.price-page-module2 .module2-content {
    width: min(100%, 77rem);
    margin-top: 4rem;
    padding: 2rem;
    overflow-x: auto;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
}

.price-page-module2 .price-table {
    width: 100%;
    min-width: 48rem;
    border-collapse: collapse;
    color: #fff;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.3);
}

.price-page-module2 .price-table-header {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
}

.price-page-module2 .price-table-header th,
.price-page-module2 .price-table-row td {
    border: 0.1rem solid rgba(255, 255, 255, 0.15);
}

.price-page-module2 .price-table-header th {
    padding: 1.5rem 1rem;
    border-top-color: rgba(255, 255, 255, 0.5);
    background: linear-gradient(180deg, rgba(20, 45, 95, 0.8), rgba(10, 25, 65, 0.8));
}

.price-page-module2 .price-table-row {
    text-align: center;
    font-size: 1rem;
}

.price-page-module2 .price-table-row td {
    padding: 1rem;
    background: linear-gradient(180deg, rgba(13, 30, 74, 0.7), rgba(9, 18, 53, 0.7));
}

.price-page-module2 .price-table-header th:first-child,
.price-page-module2 .price-table-row td:first-child {
    border-left-color: rgba(255, 255, 255, 0.5);
}

.price-page-module2 .price-table-header th:last-child,
.price-page-module2 .price-table-row td:last-child {
    border-right-color: rgba(255, 255, 255, 0.5);
}

.price-page-module2 .price-table-row:last-child td {
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

.price-page-module2 .td-bgcolor {
    font-size: 1.1rem;
    font-weight: 600;
}

.price-page-module2 .module2-content .serviceProcess {
    margin-top: 1.5rem;
}


/* 顶部：标�?+ 球体 */
.hero-top {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 2rem;
    min-height: 22rem;
}

.hero-tag {
    position: relative;
    z-index: 0;
    isolation: isolate;
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 1.05rem;
    margin-bottom: 1.8rem;
    border: 1px solid transparent;
    border-radius: 999px;
    line-height: 1.25;
}

.hero-tag-text {
    position: relative;
    z-index: 1;
    display: inline-block;
    background: linear-gradient(90deg, #d6e2ff 0%, #fff8ff 50%, #ff4fde 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #f4f0ff;
    -webkit-text-fill-color: transparent;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1.25;
    text-shadow: none;
    filter: none;
    transform: translateZ(0);
    -webkit-font-smoothing: subpixel-antialiased;
}

.hero-tag::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border: 1px solid transparent;
    border-radius: inherit;
    background:
        linear-gradient(90deg, rgba(17, 13, 58, 0.9), rgba(32, 13, 55, 0.9)) padding-box,
        linear-gradient(90deg, rgba(87, 83, 211, 0.85), rgba(158, 87, 255, 0.88), rgba(255, 71, 213, 0.9)) border-box;
    box-shadow:
        inset 0 0 0.28rem rgba(113, 83, 255, 0.18),
        0 0 0.42rem rgba(118, 85, 255, 0.24),
        0 0 0.62rem rgba(255, 61, 211, 0.16);
}

.hero-tag::after {
    content: "";
    position: absolute;
    right: 0.9rem;
    top: 50%;
    z-index: -1;
    width: 1.8rem;
    height: 0.85rem;
    border-radius: 999px;
    background: rgba(255, 57, 215, 0.16);
    filter: blur(0.36rem);
    transform: translateY(-50%);
}

.hero-title {
    margin: 0;
    font-size: 3.6rem;
    font-weight: 800;
    line-height: 1.18;
}

.hero-title-main {
    display: block;
    color: #fff;
}

.hero-title-sub {
    display: block;
    background: linear-gradient(90deg, #3EB9FB 0%, #9C7BFF 48%, #FF3CC5 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-desc {
    margin: 1.5rem 0 2.2rem;
    font-size: 1.15rem;
    line-height: 1.6;
    color: rgba(220, 226, 255, 0.78);
}

.hero-stats {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.hero-stats .stat-item {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.95rem;
    min-width: 12rem;
    padding-top: 1.05rem;
}

.hero-stats .stat-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0.15rem;
    right: 0.15rem;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(116, 143, 199, 0.35) 18%, rgba(116, 143, 199, 0.38) 82%, transparent 100%);
    box-shadow: 0 0 0.45rem rgba(72, 126, 214, 0.22);
}

.hero-stats .stat-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 3.25rem;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 0.9rem;
    background:
        radial-gradient(circle at 48% 34%, rgba(62, 185, 251, 0.18), transparent 52%),
        linear-gradient(145deg, rgba(21, 43, 88, 0.92), rgba(11, 22, 57, 0.94));
    border: 1px solid rgba(88, 123, 196, 0.5);
    color: #36c1ff;
    box-shadow:
        inset 0 0 1.1rem rgba(57, 124, 213, 0.22),
        0 0 0.85rem rgba(39, 150, 255, 0.18);
}

.hero-stats .stat-icon::after {
    content: "";
    position: absolute;
    inset: 0.55rem;
    border-radius: 0.65rem;
    background: rgba(55, 191, 255, 0.12);
    filter: blur(0.45rem);
}

.hero-stats .stat-icon svg {
    position: relative;
    z-index: 1;
    width: 1.55rem;
    height: 1.55rem;
    filter: drop-shadow(0 0 0.35rem rgba(54, 193, 255, 0.42));
}

.hero-stats .stat-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.hero-stats .stat-text strong {
    font-size: 1.72rem;
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 0 0.5rem rgba(126, 171, 255, 0.34);
}

.hero-stats .stat-text span {
    font-size: 0.86rem;
    font-weight: 600;
    line-height: 1.25;
    color: rgba(232, 236, 255, 0.72);
}

.hero-stats .stat-divider {
    width: 1px;
    height: 3.2rem;
    background: linear-gradient(180deg, transparent 0%, rgba(210, 221, 255, 0.52) 24%, rgba(210, 221, 255, 0.52) 76%, transparent 100%);
    box-shadow: 0 0 0.5rem rgba(115, 141, 214, 0.28);
}

/* 球体 */
.hero-orb {
    position: relative;
    justify-self: center;
    width: 26rem;
    height: 22rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-orb .orb-core {
    position: relative;
    z-index: 2;
    width: 14rem;
    height: 14rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    border-radius: 50%;
    font-size: 1.7rem;
    font-weight: 700;
    color: #f1f4ff;
    text-shadow: 0 0 1rem rgba(120, 150, 255, 0.7);
    background:
        radial-gradient(circle at 38% 32%, rgba(255, 255, 255, 0.55), transparent 38%),
        radial-gradient(circle at 50% 50%, #8a7bff 0%, #5a46d6 38%, #2b1d8c 70%, #160b52 100%);
    box-shadow:
        0 0 3rem rgba(124, 99, 255, 0.7),
        0 0 6rem rgba(80, 120, 255, 0.45),
        inset 0 -1.2rem 2.5rem rgba(8, 4, 40, 0.65),
        inset 0 1rem 2rem rgba(190, 200, 255, 0.35);
    animation: orbFloat 6s ease-in-out infinite;
}

.hero-orb .orb-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 1px solid rgba(124, 150, 255, 0.35);
    transform: translate(-50%, -50%) rotateX(74deg);
    box-shadow: 0 0 1.5rem rgba(110, 140, 255, 0.25);
}

.hero-orb .orb-ring1 {
    width: 22rem;
    height: 22rem;
    border-color: rgba(124, 150, 255, 0.45);
    animation: orbSpin 18s linear infinite;
}

.hero-orb .orb-ring2 {
    width: 25rem;
    height: 25rem;
    border-color: rgba(180, 120, 255, 0.3);
    border-style: dashed;
    animation: orbSpin 26s linear infinite reverse;
}

.hero-orb .orb-ring3 {
    width: 18rem;
    height: 18rem;
    border-color: rgba(95, 200, 255, 0.3);
    animation: orbSpin 14s linear infinite;
}

@keyframes orbFloat {

    0%,
    100% {
        transform: translateY(-0.4rem);
    }

    50% {
        transform: translateY(0.4rem);
    }
}

@keyframes orbSpin {
    from {
        transform: translate(-50%, -50%) rotateX(74deg) rotateZ(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotateX(74deg) rotateZ(360deg);
    }
}

/* 通用卡片底色 */
.price-page-hero .plan-card,
.price-page-hero .intl-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(130, 140, 220, 0.22);
    border-radius: 1rem;
    backdrop-filter: blur(2px);
}

.price-page-hero .scheduleDemo {
    width: auto;
    flex-direction: row;
    margin-bottom: 0;
}

/* 中部：国内版套餐 + 增强能力 */
.hero-mid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1.2fr);
    align-items: start;
    gap: 1.4rem;
    margin-top: 1rem;
}

.plan-group {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 1.15rem;
}

.plan-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 15.25rem;
    padding: 1.25rem 1.5rem 1.1rem;
    border: 1px solid transparent;
    background:
        linear-gradient(180deg, rgba(12, 17, 50, 0.86), rgba(7, 12, 38, 0.9)) padding-box,
        linear-gradient(135deg, rgba(112, 181, 255, 0.42), rgba(92, 90, 208, 0.2) 45%, rgba(162, 76, 255, 0.42)) border-box;
    box-shadow:
        inset 0 0 2rem rgba(60, 112, 210, 0.06),
        0 0 1.2rem rgba(67, 112, 210, 0.08);
    overflow: hidden;
}

.plan-name {
    margin: 0;
    font-size: 1.24rem;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    white-space: nowrap;
}

.plan-name span {
    font-size: 0.96rem;
    font-weight: 600;
    color: rgba(220, 226, 255, 0.85);
}

.plan-sub {
    margin: 0.45rem 0 1rem;
    font-size: 0.86rem;
    color: rgba(210, 218, 255, 0.6);
}

.plan-platforms {
    display: flex;
    justify-content: space-between;
    gap: 0.85rem;
    margin: 0.05rem 0 1rem;
}

.plan-platforms .plat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.plat-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.45rem;
    height: 2.45rem;
    border-radius: 0.6rem;
    color: #fff;
    box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.3);
}

.plat-mark svg {
    width: 1.42rem;
    height: 1.42rem;
}

.plan-platforms .plat-name {
    font-size: 0.78rem;
    color: rgba(210, 218, 255, 0.7);
}

.plat-mark.douyin,
.plat-mark.tiktok {
    background: #111014;
}

.plat-mark.xhs {
    background: #ff2442;
}

.plat-mark.kuaishou {
    background: #ff6a00;
}

.plat-mark.channels {
    background: #18c45a;
}

.plat-mark.instagram {
    background: linear-gradient(135deg, #515bd4, #dd2a7b 52%, #f58529);
}

.plat-mark.facebook {
    background: #1877f2;
}

.plat-mark.reddit {
    background: #ff4500;
}

.plat-mark.youtube {
    background: #ff0000;
}

.plan-price {
    margin-top: auto;
    font-size: 2.05rem;
    font-weight: 800;
    line-height: 1;
    color: #fff;
}

.plan-price i {
    font-style: normal;
    font-size: 1.18rem;
    font-weight: 700;
    vertical-align: 0.15em;
    margin-right: 0.1rem;
}

.plan-price small {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(210, 218, 255, 0.6);
    margin-left: 0.2rem;
}

.plan-price.small {
    font-size: 1.9rem;
}

.plan-price.small i {
    font-size: 1.1rem;
}

.plan-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.85rem;
    padding: 0.62rem 1rem;
    border-radius: 0.6rem;
    border: 1px solid rgba(130, 120, 255, 0.6);
    background: rgba(120, 110, 255, 0.08);
    color: #cfd0ff;
    font-size: 0.94rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.price-page-hero .plan-btn.scheduleDemo {
    width: 100%;
}

.plan-btn svg {
    width: 1.1rem;
    height: 1.1rem;
}

.plan-btn:hover {
    background: rgba(120, 110, 255, 0.2);
    border-color: rgba(150, 140, 255, 0.9);
    color: #fff;
}

.plan-card:not(.plan-card-featured) .plan-btn {
    border: 1px solid transparent;
    background:
        linear-gradient(180deg, rgba(20, 29, 75, 0.96), rgba(16, 21, 62, 0.96)) padding-box,
        linear-gradient(90deg, #50c8ff 0%, #6d69ff 48%, #a64cff 100%) border-box;
    box-shadow:
        inset 0 0 0.8rem rgba(80, 200, 255, 0.08),
        0 0 0.85rem rgba(93, 122, 255, 0.18);
    transition: filter 0.2s ease, box-shadow 0.2s ease;
}

.plan-card:not(.plan-card-featured) .plan-btn-text {
    background: linear-gradient(90deg, #61caff 0%, #8d96ff 50%, #a64cff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: #83afff;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

.plan-card:not(.plan-card-featured) .plan-btn svg {
    color: #8d7bff;
}

.plan-card:not(.plan-card-featured) .plan-btn:hover {
    filter: brightness(1.12);
    box-shadow:
        inset 0 0 0.9rem rgba(80, 200, 255, 0.12),
        0 0 1.05rem rgba(99, 129, 255, 0.24);
}

/* 推荐方案卡片 */
.price-page-hero .plan-card.plan-card-featured {
    border: 1.5px solid transparent;
    background:
        radial-gradient(circle at 10% 0%, rgba(255, 212, 98, 0.2), transparent 34%),
        linear-gradient(180deg, rgba(18, 18, 33, 0.92), rgba(8, 13, 34, 0.94)) padding-box,
        linear-gradient(135deg, #ffeaa3 0%, #ffc24a 32%, #ff9f33 58%, #d88b2e 78%, #ffe08a 100%) border-box;
    box-shadow:
        inset 1.3rem 1.2rem 2.4rem rgba(255, 207, 93, 0.13),
        inset 0 0 1.6rem rgba(255, 190, 66, 0.1),
        0 0 1rem rgba(255, 190, 66, 0.28),
        0 0 2.2rem rgba(255, 184, 64, 0.12);
    overflow: visible;
}

.price-page-hero .plan-card.plan-card-featured::before {
    content: "";
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
    width: 45%;
    height: 42%;
    border-radius: 0.9rem 0 2.5rem 0;
    background: radial-gradient(circle at 0% 0%, rgba(255, 221, 118, 0.26), rgba(255, 178, 62, 0.08) 42%, transparent 68%);
    pointer-events: none;
}

.price-page-hero .plan-card.plan-card-featured>* {
    position: relative;
    z-index: 1;
}

.plan-card-featured .plan-name {
    margin-top: 0.25rem;
    font-size: 1.18rem;
}

.plan-card-featured .plan-name span {
    font-size: 0.9rem;
}

.price-page-hero .plan-card-featured .plan-flag {
    position: absolute;
    top: 0;
    left: 1.55rem;
    z-index: 3;
    transform: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.32rem 0.9rem;
    border-radius: 0 0 0.5rem 0.5rem;
    background: linear-gradient(90deg, #ffe485 0%, #ffc556 44%, #ff9c3d 100%);
    color: #2a1500;
    font-size: 0.85rem;
    font-weight: 700;
    box-shadow:
        0 0.25rem 0.7rem rgba(255, 177, 54, 0.36),
        inset 0 0 0.45rem rgba(255, 244, 177, 0.36);
}

.price-page-hero .plan-card.plan-card-featured {
    padding-top: 1.85rem;
}

.plan-features {
    list-style: none;
    margin: 0.25rem 0 1rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.plan-features li {
    position: relative;
    padding-left: 1.6rem;
    font-size: 0.82rem;
    line-height: 1.35;
    color: rgba(225, 230, 255, 0.85);
}

.plan-features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.05rem;
    width: 0.92rem;
    height: 0.92rem;
    border-radius: 50%;
    background:
        linear-gradient(135deg, #ffc857, #ff9838);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") center / 0.8rem no-repeat;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/></svg>") center / 0.8rem no-repeat;
}

.plan-btn-featured {
    border: none;
    background: linear-gradient(90deg, #ffc857, #ff9838);
    color: #2a1500;
}

.plan-btn-featured:hover {
    background: linear-gradient(90deg, #ffd470, #ffa84e);
    color: #2a1500;
}

/* AI增强能力（无外框，卡片直接平铺） */
.addon-group {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 0;
    background: transparent;
    border: none;
}

.addon-head {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    min-height: 1.7rem;
    margin-bottom: 0.9rem;
}

.addon-head::after {
    content: "";
    position: absolute;
    left: 13.6rem;
    right: 7.2rem;
    top: 50%;
    height: 1px;
    background: linear-gradient(90deg, rgba(106, 98, 255, 0.65), rgba(106, 98, 255, 0));
    transform: translateY(-50%);
}

.addon-title {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: baseline;
    gap: 0.45rem;
    margin: 0;
    font-size: 1.12rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}

.addon-title::before {
    content: "";
    width: 0.45rem;
    height: 0.12rem;
    border-radius: 999px;
    background: #a05cff;
    box-shadow: 0 0 0.5rem rgba(160, 92, 255, 0.9);
}

.addon-title span {
    font-size: 0.82rem;
    font-weight: 500;
    color: rgba(225, 230, 255, 0.82);
    white-space: nowrap;
}

.addon-more {
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.82rem;
    color: rgba(180, 190, 255, 0.75);
    white-space: nowrap;
    cursor: pointer;
    transition: color 0.2s ease;
}

.addon-more svg {
    width: 0.9rem;
    height: 0.9rem;
}

.addon-more:hover {
    color: #fff;
}

.addon-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    flex: initial;
}

.addon-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 15.6rem;
    padding: 1.35rem 1.35rem 1.15rem;
    border-radius: 0.8rem;
    border: 1px solid rgba(130, 140, 220, 0.28);
    background:
        radial-gradient(circle at 22% 18%, rgba(123, 80, 255, 0.24), transparent 5.2rem),
        linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
    box-shadow: inset 0 0 1.5rem rgba(96, 99, 255, 0.04);
    overflow: hidden;
}

.addon-card:nth-child(2) {
    border-color: rgba(68, 164, 255, 0.3);
    background:
        radial-gradient(circle at 25% 18%, rgba(56, 186, 255, 0.22), transparent 5.4rem),
        radial-gradient(circle at 88% 88%, rgba(37, 118, 255, 0.14), transparent 6rem),
        linear-gradient(180deg, rgba(37, 105, 180, 0.14), rgba(255, 255, 255, 0.018));
}

.addon-card:nth-child(3) {
    border-color: rgba(47, 220, 215, 0.28);
    background:
        radial-gradient(circle at 22% 18%, rgba(54, 223, 223, 0.2), transparent 5.4rem),
        radial-gradient(circle at 85% 88%, rgba(21, 204, 191, 0.16), transparent 6rem),
        linear-gradient(180deg, rgba(24, 124, 139, 0.13), rgba(255, 255, 255, 0.018));
}

.addon-card-head {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    margin-bottom: 1rem;
}

.addon-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.75rem;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.6rem;
}

.addon-icon svg {
    width: 1.4rem;
    height: 1.4rem;
}

.addon-icon img {
    display: block;
    width: 2.75rem;
    height: 2.75rem;
    object-fit: contain;
}

.addon-icon-blue {
    background: transparent;
    color: #9da8ff;
}

.addon-icon-cyan {
    background: transparent;
    color: #6fd0ff;
}

.addon-icon-purple {
    background: transparent;
    color: #52e9ee;
}

.addon-card-title {
    display: grid;
    grid-template-columns: max-content auto;
    align-items: center;
    column-gap: 0.45rem;
    row-gap: 0.3rem;
    min-width: 0;
}

.addon-card-title strong {
    grid-column: 1;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    white-space: nowrap;
}

.addon-price {
    grid-column: 1 / -1;
    font-size: 1.62rem;
    font-weight: 800;
    line-height: 1;
    color: #ffd06b;
}

.hot-tag {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    justify-self: start;
    padding: 0.12rem 0.45rem;
    border-radius: 0.3rem;
    background: linear-gradient(90deg, #7862ff, #b558ff);
    font-size: 0.62rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    white-space: nowrap;
    box-shadow: 0 0 0.7rem rgba(151, 88, 255, 0.38);
}

.addon-desc {
    margin: 0.1rem 0 1rem;
    font-size: 0.88rem;
    line-height: 1.65;
    color: rgba(228, 234, 255, 0.82);
}

.addon-tag {
    align-self: flex-start;
    margin-top: auto;
    padding: 0.32rem 0.82rem;
    border-radius: 999px;
    border: none;
    background:
        radial-gradient(ellipse at 50% 100%, rgba(145, 139, 178, 0.38) 0%, rgba(94, 68, 150, 0.22) 38%, transparent 68%),
        linear-gradient(90deg, #291064 0%, #473184 48%, #2a1066 100%);
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.15;
    color: rgba(236, 239, 255, 0.9);
    box-shadow:
        inset 0 -0.18rem 0.45rem rgba(163, 158, 190, 0.18),
        inset 0 0.15rem 0.35rem rgba(164, 113, 255, 0.16),
        0 0 0.55rem rgba(75, 48, 174, 0.24);
}



/* 底部：国际版 */
.addon-card:nth-child(2) .addon-tag {
    background:
        radial-gradient(ellipse at 50% 100%, rgba(159, 169, 184, 0.34) 0%, rgba(67, 112, 151, 0.24) 38%, transparent 68%),
        linear-gradient(90deg, #16466f 0%, #2b6f9c 48%, #16466f 100%);
    box-shadow:
        inset 0 -0.18rem 0.45rem rgba(170, 178, 190, 0.16),
        inset 0 0.15rem 0.35rem rgba(86, 183, 255, 0.15),
        0 0 0.55rem rgba(45, 126, 184, 0.22);
}

.addon-card:nth-child(3) .addon-tag {
    background:
        radial-gradient(ellipse at 50% 100%, rgba(153, 176, 178, 0.32) 0%, rgba(39, 127, 132, 0.24) 38%, transparent 68%),
        linear-gradient(90deg, #0f5e66 0%, #128692 48%, #0f5e66 100%);
    box-shadow:
        inset 0 -0.18rem 0.45rem rgba(168, 186, 188, 0.15),
        inset 0 0.15rem 0.35rem rgba(58, 226, 234, 0.14),
        0 0 0.55rem rgba(26, 152, 160, 0.2);
}

.hero-intl {
    margin-top: 1.5rem;
}

.intl-title {
    display: flex;
    align-items: baseline;
    gap: 0.6rem;
    margin: 0 0 1.25rem;
    padding-left: 0.9rem;
    border-left: 0.25rem solid;
    border-image: linear-gradient(180deg, #3EB9FB, #FF3CC5) 1;
    font-size: 1.45rem;
    font-weight: 700;
    color: #fff;
}

.intl-title span {
    font-size: 1.1rem;
    color: rgba(220, 226, 255, 0.85);
}

.intl-title small {
    font-size: 0.9rem;
    font-weight: 400;
    color: rgba(210, 218, 255, 0.55);
}

.intl-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    align-items: end;
    gap: 1rem;
}

.intl-card {
    display: flex;
    flex-direction: column;
    min-height: 10.8rem;
    padding: 1.3rem 1.1rem;
}

.intl-card-head {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1.1rem;
}

.intl-name {
    font-size: 1.02rem;
    font-weight: 600;
    color: #fff;
}

.intl-note {
    margin: 0.7rem 0 0;
    font-size: 0.8rem;
    color: rgba(200, 210, 255, 0.55);
}

/* 全球流量触达 卡片 */
.intl-card-globe {
    grid-column: span 2;
    min-height: 12.2rem;
    padding: 1.55rem 1.65rem 1.35rem;
    border-color: rgba(120, 130, 255, 0.4);
    background:
        radial-gradient(circle at 80% 80%, rgba(104, 89, 226, 0.4), transparent 70%),
        linear-gradient(180deg, rgba(60, 50, 140, 0.35), rgba(20, 14, 60, 0.4));
}

.globe-title {
    margin: 0 0 0.6rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
}

.globe-desc {
    margin: 0 0 1rem;
    font-size: 0.82rem;
    line-height: 1.6;
    color: rgba(215, 222, 255, 0.7);
}

.globe-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    align-self: flex-start;
    margin-top: auto;
    padding: 0.55rem 1rem;
    border-radius: 0.5rem;
    background: linear-gradient(90deg, #6a5af0, #9c4dff);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: filter 0.2s ease;
}

.globe-btn svg {
    width: 0.9rem;
    height: 0.9rem;
}

.globe-btn:hover {
    filter: brightness(1.15);
}

.hero-footnote {
    margin: 2rem 0 0;
    text-align: center;
    font-size: 0.85rem;
    color: rgba(190, 198, 240, 0.5);
}

.hero-footnote sup {
    color: #ff8a3c;
}

@media (prefers-reduced-motion: reduce) {

    .hero-orb .orb-core,
    .hero-orb .orb-ring {
        animation: none;
    }
}



.fixedSidebar,
.fab-container {
    display: none !important;
}

/* ===== 瞬维软件价格表（产品服务页复用） ===== */
.price-page-module1 {
    position: relative;
    padding: 5rem 0 4rem;
    background: radial-gradient(circle at right, #6859E2 0, #03031E 10rem, #03031E 100%);
    color: #fff;
    overflow: hidden;
    animation-duration: 4.5s;
}

.price-page-module1 .module1-container {
    max-width: 81rem;
    min-width: 81rem;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-page-module1 .module1-container .module1-title {
    position: relative;
    font-size: 3rem;
    font-weight: bold;
    background: linear-gradient(90deg, #3EB9FB 0%, #B268FF 55%, #FF3CC5 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.price-page-module1 .price-module-header {
    width: 100%;
    max-width: 77rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-page-module1 .price-heading {
    max-width: 48rem;
    text-align: center;
}

.price-page-module1 .price-heading p {
    margin-top: 0.9rem;
    color: rgba(224, 229, 246, 0.68);
    font-size: 1rem;
}

.price-page-module1 .module1-container .module1-cards {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.price-page-module1 .module1-container .module1-cards .price-card {
    flex: 1;
    position: relative;
    max-width: 77rem;
    min-width: 77rem;
    margin-top: 4rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1rem;
    padding: 0 2rem 2rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.price-page-module1 .module1-container .price-card .price-table-title {
    color: #ffffff;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    padding: 2rem 0;
}

.price-page-module1 .module1-container .price-card .price-table-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.26rem;
    background: linear-gradient(90deg, #36b4ff, #a599ff);
}

.price-page-module1 .module1-container .price-card .price-table-title span {
    background: linear-gradient(45deg, #2d7bff 0%, #9c4dff 60%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.price-page-module1 .module1-container .price-card .price-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 0.5rem;
    color: #ffffff;
    box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.3);
}

.price-page-module1 .module1-container .price-card .price-table-header {
    color: #ffffff;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    border-bottom: 0.1rem solid #ffffff;
    background: linear-gradient(180deg, #0d1e4a, #091235);
}

.price-page-module1 .module1-container .price-card .price-table-header th {
    padding: 1.5rem 0;
    border: 0.1rem solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(180deg, rgba(20, 45, 95, 0.8), rgba(10, 25, 65, 0.8));
    border-top: 0.1rem solid rgba(255, 255, 255, 0.5);
}

.price-page-module1 .module1-container .price-card .price-table-header th:first-child {
    border-left: 0.1rem solid rgba(255, 255, 255, 0.5);
}

.price-page-module1 .module1-container .price-card .price-table-header th:last-child {
    border-right: 0.1rem solid rgba(255, 255, 255, 0.5);
}

.price-page-module1 .module1-container .price-card .price-table-row {
    color: #ffffff;
    font-size: 1rem;
    text-align: center;
}

.price-page-module1 .module1-container .price-card .price-table-row td {
    padding: 1rem;
    border: 0.1rem solid rgba(255, 255, 255, 0.15);
    background: linear-gradient(180deg, rgba(13, 30, 74, 0.7), rgba(9, 18, 53, 0.7));
}

.price-page-module1 .module1-container .price-card .price-table-row td:first-child {
    border-left: 0.1rem solid rgba(255, 255, 255, 0.5);
}

.price-page-module1 .module1-container .price-card .price-table-row td:last-child {
    border-right: 0.1rem solid rgba(255, 255, 255, 0.5);
}

.price-page-module1 .module1-container .price-card .price-table-row:last-child td,
.price-page-module1 .module1-container .price-card .price-table-row .bottom-border {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.5);
}

.price-page-module1 .module1-container .price-card .price-table-row .td-bgcolor {
    font-size: 1.1rem;
    font-weight: 600;
}

.price-page-module1 .module1-container .module1-note {
    display: flex;
    justify-content: flex-end;
    padding-top: 1rem;
}

.price-page-module2 .module2-content .serviceProcess {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    background: linear-gradient(90deg, #3EB9FB 0%, #B268FF 55%, #FF3CC5 100%);
    background-clip: text;
    color: transparent;
    text-decoration: none;
}

.price-page-module2 .module2-content .serviceProcess {
    margin-top: 1.5rem;
}

.price-page-module1 .price-doc-links {
    width: 100%;
    margin-top: 2.6rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
}

.price-page-module1 .price-doc-links .serviceProcess {
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 4.1rem;
    align-items: center;
    gap: 1.2rem;
    min-height: 10.2rem;
    padding: 1.8rem 1.75rem;
    color: #fff;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 1.15rem;
    background:
        linear-gradient(136deg, rgba(7, 13, 43, 0.94), rgba(5, 8, 31, 0.96)) padding-box,
        linear-gradient(125deg, rgba(62, 185, 251, 0.78), rgba(86, 106, 255, 0.34), rgba(255, 60, 197, 0.18)) border-box;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 1.1rem 3rem rgba(0, 0, 0, 0.24),
        0 0 2rem rgba(42, 120, 255, 0.08);
    cursor: pointer;
    overflow: hidden;
    position: relative;
    isolation: isolate;
    transition:
        border-color 0.24s ease,
        box-shadow 0.24s ease,
        transform 0.24s ease,
        background-color 0.24s ease;
}

.price-page-module1 .price-doc-links .serviceProcess::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        radial-gradient(circle at 16% 32%, rgba(62, 185, 251, 0.16), transparent 12rem),
        radial-gradient(circle at 88% 82%, rgba(92, 87, 255, 0.2), transparent 10rem),
        linear-gradient(rgba(120, 165, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(120, 165, 255, 0.045) 1px, transparent 1px);
    background-size: auto, auto, 3.7rem 3.7rem, 3.7rem 3.7rem;
    opacity: 0.92;
}

.price-page-module1 .price-doc-links .serviceProcess::after {
    content: "";
    position: absolute;
    left: 1.2rem;
    right: 1.2rem;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(62, 185, 251, 0.78), rgba(255, 60, 197, 0.28), transparent);
    opacity: 0.78;
}

.price-page-module1 .price-doc-links .serviceProcess:hover,
.price-page-module1 .price-doc-links .serviceProcess:focus-visible {
    color: #fff;
    text-decoration: none;
    transform: translateY(-0.18rem);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.09),
        0 1.35rem 3.2rem rgba(0, 0, 0, 0.3),
        0 0 2.25rem rgba(62, 185, 251, 0.16);
}

.price-page-module1 .price-doc-links .price-doc-card--statement {
    background:
        linear-gradient(136deg, rgba(9, 10, 43, 0.95), rgba(7, 7, 30, 0.97)) padding-box,
        linear-gradient(125deg, rgba(62, 185, 251, 0.56), rgba(138, 92, 255, 0.74), rgba(255, 60, 197, 0.86)) border-box;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.06),
        0 1.1rem 3rem rgba(0, 0, 0, 0.24),
        0 0 2rem rgba(255, 60, 197, 0.12);
}

.price-page-module1 .price-doc-links .price-doc-card--statement::before {
    background:
        radial-gradient(circle at 16% 32%, rgba(138, 92, 255, 0.18), transparent 12rem),
        radial-gradient(circle at 90% 82%, rgba(255, 60, 197, 0.22), transparent 10rem),
        linear-gradient(rgba(160, 130, 255, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(160, 130, 255, 0.045) 1px, transparent 1px);
    background-size: auto, auto, 3.7rem 3.7rem, 3.7rem 3.7rem;
}

.price-page-module1 .price-doc-links .serviceProcess:focus-visible,
.price-page-module1 .priceSlider .nav-box:focus-visible {
    outline: 2px solid #3EB9FB;
    outline-offset: 3px;
}

.price-page-module1 .price-doc-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.58rem;
    text-align: left;
}

.price-page-module1 .price-doc-copy small {
    position: relative;
    width: fit-content;
    color: rgba(224, 235, 255, 0.68);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
}

.price-page-module1 .price-doc-copy strong {
    overflow: hidden;
    color: #f7f8ff;
    display: -webkit-box;
    min-height: 3.35rem;
    font-size: clamp(1.35rem, 1.45vw, 1.78rem);
    font-weight: 800;
    line-height: 1.22;
    letter-spacing: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.price-page-module1 .price-doc-cta {
    position: relative;
    width: fit-content;
    margin-top: 0.55rem;
    color: #4dc5ff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
}

.price-page-module1 .price-doc-cta::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.46rem;
    height: 1px;
    background: linear-gradient(90deg, currentColor, transparent);
    opacity: 0.58;
}

.price-page-module1 .price-doc-card--statement .price-doc-cta {
    color: #ff5fd0;
}

.price-page-module1 .price-doc-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    width: 3.25rem;
    height: 3.25rem;
    border: 1px solid rgba(92, 136, 222, 0.54);
    border-radius: 50%;
    color: #e8eeff;
    background: rgba(25, 39, 91, 0.58);
    box-shadow:
        inset 0 0 1.1rem rgba(62, 185, 251, 0.11),
        0 0 1.4rem rgba(49, 110, 255, 0.12);
    transition:
        color 0.22s ease,
        transform 0.22s ease,
        border-color 0.22s ease,
        background-color 0.22s ease,
        box-shadow 0.22s ease;
}

.price-page-module1 .price-doc-arrow svg {
    width: 1.35rem;
    height: 1.35rem;
}

.price-page-module1 .price-doc-links .serviceProcess:hover .price-doc-arrow {
    color: #fff;
    border-color: rgba(111, 215, 255, 0.8);
    background: linear-gradient(135deg, rgba(36, 124, 255, 0.82), rgba(138, 92, 255, 0.82));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 0 1.6rem rgba(62, 185, 251, 0.32);
    transform: translateX(0.18rem);
}

.price-page-module1 .price-doc-links .price-doc-card--statement:hover .price-doc-arrow {
    border-color: rgba(255, 116, 225, 0.86);
    background: linear-gradient(135deg, rgba(138, 92, 255, 0.86), rgba(255, 60, 197, 0.86));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 0 1.65rem rgba(255, 60, 197, 0.34);
}

.price-page-module1 .price-view-switcher {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price-page-module1 .serviceProcess:hover,
.price-page-module2 .module2-content .serviceProcess:hover {
    color: #fff;
}

.price-page-module1 .priceSlider {
    position: relative;
    width: 22rem;
    height: 3.6rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    display: flex;
    padding: 0.3rem;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.price-page-module1 .priceSlider .nav-box {
    padding: 0;
    border: 0;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3rem;
    flex: 1;
    text-align: center;
    z-index: 2;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 600;
    color: rgba(224, 229, 246, 0.68);
    cursor: pointer;
    transition: color 0.22s ease;
}

.price-page-module1 .priceSlider .sliderBox {
    z-index: 1;
    position: absolute;
    left: 0.3rem;
    width: calc(50% - 0.3rem);
    height: 3rem;
    background: linear-gradient(110deg, #397fe8, #8b62e9);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    box-shadow: 0 0.45rem 1.2rem rgba(83, 82, 220, 0.3);
    transition: transform 0.25s ease;
}

.price-page-module1 .priceSlider .sliderBox.slider {
    transform: translateX(100%);
}

.price-page-module1 .priceSlider .nav-box.active {
    color: #fff;
}


@media (prefers-reduced-motion: reduce) {
    .price-page-module1 .price-doc-links .serviceProcess,
    .price-page-module1 .price-doc-links .serviceProcess:hover,
    .price-page-module1 .price-doc-arrow,
    .price-page-module1 .priceSlider .nav-box,
    .price-page-module1 .priceSlider .sliderBox {
        transition: none;
        transform: none;
    }
}

@media (max-width: 1024px) {
    .price-page-module1 .price-doc-links {
        grid-template-columns: 1fr;
    }
}
