*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family:
    "Inter",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Helvetica Neue",
    Arial,
    sans-serif;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.84);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

@media (max-width: 736px) {
  .m-hide {
    display: none !important;
  }
}

@media (width > 736px) {
  .m-show {
    display: none !important;
  }
}

.h1 {
  font-size: clamp(30px, 2.67vw + 16px, 48px);
  font-weight: 700;
  line-height: 1.22;
  color: #fff;
}

.h2 {
  font-size: clamp(16px, 2.2vw, 30px);
  font-weight: 500;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.72);
}

.h3 {
  font-size: clamp(16px, 0.85vw + 13.82px, 24px);
  font-weight: 400;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.72);
}

.h3-medium {
  font-size: clamp(16px, 0.85vw + 13.82px, 24px);
  font-weight: 500;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.72);
}

.h3-light {
  font-size: clamp(16px, 0.85vw + 13.82px, 24px);
  font-weight: 500;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.72);
}

.body1 {
  font-size: clamp(16px, 0.48vw + 12.18px, 18px);
  font-weight: 400;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.64);
}

.body1-light {
  font-size: clamp(16px, 0.48vw + 12.18px, 18px);
  font-weight: 300;
  line-height: 1.55;
  color: #fff;
  margin-top: clamp(12px, 1.5vw, 18px);
}

.body1-bold {
  font-size: clamp(16px, 0.48vw + 12.18px, 18px);
  font-weight: 700;
  line-height: 1.55;
  color: rgba(0, 0, 0, 0.84);
}

.body2 {
  font-size: clamp(13px, 0.36vw + 11.64px, 16px);
  font-weight: 400;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.64);
  margin-top: 8px;
}

.text-link {
  color: #4acbd6;
  font-size: clamp(16px, 0.48vw + 12.18px, 18px);
  font-weight: 300;
  transition: opacity 0.2s;
}

.text-link:hover {
  opacity: 0.75;
}

.bg-white {
  background-color: #ffffff;
}
.bg-grey {
  /* background-color: #35373C; */
  /* background-color: #3d3e45; */
  background-color: #3c3f43;
}

.bg-light {
  background-color: #ececec;
}

.sp-card--athens-gray {
  background-color: #f5f5f7;
}
.sp-card--warm-sand {
  background-color: #e8e3d9;
}
.sp-card--taupe {
  background-color: #d7d3d4;
}
.sp-card--cream {
  background-color: #f4f1e8;
}
.sp-card--mint {
  background-color: #eaf3f3;
}

