/* ============================================================
 * 小红泡首页样式 v8.0 (珊瑚暖科技 风格)
 * 三色体系: 珊瑚红 (#FF5A5F) + 暖橙 (#FF8C42) + 深墨绿 (#0B7285)
 * 设计亮点: 气泡光晕装饰 + 珊瑚→墨绿标志性 CTA 渐变 + 暖色调阴影
 * 设计令牌: 见 style.css 的 --xhpp-* CSS 自定义属性
 * ============================================================ */

/* ============================================================
 * 通用容器与排版
 * ============================================================ */
.xhpp-home-template .a5-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}
.xhpp-home-template .a5-inner-container {
    max-width: 1160px;
    margin: 0 auto;
}

.xhpp-home-template .a5-section-header {
    text-align: center;
    margin-bottom: 32px;
    padding: 0 10px;
}
.xhpp-home-template .a5-section-header h2 {
    font-size: 28px;
    font-weight: 800;
    color: #2C2A2E;
    margin: 0 0 10px;
    letter-spacing: -0.01em;
    line-height: 1.3;
}
.xhpp-home-template .a5-section-header p {
    font-size: 14.5px;
    color: #8C8A8E;
    margin: 0;
    line-height: 1.6;
}
.xhpp-home-template .a5-section-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #FF5A5F;
    background: rgba(255, 90, 95, 0.10);
    padding: 4px 14px;
    border-radius: 999px;
    margin-bottom: 12px;
    letter-spacing: 0.02em;
}
.xhpp-home-template .a5-section-footer {
    text-align: center;
    margin-top: 24px;
}
@media (max-width: 640px) {
    .xhpp-home-template .a5-section-header h2 { font-size: 21px; }
    .xhpp-home-template .a5-section-header p { font-size: 13px; }
    .xhpp-home-template .a5-section-header { margin-bottom: 22px; }
}

/* 通用按钮 */
.xhpp-home-template .a5-btn {
    display: inline-block;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    cursor: pointer;
    border: none;
    line-height: 1.4;
}
.xhpp-home-template .a5-btn-primary {
    background: linear-gradient(135deg, #FF5A5F, #FF8C42);
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(255, 90, 95, 0.30);
}
.xhpp-home-template .a5-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 90, 95, 0.42);
}
.xhpp-home-template .a5-btn-secondary {
    background: #fff;
    color: #FF5A5F !important;
    border: 2px solid #FF5A5F;
}
.xhpp-home-template .a5-btn-secondary:hover {
    background: #FFF4F0;
}
.xhpp-home-template .a5-more-btn {
    padding: 8px 22px;
    font-size: 13px;
}

/* PC only / mobile only */
.xhpp-home-template .pc-only { display: block; }
.xhpp-home-template .mobile-only { display: none; }
@media (max-width: 768px) {
    .xhpp-home-template .pc-only { display: none !important; }
    .xhpp-home-template .mobile-only { display: block; }
}

/* ============================================================
 * 1. A5-Banner (对齐 a5.org.cn A5-banner-container)
 *    v8.0 增强: 气泡装饰 ::before/::after (珊瑚暖科技品牌识别)
 * ============================================================ */
