/* Ma.Aullidos — hoja de estilos principal */

:root {
  --green: #1E8F4E;
  --green-dark: #146635;
  --green-deep: #0E4B27;
  --green-soft: #E8F3EC;
  --green-pale: #B7E8C5;
  --cream: #F6FBF7;
  --cream-deep: #ECF6EF;
  --ink: #0F1A14;
  --ink-soft: #3B4A41;
  --muted: #6E7C73;
  --line: #E2EBE5;
  --white: #ffffff;
  --whatsapp: #25D366;
  --shadow: 0 10px 30px rgba(20, 102, 53, 0.08);
  --shadow-lg: 0 24px 60px rgba(20, 102, 53, 0.14);
  --radius: 18px;
  --radius-sm: 12px;
  --max: 1140px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 80px; }

body {
  margin: 0;
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-wrap: break-word;
}

img, video { max-width: 100%; display: block; }
a { color: var(--green-dark); text-decoration: none; }
a:hover { color: var(--green); }
:focus-visible { outline: 3px solid var(--green); outline-offset: 2px; border-radius: 4px; }

h1, h2, h3, h4 {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  color: var(--green-deep);
  letter-spacing: -0.01em;
  margin: 0 0 .4em;
  line-height: 1.15;
  text-wrap: pretty;
}
h1 { font-size: clamp(2.1rem, 5vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 3.4vw, 2.3rem); font-weight: 700; }
h3 { font-size: 1.15rem; font-weight: 700; color: var(--green-dark); }
h4 { font-size: 1rem; font-weight: 700; color: var(--green-dark); }
p { margin: 0 0 1em; color: var(--ink-soft); }
p:last-child { margin-bottom: 0; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 24px; }
section { padding: 80px 0; }
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* Marcador de contenido pendiente. Borrar la clase (y el texto) al completar. */
.todo {
  background: #FFF6DC;
  border-bottom: 1px dashed #D9A400;
  padding: 0 3px;
  border-radius: 3px;
  color: #6B4E00;
}

/* ---------- Píldoras y botones ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px; border-radius: 999px;
  background: var(--green-soft); color: var(--green-dark);
  font-size: .82rem; font-weight: 600; letter-spacing: .02em;
  border: 1px solid rgba(30, 143, 78, .15);
}
.eyebrow .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(30,143,78,.18); }
.eyebrow--light { background: rgba(255,255,255,.12); color: var(--white); border-color: rgba(255,255,255,.18); }
.eyebrow--light .dot { background: var(--green-pale); box-shadow: 0 0 0 4px rgba(183,232,197,.25); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 22px; border-radius: 999px; font-weight: 600; font-size: 1rem;
  min-height: 48px; border: 1px solid transparent; cursor: pointer;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}
.btn svg { width: 18px; height: 18px; flex: 0 0 auto; }
.btn-primary { background: var(--green); color: var(--white); box-shadow: 0 10px 24px rgba(30,143,78,.28); }
.btn-primary:hover { background: var(--green-dark); color: var(--white); transform: translateY(-1px); }
.btn-ghost { background: var(--white); color: var(--green-dark); border-color: var(--line); }
.btn-ghost:hover { border-color: var(--green); color: var(--green-dark); }
.btn-light { background: var(--white); color: var(--green-deep); }
.btn-light:hover { background: #F1FAF3; color: var(--green-deep); }

/* ---------- Nav ---------- */
.nav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(246, 251, 247, 0.88);
  backdrop-filter: saturate(160%) blur(12px);
  -webkit-backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 12px 24px; max-width: var(--max); margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; color: var(--green-deep); }
.brand img { width: 40px; height: 40px; border-radius: 10px; background: var(--white); padding: 4px; box-shadow: var(--shadow); }
.brand span { font-family: 'Outfit', sans-serif; font-size: 1.05rem; letter-spacing: .02em; }
.nav-links { display: flex; gap: 26px; }
.nav-links a { color: var(--ink-soft); font-weight: 500; font-size: .96rem; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--green-dark); }
.nav-links a[aria-current="page"] { font-weight: 700; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 17px; border-radius: 999px; min-height: 44px;
  background: var(--green); color: var(--white) !important; font-weight: 600; font-size: .92rem;
  box-shadow: 0 6px 16px rgba(30,143,78,.25);
}
.nav-cta:hover { background: var(--green-dark); }
.nav-cta svg { width: 16px; height: 16px; }
.nav-toggle {
  display: none; width: 44px; height: 44px; border-radius: var(--radius-sm);
  border: 1px solid var(--line); background: var(--white); cursor: pointer;
  align-items: center; justify-content: center; padding: 0; color: var(--green-dark);
}
.nav-toggle svg { width: 22px; height: 22px; }
.nav-drawer { display: none; border-top: 1px solid var(--line); background: var(--cream); }
.nav-drawer.is-open { display: block; }
.nav-drawer ul { list-style: none; margin: 0; padding: 8px 24px 20px; display: flex; flex-direction: column; }
.nav-drawer a {
  display: block; padding: 14px 0; min-height: 48px; font-size: 1.05rem;
  font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line);
}

