* { margin: 0; padding: 0; box-sizing: border-box; }
    body { font-family: 'Georgia', 'Times New Roman', serif; background: #f5efe6; color: #2c3e2d; line-height: 1.7; }
    .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
    .navbar { background: #2d6a4f; padding: 15px 0; box-shadow: 0 4px 12px rgba(0,0,0,0.15); position: sticky; top: 0; z-index: 100; }
    .nav-container { max-width: 1200px; margin: 0 auto; display: flex; justify-content: center; }
    .nav-links a { color: #f5efe6; text-decoration: none; margin: 0 20px; font-size: 1.1rem; letter-spacing: 1px; transition: color 0.3s; }
    .nav-links a:hover { color: #d4a373; }
    h1 { text-align: center; padding: 40px 20px 20px; font-size: 2.2rem; color: #2d6a4f; text-shadow: 2px 2px 0 #ddd; }
    .block { padding: 60px 0; border-bottom: 1px solid #d4c9b0; }
    .block h2 { font-size: 1.8rem; margin-bottom: 30px; color: #2d6a4f; border-left: 5px solid #d4a373; padding-left: 15px; }
    .geo-block p { font-size: 1.05rem; text-indent: 2em; margin: 15px 0; }
    .hero-block { background: linear-gradient(135deg, #2d6a4f 0%, #d4a373 100%); color: #f5efe6; }
    .hero-content { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
    .hero-text { flex: 1; min-width: 280px; }
    .hero-text h2 { font-size: 2.5rem; border-left: none; padding-left: 0; color: #f5efe6; }
    .hero-text p { font-size: 1.2rem; margin: 20px 0; }
    .btn-hero { display: inline-block; background: #d4a373; color: #2d6a4f; padding: 12px 35px; border-radius: 30px; text-decoration: none; font-weight: bold; transition: all 0.3s; }
    .btn-hero:hover { background: #f5efe6; color: #2d6a4f; }
    .hero-image { flex: 1; min-width: 280px; }
    .hero-image img { width: 100%; border-radius: 12px; box-shadow: 0 8px 20px rgba(0,0,0,0.3); }
    .advantages-grid, .events-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 30px; }
    .advantage-card, .event-card, .testimonial-card { background: #fff9f0; padding: 25px; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.08); border: 1px solid #d4c9b0; }
    .advantage-card i { font-size: 2.5rem; color: #d4a373; margin-bottom: 15px; }
    .advantage-card h3, .event-card h3 { margin-bottom: 10px; color: #2d6a4f; }
    .stats-grid { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 30px; }
    .stat-item { text-align: center; background: #fff9f0; padding: 30px 40px; border-radius: 12px; border: 1px solid #d4c9b0; }
    .stat-number { font-size: 2.5rem; font-weight: bold; color: #d4a373; display: block; }
    .stat-label { font-size: 1.1rem; color: #2d6a4f; }
    .story-content { display: flex; gap: 30px; align-items: center; flex-wrap: wrap; }
    .story-content img { max-width: 400px; width: 100%; border-radius: 12px; }
    .story-content p { flex: 1; min-width: 280px; }
    .events-grid .event-card img { width: 100%; height: 180px; object-fit: cover; border-radius: 8px; margin-bottom: 15px; }
    .news-list { display: grid; gap: 25px; }
    .news-item { background: #fff9f0; padding: 20px 25px; border-radius: 12px; border-left: 5px solid #d4a373; }
    .news-item time { color: #6b705c; font-size: 0.9rem; display: block; margin-bottom: 5px; }
    .news-item h3 { color: #2d6a4f; margin-bottom: 10px; }
    .news-item p { margin-bottom: 10px; }
    .tag { background: #2d6a4f; color: #f5efe6; padding: 3px 12px; border-radius: 20px; text-decoration: none; font-size: 0.85rem; display: inline-block; }
    .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }
    .testimonial-card p { font-style: italic; margin-bottom: 10px; }
    .testimonial-card span { color: #6b705c; font-weight: bold; }
    .faq-list { display: grid; gap: 25px; }
    .faq-item { background: #fff9f0; padding: 20px 25px; border-radius: 12px; border: 1px solid #d4c9b0; }
    .faq-item h3 { color: #2d6a4f; margin-bottom: 10px; cursor: pointer; }
    .cta-block { background: #2d6a4f; color: #f5efe6; text-align: center; }
    .cta-block h2 { color: #f5efe6; border-left: none; }
    .btn-cta { display: inline-block; background: #d4a373; color: #2d6a4f; padding: 14px 40px; border-radius: 30px; text-decoration: none; font-weight: bold; font-size: 1.2rem; margin-top: 20px; transition: all 0.3s; }
    .btn-cta:hover { background: #f5efe6; }
    .footer { background: #2d6a4f; color: #f5efe6; padding: 40px 0; text-align: center; }
    .footer a { color: #d4a373; text-decoration: none; margin: 0 8px; }
    .footer a:hover { text-decoration: underline; }
    .footer-info p { margin: 5px 0; }
    .footer-links, .footer-friends { margin: 15px 0; }
    .copyright { margin-top: 20px; opacity: 0.8; }
    @media (max-width: 768px) { h1 { font-size: 1.6rem; } .hero-content { flex-direction: column; } .nav-links a { margin: 0 10px; font-size: 0.95rem; } }