.xhpp-home-template .a5-banner-container {
    position: relative;
    overflow: hidden;
    padding: 28px 0 20px;
    background: var(--xhpp-gradient-hero);
}
/* 气泡装饰 - 右上角珊瑚红光晕 */
.xhpp-home-template .a5-banner-container::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 138, 142, 0.25) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}
/* 气泡装饰 - 左下角暖橙光晕 */
.xhpp-home-template .a5-banner-container::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 10%;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 140, 66, 0.18) 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}
/* banner 内容层置于气泡之上 */
.xhpp-home-template .a5-banner-container > * {
    position: relative;
    z-index: 1;
}
.xhpp-home-template .a5-content-wrapper {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    align-items: center;
}
@media (max-width: 960px) {
    .xhpp-home-template .a5-content-wrapper {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .xhpp-home-template .a5-content-right { order: -1; }
}
.xhpp-home-template .a5-tag-expert {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #E6F4F5;
    color: #0B7285;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 12.5px;
    font-weight: 700;
    margin-bottom: 16px;
    border: 1px solid #B3E5DC;
}
.xhpp-home-template .a5-content-left h1 {
    font-size: 34px;
    font-weight: 800;
    color: #2C2A2E;
    line-height: 1.25;
    margin: 0 0 14px;
    letter-spacing: -0.02em;
}
@media (max-width: 640px) {
    .xhpp-home-template .a5-content-left h1 { font-size: 23px; }
}
.xhpp-home-template .a5-slogan {
    font-size: 16px;
    font-weight: 600;
    color: #FF5A5F;
    margin: 0 0 12px;
    line-height: 1.4;
}
@media (max-width: 640px) {
    .xhpp-home-template .a5-slogan { font-size: 14px; }
}
.xhpp-home-template .a5-desc {
    font-size: 14.5px;
    color: #5C5A5E;
    line-height: 1.8;
    margin: 0 0 22px;
}
@media (max-width: 640px) {
    .xhpp-home-template .a5-desc { font-size: 13px; margin-bottom: 18px; }
}
.xhpp-home-template .a5-cta-group {
    margin-bottom: 20px;
}
.xhpp-home-template .a5-cta-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}
.xhpp-home-template .a5-cta-buttons .a5-btn-primary,
.xhpp-home-template .a5-cta-buttons .a5-btn-secondary {
    padding: 11px 26px;
    font-size: 14.5px;
}
@media (max-width: 640px) {
    .xhpp-home-template .a5-cta-buttons .a5-btn-primary,
    .xhpp-home-template .a5-cta-buttons .a5-btn-secondary {
        width: 100%;
        text-align: center;
    }
}
.xhpp-home-template .a5-cta-note {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #5C5A5E;
}
.xhpp-home-template .a5-pulse-dot {
    font-size: 14px;
}

/* 右侧视觉区 */
.xhpp-home-template .a5-content-right {
    position: relative;
}
.xhpp-home-template .a5-image-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
}
.xhpp-home-template .a5-illustration {
    width: 100%;
    max-width: 400px;
}
.xhpp-home-template .a5-banner-svg {
    width: 100%;
    height: auto;
    display: block;
}
.xhpp-home-template .a5-card-clients {
    position: absolute;
    bottom: 20px;
    left: 0;
    background: #fff;
    padding: 10px 14px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(224, 71, 78, 0.10);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #5C5A5E;
}
.xhpp-home-template .a5-client-avatars {
    display: inline-flex;
}
.xhpp-home-template .a5-avatar-ring {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    border: 2px solid #fff;
    margin-right: -8px;
}
.xhpp-home-template .a5-avatar-ring:nth-child(1) { z-index: 4; }
.xhpp-home-template .a5-avatar-ring:nth-child(2) { z-index: 3; }
.xhpp-home-template .a5-avatar-ring:nth-child(3) { z-index: 2; }
.xhpp-home-template .a5-avatar-ring:nth-child(4) { z-index: 1; }

.xhpp-home-template .a5-card-metrics {
    position: absolute;
    top: 10px;
    right: 0;
    background: #fff;
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(224, 71, 78, 0.10);
    text-align: center;
    min-width: 120px;
}
.xhpp-home-template .a5-metric-title {
    display: block;
    font-size: 11px;
    color: #8C8A8E;
    font-weight: 600;
    margin-bottom: 4px;
}
.xhpp-home-template .a5-metric-percent {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #FF5A5F;
    line-height: 1;
    margin-bottom: 6px;
}
.xhpp-home-template .a5-chart-placeholder {
    width: 80px;
    height: 24px;
}
.xhpp-home-template .a5-line-chart {
    width: 100%;
    height: 100%;
}
@media (max-width: 640px) {
    .xhpp-home-template .a5-card-clients,
    .xhpp-home-template .a5-card-metrics {
        position: static;
        margin-top: 10px;
        display: inline-flex;
    }
}