@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-toggle { display: inline-flex; }
  .nav-cta span { display: none; }
  .nav-cta { padding: 11px 14px; }
}

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: 56px 0 72px; }
.hero::before {
  content: ""; position: absolute; inset: -20% -10% auto -10%; height: 70%;
  background: radial-gradient(58% 55% at 40% 0%, rgba(30,143,78,.11), transparent 70%);
  z-index: 0;
}
.hero-grid {
  position: relative; z-index: 1;
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
}
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.hero .lede { font-size: clamp(1.02rem, 1.6vw, 1.18rem); max-width: 540px; margin: 0; }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.badges { display: flex; gap: 10px; flex-wrap: wrap; }
.badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; background: var(--white); border: 1px solid var(--line);
  border-radius: 999px; font-size: .88rem; color: var(--ink-soft); font-weight: 500;
}
.badge svg { width: 16px; height: 16px; color: var(--green); flex: 0 0 auto; }

.hero-art { position: relative; display: flex; align-items: center; justify-content: center; }
.hero-art .blob { position: absolute; border-radius: 50%; filter: blur(44px); opacity: .5; z-index: 0; }
.hero-art .blob.b1 { width: 270px; height: 270px; background: #BFE5CB; top: -10px; right: 10px; }
.hero-art .blob.b2 { width: 210px; height: 210px; background: #FDE7B2; bottom: 0; left: 10px; }
.photo-card {
  position: relative; z-index: 1;
  background: var(--white); border-radius: 28px; padding: 14px;
  box-shadow: var(--shadow-lg); transform: rotate(-1.5deg); max-width: 360px;
}
.photo-card img { border-radius: var(--radius); aspect-ratio: 9 / 16; object-fit: cover; width: 100%; }
/* Home hero photo is a fuller-width shot (vet + two dogs on the couch): a 9/16 crop
   cut off too much on the sides, so this variant uses the photo's natural 3/4 ratio. */
.photo-card--home { max-width: 420px; }
.photo-card--home img { aspect-ratio: 3 / 4; }
.photo-tag {
  position: absolute; left: -36px; bottom: 48px;
  background: var(--white); border: 1px solid var(--line); border-radius: 16px;
  padding: 12px 16px; box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 12px; transform: rotate(1.5deg);
}
.photo-tag .icon { width: 40px; height: 40px; border-radius: var(--radius-sm); background: var(--green-soft); display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.photo-tag .icon svg { width: 20px; height: 20px; color: var(--green-dark); }
.photo-tag b { font-size: .9rem; color: var(--ink); display: block; }
.photo-tag span { font-size: .82rem; color: var(--muted); }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero-art { order: -1; }
  .photo-card { transform: none; max-width: 320px; }
  .photo-tag { display: none; }
}

/* ---------- Encabezados de sección ---------- */
.section-head { max-width: 680px; margin: 0 auto 44px; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.section-head h2 { margin: 0; }
.section-head p { font-size: 1.05rem; margin: 0; }
.section-head--left { text-align: left; align-items: flex-start; margin-left: 0; }

/* ---------- Servicios ---------- */
.services { background: linear-gradient(180deg, var(--cream) 0%, var(--cream-deep) 100%); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.service {
  background: var(--white); border-radius: var(--radius); padding: 28px;
  border: 1px solid var(--line); box-shadow: var(--shadow);
  display: flex; flex-direction: column; gap: 10px; position: relative;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.service:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); border-color: rgba(30,143,78,.25); }
.service h3 { margin: 0; }
.service p { margin: 0; }
.service .icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--green-soft); color: var(--green-dark); margin-bottom: 6px;
}
.service .icon svg { width: 26px; height: 26px; }
.service a { color: var(--green-dark); font-weight: 700; font-size: .92rem; display: inline-flex; align-items: center; gap: 8px; margin-top: 4px; text-decoration: none; }
.service a svg { width: 16px; height: 16px; }
.service--featured { background: var(--green-deep); border-color: var(--green-deep); box-shadow: var(--shadow-lg); }
.service--featured h3 { color: var(--white); }
.service--featured p { color: rgba(255,255,255,.80); }
.service--featured .icon { background: rgba(255,255,255,.14); color: var(--white); }
.service--featured a { color: var(--green-pale); font-weight: 700; font-size: .92rem; display: inline-flex; align-items: center; gap: 8px; margin-top: 4px; }
.service--featured a svg { width: 16px; height: 16px; }
.service .tag {
  position: absolute; top: 20px; right: 20px; padding: 5px 11px; border-radius: 999px;
  background: rgba(255,255,255,.14); color: var(--green-pale);
  font-size: .7rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
}

/* ---------- Fisioterapia ---------- */
.split { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; }
.split--reverse { grid-template-columns: .9fr 1.1fr; }
.split-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.checklist { display: flex; flex-direction: column; gap: 10px; width: 100%; }
.checklist li { display: flex; align-items: flex-start; gap: 10px; }
.checklist svg { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 5px; color: var(--green); }
.checklist p { margin: 0; font-size: .96rem; }
ul.checklist { list-style: none; margin: 0; padding: 0; }

.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-top: 56px; }
.steps--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 0; }
.step {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; display: flex; flex-direction: column; gap: 10px; box-shadow: var(--shadow);
}
.step h3 { margin: 0; }
.step p { margin: 0; font-size: .96rem; }
.step .num {
  width: 34px; height: 34px; border-radius: 10px; background: var(--green-soft); color: var(--green-dark);
  display: inline-flex; align-items: center; justify-content: center;
  font-family: 'Outfit', sans-serif; font-weight: 800; font-size: .94rem; flex: 0 0 auto;
}
.step--dark { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.12); box-shadow: none; }
.step--dark h3 { color: var(--white); }
.step--dark p { color: rgba(255,255,255,.78); }
.step--dark .num { background: rgba(255,255,255,.14); color: var(--green-pale); }

