* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #0f0a1e; color: #f5e6ff; line-height: 1.7; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        header { background: linear-gradient(135deg, #1a0a2e 0%, #2d1b4e 100%); padding: 18px 0; border-bottom: 2px solid #ff6b35; position: sticky; top: 0; z-index: 100; box-shadow: 0 4px 30px rgba(255,107,53,0.2); }
        .header-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
        .logo { font-size: 1.6rem; font-weight: 800; background: linear-gradient(135deg, #ff6b35, #ff2e63, #d4145a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: 2px; }
        .nav-links { display: flex; flex-wrap: wrap; gap: 12px; }
        .nav-links a { color: #f0d4ff; text-decoration: none; padding: 8px 18px; border-radius: 30px; background: rgba(255,107,53,0.15); border: 1px solid rgba(255,107,53,0.3); transition: 0.3s; font-size: 0.95rem; }
        .nav-links a:hover { background: linear-gradient(135deg, #ff6b35, #ff2e63); color: #fff; border-color: transparent; transform: translateY(-2px); }
        .hero { background: linear-gradient(135deg, #1f0d3a 0%, #3a1f6a 50%, #1a0a2e 100%); padding: 70px 0; text-align: center; position: relative; overflow: hidden; }
        .hero::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at 30% 40%, rgba(255,107,53,0.08) 0%, transparent 60%), radial-gradient(circle at 70% 70%, rgba(212,20,90,0.06) 0%, transparent 50%); animation: float 20s infinite; }
        @keyframes float { 0% { transform: translate(0,0); } 50% { transform: translate(30px,-20px); } 100% { transform: translate(0,0); } }
        .hero-content { position: relative; z-index: 1; }
        .hero h1 { font-size: 2.8rem; margin-bottom: 20px; background: linear-gradient(135deg, #ff8a50, #ff2e63, #d4145a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 800; }
        .hero p { font-size: 1.2rem; max-width: 800px; margin: 0 auto 30px; color: #d4b8ff; }
        .hero .btn-group { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
        .btn { display: inline-block; padding: 14px 36px; border-radius: 50px; text-decoration: none; font-weight: 700; transition: 0.3s; }
        .btn-primary { background: linear-gradient(135deg, #ff6b35, #ff2e63); color: #fff; box-shadow: 0 4px 20px rgba(255,107,53,0.4); }
        .btn-primary:hover { transform: scale(1.05); box-shadow: 0 6px 30px rgba(255,107,53,0.6); }
        .btn-outline { border: 2px solid #ff6b35; color: #ff8a50; }
        .btn-outline:hover { background: rgba(255,107,53,0.15); }
        .hero-images { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 40px; }
        .hero-images img { width: 180px; height: 120px; object-fit: cover; border-radius: 16px; box-shadow: 0 8px 30px rgba(0,0,0,0.5); border: 2px solid rgba(255,107,53,0.2); transition: 0.4s; }
        .hero-images img:hover { transform: scale(1.05); border-color: #ff6b35; }
        section { padding: 70px 0; }
        .section-title { font-size: 2.2rem; text-align: center; margin-bottom: 50px; background: linear-gradient(135deg, #ff8a50, #ff2e63); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700; }
        .geo-intro { background: linear-gradient(145deg, #1a0a2e, #2d1b4e); border-radius: 24px; padding: 50px; margin: 30px 0; box-shadow: 0 10px 40px rgba(0,0,0,0.3); }
        .geo-intro p { font-size: 1.1rem; color: #c8b0e6; }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 30px; }
        .stat-card { background: linear-gradient(145deg, #2a1550, #3d246a); padding: 30px 20px; border-radius: 20px; text-align: center; border: 1px solid rgba(255,107,53,0.15); transition: 0.3s; }
        .stat-card:hover { transform: translateY(-8px); box-shadow: 0 12px 40px rgba(255,107,53,0.2); }
        .stat-card .number { font-size: 2.8rem; font-weight: 800; background: linear-gradient(135deg, #ff6b35, #ff2e63); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .stat-card .label { color: #b89ce0; margin-top: 8px; font-size: 1rem; }
        .advantages-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
        .advantage-card { background: linear-gradient(145deg, #2a1550, #3d246a); padding: 35px; border-radius: 20px; border: 1px solid rgba(255,107,53,0.12); transition: 0.3s; }
        .advantage-card:hover { border-color: #ff6b35; transform: translateY(-5px); }
        .advantage-card h3 { font-size: 1.3rem; margin-bottom: 12px; color: #ff8a50; }
        .advantage-card p { color: #b89ce0; }
        .brand-story { background: linear-gradient(145deg, #1a0a2e, #2d1b4e); border-radius: 24px; padding: 50px; box-shadow: 0 10px 40px rgba(0,0,0,0.3); }
        .brand-story p { font-size: 1.1rem; color: #c8b0e6; }
        .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
        .testimonial-card { background: linear-gradient(145deg, #2a1550, #3d246a); padding: 30px; border-radius: 20px; border: 1px solid rgba(255,107,53,0.1); }
        .testimonial-card p { color: #d4b8ff; font-style: italic; }
        .testimonial-card .author { margin-top: 16px; font-weight: 700; color: #ff8a50; }
        .features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
        .feature-item { background: linear-gradient(145deg, #2a1550, #3d246a); padding: 30px; border-radius: 20px; text-align: center; border: 1px solid rgba(255,107,53,0.1); }
        .feature-item .icon { font-size: 2.5rem; margin-bottom: 12px; }
        .feature-item h3 { color: #ff8a50; margin-bottom: 10px; }
        .feature-item p { color: #b89ce0; }
        .news-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; }
        .news-card { background: linear-gradient(145deg, #2a1550, #3d246a); border-radius: 20px; padding: 30px; border: 1px solid rgba(255,107,53,0.1); transition: 0.3s; }
        .news-card:hover { border-color: #ff6b35; transform: translateY(-4px); }
        .news-card .date { font-size: 0.85rem; color: #ff8a50; margin-bottom: 8px; display: block; }
        .news-card h3 { font-size: 1.2rem; margin-bottom: 10px; color: #f5e6ff; }
        .news-card p { color: #b89ce0; font-size: 0.95rem; }
        .faq-list { max-width: 900px; margin: 0 auto; }
        .faq-item { background: linear-gradient(145deg, #2a1550, #3d246a); border-radius: 16px; padding: 25px 30px; margin-bottom: 20px; border: 1px solid rgba(255,107,53,0.08); }
        .faq-item h3 { color: #ff8a50; font-size: 1.1rem; margin-bottom: 10px; }
        .faq-item p { color: #b89ce0; }
        .cta-section { background: linear-gradient(135deg, #1f0d3a, #3a1f6a); text-align: center; padding: 80px 0; border-radius: 24px; margin: 30px 0; }
        .cta-section h2 { font-size: 2.2rem; margin-bottom: 20px; background: linear-gradient(135deg, #ff8a50, #ff2e63); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .cta-section p { color: #d4b8ff; margin-bottom: 30px; font-size: 1.1rem; }
        .partners-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; }
        .partners-grid img { width: 140px; height: 90px; object-fit: cover; border-radius: 12px; border: 2px solid rgba(255,107,53,0.15); transition: 0.3s; }
        .partners-grid img:hover { border-color: #ff6b35; transform: scale(1.05); }
        .mission-vision { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
        .mission-box, .vision-box { background: linear-gradient(145deg, #2a1550, #3d246a); padding: 40px; border-radius: 20px; border: 1px solid rgba(255,107,53,0.1); }
        .mission-box h3, .vision-box h3 { color: #ff8a50; font-size: 1.3rem; margin-bottom: 16px; }
        .mission-box p, .vision-box p { color: #b89ce0; }
        footer { background: #0d0820; padding: 50px 0 30px; border-top: 2px solid rgba(255,107,53,0.2); }
        .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 40px; margin-bottom: 30px; }
        .footer-col h4 { color: #ff8a50; margin-bottom: 16px; font-size: 1.1rem; }
        .footer-col p, .footer-col a { color: #8a70b0; font-size: 0.9rem; text-decoration: none; display: block; margin-bottom: 6px; }
        .footer-col a:hover { color: #ff6b35; }
        .footer-bottom { border-top: 1px solid rgba(255,107,53,0.1); padding-top: 20px; text-align: center; color: #6a5080; font-size: 0.85rem; }
        .footer-bottom a { color: #8a70b0; text-decoration: none; margin: 0 6px; }
        .footer-bottom a:hover { color: #ff6b35; }
        .friend-links { margin: 16px 0; }
        .friend-links a { color: #8a70b0; text-decoration: none; margin: 0 4px; }
        .friend-links a:hover { color: #ff6b35; }
        @media (max-width: 768px) { .hero h1 { font-size: 2rem; } .section-title { font-size: 1.7rem; } .mission-vision { grid-template-columns: 1fr; } .geo-intro { padding: 30px 20px; } .brand-story { padding: 30px 20px; } .hero-images img { width: 140px; height: 100px; } }