body[data-page="alarmas-hogar"] main {
  overflow: clip;
  color: #17283a;
  background: #fff;
}

body[data-page="alarmas-hogar"] main :where(h1, h2, h3, p) {
  margin-top: 0;
}

body[data-page="alarmas-hogar"] main :where(h1, h2, h3) {
  text-align: left;
}

.residential-hero {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 8% 14%, rgb(39 89 162 / .42), transparent 27rem),
    linear-gradient(135deg, #07182c 0%, #0c2442 72%, #102f58 100%);
  border-bottom: 5px solid var(--e-red, #d93f4d);
  isolation: isolate;
}

.residential-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgb(255 255 255 / .035) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / .035) 1px, transparent 1px);
  background-size: 4rem 4rem;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 66%);
}

.residential-hero__grid {
  display: grid;
  min-height: 40rem;
  grid-template-columns: minmax(0, .92fr) minmax(28rem, 1.08fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 5.75rem);
}

.residential-hero__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-block: clamp(4.75rem, 8vw, 7rem);
}

.residential-hero .home3-label {
  margin-bottom: 1.15rem;
  color: #b9d2f3;
}

body[data-page="alarmas-hogar"] .residential-hero h1 {
  width: min(100%, 10.5ch);
  max-width: none;
  margin-bottom: 1.45rem;
  color: #fff;
  font-size: clamp(4.1rem, 6.2vw, 6.7rem);
  font-weight: 780;
  letter-spacing: -.035em;
  line-height: .94;
  text-align: left;
}

.residential-hero h1 span {
  display: block;
  color: #b9d2f3;
}

.residential-hero__lead {
  max-width: 39rem;
  margin-bottom: 1.8rem;
  color: rgb(255 255 255 / .84);
  font-size: clamp(1.06rem, 1.4vw, 1.22rem);
  line-height: 1.58;
}

.residential-hero .e-button {
  min-height: 3.5rem;
  justify-content: center;
  padding-inline: 1.35rem;
  border: 1px solid #fff;
  box-shadow: none;
}

.residential-hero .e-button:hover {
  border-color: #fff;
  box-shadow: 0 0 0 3px rgb(255 255 255 / .16);
  transform: none;
}

.residential-hero__registry {
  display: flex;
  align-items: center;
  margin-top: 1.55rem;
  color: rgb(255 255 255 / .78);
  gap: .7rem;
}

.residential-hero__registry > span {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border: 1px solid rgb(255 255 255 / .32);
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
}

.residential-hero__registry div {
  display: grid;
  gap: .08rem;
}

.residential-hero__registry strong {
  color: #fff;
  font-size: .82rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.residential-hero__registry small {
  font-size: .78rem;
}

.residential-hero__media {
  position: relative;
  min-width: 0;
  min-height: 0;
  margin: 0;
  aspect-ratio: 16 / 10;
  background: #102a4e;
}

.residential-hero__media picture {
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / .16);
  box-shadow: 0 1.5rem 4rem rgb(0 0 0 / .24);
}

.residential-hero__media picture,
.residential-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.residential-hero__media img {
  object-fit: cover;
  object-position: center;
}

.residential-hero__media figcaption {
  position: absolute;
  top: 1rem;
  right: 1rem;
  max-width: 17rem;
  padding: .55rem .7rem;
  color: rgb(255 255 255 / .82);
  background: rgb(7 24 44 / .78);
  font-size: .73rem;
  line-height: 1.35;
  backdrop-filter: blur(8px);
}