.section {
  padding: clamp(40px, 9.5vw, 180px) 0;
  overflow: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.container-wifi {
  max-width: none;
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.text-center .body1-light {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}

.hero {
  width: 100%;
  aspect-ratio: 3840 / 1916;
  overflow: hidden;
  background-color: #f5f5f7;
  position: relative;
}

.hero picture {
  display: contents;
}

.hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__overlay {
  position: absolute;
  inset: 0;
}

.hero__content {
  position: absolute;
  top: 48%;
  transform: translateY(calc(-50% - 5.2%));
  left: 20%;
  width: min(35.5vw, 750px);
  display: flex;
  flex-direction: column;
  gap: 2vw;
}

.hero__product-name {
  padding-left: 8.5%;
}

.hero__product-name img {
  width: clamp(95px, 12vw, 229px);
  height: auto;
}

.hero__typography {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding-left: 8.5%;
  max-width: clamp(100px, 36.25vw, 750px);
}

.hero__h1 {
  font-size: clamp(20px, 2.5vw, 45px);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}

.hero__body1 {
  font-size: clamp(12px, 1.25vw, 18px);
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
}

.hero__h3 {
  font-size: clamp(14px, 1.5vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.hero__icons {
  display: flex;
  align-items: center;
  gap: min(2vw, 36px);
  padding-left: 8.5%;
}

.hero__icons img {
  width: clamp(50px, 3.9vw, 75px);
  height: clamp(50px, 3.9vw, 75px);
  object-fit: contain;
  flex-shrink: 0;
}

.hero__badges {
  position: absolute;
  bottom: 8%;
  right: 6%;
  display: flex;
  align-items: center;
  gap: 20px;
  pointer-events: auto;
}

.hero__badge {
  height: clamp(13.33px, 2.08vw, 40px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero__badge img {
  height: 100%;
  width: auto;
  max-width: 130px;
  object-fit: contain;
}

.hero__mobile-overlay {
  display: none;
}

.sp-grid {
  padding-top: 180px;
  padding-bottom: 0;
  background: #fff;
}

.sp-mosaic {
  position: relative;
  margin-bottom: 20px;
}

.sp-mosaic picture {
  display: block;
}

.sp-mosaic__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 28px;
}

.sp-mosaic__labels {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.sp-mosaic__label {
  position: absolute;
  padding: clamp(16px, 2.67vw, 32px);
  pointer-events: auto;
}

.sp-mosaic__label .h3 {
  font-size: clamp(16px, 2.2vw, 30px);
  font-weight: 700;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.72);
}

.sp-mosaic__label--1 {
  top: 0;
  left: 0;
}

.sp-mosaic__label--2 {
  top: 0;
  left: 57.5%;
}

.sp-mosaic__label--2 .h3 {
  color: #fff;
}
.sp-mosaic__label--3 {
  top: 52.5%;
  left: 0;
}

.sp-mosaic__label--4 {
  top: 52.5%;
  left: 44%;
}

.sp-strip {
  border-radius: 28px;
  padding: 40px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 16px;
  min-height: 200px;
}

.sp-strip__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 160px;
  text-align: center;
}

.sp-strip__item img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.sp-strip__item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.64);
}

.sp-wifi-never {
  position: relative;
  aspect-ratio: 3840 / 2011;
  min-height: unset;
  padding: 0;
  overflow: hidden;
  background: #fff;
  margin-top: clamp(40px, 9.5vw, 180px);
}

.sp-wifi-never .container-wifi {
  position: absolute;
  inset: 0;
}

.sp-wifi-never__img-wrap {
  position: absolute;
  inset: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  pointer-events: none;
}

.sp-wifi-never__img-wrap picture {
  display: block;
  width: 100%;
  height: 100%;
}

.sp-wifi-never__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.sp-wifi-never .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  width: min(1200px, 100%);
  z-index: 2;
  height: 100%;
  pointer-events: none;
}

.sp-wifi-never__text {
  position: absolute;
  top: clamp(40px, 6.5vw, 124px);
  left: 0;
  padding-top: 0;
  max-width: clamp(375px, 35vw, 427px);
  /* max-width: clamp(400px, 30vw, 700px); */
  pointer-events: auto;
}

.sp-wifi-never__text .h1 {
  margin-bottom: 0;
  color: #fff;
}

.sp-wifi-never__text .body1-light {
  margin-top: clamp(10px, 2.5vw, 24px);
  color: #fff;
}

.sp-wifi-never__text .link-row {
  margin-top: clamp(12px, 2vw, 24px);
  display: flex;
  gap: clamp(16px, 2.5vw, 48px);
}

.sp-wifi-never .text-link {
  color: #4acbd6;
}

.sp-wifi-never__caption {
  position: absolute;
  left: max(calc((100vw - 1200px) / 2), 0px);
  bottom: clamp(42px, 5.4vw, 104px);
  display: block;
  color: #fff;
  font-size: clamp(16px, 0.48vw + 12.18px, 18px);
  font-weight: 300;
  line-height: 1.5;
  z-index: 2;
}

.sp-wifi-never__caption-title {
  font-weight: 700;
}

.sp-wifi-never__caption sup {
  font-size: 0.58em;
  line-height: 0;
}

@media (max-width: 1000px) {
  .sp-wifi-never {
    min-height: 500px;
  }
}

.sp-interference .h1 {
  margin-bottom: 16px;
  color: #000;
}

.sp-interference__card {
  border-radius: 28px;
  overflow: hidden;
  margin-top: 80px;
  position: relative;
}

.sp-interference__img-wrap {
  position: relative;
  width: 100%;
}

.sp-interference__img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.keep-up .text p {
  max-width: 48rem;
  margin: 16px auto 0;
}

.keep-up .keep-up-swiper {
  border-radius: 32px;
}

.swiper-controls {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}
.swiper-controls .swiper-pagination {
  position: static;
  bottom: auto;
  width: auto;
  flex: 1;
  text-align: center;
}
.swiper-controls .swiper-nav-spacer {
  flex-shrink: 0;
  width: calc(2 * 50px + 8px);
}
.swiper-controls .swiper-nav-group {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}
.swiper-controls .swiper-nav-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: #f8f8f8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  &:hover {
    background: #f0f0f0;
  }

  &:active {
    background: #d8d8d8;
  }
}
.swiper-controls .swiper-nav-btn img {
  width: 24px;
  height: 24px;
  display: block;
}
.keep-up .swiper-slide img {
  width: 100%;
  object-fit: cover;
}
.swiper-controls .swiper-pagination-bullet {
  display: inline-block;
  background: #d9d9d9;
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0 20px;
}
.swiper-controls .swiper-pagination-bullet-active {
  background: #4acbd6;
}

