/* ========== CVH云虚拟主机 - 页面样式 ========== */
/* 现代企业云风格 · 大气简洁设计 */

:root {
    --cvh-primary: #2563eb;
    --cvh-primary-light: #3b82f6;
    --cvh-primary-dark: #1d4ed8;
    --cvh-accent: #06b6d4;
    --cvh-bg: #f8fafc;
    --cvh-card: #ffffff;
    --cvh-text: #1e293b;
    --cvh-text-secondary: #64748b;
    --cvh-border: #e2e8f0;
    --cvh-success: #10b981;
    --cvh-warning: #f59e0b;
}

/* ====== Banner 区域 ====== */
.Lianweiyun-cvh-banner {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 40%, #1e40af 80%, #2563eb 100%);
    min-height: 520px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.Lianweiyun-cvh-bgGrid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 0;
}

.Lianweiyun-cvh-bannerDeco {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.Lianweiyun-cvh-deco1 {
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(37,99,235,0.15) 0%, transparent 70%);
    top: -120px; right: -100px;
    animation: cvhFloat 8s ease-in-out infinite;
}
.Lianweiyun-cvh-deco2 {
    width: 280px; height: 280px;
    background: radial-gradient(circle, rgba(6,182,212,0.1) 0%, transparent 70%);
    bottom: -80px; left: -60px;
    animation: cvhFloat 10s ease-in-out infinite reverse;
}
.Lianweiyun-cvh-deco3 {
    width: 180px; height: 180px;
    background: radial-gradient(circle, rgba(37,99,235,0.12) 0%, transparent 70%);
    top: 30%; left: 55%;
    animation: cvhFloat 7s ease-in-out infinite 2s;
}

@keyframes cvhFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(25px, -20px) scale(1.05); }
    66% { transform: translate(-18px, 18px) scale(0.96); }
}

.Lianweiyun-cvh-banner .Heziyun-defaultWidth { position: relative; z-index: 2; }

.Lianweiyun-cvh-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(37,99,235,0.15);
    border: 1px solid rgba(37,99,235,0.3);
    color: #93c5fd;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 22px;
    border-radius: 50px;
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
    letter-spacing: 0.5px;
}

.Lianweiyun-cvh-banner .Heziyun-banner-title span {
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 3px;
    line-height: 1.2;
}

.Lianweiyun-cvh-banner .Heziyun-banner-title p {
    font-size: 17px;
    color: rgba(255,255,255,0.65);
    margin-top: 18px;
    line-height: 1.75;
    max-width: 650px;
}

.Lianweiyun-cvh-bannerTags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.Lianweiyun-cvh-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 50px;
    color: rgba(255,255,255,0.85);
    font-size: 14px;
    font-weight: 500;
    backdrop-filter: blur(4px);
}
.Lianweiyun-cvh-tag svg { opacity: 0.85; }
.Lianweiyun-cvh-tagNew {
    background: linear-gradient(135deg, rgba(245,158,11,0.25), rgba(239,68,68,0.25));
    border-color: rgba(245,158,11,0.5);
    color: #fde68a;
    font-weight: 700;
    animation: cvhNewPulse 2.5s ease-in-out infinite;
}
@keyframes cvhNewPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(245,158,11,0.5); }
    50%      { box-shadow: 0 0 0 6px rgba(245,158,11,0); }
}

.Lianweiyun-cvh-bannerBtns {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 36px;
}

