* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; line-height: 1.6; color: #1a1a1a; background: #f7f7f5; padding-top: 70px; }
.container { max-width: 1080px; margin: 0 auto; padding: 0 20px; }
header { background: #1a1a1a; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 14px 0; }
.header-content { display: flex; justify-content: space-between; align-items: center; max-width: 1080px; margin: 0 auto; padding: 0 20px; }
.logo { font-size: 24px; font-weight: 700; color: #d4a574; text-decoration: none; }
nav ul { list-style: none; display: flex; gap: 24px; flex-wrap: wrap; }
nav a { color: #e8e8e8; text-decoration: none; }
nav a:hover { color: #d4a574; }
.hero { background: #2a2520; color: #e8e8e8; padding: 92px 0; text-align: center; position: relative; overflow: hidden; min-height: 300px; display: flex; align-items: center; justify-content: center; }
.hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: url('../images/hero-bg.jpg'); background-size: cover; background-position: center; opacity: 0.3; }
.hero-content { position: relative; z-index: 1; max-width: 680px; }
.hero h1 { font-size: clamp(1.5rem, 4vw, 2rem); margin-bottom: 12px; }
.hero p { font-size: 1rem; opacity: 0.9; }
.section { padding: 46px 0; }
.section-alt { background: #fff; }
.content-block h2 { font-size: 1.55rem; color: #2a2520; margin-bottom: 18px; }
.content-block h3 { font-size: 1.2rem; margin: 20px 0 10px; }
.content-block p { margin-bottom: 14px; color: #333; }
.image-block { margin: 24px 0; }
.image-block img { max-width: 100%; width: 100%; height: auto; max-width: 800px; display: block; border-radius: 6px; }
.image-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 20px; margin: 24px 0; }
.image-grid img { max-width: 100%; border-radius: 6px; }
.limitations-block { background: #ebe5df; padding: 26px; border-radius: 6px; margin: 30px 0; border-left: 4px solid #d4a574; }
.cta-soft { text-align: center; padding: 44px 20px; background: #2a2520; color: #e8e8e8; }
.cta-soft a { color: #d4a574; text-decoration: underline; }
footer { background: #1a1a1a; color: #e8e8e8; padding: 36px 0 24px; margin-top: 46px; }
footer a { color: #d4a574; text-decoration: underline; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 28px; max-width: 1080px; margin: 0 auto 24px; padding: 0 20px; }
.footer-bottom { text-align: center; padding-top: 22px; border-top: 1px solid #444; font-size: 0.9rem; }
#cookieBanner { display: none; position: fixed; bottom: 0; left: 0; right: 0; background: #1a1a1a; color: #e8e8e8; padding: 20px 24px; z-index: 9999; }
#cookieBanner.active { display: block; }
.cookie-banner-inner { max-width: 1080px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; }
.cookie-banner-inner p { margin: 0; flex: 1; min-width: 260px; }
.cookie-btns { display: flex; gap: 10px; }
.cookie-btns button { padding: 10px 20px; border: none; border-radius: 6px; cursor: pointer; font-weight: 500; }
#acceptCookies { background: #d4a574; color: #1a1a1a; }
#rejectCookies { background: transparent; color: #e8e8e8; border: 1px solid #e8e8e8; }
#cookieInfo { background: #e8e8e8; color: #1a1a1a; }
.form-container { max-width: 520px; margin: 24px 0; }
.form-container label { display: block; margin-bottom: 6px; font-weight: 600; }
.form-container input, .form-container textarea { width: 100%; padding: 10px 14px; border: 1px solid #999; border-radius: 6px; margin-bottom: 14px; }
.form-container textarea { min-height: 110px; resize: vertical; }
.btn-submit { background: #d4a574; color: #1a1a1a; border: none; padding: 12px 26px; border-radius: 6px; font-weight: 600; cursor: pointer; }
.disclaimer-box { background: #ebe5df; padding: 18px 22px; border-radius: 6px; margin-bottom: 24px; border-left: 4px solid #d4a574; }
.section-title { font-size: 1.75rem; color: #2a2520; margin-bottom: 24px; }
.page-section { padding-top: 98px; padding-bottom: 46px; }
@media (max-width: 768px) { body { padding-top: 62px; } .hero { padding: 60px 18px; min-height: 260px; } .section { padding: 34px 0; } }
