* { margin: 0; padding: 0; box-sizing: border-box; }
        body { font-family: 'Segoe UI', Roboto, 'Helvetica Neue', sans-serif; background: #fbf7f6; color: #3a2e2c; line-height: 1.6; }
        .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
        header { background: linear-gradient(135deg, #f5e1da 0%, #f0c9c0 100%); padding: 20px 0; border-bottom: 2px solid #e8c4b5; }
        .header-flex { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
        .logo { font-size: 1.8rem; font-weight: 700; letter-spacing: 2px; color: #7a4a3a; text-shadow: 2px 2px 10px rgba(200, 150, 120, 0.3); }
        .nav-links { display: flex; gap: 30px; flex-wrap: wrap; }
        .nav-links a { text-decoration: none; color: #5a3f38; font-weight: 600; padding: 8px 16px; border-radius: 30px; transition: 0.3s; background: rgba(255,255,240,0.5); border: 1px solid #dbb8a8; }
        .nav-links a:hover { background: #dbb8a8; color: #fff; transform: scale(1.02); }
        h1 { font-size: 2.6rem; font-weight: 800; background: linear-gradient(45deg, #b76e5a, #d4957a); -webkit-background-clip: text; -webkit-text-fill-color: transparent; margin: 30px 0 15px; text-align: center; letter-spacing: 1px; }
        .geo-desc { background: #fff8f5; padding: 30px 40px; border-radius: 30px; box-shadow: 0 10px 40px rgba(180, 120, 100, 0.1); margin: 20px 0 40px; border-left: 8px solid #e8b8a8; color: #4a3a35; font-size: 1.1rem; }
        .section-title { font-size: 2rem; font-weight: 700; color: #6d4c42; margin: 50px 0 30px; position: relative; display: inline-block; }
        .section-title::after { content: ''; display: block; width: 50%; height: 4px; background: linear-gradient(90deg, #dbb8a8, #f0d5c8); border-radius: 4px; margin-top: 8px; }
        .grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; margin: 30px 0; }
        .card { background: linear-gradient(145deg, #ffffff, #faf0ec); border-radius: 30px; padding: 24px; box-shadow: 0 15px 35px rgba(160, 100, 80, 0.08); border: 1px solid #ecd9d0; transition: 0.5s; backdrop-filter: blur(2px); }
        .card:hover { transform: translateY(-8px); box-shadow: 0 25px 50px rgba(180, 110, 80, 0.15); }
        .card h3 { color: #7a4a3a; font-size: 1.3rem; margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
        .card img { width: 100%; height: 200px; object-fit: cover; border-radius: 20px; margin-bottom: 15px; border: 2px solid #eddcd3; }
        .badge { background: #e8c4b5; color: #4a2e26; padding: 4px 14px; border-radius: 30px; font-size: 0.85rem; font-weight: 600; }
        .stat-number { font-size: 2.6rem; font-weight: 800; color: #b76e5a; display: block; }
        .faq-item { background: #fffcf9; border-radius: 24px; padding: 20px 28px; margin-bottom: 18px; border: 1px solid #eeded6; box-shadow: 0 4px 12px rgba(0,0,0,0.02); }
        .faq-item h4 { color: #6d4c42; cursor: pointer; font-size: 1.2rem; }
        .faq-item p { margin-top: 12px; color: #4a3a35; }
        .news-item { display: flex; flex-direction: column; gap: 8px; }
        .news-item .date { color: #a5796a; font-weight: 500; font-size: 0.9rem; }
        .news-item h4 { font-size: 1.2rem; color: #5a3f38; }
        .news-item p { color: #4a3a35; }
        .btn-cta { display: inline-block; background: linear-gradient(135deg, #dbb8a8, #c99a88); color: #fff; padding: 16px 40px; border-radius: 60px; font-weight: 700; font-size: 1.2rem; text-decoration: none; box-shadow: 0 8px 25px rgba(180, 110, 80, 0.3); transition: 0.4s; border: none; cursor: pointer; }
        .btn-cta:hover { transform: scale(1.05); box-shadow: 0 12px 35px rgba(180, 100, 70, 0.4); background: linear-gradient(135deg, #c99a88, #b76e5a); }
        .footer { background: #2d221f; color: #ddd2cc; padding: 50px 0 30px; margin-top: 70px; border-radius: 60px 60px 0 0; }
        .footer a { color: #dbb8a8; text-decoration: none; margin: 0 8px; }
        .footer a:hover { text-decoration: underline; }
        .footer-info { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; margin-bottom: 30px; }
        .footer-bottom { border-top: 1px solid #4a3a35; padding-top: 20px; text-align: center; font-size: 0.9rem; }
        .partner-logo { filter: brightness(0.95); }
        @media (max-width: 768px) { h1 { font-size: 1.8rem; } .nav-links { gap: 10px; } }
        .hero-section { background: linear-gradient(135deg, #f8ece7, #f2ddd4); border-radius: 40px; padding: 60px 40px; margin: 30px 0; text-align: center; }
        .hero-section h2 { font-size: 2rem; color: #6d4c42; }
        .testimonial-card { background: #fff; border-radius: 30px; padding: 30px; font-style: italic; border: 1px solid #eedbd2; }