@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
.scrollbar {
  overflow: overlay;
}

/* total width */
.scrollbar::-webkit-scrollbar {
  background-color: rgba(0, 0, 0, 0);
  width: 16px;
  height: 16px;
  z-index: 999999;
}

/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  border: 0px solid #fff;
}

/* set button(top and bottom of the scrollbar) */
.scrollbar::-webkit-scrollbar-button {
  display: none;
}

/* scrollbar when element is hovered */
.scrollbar:hover::-webkit-scrollbar-thumb {
  background-color: #a0a0a5;
  border: 4px solid #fff;
}

/* scrollbar when scrollbar is hovered */
.scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #a0a0a5;
  border: 4px solid #f4f4f4;
}

html, body {
  scroll-behavior: smooth;
  scroll-padding-top: 128px;
  font-family: 'Noto Sans TC',sans-serif;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

body {
  background-color: #101010;
  min-height: 100vh;
  line-height: 1.7 !important;
  font-weight: 400;
}

hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

a {
  text-align: center;
  text-decoration: none;
  transition: all .3s;
}

.swiper {
  width: 100%;
  height: 540px;
}

.swiper .swiper-pagination-bullet {
  background: white !important;
  width: 40px;
  height: 4px;
  border-radius: 180px;
  margin: 0 8px !important;
}

.swiper .swiper-pagination-bullet-active {
  background: white !important;
}

.swiper .swiper-button-next, .swiper .swiper-button-prev {
  color: white !important;
}

.swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
  font-size: 36px !important;
}

.swiper-slide {
  font-size: 18px;
  background: #fff;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

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

.slide-inner-content img {
  max-width: 240px;
  margin: 16px auto;
}

.promotion-info span {
  display: block;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
}

.promotion-info span:nth-child(1) {
  margin-bottom: 0px;
}

.promotion-info span:nth-child(2) {
  line-height: 1.2;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 16px;
}

.promotion-info span:nth-child(2) span {
  font-size: 36px;
  display: inline;
}

.promotion-info .promotion-link .links-grid-2 {
  padding: 16px 0;
  display: grid;
  grid-template-columns: auto auto;
  gap: 16px;
}

.promotion-info .promotion-link a {
  display: block;
  width: 100%;
  padding: 16px 0;
  color: white;
  border-radius: 12px;
  max-width: 180px;
  margin: 0 auto;
  font-weight: bold;
  transition: all .3s;
  font-size: 16px;
  margin-bottom: 16px;
}

.promotion-info .promotion-link a:hover {
  filter: brightness(120%);
}

.copy-link-info {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.copy-link-info span {
  display: inline;
  font-size: 14px;
}

.copy-link {
  display: grid;
  gap: 8px;
  width: 100%;
  grid-template-columns: auto auto;
}

.copy-link input:disabled {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5) !important;
  padding: 8px 16px;
  border: 1px dashed rgba(255, 255, 255, 0.5) !important;
  background-color: rgba(239, 239, 239, 0.3) !important;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0 !important;
}

.copy-link button {
  display: block;
  justify-content: center;
  color: #101010 !important;
  align-items: center;
  font-size: 14px;
  height: 100%;
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  cursor: pointer;
}

.copyTip1, .copyTip2 {
  position: relative;
  display: block;
}

.copyTip1 .copyTip1text, .copyTip1 .copyTip2text, .copyTip2 .copyTip1text, .copyTip2 .copyTip2text {
  visibility: hidden;
  width: 140px;
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: calc(100% + 8px);
  transform: translateX(-50%);
  left: 50%;
  opacity: 0;
  transition: opacity 0.3s;
}

.copyTip1 .copyTip1text::after, .copyTip1 .copyTip2text::after, .copyTip2 .copyTip1text::after, .copyTip2 .copyTip2text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 5px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.15) transparent transparent transparent;
}

.copyTip1:hover .copyTip1text, .copyTip1:hover .copyTip2text, .copyTip2:hover .copyTip1text, .copyTip2:hover .copyTip2text {
  visibility: visible;
  opacity: 1;
}

.surfshark-promotion .slide-inner-content .promotion-info .highlight {
  color: #1EBFBF;
}

.surfshark-promotion .slide-inner-content .promotion-info .promotion-link a {
  background: #FF4C64;
}

.surfshark-promotion .slide-inner-content .promotion-info .promotion-link a.download {
  background: none;
}

.surfshark-promotion::after {
  display: none;
}

.honghai-promotion .slide-inner-content .promotion-info .highlight {
  color: #48F56E;
}

.honghai-promotion .slide-inner-content .promotion-info .promotion-link a {
  background: white;
  color: #4739B6;
}

.honghai-promotion::after {
  display: none;
}

.promotion-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-start: span 2;
  gap: 16px;
}

.promotion-container a {
  transition: all .3s;
}

.promotion-container a:hover {
  filter: brightness(80%);
}

