.content-hero-banner { background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); padding: 100px 0; text-align: center; color: #fff; }
.content-page-title { font-size: 48px; margin-bottom: 15px; }
.content-categories-section { padding: 80px 0; background: #fff; }
.content-categories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.content-category-card { background: #f8f9fa; border-radius: 15px; overflow: hidden; transition: all 0.3s ease; }
.content-category-card:hover { transform: translateY(-10px); box-shadow: 0 15px 35px rgba(0,0,0,0.15); }
.content-category-image img { width: 100%; height: 200px; object-fit: cover; }
.content-category-card h4 { font-size: 22px; margin: 20px 20px 10px; color: #2c3e50; }
.content-category-desc { padding: 0 20px; color: #666; margin-bottom: 15px; }
.content-category-count { padding: 0 20px 20px; color: #fa709a; font-weight: bold; }
.content-featured-section { padding: 80px 0; background: #f8f9fa; }
.content-featured-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.content-featured-item { background: #fff; border-radius: 15px; overflow: hidden; transition: all 0.3s ease; }
.content-featured-item:hover { transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.content-featured-image { position: relative; overflow: hidden; }
.content-featured-image img { width: 100%; height: 220px; object-fit: cover; }
.content-featured-badge { position: absolute; top: 10px; right: 10px; background: #fa709a; color: #fff; padding: 5px 15px; border-radius: 20px; font-size: 14px; }
.content-featured-info { padding: 20px; }
.content-featured-info h4 { font-size: 18px; margin-bottom: 10px; color: #2c3e50; }
.content-featured-meta { display: flex; justify-content: space-between; color: #999; font-size: 14px; margin-top: 15px; }
.content-update-section { padding: 80px 0; background: #fff; }
.content-update-list { display: grid; gap: 20px; }
.content-update-item { display: flex; gap: 20px; padding: 20px; background: #f8f9fa; border-radius: 10px; transition: all 0.3s ease; }
.content-update-item:hover { background: #fff; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }
.content-update-item img { width: 150px; height: 100px; object-fit: cover; border-radius: 8px; }
.content-update-info h4 { font-size: 18px; margin-bottom: 8px; color: #2c3e50; }
.content-update-time { color: #999; font-size: 14px; }
.content-quality-section { padding: 80px 0; background: #f8f9fa; }
.content-quality-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
.content-quality-item { display: flex; gap: 20px; }
.content-quality-icon { font-size: 36px; font-weight: bold; color: #fa709a; min-width: 50px; }
.content-quality-item h4 { font-size: 20px; margin-bottom: 10px; color: #2c3e50; }
.content-stats-section { padding: 80px 0; background: #fff; }
.content-stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; }
.content-stat-card { text-align: center; padding: 30px; background: #f8f9fa; border-radius: 15px; }
.content-stat-number { font-size: 48px; font-weight: bold; color: #fa709a; margin-bottom: 10px; }
.content-stat-label { font-size: 18px; color: #666; margin-bottom: 5px; }
.content-stat-desc { font-size: 14px; color: #999; }
