/*
Theme Name: Alitas al Cielo
Theme URI: https://alitasalcielo24hs.com/
Author: Alitas al Cielo
Description: Tema personalizado para servicio de cremacion de mascotas en CABA y GBA.
Version: 1.0.34
Text Domain: alitas-al-cielo
*/

:root {
  --alitas-bg-main: #fcfaf7;
  --alitas-bg-soft: #f6f2ec;
  --alitas-bg-celestial: #eef5f8;
  --alitas-blue-pale: #dde9ef;
  --alitas-blue: #55788e;
  --alitas-blue-deep: #314f63;
  --alitas-night: #132a42;
  --alitas-gold: #c6a15b;
  --alitas-champagne: #d8be83;
  --alitas-lavender: #d9d8e5;
  --alitas-text: #293944;
  --alitas-text-soft: #566773;
  --ink: var(--alitas-text);
  --muted: var(--alitas-text-soft);
  --line: #d5e2e8;
  --paper: var(--alitas-bg-main);
  --white: #ffffff;
  --cream: var(--alitas-bg-soft);
  --terracotta: var(--alitas-blue);
  --terracotta-dark: var(--alitas-blue-deep);
  --sage: #708d9e;
  --sage-dark: var(--alitas-blue-deep);
  --sky: var(--alitas-blue-pale);
  --sky-dark: var(--alitas-blue);
  --peach-dark: var(--terracotta);
  --cocoa: var(--alitas-text);
  --gold: var(--alitas-gold);
  --shadow: 0 18px 46px rgba(49,79,99,.11);
}

/* Alcance v1.0.30: franja de confianza del hero y bloque de Cielo de Estrellas. */
.hero-home {
  min-height: calc(100vh - 102px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  padding-top: clamp(58px, 8vh, 88px);
  padding-bottom: 46px;
}
.hero-trust-strip {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 18px;
  background: rgba(27,35,42,.30);
  box-shadow: 0 18px 42px rgba(0,0,0,.16);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  overflow: hidden;
}
.hero-trust-strip__item {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 16px 22px;
  color: #fff;
  text-align: left;
}
.hero-trust-strip__item + .hero-trust-strip__item { border-left: 1px solid rgba(255,255,255,.22); }
.hero-trust-strip__icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.64);
  border-radius: 50%;
  color: #fff7ec;
  font-size: 14px;
  font-weight: 800;
}
.hero-trust-strip__item strong { font-size: 15px; line-height: 1.3; }