.promotion-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.surfshark-promotion, .honghai-promotion {
  overflow: hidden;
  width: 100%;
  z-index: 100;
  background: #101010;
  color: white;
  background-image: url(../img/elements-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 200%;
  transition: all .5s;
  opacity: 1;
  position: relative;
}

.surfshark-promotion .promotion-grid, .honghai-promotion .promotion-grid {
  margin: 0 auto;
  padding: 16px 32px;
  display: flex;
  flex-direction: column;
  grid-template-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  gap: 16px;
  position: relative;
}

.surfshark-promotion .promotion-grid::before, .honghai-promotion .promotion-grid::before {
  content: 'Ad';
  position: absolute;
  top: 6px;
  left: 16px;
  font-size: 14px;
}

.surfshark-promotion .promotion-grid .promotion-logo img, .honghai-promotion .promotion-grid .promotion-logo img {
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 56/13;
  object-fit: cover;
  object-fit: center;
  max-width: 160px;
}

.surfshark-promotion .promotion-grid .promotion-content, .honghai-promotion .promotion-grid .promotion-content {
  display: grid;
  justify-content: center;
  gap: 8px;
}

.surfshark-promotion .promotion-grid .promotion-content span, .honghai-promotion .promotion-grid .promotion-content span {
  display: block;
  line-height: 1;
}

.surfshark-promotion .promotion-grid .promotion-content span:nth-child(1), .honghai-promotion .promotion-grid .promotion-content span:nth-child(1) {
  margin: auto auto 0 0;
}

.surfshark-promotion .promotion-grid .promotion-content span:nth-child(2), .honghai-promotion .promotion-grid .promotion-content span:nth-child(2) {
  margin: 0 auto auto auto;
}

.surfshark-promotion .promotion-grid .promotion-content .highlight, .honghai-promotion .promotion-grid .promotion-content .highlight {
  grid-area: 1 / 2 / span 2 / span 1;
  font-size: 80px;
  line-height: 1;
  color: #FFC200;
  font-weight: 900;
}

.surfshark-promotion .promotion-grid .promotion-content .highlight .small-txt, .honghai-promotion .promotion-grid .promotion-content .highlight .small-txt {
  display: inline;
  font-size: 36px;
  font-weight: 400;
}

.surfshark-promotion .promotion-grid .promotion-img, .honghai-promotion .promotion-grid .promotion-img {
  width: 320px;
  position: relative;
  height: 100%;
}

.surfshark-promotion .promotion-grid .promotion-img img, .honghai-promotion .promotion-grid .promotion-img img {
  top: -100px;
  left: -25px;
  position: absolute;
  width: 320px;
  max-width: 1200px;
}

.surfshark-promotion .promotion-grid .promotion-link a, .honghai-promotion .promotion-grid .promotion-link a {
  color: white;
  display: block;
  transition: all .3s;
  background: #FF4C64;
  width: 100%;
  border-radius: 180px;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 24px;
}

.surfshark-promotion .promotion-grid .promotion-link a:hover, .honghai-promotion .promotion-grid .promotion-link a:hover {
  filter: brightness(120%);
}

.surfshark-promotion .promotion-grid .promotion-link a .desktop, .honghai-promotion .promotion-grid .promotion-link a .desktop {
  display: inline;
}

.surfshark-promotion .promotion-grid .promotion-link a .mobile, .honghai-promotion .promotion-grid .promotion-link a .mobile {
  display: none;
}

.surfshark-promotion .promotion-grid .promotion-link a i, .honghai-promotion .promotion-grid .promotion-link a i {
  font-size: 16px;
  color: white;
}

.surfshark-promotion .close, .honghai-promotion .close {
  background: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-size: 14px;
  top: 8px;
  right: 16px;
  position: absolute;
  transition: all .3s;
}

.surfshark-promotion .close:hover, .honghai-promotion .close:hover {
  color: white;
}

.surfshark-promotion::after, .honghai-promotion::after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  animation: shine-1 5s ease-in-out infinite;
}

.honghai-promotion {
  background-image: url(../img/honghai-promotion-bg.svg), linear-gradient(90deg, #6A2A9A 0%, #4739B6 100%);
  background-size: 75%, cover;
  margin-bottom: none;
  color: white;
}

.honghai-promotion .promotion-grid {
  padding: 24px 32px;
  grid-template-columns: 1fr;
  justify-content: space-between;
}

.honghai-promotion .promotion-grid .promotion-logo img {
  margin: 0 auto;
  width: 100%;
  aspect-ratio: 185/47;
  object-fit: cover;
  object-fit: center;
  max-width: 140px;
}

.honghai-promotion .promotion-grid .promotion-content {
  margin: 0  auto;
}

.honghai-promotion .promotion-grid .promotion-content span {
  display: block;
  text-align: center;
}

.honghai-promotion .promotion-grid .promotion-content span .highlight {
  color: #48F56E;
}

.honghai-promotion .promotion-grid .promotion-content span .highlight .small-txt {
  font-size: 24px;
}

.honghai-promotion .promotion-grid .promotion-content span:nth-child(2), .honghai-promotion .promotion-grid .promotion-content span.highlight {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.1;
}

.honghai-promotion .promotion-grid .promotion-link a {
  border-radius: 180px;
  background: #FFFFFF;
  color: #4739B6;
}

.honghai-promotion::after {
  animation: shine-2 4s ease-in-out infinite;
}

@keyframes shine-1 {
  0% {
    opacity: 0.5;
    transform: translateX(-100%) skewX(-15deg);
    transition-property: opacity, transform;
  }
  100% {
    opacity: 0.6;
    transform: translateX(300%) skewX(-15deg);
    transition-property: opacity, transform;
  }
}

@keyframes shine-2 {
  0% {
    opacity: 0.5;
    transform: translateX(-100%) skewX(-15deg);
    transition-property: opacity, transform;
  }
  75% {
    opacity: 0.6;
    transform: translateX(200%) skewX(-15deg);
    transition-property: opacity, transform;
  }
  100% {
    opacity: 0.6;
    transform: translateX(300%) skewX(-15deg);
    transition-property: opacity, transform;
  }
}

#week-countdown {
  text-align: center;
  padding: 0 16px 16px;
  margin-bottom: 16px;
}

#week-countdown p {
  font-size: 28px;
  margin-bottom: 4px;
}

#week-countdown .week-countdown-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}

#week-countdown span {
  font-weight: 900;
  font-size: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  padding: 8px;
  border-radius: 8px;
  position: relative;
}

#week-countdown span::after {
  position: absolute;
  width: 100%;
  color: white;
  bottom: -24px;
  left: 0;
  font-size: 14px;
  font-weight: 400;
}

#week-countdown span:nth-child(1)::after {
  content: '天';
}

#week-countdown span:nth-child(2)::after {
  content: '時';
}

#week-countdown span:nth-child(3)::after {
  content: '分';
}

