﻿/* ==========================================================================
   RESPONSIVE
   Ajustes globales de accesibilidad y responsive compartidos.
   ========================================================================== */

/* =========================
   ACCESSIBILITY
========================= */

a:focus-visible,
button:focus-visible,
select:focus-visible {
outline: 2px solid rgba(22, 152, 216, 0.9);
  outline-offset: 3px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1180px) {
.navbar__menu {
gap: 24px;
}


  .navbar__menu a {
font-size: 0.9rem;
}


  .navbar__sales {
padding: 0 26px 0 46px;
    margin-left: 12px;
  }

  .navbar__socials {
    gap: 8px;
    padding-left: 14px;
  }

  .navbar__socials a {
    width: 34px;
    height: 34px;
}
}


@media (max-width: 1080px) {
.about,
.services,
.benefits,
.faq,
.cta,
.footer-top {
padding: 64px 0;
}


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

  .services__grid {
grid-template-columns: 1fr;
}


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


  .faq__wrapper {
grid-template-columns: 1fr;
    gap: 22px;
}


  .faq__intro {
position: static;
    max-width: 720px;
}


  .faq__title {
max-width: none;
    font-size: clamp(2.1rem, 6vw, 3.2rem);
}


  .faq__assistant {
align-items: center;
    justify-content: flex-start;
    gap: 18px;
}


  .faq__bubble {
width: 240px;
    flex-basis: 240px;
    margin-top: 28px;
    transform: none;
}


  .faq__character {
max-width: 300px;
    transform: none;
}


  .faq__bubble::after {
right: auto;
    left: 42px;
    top: auto;
    bottom: -18px;
    transform: rotate(32deg);
}


  .footer-top__container {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}


@media (max-width: 992px) {
.navbar__container {
grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 6px;
    min-height: 70px;
}


  .navbar__logo {
justify-self: start;
    grid-column: 1;
    padding-right: 0;
}


  .navbar__logo img {
height: 36px;
}


  .navbar__nav,
.navbar__menu {
display: none;
}


  .navbar__sales {
display: none;
}


  .navbar__socials {
display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    grid-column: 2;
    gap: 9px;
    min-width: 0;
}


  .navbar__socials a {
width: 36px;
    height: 36px;
}


  .navbar__socials img {
width: 17px;
    height: 17px;
}


  .navbar__hamburger,
.navbar__toggle {
display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    grid-column: 3;
    width: 49px;
    min-height: 70px;
    padding: 0;
}


  .navbar__hamburger img,
.navbar__toggle img {
width: 25px;
    height: 25px;
}


  .hero {
min-height: calc(100vh - 74px);
    padding: 36px 0 56px;
}


  .hero__top {
width: min(100%, 760px);
    margin: 0 auto;
    padding-top: 0;
    text-align: center;
}

  .hero__title {
max-width: 16ch;
    margin-inline: auto;
    font-size: clamp(2rem, 4.2vw, 3rem);
}

  .about__grid,
.services__grid {
grid-template-columns: 1fr;
}

  .hero__plans {
grid-template-columns: repeat(2, minmax(240px, 320px));
    width: min(100%, 760px);
    margin-inline: auto;
    margin-top: 132px;
}


  .floating-contact {
right: 23px;
    bottom: 30px;
    width: 148px;
    height: 148px;
}


  .plan {
padding: 14px 12px;
}


  .plan h3 {
font-size: 1.22rem;
}


  .about-card,
.service-card,
.benefit,
.faq-item,
.cta .container {
border-radius: 18px;
}


  .footer-top__brand img {
max-width: 156px;
}
}

@media (min-width: 769px) and (max-width: 992px) {
.hero {
min-height: calc(100vh - 74px);
    padding: 40px 0 60px;
}

  .hero__top {
width: min(100%, 820px);
    margin-top: 34px;
    row-gap: 12px;
}

  .hero__title {
max-width: 22ch;
    font-size: clamp(2.3rem, 4.6vw, 3.6rem);
    line-height: 0.92;
}

  .hero__search {
width: min(100%, 620px);
}

  .hero__search--department-only {
width: min(100%, 470px);
}

  .hero__install {
max-width: 52ch;
    font-size: 0.84rem;
}

  .hero__plans {
grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    width: min(100%, 660px);
    margin-top: 156px;
    align-items: start;
}

  .plan {
min-height: 100%;
    display: grid;
    align-content: start;
    gap: 10px;
    padding: 16px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    background: linear-gradient(
      180deg,
      rgba(6, 16, 32, 0.84) 0%,
      rgba(4, 12, 24, 0.66) 100%
    );
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

  

  .plan h3 {
font-size: 1.18rem;
    margin: 0;
}

  .plan > p,
.plan__info {
font-size: 0.82rem;
    line-height: 1.4;
}

  .plan > p {
margin-top: 0;
}

  .plan__info {
margin-top: 0;
    max-width: 28ch;
}

  .plan__buttons {
gap: 8px;
    margin-top: 6px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

  .plan__buttons .btn,
.plan__buttons .btn--primary,
.plan__buttons .btn--outline {
min-height: 36px;
    padding-inline: 14px;
    font-size: 0.64rem;
}
}

@media (max-width: 768px) {
.hero::before {
background:
      var(--hero-bg-image) center top / 115% auto no-repeat;
    opacity: 0.96;
}


  .hero::after {
background:
      linear-gradient(180deg, rgba(1, 8, 20, 0.18) 0%, rgba(1, 8, 20, 0.08) 28%, rgba(1, 8, 20, 0.72) 74%, rgba(1, 8, 20, 0.94) 100%);
}

  .hero__plans {
grid-template-columns: 1fr;
    width: min(100%, 380px);
    margin-top: clamp(356px, 58svh, 438px);
    gap: 14px;
}

  .plan {
width: 100%;
}

  .about,
.services,
.benefits,
.faq,
.cta,
.footer-top {
padding: 52px 0;
}


  .section-header {
margin-bottom: 22px;
}


  .section-title,
.faq__title,
.cta__title {
font-size: clamp(1.5rem, 6vw, 2rem);
}


  .about__grid,
.services__grid,
.benefits__grid,
.footer-top__container {
grid-template-columns: 1fr;
    gap: 16px;
}


  .about-card,
.service-card,
.benefit {
padding: 22px 20px;
}


  .faq__assistant {
margin-top: 18px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}


  .faq__character {
max-width: 250px;
}


  .faq__bubble {
width: 220px;
    flex-basis: 220px;
    margin-top: 0;
}


  .faq__bubble::after {
content: none;
}


  .faq-item__question {
min-height: 64px;
    font-size: 0.95rem;
}


  .cta .container {
padding: 24px 20px;
}


  .cta .btn {
width: 100%;
}


  .footer-top__brand,
.footer-top__block,
.footer-top__book {
text-align: center;
}


  .footer-top__brand img,
.footer-top__book img {
margin-inline: auto;
}


  .footer-top__book img {
max-width: 110px;
}
}

@media (min-width: 640px) and (max-width: 768px) {
.hero {
min-height: clamp(940px, 112svh, 1040px);
    padding: 34px 0 84px;
    background: #000000;
}

  .hero__container {
min-height: 100%;
}

  .hero__top {
width: min(100%, 690px);
    margin-top: 20px;
    row-gap: 12px;
}

  .hero__title {
max-width: 18ch;
    font-size: clamp(2rem, 5vw, 2.9rem);
    line-height: 0.94;
}

  .hero__search {
width: min(100%, 610px);
}

  .hero__search--department-only {
width: min(100%, 440px);
}

  .hero__install {
display: block;
    max-width: 48ch;
    font-size: 0.8rem;
}

  .hero__plans {
grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 620px);
    margin-top: 132px;
    gap: 18px;
    align-items: start;
}

  .plan {
min-height: 100%;
    padding: 15px 14px;
}

  .plan h3 {
font-size: 1.12rem;
}

  .plan > p,
.plan__info {
font-size: 0.82rem;
    line-height: 1.38;
}

  .plan__buttons {
flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
}

  .plan__buttons .btn,
.plan__buttons .btn--primary,
.plan__buttons .btn--outline {
width: auto;
    min-height: 34px;
    font-size: 0.62rem;
}

  .floating-contact {
width: 116px;
    height: 116px;
    bottom: 20px;
}
}

@media (min-width: 577px) and (max-width: 639px) {
.hero {
min-height: clamp(1040px, 124svh, 1140px);
    padding: 26px 0 76px;
    background: #000000;
}

  .hero::before {
background:
      var(--hero-bg-image) center top / 145% auto no-repeat;
    opacity: 0.98;
}

  .hero__container {
min-height: 100%;
    justify-content: flex-start;
}

  .hero__top {
width: min(100%, 500px);
    margin-top: 18px;
    row-gap: 12px;
}

  .hero__title {
max-width: 14ch;
    font-size: clamp(1.8rem, 6vw, 2.45rem);
    line-height: 0.92;
    letter-spacing: -0.045em;
}

  .hero__search {
width: min(100%, 500px);
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    align-items: stretch;
}

  .hero__search--department-only {
width: min(100%, 420px);
    grid-template-columns: minmax(0, 1fr) 132px;
}

  .hero__search select,
.hero__btn {
min-height: 42px;
    font-size: 0.84rem;
}

  .hero__btn {
grid-column: 1 / -1;
}

  .hero__search--department-only .hero__btn {
grid-column: auto;
}

  .hero__install {
display: none;
}

  .hero__plans {
grid-template-columns: 1fr;
    width: min(100%, 440px);
    margin-top: clamp(336px, 54svh, 430px);
    gap: 16px;
}

  .plan {
width: 100%;
    padding: 16px 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    background: linear-gradient(
      180deg,
      rgba(8, 20, 38, 0.9) 0%,
      rgba(5, 14, 28, 0.78) 100%
    );
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.2);
}

  

  .plan h3 {
font-size: 1.12rem;
}

  .plan > p,
.plan__info {
font-size: 0.84rem;
    line-height: 1.4;
}

  .plan__buttons {
flex-direction: column;
    gap: 9px;
    margin-top: 8px;
}

  .plan__buttons .btn,
.plan__buttons .btn--primary,
.plan__buttons .btn--outline {
width: 100%;
    min-height: 36px;
    font-size: 0.66rem;
}

  .floating-contact {
width: 108px;
    height: 108px;
    bottom: 16px;
}
}

@media (max-width: 576px) {
:root {
--container-pad: 20px;
}


  .navbar__container {
grid-template-columns: auto minmax(0, 1fr) auto;
    column-gap: 4px;
    min-height: 61px;
}


  .navbar__logo img {
height: 30px;
}


  .navbar__sales {
display: none;
}


  .navbar__socials {
gap: 7px;
}


  .navbar__socials a {
width: 31px;
    height: 31px;
}


  .navbar__socials img {
width: 15px;
    height: 15px;
}


  .navbar__hamburger,
.navbar__toggle {
justify-self: end;
    width: 44px;
    min-height: 61px;
}


  .navbar__hamburger img,
.navbar__toggle img {
width: 23px;
    height: 23px;
}


  .hero {
min-height: calc(100svh - 64px);
    padding: 18px 0 36px;
    background:
      linear-gradient(180deg, rgba(1, 8, 20, 0.72) 0%, rgba(1, 8, 20, 0.22) 34%, rgba(1, 8, 20, 0.86) 100%);
}


  .hero::before {
background:
      var(--hero-bg-image) center top / clamp(1640px, 405vw, 2520px) auto no-repeat;
    opacity: 1;
}


  .hero::after {
background:
      linear-gradient(180deg, rgba(1, 8, 20, 0.04) 0%, rgba(1, 8, 20, 0.01) 16%, rgba(1, 8, 20, 0.24) 40%, rgba(1, 8, 20, 0.78) 74%, rgba(1, 8, 20, 0.94) 100%);
}


  .hero__container {
min-height: calc(100svh - 106px);
    justify-content: flex-start;
    padding-inline: 10px;
}


  .hero__title {
max-width: 18ch;
    font-size: clamp(1rem, 4.8vw, 1.3rem);
    line-height: 0.96;
    letter-spacing: -0.04em;
}


  .hero__top {
margin-top: 10px;
    width: min(100%, 348px);
    padding: 8px 0 0;
    row-gap: 10px;
}


  .hero__search {
gap: 7px;
    margin-top: 4px;
    padding: 0;
    grid-template-columns: 1fr;
}

  .hero__search,
.hero__search--department-only {
width: 100%;
    margin-inline: auto;
}

  .hero__search--department-only {
grid-template-columns: 1fr;
}


  .hero__search select,
.hero__btn {
min-height: 40px;
    font-size: 0.82rem;
}


  .hero__search select {
padding-inline: 16px 40px;
}


  .hero__install {
display: none;
}


  .hero__plans {
gap: 12px;
    width: min(100%, 348px);
    margin-top: clamp(252px, 44svh, 324px);
}


  .floating-contact {
right: 12px;
    bottom: 12px;
    width: 94px;
    height: 94px;
}


  .plan,
.about-card,
.service-card,
.benefit {
padding: 22px 18px;
}


  .plan {
padding: 14px 13px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: linear-gradient(
      180deg,
      rgba(7, 18, 35, 0.9) 0%,
      rgba(6, 15, 30, 0.78) 100%
    );
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}


  

  .plan h3 {
font-size: 1.02rem;
}


  .plan > p,
.plan__info {
font-size: 0.82rem;
    line-height: 1.35;
}


  .plan__info {
margin-top: 10px;
}


  .plan__buttons {
gap: 8px;
    margin-top: 14px;
}


  .plan__buttons {
flex-direction: column;
}


  .plan__buttons .btn,
.plan__buttons .btn--primary,
.plan__buttons .btn--outline {
width: 100%;
}


  .faq-item__question {
padding-left: 18px;
    padding-right: 50px;
    font-size: 0.92rem;
}


  .faq__title {
max-width: 10ch;
    font-size: clamp(2rem, 10vw, 2.8rem);
    text-align: center;
}


  .faq__assistant {
align-items: center;
}


  .faq__bubble {
width: 190px;
    flex-basis: 190px;
}


  .faq__bubble::after {
content: none;
}


  .faq__character {
max-width: 220px;
}


  .faq-item__question::after {
width: 26px;
    height: 26px;
    right: 14px;
}


  .faq-item__answer p {
max-width: 100%;
    font-size: 0.88rem;
}


  .cta .container {
padding: 24px;
}


  .footer-top__container,
.benefits__grid {
grid-template-columns: 1fr;
}


  .footer-top__block ul {
margin-top: 10px;
}


  .footer {
padding-bottom: 92px;
}
}


@media (max-width: 420px) {
:root {
--container-pad: 18px;
}


  body::before {
background-size: 34px 34px;
}


  .navbar__container {
min-height: 57px;
}


  .navbar__logo img {
height: 27px;
}


  .navbar__sales {
display: none;
}


  .navbar__socials {
gap: 6px;
}


  .navbar__socials a {
width: 29px;
    height: 29px;
}


  .navbar__socials img {
width: 14px;
    height: 14px;
}


  .navbar__hamburger,
.navbar__toggle {
width: 40px;
    min-height: 57px;
}


  .hero {
min-height: calc(100svh - 60px);
    padding: 16px 0 34px;
}


  .hero::before {
background:
      var(--hero-bg-image) center top / clamp(1600px, 425vw, 2440px) auto no-repeat;
    opacity: 1;
}


  .hero::after {
background:
      linear-gradient(180deg, rgba(1, 8, 20, 0.03) 0%, rgba(1, 8, 20, 0.01) 14%, rgba(1, 8, 20, 0.2) 38%, rgba(1, 8, 20, 0.76) 72%, rgba(1, 8, 20, 0.94) 100%);
}


  .hero__container {
min-height: calc(100svh - 88px);
    padding-inline: 12px;
}


  .hero__top {
margin-top: 8px;
    width: min(100%, 332px);
    padding-inline: 0;
    row-gap: 9px;
}


  .hero__title {
max-width: 18ch;
    font-size: clamp(0.96rem, 4.9vw, 1.16rem);
}


  .hero__install {
display: none;
}


  .hero__plans {
grid-template-columns: 1fr;
    margin-top: clamp(236px, 42svh, 304px);
    gap: 10px;
    width: min(100%, 332px);
}


  .hero__search,
.hero__search--department-only {
width: 100%;
}


  .plan {
padding: 13px 12px;
}


  .plan h3 {
font-size: 0.96rem;
}


  .plan > p,
.plan__info {
font-size: 0.78rem;
}


  .plan__buttons .btn--primary,
.plan__buttons .btn--outline {
min-height: 34px;
    font-size: 0.6rem;
}


  .about-card,
.service-card,
.benefit,
.cta .container {
padding: 20px 16px;
}


  .faq-item__question {
min-height: 60px;
    padding-left: 16px;
    padding-right: 44px;
}


  .faq-item__question::after {
right: 12px;
    width: 22px;
    height: 22px;
}


  .faq__title {
font-size: clamp(1.72rem, 9vw, 2.2rem);
}


  .faq__bubble {
width: 164px;
    flex-basis: 164px;
}


  .faq__character {
max-width: 190px;
}


  .floating-contact {
right: 10px;
    bottom: 10px;
    width: 86px;
    height: 86px;
}
}

/* ==========================================================================
   INDEX RESPONSIVE STABILIZER
   Reglas finales para ordenar la portada y evitar colapsos por overrides previos.
   ========================================================================== */

.hero,
.about,
.services,
.benefits,
.faq,
.cta {
  overflow-x: clip;
}

.hero__title,
.plan h3,
.section-title,
.about-card__title,
.service-card__title,
.benefit h3,
.faq__title,
.faq-item__question,
.cta__title {
  letter-spacing: 0;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.hero {
  min-height: max(680px, calc(100svh - 101px));
  height: auto;
  padding: clamp(38px, 5vh, 58px) 0 clamp(76px, 10vh, 118px);
}

.hero::before {
  background-position: center bottom;
  background-size: cover;
}

.hero__top {
  width: min(100%, 780px);
  margin-top: clamp(18px, 3.5vh, 42px);
  padding-inline: 0;
}

.hero__title {
  max-width: 27ch;
  font-size: clamp(1.9rem, 3vw, 2.85rem);
  line-height: 1.03;
}

.hero__search {
  width: min(100%, 680px);
}

.hero__plans {
  width: min(100%, 780px);
  grid-template-columns: repeat(2, minmax(0, 360px));
  gap: clamp(14px, 2vw, 24px);
  margin-top: clamp(88px, 15vh, 168px);
}

.plan {
  min-width: 0;
}

.plan__buttons {
  align-items: center;
}

.section-header {
  max-width: 860px;
  margin-inline: auto;
  margin-bottom: clamp(24px, 4vw, 42px);
  text-align: center;
}

.section-title {
  font-size: clamp(1.9rem, 3.6vw, 3rem);
  line-height: 1.04;
}

.section-subtitle {
  max-width: 62ch;
  margin-inline: auto;
}

.about,
.services,
.benefits,
.faq,
.cta {
  padding-top: clamp(70px, 8vw, 112px);
  padding-bottom: clamp(70px, 8vw, 112px);
}

.about__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
}

.benefits__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 1.8vw, 22px);
}

