* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', system-ui, sans-serif; color: #1a3a2a; line-height: 1.7; background: #fafcf9; }
header { background: #fff; padding: 1rem 2rem; position: sticky; top: 0; z-index: 100; box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
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: #1a3a2a; }
.logo-sub { font-size: 0.75rem; font-weight: 400; color: #4a7c59; display: block; }
.nav-links { display: flex; list-style: none; gap: 2rem; }
.nav-links a { text-decoration: none; color: #555; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: #2d6a4f; }
.cta-btn { background: #2d6a4f; color: #fff !important; padding: 0.6rem 1.2rem; border-radius: 6px; text-decoration: none; font-weight: 600; transition: background 0.2s; }
.cta-btn:hover { background: #1b4332; }
.hero { background: linear-gradient(135deg, #1b4332 0%, #2d6a4f 50%, #40916c 100%); color: #fff; padding: 5rem 2rem; text-align: center; }
.hero-badge { background: rgba(64,145,108,0.3); border: 1px solid rgba(255,255,255,0.3); display: inline-block; padding: 0.4rem 1rem; border-radius: 50px; font-size: 0.85rem; margin-bottom: 1.5rem; }
.hero h1 { font-size: 2.8rem; margin-bottom: 1rem; font-weight: 800; line-height: 1.2; }
.hero p { font-size: 1.15rem; opacity: 0.95; 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: #40916c; color: #fff; 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: #2d6a4f; }
.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.5); display: inline-block; }
.hero-info { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; font-size: 0.95rem; opacity: 0.9; }
.hero-info span { display: flex; align-items: center; gap: 0.4rem; }
.promo { background: #f0fdf4; padding: 2rem; text-align: center; border-bottom: 1px solid #d8f3dc; }
.promo-content { max-width: 600px; margin: 0 auto; }
.promo-tag { background: #2d6a4f; color: #fff; padding: 0.3rem 0.8rem; border-radius: 50px; font-size: 0.8rem; font-weight: 700; }
.promo h2 { font-size: 1.8rem; color: #1b4332; margin: 0.8rem 0; }
.promo p { color: #40916c; margin-bottom: 1rem; }
.btn-promo { background: #2d6a4f; color: #fff; padding: 0.8rem 1.6rem; border-radius: 8px; text-decoration: none; font-weight: 700; display: inline-block; }
.services, .about, .reviews, .contact { padding: 4rem 2rem; max-width: 1100px; margin: 0 auto; }
.services h2, .about h2, .reviews h2, .contact h2 { font-size: 2rem; margin-bottom: 2rem; text-align: center; color: #1b4332; }
.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 #d8f3dc; transition: transform 0.2s, box-shadow 0.2s; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(27,67,50,0.1); }
.service-icon { font-size: 2.5rem; margin-bottom: 0.8rem; }
.service-card h3 { color: #1b4332; margin-bottom: 0.6rem; font-size: 1.1rem; }
.service-card p { font-size: 0.95rem; color: #555; }
.about { background: #f0fdf4; border-radius: 16px; margin-top: 2rem; }
.about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; padding: 2rem; }
.about-text p { font-size: 1.05rem; color: #444; margin-bottom: 1rem; }
.about-stats { display: flex; flex-direction: column; gap: 1.5rem; justify-content: center; }
.stat { background: #fff; padding: 1.5rem; border-radius: 12px; text-align: center; border: 2px solid #40916c; }
.stat-num { display: block; font-size: 2.5rem; font-weight: 800; color: #2d6a4f; }
.stat-label { font-size: 0.9rem; color: #555; }
.reviews { background: #1b4332; color: #fff; border-radius: 16px; margin-top: 2rem; }
.reviews h2 { color: #fff; }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
.review { background: rgba(255,255,255,0.08); padding: 1.8rem; border-radius: 12px; border: 1px solid rgba(255,255,255,0.12); }
.stars { color: #fbbf24; margin-bottom: 0.8rem; font-size: 1.1rem; }
.review p { font-size: 0.95rem; margin-bottom: 0.8rem; opacity: 0.9; font-style: italic; }
.review span { font-size: 0.85rem; opacity: 0.7; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 2rem; }
.contact-info h3 { font-size: 1.3rem; margin-bottom: 1rem; color: #1b4332; }
.contact-info p { font-size: 0.95rem; color: #444; margin-bottom: 0.5rem; }
.contact-info a { color: #2d6a4f; font-weight: 600; }
#appointment-form { background: #fff; padding: 2rem; border-radius: 12px; border: 1px solid #d8f3dc; }
#appointment-form h3 { font-size: 1.2rem; margin-bottom: 1.2rem; color: #1b4332; }
#appointment-form input, #appointment-form select, #appointment-form textarea { width: 100%; padding: 0.8rem; border: 1px solid #b7e4c7; border-radius: 6px; font-size: 1rem; margin-bottom: 0.8rem; font-family: inherit; }
#appointment-form textarea { resize: vertical; min-height: 100px; }
footer { background: #0f2618; color: #74c69d; 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; } .about-content { grid-template-columns: 1fr; } .contact-grid { grid-template-columns: 1fr; } }