#week-countdown span:nth-child(4)::after {
  content: '秒';
}

.mobile-btn {
  display: none !important;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
  background: rgba(2, 7, 13, 0.05);
  backdrop-filter: blur(2px);
  padding: 16px 0;
}

header .header-wrap {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  justify-content: space-between;
}

header .header-wrap .logo img {
  display: block;
  height: 32px;
}

header .header-wrap .hamburger-btn {
  display: none;
  background: none;
  height: 28px;
  width: 28px;
}

header .header-wrap .hamburger-btn .line {
  border-radius: 180px;
  width: 100%;
  height: 2px;
  background: white;
  margin: 0 0 4px auto;
  transition: all .3s;
}

header .header-wrap .hamburger-btn .line:nth-child(1) {
  width: 100%;
}

header .header-wrap .hamburger-btn .line:nth-last-child(1) {
  margin-bottom: 0;
}

header .header-wrap .hamburger-btn.active .line:nth-child(1) {
  transform: translateY(3px) rotate(45deg);
}

header .header-wrap .hamburger-btn.active .line:nth-child(2) {
  display: none;
}

header .header-wrap .hamburger-btn.active .line:nth-child(3) {
  transform: translateY(-3px) rotate(-45deg);
}

.btn-go-top {
  cursor: pointer;
}

.menu {
  position: fixed;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.menu ul {
  list-style: none;
}

.menu ul li {
  margin-bottom: 16px;
}

.menu ul li a {
  color: rgba(255, 255, 255, 0.5);
  transition: all .3s;
  position: relative;
  text-shadow: 0px 1px 4px rgba(34, 46, 58, 0.5);
}

.menu ul li a::before {
  content: '';
  position: absolute;
  left: -16px;
  height: 0%;
  width: 4px;
  background: white;
  transition: all .3s;
  box-shadow: 0px 1px 4px rgba(34, 46, 58, 0.5);
}

.menu ul li a:hover {
  color: white;
  font-weight: bold;
}

.menu ul li.active a {
  color: white;
  font-weight: bold;
}

.menu ul li.active a::before {
  height: 100%;
}

/* modal 開始 */
.modal {
  display: none;
  overflow-y: auto;
  position: fixed;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.modal.is-visible {
  visibility: visible;
  display: block;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.modal-wrapper {
  border-radius: 16px;
  box-shadow: 0px 1px 16px rgba(34, 46, 58, 0.75);
  overflow: hidden;
  position: absolute;
  z-index: 9999;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 768px;
  max-width: calc(100% - 16px);
}

.modal-content {
  position: relative;
}

.modal-content .close {
  background: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  font-size: 16px;
  top: 16px;
  right: 24px;
  position: absolute;
  transition: all .3s;
  z-index: 100;
}

.modal-content .close:hover {
  color: white;
}

.promotion-popup-closed {
  position: fixed;
  bottom: 16px;
  left: 50%;
  width: 540px;
  transform: translateX(-50%);
  background-color: rgba(16, 16, 16, 0.9);
  box-shadow: 0px 1px 16px rgba(34, 46, 58, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  z-index: 9;
  transition: all .3s;
}

.promotion-popup-closed:hover {
  transform: translate(-50%, -4px);
}

.promotion-popup-closed.honghai-closed {
  background-color: #343540;
}

.promotion-popup-closed.honghai-closed .promotion-popup-closed-inner {
  background-size: 75%;
  background-image: url(../img/honghai-promotion-bg.svg);
}

.promotion-popup-closed.honghai-closed .promotion-popup-closed-inner .promotion-popup-closed-inner-txt span:nth-last-child(1) {
  font-size: 24px;
}

.promotion-popup-closed.honghai-closed .promotion-popup-closed-inner .promotion-popup-closed-inner-txt span:nth-last-child(1) .highlight {
  color: #FFDD64;
}

.promotion-popup-closed.honghai-closed .promotion-popup-closed-inner button {
  background: #FE023E;
}

.promotion-popup-closed .promotion-popup-closed-inner {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  background-image: url(../img/surfshark-promotion-bg.svg);
  background-size: 110%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
}

.promotion-popup-closed .promotion-popup-closed-inner img {
  display: block;
  max-width: 120px;
  margin: auto auto auto 0;
}

.promotion-popup-closed .promotion-popup-closed-inner #week-countdown {
  text-align: left;
  padding: 0;
  margin-bottom: 0;
}

.promotion-popup-closed .promotion-popup-closed-inner #week-countdown span {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  background: none;
  padding: 0 0 0 0;
  position: relative;
  display: inline;
}

.promotion-popup-closed .promotion-popup-closed-inner #week-countdown span:nth-child(1)::after {
  display: none;
}

.promotion-popup-closed .promotion-popup-closed-inner #week-countdown .week-countdown-container {
  display: inline-block;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin-left: 4px;
  padding: 0 0 0 8px;
}

.promotion-popup-closed .promotion-popup-closed-inner #week-countdown .week-countdown-container span {
  font-weight: 900;
  font-size: 16px;
  text-align: center;
  background: none;
  padding: 0 8px 0 0;
  position: relative;
  display: inline;
}

.promotion-popup-closed .promotion-popup-closed-inner #week-countdown .week-countdown-container span::after {
  display: block;
  content: ':';
  right: -12px;
  left: auto;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  color: white;
}

.promotion-popup-closed .promotion-popup-closed-inner #week-countdown .week-countdown-container span:nth-last-child(1)::after {
  display: none;
}

.promotion-popup-closed .promotion-popup-closed-inner .promotion-popup-closed-inner-txt {
  margin: 0 auto;
}

.promotion-popup-closed .promotion-popup-closed-inner .promotion-popup-closed-inner-txt span {
  color: white;
}

.promotion-popup-closed .promotion-popup-closed-inner .promotion-popup-closed-inner-txt span:nth-last-child(1) {
  font-weight: bold;
}