.about-card,
.benefit,
.service-card,
.cta .container {
  min-width: 0;
  border-radius: 8px;
}

.about-card,
.benefit {
  display: grid;
  align-content: start;
}

.services__grid {
  grid-template-columns: 1fr;
  gap: clamp(20px, 3vw, 32px);
}

.service-card {
  display: grid;
  align-content: center;
  min-height: clamp(320px, 33vw, 430px);
  padding: clamp(30px, 4vw, 56px);
  padding-left: clamp(380px, 52%, 640px);
  overflow: hidden;
}

.service-card:nth-child(2) {
  padding-left: clamp(30px, 4vw, 56px);
  padding-right: clamp(380px, 52%, 640px);
}

.service-card::before,
.service-card:nth-child(2)::before {
  top: 16px;
  bottom: 16px;
  width: min(46%, 560px);
  height: auto;
}

.service-card::before {
  left: 16px;
  right: auto;
}

.service-card:nth-child(2)::before {
  right: 16px;
  left: auto;
}

.service-card::after,
.service-card:nth-child(2)::after {
  top: 16px;
  bottom: 16px;
  width: min(15vw, 150px);
  height: auto;
}

.service-card::after {
  left: calc(min(46%, 560px) + 16px);
  right: auto;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0) 100%);
}

