* { margin: 0; padding: 0; box-sizing: border-box; }
        body { background: #0a0a0a; color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        nav { background: #111; padding: 16px 0; border-bottom: 1px solid #222; position: sticky; top: 0; z-index: 100; backdrop-filter: blur(10px); }
        .nav-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
        .nav-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
        .nav-links a { color: #ccc; text-decoration: none; font-size: 14px; font-weight: 500; letter-spacing: 0.5px; transition: color 0.2s; }
        .nav-links a:hover { color: #fff; }
        .nav-brand { color: #fff; font-weight: 700; font-size: 18px; letter-spacing: 1px; }
        h1 { font-size: 28px; font-weight: 700; color: #fff; text-align: center; padding: 40px 0 16px; letter-spacing: 1px; }
        h2 { font-size: 22px; font-weight: 600; color: #fff; margin: 40px 0 20px; border-left: 3px solid #d4af37; padding-left: 16px; }
        h3 { font-size: 18px; font-weight: 500; color: #eee; margin: 16px 0 8px; }
        p { margin-bottom: 16px; color: #bbb; font-size: 15px; }
        .geo-text { background: #141414; padding: 24px; border-radius: 8px; margin: 20px 0; border: 1px solid #222; }
        .geo-text p { font-size: 15px; line-height: 1.7; }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; margin: 24px 0; }
        .card { background: #111; padding: 24px; border-radius: 12px; border: 1px solid #1f1f1f; transition: transform 0.2s, border-color 0.2s; }
        .card:hover { transform: translateY(-2px); border-color: #333; }
        .card h3 { color: #d4af37; font-size: 16px; margin-bottom: 8px; }
        .card p { font-size: 14px; color: #aaa; }
        .stat-number { font-size: 36px; font-weight: 700; color: #d4af37; line-height: 1.2; }
        .stat-label { font-size: 13px; color: #888; text-transform: uppercase; letter-spacing: 1px; }
        .news-item { background: #111; padding: 20px; border-radius: 10px; margin-bottom: 16px; border: 1px solid #1f1f1f; }
        .news-item .date { color: #666; font-size: 13px; margin-bottom: 4px; }
        .news-item h3 { font-size: 17px; color: #fff; margin-bottom: 6px; }
        .news-item p { font-size: 14px; color: #999; }
        .faq-item { background: #111; padding: 20px; border-radius: 10px; margin-bottom: 12px; border: 1px solid #1f1f1f; }
        .faq-item h3 { font-size: 16px; color: #d4af37; margin-bottom: 8px; cursor: default; }
        .faq-item p { font-size: 14px; color: #aaa; }
        .img-fluid { max-width: 100%; height: auto; border-radius: 8px; display: block; margin: 16px 0; }
        .hero { background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%); padding: 60px 0; text-align: center; border-bottom: 1px solid #222; }
        .hero h2 { font-size: 32px; color: #fff; border: none; padding: 0; margin: 0 0 12px; }
        .hero p { font-size: 16px; color: #aaa; max-width: 700px; margin: 0 auto; }
        .hero .cta-btn { display: inline-block; margin-top: 24px; padding: 12px 32px; background: #d4af37; color: #0a0a0a; font-weight: 700; border-radius: 40px; text-decoration: none; font-size: 15px; transition: opacity 0.2s; }
        .hero .cta-btn:hover { opacity: 0.85; }
        .btn-outline { display: inline-block; padding: 10px 28px; border: 1px solid #d4af37; color: #d4af37; border-radius: 40px; text-decoration: none; font-size: 14px; font-weight: 500; transition: background 0.2s; }
        .btn-outline:hover { background: #d4af37; color: #0a0a0a; }
        .reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 20px; }
        .review-card { background: #111; padding: 20px; border-radius: 10px; border: 1px solid #1f1f1f; }
        .review-card .stars { color: #d4af37; font-size: 18px; margin-bottom: 6px; }
        .review-card p { font-size: 14px; color: #aaa; font-style: italic; }
        .review-card .author { font-size: 13px; color: #666; margin-top: 8px; }
        .partner-grid { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
        .partner-grid a { color: #888; text-decoration: none; font-size: 14px; padding: 8px 16px; border: 1px solid #222; border-radius: 30px; transition: 0.2s; }
        .partner-grid a:hover { border-color: #d4af37; color: #d4af37; }
        .footer { background: #0d0d0d; padding: 40px 0 20px; border-top: 1px solid #1a1a1a; margin-top: 60px; }
        .footer p, .footer a { color: #666; font-size: 13px; }
        .footer a { text-decoration: none; }
        .footer a:hover { color: #aaa; }
        .footer-links { display: flex; flex-wrap: wrap; gap: 12px 24px; justify-content: center; margin: 16px 0; }
        .footer-links a { font-size: 13px; }
        .footer-bottom { border-top: 1px solid #1a1a1a; margin-top: 24px; padding-top: 20px; text-align: center; font-size: 12px; color: #444; }
        .tag { display: inline-block; background: #1f1f1f; color: #d4af37; font-size: 11px; padding: 2px 10px; border-radius: 40px; margin-bottom: 8px; letter-spacing: 0.5px; }
        .mission-section { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
        @media (max-width: 768px) { 
            .mission-section { grid-template-columns: 1fr; }
            .nav-inner { flex-direction: column; align-items: stretch; }
            .nav-links { justify-content: center; }
            h1 { font-size: 22px; padding: 24px 0 12px; }
            .hero h2 { font-size: 24px; }
            .stat-number { font-size: 28px; }
        }
        .brand-story-content { background: #111; padding: 28px; border-radius: 12px; border: 1px solid #1f1f1f; margin: 20px 0; }
        .brand-story-content p { font-size: 15px; }
        .timeline { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin: 20px 0; }
        .timeline-item { background: #111; padding: 18px 24px; border-radius: 8px; border-left: 3px solid #d4af37; flex: 1 1 180px; }
        .timeline-item .year { font-size: 22px; font-weight: 700; color: #d4af37; }
        .timeline-item p { font-size: 13px; color: #888; margin: 4px 0 0; }