* {
  box-sizing: border-box;
}

html {
  color-scheme: light;
}

body {
  margin: 0;
  color: #000;
  background: #fff;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.kr-usecase-tabs-mo {
  display: none;
}

/* header */
.pw1400 {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header {
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 1px 12px 0px rgb(219, 219, 219, .25);
}

.header img {
  vertical-align: bottom;
}

.head-logo a {
    display: block;
}

.head-hover-tips {
    z-index: 3;
    cursor: pointer;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
    margin-right: 12px;
}

.head-hover-tips p {
    pointer-events: none;
    z-index: -2;
    cursor: context-menu;
    opacity: 0;
    transition: opacity .3s;
    position: absolute;
    width: 447px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    background: #FFF;
    left: 50%;
    transform: translate(-50%,66%);
    box-shadow: 0px 0px 4.3px 0px rgba(0, 0, 0, 0.15);
}

.head-hover-tips p span {
    position: relative;
    z-index: 6;
}

.head-hover-tips p::after {
    transition: opacity .3s;
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    top: -12px;
    left: 0;
    background: none;
}

.head-hover-tips .svg {
    z-index: 2;
    position: absolute;
    background: white;
    width: 20px;
    box-shadow: 0px 0px 4.3px 0px rgba(0, 0, 0, 0.15);
    height: 20px;
    transform: rotateZ(45deg);
    left: 50%;
    top: -5px;
    transform: translate(-50%,0%) rotateZ(45deg);
}

.head-hover-tips .svg1 {
    z-index: 4;
    position: absolute;
    background: white;
    width: 50px;
    height: 20px;
    left: 50%;
    top: 0px;
    transform: translate(-50%,0%);
}

.head-hover-tips:hover p {
    pointer-events: all;
    z-index: 3;
    opacity: 1;
}

/* Shared */
.section-container {
  position: relative;
  z-index: 1;
  width: min(100%, 13.6rem);
  margin: 0 auto;
}

.section-heading {
  width: min(100%, 1200px);
  margin: 0 auto 60px;
  text-align: center;
}

.section-heading h2,
.reviews-heading h2,
.faq-section h2 {
  margin: 0;
  font-size: clamp(34px, 3vw, 44px);
  font-weight: 600;
}

.section-heading h2 {
  line-height: 1.5;
}

.section-heading p,
.reviews-heading p {
  margin: 20px 0 0;
  color: #333;
  font-size: 18px;
  line-height: 27px;
}

/* Pricing */
.pricing-section {
  position: relative;
  overflow: hidden;
  padding: 100px 24px;
  background: url(../video-downloader/img/vdbuy-ban-bgimg.png) top center no-repeat;
  background-size: cover;
}

.pricing-section::after {
  content: "";
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: linear-gradient(270deg, rgba(192, 192, 192, 0) 0%, rgba(192, 192, 192, 1) 64.9%, rgba(192, 192, 192, 0) 99.9%);
}

.pricing-header {
  width: min(100%, 1200px);
  margin: 0 auto 60px;
  text-align: center;
}

.pricing-header h1 {
  margin: 0;
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 600;
  line-height: 1.5;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  color: #7f3100;
  list-style: none;
}

.trust-list li {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 24px;
  color: #7F3200;
}

.trust-list li::before {
  content: "\e924";
  font-family: 'iconfont';
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: inherit;
}

/* buy-item */
.buy-areas { margin-top: .6rem; text-align: center; display: flex; justify-content: center; align-items: flex-end; gap: 0.4rem; flex-wrap: wrap; }
.buy-item { box-sizing: border-box; padding: .46rem .44rem; display: inline-block; max-width: 4.1rem; width: 100%; border-radius: .2rem; border: 2px solid #FFF;
background: linear-gradient(127deg, #FFF7F0 1.77%, #FFF 39.9%, #FFF7F0 98.6%), #FFF; box-shadow: 0 4px 32.5px 0 rgba(255, 159, 146, 0.25); margin: 0; }
.buy-item-best { padding: .96rem .44rem .46rem; max-width: 4.6rem; position: relative; border: 4px solid transparent; background: linear-gradient(127deg, #FFF7F0 1.77%, #FFF 39.9%, #FFF7F0 98.6%) padding-box, linear-gradient(145deg, rgba(253, 204, 119, 1), rgba(255, 103, 82, 1), rgba(255, 91, 78, 1), rgba(253, 204, 119, 1)) border-box; box-shadow: 0 4px 32.5px 0 rgba(255, 159, 146, 0.25); }
.buy-item-best .pro-best { position: absolute; top: 0; left: 50%; transform: translate(-50%); background: url(../video-downloader/img/vdbuy-item-bestimg.png) top center no-repeat; background-size: cover; width: 2.58rem; height: .54rem; z-index: 1; }
.buy-item-best .pro-best span { color: #FF9533; font-size: .22rem; font-weight: 500; display: inline-block; line-height: .54rem; }
.buy-item h3 { color: #000;font-size: .24rem;font-weight: 600; }
.buy-item>em { color: #666; font-size: clamp(12px, 0.14rem, 28px); font-style: normal; }
.buy-item>em img { display: inline-block; vertical-align: middle; width: 0.16rem; height: 0.16rem; }
.buy-item .pro-device { color: #333;font-size: .16rem; margin-bottom: .1rem; }
.buy-item .pro-price span { font-size: .4rem; font-weight: 700; display: inline-block; background: linear-gradient(308deg, #FF664E 32.47%, #FF9110 82.62%);
background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.buy-item .pro-price del { color: #666; font-size: .18rem; font-weight: 400; display: block; }
.buy-item .pro-sales { color: #999; font-size: .14rem; margin-top: .12rem; }
.buy-item a { border-radius: .1rem; color: transparent; background: linear-gradient(90deg, #FF664E 32.47%, #FF9110 82.62%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; border: 2px solid #FFA03D; text-decoration: none; font-size: .2rem; font-weight: 600; display: inline-block; width: 100%; padding: .15rem 0; margin: .24rem auto .12rem; transition: all .3s ease-in-out; }
.buy-item-best a { background: linear-gradient(5deg, #FF6D4F 3.75%, #FCAF5E 96.25%); color: #fff; border: none; background-clip:inherit; -webkit-background-clip: inherit; -webkit-text-fill-color: #fff; }
.buy-item a::before { content: "\e93b"; display: inline-block; font-family: 'iconfont'; font-weight: normal; vertical-align: middle; margin-right: .12rem; font-size: .24rem; }
.buy-item .pro-lists { text-align: left; margin-top: 0.24rem; }
.buy-item li { color: #333; font-size: .14rem; line-height: .22rem; padding-left: .2rem; position: relative; margin-top: .12rem; }
.buy-item li::before { content: ""; zoom: 1; width: .16rem; height: .16rem; background: url(../video-downloader/img/vdbuy-lists-img@2x.png) top center no-repeat; background-size: 100% 100%; position: absolute; top: .03rem; left: 0; }
.buy-item li span { color: #FF9533; font-size: .14rem; font-weight: 500; line-height: .22rem; }
.buy-item .yeartips { color: #999; top: -0.1rem; margin-left: 0; position: relative; }
.buy-item .yeartips::after { font-size: .16rem; }
.buy-item .yeartips:hover { color: #666; }
.buy-item .yeartips i { width: 3.16rem; padding: .16rem; box-sizing: border-box; border-radius: .16rem; border: .01rem solid #D9D9D9; box-shadow: none; left: -2.6rem; top: 0.26rem; font-size: 0.12rem; }
.buy-item .yeartips i:after { box-shadow: .01rem .01rem 0 #D9D9D9; border: 0.08rem solid transparent; transform: rotateZ(-135deg); background-color: #fff; top: -0.07rem; border-radius: .03rem; color: #333; left: 2.6rem; }
.buy-item a:hover { box-shadow: 0 8px 20px 0 rgba(255, 109, 79, 0.30); transform: translateY(-6px); }
.buy-item-best a { position: relative; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; overflow: hidden; z-index: 0; padding: 0.17rem 0;}
.buy-item-best a::after { content: ""; position: absolute; top: -1.52rem; left: -0.02rem; width: 3.68rem; height: 3.68rem; z-index: -1; background: linear-gradient(324deg,#FF6D4F 21.92%,#FCAF5E 82.7%); transform-origin: center center; transform: rotate(0deg); opacity: 0; transition: opacity .3s;}
.buy-item-best a:hover::after { opacity: 1; animation: gradientRotate 4s linear infinite;}
.buy-item-best a:hover { box-shadow: 0 4px 20px rgba(255,109,79,.5);}

@keyframes gradientRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* buy-item */

.payment-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
}

.payment-row h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.assurance-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px;
  margin-top: 60px;
}

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

.assurance-item img {
  width: 46px;
  height: 46px;
  margin: 0 auto 8px;
  object-fit: cover;
  border-radius: 50%;
}

.assurance-item h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.assurance-item p {
  margin: 6px 0 0;
  color: #666;
  font-size: 14px;
  line-height: 21px;
}

/* Freedom */
.freedom-section {
  padding: 100px 24px;
  background: linear-gradient(180deg, #fff 0%, #fff3f2 81.2347%, #fff3f2 100%);
}

.freedom-panel {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  align-items: center;
  gap: 30px;
  min-height: 510px;
  padding: 40px;
  background: rgba(255, 255, 255, 0.4);
  border: 2px solid #eae6e2;
  border-radius: 20px;
}

.freedom-list {
  display: grid;
  gap: 4px;
}

.freedom-item {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 68px;
  padding: 4px 10px;
  border-radius: 12px;
  cursor: pointer;
  outline: none;
}

.freedom-item--active {
  align-items: start;
}

.freedom-item:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 116, 87, 0.22);
}

.freedom-item__icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.freedom-item__content {
  min-width: 0;
}

.freedom-item h3 {
  margin: 0;
  color: #333;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}

.freedom-item p {
  display: none;
  margin: 8px 0 0;
  color: #333;
  font-size: 16px;
  line-height: 24px;
}

.freedom-item--active h3 {
  color: #F76631;
}

.freedom-item--active p {
  display: block;
}

.freedom-media {
  width: 100%;
  aspect-ratio: 5 / 3;
  margin: 0;
  overflow: hidden;
  background: #0f0a1e;
  border-radius: 20px;
}

.freedom-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: opacity 180ms ease;
}

.freedom-media img.is-changing {
  opacity: 0;
}

/* Reviews */
.reviews-section {
  position: relative;
  overflow: hidden;
  padding: 100px 24px;
  background:
    radial-gradient(ellipse at center, rgba(255, 247, 244, 0.72), transparent 65%),
    #fff;
}

.reviews-heading {
  margin-bottom: 40px;
  text-align: center;
}

.reviews-heading h2 {
  line-height: 66px;
}

.media-coverage {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 100px;
  margin-bottom: 40px;
}

.media-coverage h3 {
  flex: 0 0 auto;
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.media-logos {
  display: flex;
  align-items: center;
  gap: 24px;
  min-width: 0;
}

.media-logos img {
  max-height: 60px;
  object-fit: contain;
  opacity: 0.9;
}

.featured-reviews {
  display: grid;
  grid-template-columns: 704px minmax(0, 1fr);
  gap: 20px;
}

.review-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 30px 25px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 20px;
  gap: 0.2rem;
  justify-content: flex-end;
}

.review-card__author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.review-card__author img {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 50%;
}

.review-card__author h3 {
  margin: 0;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.review-card > p {
  flex: 1;
  color: #666;
  font-size: 16px;
  line-height: 22px;
}

.review-card > p strong {
  color: #333;
  font-weight: 600;
}

.review-tag {
  align-self: flex-start;
  padding: 3px 10px;
  color: #805d98;
  font-size: 14px;
  font-style: italic;
  line-height: 21px;
  background: #fbf5ff;
  border-radius: 18px;
}

.review-tag img {
  vertical-align: middle;
}

.review-carousel {
  position: relative;
  margin-top: 20px;
  touch-action: pan-y;
}

.review-mask {
  width: 100%;
  height: 308px;
  overflow: hidden;
  -webkit-mask-image:
    linear-gradient(
      to right,
      transparent 0%,
      #000 6.152652949%,
      #000 94.935852289%,
      transparent 100%
    );
  mask-image:
    linear-gradient(
      to right,
      transparent 0%,
      #000 6.152652949%,
      #000 94.935852289%,
      transparent 100%
    );
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.review-track {
  display: flex;
  width: max-content;
  height: 308px;
  gap: 20px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.review-card--compact {
  min-height: 308px;
  flex: 0 0 auto;
}

.review-card--width-320 {
  width: 320px;
}

.review-card--width-360 {
  width: 360px;
}

.review-card--width-370 {
  width: 370px;
}

.review-card--width-761 {
  width: 761px;
}

.review-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  place-items: center;
  color: #ededed;
  font-size: 36px;
  line-height: 1;
  background: rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(4px);
  transition:
    opacity 180ms ease,
    background-color 180ms ease;
}

.review-arrow::after {
  content: "\e802";
  font-family: 'iconfont';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  color: #ededed;
}

.review-arrow--previous {
  left: -15px;
}

.review-arrow--previous::after {
  transform: translate(-50%, -50%) rotateZ(180deg);
}

.review-arrow--next {
  right: -15px;
}

.review-carousel:hover .review-arrow,
.review-carousel:focus-within .review-arrow {
  opacity: 1;
  pointer-events: auto;
}

.review-carousel:hover .review-arrow::after {
  color: #fff;
}

.review-arrow:hover {
  background: rgba(0, 0, 0, 0.58);
}

.review-arrow:focus-visible {
  opacity: 1;
  pointer-events: auto;
  outline: 3px solid rgba(255, 103, 81, 0.38);
  outline-offset: 3px;
}

/* FAQ */
.faq-section {
  overflow: hidden;
  padding: 0 24px 120px;
  background: linear-gradient(180deg, #fff 0%, #ffe9e0 81%, #ffe9e0 100%);
}

.faq-section h2 {
  margin-bottom: 60px;
  line-height: 66px;
  text-align: center;
  text-transform: capitalize;
}

.faq-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  align-items: flex-start;
}

.faq-left, .faq-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 665px;
  width: 48%;
}

.faq-item {
  flex: 0 0 47%;
  min-height: 88px;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 20px;
  backdrop-filter: blur(20px);
  transition: background-color 180ms ease, border-color 180ms ease;
}

.faq-item:hover {
  background: rgba(255, 255, 255, 0.82);
  border-color: #8352e8;
}

.faq-item[open] {
  background: rgba(255, 255, 255, 0.82);
  border-color: #8352e8;
  padding: 24px;
}

.faq-item summary {
  position: relative;
  min-height: 36px;
  padding-right: 36px;
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::before,
.faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 14px;
  height: 2px;
  background: #333;
  border-radius: 2px;
  content: "";
  transform: translateY(-50%);
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.faq-item summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-item[open] summary::after {
  transform: translateY(-50%);
}

.faq-item:hover summary::before,
.faq-item:hover summary::after,
.faq-item[open] summary::before,
.faq-item[open] summary::after {
  background: #8352e8;
}

.faq-item p {
  margin: 16px 8px 0;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  animation: faq-answer-in 220ms ease both;
}

.faq-item p a {
  font-size: inherit;
  color: #256cff;
}

@keyframes faq-answer-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 1200px) {
  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }

  .plan-card,
  .plan-card--featured {
    min-height: 100%;
    padding-right: 28px;
    padding-left: 28px;
  }

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

  .media-coverage {
    align-items: flex-start;
    flex-direction: column;
  }

  .media-logos {
    flex-wrap: wrap;
    justify-content: center;
  }

  .featured-reviews {
    grid-template-columns: 1fr 1fr;
  }

  .freedom-media {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 980px) {
  .freedom-panel {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .freedom-list {
    display: none;
  }

  .faq-left, .faq-right {
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    gap: 20px;
  }

  .faq-grid {
    gap: 20px;
  }

  .kr-usecase-tabs-mo  {
    display: block;
  }

  .kr-usecases-content {
    grid-template-columns: 1fr;
  }

  .kr-usecase-tab-mo {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .kr-usecase-tab-mo.is-active {
    display: flex;
  }

  .kr-usecase-tab-mo strong {
    color: #333;
    text-align: center;
    font-size: clamp(18px, 0.36rem, 48px);
    font-weight: 600;
  }

  .kr-usecase-tab-mo small {
    color: #666;
    text-align: center;
    font-size: clamp(14px, 0.28rem, 36px);
    font-weight: 500;
  }

  .kr-usecase-btns {
    margin-top: 0.7rem;
    display: flex;
    gap: 0.8rem;
    justify-content: center;
  }

  .kr-usecase-btns span {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
  }

  .kr-usecase-btns span:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .arrow-pre::after {
    display: block;
    content: "\e802";
    font-size: 0.48rem;
    font-family: iconfont;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateZ(180deg);
    color: #e6e6e6;
  }

  .arrow-next::after {
    display: block;
    content: "\e802";
    font-size: 0.48rem;
    font-family: iconfont;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #e6e6e6;
  }
}

@media (max-width: 900px) {
  .pricing-section,
  .reviews-section {
    padding: 72px 20px;
  }

  .pricing-grid,
  .featured-reviews {
    grid-template-columns: 1fr;
  }

  .pricing-grid {
    align-items: stretch;
  }

  .plan-card,
  .plan-card--featured {
    width: min(100%, 520px);
    margin: 0 auto;
  }

  .payment-row {
    flex-direction: column;
  }

  .payment-icons {
    justify-content: center;
  }

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

  .faq-section {
    padding: 0 20px 96px;
  }

  .faq-item {
    flex-basis: 100%;
  }
}

@media (max-width: 750px) {
  .freedom-section {
    padding: 72px 20px;
  }

  .freedom-panel {
    padding: 24px;
  }

  .freedom-item {
    grid-template-columns: 50px minmax(0, 1fr);
  }

  .freedom-item__icon {
    width: 50px;
    height: 50px;
  }

  .freedom-item h3 {
    font-size: 19px;
    line-height: 28px;
  }

  .head-tips>img {
    display: none;
  }

  .head-hover-tips p {
    width: 300%;
    left: -35%;
  }

  .head-hover-tips .svg1, .head-hover-tips .svg {
    left: 75%;
  }

  .buy-item { max-width: 750px; width: 100%; margin-bottom: 0px; padding: 0.46rem 0.6rem; }
  .buy-item-best { padding: 0.96rem 0.6rem 0.46rem; }
  .buy-item h3 { font-size: 18px; }
  .buy-item .yeartips::after { font-size: 14px; }
  .buy-item .pro-device { font-size: 15px; }
  .buy-item .pro-price span { font-size: 26px; }
  .buy-item .pro-price del { font-size: 16px; }
  .buy-item .pro-sales { font-size: 14px; }
  .buy-item a { font-size: 18px; margin: 0.32rem auto 0.2rem; }
  .buy-item li { font-size: 14px; line-height: normal; padding-left: 20px; }
  .buy-item li::before { width: 14px; height: 14px; top: 3px; }
  .buy-item li span { font-size: 14px; }
  .buy-item .yeartips i { width: 4.5rem; left: -3rem; top: 0.4rem; font-size: 12px; }
  .buy-item .yeartips i:after { left: 3rem; }

  .review-card--compact {
    overflow-y: auto;
    justify-content: flex-start;
  }

  .review-tag {
    font-size: 13px;
  }
}

/* 375px mobile specification */
@media (max-width: 600px) {
  .pricing-section,
  .freedom-section,
  .reviews-section,
  .faq-section {
    padding: 40px 21px;
  }

  .section-container {
    width: 100%;
  }

  .pricing-header,
  .section-heading,
  .reviews-heading {
    width: 100%;
    margin-bottom: 32px;
  }

  .pricing-header h1,
  .section-heading h2,
  .reviews-heading h2,
  .faq-section h2 {
    font-size: 27px;
    line-height: 42px;
  }

  .section-heading p,
  .reviews-heading p {
    max-width: 333px;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 26px;
  }

  .faq-section h2 {
    margin-bottom: 32px;
  }

  .trust-list {
    align-items: center;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
  }

  .trust-list li {
    min-height: 28px;
    padding: 3px 6px;
    font-size: 14px;
    line-height: 22px;
  }

  .pricing-grid {
    gap: 40px;
  }

  .plan-card,
  .plan-card--featured {
    width: 100%;
    padding-right: 21px;
    padding-left: 21px;
  }

  .plan-card--featured {
    padding-top: 84px;
  }

  .plan-card__badge {
    width: calc(100% - 38px);
  }

  .plan-card__header h2,
  .freedom-item h3,
  .media-coverage h3 {
    font-size: 21px;
    line-height: 29px;
  }

  .plan-card__header p,
  .plan-card__features,
  .assurance-item p,
  .freedom-item p,
  .review-card > p,
  .faq-item p {
    font-size: 16px;
    line-height: 26px;
  }

  .payment-row,
  .assurance-grid {
    margin-top: 40px;
  }

  .payment-row {
    gap: 20px;
  }

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

  .assurance-item h2,
  .review-card__author h3,
  .faq-item summary {
    font-size: 17px;
    line-height: 26px;
  }

  .freedom-panel {
    gap: 40px;
    padding: 21px;
  }

  .freedom-list {
    gap: 20px;
  }

  .freedom-item {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px;
    padding: 0;
  }

  .freedom-item__icon {
    width: 50px;
    height: 50px;
  }

  .freedom-item p {
    margin-top: 20px;
  }

  .media-coverage {
    align-items: center;
    gap: 20px;
    min-height: auto;
    margin-bottom: 32px;
  }

  .media-logos {
    gap: 20px;
  }

  .featured-reviews,
  .review-track,
  .faq-grid {
    gap: 20px;
  }

  .review-carousel {
    margin-top: 20px;
  }

  .review-card,
  .faq-item {
    padding: 19px;
  }

  .review-card--width-320,
  .review-card--width-360,
  .review-card--width-370,
  .review-card--width-761 {
    width: min(333px, calc(100vw - 42px));
  }

  .faq-item {
    flex-basis: 100%;
    border-radius: 16px;
  }

  .faq-item summary {
    min-height: 26px;
    padding-right: 32px;
  }

  .faq-item p {
    margin: 20px 0 0;
  }
}

@media (hover: none) {
  .review-arrow {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .freedom-media img,
  .review-track,
  .review-arrow,
  .faq-item {
    transition-duration: 0ms;
  }

  .faq-item p {
    animation: none;
  }
}
