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

body {
  font-family: Manrope;
  background-color: #0f0f0f;
  color: white;
  width: 100%;
}

.content {
  background-color: #0f0f0f;
}

/* 头部样式 */
header {
  padding: 40px 80px 24px 80px;
  display: flex;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #0f0f0f;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

header .logo {
  display: flex;
  gap: 20px;
  align-items: center;
  font-weight: 800;
  font-size: 24px;
}

p {
  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}

nav {
  display: flex;
  align-items: center;
}

nav a {
  color: white;
  text-decoration: none;
  margin-left: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

nav a img {
  width: 24px;
  height: 24px;
}

.download-btn {
  width: 166px;
  height: 51px;
  display: block;
  border-radius: 100px;
  background-color: #a27eff;
  text-align: center;
  line-height: 51px;
  font-weight: 800;
  font-size: 14px;
}

/* 英雄区域样式 */
.hero {
  text-align: left;
  padding: 56px 80px 197px 80px;
  position: relative;
  justify-content: space-between;
  display: flex;
}

.hero .fast-free-secure {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 40px;
  color: #baa4ff;
}

.color-purple {
  color: #baa4ff;
}

.text-style-3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.6);
}

.text-style-2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 24px;
}

.text-style-1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #a080ff;
  margin-bottom: 40px;
}

.download-links {
  margin-top: 30px;
  display: flex;
}

.download-links a {
  background-color: #a27eff;
  color: #ffffff;
  width: 197px;
  text-align: center;
  line-height: 64px;
  justify-content: center;
  height: 64px;
  display: block;
  cursor: pointer;
  font-weight: 800;
  font-size: 16px;
  border-radius: 100px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.download-links a img {
  width: 24px;
  height: 24px;
}

.download-links a:first-child {
  margin-right: 30px;
}

/* 服务器网络区域样式 */
.server-network {
  text-align: center;
  background-image: url(../assets/server-network-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top;
  aspect-ratio: 1440 / 1381;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 160px;
}

.server-network .text-1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}

.server-network .text-1 span {
  color: #baa4ff;
}

.server-network .text-2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}

.server-network .small-text {
  font-size: 24px;
}

.server-network .text-3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.6);
}

.server-network h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.stats {
  display: flex;
  justify-content: center;
  gap: 150px;
}

.stat p:first-child {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}

.stat p:last-child {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #797e86;
  margin-top: 16px;
}

/* 多设备区域样式 */
.multi-device {
  text-align: center;
  padding: 80px 0;
}

.multi-device .wife {
  margin: 36px auto;
}

.multi-device .text-1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #a080ff;
  margin-bottom: 40px;
}

.multi-device .text-1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
}

.device-icons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 36px;
}

.device-icon {
  width: 180px;
  height: 180px;
  cursor: pointer;
  border-radius: 30px;
  background: #2d304d;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  font-size: 20.89px;
  line-height: 31.33px;
}

.device-icon img {
  margin-bottom: 20px;
}

.device-icon:hover {
  background: #a17fff !important;
}

/* 加密区域样式 */
.encryption {
  text-align: left;
  padding: 116px 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.encryption h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 54px;
}

.encryption .text-1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 69px;
  margin-bottom: 24px;
}

.encryption .text-2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.6);
}

.country-icons {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
}

.country-icon {
  width: 30px;
}

/* 页脚样式 */
footer {
  background-image: url(../assets/footer-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 80px;
}

footer .top-content {
  padding: 80px 40px;
  text-align: center;
  border-top: 1px solid rgba(121, 126, 134, 0.35);
  /* border-bottom: 1px solid rgba(121, 126, 134, 0.35); */
}

footer .top-content .text-1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 24px;
}

footer .top-content .text-2 {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.5);
}

footer .top-content .pc-hidden {
  display: none;
}

footer .top-content .text-3 {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #a17fff;
}

footer .top-content .text-3 a {
  color: #a17fff;
  text-decoration: none;
}

footer .top-content .text-3 span {
  cursor: pointer;
}

footer .top-content .text-2 span:not(:last-child),
footer .top-content .text-3 span:not(:last-child) {
  padding-right: 12px;
  position: relative;
  margin-right: 12px;
}

footer .top-content .text-2 span:not(:last-child)::after,
footer .top-content .text-3 span:not(:last-child)::after {
  position: absolute;
  content: "";
  height: 18px;
  width: 1px;
  top: 5px;
  right: 0px;
  background: rgba(255, 255, 255, 0.5);
}

footer .top-content .text-3 span:not(:last-child)::after {
  background: #a17fff;
}

.footer-left {
  display: flex;
  flex-direction: column;
}

.footer-left .logo {
  display: flex;
  gap: 20px;
  align-items: center;
  font-weight: 800;
  font-size: 24px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 20px;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 77px;
}

