/* ==========================================================================
   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.95rem;
}


  .navbar__sales {
padding: 0 24px 0 42px;
}
}


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


  .about__grid,
.services__grid {
grid-template-columns: repeat(2, minmax(0, 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 1fr auto auto;
    align-items: center;
    column-gap: 6px;
    min-height: 74px;
}


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


  .navbar__logo img {
height: 38px;
}


  .navbar__nav,
.navbar__menu {
display: none;
}


  .navbar__sales {
display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: end;
    min-height: 74px;
    margin-left: 0;
    padding: 0 6px;
    background: transparent;
    clip-path: none;
    gap: 0;
    border: 0;
}


  .navbar__sales-text,
.navbar__sales-content,
.navbar__sales-label,
.navbar__sales-number {
display: none;
}


  .navbar__sales-icon {
display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border: 2px solid #ffffff;
    background: transparent;
}


  .navbar__sales-icon img {
width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
}


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


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


  .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: 108px;
    height: 108px;
}


  .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:
      url("../../img/body/index/image.png") 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: 88px;
    height: 88px;
    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:
      url("../../img/body/index/image.png") 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: 80px;
    height: 80px;
    bottom: 16px;
}
}

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


  .navbar__container {
grid-template-columns: auto 1fr auto auto;
    column-gap: 4px;
    min-height: 64px;
}


  .navbar__logo img {
height: 32px;
}


  .navbar__sales {
min-height: 64px;
    justify-self: end;
    padding: 0 4px;
}


  .navbar__sales-icon {
width: 28px;
    height: 28px;
}


  .navbar__sales-icon img {
width: 12px;
    height: 12px;
    filter: brightness(0) invert(1);
}


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


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


  .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:
      url("../../img/body/index/image.png") 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: 19px;
    bottom: 22px;
    width: 88px;
    height: 88px;
}


  .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: 60px;
}


  .navbar__logo img {
height: 28px;
}


  .navbar__sales {
min-height: 60px;
    padding: 0 2px;
}


  .navbar__sales-icon {
width: 26px;
    height: 26px;
    border-width: 1.5px;
}


  .navbar__sales-icon img {
width: 11px;
    height: 11px;
    filter: brightness(0) invert(1);
}


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


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


  .hero::before {
background:
      url("../../img/body/index/image.png") 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: 14px;
    bottom: 18px;
    width: 74px;
    height: 74px;
}
}
