* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: linear-gradient(135deg, #0b1a33, #1e3a6f); color: #e2e8f0; line-height: 1.7; min-height: 100vh; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
        header { background: rgba(11, 26, 51, 0.95); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(59, 130, 246, 0.15); padding: 14px 0; position: sticky; top: 0; z-index: 100; }
        .header-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
        .logo { font-size: 1.8rem; font-weight: 800; background: linear-gradient(90deg, #3b82f6, #a0c4ff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: 1px; }
        .nav-links { display: flex; gap: 20px; flex-wrap: wrap; }
        .nav-links a { color: #cbd5e1; text-decoration: none; font-size: 0.95rem; padding: 6px 14px; border-radius: 30px; transition: all 0.2s; border: 1px solid transparent; background: rgba(59, 130, 246, 0.08); }
        .nav-links a:hover { background: rgba(59, 130, 246, 0.25); border-color: #3b82f6; color: #fff; }
        .section-title { font-size: 1.8rem; font-weight: 700; margin-bottom: 32px; color: #f1f5f9; border-left: 5px solid #3b82f6; padding-left: 18px; display: flex; align-items: center; gap: 12px; }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 28px; }
        .card { background: rgba(255,255,255,0.06); border-radius: 16px; padding: 24px; backdrop-filter: blur(8px); border: 1px solid rgba(59,130,246,0.12); box-shadow: 0 8px 24px rgba(0,0,0,0.3); transition: transform 0.2s, box-shadow 0.2s; }
        .card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(0,0,0,0.5); }
        .card img { width: 100%; height: 180px; object-fit: cover; border-radius: 10px; margin-bottom: 14px; border: 1px solid rgba(59,130,246,0.2); }
        .hero { padding: 80px 0 50px; text-align: center; }
        .hero h1 { font-size: 2.8rem; font-weight: 900; margin-bottom: 20px; background: linear-gradient(135deg, #f0f4ff, #93c5fd); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .hero p { font-size: 1.2rem; max-width: 780px; margin: 0 auto 36px; color: #b0c4de; }
        .hero img { max-width: 100%; border-radius: 20px; box-shadow: 0 20px 60px rgba(0,0,0,0.6); margin-top: 20px; }
        .geo-intro { background: rgba(11,26,51,0.7); border-radius: 20px; padding: 40px 36px; margin: 40px 0; border: 1px solid #2a4a7f; }
        .geo-intro p { font-size: 1.05rem; color: #ccd7f0; }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 24px; margin: 40px 0; }
        .stat-item { text-align: center; background: rgba(255,255,255,0.04); padding: 28px 10px; border-radius: 16px; border: 1px solid rgba(59,130,246,0.15); }
        .stat-item .num { font-size: 2.6rem; font-weight: 800; color: #3b82f6; }
        .stat-item .label { color: #94a3b8; margin-top: 8px; font-size: 0.95rem; }
        .news-list .card { padding: 20px; }
        .news-list .card small { color: #6b8cae; font-size: 0.85rem; display: block; margin-bottom: 8px; }
        .news-list .card h3 { font-size: 1.2rem; margin-bottom: 8px; color: #e0edff; }
        .news-list .card p { color: #b0c4de; font-size: 0.95rem; }
        .faq-grid { display: grid; gap: 20px; margin: 40px 0; }
        .faq-item { background: rgba(255,255,255,0.04); border-radius: 14px; padding: 22px 26px; border: 1px solid rgba(59,130,246,0.1); }
        .faq-item h3 { color: #93c5fd; font-size: 1.1rem; margin-bottom: 8px; }
        .faq-item p { color: #b8c9e8; }
        .footer { background: rgba(0,0,0,0.5); border-top: 1px solid #1e3a6f; padding: 40px 0 30px; margin-top: 60px; }
        .footer .links a { color: #7e9cc4; margin: 0 12px; text-decoration: none; font-size: 0.9rem; }
        .footer .links a:hover { color: #93c5fd; }
        .footer p { color: #6b7f9e; font-size: 0.85rem; margin-top: 20px; }
        .cta-section { text-align: center; background: linear-gradient(135deg, #0f2b5c, #1e3a6f); border-radius: 30px; padding: 60px 30px; margin: 50px 0; border: 1px solid #3b82f6; }
        .cta-section h2 { font-size: 2rem; margin-bottom: 16px; }
        .cta-section p { font-size: 1.1rem; max-width: 600px; margin: 0 auto 26px; color: #b0c4de; }
        .btn { display: inline-block; background: #3b82f6; color: #fff; padding: 14px 38px; border-radius: 40px; font-weight: 700; text-decoration: none; transition: background 0.2s; }
        .btn:hover { background: #2563eb; }
        .testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
        .testimonial-item { background: rgba(255,255,255,0.03); padding: 24px; border-radius: 16px; border-left: 4px solid #3b82f6; }
        .testimonial-item p { font-style: italic; color: #c5d5f0; }
        .testimonial-item .author { margin-top: 12px; color: #7e9cc4; font-weight: 600; }
        .brand-story { display: flex; flex-wrap: wrap; gap: 30px; align-items: center; margin: 50px 0; }
        .brand-story .text { flex: 1; min-width: 280px; }
        .brand-story .image { flex: 1; min-width: 280px; }
        .brand-story img { width: 100%; border-radius: 20px; }
        .partner-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin: 30px 0; }
        .partner-logos img { width: 100px; height: auto; border-radius: 12px; opacity: 0.8; transition: opacity 0.2s; }
        .partner-logos img:hover { opacity: 1; }
        @media (max-width: 768px) {
            .hero h1 { font-size: 2rem; }
            .nav-links { gap: 10px; }
            .nav-links a { font-size: 0.85rem; padding: 4px 12px; }
            .section-title { font-size: 1.4rem; }
        }