.promotion-popup-closed .promotion-popup-closed-inner .promotion-popup-closed-inner-txt span:nth-last-child(1) .highlight {
  display: inline;
  color: #FFC200;
}

.promotion-popup-closed .promotion-popup-closed-inner button {
  color: white;
  font-size: 14px;
  background: #FF4C64;
  padding: 12px 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 8px;
  transition: all .3s;
}

.promotion-popup-closed .promotion-popup-closed-inner button:hover {
  filter: brightness(120%);
}

main {
  padding-top: 0;
}

main .linear-bg {
  background: linear-gradient(180deg, #101010 0, rgba(16, 16, 16, 0) 41.05%), #222e3a;
  padding-bottom: 16px;
  padding-top: 32px;
}

main .solid-bg {
  background: #222e3a;
  padding-bottom: 32px;
}

main .world-map-bg {
  background-image: url(../img/bg.svg);
  background-repeat: no-repeat;
  background-size: 1600px;
  background-position: center;
}

main .main-wrap {
  padding: 0 16px;
  max-width: 1200px;
  margin: 0 auto;
  color: white;
}

.recommendation {
  margin: 0;
  padding-top: 16px;
}

.recommendation section {
  padding: 24px 0;
}

.recommendation .intro {
  padding: 0;
}

.recommendation h1 {
  font-size: 48px;
  margin: 0 0 8px;
  font-weight: 900;
  text-align: center;
}

.recommendation h1 span {
  display: inline;
}

.recommendation p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  margin: 0 auto;
  text-align: center;
  width: 60%;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 32px;
}

.grid-1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.brand-info h2 {
  font-size: 36px;
}

.brand-info p {
  width: 100%;
  margin: 0 auto 0 0;
  text-align: left;
  color: white;
  margin-bottom: 16px;
}

.brand-info .title {
  position: relative;
}

.brand-info #first-date, .brand-info #second-date {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.75);
}

.recommend-brand, .brand {
  background: linear-gradient(180deg, #FFFFFF 0%, #F4F4F4 100%);
  box-shadow: 0px 1px 4px rgba(34, 46, 58, 0.15);
  padding: 32px 64px;
  border-radius: 16px;
  color: #222E3A;
  position: relative;
  transition: all .3s;
  align-items: center;
}

.recommend-brand:hover, .brand:hover {
  transform: scale(1.01);
}

.recommend-brand .brand-inner-logo, .brand .brand-inner-logo {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}

.recommend-brand .brand-inner-logo img, .brand .brand-inner-logo img {
  margin: 0 auto 16px;
  height: 100px;
}

.recommend-brand .brand-inner-logo .brand-inner-rating, .brand .brand-inner-logo .brand-inner-rating {
  margin-bottom: 24px;
}

.recommend-brand .brand-inner-logo .brand-inner-rating img, .brand .brand-inner-logo .brand-inner-rating img {
  margin: 0 auto 4px;
  height: 20px;
}

.recommend-brand .brand-inner-logo .brand-inner-rating .rating-info, .brand .brand-inner-logo .brand-inner-rating .rating-info {
  color: #222e3a;
  text-align: center;
}

.recommend-brand .brand-inner-info, .brand .brand-inner-info {
  width: 75%;
  margin: 0 auto 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.recommend-brand .brand-inner-info .feature, .brand .brand-inner-info .feature {
  padding-left: 24px;
  position: relative;
}

.recommend-brand .brand-inner-info .good::before, .recommend-brand .brand-inner-info .bad::before, .brand .brand-inner-info .good::before, .brand .brand-inner-info .bad::before {
  content: '';
  background-image: url(../img/v.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 12px;
  left: 0;
  top: 6px;
  display: block;
  position: absolute;
}

.recommend-brand .brand-inner-info .bad::before, .brand .brand-inner-info .bad::before {
  background-image: url(../img/risk-icon.svg);
  background-position: center;
  background-size: cover;
  width: 16px;
  height: 14px;
}

.recommend-brand .brand-inner-links a, .brand .brand-inner-links a {
  padding: 16px 0;
  background: none;
  border-radius: 12px;
  margin-bottom: 16px;
  color: #222E3A;
  border: 1px solid #a0a0a0;
}

.recommend-brand .brand-inner-links a:nth-last-child(1), .brand .brand-inner-links a:nth-last-child(1) {
  margin-bottom: 0;
}

.recommend-brand .brand-inner-links a:hover, .brand .brand-inner-links a:hover {
  background: #dbdbdb;
}

.recommend-brand .brand-inner-links .official, .brand .brand-inner-links .official {
  background: #FF4C64;
  color: white;
  font-weight: bold;
}

.recommend-brand .brand-inner-links .official:hover, .brand .brand-inner-links .official:hover {
  background: #bd384a;
}

.recommend-brand .brand-inner-links .freevpn, .brand .brand-inner-links .freevpn {
  background: #48F56E;
  color: #222E3A;
}

.recommend-brand .brand-inner-links .freevpn:hover, .brand .brand-inner-links .freevpn:hover {
  filter: brightness(120%);
}

.recommend-brand .brand-inner-links .ban, .brand .brand-inner-links .ban {
  width: 100%;
  padding: 16px 0;
  background: #E3E3E3;
  border-radius: 12px;
  color: #9b9b9b;
  text-align: center;
}

.surfshark::before, .honghai::before {
  content: '';
  position: absolute;
  display: block;
  background-image: url(../img/recommended.svg);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 108px;
  height: 50px;
  left: -15px;
  top: 24px;
}

.honghai::before {
  background-image: url(../img/free.svg);
}

.brand {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 16px;
}

.brand .brand-inner-logo {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: 100px auto;
  gap: 16px;
  border-bottom: 0;
}

.brand .brand-inner-logo img {
  width: 100px;
  height: auto;
  margin-bottom: 0;
}

.brand .brand-inner-logo .brand-inner-rating {
  display: grid;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}

.brand .brand-inner-logo .brand-inner-rating img {
  width: auto;
  height: 20px;
  margin: auto auto 8px;
}

.brand .brand-inner-logo .brand-inner-rating .rating-info {
  margin: 0 auto auto;
}

.brand .brand-inner-info {
  width: 90%;
  margin-bottom: 0;
}

.brand .brand-inner-info .feature {
  padding-left: 20px;
}

.brand .brand-inner-links {
  justify-content: center;
  align-items: center;
}

.brand .brand-inner-links a {
  width: 100%;
}

.reviews, .faq {
  margin: 32px 0;
}

.reviews h2, .faq h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 16px;
}

.wrap {
  margin: 32px 0 0;
}

.wrap h2 {
  font-size: 36px;
  text-align: center;
}

.wrap .description {
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 16px;
}

.wrap .description span {
  font-weight: 900;
  color: white;
  display: inline;
}

#reviews-tabs-nav, #guide-tabs-nav {
  list-style: none !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 32px;
}

#reviews-tabs-nav li, #guide-tabs-nav li {
  padding: 0;
  overflow: hidden;
  align-items: center;
  position: relative;
}