.home-cielo-estrellas {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-top: 1px solid rgba(223,190,117,.24);
  border-bottom: 1px solid rgba(223,190,117,.24);
  background:
    radial-gradient(circle at 78% 25%, rgba(35,101,166,.32), transparent 30%),
    radial-gradient(circle at 18% 88%, rgba(132,91,157,.18), transparent 34%),
    linear-gradient(145deg, #061225 0%, #071a35 54%, #04101f 100%);
  color: #f8f4ec;
}
.home-cielo-estrellas::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .55;
  background-image:
    radial-gradient(circle at 7% 18%, rgba(255,255,255,.8) 0 1px, transparent 1.5px),
    radial-gradient(circle at 24% 69%, rgba(222,192,124,.8) 0 1px, transparent 1.6px),
    radial-gradient(circle at 46% 17%, rgba(255,255,255,.75) 0 1px, transparent 1.5px),
    radial-gradient(circle at 67% 73%, rgba(255,255,255,.82) 0 1px, transparent 1.6px),
    radial-gradient(circle at 91% 44%, rgba(222,192,124,.88) 0 1.3px, transparent 1.8px);
  background-size: 190px 170px, 240px 210px, 270px 230px, 320px 290px, 360px 310px;
}
.home-cielo-estrellas__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(38px, 7vw, 90px);
  align-items: center;
}
.home-cielo-estrellas__copy { max-width: 650px; }
.home-cielo-estrellas__eyebrow {
  color: #e3bf70;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.home-cielo-estrellas__copy h2 {
  margin: 15px 0 18px;
  color: #fffaf0;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.02;
  font-weight: 400;
}
.home-cielo-estrellas__copy > p { max-width: 620px; margin: 0; color: rgba(244,247,252,.83); font-size: 18px; }
.home-cielo-estrellas__count {
  display: flex;
  align-items: baseline;
  gap: 9px;
  margin-top: 26px;
  color: rgba(255,255,255,.78);
}
.home-cielo-estrellas__count > span:first-child { color: #e7c46e; font-size: 27px; filter: drop-shadow(0 0 9px rgba(231,196,110,.66)); }
.home-cielo-estrellas__count strong { color: #fff; font-family: Georgia, 'Times New Roman', serif; font-size: 30px; font-weight: 400; }
.home-cielo-estrellas__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.home-cielo-estrellas__button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 1px solid #ddb86a;
  border-radius: 999px;
  background: #ddb86a;
  color: #071426;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease;
}
.home-cielo-estrellas__button:hover { transform: translateY(-2px); background: #edcf8f; }
.home-cielo-estrellas__button--outline { background: transparent; color: #f5dfad; }
.home-cielo-estrellas__button--outline:hover { background: rgba(221,184,106,.12); }
.home-cielo-estrellas__button:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.home-cielo-estrellas__constellation { position: relative; min-height: 350px; }
.home-cielo-estrellas__constellation blockquote {
  position: absolute;
  left: 9%;
  right: 4%;
  bottom: 18px;
  margin: 0;
  padding: 22px 24px;
  border: 1px solid rgba(221,184,106,.30);
  border-radius: 18px;
  background: rgba(3,12,26,.42);
  color: #f1d493;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(19px, 2vw, 25px);
  font-style: italic;
  line-height: 1.45;
}
.home-cielo-estrellas__star { position: absolute; color: #f2d58d; filter: drop-shadow(0 0 12px rgba(242,213,141,.80)); }
.home-cielo-estrellas__star--one { left: 16%; top: 13%; font-size: 70px; }
.home-cielo-estrellas__star--two { right: 10%; top: 7%; font-size: 38px; color: #e6ebf5; }
.home-cielo-estrellas__star--three { left: 54%; top: 40%; font-size: 48px; }
.home-cielo-estrellas__star--four { left: 3%; top: 49%; font-size: 28px; color: #e6ebf5; }
.home-cielo-estrellas__line { position: absolute; left: 22%; right: 17%; top: 34%; height: 1px; border-top: 1px dashed rgba(221,184,106,.48); transform: rotate(7deg); }
.home-cielo-estrellas__stars span { position: absolute; width: 3px; height: 3px; border-radius: 50%; background: #fff; box-shadow: 0 0 10px #fff; }
.home-cielo-estrellas__stars span:nth-child(1) { left: 8%; top: 18%; }
.home-cielo-estrellas__stars span:nth-child(2) { left: 44%; top: 11%; }
.home-cielo-estrellas__stars span:nth-child(3) { right: 12%; top: 62%; }
.home-cielo-estrellas__stars span:nth-child(4) { left: 36%; bottom: 13%; }
.home-cielo-estrellas__stars span:nth-child(5) { right: 39%; top: 30%; }

@media (max-width: 980px) {
  .hero-home { min-height: auto; gap: 24px; padding-top: 58px; padding-bottom: 38px; }
  .hero-trust-strip__item { padding-left: 14px; padding-right: 14px; }
  .home-cielo-estrellas__inner { grid-template-columns: 1fr; }
  .home-cielo-estrellas__constellation { min-height: 300px; }
}

@media (max-width: 680px) {
  .hero-home { gap: 0; padding: 40px 18px 0; }
  .hero-trust-strip {
    width: calc(100% + 36px);
    max-width: none;
    margin: 28px -18px 0;
    grid-template-columns: 1fr;
    border: 0;
    border-radius: 0;
    background: #fffaf4;
    box-shadow: none;
    backdrop-filter: none;
  }
  .hero-trust-strip__item {
    min-height: 54px;
    justify-content: flex-start;
    padding: 10px 22px;
    color: var(--ink);
  }
  .hero-trust-strip__item + .hero-trust-strip__item { border-left: 0; border-top: 1px solid var(--line); }
  .hero-trust-strip__icon { flex-basis: 32px; width: 32px; height: 32px; border-color: var(--sky-dark); color: var(--sky-dark); font-size: 12px; }
  .hero-trust-strip__item strong { font-size: 14px; }
  .home-cielo-estrellas { padding-top: 54px; padding-bottom: 54px; }
  .home-cielo-estrellas__copy > p { font-size: 16px; }
  .home-cielo-estrellas__actions { flex-direction: column; align-items: stretch; }
  .home-cielo-estrellas__button { width: 100%; text-align: center; }
  .home-cielo-estrellas__constellation { min-height: 270px; }
  .home-cielo-estrellas__star--one { font-size: 58px; }
  .home-cielo-estrellas__constellation blockquote { left: 0; right: 0; font-size: 19px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-cielo-estrellas__button { transition: none; }
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { width: 100%; max-width: 100%; margin: 0; overflow-x: hidden; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.55; }
body, .site, .site-wrapper, .page, main, .site-main, .header, .site-header, .topbar, .top-bar, .nav, .hero, section { max-width: 100%; }
main, .nav, .topbar, section, footer { width: 100%; }
img, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; }

.topbar { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; padding: 9px 18px; background: var(--ink); color: var(--white); font-size: 14px; text-align: center; }
.topbar a { font-weight: 800; text-decoration: none; }
.nav { position: relative; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 13px clamp(18px, 5vw, 68px); background: rgba(252,248,243,.95); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.home .nav { position: relative; left: auto; right: auto; top: auto; background: rgba(252,248,243,.95); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 138px; height: auto; }
.menu { display: flex; align-items: center; gap: 15px; color: var(--muted); font-size: 14px; white-space: nowrap; }
.menu a { text-decoration: none; }
.menu-home { order: 1; }
.menu-services { order: 2; }
.menu-zones { order: 3; }
.menu-reviews { order: 4; }
.menu-memorial { order: 5; }
.menu-process { order: 6; }
.menu-faq { order: 7; }
.menu-contact { order: 8; }
.menu-cta { order: 9; }
.menu a:hover, .menu a.active, .menu-item.active > a { color: var(--terracotta-dark); }
.menu-item { position: relative; display: flex; align-items: center; min-height: 46px; }
.menu-item > a { text-decoration: none; }
.submenu { position: absolute; top: calc(100% + 10px); left: -16px; z-index: 40; display: grid; gap: 3px; min-width: 248px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(6px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.submenu::before { content: ""; position: absolute; left: 0; right: 0; top: -12px; height: 12px; }
.has-submenu:hover .submenu, .has-submenu:focus-within .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu a { display: block; padding: 9px 10px; border-radius: 8px; color: var(--muted); white-space: normal; }
.submenu a:hover, .submenu a.active { background: var(--cream); color: var(--terracotta-dark); }
.mobile-menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--ink); cursor: pointer; }
.mobile-menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.mobile-menu-head, .submenu-toggle, .mobile-menu-call, .mobile-label, .hero-call-mobile { display: none; }
.desktop-label { display: inline; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 13px 18px; border: 1px solid transparent; border-radius: 8px; background: var(--terracotta); color: var(--white); font-weight: 800; text-decoration: none; white-space: nowrap; box-shadow: 0 12px 28px rgba(169,95,73,.22); }
.button:hover { background: var(--terracotta-dark); }
.button.secondary { background: var(--sage); color: var(--white); border-color: var(--sage); box-shadow: 0 10px 24px rgba(97,122,104,.17); }
.button.secondary:hover { background: var(--sage-dark); border-color: var(--sage-dark); }
.button.ghost { background: rgba(255,255,255,.18); color: var(--white); border-color: rgba(255,255,255,.44); box-shadow: none; }

.hero-home { min-height: 100vh; display: grid; align-items: center; padding: 150px clamp(18px, 5vw, 68px) 70px; color: var(--white); background: linear-gradient(90deg, rgba(74,74,74,.66) 0%, rgba(169,95,73,.46) 34%, rgba(199,124,98,.14) 64%, rgba(255,255,255,.02) 82%), url("assets/hero-paz-cercania-v2.jpg") center / cover no-repeat; }
.hero-home-inner, .page-hero-inner, .section-inner { max-width: 1180px; margin: 0 auto; width: 100%; }
.hero-logo-card { width: min(430px, 92vw); padding: 0; margin-bottom: 28px; display: flex; flex-direction: column; align-items: flex-start; gap: 10px; background: transparent; box-shadow: none; }
.hero-logo-card img { width: 176px; filter: drop-shadow(0 8px 22px rgba(0,0,0,.30)); }
.hero-wordmark { color: #fffaf5; font-size: clamp(34px, 5vw, 54px); font-weight: 400; line-height: .95; letter-spacing: 0; text-shadow: 0 7px 24px rgba(0,0,0,.42); }
.hero-home h1 { max-width: 690px; margin: 0 0 16px; color: var(--white); font-size: clamp(44px, 6vw, 78px); line-height: .98; letter-spacing: 0; }
.hero-home p { max-width: 610px; margin: 0 0 28px; color: rgba(255,255,255,.90); font-size: clamp(18px, 2vw, 22px); }
.hero-home .hero-emotional { margin-bottom: 8px; color: var(--sky); font-size: clamp(20px, 2.2vw, 26px); font-weight: 800; }
.seo-intro { padding-top: 30px; padding-bottom: 30px; border-bottom: 1px solid var(--line); background: var(--white); }
.seo-intro p { max-width: 970px; margin: 0 auto; color: var(--muted); font-size: 18px; text-align: center; }
.service-complete-section { padding-top: clamp(44px, 6vw, 68px); padding-bottom: clamp(44px, 6vw, 68px); }
.service-complete-section .section-head { margin-left: auto; margin-right: auto; text-align: center; }
.service-complete-section .section-head p { margin: 0 auto; }
.service-complete-section .card p { max-width: none; font-size: 16px; text-align: left; }
.hero-actions, .actions { display: flex; flex-wrap: wrap; gap: 12px; }
.quick-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; max-width: 650px; margin-top: 24px; }
.quick-facts div { min-height: 58px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); }
.quick-facts strong { display: block; color: var(--ink); font-size: 15px; text-align: center; }
.quick-facts span { display: block; color: var(--muted); font-size: 14px; text-align: center; }
.hero-home .quick-facts div { border-color: rgba(255,255,255,.34); background: rgba(255,248,242,.18); backdrop-filter: blur(10px); }
.hero-home .quick-facts strong { color: var(--white); }
.hero-home .quick-facts span { color: rgba(255,255,255,.84); }

.page-hero { padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 68px); background: linear-gradient(105deg, rgba(252,248,243,.98), rgba(246,238,229,.94)), radial-gradient(circle at 82% 28%, rgba(184,219,234,.44), transparent 34%); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.76); color: var(--sky-dark); font-size: 14px; font-weight: 800; }
h1, h2, h3 { color: var(--ink); letter-spacing: 0; }
.page-hero h1, .section-head h2 { margin: 18px 0 12px; font-size: clamp(34px, 5vw, 58px); line-height: 1.04; }
.page-hero p, .section-head p { max-width: 760px; margin: 0; color: var(--muted); font-size: 18px; }
section { padding: clamp(48px, 7vw, 86px) clamp(18px, 5vw, 68px); }
.band { background: var(--cream); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.testimonials-section { background: linear-gradient(180deg, #fcf8f3 0%, #f2f7f4 100%); }
.section-head { max-width: 780px; margin-bottom: 30px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.split { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(24px, 5vw, 60px); align-items: center; }
.card, .panel { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); }
.card h2 { margin: 8px 0 10px; font-size: clamp(24px, 3vw, 34px); line-height: 1.12; }
.card h3 { margin: 0 0 10px; font-size: 21px; }
.card p, .panel p { margin: 0; color: var(--muted); }
.testimonials-wrap { position: relative; }
.testimonial-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 42%); gap: 18px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; padding: 4px 4px 18px; scrollbar-color: var(--terracotta) var(--cream); }
.testimonial-card { scroll-snap-align: start; min-height: 268px; display: flex; flex-direction: column; gap: 14px; padding: 24px; border: 1px solid #dce8e1; border-radius: 8px; background: linear-gradient(180deg, #fffefd 0%, #f4f8f5 100%); box-shadow: var(--shadow); }
.reviewer { display: flex; align-items: center; gap: 12px; }
.avatar { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--sky-dark); color: var(--white); font-weight: 900; }
.reviewer strong { display: block; color: var(--ink); }
.reviewer span { color: var(--muted); font-size: 14px; }
.stars { color: #d59b25; font-size: 18px; letter-spacing: 0; }
.testimonial-card blockquote { margin: 0; color: var(--ink); font-size: 17px; }
.carousel-hint { margin-top: 8px; color: var(--muted); font-size: 14px; }
.alitas-reviews-section { background: linear-gradient(180deg, #fcf8f3 0%, #f2f7f4 100%); }
.alitas-reviews-head { display: grid; grid-template-columns: minmax(210px, .72fr) minmax(0, 1.8fr); gap: 22px; align-items: start; margin-bottom: 24px; }
.alitas-reviews-head h2 { margin: 0 0 10px; font-size: clamp(32px, 4.2vw, 52px); line-height: 1.06; }
.alitas-reviews-head p { max-width: 760px; margin: 0; color: var(--muted); font-size: 18px; }
.alitas-review-list { margin-top: 20px; }
.alitas-review-list-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.alitas-review-list-carousel { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 42%); gap: 18px; overflow-x: auto; padding: 4px 4px 18px; scroll-snap-type: inline mandatory; }
.alitas-review-card { display: flex; flex-direction: column; gap: 14px; min-height: 248px; padding: 24px; border: 1px solid #dce8e1; border-radius: 8px; background: linear-gradient(180deg, #fffefd 0%, #f4f8f5 100%); box-shadow: var(--shadow); scroll-snap-align: start; }
.alitas-review-card blockquote { margin: 0; color: var(--ink); font-size: 16px; }
.review-tag { align-self: flex-start; margin-top: auto; padding: 6px 10px; border-radius: 999px; background: #eef7fa; color: var(--sky-dark); font-size: 13px; font-weight: 900; }
.alitas-review-filters { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0 8px; }
.alitas-review-filters button { min-height: 42px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--sage-dark); font-weight: 800; cursor: pointer; }
.alitas-review-filters button.is-active, .alitas-review-filters button:hover { border-color: var(--terracotta); background: #fff5ef; color: var(--terracotta-dark); }
.alitas-review-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.alitas-review-load-wrap { display: flex; justify-content: center; margin-top: 22px; }
.button.link-button { background: var(--white); color: var(--terracotta-dark); border-color: var(--line); box-shadow: none; }
.button.link-button:hover { border-color: var(--terracotta); background: #fff7f2; }
.review-empty-state { grid-column: 1 / -1; padding: 24px; border: 1px dashed var(--line); border-radius: 8px; background: rgba(255,255,255,.72); color: var(--muted); }
.review-empty-state h3 { margin: 0 0 8px; font-size: 22px; }
.review-empty-state p { margin: 0; }
.alitas-external-reviews { margin-top: 20px; padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.alitas-review-inline-cta { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 20px; border-radius: 8px; background: var(--sage-dark); color: var(--white); }
.alitas-review-inline-cta strong { color: var(--white); }
.review-summary-facts { max-width: 900px; }
.icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 18px; border-radius: 50%; background: var(--sky); color: #426f82; font-weight: 900; font-size: 20px; }
.image-frame { overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); }
.image-frame img { width: 100%; min-height: 360px; object-fit: cover; }
.process-image img { aspect-ratio: 3 / 2; min-height: 0; }
.check-list { display: grid; gap: 10px; margin: 20px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 10px; color: var(--muted); }
.check-list li::before { content: ""; width: 9px; height: 9px; margin-top: 8px; border-radius: 50%; background: var(--gold); flex: 0 0 auto; }
.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; counter-reset: step; }
.step { min-height: 206px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); counter-increment: step; }
.step::before { content: counter(step); display: grid; place-items: center; width: 36px; height: 36px; margin-bottom: 16px; border-radius: 50%; background: var(--sky-dark); color: var(--white); font-weight: 900; }
.step h3 { margin: 0 0 8px; font-size: 19px; }
.step p { margin: 0; color: var(--muted); font-size: 15px; }
.gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.gallery figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: 0 12px 30px rgba(70,50,39,.08); }
.gallery img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.gallery figcaption { padding: 12px 14px; color: var(--muted); font-size: 14px; }
details { padding: 18px 20px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
summary { cursor: pointer; font-weight: 800; }
details p { margin: 12px 0 0; color: var(--muted); }
.cta { padding: clamp(30px, 5vw, 46px); border-radius: 8px; background: var(--sage-dark); color: var(--white); }
.cta h2 { margin: 0 0 12px; color: var(--white); font-size: clamp(30px, 4vw, 46px); line-height: 1.05; }
.cta p { max-width: 720px; color: rgba(255,255,255,.84); font-size: 18px; }
.info-list { display: grid; gap: 12px; }
.info-item { padding: 18px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.info-item strong { display: block; margin-bottom: 4px; }
.info-item span, .info-item a { color: var(--muted); text-decoration: none; }
.map-frame { width: 100%; min-height: 300px; border: 0; border-radius: 8px; display: block; }
.generated-map-frame { min-height: 360px; margin-top: 18px; border: 1px solid var(--line); }
.location-card { display: grid; grid-template-rows: 390px 1fr 300px; overflow: hidden; padding: 0; }
.location-card > img { width: 100%; height: 390px; object-fit: cover; object-position: center; }
.location-card .location-body { padding: 22px; }
.coverage-text { margin-top: 12px !important; font-size: 15px; }
.home-location-list { display: grid; gap: 12px; margin-top: 26px; }
.home-location-item { display: grid; grid-template-columns: 38px minmax(0,1fr); align-items: center; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.home-location-item:first-child { border-top: 1px solid var(--line); }
.location-marker { position: relative; width: 34px; height: 34px; border-radius: 50% 50% 50% 0; background: var(--sky); transform: rotate(-45deg) scale(.72); }
.location-marker::after { content: ""; position: absolute; inset: 10px; border-radius: 50%; background: var(--white); }
.home-location-item div { min-width: 0; }
.home-location-item span:not(.location-marker) { display: block; margin-bottom: 2px; color: var(--sage-dark); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.home-location-item strong { display: block; color: var(--ink); font-size: 17px; }
.home-location-actions { margin-top: 26px; }
.zone-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.all-zones-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.zone-card { display: block; min-height: 178px; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); box-shadow: var(--shadow); text-decoration: none; transition: transform .18s ease, border-color .18s ease; }
.compact-zone-card { min-height: 152px; padding: 18px; }
.zone-card:hover { transform: translateY(-2px); border-color: var(--terracotta); }
.zone-card span { display: inline-flex; margin-bottom: 14px; padding: 6px 10px; border-radius: 999px; background: #eef7fa; color: var(--sky-dark); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.zone-card strong { display: block; margin-bottom: 8px; color: var(--ink); font-size: 20px; line-height: 1.15; }
.zone-card small { display: block; color: var(--muted); font-size: 15px; line-height: 1.45; }
.anchor-target { display: block; position: relative; top: -96px; height: 1px; visibility: hidden; }
.zone-coverage-head { max-width: 900px; }
.zone-group-list { display: grid; gap: 22px; }
.zone-group-block { padding: clamp(22px, 3vw, 30px); border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.72); box-shadow: 0 14px 34px rgba(74,74,74,.08); }
.zone-group-head { display: grid; grid-template-columns: minmax(172px, .36fr) minmax(0, 1fr); gap: 18px; align-items: start; margin-bottom: 18px; }
.zone-group-head .eyebrow { justify-self: start; }
.zone-group-label { text-decoration: none; }
.zone-group-label:hover { border-color: var(--terracotta); background: #fff7f2; color: var(--terracotta-dark); }
.zone-group-head p { margin: 0; color: var(--muted); font-size: 17px; }
.zone-group-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.zone-chip-list { display: flex; flex-wrap: wrap; gap: 10px; }
.zone-chip { display: inline-flex; align-items: center; justify-content: center; min-height: 38px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--sage-dark); font-size: 14px; font-weight: 800; line-height: 1.15; text-decoration: none; transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease; }
a.zone-chip:hover { transform: translateY(-1px); border-color: var(--terracotta); background: #fff7f2; color: var(--terracotta-dark); }
.zone-chip.is-pending { color: var(--muted); background: rgba(255,255,255,.56); }
.zone-block-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.zone-block-actions .button { min-height: 44px; white-space: normal; }
.home-zone-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.home-zone-card { display: flex; flex-direction: column; gap: 16px; min-height: 100%; padding: 22px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.78); box-shadow: 0 14px 34px rgba(74,74,74,.08); }
.home-zone-card h3 { margin: 0 0 8px; font-size: 22px; line-height: 1.15; }
.home-zone-card p { margin: 0; color: var(--muted); }
.home-zone-chip-list { gap: 8px; }
.home-zone-chip-list .zone-chip { min-height: 34px; padding: 7px 10px; font-size: 13px; }
.home-zone-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: auto; }
.home-zone-actions .button { min-height: 42px; padding: 10px 13px; font-size: 14px; white-space: normal; }
.home-zone-all-actions { justify-content: center; margin-top: 24px; }
.zone-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.zone-tags span { display: inline-flex; align-items: center; min-height: 42px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--sage-dark); font-weight: 800; }
.seo-copy-section { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.seo-copy-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.seo-copy-card { padding: 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--paper); }
.seo-copy-card h2 { margin: 0 0 12px; font-size: clamp(24px, 3vw, 34px); line-height: 1.12; }
.seo-copy-card p { margin: 0 0 12px; color: var(--muted); font-size: 17px; }
.seo-copy-card p:last-child { margin-bottom: 0; }
.help-section h2 { margin: 16px 0 12px; font-size: clamp(32px, 4.6vw, 54px); line-height: 1.05; }
.help-section p { color: var(--muted); font-size: 18px; }
.page-actions { margin-top: 24px; }
.local-faq .section-head { margin-bottom: 22px; }
.social-links { display: flex; flex-wrap: wrap; gap: 12px; }
.social-links a { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--cocoa); font-weight: 800; text-decoration: none; }
.social-links .facebook { border-color: #1877f2; background: #1877f2; color: #fff; }
.social-links .instagram { border-color: #e4405f; background: linear-gradient(135deg, #f58529, #e4405f 58%, #c13584); color: #fff; }
.social-links .facebook:hover { background: #0f66d8; }
.social-links .instagram:hover { background: linear-gradient(135deg, #dc741d, #c92f4d 58%, #9f2b6b); }
.floating { position: fixed; right: 18px; bottom: 18px; z-index: 30; display: inline-flex; align-items: center; justify-content: center; min-width: 178px; min-height: 52px; padding: 14px 18px; border-radius: 999px; background: #1fa855; color: var(--white); font-weight: 900; text-decoration: none; box-shadow: 0 16px 34px rgba(31,168,85,.30); }
footer { padding: 28px clamp(18px, 5vw, 68px); border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; text-align: center; }

@media (min-width: 981px) and (max-width: 1100px) {
  .nav { gap: 14px; padding-left: 18px; padding-right: 18px; }
  .brand img { width: 112px; }
  .menu { gap: 9px; font-size: 12px; }
  .menu .button { padding-left: 12px; padding-right: 12px; }
}

@media (max-width: 980px) {
  body.menu-open { overflow: hidden; }
  body.menu-open .floating,
  body.menu-open .floating-whatsapp,
  body.menu-open .whatsapp-floating,
  body.menu-open .mobile-whatsapp-fixed { display: none !important; }
  .nav { z-index: 9999; padding: 11px 18px; backdrop-filter: none; }
  .mobile-menu-toggle { position: relative; z-index: 10001; display: block; flex: 0 0 auto; }
  .nav-open .mobile-menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-open .mobile-menu-toggle span:nth-child(2) { opacity: 0; }
  .nav-open .mobile-menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .nav-open .mobile-menu-toggle { visibility: hidden; }
  .menu { position: fixed; inset: 0; z-index: 99999; display: none; flex-direction: column; align-items: stretch; gap: 0; width: auto; max-width: none; height: 100vh; height: 100dvh; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; padding: 0 18px 30px; border: 0; background: #fffaf5; box-shadow: none; white-space: normal; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .nav-open .menu { display: block; }
  .mobile-menu-head { position: sticky; top: 0; z-index: 2; order: 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 76px; margin: 0 -18px 10px; padding: 14px 18px; border-bottom: 1px solid var(--line); background: #fffaf5; }
  .mobile-menu-brand { display: inline-flex; align-items: center; min-height: auto; padding: 0; border-bottom: 0; }
  .mobile-menu-brand img { width: 126px; height: auto; }
  .mobile-menu-close { display: grid; place-items: center; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--ink); font-size: 30px; line-height: 1; cursor: pointer; }
  .menu-item { display: block; min-height: 0; }
  .submenu-label { display: none !important; }
  .submenu-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 54px; padding: 14px 4px; border: 0; border-bottom: 1px solid rgba(231,221,212,.85); background: transparent; color: var(--ink); font: inherit; font-size: 17px; font-weight: 800; line-height: 1.35; text-align: left; cursor: pointer; }
  .submenu-indicator { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--white); color: var(--terracotta-dark); font-size: 20px; line-height: 1; transition: transform .18s ease; }
  .has-submenu.is-open .submenu-indicator { transform: rotate(45deg); }
  .menu-item.active > .submenu-toggle { color: var(--terracotta-dark); }
  .submenu { position: static; display: none; min-width: 0; padding: 4px 0 14px 14px; border: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .has-submenu:hover .submenu, .has-submenu:focus-within .submenu { transform: none; }
  .has-submenu.is-open { margin-bottom: 0; padding-bottom: 0; }
  .has-submenu.is-open .submenu { display: flex; flex-direction: column; gap: 0; }
  .submenu::before { display: none; }
  .submenu a { display: flex; align-items: center; min-height: 46px; padding: 11px 4px; border-bottom: 1px solid rgba(231,221,212,.62); border-radius: 0; color: var(--muted); font-size: 15px; font-weight: 700; line-height: 1.35; }
  .menu > a:not(.button):not(.mobile-menu-brand) { display: flex; align-items: center; min-height: 54px; padding: 14px 4px; border-bottom: 1px solid rgba(231,221,212,.85); font-size: 17px; font-weight: 800; line-height: 1.35; }
  .menu-home, .menu-services, .menu-zones, .menu-process, .menu-reviews, .menu-memorial, .menu-faq, .menu-contact, .menu-cta, .mobile-menu-call { order: initial; }
  .menu-cta { margin-top: 18px; }
  .mobile-menu-call { display: inline-flex; margin-top: 10px; }
  .menu > .button { width: 100%; min-height: 50px; }
  .desktop-label { display: none; }
  .mobile-label { display: inline; }
  .home .nav { top: auto; }
  .quick-facts, .grid-4, .grid-3, .grid-2, .split, .steps, .gallery, .zone-grid, .all-zones-grid, .zone-group-head, .zone-group-grid, .home-zone-grid, .seo-copy-grid, .alitas-reviews-head, .alitas-review-list-grid { grid-template-columns: 1fr; }
  .section-inner, .hero-home-inner, .page-hero-inner, .container, .wrap, .site-inner { width: auto; max-width: 100%; min-width: 0; }
  .testimonial-carousel { grid-auto-columns: minmax(280px, 86%); }
  .alitas-review-list-carousel { grid-auto-columns: minmax(280px, 86%); }
  .alitas-review-inline-cta { align-items: stretch; flex-direction: column; }
  .location-card { grid-template-rows: 320px auto 300px; }
  .location-card > img { height: 320px; }
  .hero-home { background: linear-gradient(90deg, rgba(74,74,74,.72), rgba(169,95,73,.38), rgba(255,255,255,.04)), url("assets/hero-paz-cercania-v2.jpg") 62% center / cover no-repeat; }
}

@media (max-width: 560px) {
  .topbar { font-size: 13px; }
  .brand img { width: 116px; }
  section { padding: 38px 18px; }
  .hero-home { min-height: 520px; padding: 48px 18px 92px; background: linear-gradient(180deg, rgba(74,74,74,.94) 0%, rgba(169,95,73,.76) 43%, rgba(97,122,104,.30) 70%, rgba(74,74,74,.08) 100%), url("assets/hero-paz-cercania-movil-v1.jpg") center bottom / 100% auto no-repeat, var(--ink); }
  .hero-logo-card { margin-bottom: 14px; gap: 7px; }
  .hero-logo-card { width: 100%; max-width: 100%; }
  .hero-logo-card img { width: 94px; }
  .hero-wordmark { font-size: 30px; }
  .hero-home h1 { margin-bottom: 10px; font-size: 34px; line-height: 1.04; }
  .hero-home p { margin-bottom: 18px; font-size: 16px; line-height: 1.45; }
  .hero-home .hero-emotional { margin-bottom: 6px; font-size: 18px; }
  .hero-home .quick-facts { display: none; }
  .hero-call-mobile { display: inline-flex; }
  .hero-process-link { display: none; }
  .card, .panel { padding: 18px; }
  .card h3 { font-size: 19px; }
  .service-complete-section .card p, .card p, .panel p { font-size: 15px; }
  .home-zone-card { gap: 12px; padding: 18px; }
  .home-zone-card h3 { font-size: 20px; }
  .home-zone-card p { font-size: 15px; }
  .home-zone-chip-list .zone-chip:nth-child(n+6) { display: none; }
  .home .alitas-review-list-grid .alitas-review-card:nth-child(n+4) { display: none; }
  .hero-actions .button, .actions .button, .zone-block-actions .button, .home-zone-actions .button { width: 100%; }
  .floating { left: 14px; right: 14px; bottom: 14px; }
  footer { padding-bottom: 86px; }
}

/* Estas reglas quedan al final para conservar la franja visible sobre los cortes responsive preexistentes. */
.hero-home {
  min-height: calc(100vh - 102px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  padding-top: clamp(58px, 8vh, 88px);
  padding-bottom: 46px;
}
@media (max-width: 980px) {
  .hero-home { min-height: auto; gap: 24px; padding-top: 58px; padding-bottom: 38px; }
}
@media (max-width: 680px) {
  .hero-home {
    min-height: auto;
    gap: 0;
    padding: 40px 18px 0;
    background: linear-gradient(180deg, rgba(74,74,74,.94) 0%, rgba(169,95,73,.76) 43%, rgba(97,122,104,.30) 70%, rgba(74,74,74,.08) 100%), url("assets/hero-paz-cercania-movil-v1.jpg") center bottom / 100% auto no-repeat, var(--ink);
  }
}

@media (min-width: 981px) and (max-height: 820px) {
  .hero-home { min-height: auto; gap: 18px; padding-top: 34px; padding-bottom: 32px; }
  .hero-logo-card { margin-bottom: 12px; gap: 5px; }
  .hero-logo-card img { width: 108px; }
  .hero-wordmark { font-size: 36px; }
  .hero-home h1 { max-width: 650px; margin-bottom: 10px; font-size: clamp(44px, 4.2vw, 58px); line-height: 1; }
  .hero-home p { margin-bottom: 14px; font-size: 17px; }
  .hero-home .hero-emotional { margin-bottom: 4px; font-size: 20px; }
  .hero-trust-strip__item { min-height: 64px; padding-top: 12px; padding-bottom: 12px; }
}

/* Gama celestial v1.0.32: solo color, borde y sombra; no altera la estructura. */
body { background: var(--alitas-bg-main); }
.topbar { background: var(--alitas-night); }
.nav,
.home .nav { background: rgba(252,250,247,.96); border-color: var(--line); }
.button { box-shadow: 0 12px 28px rgba(49,79,99,.20); }
.button.secondary { box-shadow: 0 10px 24px rgba(49,79,99,.16); }
.hero-home {
  background-image: linear-gradient(90deg, rgba(19,42,66,.78) 0%, rgba(49,79,99,.56) 34%, rgba(85,120,142,.18) 64%, rgba(255,255,255,.02) 82%), url("assets/hero-paz-cercania-v2.jpg");
}
.page-hero { background: linear-gradient(105deg, rgba(252,250,247,.98), rgba(238,245,248,.94)), radial-gradient(circle at 82% 28%, rgba(85,120,142,.18), transparent 34%); }
.band { background: var(--alitas-bg-soft); }
.testimonials-section,
.alitas-reviews-section { background: linear-gradient(180deg, var(--alitas-bg-main) 0%, var(--alitas-bg-celestial) 100%); }
.testimonial-card,
.alitas-review-card { border-color: var(--line); background: linear-gradient(180deg, #fff 0%, var(--alitas-bg-celestial) 100%); }
.review-tag,
.zone-card span { background: var(--alitas-bg-celestial); color: var(--alitas-blue-deep); }
.alitas-review-filters button.is-active,
.alitas-review-filters button:hover,
.button.link-button:hover,
.zone-group-label:hover,
a.zone-chip:hover { border-color: var(--alitas-blue); background: var(--alitas-bg-celestial); color: var(--alitas-blue-deep); }
.zone-group-block,
.home-zone-card { border-color: var(--line); box-shadow: 0 14px 34px rgba(49,79,99,.08); }
.cta,
.alitas-review-inline-cta { background: var(--alitas-blue-deep); }
details,
.card,
.panel,
.info-item,
.zone-card,
.seo-copy-card,
.alitas-external-reviews { border-color: var(--line); }
footer { border-color: rgba(216,190,131,.24); background: var(--alitas-blue-deep); color: rgba(255,255,255,.82); }
footer a { color: #fff; }
.floating,
.whatsapp-floating,
.mobile-whatsapp-fixed,
a.button[href*="wa.me"],
.menu-whatsapp { border-color: #1fa855; background-color: #1fa855; color: #fff; box-shadow: 0 12px 28px rgba(31,168,85,.22); }
.floating:hover,
.whatsapp-floating:hover,
.mobile-whatsapp-fixed:hover,
a.button[href*="wa.me"]:hover,
.menu-whatsapp:hover { border-color: #178d46; background-color: #178d46; color: #fff; }

@media (max-width: 980px) {
  .menu,
  .mobile-menu-head { background: var(--alitas-bg-main); }
}

@media (max-width: 680px) {
  .hero-trust-strip { background: var(--alitas-bg-main); }
  .hero-home { background-image: linear-gradient(180deg, rgba(19,42,66,.94) 0%, rgba(49,79,99,.78) 43%, rgba(85,120,142,.32) 70%, rgba(19,42,66,.08) 100%), url("assets/hero-paz-cercania-movil-v1.jpg"); }
}
