.landing-slideshow {
  position: relative;
}
.landing-slideshow .orbit,
.landing-slideshow .hero-tech-grid,
.landing-slideshow .network-dot,
.fiber-light-trails {
  pointer-events: none;
}
.landing-slide[hidden],
.slideshow-controls[hidden] {
  display: none !important;
}
.landing-slide {
  animation: slide-appear 0.45s ease both;
}
.landing-slideshow .hero-grid {
  min-height: 620px;
}
.landing-slideshow .hero-copy {
  align-self: center;
  padding-block: 55px;
}
.landing-slideshow .hero-copy h1,
.slide-heading {
  font-family: var(--heading);
  font-size: clamp(46px, 4.5vw, 70px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -3px;
  margin: 22px 0 25px;
}
.slide-heading span {
  color: #ff4051;
}
.landing-slideshow .hero-visual {
  min-height: 540px;
  align-self: stretch;
}
.slide-unifi {
  background: radial-gradient(ellipse at 82% 42%, #63374c66, transparent 53%);
}
.slide-fiber {
  background: radial-gradient(ellipse at 84% 55%, #c92b2440, transparent 55%);
}
.slide-feature-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 22px;
  margin-top: 34px;
  color: #c9bec7;
  font-size: 13px;
}
.slide-feature-list > span {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.slide-feature-list .icon {
  width: 18px;
  height: 18px;
  color: #ff6877;
}
.showcase-wordmark {
  position: absolute;
  right: 15px;
  top: 40px;
  color: #f9f6fa;
  font: 800 37px var(--heading);
  letter-spacing: -1px;
}
.showcase-wordmark span {
  font-size: 25px;
  font-weight: 500;
  margin-left: 8px;
}
.unifi-showcase img {
  position: absolute;
  object-fit: contain;
  filter: drop-shadow(0 25px 20px #0008);
}
.showcase-ap {
  width: 62%;
  height: 330px;
  top: 67px;
  right: 2%;
  transform: rotate(-14deg);
  z-index: 2;
}
.showcase-gateway {
  width: 46%;
  height: 215px;
  left: -1%;
  top: 257px;
  transform: rotate(-11deg);
  z-index: 3;
}
.showcase-switch {
  width: 53%;
  height: 195px;
  right: -2%;
  top: 297px;
  transform: rotate(8deg);
  z-index: 4;
}
.showcase-caption {
  display: flex;
  align-items: center;
  gap: 13px;
  position: absolute;
  bottom: 44px;
  left: 5%;
  right: 0;
  padding: 17px 20px;
  border: 1px solid #ffffff27;
  border-radius: 7px;
  background: #171318d9;
  backdrop-filter: blur(12px);
  z-index: 5;
}
.showcase-caption strong {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.showcase-caption span:not(.tag-icon) {
  display: block;
  color: #bfb1bf;
  font-size: 13px;
  margin-top: 3px;
}
.showcase-caption .tag-icon {
  color: #ff6a7a;
  background: #48232e;
}
.fiber-product-plinth {
  position: absolute;
  width: 85%;
  height: 305px;
  left: 8%;
  top: 147px;
  border-radius: 50%;
  background: radial-gradient(ellipse, #faf7f4, #e8dce3 70%);
  transform: rotate(-12deg);
  box-shadow:
    0 18px 0 #7d5662,
    0 42px 38px #0006;
}
.showcase-cable {
  position: absolute;
  width: 92%;
  height: 370px;
  top: 71px;
  left: -3%;
  object-fit: contain;
  transform: rotate(-10deg);
  filter: drop-shadow(0 13px 9px #20111b42);
  z-index: 2;
}
.showcase-adapter {
  position: absolute;
  width: 39%;
  height: 185px;
  bottom: 133px;
  right: 0;
  object-fit: contain;
  transform: rotate(10deg);
  filter: drop-shadow(0 14px 10px #20111b66);
  z-index: 3;
}
.fiber-light-trails {
  position: absolute;
  inset: 32px -5%;
  background: repeating-radial-gradient(
    ellipse at 82% 28%,
    transparent 0 35px,
    #f94b5220 36px,
    transparent 38px 64px
  );
  mask-image: linear-gradient(120deg, transparent, #000 65%);
  transform: rotate(-15deg);
}
.slideshow-controls {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  border-top: 1px solid #ffffff24;
  min-height: 87px;
}
.slideshow-selectors {
  display: flex;
  gap: 27px;
  align-self: stretch;
}
.slide-selector {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  border-top: 3px solid transparent;
  background: none;
  color: #ad9faa;
  padding: 19px 0 22px;
  font-size: 13px;
  text-align: left;
}
.slide-selector span {
  font: 500 11px var(--heading);
  color: #8e7987;
}
.slide-selector b {
  font-weight: 500;
}
.slide-selector.is-active {
  border-top-color: #ff4051;
  color: #fff;
}
.slide-selector.is-active span {
  color: #ff6a79;
}
.slide-selector:hover {
  color: #fff;
}
.slideshow-arrows {
  display: flex;
  align-items: center;
  gap: 9px;
}
.slideshow-arrows button {
  width: 42px;
  height: 42px;
  border: 1px solid #ffffff30;
  border-radius: 50%;
  background: #ffffff06;
  color: #e9dde6;
  display: grid;
  place-items: center;
}
.slideshow-arrows button:hover {
  background: #cf2030;
  border-color: #ef3e51;
}
.slideshow-arrows .icon {
  width: 19px;
  height: 19px;
}
[data-slide-previous] .icon {
  transform: rotate(180deg);
}
.slideshow-pause {
  font-size: 19px;
  line-height: 1;
}
.landing-slideshow button:focus-visible,
.landing-slideshow a:focus-visible {
  outline: 3px solid #ff8693;
  outline-offset: 5px;
}
.landing-slides {
  position: relative;
  isolation: isolate;
  touch-action: pan-y;
}
@keyframes slide-appear {
  from {
    opacity: 0.35;
  }
  to {
    opacity: 1;
  }
}
@media (min-width: 1500px) {
  .landing-slideshow .hero-grid {
    min-height: 650px;
  }
  .showcase-caption {
    bottom: 60px;
  }
}
@media (max-width: 1150px) {
  .landing-slideshow .hero-copy h1,
  .slide-heading {
    font-size: 55px;
  }
  .slide-feature-list {
    font-size: 12px;
    gap: 12px 17px;
  }
  .showcase-ap {
    height: 305px;
    top: 97px;
  }
  .showcase-gateway {
    top: 280px;
    height: 180px;
  }
  .showcase-switch {
    top: 309px;
    height: 170px;
  }
  .fiber-product-plinth {
    height: 260px;
    top: 167px;
  }
  .showcase-cable {
    top: 111px;
    height: 315px;
  }
  .showcase-adapter {
    bottom: 148px;
  }
  .slide-selector {
    font-size: 12px;
  }
  .slideshow-selectors {
    gap: 23px;
  }
}
@media (max-width: 850px) {
  .landing-slideshow .hero-copy h1,
  .slide-heading {
    font-size: 43px;
    letter-spacing: -2px;
  }
  .landing-slideshow .hero-grid {
    min-height: 590px;
  }
  .showcase-caption {
    left: 0;
    bottom: 69px;
    padding: 14px 12px;
    gap: 9px;
  }
  .showcase-caption strong {
    font-size: 12px;
  }
  .showcase-caption span:not(.tag-icon) {
    font-size: 10px;
  }
  .showcase-wordmark {
    font-size: 30px;
    top: 54px;
  }
  .showcase-wordmark span {
    font-size: 21px;
  }
  .showcase-ap {
    height: 250px;
    top: 109px;
  }
  .showcase-gateway {
    top: 260px;
    height: 155px;
  }
  .showcase-switch {
    top: 291px;
    height: 150px;
  }
  .fiber-product-plinth {
    height: 225px;
    top: 173px;
  }
  .showcase-cable {
    top: 122px;
    height: 270px;
  }
  .showcase-adapter {
    bottom: 158px;
    height: 140px;
  }
  .slideshow-controls {
    gap: 15px;
    min-height: 82px;
  }
  .slideshow-selectors {
    gap: 20px;
  }
  .slideshow-arrows {
    gap: 6px;
  }
  .slideshow-arrows button {
    width: 37px;
    height: 37px;
  }
  .slide-selector {
    font-size: 11px;
    gap: 7px;
  }
}
@media (max-width: 600px) {
  .landing-slideshow .hero-grid {
    min-height: 0;
  }
  .landing-slideshow .hero-copy {
    padding: 37px 0 0;
    min-height: 445px;
    width: 100%;
    align-self: auto;
  }
  .landing-slideshow .hero-copy h1,
  .slide-heading {
    font-size: clamp(39px, 11.5vw, 53px);
    letter-spacing: -2px;
    margin: 20px 0;
  }
  .landing-slideshow .hero-copy > p {
    font-size: 16px;
    margin-bottom: 23px;
  }
  .landing-slideshow .hero-visual {
    min-height: 0;
    height: 345px;
    margin-top: 15px;
  }
  .landing-slideshow .hero-actions {
    gap: 15px;
  }
  .landing-slideshow .hero-actions .button {
    font-size: 14px;
    padding: 14px 16px;
  }
  .landing-slideshow .hero-secondary {
    font-size: 13px;
  }
  .slide-feature-list {
    margin-top: 27px;
    gap: 9px 17px;
    font-size: 11px;
  }
  .slide-feature-list .icon {
    width: 15px;
    height: 15px;
  }
  .showcase-wordmark {
    top: 0;
    right: 4px;
    font-size: 29px;
  }
  .showcase-wordmark span {
    font-size: 20px;
  }
  .showcase-ap {
    top: 9px;
    right: 2%;
    height: 213px;
    width: 63%;
  }
  .showcase-gateway {
    top: 134px;
    height: 139px;
    width: 49%;
    left: -2%;
  }
  .showcase-switch {
    top: 154px;
    height: 138px;
    width: 57%;
    right: -1%;
  }
  .showcase-caption {
    bottom: 12px;
    left: 0;
    right: 0;
    padding: 14px;
  }
  .showcase-caption strong {
    font-size: 13px;
  }
  .showcase-caption span:not(.tag-icon) {
    font-size: 11px;
  }
  .fiber-showcase .visual-topline {
    top: 5px;
    font-size: 8px;
  }
  .fiber-product-plinth {
    height: 187px;
    top: 64px;
    width: 89%;
    left: 5%;
    box-shadow:
      0 13px 0 #7d5662,
      0 28px 28px #0006;
  }
  .showcase-cable {
    top: 14px;
    height: 242px;
    width: 91%;
  }
  .showcase-adapter {
    bottom: 70px;
    height: 124px;
    width: 42%;
    right: -1%;
  }
  .fiber-light-trails {
    inset: 0;
  }
  .slideshow-controls {
    min-height: 0;
    flex-wrap: wrap;
    gap: 0;
    padding-bottom: 19px;
    margin-top: 9px;
  }
  .slideshow-selectors {
    width: 100%;
    display: grid;
    grid-template-columns: 1.2fr 1fr 0.9fr;
    gap: 13px;
  }
  .slide-selector {
    gap: 6px;
    padding: 14px 0;
    font-size: 11px;
    line-height: 1.45;
  }
  .slide-selector span {
    font-size: 10px;
  }
  .slideshow-arrows {
    width: 100%;
    justify-content: flex-end;
    gap: 10px;
  }
  .slideshow-arrows button {
    width: 40px;
    height: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .landing-slide {
    animation: none;
  }
}
