/* layout.site.css — netlifeplanes only; loads straight after its shared counterpart, so it overrides that section without disturbing the others */

#wifi6 .nl-section-cta .nl-section-cta .nl-text-orange {
  color: var(--nl-orange)!important;
}

#elige-netlife {
  padding-bottom: 0;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: black;
}

.header .logo-text {
  margin: 0;
  font-size: 2rem;
  color: white;
  white-space: nowrap;
  text-align: center;
  line-height: 1rem;
  margin-top: 2rem;
}

.header .text-pequeño {
  font-size: 1rem;
}

.header .buttons-container, .buttons-container-desktop, .buttons-container-mobile {
  display: flex;
  gap: 1.25rem;
  background-color: black;
  padding: 1rem;
}

@media (max-width: 768px) {
  .header .logo-text {
    margin-top: 0.3125rem;
  }

}
.nl-anchor {
  position: relative;
  top: -80px;
  height: 0;
}

.nl-section-cta::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background-image: radial-gradient(rgba(0,0,0,0.12) 2px, transparent 2px);
  background-size: 35px 35px;
  animation: particlesFast 20s linear infinite;
  z-index: 1;
}

.nl-section-cta::after {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background-image: radial-gradient(rgba(0,0,0,0.08) 1px, transparent 1px);
  background-size: 70px 70px;
  animation: particlesFaster 35s linear infinite;
  z-index: 1;
  opacity: 0.6;
}

.nl-section-cta > * {
  position: relative;
  z-index: 2;
}

.nl-section-cta::before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background-image: radial-gradient(rgba(0,0,0,0.12) 2px, transparent 2px);
  background-size: 35px 35px;
  animation: particlesFast 20s linear infinite;
  z-index: 1;
}

.nl-section-cta::after {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background-image: radial-gradient(rgba(0,0,0,0.08) 1px, transparent 1px);
  background-size: 70px 70px;
  animation: particlesFaster 40s linear infinite;
  z-index: 1;
  opacity: 0.6;
}

.nl-section-cta > * {
  position: relative;
  z-index: 2;
}

@media (prefers-color-scheme: dark) {
  .nl-section-cta::before {
    background-image: radial-gradient(rgba(255,255,255,0.2) 2px, transparent 2px);
  }

  .nl-section-cta::after {
    background-image: radial-gradient(rgba(255,255,255,0.15) 1px, transparent 1px);
  }

}
.nl-section-cta .nl-cta-grid {
  display: flex !important;
  flex-direction: row;
  align-items: center !important;
  padding-bottom: 0;
  gap: 1rem;
}

.nl-section-cta .nl-cta-figure {
  display: flex !important;
  align-items: flex-end !important;
  position: static !important;
  bottom: 0;
  right: 0;
  margin: 0 0.75rem;
}

@media (max-width:60.25rem) {
  .header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .header .buttons-container {
    margin: 1.25rem 0;
    gap: 0.625rem;
  }

}
@media (max-width:79.5rem) {
  .nl-section-cta .nl-cta-grid {
    flex-direction: column;
    align-items: stretch !important;
    padding: 2rem 0rem 2rem 0rem;
  }

  .nl-section-cta .nl-cta-figure {
    display: none !important;
    position: static;
  }

}
@media (max-width:80rem) {
  .header .logo-text {
    font-size: 1.2rem;
  }

}
