* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', system-ui, sans-serif; color: #1a2e1a; line-height: 1.7; background: #f8faf8; }
header { background: #1a3a1a; padding: 1rem 2rem; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.15); }
nav { display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; }
.logo { font-size: 1.4rem; font-weight: 800; color: #fff; letter-spacing: 0.02em; }
.logo-sub { font-size: 0.65rem; font-weight: 400; color: #7cb87c; display: block; letter-spacing: 0.15em; text-transform: uppercase; }
.nav-links { display: flex; list-style: none; gap: 2rem; }
.nav-links a { text-decoration: none; color: rgba(255,255,255,0.85); font-weight: 500; font-size: 0.9rem; transition: color 0.2s; }
.nav-links a:hover { color: #7cb87c; }
.cta-btn { background: #f59e0b; color: #1a3a1a !important; padding: 0.6rem 1.2rem; border-radius: 6px; text-decoration: none; font-weight: 700; font-size: 0.9rem; }
.cta-btn:hover { background: #d97706; }
.hero { background: linear-gradient(135deg, #1a3a1a 0%, #2d5a2d 50%, #3a7a3a 100%); color: #fff; padding: 5rem 2rem; text-align: center; }
.hero-badge { background: rgba(245,158,11,0.9); color: #1a3a1a; display: inline-block; padding: 0.4rem 1rem; border-radius: 50px; font-size: 0.85rem; margin-bottom: 1.5rem; font-weight: 700; }
.hero h1 { font-size: 2.8rem; margin-bottom: 1rem; font-weight: 700; line-height: 1.2; }
.hero p { font-size: 1.15rem; opacity: 0.9; margin-bottom: 2rem; max-width: 580px; margin-left: auto; margin-right: auto; }
.hero-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 1.5rem; }
.btn-primary { background: #f59e0b; color: #1a3a1a; padding: 0.9rem 1.8rem; border-radius: 8px; text-decoration: none; font-weight: 700; border: none; cursor: pointer; font-size: 1rem; display: inline-block; transition: background 0.2s; }
.btn-primary:hover { background: #d97706; }
.btn-secondary { background: transparent; color: #fff; padding: 0.9rem 1.8rem; border-radius: 8px; text-decoration: none; font-weight: 600; border: 2px solid rgba(255,255,255,0.4); display: inline-block; }
.hero-info { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; font-size: 0.95rem; opacity: 0.85; }
.services, .why-us, .service-area, .contact { padding: 4rem 2rem; max-width: 1100px; margin: 0 auto; }
.services h2, .why-us h2, .service-area h2, .contact h2 { font-size: 2rem; margin-bottom: 2rem; text-align: center; color: #1a3a1a; font-weight: 700; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.service-card { background: #fff; padding: 2rem; border-radius: 12px; border: 1px solid #e0e8e0; transition: box-shadow 0.2s; }
.service-card:hover { box-shadow: 0 4px 20px rgba(26,58,26,0.1); }
.service-icon { font-size: 2.5rem; margin-bottom: 0.8rem; }
.service-card h3 { color: #2d5a2d; margin-bottom: 0.8rem; font-size: 1.1rem; }
.service-card p { font-size: 0.95rem; color: #555; }
.why-us { background: #1a3a1a; border-radius: 16px; margin-top: 2rem; padding: 3rem; color: #fff; }
.why-us h2 { color: #fff; }
.reasons { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.reason { display: flex; gap: 1.2rem; background: rgba(255,255,255,0.08); padding: 1.5rem; border-radius: 10px; }
.reason-icon { font-size: 2rem; flex-shrink: 0; }
.reason-content h3 { color: #7cb87c; margin-bottom: 0.5rem; font-size: 1.05rem; }
.reason-content p { font-size: 0.9rem; opacity: 0.85; line-height: 1.6; }
.service-area { background: #fff; border-radius: 16px; margin-top: 2rem; padding: 3rem; text-align: center; }
.service-area > p { max-width: 600px; margin: 0 auto 2rem; color: #555; font-size: 1.05rem; }
.areas-grid { display: flex; flex-wrap: wrap; gap: 0.8rem; justify-content: center; }
.area-item { background: #e8f4e8; color: #2d5a2d; padding: 0.5rem 1.2rem; border-radius: 50px; font-weight: 600; font-size: 0.9rem; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 2rem; }
.contact-info h3 { font-size: 1.4rem; margin-bottom: 1rem; color: #1a3a1a; }
.contact-info p { font-size: 0.95rem; color: #444; margin-bottom: 0.5rem; }
.contact-info a { color: #2d5a2d; font-weight: 600; }
#contact-form { background: #fff; padding: 2rem; border-radius: 12px; border: 1px solid #d0e0d0; }
#contact-form h3 { font-size: 1.2rem; margin-bottom: 1.2rem; color: #1a3a1a; }
#contact-form input, #contact-form select, #contact-form textarea { width: 100%; padding: 0.8rem; border: 1px solid #b0d0b0; border-radius: 6px; font-size: 1rem; margin-bottom: 0.8rem; font-family: inherit; }
#contact-form textarea { resize: vertical; min-height: 100px; }
footer { background: #0f1f0f; color: #7cb87c; text-align: center; padding: 3rem 2rem; margin-top: 4rem; }
footer h3 { color: #fff; font-size: 1.3rem; margin-bottom: 0.8rem; }
footer p { margin-bottom: 0.4rem; font-size: 0.9rem; }
.copyright { margin-top: 1rem; font-size: 0.8rem; opacity: 0.7; }
@media (max-width: 768px) { .nav-links { display: none; } .hero h1 { font-size: 2.1rem; } .contact-grid { grid-template-columns: 1fr; } }