.service-card:nth-child(2)::after {
  right: calc(min(46%, 560px) + 16px);
  left: auto;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.96) 100%);
}

.service-card__title,
.service-card__text,
.service-card:nth-child(1) .service-card__text,
.service-card:nth-child(2) .service-card__title,
.service-card:nth-child(2) .service-card__text,
.service-card:nth-child(3) .service-card__text {
  width: 100%;
  max-width: 34ch;
  margin-left: 0;
  padding: 0;
  justify-self: start;
  text-align: left;
  transform: none;
}

.service-card__title,
.service-card:nth-child(2) .service-card__title {
  max-width: 14ch;
  font-size: clamp(1.75rem, 2.8vw, 2.85rem);
  line-height: 1.04;
}

.service-card__text,
.service-card:nth-child(1) .service-card__text,
.service-card:nth-child(2) .service-card__text,
.service-card:nth-child(3) .service-card__text {
  margin-top: 16px;
  font-size: clamp(0.94rem, 1vw, 1.05rem);
  line-height: 1.58;
}

.faq__wrapper {
  grid-template-columns: minmax(270px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(32px, 5vw, 72px);
}

.faq__intro {
  min-height: auto;
  padding-top: 0;
}

.faq__title {
  max-width: 9ch;
  font-size: clamp(2.65rem, 4.3vw, 4.8rem);
  line-height: 0.96;
  margin: 0;
}

.faq__assistant {
  align-items: center;
  gap: clamp(8px, 1.5vw, 18px);
  margin-top: clamp(26px, 4vw, 42px);
  padding-top: 0;
}

.faq__bubble {
  width: clamp(170px, 16vw, 250px);
  flex-basis: auto;
  margin: 0;
}

.faq__character {
  width: clamp(210px, 24vw, 350px);
  max-width: 100%;
  margin: 0;
}

.faq__character img {
  transform: none;
}

.faq__content {
  width: 100%;
  max-width: 820px;
  justify-self: stretch;
  padding: 0;
}

.faq-item {
  width: 100%;
  max-width: none;
  padding-right: 0;
}

.faq-item__question {
  min-height: 58px;
  padding: 16px 36px 16px 0;
  font-size: clamp(0.92rem, 1vw, 1rem);
  line-height: 1.28;
}

.faq-item__question::after {
  right: 6px;
  width: 18px;
  height: 18px;
}

.faq-item__answer p {
  max-width: 64ch;
  padding-right: 36px;
  line-height: 1.58;
}

.cta .container {
  width: min(100%, 980px);
  border-radius: 8px;
}

.cta__title {
  max-width: 18ch;
  line-height: 1.06;
}

.hero__desktop-break {
  display: none;
}

@media (max-width: 1100px) {
  .about__grid,
  .benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card,
  .service-card:nth-child(2) {
    padding-left: clamp(320px, 50%, 520px);
    padding-right: clamp(24px, 4vw, 42px);
  }

  .service-card:nth-child(2) {
    padding-left: clamp(24px, 4vw, 42px);
    padding-right: clamp(320px, 50%, 520px);
  }
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    padding: 34px 0 68px;
  }

  .hero::before {
    background-position: center top;
    background-size: max(100%, 1120px) auto;
  }

  .hero__top {
    margin-top: 10px;
    width: min(100%, 620px);
  }

  .hero__title {
    max-width: 18ch;
    font-size: clamp(1.75rem, 5.4vw, 2.75rem);
  }

  .hero__plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 660px);
    margin-top: clamp(120px, 24svh, 220px);
  }

  .about,
  .services,
  .benefits,
  .faq,
  .cta {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .about__grid,
  .benefits__grid {
    grid-template-columns: 1fr;
  }

  .service-card,
  .service-card:nth-child(2) {
    min-height: auto;
    padding: 22px;
    padding-top: calc(clamp(190px, 43vw, 285px) + 42px);
  }

  .service-card::before,
  .service-card:nth-child(2)::before,
  .service-card::after,
  .service-card:nth-child(2)::after {
    top: 16px;
    right: 16px;
    bottom: auto;
    left: 16px;
    width: auto;
    height: clamp(190px, 43vw, 285px);
  }

  .service-card::after,
  .service-card:nth-child(2)::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.82) 100%);
  }

  .service-card__title,
  .service-card:nth-child(2) .service-card__title {
    max-width: 16ch;
    font-size: clamp(1.38rem, 4.8vw, 2rem);
  }

  .service-card__text,
  .service-card:nth-child(1) .service-card__text,
  .service-card:nth-child(2) .service-card__text,
  .service-card:nth-child(3) .service-card__text {
    max-width: 34ch;
    font-size: 0.92rem;
  }

  .faq__wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .faq__intro {
    position: static;
    justify-items: center;
    text-align: center;
  }

  .faq__title {
    max-width: 12ch;
    font-size: clamp(2rem, 8vw, 3.25rem);
  }

  .faq__assistant {
    justify-content: center;
    margin-top: 22px;
  }

  .faq__content {
    max-width: 720px;
    margin-inline: auto;
  }
}