.step--row { flex-direction: row; align-items: flex-start; gap: 16px; padding: 20px 22px; }
.step--row > div { display: flex; flex-direction: column; gap: 4px; }

/* ---------- Reels ---------- */
.reels { background: var(--green-deep); position: relative; overflow: hidden; }
.reels h2, .reels h3 { color: var(--white); }
.reels .section-head p { color: rgba(255,255,255,.78); }
.reels-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 40px; }
.reels-head .section-head { margin: 0; }
.reels-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.reel { display: flex; flex-direction: column; gap: 12px; }
.reel-frame {
  position: relative; border-radius: var(--radius); overflow: hidden;
  aspect-ratio: 9 / 16; background: #0a3a1e; box-shadow: 0 24px 60px rgba(0,0,0,.24);
  border: 0; padding: 0; width: 100%; cursor: pointer; display: block;
}
.reel-frame img, .reel-frame video { width: 100%; height: 100%; object-fit: cover; }
.reel-frame .scrim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 58%, rgba(0,0,0,.5) 100%); pointer-events: none; }
.reel-frame .play {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 56px; height: 56px; border-radius: 50%; background: rgba(255,255,255,.92);
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform .18s ease; pointer-events: none;
}
.reel-frame:hover .play { transform: translate(-50%, -50%) scale(1.08); }
.reel-frame .play svg { width: 22px; height: 22px; color: var(--green-dark); margin-left: 3px; }
.reel-frame .cat {
  position: absolute; left: 14px; top: 14px; padding: 5px 10px; border-radius: 999px;
  background: rgba(255,255,255,.16); color: var(--white);
  font-size: .66rem; font-weight: 700; letter-spacing: .04em; pointer-events: none;
}
.reel-frame .cat--fisio { background: rgba(30,143,78,.92); }
.reel-frame .dur {
  position: absolute; right: 14px; bottom: 14px; padding: 4px 9px; border-radius: 8px;
  background: rgba(0,0,0,.55); color: var(--white); font-size: .74rem; font-weight: 600; pointer-events: none;
}
.reel-frame.is-playing .play,
.reel-frame.is-playing .scrim,
.reel-frame.is-playing .cat,
.reel-frame.is-playing .dur { display: none; }
.reel b { color: var(--white); font-size: .96rem; font-weight: 700; line-height: 1.35; }
.reels-light { background: var(--cream); }
.reels-light h2, .reels-light h3 { color: var(--green-deep); }
.reels-light .section-head p { color: var(--ink-soft); }
.reels-light .reel b { color: var(--ink); }
.reels-light .reel-frame { box-shadow: var(--shadow); }

