/* dynamic_residential_ip_proxy.php — 按 Figma 设计稿实现 */

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    margin: 0;
    font-family: 'HONORSans-Regular', 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    background: #fff;
}

img {
    display: inline-block;
    vertical-align: middle;
}

.common-width {
    width: 1200px;
    margin: 0 auto;
}

[v-cloak] {
    display: none;
}

/* ==================== banner ==================== */
.banner-container {
    height: 636px;
    background: #445fea url("../../assets/images/dynamic_residential_ip_proxy/banner-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-top: 55px;
    text-align: center;
}

.banner-content .banner-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 40px;
    padding: 0 24px;
    border-radius: 54px;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
}

.banner-content .banner-tag:hover {
    background: rgba(255, 255, 255, 0.3);
}

.banner-content .banner-tag img {
    width: 24px;
    height: 24px;
}

.banner-content h1 {
    margin: 17px 0 0;
    font-family: 'HONORSans-Medium', 'Helvetica Neue', Arial, sans-serif;
    font-size: 64px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
}

.banner-content .pro-subtitle {
    display: block;
    max-width: 941px;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.85);
}

.banner-content .pro-subtitle .accent {
    font-weight: 600;
}

.banner-content .banner-buy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 48px;
    margin-top: 35px;
    border-radius: 4px;
    background: linear-gradient(90deg, #ff9932, #ff6600);
    box-shadow: 0 2px 8px rgba(48, 186, 255, 0.12);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
}

.banner-content .banner-buy-btn:hover {
    filter: brightness(1.05);
}

/* ==================== 免费领取 2G 试用 ==================== */
.free-trial-section {
    padding: 44px 0 0;
    background: #fff;
}