@media (max-width: 736px) {
  .section {
    padding: 86.6px 0;
  }
  .keep-up .w-container {
    width: auto;
  }
  .keep-up .text {
    text-align: left;
    margin-bottom: 1.5rem;
  }
  .keep-up .text p {
    max-width: none;
    margin: 0.75rem 0 0;
  }

  .sp-mosaic {
    margin-bottom: 10px;
  }

  .product-info .related-products h2,
  .product-info h2 {
    font-size: 16px;
  }

  .sp-mosaic__label .h3-light {
    font-size: 16px;
    font-weight: 400;
  }
}

.sp-performance .h1 {
  margin-bottom: 16px;
}

.speed-bars {
  margin: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  --bar-max: min(900px, 70vw);
}

.speed-bar {
  display: flex;
  align-items: center;
  gap: 16px;
}

.speed-bar__label {
  font-size: 18px;
  font-weight: 700;
  width: 90px;
  flex-shrink: 0;
  color: #fff;
}

.speed-bar__track {
  height: 11px;
  border-radius: 11px;
  overflow: hidden;
  flex-shrink: 0;
}

.speed-bar__fill {
  height: 100%;
  border-radius: 11px;
}

.speed-bar__fill--6ghz {
  width: 100%;
  background: linear-gradient(90deg, #156ae0, #0087ff 55%, #47ceff);
}

.speed-bar__fill--5ghz {
  width: 100%;
  background: linear-gradient(90deg, #15a3e0, #1acbde);
}

.speed-bar__fill--24ghz {
  width: 100%;
  background: linear-gradient(90deg, #a5a5a5, #ababab);
}

.speed-bar:nth-child(1) .speed-bar__track {
  width: min(100%, var(--bar-max));
}
.speed-bar:nth-child(2) .speed-bar__track {
  width: min(45%, calc(var(--bar-max) * 0.45));
}
.speed-bar:nth-child(3) .speed-bar__track {
  width: min(30%, calc(var(--bar-max) * 0.3));
}

.speed-bar__value {
  font-size: 18px;
  font-weight: 700;
  flex-shrink: 0;
  white-space: nowrap;
  color: #fff;
}

.keep-up {
  --c1: 28px;
  --H1-Size: 48px;
  --H1-Bold: 500;
  --H1-Line-Height: 60px;
  --H3-Size: 24px;
  --H3-Bold: 500;
  --H3-Line-Height: 33.6px;
  --Body1-Size: 18px;
  --Body1-Regular: 400;
  --Body1-Line-Height: 27px;
  --font-weight-light: 300;
  --h-margin: 23.3px;

  margin-top: 0;
  width: min(calc(100% - 2 * var(--h-margin)), 1920px);
  margin-inline: auto;
}

.keep-up *,
.keep-up {
  box-sizing: border-box;
}

.keep-up img,
.keep-up video {
  max-width: 100%;
  height: auto;
  display: block;
}

.keep-up .w-container {
  max-width: 1200px;
  margin: 0 auto;
}

.keep-up .tp-h1 {
  font-size: var(--H1-Size);
  font-weight: var(--H1-Bold);
  line-height: var(--H1-Line-Height);
  margin-bottom: 16px;
  color: rgb(0 0 0 / 84%);
}

.keep-up .tp-body1 {
  font-size: var(--Body1-Size);
  font-weight: var(--Body1-Regular);
  line-height: var(--Body1-Line-Height);
  color: rgb(0 0 0 / 64%);
}

.keep-up .tp-light {
  font-weight: var(--font-weight-light);
}

.keep-up .tp-my-64 {
  margin-block: 64px;
}

.keep-up .tp-space-y-16 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 16px;
}

.keep-up .keep-up-swiper {
  margin-top: 1.5rem;
  border-radius: 28px;
}

.keep-up .swiper-slide img {
  width: 100%;
  object-fit: cover;
}

.keep-up .swiper-controls {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
}

.keep-up .swiper-controls .swiper-pagination {
  position: static;
  bottom: auto;
  width: auto;
  flex: 1;
  text-align: center;
}

.keep-up .swiper-controls .swiper-nav-spacer {
  flex-shrink: 0;
  width: calc(2 * 50px + 8px);
}

.keep-up .swiper-controls .swiper-nav-group {
  display: flex;
  gap: 20px;
  flex-shrink: 0;
}

.keep-up .swiper-controls .swiper-nav-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: #4F5157;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.keep-up .swiper-controls .swiper-nav-btn:hover {
  background: #4F5160;
}

.keep-up .swiper-controls .swiper-nav-btn:active {
  background: #4F5157;
}

.keep-up .swiper-controls .swiper-nav-btn img {
  width: 24px;
  height: 24px;
  display: block;
}

.keep-up .swiper-controls .swiper-pagination-bullet {
  display: inline-block;
  background: #fff;
  opacity: 1;
  width: 8px;
  height: 8px;
  margin: 0 20px;
}

.keep-up .swiper-controls .swiper-pagination-bullet-active {
  background: #4acbd6;
}

@media (max-width: 736px) {
  .keep-up {
    --H1-Size: 30px;
    --H1-Line-Height: normal;
    --Body1-Size: 16px;
    --Body1-Line-Height: 24px;
    max-width: 375px;
  }

  .keep-up .m-hide {
    display: none !important;
  }

  .keep-up .w-container {
    width: auto;
  }

  .keep-up .text {
    text-align: left;
    margin-bottom: 1.5rem;
  }

  .keep-up .text p {
    max-width: none;
    margin: 0.75rem 0 0;
  }
  .speed-bar__track {
    height: 2vw;
  }
  .speed-bar:nth-child(1) .speed-bar__track {
    width: 48%;
  }
  .speed-bar:nth-child(2) .speed-bar__track {
    width: 35%;
  }
  .speed-bar:nth-child(3) .speed-bar__track {
    width: 15%;
  }

  .sp-connections {
    padding: 86.6px 0 0 !important;
  }
}

@media (width > 736px) {
  .keep-up .m-show {
    display: none !important;
  }

  .keep-up .text p {
    max-width: 48rem;
    margin: 16px auto 0;
  }
}

.sp-multigig {
  padding: 0;
}
.sp-multigig__layout {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6.8fr);
  gap: clamp(20px, 3.4vw, 41px);
  align-items: stretch;
}