/* 底部统计栏 */
.xhpp-home-template .a5-banner-stats {
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px dashed #FAF6F2;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 4px;
}
@media (max-width: 960px) {
    .xhpp-home-template .a5-banner-stats { grid-template-columns: repeat(3, 1fr); gap: 12px; }
}
@media (max-width: 480px) {
    .xhpp-home-template .a5-banner-stats { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}
.xhpp-home-template .a5-stat-item {
    text-align: center;
    padding: 6px 4px;
}
.xhpp-home-template .a5-stat-num-wrap {
    display: flex;
    align-items: baseline;
    justify-content: center;
    line-height: 1;
}
.xhpp-home-template .a5-stat-num {
    font-size: 24px;
    font-weight: 800;
    color: #2C2A2E;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}
@media (max-width: 640px) {
    .xhpp-home-template .a5-stat-num { font-size: 19px; }
}
.xhpp-home-template .a5-stat-label {
    display: block;
    font-size: 12px;
    color: #8C8A8E;
    margin-top: 5px;
}

/* ============================================================
 * 2. 核心优势 (a5-features-section)
 * ============================================================ */
.xhpp-home-template .a5-features-section {
    padding: 40px 0;
}
.xhpp-home-template .a5-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
@media (max-width: 960px) {
    .xhpp-home-template .a5-features-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
    .xhpp-home-template .a5-features-grid { grid-template-columns: 1fr; }
}
.xhpp-home-template .a5-feature-card {
    background: #fff;
    padding: 26px 20px;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #FAF6F2;
    transition: all 0.3s ease;
}
.xhpp-home-template .a5-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(224, 71, 78, 0.12);
    border-color: transparent;
}
.xhpp-home-template .a5-feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 22px;
    color: #fff;
}
.xhpp-home-template .a5-feature-card:nth-child(1) .a5-feature-icon { background: linear-gradient(135deg, #6B5B95, #9B8AC4); }
.xhpp-home-template .a5-feature-card:nth-child(2) .a5-feature-icon { background: linear-gradient(135deg, #FF5A5F, #FF8C42); }
.xhpp-home-template .a5-feature-card:nth-child(3) .a5-feature-icon { background: linear-gradient(135deg, #FF8C42, #F0A93B); }
.xhpp-home-template .a5-feature-card:nth-child(4) .a5-feature-icon { background: linear-gradient(135deg, #0B7285, #3FB8C4); }
.xhpp-home-template .a5-feature-card h3 {
    font-size: 17px;
    font-weight: 700;
    color: #2C2A2E;
    margin: 0 0 6px;
}
.xhpp-home-template .a5-feature-card p {
    font-size: 13px;
    color: #8C8A8E;
    margin: 0;
    line-height: 1.6;
}

/* ============================================================
 * 3. 项目展示 (a5-projects-showcase)
 * ============================================================ */
.xhpp-home-template .a5-projects-showcase {
    padding: 32px 0;
}
.xhpp-home-template .a5-projects-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
@media (max-width: 1100px) {
    .xhpp-home-template .a5-projects-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 820px) {
    .xhpp-home-template .a5-projects-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
    .xhpp-home-template .a5-projects-grid { grid-template-columns: 1fr; }
}

.xhpp-home-template .a5-project-card {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #F0EBE6;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}
.xhpp-home-template .a5-project-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(224, 71, 78, 0.12);
    border-color: transparent;
}

/* 标签区域 */
.xhpp-home-template .a5-project-tag-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 12px;
    background: linear-gradient(135deg, #FAF6F2, #FFF4F0);
}
.xhpp-home-template .a5-project-tag {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    padding: 3px 10px;
    border-radius: 999px;
}
.xhpp-home-template .a5-project-tag.a5-tag-ai        { background: linear-gradient(135deg, #6B5B95, #9B8AC4); }
.xhpp-home-template .a5-project-tag.a5-tag-traffic   { background: linear-gradient(135deg, #FF5A5F, #FF8C42); }
.xhpp-home-template .a5-project-tag.a5-tag-thinking  { background: linear-gradient(135deg, #0B7285, #3FB8C4); }
.xhpp-home-template .a5-project-tag.a5-tag-resource  { background: linear-gradient(135deg, #FF8C42, #F0A93B); }
.xhpp-home-template .a5-project-hot-tag {
    font-size: 11px;
    font-weight: 700;
    color: #5C5A5E;
    background: #fff;
    padding: 3px 9px;
    border-radius: 999px;
    box-shadow: 0 2px 4px rgba(224, 71, 78, 0.08);
}

/* 卡片内容 */
.xhpp-home-template .a5-project-card h3 {
    font-size: 15px;
    font-weight: 700;
    color: #2C2A2E;
    margin: 0;
    padding: 12px 14px 6px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.xhpp-home-template .a5-project-desc {
    font-size: 12.5px;
    color: #8C8A8E;
    line-height: 1.6;
    margin: 0;
    padding: 0 14px 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}
.xhpp-home-template .a5-project-meta {
    display: flex;
    gap: 12px;
    padding: 0 14px 8px;
    font-size: 11.5px;
    color: #8C8A8E;
}
.xhpp-home-template .a5-project-meta i {
    margin-right: 4px;
    color: #BCBABE;
}

/* 价格区域 */
.xhpp-home-template .a5-project-price-group {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 8px 12px;
    background: #FFF4F0;
    border-radius: 8px;
    margin: 0 14px 8px;
}
.xhpp-home-template .a5-project-original-price {
    font-size: 12px;
    color: #BCBABE;
    text-decoration: line-through;
    font-weight: 600;
}
.xhpp-home-template .a5-project-vip-price {
    font-size: 12.5px;
    font-weight: 700;
    color: #FF5A5F;
    margin-left: auto;
}

/* 锁定区域 */
.xhpp-home-template .a5-project-lock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 8px 14px 12px;
    font-size: 11.5px;
    color: #E0474E;
    background: #FFF4F0;
    border-top: 1px dashed #FFD0CC;
}
.xhpp-home-template .a5-project-lock span {
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 1.4;
}
.xhpp-home-template .a5-project-lock i {
    color: #FF5A5F;
}
.xhpp-home-template .a5-project-unlock-btn {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #FF5A5F !important;
    background: #fff;
    padding: 4px 12px;
    border-radius: 999px;
    text-decoration: none !important;
    border: 1px solid #FF5A5F;
    transition: all 0.25s ease;
    white-space: nowrap;
}
.xhpp-home-template .a5-project-unlock-btn:hover {
    background: #FF5A5F;
    color: #fff !important;
}

/* 分类标题徽章 */
.xhpp-home-template .a5-cat-badge {
    font-size: 11px;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: 999px;
    vertical-align: middle;
    margin-left: 6px;
}
.xhpp-home-template .a5-badge-hot {
    background: linear-gradient(135deg, #FF5A5F, #FF8C42);
    color: #fff;
}

/* ============================================================
 * 4. 黄金圈法则 (a5-golden-circle-section)
 * ============================================================ */
.xhpp-home-template .a5-golden-circle-section {
    padding: 40px 0;
    background: linear-gradient(180deg, #FFFBF7 0%, #fff 100%);
}
.xhpp-home-template .a5-gc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 28px;
}
@media (max-width: 960px) {
    .xhpp-home-template .a5-gc-grid { grid-template-columns: 1fr; }
}
.xhpp-home-template .a5-gc-card {
    background: #fff;
    padding: 30px 24px;
    text-align: center;
    border-radius: 16px;
    border: 1px solid #FAF6F2;
    transition: all 0.3s ease;
}
.xhpp-home-template .a5-gc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(224, 71, 78, 0.12);
    border-color: transparent;
}
.xhpp-home-template .a5-gc-ring {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    color: #fff;
}
.xhpp-home-template .a5-gc-ring.gc-why  { background: linear-gradient(135deg, #FF5A5F, #FF8C42); }
.xhpp-home-template .a5-gc-ring.gc-how  { background: linear-gradient(135deg, #6B5B95, #9B8AC4); }
.xhpp-home-template .a5-gc-ring.gc-what { background: linear-gradient(135deg, #0B7285, #3FB8C4); }
.xhpp-home-template .a5-gc-label {
    font-size: 11px;
    font-weight: 800;
    color: #8C8A8E;
    letter-spacing: 0.15em;
    margin-bottom: 4px;
}
.xhpp-home-template .a5-gc-cn {
    font-size: 13px;
    font-weight: 600;
    color: #5C5A5E;
    margin-bottom: 12px;
}
.xhpp-home-template .a5-gc-title {
    font-size: 17px;
    font-weight: 800;
    color: #2C2A2E;
    margin: 0 0 10px;
    line-height: 1.4;
}
.xhpp-home-template .a5-gc-desc {
    font-size: 13px;
    color: #5C5A5E;
    line-height: 1.75;
    margin: 0;
}

/* 社区宣言 */
.xhpp-home-template .a5-manifesto {
    background: linear-gradient(135deg, #FFF4F0 0%, #FFF4E6 100%);
    border-left: 4px solid #FF5A5F;
    padding: 26px 30px;
    border-radius: 12px;
    text-align: center;
}
.xhpp-home-template .a5-manifesto-text {
    font-size: 17px;
    font-weight: 700;
    color: #2C2A2E;
    line-height: 1.7;
    margin: 0 0 8px;
    font-style: italic;
}
@media (max-width: 640px) {
    .xhpp-home-template .a5-manifesto-text { font-size: 14.5px; }
    .xhpp-home-template .a5-manifesto { padding: 20px 18px; }
}
.xhpp-home-template .a5-manifesto-author {
    font-size: 12.5px;
    color: #8C8A8E;
    font-weight: 600;
}

/* ============================================================
 * 5. 用户共建飞轮 (a5-cocreation-section)
 * ============================================================ */
.xhpp-home-template .a5-cocreation-section {
    padding: 40px 0;
}
.xhpp-home-template .a5-cc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 28px;
}
@media (max-width: 960px) {
    .xhpp-home-template .a5-cc-grid { grid-template-columns: 1fr; }
}
.xhpp-home-template .a5-cc-card {
    background: #fff;
    padding: 26px 22px;
    border-radius: 12px;
    border: 1px solid #FAF6F2;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: all 0.3s ease;
}
.xhpp-home-template .a5-cc-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 36px rgba(224, 71, 78, 0.12);
    border-color: transparent;
}
.xhpp-home-template .a5-cc-header {
    display: flex;
    align-items: center;
    gap: 12px;
}
.xhpp-home-template .a5-cc-icon {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex-shrink: 0;
}
.xhpp-home-template .a5-cc-icon.cc-red    { background: linear-gradient(135deg, #FFD0CC, #FF8A8E); }
.xhpp-home-template .a5-cc-icon.cc-orange { background: linear-gradient(135deg, #FFD8B0, #FF8C42); }
.xhpp-home-template .a5-cc-icon.cc-teal   { background: linear-gradient(135deg, #B3E5DC, #3FB8C4); }
.xhpp-home-template .a5-cc-title {
    font-size: 18px;
    font-weight: 800;
    color: #2C2A2E;
    margin: 0;
    line-height: 1.3;
}
.xhpp-home-template .a5-cc-tagline {
    display: block;
    font-size: 12px;
    color: #8C8A8E;
    margin-top: 2px;
}
.xhpp-home-template .a5-cc-desc {
    font-size: 13px;
    color: #5C5A5E;
    line-height: 1.7;
    margin: 0;
    flex: 1;
}
.xhpp-home-template .a5-cc-reward {
    background: linear-gradient(135deg, #FFF4E6, #FFF4F0);
    border-radius: 8px;
    padding: 10px 12px;
    display: flex;
    gap: 8px;
    align-items: flex-start;
}
.xhpp-home-template .a5-cc-reward-label {
    font-size: 12px;
    font-weight: 700;
    color: #F0A93B;
    flex-shrink: 0;
}
.xhpp-home-template .a5-cc-reward-text {
    font-size: 12.5px;
    color: #5C5A5E;
    line-height: 1.55;
    font-weight: 500;
}
.xhpp-home-template .a5-cc-btn {
    text-align: center;
    padding: 9px 16px;
    font-size: 13.5px;
}

/* 飞轮逻辑 */
.xhpp-home-template .a5-flywheel {
    background: linear-gradient(135deg, #FAF6F2, #FFFBF7);
    border-radius: 16px;
    padding: 26px 22px;
    border: 1px dashed #F0EBE6;
}
.xhpp-home-template .a5-flywheel-title {
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    color: #2C2A2E;
    margin-bottom: 16px;
}
.xhpp-home-template .a5-flywheel-chain {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}
.xhpp-home-template .a5-fw-node {
    display: inline-block;
    font-size: 12.5px;
    font-weight: 700;
    color: #2C2A2E;
    background: #fff;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid #F0EBE6;
    box-shadow: 0 2px 6px rgba(224, 71, 78, 0.06);
    transition: all 0.3s ease;
}
.xhpp-home-template .a5-fw-node.xhpp-fw-active {
    background: linear-gradient(135deg, #FF5A5F, #FF8C42);
    color: #fff;
    border-color: transparent;
    transform: scale(1.05);
}
.xhpp-home-template .a5-fw-arrow {
    font-size: 16px;
    color: #FF5A5F;
    font-weight: 700;
}
.xhpp-home-template .a5-flywheel-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
@media (max-width: 640px) {
    .xhpp-home-template .a5-flywheel-stats { grid-template-columns: repeat(2, 1fr); }
}
.xhpp-home-template .a5-fw-stat {
    text-align: center;
    background: #fff;
    padding: 14px 8px;
    border-radius: 12px;
}
.xhpp-home-template .a5-fw-stat strong {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #FF5A5F;
    line-height: 1;
    margin-bottom: 6px;
    font-variant-numeric: tabular-nums;
}
.xhpp-home-template .a5-fw-stat span {
    font-size: 12px;
    color: #8C8A8E;
}

/* ============================================================
 * 6. 生态四方 (a5-ecosystem-section)
 * ============================================================ */
.xhpp-home-template .a5-ecosystem-section {
    padding: 40px 0;
    background: linear-gradient(180deg, #FFFBF7 0%, #fff 100%);
}
.xhpp-home-template .a5-eco-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
@media (max-width: 1100px) {
    .xhpp-home-template .a5-eco-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
    .xhpp-home-template .a5-eco-grid { grid-template-columns: 1fr; }
}
.xhpp-home-template .a5-eco-card {
    background: #fff;
    padding: 22px 18px;
    border-radius: 12px;
    border: 1px solid #FAF6F2;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.xhpp-home-template .a5-eco-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 32px rgba(224, 71, 78, 0.10);
    border-color: transparent;
}
.xhpp-home-template .a5-eco-head {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #FAF6F2;
}
.xhpp-home-template .a5-eco-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
}
.xhpp-home-template .a5-eco-head.eco-purple .a5-eco-icon { background: linear-gradient(135deg, #6B5B95, #9B8AC4); }
.xhpp-home-template .a5-eco-head.eco-red .a5-eco-icon    { background: linear-gradient(135deg, #FF5A5F, #FF8C42); }
.xhpp-home-template .a5-eco-head.eco-orange .a5-eco-icon { background: linear-gradient(135deg, #FF8C42, #F0A93B); }
.xhpp-home-template .a5-eco-head.eco-teal .a5-eco-icon   { background: linear-gradient(135deg, #0B7285, #3FB8C4); }
.xhpp-home-template .a5-eco-role {
    font-size: 16px;
    font-weight: 800;
    color: #2C2A2E;
    margin: 0;
    line-height: 1.3;
}
.xhpp-home-template .a5-eco-sub {
    display: block;
    font-size: 11.5px;
    color: #8C8A8E;
    margin-top: 2px;
}
.xhpp-home-template .a5-eco-need {
    background: #FFFBF7;
    border-radius: 8px;
    padding: 10px 12px;
}
.xhpp-home-template .a5-eco-need-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #8C8A8E;
    margin-bottom: 4px;
}
.xhpp-home-template .a5-eco-need p {
    font-size: 12.5px;
    color: #5C5A5E;
    margin: 0;
    line-height: 1.55;
    font-weight: 600;
}
.xhpp-home-template .a5-eco-benefit-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    color: #FF5A5F;
    margin-bottom: 8px;
}
.xhpp-home-template .a5-eco-benefit ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.xhpp-home-template .a5-eco-benefit li {
    font-size: 12.5px;
    color: #5C5A5E;
    line-height: 1.6;
    padding: 3px 0 3px 18px;
    position: relative;
}
.xhpp-home-template .a5-eco-benefit li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 3px;
    color: #0B7285;
    font-weight: 800;
    font-size: 13px;
}

/* ============================================================
 * 7. 创业者评价 (a5-testimonials)
 * ============================================================ */
.xhpp-home-template .a5-testimonials {
    padding: 40px 0;
}
.xhpp-home-template .a5-testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
@media (max-width: 820px) {
    .xhpp-home-template .a5-testimonial-grid { grid-template-columns: 1fr; }
}
.xhpp-home-template .a5-testimonial-card {
    background: #fff;
    padding: 24px 20px;
    border-radius: 12px;
    border: 1px solid #FAF6F2;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.xhpp-home-template .a5-testimonial-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 32px rgba(224, 71, 78, 0.10);
    border-color: transparent;
}
.xhpp-home-template .a5-testimonial-empty {
    text-align: center;
    align-items: center;
}
.xhpp-home-template .a5-user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #FAF6F2;
}
.xhpp-home-template .a5-user-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(224, 71, 78, 0.10);
    margin-bottom: 6px;
}
.xhpp-home-template .a5-avatar-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #FFD0CC, #FF8A8E);
    color: #fff;
    font-weight: 800;
    font-size: 20px;
}
.xhpp-home-template .a5-user-name {
    font-size: 15px;
    font-weight: 700;
    color: #2C2A2E;
}
.xhpp-home-template .a5-user-school {
    font-size: 12px;
    color: #8C8A8E;
}
.xhpp-home-template .a5-stars {
    color: #ffc107;
    font-size: 13px;
    margin-top: 2px;
}
.xhpp-home-template .a5-quote-text {
    font-size: 16px;
    font-weight: 700;
    color: #FF5A5F;
    line-height: 1.4;
}
.xhpp-home-template .a5-quote-desc {
    font-size: 13px;
    color: #5C5A5E;
    line-height: 1.75;
    flex: 1;
}

/* ============================================================
 * 8. VIP 会员定价 (a5-inx-pricing-section) — 翻转卡片
 * ============================================================ */
.xhpp-home-template .a5-inx-pricing-section {
    padding: 40px 0;
    background: linear-gradient(180deg, #FAF6F2 0%, #fff 100%);
}
.xhpp-home-template .a5-inx-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 16px;
}
.xhpp-home-template .a5zy-vip-card-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    perspective: 1000px;
}
.xhpp-home-template .a5zy-vip-card {
    cursor: pointer;
}
.xhpp-home-template .a5zy-vip-card-inner {
    position: relative;
    width: 100%;
    height: 320px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.xhpp-home-template .a5zy-vip-card:hover .a5zy-vip-card-inner {
    transform: rotateY(180deg);
}
.xhpp-home-template .a5zy-vip-card-front,
.xhpp-home-template .a5zy-vip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 16px;
    padding: 28px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.xhpp-home-template .a5zy-vip-card-front {
    background: #fff;
    border: 2px solid #FAF6F2;
    box-shadow: 0 4px 16px rgba(224, 71, 78, 0.08);
}
.xhpp-home-template .a5zy-vip-card-back {
    background: linear-gradient(135deg, #FF5A5F, #0B7285);
    color: #fff;
    transform: rotateY(180deg);
}
.xhpp-home-template .a5zy-card-icon {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 6px;
}
.xhpp-home-template .a5zy-card-title {
    font-size: 17px;
    font-weight: 800;
    color: inherit;
}
.xhpp-home-template .a5zy-vip-card-back .a5zy-card-title {
    color: #fff;
    margin-bottom: 10px;
}
.xhpp-home-template .a5zy-card-price {
    font-size: 28px;
    font-weight: 800;
    color: #2C2A2E;
    line-height: 1;
}
.xhpp-home-template .a5zy-card-price small {
    font-size: 13px;
    font-weight: 600;
    color: #8C8A8E;
    margin-left: 2px;
}
.xhpp-home-template .a5zy-card-desc {
    font-size: 12.5px;
    color: #8C8A8E;
    line-height: 1.5;
}
.xhpp-home-template .a5zy-card-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 999px;
    margin-top: 6px;
}
.xhpp-home-template .a5zy-badge-free     { background: #FAF6F2; color: #5C5A5E; }
.xhpp-home-template .a5zy-badge-basic    { background: #FFF4E6; color: #F0A93B; }
.xhpp-home-template .a5zy-badge-vip      { background: #FFF4F0; color: #FF5A5F; }
.xhpp-home-template .a5zy-badge-lifetime { background: #FFFBF7; color: #6B5B95; }
.xhpp-home-template .a5zy-privilege-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    width: 100%;
}
.xhpp-home-template .a5zy-privilege-list li {
    font-size: 12.5px;
    padding: 5px 0 5px 22px;
    position: relative;
    line-height: 1.5;
}
.xhpp-home-template .a5zy-privilege-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3FB8C4;
    font-weight: 800;
}

/* 移动端定价卡 */
.xhpp-home-template .a5-pricing-mobile {
    padding: 32px 0;
}
.xhpp-home-template .a5-pricing-mobile-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.xhpp-home-template .a5-pricing-mobile-card {
    background: #fff;
    padding: 18px 14px;
    border-radius: 12px;
    border: 1px solid #FAF6F2;
    text-align: center;
}
.xhpp-home-template .a5-pricing-mobile-card .a5zy-card-icon { font-size: 28px; }
.xhpp-home-template .a5-pricing-mobile-card .a5zy-card-title { font-size: 14px; }
.xhpp-home-template .a5-pricing-mobile-card .a5zy-card-price { font-size: 20px; }
.xhpp-home-template .a5-pricing-mobile-card .a5zy-card-desc { font-size: 11px; }

/* ============================================================
 * 9. CTA (a5-cta-section)
 * ============================================================ */
.xhpp-home-template .a5-cta-section {
    padding: 48px 0;
    background: linear-gradient(135deg, #FF5A5F 0%, #E0474E 50%, #0B7285 100%);
    text-align: center;
    border-radius: 0;
    margin: 20px -16px 0;
}
@media (max-width: 768px) {
    .xhpp-home-template .a5-cta-section { margin: 16px 0 0; border-radius: 16px; padding: 36px 20px; }
}
.xhpp-home-template .a5-cta-section h2 {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0 0 14px;
    color: #fff !important;
}
@media (max-width: 640px) {
    .xhpp-home-template .a5-cta-section h2 { font-size: 19px; }
}
.xhpp-home-template .a5-cta-section h2 strong {
    background: #fff;
    color: #0B7285;
    padding: 1px 8px;
    border-radius: 6px;
    font-weight: 800;
    white-space: nowrap;
}
.xhpp-home-template .a5-cta-section p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 24px;
    color: rgba(255,255,255,0.92);
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 640px) {
    .xhpp-home-template .a5-cta-section p { font-size: 13px; }
}
.xhpp-home-template .a5-cta-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}
.xhpp-home-template .a5-cta-final-btn {
    display: inline-block;
    background: #fff;
    color: #0B7285 !important;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none !important;
    transition: all 0.25s ease;
    box-shadow: 0 4px 14px rgba(224, 71, 78, 0.20);
}
.xhpp-home-template .a5-cta-final-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(224, 71, 78, 0.25);
}
.xhpp-home-template .a5-cta-secondary-btn {
    display: inline-block;
    background: transparent;
    color: #fff !important;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none !important;
    border: 2px solid #fff;
    transition: all 0.25s ease;
}
.xhpp-home-template .a5-cta-secondary-btn:hover {
    background: rgba(255,255,255,0.15);
}

/* ============================================================
 * 10. FAQ (produck-wid-faq-block) — 手风琴
 * ============================================================ */
.xhpp-home-template .produck-wid-faq-block {
    padding: 40px 0;
}
.xhpp-home-template .produck-faq-main {
    max-width: 800px;
    margin: 0 auto;
}
.xhpp-home-template .produck-faq-summary {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: #fff;
    border: 1px solid #FAF6F2;
    border-radius: 12px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.25s ease;
}
.xhpp-home-template .produck-faq-summary:hover {
    border-color: #FF5A5F;
    box-shadow: 0 4px 14px rgba(255, 90, 95, 0.10);
}
.xhpp-home-template .produck-faq-badge {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 800;
    color: #fff;
}
.xhpp-home-template .produck-faq-badge--purple { background: #6B5B95; }
.xhpp-home-template .produck-faq-badge--pink   { background: #FF5A5F; }
.xhpp-home-template .produck-faq-badge--green  { background: #0B7285; }
.xhpp-home-template .produck-faq-badge--orange { background: #FF8C42; }
.xhpp-home-template .produck-faq-badge--blue   { background: #339af0; }
.xhpp-home-template .produck-faq-qblock {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.xhpp-home-template .produck-faq-q {
    font-size: 14.5px;
    font-weight: 700;
    color: #2C2A2E;
    line-height: 1.4;
}
.xhpp-home-template .produck-faq-preview {
    font-size: 12.5px;
    color: #8C8A8E;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}
.xhpp-home-template .produck-faq-summary.xhpp-faq-open .produck-faq-preview {
    -webkit-line-clamp: unset;
    overflow: visible;
}
.xhpp-home-template .produck-faq-chevron {
    flex-shrink: 0;
    font-size: 18px;
    color: #BCBABE;
    transition: transform 0.3s ease;
}
.xhpp-home-template .produck-faq-summary.xhpp-faq-open .produck-faq-chevron {
    transform: rotate(180deg);
    color: #FF5A5F;
}

/* ============================================================
 * 11. 热门标签 (a5-tags-section)
 * ============================================================ */
.xhpp-home-template .a5-tags-section {
    padding: 32px 0;
}
.xhpp-home-template .a5-tags-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}
.xhpp-home-template .a5-tag-item {
    display: inline-flex;
    align-items: center;
    padding: 6px 14px;
    border-radius: 999px;
    background: #FAF6F2;
    color: #5C5A5E;
    font-size: 12.5px;
    font-weight: 500;
    text-decoration: none !important;
    transition: all 0.3s ease;
    line-height: 1.5;
}
.xhpp-home-template .a5-tag-item:hover {
    background: linear-gradient(135deg, #FF5A5F, #FF8C42);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(255, 90, 95, 0.35);
}
.xhpp-home-template .a5-tag-count {
    font-size: 11px;
    color: #BCBABE;
    margin-left: 4px;
}
.xhpp-home-template .a5-tag-item:hover .a5-tag-count {
    color: rgba(255,255,255,0.9);
}

/* ============================================================
 * 滚动渐入动画 (保留)
 * ============================================================ */
html.xhpp-js .xhpp-anim-hidden {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
    will-change: opacity, transform;
}
html.xhpp-js .xhpp-anim-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* ============================================================
 * 搜索高亮
 * ============================================================ */
.xhpp-search-highlight {
    background: #fff3bf;
    padding: 0 2px;
    border-radius: 2px;
}
