* { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; }
        body { background: linear-gradient(135deg, #fbe9e7 0%, #f8d7da 30%, #f1c0c5 70%, #e8b4b8 100%); min-height: 100vh; color: #2d1b1b; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        header { background: rgba(255,255,255,0.7); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,215,215,0.5); box-shadow: 0 4px 20px rgba(200, 120, 120, 0.15); position: sticky; top: 0; z-index: 100; }
        .header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; }
        .logo { font-size: 1.6rem; font-weight: 700; background: linear-gradient(135deg, #c9807a, #b35d5d); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: 1px; }
        .nav-links { display: flex; gap: 28px; }
        .nav-links a { text-decoration: none; color: #5c3a3a; font-weight: 500; font-size: 0.95rem; transition: color 0.3s; border-bottom: 2px solid transparent; padding-bottom: 4px; }
        .nav-links a:hover { color: #b35d5d; border-bottom-color: #b35d5d; }
        .hero { background: linear-gradient(145deg, rgba(200,120,120,0.15), rgba(180,100,100,0.1)); border-radius: 28px; padding: 60px 40px; margin: 40px 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; backdrop-filter: blur(6px); border: 1px solid rgba(255,200,200,0.3); }
        .hero-left { flex: 1; min-width: 280px; }
        .hero-left h1 { font-size: 2.6rem; line-height: 1.3; margin-bottom: 20px; background: linear-gradient(135deg, #a55353, #c9807a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .hero-left p { font-size: 1.1rem; color: #4d2a2a; line-height: 1.7; margin-bottom: 28px; max-width: 560px; }
        .hero-btn { display: inline-block; background: linear-gradient(135deg, #c9807a, #b35d5d); color: #fff; padding: 14px 36px; border-radius: 50px; font-weight: 600; text-decoration: none; box-shadow: 0 8px 20px rgba(180, 80, 80, 0.3); transition: all 0.3s; border: none; cursor: pointer; }
        .hero-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(180, 80, 80, 0.4); }
        .hero-right { flex: 0 0 auto; max-width: 400px; width: 100%; margin-top: 20px; }
        .hero-right img { width: 100%; border-radius: 24px; box-shadow: 0 20px 40px rgba(0,0,0,0.1); border: 2px solid rgba(255,215,215,0.5); }
        .section-title { font-size: 2rem; font-weight: 600; margin: 50px 0 30px; text-align: center; background: linear-gradient(135deg, #a55353, #c9807a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .geo-box { background: rgba(255,255,255,0.5); border-radius: 24px; padding: 36px; margin: 20px 0; backdrop-filter: blur(4px); border: 1px solid rgba(255,200,200,0.2); box-shadow: 0 6px 18px rgba(0,0,0,0.03); }
        .geo-box p { line-height: 1.8; color: #3d2525; font-size: 1rem; }
        .card-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 24px; margin: 30px 0; }
        .card { background: rgba(255,255,255,0.55); backdrop-filter: blur(6px); border-radius: 20px; padding: 28px 22px; border: 1px solid rgba(255,215,215,0.4); box-shadow: 0 8px 24px rgba(180, 120, 120, 0.08); transition: all 0.3s; }
        .card:hover { transform: translateY(-6px); box-shadow: 0 16px 36px rgba(180, 120, 120, 0.15); }
        .card-icon { font-size: 2.4rem; margin-bottom: 12px; }
        .card h3 { font-size: 1.3rem; margin-bottom: 10px; color: #4a2a2a; }
        .card p { color: #4d3232; line-height: 1.6; }
        .stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; margin: 30px 0; }
        .stat-item { background: rgba(255,255,255,0.5); border-radius: 18px; padding: 24px; text-align: center; backdrop-filter: blur(4px); border: 1px solid rgba(255,200,200,0.2); }
        .stat-number { font-size: 2.6rem; font-weight: 700; background: linear-gradient(135deg, #a55353, #c9807a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .stat-label { color: #4d2a2a; margin-top: 6px; font-weight: 500; }
        .brand-story { background: rgba(255,255,255,0.4); border-radius: 24px; padding: 36px; margin: 30px 0; backdrop-filter: blur(4px); border: 1px solid rgba(255,215,215,0.3); }
        .brand-story p { line-height: 1.8; color: #3d2525; }
        .news-item { background: rgba(255,255,255,0.5); border-radius: 20px; padding: 24px; margin-bottom: 20px; backdrop-filter: blur(4px); border: 1px solid rgba(255,200,200,0.2); transition: 0.2s; }
        .news-item:hover { background: rgba(255,255,255,0.7); }
        .news-date { color: #a55353; font-size: 0.85rem; font-weight: 500; margin-bottom: 8px; }
        .news-item h3 { font-size: 1.2rem; margin-bottom: 8px; color: #3a1f1f; }
        .news-item p { color: #4d3232; line-height: 1.7; }
        .faq-item { background: rgba(255,255,255,0.4); border-radius: 18px; padding: 24px; margin-bottom: 16px; backdrop-filter: blur(4px); border: 1px solid rgba(255,215,215,0.25); }
        .faq-question { font-weight: 600; font-size: 1.1rem; color: #3a1f1f; margin-bottom: 10px; }
        .faq-answer { color: #4d3232; line-height: 1.7; }
        .partners-grid { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; margin: 30px 0; }
        .partner-badge { background: rgba(255,255,255,0.5); border-radius: 40px; padding: 10px 28px; backdrop-filter: blur(4px); border: 1px solid rgba(255,200,200,0.2); font-weight: 500; color: #4a2a2a; }
        .cta-section { background: linear-gradient(135deg, rgba(200,120,120,0.2), rgba(180,100,100,0.15)); border-radius: 28px; padding: 50px 40px; text-align: center; margin: 40px 0; border: 1px solid rgba(255,200,200,0.2); }
        .cta-section h2 { font-size: 2rem; margin-bottom: 16px; background: linear-gradient(135deg, #a55353, #c9807a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
        .cta-section p { max-width: 600px; margin: 0 auto 28px; color: #4d2a2a; }
        .footer { background: rgba(255,255,255,0.5); backdrop-filter: blur(12px); border-top: 1px solid rgba(255,215,215,0.3); padding: 36px 0; margin-top: 60px; }
        .footer-inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; }
        .footer-col { flex: 1; min-width: 200px; }
        .footer-col h4 { margin-bottom: 12px; color: #4a2a2a; }
        .footer-col a { display: block; color: #5c3a3a; text-decoration: none; margin-bottom: 6px; font-size: 0.9rem; }
        .footer-col a:hover { color: #b35d5d; }
        .footer-bottom { text-align: center; padding-top: 24px; margin-top: 24px; border-top: 1px solid rgba(200,150,150,0.2); font-size: 0.9rem; color: #4d3232; }
        .footer-links a { margin: 0 8px; color: #5c3a3a; text-decoration: none; }
        .footer-links a:hover { color: #b35d5d; }
        img { max-width: 100%; height: auto; }
        @media (max-width: 768px) {
            .header-inner { flex-direction: column; gap: 12px; }
            .nav-links { flex-wrap: wrap; justify-content: center; gap: 16px; }
            .hero { flex-direction: column; padding: 30px 20px; }
            .hero-left h1 { font-size: 2rem; }
            .hero-right { max-width: 100%; }
        }