.sp-multigig__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: clamp(40px, 5.9vw, 142px);
}

.sp-multigig__text .h1 {
  margin-bottom: 0;
  color: #fff;
}

.sp-multigig__text .body1-light {
  color: rgba(255, 255, 255, 0.64);
}

.sp-multigig__lifestyle {
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 1000 / 820;
  min-height: unset;
  max-height: none;
}

.sp-multigig__lifestyle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.sp-multigig__right {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 1360 / 1384;
  background: linear-gradient(180deg, #2e3437 0%, #7d868d 100%);
}

.sp-multigig__product-img-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.sp-multigig__product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sp-multigig__port-label {
  position: absolute;
  left: 6%;
  width: 30%;
  color: #000;
}

.sp-multigig__port-label--wan {
  top: 11.8%;
}

.sp-multigig__port-label--combo {
  top: 27%;
}

.port-speed {
  font-size: clamp(18px, 1.4vw, 27px);
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}

.port-subtitle {
  font-size: clamp(12px, 1vw, 18px);
  font-weight: 400;
  color: #000;
  line-height: 1.45;
}

.sp-multigig__divider {
  position: absolute;
  left: 26.8%;
  top: 14.6%;
  height: 1px;
  width: 19.8%;
  background: rgba(0, 0, 0, 0.4);
}

.sp-multigig__use-cases {
  position: absolute;
  left: 17%;
  top: 71.2%;
  display: flex;
  justify-content: space-between;
  gap: 3%;
}

.use-case {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  width: 30%;
  min-width: 0;
}

.use-case img {
  width: 86.5%;
  max-width: 93px;
  aspect-ratio: 186 / 187;
  height: auto;
  object-fit: contain;
}

.use-case p {
  font-size: clamp(12px, 1vw, 18px);
  font-weight: 500;
  color: rgba(0, 0, 0, 0.84);
  line-height: 0.94;
  overflow-wrap: break-word;
}

.sp-connections__video-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sp-connections__video {
  width: 100%;
  height: auto;
  display: block;
}

.sp-connections__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2.5vw 0;
  gap: clamp(8px, 1.2vw, 16px);
  max-width: 850px;
  margin: 0 auto;
  z-index: 2;
}

.sp-connections__overlay .body1-light {
  margin-top: 0;
  color: #fff;
}

.sp-connections__header {
  margin: 0 auto;
  margin-bottom: 24px;
  max-width: 850px;
}

