
        /* ===== 顶部横幅 ===== */
        .hero-banner {
            background: linear-gradient(135deg, #f7efe8 0%, #f0e4d8 100%);
            border-radius: 16px;
            padding: 40px 30px 30px;
            text-align: center;
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
            border: 1px solid #e8ddd0;
        }
        .hero-banner::before {
            content: "卍";
            position: absolute;
            right: -10px;
            top: -40px;
            font-size: 200px;
            color: rgba(139, 0, 0, 0.04);
            font-weight: bold;
        }
        .hero-banner .logo-img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            background: #8B0000;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 38px;
            color: #f5e6d3;
            margin-bottom: 10px;
            box-shadow: 0 8px 30px rgba(139, 0, 0, 0.2);
        }
        .hero-banner h1 {
            font-size: 2.4em;
            color: #6b2e1a;
            margin: 6px 0 2px;
            font-weight: 700;
            letter-spacing: 8px;
        }
        .hero-banner .subtitle {
            font-size: 1.05em;
            color: #7a5a44;
            letter-spacing: 3px;
        }
        .hero-banner .divider-line {
            width: 70px;
            height: 3px;
            background: #8B0000;
            margin: 14px auto 16px;
            border-radius: 4px;
        }
.fa-solid, .fas {
    font-weight: 900;
    color: rgb(184, 134, 11);
}
        /* ===== 佛语金句 ===== */
        .sutra-quote {
            background: linear-gradient(135deg, #fcf8f4 0%, #f8f0e8 100%);
            border: 1px solid #e8ddd0;
            border-radius: 12px;
            padding: 20px 28px;
            margin-bottom: 28px;
            text-align: center;
        }
        .sutra-quote .quote-icon {
            color: #b8860b;
            font-size: 18px;
            opacity: 0.6;
        }
        .sutra-quote .quote-text {
            font-size: 1.2em;
            color: #3d2b1f;
            font-weight: 500;
            line-height: 1.8;
            margin: 4px 0 2px;
        }
        .sutra-quote .quote-source {
            font-size: 0.82em;
            color: #9a8a7a;
        }

        /* ===== 网站简介 ===== */
        .intro-section {
            background: #fff;
            border: 1px solid #e8ddd0;
            border-radius: 12px;
            padding: 24px 28px;
            margin-bottom: 28px;
        }
        .intro-section h2 {
            color: #6b2e1a;
            font-size: 1.2em;
            margin-top: 0;
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .intro-section h2 i {
            color: #b8860b;
        }
        .intro-section p {
            color: #4a3a2e;
            line-height: 1.9;
            font-size: 0.95em;
            margin-bottom: 6px;
        }

        /* ===== 经典分类网格 ===== */
        .section-title {
            text-align: center;
            font-size: 1.35em;
            color: #6b2e1a;
            margin: 30px 0 18px;
            letter-spacing: 2px;
        }
        .section-title i {
            color: #b8860b;
            margin-right: 10px;
        }

        .classic-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            gap: 12px;
            margin-bottom: 8px;
        }
        .classic-card {
            background: #faf8f6;
            border: 1px solid #e8ddd0;
            border-radius: 10px;
            padding: 18px 10px 14px;
            text-align: center;
            transition: all 0.25s ease;
            cursor: default;
        }
        .classic-card:hover {
            transform: translateY(-3px);
            box-shadow: 0 6px 20px rgba(139, 0, 0, 0.08);
            border-color: #c0392b;
            background: #fdf8f4;
        }
        .classic-card .card-icon {
            font-size: 2em;
            display: block;
            margin-bottom: 4px;
        }
        .classic-card .card-name {
            font-weight: 600;
            color: #3d2b1f;
            font-size: 0.95em;
        }
        .classic-card .card-desc {
            font-size: 0.72em;
            color: #9a8a7a;
            margin-top: 2px;
        }

        /* ===== 快速入口 ===== */
        .quick-entry {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            justify-content: center;
            margin: 18px 0 8px;
        }
        .quick-entry a {
            background: #8B0000;
            color: #fff !important;
            padding: 8px 24px;
            border-radius: 40px;
            text-decoration: none;
            font-size: 0.88em;
            font-weight: 500;
            transition: all 0.25s ease;
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }
        .quick-entry a i {
            font-size: 0.85em;
        }
        .quick-entry a:hover {
            background: #6b2e1a;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(139, 0, 0, 0.25);
            color: #fff !important;
        }
        .quick-entry a.outline:hover {
            background: #8B0000;
            color: #fff !important;
        }

        /* ===== 页脚 ===== */
        .footer-links {
            text-align: center;
            padding: 6px 0 2px;
            font-size: 0.9em;
            color: #7a5a44;
        }
        .footer-links a {
            margin: 0 12px;
            color: #7a5a44;
            text-decoration: none;
            transition: 0.2s;
        }
        .footer-links a:hover {
            color: #8B0000;
        }
        .footer-links .sep {
            color: #d5c8bc;
        }

        /* ===== 响应式 ===== */
        @media (max-width: 600px) {
            .hero-banner { padding: 28px 16px 22px; }
            .hero-banner h1 { font-size: 1.7em; letter-spacing: 4px; }
            .hero-banner .subtitle { font-size: 0.9em; }
            .classic-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
            .sutra-quote .quote-text { font-size: 1.05em; }
            .quick-entry a { padding: 6px 16px; font-size: 0.8em; }
            .intro-section { padding: 16px; }
        }