.Lianweiyun-cvh-bannerBtn {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.Lianweiyun-cvh-btnPrimary {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    border: none;
    box-shadow: 0 4px 20px rgba(37,99,235,0.35);
}
.Lianweiyun-cvh-btnPrimary:hover {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(37,99,235,0.45);
}

.Lianweiyun-cvh-btnOutline {
    background: transparent;
    color: #93c5fd;
    border: 1px solid rgba(148,197,253,0.35);
}
.Lianweiyun-cvh-btnOutline:hover {
    background: rgba(148,197,253,0.1);
    border-color: #93c5fd;
    color: #fff;
    transform: translateY(-3px);
}

/* ====== Tab 切换区域 ====== */
.Lianweiyun-cvh-tabsSection {
    background: #fff;
    border-bottom: 1px solid var(--cvh-border);
    position: sticky;
    top: 60px;
    z-index: 100;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}

.Lianweiyun-cvh-tabs {
    display: flex;
    gap: 8px;
    padding: 16px 0;
    flex-wrap: wrap;
}

.Lianweiyun-cvh-tab {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #f1f5f9;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--cvh-text-secondary);
    cursor: pointer;
    transition: all 0.25s;
}
.Lianweiyun-cvh-tab:hover {
    background: #e2e8f0;
    color: var(--cvh-text);
}

.Lianweiyun-cvh-tabActive {
    background: linear-gradient(135deg, #eff6ff, #dbeafe);
    border-color: rgba(37,99,235,0.25);
    color: var(--cvh-primary);
    font-weight: 600;
}

.Lianweiyun-cvh-tabFlag { font-size: 18px; }
.Lianweiyun-cvh-tabBadge {
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
    border-radius: 4px;
    letter-spacing: 0.5px;
}
.Lianweiyun-cvh-tabBadgeNew {
    background: linear-gradient(135deg, #f59e0b, #ef4444);
    animation: cvhBadgePulse 2s ease-in-out infinite;
}
@keyframes cvhBadgePulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(239,68,68,0.5); }
    50%      { box-shadow: 0 0 0 5px rgba(239,68,68,0); }
}

/* ====== 搜索区域 ====== */
.Lianweiyun-cvh-searchSection {
    background: var(--cvh-bg);
    padding: 36px 0 24px;
}

.Lianweiyun-cvh-sectionTitle {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: 700;
    color: var(--cvh-text);
    margin: 0 0 20px;
}
.Lianweiyun-cvh-sectionTitle svg { color: var(--cvh-primary); }

.Lianweiyun-cvh-sectionSubtitle {
    font-size: 14px;
    font-weight: 500;
    color: var(--cvh-primary);
    margin-left: 12px;
    font-style: italic;
}

.Lianweiyun-cvh-searchBox {
    display: flex;
    gap: 12px;
    max-width: 640px;
}

.Lianweiyun-cvh-searchInput {
    flex: 1;
    padding: 13px 20px;
    border: 1px solid var(--cvh-border);
    border-radius: 10px;
    font-size: 14px;
    color: var(--cvh-text);
    background: #fff;
    transition: all 0.25s;
    outline: none;
}
.Lianweiyun-cvh-searchInput:focus {
    border-color: var(--cvh-primary);
    box-shadow: 0 0 0 3px rgba(37,99,235,0.1);
}
.Lianweiyun-cvh-searchInput::placeholder { color: #94a3b8; }

.Lianweiyun-cvh-searchBtn {
    padding: 13px 32px;
    background: linear-gradient(135deg, var(--cvh-primary), var(--cvh-primary-dark));
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.25s;
}
.Lianweiyun-cvh-searchBtn:hover {
    background: linear-gradient(135deg, var(--cvh-primary-light), var(--cvh-primary));
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(37,99,235,0.3);
}

.Lianweiyun-cvh-searchHistory {
    font-size: 13px;
    color: var(--cvh-text-secondary);
    margin-top: 14px;
}

/* ====== 产品方案列表 ====== */
.Lianweiyun-cvh-plansSection {
    background: var(--cvh-bg);
    padding: 20px 0 56px;
}

.Lianweiyun-cvh-plansGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 28px;
}

.Lianweiyun-cvh-planCard {
    background: var(--cvh-card);
    border: 1px solid var(--cvh-border);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}
.Lianweiyun-cvh-planCard:hover {
    border-color: var(--cvh-primary-light);
    box-shadow: 0 12px 40px rgba(37,99,235,0.1);
    transform: translateY(-6px);
}

.Lianweiyun-cvh-planPopular {
    border-color: var(--cvh-primary);
    box-shadow: 0 8px 30px rgba(37,99,235,0.12);
}
.Lianweiyun-cvh-planPopular:hover {
    box-shadow: 0 16px 50px rgba(37,99,235,0.18);
}

.Lianweiyun-cvh-planRibbon {
    position: absolute;
    top: 18px;
    right: -32px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 36px;
    transform: rotate(45deg);
    letter-spacing: 1px;
    z-index: 2;
}

.Lianweiyun-cvh-planHeader {
    padding: 26px 26px 18px;
    border-bottom: 1px solid #f1f5f9;
    background: linear-gradient(135deg, #fafbff, #f8fafc);
}

.Lianweiyun-cvh-planHeader h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--cvh-text);
    margin: 0;
    line-height: 1.4;
}

