/* ===== index.css — 首页专属样式 ===== */
/* 通过更高权重选择器对抗 h5-fresh.css 的 !important 全局覆盖 */

        html,
        body {
            width: 100%;
            max-width: 100%;
            margin: 0;
            overflow-x: hidden;
        }

        *,
        *::before,
        *::after {
            box-sizing: border-box;
        }

        .heroImage { width: 100%; max-width: none; height: auto; margin: 0 0 10px; display: block; border-radius: 20px !important; box-shadow: 0 8px 24px rgba(255, 117, 160, 0.08); }
        .topBar { padding: 14px 18px 0; }
        body .hero { padding: 16px 18px 20px !important; background:
            radial-gradient(circle at top left, rgba(255, 124, 168, 0.18), transparent 34%),
            radial-gradient(circle at top right, rgba(142, 220, 205, 0.2), transparent 32%),
            linear-gradient(180deg, rgba(255,255,255,0.86) 0%, rgba(255, 244, 249, 0.92) 100%) !important;
            border: none !important;
            border-bottom-left-radius: 0 !important; border-bottom-right-radius: 0 !important;
            border-radius: 0 !important;
            box-shadow: none !important;
            backdrop-filter: none !important;
            transform: none !important;
            overflow: hidden !important;
        }
        body .hero::after { display:none !important; }
        body .hero:hover { transform: none !important; }
        .wrap { width: 100%; max-width: 1040px; margin: 0 auto; padding-left: 0; padding-right: 0; }
        .heroInner { display:grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr); gap: 20px; align-items: center; }
        .heroInner > div,
        .heroAside,
        .heroActions,
        .heroFlow,
        .heroStats,
        .heroStat,
        .box {
            min-width: 0;
        }
        .badge { display:inline-flex; align-items:center; gap:8px; padding:7px 10px; border-radius:999px !important; background:rgba(255,255,255,0.88) !important; border:1px solid rgba(255,181,206,0.44) !important; font-size:13px; font-weight:800; color:#7b6571 !important; animation:none !important; }
        .title { font-size: 34px; font-weight: 900; letter-spacing: 0.3px; line-height: 1.24; margin-top: 12px; }
        .sub { margin-top: 10px; color:#5b6472 !important; line-height: 1.6; max-width: 640px; font-size: 14px !important; }
        .heroActions { margin-top: 16px; display:flex; gap:10px; flex-wrap:wrap; }

        /* ---------- 按钮 ---------- */
        body .btn { display:inline-flex; align-items:center; justify-content:center; min-height: 44px; padding: 0 16px; border-radius: 14px !important; color:#fff !important; text-decoration:none; font-weight: 800; background: linear-gradient(135deg, var(--fresh-primary), var(--fresh-primary-deep)) !important; box-shadow: 0 12px 26px rgba(255, 94, 145, 0.22); border: none !important; }
            body .btn.secondary { background:linear-gradient(135deg, rgba(255,255,255,0.98), rgba(255,244,248,0.96)) !important; box-shadow: 0 10px 24px rgba(255, 176, 202, 0.22); color:#7a3652 !important; border:1px solid rgba(255,255,255,0.78) !important; }

        /* ---------- heroStats ---------- */
        .heroStats { margin-top: 14px; display:grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
        .heroStat,
        .heroFlow,
        .heroAside,
        body .box {
            background: rgba(255,255,255,0.82) !important;
            border: 1px solid #f0dde6 !important;
            box-shadow: 0 14px 32px rgba(255, 117, 160, 0.07) !important;
            transform: none !important;
        }
        body .box:hover { transform: none !important; }
        .heroStat { padding: 12px; border-radius: 18px !important; text-align:center; }
        .heroStats,
        .heroStat {
            min-width: 0;
        }
        .heroStat strong { display:block; font-size: 21px; color:#ff6f9d !important; margin-bottom: 4px; }
        .heroFlow { margin-top:12px; padding:12px 14px; border-radius:18px !important; color:#6d6571 !important; line-height:1.6; font-size:14px; }
        .heroAside { padding: 16px; border-radius: 20px !important; }
        .heroAsideTitle { font-size: 18px; font-weight: 900; color:#1f2937 !important; }
        .heroAsideList { margin: 10px 0 0; padding: 0; list-style: none; display:grid; gap: 10px; }
        .heroAsideList li { padding: 10px 12px; border-radius: 16px; background:#fff8fb; border:1px solid #f3dee7; color:#5d6573 !important; line-height:1.55; font-size:13px !important; }
        .grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 16px; }
        .card { border-radius: 18px !important; padding: 16px; background: rgba(255,255,255,0.78) !important; border:1px solid #f0dde6 !important; }
        .card h3 { margin: 0 0 10px; font-size: 18px; }
        .price { font-size: 30px; font-weight: 900; margin: 10px 0; }
        .muted { color:#667085 !important; font-size: 12px; line-height: 1.7; }
        .section { padding: 10px 18px 40px; overflow-x: hidden; }
        .simpleSection { display:grid; grid-template-columns: 1fr 1fr; gap: 14px; }
        body .box { padding: 16px; border-radius: 20px !important; }
        .boxTitle { font-size:18px; font-weight:900; margin-bottom:8px; }
        .siteRecord { width: 100%; display:flex; justify-content:center; align-items:center; padding: 0 18px 22px; text-align: center; font-size: 12px; line-height: 1.6; color:#111827 !important; }
        .siteRecord a { color:#111827 !important; text-decoration: none; border-bottom: none; }
        .siteRecord a:hover { color:#111827 !important; border-bottom: none; }

        img,
        svg {
            max-width: 100%;
            height: auto;
        }

        @media (max-width: 840px){
            .heroInner, .grid, .simpleSection { grid-template-columns: 1fr !important; }
            .title{ font-size: 30px; }
            .heroActions{ flex-direction: column; }
            body .btn{ width: 100%; }
            .heroStats {
                display: grid !important;
                grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
                flex-direction: row !important;
                gap: 8px !important;
            }
            .heroStat {
                padding: 10px 8px;
            }
            .heroStat .muted {
                font-size: 11px;
                line-height: 1.45;
            }
            .heroStat,
            .heroFlow,
            .heroAside,
            body .box {
                box-shadow: 0 10px 24px rgba(255, 117, 160, 0.06) !important;
            }
        }
        @media (max-width: 560px){
            .topBar { padding: 16px 16px 0; }
            body .hero { padding: 26px 16px 18px !important; }
            .section { padding: 10px 16px 36px; }
            .siteRecord { padding: 0 16px 20px; }
            .title { font-size: 26px; line-height: 1.38; }
            .heroStats {
                display: grid !important;
                grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
                flex-direction: row !important;
                gap: 6px !important;
            }
            .heroStat {
                padding: 9px 6px;
                border-radius: 14px !important;
            }
            .heroStat strong { font-size: 17px; margin-bottom: 4px; }
            .heroStat .muted { font-size: 10px; line-height: 1.35; }
            .heroImage { width: 100%; }
        }

        /* 感情文章列表 */
        .articleList { list-style:none; padding:0; margin:0; }
        .articleList li { padding:7px 0; display:flex; justify-content:space-between; align-items:center; }
        .articleList a { color:#6b7280; text-decoration:none; font-size:14px; line-height:1.5; flex:1; min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
        .articleList a:visited, .articleList a:active { color:#6b7280; }
        .articleList a:hover { text-decoration:underline; color:#6b7280; }