/* ---------- Sobre nosotros ---------- */
.about-photo { background: var(--white); border-radius: 26px; padding: 12px; box-shadow: var(--shadow); }
.about-photo img { border-radius: var(--radius); aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }
.about-photo figcaption { font-size: .8rem; color: var(--muted); text-align: center; padding: 10px 6px 2px; }
.values { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; width: 100%; }
.value { display: flex; align-items: flex-start; gap: 10px; padding: 14px 16px; background: var(--green-soft); border-radius: var(--radius-sm); }
.value svg { flex: 0 0 auto; width: 18px; height: 18px; color: var(--green-dark); margin-top: 3px; }
.value b { font-size: .92rem; color: var(--ink); display: block; }
.value span { display: block; color: var(--ink-soft); font-weight: 500; font-size: .86rem; }

/* ---------- Testimonios ---------- */
.testimonials { background: linear-gradient(180deg, var(--cream) 0%, var(--cream-deep) 100%); }
.quote-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.wa-quote {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 20px; display: flex; flex-direction: column; gap: 12px; box-shadow: var(--shadow);
}
.wa-quote__head { display: flex; align-items: center; gap: 8px; }
.wa-quote__badge {
  width: 24px; height: 24px; border-radius: 50%; background: var(--whatsapp);
  display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto;
}
.wa-quote__badge svg { width: 13px; height: 13px; color: #fff; }
.wa-quote__label { font-size: .74rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--muted); }
.wa-quote__bubble {
  position: relative; margin: 0; background: #DCF8C6; border-radius: 4px 14px 14px 14px;
  padding: 10px 46px 16px 14px; font-size: .93rem; line-height: 1.5; color: #17331f;
}
.wa-quote__bubble time { position: absolute; right: 12px; bottom: 8px; font-size: .68rem; color: #5c7a63; }
.wa-quote footer { display: flex; align-items: center; gap: 10px; margin-top: auto; }
.wa-quote footer .av { width: 38px; height: 38px; border-radius: 50%; background: var(--green-soft); flex: 0 0 auto; }
.wa-quote footer b { font-size: .9rem; color: var(--ink); display: block; }
.wa-quote footer span { font-size: .84rem; color: var(--muted); }

/* ---------- Zonas ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { padding: 9px 14px; background: var(--white); border: 1px solid var(--line); border-radius: 999px; font-size: .88rem; color: var(--ink-soft); font-weight: 500; }
.notice {
  display: flex; align-items: flex-start; gap: 12px; padding: 18px 20px;
  background: var(--green-soft); border-radius: var(--radius-sm); border: 1px solid rgba(30,143,78,.15);
}
.notice svg { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 3px; color: var(--green-dark); }
.notice p { margin: 0; font-size: .96rem; }

/* ---------- FAQ ---------- */
.faq { background: linear-gradient(180deg, var(--cream) 0%, var(--cream-deep) 100%); }
.faq-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 20px 24px; min-height: 56px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 1.08rem; color: var(--green-dark);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: ""; width: 12px; height: 12px; flex: 0 0 auto;
  border-right: 2.4px solid var(--green); border-bottom: 2.4px solid var(--green);
  transform: rotate(45deg) translate(-2px, -2px); transition: transform .2s ease;
}
.faq-item[open] summary::after { transform: rotate(225deg) translate(-2px, -2px); }
.faq-item .faq-body { padding: 0 24px 22px; }
.faq-item .faq-body p { margin: 0; font-size: .98rem; }

/* ---------- Contacto ---------- */
.contact { background: var(--green-deep); color: var(--white); position: relative; overflow: hidden; }
.contact::before {
  content: ""; position: absolute; inset: auto -10% -40% -10%; height: 80%;
  background: radial-gradient(50% 60% at 50% 100%, rgba(255,255,255,.08), transparent 70%);
}
.contact h2 { color: var(--white); }
.contact .section-head p { color: rgba(255,255,255,.78); }
.contact-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; max-width: 880px; margin: 0 auto; position: relative; z-index: 1; }
.ccard {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius); padding: 26px; color: var(--white);
  display: flex; flex-direction: column; gap: 8px;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.ccard:hover { transform: translateY(-3px); background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.22); color: var(--white); }
