/* 产品与价格页：在不破坏 index.css 的基础上补充样式 */

.pricing-wrap {
    background: #f7f8fa;
    padding-top: 0;
}

.pricing-hero {
    background: linear-gradient(90deg, #1b7c3a 0%, #2aa856 100%);
    /* 让绿色背景覆盖到页面最顶端（在透明导航栏下方可见） */
    margin-top: calc(var(--home-header-height, 68px) * -1);
    padding: calc(50px + var(--home-header-height, 68px)) 32px 0;
    min-height: 360px;
    position: relative;
    box-sizing: border-box;
}

.pricing-hero-inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 24px;
    align-items: end;
    max-width: 1400px;
    margin: 0 auto;
}

.pricing-hero-title {
    margin: 0 0 12px;
    font-size: clamp(34px, 3.2vw, 54px);
    font-weight: 800;
    color: #ffffff;
}

.pricing-hero-desc {
    margin: 0;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 16px;
    line-height: 1.8;
}

/* 让左侧标题块的垂直节奏更接近截图（更“居中靠上”，背景更紧凑） */
.pricing-hero-left {
    padding-bottom: 18px;
}

.pricing-hero-right {
    display: flex;
    justify-content: flex-end;
    align-self: end;
}

.pricing-hero-right img {
    width: min(430px, 100%);
    height: auto;
    object-fit: contain;
    display: block;
    margin-bottom: -8px; /* 让人物插画更贴近下方圆角长条卡片 */
}

.pricing-hero-features {
    max-width: 1180px;
    margin: 10px auto 0;
    background: #ffffff;
    border-radius: 999px;
    padding: 26px 34px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.18);
    transform: translateY(34px);
    position: relative;
    z-index: 3; /* 确保圆角长条卡片处于最上层 */
}

.pricing-feature {
    text-align: center;
}

.pricing-feature-icon {
    width: 30px;
    height: 30px;
    margin: 0 auto 8px;
    display: grid;
    place-items: center;
}

.pricing-feature-icon::after {
    content: none;
}