.Lianweiyun-cvh-planSpecs {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.Lianweiyun-cvh-specGroup {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.Lianweiyun-cvh-specItem {
    background: #f8fafc;
    border-radius: 10px;
    padding: 12px 14px;
    transition: background 0.2s;
}
.Lianweiyun-cvh-specFull {
    grid-column: 1 / -1;
}

.Lianweiyun-cvh-specLabel {
    display: block;
    font-size: 12px;
    color: var(--cvh-text-secondary);
    margin-bottom: 4px;
}

.Lianweiyun-cvh-specValue {
    display: block;
    font-size: 13px;
    color: var(--cvh-text);
}
.Lianweiyun-cvh-specValue strong {
    font-size: 17px;
    font-weight: 700;
    color: var(--cvh-primary-dark);
}

.Lianweiyun-cvh-planFooter {
    padding: 20px 24px 24px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.Lianweiyun-cvh-planPrice {
    display: flex;
    align-items: baseline;
    gap: 2px;
}

.Lianweiyun-cvh-priceSymbol {
    font-size: 20px;
    font-weight: 700;
    color: var(--cvh-primary);
}

.Lianweiyun-cvh-priceNum {
    font-size: 34px;
    font-weight: 800;
    color: var(--cvh-primary);
    line-height: 1;
}

.Lianweiyun-cvh-priceUnit {
    font-size: 13px;
    color: var(--cvh-text-secondary);
    margin-left: 4px;
}

.Lianweiyun-cvh-buyBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    background: linear-gradient(135deg, var(--cvh-primary), var(--cvh-primary-dark));
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    white-space: nowrap;
}
.Lianweiyun-cvh-buyBtn:hover {
    background: linear-gradient(135deg, var(--cvh-primary-light), var(--cvh-primary));
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37,99,235,0.35);
}

/* ====== 产品优势 ====== */
.Lianweiyun-cvh-featuresSection {
    background: #fff;
    padding: 64px 0;
}

.Lianweiyun-cvh-sectionTitleCenter {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: var(--cvh-text);
    margin: 0 0 10px;
    letter-spacing: 1px;
}

.Lianweiyun-cvh-sectionDesc {
    display: block;
    font-size: 16px;
    color: var(--cvh-text-secondary);
    font-weight: 400;
    margin-top: 12px;
    letter-spacing: 0.3px;
}

.Lianweiyun-cvh-featuresGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 44px;
}

.Lianweiyun-cvh-featureCard {
    background: var(--cvh-bg);
    border: 1px solid var(--cvh-border);
    border-radius: 16px;
    padding: 32px 28px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.Lianweiyun-cvh-featureCard:hover {
    border-color: var(--cvh-primary-light);
    box-shadow: 0 10px 40px rgba(37,99,235,0.08);
    transform: translateY(-4px);
}

.Lianweiyun-cvh-featureIcon {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.Lianweiyun-cvh-featureCard h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--cvh-text);
    margin: 0 0 10px;
}

.Lianweiyun-cvh-featureCard p {
    font-size: 14px;
    color: var(--cvh-text-secondary);
    line-height: 1.7;
    margin: 0;
}

/* ====== 技术参数对比 ====== */
.Lianweiyun-cvh-techSection {
    background: var(--cvh-bg);
    padding: 64px 0;
}

.Lianweiyun-cvh-techTableWrap {
    margin-top: 44px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    border: 1px solid var(--cvh-border);
}