#reviews-tabs-nav li::after, #guide-tabs-nav li::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 50%;
  background: rgba(255, 255, 255, 0.1);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-radius: 180px;
}

#reviews-tabs-nav li a, #guide-tabs-nav li a {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  padding: 12px 0;
}

#reviews-tabs-nav li a::after, #guide-tabs-nav li a::after {
  content: '';
  position: absolute;
  margin: 0 auto;
  width: 0%;
  height: 2px;
  background: white;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s;
}

#reviews-tabs-nav li a:hover, #guide-tabs-nav li a:hover {
  color: white;
  font-weight: 900;
}

#reviews-tabs-nav li a:hover::after, #guide-tabs-nav li a:hover::after {
  width: 50%;
}

#reviews-tabs-nav li:nth-last-child(1)::after, #guide-tabs-nav li:nth-last-child(1)::after {
  display: none;
}

#reviews-tabs-nav .active a, #guide-tabs-nav .active a {
  color: white;
  font-weight: 900;
}

#reviews-tabs-nav .active a::after, #guide-tabs-nav .active a::after {
  width: 50%;
}

.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}

#reviews-tabs-content .container {
  background: rgba(255, 255, 255, 0.05);
  padding: 24px;
  border-radius: 16px;
  overflow: hidden;
}

#reviews-tabs-content .container .user-comment p {
  font-size: 14px;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  overflow: hidden !important;
}

.user {
  display: grid;
  grid-template-columns: 48px auto;
  gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}

.user img {
  width: 48px;
  border-radius: 50%;
}

.user .user-info {
  overflow: hidden;
}

