/* 新闻 / 帮助中心页面统一样式（白底 + 蓝色点缀） */

/* —— 统一页头 Banner：新区云 Logo 动画 —— */
.xq-banner {
    position: relative;
    overflow: hidden;
    min-height: 240px;
    padding: 56px 0;
    /* 与宝塔页 Hero 同色：淡蓝光晕 + 白底渐变，右侧仍放 SVG 动画 */
    background:
        radial-gradient(ellipse 80% 60% at 90% 10%, rgba(64, 112, 246, 0.12), transparent 55%),
        linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
}
.xq-banner-art {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}
.xq-banner .container {
    position: relative;
    z-index: 1;
}
.xq-banner-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.xq-banner-content {
    flex: 1 1 auto;
    max-width: 560px;
    min-width: 0;
}
.xq-banner-content h1 {
    margin: 0 0 12px;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    color: #1a2332;
}
.xq-banner-content p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    color: #4b5563;
}
.xq-banner-brand {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.xq-logo-stage {
    --xq-cycle: 20s;
    position: relative;
    width: min(440px, 48vw);
    min-height: 120px;
    display: grid;
    place-items: center;
    overflow: visible;
}
.xq-logo-exact,
.xq-slogan-stack {
    grid-area: 1 / 1;
    margin: 0;
}
.xq-logo-exact {
    display: block;
    width: 100%;
    height: auto;
    animation: xq-logo-vis var(--xq-cycle) linear infinite;
}
.xq-slogan-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    pointer-events: none;
}
.xq-slogan {
    margin: 0;
    width: 100%;
    text-align: center;
    font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
    font-size: clamp(17px, 2vw, 24px);
    font-weight: 740;
    line-height: 1.4;
    letter-spacing: 0.04em;
    white-space: nowrap;
}
.xq-slogan-2 {
    font-size: clamp(15px, 1.75vw, 20px);
    font-weight: 680;
    letter-spacing: 0.06em;
}
.xq-slogan span {
    display: inline-block;
    opacity: 0;
    transform: translateY(10px);
    color: #4070f6;
    animation-duration: var(--xq-cycle);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.xq-slogan-1 span:nth-child(1)  { animation-name: xq-s1-01; }
.xq-slogan-1 span:nth-child(2)  { animation-name: xq-s1-02; }
.xq-slogan-1 span:nth-child(3)  { animation-name: xq-s1-03; }
.xq-slogan-1 span:nth-child(4)  { animation-name: xq-s1-04; }
.xq-slogan-1 span:nth-child(5)  { animation-name: xq-s1-05; }
.xq-slogan-1 span:nth-child(6)  { animation-name: xq-s1-06; }
.xq-slogan-1 span:nth-child(7)  { animation-name: xq-s1-07; }
.xq-slogan-1 span:nth-child(8)  { animation-name: xq-s1-08; }
.xq-slogan-1 span:nth-child(9)  { animation-name: xq-s1-09; }
.xq-slogan-1 span:nth-child(10) { animation-name: xq-s1-10; }
.xq-slogan-1 span:nth-child(11) { animation-name: xq-s1-11; }
.xq-slogan-1 span:nth-child(12) { animation-name: xq-s1-12; }
.xq-slogan-1 span:nth-child(13) { animation-name: xq-s1-13; }
.xq-slogan-1 span:nth-child(14) { animation-name: xq-s1-14; }
.xq-slogan-1 span:nth-child(15) { animation-name: xq-s1-15; }
.xq-slogan-1 span:nth-child(n+16) { animation-name: xq-s1-15; }

.xq-slogan-2 span:nth-child(1)  { animation-name: xq-s2-01; }
.xq-slogan-2 span:nth-child(2)  { animation-name: xq-s2-02; }
.xq-slogan-2 span:nth-child(3)  { animation-name: xq-s2-03; }
.xq-slogan-2 span:nth-child(4)  { animation-name: xq-s2-04; }
.xq-slogan-2 span:nth-child(5)  { animation-name: xq-s2-05; }
.xq-slogan-2 span:nth-child(6)  { animation-name: xq-s2-06; }
.xq-slogan-2 span:nth-child(7)  { animation-name: xq-s2-07; }
.xq-slogan-2 span:nth-child(8)  { animation-name: xq-s2-08; }
.xq-slogan-2 span:nth-child(9)  { animation-name: xq-s2-09; }
.xq-slogan-2 span:nth-child(10) { animation-name: xq-s2-10; }
.xq-slogan-2 span:nth-child(11) { animation-name: xq-s2-11; }
.xq-slogan-2 span:nth-child(12) { animation-name: xq-s2-12; }
.xq-slogan-2 span:nth-child(13) { animation-name: xq-s2-13; }
.xq-slogan-2 span:nth-child(14) { animation-name: xq-s2-14; }
.xq-slogan-2 span:nth-child(15) { animation-name: xq-s2-15; }
.xq-slogan-2 span:nth-child(n+16) { animation-name: xq-s2-15; }

/*
  20s 循环：刷新 0% 立刻画完整彩色 Logo → 文字 → 马上再画 Logo
  0–36%  Logo（开场立刻出彩）
  38–84% 两行文字
  86–100% Logo 立刻接上
*/
@keyframes xq-logo-vis {
    0%, 36% { opacity: 1; }
    38%, 84% { opacity: 0; }
    86%, 100% { opacity: 1; }
}
/* 上句 */
@keyframes xq-s1-01 { 0%,39.0%{opacity:0;transform:translateY(10px)} 41%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s1-02 { 0%,39.5%{opacity:0;transform:translateY(10px)} 41.5%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s1-03 { 0%,40.0%{opacity:0;transform:translateY(10px)} 42.0%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s1-04 { 0%,40.5%{opacity:0;transform:translateY(10px)} 42.5%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s1-05 { 0%,41.0%{opacity:0;transform:translateY(10px)} 43.0%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s1-06 { 0%,41.5%{opacity:0;transform:translateY(10px)} 43.5%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s1-07 { 0%,42.0%{opacity:0;transform:translateY(10px)} 44.0%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s1-08 { 0%,42.5%{opacity:0;transform:translateY(10px)} 44.5%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s1-09 { 0%,43.0%{opacity:0;transform:translateY(10px)} 45.0%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s1-10 { 0%,43.5%{opacity:0;transform:translateY(10px)} 45.5%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s1-11 { 0%,44.0%{opacity:0;transform:translateY(10px)} 46.0%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s1-12 { 0%,44.5%{opacity:0;transform:translateY(10px)} 46.5%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s1-13 { 0%,45.0%{opacity:0;transform:translateY(10px)} 47.0%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s1-14 { 0%,45.5%{opacity:0;transform:translateY(10px)} 47.5%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s1-15 { 0%,46.0%{opacity:0;transform:translateY(10px)} 48.0%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }

/* 下句 */
@keyframes xq-s2-01 { 0%,49.0%{opacity:0;transform:translateY(10px)} 51%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s2-02 { 0%,49.5%{opacity:0;transform:translateY(10px)} 51.5%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s2-03 { 0%,50.0%{opacity:0;transform:translateY(10px)} 52.0%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s2-04 { 0%,50.5%{opacity:0;transform:translateY(10px)} 52.5%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s2-05 { 0%,51.0%{opacity:0;transform:translateY(10px)} 53.0%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s2-06 { 0%,51.5%{opacity:0;transform:translateY(10px)} 53.5%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s2-07 { 0%,52.0%{opacity:0;transform:translateY(10px)} 54.0%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s2-08 { 0%,52.5%{opacity:0;transform:translateY(10px)} 54.5%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s2-09 { 0%,53.0%{opacity:0;transform:translateY(10px)} 55.0%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s2-10 { 0%,53.5%{opacity:0;transform:translateY(10px)} 55.5%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s2-11 { 0%,54.0%{opacity:0;transform:translateY(10px)} 56.0%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s2-12 { 0%,54.5%{opacity:0;transform:translateY(10px)} 56.5%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s2-13 { 0%,55.0%{opacity:0;transform:translateY(10px)} 57.0%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s2-14 { 0%,55.5%{opacity:0;transform:translateY(10px)} 57.5%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }
@keyframes xq-s2-15 { 0%,56.0%{opacity:0;transform:translateY(10px)} 58.0%,84%{opacity:1;transform:none} 86%,100%{opacity:0;transform:translateY(-6px)} }

@media (prefers-reduced-motion: reduce) {
    .xq-logo-exact,
    .xq-slogan span { animation: none !important; }
    .xq-logo-exact { opacity: 1 !important; }
    .xq-slogan-stack { display: none !important; }
}
@media (max-width: 991.98px) {
    .xq-banner-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
    }
    .xq-banner-brand { align-self: flex-end; }
    .xq-logo-stage { width: min(360px, 82vw); }
}
@media (max-width: 767.98px) {
    .xq-banner {
        min-height: 0;
        padding: 40px 0 36px;
    }
    .xq-banner-content h1 { font-size: 28px; }
    .xq-banner-content p { font-size: 14px; }
    /* 手机端隐藏 Banner SVG Logo，仅电脑端显示 */
    .xq-banner-brand { display: none !important; }
}

.xq-page {
    padding: 48px 0 72px;
    background: #fff;
}

.xq-page-empty {
    padding: 64px 0;
    text-align: center;
    color: #667085;
}

/* —— 新闻列表 —— */
.xq-news-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.xq-news-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 22px 24px;
    text-decoration: none !important;
    color: inherit;
    border: 1px solid #e8edf5;
    border-radius: 12px;
    background: #fff;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.xq-news-item:hover {
    border-color: #4070f6;
    box-shadow: 0 10px 28px rgba(64, 112, 246, 0.1);
    transform: translateY(-2px);
}

.xq-news-date {
    flex-shrink: 0;
    width: 72px;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
    background: #eaf2ff;
    color: #4070f6;
}

.xq-news-date .xq-day {
    display: block;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
}

.xq-news-date .xq-ym {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    opacity: 0.85;
}

.xq-news-body {
    flex: 1;
    min-width: 0;
}

.xq-news-body h3 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    color: #1a2332;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xq-news-body p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #667085;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xq-news-arrow {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f3f7ff;
    color: #4070f6;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.22s ease, color 0.22s ease;
}

.xq-news-arrow svg {
    width: 16px;
    height: 16px;
    display: block;
}

.xq-news-item:hover .xq-news-arrow {
    background: #4070f6;
    color: #fff;
}

/* —— 分页 —— */
.xq-pagination {
    margin-top: 32px;
}

.xq-pagination .pagination {
    margin: 0;
}

.xq-pagination .page-link {
    color: #4070f6;
    border-color: #e6eefc;
    margin: 0 3px;
    border-radius: 8px !important;
    min-width: 38px;
    text-align: center;
}

.xq-pagination .page-item.active .page-link {
    background: #4070f6;
    border-color: #4070f6;
    color: #fff;
}

.xq-pagination .page-link:hover {
    background: #eaf2ff;
    border-color: #d7e5ff;
    color: #4070f6;
}

/* —— 详情正文（新闻 / 帮助） —— */
.xq-article {
    width: 100%;
    max-width: none;
    margin: 0;
}

.xq-article-head {
    text-align: center;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-bottom: 1px solid #eef1f6;
}

.xq-article-head h1 {
    margin: 0 0 16px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    color: #1a2332;
}

.xq-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.xq-meta-item {
    display: inline-flex;
    align-items: center;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 13px;
    color: #4070f6;
    background: #eaf2ff;
    border: 1px solid #d7e5ff;
}

.xq-article-body {
    padding: 8px 4px 24px;
    font-size: 15px;
    line-height: 1.85;
    color: #333;
    text-align: left;
}

.xq-article-body img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px;
}

.xq-article-body p {
    margin-bottom: 1em;
}

.xq-article-body a {
    color: #4070f6;
}

.xq-article-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1;
    color: #4070f6;
    text-decoration: none !important;
}

.xq-article-back svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    display: block;
}

.xq-article-back:hover {
    color: #2f5fd6;
    text-decoration: none !important;
}

/* —— 帮助中心 —— */
.xq-help {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 24px;
    align-items: start;
}

.xq-help-side {
    border: 1px solid #e8edf5;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    position: sticky;
    top: 80px;
}

.xq-help-side-title {
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 700;
    color: #1a2332;
    background: #f7faff;
    border-bottom: 1px solid #e8edf5;
}

.xq-help-side .nav-link {
    display: block;
    padding: 12px 18px;
    margin: 0;
    border: 0;
    border-radius: 0;
    border-left: 3px solid transparent;
    color: #5b6575;
    font-size: 14px;
    background: transparent;
}

.xq-help-side .nav-link:hover {
    color: #4070f6;
    background: #f7faff;
}

.xq-help-side .nav-link.active {
    color: #4070f6;
    font-weight: 600;
    background: #eaf2ff;
    border-left-color: #4070f6;
}

.xq-help-main {
    border: 1px solid #e8edf5;
    border-radius: 12px;
    background: #fff;
    min-height: 320px;
    overflow: hidden;
}

.xq-help-main-title {
    padding: 14px 22px;
    font-size: 14px;
    font-weight: 700;
    color: #1a2332;
    background: #f7faff;
    border-bottom: 1px solid #e8edf5;
}

.xq-help-links {
    padding: 8px 0;
}

.xq-help-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 22px;
    color: #1f2937 !important;
    text-decoration: none !important;
    font-size: 15px;
    border-bottom: 1px solid #f0f3f8;
    transition: background 0.2s ease, color 0.2s ease;
}

.xq-help-link:last-child {
    border-bottom: none;
}

.xq-help-link:hover {
    background: #f7faff;
    color: #4070f6 !important;
}

.xq-help-link::after {
    content: "›";
    flex-shrink: 0;
    color: #4070f6;
    font-size: 20px;
    line-height: 1;
    opacity: 0.5;
}

.xq-help-link:hover::after {
    opacity: 1;
}

/* —— 底部 CTA（帮助页） —— */
.xq-help-cta {
    padding: 48px 0;
    background: linear-gradient(135deg, #4070f6 0%, #5b8cff 100%);
}

.xq-help-cta h2 {
    margin: 0 0 8px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.xq-help-cta p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}

.xq-help-cta .btn {
    border: 1px solid #fff;
    color: #fff;
    background: transparent;
    padding: 10px 22px;
    border-radius: 8px;
    transition: background 0.2s ease, color 0.2s ease;
}

.xq-help-cta .btn:hover {
    background: #fff;
    color: #4070f6;
}

@media (max-width: 991.98px) {
    .xq-help {
        grid-template-columns: 1fr;
    }

    .xq-help-side {
        position: static;
    }

    .xq-help-side .nav {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
    }

    .xq-help-side .nav-link {
        border-left: none;
        border-bottom: 2px solid transparent;
        padding: 10px 14px;
    }

    .xq-help-side .nav-link.active {
        border-left: none;
        border-bottom-color: #4070f6;
    }
}

@media (max-width: 767.98px) {
    .xq-page {
        padding: 28px 0 48px;
    }

    .xq-news-item {
        padding: 16px;
        gap: 12px;
    }

    .xq-news-date {
        width: 58px;
        padding: 8px 0;
    }

    .xq-news-date .xq-day {
        font-size: 18px;
    }

    .xq-news-body h3 {
        font-size: 15px;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .xq-news-arrow {
        display: none;
    }

    .xq-article-head h1 {
        font-size: 22px;
    }

    .xq-help-cta {
        text-align: center;
    }

    .xq-help-cta .btn {
        margin-top: 16px;
    }
}


/* —— 客户评价（页面复用） —— */
.review-section {
    padding: 96px 0;
    background: #fff;
    border-top: 1px solid #eef1f6;
}
.review-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px;
}
.review-head h2 {
    margin: 0 0 14px;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
    color: #1a2332;
}
.review-head p {
    margin: 0;
    font-size: 15px;
    line-height: 1.75;
    color: #5b6575;
}
.review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.review-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 28px 24px 22px;
    border: 1px solid #e6eefc;
    border-radius: 14px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 42%);
    overflow: hidden;
    cursor: default;
    user-select: text;
}
.review-card::before {
    content: "\201C";
    position: absolute;
    top: 6px;
    right: 16px;
    font-size: 72px;
    line-height: 1;
    color: rgba(64, 112, 246, 0.12);
    font-family: Georgia, "Times New Roman", serif;
    pointer-events: none;
}
.review-stars {
    display: flex;
    gap: 2px;
    margin: 0 0 14px;
    padding: 0;
    list-style: none;
    color: #4070f6;
    font-size: 14px;
}
.review-text {
    flex: 1;
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 1.75;
    color: #4a5568;
    position: relative;
    z-index: 1;
}
.review-foot {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 16px;
    border-top: 1px solid #eef1f6;
}
.review-avatar {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #eaf2ff;
    color: #4070f6;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-user { flex: 1; min-width: 0; }
.review-user strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #1f2937;
    line-height: 1.3;
}
.review-user small {
    font-size: 12px;
    color: #98a2b3;
}
@media (max-width: 991.98px) {
    .review-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 767.98px) {
    .review-section { padding: 64px 0; }
    .review-grid { grid-template-columns: 1fr; gap: 14px; }
    .review-head h2 { font-size: 24px; }
}

/* —— 服务条款 / 使用限制（铺满容器，不往中间挤） —— */
.xq-legal {
    width: 100%;
    max-width: none;
    margin: 0;
    text-align: left;
    padding: 36px 40px;
    border: 1px solid #e6eefc;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(64, 112, 246, 0.04);
}
.xq-legal h3 {
    margin: 28px 0 14px;
    font-size: 20px;
    font-weight: 700;
    color: #1a2332;
    padding-left: 12px;
    border-left: 3px solid #4070f6;
}
.xq-legal h3:first-child,
.xq-legal > div:first-child h3:first-child {
    margin-top: 0;
}
.xq-legal h4 {
    margin: 18px 0 12px;
    font-size: 16px;
    font-weight: 600;
    color: #334155;
}
.xq-legal .tos-list {
    padding-left: 1.2rem;
    margin-bottom: 0;
}
.xq-legal .tos-list li {
    margin-bottom: 10px;
    line-height: 1.75;
    color: #4a5568;
}
.xq-legal p,
.xq-legal span {
    display: block;
    margin-bottom: 10px;
    line-height: 1.75;
    color: #4a5568;
}
.xq-legal a {
    color: #4070f6;
    font-weight: 600;
}

/* —— 静态住宅：卖点 / 场景（保留原四列结构） —— */
.isp-feature-section {
    padding: 56px 0 24px;
    text-align: center;
    background: #fff;
}
.isp-feature-section > .container > h2 {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 700;
    color: #1a2332;
}
.isp-feature-section > .container > p {
    margin: 0 auto 28px;
    max-width: 760px;
    color: #5b6575;
    line-height: 1.7;
}
.isp-feature-item {
    display: flex;
    align-items: center;
    min-height: 120px;
    padding: 12px 14px;
    border: 1px solid #e6eefc;
    border-radius: 12px;
    background: linear-gradient(145deg, #f5f9ff 0%, #ffffff 70%);
    text-align: left;
}
.isp-feature-check {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    margin-right: 14px;
    border-radius: 50%;
    background: #eaf2ff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.isp-feature-check svg {
    width: 22px;
    height: 22px;
    stroke: #4070f6;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.isp-feature-item .font-weight-bold {
    color: #1f2937;
    margin-bottom: 4px;
}
.isp-feature-item .text-muted {
    margin: 0;
    line-height: 1.5;
}
.isp-ip-section {
    padding: 40px 0;
    text-align: center;
    background: #fff;
}
.isp-ip-section > .container > h2 {
    margin: 0 0 10px;
    font-size: 30px;
    font-weight: 700;
    color: #1a2332;
}
.isp-ip-card {
    border: 1px solid #e6eefc;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 20px rgba(64, 112, 246, 0.05);
}
.isp-ip-card img {
    border-radius: 0 !important;
}
.isp-ip-card .isp-ip-body {
    text-align: left;
    padding: 24px 28px;
}
.isp-ip-badge {
    display: inline-block;
    background: #eaf2ff;
    color: #4070f6;
    padding: 2px 8px;
    font-weight: 600;
    border-radius: 5px;
}
.isp-scene-section {
    padding: 56px 0;
    background: #fff;
    text-align: center;
}
.isp-scene-section > .container > h2 {
    margin: 0 0 28px;
    font-size: 30px;
    font-weight: 700;
    color: #1a2332;
}
.isp-scene-card {
    height: 100%;
    min-height: 220px;
    padding: 24px 16px 20px;
    text-align: center;
    border: 1px solid #e6eefc;
    border-radius: 14px;
    background: linear-gradient(145deg, #f5f9ff 0%, #ffffff 70%);
}
.isp-scene-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 14px;
    border-radius: 14px;
    background: #eaf2ff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.isp-scene-icon svg {
    width: 30px;
    height: 30px;
    stroke: #4070f6;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.isp-scene-card h6,
.isp-scene-card h3 {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
}
.isp-scene-card p,
.isp-scene-card .isp-scene-desc {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    color: #667085;
}

/* —— 宝塔页：Hero / 能力 / 安装脚本 / CTA —— */
.xq-bt-hero {
    padding: 72px 0 56px;
    background:
        radial-gradient(ellipse 80% 60% at 90% 10%, rgba(64, 112, 246, 0.12), transparent 55%),
        linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
}
.xq-bt-hero-inner {
    max-width: 720px;
}
.xq-bt-eyebrow {
    margin: 0 0 12px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: #4070f6;
}
.xq-bt-hero h1 {
    margin: 0 0 14px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #111827;
}
.xq-bt-lead {
    margin: 0 0 28px;
    font-size: 16px;
    line-height: 1.75;
    color: #4b5563;
}
.xq-bt-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}
.xq-bt-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 22px;
    border: none;
    border-radius: 8px;
    background: #4070f6;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background 0.15s ease;
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent;
}
.xq-bt-btn-primary:hover,
.xq-bt-btn-primary:focus,
.xq-bt-btn-primary:active {
    background: #2f5fd6;
    color: #fff;
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
}
.xq-bt-btn-ghost {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 8px;
    color: #4070f6;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
}
.xq-bt-btn-ghost:hover,
.xq-bt-btn-ghost:focus {
    color: #2f5fd6;
    text-decoration: none;
    outline: none !important;
}

.xq-bt-features {
    padding: 56px 0 24px;
    background: #fff;
}
.xq-bt-features-head,
.xq-bt-install-head {
    margin-bottom: 28px;
    text-align: center;
}
.xq-bt-features-head h2,
.xq-bt-install-head h2 {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 700;
    color: #111827;
}
.xq-bt-features-head p,
.xq-bt-install-head p {
    margin: 0;
    font-size: 15px;
    color: #667085;
}
.xq-bt-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.xq-bt-feature-card {
    padding: 22px 20px;
    border: 1px solid #e6eefc;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(64, 112, 246, 0.04);
}
.xq-bt-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 14px;
    border-radius: 10px;
    background: #eaf2ff;
    color: #4070f6;
}
.xq-bt-feature-card h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
}
.xq-bt-feature-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.65;
    color: #667085;
}

.xq-bt-install {
    padding: 40px 0 64px;
    background: #fff;
}
.xq-bt-script-list {
    display: grid;
    gap: 12px;
    min-width: 0;
}
.xq-bt-script-row {
    padding: 14px 16px;
    border: 1px solid #e8eef8;
    border-radius: 10px;
    background: #fff;
    min-width: 0;
    overflow: hidden;
    box-sizing: border-box;
}
.xq-bt-script-meta {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    min-width: 0;
}
.xq-bt-os {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 4px;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 4px;
    background: #4070f6;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}
.xq-bt-os svg {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}
.xq-bt-ver {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 13px;
    color: #667085;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xq-bt-script-line {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}
.xq-bt-script-line code {
    display: block;
    flex: 1 1 0%;
    width: 0;
    min-width: 0;
    margin: 0;
    padding: 10px 12px;
    border-radius: 6px;
    background: #f7f9fc;
    border: 1px solid #e8eef8;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    word-break: normal;
    overflow-wrap: normal;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
    line-height: 1.65;
    color: #334155;
    box-sizing: border-box;
    scrollbar-width: none; /* Firefox：隐藏滚动条样式 */
    -ms-overflow-style: none; /* IE/旧 Edge */
}
.xq-bt-script-line code::-webkit-scrollbar {
    display: none; /* Chrome / Safari */
}
.xq-bt-copy {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    min-height: 36px;
    padding: 0 14px;
    border: none;
    border-radius: 6px;
    background: #4070f6;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}
.xq-bt-copy:hover {
    background: #2f5fd6;
}
.xq-bt-copy.is-copied {
    background: #16a34a;
}
.xq-bt-note {
    margin-top: 18px;
    padding: 14px 18px;
    border-radius: 10px;
    background: #eaf2ff;
    border: 1px solid #d7e5ff;
    color: #334155;
    font-size: 14px;
    box-sizing: border-box;
}
.xq-bt-note p {
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 991.98px) {
    .xq-bt-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767.98px) {
    .xq-legal {
        padding: 22px 16px;
    }
    .isp-feature-section > .container > h2,
    .isp-ip-section > .container > h2,
    .isp-scene-section > .container > h2 {
        font-size: 24px;
    }
    .isp-scene-card {
        min-height: 0;
    }
    .xq-bt-hero {
        padding: 48px 0 40px;
    }
    .xq-bt-hero h1 {
        font-size: 30px;
    }
    .xq-bt-feature-grid {
        grid-template-columns: 1fr;
    }
    .xq-bt-features {
        padding-top: 36px;
    }
    .xq-bt-install {
        padding: 24px 0 40px;
    }
    .xq-bt-copy {
        min-height: 40px;
    }
}