.ccard .icon { width: 44px; height: 44px; border-radius: var(--radius-sm); background: rgba(255,255,255,.14); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 6px; }
.ccard .icon svg { width: 22px; height: 22px; color: var(--white); }
.ccard h3 { color: var(--white); margin: 0; font-size: 1.05rem; }
.ccard p { color: rgba(255,255,255,.78); margin: 0; font-size: .95rem; }
.contact-cta { text-align: center; margin-top: 36px; position: relative; z-index: 1; }

.cta-band { background: var(--green-deep); text-align: center; }
.cta-band h2 { color: var(--white); max-width: 760px; margin: 0 auto .5em; }
.cta-band p { color: rgba(255,255,255,.78); max-width: 640px; margin: 0 auto 24px; font-size: 1.05rem; }

/* ---------- Derivaciones ---------- */
.referral {
  background: var(--white); border: 1px solid var(--line); border-radius: 26px; padding: 44px;
  box-shadow: var(--shadow-lg); display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center;
}
.referral .actions { display: flex; flex-direction: column; gap: 12px; }

/* ---------- Migas ---------- */
.crumbs { display: flex; align-items: center; gap: 8px; font-size: .86rem; color: var(--muted); padding-top: 20px; }
.crumbs a { color: var(--muted); font-weight: 500; }
.crumbs [aria-current] { color: var(--green-dark); font-weight: 600; }

/* ---------- Footer ---------- */
footer.site {
  padding: 32px 0 40px; text-align: center; color: var(--muted); font-size: .9rem;
  border-top: 1px solid var(--line); background: var(--cream);
}
footer.site .brand { justify-content: center; margin-bottom: 10px; }
footer.site a { color: var(--green-dark); font-weight: 600; }

/* ---------- CTA flotante / barra móvil ---------- */
.fab {
  position: fixed; right: 22px; bottom: 22px; z-index: 60;
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--whatsapp); color: var(--white);
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 16px 30px rgba(37, 211, 102, .35);
  transition: transform .2s ease, box-shadow .2s ease;
}
.fab:hover { transform: translateY(-2px) scale(1.04); color: var(--white); }
.fab svg { width: 30px; height: 30px; }

.mobile-bar { display: none; }

@media (max-width: 720px) {
  .fab { display: none; }
  .mobile-bar {
    display: flex; gap: 10px; align-items: center;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    background: rgba(255,255,255,.96);
    backdrop-filter: saturate(160%) blur(12px);
    -webkit-backdrop-filter: saturate(160%) blur(12px);
    border-top: 1px solid var(--line);
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    box-shadow: 0 -10px 30px rgba(20,102,53,.08);
  }
  .mobile-bar .btn { flex: 1 1 auto; background: var(--whatsapp); color: var(--white); box-shadow: none; min-height: 52px; }
  .mobile-bar .icon-btn {
    flex: 0 0 auto; width: 52px; height: 52px; border-radius: 999px;
    border: 1px solid var(--line); background: var(--white); color: var(--green-dark);
    display: inline-flex; align-items: center; justify-content: center;
  }
  .mobile-bar .icon-btn svg { width: 22px; height: 22px; }
  body { padding-bottom: 84px; }
}

/* ---------- Responsive general ---------- */
@media (max-width: 980px) {
  .service-grid, .quote-grid, .steps, .steps--4, .contact-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reels-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .split, .split--reverse { grid-template-columns: 1fr; gap: 36px; }
  .split--reverse .about-photo, .split--media { max-width: 420px; }
  .referral { grid-template-columns: 1fr; gap: 28px; padding: 32px; }
  .reels-head { flex-direction: column; align-items: flex-start; gap: 20px; }
}

@media (max-width: 720px) {
  section { padding: 56px 0; }
  .wrap { padding: 0 20px; }
  .hero { padding: 36px 0 48px; }
  .service-grid, .quote-grid, .steps, .steps--4, .contact-cards, .values { grid-template-columns: 1fr; }
  .steps { margin-top: 36px; }
  .cta-row .btn, .referral .actions .btn { width: 100%; }
  .section-head { margin-bottom: 32px; }

  /* Los reels pasan a carrusel horizontal */
  .reels-grid {
    display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory;
    margin: 0 -20px; padding: 0 20px 8px; -webkit-overflow-scrolling: touch;
  }
  .reels-grid::-webkit-scrollbar { display: none; }
  .reels-grid { scrollbar-width: none; }
  .reel { flex: 0 0 200px; scroll-snap-align: start; }
}

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