* { box-sizing: border-box; }
:root { --primary-color: #1a73e8; }
body { margin: 0; font-family: 'Segoe UI', Arial, sans-serif; color: #1f2937; line-height: 1.6; background: #fff; }
.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
img { max-width: 100%; display: block; }
a { color: var(--primary-color); }

/* Header */
.site-header { background: #fff; box-shadow: 0 1px 6px rgba(0,0,0,0.08); position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; }
.site-brand { text-decoration: none; color: #1f2937; font-size: 20px; font-weight: bold; display: flex; align-items: center; }
.site-brand img { max-height: 48px; }
.main-nav { display: flex; gap: 6px; flex-wrap: wrap; }
.main-nav a { text-decoration: none; color: #374151; padding: 8px 14px; border-radius: 6px; font-size: 14px; font-weight: 500; }
.main-nav a:hover, .main-nav a.active { background: var(--primary-color); color: #fff; }
.nav-toggle { display: none; background: none; border: none; font-size: 22px; cursor: pointer; }

@media (max-width: 780px) {
  .nav-toggle { display: block; }
  .main-nav { display: none; flex-direction: column; width: 100%; margin-top: 10px; }
  .main-nav.open { display: flex; }
  .header-inner { flex-wrap: wrap; }
}

/* Hero */
.hero { text-align: center; padding: 60px 20px; }
.hero h1 { font-size: 32px; margin-bottom: 16px; }
.hero-image { max-height: 320px; object-fit: cover; margin: 0 auto 24px; border-radius: 10px; width: 100%; }
.rich-text { max-width: 750px; margin: 0 auto; color: #4b5563; font-size: 16px; }

.section { padding: 50px 20px; }
.section.alt-bg { background: #f9fafb; }
.section h1, .section h2 { text-align: center; margin-bottom: 30px; font-size: 26px; }

/* Cards */
.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.card { background: #fff; border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,0.07); overflow: hidden; padding-bottom: 16px; }
.card img { width: 100%; height: 180px; object-fit: cover; }
.card h3 { margin: 14px 16px 6px; font-size: 17px; }
.card p { margin: 0 16px; color: #6b7280; font-size: 14px; }
.card .price { margin: 0 16px 6px; font-weight: bold; color: var(--primary-color); }

.btn-link { display: block; text-align: center; margin-top: 30px; text-decoration: none; color: var(--primary-color); font-weight: 600; }

/* Service regions */
.region-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.region-item { background: #f9fafb; border-radius: 8px; padding: 18px; text-align: center; }
.region-item h3 { margin: 0 0 6px; font-size: 16px; }
.region-item p { margin: 0; font-size: 13px; color: #6b7280; }

/* Gallery */
.gallery-wall { column-count: 3; column-gap: 14px; }
.gallery-wall-item { break-inside: avoid; margin-bottom: 14px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,0.06); }
.gallery-wall-item img { width: 100%; }
.gallery-wall-item .cap { padding: 8px; font-size: 13px; color: #6b7280; }
@media (max-width: 780px) { .gallery-wall { column-count: 2; } }
@media (max-width: 480px) { .gallery-wall { column-count: 1; } }

/* Testimonials */
.testimonial-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.testimonial-card { background: #f9fafb; border-radius: 10px; padding: 24px; text-align: center; }
.testimonial-avatar { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; margin: 0 auto 12px; }
.testimonial-text { font-style: italic; color: #374151; }
.testimonial-name { font-weight: bold; margin-top: 10px; }
.testimonial-company { font-size: 13px; color: #6b7280; }

/* Contact */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.contact-info p { margin-bottom: 14px; }
.map-embed { margin-top: 20px; border-radius: 8px; overflow: hidden; }
.map-embed iframe { width: 100%; height: 280px; border: 0; }
.contact-form label { display: block; margin: 12px 0 5px; font-size: 13px; font-weight: 600; }
.contact-form input, .contact-form textarea { width: 100%; padding: 10px 12px; border: 1px solid #d1d5db; border-radius: 6px; font-size: 14px; font-family: inherit; }
.contact-form button { margin-top: 18px; background: var(--primary-color); color: #fff; border: none; padding: 12px 24px; border-radius: 6px; cursor: pointer; font-size: 15px; }
.alert-success { background: #d1fae5; color: #065f46; padding: 14px; border-radius: 6px; }
.alert-error { background: #fee2e2; color: #991b1b; padding: 14px; border-radius: 6px; margin-bottom: 14px; }
@media (max-width: 780px) { .contact-grid { grid-template-columns: 1fr; } }

/* Footer */
.site-footer { background: #1f2937; color: #d1d5db; padding: 40px 20px 20px; margin-top: 40px; }
.footer-inner { display: flex; flex-wrap: wrap; gap: 40px; justify-content: space-between; }
.footer-col h4 { color: #fff; margin-bottom: 10px; }
.footer-col p { margin: 4px 0; font-size: 14px; }
.social-links { display: flex; flex-direction: column; gap: 6px; }
.social-links a { color: #93c5fd; text-decoration: none; font-size: 14px; }
.footer-bottom { text-align: center; margin-top: 30px; font-size: 13px; color: #9ca3af; border-top: 1px solid #374151; padding-top: 16px; }

/* Floating buttons */
.float-btn { position: fixed; right: 20px; width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 14px rgba(0,0,0,0.25); z-index: 200; text-decoration: none; }
.whatsapp-btn { bottom: 20px; background: #25D366; }
.call-btn { bottom: 88px; background: var(--primary-color); }