.user .user-info .name {
  font-size: 14px;
  font-weight: 900;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.user .user-info .followers {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.guide {
  padding-bottom: 16px;
}

.guide .freevpn {
  background: #48F56E;
  color: #222E3A;
  padding: 16px 32px;
  display: block;
  margin: 0 auto 16px;
  max-width: 180px;
  border-radius: 12px;
  font-weight: bold;
  transition: all .3s;
}

.guide .freevpn:hover {
  filter: brightness(120%);
}

.guide-tab-content p {
  text-align: center;
  margin-bottom: 16px;
}

.guide-tab-content img {
  max-width: 100%;
  border-radius: 4px;
  margin: 0 auto 16px;
}

.guide-tab-content img:nth-last-child(1) {
  margin-bottom: 0;
}

.mobile {
  display: none;
}

.download {
  padding-bottom: 32px;
}

.download .freevpn {
  background: #48F56E;
  color: #222E3A;
  padding: 16px 32px;
  display: block;
  margin: 0 auto 32px;
  max-width: 180px;
  border-radius: 12px;
  font-weight: bold;
  transition: all .3s;
}

.download .freevpn:hover {
  filter: brightness(120%);
}

.download .download-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
  padding-bottom: 32px;
  margin-bottom: 16px;
}

.download .download-links .official-link {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  transition: all .3s;
  padding: 0 8px;
  height: 96px;
  width: 100%;
}

.download .download-links .official-link:hover {
  background: rgba(255, 255, 255, 0.25);
}

.download .download-links .official-link.pandavpn-link {
  position: relative;
}

.download .download-links .official-link.pandavpn-link::after {
  width: 100%;
  content: '*目前无法使用';
  color: #bd384a;
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
}

.download .download-links .official-link.surfshark-link {
  position: relative;
}

.download .download-links .official-link.surfshark-link::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 32px;
  background-image: url(../img/discount.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.download .download-links .official-link.surfshark-link, .download .download-links .official-link.strongvpn-link, .download .download-links .official-link.ivacy-link, .download .download-links .official-link.nordvpn-link, .download .download-links .official-link.pandavpn-link, .download .download-links .official-link.protonvpn-link {
  background-image: url(../img/surfshark-logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 95%;
}

.download .download-links .official-link.strongvpn-link {
  background-image: url(../img/strongvpn-logo.svg);
}

.download .download-links .official-link.ivacy-link {
  background-image: url(../img/ivacy-logo.svg);
}

.download .download-links .official-link.nordvpn-link {
  background-image: url(../img/nordvpn-logo.svg);
}

.download .download-links .official-link.pandavpn-link {
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url(../img/pandavpn-logo.svg);
}

.download .download-links .official-link.protonvpn-link {
  background-image: url(../img/protonvpn-logo.svg);
}

.faq-section .faq-question {
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.05);
  padding: 16px 32px;
  border-radius: 16px;
  transition: all .3s;
  position: relative;
  color: white;
  font-size: 20px;
  margin-bottom: 16px;
}

.faq-section .faq-question:hover {
  background: rgba(255, 255, 255, 0.1);
}

.faq-section .faq-question .qa-btn {
  width: 32px;
  height: 32px;
  display: flex;
  background: none;
  font-size: 16px;
  color: white;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
  cursor: pointer;
}

.faq-section .faq-question .qa-btn.active {
  transform: translateY(-50%) rotate(180deg);
}

.faq-section .faq-answer {
  padding: 0 32px 16px;
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
}

.faq-section .faq-answer p {
  margin-bottom: 0;
}

.faq-section .faq-answer p a {
  display: inline;
  color: #4580FF;
  font-weight: bold;
  transition: all .3s;
  text-decoration: none;
}

.faq-section .faq-answer p a:hover {
  color: #93b5ff;
}

.faq-section .faq-answer ul {
  margin-top: 16px;
  padding-left: 24px !important;
}

.faq-section .faq-answer ul li {
  font-weight: bold;
  color: white;
}

footer {
  background: #2F3943;
  padding: 16px 0 24px;
  margin: 0;
}

footer .footer-wrap {
  padding: 0 16px;
  max-width: 1200px;
  margin: 0 auto;
  color: white;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
}

footer .footer-wrap .logo img {
  opacity: 0.5;
}

footer .footer-wrap p {
  text-align: right;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

footer .footer-wrap p span {
  display: inline;
}

@media screen and (max-width: 2000px) {
  header {
    padding: 12px 0;
  }
  header .header-wrap {
    max-width: 992px;
  }
  header .header-wrap .logo img {
    height: 28px;
  }
  .promotion-info .promotion-link a {
    font-size: 14px;
  }
  .menu {
    right: 24px;
  }
  .menu ul li {
    margin-bottom: 8px;
  }
  .menu ul li a {
    font-size: 14px;
  }
  main .main-wrap {
    max-width: 992px;
  }
  .recommendation {
    margin: 0;
  }
  .recommendation section {
    padding: 16px 0;
  }
  .recommendation .intro {
    padding: 0;
  }
  .recommendation h1 {
    font-size: 36px;
  }
  .recommendation p {
    font-size: 14px;
  }
  .brand-info h2 {
    font-size: 24px;
  }
  .brand-info p {
    margin-bottom: 16px;
  }
  .recommend-brand, .brand {
    padding: 32px;
  }
  .recommend-brand .brand-inner-logo, .brand .brand-inner-logo {
    margin-bottom: 16px;
  }
  .recommend-brand .brand-inner-logo img, .brand .brand-inner-logo img {
    margin: 0 auto 8px;
    height: 80px;
  }
  .recommend-brand .brand-inner-logo .brand-inner-rating, .brand .brand-inner-logo .brand-inner-rating {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .recommend-brand .brand-inner-logo .brand-inner-rating img, .brand .brand-inner-logo .brand-inner-rating img {
    margin: 0 auto 4px;
    height: 16px;
  }
  .recommend-brand .brand-inner-info, .brand .brand-inner-info {
    width: 80%;
    margin: 0 auto 16px;
  }
  .recommend-brand .brand-inner-info .feature, .brand .brand-inner-info .feature {
    font-size: 14px;
    padding-left: 20px;
  }
  .recommend-brand .brand-inner-links a, .brand .brand-inner-links a {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .brand {
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 16px;
    padding: 32px;
  }
  .brand .brand-inner-logo {
    margin-bottom: 0;
    grid-template-columns: 100px auto;
    gap: 8px;
    border-bottom: 0;
  }
  .brand .brand-inner-logo img {
    width: 100px;
    margin-bottom: 0;
  }
  .brand .brand-inner-logo .brand-inner-rating {
    width: 100%;
    margin-bottom: 0;
  }
  .brand .brand-inner-logo .brand-inner-rating img {
    height: 16px;
    margin: auto auto 4px;
  }
  .brand .brand-inner-logo .brand-inner-rating .rating-info {
    margin: 0 auto auto;
  }
  .brand .brand-inner-info {
    width: 100%;
    margin-bottom: 0;
  }
  .brand .brand-inner-links {
    font-size: 14px;
  }
  .brand .brand-inner-links .ban {
    margin-bottom: 0;
  }
  .reviews {
    margin: 24px 0;
  }
  .reviews h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .wrap {
    margin: 24px 0 0;
  }
  .wrap h2 {
    font-size: 24px;
  }
  .wrap .description {
    margin-bottom: 16px;
    font-size: 14px;
  }
  #reviews-tabs-nav, #guide-tabs-nav {
    margin-bottom: 16px;
  }
  #reviews-tabs-nav li a, #guide-tabs-nav li a {
    font-size: 14px;
    padding: 8px 0;
  }
  .guide .freevpn {
    font-size: 14px;
  }
  .guide-tab-content p {
    font-size: 14px;
  }
  .download .freevpn {
    font-size: 14px;
  }
  .faq-section .faq-question {
    padding: 24px 32px;
    font-size: 16px;
  }
  .faq-section .faq-answer p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .faq-section .faq-answer p a {
    display: inline;
    color: #4580FF;
    font-weight: bold;
    transition: all .3s;
    text-decoration: none;
  }
  .faq-section .faq-answer p a:hover {
    color: #93b5ff;
  }
  .faq-section .faq-answer ul {
    margin-top: 16px;
    padding-left: 24px !important;
    font-size: 14px;
  }
  footer {
    padding: 12px 0 16px;
  }
  footer .footer-wrap {
    padding: 0 16px;
    max-width: 992px;
  }
  footer .footer-wrap .logo img {
    height: 28px;
  }
}

@media screen and (max-width: 1800px) {
  header .header-wrap {
    max-width: 992px;
  }
  main .main-wrap {
    max-width: 992px;
  }
  .recommendation h1 {
    font-size: 32px;
  }
  .recommend-brand .brand-inner-logo, .brand .brand-inner-logo {
    margin-bottom: 16px;
  }
  .recommend-brand .brand-inner-logo img, .brand .brand-inner-logo img {
    margin: 0 auto 8px;
    height: 80px;
  }
  .recommend-brand .brand-inner-logo .brand-inner-rating, .brand .brand-inner-logo .brand-inner-rating {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .recommend-brand .brand-inner-logo .brand-inner-rating img, .brand .brand-inner-logo .brand-inner-rating img {
    margin: 0 auto 4px;
    height: 16px;
  }
  .recommend-brand .brand-inner-info, .brand .brand-inner-info {
    width: 100%;
  }
  .brand {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 16px;
    padding: 32px;
  }
  .brand .brand-inner-logo {
    margin-bottom: 0;
    grid-template-columns: 1fr;
    gap: 4px;
    border-bottom: 0;
  }
  .brand .brand-inner-logo img {
    width: 100px;
    margin-bottom: 0;
  }
  .brand .brand-inner-logo .brand-inner-rating {
    width: 100%;
    margin-bottom: 0;
  }
  .brand .brand-inner-logo .brand-inner-rating img {
    height: 16px;
    margin: auto auto 4px;
  }
  .brand .brand-inner-logo .brand-inner-rating .rating-info {
    margin: 0 auto auto;
  }
  .brand .brand-inner-info {
    width: 100%;
  }
  footer .footer-wrap {
    max-width: 992px;
  }
}

@media screen and (max-width: 1200px) {
  .swiper .swiper-button-next {
    right: 64px !important;
  }
  .swiper .swiper-button-prev {
    left: 64px !important;
  }
  .recommendation h1 {
    font-size: 32px;
  }
  main {
    background-size: 1200px;
  }
  .grid-2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .promotion-container {
    grid-column-start: span 1;
  }
  .recommend-brand, .brand {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    gap: 16px;
    padding: 32px;
  }
  .recommend-brand .brand-inner-logo, .brand .brand-inner-logo {
    border-bottom: none;
    margin-bottom: 0px;
  }
  .recommend-brand .brand-inner-logo img, .brand .brand-inner-logo img {
    margin: 0 auto 8px;
    height: 80px;
  }
  .recommend-brand .brand-inner-logo .brand-inner-rating, .brand .brand-inner-logo .brand-inner-rating {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .recommend-brand .brand-inner-logo .brand-inner-rating img, .brand .brand-inner-logo .brand-inner-rating img {
    margin: 0 auto 4px;
    height: 16px;
  }
  .recommend-brand .brand-inner-info, .brand .brand-inner-info {
    margin-bottom: 0;
  }
  .surfshark::before, .honghai::before {
    width: 90px;
    height: 44px;
    left: -13px;
    top: 12px;
  }
  .brand .brand-inner-logo {
    gap: 0;
  }
  .brand .brand-inner-logo img {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 992px) {
  .grid-4 {
    overflow-x: scroll;
  }
  .grid-4 .container {
    width: 220px;
  }
  .download .download-links {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .download .download-links .official-link.surfshark-link, .download .download-links .official-link.strongvpn-link, .download .download-links .official-link.ivacy-link, .download .download-links .official-link.nordvpn-link, .download .download-links .official-link.pandavpn-link {
    background-size: 200px;
  }
}

@media screen and (max-width: 768px) {
  .promotion-wrap {
    grid-template-columns: 1fr;
  }
  .promotion-popup-closed {
    background-color: #101010;
    width: 100%;
    bottom: 0;
    border-radius: 0;
    border: none;
  }
  .promotion-popup-closed:hover {
    transform: translate(-50%, 0);
  }
  .promotion-popup-closed .promotion-popup-closed-inner {
    max-width: 100%;
  }
  header {
    background: rgba(2, 7, 13, 0.25);
    padding: 16px 0;
  }
  header .header-wrap .hamburger-btn {
    display: inline-block;
  }
  .swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
    font-size: 32px !important;
  }
  .swiper .swiper-button-next {
    right: 8px !important;
  }
  .swiper .swiper-button-prev {
    left: 8px !important;
  }
  .honghai-promotion .promotion-grid .promotion-link a {
    padding: 12px 20px;
  }
  .honghai-promotion .promotion-grid .promotion-link a i {
    color: #4739B6;
  }
  main {
    background-size: 992px;
  }
  .menu {
    box-shadow: 0px 1px 4px rgba(34, 46, 58, 0.5);
    top: 0;
    right: 0;
    transform: translateY(0%);
    background: #161A1E;
    height: 100vh;
    display: flex;
    justify-content: center;
    width: 70%;
    transition: all .3s;
    transform: translateX(100%);
  }
  .menu ul {
    margin-top: 30vh;
  }
  .menu ul li a {
    width: 100%;
    font-size: 16px;
    margin-bottom: 32px;
  }
  .menu.active {
    transform: translateX(0%);
  }
  .menu-bg {
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 8;
  }
  .menu-bg.active {
    right: 0;
  }
  .recommendation {
    margin: 0;
  }
  .recommendation h1 {
    font-size: 36px;
  }
  .recommendation p {
    font-size: 16px;
  }
  .brand-info h2 {
    font-size: 28px;
  }
  .brand-info .title {
    margin-bottom: 4px;
  }
  .grid-2 {
    gap: 24px;
  }
  .wrap h2 {
    font-size: 28px;
    margin-bottom: 4px;
  }
  .wrap .description {
    font-size: 16px;
  }
  .reviews h2 {
    font-size: 28px;
  }
  .guide {
    padding-bottom: 32px;
  }
  .guide .freevpn {
    font-size: 16px;
  }
  .download .freevpn {
    font-size: 16px;
  }
  .recommend-brand, .brand {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .recommend-brand .brand-inner-logo img, .brand .brand-inner-logo img {
    height: 100px;
    margin-bottom: 8px;
  }
  .recommend-brand .brand-inner-logo .brand-inner-rating, .brand .brand-inner-logo .brand-inner-rating {
    font-size: 16px;
  }
  .recommend-brand .brand-inner-logo .brand-inner-rating img, .brand .brand-inner-logo .brand-inner-rating img {
    height: 20px;
  }
  .recommend-brand .brand-inner-links a, .brand .brand-inner-links a {
    font-size: 16px;
  }
  .recommend-brand .brand-inner-links .ban, .brand .brand-inner-links .ban {
    font-size: 16px;
  }
  .surfshark::before, .honghai::before {
    width: 108px;
    height: 50px;
    left: -15px;
    top: 16px;
  }
  .guide-tab-content p {
    font-size: 16px;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  #reviews-tabs-nav, #guide-tabs-nav {
    margin: 0 auto 16px;
  }
  #reviews-tabs-nav li, #guide-tabs-nav li {
    text-align: center;
    display: block;
  }
  #reviews-tabs-nav li::after, #guide-tabs-nav li::after {
    height: 30%;
    width: 1px;
    background: rgba(255, 255, 255, 0);
  }
  #reviews-tabs-nav li a, #guide-tabs-nav li a {
    font-size: 16px;
  }
  #reviews-tabs-nav li a:hover::after, #guide-tabs-nav li a:hover::after {
    width: 75%;
  }
  #reviews-tabs-nav li.active a::after, #guide-tabs-nav li.active a::after {
    width: 75%;
  }
  .guide-tab-content img {
    width: 100%;
  }
  .download .download-links {
    grid-template-columns: 1fr 1fr;
  }
  .download .download-links .official-link.surfshark-link::before {
    left: 16px;
    transform: translateX(0%);
  }
  .faq h2 {
    margin-bottom: 16px;
  }
  .faq-section .faq-question {
    padding: 16px;
  }
  .faq-section .faq-question .qa-btn {
    right: 8px;
  }
  .faq-section .faq-answer {
    padding: 0 0 16px 8px;
  }
  .faq-section .faq-answer p {
    font-size: 16px;
  }
  .faq-section .faq-answer ul {
    font-size: 16px;
  }
  footer {
    padding: 16px 0 24px;
  }
  footer .footer-wrap p {
    font-size: 16px;
  }
  footer .footer-wrap p span {
    display: none;
  }
  footer .footer-wrap p #footer-current-year {
    display: inline;
  }
}

@media screen and (max-width: 480px) {
  .promotion-container {
    grid-template-columns: 1fr;
  }
  .promotion-popup-closed .promotion-popup-closed-inner {
    grid-template-columns: 2fr 1fr;
  }
  .promotion-popup-closed .promotion-popup-closed-inner img {
    display: none;
  }
  .swiper {
    height: 640px;
  }
  .swiper .swiper-button-next::after, .swiper .swiper-button-prev::after {
    font-size: 28px !important;
  }
  .swiper .swiper-button-next {
    right: 0px !important;
  }
  .swiper .swiper-button-prev {
    left: 0px !important;
  }
  .copy-link {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .copy-link input:disabled {
    text-align: center;
  }
  .copy-link button {
    padding: 16px;
    max-width: 180px;
    font-size: 16px;
    margin: 0 auto;
    border-radius: 12px;
  }
  .promotion-info span:nth-child(1) {
    margin-bottom: 4px;
  }
  .promotion-info span:nth-child(2) {
    font-size: 32px;
  }
  .promotion-info span:nth-child(2) span {
    font-size: 32px;
  }
  .promotion-info .promotion-link a {
    font-size: 16px;
    padding: 16px;
  }
  .surfshark-promotion, .honghai-promotion {
    background-size: cover;
  }
  .surfshark-promotion .promotion-grid, .honghai-promotion .promotion-grid {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    gap: 16px;
  }
  .surfshark-promotion .promotion-grid .promotion-content span.highlight, .honghai-promotion .promotion-grid .promotion-content span.highlight {
    font-size: 72px;
  }
  .honghai-promotion {
    background-size: cover;
  }
  .honghai-promotion .promotion-grid {
    display: grid;
  }
  .honghai-promotion .promotion-grid .promotion-content span.highlight {
    font-size: 40px;
    margin-top: 8px;
  }
  .desktop-btn {
    display: none !important;
  }
  .mobile-btn {
    display: block !important;
  }
  main {
    background-size: 768px;
  }
  .wrap h2 {
    margin-bottom: 8px;
  }
  .reviews h2 {
    margin-bottom: 16px;
  }
  #reviews-tabs-nav, #guide-tabs-nav {
    margin-bottom: 24px;
  }
  #reviews-tabs-nav li a, #guide-tabs-nav li a {
    text-overflow: ellipsis;
    overflow: hidden;
  }
  #reviews-tabs-nav li {
    padding-right: 0;
  }
  #reviews-tabs-nav li a {
    height: 48px;
    font-size: 0;
    margin: auto 0;
    padding: 0;
    background-image: url(../img/surfshark-m-color.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50%;
    opacity: 0.5;
    filter: grayscale(100%);
  }
  #reviews-tabs-nav li a::after {
    display: none;
  }
  #reviews-tabs-nav li a:hover {
    opacity: 1;
  }
  #reviews-tabs-nav li a#strongvpn-tab {
    background-image: url(../img/strongvpn-m-color.svg);
  }
  #reviews-tabs-nav li a#ivacy-tab {
    background-image: url(../img/ivacy-m-color.svg);
  }
  #reviews-tabs-nav li a#nordvpn-tab {
    background-image: url(../img/nordvpn-m-color.svg);
  }
  #reviews-tabs-nav li a#protonvpn-tab {
    background-image: url(../img/protonvpn-m-color.svg);
  }
  #reviews-tabs-nav li.active a {
    filter: grayscale(0%);
    opacity: 1;
  }
  .download .download-links {
    grid-template-columns: 1fr;
  }
}