@media (max-width: 640px) {
  :root {
    --container-pad: 18px;
  }

  .hero {
    padding: 24px 0 56px;
  }

  .hero::before {
    background-size: max(100%, 920px) auto;
  }

  .hero__top {
    width: min(100%, 360px);
    row-gap: 10px;
  }

  .hero__title {
    max-width: 15ch;
    font-size: clamp(1.34rem, 7.4vw, 2rem);
    line-height: 1.04;
  }

  .hero__search,
  .hero__search--department-only {
    grid-template-columns: 1fr;
    width: min(100%, 360px);
  }

  .hero__search select,
  .hero__btn {
    min-height: 42px;
    font-size: 0.82rem;
  }

  .hero__install {
    display: none;
  }

  .hero__plans {
    grid-template-columns: 1fr;
    width: min(100%, 360px);
    margin-top: clamp(190px, 35svh, 290px);
    gap: 12px;
  }

  .plan {
    padding: 14px;
    border-radius: 8px;
  }

  .plan h3 {
    font-size: 1rem;
    line-height: 1.05;
  }

  .plan > p,
  .plan__info {
    font-size: 0.8rem;
    line-height: 1.42;
  }

  .plan__buttons {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .plan__buttons .btn,
  .plan__buttons .btn--primary,
  .plan__buttons .btn--outline {
    width: 100%;
    min-height: 36px;
  }

  .section-title,
  .cta__title {
    font-size: clamp(1.55rem, 8vw, 2.1rem);
  }

  .about-card,
  .benefit,
  .cta .container {
    padding: 22px 18px;
  }

  .service-card,
  .service-card:nth-child(2) {
    padding: 16px;
    padding-top: calc(clamp(160px, 53vw, 218px) + 34px);
  }

  .service-card::before,
  .service-card:nth-child(2)::before,
  .service-card::after,
  .service-card:nth-child(2)::after {
    top: 12px;
    right: 12px;
    left: 12px;
    height: clamp(160px, 53vw, 218px);
  }

  .service-card__title,
  .service-card:nth-child(2) .service-card__title {
    max-width: 14ch;
    font-size: clamp(1.08rem, 6.2vw, 1.45rem);
  }

  .service-card__text,
  .service-card:nth-child(1) .service-card__text,
  .service-card:nth-child(2) .service-card__text,
  .service-card:nth-child(3) .service-card__text {
    max-width: 30ch;
    font-size: 0.84rem;
    line-height: 1.48;
  }

  .faq__assistant {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 0.95fr);
    align-items: end;
    width: min(100%, 320px);
    gap: 0;
  }

  .faq__bubble {
    width: 100%;
  }

  .faq__character {
    width: 100%;
  }

  .faq-item__question {
    min-height: 54px;
    padding: 14px 32px 14px 0;
    font-size: 0.9rem;
  }

  .faq-item__answer p {
    padding-right: 0;
    font-size: 0.84rem;
  }
}