.pricing-feature-icon-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* 顶部 5 个卖点图标（尽量贴近截图的线性图标） */
.pricing-feature-icon-infty { --pricing-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7.5 8C5 8 3 10 3 12.5S5 17 7.5 17c1.6 0 2.8-.8 4.5-2.6 1.7 1.8 2.9 2.6 4.5 2.6 2.5 0 4.5-2 4.5-4.5S19 8 16.5 8c-1.6 0-2.8.8-4.5 2.6C10.3 8.8 9.1 8 7.5 8Zm0 2c1 0 1.9.5 3.4 2.1l.1.1-.1.1C9.4 15.5 8.5 16 7.5 16 6.1 16 5 14.9 5 13.5S6.1 10 7.5 10Zm9 0c1.4 0 2.5 1.1 2.5 2.5S17.9 16 16.5 16c-1 0-1.9-.5-3.4-2.1l-.1-.1.1-.1C14.6 10.5 15.5 10 16.5 10Z'/%3E%3C/svg%3E"); }
.pricing-feature-icon-ip { --pricing-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2C7.6 2 4 5.6 4 10c0 5.5 8 12 8 12s8-6.5 8-12c0-4.4-3.6-8-8-8Zm0 10.5A2.5 2.5 0 1 1 12 7.5a2.5 2.5 0 0 1 0 5Z'/%3E%3C/svg%3E"); }
.pricing-feature-icon-globe { --pricing-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2Zm6.9 9h-3a15.8 15.8 0 0 0-1.2-5 8.1 8.1 0 0 1 4.2 5Zm-5 0H10.1a13.7 13.7 0 0 1 1.9-7.3A13.7 13.7 0 0 1 13.9 11Zm-3.8 2h3.8a13.7 13.7 0 0 1-1.9 7.3A13.7 13.7 0 0 1 10.1 13Zm0-2H5.1a8.1 8.1 0 0 1 4.2-5 15.8 15.8 0 0 0-1.2 5Zm0 2a15.8 15.8 0 0 0 1.2 5 8.1 8.1 0 0 1-4.2-5Zm5.8 0h3a8.1 8.1 0 0 1-4.2 5 15.8 15.8 0 0 0 1.2-5Z'/%3E%3C/svg%3E"); }
.pricing-feature-icon-rotate { --pricing-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 6V3L8 7l4 4V8c2.8 0 5 2.2 5 5a5 5 0 0 1-9.3 2.5H5.4A7 7 0 0 0 19 13c0-3.9-3.1-7-7-7Zm-5 5a5 5 0 0 1 9.3-2.5h2.3A7 7 0 0 0 5 11c0 3.9 3.1 7 7 7v3l4-4-4-4v3c-2.8 0-5-2.2-5-5Z'/%3E%3C/svg%3E"); }
.pricing-feature-icon-pin { --pricing-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7c0 5.2 7 13 7 13s7-7.8 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6.5a2.5 2.5 0 0 1 0 5Z'/%3E%3C/svg%3E"); }
.pricing-feature-icon-nocap { --pricing-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 10 10h-2a8 8 0 1 1-8-8V2Zm1 5h-2v6h6v-2h-4V7Z'/%3E%3C/svg%3E"); }
.pricing-feature-icon-isp { --pricing-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 3 1 9l11 6 9-4.9V17h2V9L12 3Zm0 9L5.1 9 12 5.2 18.9 9 12 12Zm-7 5v-2l7 3.8 7-3.8v2l-7 3.8-7-3.8Z'/%3E%3C/svg%3E"); }
.pricing-feature-icon-protocol { --pricing-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M17 7a4 4 0 0 0-4-4H8a4 4 0 0 0 0 8h5V9H8a2 2 0 0 1 0-4h5a2 2 0 0 1 2 2v1h2V7Zm-1 4H11v2h5a2 2 0 0 1 0 4h-5a2 2 0 0 1-2-2v-1H7v1a4 4 0 0 0 4 4h5a4 4 0 0 0 0-8Z'/%3E%3C/svg%3E"); }
.pricing-feature-icon-api { --pricing-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 4h16v4H4V4Zm0 6h16v10H4V10Zm4 3v4h2v-4H8Zm6 0v4h2v-4h-2Z'/%3E%3C/svg%3E"); }
.pricing-feature-icon-support { --pricing-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a8 8 0 0 0-8 8v3a3 3 0 0 0 3 3h1v-6H7v6a5 5 0 0 0 5 5h4v-2h-4a3 3 0 0 1-3-3h7a3 3 0 0 0 3-3v-3a8 8 0 0 0-8-8Zm6 11a1 1 0 0 1-1 1h-1v-4h2v3ZM6 10h2v4H7a1 1 0 0 1-1-1v-3Z'/%3E%3C/svg%3E"); }
.pricing-feature-icon-flag { --pricing-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6 2h2v2h10l-2 4 2 4H8v10H6V2Z'/%3E%3C/svg%3E"); }
.pricing-feature-icon-check { --pricing-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2 4.8 12 3.4 13.4 9 19 21 7 19.6 5.6 9 16.2Z'/%3E%3C/svg%3E"); }
.pricing-feature-icon-free { --pricing-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2a7 7 0 0 0-7 7h2a5 5 0 0 1 10 0c0 2.8-2.2 5-5 5H9v2h3a7 7 0 0 0 0-14ZM8 20h8v2H8v-2Z'/%3E%3C/svg%3E"); }
.pricing-feature-icon-multi { --pricing-icon-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 6h16v4H4V6Zm0 6h10v6H4v-6Zm12 0h4v6h-4v-6Z'/%3E%3C/svg%3E"); }

.pricing-feature-title {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
}

.pricing-feature-desc {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
}

.pricing-tabs-section {
    padding-top: 68px;
}

.pricing-product-tabs {
    margin: 0 auto 28px;
}

/* Tab 容器更接近截图：更高、更圆、更浅灰底 */
.pricing-product-tabs.home-product-tabs {
    background: #eeeeee;
    padding: 10px;
    max-width: 1180px;
}

.pricing-product-tabs .home-product-tab {
    height: 54px;
    font-size: 18px;
    font-weight: 800;
    color: rgba(17, 24, 39, 0.86);
}

.pricing-product-tabs .home-product-tab.is-active {
    background: #2aa846;
    box-shadow: 0 10px 22px rgba(42, 168, 70, 0.28);
}

.pricing-product-tabs .home-product-tab.is-active:hover {
    background: #1f8f3a;
}

.pricing-plan-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 26px;
}

.pricing-plan-card {
    background: #ffffff;
    border-radius: 36px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    padding: 34px 34px 28px;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 560px;
}

.pricing-plan-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.16);
}

.pricing-plan-head {
    position: relative;
    padding-bottom: 14px;
    border-bottom: none;
    margin-bottom: 14px;
}

.pricing-plan-name {
    font-size: 18px;
    font-weight: 800;
    color: #111827;
}

.pricing-plan-size {
    color: #16a34a;
    font-weight: 800;
    margin-left: 6px;
}

.pricing-plan-price {
    margin-top: 10px;
    font-size: 34px;
    font-weight: 900;
    color: #16a34a;
}

.pricing-plan-price .unit {
    font-size: 18px;
    font-weight: 800;
    color: #16a34a;
    margin-left: 4px;
}

.pricing-plan-pill {
    position: absolute;
    right: 0;
    top: 56px;
    padding: 3px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
}

.pricing-plan-pill-red { background: #ef4444; }
.pricing-plan-pill-orange { background: #f97316; }

.pricing-plan-amount {
    margin-top: 8px;
    font-size: 18px;
    color: #f97316;
    font-weight: 900;
}

.pricing-plan-list {
    margin: 8px 0 22px;
    padding: 0;
    list-style: none;
    font-size: 15px;
    color: #374151;
    line-height: 1.8;
}

.pricing-plan-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 6px 0;
}

.pricing-plan-list li::before {
    content: "";
    width: 16px;
    height: 16px;
    margin-top: 3px;
    border-radius: 999px;
    background: rgba(42, 168, 70, 0.14);
    border: 1px solid rgba(42, 168, 70, 0.30);
    box-sizing: border-box;
    position: relative;
    flex: 0 0 auto;
    mask: none;
}

.pricing-plan-list li::after {
    content: "";
    position: absolute;
}

.pricing-plan-list li::before {
    background-image: none;
}

.pricing-plan-list li {
    position: relative;
    padding-left: 0;
}

.pricing-plan-list li::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 12px;
    width: 7px;
    height: 3px;
    border-left: 2px solid #2aa846;
    border-bottom: 2px solid #2aa846;
    transform: rotate(-45deg);
}

.pricing-plan-btn {
    margin-top: auto;
    height: 56px;
    width: 100%;
    border-radius: 999px;
    border: none;
    background: #e5e7eb;
    color: #9ca3af;
    font-weight: 800;
    cursor: not-allowed;
    font-size: 16px;
}

.pricing-plan-btn-primary {
    background: #2aa846;
    color: #ffffff;
    cursor: pointer;
}

.pricing-plan-btn-primary:hover {
    background: #1f8f3a;
}

.pricing-placeholder {
    padding: 30px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px dashed #d1d5db;
    color: #6b7280;
}

/* 静态住宅 / 静态机房：双栏卡片布局（严格贴近截图） */
.pricing-proxy-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    max-width: 1180px;
    margin: 0 auto;
}

.pricing-proxy-card {
    background: #ffffff;
    border-radius: 34px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
    padding: 22px 22px 18px;
    box-sizing: border-box;
}

.pricing-proxy-head {
    font-size: 18px;
    font-weight: 900;
    color: #111827;
    margin: 6px 6px 16px;
}

.proxy-filter-row {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 10px;
    align-items: center;
    padding: 6px 6px;
}

.proxy-filter-label {
    color: rgba(17, 24, 39, 0.72);
    font-weight: 800;
    font-size: 13px;
}

.proxy-filter-options {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.proxy-chip {
    appearance: none;
    border: none;
    height: 32px;
    padding: 0 14px;
    border-radius: 999px;
    background: #f3f4f6;
    color: rgba(17, 24, 39, 0.72);
    font-size: 13px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    user-select: none;
    cursor: pointer;
}

.proxy-chip.is-ghost {
    background: #f3f4f6;
    color: rgba(17, 24, 39, 0.62);
    font-weight: 800;
}

.proxy-chip.is-active {
    background: #2aa846;
    color: #ffffff;
}

.proxy-chip.is-active.is-ghost {
    background: #eef9f2;
    color: #2aa846;
    border: 1px solid rgba(42, 168, 70, 0.22);
}

.proxy-discount {
    position: absolute;
    top: -10px;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    color: #ffffff;
    background: #f97316;
    transform: translateX(-10px);
    pointer-events: none;
}

.pricing-proxy-list {
    margin-top: 10px;
    padding: 8px 6px 0;
}

.proxy-list-label {
    font-size: 13px;
    font-weight: 900;
    color: rgba(17, 24, 39, 0.72);
    margin-bottom: 10px;
}

.proxy-item-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.proxy-item-grid .proxy-selected-empty {
    grid-column: 1 / -1;
}

.proxy-item-card {
    background: #f7f7f7;
    border-radius: 18px;
    padding: 18px 18px 72px;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 12px;
    align-items: start;
    box-sizing: border-box;
    position: relative;
    min-height: 118px;
}

.proxy-item-main {
    min-width: 0;
}

.proxy-item-top {
    align-items: flex-start;
}

.proxy-stepper {
    position: absolute;
    left: 68px;
    bottom: 18px;
    height: 44px;
    border-radius: 999px;
    background: #f3f4f6;
    border: 1px solid rgba(15, 23, 42, 0.10);
    display: grid;
    grid-template-columns: 44px 64px 44px;
    align-items: center;
    justify-items: center;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.16s ease, transform 0.16s ease;
}

.proxy-item-card:hover .proxy-stepper {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-1px);
}

.proxy-stepper-solid {
    position: static;
    transform: none;
    opacity: 1;
    pointer-events: auto;
}

.proxy-stepper-btn {
    width: 100%;
    height: 44px;
    border: none;
    background: transparent;
    font-size: 20px;
    font-weight: 900;
    color: rgba(17, 24, 39, 0.78);
    cursor: pointer;
}

.proxy-stepper-btn:hover {
    background: rgba(17, 24, 39, 0.06);
}

.proxy-stepper-qty {
    width: 100%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-left: 1px solid rgba(15, 23, 42, 0.08);
    border-right: 1px solid rgba(15, 23, 42, 0.08);
    font-weight: 900;
    color: rgba(17, 24, 39, 0.78);
}

.proxy-flag {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background: #ffffff;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.proxy-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.proxy-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.proxy-item-city {
    font-size: 15px;
    font-weight: 900;
    color: #111827;
    white-space: nowrap;
}

.proxy-item-tags {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    flex-shrink: 0;
}

.proxy-tag {
    height: 22px;
    padding: 0 10px;
    border-radius: 999px;
    background: #2aa846;
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.proxy-tag-outline {
    background: #ffffff;
    color: #2aa846;
    border: 1px solid rgba(42, 168, 70, 0.22);
}

.proxy-item-price {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 900;
    color: #2aa846;
    transition: opacity 0.16s ease, transform 0.16s ease;
}

.proxy-item-card:hover .proxy-item-price {
    opacity: 0;
    transform: translateY(6px);
}

.proxy-selected {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.proxy-selected-list {
    flex: 1;
    min-height: 360px;
    border-radius: 26px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    padding: 16px 16px;
    box-sizing: border-box;
}

.proxy-selected-empty {
    color: rgba(17, 24, 39, 0.45);
    font-weight: 800;
    text-align: center;
    padding: 40px 10px;
}

.proxy-selected-item {
    display: grid;
    grid-template-columns: 46px 1fr auto;
    gap: 10px;
    align-items: center;
    padding: 8px 8px;
    border-radius: 12px;
    background: #f7f7f7;
    margin-bottom: 10px;
}

.proxy-selected-item:last-child {
    margin-bottom: 0;
}

.proxy-selected-flag {
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: #ffffff;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.10);
    overflow: hidden;
}

.proxy-selected-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.proxy-selected-city {
    font-size: 16px;
    font-weight: 1000;
    color: rgba(17, 24, 39, 0.90);
    line-height: 1.1;
}

.proxy-selected-price {
    margin-top: 2px;
    font-size: 14px;
    font-weight: 1000;
    color: #2aa846;
    line-height: 1.1;
}

.proxy-selected-item .proxy-stepper {
    height: 34px;
    grid-template-columns: 34px 44px 34px;
    border-radius: 18px;
    border-color: rgba(15, 23, 42, 0.10);
}

.proxy-selected-item .proxy-stepper-btn,
.proxy-selected-item .proxy-stepper-qty {
    height: 34px;
}

.proxy-selected-item .proxy-stepper-btn {
    font-size: 20px;
    line-height: 1;
}

.proxy-selected-item .proxy-stepper-qty {
    font-size: 15px;
}

.proxy-selected-summary {
    border-radius: 34px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.06);
    padding: 18px 18px 18px;
}

.proxy-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 2px;
    color: rgba(17, 24, 39, 0.62);
    font-weight: 800;
    font-size: 14px;
}

.proxy-summary-row-total {
    border-top: 1px solid rgba(229, 231, 235, 0.9);
    margin-top: 10px;
    padding-top: 14px;
}

.proxy-summary-amount {
    font-size: 28px;
    font-weight: 1000;
    color: #2aa846;
    letter-spacing: -0.01em;
}

.proxy-pay-btn {
    margin-top: 14px;
    width: 100%;
    height: 56px;
    border-radius: 999px;
    border: none;
    background: #2aa846;
    color: #ffffff;
    font-weight: 1000;
    font-size: 18px;
    cursor: pointer;
}

.proxy-pay-btn:hover {
    background: #1f8f3a;
}

/* 免费代理：三张卡片 */
.pricing-free-grid {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.pricing-free-card {
    background: #ffffff;
    border-radius: 36px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    padding: 28px 28px 26px;
    display: flex;
    flex-direction: column;
    min-height: 520px;
}

.free-card-kicker {
    font-size: 16px;
    font-weight: 900;
    color: rgba(17, 24, 39, 0.86);
}

.free-card-kicker-strong {
    color: rgba(17, 24, 39, 0.86);
}

.free-card-kicker-green {
    color: #2aa846;
    margin-left: 8px;
}

.free-card-title {
    margin-top: 18px;
    font-size: 44px;
    font-weight: 1000;
    color: #2aa846;
    letter-spacing: 0.02em;
}

.free-card-title-pay {
    color: rgba(17, 24, 39, 0.86);
}

.free-card-sub {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 900;
}

.free-card-sub-label {
    color: #f97316;
}

.free-card-sub-strong {
    color: rgba(17, 24, 39, 0.86);
}

.free-card-sub-warn {
    color: #f97316;
}

.free-card-list {
    margin: 18px 0 22px;
    padding: 0;
    list-style: none;
    color: rgba(17, 24, 39, 0.70);
    font-size: 13px;
    line-height: 1.9;
}

.free-card-list li {
    position: relative;
    padding-left: 22px;
    margin: 10px 0;
}

.free-card-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    height: 14px;
    border-radius: 999px;
    background: rgba(42, 168, 70, 0.14);
    border: 1px solid rgba(42, 168, 70, 0.30);
}

.free-card-list li::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 12px;
    width: 6px;
    height: 3px;
    border-left: 2px solid #2aa846;
    border-bottom: 2px solid #2aa846;
    transform: rotate(-45deg);
}

.free-card-btn {
    margin-top: auto;
    height: 56px;
    width: 100%;
    border-radius: 999px;
    border: none;
    background: #2aa846;
    color: #ffffff;
    font-weight: 1000;
    font-size: 16px;
    cursor: pointer;
}

.free-card-btn:hover {
    background: #1f8f3a;
}

.free-card-types {
    margin-top: auto;
    display: flex;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 14px;
    justify-content: flex-start;
}

.free-type-pill {
    appearance: none;
    border: none;
    height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: #eef9f2;
    color: #2aa846;
    font-weight: 900;
    font-size: 13px;
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.free-type-pill:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(42, 168, 70, 0.16);
}

@media (max-width: 1024px) {
    .pricing-proxy-layout {
        grid-template-columns: 1fr;
    }

    .pricing-free-grid {
        grid-template-columns: 1fr;
    }

    .proxy-item-grid {
        grid-template-columns: 1fr;
    }

    .proxy-stepper {
        left: 62px;
        grid-template-columns: 40px 54px 40px;
        height: 40px;
    }
    .proxy-stepper-btn,
    .proxy-stepper-qty {
        height: 40px;
    }
    .proxy-selected-list {
        min-height: 260px;
    }
}

/* 套餐下方：国家/地区 IP 展示（按截图） */
.pricing-map-section {
    min-height: auto;
    padding: 32px 0 44px;
    background: #f7f8fa;
}

.pricing-map-wrap {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    background: #eaf6ef;
    border-radius: 44px;
    padding: 44px 48px 46px;
    overflow: hidden;
    box-shadow: 0 18px 60px rgba(15, 23, 42, 0.06);
}

.pricing-map-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
            radial-gradient(rgba(42, 168, 70, 0.18) 1px, transparent 1px);
    background-size: 14px 14px;
    opacity: 0.55;
    pointer-events: none;
}

.pricing-map-wrap::after {
    content: "";
    position: absolute;
    inset: -40px -60px;
    background:
            radial-gradient(circle at 25% 25%, rgba(42, 168, 70, 0.18), transparent 55%),
            radial-gradient(circle at 80% 35%, rgba(42, 168, 70, 0.14), transparent 55%);
    pointer-events: none;
    opacity: 0.85;
}

.pricing-map-title,
.pricing-map-metrics,
.pricing-map-subtitle,
.pricing-map-grid {
    position: relative;
    z-index: 1;
}

.pricing-map-title {
    margin: 0;
    text-align: center;
    font-size: 28px;
    font-weight: 1000;
    color: rgba(17, 24, 39, 0.90);
    letter-spacing: 0.01em;
}

.pricing-map-metrics {
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    color: rgba(17, 24, 39, 0.58);
}

.pricing-map-metrics .dot {
    display: inline-block;
    margin: 0 10px;
    opacity: 0.6;
}

.pricing-map-subtitle {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 1000;
    color: rgba(17, 24, 39, 0.86);
}

.pricing-map-grid {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px 18px;
    justify-items: center;
}

.pricing-map-card {
    width: 100%;
    max-width: 210px;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 22px;
    padding: 18px 18px 16px;
    text-align: center;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(15, 23, 42, 0.05);
    backdrop-filter: blur(4px);
}

.pricing-map-card img {
    width: 48px;
    height: 32px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 10px 18px rgba(15, 23, 42, 0.10);
    margin-bottom: 8px;
}

.pricing-map-country {
    font-size: 13px;
    font-weight: 900;
    color: rgba(17, 24, 39, 0.78);
}

.pricing-map-count {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 1000;
    color: rgba(17, 24, 39, 0.86);
}

@media (max-width: 1024px) {
    .pricing-map-wrap {
        padding: 32px 18px 32px;
        border-radius: 30px;
    }

    .pricing-map-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pricing-map-card {
        max-width: none;
    }
}

.pricing-why {
    display: grid;
    grid-template-columns: 1.1fr 2fr;
    gap: 26px;
    align-items: center;
}

.pricing-why-right {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.pricing-why-card {
    background: #f3f4f6;
    border-radius: 22px;
    padding: 22px;
}

.pricing-why-title {
    font-weight: 800;
    color: #111827;
    margin-bottom: 6px;
}

.pricing-why-desc {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.7;
}

/* 为什么选择动态代理（按截图 v2） */
.pricing-why-section {
    min-height: auto;
    padding: 64px 0 64px;
    background: #ffffff;
}

.pricing-why-v2 {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.25fr);
    gap: 56px;
    align-items: center;
}

.pricing-why-hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pricing-why-illu {
    width: 100%;
    max-width: 520px;
    height: 220px;
    margin: 0 0 18px;
    object-fit: contain;
    object-position: left center;
    display: block;
}

.pricing-why-title-big {
    margin: 0;
    font-size: 52px;
    line-height: 1.05;
    font-weight: 1000;
    color: rgba(17, 24, 39, 0.92);
    letter-spacing: -0.01em;
}

.pricing-why-tiles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.pricing-why-tile {
    background: #efefef;
    border-radius: 34px;
    padding: 26px 26px 22px;
    min-height: 220px;
    text-align: center;
    box-sizing: border-box;
}

.pricing-why-icon {
    width: 34px;
    height: 34px;
    margin: 0 auto 10px;
    display: grid;
    place-items: center;
}

.pricing-why-icon-img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: block;
}

.pricing-why-tile-title {
    margin-top: 6px;
    font-size: 18px;
    font-weight: 1000;
    color: rgba(17, 24, 39, 0.90);
}

.pricing-why-tile-desc {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.85;
    color: rgba(17, 24, 39, 0.55);
}

@media (max-width: 1024px) {
    .pricing-why-v2 {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .pricing-why-title-big {
        font-size: 42px;
    }

    .pricing-why-tiles {
        gap: 16px;
    }
}

/* 优化应用场景（为什么选择… 下方） */
.pricing-solution-section {
    min-height: auto;
    padding: 64px 0 72px;
    background: #ffffff;
}

.pricing-solution-head {
    max-width: 1180px;
    margin: 0 auto 30px;
    text-align: center;
}

.pricing-solution-photo {
    width: 170px;
    height: 120px;
    object-fit: contain;
    display: block;
    margin: 0 auto 10px;
}

.pricing-solution-title {
    margin: 0;
    font-size: 38px;
    font-weight: 1000;
    color: rgba(17, 24, 39, 0.92);
}

.pricing-solution-subtitle {
    margin: 10px 0 0;
    font-size: 14px;
    font-weight: 700;
    color: rgba(17, 24, 39, 0.55);
}

.pricing-solution-list {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 46px;
}

.pricing-solution-item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 56px;
    align-items: center;
}

.pricing-solution-item.is-reverse {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
}

.pricing-solution-text {
    padding-left: 2px;
}


/* 改为使用 icon_solution_n.png（n=1..4） */
.pricing-solution-icon-img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
    margin-bottom: 14px;
}

.pricing-solution-item-title {
    margin: 0;
    font-size: 30px;
    font-weight: 1000;
    color: rgba(17, 24, 39, 0.92);
}

.pricing-solution-item-desc {
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 1.9;
    color: rgba(17, 24, 39, 0.56);
    max-width: 520px;
}

.pricing-solution-illu {
    background: #f0f0f0;
    border-radius: 40px;
    box-sizing: border-box;
}

.pricing-solution-illu-inner {
    background: #ffffff;
    border-radius: 28px;
    padding: 18px 18px;
    box-sizing: border-box;
}

.pricing-solution-illu-inner img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    display: block;
}

@media (max-width: 1024px) {
    .pricing-solution-item,
    .pricing-solution-item.is-reverse {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .pricing-solution-illu img {
        height: 200px;
    }
}

.pricing-cta {
    background: #111827;
    border-radius: 24px;
    padding: 22px 24px;
    color: #f9fafb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.pricing-cta-title {
    font-weight: 900;
    font-size: 18px;
}

.pricing-cta-desc {
    color: rgba(229, 231, 235, 0.85);
    font-size: 13px;
    margin-top: 4px;
}

.pricing-cta-btn {
    height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #16a34a;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.pricing-cta-btn:hover {
    background: #15803d;
}

/* 支付系统 / 立即获取（按截图） */
.pricing-payment-section {
    min-height: auto;
    padding-top: 44px;
    padding-bottom: 56px;
    background: #ffffff;
}

.pricing-payment-section .home-section-title {
    text-align: center;
    font-weight: 1000;
    font-size: clamp(40px, 3.2vw, 56px);
}

.pricing-payment-section .home-section-subtitle {
    text-align: center;
    font-size: 14px;
    color: rgba(17, 24, 39, 0.55);
    margin-bottom: 26px;
}

.pricing-payment-section .home-payment-badge {
    background: #0b0b0b; /* 截图黑色圆 */
}

.pricing-compare-section {
    min-height: auto;
    padding: 74px 0 60px;
    background: #ffffff;
}

.pricing-compare-head {
    text-align: center;
    max-width: 1180px;
    margin: 0 auto 28px;
}

.pricing-compare-title {
    margin: 0;
    font-size: 40px;
    font-weight: 1000;
    color: rgba(17, 24, 39, 0.92);
}

.pricing-compare-subtitle {
    margin: 12px 0 0;
    font-size: 14px;
    color: rgba(17, 24, 39, 0.55);
    font-weight: 700;
}

.pricing-compare-grid {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
}

.pricing-compare-card {
    border-radius: 36px;
    overflow: hidden;
    background: #f1f1f1;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.pricing-compare-card-side {
    background: #eeeeee;
    opacity: 0.95;
    filter: saturate(0.9);
}

.pricing-compare-card-top {
    height: 86px;
    background: rgba(255, 255, 255, 0.55);
}

.pricing-compare-card-top-blur {
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(10px);
}

.pricing-compare-card-main {
    background: #2aa846;
    box-shadow: 0 22px 60px rgba(42, 168, 70, 0.22);
    transform: translateY(-10px);
}

.pricing-compare-brand {
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 34px;
    font-weight: 1000;
    letter-spacing: -0.02em;
    font-style: italic;
}

.pricing-compare-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-compare-list li {
    position: relative;
    padding: 18px 22px 18px 54px;
    font-size: 16px;
    font-weight: 900;
    color: rgba(17, 24, 39, 0.72);
    border-top: 1px solid rgba(17, 24, 39, 0.06);
}

.pricing-compare-card-main .pricing-compare-list li {
    color: rgba(255, 255, 255, 0.94);
    border-top-color: rgba(255, 255, 255, 0.14);
}

/* 左侧图标：圆形背景 + SVG 勾选/叉号 */
.pricing-compare-list li::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    border-radius: 999px;
    background: #2aa846;
    border: 1px solid rgba(42, 168, 70, 0.5);
}

.pricing-compare-card-main .pricing-compare-list li::before {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.35);
}

/* 勾选图标：使用 SVG path 绘制（侧边卡片：绿底白勾） */
.pricing-compare-list li.is-ok::after {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='m9 16.2-3.5-3.5a.984.984 0 0 0-1.4 0c-.39.39-.39 1.01 0 1.4l4.19 4.19c.39.39 1.02.39 1.41 0L20.3 7.7c.39-.39.39-1.01 0-1.4a.984.984 0 0 0-1.4 0z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pricing-compare-card-main .pricing-compare-list li.is-ok::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='m9 16.2-3.5-3.5a.984.984 0 0 0-1.4 0c-.39.39-.39 1.01 0 1.4l4.19 4.19c.39.39 1.02.39 1.41 0L20.3 7.7c.39-.39.39-1.01 0-1.4a.984.984 0 0 0-1.4 0z'/%3E%3C/svg%3E");
}

/* 叉号：红色圆形背景 */
.pricing-compare-list li.is-no::before {
    background: #ef4444;
    border-color: rgba(239, 68, 68, 0.5);
}

.pricing-compare-card-main .pricing-compare-list li.is-no::before {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.35);
}

/* 叉号图标：侧边卡片为红底白叉 */
.pricing-compare-list li.is-no::after {
    content: "";
    position: absolute;
    left: 24px;
    top: 50%;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M18.3 5.71a.996.996 0 0 0-1.41 0L12 10.59 7.11 5.7a.996.996 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41s1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.pricing-compare-card-main .pricing-compare-list li.is-no::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M18.3 5.71a.996.996 0 0 0-1.41 0L12 10.59 7.11 5.7a.996.996 0 0 0-1.41 0c-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41s1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0s.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4'/%3E%3C/svg%3E");
}

@media (max-width: 1024px) {
    .pricing-compare-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .pricing-compare-card-main {
        transform: none;
    }
}

.pricing-cta-section {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 64px;
    background: #ffffff;
}

.pricing-cta-v2 {
    max-width: 1180px;
    margin: 0 auto;
    background: linear-gradient(90deg, #2aa846 0%, #1f8f3a 100%);
    border-radius: 46px;
    padding: 46px 56px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    align-items: end;
    overflow: hidden;
}

.pricing-cta-v2-title {
    font-size: 38px;
    font-weight: 1000;
    color: #ffffff;
    margin-bottom: 18px;
}

.pricing-cta-v2-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    padding: 0 46px;
    border-radius: 999px;
    background: #ffffff;
    color: #2aa846;
    font-weight: 1000;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
}

.pricing-cta-v2-btn:hover {
    background: #f3f4f6;
    color: #1f8f3a;
}

.pricing-cta-v2-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.pricing-cta-v2-right img {
    width: min(420px, 100%);
    height: 240px;
    object-fit: contain;
    object-position: right bottom;
    display: block;
    margin-bottom: -64px; /* 让人物更贴底露出部分 */
    opacity: 0.98;
}

@media (max-width: 1024px) {
    .pricing-cta-v2 {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 28px 22px;
        border-radius: 32px;
    }

    .pricing-cta-v2-right img {
        margin-bottom: -40px;
        height: 200px;
    }
}

@media (max-width: 1024px) {
    .pricing-hero {
        padding-top: calc(42px + var(--home-header-height, 68px));
        min-height: 320px;
    }

    .pricing-hero-inner {
        grid-template-columns: 1fr;
    }

    .pricing-hero-right {
        justify-content: center;
    }

    .pricing-hero-right img {
        width: min(340px, 100%);
        margin-bottom: -4px;
    }

    .pricing-hero-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 26px;
        padding: 18px 18px;
        transform: translateY(24px);
    }

    .pricing-why {
        grid-template-columns: 1fr;
    }
}

