* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Georgia', 'Times New Roman', serif; background: #f5efe6; color: #3e2723; line-height: 1.7; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 20px; }
header { background: linear-gradient(135deg, #3e2723 0%, #5d4037 50%, #8d6e63 100%); padding: 20px 0; border-bottom: 4px solid #a1887f; }
.header-wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.logo { font-size: 1.9rem; font-weight: bold; color: #d7ccc8; letter-spacing: 2px; text-shadow: 2px 2px 0 #3e2723; }
.nav-links { display: flex; gap: 20px; flex-wrap: wrap; }
.nav-links a { color: #efebe9; text-decoration: none; font-size: 1.1rem; padding: 8px 16px; border-radius: 30px; background: rgba(255,255,255,0.08); transition: 0.3s; border: 1px solid rgba(215,204,200,0.2); }
.nav-links a:hover { background: #d7ccc8; color: #3e2723; }
.hero { background: linear-gradient(145deg, #4e342e, #3e2723); color: #d7ccc8; padding: 80px 0; text-align: center; border-radius: 0 0 60px 60px; margin-bottom: 40px; position: relative; overflow: hidden; }
.hero::after { content: ''; position: absolute; bottom: -30px; left: 0; right: 0; height: 60px; background: #f5efe6; border-radius: 50% / 100% 100% 0 0; }
.hero h1 { font-size: 3.2rem; margin-bottom: 20px; letter-spacing: 3px; text-shadow: 3px 3px 0 #1e0f0b; }
.hero p { font-size: 1.3rem; max-width: 800px; margin: 0 auto 30px; }
.hero img { max-width: 100%; height: auto; border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.5); margin-top: 20px; }
.section-title { font-size: 2.2rem; text-align: center; margin: 50px 0 30px; color: #3e2723; position: relative; display: inline-block; left: 50%; transform: translateX(-50%); }
.section-title::after { content: ''; display: block; width: 60%; height: 4px; background: linear-gradient(90deg, transparent, #8d6e63, transparent); margin: 10px auto 0; }
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
.card { background: linear-gradient(145deg, #ffffff, #f5ebe0); border-radius: 30px; padding: 30px; box-shadow: 0 10px 30px rgba(62,39,35,0.12); border: 1px solid #d7ccc8; transition: transform 0.3s, box-shadow 0.3s; }
.card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(62,39,35,0.2); }
.card img { width: 100%; height: 200px; object-fit: cover; border-radius: 16px; margin-bottom: 15px; }
.card h3 { font-size: 1.5rem; margin-bottom: 12px; color: #4e342e; }
.card p { color: #5d4037; }
.stats-block { background: linear-gradient(135deg, #3e2723, #6d4c41); padding: 60px 0; border-radius: 60px 60px 0 0; margin: 40px 0; color: #efebe9; }
.stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 30px; text-align: center; }
.stat-item h3 { font-size: 2.8rem; color: #d7ccc8; margin-bottom: 5px; }
.stat-item p { font-size: 1.1rem; opacity: 0.9; }
.advantages-block { padding: 60px 0; }
.advantage-item { display: flex; align-items: center; gap: 30px; margin-bottom: 40px; background: #fff; border-radius: 40px; padding: 30px; box-shadow: 0 6px 20px rgba(0,0,0,0.05); }
.advantage-item:nth-child(even) { flex-direction: row-reverse; }
.advantage-item img { width: 200px; height: 150px; object-fit: cover; border-radius: 20px; }
.advantage-item h3 { font-size: 1.7rem; color: #4e342e; margin-bottom: 10px; }
.news-block { padding: 50px 0; }
.news-item { background: #fff; border-radius: 30px; padding: 25px; margin-bottom: 25px; border-left: 8px solid #8d6e63; box-shadow: 0 4px 12px rgba(0,0,0,0.06); }
.news-item .date { font-size: 0.9rem; color: #a1887f; margin-bottom: 8px; }
.news-item h3 { font-size: 1.4rem; color: #3e2723; margin-bottom: 10px; }
.news-item p { color: #5d4037; }
.faq-block { padding: 50px 0; }
.faq-item { background: #fff; border-radius: 30px; padding: 25px; margin-bottom: 20px; box-shadow: 0 4px 12px rgba(0,0,0,0.04); border: 1px solid #d7ccc8; }
.faq-item h4 { font-size: 1.3rem; color: #4e342e; margin-bottom: 12px; cursor: pointer; display: flex; justify-content: space-between; }
.faq-item p { color: #5d4037; }
.brand-story { background: linear-gradient(145deg, #efebe9, #d7ccc8); padding: 60px 0; border-radius: 60px; margin: 40px 0; }
.brand-story .content { columns: 2; column-gap: 50px; }
.brand-story img { width: 100%; border-radius: 24px; margin-bottom: 20px; }
.partners-block { padding: 50px 0; }
.partner-logos { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; }
.partner-logos img { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; border: 3px solid #8d6e63; opacity: 0.8; transition: 0.3s; }
.partner-logos img:hover { opacity: 1; transform: scale(1.05); }
.cta-block { background: linear-gradient(135deg, #3e2723, #5d4037); padding: 60px 0; text-align: center; color: #d7ccc8; border-radius: 60px; margin: 40px 0; }
.cta-block h2 { font-size: 2.5rem; margin-bottom: 20px; }
.cta-block a { display: inline-block; background: #d7ccc8; color: #3e2723; padding: 15px 40px; border-radius: 50px; font-size: 1.3rem; text-decoration: none; font-weight: bold; transition: 0.3s; margin-top: 20px; }
.cta-block a:hover { background: #fff; transform: scale(1.05); }
footer { background: #3e2723; color: #bcaaa4; padding: 40px 0; margin-top: 50px; text-align: center; }
footer a { color: #d7ccc8; text-decoration: none; margin: 0 10px; }
footer a:hover { text-decoration: underline; }
.footer-links { margin: 20px 0; font-size: 0.95rem; }
.footer-friend { margin: 15px 0; }
.footer-friend a { margin: 0 8px; }
@media (max-width: 768px) {
  .hero h1 { font-size: 2.2rem; }
  .brand-story .content { columns: 1; }
  .advantage-item { flex-direction: column !important; }
}