@media (max-width: 420px) {
  .hero {
    padding-top: 20px;
  }

  .hero::before {
    background-size: max(100%, 820px) auto;
  }

  .hero__top,
  .hero__search,
  .hero__search--department-only,
  .hero__plans {
    width: min(100%, 326px);
  }

  .hero__title {
    font-size: clamp(1.12rem, 7.2vw, 1.52rem);
  }

  .hero__plans {
    margin-top: clamp(160px, 31svh, 240px);
  }

  .service-card,
  .service-card:nth-child(2) {
    padding: 14px;
    padding-top: 178px;
  }

  .service-card::before,
  .service-card:nth-child(2)::before,
  .service-card::after,
  .service-card:nth-child(2)::after {
    height: 150px;
  }

  .service-card__title,
  .service-card:nth-child(2) .service-card__title {
    font-size: 1rem;
  }

  .service-card__text,
  .service-card:nth-child(1) .service-card__text,
  .service-card:nth-child(2) .service-card__text,
  .service-card:nth-child(3) .service-card__text {
    font-size: 0.78rem;
  }
}

/* Mobile search-first order
   En la primera vista manda la busqueda por departamento; las opciones
   comerciales empiezan despues del primer viewport. */
@media (max-width: 760px) {
  .hero {
    min-height: auto;
    padding: 0 0 42px;
    background: #000000;
  }

  .hero::before {
    inset: 0 0 auto;
    height: calc(100svh - 61px);
    background:
      var(--hero-bg-image) center calc(100% + clamp(108px, 19.5svh, 168px)) / clamp(1040px, 285vw, 1280px) auto no-repeat;
    opacity: 1;
    filter: brightness(1.2) saturate(1.18) contrast(1.06);
  }

  .hero::after {
    inset: 0 0 auto;
    height: calc(100svh - 61px);
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.12) 0%,
        rgba(0, 0, 0, 0.08) 38%,
        rgba(0, 0, 0, 0.18) 70%,
        rgba(0, 0, 0, 0.42) 100%
      );
  }

  .hero__container {
    display: grid;
    justify-items: center;
    gap: 28px;
    min-height: auto;
    padding-inline: 0;
  }

  .hero__top {
    width: min(100%, 332px);
    margin-top: 0;
    padding-top: clamp(34px, 7svh, 54px);
    min-height: calc(100svh - 61px);
    align-content: start;
    row-gap: 12px;
  }

  .hero__title {
    max-width: 21ch;
    font-size: clamp(1.02rem, 5.2vw, 1.42rem);
    line-height: 0.96;
    font-weight: 900;
  }

  .hero__search,
  .hero__search--department-only {
    width: min(100%, 332px);
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .hero__search select,
  .hero__btn {
    min-height: 39px;
    font-size: 0.82rem;
  }

  .hero__plans {
    width: min(100%, 360px);
    margin-top: 0;
    gap: 12px;
  }

  .plan {
    padding: 16px 14px;
  }
}

@media (max-width: 420px) {
  .hero {
    padding: 0 0 36px;
  }

  .hero::before {
    height: calc(100svh - 57px);
    background-position: center calc(100% + clamp(99px, 19.5svh, 156px));
    background-size: clamp(1000px, 285vw, 1180px) auto;
  }

  .hero::after {
    height: calc(100svh - 57px);
  }

  .hero__top,
  .hero__search,
  .hero__search--department-only,
  .hero__plans {
    width: min(100%, 332px);
  }

  .hero__title {
    max-width: 21ch;
    font-size: clamp(1rem, 5.3vw, 1.32rem);
  }

  .hero__top {
    min-height: calc(100svh - 57px);
  }

  .plan {
    padding: 14px;
  }
}

/* Desktop hero composition
   Mantiene intactas las reglas mobile y ajusta solo la vista con nav completo. */
@media (min-width: 993px) {
  .hero {
    min-height: max(650px, calc(100svh - 101px));
    padding: clamp(78px, 10svh, 96px) 0 clamp(58px, 7svh, 86px);
  }

  .hero::before {
    inset: 0;
    height: auto;
    background:
      var(--hero-bg-image) center 94% / cover no-repeat;
    filter: none;
  }

  .hero::after {
    inset: 0;
    height: auto;
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.08) 0%,
        rgba(0, 0, 0, 0.02) 34%,
        rgba(0, 0, 0, 0.18) 58%,
        rgba(0, 0, 0, 0.62) 100%
      );
  }

  .hero__container {
    min-height: auto;
  }

  .hero__top {
    width: min(100%, 820px);
    margin-top: 0;
    padding: 0;
    row-gap: 13px;
  }

  .hero__title {
    max-width: 820px;
    font-size: clamp(2.1rem, 2.18vw, 2.62rem);
    line-height: 0.94;
    font-weight: 900;
  }

  .hero__desktop-break {
    display: block;
  }

  .hero__search,
  .hero__search--department-only {
    width: min(100%, 700px);
    grid-template-columns: minmax(0, 300px) minmax(0, 250px) 130px;
    gap: 8px;
  }

  .hero__search select,
  .hero__btn {
    min-height: 46px;
    font-size: 0.82rem;
  }

  .hero__install {
    max-width: 58ch;
    margin-top: 2px;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.94);
  }

  .hero__plans {
    width: min(100%, 720px);
    grid-template-columns: repeat(2, minmax(0, 280px));
    justify-content: center;
    gap: clamp(92px, 7.4vw, 124px);
    margin-top: clamp(122px, 15.5svh, 170px);
    align-items: start;
  }

  .plan {
    display: grid;
    align-content: start;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .plan h3 {
    margin: 0;
    font-size: clamp(1.35rem, 1.55vw, 1.65rem);
    line-height: 1;
  }

  .plan > p,
  .plan__info {
    max-width: 31ch;
    font-size: 0.95rem;
    line-height: 1.48;
  }

  .plan > p {
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.88);
  }

  .plan__info {
    min-height: 0;
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.96);
  }

  .plan__buttons {
    flex-wrap: nowrap;
    gap: 8px;
    margin-top: 20px;
  }

  .plan__buttons .btn--primary,
  .plan__buttons .btn--outline {
    min-height: 40px;
    padding-inline: 18px;
    font-size: 0.68rem;
  }
}

