* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', 'PingFang SC', Roboto, sans-serif; background: #1a1a2e; color: #f0e6d8; line-height: 1.7; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        a { color: #d4afb9; text-decoration: none; transition: 0.3s; }
        a:hover { color: #f5c7d7; }
        /* Navigation */
        nav { background: linear-gradient(135deg, #2c1b2e, #4a2c3a); border-bottom: 1px solid #7e5a6b; position: sticky; top: 0; z-index: 1000; backdrop-filter: blur(10px); }
        .nav-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 30px; padding: 16px 0; }
        .nav-links a { color: #f0e6d8; font-weight: 500; letter-spacing: 1px; padding: 6px 16px; border-radius: 30px; background: rgba(212, 175, 185, 0.1); border: 1px solid rgba(212, 175, 185, 0.2); transition: 0.3s; }
        .nav-links a:hover { background: #6a3f4f; border-color: #d4afb9; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(212, 175, 185, 0.3); }
        /* Hero */
        .hero { text-align: center; padding: 80px 20px 60px; background: radial-gradient(circle at 20% 30%, #3a1f30, #1a1a2e); position: relative; overflow: hidden; }
        .hero::after { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at 80% 20%, rgba(212, 175, 185, 0.08), transparent 60%); pointer-events: none; }
        .hero h1 { font-size: 2.8rem; background: linear-gradient(135deg, #f5c7d7, #d4afb9, #f5c7d7); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 20px; font-weight: 700; letter-spacing: 2px; }
        .hero p { font-size: 1.2rem; color: #c9b1bb; max-width: 700px; margin: 0 auto 30px; }
        .hero-img { max-width: 100%; height: auto; border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.6); margin-top: 30px; border: 1px solid rgba(212, 175, 185, 0.2); }
        /* Section styles */
        section { padding: 70px 0; }
        .section-title { text-align: center; font-size: 2rem; margin-bottom: 50px; color: #f0e6d8; position: relative; }
        .section-title::after { content: '✦'; display: block; font-size: 1.4rem; color: #d4afb9; margin-top: 8px; }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
        .card { background: linear-gradient(145deg, #2c1b2e, #3a2435); border-radius: 20px; padding: 30px; border: 1px solid #5e3d4c; box-shadow: 0 10px 30px rgba(0,0,0,0.5); transition: 0.4s; backdrop-filter: blur(4px); }
        .card:hover { transform: translateY(-8px); border-color: #d4afb9; box-shadow: 0 20px 40px rgba(212, 175, 185, 0.2); }
        .card img { width: 100%; height: 200px; object-fit: cover; border-radius: 12px; margin-bottom: 18px; border: 1px solid #5e3d4c; }
        .card h3 { color: #f5c7d7; margin-bottom: 12px; font-size: 1.4rem; }
        .card p { color: #c9b1bb; }
        .stat-number { font-size: 2.8rem; font-weight: 700; background: linear-gradient(135deg, #f5c7d7, #d4afb9); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        /* FAQ */
        .faq-item { background: linear-gradient(145deg, #2c1b2e, #3a2435); border-radius: 16px; margin-bottom: 18px; padding: 24px 30px; border: 1px solid #5e3d4c; }
        .faq-item h3 { color: #f5c7d7; font-size: 1.2rem; margin-bottom: 10px; cursor: pointer; }
        .faq-item p { color: #c9b1bb; }
        /* News */
        .news-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; }
        .news-card { background: linear-gradient(145deg, #2c1b2e, #3a2435); border-radius: 20px; padding: 25px; border: 1px solid #5e3d4c; transition: 0.3s; }
        .news-card:hover { border-color: #d4afb9; }
        .news-date { color: #b895a3; font-size: 0.9rem; margin-bottom: 8px; letter-spacing: 0.5px; }
        .news-card h3 { color: #f5c7d7; font-size: 1.2rem; margin-bottom: 10px; }
        .news-card p { color: #c9b1bb; }
        /* Footer */
        footer { background: #1f1420; padding: 50px 0 30px; border-top: 1px solid #5e3d4c; margin-top: 60px; }
        .footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 20px; margin-bottom: 25px; }
        .footer-links a { color: #b895a3; font-size: 0.95rem; }
        .footer-links a:hover { color: #f5c7d7; }
        .footer-address { text-align: center; color: #9e7f8b; font-size: 0.9rem; margin-bottom: 10px; }
        .footer-icp { text-align: center; color: #9e7f8b; font-size: 0.85rem; }
        .footer-copy { text-align: center; color: #7e5a6b; margin-top: 20px; font-size: 0.85rem; }
        .btn { display: inline-block; padding: 12px 36px; background: linear-gradient(135deg, #d4afb9, #b48a9a); color: #1a1a2e; border-radius: 40px; font-weight: 600; letter-spacing: 1px; transition: 0.3s; border: none; cursor: pointer; }
        .btn:hover { transform: scale(1.05); box-shadow: 0 10px 30px rgba(212, 175, 185, 0.4); color: #1a1a2e; }
        @media (max-width: 768px) {
            .hero h1 { font-size: 2rem; }
            .nav-links { gap: 12px; }
            .nav-links a { padding: 4px 12px; font-size: 0.9rem; }
        }