:root {
  --brand: #f20b18;
  --brand-dark: #be0712;
  --ink: #19191d;
  --muted: #64646d;
  --line: #ececf0;
  --soft: #f7f7f8;
  --whatsapp: #16a85a;
  --whatsapp-dark: #0e8445;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;
  background: #fff;
  color: var(--ink);
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img, iframe { max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; width: 188px; height: 62px; overflow: hidden; }
.brand img { width: 100%; height: auto; }
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 0 17px;
  border: 1px solid #d9f0e2;
  border-radius: 13px;
  background: #eefaf3;
  color: #08753b;
  font-size: 0.92rem;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease;
}
.header-cta:hover { transform: translateY(-1px); background: #e3f7eb; }
.header-cta svg { width: 19px; height: 19px; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 56px 0 52px;
  background: radial-gradient(circle at 10% 15%, rgba(242, 11, 24, 0.07), transparent 28%), linear-gradient(180deg, #fff 0%, #fbfbfc 100%);
}
.hero-grid { display: grid; grid-template-columns: 1.06fr 0.94fr; align-items: center; gap: 54px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 8px 11px;
  border: 1px solid #ffd7da;
  border-radius: 999px;
  background: #fff6f7;
  color: #b20a14;
  font-size: 0.79rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.eyebrow svg { width: 15px; height: 15px; }
h1, h2, h3, p { margin: 0; }
h1 { max-width: 690px; font-size: clamp(2.45rem, 4.25vw, 4.15rem); line-height: 1.035; letter-spacing: -0.052em; font-weight: 800; text-wrap: balance; }
h1 span { color: inherit; }
h1 strong { color: var(--brand); font-weight: inherit; }
.hero-subtitle { max-width: 600px; margin-top: 22px; color: #52525a; font-size: 1.07rem; line-height: 1.65; font-weight: 500; }
.store-status { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; padding: 8px 12px; border-radius: 10px; font-size: 0.86rem; }
.store-status strong { font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; }
.store-status > span:last-child { padding-left: 8px; border-left: 1px solid currentColor; opacity: 0.78; }
.store-status.is-open { background: #e9f9f0; color: #08753b; }
.store-status.is-closed { background: #fff2f3; color: #a60a13; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(166, 10, 19, 0.13); }
.is-open .status-dot { box-shadow: 0 0 0 4px rgba(8, 117, 59, 0.14); }
.hero-actions { display: flex; align-items: center; gap: 11px; margin-top: 25px; }
.button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 14px;
  font-size: 0.93rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 20px; height: 20px; }
.button-whatsapp { background: var(--whatsapp); color: #fff; box-shadow: 0 14px 32px rgba(22, 168, 90, 0.25); }
.button-whatsapp:hover { background: var(--whatsapp-dark); box-shadow: 0 16px 36px rgba(14, 132, 69, 0.28); }
.button-outline { border: 1px solid #dcdce2; background: #fff; color: #3b3b42; }
.button-outline:hover { border-color: #b9b9c1; box-shadow: 0 8px 22px rgba(22, 22, 29, 0.07); }
.microcopy { margin-top: 11px; color: #777780; font-size: 0.82rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 25px; color: #55555d; font-size: 0.8rem; font-weight: 750; }
.trust-row span { display: inline-flex; align-items: center; gap: 6px; }
.trust-row svg { width: 15px; height: 15px; color: var(--brand); }

.hero-photo { position: relative; min-height: 500px; overflow: hidden; border: 7px solid #fff; border-radius: 28px; background: #d30816; box-shadow: 0 30px 70px rgba(40, 10, 14, 0.2); }
.facade-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 52%; }
.hero-photo::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, transparent, rgba(20, 8, 10, 0.74)); pointer-events: none; }
.photo-badge { position: absolute; z-index: 2; top: 18px; left: 18px; padding: 9px 13px; border: 1px solid rgba(255,255,255,0.5); border-radius: 999px; background: rgba(255,255,255,0.92); color: #b50712; font-size: 0.72rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; box-shadow: 0 8px 24px rgba(30, 8, 10, 0.14); }
.photo-caption { position: absolute; z-index: 2; left: 20px; right: 20px; bottom: 20px; display: flex; align-items: center; gap: 12px; padding: 15px 16px; border: 1px solid rgba(255,255,255,0.25); border-radius: 17px; background: rgba(21, 13, 15, 0.66); color: #fff; backdrop-filter: blur(12px); }
.photo-caption strong, .photo-caption span { display: block; }
.photo-caption strong { font-size: 0.98rem; font-weight: 800; }
.photo-caption span { margin-top: 3px; font-size: 0.78rem; opacity: 0.84; }
.photo-pin { flex: 0 0 auto; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--brand); color: #fff; }
.photo-pin svg { width: 19px; height: 19px; }

.solve-section { position: relative; isolation: isolate; overflow: hidden; padding: 82px 0 90px; background: radial-gradient(circle at 4% 8%, rgba(242,11,24,0.09), transparent 24%), linear-gradient(180deg, #fff 0%, #fffafa 100%); }
.solve-section::before { content: ""; position: absolute; z-index: -1; right: -135px; bottom: -180px; width: 350px; height: 350px; border: 58px solid rgba(242,11,24,0.045); border-radius: 50%; }
.section-heading > span { display: block; margin-bottom: 8px; color: var(--brand); font-size: 0.77rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; }
.section-heading h2 { font-size: clamp(2rem, 3.1vw, 3.05rem); line-height: 1.07; letter-spacing: -0.045em; }
.section-heading p { margin-top: 11px; color: var(--muted); line-height: 1.6; }
.solve-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.62fr); align-items: end; gap: 70px; }
.solve-kicker { display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin-bottom: 16px; padding: 8px 12px; border: 1px solid #ffd7da; border-radius: 999px; background: rgba(255,255,255,0.9); color: var(--brand); font-size: 0.7rem; font-weight: 850; letter-spacing: 0.09em; text-transform: uppercase; box-shadow: 0 8px 22px rgba(98,19,25,0.05); }
.solve-kicker svg { width: 15px; height: 15px; }
.solve-heading h2 { max-width: 760px; font-size: clamp(2.75rem, 4.4vw, 4.65rem); line-height: 0.99; letter-spacing: -0.06em; }
.solve-heading h2 em { color: var(--brand); font-style: normal; }
.solve-heading > p { max-width: 470px; padding: 7px 0 7px 22px; border-left: 3px solid var(--brand); color: var(--muted); font-size: 1rem; line-height: 1.7; }
.solve-heading > p strong { color: #2d2b31; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
.service-card { position: relative; min-height: 265px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 27px; border: 1px solid #ece7e8; border-radius: 25px; background: rgba(255,255,255,0.96); box-shadow: 0 18px 46px rgba(54,20,24,0.07); transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.service-card::after { content: ""; position: absolute; right: -45px; top: -55px; width: 145px; height: 145px; border: 28px solid rgba(242,11,24,0.04); border-radius: 50%; }
.service-card:hover { transform: translateY(-6px); border-color: #f2b9be; box-shadow: 0 26px 58px rgba(75,17,23,0.11); }
.service-top { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; }
.service-step { display: grid; place-items: center; min-width: 38px; height: 29px; padding-inline: 10px; border: 1px solid #f3d6d9; border-radius: 999px; background: #fff7f8; color: var(--brand); font-size: 0.66rem; font-weight: 900; letter-spacing: 0.08em; }
.service-icon { flex: 0 0 auto; display: grid; place-items: center; width: 58px; height: 58px; border-radius: 18px; background: #fff0f1; color: var(--brand); box-shadow: 0 10px 24px rgba(242,11,24,0.1); }
.service-icon svg { width: 25px; height: 25px; }
.service-content { position: relative; z-index: 1; margin-top: 38px; }
.service-card h3 { max-width: 280px; font-size: 1.16rem; line-height: 1.25; letter-spacing: -0.025em; }
.service-card p { max-width: 310px; margin-top: 9px; color: var(--muted); font-size: 0.88rem; line-height: 1.6; }
.featured-service { transform: translateY(-10px); border-color: #e61320; background: linear-gradient(145deg, #bd0712, var(--brand) 62%, #ff2935); color: #fff; box-shadow: 0 24px 58px rgba(172,7,18,0.24); }
.featured-service::after { border-color: rgba(255,255,255,0.1); }
.featured-service:hover { transform: translateY(-16px); border-color: #ff7078; box-shadow: 0 30px 66px rgba(172,7,18,0.3); }
.featured-service .service-step { border-color: rgba(255,255,255,0.24); background: rgba(255,255,255,0.12); color: #fff; }
.featured-service .service-icon { background: #fff; color: var(--brand); box-shadow: 0 12px 28px rgba(93,0,7,0.22); }
.featured-service p { color: rgba(255,255,255,0.82); }

.testimonials-section { position: relative; isolation: isolate; overflow: hidden; padding: 72px 0 78px; border-block: 1px solid #f0dfe1; background: radial-gradient(circle at 8% 8%, rgba(242, 11, 24, 0.1), transparent 25%), radial-gradient(circle at 92% 90%, rgba(242, 11, 24, 0.07), transparent 27%), linear-gradient(180deg, #fffafa 0%, #f8f8f9 100%); }
.testimonials-section::before { content: ""; position: absolute; z-index: -1; width: 280px; height: 280px; right: -150px; top: -160px; border: 55px solid rgba(242, 11, 24, 0.05); border-radius: 50%; }
.reviews-heading { display: flex; flex-direction: column; align-items: center; text-align: center; }
.reviews-heading > span { display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin-bottom: 14px; padding: 8px 12px; border: 1px solid #ffd5d8; border-radius: 999px; background: rgba(255,255,255,0.88); box-shadow: 0 8px 24px rgba(93, 15, 22, 0.06); }
.reviews-heading > span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--brand); box-shadow: 0 0 0 4px rgba(242, 11, 24, 0.1); }
.reviews-heading h2 { max-width: 760px; }
.reviews-heading p { max-width: 610px; margin-top: 13px; color: #606068; font-size: 1rem; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.testimonial-card { position: relative; min-height: 288px; display: flex; flex-direction: column; justify-content: space-between; gap: 24px; margin: 0; padding: 26px; overflow: hidden; border: 1px solid rgba(222, 216, 218, 0.95); border-radius: 24px; background: rgba(255,255,255,0.92); box-shadow: 0 18px 45px rgba(40, 28, 31, 0.07); transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.testimonial-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--brand), #ff7b83); opacity: 0.9; }
.testimonial-card:hover { transform: translateY(-4px); border-color: #f5b8bd; box-shadow: 0 24px 55px rgba(96, 18, 25, 0.11); }
.review-top { display: flex; align-items: center; justify-content: flex-start; gap: 12px; }
.quote-mark { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; background: #fff0f1; color: var(--brand); }
.quote-mark svg { width: 21px; height: 21px; }
.testimonial-card p { color: #303036; font-size: 0.98rem; line-height: 1.7; font-weight: 650; }
.reviewer { display: flex; align-items: center; gap: 11px; padding-top: 18px; border-top: 1px solid #efebec; }
.reviewer-avatar { flex: 0 0 auto; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 13px; background: var(--brand); color: #fff; font-size: 0.76rem; font-weight: 800; box-shadow: 0 8px 20px rgba(242, 11, 24, 0.2); }
.reviewer-meta, .reviewer-meta strong, .reviewer-meta small { display: block; }
.reviewer-meta strong { color: #242429; font-size: 0.85rem; font-weight: 800; }
.reviewer-meta small { margin-top: 2px; color: #858087; font-size: 0.7rem; font-weight: 600; }
.featured-review { border-color: #f5b8bd; background: linear-gradient(180deg, #fff 0%, #fffafb 100%); }

.location-section { position: relative; overflow: hidden; padding: 82px 0; background: radial-gradient(circle at 8% 20%, rgba(242, 11, 24, 0.08), transparent 25%), linear-gradient(180deg, #fff 0%, #faf7f8 100%); }
.location-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; align-items: stretch; gap: 0; padding: 16px; border: 1px solid #eee7e9; border-radius: 34px; background: #fff; box-shadow: 0 28px 70px rgba(70, 18, 24, 0.11); }
.map-card { position: relative; min-height: 490px; overflow: hidden; border-radius: 25px; background: var(--soft); }
.map-card iframe { width: 100%; height: 100%; min-height: 490px; display: block; border: 0; filter: saturate(0.9) contrast(1.04); }
.map-badge { position: absolute; left: 22px; right: 22px; bottom: 20px; display: flex; align-items: center; gap: 12px; max-width: 350px; padding: 12px 15px; border: 1px solid rgba(255,255,255,0.75); border-radius: 18px; background: rgba(255,255,255,0.94); box-shadow: 0 14px 34px rgba(30,30,36,0.16); backdrop-filter: blur(10px); pointer-events: none; }
.map-badge-icon, .address-icon { flex: 0 0 auto; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 13px; background: var(--brand); color: #fff; box-shadow: 0 8px 18px rgba(242,11,24,0.22); }
.map-badge svg, .address-icon svg { width: 19px; height: 19px; }
.map-badge small, .map-badge strong { display: block; }
.map-badge small { margin-bottom: 2px; color: #777178; font-size: 0.66rem; font-weight: 750; }
.map-badge strong { color: #222127; font-size: 0.82rem; }
.location-copy { display: flex; flex-direction: column; justify-content: center; padding: 40px 42px 40px 48px; }
.location-kicker { display: inline-flex; align-items: center; gap: 7px; width: fit-content; margin-bottom: 14px; color: var(--brand); font-size: 0.7rem; font-weight: 850; letter-spacing: 0.09em; text-transform: uppercase; }
.location-kicker svg { width: 16px; height: 16px; }
.location-heading h2 { max-width: 500px; font-size: clamp(2.25rem, 3.8vw, 4.15rem); line-height: 0.98; letter-spacing: -0.055em; }
.location-heading p { max-width: 520px; margin-top: 14px; color: var(--muted); font-size: 0.98rem; line-height: 1.62; }
.address-card { display: flex; align-items: center; gap: 14px; margin-top: 24px; padding: 15px; border: 1px solid #f3dadd; border-radius: 19px; background: linear-gradient(135deg, #fff5f6, #fff); }
.address-card > div, .contact-button-copy, .footer-inner > div { min-width: 0; }
.address-card small, .address-card strong, .address-card div > span { display: block; }
.address-card small { margin-bottom: 2px; color: var(--brand); font-size: 0.66rem; font-weight: 850; letter-spacing: 0.06em; text-transform: uppercase; }
.address-card strong { color: #26242a; font-size: 0.94rem; }
.address-card div > span { margin-top: 3px; color: #777178; font-size: 0.72rem; line-height: 1.45; }
.hours-card { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; margin-top: 12px; }
.hours-card div { padding: 13px 9px; border: 1px solid #ece8e9; border-radius: 14px; background: #faf9f9; text-align: center; }
.hours-card strong, .hours-card span { display: block; }
.hours-card span { color: #6e6970; font-size: 0.7rem; font-weight: 750; }
.hours-card strong { margin-top: 4px; color: var(--brand); font-size: 0.88rem; font-weight: 850; }
.location-actions { display: grid; grid-template-columns: 0.88fr 1.12fr; gap: 10px; margin-top: 14px; }
.location-actions .button { min-height: 56px; padding-inline: 16px; }
.location-whatsapp { justify-content: flex-start; gap: 10px; border-color: #12a85d; background: #12a85d; color: #fff; box-shadow: 0 12px 26px rgba(18,168,93,0.2); }
.location-whatsapp:hover { border-color: #0e9451; background: #0e9451; color: #fff; }
.location-whatsapp > span { text-align: left; }
.location-whatsapp small, .location-whatsapp strong { display: block; }
.location-whatsapp small { font-size: 0.62rem; font-weight: 700; line-height: 1; opacity: 0.8; }
.location-whatsapp strong { margin-top: 3px; font-size: 0.77rem; line-height: 1; }

.final-cta { position: relative; overflow: hidden; padding: 76px 0; background: radial-gradient(circle at 82% 15%, rgba(255,255,255,0.2), transparent 25%), linear-gradient(125deg, #bd0712 0%, var(--brand) 58%, #ff2531 100%); color: #fff; }
.final-cta::before { content: ""; position: absolute; left: -140px; bottom: -240px; width: 480px; height: 480px; border: 70px solid rgba(255,255,255,0.055); border-radius: 50%; }
.final-cta-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 410px; align-items: center; gap: 82px; }
.final-copy { max-width: 720px; }
.final-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 15px; font-size: 0.72rem; font-weight: 850; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.86; }
.final-kicker svg { width: 17px; height: 17px; }
.final-cta h2 { max-width: 760px; font-size: clamp(2.6rem, 4.3vw, 4.55rem); line-height: 0.99; letter-spacing: -0.055em; }
.final-cta p { max-width: 610px; margin-top: 16px; font-size: 1.03rem; line-height: 1.6; opacity: 0.86; }
.final-contact-card { padding: 24px; border: 1px solid rgba(255,255,255,0.6); border-radius: 26px; background: rgba(255,255,255,0.97); color: #242329; box-shadow: 0 28px 65px rgba(69,0,5,0.25); }
.final-contact-card > strong { display: block; margin-bottom: 14px; font-size: 0.95rem; }
.final-contact-card > small { display: block; margin-top: 12px; color: #807a81; font-size: 0.68rem; text-align: center; }
.final-contact-actions { display: grid; gap: 10px; }
.final-contact-actions .button { width: 100%; min-height: 62px; justify-content: flex-start; padding-inline: 18px; }
.final-button { box-shadow: 0 14px 30px rgba(18,168,93,0.22); }
.final-phone-button { border-color: #eadfe1; background: #fff7f8; color: #2e2c32; }
.final-phone-button svg { color: var(--brand); }
.final-phone-button:hover { border-color: #f3b7bc; background: #fff0f1; color: #1f1e22; }
.contact-button-copy { text-align: left; }
.contact-button-copy small, .contact-button-copy strong { display: block; }
.contact-button-copy small { font-size: 0.66rem; font-weight: 700; line-height: 1; opacity: 0.72; }
.contact-button-copy strong { margin-top: 5px; font-size: 0.88rem; line-height: 1; }

.footer { border-top: 0; background: #f7f6f7; }
.footer-inner { min-height: 132px; display: grid; grid-template-columns: 135px minmax(260px, 1fr) auto; align-items: center; gap: 25px; }
.footer-inner > img { width: 130px; height: auto; }
.footer-inner > div:nth-child(2) > strong, .footer-inner > div:nth-child(2) > span { display: block; }
.footer-inner > div:nth-child(2) > span { margin-top: 5px; color: var(--muted); font-size: 0.8rem; }
.footer-contacts { display: flex; align-items: center; gap: 9px; }
.footer-contact { display: inline-flex; align-items: center; gap: 10px; min-width: 176px; padding: 11px 13px; border: 1px solid #e4e0e1; border-radius: 15px; background: #fff; color: #424047; transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
.footer-contact:hover { transform: translateY(-2px); border-color: #f0b5ba; box-shadow: 0 10px 25px rgba(69,18,24,0.08); }
.footer-contact svg { flex: 0 0 auto; width: 19px; height: 19px; color: var(--brand); }
.footer-contact span, .footer-contact small, .footer-contact strong { display: block; }
.footer-contact small { color: #858087; font-size: 0.62rem; font-weight: 700; line-height: 1; }
.footer-contact strong { margin-top: 4px; font-size: 0.75rem; line-height: 1; }
.footer-whatsapp svg { color: var(--whatsapp); }
.sticky-whatsapp { position: fixed; z-index: 60; right: 24px; bottom: 24px; width: 76px; height: 76px; display: grid; place-items: center; color: #fff; }
.sticky-whatsapp::before { content: ""; position: absolute; inset: 5px; border: 2px solid rgba(18,199,99,0.38); border-radius: 50%; animation: whatsapp-pulse 2.2s ease-out infinite; }
.whatsapp-float-mark { position: relative; z-index: 1; width: 68px; height: 68px; display: block; overflow: hidden; border: 4px solid #fff; border-radius: 50%; background: #00c800; box-shadow: 0 15px 36px rgba(5,102,50,0.32); transition: transform 180ms ease, box-shadow 180ms ease; }
.whatsapp-float-mark img { width: 100%; height: 100%; display: block; border-radius: 50%; object-fit: cover; transform: scale(1.78); }
.whatsapp-float-label { position: absolute; right: 84px; top: 50%; width: max-content; padding: 9px 12px; border-radius: 10px; background: #202024; color: #fff; font-size: 0.72rem; font-weight: 800; box-shadow: 0 10px 25px rgba(22,22,29,0.18); opacity: 0; visibility: hidden; transform: translate(8px,-50%); transition: opacity 160ms ease, visibility 160ms ease, transform 160ms ease; }
.sticky-whatsapp:hover .whatsapp-float-mark { transform: translateY(-3px) scale(1.04); box-shadow: 0 20px 42px rgba(5,102,50,0.4); }
.sticky-whatsapp:hover .whatsapp-float-label, .sticky-whatsapp:focus-visible .whatsapp-float-label { opacity: 1; visibility: visible; transform: translate(0,-50%); }
@keyframes whatsapp-pulse { 0% { transform: scale(0.92); opacity: 0.8; } 70%, 100% { transform: scale(1.38); opacity: 0; } }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .hero-copy { max-width: 760px; }
  .hero-photo { min-height: 520px; }
  .solve-heading { grid-template-columns: 1fr; gap: 20px; }
  .solve-heading > p { max-width: 650px; }
  .service-grid { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; margin-top: 36px; }
  .service-card { min-height: 230px; }
  .featured-service, .featured-service:hover { transform: none; }
  .reviews-heading { grid-template-columns: 1fr; gap: 0; }
  .reviews-heading p { margin-top: 11px; }
  .testimonial-grid { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; margin-top: 28px; }
  .testimonial-card { min-height: 0; }
  .location-grid { grid-template-columns: 1fr; }
  .location-copy { max-width: 760px; padding: 34px 30px 30px; }
  .final-cta-inner { grid-template-columns: 1fr; gap: 34px; }
  .final-contact-card { width: min(100%, 560px); }
  .footer-inner { grid-template-columns: 120px 1fr; padding: 26px 0; }
  .footer-contacts { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  body { padding-bottom: 0; }
  .container { width: min(100% - 24px, 1180px); }
  .header-inner { min-height: 64px; }
  .brand { width: 144px; height: 50px; }
  .header-cta { width: 44px; min-height: 44px; padding: 0; border-radius: 12px; }
  .header-cta span { display: none; }
  .hero { padding: 28px 0 42px; }
  .hero-grid { gap: 26px; }
  .eyebrow { max-width: 100%; margin-bottom: 16px; font-size: 0.67rem; line-height: 1.35; }
  h1 { font-size: clamp(2.18rem, 10.4vw, 3rem); line-height: 1.035; letter-spacing: -0.048em; text-wrap: pretty; }
  .hero-subtitle { margin-top: 16px; font-size: 0.96rem; line-height: 1.55; }
  .store-status { width: 100%; flex-wrap: wrap; margin-top: 16px; padding: 9px 11px; }
  .store-status > span:last-child { margin-left: 16px; }
  .hero-actions { flex-direction: column; align-items: stretch; margin-top: 20px; }
  .button { width: 100%; min-height: 54px; padding-inline: 14px; font-size: 0.88rem; text-align: center; }
  .button-whatsapp { font-size: 0.9rem; }
  .button-outline { min-height: 50px; }
  .microcopy { margin-top: 9px; font-size: 0.76rem; line-height: 1.5; text-align: center; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 11px 9px; margin-top: 21px; font-size: 0.72rem; }
  .trust-row span:last-child { grid-column: 1 / -1; }
  .hero-photo { min-height: 0; aspect-ratio: 4 / 5; border-width: 5px; border-radius: 22px; }
  .photo-badge { top: 12px; left: 12px; max-width: calc(100% - 24px); padding: 8px 11px; font-size: 0.65rem; }
  .photo-caption { left: 12px; right: 12px; bottom: 12px; gap: 10px; padding: 12px; }
  .photo-caption strong { font-size: 0.9rem; }
  .photo-caption span { font-size: 0.7rem; line-height: 1.4; }
  .photo-pin { width: 36px; height: 36px; }
  .solve-section { padding: 48px 0 54px; }
  .solve-kicker { margin-bottom: 13px; padding: 7px 10px; font-size: 0.64rem; }
  .solve-heading { gap: 16px; }
  .solve-heading h2 { font-size: clamp(2.3rem, 11vw, 2.7rem); line-height: 1.02; }
  .solve-heading > p { padding: 5px 0 5px 14px; font-size: 0.9rem; line-height: 1.58; }
  .section-heading h2 { font-size: 2rem; }
  .service-grid { gap: 13px; }
  .service-card { min-height: 0; padding: 20px; border-radius: 20px; }
  .service-icon { width: 50px; height: 50px; border-radius: 15px; }
  .service-content { margin-top: 27px; }
  .service-card h3 { font-size: 1.08rem; }
  .service-card p { font-size: 0.83rem; }
  .testimonials-section { padding: 46px 0 50px; }
  .reviews-heading > span { margin-bottom: 11px; padding: 7px 10px; }
  .reviews-heading h2 { font-size: 2rem; }
  .reviews-heading p { margin-top: 10px; font-size: 0.9rem; line-height: 1.55; }
  .testimonial-grid { gap: 13px; margin-top: 25px; }
  .testimonial-card { gap: 20px; padding: 19px; border-radius: 20px; }
  .testimonial-card p { font-size: 0.9rem; line-height: 1.62; }
  .quote-mark { width: 42px; height: 42px; border-radius: 13px; }
  .location-section { padding: 46px 0; }
  .location-grid { padding: 8px; border-radius: 23px; box-shadow: 0 20px 48px rgba(70,18,24,0.1); }
  .map-card, .map-card iframe { min-height: 300px; }
  .map-card { border-radius: 19px; }
  .map-badge { left: 10px; right: 10px; bottom: 10px; gap: 9px; padding: 9px 10px; border-radius: 15px; }
  .map-badge-icon { width: 36px; height: 36px; }
  .map-badge small { font-size: 0.59rem; }
  .map-badge strong { font-size: 0.72rem; line-height: 1.3; }
  .location-copy { padding: 25px 8px 15px; }
  .location-kicker { margin-bottom: 10px; font-size: 0.63rem; }
  .location-heading h2 { font-size: clamp(2.05rem, 10.5vw, 2.4rem); line-height: 1.02; }
  .location-heading p { margin-top: 11px; font-size: 0.9rem; }
  .address-card { align-items: flex-start; gap: 11px; margin-top: 18px; padding: 13px; border-radius: 16px; }
  .address-icon { width: 38px; height: 38px; }
  .address-card div > span { overflow-wrap: anywhere; }
  .hours-card { grid-template-columns: 1fr; }
  .hours-card div { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; text-align: left; }
  .hours-card strong { margin-top: 0; }
  .location-actions { grid-template-columns: 1fr; gap: 9px; }
  .location-actions .button { width: 100%; }
  .location-whatsapp { justify-content: center; }
  .final-cta { padding: 48px 0; }
  .final-cta-inner { gap: 24px; }
  .final-kicker { margin-bottom: 12px; font-size: 0.62rem; line-height: 1.4; }
  .final-cta h2 { font-size: clamp(2.2rem, 10.8vw, 2.6rem); line-height: 1.02; }
  .final-cta p { margin-top: 12px; font-size: 0.92rem; line-height: 1.55; }
  .final-contact-card { width: 100%; padding: 17px; border-radius: 20px; }
  .final-contact-card > strong { font-size: 0.88rem; }
  .final-contact-actions .button { min-height: 58px; padding-inline: 15px; }
  .final-button { width: 100%; }
  .contact-button-copy strong { font-size: 0.82rem; }
  .footer-inner { min-height: 0; grid-template-columns: 92px minmax(0, 1fr); gap: 16px; padding: 25px 0 28px; }
  .footer-inner > img { width: 88px; }
  .footer-inner > div:nth-child(2) > strong { font-size: 0.9rem; }
  .footer-inner > div:nth-child(2) > span { font-size: 0.7rem; line-height: 1.45; overflow-wrap: anywhere; }
  .footer-contacts { display: grid; grid-template-columns: 1fr; width: 100%; }
  .footer-contact { width: 100%; min-width: 0; min-height: 54px; }
  .sticky-whatsapp { left: auto; right: 12px; bottom: 13px; width: 64px; height: 64px; min-height: 0; }
  .whatsapp-float-mark { width: 58px; height: 58px; border-width: 3px; }
  .whatsapp-float-label { display: none; }
}

@media (max-width: 380px) {
  .container { width: calc(100% - 20px); }
  .brand { width: 136px; }
  .eyebrow { padding-inline: 9px; font-size: 0.61rem; letter-spacing: 0.025em; }
  h1 { font-size: 2.08rem; }
  .store-status { font-size: 0.77rem; }
  .store-status strong { font-size: 0.7rem; }
  .trust-row { grid-template-columns: 1fr; }
  .trust-row span:last-child { grid-column: auto; }
  .hero-photo { aspect-ratio: 0.76; }
  .photo-caption { align-items: flex-start; }
  .solve-heading h2 { font-size: 2.2rem; }
  .reviews-heading h2, .section-heading h2 { font-size: 1.9rem; }
  .service-card, .testimonial-card { padding: 17px; }
  .map-card, .map-card iframe { min-height: 280px; }
  .location-heading h2 { font-size: 2rem; }
  .final-cta h2 { font-size: 2.08rem; }
  .final-contact-card { padding: 14px; }
  .final-contact-actions .button { padding-inline: 12px; }
  .footer-inner { grid-template-columns: 78px minmax(0, 1fr); }
  .footer-inner > img { width: 76px; }
  .sticky-whatsapp { right: 10px; bottom: 11px; width: 60px; height: 60px; }
  .whatsapp-float-mark { width: 54px; height: 54px; }
}

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