.sp-simple__card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 2400 / 1180;
  background: linear-gradient(180deg, #cacccf 0%, #d0d3d8 100%);
}

.sp-simple__card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.sp-simple__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sp-simple__card-text {
  position: absolute;
  left: 56%;
  top: 27.2%;
  width: 37.5%;
  display: flex;
  flex-direction: column;
  gap: clamp(16px, 2vw, 32px);
}

.sp-simple__card-text .h1 {
  margin-bottom: 0;
  color: #191919;
}

.sp-simple__card-text .body1-light {
  margin-top: 0;
  color: #111;
}

.setup-steps {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 3.33vw, 40px);
  margin-top: clamp(36px, 6vw, 72px);
}

.setup-step {
  flex: 1;
  max-width: 309px;
}

.setup-step .body1 {
  font-weight: 300;
}

.setup-step .body2 {
  margin-top: 4px;
  margin-left: 24px;
  font-weight: 300;
}

.sp-homeshield {
  padding: 0 0 clamp(40px, 9.5vw, 180px);
}

.sp-homeshield__header {
  max-width: 70%;
  margin-bottom: clamp(48px, 6vw, 72px);
}

.sp-homeshield__logo {
  width: auto;
  max-height: clamp(32px, 3.5vw, 59px);
  display: block;
  margin-bottom: clamp(16px, 2vw, 24px);
}

.sp-homeshield__header .h1 {
  margin-bottom: 0;
  color: #000;
}

.sp-homeshield__header .text-link {
  display: inline-block;
  margin-top: 16px;
}

.sp-homeshield__header .body1-light {
  color: #000;
}

.sp-hs-slider {
  width: 100%;
  overflow: hidden;
  cursor: grab;
  user-select: none;
}

.sp-hs-slider:active {
  cursor: grabbing;
}

.sp-hs-track {
  display: flex;
  gap: clamp(16px, 2.5vw, 30px);

  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  will-change: transform;
}

.sp-hs-card {
  flex: 0 0 min(1200px, calc(100vw - 80px));
  aspect-ratio: 2 / 1;
  position: relative;
  border-radius: clamp(18px, 1.67vw, 28px);
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.sp-hs-card:not(.is-active) {
  opacity: 0.65;
}

.sp-hs-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sp-hs-card__desc {
  position: absolute;
  left: 64.1%;
  top: 36.8%;
  width: 31.1%;
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.33vw, 16px);
  color: #fff;
  pointer-events: none;
}

.sp-hs-card__desc .h3,
.sp-hs-card__desc .body1-light {
  margin: 0;
  color: #fff;
}

.sp-hs-card__desc .h3 {
  font-weight: 700;
}

.hs-progress {
  position: relative;
  height: 4px;
  background: #d9d9d9;
  border-radius: 2px;
  margin-top: clamp(24px, 3vw, 36px);
}

.hs-progress__thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 33.33%;
  height: 100%;
  background: #4acbd6;
  border-radius: 2px;
  transition: left 0.35s ease;
  pointer-events: none;
}