/* FAQ SatNito refinement
   El PNG del personaje tiene bastante espacio transparente, asi que
   recuperamos encuadre y escala solo donde hace falta. */
@media (min-width: 1101px) {
  .faq__wrapper {
    grid-template-columns: minmax(360px, 0.92fr) minmax(0, 1.08fr);
    gap: clamp(36px, 4.8vw, 72px);
  }

  .faq__intro {
    min-height: 620px;
  }

  .faq__assistant {
    align-items: center;
    justify-content: flex-start;
    gap: clamp(10px, 1.8vw, 22px);
    width: min(100%, 620px);
    margin-top: clamp(48px, 5vw, 72px);
  }

  .faq__bubble {
    width: clamp(145px, 12vw, 205px);
  }

  .faq__character {
    width: clamp(320px, 26vw, 440px);
    align-self: center;
    overflow: visible;
  }

  .faq__character img {
    width: 100%;
    max-width: none;
    transform: translate(-20%, 14%) scale(1.34);
    transform-origin: center bottom;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .faq__assistant {
    align-items: center;
    justify-content: flex-start;
    width: min(100%, 500px);
    gap: 14px;
    margin-top: 30px;
  }

  .faq__bubble {
    width: clamp(140px, 20vw, 180px);
  }

  .faq__character {
    width: clamp(240px, 34vw, 320px);
    align-self: center;
    overflow: visible;
  }

  .faq__character img {
    width: 100%;
    max-width: none;
    transform: translate(-14%, 10%) scale(1.2);
    transform-origin: center bottom;
  }
}

/* FAQ responsive cleanup
   Ordena la composicion de la intro en tablet y mobile para evitar
   solapes entre titulo, burbuja y SatNito. */
@media (max-width: 1100px) {
  .faq,
  .faq .container,
  .faq__wrapper,
  .faq__intro,
  .faq__content {
    min-width: 0;
  }

  .faq__wrapper {
    grid-template-columns: 1fr;
    gap: clamp(24px, 4vw, 34px);
  }

  .faq__intro {
    position: static;
    min-height: auto;
    width: 100%;
    max-width: 460px;
    margin-inline: auto;
    justify-items: center;
    text-align: center;
    padding-top: 0;
  }

  .faq__title {
    max-width: 12ch;
    margin-inline: auto;
    font-size: clamp(2rem, 6vw, 3.25rem);
  }

  .faq__assistant {
    display: grid;
    grid-template-columns: minmax(120px, 170px) minmax(170px, 250px);
    align-items: end;
    justify-content: center;
    width: min(100%, 430px);
    gap: clamp(8px, 2vw, 18px);
    margin-top: 24px;
    padding-top: 0;
  }

  .faq__bubble {
    width: 100%;
    max-width: 170px;
    margin: 0;
    align-self: end;
    justify-self: end;
  }

  .faq__character {
    width: 100%;
    max-width: 250px;
    margin: 0;
    align-self: end;
    justify-self: start;
    overflow: visible;
  }

  .faq__character img {
    width: 100%;
    max-width: none;
    transform: translate(-10%, 8%) scale(1.14);
    transform-origin: center bottom;
  }

  .faq__content {
    width: 100%;
    max-width: 720px;
    min-width: 0;
    margin-inline: auto;
  }

  .faq-item__question {
    min-height: 54px;
    padding: 15px 30px 15px 0;
    font-size: 0.94rem;
    line-height: 1.3;
  }

  .faq-item__question::after {
    right: 4px;
  }

  .faq-item__answer p {
    max-width: none;
    padding-right: 0;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  .faq__title {
    max-width: 10ch;
    font-size: clamp(1.8rem, 9vw, 2.5rem);
  }

  .faq__assistant {
    grid-template-columns: minmax(96px, 0.82fr) minmax(138px, 1.18fr);
    justify-items: center;
    align-items: end;
    width: min(100%, 330px);
    gap: 4px;
    margin-top: 18px;
  }

  .faq__bubble {
    grid-column: 1;
    max-width: 112px;
    justify-self: end;
    align-self: start;
  }

  .faq__character {
    grid-column: 2;
    max-width: 190px;
    justify-self: start;
    align-self: end;
    overflow: visible;
  }

  .faq__character img {
    transform: translate(0, 4%) scale(1.2);
  }

  .faq-item__question {
    min-height: 52px;
    padding: 14px 28px 14px 0;
    font-size: 0.9rem;
  }

  .faq-item__question::after {
    width: 16px;
    height: 16px;
    right: 2px;
  }

  .faq-item__answer p {
    font-size: 0.86rem;
    line-height: 1.52;
  }
}

@media (max-width: 420px) {
  .faq__assistant {
    width: min(100%, 304px);
    gap: 4px;
  }

  .faq__bubble {
    max-width: 104px;
  }

  .faq__character {
    max-width: 176px;
  }

  .faq__character img {
    transform: translate(0, 3%) scale(1.15);
  }
}

/* Service cards responsive cleanup
   Fuerza una composicion estable para Sierra/Costa/Selva en tablet y mobile:
   imagen arriba y contenido debajo, sin huecos ni solapes. */
@media (max-width: 1100px) {
  .services__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .service-card,
  .service-card:nth-child(1),
  .service-card:nth-child(2),
  .service-card:nth-child(3) {
    --service-media-height: clamp(190px, 34vw, 250px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 0;
    padding: 16px;
    padding-top: calc(var(--service-media-height) + 28px);
  }

  .service-card::before,
  .service-card:nth-child(1)::before,
  .service-card:nth-child(2)::before,
  .service-card:nth-child(3)::before,
  .service-card::after,
  .service-card:nth-child(1)::after,
  .service-card:nth-child(2)::after,
  .service-card:nth-child(3)::after {
    top: 16px;
    right: 16px;
    bottom: auto;
    left: 16px;
    width: auto;
    height: var(--service-media-height);
  }

  .service-card::after,
  .service-card:nth-child(1)::after,
  .service-card:nth-child(2)::after,
  .service-card:nth-child(3)::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.42) 100%);
  }

  .service-card:nth-child(1)::before {
    background-position: center 42%;
  }

  .service-card:nth-child(2)::before {
    background-position: center center;
  }

  .service-card:nth-child(3)::before {
    background-position: center 52%;
  }

  .service-card__title,
  .service-card:nth-child(1) .service-card__title,
  .service-card:nth-child(3) .service-card__title,
  .service-card__text,
  .service-card:nth-child(1) .service-card__text,
  .service-card:nth-child(2) .service-card__title,
  .service-card:nth-child(2) .service-card__text,
  .service-card:nth-child(3) .service-card__text {
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding: 0;
    text-align: left;
    justify-self: auto;
    align-self: auto;
    transform: none;
  }

  .service-card__title,
  .service-card:nth-child(1) .service-card__title,
  .service-card:nth-child(2) .service-card__title {
    margin-top: 0;
    font-size: clamp(1.16rem, 3.6vw, 1.58rem);
    line-height: 1.06;
  }

  .service-card__text,
  .service-card:nth-child(1) .service-card__text,
  .service-card:nth-child(2) .service-card__text,
  .service-card:nth-child(3) .service-card__text {
    margin-top: 12px;
    font-size: clamp(0.92rem, 1.7vw, 1rem);
    line-height: 1.54;
  }
}