.free-trial-card {
    position: relative;
    width: 1198px;
    height: 168px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    background: linear-gradient(90deg, #ffffff 55%, #e5eeff 100%);
    box-shadow: 0 2px 12px rgba(40, 91, 188, 0.12);
    overflow: hidden;
}

.free-trial-card .card-watermark {
    position: absolute;
    left: 444px;
    top: 18px;
    width: 310px;
    height: 150px;
    pointer-events: none;
}

.free-trial-card .left-content .title {
    font-family: 'HONORSans-Medium', 'Helvetica Neue', Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #333;
}

.free-trial-card .left-content .title .accent {
    color: #ff6600;
}

.free-trial-card .left-content .desc {
    margin-top: 12px;
    font-size: 14px;
    color: #666;
}

.free-trial-card .feature-list {
    display: flex;
    gap: 36px;
    margin-top: 15px;
}

.free-trial-card .feature-item {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #666;
}

.free-trial-card .feature-item img {
    width: 16px;
    height: 16px;
}

.free-trial-card .right-panel {
    position: relative;
    width: 366px;
    height: 145px;
    padding: 22px 21px 0;
    border-radius: 4px;
    background: #498bf9 url("../../assets/images/dynamic_residential_ip_proxy/panel-bg.png") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    flex-shrink: 0;
}

.free-trial-card .right-panel .tag-list {
    position: relative;
    display: flex;
    gap: 6px;
}

.free-trial-card .right-panel .tag {
    display: inline-flex;
    align-items: center;
    height: 16px;
    padding: 0 8px;
    border-radius: 2px;
    font-size: 11px;
}

.free-trial-card .right-panel .tag-solid {
    background: #fff;
    color: #4586f9;
}

.free-trial-card .right-panel .tag-outline {
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

.free-trial-card .right-panel .traffic-info {
    position: relative;
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 11px;
    color: #fff;
}

.free-trial-card .right-panel .traffic-num {
    font-size: 28px;
    font-weight: 600;
}

.free-trial-card .right-panel .traffic-label {
    font-size: 12px;
    opacity: 0.8;
}

.free-trial-card .claim-btn {
    position: relative;
    height: 31px;
    margin-top: 14px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.9);
    color: #3b87fa;
    font-size: 14px;
    line-height: 31px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.free-trial-card .claim-btn:hover {
    background: #fff;
}

/* ==================== 流量包价格 ==================== */
.dynamic-residential-ip-traffic-package-price-section {
    padding: 82px 0 100px;
    background: #fff;
}

.price-headline .title {
    font-family: 'HONORSans-Medium', 'Helvetica Neue', Arial, sans-serif;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    color: #333;
}

.price-headline .title .accent {
    color: #fb2c36;
}

.price-headline .desc-row {
    max-width: 960px;
    margin: 18px auto 0;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.price-headline .desc-row .activity-rules {
    color: #366efb;
    cursor: pointer;
}

.data-package-product-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 48px;
}

.data-package-product-card {
    display: flex;
    flex-direction: column;
    width: 386px;
    min-height: 714px;
    padding: 0 21px 22px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(23, 54, 101, 0.08);
}

.data-package-product-card .card-header {
    position: relative;
    margin: 0 -21px;
    padding: 36px 21px 0;
    height: 130px;
    background: #fafafa;
    border-radius: 8px 8px 0 0;
}

.data-package-product-card .package-type {
    font-size: 18px;
    color: #666;
}

.data-package-product-card .traffic {
    margin-top: 4px;
    font-family: 'HONORSans-Medium', 'Helvetica Neue', Arial, sans-serif;
    font-size: 28px;
    font-weight: 500;
    color: #333;
}

.data-package-product-card .traffic.traffic-lg {
    font-size: 24px;
    line-height: 43px;
}

.data-package-product-card .card-header .tag {
    position: absolute;
    top: 36px;
    right: 21px;
    display: inline-flex;
    align-items: center;
    height: 20px;
    padding: 0 7px;
    border-radius: 2px;
    background: #fb2c36;
    color: #fff;
    font-size: 12px;
}

.data-package-product-card .price-content {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: 44px;
    color: #19191b;
}

.data-package-product-card .price-unit {
    font-size: 16px;
}

.data-package-product-card .current-price {
    font-family: 'HONORSans-Medium', 'Helvetica Neue', Arial, sans-serif;
    font-size: 36px;
    font-weight: 600;
}

.data-package-product-card .current-price .text-base {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

.data-package-product-card .original-price {
    font-size: 14px;
    color: #666;
    text-decoration: line-through;
}

.data-package-product-card .product-timeliness-content {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-top: 25px;
    padding: 10px;
    border-radius: 4px;
    background: #f2f6ff;
    min-height: 64px;
}

.data-package-product-card .product-timeliness-content .icon {
    flex-shrink: 0;
    width: 17px;
    height: 17px;
    padding-top: 2px;
}

.data-package-product-card .product-timeliness-content .icon img {
    width: 100%;
}

.data-package-product-card .product-timeliness-content .text {
    font-size: 14px;
    line-height: 22px;
    color: #366efb;
}

.data-package-product-card .feature-list {
    margin-top: 15px;
}

.data-package-product-card .feature-item {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 7px 0;
    font-size: 14px;
    line-height: 19px;
    color: #555;
}

.data-package-product-card .feature-item .icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    height: 19px;
    border: 1px solid #d4dbe0;
    border-radius: 2px;
    background: #fff;
}

.data-package-product-card .feature-item .icon img {
    width: 11px;
    height: 11px;
}

.data-package-product-card .card-main-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.data-package-product-card .contact-customer-service-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 38px;
    margin-top: 25px;
    border: 1px solid #366efb;
    border-radius: 2px;
    background: #fff;
    color: #366efb;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
}

.data-package-product-card .contact-customer-service-btn img {
    width: 16px;
    height: 16px;
}

.data-package-product-card .contact-customer-service-btn:hover {
    background: #f2f6ff;
}

.data-package-product-card .buy-now-btn {
    height: 36px;
    margin-top: auto;
    border-radius: 2px;
    background: linear-gradient(90deg, #498bf9, #366efb);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.data-package-product-card .buy-now-btn:hover {
    filter: brightness(1.05);
}

.data-package-product-card .operation-button {
    margin-top: auto;
}

.data-package-product-card .operation-button .buy-now-btn {
    margin-top: 0;
}

/* ==================== 多样化需求 ==================== */
.diverse-needs-section {
    padding: 80px 0 80px;
    background: linear-gradient(135deg, #fbfcff, #ebf0ff);
}

.general-headline .title {
    font-family: 'HONORSans-Medium', 'Helvetica Neue', Arial, sans-serif;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    color: #333;
}

.general-headline .desc {
    margin-top: 16px;
    font-size: 16px;
    text-align: center;
    color: #666;
}

.diverse-needs-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 46px;
}

.diverse-needs-item {
    width: calc((100% - 60px) / 4);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.diverse-needs-item .picture {
    height: 120px;
}

.diverse-needs-item .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.diverse-needs-item .content {
    padding: 24px;
}

.diverse-needs-item .content .title {
    font-size: 18px;
    color: #333;
}

.diverse-needs-item .content .desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

/* ==================== 独特优势 ==================== */
.unique-advantage-section {
    padding: 118px 0;
    background: #fff;
}

.unique-advantage-list {
    display: flex;
    flex-wrap: wrap;
    gap: 54px 20px;
    margin-top: 73px;
}

.unique-advantage-item {
    width: calc((100% - 40px) / 3);
    text-align: center;
}

.unique-advantage-item .picture img {
    width: 52px;
    height: 52px;
}

.unique-advantage-item .title {
    margin-top: 24px;
    font-size: 20px;
    color: #333;
}

.unique-advantage-item .desc {
    max-width: 367px;
    margin: 12px auto 0;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

/* ==================== 热门地区 ==================== */
.popular-areas-section {
    padding: 65px 0 82px;
    background: #f7f8fa;
}

.popular-areas-list {
    display: flex;
    flex-wrap: wrap;
    gap: 49px 120px;
    margin-top: 62px;
    justify-content: center;
}

.popular-areas-item {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100px;
}

.popular-areas-item .left-content img {
    display: block;
    width: 46px;
    height: 32px;
}

.popular-areas-item .right-content .en-name {
    font-size: 14px;
    color: #333;
}

.contact-customer-service-section {
    margin-top: 52px;
    text-align: center;
}

.contact-customer-service-section .contact-customer-service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 345px;
    height: 38px;
    border: 1px solid #366efb;
    border-radius: 2px;
    background: #fff;
    color: #366efb;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
}

.contact-customer-service-section .contact-customer-service-btn img {
    width: 16px;
    height: 16px;
}

.contact-customer-service-section .contact-customer-service-btn:hover {
    background: #f2f6ff;
}

/* ==================== FAQ ==================== */
.faq-section {
    padding: 65px 0 80px;
    background: #fff;
}

.faq-section .general-headline .title {
    color: #4b4c52;
}

.fap-list {
    margin-top: 51px;
}

.fap-item {
    padding: 30px 36px;
    border-bottom: 1px solid #eceef2;
}


.fap-item .title-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fap-item .title-content .icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.fap-item .title-content .icon img {
    width: 100%;
    height: 100%;
}

.fap-item .title-content .title {
    font-size: 20px;
    color: #333;
}

.fap-item .desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

.fap-item-type-error {
    margin-top: 10px;
    background: #fff6f6;
    border: 1px dashed #fb2c36;
    border-radius: 4px;
}

/* ==================== 底部 CTA ==================== */
.high-quality-proxy-ip-resources-section {
    padding-bottom: 80px;
    background: #fff;
}

.high-quality-proxy-ip-resources-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 155px;
    padding: 0 36px;
    border-radius: 8px;
    background: #416dff url("../../assets/images/dynamic_residential_ip_proxy/cta-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
}

.high-quality-proxy-ip-resources-block .title {
    font-family: 'HONORSans-Medium', 'Helvetica Neue', Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.high-quality-proxy-ip-resources-block .desc {
    max-width: 727px;
    margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.8);
}

.high-quality-proxy-ip-resources-block .buy-now-btn {
    flex-shrink: 0;
    width: 188px;
    height: 42px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.95);
    color: #4190ff;
    font-size: 14px;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}

.high-quality-proxy-ip-resources-block .buy-now-btn:hover {
    background: #fff;
}

/* ==================== responsive ==================== */
/* 平板横屏 */
@media (max-width: 1024px) {
    .common-width,
    .banner-wrapper {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    /* topStyle.css 会在窄屏把 .banner-container 覆盖为白色背景，这里提高特异性压回 */
    body .banner-container {
        height: auto;
        padding-bottom: 50px;
        background: #445fea url("../../assets/images/dynamic_residential_ip_proxy/banner-bg.png") no-repeat;
        background-size: cover;
        background-position: center;
    }

    .banner-content h1 {
        font-size: 44px;
    }

    .free-trial-card {
        width: auto;
        height: auto;
        margin: 0 20px;
        padding: 24px;
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
    }

    .free-trial-card .card-watermark {
        display: none;
    }

    .free-trial-card .right-panel {
        width: 100%;
    }

    .free-trial-card .feature-list {
        flex-wrap: wrap;
        gap: 12px 24px;
    }

    .data-package-product-card {
        width: calc(50% - 10px);
        min-height: 0;
    }

    .data-package-product-card .operation-button {
        margin-top: 24px;
    }

    .diverse-needs-item,
    .unique-advantage-item {
        width: calc(50% - 10px);
    }

    .popular-areas-list {
        gap: 32px 60px;
    }

    .high-quality-proxy-ip-resources-block {
        height: auto;
        padding: 30px 24px;
    }
}

/* 平板竖屏 */
@media (max-width: 768px) {
    .banner-content h1 {
        font-size: 32px;
    }

    .banner-content .pro-subtitle {
        font-size: 14px;
        line-height: 22px;
    }

    .general-headline .title,
    .price-headline .title {
        font-size: 26px;
    }

    .dynamic-residential-ip-traffic-package-price-section,
    .diverse-needs-section,
    .unique-advantage-section,
    .popular-areas-section,
    .faq-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .data-package-product-list {
        margin-top: 30px;
    }

    .popular-areas-list {
        gap: 24px 40px;
    }

    .high-quality-proxy-ip-resources-block .title {
        font-size: 20px;
    }
}

/* 手机 */
@media (max-width: 640px) {
    .banner-content h1 {
        font-size: 26px;
    }

    .banner-content .banner-tag {
        height: 34px;
        padding: 0 16px;
        font-size: 14px;
    }

    .banner-content .banner-tag img {
        width: 18px;
        height: 18px;
    }

    .banner-content .banner-buy-btn {
        width: 100%;
        max-width: 280px;
    }

    .general-headline .title,
    .price-headline .title {
        font-size: 22px;
    }

    .price-headline .desc-row {
        font-size: 14px;
        line-height: 22px;
    }

    .data-package-product-card,
    .diverse-needs-item,
    .unique-advantage-item {
        width: 100%;
    }

    .free-trial-card .left-content .title {
        font-size: 22px;
    }

    .contact-customer-service-section .contact-customer-service-btn {
        max-width: 100%;
    }

    .fap-item {
        padding: 20px 16px;
    }

    .fap-item .title-content .title {
        font-size: 16px;
    }

    .high-quality-proxy-ip-resources-block {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
        padding: 24px 20px;
    }

    .high-quality-proxy-ip-resources-block .buy-now-btn {
        width: 100%;
    }
}
