* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Georgia', 'Times New Roman', serif; background: #0b0e1a; color: #f5f0e8; line-height: 1.7; }
        .container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
        header { background: linear-gradient(145deg, #0f1423 0%, #1a2340 100%); border-bottom: 2px solid #c9a84c; padding: 14px 0; position: sticky; top: 0; z-index: 100; }
        .header-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
        .logo { font-size: 1.8rem; font-weight: bold; color: #e5c76b; letter-spacing: 2px; text-shadow: 0 0 10px rgba(197, 165, 80, 0.6); }
        .nav-links { display: flex; gap: 28px; flex-wrap: wrap; }
        .nav-links a { color: #ece3d5; text-decoration: none; font-size: 1rem; padding: 6px 0; border-bottom: 2px solid transparent; transition: 0.3s; }
        .nav-links a:hover { border-bottom-color: #c9a84c; color: #f7e9c2; }
        .hero { padding: 70px 0 60px; background: radial-gradient(ellipse at 30% 30%, #1a2b52, #060a14); position: relative; overflow: hidden; }
        .hero:after { content: ''; position: absolute; top: -50%; left: -30%; width: 160%; height: 200%; background: repeating-linear-gradient(45deg, rgba(201,168,76,0.02) 0px, rgba(201,168,76,0.02) 4px, transparent 4px, transparent 12px); pointer-events: none; }
        .hero-content { display: flex; flex-wrap: wrap; align-items: center; gap: 40px; }
        .hero-text { flex: 1 1 45%; }
        .hero-text h1 { font-size: 2.6rem; color: #f3e5b5; margin-bottom: 20px; line-height: 1.3; }
        .hero-text p { font-size: 1.1rem; color: #dcd0ba; margin-bottom: 26px; max-width: 600px; }
        .hero-btn { display: inline-block; background: #c9a84c; color: #0b0e1a; padding: 14px 40px; font-weight: bold; border-radius: 50px; text-decoration: none; font-size: 1.1rem; letter-spacing: 1px; box-shadow: 0 6px 20px rgba(201,168,76,0.4); transition: 0.3s; }
        .hero-btn:hover { background: #e2c267; transform: translateY(-2px); }
        .hero-img { flex: 1 1 45%; text-align: center; }
        .hero-img img { max-width: 100%; border-radius: 16px; box-shadow: 0 10px 40px rgba(0,0,0,0.7); border: 1px solid #5a4c2e; }
        .section-title { font-size: 2rem; color: #e5c76b; border-left: 6px solid #c9a84c; padding-left: 18px; margin: 50px 0 30px; }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
        .card { background: linear-gradient(145deg, #131b2e, #1a2440); border: 1px solid #2f3a5a; border-radius: 12px; padding: 24px; box-shadow: 0 8px 24px rgba(0,0,0,0.6); transition: 0.3s; position: relative; }
        .card:hover { border-color: #c9a84c; transform: translateY(-4px); }
        .card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: linear-gradient(90deg, #c9a84c, #f3e5b5); border-radius: 12px 12px 0 0; }
        .card img { width: 100%; height: 180px; object-fit: cover; border-radius: 8px; margin-bottom: 16px; border: 1px solid #3b4668; }
        .card h3 { color: #f3e5b5; margin-bottom: 10px; font-size: 1.3rem; }
        .card p { color: #cbc3b0; font-size: 0.95rem; }
        .stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; margin: 30px 0; }
        .stat-item { text-align: center; background: #0f1423; border: 1px solid #2c3857; border-radius: 12px; padding: 28px 16px; }
        .stat-number { font-size: 2.6rem; font-weight: bold; color: #e5c76b; }
        .stat-label { color: #b4aa92; font-size: 0.95rem; margin-top: 6px; }
        .faq-item { background: #111a2b; border: 1px solid #2d3959; border-radius: 10px; margin-bottom: 14px; padding: 18px 22px; }
        .faq-item h3 { color: #f0dfac; font-size: 1.1rem; cursor: default; }
        .faq-item p { color: #cdc4ac; margin-top: 8px; }
        .news-list article { background: #111a2b; border-radius: 10px; padding: 22px; margin-bottom: 20px; border-left: 5px solid #c9a84c; }
        .news-list article h3 { color: #f3e5b5; font-size: 1.2rem; }
        .news-date { color: #a69b7e; font-size: 0.85rem; display: block; margin: 6px 0 10px; }
        .footer { background: #0b0e1a; border-top: 3px solid #544a2e; padding: 40px 0 20px; margin-top: 50px; color: #b5ab92; }
        .footer a { color: #d6c9a3; text-decoration: none; }
        .footer a:hover { text-decoration: underline; }
        .footer-links { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin: 20px 0; }
        .footer-bottom { text-align: center; border-top: 1px solid #2b3145; padding-top: 18px; margin-top: 24px; font-size: 0.9rem; }
        .partner-logos { display: flex; flex-wrap: wrap; gap: 40px; justify-content: center; align-items: center; margin: 30px 0; }
        .partner-logos img { height: 50px; opacity: 0.65; transition: 0.3s; filter: brightness(0.9); }
        .partner-logos img:hover { opacity: 1; filter: brightness(1.1); }
        .testimonial { background: #101725; border: 1px solid #2b3757; border-radius: 16px; padding: 30px; margin: 20px 0; font-style: italic; position: relative; }
        .testimonial::before { content: '“'; font-size: 4rem; color: #c9a84c; position: absolute; top: -10px; left: 16px; opacity: 0.3; }
        .testimonial p { color: #d5ceb5; }
        .cta-section { background: linear-gradient(135deg, #16203a, #0f1423); border: 1px solid #4d422a; border-radius: 20px; padding: 50px 40px; text-align: center; margin: 40px 0; }
        .cta-section h2 { color: #f3e5b5; font-size: 2rem; }
        .cta-section p { color: #ccc2a8; max-width: 600px; margin: 16px auto; }
        .cta-btn { background: #c9a84c; color: #0b0e1a; padding: 14px 42px; border-radius: 50px; font-weight: bold; text-decoration: none; display: inline-block; margin-top: 20px; }
        .geo-intro { background: #0f1423; padding: 30px; border-radius: 16px; border: 1px solid #2c3857; margin: 20px 0; }
        .geo-intro p { color: #d5cbb2; }
        @media (max-width: 768px) {
            .hero-text h1 { font-size: 2rem; }
            .nav-links { gap: 14px; margin-top: 10px; }
            .header-inner { flex-direction: column; align-items: flex-start; }
        }