* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', 'PingFang SC', Roboto, sans-serif; background: linear-gradient(145deg, #1a0505 0%, #2a0a0a 40%, #3d0e0e 100%); color: #f0e0d0; line-height: 1.7; min-height: 100vh; }
        a { color: #e6b878; text-decoration: none; transition: all 0.3s ease; }
        a:hover { color: #ffd699; text-shadow: 0 0 8px rgba(230,184,120,0.3); }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 24px; }
        /* Navigation */
        .navbar { background: rgba(30, 8, 8, 0.95); backdrop-filter: blur(12px); border-bottom: 2px solid #8b1a1a; padding: 14px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 4px 30px rgba(0,0,0,0.6); }
        .navbar .container { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
        .logo { font-size: 1.6rem; font-weight: 800; background: linear-gradient(135deg, #f1c27d, #c7843a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: 1px; }
        .nav-links { display: flex; gap: 28px; flex-wrap: wrap; }
        .nav-links a { font-weight: 500; padding: 6px 0; border-bottom: 2px solid transparent; font-size: 1rem; }
        .nav-links a:hover { border-bottom-color: #e6b878; }
        /* hero */
        .hero { background: radial-gradient(ellipse at 50% 30%, #6e1a1a 0%, #2d0808 80%); padding: 80px 0 70px; text-align: center; border-bottom: 3px solid #a33; }
        .hero h1 { font-size: 3.2rem; font-weight: 900; background: linear-gradient(to right, #f7d9a0, #e6b87b, #c9934a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin-bottom: 18px; letter-spacing: 2px; text-shadow: 0 0 40px rgba(200,120,40,0.2); }
        .hero p { max-width: 720px; margin: 0 auto; font-size: 1.2rem; color: #dcc8b0; line-height: 1.8; }
        .hero-img { margin-top: 36px; display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; }
        .hero-img img { width: 220px; height: 150px; object-fit: cover; border-radius: 16px; border: 3px solid #a33; box-shadow: 0 8px 30px rgba(0,0,0,0.5); transition: transform 0.3s; }
        .hero-img img:hover { transform: scale(1.04); }
        /* geo */
        .geo-intro { background: #1f0a0a; border-left: 6px solid #b33; padding: 40px 30px; margin: 50px 0; border-radius: 12px; box-shadow: inset 0 0 30px rgba(100,20,20,0.2); }
        .geo-intro h2 { font-size: 2rem; color: #f1c27d; margin-bottom: 20px; }
        .geo-intro p { font-size: 1.1rem; color: #dcc8b0; text-indent: 2em; }
        /* cards */
        .section-title { font-size: 2.2rem; font-weight: 700; color: #f1c27d; text-align: center; margin: 60px 0 30px; position: relative; }
        .section-title::after { content: ''; display: block; width: 100px; height: 4px; background: linear-gradient(90deg, #a33, transparent); margin: 12px auto; }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 28px; margin: 30px 0; }
        .card { background: #2a0c0c; border: 2px solid #7a2a2a; border-radius: 18px; padding: 28px 22px; transition: 0.3s; box-shadow: 0 8px 20px rgba(0,0,0,0.4); }
        .card:hover { border-color: #b55; transform: translateY(-6px); box-shadow: 0 14px 40px rgba(150,40,40,0.3); }
        .card h3 { color: #e6b878; font-size: 1.5rem; margin-bottom: 12px; }
        .card p { color: #d0bcac; }
        .card img { width: 100%; height: 180px; object-fit: cover; border-radius: 12px; margin-bottom: 18px; border: 2px solid #5a1a1a; }
        /* stats */
        .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 30px 0; text-align: center; }
        .stat-item { background: rgba(60,18,18,0.7); border-radius: 20px; padding: 32px 12px; border: 1px solid #8b3a3a; }
        .stat-num { font-size: 2.8rem; font-weight: 800; color: #f1c27d; }
        .stat-label { color: #b99; font-size: 1rem; margin-top: 6px; }
        /* advantages */
        .advantages-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 24px; }
        .advantage-card { background: #1f0c0c; border: 1px solid #7a3a3a; border-radius: 16px; padding: 24px; text-align: center; }
        .advantage-card .icon { font-size: 2.8rem; }
        .advantage-card h4 { color: #f1c27d; margin: 12px 0 8px; }
        /* brand story */
        .brand-story { background: #210b0b; border-radius: 24px; padding: 40px 30px; margin: 40px 0; border: 2px solid #6a2a2a; }
        .brand-story h2 { color: #f1c27d; font-size: 2rem; margin-bottom: 20px; }
        .brand-story p { max-width: 860px; font-size: 1.1rem; }
        /* testimonials */
        .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
        .testi-card { background: #1e0b0b; border-radius: 16px; padding: 24px; border-left: 6px solid #b44; }
        .testi-card p { font-style: italic; }
        .testi-author { margin-top: 12px; font-weight: 600; color: #e6b878; }
        /* faq */
        .faq-item { background: #1e0a0a; border: 1px solid #5a2a2a; border-radius: 16px; margin: 14px 0; padding: 22px 24px; }
        .faq-item h3 { color: #e6b878; font-size: 1.2rem; cursor: pointer; }
        .faq-item p { margin-top: 12px; color: #d0bcac; }
        /* news */
        .news-list { background: #1c0909; border-radius: 20px; padding: 30px; margin: 30px 0; border: 2px solid #6a2a2a; }
        .news-item { border-bottom: 1px solid #3a1a1a; padding: 22px 0; }
        .news-item:last-child { border-bottom: none; }
        .news-date { color: #a77; font-size: 0.9rem; margin-bottom: 6px; }
        .news-item h3 { font-size: 1.3rem; color: #f0d09a; }
        .news-item p { margin-top: 6px; }
        /* cta */
        .cta { background: linear-gradient(135deg, #4a0a0a, #8b1a1a); border-radius: 30px; padding: 60px 40px; text-align: center; margin: 60px 0; border: 2px solid #b55; }
        .cta h2 { font-size: 2.2rem; color: #f7d9a0; }
        .cta p { font-size: 1.2rem; max-width: 600px; margin: 18px auto; }
        .cta-btn { display: inline-block; background: #d99c4a; color: #1a0505; font-weight: 700; padding: 16px 48px; border-radius: 60px; font-size: 1.2rem; margin-top: 20px; transition: 0.3s; }
        .cta-btn:hover { background: #f0b860; transform: scale(1.04); color: #1a0505; }
        /* footer */
        .footer { background: #0d0303; border-top: 4px solid #5a1a1a; padding: 40px 0 20px; margin-top: 60px; }
        .footer-info { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; color: #a88; font-size: 0.95rem; }
        .footer-links { display: flex; flex-wrap: wrap; gap: 16px; margin: 18px 0; }
        .footer-links a { color: #b99; }
        .footer-bottom { border-top: 1px solid #2a1a1a; padding-top: 20px; margin-top: 20px; text-align: center; color: #887; }
        .footer-bottom a { color: #b99; margin: 0 10px; }
        /* partners */
        .partner-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
        .partner-item { background: #2a0e0e; border: 1px solid #6a2a2a; border-radius: 12px; padding: 16px 28px; font-weight: 600; color: #e6b878; }
        @media (max-width: 768px) {
            .hero h1 { font-size: 2.2rem; }
            .stats-grid { grid-template-columns: repeat(2, 1fr); }
            .navbar .container { flex-direction: column; gap: 12px; }
            .nav-links { gap: 16px; justify-content: center; }
        }