* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Segoe UI', sans-serif; color: #1a1a1a; }
.topbar { background-color: #1a1a1a; color: #ccc; text-align: center; padding: 0.4rem 1rem; font-size: 0.9rem; }
.topbar a { color: #e67e22; text-decoration: none; font-weight: bold; }
header { background-color: #1a1a1a; padding: 0.5rem 2rem; position: sticky; top: 0; z-index: 100; border-bottom: 3px solid #c0392b; }
nav { display: flex; justify-content: space-between; align-items: center; max-width: 1100px; margin: 0 auto; flex-wrap: wrap; }
.logo-img { height: 140px; width: auto; }
.hamburger { display: none; background: none; border: none; color: white; font-size: 2rem; cursor: pointer; padding: 0.5rem; }
.nav-links { list-style: none; display: flex; gap: 2rem; align-items: center; }
.nav-links a { color: white; text-decoration: none; font-size: 1rem; }
.nav-links a:hover { color: #e67e22; }
.nav-phone { background-color: #c0392b; color: white !important; padding: 0.5rem 1.2rem; border-radius: 4px; font-weight: bold; }
.nav-phone:hover { background-color: #a93226 !important; }
.hero { background: linear-gradient(135deg, #1a1a1a, #3d0e0e); color: white; padding: 6rem 2rem; text-align: center; }
.hero h1 { font-size: 3rem; margin-bottom: 1rem; }
.hero p { font-size: 1.3rem; margin-bottom: 2rem; opacity: 0.85; }
.hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn { background-color: #e67e22; color: white; padding: 0.9rem 2rem; text-decoration: none; border-radius: 4px; font-size: 1rem; font-weight: bold; display: inline-block; border: none; cursor: pointer; }
.btn:hover { background-color: #cf6d17; }
.btn-outline { background-color: transparent; color: white; border: 2px solid white; }
.btn-outline:hover { background-color: rgba(255,255,255,0.1); }
.features { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 2rem; max-width: 1100px; margin: 4rem auto; padding: 0 2rem; }
.feature { text-align: center; padding: 2rem; background-color: #f9f9f9; border-top: 4px solid #c0392b; border-radius: 4px; }
.feature h3 { color: #c0392b; margin-bottom: 0.5rem; font-size: 1.2rem; }
.gallery { max-width: 1100px; margin: 4rem auto; padding: 0 2rem; text-align: center; }
.gallery h2 { font-size: 2rem; color: #c0392b; margin-bottom: 1.5rem; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.gallery-grid img { width: 100%; height: 220px; object-fit: cover; border-radius: 6px; border: 3px solid #c0392b; }
.values { max-width: 1100px; margin: 4rem auto; padding: 0 2rem; text-align: center; }
.values h2 { font-size: 2rem; color: #c0392b; margin-bottom: 2rem; }
.values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem; }
.value-card { background-color: #1a1a1a; color: white; border-radius: 6px; padding: 2rem 1.5rem; text-align: left; }
.value-icon { background-color: #c0392b; color: white; width: 2rem; height: 2rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; margin-bottom: 1rem; }
.value-card h3 { color: #e67e22; margin-bottom: 0.5rem; font-size: 1.1rem; }
.value-card p { opacity: 0.85; line-height: 1.6; font-size: 0.95rem; }
.testimonials { background-color: #f4f4f4; padding: 4rem 2rem; text-align: center; }
.testimonials h2 { font-size: 2rem; color: #c0392b; margin-bottom: 2rem; }
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; max-width: 1100px; margin: 0 auto; }
.testimonial-card { background-color: white; border-radius: 6px; padding: 1.5rem; border-top: 4px solid #e67e22; text-align: left; }
.stars { color: #e67e22; font-size: 1.2rem; margin-bottom: 0.75rem; }
.testimonial-card p { font-style: italic; margin-bottom: 0.75rem; color: #444; }
.testimonial-card span { font-weight: bold; color: #c0392b; font-size: 0.9rem; }
.estimate-section { max-width: 700px; margin: 4rem auto; padding: 0 2rem; text-align: center; }
.estimate-section h2 { font-size: 2rem; color: #c0392b; margin-bottom: 0.5rem; }
.estimate-section > p { color: #555; margin-bottom: 2rem; }
.estimate-form { display: flex; flex-direction: column; gap: 1rem; text-align: left; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.estimate-form input, .estimate-form textarea { width: 100%; padding: 0.85rem 1rem; border: 2px solid #ddd; border-radius: 4px; font-size: 1rem; font-family: inherit; }
.estimate-form input:focus, .estimate-form textarea:focus { outline: none; border-color: #c0392b; }
.estimate-form .btn { align-self: flex-start; padding: 0.9rem 2.5rem; }
.map-section { max-width: 1100px; margin: 4rem auto; padding: 0 2rem; text-align: center; }
.map-section h2 { font-size: 2rem; color: #c0392b; margin-bottom: 0.5rem; }
.map-section > p { color: #555; margin-bottom: 1.5rem; }
.map-wrapper { border-radius: 8px; overflow: hidden; border: 3px solid #c0392b; }
.cta { background-color: #c0392b; color: white; text-align: center; padding: 4rem 2rem; margin-top: 2rem; }
.cta h2 { font-size: 2rem; margin-bottom: 0.75rem; }
.cta p { font-size: 1.1rem; margin-bottom: 1.5rem; opacity: 0.9; }
.cta .btn { background-color: #e67e22; }
.cta .btn:hover { background-color: #cf6d17; }
.services-hero { background: linear-gradient(135deg, #1a1a1a, #3d0e0e); color: white; text-align: center; padding: 4rem 2rem; }
.services-hero h1 { font-size: 2.5rem; margin-bottom: 0.75rem; }
.services-hero p { font-size: 1.1rem; opacity: 0.85; }
.service-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; max-width: 1100px; margin: 4rem auto; padding: 0 2rem; }
.service-card { background-color: #f4f4f4; border-left: 4px solid #c0392b; border-radius: 4px; padding: 1.5rem; }
.service-card h2 { font-size: 1.1rem; margin-bottom: 0.5rem; color: #c0392b; }
footer { background-color: #1a1a1a; color: #ccc; padding: 3rem 2rem 1.5rem; }
.footer-inner { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 2rem; max-width: 1100px; margin: 0 auto 2rem; align-items: flex-start; }
.footer-logo { height: 160px; width: auto; margin-bottom: 0.75rem; display: block; }
.footer-brand p { max-width: 220px; line-height: 1.5; }
.social-links { margin-top: 1rem; display: flex; flex-direction: column; gap: 0.5rem; }
.social-links a { color: #e67e22 !important; text-decoration: none; font-weight: bold; }
.social-links a:hover { text-decoration: underline; }
.footer-contact h3, .footer-area h3 { color: white; margin-bottom: 0.75rem; }
.footer-contact a { color: #e67e22; text-decoration: none; font-weight: bold; display: block; margin-bottom: 0.4rem; }
.footer-area p { margin-bottom: 0.3rem; }
.footer-copy { text-align: center; font-size: 0.85rem; opacity: 0.5; border-top: 1px solid #333; padding-top: 1rem; }
@media (max-width: 768px) {
    .topbar { font-size: 0.75rem; }
    .hamburger { display: block; }
    .nav-links { display: none; flex-direction: column; width: 100%; gap: 0; background-color: #1a1a1a; padding: 1rem 0; }
    .nav-links.open { display: flex; }
    .nav-links li { width: 100%; text-align: center; padding: 0.75rem 0; border-top: 1px solid #333; }
    .nav-phone { display: inline-block; margin-top: 0.25rem; }
    .hero h1 { font-size: 2rem; }
    .hero p { font-size: 1rem; }
    .hero { padding: 4rem 1.5rem; }
    .gallery-grid { grid-template-columns: 1fr; }
    .gallery-grid img { height: 200px; }
    .form-row { grid-template-columns: 1fr; }
    .estimate-form .btn { width: 100%; text-align: center; }
    .footer-inner { flex-direction: column; align-items: center; text-align: center; }
    .footer-brand p { max-width: 100%; }
}
@media (max-width: 480px) {
    .hero h1 { font-size: 1.6rem; }
    .cta h2 { font-size: 1.5rem; }
    .gallery-grid { grid-template-columns: 1fr; }
}
