:root {
  --radius: 0.75rem;
  --background: oklch(1 0 0);
  --foreground: oklch(0.18 0.04 250);
  --card: oklch(1 0 0);
  --primary: oklch(0.42 0.19 258);
  --primary-foreground: oklch(1 0 0);
  --primary-glow: oklch(0.55 0.2 258);
  --secondary: oklch(0.62 0.18 145);
  --muted: oklch(0.97 0.01 250);
  --muted-foreground: oklch(0.5 0.03 250);
  --border: oklch(0.92 0.01 250);
  --whatsapp: oklch(0.68 0.17 150);
  --yellow-brand: oklch(0.85 0.17 90);
  --gradient-hero: linear-gradient(135deg, oklch(0.42 0.19 258) 0%, oklch(0.55 0.2 258) 50%, oklch(0.62 0.18 145) 100%);
  --gradient-brand: linear-gradient(90deg, var(--primary), var(--secondary));
  --shadow-soft: 0 10px 30px -12px oklch(0.42 0.19 258 / 0.25);
  --shadow-card: 0 4px 20px -4px oklch(0.18 0.04 250 / 0.08);
  --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
  --font-display: "Poppins", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--background); color: var(--foreground); font-family: var(--font-sans); }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(100% - 32px, 1280px); margin-inline: auto; }
h1, h2, h3, h4 { font-family: var(--font-display); letter-spacing: -0.02em; }

.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--border); background: oklch(1 0 0 / .9); backdrop-filter: blur(14px); }
.header-inner { display: flex; min-height: 72px; align-items: center; gap: 28px; padding-block: 12px; }
.brand, .footer-brand { display: flex; min-width: 0; align-items: center; gap: 12px; }
.brand img, .footer-brand img { width: 48px; height: 48px; flex: 0 0 auto; border-radius: 999px; object-fit: cover; }
.brand strong { display: block; color: var(--primary); font-family: var(--font-display); font-weight: 900; line-height: 1; }
.brand small, .footer-brand small { display: block; color: var(--secondary); font-size: 12px; font-weight: 800; letter-spacing: .12em; line-height: 1.2; text-transform: uppercase; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 500; }
.main-nav a:hover { color: var(--primary); }
.header-wa { margin-left: 8px; }