@media (max-width: 640px) {
  .service-card,
  .service-card:nth-child(1),
  .service-card:nth-child(2),
  .service-card:nth-child(3) {
    --service-media-height: clamp(150px, 54vw, 190px);
    padding: 12px;
    padding-top: calc(var(--service-media-height) + 22px);
  }

  .service-card::before,
  .service-card:nth-child(1)::before,
  .service-card:nth-child(2)::before,
  .service-card:nth-child(3)::before,
  .service-card::after,
  .service-card:nth-child(1)::after,
  .service-card:nth-child(2)::after,
  .service-card:nth-child(3)::after {
    top: 12px;
    right: 12px;
    left: 12px;
    height: var(--service-media-height);
  }

  .service-card__title,
  .service-card:nth-child(1) .service-card__title,
  .service-card:nth-child(2) .service-card__title {
    font-size: clamp(1rem, 5.4vw, 1.2rem);
  }

  .service-card__text,
  .service-card:nth-child(1) .service-card__text,
  .service-card:nth-child(2) .service-card__text,
  .service-card:nth-child(3) .service-card__text {
    font-size: 0.84rem;
    line-height: 1.46;
  }
}

@media (max-width: 420px) {
  .service-card,
  .service-card:nth-child(1),
  .service-card:nth-child(2),
  .service-card:nth-child(3) {
    --service-media-height: 146px;
  }

  .service-card__text,
  .service-card:nth-child(1) .service-card__text,
  .service-card:nth-child(2) .service-card__text,
  .service-card:nth-child(3) .service-card__text {
    font-size: 0.8rem;
  }
}

/* Narrow nav guard
   Conserva logo, redes y hamburguesa visibles en moviles muy estrechos. */
@media (max-width: 360px) {
  :root {
    --container-pad: 14px;
  }

  .navbar__container {
    column-gap: 3px;
  }

  .navbar__logo img {
    height: 24px;
  }

  .navbar__socials {
    gap: 4px;
  }

  .navbar__socials a {
    width: 26px;
    height: 26px;
  }

  .navbar__socials img {
    width: 13px;
    height: 13px;
  }

  .navbar__hamburger,
  .navbar__toggle {
    width: 36px;
  }

  .navbar__hamburger img,
  .navbar__toggle img {
    width: 21px;
    height: 21px;
  }
}

/* Global responsive guard: shared nav, folders and product/detail pages. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

@media (max-width: 1100px) {
  .navbar__container {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 8px;
    min-height: 72px;
  }

  .navbar__logo {
    grid-column: 1;
    justify-self: start;
    min-width: 0;
    padding-right: 0;
  }

  .navbar__logo img {
    height: 36px;
  }

  .navbar__nav,
  .navbar__menu,
  .navbar__sales {
    display: none;
  }

  .navbar__socials {
    grid-column: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-self: center;
    min-height: 72px;
    min-width: 0;
    padding-left: 0;
    gap: 9px;
  }

  .navbar__socials a {
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
  }

  .navbar__socials img {
    width: 17px;
    height: 17px;
  }

  .navbar__hamburger,
  .navbar__toggle {
    grid-column: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    width: 48px;
    min-height: 72px;
    padding: 0;
  }

  .navbar__hamburger img,
  .navbar__toggle img {
    width: 25px;
    height: 25px;
  }

  .mobile-menu {
    padding: 84px 18px 30px;
    overflow-y: auto;
  }

  .mobile-menu__list,
  .mobile-menu__socials {
    width: min(100%, 420px);
  }
}

@media (max-width: 900px) {
  .footer-top__container,
  .footer-top__columns,
  .catalog-contact__container,
  .solutions-cta-bar__content,
  .location-grid,
  .product-detail__container,
  .product-detail--mini .product-detail__container {
    grid-template-columns: 1fr;
  }

  .footer-top__brand,
  .footer-top__columns,
  .footer-top__contact,
  .footer-top__nav,
  .footer-top__services,
  .footer-top__claim {
    min-width: 0;
  }

  .footer-top__columns {
    gap: 20px;
  }

  .footer-top__claim {
    justify-self: start;
  }

  .catalog-gallery,
  .catalog__grid--catalog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog__grid--pair {
    grid-template-columns: 1fr;
  }

  .catalog-group__intro,
  .catalog__summary,
  .location-stats,
  .product-detail__specs {
    grid-template-columns: 1fr;
  }

  .catalog__summary-item + .catalog__summary-item,
  .product-detail__spec + .product-detail__spec {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
  }

  .product-detail,
  .product-detail--mini {
    min-height: auto;
    padding: 34px 0 58px;
  }

  .product-detail__container,
  .product-detail--mini .product-detail__container {
    width: min(100% - 32px, 720px);
    margin-inline: auto;
  }

  .product-detail__visual,
  .product-detail--mini .product-detail__visual {
    order: -1;
    width: 100%;
    height: clamp(260px, 48vw, 420px);
    max-width: 100%;
  }

  .product-detail__title,
  .product-detail--mini .product-detail__title {
    max-width: 100%;
    font-size: clamp(2.1rem, 7vw, 3rem);
    overflow-wrap: anywhere;
  }

  .product-detail__actions,
  .product-detail__button,
  .solutions-cta-bar__button,
  .support-button,
  .location-button {
    width: 100%;
  }

  .solutions-cta-bar__button,
  .support-button {
    justify-self: stretch;
  }
}

@media (max-width: 640px) {
  :root {
    --container-pad: 18px;
  }

  .navbar__container {
    column-gap: 5px;
    min-height: 62px;
  }

  .navbar__logo img {
    height: 29px;
  }

  .navbar__socials {
    justify-self: end;
    min-height: 62px;
    gap: 7px;
  }

  .navbar__socials a {
    width: 30px;
    height: 30px;
  }

  .navbar__socials img {
    width: 15px;
    height: 15px;
  }

  .navbar__hamburger,
  .navbar__toggle {
    width: 42px;
    min-height: 62px;
  }

  .navbar__hamburger img,
  .navbar__toggle img {
    width: 23px;
    height: 23px;
  }

  .mobile-menu {
    padding-inline: 16px;
  }

  .mobile-menu__list a {
    min-height: 50px;
  }

  .catalog-gallery,
  .catalog__grid--catalog,
  .operations-grid,
  .coverage-departments__grid,
  .coverage-support__summary,
  .coverage-search__row,
  .coverage-hero__quick,
  .coverage-stats,
  .coverage-support__cta,
  .coverage-process__grid {
    grid-template-columns: 1fr;
  }

  .footer-top__container,
  .footer-top__columns {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .footer-top__social {
    justify-content: flex-start;
  }

  .footer__container {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 16px 0;
  }

  .location-shell,
  .product-detail,
  .product-detail--mini {
    padding-top: 26px;
  }

  .location-hero__title,
  .catalog__title,
  .coverage-hero__title {
    font-size: clamp(1.65rem, 9vw, 2.25rem);
  }

  .location-hero__actions,
  .product-detail__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .floating-contact {
    right: 10px;
    bottom: 10px;
    width: 66px;
    height: 66px;
  }
}

@media (max-width: 420px) {
  :root {
    --container-pad: 16px;
  }

  .navbar__container {
    min-height: 58px;
  }

  .navbar__logo img {
    height: 26px;
  }

  .navbar__socials {
    gap: 5px;
    min-height: 58px;
  }

  .navbar__socials a {
    width: 27px;
    height: 27px;
  }

  .navbar__socials img {
    width: 13px;
    height: 13px;
  }

  .navbar__hamburger,
  .navbar__toggle {
    width: 38px;
    min-height: 58px;
  }

  .navbar__hamburger img,
  .navbar__toggle img {
    width: 21px;
    height: 21px;
  }

  .product-detail__container,
  .product-detail--mini .product-detail__container,
  .catalog__container,
  .coverage-container {
    width: min(100% - 28px, var(--container));
  }

  .product-detail__visual,
  .product-detail--mini .product-detail__visual {
    height: clamp(220px, 64vw, 300px);
  }

  .product-detail__title,
  .product-detail--mini .product-detail__title,
  .catalog__title,
  .coverage-section-head h2 {
    font-size: clamp(1.45rem, 8.8vw, 2rem);
  }

  .floating-contact {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 360px) {
  .navbar__container {
    column-gap: 3px;
  }

  .navbar__logo img {
    height: 23px;
  }

  .navbar__socials {
    gap: 4px;
  }

  .navbar__socials a {
    width: 25px;
    height: 25px;
  }

  .navbar__hamburger,
  .navbar__toggle {
    width: 34px;
  }
}

/* ==========================================================================
   Responsive nav correction
   Mantiene logo, redes y menu en una sola linea en tablet y mobile.
   ========================================================================== */

