/* Reserve exactly the space below the fixed navigation and center each slide vertically. */
    .home-hero-slider {
        margin-top: var(--site-nav-height, 78px);
        min-height: calc(100vh - var(--site-nav-height, 78px));
        min-height: calc(100svh - var(--site-nav-height, 78px));
        padding-top: 0;
        padding-bottom: 0;
        display: flex;
        align-items: center;
    }

    .home-hero-slider-shell {
        width: 100%;
    }

    .home-hero-slider {
        position: relative;
        overflow: hidden;
    }

    .home-hero-background-media {
        position: absolute;
        inset: 0;
        pointer-events: none;
    }

    .home-hero-background-video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .home-hero-slider.is-video-visible .home-hero-background-video {
        opacity: 1;
    }

    .home-hero-background-video-overlay {
        position: absolute;
        inset: 0;
        background:
            linear-gradient(90deg, rgba(4, 18, 30, 0.72) 0%, rgba(4, 18, 30, 0.34) 42%, rgba(4, 18, 30, 0.62) 100%),
            linear-gradient(180deg, rgba(4, 18, 30, 0.18) 0%, rgba(4, 18, 30, 0.3) 100%);
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .home-hero-slider.is-video-visible .home-hero-background-video-overlay {
        opacity: 1;
    }

    .home-hero-slider-shell {
        position: relative;
        z-index: 1;
    }

    .home-hero-slides {
        display: flex;
        transition: transform 0.55s ease;
        will-change: transform;
    }

    .home-hero-slide {
        min-width: 100%;
        flex: 0 0 100%;
        position: relative;
    }

    .home-hero-link {
        text-decoration: none;
    }

    .home-hero-inner-alt .home-hero-card {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.08));
        border: 1px solid rgba(255, 255, 255, 0.12);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.16);
        backdrop-filter: blur(10px);
    }

    .home-hero-inner-alt .home-hero-card h4 {
        color: #f3fbff;
    }

    .home-hero-inner-alt .home-hero-card p {
        color: rgba(232, 247, 255, 0.84);
    }

    .home-hero-inner-alt {
        box-sizing: border-box;
        padding: 0px;
        border-radius: 28px;
    }

    .home-hero-inner-alt .home-hero-main {
        color: #f3fbff;
    }

    .home-hero-inner-alt .home-hero-eyebrow {
        color: #56f6d9;
    }

    .home-hero-inner-alt .home-hero-title {
        color: #f3fbff;
    }

    .home-hero-inner-alt .home-hero-status {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin-left: 0px;
        padding: 10px 18px;
        border-radius: 999px;
        background: red;
        border: 1px solid rgba(255, 59, 59, 0.42);
        color: #fff;
        font-size: 0.3em;
        font-weight: 700;
        line-height: 1;
        vertical-align: middle;
        box-shadow: 0 10px 26px rgba(255, 59, 59, 0.18);
    }

    .home-hero-inner-alt .home-hero-status-dot {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 0 0 5px rgba(255, 77, 79, 0.18);
        flex: 0 0 10px;
    }

    .home-hero-inner-alt .home-hero-title .highlight {
        color: #56f6d9;
        text-shadow: 0 0 24px rgba(124, 230, 255, 0.18);
    }

    .home-hero-inner-alt .home-hero-subtitle {
        color: rgba(232, 247, 255, 0.84);
    }

    .home-hero-inner-alt .home-hero-subtitle strong {
        color: #56f6d9;
    }

    .home-hero-inner-alt .home-hero-metrics-item strong {
        color: #56f6d9;
    }

    .home-hero-inner-alt .home-hero-metrics-item span {
        color: rgba(232, 247, 255, 0.74);
    }

    .home-hero-inner-alt .home-hero-link.btn-primary {
        background: linear-gradient(135deg, #2dd4bf, #0f766e);
        color: #ffffff;
        box-shadow: 0 16px 34px rgba(15, 118, 110, 0.28);
    }

    .home-hero-inner-alt .home-hero-ctas-note {
        color: rgba(232, 247, 255, 0.7);
    }

    .home-hero-inner-epil .home-hero-title .highlight,
    .home-hero-inner-epil .home-hero-eyebrow,
    .home-hero-inner-epil .home-hero-subtitle strong,
    .home-hero-inner-epil .home-hero-metrics-item strong {
        color: #7cf3dc;
    }

    .home-hero-inner-epil .home-hero-title {
        max-width: 920px;
        font-size: clamp(34px, 3vw, 52px);
        line-height: 1.16;
        /* Let the heading fit the left grid column instead of being covered by the preview. */
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .home-hero-inner-epil .home-hero-main {
        min-width: 0;
    }

    .home-hero-inner-epil .home-hero-link.btn-primary {
        background: linear-gradient(135deg, #7cf3dc, #18b79f);
        color: #052f36;
        box-shadow: 0 16px 34px rgba(16, 185, 160, 0.28);
    }

    .home-hero-inner-epil {
        grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.85fr);
        gap: clamp(32px, 4vw, 64px);
    }

    @media (min-width: 769px) and (max-width: 900px) {
        .home-hero-inner-epil {
            grid-template-columns: 1fr;
            gap: 20px;
        }
    }

    .home-hero-epil-board {
        display: block;
        min-width: 0;
        text-align: center;
    }

    .home-epil-phone {
        position: relative;
        width: min(450px, 100%);
        margin: -50px auto 0;
        padding: 30px 11px 24px;
        overflow: hidden;
        border: 2px solid rgba(216, 248, 245, 0.72);
        border-radius: 40px;
        background: #102f38;
        box-shadow: 0 30px 70px rgba(0, 16, 24, 0.42);
    }

    .home-epil-phone-speaker {
        position: absolute;
        top: 13px;
        left: 50%;
        width: 68px;
        height: 5px;
        border-radius: 999px;
        background: rgba(218, 245, 243, 0.48);
        transform: translateX(-50%);
    }

    .home-epil-browser {
        overflow: hidden;
        border-radius: 27px;
        background: #fff;
    }

    .home-epil-browser-bar {
        display: grid;
        grid-template-columns: 18px minmax(0, 1fr) 32px;
        gap: 9px;
        align-items: center;
        min-height: 48px;
        padding: 8px 11px;
        border-bottom: 1px solid #dce5e7;
        color: #53676f;
        background: #f3f6f7;
        font-size: 13px;
    }

    .home-epil-browser-bar a {
        overflow: hidden;
        padding: 8px 12px;
        border: 1px solid #d8e2e4;
        border-radius: 18px;
        color: #53676f;
        background: #fff;
        text-align: left;
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .home-epil-browser-lock {
        position: relative;
        width: 11px;
        height: 10px;
        margin-left: 3px;
        border-radius: 2px;
        background: #6a7c83;
    }

    .home-epil-browser-lock::before {
        content: "";
        position: absolute;
        top: -6px;
        left: 2px;
        width: 7px;
        height: 7px;
        border: 2px solid #6a7c83;
        border-bottom: 0;
        border-radius: 7px 7px 0 0;
    }

    .home-epil-browser-menu {
        overflow: hidden;
        font-size: 17px;
        letter-spacing: 1px;
        white-space: nowrap;
    }

    .home-epil-browser iframe {
        display: block;
        width: 100%;
        height: clamp(430px, 49vh, 540px);
        border: 0;
        background: #fff;
    }

    @media (min-width: 769px) and (max-height: 820px) {
        .home-epil-phone {
            margin-top: -24px;
        }

        .home-epil-browser iframe {
            height: clamp(340px, 42vh, 430px);
        }

        .home-hero-inner-epil .home-hero-title {
            white-space: normal;
        }
    }

    .home-epil-phone-home {
        width: 112px;
        height: 4px;
        margin: 14px auto 0;
        border-radius: 999px;
        background: rgba(227, 250, 247, 0.68);
    }

    .home-hero-slider-controls {
        position: absolute;
        left: 50%;
        bottom: 5px;
        transform: translate(-50%, 60px);
        display: flex;
        align-items: center;
        gap: 14px;
        z-index: 3;
    }

    .home-hero-slider-arrow {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.16);
        background: rgba(9, 29, 48, 0.66);
        color: #ffffff;
        font-size: 28px;
        line-height: 1;
        cursor: pointer;
        transition: all 0.25s ease;
    }

    .home-hero-slider-arrow:hover {
        background: rgba(0, 255, 191, 0.18);
        border-color: rgba(0, 255, 191, 0.35);
    }

    .home-hero-slider-dots {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 0 6px;
    }

    .home-hero-slider-dot {
        --hero-progress-duration: 5500ms;
        position: relative;
        width: 36px;
        height: 12px;
        border-radius: 999px;
        border: none;
        padding: 0;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.18);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
        cursor: pointer;
        transition: all 0.25s ease;
    }

    .home-hero-slider-dot-fill {
        position: absolute;
        inset: 2px;
        border-radius: inherit;
        background: rgba(255, 255, 255, 0.92);
        transform: scaleX(0);
        transform-origin: left center;
    }

    .home-hero-slider-dot.is-active {
        width: 78px;
        background: rgba(255, 255, 255, 0.24);
        box-shadow:
            inset 0 0 0 1px rgba(255, 255, 255, 0.14),
            0 8px 24px rgba(0, 0, 0, 0.18);
    }

    .home-hero-slider-dot.is-progressing .home-hero-slider-dot-fill {
        animation: heroDotProgress var(--hero-progress-duration) linear forwards;
    }

    .home-hero-slider-shell.is-paused .home-hero-slider-dot.is-progressing .home-hero-slider-dot-fill {
        animation-play-state: paused;
    }

    @keyframes heroDotProgress {
        from {
            transform: scaleX(0);
        }

        to {
            transform: scaleX(1);
        }
    }

    /* 适用行业新样式 */
    .industry-card.featured {
        position: relative;
        border: 2px solid #1dd1a1;
        background: linear-gradient(135deg, #f0fffe, #e8fffe);
        box-shadow: 0 8px 25px rgba(29, 209, 161, 0.2);
    }

    .mandatory-badge {
        position: absolute;
        top: -10px;
        right: 15px;
        background: linear-gradient(135deg, #e74c3c, #c0392b);
        color: white;
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
        z-index: 10;
        box-shadow: 0 4px 8px rgba(231, 76, 60, 0.3);
    }

    .industry-card.featured h3 {
        color: #1dd1a1;
        font-weight: 700;
    }

    .industry-card.featured .industry-icon {
        background: linear-gradient(135deg, #1dd1a1, #17a085);
        color: white;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        margin-bottom: 15px;
    }

    /* GMPEBR 显性收益表格样式 */
    .pricing-table-section {
        background: #f8f9fa;
        border-radius: 12px;
    }

    /* 系统优势新样式 - 使用网站主色调 */
    .benefits-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
        gap: 30px;
        margin-bottom: 50px;
    }

    .benefit-card {
        background: white;
        border-radius: 16px;
        padding: 30px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease;
        border: 2px solid transparent;
    }

    .benefit-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
        border-color: #1dd1a1;
    }

    .benefit-header {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 20px;
        position: relative;
    }

    .benefit-icon {
        color: #1dd1a1;
        min-width: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .benefit-header h3 {
        font-size: 18px;
        font-weight: 600;
        color: #2c3e50;
        margin: 0;
        flex: 1;
    }

    .problem-tag {
        background: linear-gradient(135deg, #ff6b6b, #ee5a24);
        color: white;
        padding: 4px 12px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
        position: absolute;
        top: -10px;
        right: 0;
    }

    .benefit-content {
        text-align: center;
    }

    .problem-desc {
        background: #fff5f5;
        border-left: 4px solid #ff6b6b;
        padding: 15px;
        border-radius: 8px;
        margin-bottom: 15px;
    }

    .problem-desc p {
        margin: 0;
        color: #666;
        font-size: 14px;
        line-height: 1.5;
    }

    .solution-arrow {
        font-size: 24px;
        color: #1dd1a1;
        margin: 15px 0;
        font-weight: bold;
    }

    .solution-desc {
        background: linear-gradient(135deg, #f0fffe, #e8fffe);
        border-left: 4px solid #1dd1a1;
        padding: 20px;
        border-radius: 8px;
        text-align: left;
    }

    .solution-desc h4 {
        margin: 0 0 10px 0;
        color: #2c3e50;
        font-size: 16px;
        font-weight: 600;
        display: flex;
        align-items: center;
    }

    .solution-desc h4 svg {
        color: #1dd1a1;
        margin-right: 8px;
    }

    .solution-desc p {
        margin: 0;
        color: #555;
        font-size: 14px;
        line-height: 1.6;
    }

    .benefits-summary {
        margin-top: 50px;
        text-align: center;
    }

    .summary-card {
        background: linear-gradient(135deg, #1dd1a1 0%, #17a085 100%);
        color: white;
        padding: 40px;
        border-radius: 20px;
        box-shadow: 0 15px 35px rgba(29, 209, 161, 0.3);
    }

    .summary-card h3 {
        font-size: 28px;
        margin-bottom: 30px;
        font-weight: 700;
    }

    .value-metrics {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 30px;
        margin-bottom: 30px;
    }

    .metric-item {
        text-align: center;
    }

    .metric-item strong {
        display: block;
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 8px;
        color: #ffd700;
    }

    .metric-item span {
        font-size: 14px;
        opacity: 0.9;
    }

    .summary-text {
        font-size: 16px;
        line-height: 1.8;
        opacity: 0.95;
        max-width: 800px;
        margin: 0 auto;
    }

    /* 响应式设计 */
    @media (max-width: 768px) {
        .benefits-grid {
            grid-template-columns: 1fr;
            gap: 20px;
        }

        .benefit-card {
            padding: 20px;
        }

        .benefit-header h3 {
            font-size: 16px;
        }

        .benefit-icon {
            min-width: 40px;
        }

        .value-metrics {
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .metric-item strong {
            font-size: 28px;
        }

        .summary-card {
            padding: 30px 20px;
        }

        .summary-card h3 {
            font-size: 24px;
        }

        .summary-text {
            font-size: 14px;
        }
    }

    /* Tab 切换样式 */
    .pricing-tabs {
        margin-top: 30px;
    }

    .tab-nav {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
        border-bottom: 2px solid #e9ecef;
    }

    .tab-btn {
        background: none;
        border: none;
        padding: 15px 30px;
        font-size: 16px;
        font-weight: 600;
        color: #6c757d;
        cursor: pointer;
        border-bottom: 3px solid transparent;
        transition: all 0.3s ease;
        margin: 0 10px;
    }

    .tab-btn:hover {
        color: #667eea;
    }

    .tab-btn.active {
        color: #667eea;
        border-bottom-color: #667eea;
    }

    .tab-content {
        display: none;
    }

    .tab-content.active {
        display: block;
    }

    #pricing .pricing-content {
        display: block !important;
        width: 100%;
        margin-top: 0;
    }

    #pricing .pricing-grid {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        gap: 1.5rem;
        max-width: 1200px;
        margin: 0 auto;
    }

    #pricing .price-description {
        min-height: 92px;
    }

    #pricing .price-promo-line {
        display: inline-flex;
        align-items: baseline;
        justify-content: center;
        gap: 10px;
        color: red;
        white-space: nowrap;
    }

    #pricing .price-promo-line span {
        color: #6b7280;
        text-decoration: line-through;
    }

    #pricing .price-amount-with-promo {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px;
        line-height: 1.15;
    }

    #pricing .price-campaign-tag {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        min-height: 30px;
        padding: 6px 10px;
        border: 1px solid rgba(245, 158, 11, 0.42);
        border-radius: 8px;
        color: #92400e;
        background: #fff7ed;
        font-size: 12px;
        font-weight: 800;
        line-height: 1.25;
        cursor: pointer;
        white-space: normal;
        box-shadow: 0 8px 18px rgba(245, 158, 11, 0.16);
        transition: all 0.2s ease;
    }

    #pricing .price-campaign-tag:hover,
    #pricing .price-campaign-tag:focus-visible {
        color: #7c2d12;
        border-color: rgba(234, 88, 12, 0.55);
        background: #ffedd5;
        transform: translateY(-1px);
    }

    #pricing .price-campaign-tag:focus-visible {
        outline: 3px solid rgba(245, 158, 11, 0.24);
        outline-offset: 2px;
    }

    #pricing .price-campaign-tag::after {
        content: "查看";
        margin-left: 6px;
        color: #b45309;
        font-size: 11px;
        font-weight: 700;
    }

    .campaign-pay-steps {
        display: grid;
        gap: 10px;
        margin: 0;
        padding: 0;
        list-style: none;
        counter-reset: campaign-step;
    }

    .campaign-pay-steps li {
        position: relative;
        padding-left: 34px;
        color: #4b5563;
        font-size: 13px;
        line-height: 1.55;
        counter-increment: campaign-step;
    }

    .campaign-pay-steps li::before {
        content: counter(campaign-step);
        position: absolute;
        top: 2px;
        left: 0;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        color: #ffffff;
        background: #00b894;
        font-size: 12px;
        font-weight: 800;
        line-height: 22px;
        text-align: center;
    }

    .campaign-pay-steps strong,
    .campaign-pay-steps em,
    .campaign-pay-steps span {
        display: block;
    }

    .campaign-pay-steps strong {
        color: #111827;
        font-size: 14px;
    }

    #pricing .product-price-tabs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: min(100%, 980px);
        gap: 14px;
        margin: 0 auto 34px;
    }

    #pricing .product-price-tab {
        min-height: 60px;
        padding: 0 18px;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        color: #1f2937;
        background: #ffffff;
        font-size: 16px;
        font-weight: 800;
        cursor: pointer;
        box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
        transition: all 0.22s ease;
    }

    #pricing .product-price-tab:hover {
        color: #00b894;
        border-color: rgba(0, 184, 148, 0.38);
        transform: translateY(-2px);
    }

    #pricing .product-price-tab.active {
        color: #ffffff;
        border-color: #00b894;
        background: linear-gradient(135deg, #00b894, #00cec9);
        box-shadow: 0 14px 34px rgba(0, 184, 148, 0.22);
    }

    #pricing .product-price-panel {
        display: none !important;
        width: 100%;
    }

    #pricing .product-price-panel.active {
        display: block !important;
        width: 100%;
    }

    #pricing .product-price-note {
        margin: 28px 0 0;
        color: #6b7280;
        font-size: 14px;
        line-height: 1.7;
        text-align: center;
    }

    .pricing-table-title {
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        color: #2c3e50;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .pricing-table-wrapper {
        margin-bottom: 30px;
        background: white;
        border-radius: 8px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

    .pricing-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 12px;
    }

    .pricing-table thead {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
    }

    .pricing-table th {
        padding: 12px 10px;
        text-align: center;
        font-weight: 600;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }

    .pricing-table td {
        padding: 10px 8px;
        text-align: center;
        border: 1px solid #e9ecef;
        vertical-align: middle;
    }

    .pricing-table tbody tr:nth-child(even) {
        background-color: #f8f9fa;
    }

    .pricing-table tbody tr:hover {
        background-color: #e3f2fd;
        transition: background-color 0.3s ease;
    }

    .table-total {
        background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
        color: white;
        padding: 15px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
    }

    .pricing-final-total {
        margin-top: 40px;
        background: linear-gradient(135deg, #dc3545 0%, #fd7e14 100%);
        color: white;
        border-radius: 8px;
        padding: 30px;
        text-align: center;
    }

    .final-total-content h4 {
        font-size: 24px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .pricing-notes-section {
        margin: 30px 0;
        background: white;
        padding: 25px;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .pricing-notes-section h5 {
        font-size: 16px;
        margin-bottom: 15px;
        font-weight: bold;
        color: #2c3e50;
    }

    .pricing-notes-section ul {
        list-style: none;
        padding: 0;
    }

    .pricing-notes-section li {
        margin-bottom: 10px;
        padding-left: 20px;
        position: relative;
        line-height: 1.6;
        font-size: 13px;
    }

    .pricing-notes-section li:before {
        content: "●";
        position: absolute;
        left: 0;
        color: #667eea;
        font-weight: bold;
    }

    .pricing-notes {
        text-align: left;
        margin-top: 20px;
    }

    .pricing-notes h5 {
        font-size: 18px;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .pricing-notes ul {
        list-style: none;
        padding: 0;
    }

    .pricing-notes li {
        margin-bottom: 8px;
        padding-left: 20px;
        position: relative;
        line-height: 1.5;
    }

    .pricing-notes li:before {
        content: "★";
        position: absolute;
        left: 0;
        color: #ffd700;
        font-weight: bold;
    }

    /* 响应式设计 */
    @media (max-width: 768px) {
        .pricing-table {
            font-size: 10px;
        }

        .pricing-table th,
        .pricing-table td {
            padding: 6px 4px;
        }

        .pricing-table-title {
            font-size: 20px;
        }

        .final-total-content h4 {
            font-size: 18px;
        }

        .pricing-notes-section li {
            font-size: 12px;
        }

        .tab-nav {
            flex-direction: column;
            align-items: center;
        }

        .tab-btn {
            margin: 5px 0;
            padding: 12px 25px;
            font-size: 14px;
        }

        #pricing .pricing-grid {
            flex-wrap: wrap;
            justify-content: center;
        }

        #pricing .product-price-tabs {
            grid-template-columns: 1fr;
            gap: 10px;
        }

        #pricing .product-price-tab {
            min-height: 52px;
            font-size: 14px;
        }

        #pricing .price-amount-with-promo {
            flex-direction: column;
            gap: 8px;
        }

        #pricing .price-campaign-tag {
            width: min(100%, 220px);
        }

        .modal-campaign {
            padding: 24px 18px;
        }

        .campaign-modal-header h3 {
            font-size: 24px;
        }

        .campaign-offer-summary {
            grid-template-columns: 1fr;
            gap: 18px;
        }

        .campaign-offer-summary::before {
            top: calc(50% + 2px);
            width: 30px;
            height: 30px;
            font-size: 21px;
        }

        .campaign-offer-item {
            min-height: 0;
        }

        .campaign-offer-item strong {
            font-size: 26px;
        }

        .campaign-pay-steps-modal {
            grid-template-columns: 1fr;
        }
    }

    /* 响应式设计 - 政策弹窗 */
    @media (max-width: 768px) {
        .home-hero-inner-alt {
            padding: 28px 20px 74px;
            border-radius: 22px;
        }

        .home-hero-inner-epil {
            grid-template-columns: 1fr;
            gap: 14px;
            padding: 12px 20px 74px;
        }

        .home-hero-inner-epil .home-hero-title {
            font-size: clamp(28px, 8vw, 42px);
            margin-bottom: 14px;
            white-space: normal;
        }

        .home-hero-inner-epil .home-hero-subtitle,
        .home-hero-inner-epil .home-hero-ctas-note,
        .home-hero-inner-epil .home-hero-metrics {
            display: none;
        }

        .home-epil-phone {
            width: min(300px, 100%);
            padding: 26px 9px 20px;
            border-radius: 34px;
        }

        .home-epil-browser {
            border-radius: 22px;
        }

        .home-epil-browser-bar {
            min-height: 42px;
            padding: 6px 8px;
            font-size: 11px;
        }

        .home-epil-browser iframe {
            height: 240px;
        }

        .home-epil-phone-home {
            margin-top: 11px;
        }

        .home-hero-slider-controls {
            bottom: 8px;
            gap: 10px;
            transform: translateX(-50%);
        }

        .home-hero-slider-arrow {
            width: 36px;
            height: 36px;
            font-size: 22px;
        }

        .home-hero-slider-dot.is-active {
            width: 62px;
        }

        .special-price {
            font-size: 20px;
        }

        .btn-large {
            padding: 10px 18px;
            font-size: 13px;
        }

        .header-title-row h3 {
            font-size: 16px;
        }


    }