.wa-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 999px; cursor: pointer; font-weight: 700; transition: transform .25s ease, filter .25s ease, background .25s ease; }
.wa-button:hover { filter: brightness(1.08); transform: translateY(-1px); }
.wa-button--solid { background: var(--whatsapp); box-shadow: var(--shadow-soft); color: #fff; padding: 12px 24px; font-size: 15px; }
.wa-button--hero { background: var(--whatsapp); box-shadow: var(--shadow-soft); color: #fff; padding: 16px 32px; font-size: 16px; }
.wa-icon { width: 1.25em; height: 1.25em; flex: 0 0 auto; background: currentColor; mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.11 17.205c-.372 0-1.088 1.39-1.518 1.39a.63.63 0 0 1-.315-.1c-.802-.402-1.504-.817-2.163-1.447-.545-.516-1.146-1.29-1.46-1.963a.426.426 0 0 1-.073-.215c0-.33.99-.945.99-1.49 0-.143-.73-2.09-.832-2.335-.143-.372-.214-.487-.6-.487-.187 0-.36-.043-.53-.043-.302 0-.53.115-.746.315-.688.645-1.032 1.318-1.06 2.264v.114c-.015.99.472 1.977 1.017 2.78 1.23 1.82 2.506 3.41 4.554 4.34.616.287 2.035.888 2.722.888.817 0 2.55-.674 2.965-1.36.187-.316.288-.66.288-1.02 0-.16-.037-.315-.13-.444-.372-.487-1.577-.947-2.107-1.06zm-2.9 7.607h-.03c-1.673 0-3.32-.53-4.72-1.404l-.315-.187-3.416.996.888-3.32-.203-.315a9.35 9.35 0 0 1-1.417-4.976c0-5.183 4.216-9.4 9.4-9.4a9.4 9.4 0 0 1 9.398 9.4c0 5.185-4.216 9.4-9.4 9.4l-.185.006zm0-20.5C10.5 4.312 5.62 9.207 5.62 15.207c0 1.977.53 3.928 1.548 5.638l-1.647 5.983 6.13-1.62a11.2 11.2 0 0 0 5.4 1.376h.03c6.13 0 11.246-4.897 11.246-10.896C28.316 9.207 23.234 4.312 16.21 4.312z'/%3E%3C/svg%3E") center / contain no-repeat; }

.floating-wa { position: fixed; right: 24px; bottom: 24px; z-index: 40; display: grid; width: 56px; height: 56px; place-items: center; border-radius: 999px; background: var(--whatsapp); color: #fff; box-shadow: var(--shadow-soft); transition: transform .25s ease; }
.floating-wa:hover { transform: scale(1.1); }
.floating-wa .wa-icon { width: 28px; height: 28px; }
.ping { position: absolute; inset: 0; border-radius: inherit; background: var(--whatsapp); opacity: .3; animation: ping 1.4s cubic-bezier(0,0,.2,1) infinite; }
@keyframes ping { 75%, 100% { transform: scale(1.75); opacity: 0; } }

.hero { position: relative; display: flex; min-height: 92vh; align-items: center; overflow: hidden; color: #fff; }
.hero-bg, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-bg { object-fit: cover; }
.hero-shade--side { background: linear-gradient(90deg, rgba(0,0,0,.85), rgba(0,0,0,.7), rgba(0,0,0,.4)); }
.hero-shade--bottom { background: linear-gradient(0deg, color-mix(in oklab, var(--primary) 60%, transparent), transparent 55%); }
.hero-content { position: relative; padding-block: 80px 112px; }
.hero-copy { max-width: 768px; }
.location-pill { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; background: oklch(0.62 0.18 145 / .9); padding: 7px 16px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; box-shadow: var(--shadow-soft); }
.hero h1 { margin: 24px 0 0; max-width: 930px; font-size: clamp(40px, 7vw, 72px); font-weight: 900; line-height: 1.02; text-shadow: 0 3px 18px rgba(0,0,0,.35); }
.hero h1 span { color: var(--yellow-brand); }
.hero p { max-width: 690px; margin: 24px 0 0; color: rgba(255,255,255,.95); font-size: clamp(18px, 2vw, 24px); font-weight: 500; line-height: 1.45; text-shadow: 0 2px 14px rgba(0,0,0,.28); }
.hero-actions { margin-top: 32px; }
.feature-list { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 28px; font-size: 15px; }
.feature-list span { display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; background: rgba(255,255,255,.1); padding: 7px 12px; backdrop-filter: blur(10px); }
.feature-list .icon { color: var(--yellow-brand); }
.trust-badge { position: absolute; right: 32px; bottom: 32px; z-index: 2; display: flex; align-items: center; gap: 12px; border-radius: 18px; background: #fff; color: var(--foreground); padding: 16px; box-shadow: var(--shadow-soft); }
.trust-badge strong { display: block; font-family: var(--font-display); font-size: 18px; font-weight: 900; }
.trust-badge small { color: var(--muted-foreground); font-size: 12px; }
.check-circle { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 999px; background: color-mix(in oklab, var(--secondary) 10%, transparent); }
.check-circle::before { content: "✓"; color: var(--secondary); font-size: 26px; font-weight: 900; }

.trust-bar { background: var(--primary); color: #fff; padding-block: 16px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; text-align: center; font-size: 14px; }
.trust-grid span { display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
.trust-grid .icon { color: var(--yellow-brand); }

.brands { overflow: hidden; border-block: 1px solid var(--border); padding-block: 56px; background: var(--background); }
.brands p { margin: 0 0 32px; text-align: center; color: var(--muted-foreground); font-size: 13px; font-weight: 800; letter-spacing: .25em; text-transform: uppercase; }
.brand-marquee-wrap { position: relative; overflow: hidden; }
.brand-marquee { display: flex; width: max-content; gap: 64px; white-space: nowrap; animation: marquee 35s linear infinite; }
.brand-marquee:hover { animation-play-state: paused; }
.brand-marquee span { font-family: var(--font-display); font-size: clamp(32px, 5vw, 52px); font-weight: 900; letter-spacing: -0.04em; }
.brand-fade { position: absolute; inset-block: 0; z-index: 2; width: 96px; pointer-events: none; }
.brand-fade--left { left: 0; background: linear-gradient(90deg, var(--background), transparent); }
.brand-fade--right { right: 0; background: linear-gradient(270deg, var(--background), transparent); }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.section-muted { background: color-mix(in oklab, var(--muted) 40%, transparent); }
.reviews, .services, .about, .gallery, .cta { padding-block: 80px; }
.section-title { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-title span, .about-copy > span { color: var(--primary); font-size: 14px; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
.section-title h2, .about-copy h2, .cta h2 { margin: 12px 0 0; font-size: clamp(36px, 5vw, 50px); font-weight: 900; line-height: 1.08; }
.section-title p { margin: 16px auto 0; max-width: 630px; color: var(--muted-foreground); line-height: 1.65; }

.rating-summary { display: flex; width: max-content; max-width: 100%; align-items: center; gap: 16px; margin: 0 auto 32px; border-radius: 20px; background: var(--card); padding: 16px 24px; box-shadow: var(--shadow-card); }
.rating-summary > strong { font-family: var(--font-display); font-size: 50px; font-weight: 900; }
.stars { color: var(--yellow-brand); letter-spacing: 1px; }
.rating-summary p { margin: 4px 0 0; color: var(--muted-foreground); font-size: 12px; }
.google-brand { display: flex; align-items: center; gap: 6px; margin-top: 3px; }
.google-g { display: inline-block; width: 24px; height: 24px; background: conic-gradient(from -45deg, #4285f4 0 25%, #34a853 0 50%, #fbbc05 0 75%, #ea4335 0); border-radius: 999px; }
.reviews-carousel { position: relative; }
.review-track { display: flex; gap: 16px; overflow-x: auto; margin-inline: -16px; padding: 0 16px 18px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.review-track::-webkit-scrollbar { display: none; }
.review-card { width: min(85vw, 360px); flex: 0 0 auto; scroll-snap-align: start; border: 1px solid var(--border); border-radius: 20px; background: var(--card); padding: 20px; box-shadow: var(--shadow-card); }
.review-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-bottom: 12px; }
.review-person { display: flex; min-width: 0; align-items: center; gap: 12px; }
.avatar { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; border-radius: 999px; color: #fff; font-size: 14px; font-weight: 800; }
.review-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 800; font-size: 14px; }
.review-date { color: var(--muted-foreground); font-size: 12px; }
.review-card p { margin: 8px 0 0; color: color-mix(in oklab, var(--foreground) 80%, transparent); font-size: 14px; line-height: 1.55; }
.carousel-btn { position: absolute; top: 50%; z-index: 4; display: grid; width: 44px; height: 44px; place-items: center; transform: translateY(-50%); border: 0; border-radius: 999px; background: var(--card); box-shadow: var(--shadow-card); cursor: pointer; font-size: 34px; line-height: 1; }
.carousel-prev { left: -16px; }
.carousel-next { right: -16px; }

.service-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 24px; }
.service-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--border); border-radius: 20px; background: var(--card); box-shadow: var(--shadow-card); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.service-card figure { position: relative; aspect-ratio: 4 / 3; margin: 0; overflow: hidden; }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover img { transform: scale(1.1); }
.service-card figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.5), transparent); }
.service-icon { position: absolute; top: 12px; left: 12px; z-index: 2; display: grid; width: 44px; height: 44px; place-items: center; border-radius: 14px; background: var(--gradient-brand); color: #fff; box-shadow: var(--shadow-soft); }
.service-body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.service-body h3 { margin: 0 0 8px; font-size: 20px; font-weight: 800; }
.service-body p { flex: 1; margin: 0; color: var(--muted-foreground); font-size: 14px; line-height: 1.55; }
.service-body .wa-button { width: 100%; margin-top: 16px; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px; }
.about-photos { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.about-photos img { width: 100%; aspect-ratio: 1; border-radius: 20px; object-fit: cover; box-shadow: var(--shadow-card); }
.about-photos img:nth-child(2), .about-photos img:nth-child(4) { margin-top: 32px; }
.about-copy p { color: var(--muted-foreground); font-size: 18px; line-height: 1.65; }
.about-copy ul { display: grid; gap: 12px; margin: 24px 0 28px; padding: 0; list-style: none; }
.about-copy li { display: flex; align-items: flex-start; gap: 12px; color: color-mix(in oklab, var(--foreground) 90%, transparent); }
.about-copy li::before { content: "✓"; display: grid; width: 24px; height: 24px; flex: 0 0 auto; place-items: center; border-radius: 999px; color: var(--secondary); font-weight: 900; }

.gallery-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.gallery-item { position: relative; overflow: hidden; aspect-ratio: 1; margin: 0; border-radius: 20px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, color-mix(in oklab, var(--primary) 60%, transparent), transparent); opacity: 0; transition: opacity .25s ease; }
.gallery-item:hover img { transform: scale(1.1); }
.gallery-item:hover::after { opacity: 1; }

.cta { background: var(--gradient-hero); color: #fff; }
.cta-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 48px; }
.cta h2 { margin: 0; }
.cta-copy p { max-width: 590px; color: rgba(255,255,255,.9); font-size: 18px; line-height: 1.6; }
.contact-list { display: grid; gap: 12px; margin: 28px 0; }
.contact-list span { display: flex; align-items: center; gap: 12px; }
.contact-list .icon { color: var(--yellow-brand); }
.cta-card { border: 1px solid rgba(255,255,255,.2); border-radius: 28px; background: rgba(255,255,255,.1); padding: 32px; text-align: center; backdrop-filter: blur(14px); }
.cta-wa-icon { width: 64px; height: 64px; margin-inline: auto; color: var(--yellow-brand); }
.cta-card h3 { margin: 16px 0 0; font-size: 32px; font-weight: 900; }
.cta-card p { color: rgba(255,255,255,.85); line-height: 1.6; }
.cta-card .wa-button { width: 100%; margin-top: 8px; }

.site-footer { background: var(--foreground); color: var(--background); padding-block: 48px 0; }
.footer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.footer-brand { margin-bottom: 16px; }
.footer-brand strong { display: block; font-family: var(--font-display); font-weight: 900; }
.site-footer p, .site-footer li { color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.65; }
.site-footer h4 { margin: 0 0 16px; font-weight: 800; }
.site-footer ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.copyright { width: min(100% - 32px, 1280px); margin: 32px auto 0; border-top: 1px solid rgba(255,255,255,.1); padding-block: 24px; text-align: center; color: rgba(255,255,255,.6); font-size: 12px; }

.promo-popup[hidden] { display: none; }
.promo-popup { position: fixed; inset: 0; z-index: 50; display: grid; place-items: center; padding: 16px; }
.promo-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.6); backdrop-filter: blur(4px); }
.promo-card { position: relative; width: min(100%, 448px); overflow: hidden; border-radius: 20px; background: var(--card); box-shadow: var(--shadow-soft); animation: zoomIn .25s ease; }
.promo-card img { width: 100%; height: 224px; object-fit: cover; }
.promo-close { position: absolute; top: 12px; right: 12px; z-index: 2; display: grid; width: 36px; height: 36px; place-items: center; border: 0; border-radius: 999px; background: rgba(255,255,255,.92); cursor: pointer; box-shadow: var(--shadow-card); font-size: 24px; }
.promo-content { display: grid; gap: 12px; padding: 24px; text-align: center; }
.promo-kicker { justify-self: center; border-radius: 999px; background: color-mix(in oklab, var(--secondary) 10%, transparent); padding: 5px 12px; color: var(--secondary); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.promo-content h3 { margin: 0; color: var(--primary); font-size: 26px; font-weight: 800; }
.promo-content p { margin: 0; color: var(--muted-foreground); font-size: 14px; line-height: 1.5; }
.promo-content .wa-button { width: 100%; }
.promo-decline { border: 0; background: transparent; color: var(--muted-foreground); cursor: pointer; font-size: 12px; }
@keyframes zoomIn { from { opacity: 0; transform: scale(.95); } to { opacity: 1; transform: scale(1); } }

.icon { display: inline-block; width: 20px; height: 20px; flex: 0 0 auto; background: currentColor; mask-size: contain; mask-repeat: no-repeat; mask-position: center; }
.map-icon { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a7 7 0 0 0-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 0 0-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E"); }
.shield-icon { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2 4 5.5V11c0 5 3.4 9.7 8 11 4.6-1.3 8-6 8-11V5.5L12 2Zm-1 13.4-3.2-3.2 1.4-1.4 1.8 1.8 4.8-4.8 1.4 1.4-6.2 6.2Z'/%3E%3C/svg%3E"); }
.clock-icon { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a10 10 0 1 0 .01 0ZM13 7v4.5l3.5 2.1-1 1.7L11 12.6V7h2Z'/%3E%3C/svg%3E"); }
.award-icon { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2a6 6 0 0 0-3 11.2V22l3-2 3 2v-8.8A6 6 0 0 0 12 2Zm0 9a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3C/svg%3E"); }
.users-icon { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8ZM8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm8 1c-2.7 0-8 1.3-8 4v2h16v-2c0-2.7-5.3-4-8-4ZM8 14c-3.1 0-8 1.6-8 4v1h6v-2c0-1 .6-2 1.7-2.8L8 14Z'/%3E%3C/svg%3E"); }
.check-icon { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m9 16.2-3.5-3.5L4 14.2 9 19 20 8l-1.5-1.5L9 16.2Z'/%3E%3C/svg%3E"); }
.phone-icon { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 10.8a15.4 15.4 0 0 0 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1.3.4 2.6.6 4 .6.7 0 1.2.5 1.2 1.2v3.5c0 .7-.5 1.2-1.2 1.2A18.6 18.6 0 0 1 2 3.4c0-.7.5-1.2 1.2-1.2h3.6c.7 0 1.2.5 1.2 1.2 0 1.4.2 2.7.6 4 .1.4 0 .9-.3 1.2l-1.7 2.2Z'/%3E%3C/svg%3E"); }
.wrench-icon { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 19.6 13.4 11A6.5 6.5 0 0 0 5.1 2.8l4 4-2.8 2.8-4-4A6.5 6.5 0 0 0 10.5 14l8.6 8.6a2 2 0 0 0 2.9 0 2.1 2.1 0 0 0 0-3Z'/%3E%3C/svg%3E"); }
.sparkles-icon { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 2 2 6 6 2-6 2-2 6-2-6-6-2 6-2 2-6Zm7 13 1 3 3 1-3 1-1 3-1-3-3-1 3-1 1-3ZM5 14l1 2 2 1-2 1-1 2-1-2-2-1 2-1 1-2Z'/%3E%3C/svg%3E"); }
.snow-icon { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2v20M2 12h20M4.5 4.5l15 15M19.5 4.5l-15 15'/%3E%3C/svg%3E"); }
.clipboard-icon { mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 2h6l1 2h3v18H5V4h3l1-2Zm2 11.2-2-2L7.6 12.6 11 16l5.4-5.4L15 9.2l-4 4Z'/%3E%3C/svg%3E"); }

@media (max-width: 1080px) {
  .main-nav { display: none; }
  .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trust-badge { display: none; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 1280px); }
  .header-inner { gap: 12px; }
  .brand img { width: 44px; height: 44px; }
  .hide-sm { display: none; }
  .header-wa { padding-inline: 14px; }
  .hero { min-height: 86vh; }
  .hero-content { padding-block: 64px 84px; }
  .hero h1 { font-size: 39px; }
  .feature-list { gap: 10px; }
  .trust-grid { grid-template-columns: 1fr 1fr; font-size: 13px; }
  .service-grid, .about-grid, .cta-grid, .footer-grid { grid-template-columns: 1fr; }
  .service-grid { gap: 18px; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .gallery-item { border-radius: 18px; }
  .about-photos img:nth-child(2), .about-photos img:nth-child(4) { margin-top: 18px; }
  .carousel-btn { display: none; }
  .floating-wa { right: 16px; bottom: 16px; }
}

@media (max-width: 460px) {
  .hero h1 { font-size: 34px; }
  .location-pill { align-items: flex-start; border-radius: 18px; line-height: 1.35; }
  .trust-grid { grid-template-columns: 1fr; text-align: left; }
  .rating-summary { width: 100%; }
  .promo-card img { height: 190px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