@media (max-width: 1100px) {
  .navbar__container {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: 87px;
    align-items: center;
    column-gap: 14px;
    min-height: 87px;
    height: 87px;
  }

  .navbar__logo,
  .navbar__socials,
  .navbar__hamburger,
  .navbar__toggle {
    grid-row: 1;
    align-self: center;
    order: 0;
  }

  .navbar__logo {
    grid-column: 1;
    justify-self: start;
    padding-right: 0;
  }

  .navbar__logo img {
    display: block;
    height: 41px;
    width: auto;
  }

  .navbar__nav,
  .navbar__menu,
  .navbar__sales {
    display: none;
  }

  .navbar__socials {
    grid-column: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    justify-self: end;
    gap: 11px;
    min-height: 0;
    padding-left: 0;
    white-space: nowrap;
  }

  .navbar__socials a {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }

  .navbar__socials .navbar__phone-social {
    display: inline-grid;
  }

  .navbar__socials img {
    width: 19px;
    height: 19px;
  }

  .navbar__hamburger,
  .navbar__toggle {
    grid-column: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    width: 52px;
    min-height: 0;
    height: 87px;
    padding: 0;
  }

  .navbar__hamburger img,
  .navbar__toggle img {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 640px) {
  .navbar__container {
    grid-template-rows: 77px;
    column-gap: 10px;
    min-height: 77px;
    height: 77px;
  }

  .navbar__logo img {
    height: 34px;
  }

  .navbar__socials {
    gap: 8px;
  }

  .navbar__socials a {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .navbar__socials img {
    width: 17px;
    height: 17px;
  }

  .navbar__hamburger,
  .navbar__toggle {
    width: 46px;
    height: 77px;
  }

  .navbar__hamburger img,
  .navbar__toggle img {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 420px) {
  .navbar__container {
    grid-template-rows: 73px;
    column-gap: 8px;
    min-height: 73px;
    height: 73px;
  }

  .navbar__logo img {
    height: 31px;
  }

  .navbar__socials {
    gap: 6px;
  }

  .navbar__socials a {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .navbar__socials img {
    width: 15px;
    height: 15px;
  }

  .navbar__hamburger,
  .navbar__toggle {
    width: 42px;
    height: 73px;
  }

  .navbar__hamburger img,
  .navbar__toggle img {
    width: 24px;
    height: 24px;
  }
}

@media (max-width: 360px) {
  .navbar__container {
    column-gap: 6px;
  }

  .navbar__logo img {
    height: 28px;
  }

  .navbar__socials {
    gap: 5px;
  }

  .navbar__socials a {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .navbar__hamburger,
  .navbar__toggle {
    width: 40px;
  }
}

@media (min-width: 641px) and (max-width: 1100px) {
  .floating-contact {
    right: clamp(16px, 2.6vw, 26px);
    bottom: clamp(16px, 2.6vw, 28px);
    width: clamp(98px, 11.2vw, 118px);
    height: clamp(98px, 11.2vw, 118px);
  }
}

@media (max-width: 640px) {
  .floating-contact {
    right: 12px;
    bottom: 14px;
    width: clamp(78px, 20vw, 92px);
    height: clamp(78px, 20vw, 92px);
  }
}

@media (max-width: 420px) {
  .floating-contact {
    bottom: 12px;
    width: clamp(73px, 22vw, 83px);
    height: clamp(73px, 22vw, 83px);
  }
}

/* Nav final cleanup
   Unifica el comportamiento del header en portada, paginas internas y
   paginas dentro de carpetas, despues de los overrides responsive previos. */
@media (min-width: 1101px) {
  .navbar__container {
    min-height: 101px;
    padding-right: calc(var(--login-slot-width) + 12px);
  }

  .navbar__right {
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    min-width: 0;
    gap: 0;
  }

  .navbar__right .navbar__socials {
    order: 1;
  }

  .navbar__right .navbar__sales {
    order: 2;
  }

  .header-login {
    display: flex;
  }

  .navbar__hamburger,
  .navbar__toggle {
    display: none;
  }
}

@media (max-width: 1100px) {
  .navbar__right {
    display: contents;
  }

  .header-login {
    display: none !important;
  }

  .mobile-menu__socials {
    flex-wrap: wrap;
  }

  .mobile-menu__login img {
    width: 34px;
    height: 34px;
    filter: none;
  }
}