.social-icons .social-icon {
  width: 44px;
  height: 44px;
  cursor: pointer;
  border-radius: 44px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-center {
  display: flex;
  gap: 50px;
}

.nav-links {
  display: flex;
  flex-direction: column;
}

.nav-links p {
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 24px;
  color: #ffffff;
}

.nav-links a {
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  text-decoration: none;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-right {
  text-align: center;
  padding: 40px 0px 160px 0px;
  font-family: Inter;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
}

.footer-right .qrcode {
  margin-bottom: 15px;
}

.legal-links {
  display: flex;
  gap: 26px;
}

.legal-links a {
  color: white;
  text-decoration: none;
  font-size: 20px;
}

.privacy-policy-content {
  background: #ffffff;
  padding: 60px 80px;
  color: #333333;
}

.privacy-policy-content div {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.3px;
  margin-bottom: 24px;
}

.privacy-policy-title {
  font-weight: 800 !important;
  font-size: 24px !important;
  leading-trim: Cap height !important;
  margin-bottom: 42px !important;
}

.privacy-policy-content div .privacy-policy-sub-title {
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  header {
    padding: 16px;
  }

  nav a {
    display: flex;
    align-items: center;
    gap: 3.5px;
    font-size: 12px;
    line-height: 12px;
  }

  nav a img {
    width: 14px;
    height: 14px;
  }

  header .download-btn {
    width: 96.43602752685547px;
    height: 29.62793731689453px;
    line-height: 29.62793731689453px;
    font-size: 12px;
  }

  header .logo {
    font-weight: 800;
    font-size: 12px;
    gap: 6px;
  }

  header .logo img {
    width: 36px;
    height: 36px;
  }

  .text-style-1 {
    font-weight: 700;
    font-size: 14px;
    line-height: 23.36px;
    margin-bottom: 12px;
  }

  .text-style-2 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 12px;
    line-height: 24px;
  }

  .text-style-3 {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.6);
  }

  .hero {
    padding: 0 24px 80px 24px;
    width: 100vw;
    text-align: center;
    margin-top: 136px;
  }

  .hero .hero-content {
    padding-top: 90px;
    z-index: 1;
    width: 100%;
  }

  .download-links {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
  }

  .download-links a {
    width: 153.39649963378906px;
    height: 49.83439636230469px;
    line-height: 49.83439636230469px;
    font-size: 12.46px;
  }

  .server-network .small-text {
    font-size: 20px;
  }

  .download-links a img {
    width: 14px;
    height: 14px;
  }

  .download-links a:first-child {
    margin-right: 12px;
  }

  .hero .map {
    position: absolute;
    width: 100vw;
    object-fit: contain;
    top: -30%;
    left: 0;
  }

  .multi-device {
    width: 100vw;
    overflow: hidden;
    padding: 0 24px;

    .wife {
      width: 100%;
      height: 165px;
      object-fit: cover;
    }
  }

  .server-network {
    aspect-ratio: 1440 / 2381;
    padding: 24px 12px 48px 12px;
    background-image: url(../assets/server-network-bg-h5.png);
    background-position-y: 160px;
  }

  .server-network div:first-child {
    padding-bottom: 24px;
  }

  .server-network .stats {
    gap: 17px;
  }

  .server-network .stats .stat p:first-child {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
  }

  .server-network .stats .stat p:last-child {
    font-weight: 700;
    font-size: 12px;
    margin-top: 2px;
    line-height: 20px;
  }

  .device-icons {
    width: 100%;
    gap: 12px;
    padding: 0 32px;
  }

  .device-icons .device-icon {
    flex: 1;
    aspect-ratio: 1/ 1;
    width: auto;
    height: auto;
    font-size: 12px;
    line-height: 12px;
    border-radius: 12px;
  }

  .device-icons .device-icon img {
    width: 22px;
    margin-bottom: 8px;
  }

  .encryption {
    padding: 80px 40px 40px 40px;
    flex-direction: column;
    text-align: center;
  }

  .encryption .country {
    width: 100vw;
    height: auto;
    margin-top: 24px;
  }

  footer {
    width: 100%;
    padding: 0 24px;
    background-size: cover;
  }

  footer .footer-right {
    font-weight: 400;
    font-size: 12px;
    padding: 20px 0 40px 0;
  }

  footer .footer-right img {
    width: 78px;
    height: 78px;
  }

  footer .top-content .pc-hidden {
    display: block;
  }

  footer .footer-right p {
    margin-top: 120px;
    text-align: center;
    padding-right: 24px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
  }

  footer .footer-right .legal-links {
    display: flex;
    flex-direction: column;
  }

  footer .footer-right .legal-links a {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 24px;
  }

  footer .top-content {
    padding: 24px 0px;
    border-bottom: none;
  }

  footer .top-content .text-1 {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
  }

  footer .top-content .text-2 {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.5);
  }

  footer .top-content .text-2 .h5-hidden {
    display: none;
  }

  footer .top-content .text-3 {
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #a17fff;
  }

  footer .top-content .text-3 a {
    color: #a17fff;
    text-decoration: none;
  }

  footer .top-content .text-2 span:not(:last-child)::after,
  footer .top-content .text-3 span:not(:last-child)::after {
    height: 12px;
    width: 1px;
    top: 3px;
  }

  footer .top-content .text-2 span:not(:first-child)::after {
    display: none;
  }
  footer .hidden-border::after {
    display: none;
    padding: 0;
    margin: 0;
  }
  footer .hidden-border {
    padding-right: 0px !important;
    position: relative;
    margin-right: 0px !important;
  }
  .privacy-policy-content {
    padding: 20px;
  }
  .privacy-policy-content .privacy-policy-title {
    font-family: Manrope !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 100% !important;
    letter-spacing: -0.3px !important;
    margin-bottom: 8px !important ;
  }
  .privacy-policy-content div {
    font-family: Manrope;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.3px;
    margin-bottom: 16px !important;
  }
  .privacy-policy-content .privacy-policy-sub-title {
    font-weight: 600 !important;
    font-size: 14px !important;
  }
}
