/* 佛缘堂金色佛教风格 */
* { margin: 0; padding: 0; box-sizing: border-box; }

body { 
    font-family: 'Microsoft YaHei', 'SimSun', sans-serif; 
    background: #f5f0e8; 
    color: #333; 
    line-height: 1.6;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }

/* 头部 */
.header { 
    background: linear-gradient(135deg, #8B4513 0%, #D2691E 50%, #CD853F 100%); 
    color: #fff; 
    box-shadow: 0 4px 20px rgba(139, 69, 19, 0.3);
    position: relative;
}

.header .container { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    height: 70px;
}

.logo a { 
    font-size: 32px; 
    color: #FFD700; 
    text-decoration: none; 
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo a i { 
    font-size: 36px; 
    color: #FFD700;
}

/* 导航 */
.nav { display: flex; align-items: center; }
.nav a { 
    color: #fff; 
    text-decoration: none; 
    margin-left: 5px; 
    font-size: 15px;
    padding: 8px 12px;
    border-radius: 20px;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 6px;
}

.nav a i { 
    font-size: 18px; 
    color: #FFD700;
}

.nav a:hover { 
    background: rgba(255, 215, 0, 0.2); 
    color: #FFD700;
}

/* Banner */
.banner { 
    background: linear-gradient(135deg, #8B4513, #D2691E, #CD853F); 
    color: #fff; 
    padding: 80px 0; 
    text-align: center; 
    position: relative;
}

.banner-content { position: relative; z-index: 1; }
.banner h1 { 
    font-size: 48px; 
    margin-bottom: 20px; 
    color: #FFD700;
    text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
.banner p { 
    font-size: 20px; 
    color: #FFF8DC;
    margin-bottom: 30px;
}

.banner-btns { 
    display: flex; 
    justify-content: center; 
    gap: 20px; 
    margin-top: 30px;
}

.btn-gold {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #8B4513;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.4);
}

.btn-gold:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(255, 215, 0, 0.6);
}

/* 功能导航 */
.feature-nav {
    background: #fff;
    padding: 40px 0;
    margin-top: -30px;
    position: relative;
    z-index: 2;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.feature-item {
    text-align: center;
    padding: 30px 20px;
    border-radius: 15px;
    background: linear-gradient(135deg, #FFF8DC, #FFD700);
    text-decoration: none;
    color: #8B4513;
    transition: all 0.3s;
    border: 2px solid #FFD700;
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(139, 69, 19, 0.2);
}

.feature-icon {
    font-size: 40px;
    color: #8B4513;
    margin-bottom: 15px;
}

.feature-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.feature-item p {
    font-size: 13px;
    color: #666;
}

/* 统计区域 */
.stats-section {
    background: linear-gradient(135deg, #8B4513, #D2691E);
    padding: 50px 0;
    margin: 30px 0;
}

.stats { 
    display: flex; 
    justify-content: space-around; 
}

.stat-item { 
    text-align: center; 
    color: #fff;
    padding: 20px;
}

.stat-icon {
    font-size: 40px;
    color: #FFD700;
    margin-bottom: 15px;
}

.stat-item .num { 
    display: block; 
    font-size: 42px; 
    color: #FFD700; 
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.stat-item .label { 
    font-size: 16px; 
    color: #FFF8DC;
    margin-top: 10px;
}

/* 内容区域 */
.main { padding: 40px 0; }

.content-grid { 
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 30px; 
}

.section { 
    background: #fff; 
    border-radius: 15px; 
    box-shadow: 0 5px 20px rgba(139, 69, 19, 0.1);
    overflow: hidden;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background: linear-gradient(135deg, #8B4513, #D2691E);
    color: #fff;
}

.section-title { 
    font-size: 20px; 
    color: #FFD700;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.more-link {
    color: #FFD700;
    text-decoration: none;
    font-size: 14px;
}

.lifo-list, .juanzeng-list { padding: 20px; }

.lifo-item, .juanzeng-item { 
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-bottom: 1px solid #f0e6d3;
    transition: all 0.3s;
}

.lifo-item:hover, .juanzeng-item:hover {
    background: #FFF8DC;
    border-radius: 10px;
}

.item-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8B4513;
    font-size: 20px;
    flex-shrink: 0;
}

.item-content { flex: 1; }
.item-content h3 { font-size: 16px; margin-bottom: 5px; }
.item-content h3 a { color: #8B4513; text-decoration: none; }
.item-content h3 a:hover { color: #D2691E; }

.meta { font-size: 12px; color: #999; }

/* 按钮 */
.btn { 
    display: inline-block; 
    padding: 10px 25px; 
    background: linear-gradient(135deg, #8B4513, #D2691E); 
    color: #fff; 
    text-decoration: none; 
    border-radius: 25px; 
    border: none; 
    cursor: pointer; 
    font-size: 14px;
    transition: all 0.3s;
}

.btn:hover { 
    background: linear-gradient(135deg, #D2691E, #CD853F); 
    transform: translateY(-2px);
}

.btn-primary { 
    background: linear-gradient(135deg, #FFD700, #FFA500); 
    color: #8B4513;
    font-weight: bold;
}

/* 页脚 */
.footer { 
    background: linear-gradient(135deg, #2c1810, #4a2c1a); 
    color: #e8dcc8; 
    padding: 60px 0 30px;
}

.footer-content { 
    display: grid; 
    grid-template-columns: 1fr 1fr 1fr; 
    gap: 40px; 
    margin-bottom: 40px;
}

.footer-section h3 {
    color: #FFD700;
    margin-bottom: 20px;
    font-size: 20px;
    border-bottom: 2px solid #FFD700;
    padding-bottom: 10px;
    display: inline-block;
}

.footer-section p, .footer-section a {
    color: #e8dcc8;
    text-decoration: none;
    line-height: 2.2;
    transition: all 0.3s;
}

.footer-section a:hover {
    color: #FFD700;
    padding-left: 5px;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 215, 0, 0.2);
    color: #999;
}

.footer-bottom p {
    margin: 5px 0;
}

/* 响应式 */
@media (max-width: 768px) {
    .header .container { flex-direction: column; height: auto; padding: 15px; }
    .logo a { font-size: 24px; }
    .nav { flex-wrap: wrap; justify-content: center; margin-top: 15px; }
    .nav a { margin: 5px; font-size: 13px; }
    .banner h1 { font-size: 32px; }
    .banner-btns { flex-direction: column; align-items: center; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .stats { flex-wrap: wrap; }
    .stat-item { width: 50%; margin-bottom: 20px; }
    .content-grid { grid-template-columns: 1fr; }
    .footer-content { grid-template-columns: 1fr; text-align: center; }
}

@media (max-width: 480px) {
    .feature-grid { grid-template-columns: 1fr; }
    .stat-item { width: 100%; }
    .banner h1 { font-size: 24px; }
}
