/*
Theme Name: Farmácia Santa Luzia
Author: Farmácia Santa Luzia
Description: Landing page editável para uma farmácia de bairro, com carrossel, entrega regional, SEO local e integração com WhatsApp.
Version: 1.0.3
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: farmacia-santa-luzia
*/

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Playfair+Display:wght@400;500;600;700&display=swap");

:root {
  --fsl-green: #134b43;
  --fsl-gold: #d4a24b;
  --green-dark: #0c3832;
  --green-mid: #2c6e68;
  --cream: #ffffff;
  --cream-deep: #f2e9da;
  --gold-light: #e4c47f;
  --ink: #17322d;
  --muted: #66746f;
  --line: rgba(16,61,54,.14);
  --display: "Playfair Display", Georgia, "Times New Roman", serif;
  --sans: "Lato", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font: 16px/1.65 var(--sans); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: 112px 0; }
.skip-link { position: fixed; top: -90px; left: 16px; z-index: 9999; padding: 12px 18px; background: white; box-shadow: 0 10px 30px rgba(0,0,0,.2); }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--fsl-gold); outline-offset: 4px; }

.topbar { background: var(--green-dark); color: rgba(255,255,255,.78); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.topbar-inner { min-height: 37px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 10px; }
.topbar-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--fsl-gold); box-shadow: 0 0 0 5px rgba(216,173,101,.1); }
.site-header { position: sticky; top: 0; z-index: 90; background: rgba(255,253,248,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; color: var(--fsl-green); }
.custom-logo { max-width: 220px; max-height: 64px; object-fit: contain; }
.brand-mark { position: relative; display: inline-block; width: 43px; height: 45px; }
.brand-sun { position: absolute; top: 2px; left: 50%; width: 14px; height: 14px; transform: translateX(-50%); border-radius: 50%; background: var(--fsl-gold); }
.brand-leaf { position: absolute; bottom: 3px; width: 21px; height: 26px; border: 2px solid currentColor; }
.brand-leaf-left { left: 1px; border-radius: 4px 85% 6px 85%; transform: rotate(-7deg); }
.brand-leaf-right { right: 1px; border-radius: 85% 4px 85% 6px; transform: rotate(7deg); }
.brand-type { display: flex; flex-direction: column; line-height: .9; }
.brand-type small, .brand-type strong { font-family: var(--display); }
.brand-type small { font-size: 13px; }
.brand-type strong { font-size: 24px; font-weight: 600; white-space: nowrap; }
.main-nav { margin-left: auto; }
.fsl-menu { display: flex; align-items: center; gap: 27px; margin: 0; padding: 0; list-style: none; }
.fsl-menu a { color: #43544f; font-size: 13px; font-weight: 650; }
.fsl-menu a:hover { color: var(--green-mid); }
.button { min-height: 49px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 15px; border-radius: 3px; font-size: 13px; font-weight: 750; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-header, .button-primary { background: var(--fsl-green); color: white; }
.button-header:hover, .button-primary:hover { background: var(--green-mid); box-shadow: 0 12px 28px rgba(16,61,54,.18); }
.button-gold { background: var(--fsl-gold); color: var(--green-dark); }
.button-gold:hover { background: var(--gold-light); box-shadow: 0 12px 28px rgba(0,0,0,.16); }
.menu-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border: 0; background: none; position: relative; }
.menu-toggle span { position: absolute; left: 12px; right: 12px; height: 1px; background: var(--fsl-green); }
.menu-toggle span:first-child { top: 19px; }
.menu-toggle span:last-child { top: 27px; }

.hero { position: relative; overflow: hidden; min-height: 700px; background: var(--green-dark); color: white; }
.hero-stage, .hero-slide, .hero-content-wrap { min-height: 700px; }
.hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transform: scale(1.015); transition: opacity .8s, visibility .8s, transform 1.2s; overflow: hidden; }
.hero-slide.is-active { opacity: 1; visibility: visible; transform: scale(1); z-index: 1; }
.hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 38%; }
.hero-slide-photo::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(8,41,36,.96), rgba(8,41,36,.82) 34%, rgba(8,41,36,.25) 70%); }
.hero-slide-brand { background: linear-gradient(120deg, var(--green-dark) 0 48%, #f2e8d9 48%); }
.brand-visual { position: absolute; right: 8%; top: 50%; z-index: 2; width: min(40vw,470px); transform: translateY(-50%); }
.brand-visual img { position: relative; width: 100%; border-radius: 10px; box-shadow: 0 36px 90px rgba(7,34,30,.25); transform: rotate(2deg); }
.brand-visual > span { position: absolute; width: 420px; height: 420px; left: -120px; top: -90px; border: 1px solid rgba(16,61,54,.14); border-radius: 50%; }
.hero-slide-regional { background: linear-gradient(115deg, var(--green-dark), #174f46 65%, #1f6558); }
.regional-visual { position: absolute; right: 4%; top: 50%; z-index: 2; width: min(44vw,550px); height: 500px; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.regional-visual .route { position: absolute; display: block; border: 1px solid rgba(234,211,163,.45); border-radius: 50%; }
.regional-visual .route-one { inset: 44px -50px 90px 90px; transform: rotate(-18deg); }
.regional-visual .route-two { inset: 120px 60px -55px -10px; transform: rotate(24deg); }
.regional-visual b { position: absolute; left: 50%; top: 45%; width: 78px; height: 78px; display: grid; place-items: center; transform: translate(-50%,-50%); border-radius: 50%; background: var(--fsl-gold); color: var(--green-dark); font: 22px var(--display); }
.regional-visual small { position: absolute; top: 62%; left: 50%; transform: translateX(-50%); color: var(--gold-light); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }
.hero-content-wrap { position: relative; z-index: 3; display: flex; align-items: center; }
.hero-content { width: min(620px,55%); padding: 65px 0 135px; }
.eyebrow { margin: 0 0 24px; display: flex; align-items: center; gap: 10px; color: var(--gold-light); font-size: 10px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 25px; height: 1px; background: currentColor; }
.eyebrow-dark { color: var(--green-mid); }
.hero h1, .story h2, .services h2, .delivery h2, .location h2, .faq h2, .final-cta h2, .manifesto blockquote { margin: 0; font-family: var(--display); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.hero h1 { font-size: clamp(52px,5.5vw,82px); text-wrap: balance; }
.hero-text { max-width: 555px; margin: 28px 0 0; color: rgba(255,255,255,.75); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 38px; }
.text-link { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.35); color: rgba(255,255,255,.9); font-size: 13px; font-weight: 650; }
.hero-controls { position: absolute; left: 50%; bottom: 38px; z-index: 5; transform: translateX(-50%); display: flex; align-items: center; justify-content: space-between; }
.slide-count { display: flex; align-items: center; gap: 12px; font-family: var(--display); }
.slide-count strong { color: var(--gold-light); font-size: 22px; }
.slide-count span { width: 56px; height: 1px; background: rgba(255,255,255,.3); }
.slide-count small { color: rgba(255,255,255,.45); }
.slide-dots { display: flex; gap: 9px; }
.slide-dots button { width: 30px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.28); cursor: pointer; }
.slide-dots button.is-active { width: 52px; background: var(--fsl-gold); }
.slide-arrows { display: flex; gap: 8px; }
.slide-arrows button { width: 43px; height: 43px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: none; color: white; cursor: pointer; }
.slide-arrows button:hover { background: var(--fsl-gold); color: var(--green-dark); }

.trust-strip, .services, .location { background: var(--cream-deep); }
.trust-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.trust-grid div { padding: 29px 34px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.trust-grid div:first-child { border-left: 1px solid var(--line); }
.trust-grid strong { font: 600 20px var(--display); }
.trust-grid span { color: var(--muted); font-size: 12px; }

.story-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 100px; align-items: center; }
.story-art { position: relative; min-height: 600px; }
.story-image-card { position: absolute; inset: 20px 80px 110px 0; display: grid; place-items: center; overflow: hidden; border-radius: 44% 44% 8px 8px; background: #f1e7d8; }
.story-image-card img { width: 82%; border-radius: 6px; box-shadow: 0 24px 60px rgba(16,61,54,.18); }
.story-note { position: absolute; left: 40px; right: 0; bottom: 28px; margin: 0; padding: 20px 26px; background: var(--fsl-green); color: rgba(255,255,255,.75); font: 18px/1.35 var(--display); box-shadow: 0 20px 50px rgba(16,61,54,.18); }
.story-note span { color: var(--fsl-gold); margin-right: 8px; }
.story-seal { position: absolute; right: 22px; top: 0; width: 125px; height: 125px; display: flex; align-items: center; justify-content: center; gap: 8px; border-radius: 50%; background: var(--fsl-gold); color: var(--green-dark); transform: rotate(7deg); }
.story-seal span { font: 40px var(--display); }
.story-seal small { font-size: 9px; line-height: 1.2; text-transform: uppercase; }
.story h2, .services h2, .delivery h2, .location h2, .faq h2 { font-size: clamp(48px,5vw,72px); }
.story .lead { margin: 34px 0 18px; font: 22px/1.5 var(--display); }
.story-copy > p:not(.eyebrow):not(.lead) { color: var(--muted); }
.story-principles { margin-top: 35px; border-top: 1px solid var(--line); }
.story-principles div { padding: 17px 0; display: flex; gap: 22px; border-bottom: 1px solid var(--line); }
.story-principles span { color: var(--fsl-gold); font-family: var(--display); }
.story-principles strong { font-size: 14px; }

.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 80px; }
.section-heading > p { max-width: 390px; margin: 0; color: var(--muted); }
.services-grid { margin-top: 62px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 325px; padding: 32px 29px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,253,248,.58); color: inherit; text-decoration: none; cursor: pointer; transition: .25s; }
.service-card:hover { transform: translateY(-7px); background: var(--fsl-green); color: white; box-shadow: 0 22px 50px rgba(16,61,54,.17); }
.service-card:focus-visible { outline: 3px solid var(--fsl-gold); outline-offset: 3px; }
.service-top { display: flex; justify-content: space-between; color: var(--green-mid); font-family: var(--display); }
.service-card h3 { margin: 80px 0 14px; font: 500 27px var(--display); }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; }
.service-card:hover p { color: rgba(255,255,255,.67); }
.service-card:hover .service-top { color: var(--gold-light); }
.service-disclaimer { color: #77827e; font-size: 11px; }

.delivery { position: relative; overflow: hidden; background: var(--green-dark); color: white; }
.delivery::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px); background-size: 80px 80px; }
.delivery-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 95px; align-items: center; }
.delivery-copy > p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.66); font-size: 17px; }
.delivery-steps { max-width: 590px; margin: 35px 0 38px; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.12); }
.delivery-steps li { padding: 16px 0; display: flex; align-items: center; gap: 18px; border-bottom: 1px solid rgba(255,255,255,.12); }
.delivery-steps li > span { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(216,173,101,.48); border-radius: 50%; color: var(--gold-light); font-family: var(--display); }
.delivery-steps div { flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.delivery-steps strong { font-size: 14px; }
.delivery-steps small { color: rgba(255,255,255,.48); }
.delivery-card { min-height: 510px; padding: 42px; display: flex; flex-direction: column; align-items: center; text-align: center; border-radius: 48% 48% 5px 5px; background: var(--cream-deep); color: var(--green-dark); }
.delivery-card .card-kicker { color: var(--green-mid); font-size: 10px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.delivery-card h3 { max-width: 390px; margin: 5px 0 0; font: 400 42px/1 var(--display); }
.delivery-card > p:last-child { max-width: 340px; color: var(--muted); font-size: 13px; }
.mini-map { position: relative; width: 100%; height: 250px; overflow: hidden; }
.mini-map .road { position: absolute; display: block; border: 1px solid rgba(16,61,54,.18); border-radius: 50%; }
.road-a { inset: 40px -60px 30px 20px; transform: rotate(-15deg); }
.road-b { inset: 20px 50px -40px -60px; transform: rotate(18deg); }
.mini-map .map-pin { position: absolute; left: 52%; top: 48%; width: 54px; height: 54px; display: grid; place-items: center; transform: translate(-50%,-50%); border-radius: 50%; background: var(--fsl-green); color: var(--fsl-gold); }
.mini-map small { position: absolute; left: 50%; bottom: 20px; transform: translateX(-50%); color: var(--green-mid); font-size: 10px; letter-spacing: .16em; text-transform: uppercase; }

.manifesto { text-align: center; }
.manifesto-inner { max-width: 960px; }
.manifesto-quote { height: 55px; margin: 0; color: var(--fsl-gold); font: 100px/1 var(--display); }
.manifesto blockquote { margin: 20px 0 35px; font-size: clamp(36px,4.3vw,62px); }
.manifesto-signature { display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--green-mid); font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.manifesto-signature span { width: 25px; height: 1px; background: currentColor; }

.location-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.location-copy > p:not(.eyebrow) { max-width: 530px; color: var(--muted); }
.location address { margin-top: 35px; padding: 24px 0; border-block: 1px solid var(--line); font-style: normal; }
.location address span { color: var(--green-mid); font-size: 10px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.location address strong { display: block; margin-top: 5px; font: 500 25px var(--display); }
.location address p { margin: 5px 0 0; color: var(--muted); }
.location-actions { margin-top: 28px; display: flex; align-items: flex-start; gap: 23px; }
.contact-details p { margin: 0 0 10px; color: var(--muted); font-size: 11px; }
.contact-details strong { color: var(--ink); }
.location-route-link { color: var(--green-mid); font-size: 11px; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; }
.location-route-link:hover { color: var(--green-dark); }
.location-card { position: relative; min-height: 550px; overflow: hidden; border-radius: 50% 50% 6px 6px; background-color: #e7dbc8; background-image: linear-gradient(rgba(16,61,54,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(16,61,54,.05) 1px,transparent 1px); background-size: 48px 48px; }
.location-road { position: absolute; display: block; border: 2px solid rgba(255,255,255,.72); border-radius: 50%; box-shadow: 0 0 0 10px rgba(16,61,54,.035); }
.lroad-one { inset: 70px -100px 100px 130px; transform: rotate(-20deg); }
.lroad-two { inset: 100px 100px -90px -100px; transform: rotate(18deg); }
.location-pin { position: absolute; left: 52%; top: 45%; width: 88px; height: 88px; display: grid; place-items: center; transform: translate(-50%,-50%) rotate(-45deg); border-radius: 50% 50% 50% 10px; background: var(--fsl-green); color: var(--fsl-gold); box-shadow: 0 18px 45px rgba(16,61,54,.25); }
.location-pin b { transform: rotate(45deg); font: 23px var(--display); }
.location-card > p { position: absolute; left: 50%; bottom: 61px; transform: translateX(-50%); margin: 0; white-space: nowrap; font: 24px var(--display); }
.location-card > small { position: absolute; left: 50%; bottom: 40px; transform: translateX(-50%); color: var(--green-mid); font-size: 10px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }

.faq-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 110px; }
.faq-list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { padding: 23px 0; display: flex; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font: 20px var(--display); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--fsl-gold); font: 300 23px var(--sans); transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: -5px 45px 24px 0; color: var(--muted); font-size: 14px; }
.final-cta { padding: 78px 0; background: #174f46; color: white; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 55px; }
.final-cta p { margin: 0 0 9px; color: var(--gold-light); font-size: 10px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.final-cta h2 { max-width: 800px; font-size: clamp(38px,4.5vw,62px); }
.site-footer { background: #082a26; color: white; }
.footer-main { min-height: 205px; display: grid; grid-template-columns: 1fr 1.25fr 1fr; gap: 65px; align-items: center; }
.brand-footer { color: white; }
.brand-footer .brand-leaf { border-color: var(--gold-light); }
.footer-main > p { margin: 0; color: rgba(255,255,255,.54); font-size: 13px; }
.footer-main nav { display: flex; justify-content: flex-end; gap: 22px; color: rgba(255,255,255,.72); font-size: 12px; }
.footer-bottom { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font-size: 10px; }
.footer-bottom p { margin: 0; }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 30; min-height: 54px; padding: 7px 18px 7px 7px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; background: #1e6a5d; color: white; box-shadow: 0 15px 38px rgba(7,42,37,.3); transition: transform .2s, background .2s; }
.whatsapp-float:hover { transform: translateY(-3px); background: var(--green-dark); }
.whatsapp-float span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: white; color: var(--green-dark); font-size: 11px; font-weight: 900; letter-spacing: -.03em; }
.whatsapp-float strong { font-size: 12px; }
.content-narrow { max-width: 840px; }
.content-page h1 { font: 400 clamp(42px,6vw,72px)/1 var(--display); }

@media (max-width: 1060px) {
  .fsl-menu { gap: 18px; }
  .hero-content { width: 63%; }
  .story-grid, .delivery-grid, .location-grid { gap: 55px; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .container { width: min(100% - 36px,680px); }
  .section-pad { padding: 82px 0; }
  .topbar-inner { justify-content: center; }
  .topbar a { display: none; }
  .header-inner { min-height: 74px; }
  .button-header { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 74px; margin: 0; padding: 0 18px; max-height: 0; overflow: hidden; opacity: 0; background: var(--cream); border-bottom: 1px solid var(--line); transition: .3s; }
  .main-nav.is-open { max-height: 340px; padding: 10px 18px 22px; opacity: 1; }
  .fsl-menu { display: grid; gap: 0; }
  .fsl-menu a { display: block; padding: 12px 6px; border-bottom: 1px solid var(--line); }
  .hero, .hero-stage, .hero-slide, .hero-content-wrap { min-height: 680px; }
  .hero-content { width: min(100%,560px); }
  .hero-photo { object-position: 63% center; opacity: .56; }
  .hero-slide-photo::after { background: linear-gradient(90deg,rgba(8,41,36,.97),rgba(8,41,36,.7)); }
  .hero-slide-brand { background: var(--green-dark); }
  .brand-visual, .regional-visual { opacity: .2; right: -10%; width: 65vw; }
  .story-grid, .delivery-grid, .location-grid, .faq-grid { grid-template-columns: 1fr; }
  .story-copy { order: -1; }
  .story-art { min-height: 560px; }
  .section-heading { display: grid; gap: 25px; }
  .delivery-card { width: 100%; max-width: 520px; margin-inline: auto; }
  .location-card { min-height: 480px; }
  .faq-grid { gap: 46px; }
  .final-cta-inner { flex-direction: column; align-items: flex-start; }
  .footer-main { padding: 50px 0; grid-template-columns: 1fr 1fr; gap: 35px; }
  .footer-main nav { grid-column: 1/-1; justify-content: flex-start; }
}

@media (max-width: 560px) {
  .container { width: calc(100% - 28px); }
  .brand-type strong { font-size: 21px; }
  .hero h1 { font-size: 47px; }
  .hero-text { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: flex-start; gap: 8px; }
  .slide-dots { display: none; }
  .trust-grid, .services-grid { grid-template-columns: 1fr; }
  .trust-grid div, .trust-grid div:first-child { padding: 16px 8px; border: 0; border-bottom: 1px solid var(--line); }
  .story-art { min-height: 480px; }
  .story-image-card { inset: 15px 35px 100px 0; }
  .story-note { left: 18px; font-size: 16px; }
  .story-seal { width: 98px; height: 98px; right: 2px; }
  .story h2, .services h2, .delivery h2, .location h2, .faq h2 { font-size: 44px; }
  .service-card { min-height: 280px; }
  .service-card h3 { margin-top: 54px; }
  .delivery-steps div { display: block; }
  .delivery-steps small { display: block; }
  .delivery-card { min-height: 450px; padding: 32px 22px; }
  .location-actions { flex-direction: column; }
  .location-card { min-height: 410px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-main nav { grid-column: auto; flex-wrap: wrap; }
  .footer-bottom { padding: 24px 0; align-items: flex-start; flex-direction: column; gap: 10px; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 56px; min-height: 56px; padding: 7px; }
  .whatsapp-float span { width: 40px; height: 40px; }
  .whatsapp-float strong { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
}

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