﻿:root {
  --primary-dark: #1b4332;
  --primary-green: #2d6a4f;
  --accent-yellow: #ffb703;
  --text-dark: #212529;
  --text-muted: #495057;
  --bg-light: #f8f9fa;
  --white: #ffffff;
  --shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  --radius: 12px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Open Sans', sans-serif; color: var(--text-dark); background: var(--white); line-height: 1.6; }
h1, h2, h3, h4 { font-family: 'Montserrat', sans-serif; font-weight: 700; color: var(--primary-dark); }
.container { width: 92%; max-width: 1200px; margin: 0 auto; }
.topbar { background: #081c15; color: #d8f3dc; font-size: 0.88rem; padding: 8px 0; }
.topbar-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.quick-link { color: white; text-decoration: none; font-weight: 600; }
.wa-badge { background: #25d366; padding: 3px 10px; border-radius: 20px; font-size: 0.8rem; }
.navbar { background: white; box-shadow: 0 2px 15px rgba(0,0,0,0.06); position: sticky; top: 0; z-index: 1000; padding: 14px 0; }
.nav-container { display: flex; justify-content: space-between; align-items: center; }
.logo { text-decoration: none; display: flex; flex-direction: column; }
.logo-badge { font-size: 1.3rem; font-weight: 800; color: var(--primary-green); }
.logo-sub { font-size: 0.72rem; font-weight: 700; color: var(--text-muted); }
.nav-links { display: flex; align-items: center; gap: 20px; }
.nav-links a { text-decoration: none; color: var(--text-dark); font-weight: 600; font-size: 0.95rem; }
.nav-cta { background: var(--primary-green); color: white !important; padding: 8px 18px; border-radius: 30px; }
.mobile-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; }
.mobile-toggle span { width: 25px; height: 3px; background: var(--primary-dark); }
.hero { position: relative; background: linear-gradient(135deg, rgba(27,67,50,0.92), rgba(45,106,79,0.85)), url('https://images.unsplash.com/photo-1558904541-efa8c4a08931?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat; color: white; padding: 80px 0 90px; text-align: center; }
.flyer-badge { display: inline-block; background: var(--accent-yellow); color: #081c15; font-weight: 800; font-size: 0.85rem; padding: 6px 16px; border-radius: 25px; margin-bottom: 20px; }
.hero h1 { color: white; font-size: 2.6rem; margin-bottom: 18px; }
.hero .highlight { color: #95d5b2; }
.hero-subtitle { font-size: 1.1rem; margin-bottom: 25px; color: #e9ecef; }
.usp-row { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-bottom: 30px; }
.usp-pill { background: rgba(255,255,255,0.15); padding: 7px 16px; border-radius: 30px; font-size: 0.9rem; font-weight: 600; }
.hero-buttons { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; }
.btn { display: inline-block; font-weight: 700; padding: 12px 26px; border-radius: 30px; text-decoration: none; cursor: pointer; border: none; }
.btn-primary { background: var(--accent-yellow); color: #081c15; }
.btn-secondary { background: white; color: var(--primary-dark); }
.section { padding: 70px 0; }
.badge { display: inline-block; background: #d8f3dc; color: var(--primary-green); font-size: 0.8rem; font-weight: 800; padding: 5px 14px; border-radius: 20px; margin-bottom: 12px; }
.section-title { text-align: center; margin-bottom: 45px; }
.services { background: var(--bg-light); }
.service-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; }
.service-card { background: white; padding: 30px 25px; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid #e9ecef; }
.service-card.featured { border-top: 5px solid var(--primary-green); }
.card-icon { font-size: 2.2rem; margin-bottom: 15px; }
.service-points { list-style: none; margin-top: 15px; }
.service-points li { padding-left: 20px; position: relative; margin-bottom: 6px; font-size: 0.9rem; }
.service-points li::before { content: "✔"; position: absolute; left: 0; color: var(--primary-green); font-weight: bold; }
.advantages-box { background: linear-gradient(135deg, var(--primary-dark), var(--primary-green)); color: white; border-radius: var(--radius); padding: 50px 40px; display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 35px; align-items: center; }
.advantages-box h2 { color: white; margin-bottom: 20px; }
.checklist { display: flex; flex-direction: column; gap: 15px; }
.check-item { display: flex; gap: 12px; }
.check-icon { background: var(--accent-yellow); color: #081c15; width: 25px; height: 25px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; }
.flyer-card { background: white; color: var(--text-dark); padding: 25px; border-radius: var(--radius); border: 3px dashed var(--primary-green); text-align: center; }
.flyer-phone { margin: 15px 0; }
.phone-number { font-size: 1.5rem; font-weight: 800; color: var(--primary-green); text-decoration: none; }
.flyer-address { font-size: 1rem; font-weight: 600; color: var(--text-dark); margin-bottom: 15px; }
.flyer-email a { color: var(--primary-green); text-decoration: none; font-size: 0.95rem; font-weight: 600; }
.region { background: white; padding: 50px 0; }
.text-center { text-align: center; }
.city-badges { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.city-tag { background: #e8f5e9; color: #1b4332; font-weight: 700; padding: 8px 18px; border-radius: 25px; border: 1px solid #c8e6c9; }
.contact { background: #f1f3f5; }
.contact-wrapper { display: grid; grid-template-columns: 1fr 1.3fr; gap: 40px; }
.contact-methods { margin-top: 25px; display: flex; flex-direction: column; gap: 14px; }
.method-card { display: flex; align-items: center; gap: 14px; background: white; padding: 14px 18px; border-radius: 8px; }
.form-card { background: white; padding: 35px; border-radius: var(--radius); box-shadow: var(--shadow); }
.form-group { margin-bottom: 16px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
label { display: block; font-weight: 600; font-size: 0.88rem; margin-bottom: 5px; }
input[type="text"], input[type="tel"], input[type="email"], textarea { width: 100%; padding: 10px 12px; border: 1px solid #ced4da; border-radius: 8px; font-family: inherit; }
.checkbox-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.check-label { display: flex; align-items: center; gap: 6px; font-size: 0.85rem; background: #f8f9fa; padding: 6px 10px; border-radius: 6px; border: 1px solid #e9ecef; }
.btn-submit { width: 100%; background: var(--primary-green); color: white; margin-top: 10px; }
.footer { background: #081c15; color: #adb5bd; padding: 40px 0 25px; }
.footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 25px; font-size: 0.9rem; }
.footer-col h3, .footer-col h4 { color: white; margin-bottom: 10px; }
.hidden { display: none; }
.form-alert { padding: 12px; border-radius: 6px; margin-bottom: 15px; background: #d4edda; color: #155724; }
.seo-tags span { display: inline-block; background: rgba(255,255,255,0.08); padding: 2px 8px; border-radius: 4px; margin: 2px; }
@media (max-width: 850px) {
  .hero h1 { font-size: 2rem; }
  .advantages-box, .contact-wrapper, .form-row { grid-template-columns: 1fr; }
  .checkbox-grid { grid-template-columns: 1fr; }
  .nav-links { display: none; }
  .mobile-toggle { display: flex; }
}
