@font-face {
  font-family: "CustomMobo";
  src: url("/static/index/common/font/custom-mobo/custom-mobo.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("/static/index/common/font/open_sans/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("/static/index/common/font/open_sans/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("/static/index/common/font/open_sans/OpenSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "OpenSans";
  src: url("/static/index/common/font/open_sans/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "OpenSans";
}

button,
.hero-btn {
  transition: opacity 0.2s ease;
}
button:hover,
.hero-btn:hover {
  opacity: 0.9;
}

.feature-control-section__visual--cooldown {
  position: relative;
}

.feature-control-section__timer,
.feature-control-section__timer-success {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.feature-control-section__timer {
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 17px;
  box-sizing: border-box;
  width: clamp(220px, 19vw, 304px);
  height: clamp(56px, 5vw, 83px);
  padding: 0 clamp(16px, 1.8vw, 28px) 0 clamp(20px, 2.1vw, 34px);
  border: 1.107px solid #fe4d4d;
  border-radius: clamp(32px, 3vw, 44px);
  background: #fff;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
}

.feature-control-section__timer-success {
  z-index: 2;
  display: block;
  width: min(100%, 218px);
  height: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1.4);
  -webkit-transform: translate(-50%, -50%) scale(1.4);
  -moz-transform: translate(-50%, -50%) scale(1.4);
  -ms-transform: translate(-50%, -50%) scale(1.4);
  -o-transform: translate(-50%, -50%) scale(1.4);
}

.feature-control-section__visual--cooldown.is-success .feature-control-section__timer {
  opacity: 0;
  visibility: hidden;
}

.feature-control-section__visual--cooldown.is-success .feature-control-section__timer-success {
  opacity: 1;
  visibility: visible;
}

.feature-control-section__timer-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(32px, 2.8vw, 48px);
  height: clamp(32px, 2.8vw, 48px);
}
.feature-control-section__timer-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.feature-control-section__timer-value {
  display: flex;
  align-items: center;
  font-size: clamp(24px, 2.4vw, 42px);
  font-weight: 400;
  color: #2c2c2c;
  padding-bottom: 1px;
}

main {
  padding-top: 117px;
}

.global-mask {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.88);
  overscroll-behavior: contain;
}
.global-mask.is-visible {
  display: flex;
  touch-action: none;
}
.global-mask__text {
  margin: 0;
  max-width: 1381px;
  color: #FFF;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 59.503px;
  text-transform: capitalize;
}

.hero-section {
  box-sizing: border-box;
  min-height: 760px;
  padding: 76px 0 88px;
  overflow-x: clip;
  overflow-x: hidden;
  background: #eaf1f8 url("https://res.kingshiper.com/abroadwm/image/2026-06/1f52af61ede1b28f.png") center top/cover no-repeat;
}
.hero-section__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.hero-section__content {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 640px;
}
.hero-section__tag {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 14px 5px 65px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(90deg, #00d0ee 0%, #c93dff 100%);
}
.hero-section__tag img {
  width: 60px;
  height: 37px;
  position: absolute;
  display: block;
  left: 4px;
  top: -7px;
}
.hero-section__tag span {
  font-family: "CustomMobo", "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 1.35;
  color: #fff;
}
.hero-section__title {
  margin: 13px 0 27px;
  font-family: "CustomMobo", "Open Sans", sans-serif;
  font-size: 42px;
  line-height: 71px;
  font-weight: 400;
  color: #333;
}
.hero-section__title span {
  display: block;
  background: linear-gradient(90deg, #1fb9f0 0%, #ae52fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.hero-section__title-main {
  white-space: normal;
}
.hero-section__feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 26px;
  width: 568px;
}
.hero-section__feature-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.hero-section__feature-item img {
  width: 18px;
  height: 18px;
  margin-top: 7px;
  flex-shrink: 0;
}
.hero-section__feature-item span {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  color: #333;
}
.hero-section__actions {
  margin-top: 57px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.hero-section__notice {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.5;
  color: #666;
}
.hero-section__visual {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  max-width: min(950px, 54vw);
  overflow: visible;
  transform: scale(1.2) translateX(-34px) translateY(7px);
}
.hero-section__visual::after {
  content: "";
  position: absolute;
  width: 632px;
  height: 80px;
  background: #B2DDFD;
  filter: blur(49.0999984741px);
  bottom: -26px;
  z-index: -1;
}
.hero-section__icon {
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.hero-section__icon--android {
  width: 62px;
  height: 62px;
  right: 174px;
  top: -33px;
  background-image: url("https://res.kingshiper.com/abroadwm/image/2026-06/69140eeea667dfec.png");
}
.hero-section__icon--apple {
  width: 54px;
  height: 54px;
  right: 109px;
  top: -28px;
  background-image: url("https://res.kingshiper.com/abroadwm/image/2026-06/9d2ec4c52db52767.png");
}
.hero-section__icon--game {
  width: 141px;
  height: 101px;
  right: -53px;
  top: -87px;
  background-image: url("https://res.kingshiper.com/abroadwm/image/2026-06/71d7cada75f0a40a.png");
}
.hero-section__preview {
  display: block;
  width: 100%;
  height: auto;
}
.hero-section__preview-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.scene-switch-section {
  padding: 40px 0 120px;
  background: linear-gradient(180deg, #ECF6FF 0%, #FFF 25%);
}
.scene-switch-section__inner {
  width: 1280px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}
.scene-switch-section__title {
  margin: 0 0 89px;
  text-align: center;
  font-size: 40px;
  line-height: 1.24;
  font-weight: 700;
  color: #101010;
}
.scene-switch-section__layout {
  display: flex;
  align-items: flex-start;
  gap: 51px;
}
.scene-switch-section.is-measuring .scene-switch-section__card, .scene-switch-section.is-measuring .scene-switch-section__card-desc, .scene-switch-section.is-measuring .scene-switch-section__card-head span, .scene-switch-section.is-measuring .scene-switch-section__visual-bg {
  transition: none !important;
}
.scene-switch-section__cards {
  width: 470px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.scene-switch-section__card {
  border-radius: 10px;
  background: #f8fbff;
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
}
.scene-switch-section__card[data-scene-theme="0"].is-active {
  background: #1781f5;
}
.scene-switch-section__card[data-scene-theme="1"].is-active {
  background: #F9AB02;
}
.scene-switch-section__card[data-scene-theme="2"].is-active {
  background: #904DFE;
}
.scene-switch-section__card[data-scene-theme="3"].is-active {
  background: #00CA5B;
}
.scene-switch-section__card:hover {
  transform: translateY(-2px) scale(1.01);
}
.scene-switch-section__card-trigger {
  width: 100%;
  border: 0;
  padding: 20px 22px;
  text-align: left;
  cursor: pointer;
  background: transparent;
  font-family: inherit;
}
.scene-switch-section__card-head {
  display: flex;
  align-items: center;
  gap: 13px;
}
.scene-switch-section__card-head img {
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.scene-switch-section__card-head span {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
  color: #333;
  transition: color 0.24s ease;
}
.scene-switch-section__card-desc {
  margin: 8px 0 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 18px;
  line-height: 1.67;
  color: #fff;
  transition: max-height 0s ease, opacity 0.16s ease;
}
.scene-switch-section__card.is-active .scene-switch-section__card-head span {
  color: #fff;
}
.scene-switch-section__card.is-active .scene-switch-section__card-desc {
  max-height: 180px;
  opacity: 1;
  transition: max-height 0.28s ease, opacity 0.24s ease;
}
.scene-switch-section__visual {
  position: relative;
  flex: 1;
  min-width: 0;
  aspect-ratio: 735/525;
  border-radius: 14px;
  overflow: hidden;
}
.scene-switch-section__visual-bg {
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background: #1781f5;
  transition: background-color 0.36s ease;
}
.scene-switch-section[data-active-theme="0"] .scene-switch-section__visual-bg {
  background: #1781f5;
}
.scene-switch-section[data-active-theme="1"] .scene-switch-section__visual-bg {
  background: #F9AB02;
}
.scene-switch-section[data-active-theme="2"] .scene-switch-section__visual-bg {
  background: #904DFE;
}
.scene-switch-section[data-active-theme="3"] .scene-switch-section__visual-bg {
  background: #00CA5B;
}
.scene-switch-section__visual-slider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.scene-switch-section__visual-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.scene-switch-section__visual-image.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.hero-btn {
  width: 264px;
  height: 66px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none;
  cursor: pointer;
}
.hero-btn img {
  width: 32px;
  height: 32px;
  display: block;
}
.hero-btn span {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
.hero-btn--download {
  background: #1781f5;
}
.hero-btn--buy {
  background: #f88e34;
}

.gps-mode-section {
  padding: 98px 0 100px;
  background: #ecf6ff;
}
.gps-mode-section__inner {
  width: 1280px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}
.gps-mode-section__title {
  margin: 0;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  color: #000;
}
.gps-mode-section__subtitle {
  margin: 8px 0 42px;
  font-size: 22px;
  line-height: 1.45;
  font-weight: 400;
  text-align: center;
  color: #555;
}
.gps-mode-section__cards {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.gps-mode-section__card {
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease;
}
.gps-mode-section__card:hover {
  transform: translateY(-2px) scale(1.01);
}
.gps-mode-section__card.is-active {
  border-color: #006dff;
  background: #006dff;
}
.gps-mode-section__card-trigger {
  width: 100%;
  min-height: 125px;
  border: 0;
  padding: 20px 22px 18px;
  text-align: left;
  cursor: pointer;
  background: transparent;
  font-family: inherit;
}
.gps-mode-section__card-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gps-mode-section__card-head svg,
.gps-mode-section__card-head img {
  width: 32px;
  height: 32px;
  display: block;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.gps-mode-section__card-head svg {
  display: none;
}
.gps-mode-section__card-head span {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #333;
  transition: color 0.24s ease;
}
.gps-mode-section__card.is-active .gps-mode-section__card-head svg {
  display: block;
}
.gps-mode-section__card.is-active .gps-mode-section__card-head img {
  display: none;
}
.gps-mode-section__card[data-gps-card-index="0"] .gps-mode-section__card-head svg {
  display: block;
}
.gps-mode-section__card[data-gps-card-index="0"] .gps-mode-section__card-head img {
  display: none;
}
.gps-mode-section__card[data-gps-card-index="0"].is-active .gps-mode-section__card-head svg {
  display: none;
}
.gps-mode-section__card[data-gps-card-index="0"].is-active .gps-mode-section__card-head img {
  display: block;
}
.gps-mode-section__card-desc {
  margin: 8px 0 0;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
  color: #444;
  transition: color 0.24s ease;
}
.gps-mode-section__card.is-active .gps-mode-section__card-head span, .gps-mode-section__card.is-active .gps-mode-section__card-desc {
  color: #fff;
}
.gps-mode-section__visual-wrap {
  margin-top: 72px;
  position: relative;
}
.gps-mode-section__visual {
  position: relative;
  width: 986px;
  max-width: calc(100% - 140px);
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 986/585;
}
.gps-mode-section__visual-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.24s ease;
}
.gps-mode-section__visual-image.is-active {
  opacity: 1;
  visibility: visible;
}
.gps-mode-section__nav-btn {
  width: 50px;
  height: 50px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.24s ease;
}
.gps-mode-section__nav-btn:hover {
  transform: translateY(-50%) scale(1.08);
}
.gps-mode-section__nav-btn img {
  display: block;
  width: 100%;
  height: 100%;
}
.gps-mode-section__nav-btn--prev {
  left: 50px;
}
.gps-mode-section__nav-btn--next {
  right: 50px;
}
.gps-mode-section__nav-btn--next img {
  transform: rotate(180deg);
}

.feature-control-section {
  padding: 87px 0 112px;
  background: #fff;
}
.feature-control-section__inner {
  padding: 0 40px;
}
.feature-control-section__title {
  margin: 0 0 69px;
  text-align: center;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  color: #101010;
}
.feature-control-section__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.feature-control-section__item {
  margin: 0;
  width: 100%;
}
.feature-control-section__card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  min-height: 612px;
  padding: 108px 364px 109px 365px;
  border-radius: 20px;
  background: #f3f7fa;
  box-sizing: border-box;
}
.feature-control-section__content {
  flex: 0 1 470px;
  min-width: 0;
}
.feature-control-section__card-title {
  margin: 0 0 27px;
  font-size: 32px;
  line-height: 1.56;
  font-weight: 700;
  color: #101010;
}
.feature-control-section__points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.feature-control-section__point {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}
.feature-control-section__point img {
  width: 18px;
  height: 18px;
  margin-top: 6px;
  flex-shrink: 0;
  display: block;
}
.feature-control-section__point span {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #101010;
}
.feature-control-section__visual {
  flex: 0 1 596px;
  min-width: 0;
  max-width: 596px;
}
.feature-control-section__visual--cooldown {
  position: relative;
}
.feature-control-section__visual-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.gps-steps-section {
  padding: 88px 0 100px;
  background: #ecf6ff;
}
.gps-steps-section__inner {
  width: 1280px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}
.gps-steps-section__title {
  margin: 0 0 56px;
  text-align: center;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
}
.gps-steps-section__layout {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}
.gps-steps-section__steps-col {
  flex: 0 1 503px;
  min-width: 0;
}
.gps-steps-section__cards {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.gps-steps-section__card {
  --step-opacity: 0.5;
}
.gps-steps-section__card.is-lit {
  --step-opacity: 1;
}
.gps-steps-section__card-trigger {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}
.gps-steps-section__card-track {
  position: relative;
  flex-shrink: 0;
  width: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gps-steps-section__card:not(:last-child) .gps-steps-section__card-track {
  min-height: 147px;
}
.gps-steps-section__card-icon-wrap {
  position: relative;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.gps-steps-section__card-icon {
  width: 32px;
  height: 32px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: var(--step-opacity);
  transition: opacity 0.24s ease;
}
.gps-steps-section__card.is-lit .gps-steps-section__card-icon {
  opacity: 1;
}
.gps-steps-section__card-line {
  position: absolute;
  left: 50%;
  top: 35px;
  transform: translateX(-50%);
  display: block;
  width: 4px;
  height: 112px;
  -o-object-fit: fill;
     object-fit: fill;
  opacity: var(--step-opacity);
  transition: opacity 0.24s ease;
}
.gps-steps-section__card.is-lit .gps-steps-section__card-line {
  opacity: 1;
}
.gps-steps-section__card:last-child .gps-steps-section__card-line {
  display: none;
}
.gps-steps-section__card-body {
  flex: 1;
  min-width: 0;
  padding-top: 3px;
}
.gps-steps-section__card-title {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
  color: #666;
  transition: color 0.24s ease;
}
.gps-steps-section__card-desc {
  margin: 12px 0 0;
  font-size: 18px;
  line-height: 1.56;
  font-weight: 600;
  color: #999;
  transition: color 0.24s ease;
}
.gps-steps-section__card.is-lit .gps-steps-section__card-title {
  color: #000;
}
.gps-steps-section__card.is-lit .gps-steps-section__card-desc {
  color: #333;
}
.gps-steps-section__download {
  margin-top: 40px;
}
.gps-steps-section__visual {
  position: relative;
  flex: 0 1 708px;
  min-width: 0;
  max-width: 708px;
  aspect-ratio: 708/467;
  border-radius: 14px;
  background: #fff;
  border: 7px solid #fff;
  box-shadow: 0 0 0 1px rgb(255, 255, 255);
  overflow: hidden;
}
.gps-steps-section__visual-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.gps-steps-section__visual-image.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.trust-section {
  padding: 112px 0 70px;
  background: #fff;
}
.trust-section__inner {
  width: 1209px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
}
.trust-section__title {
  margin: 0 0 72px;
  text-align: center;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  color: #000;
}
.trust-section__swiper {
  padding: 47px 0 0;
  box-sizing: border-box;
  cursor: grab;
}
.trust-section__swiper:active {
  cursor: grabbing;
}
.trust-section__swiper .swiper-wrapper {
  height: auto !important;
  align-items: stretch;
}
.trust-section__swiper .swiper-slide {
  height: auto;
  overflow: visible;
  display: flex;
  justify-content: center;
}
.trust-section__cards {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1204px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 376px));
  justify-content: center;
  gap: 38px;
}
.trust-section__card {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 280px;
  padding: 90px 18px 24px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 15.1px rgba(0, 32, 80, 0.08);
}
.trust-section__avatar {
  position: absolute;
  left: 50%;
  top: -33px;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}
.trust-section__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trust-section__quote {
  position: absolute;
  right: 46px;
  width: 46px;
  height: 38px;
  pointer-events: none;
}
.trust-section__stars {
  display: block;
  width: 95px;
  margin: 0 0 12px;
}
.trust-section__name {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #333;
}
.trust-section__text {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #555;
}
.trust-section__pagination {
  position: relative;
  margin-top: 35px;
  bottom: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.trust-section__pagination .swiper-pagination-bullet {
  width: 29px;
  height: 5px;
  margin: 0 !important;
  border-radius: 8px;
  background: #dfdfdf;
  opacity: 1;
  cursor: pointer;
  transition: width 0.24s ease, background-color 0.24s ease;
}
.trust-section__pagination .swiper-pagination-bullet-active {
  width: 48px;
  background: #1781f5;
}

.assurance-section {
  background: #ecf6ff;
}
.assurance-section__inner {
  width: 1177px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  padding: 96px 0 64px;
  box-sizing: border-box;
}
.assurance-section__badges {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 23px;
}
.assurance-section__badge {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.assurance-section__badge-icon {
  display: block;
  width: 62px;
  height: 62px;
  margin: 0 0 20px;
}
.assurance-section__badge-title {
  margin: 0 0 8px;
  font-size: 32px;
  line-height: 50px;
  font-weight: 700;
  background: linear-gradient(180deg, #5a8cff 0%, #4070ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.assurance-section__badge-desc {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #333;
}

.faq-section {
  background: #fff;
}
.faq-section__inner {
  width: 1204px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  padding: 0 0 96px;
  box-sizing: border-box;
}
.faq-section__title {
  margin: 65px 0 67px;
  text-align: center;
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
  color: #000;
}
.faq-section__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1117px;
  margin: 0 auto;
}
.faq-section__item {
  overflow: hidden;
  border-radius: 8px;
  background: #fcfcfc;
  border: 1px solid #DFF2FF;
}
.faq-section__item[open] {
  border: 1px solid #4070FF;
  box-shadow: 0 0 16px 10px #f6f9ff;
}
.faq-section__item[open] .faq-section__trigger {
  align-items: flex-start;
  padding-top: 22px;
}
.faq-section__item[open] .faq-section__toggle {
  transform: scaleY(-1);
}
.faq-section__trigger {
  display: flex;
  align-items: center;
  gap: 18px;
  min-height: 107px;
  padding: 0 63px 0 24px;
  box-sizing: border-box;
  cursor: pointer;
  list-style: none;
}
.faq-section__trigger::-webkit-details-marker {
  display: none;
}
.faq-section__trigger::marker {
  content: "";
}
.faq-section__icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
}
.faq-section__question {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  color: #333;
}
.faq-section__toggle {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  transform: scaleY(-1) rotate(180deg);
  transition: transform 0.24s ease;
}
.faq-section__answer {
  padding: 9px 24px 24px 76px;
  background: #fff;
}
.faq-section__answer p {
  margin: 0;
  border-radius: 8px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  color: #555;
}

.cta-section {
  padding: 80px 0 96px;
  background: #1781f5 url("https://res.kingshiper.com/abroadwm/image/2026-06/3e6893ce93f9dbd9.png") center/cover no-repeat;
}
.cta-section__inner {
  width: 1204px;
  max-width: calc(100% - 80px);
  min-height: 388px;
  margin: 0 auto;
  padding: 74px 24px 58px 67px;
  box-sizing: border-box;
}
.cta-section__title {
  max-width: 797px;
  margin: 0 0 18px;
  font-size: 40px;
  line-height: 56px;
  font-weight: 800;
  color: #333;
}
.cta-section__desc {
  max-width: 797px;
  margin: 0 0 56px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #2f2e32;
}
.cta-section__actions {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (max-width: 1680px) {
  .hero-section {
    min-height: 640px;
    padding: 56px 0 70px;
  }
  .hero-section__inner {
    max-width: 1200px;
    padding: 0 40px;
  }
  .hero-section__title {
    font-size: 36px;
    line-height: 1.35;
    margin: 16px 0 18px;
  }
  .hero-section__feature-list {
    width: 100%;
    max-width: 520px;
    gap: 20px;
  }
  .hero-section__feature-item span {
    font-size: 20px;
  }
  .hero-section__actions {
    margin-top: 44px;
  }
  .hero-section__notice {
    font-size: 13px;
  }
  .hero-section__visual {
    max-width: min(820px, 52vw);
    transform: scale(1.1) translateX(-40px) translateY(2px);
  }
  .hero-section__visual::after {
    width: 520px;
    height: 64px;
    bottom: -20px;
  }
  .hero-section__icon--android {
    width: 54px;
    height: 54px;
    right: 148px;
    top: -28px;
  }
  .hero-section__icon--apple {
    width: 48px;
    height: 48px;
    right: 92px;
    top: -24px;
  }
  .hero-section__icon--game {
    width: 120px;
    height: 86px;
    right: -40px;
    top: -72px;
  }
  .hero-btn {
    width: 220px;
    height: 56px;
  }
  .hero-btn span {
    font-size: 18px;
  }
  .scene-switch-section {
    padding-bottom: 90px;
  }
  .scene-switch-section__title {
    font-size: 38px;
    margin-bottom: 36px;
  }
  .scene-switch-section__cards {
    width: 430px;
  }
  .scene-switch-section__card-head span {
    font-size: 30px;
  }
  .scene-switch-section__card-desc {
    font-size: 16px;
  }
  .gps-mode-section__title {
    font-size: 40px;
  }
  .gps-mode-section__subtitle {
    font-size: 20px;
  }
  .gps-mode-section__card-head span {
    font-size: 24px;
  }
  .gps-mode-section__card-desc {
    font-size: 16px;
  }
  .feature-control-section__title {
    font-size: 38px;
    margin-bottom: 48px;
  }
  .feature-control-section__card {
    min-height: 540px;
    padding: 60px 36px;
  }
  .feature-control-section__card-title {
    font-size: 30px;
  }
  .feature-control-section__point span {
    font-size: 18px;
  }
  .gps-steps-section__title {
    font-size: 38px;
    margin-bottom: 44px;
  }
  .gps-steps-section__card-title {
    font-size: 22px;
  }
  .gps-steps-section__card-desc {
    font-size: 16px;
  }
  .trust-section__title {
    font-size: 38px;
    margin-bottom: 40px;
  }
  .assurance-section__inner {
    padding: 80px 0 56px;
  }
  .assurance-section__badge-title {
    font-size: 28px;
    line-height: 1.35;
  }
  .cta-section {
    padding: 72px 0 88px;
  }
  .cta-section__inner {
    padding: 48px 24px 48px 56px;
  }
  .cta-section__title, .cta-section__desc {
    max-width: 560px;
  }
  .cta-section__title {
    font-size: 36px;
    line-height: 1.35;
  }
  .cta-section__desc {
    font-size: 22px;
    line-height: 1.35;
  }
}
@media (max-width: 1300px) {
  .hero-section {
    min-height: auto;
    padding: 48px 0 64px;
  }
  .hero-section__inner {
    padding: 0 24px;
    gap: 26px;
  }
  .hero-section__content {
    max-width: 560px;
  }
  .hero-section__title {
    font-size: 34px;
    line-height: 1.35;
  }
  .hero-section__feature-list {
    max-width: 100%;
    gap: 18px;
  }
  .hero-section__feature-item span {
    font-size: 18px;
  }
  .hero-section__actions {
    margin-top: 36px;
    flex-wrap: wrap;
    gap: 14px;
  }
  .hero-section__visual {
    max-width: min(640px, 48vw);
    transform: scale(1.02) translateX(-16px) translateY(0);
  }
  .hero-section__visual::after {
    width: 420px;
    height: 56px;
    bottom: -16px;
  }
  .hero-section__icon--android {
    width: 44px;
    height: 44px;
    right: 118px;
    top: -20px;
  }
  .hero-section__icon--apple {
    width: 38px;
    height: 38px;
    right: 74px;
    top: -16px;
  }
  .hero-section__icon--game {
    width: 90px;
    height: 65px;
    right: -16px;
    top: -52px;
  }
  .scene-switch-section__inner {
    max-width: calc(100% - 48px);
  }
  .scene-switch-section__title {
    font-size: 34px;
  }
  .scene-switch-section__layout {
    gap: 18px;
  }
  .scene-switch-section__cards {
    width: 390px;
  }
  .scene-switch-section__card-trigger {
    padding: 16px 16px 18px;
  }
  .scene-switch-section__card-head img {
    width: 34px;
    height: 34px;
  }
  .scene-switch-section__card-head span {
    font-size: 25px;
  }
  .scene-switch-section__card-desc {
    font-size: 14px;
    line-height: 1.6;
  }
  .gps-mode-section {
    padding: 80px 0;
  }
  .gps-mode-section__inner {
    max-width: calc(100% - 48px);
  }
  .gps-mode-section__title {
    font-size: 34px;
  }
  .gps-mode-section__subtitle {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .gps-mode-section__cards {
    gap: 12px;
  }
  .gps-mode-section__card-head span {
    font-size: 20px;
  }
  .gps-mode-section__card-desc {
    font-size: 14px;
  }
  .gps-mode-section__visual {
    max-width: calc(100% - 110px);
  }
  .feature-control-section {
    padding: 72px 0 90px;
  }
  .feature-control-section__inner {
    max-width: calc(100% - 48px);
  }
  .feature-control-section__title {
    font-size: 34px;
    margin-bottom: 40px;
  }
  .feature-control-section__list {
    gap: 48px;
  }
  .feature-control-section__card {
    min-height: auto;
    padding: 48px 32px;
    gap: 32px;
  }
  .feature-control-section__content {
    flex-basis: 390px;
  }
  .feature-control-section__visual {
    flex-basis: 480px;
    max-width: 480px;
  }
  .feature-control-section__card-title {
    font-size: 28px;
    margin-bottom: 22px;
  }
  .feature-control-section__point span {
    font-size: 18px;
  }
  .gps-steps-section {
    padding: 72px 0 80px;
  }
  .gps-steps-section__inner {
    max-width: calc(100% - 48px);
  }
  .gps-steps-section__title {
    font-size: 34px;
  }
  .gps-steps-section__layout {
    gap: 20px;
  }
  .gps-steps-section__steps-col {
    flex-basis: 420px;
  }
  .gps-steps-section__visual {
    flex-basis: min(560px, 52vw);
    max-width: 100%;
  }
  .trust-section__inner {
    max-width: calc(100% - 48px);
  }
  .trust-section__cards {
    gap: 24px;
  }
  .assurance-section__inner {
    max-width: calc(100% - 48px);
  }
  .assurance-section__badges {
    gap: 16px;
  }
  .assurance-section__badge-title {
    font-size: 26px;
    line-height: 1.3;
  }
  .assurance-section__badge-desc {
    font-size: 16px;
    line-height: 1.5;
  }
  .cta-section {
    padding: 64px 0 80px;
  }
  .cta-section__inner {
    max-width: calc(100% - 48px);
    min-height: 360px;
    padding: 40px 20px 40px 40px;
  }
  .cta-section__title, .cta-section__desc {
    max-width: 480px;
  }
  .cta-section__title {
    font-size: 32px;
    line-height: 1.35;
  }
  .cta-section__desc {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1.4;
  }
  .cta-section__actions {
    gap: 16px;
  }
}
@media (max-width: 980px) {
  .hero-section {
    padding: 48px 0 52px;
  }
  .hero-section__inner {
    padding: 0 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }
  .hero-section__content, .hero-section__visual {
    max-width: 100%;
    min-width: 0;
    width: 100%;
  }
  .hero-section__visual {
    order: -1;
    transform: none;
    max-width: 560px;
    margin: 0 auto;
    padding: 0 8px;
    box-sizing: border-box;
  }
  .hero-section__visual::after {
    width: 72%;
    max-width: 420px;
    height: 48px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: -12px;
  }
  .hero-section__icon--android {
    width: 44px;
    height: 44px;
    right: 28%;
    top: -18px;
  }
  .hero-section__icon--apple {
    width: 38px;
    height: 38px;
    right: 18%;
    top: -14px;
  }
  .hero-section__icon--game {
    width: 88px;
    height: 64px;
    right: -4px;
    top: -48px;
  }
  .hero-section__preview {
    max-width: 100%;
    margin: 0 auto;
  }
  .hero-section__tag {
    padding: 4px 12px 4px 58px;
  }
  .hero-section__tag img {
    width: 52px;
    height: 32px;
    top: -6px;
  }
  .hero-section__tag span {
    font-size: 14px;
  }
  .hero-section__title {
    font-size: 28px;
    line-height: 1.35;
    margin: 12px 0 20px;
  }
  .hero-section__feature-list {
    width: 100%;
    gap: 14px;
  }
  .hero-section__feature-item {
    gap: 8px;
  }
  .hero-section__feature-item img {
    width: 16px;
    height: 16px;
    margin-top: 5px;
  }
  .hero-section__feature-item span {
    font-size: 16px;
  }
  .hero-section__actions {
    margin-top: 28px;
    gap: 12px;
  }
  .hero-section__notice {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.6;
  }
  .hero-btn {
    width: 200px;
    height: 52px;
  }
  .hero-btn img {
    width: 20px;
    height: 20px;
  }
  .hero-btn span {
    font-size: 16px;
  }
  .scene-switch-section {
    padding: 28px 0 70px;
  }
  .scene-switch-section__inner {
    max-width: calc(100% - 32px);
  }
  .scene-switch-section__title {
    margin-bottom: 22px;
    font-size: 26px;
    line-height: 1.35;
  }
  .scene-switch-section__layout {
    flex-direction: column;
    gap: 16px;
  }
  .scene-switch-section__cards {
    width: 100%;
    gap: 10px;
  }
  .scene-switch-section__card:hover {
    transform: none;
  }
  .scene-switch-section__card-trigger {
    padding: 14px 12px;
  }
  .scene-switch-section__card-head {
    gap: 10px;
  }
  .scene-switch-section__card-head img {
    width: 28px;
    height: 28px;
  }
  .scene-switch-section__card-head span {
    font-size: 20px;
  }
  .scene-switch-section__card-desc {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.55;
  }
  .scene-switch-section__card.is-active .scene-switch-section__card-desc {
    max-height: 200px;
  }
  .gps-mode-section {
    padding: 54px 0 68px;
  }
  .gps-mode-section__inner {
    max-width: calc(100% - 32px);
  }
  .gps-mode-section__title {
    font-size: 28px;
    line-height: 1.35;
  }
  .gps-mode-section__subtitle {
    margin: 8px 0 22px;
    font-size: 16px;
    line-height: 1.5;
  }
  .gps-mode-section__cards {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .gps-mode-section__card:hover {
    transform: none;
    box-shadow: none;
  }
  .gps-mode-section__card-trigger {
    min-height: auto;
    padding: 12px;
  }
  .gps-mode-section__card-head span {
    font-size: 18px;
  }
  .gps-mode-section__card-desc {
    margin-top: 6px;
    font-size: 13px;
  }
  .gps-mode-section__visual-wrap {
    margin-top: 18px;
    padding: 0 42px;
  }
  .gps-mode-section__visual {
    max-width: 100%;
    padding: 10px;
  }
  .gps-mode-section__visual-image {
    inset: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .gps-mode-section__nav-btn {
    width: 36px;
    height: 36px;
  }
  .feature-control-section {
    padding: 48px 0 60px;
  }
  .feature-control-section__inner {
    max-width: calc(100% - 32px);
  }
  .feature-control-section__title {
    margin-bottom: 28px;
    font-size: 26px;
    line-height: 1.35;
  }
  .feature-control-section__list {
    gap: 24px;
  }
  .feature-control-section__card {
    flex-direction: column;
    align-items: stretch;
    padding: 28px 20px;
    gap: 24px;
  }
  .feature-control-section__content, .feature-control-section__visual {
    flex-basis: auto;
    max-width: 100%;
  }
  .feature-control-section__card-title {
    margin-bottom: 18px;
    font-size: 24px;
  }
  .feature-control-section__points {
    gap: 14px;
  }
  .feature-control-section__point img {
    margin-top: 4px;
  }
  .feature-control-section__point span {
    font-size: 16px;
    line-height: 1.55;
  }
  .gps-steps-section {
    padding: 48px 0 60px;
  }
  .gps-steps-section__inner {
    max-width: calc(100% - 32px);
  }
  .gps-steps-section__title {
    margin-bottom: 28px;
    font-size: 26px;
    line-height: 1.35;
  }
  .gps-steps-section__layout {
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
  }
  .gps-steps-section__steps-col {
    flex-basis: auto;
    width: 100%;
  }
  .gps-steps-section__card-trigger {
    gap: 10px;
  }
  .gps-steps-section__card-line {
    height: 88px;
  }
  .gps-steps-section__card-title {
    font-size: 20px;
  }
  .gps-steps-section__card-desc {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.5;
  }
  .gps-steps-section__download {
    margin-top: 28px;
    width: 100%;
    max-width: 264px;
  }
  .gps-steps-section__visual {
    flex-basis: auto;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 708/467;
  }
  .trust-section {
    padding: 48px 0 60px;
  }
  .trust-section__inner {
    max-width: calc(100% - 32px);
  }
  .trust-section__title {
    margin-bottom: 28px;
    font-size: 26px;
    line-height: 1.35;
  }
  .trust-section__swiper {
    padding-top: 36px;
  }
  .trust-section__cards {
    gap: 16px;
  }
  .trust-section__card {
    padding: 48px 14px 18px;
    min-height: 240px;
  }
  .trust-section__avatar {
    top: -28px;
    width: 80px;
    height: 80px;
  }
  .trust-section__quote {
    top: 64px;
    right: 20px;
    width: 36px;
    height: 30px;
  }
  .trust-section__name {
    font-size: 16px;
  }
  .trust-section__text {
    font-size: 14px;
    line-height: 1.5;
  }
  .assurance-section__inner {
    padding: 64px 0 48px;
    max-width: calc(100% - 32px);
  }
  .assurance-section__badges {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 20px;
  }
  .assurance-section__badge-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 14px;
  }
  .assurance-section__badge-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .assurance-section__badge-desc {
    font-size: 15px;
    line-height: 1.45;
  }
  .cta-section {
    padding: 48px 0 60px;
  }
  .cta-section__inner {
    max-width: calc(100% - 32px);
    min-height: auto;
    padding: 32px 24px 280px;
    text-align: center;
  }
  .cta-section__title, .cta-section__desc {
    max-width: 100%;
  }
  .cta-section__title {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 1.35;
  }
  .cta-section__desc {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.45;
  }
  .cta-section__actions {
    justify-content: center;
    gap: 12px;
  }
}
@media (max-width: 480px) {
  .hero-section {
    padding: 24px 0 40px;
  }
  .hero-section__inner {
    padding: 0 12px;
    gap: 16px;
  }
  .hero-section__visual {
    max-width: 100%;
    padding: 0;
  }
  .hero-section__visual::after {
    width: 80%;
    height: 40px;
    bottom: -8px;
  }
  .hero-section__icon--android {
    width: 36px;
    height: 36px;
    right: 26%;
    top: -12px;
  }
  .hero-section__icon--apple {
    width: 32px;
    height: 32px;
    right: 14%;
    top: -10px;
  }
  .hero-section__icon--game {
    width: 72px;
    height: 52px;
    right: -8px;
    top: -36px;
  }
  .hero-section__tag {
    padding: 4px 10px 4px 52px;
  }
  .hero-section__tag img {
    width: 46px;
    height: 28px;
  }
  .hero-section__tag span {
    font-size: 13px;
  }
  .hero-section__title {
    font-size: 24px;
    margin: 10px 0 16px;
  }
  .hero-section__feature-list {
    gap: 12px;
  }
  .hero-section__feature-item span {
    font-size: 15px;
  }
  .hero-section__actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 24px;
  }
  .hero-section__notice {
    font-size: 11px;
    text-align: center;
  }
  .hero-btn {
    width: 100%;
    max-width: 280px;
    height: 48px;
    margin: 0 auto;
  }
  .assurance-section__inner {
    padding: 48px 0 40px;
    max-width: calc(100% - 24px);
  }
  .assurance-section__badges {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .assurance-section__badge-title {
    font-size: 22px;
  }
  .cta-section {
    padding: 40px 0 48px;
  }
  .cta-section__inner {
    max-width: calc(100% - 24px);
    padding: 28px 16px 240px;
  }
  .cta-section__title {
    font-size: 24px;
  }
  .cta-section__desc {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .cta-section__actions {
    flex-direction: column;
    align-items: center;
  }
}/*# sourceMappingURL=style.css.map */
