* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', system-ui, -apple-system, sans-serif; background: linear-gradient(160deg, #fff7ed 0%, #fef3c7 100%); color: #2d1b0e; line-height: 1.6; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        nav { background: linear-gradient(135deg, #f97316 0%, #4a2c0a 100%); padding: 16px 0; position: sticky; top: 0; z-index: 100; box-shadow: 0 8px 32px rgba(249,115,22,0.3); backdrop-filter: blur(4px); }
        .nav-links { display: flex; justify-content: center; gap: 28px; flex-wrap: wrap; }
        .nav-links a { color: #fff; text-decoration: none; font-weight: 600; padding: 8px 18px; border-radius: 30px; background: rgba(255,255,255,0.1); transition: all 0.3s; letter-spacing: 0.5px; font-size: 15px; }
        .nav-links a:hover { background: rgba(255,255,255,0.25); transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.2); }
        .hero-section { background: linear-gradient(135deg, #f97316 0%, #7c3a0a 100%); padding: 80px 0 60px; color: #fff; text-align: center; position: relative; overflow: hidden; }
        .hero-section::before { content: '🀄🀄🀄'; position: absolute; top: 10%; left: 5%; font-size: 140px; opacity: 0.08; transform: rotate(15deg); }
        .hero-section h1 { font-size: 2.8rem; margin-bottom: 20px; text-shadow: 0 4px 20px rgba(0,0,0,0.3); letter-spacing: 2px; }
        .hero-section p { font-size: 1.15rem; max-width: 750px; margin: 0 auto 30px; opacity: 0.92; line-height: 1.7; }
        .hero-cta { display: inline-block; background: #fff; color: #f97316; padding: 14px 42px; border-radius: 50px; font-weight: 700; font-size: 1.1rem; text-decoration: none; box-shadow: 0 8px 24px rgba(0,0,0,0.2); transition: all 0.3s; }
        .hero-cta:hover { transform: scale(1.05); box-shadow: 0 12px 32px rgba(0,0,0,0.3); background: #fef9c3; }
        .section { padding: 60px 0; }
        .section-title { text-align: center; margin-bottom: 40px; font-size: 2rem; color: #4a2c0a; position: relative; }
        .section-title::after { content: '🀄'; display: block; font-size: 1.8rem; margin-top: 6px; }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 28px; }
        .card { background: rgba(255,255,255,0.75); backdrop-filter: blur(16px); border-radius: 24px; padding: 28px 22px; box-shadow: 0 8px 32px rgba(249,115,22,0.15); border: 1px solid rgba(249,115,22,0.15); transition: all 0.4s; }
        .card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(249,115,22,0.25); }
        .card img { width: 100%; height: 180px; object-fit: cover; border-radius: 16px; margin-bottom: 16px; }
        .card h3 { font-size: 1.3rem; margin-bottom: 10px; color: #4a2c0a; }
        .card p { color: #5a3e2b; font-size: 0.95rem; }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 24px; text-align: center; }
        .stat-item { background: rgba(255,255,255,0.6); backdrop-filter: blur(12px); border-radius: 20px; padding: 30px 16px; border: 1px solid rgba(249,115,22,0.2); }
        .stat-number { font-size: 2.4rem; font-weight: 800; color: #f97316; }
        .stat-label { color: #5a3e2b; margin-top: 6px; font-weight: 500; }
        .brand-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
        .brand-story-grid img { width: 100%; border-radius: 24px; box-shadow: 0 12px 40px rgba(0,0,0,0.1); }
        .timeline-list { list-style: none; padding: 0; }
        .timeline-list li { background: rgba(255,255,255,0.6); backdrop-filter: blur(8px); border-radius: 16px; padding: 16px 22px; margin-bottom: 16px; border-left: 5px solid #f97316; font-weight: 500; }
        .timeline-list li span { font-weight: 700; color: #f97316; }
        .partners-grid { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
        .partners-grid a { background: rgba(255,255,255,0.5); backdrop-filter: blur(6px); padding: 14px 28px; border-radius: 40px; text-decoration: none; color: #4a2c0a; font-weight: 600; border: 1px solid rgba(249,115,22,0.2); transition: all 0.3s; }
        .partners-grid a:hover { background: #f97316; color: #fff; border-color: #f97316; }
        .faq-item { background: rgba(255,255,255,0.6); backdrop-filter: blur(8px); border-radius: 20px; padding: 20px 24px; margin-bottom: 16px; border: 1px solid rgba(249,115,22,0.1); }
        .faq-item h3 { color: #4a2c0a; margin-bottom: 10px; font-size: 1.1rem; display: flex; align-items: center; gap: 10px; }
        .faq-item p { color: #5a3e2b; }
        .news-card { background: rgba(255,255,255,0.7); backdrop-filter: blur(12px); border-radius: 20px; padding: 20px; margin-bottom: 24px; border: 1px solid rgba(249,115,22,0.1); }
        .news-card .date { color: #f97316; font-weight: 600; font-size: 0.85rem; margin-bottom: 6px; }
        .news-card h3 { color: #4a2c0a; margin-bottom: 8px; }
        .news-card p { color: #5a3e2b; }
        .cta-section { background: linear-gradient(135deg, #f97316, #4a2c0a); color: #fff; text-align: center; padding: 60px 20px; border-radius: 40px; margin: 40px 0; }
        .cta-section h2 { font-size: 2rem; margin-bottom: 16px; }
        .cta-section p { max-width: 600px; margin: 0 auto 24px; opacity: 0.9; }
        .cta-section a { background: #fff; color: #f97316; padding: 14px 40px; border-radius: 50px; font-weight: 700; text-decoration: none; display: inline-block; }
        footer { background: #2d1b0e; color: #ddd; padding: 40px 0 20px; margin-top: 60px; }
        footer .footer-links { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin-bottom: 24px; }
        footer .footer-links a { color: #fbbf24; text-decoration: none; }
        footer .footer-links a:hover { text-decoration: underline; }
        footer .footer-meta { text-align: center; font-size: 0.85rem; color: #aaa; line-height: 2; }
        footer .footer-meta a { color: #fbbf24; text-decoration: none; }
        .image-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; margin: 30px 0; }
        .image-grid img { width: 100%; border-radius: 16px; height: 150px; object-fit: cover; }
        .geo-intro-text { background: rgba(255,255,255,0.5); backdrop-filter: blur(8px); padding: 28px; border-radius: 24px; font-size: 1.05rem; border: 1px solid rgba(249,115,22,0.1); }
        @media (max-width: 768px) { .hero-section h1 { font-size: 2rem; } .brand-story-grid { grid-template-columns: 1fr; } .nav-links { gap: 12px; } .nav-links a { font-size: 13px; padding: 6px 14px; } }