.Lianweiyun-cvh-techTable {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.Lianweiyun-cvh-techTable thead th {
    background: linear-gradient(135deg, #1e293b, #334155);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 20px;
    text-align: left;
    letter-spacing: 0.3px;
}
.Lianweiyun-cvh-techTable thead th:first-child { border-radius: 0; }
.Lianweiyun-cvh-techTable thead th:last-child { border-radius: 0; }

.Lianweiyun-cvh-tableHot {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    background: #ef4444;
    color: #fff;
    border-radius: 4px;
    margin-left: 6px;
    vertical-align: middle;
}

.Lianweiyun-cvh-techTable tbody td {
    padding: 15px 20px;
    font-size: 14px;
    color: var(--cvh-text);
    border-bottom: 1px solid #f1f5f9;
}
.Lianweiyun-cvh-techTable tbody tr:last-child td { border-bottom: none; }
.Lianweiyun-cvh-techTable tbody tr:nth-child(even) { background: #fafbfc; }
.Lianweiyun-cvh-techTable tbody tr:hover { background: #eff6ff; }

.Lianweiyun-cvh-cellHighlight {
    font-size: 13px !important;
    color: var(--cvh-text-secondary) !important;
    text-align: center;
    font-family: 'Courier New', Consolas, monospace;
    letter-spacing: 0.5px;
}

.Lianweiyun-cvh-rowPrice {
    background: linear-gradient(135deg, #eff6ff, #dbeafe) !important;
}
.Lianweiyun-cvh-rowPrice td {
    font-weight: 600;
    color: var(--cvh-primary-dark);
    font-size: 15px;
}

/* ====== FAQ 常见问题 ====== */
.Lianweiyun-cvh-faqSection {
    background: #fff;
    padding: 64px 0;
}

.Lianweiyun-cvh-faqList {
    max-width: 800px;
    margin: 44px auto 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.Lianweiyun-cvh-faqItem {
    background: var(--cvh-bg);
    border: 1px solid var(--cvh-border);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s;
}
.Lianweiyun-cvh-faqActive {
    border-color: var(--cvh-primary-light);
    box-shadow: 0 4px 20px rgba(37,99,235,0.08);
}

.Lianweiyun-cvh-faqQuestion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    font-size: 15px;
    font-weight: 600;
    color: var(--cvh-text);
    cursor: pointer;
    user-select: none;
    transition: color 0.2s;
}
.Lianweiyun-cvh-faqQuestion:hover { color: var(--cvh-primary); }

.Lianweiyun-cvh-faqArrow {
    flex-shrink: 0;
    color: var(--cvh-text-secondary);
    transition: transform 0.3s;
}
.Lianweiyun-cvh-faqActive .Lianweiyun-cvh-faqArrow {
    transform: rotate(180deg);
    color: var(--cvh-primary);
}

.Lianweiyun-cvh-faqAnswer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
}
.Lianweiyun-cvh-faqActive .Lianweiyun-cvh-faqAnswer {
    max-height: 300px;
    padding: 0 24px 20px;
}

.Lianweiyun-cvh-faqAnswer p {
    font-size: 14px;
    color: var(--cvh-text-secondary);
    line-height: 1.8;
    margin: 0;
}

/* ====== CTA 行动召唤 ====== */
.Lianweiyun-cvh-ctaSection {
    background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #1e40af 100%);
    position: relative;
    overflow: hidden;
    padding: 72px 0;
}

.Lianweiyun-cvh-ctaDecor {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}
.Lianweiyun-cvh-ctaD1 {
    width: 260px; height: 260px;
    background: radial-gradient(circle, rgba(37,99,235,0.15) 0%, transparent 70%);
    top: -70px; left: -70px;
}
.Lianweiyun-cvh-ctaD2 {
    width: 200px; height: 200px;
    background: radial-gradient(circle, rgba(6,182,212,0.12) 0%, transparent 70%);
    bottom: -50px; right: -50px;
}

.Lianweiyun-cvh-ctaContent {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 560px;
    margin: 0 auto;
}

.Lianweiyun-cvh-ctaIcon {
    margin-bottom: 20px;
}

.Lianweiyun-cvh-ctaTitle {
    font-size: 34px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 14px;
    letter-spacing: 1px;
}

.Lianweiyun-cvh-ctaContent > p {
    font-size: 16px;
    color: rgba(255,255,255,0.6);
    margin: 0 0 34px;
    line-height: 1.6;
}

.Lianweiyun-cvh-ctaBtns {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.Lianweiyun-cvh-ctaBtn {
    display: inline-flex;
    align-items: center;
    padding: 14px 36px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.Lianweiyun-cvh-ctaBtnPrimary {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    border: none;
    box-shadow: 0 4px 20px rgba(37,99,235,0.35);
}
.Lianweiyun-cvh-ctaBtnPrimary:hover {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(37,99,235,0.45);
}

.Lianweiyun-cvh-ctaBtnOutline {
    background: transparent;
    color: #93c5fd;
    border: 1px solid rgba(148,197,253,0.35);
}
.Lianweiyun-cvh-ctaBtnOutline:hover {
    background: rgba(148,197,253,0.1);
    border-color: #93c5fd;
    color: #fff;
    transform: translateY(-3px);
}

/* ====== Tab 面板（显示/隐藏） ====== */
.Lianweiyun-cvh-tabPanel {
    display: none;
    animation: cvhFadeIn 0.35s ease-out;
}
.Lianweiyun-cvh-tabPanelActive {
    display: block;
}

@keyframes cvhFadeIn {
    from { opacity: 0; transform: translateY(12px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* 卡片内提示文字 */
.Lianweiyun-cvh-planTip {
    font-size: 12px;
    color: var(--cvh-primary);
    margin: 6px 0 0;
    font-weight: 500;
}

/* ====== 用户点评展示 ====== */
.Lianweiyun-cvh-reviewsSection {
    background: var(--cvh-bg);
    padding: 64px 0;
}

.Lianweiyun-cvh-reviewsStats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin: 40px auto 48px;
    padding: 28px 40px;
    background: linear-gradient(135deg, #1e293b, #334155);
    border-radius: 16px;
    max-width: 820px;
    box-shadow: 0 8px 30px rgba(30,41,59,0.15);
}

.Lianweiyun-cvh-statItem {
    text-align: center;
    flex: 1;
}

.Lianweiyun-cvh-statNum {
    display: block;
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    line-height: 1;
    margin-bottom: 8px;
}

.Lianweiyun-cvh-statPlus,
.Lianweiyun-cvh-statPercent,
.Lianweiyun-cvh-statScore {
    font-size: 22px;
    font-weight: 700;
    color: #60a5fa;
}

.Lianweiyun-cvh-statLabel {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    letter-spacing: 0.3px;
}

.Lianweiyun-cvh-statDivider {
    width: 1px;
    height: 48px;
    background: rgba(255,255,255,0.15);
}

/* ====== 点评轮播（Page-based，每页2行×3列） ====== */
.Lianweiyun-cvh-reviewsCarousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 8px;
}

.Lianweiyun-cvh-carouselViewport {
    overflow: hidden;
    flex: 1;
    border-radius: 16px;
}

.Lianweiyun-cvh-carouselTrack {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 每页 = 一个独立页面容器，内部 grid 2行×3列 */
.Lianweiyun-cvh-reviewPage {
    flex: 0 0 100%;
    min-width: 100%;
    box-sizing: border-box;
    padding: 12px 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 14px;
}

.Lianweiyun-cvh-reviewCard {
    background: #fff;
    border: 1px solid var(--cvh-border);
    border-radius: 16px;
    padding: 24px 24px 28px;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.Lianweiyun-cvh-reviewCard:hover {
    border-color: var(--cvh-primary-light);
    box-shadow: 0 10px 36px rgba(37,99,235,0.1);
    transform: translateY(-4px);
}

.Lianweiyun-cvh-reviewHead {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.Lianweiyun-cvh-reviewAvatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    flex-shrink: 0;
}

.Lianweiyun-cvh-reviewMeta {
    flex: 1;
    min-width: 0;
}

.Lianweiyun-cvh-reviewName {
    font-size: 15px;
    font-weight: 700;
    color: var(--cvh-text);
}

.Lianweiyun-cvh-reviewRole {
    font-size: 12px;
    color: var(--cvh-text-secondary);
    margin-top: 2px;
}

.Lianweiyun-cvh-reviewStars {
    font-size: 15px;
    color: #f59e0b;
    letter-spacing: 1px;
    flex-shrink: 0;
}

.Lianweiyun-cvh-reviewText {
    font-size: 14px;
    line-height: 1.8;
    color: var(--cvh-text-secondary);
    margin: 0;
    quotes: none;
}

/* 箭头按钮 */
.Lianweiyun-cvh-carouselArrow {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--cvh-border);
    color: var(--cvh-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s;
    box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}
.Lianweiyun-cvh-carouselArrow:hover {
    background: var(--cvh-primary);
    color: #fff;
    border-color: var(--cvh-primary);
    box-shadow: 0 4px 16px rgba(37,99,235,0.3);
}

/* 指示点 */
.Lianweiyun-cvh-carouselDots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 28px;
}
.Lianweiyun-cvh-carouselDot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.3s;
}
.Lianweiyun-cvh-carouselDotActive {
    background: var(--cvh-primary);
    width: 26px;
    border-radius: 5px;
}

/* ====== 信任背书横幅 ====== */
.Lianweiyun-cvh-trustBanner {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    padding: 24px 0;
    border-top: 1px solid rgba(37,99,235,0.1);
}

.Lianweiyun-cvh-trustContent {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.Lianweiyun-cvh-trustText {
    font-size: 18px;
    font-weight: 500;
    color: var(--cvh-text);
    letter-spacing: 0.3px;
}

.Lianweiyun-cvh-trustText strong {
    font-size: 26px;
    font-weight: 800;
    color: var(--cvh-primary);
    margin: 0 4px;
}

/* ====== 北京CVH精品云主机（最新上线） ====== */
.Lianweiyun-cvh-bjIntro {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 50%, #f5fbff 100%);
    border: 1px solid rgba(14,165,233,0.18);
    border-radius: 14px;
    padding: 22px 26px;
    margin: 24px 0 10px;
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}
.Lianweiyun-cvh-bjIntroIcon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 6px 18px rgba(14,165,233,0.32);
}
.Lianweiyun-cvh-bjIntroText {
    flex: 1;
    min-width: 240px;
}
.Lianweiyun-cvh-bjIntroText strong {
    font-size: 16px;
    color: #0c4a6e;
    display: block;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}
.Lianweiyun-cvh-bjIntroText p {
    font-size: 13.5px;
    color: #0369a1;
    line-height: 1.7;
    margin: 0;
}
.Lianweiyun-cvh-bjIntroTags {
    display: inline-flex;
    gap: 8px;
    flex-wrap: wrap;
}
.Lianweiyun-cvh-bjIntroTag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 12px;
    border-radius: 20px;
    background: rgba(14,165,233,0.12);
    color: #0369a1;
    font-size: 12.5px;
    font-weight: 600;
}

.Lianweiyun-cvh-bjPlansGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 18px;
}

.Lianweiyun-cvh-bjPlanCard {
    background: #fff;
    border: 1px solid #e0e9f5;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 18px rgba(14,165,233,0.06);
}
.Lianweiyun-cvh-bjPlanCard:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 38px rgba(14,165,233,0.16);
    border-color: #38bdf8;
}

.Lianweiyun-cvh-bjPlanHeader {
    background: linear-gradient(135deg, #f1f5f9 0%, #e6eef9 100%);
    padding: 18px 24px;
    border-bottom: 1px solid #e7eef7;
}
.Lianweiyun-cvh-bjPlanTitle {
    font-size: 19px;
    font-weight: 700;
    color: #0f172a;
    margin: 0;
    letter-spacing: 0.5px;
}

.Lianweiyun-cvh-bjPlanFeats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 18px 22px 6px;
}
.Lianweiyun-cvh-bjFeatBox {
    background: #f8fbff;
    border: 1px solid #e6eff8;
    border-radius: 10px;
    padding: 14px 8px;
    text-align: center;
    transition: all 0.25s;
}
.Lianweiyun-cvh-bjPlanCard:hover .Lianweiyun-cvh-bjFeatBox {
    background: #f0f9ff;
    border-color: #bae6fd;
}
.Lianweiyun-cvh-bjFeatLabel {
    display: block;
    font-size: 12px;
    color: #64748b;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
}
.Lianweiyun-cvh-bjFeatValue {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #0ea5e9;
    line-height: 1.1;
    margin-bottom: 4px;
}
.Lianweiyun-cvh-bjFeatValue strong {
    font-weight: 800;
}
.Lianweiyun-cvh-bjFeatUnit {
    display: block;
    font-size: 11.5px;
    color: #94a3b8;
    letter-spacing: 0.5px;
}

.Lianweiyun-cvh-bjPlanList {
    margin: 14px 22px 0;
    border-top: 1px solid #eef2f7;
    padding-top: 12px;
}
.Lianweiyun-cvh-bjPlanRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 13.5px;
    color: #475569;
    border-bottom: 1px dashed #eef2f7;
}
.Lianweiyun-cvh-bjPlanRow:last-child { border-bottom: none; }
.Lianweiyun-cvh-bjPlanRowLabel {
    color: #64748b;
    font-weight: 500;
}
.Lianweiyun-cvh-bjPlanRowValue {
    color: #0f172a;
    font-weight: 700;
}
.Lianweiyun-cvh-bjPlanRowValue strong {
    color: #0284c7;
    font-size: 15px;
    font-weight: 800;
    margin-right: 3px;
}
.Lianweiyun-cvh-bjPlanRowFree {
    color: #10b981;
    font-weight: 700;
}

.Lianweiyun-cvh-bjPlanTip {
    margin: 14px 22px 0;
    padding: 10px 14px;
    background: linear-gradient(90deg, #ecfdf5 0%, #f0fdfa 100%);
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #047857;
    font-size: 13.5px;
    font-weight: 600;
}
.Lianweiyun-cvh-bjPlanTip svg { flex-shrink: 0; }

.Lianweiyun-cvh-bjPlanTags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 14px 22px 6px;
}
.Lianweiyun-cvh-bjPlanTag {
    display: inline-flex;
    align-items: center;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.Lianweiyun-cvh-bjPlanTagInfo {
    background: #dbeafe;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}
.Lianweiyun-cvh-bjPlanTagWarn {
    background: #fef3c7;
    color: #b45309;
    border: 1px solid #fde68a;
}
.Lianweiyun-cvh-bjPlanTagDanger {
    background: #fee2e2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.Lianweiyun-cvh-bjPlanFooter {
    padding: 16px 22px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 6px;
}
.Lianweiyun-cvh-bjPlanPrice {
    display: flex;
    align-items: baseline;
    gap: 2px;
}
.Lianweiyun-cvh-bjPriceSymbol {
    font-size: 19px;
    font-weight: 700;
    color: #0ea5e9;
}
.Lianweiyun-cvh-bjPriceNum {
    font-size: 32px;
    font-weight: 800;
    color: #0284c7;
    line-height: 1;
}
.Lianweiyun-cvh-bjPriceUnit {
    font-size: 13px;
    color: #64748b;
    margin-left: 4px;
}
.Lianweiyun-cvh-bjBuyBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 28px;
    background: linear-gradient(135deg, #0ea5e9, #0284c7);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(14,165,233,0.3);
}
.Lianweiyun-cvh-bjBuyBtn:hover {
    background: linear-gradient(135deg, #38bdf8, #0ea5e9);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(14,165,233,0.42);
}

/* ====== 响应式设计 ====== */
@media (max-width: 1100px) {
    .Lianweiyun-cvh-plansGrid {
        grid-template-columns: repeat(2, 1fr);
    }
    .Lianweiyun-cvh-planCard:last-child {
        grid-column: 1 / -1;
        max-width: 50%;
        justify-self: center;
    }
    .Lianweiyun-cvh-bjPlansGrid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .Lianweiyun-cvh-featuresGrid {
        grid-template-columns: repeat(2, 1fr);
    }
    .Lianweiyun-cvh-reviewPage {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: none;
    }
}

@media (max-width: 768px) {
    .Lianweiyun-cvh-banner .Heziyun-banner-title span {
        font-size: 34px;
        letter-spacing: 1px;
    }
    .Lianweiyun-cvh-banner .Heziyun-banner-title p {
        font-size: 14px;
    }
    .Lianweiyun-cvh-bannerBtns {
        flex-direction: column;
    }
    .Lianweiyun-cvh-bannerBtn {
        width: 100%;
        justify-content: center;
    }
    .Lianweiyun-cvh-tabs {
        flex-direction: column;
    }
    .Lianweiyun-cvh-tab {
        width: 100%;
        justify-content: center;
    }
    .Lianweiyun-cvh-plansGrid {
        grid-template-columns: 1fr;
    }
    .Lianweiyun-cvh-planCard:last-child {
        max-width: 100%;
    }
    .Lianweiyun-cvh-featuresGrid {
        grid-template-columns: 1fr;
    }
    .Lianweiyun-cvh-reviewsGrid {
        grid-template-columns: 1fr;
    }
    .Lianweiyun-cvh-reviewSlide {
        flex: 0 0 100%;
    }
    .Lianweiyun-cvh-carouselArrow {
        width: 38px;
        height: 38px;
    }
    .Lianweiyun-cvh-reviewsStats {
        flex-direction: column;
        gap: 20px;
        padding: 28px 24px;
    }
    .Lianweiyun-cvh-statDivider {
        width: 60px;
        height: 1px;
    }
    .Lianweiyun-cvh-trustText {
        font-size: 15px;
        text-align: center;
    }
    .Lianweiyun-cvh-sectionTitleCenter {
        font-size: 24px;
    }
    .Lianweiyun-cvh-ctaTitle {
        font-size: 26px;
    }
    .Lianweiyun-cvh-techTableWrap {
        overflow-x: auto;
    }
    .Lianweiyun-cvh-techTable {
        min-width: 560px;
    }
}
