* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', system-ui, sans-serif; color: #1c1917; line-height: 1.7; background: #fafaf9; }
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: #1c1917; }
.logo-sub { font-size: 0.7rem; font-weight: 400; color: #78716c; display: block; }
.nav-links { display: flex; list-style: none; gap: 2rem; }
.nav-links a { text-decoration: none; color: #444; font-weight: 500; transition: color 0.2s; }
.nav-links a:hover { color: #dc2626; }
.cta-btn { background: #dc2626; 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: #b91c1c; }
.hero { background: linear-gradient(135deg, #1c1917 0%, #dc2626 50%, #f97316 100%); color: #fff; padding: 5rem 2rem; text-align: center; }
.hero-label { background: rgba(220,38,38,0.3); border: 1px solid rgba(255,255,255,0.3); display: inline-block; padding: 0.4rem 1rem; border-radius: 50px; font-size: 0.8rem; 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.1rem; 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: #dc2626; 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: #b91c1c; }
.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; }
.btn-outline { background: transparent; color: #dc2626; padding: 0.7rem 1.4rem; border-radius: 8px; text-decoration: none; font-weight: 600; border: 2px solid #dc2626; display: inline-block; }
.hero-info { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; font-size: 0.95rem; opacity: 0.9; }
.intro { padding: 4rem 2rem; max-width: 900px; margin: 0 auto; text-align: center; }
.intro h2 { font-size: 2.2rem; margin-bottom: 1.5rem; color: #1c1917; }
.intro p { font-size: 1.1rem; color: #555; margin-bottom: 1rem; }
.intro-badges { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-top: 2rem; }
.intro-badges span { background: #fef2f2; color: #dc2626; padding: 0.5rem 1rem; border-radius: 6px; font-weight: 700; font-size: 0.9rem; }
.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: #1c1917; }
.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 #e7e5e4; transition: transform 0.2s, box-shadow 0.2s; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0,0,0,0.08); }
.service-icon { font-size: 2.5rem; margin-bottom: 0.8rem; }
.service-card h3 { color: #1c1917; margin-bottom: 0.6rem; font-size: 1.1rem; }
.service-card p { font-size: 0.95rem; color: #555; }
.about { background: #fff; border-radius: 16px; margin-top: 2rem; border: 1px solid #e7e5e4; }
.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-cta { background: #fef2f2; padding: 2rem; border-radius: 12px; text-align: center; border: 2px solid #dc2626; }
.about-cta h3 { color: #1c1917; font-size: 1.2rem; margin-bottom: 0.8rem; }
.about-cta p { color: #555; margin-bottom: 1.2rem; font-size: 0.95rem; }
.about-cta .btn-outline { display: block; margin-top: 0.8rem; }
.reviews { background: #1c1917; 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: #1c1917; }
.contact-info p { font-size: 0.95rem; color: #444; margin-bottom: 0.5rem; }
.contact-info a { color: #dc2626; font-weight: 600; }
#service-form { background: #fff; padding: 2rem; border-radius: 12px; border: 1px solid #e7e5e4; }
#service-form h3 { font-size: 1.2rem; margin-bottom: 1.2rem; color: #1c1917; }
#service-form input, #service-form select, #service-form textarea { width: 100%; padding: 0.8rem; border: 1px solid #d6d3d1; border-radius: 6px; font-size: 1rem; margin-bottom: 0.8rem; font-family: inherit; }
#service-form textarea { resize: vertical; min-height: 100px; }
footer { background: #1c1917; color: #a8a29e; 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; } }