.residential-offer {
  position: absolute;
  bottom: 2.25rem;
  left: clamp(-4rem, -4vw, -2.25rem);
  display: grid;
  width: min(17rem, calc(100% - 2rem));
  padding: 1.15rem 1.25rem 1.2rem;
  border-top: 5px solid var(--e-red, #d93f4d);
  color: #102642;
  background: #fff;
  box-shadow: 0 1.2rem 3rem rgb(0 0 0 / .24);
  gap: .15rem;
}

.residential-offer > span,
.residential-offer > b {
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.residential-offer > span {
  color: #526476;
}

.residential-offer > p {
  display: flex;
  align-items: baseline;
  margin: .2rem 0 .1rem;
  color: #102642;
  gap: .38rem;
}

.residential-offer > p strong {
  font-family: var(--gh-heading-display, "Barlow Condensed", sans-serif);
  font-size: 3.7rem;
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: .9;
}

.residential-offer > p small {
  color: #415468;
  font-size: .95rem;
  font-weight: 750;
}

.residential-offer > b {
  color: var(--residential-red, #c92f40);
}

.residential-offer > small {
  margin-top: .28rem;
  color: #687788;
  font-size: .7rem;
  line-height: 1.35;
}

.residential-proof {
  border-bottom: 1px solid #d7dee6;
  background: #fff;
}

.residential-proof ul {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
}

.residential-proof li {
  display: grid;
  min-width: 0;
  grid-template-columns: auto 1fr;
  align-items: start;
  padding: 1.6rem clamp(1rem, 2.5vw, 2.25rem);
  border-right: 1px solid #d7dee6;
  gap: .85rem;
}

.residential-proof li:first-child {
  padding-left: 0;
}

.residential-proof li:last-child {
  padding-right: 0;
  border-right: 0;
}

.residential-proof li > span {
  color: var(--e-blue, #2759a2);
  font-family: var(--gh-heading-display, "Barlow Condensed", sans-serif);
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1;
}

.residential-proof li div {
  display: grid;
  gap: .28rem;
}

.residential-proof strong {
  color: #102642;
  font-size: .98rem;
  line-height: 1.2;
}

.residential-proof small {
  color: #667687;
  font-size: .84rem;
  line-height: 1.4;
}

.residential-life {
  padding-block: clamp(5rem, 9vw, 8.25rem);
}

.residential-life__grid {
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.residential-life__media {
  min-width: 0;
  margin: 0;
}

.residential-life__media picture,
.residential-life__media img {
  display: block;
  width: 100%;
}

.residential-life__media picture {
  overflow: hidden;
  border-left: 6px solid var(--e-red, #d93f4d);
}

.residential-life__media img {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.residential-life__media figcaption,
.residential-system__media figcaption {
  padding-top: .7rem;
  color: #6a7887;
  font-size: .76rem;
  line-height: 1.4;
}

.residential-life__copy > .home3-label,
.residential-system__copy > .home3-label,
.residential-process header > .home3-label {
  margin-bottom: 1rem;
}

body[data-page="alarmas-hogar"] .residential-life h2,
body[data-page="alarmas-hogar"] .residential-system h2,
body[data-page="alarmas-hogar"] .residential-process h2 {
  width: min(100%, 13ch);
  max-width: none;
  margin-bottom: 1.25rem;
  color: #102642;
  font-size: clamp(3rem, 4.7vw, 5rem);
  font-weight: 720;
  letter-spacing: -.025em;
  line-height: 1;
  text-align: left;
}

.residential-life__copy > p:not(.home3-label),
.residential-system__copy > p:not(.home3-label),
.residential-process header > p:not(.home3-label) {
  max-width: 40rem;
  color: #536577;
  font-size: 1.04rem;
  line-height: 1.65;
}

.residential-life__moments {
  display: grid;
  margin-top: 2.2rem;
  border-top: 1px solid #ced7e0;
}

.residential-life__moments article {
  display: grid;
  grid-template-columns: 2.2rem 1fr;
  padding-block: 1.15rem;
  border-bottom: 1px solid #ced7e0;
  gap: .8rem;
}

.residential-life__moments article > span,
.residential-system ol > li > span,
.residential-process ol > li > span {
  color: var(--residential-red, #c92f40);
  font-family: var(--gh-heading-display, "Barlow Condensed", sans-serif);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.2;
}

.residential-life__moments h3,
.residential-system ol h3,
.residential-process ol h3 {
  margin-bottom: .28rem;
  color: #102642;
  font-size: 1.08rem;
  line-height: 1.25;
}

.residential-life__moments p,
.residential-system ol p,
.residential-process ol p {
  margin-bottom: 0;
  color: #657586;
  line-height: 1.52;
}

.residential-system {
  padding-block: clamp(5rem, 8vw, 7.5rem);
  border-block: 1px solid #d6e0ea;
  background: #eef3f8;
}

.residential-system__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(25rem, .94fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.residential-system__copy ol {
  display: grid;
  margin: 2rem 0 0;
  padding: 0;
  border-top: 1px solid #c9d5e0;
  list-style: none;
}

.residential-system__copy ol > li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  padding-block: 1.15rem;
  border-bottom: 1px solid #c9d5e0;
  gap: .8rem;
}

.residential-system__media {
  min-width: 0;
  margin: 0;
}

.residential-system__media > img {
  display: block;
  width: 100%;
  height: auto;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  background:
    radial-gradient(circle at 50% 45%, rgb(39 89 162 / .58), transparent 22rem),
    #07182c;
  object-fit: contain;
}

.residential-process {
  padding-block: clamp(5rem, 8vw, 7.5rem);
  background: #fff;
}

.residential-process header {
  display: grid;
  max-width: 46rem;
  justify-items: start;
  margin-bottom: 3.2rem;
  text-align: left;
}

.residential-process ol {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  gap: clamp(1.4rem, 3vw, 2.5rem);
}

.residential-process ol > li {
  position: relative;
  padding-top: 1.25rem;
  border-top: 4px solid #102642;
}

.residential-process ol > li::before {
  position: absolute;
  top: -4px;
  left: 0;
  width: 2.8rem;
  height: 4px;
  background: var(--e-red, #d93f4d);
  content: "";
}

.residential-process ol > li > span {
  display: block;
  margin-bottom: 1rem;
}

body[data-page="alarmas-hogar"] .e-faq {
  padding-block: clamp(5rem, 8vw, 7rem);
  border-top: 1px solid #d7dee6;
  background: #f4f6f8;
}

body[data-page="alarmas-hogar"] .e-faq .e-section-head {
  text-align: left;
}

body[data-page="alarmas-hogar"] .e-faq .e-section-head > * {
  margin-inline: 0;
  text-align: left;
}

body[data-page="alarmas-hogar"] .e-faq .e-section-head h2 {
  width: min(100%, 12ch);
  max-width: none;
  color: #102642;
  font-size: clamp(3rem, 4.4vw, 4.7rem);
}

body[data-page="alarmas-hogar"] .e-faq details {
  border-color: #cbd5df;
  background: #fff;
}

.residential-study {
  position: relative;
  overflow: hidden;
  padding-block: clamp(4.5rem, 7vw, 6.5rem);
  color: #fff;
  background: #2f63aa;
}

.residential-study::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 10% 15%, rgb(255 255 255 / .09), transparent 30rem),
    linear-gradient(135deg, rgb(5 34 74 / .08), transparent 58%);
  content: "";
  pointer-events: none;
}

.residential-study__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(32rem, 1.18fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 6rem);
}

.residential-study__copy {
  min-width: 0;
}

.residential-study .home3-label {
  margin-bottom: 1.2rem;
  color: #ff5a64;
}

body[data-page="alarmas-hogar"] .residential-study h2 {
  width: min(100%, 10ch);
  max-width: none;
  margin-bottom: 1.35rem;
  color: #fff;
  font-size: clamp(3.55rem, 5.2vw, 5.2rem);
  font-weight: 780;
  letter-spacing: -.025em;
  line-height: .95;
  text-align: left;
  text-transform: uppercase;
}

.residential-study__copy > p:not(.home3-label) {
  max-width: 34rem;
  margin: 0;
  color: rgb(255 255 255 / .92);
  font-size: 1.05rem;
  line-height: 1.55;
}

.residential-study__phone {
  display: inline-block;
  margin-block: 2rem 1.15rem;
  padding-bottom: .2rem;
  border-bottom: 2px solid currentcolor;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}

.residential-study__phone:hover {
  color: #fff;
  opacity: .82;
}

.residential-study__copy > .residential-study__legal {
  max-width: 31rem;
  color: rgb(255 255 255 / .88);
  font-size: .95rem;
  font-weight: 650;
}

.residential-study__form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: clamp(1.45rem, 2.7vw, 2rem);
  border: 1px solid rgb(255 255 255 / .55);
  border-radius: .8rem;
  background: #fff;
  box-shadow: 0 1.5rem 3.5rem rgb(6 28 60 / .2);
  gap: 1rem;
}

.residential-study__form label {
  display: grid;
  min-width: 0;
  color: #17283a;
  font-size: .88rem;
  font-weight: 750;
  gap: .4rem;
}

.residential-study__form input:not([type="checkbox"]),
.residential-study__form textarea {
  width: 100%;
  min-height: 3rem;
  padding: .72rem .8rem;
  border: 1px solid #b6c2cf;
  border-radius: .48rem;
  color: #17283a;
  background: #fff;
  font: inherit;
}

.residential-study__form textarea {
  min-height: 7rem;
  resize: vertical;
}

.residential-study__form input:not([type="checkbox"]):focus,
.residential-study__form textarea:focus {
  border-color: #2f63aa;
  outline: 3px solid rgb(47 99 170 / .18);
}

.residential-study__wide {
  grid-column: 1 / -1;
}

.residential-study__form .residential-study__consent {
  display: flex;
  align-items: flex-start;
  color: #33475b;
  font-weight: 450;
  gap: .65rem;
}

.residential-study__consent input {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  margin-top: .14rem;
  accent-color: #2f63aa;
}

.residential-study__consent a {
  color: #1f579f;
  text-decoration: underline;
  text-underline-offset: .16em;
}

.residential-study__form button {
  width: min(100%, 18rem);
  min-height: 3.2rem;
  padding-inline: 1.25rem;
  border: 0;
  border-radius: .65rem;
  color: #fff;
  background: #102642;
  font: inherit;
  font-weight: 800;
  letter-spacing: .01em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}

.residential-study__form button:hover {
  background: #18395f;
  transform: translateY(-1px);
}

.residential-study__form button:focus-visible {
  outline: 3px solid rgb(16 38 66 / .24);
  outline-offset: 3px;
}

.residential-study__status {
  margin: 0;
  color: #17283a;
  font-size: .9rem;
  font-weight: 650;
}

@media (max-width: 62rem) {
  .residential-hero__grid,
  .residential-life__grid,
  .residential-system__grid,
  .residential-study__grid {
    grid-template-columns: 1fr;
  }

  .residential-hero__grid {
    gap: 0;
  }

  .residential-hero__copy {
    padding-block: 4.5rem;
  }

  .residential-hero__media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .residential-offer {
    left: 1.25rem;
  }

  .residential-life__media {
    order: 2;
  }

  .residential-life__media img {
    aspect-ratio: 3 / 2;
  }

  .residential-system__media > img {
    max-height: 36rem;
  }

  .residential-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 43.99rem) {
  body[data-page="alarmas-hogar"] .e-wrap {
    width: min(100% - 2rem, 79rem);
  }

  .residential-hero__copy {
    padding-block: 3.4rem 3.75rem;
  }

  body[data-page="alarmas-hogar"] .residential-hero h1 {
    width: 100%;
    font-size: clamp(3.45rem, 16vw, 4.55rem);
  }

  .residential-hero .e-button {
    width: 100%;
    text-align: center;
  }

  .residential-hero__media {
    display: grid;
    min-height: 0;
    margin-inline: -1rem;
    aspect-ratio: auto;
  }

  .residential-hero__media picture,
  .residential-hero__media img {
    height: auto;
  }

  .residential-hero__media img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .residential-hero__media figcaption {
    top: .75rem;
    right: .75rem;
    max-width: 13rem;
  }

  .residential-offer {
    position: static;
    width: 100%;
    box-shadow: none;
  }

  .residential-proof ul,
  .residential-process ol {
    grid-template-columns: 1fr;
  }

  .residential-proof li,
  .residential-proof li:first-child,
  .residential-proof li:last-child {
    padding: 1.2rem 0;
    border-right: 0;
    border-bottom: 1px solid #d7dee6;
  }

  .residential-proof li:last-child {
    border-bottom: 0;
  }

  .residential-life,
  .residential-system,
  .residential-process,
  body[data-page="alarmas-hogar"] .e-faq,
  .residential-study {
    padding-block: 4.25rem;
  }

  body[data-page="alarmas-hogar"] .residential-life h2,
  body[data-page="alarmas-hogar"] .residential-system h2,
  body[data-page="alarmas-hogar"] .residential-process h2,
  body[data-page="alarmas-hogar"] .residential-study h2,
  body[data-page="alarmas-hogar"] .e-faq .e-section-head h2 {
    width: 100%;
    font-size: clamp(2.75rem, 13vw, 3.8rem);
  }

  .residential-life__media img {
    aspect-ratio: 3 / 2;
  }

  .residential-system__media > img {
    min-height: 0;
  }

  .residential-process header {
    margin-bottom: 2.4rem;
  }

  .residential-study__form {
    grid-template-columns: 1fr;
    padding: 1.25rem;
  }

  .residential-study__wide {
    grid-column: auto;
  }

  .residential-study__form input:not([type="checkbox"]),
  .residential-study__form textarea {
    font-size: 1rem;
  }

  .residential-study__form button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .residential-hero .e-button,
  .residential-study__form button {
    transition: none;
  }
}

/* Hogar premium v4: composición compacta, imágenes sin deformación y equipos reales. */
@supports (content-visibility: auto) {
  body[data-page="alarmas-hogar"] main > section:not(:first-of-type) {
    content-visibility: visible;
    contain-intrinsic-size: none;
  }
}

body[data-page="alarmas-hogar"] main {
  --residential-navy: #07182c;
  --residential-blue: #2759a2;
  --residential-red: #c92f40;
  --residential-ink: #102642;
  --residential-muted: #5e6f80;
}

body[data-page="alarmas-hogar"] .residential-hero {
  border-bottom-width: 4px;
  background:
    radial-gradient(circle at 12% 20%, rgb(39 89 162 / .38), transparent 32rem),
    linear-gradient(125deg, #07182c 0%, #0b2341 66%, #102f58 100%);
}

body[data-page="alarmas-hogar"] .residential-hero__grid {
  min-height: 0;
  grid-template-columns: minmax(0, 1.02fr) minmax(30rem, .98fr);
  gap: clamp(2.5rem, 4.5vw, 5rem);
}

body[data-page="alarmas-hogar"] .residential-hero__copy {
  padding-block: clamp(3.25rem, 4.5vw, 4.4rem);
}

body[data-page="alarmas-hogar"] .residential-hero h1 {
  width: min(100%, 14ch);
  margin-bottom: 1rem;
  font-size: clamp(3.65rem, 4.55vw, 4.85rem);
  letter-spacing: -.025em;
  line-height: .97;
}

body[data-page="alarmas-hogar"] .residential-hero__lead {
  max-width: 35rem;
  margin-bottom: 1rem;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
}

body[data-page="alarmas-hogar"] .residential-offer {
  position: static;
  display: grid;
  width: min(100%, 34rem);
  margin: .25rem 0 1rem;
  padding: .85rem 1rem;
  grid-template-columns: auto minmax(7rem, 1fr);
  align-items: center;
  border: 1px solid rgb(255 255 255 / .2);
  border-left: 5px solid var(--residential-red);
  border-top-width: 1px;
  color: #fff;
  background: rgb(255 255 255 / .08);
  box-shadow: none;
  column-gap: 1.25rem;
  row-gap: .12rem;
  backdrop-filter: blur(10px);
}

body[data-page="alarmas-hogar"] .residential-offer > span {
  grid-column: 2;
  grid-row: 1;
  color: #b9d2f3;
}

body[data-page="alarmas-hogar"] .residential-offer > p {
  grid-column: 1;
  grid-row: 1 / span 3;
  display: flex;
  align-items: flex-end;
  margin: 0;
  color: #fff;
  gap: .35rem;
}

body[data-page="alarmas-hogar"] .residential-offer > p strong {
  display: inline-flex;
  align-items: flex-start;
  color: #fff;
  font-size: clamp(3.5rem, 4vw, 4.4rem);
  letter-spacing: -.04em;
  line-height: .78;
}

body[data-page="alarmas-hogar"] .residential-offer > p strong span {
  margin-left: .03em;
  font-size: .58em;
  line-height: 1;
}

body[data-page="alarmas-hogar"] .residential-offer > p small {
  margin-bottom: .08rem;
  color: rgb(255 255 255 / .76);
  font-size: .8rem;
  font-weight: 750;
  white-space: nowrap;
}

body[data-page="alarmas-hogar"] .residential-offer > b {
  grid-column: 2;
  grid-row: 2;
  color: #fff;
}

body[data-page="alarmas-hogar"] .residential-offer > small {
  grid-column: 2;
  grid-row: 3;
  margin: 0;
  color: rgb(255 255 255 / .67);
}

body[data-page="alarmas-hogar"] .residential-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.25rem;
}

body[data-page="alarmas-hogar"] .residential-hero__phone {
  padding-bottom: .18rem;
  border-bottom: 1px solid rgb(255 255 255 / .65);
  color: #fff;
  font-size: 1.05rem;
  font-weight: 800;
  text-decoration: none;
}

body[data-page="alarmas-hogar"] .residential-hero__phone:hover {
  color: #b9d2f3;
}

body[data-page="alarmas-hogar"] .residential-hero__registry {
  margin-top: .9rem;
}

body[data-page="alarmas-hogar"] .residential-hero__media {
  aspect-ratio: 4 / 3;
  border: 1px solid rgb(255 255 255 / .18);
  box-shadow: 0 1.8rem 4rem rgb(0 0 0 / .28);
}

body[data-page="alarmas-hogar"] .residential-hero__media picture {
  border: 0;
  box-shadow: none;
}

body[data-page="alarmas-hogar"] .residential-hero__media img {
  object-position: 52% center;
}

body[data-page="alarmas-hogar"] .residential-hero__media figcaption {
  top: auto;
  right: auto;
  bottom: 1rem;
  left: 1rem;
  max-width: 22rem;
  padding: .65rem .8rem;
  color: #fff;
  background: rgb(7 24 44 / .84);
}

body[data-page="alarmas-hogar"] .residential-proof li {
  padding-block: 1.35rem;
}

body[data-page="alarmas-hogar"] :is(.residential-life, .residential-system, .residential-process, .e-faq, .residential-study) {
  height: auto;
}

body[data-page="alarmas-hogar"] :is(.residential-life, .residential-system, .residential-process) {
  padding-block: clamp(4.5rem, 7vw, 6.5rem);
}

body[data-page="alarmas-hogar"] .residential-life__grid {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  align-items: center;
  gap: clamp(2.75rem, 6vw, 6rem);
}

body[data-page="alarmas-hogar"] .residential-life__media {
  overflow: hidden;
  border-left: 5px solid var(--residential-red);
  background: #e9eef3;
}

body[data-page="alarmas-hogar"] .residential-life__media picture {
  border-left: 0;
}

body[data-page="alarmas-hogar"] .residential-life__media img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

body[data-page="alarmas-hogar"] .residential-life__media figcaption {
  padding: .75rem .9rem;
  color: #526477;
  background: #f5f7f9;
}

body[data-page="alarmas-hogar"] :is(.residential-life h2, .residential-system h2, .residential-process h2) {
  width: min(100%, 15ch);
  margin-bottom: 1rem;
  font-size: clamp(2.7rem, 4vw, 4rem);
  line-height: 1.02;
}

body[data-page="alarmas-hogar"] .residential-life__moments {
  margin-top: 1.75rem;
}

body[data-page="alarmas-hogar"] .residential-life__moments article {
  padding-block: 1rem;
}

body[data-page="alarmas-hogar"] .residential-system {
  border-block: 1px solid #d7e0e9;
  background: #eef3f8;
}

body[data-page="alarmas-hogar"] .residential-system__head {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(20rem, .7fr);
  align-items: end;
  margin-bottom: clamp(2.25rem, 4vw, 3.5rem);
  gap: 1.5rem clamp(2.5rem, 7vw, 7rem);
  text-align: left;
}

body[data-page="alarmas-hogar"] .residential-system__head .home3-label {
  grid-column: 1 / -1;
  margin-bottom: -.45rem;
  color: var(--residential-blue);
}

body[data-page="alarmas-hogar"] .residential-system__head h2 {
  margin: 0;
}

body[data-page="alarmas-hogar"] .residential-system__head > p:not(.home3-label) {
  max-width: 37rem;
  margin: 0;
  color: var(--residential-muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

body[data-page="alarmas-hogar"] .residential-devices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.5vw, 1.75rem);
}

body[data-page="alarmas-hogar"] .residential-devices article {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 1rem 1.25rem 1.5rem;
  border: 1px solid #d5dee7;
  border-top: 4px solid var(--residential-blue);
  background: #fff;
}

body[data-page="alarmas-hogar"] .residential-device__visual {
  display: grid;
  height: clamp(13rem, 20vw, 17rem);
  place-items: center;
  margin: -1rem -1.25rem 1.15rem;
  padding: 1.35rem;
  background:
    radial-gradient(circle at 50% 44%, #f9fbfd 0 24%, #d7e3ee 76%),
    #d7e3ee;
}

body[data-page="alarmas-hogar"] .residential-device__visual img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 16rem;
  filter: contrast(1.08) saturate(1.04) drop-shadow(0 .8rem 1.1rem rgb(16 38 66 / .16));
  object-fit: contain;
}

body[data-page="alarmas-hogar"] .residential-devices article > span {
  display: inline-block;
  margin-bottom: .55rem;
  color: var(--residential-red);
  font-family: var(--gh-heading-display, "Barlow Condensed", sans-serif);
  font-size: 1rem;
  font-weight: 800;
}

body[data-page="alarmas-hogar"] .residential-devices h3 {
  margin-bottom: .5rem;
  color: var(--residential-ink);
  font-size: 1.35rem;
  line-height: 1.15;
}

body[data-page="alarmas-hogar"] .residential-devices p {
  margin: 0;
  color: var(--residential-muted);
  line-height: 1.5;
}

body[data-page="alarmas-hogar"] .residential-system__note {
  margin: 1.15rem 0 0;
  color: #526477;
  font-size: .84rem;
}

body[data-page="alarmas-hogar"] .residential-process header {
  max-width: 50rem;
  justify-items: center;
  margin-inline: auto;
  margin-bottom: 2.5rem;
  text-align: center;
}

body[data-page="alarmas-hogar"] .residential-process header > * {
  margin-inline: auto;
  text-align: center;
}

body[data-page="alarmas-hogar"] .residential-process header > p:not(.home3-label) {
  max-width: 42rem;
}

body[data-page="alarmas-hogar"] .residential-process ol {
  gap: clamp(1rem, 2.5vw, 2rem);
}

body[data-page="alarmas-hogar"] .residential-process ol > li {
  padding: 1.2rem 1.1rem 1.25rem;
  border: 1px solid #d7dee6;
  border-top: 4px solid var(--residential-ink);
  background: #fff;
}

body[data-page="alarmas-hogar"] .residential-process ol > li::before {
  left: -1px;
}

body[data-page="alarmas-hogar"] .e-faq {
  padding-block: clamp(4.5rem, 7vw, 6.25rem);
}

body[data-page="alarmas-hogar"] .residential-study {
  padding-block: clamp(4rem, 6vw, 5.75rem);
}

@media (max-width: 62rem) {
  body[data-page="alarmas-hogar"] .residential-hero__grid,
  body[data-page="alarmas-hogar"] .residential-life__grid,
  body[data-page="alarmas-hogar"] .residential-system__head {
    grid-template-columns: 1fr;
  }

  body[data-page="alarmas-hogar"] .residential-hero__grid {
    gap: 0;
  }

  body[data-page="alarmas-hogar"] .residential-hero__copy {
    padding-block: 3.5rem;
  }

  body[data-page="alarmas-hogar"] .residential-hero__media {
    width: 100%;
    margin: 0 0 3rem;
    aspect-ratio: 16 / 9;
  }

  body[data-page="alarmas-hogar"] .residential-system__head .home3-label {
    margin-bottom: -.5rem;
  }

  body[data-page="alarmas-hogar"] .residential-devices {
    grid-template-columns: repeat(3, minmax(15.5rem, 1fr));
    overflow-x: auto;
    padding-bottom: .8rem;
    scroll-snap-type: x mandatory;
  }

  body[data-page="alarmas-hogar"] .residential-devices article {
    scroll-snap-align: start;
  }
}

@media (max-width: 43.99rem) {
  body[data-page="alarmas-hogar"] .residential-hero__copy {
    min-height: calc(100svh - 4.65rem);
    padding-block: 2.8rem 2.5rem;
  }

  body[data-page="alarmas-hogar"] .residential-hero h1 {
    font-size: clamp(3.15rem, 14vw, 4.2rem);
  }

  body[data-page="alarmas-hogar"] .residential-offer {
    width: 100%;
    grid-template-columns: auto 1fr;
    padding: .95rem;
    column-gap: .85rem;
  }

  body[data-page="alarmas-hogar"] .residential-offer > p strong {
    font-size: 3.35rem;
  }

  body[data-page="alarmas-hogar"] .residential-hero__actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  body[data-page="alarmas-hogar"] .residential-hero__phone {
    justify-self: start;
  }

  body[data-page="alarmas-hogar"] .residential-hero__media {
    width: calc(100% + 2rem);
    margin: 0 -1rem 2rem;
    aspect-ratio: 4 / 3;
  }

  body[data-page="alarmas-hogar"] .residential-hero__media picture,
  body[data-page="alarmas-hogar"] .residential-hero__media img {
    height: 100%;
  }

  body[data-page="alarmas-hogar"] .residential-hero__media figcaption {
    right: .75rem;
    bottom: .75rem;
    left: .75rem;
    max-width: none;
  }

  body[data-page="alarmas-hogar"] :is(.residential-life, .residential-system, .residential-process, .e-faq, .residential-study) {
    padding-block: 3.75rem;
  }

  body[data-page="alarmas-hogar"] .residential-life__media {
    order: 0;
  }

  body[data-page="alarmas-hogar"] .residential-life__media img {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  body[data-page="alarmas-hogar"] :is(.residential-life h2, .residential-system h2, .residential-process h2) {
    font-size: clamp(2.45rem, 10vw, 3.2rem);
  }

  body[data-page="alarmas-hogar"] .residential-system__head {
    margin-bottom: 2rem;
  }

  body[data-page="alarmas-hogar"] .residential-device__visual {
    height: 14rem;
  }

  body[data-page="alarmas-hogar"] .residential-process ol {
    grid-template-columns: 1fr;
  }
}