.sp-hs-mobile {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.sp-hs-mobile__card img {
  width: 100%;
  border-radius: 18px;
  display: block;
}

.sp-hs-mobile__card .h3,
.sp-hs-mobile__card .h3-medium {
  margin-top: 16px;
  margin-bottom: 0;
}

.sp-hs-mobile__card .body1-light {
  margin-top: 8px;
  color: #000;
}

.sp-iot {
  position: relative;
  aspect-ratio: 3840 / 2119;
  padding: clamp(40px, 7.25vw, 140px) 0 0;
  background: #fff url("https://static-product.tp-link.com/deco-be85_v1.1/img/private-iot-bg-full.png") center / cover no-repeat;
}

.sp-iot .h1 {
  margin-bottom: 0;
}

.tp-mt-32 {
  margin-top: 32px;
}

.private-home-wrap {
  position: absolute;
  inset: 0;
  line-height: 0;
  max-width: none;
  margin: 0;
  pointer-events: none;
}

.private-home-wrap > img:first-child {
  display: none;
}

.pulse-ring {
  position: absolute;
  left: var(--pulse-x);
  top: var(--pulse-y);
  width: 3%;
  aspect-ratio: 1;
  background: url("https://static-product.tp-link.com/deco_be13000_v1/img/wifi-signal.webp")
    center / contain no-repeat;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  opacity: 1;
  animation: 1.5s ease-out infinite pulse-expand;
}

.pulse-ring--1 {
  --pulse-x: 26.25%;
  --pulse-y: 60%;
  --pulse-mobile-x: 20.25%;
  --pulse-mobile-y: 53%;
}

.pulse-ring--2 {
  --pulse-x: 49%;
  --pulse-y: 71%;
  --pulse-mobile-x: 52%;
  --pulse-mobile-y: 68%;
}

.pulse-ring--3 {
  --pulse-x: 70%;
  --pulse-y: 61%;
  --pulse-mobile-x: 81.2%;
  --pulse-mobile-y: 48.5%;
}

.pulse-ring--delay {
  animation-delay: 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .pulse-ring {
    animation: none;
    transform: translate(-50%, -50%) scale(7);
    opacity: 0.4;
  }
  .pulse-ring--delay {
    display: none;
  }
}

@keyframes pulse-expand {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  to {
    transform: translate(-50%, -50%) scale(10);
    opacity: 0;
  }
}

.sp-smart__heading {
  margin-bottom: 60px;
}

.sp-smart__heading .h1 {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
}

.sp-smart .body1-light {
  color: #000;
}
.smart-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.smart-feature {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.smart-feature__img-wrap {
  border-radius: 28px;
  overflow: hidden;
  aspect-ratio: 3 / 2;
  position: relative;
  background: #f5f5f7;
}

.smart-feature__img-wrap img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}

.smart-feature__img-wrap picture {
  display: contents;
}

.smart-feature__bubble-wrap {
  position: absolute;
  top: clamp(16px, 15%, 55px);
  right: clamp(16px, 25%, 140px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
  z-index: 2;
}

.smart-feature__bubble {
  background: #fff;
  border-radius: 100px;
  padding: clamp(10px, 1.8%, 30px) clamp(16px, 3%, 45px);
  max-width: 70vw;
}

.smart-feature__bubble p {
  font-size: clamp(13px, 1.2vw, 18px);
  font-weight: 400;
  color: rgba(0, 0, 0, 0.64);
  white-space: nowrap;
  line-height: 1.5;
}

.smart-feature__bubble-dot {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
}

.smart-feature__text .h3 {
  margin-bottom: 12px;
  font-weight: 700;
}

@media (max-width: 640px) {
  .hero {
    position: relative;
    aspect-ratio: unset;
    height: auto;
    background-color: #f5f5f7;
  }

  .hero picture,
  .hero picture source {
    display: block;
  }

  .hero__img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1125 / 1538;
    object-fit: cover;
    object-position: center top;
  }

  .hero__overlay {
    display: none;
  }

  .hero__mobile-overlay {
    display: block;
    position: absolute;
    inset: 0;
  }

  .sp-hs-mobile__card img {
    margin-bottom: 3vw;
  }

  .hero__mobile-overlay::before {
    position: absolute;
    top: -7.02%;
    left: -18.58vw;
    width: 136.18vw;
    height: 58%;
  }

  .hero__m-product-name {
    position: absolute;
    top: 10.67vw;
    left: 6.22vw;
  }

  .hero__m-product-name img {
    width: 35.5vw;
    height: 5.5vw;
  }

  .hero__m-typography {
    position: absolute;
    top: 22.4vw;
    left: 6.22vw;
    right: 6.22vw;
    display: flex;
    flex-direction: column;
    gap: 2.84vw;
  }

  .hero__m-h1 {
    font-size: 8vw;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
  }

  .hero__m-body1 {
    font-size: 4vw;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
  }

  .hero__m-h3 {
    font-size: 4.25vw;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
  }

  .hero__m-icons {
    position: absolute;
    top: 55%;
    left: 6.22vw;
    display: flex;
    align-items: center;
    gap: 2.22vw;
  }

  .hero__m-icons img {
    width: 8.89vw;
    height: 8.89vw;
    object-fit: contain;
    flex-shrink: 0;
  }

  .hero__m-badges {
    position: absolute;
    bottom: 10.67vw;
    left: 6.22vw;
    display: flex;
    flex-direction: column;
    gap: 2.84vw;
    pointer-events: auto;
  }

  .hero__m-badge {
    height: 6.22vw;
    display: flex;
    align-items: flex-start;
    justify-content: left;
    overflow: hidden;
    flex-shrink: 0;
  }

  .hero__m-badge:nth-child(1) {
    width: 19.91vw;
  }
  .hero__m-badge:nth-child(2) {
    width: 22.13vw;
  }
  .hero__m-badge:nth-child(3) {
    width: 22.13vw;
  }
  .hero__m-badge:nth-child(4) {
    width: 17.42vw;
  }

  .hero__m-badge img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
  }

  .container {
    padding-inline: 6.22vw;
  }

  .sp-grid {
    padding-top: 86.6px;
  }

  .sp-mosaic__img {
    border-radius: 18px;
  }

  .sp-mosaic__label {
    padding: 5.33vw 6.25vw;
  }

  .sp-mosaic__label--1 {
    top: 0;
    left: 0;
  }
  .sp-mosaic__label--4 {
    top: 25.2%;
    left: 0;
  }
  .sp-mosaic__label--2 {
    top: 50.5%;
    left: 0;
  }
  .sp-mosaic__label--3 {
    top: 75.5%;
    left: 0;
    width: 50%;
  }

  .sp-mosaic__label .h3 {
    font-size: 16px;
    line-height: 1.3;
  }

  .sp-strip--grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6.4vw 6.4vw;
    padding: 6.25vw;
    min-height: auto;
    border-radius: 18px;
  }

  .sp-strip--grid .sp-strip__item {
    width: auto;
    gap: 2.08vw;
  }

  .sp-strip--grid .sp-strip__item img {
    width: 11.07vw;
    height: 11.07vw;
  }

  .sp-strip--grid .sp-strip__item p {
    font-size: 4.27vw;
  }

  .sp-wifi-never {
    aspect-ratio: unset;
    min-height: unset;
    padding: 86.6px 0;
    /* background: linear-gradient(to top, #26282c 11%, #1d2022 45%, #2f3136 100%); */
    background: linear-gradient(to top, #21242c 11%, #161b1e 51%, #2f3136 100%);
    overflow: hidden;
    margin-top: 0;
  }

  .sp-wifi-never .container-wifi {
    position: relative;
    inset: auto;
    display: flex;
    flex-direction: column;
    gap: 13vw;
  }

  .sp-wifi-never .container {
    position: relative;
    inset: auto;
    left: auto;
    right: auto;
    transform: none;
    width: auto;
    order: 1;
    height: auto;
    pointer-events: auto;
  }

  .sp-wifi-never__img-wrap {
    order: 2;
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    transform: none;
    margin-top: 0;
    background: #fff;
    overflow: hidden;
  }

  .sp-wifi-never__img-wrap picture {
    display: block;
    width: 100%;
    height: auto;
  }

  .sp-wifi-never__img-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .sp-wifi-never__text {
    position: relative;
    left: auto;
    top: auto;
    max-width: 100%;
    padding-top: 0;
  }

  .sp-wifi-never__text .h1 {
    color: #fff;
  }

  .sp-wifi-never__text .body1-light {
    margin-top: 12px;
    color: #fff;
  }

  .sp-wifi-never__text .link-row {
    flex-direction: column;
    gap: 12px;
    margin-top: 20px;
  }

  .sp-wifi-never__caption {
    position: absolute;
    left: 6.22vw;
    bottom: 2.5vw;
    display: block;
    color: #fff;
    z-index: 2;
  }

  .sp-wifi-never__caption-title {
    font-weight: 700;
  }

  .sp-wifi-never__caption sup {
    font-size: 2.06vw;
    line-height: 0;
  }

  .sp-interference .text-center {
    text-align: left;
  }

  .sp-interference .text-center .body1-light {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .sp-interference__card {
    margin-top: 28px;
    border-radius: 18px;
    overflow: hidden;
  }

  .speed-bars {
    --bar-max: 38vw;
    margin-top: 28px;
    margin-bottom: 40px;
    gap: 2vw;
  }
  .speed-bar__label {
    font-weight: 400;
  }
  .speed-bar__value {
    font-weight: 400;
    margin-left: 3vw;
  }
  .speed-bar {
    gap: 1.5vw;
  }

  .speed-bar__label {
    width: 17vw;
    font-size: 16px;
  }
  .speed-bar__value {
    font-size: 16px;
    width: auto;
  }

  .keep-up {
    --h-margin: 6.22vw;
    max-width: 100%;
  }

  .keep-up .m-show.tp-space-y-16 img {
    border-radius: 18px;
  }

  .sp-multigig__layout {
    grid-template-columns: 1fr;
    gap: 12.8vw;
  }

  .sp-multigig__left {
    gap: 12.8vw;
  }

  .sp-multigig__text .h1,
  .sp-multigig__text .body1-light {
    color: #fff;
  }

  .sp-multigig__lifestyle {
    min-height: unset;
    aspect-ratio: 984 / 667;
    border-radius: 18px;
  }

  .sp-multigig__right {
    aspect-ratio: 985 / 1273;
    min-height: unset;
    border-radius: 18px;
    overflow: hidden;
  }

  .sp-multigig__product-img-wrap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .sp-multigig__port-label {
    position: absolute;
    left: 4.9%;
    width: 58.6%;
  }

  .sp-multigig__port-label--wan {
    top: 2.7%;
  }

  .sp-multigig__port-label--combo {
    top: 16.5%;
  }

  .sp-multigig__use-cases {
    position: absolute;
    left: 2.5%;
    right: 2.5%;
    top: auto;
    bottom: 4%;
    padding: 0;
    gap: 2.5vw;
    justify-content: space-between;
  }

  .port-speed {
    font-size: 4.27vw;
    line-height: 1.4;
  }
  .port-subtitle {
    font-size: 4.27vw;
    line-height: 1.5;
  }
  .sp-multigig__divider {
    display: none;
  }
  .use-case {
    width: 27vw;
    gap: 1.4vw;
  }
  .use-case img {
    width: 18vw;
    height: 18vw;
  }
  .use-case p {
    font-size: 3.5vw;
    line-height: 1.15;
  }

  .sp-connections__header {
    text-align: left;
  }
  .sp-connections__header .body1-light {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .sp-connections__mobile-video-wrap {
    margin-top: 24px;
    margin-inline: -6.22vw;
    border-radius: 0;
    overflow: hidden;
    position: relative;
  }

  .sp-connections__mobile-video-wrap video {
    width: 120%;
    height: auto;
    display: block;
    vertical-align: bottom;
    margin-left: -10%;
    margin-bottom: -1px;
  }

  .sp-connections__product-mobile-left,
  .sp-connections__product-mobile-right {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    height: 83%;
    width: auto;
    object-fit: contain;
    pointer-events: none;
    z-index: 1;
  }

  .sp-connections__product-mobile-left {
    left: -18%;
  }

  .sp-connections__product-mobile-right {
    right: -18%;
  }

  .sp-simple .container {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .sp-simple__mobile-head {
    order: 1;
  }
  .sp-simple__mobile-head .h1 {
    color: #000;
  }

  .sp-simple__mobile-head .body1-light {
    margin-top: 12px;
    color: rgba(0, 0, 0, 0.64);
  }

  .setup-steps {
    order: 2;
    flex-direction: column;
    gap: 2.8vw;
    margin-top: 11vw;
  }

  .setup-step {
    max-width: none;
    padding: 0;
  }

  .setup-step .body1 {
    font-size: 4.27vw;
    line-height: 1.5;
  }

  .setup-step .body2 {
    margin-left: 8.8vw;
    margin-top: 0;
    font-size: 4vw;
    line-height: 1.4;
  }

  .sp-simple__card {
    order: 3;
    aspect-ratio: 985 / 808;
    min-height: unset;
    border-radius: 18px;
    overflow: hidden;
    margin-top: 11vw;
  }

  .sp-simple__card-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .sp-simple__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .sp-simple__card-text {
    display: none;
  }

  .sp-homeshield__header {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .sp-iot {
    aspect-ratio: auto;
    padding: 86.6px 0;
    background-image: url("https://static-product.tp-link.com/deco-be85_v1.1/m/private-iot-bg.png");
  }

  .private-home-wrap {
    display: block;
    position: relative;
    inset: auto;
    max-width: none;
    margin-inline: -6.22vw;
    margin-top: 28px;
    overflow: visible;
    transform: none;
  }

  .private-home-wrap > img:first-child {
    display: block;
    width: 140%;
    max-width: none;
    margin-left: -17%;
  }

  .pulse-ring {
    display: block;
    left: var(--pulse-mobile-x);
    top: var(--pulse-mobile-y);
    width: 7%;
  }

  .sp-smart__heading {
    text-align: left;
    margin-bottom: 32px;
  }

  .sp-smart__heading .h1 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .smart-features {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .smart-feature__img-wrap {
    border-radius: 18px;
  }

  .smart-feature__bubble-wrap {
    top: 2vw;
    right: 8vw;
  }

  .smart-feature__bubble {
    padding: 10px 20px;
    max-width: 88vw;
  }

  .smart-feature__bubble p {
    font-size: clamp(12px, 3.5vw, 16px);
    white-space: normal;
  }

  .smart-feature__bubble-dot {
    width: 2.5vw;
    height: 2.5vw;
  }
}
