/* T.T.T. (HK) LTD — Figma 25:6 1:1 1920×7864 */

:root {
  --purple: #29166f;
  --yellow: #fff000;
  --lilac: #f2eeff;
  --line: #d5dce6;
  --white: #ffffff;
  --font-inter: "Inter", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-poppins: "Poppins", "Inter", sans-serif;
  --font-heavy: "OPPOSans", "Poppins", "Inter", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--purple);
  font-family: var(--font-inter);
  overflow-x: hidden;
}

img {
  display: block;
  max-width: none;
}

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

button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  cursor: pointer;
}

.scale-wrap {
  width: 100%;
  overflow: hidden;
}

.page {
  position: relative;
  width: 1920px;
  height: 7864px;
  background: #fff;
  transform-origin: top left;
}

/* ========== Banner 0,0 1920×1052 ========== */
.banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: 1052px;
  overflow: hidden;
}

.banner__img-wrap {
  position: absolute;
  left: -1607px;
  top: -490px;
  width: 3963px;
  height: 2171px;
}

.banner__img {
  width: 3963px;
  height: 2171px;
  object-fit: cover;
}

/* ========== Header 91,25 ========== */
.header {
  position: absolute;
  left: 91px;
  top: 25px;
  width: 1737px;
  height: 57px;
  z-index: 20;
}

.logo {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 241px;
  height: 57px;
}

.logo__mark {
  width: 97px;
  height: 57px;
  object-fit: cover;
  flex-shrink: 0;
}

.logo__word {
  width: 140px;
  height: 30px;
  object-fit: cover;
  flex-shrink: 0;
}

.menu-toggle {
  display: none;
}

.nav {
  position: absolute;
  left: 449px;
  top: 4px;
  width: 840px;
  height: 49px;
}

.nav__bar {
  position: absolute;
  inset: 0;
  background: var(--purple);
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 74px;
  padding: 0 0 0 36px;
}

.nav__link,
.nav__link--btn {
  font-family: var(--font-inter);
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  transition: color 0.25s ease, opacity 0.25s ease;
}

.nav__link:hover,
.nav__link--btn:hover {
  color: var(--yellow);
}

.nav__caret {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transition: transform 0.25s ease;
}

.nav__drop:hover .nav__caret {
  transform: rotate(180deg);
}

.nav__link--btn {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav__drop {
  position: relative;
}

.nav__menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  min-width: 240px;
  padding: 12px 0;
  background: var(--purple);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(41, 22, 111, 0.18);
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(10px);
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s;
}

.nav__menu a {
  display: block;
  padding: 10px 22px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  transition: background 0.2s ease, color 0.2s ease, padding-left 0.2s ease;
}

.nav__menu a:hover {
  background: rgba(255, 240, 0, 0.18);
  color: var(--yellow);
  padding-left: 28px;
}

.nav__drop:hover .nav__menu,
.nav__drop:focus-within .nav__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.nav__active {
  position: absolute;
  left: 0;
  top: 0;
  width: 119px;
  height: 49px;
  background: var(--yellow);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000;
  padding: 14px 32px 13px 33px;
  z-index: 2;
}

.nav__active--about {
  left: 128px;
  width: auto;
  min-width: 158px;
}

.nav__active--news,
.nav__active--contact {
  width: auto;
  gap: 4px;
  white-space: nowrap;
}

.nav__active--news {
  left: 298px;
  width: 231px;
}

.nav__active--contact {
  left: 538px;
}

.nav__active > a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: inherit;
  font-size: inherit;
  white-space: nowrap;
}

.nav__active .nav__caret {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.nav__drop::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100%;
  min-width: 240px;
  height: 16px;
  transform: translateX(-50%);
  display: none;
}

.nav__drop:hover::after,
.nav__drop:focus-within::after {
  display: block;
}

.lang {
  position: absolute;
  left: 1613px;
  top: 7px;
  width: 124px;
  height: 44px;
  background: var(--purple);
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 2px 2px 2px 23px;
  overflow: hidden;
  transition: padding 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.lang.is-zh {
  padding: 2px 23px 2px 2px;
}

.lang__slider {
  position: absolute;
  top: 3px;
  left: 60px;
  width: 62px;
  height: 38px;
  background: var(--yellow);
  border-radius: 100px;
  transition: left 0.35s cubic-bezier(0.22, 1, 0.36, 1), width 0.35s ease;
  pointer-events: none;
}

.lang.is-zh .lang__slider {
  left: 2px;
  width: 42px;
}

.lang__item {
  position: relative;
  z-index: 1;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  line-height: normal;
  transition: color 0.25s ease, width 0.35s ease;
}

.lang__item[data-lang="zh"] {
  min-width: 18px;
}

.lang.is-zh .lang__item[data-lang="zh"] {
  width: 42px;
  flex: 0 0 42px;
}

.lang__item[data-lang="en"] {
  width: 62px;
  flex: 0 0 62px;
  border-radius: 100px;
  padding: 0;
}

.lang.is-zh .lang__item[data-lang="en"] {
  width: auto;
  flex: 0 0 auto;
}

.lang__item--on {
  color: var(--purple);
}

/* ========== Hero title 121,331 ========== */
.hero-title {
  position: absolute;
  left: 121px;
  top: 331px;
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 72px;
  line-height: 84px;
  color: #fff;
  white-space: nowrap;
  font-style: normal;
  z-index: 2;
}

.hero-title__line {
  display: block;
  overflow: hidden;
}

.hero-title__line > span {
  display: block;
}

/* ========== Profile card 145,823 1630×415 ========== */
.profile-card {
  position: absolute;
  left: 145px;
  top: 823px;
  width: 1630px;
  height: 415px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: 0 4px 8px rgba(41, 22, 111, 0.06);
  z-index: 5;
}

.profile-card__title {
  position: absolute;
  left: 50%;
  top: 59px;
  transform: translateX(-50%);
  font-family: var(--font-heavy);
  font-weight: 800;
  font-size: 76px;
  line-height: 76px;
  color: var(--purple);
  white-space: nowrap;
}

.profile-card__line {
  position: absolute;
  left: 62px;
  top: 206px;
  width: 1500px;
  height: 5px;
  object-fit: fill;
}

.stats {
  position: absolute;
  left: 89px;
  top: 214px;
  display: flex;
  align-items: center;
  gap: 194px;
  text-align: center;
  color: var(--purple);
}

.stat {
  width: 215px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.stat__num {
  position: relative;
  height: 96px;
  display: flex;
  justify-content: center;
}

.stat:nth-child(1) .stat__num { width: 126px; }
.stat:nth-child(2) .stat__num { width: 162px; }
.stat:nth-child(3) .stat__num { width: 166px; }
.stat:nth-child(4) .stat__num { width: 190px; }

.stat__n {
  font-family: var(--font-heavy);
  font-weight: 800;
  font-size: 70px;
  line-height: 70px;
  margin-top: 26px;
  white-space: nowrap;
}

.stat__plus {
  position: absolute;
  top: 0;
  font-family: var(--font-inter);
  font-weight: 500;
  font-size: 40px;
  line-height: 68px;
}

.stat:nth-child(1) .stat__plus { left: 99px; }
.stat:nth-child(2) .stat__plus { left: 135px; }
.stat:nth-child(3) .stat__plus { left: 139px; }
.stat:nth-child(4) .stat__plus { left: 163px; }

.stat__label {
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
}

.stat:nth-child(2) .stat__label,
.stat:nth-child(3) .stat__label,
.stat:nth-child(4) .stat__label {
  width: 259px;
}

/* Arrow buttons */
.arrow-btn {
  display: flex;
  align-items: flex-start;
  background: var(--purple);
  border-radius: 30px;
  width: 60px;
  height: 60px;
  padding: 6px;
}

.arrow-btn img {
  width: 48px;
  height: 48px;
}

.arrow-btn--profile {
  position: absolute;
  left: 930px;
  top: 1208px;
  z-index: 6;
}

/* ========== About body ========== */
.about-body__photo {
  position: absolute;
  left: 144px;
  top: 1338px;
  width: 516px;
  height: 418px;
  object-fit: cover;
}

.about-body__copy {
  position: absolute;
  left: 707px;
  top: 1371px;
  width: 1053px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 69px;
}

.bullet {
  position: relative;
  width: 100%;
}

.bullet__dot {
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
}

.bullet p {
  margin-left: 19px;
  font-weight: 500;
  font-size: 23px;
  line-height: 32px;
  color: var(--purple);
}

.bullet:nth-child(1) p {
  line-height: normal;
  white-space: nowrap;
}

.bullet:nth-child(1) .bullet__dot { top: 8px; }
.bullet:nth-child(2) .bullet__dot { top: 9px; }
.bullet:nth-child(3) .bullet__dot { top: 7px; }

.bullet:nth-child(2) p,
.bullet:nth-child(3) p {
  margin-left: 21px;
  width: 1020px;
}

.bullet:nth-child(3) p {
  text-align: justify;
}

/* ========== Values 0,1909 1920×424 ========== */
.values {
  position: absolute;
  left: 0;
  top: 1909px;
  width: 1920px;
  height: 424px;
  background: var(--lilac);
}

.values__row {
  position: absolute;
  left: 186px;
  display: flex;
  align-items: center;
  gap: 127px;
}

.values__row--top { top: 97px; }
.values__row--bot { top: 249px; }

.value {
  position: relative;
  width: 711px;
  min-height: 81px;
  overflow: visible;
}

.value__dot {
  position: absolute;
  left: 0;
  top: 11px;
  width: 12px;
  height: 12px;
}

.value__text {
  margin-left: 33px;
  width: 678px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  color: var(--purple);
}

.value__text h3 {
  font-weight: 600;
  font-size: 40px;
  line-height: 40px;
}

.value__pair {
  display: flex;
  align-items: center;
  gap: 61px;
  font-weight: 400;
  font-size: 27px;
  line-height: 32px;
  text-align: justify;
  width: 100%;
}

.value__pair span {
  white-space: nowrap;
  flex-shrink: 0;
}

.value__pair span:first-child {
  width: 280px;
  flex-shrink: 0;
}

.value:nth-child(2) .value__pair span:first-child {
  width: 260px;
}

.values__line {
  position: absolute;
  left: 127px;
  top: 212px;
  width: 1667px;
  height: 2px;
}

/* ========== Success Stories ========== */
.stories__title {
  position: absolute;
  left: 145px;
  top: 2513px;
  width: 537px;
  display: flex;
  flex-direction: column;
  font-family: var(--font-inter);
  font-weight: 600;
  font-size: 90px;
  line-height: 90px;
  text-align: left;
  color: var(--purple);
}

.stories__sub {
  position: absolute;
  left: 147px;
  top: 2716px;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 34px;
  line-height: 32px;
  color: var(--purple);
  white-space: nowrap;
}

.stories__side {
  position: absolute;
  left: 1301px;
  top: 2623px;
  width: 484px;
}

.stories__side h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 32px;
  white-space: nowrap;
}

.stories__side p {
  margin-top: 15px;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
}

.arrow-btn--story {
  position: absolute;
  left: 1px;
  top: 162px;
}

.stories__plane {
  position: absolute;
  left: 1362px;
  top: 2875px;
  width: 419px;
  height: 476px;
  object-fit: cover;
  pointer-events: none;
}

.stories__phone {
  position: absolute;
  left: 798px;
  top: 2491px;
  width: 468px;
  height: 923px;
  object-fit: cover;
  pointer-events: none;
  z-index: 2;
}

.stories__globe {
  position: absolute;
  left: 603px;
  top: 3238px;
  width: 145px;
  height: 145px;
  object-fit: cover;
  z-index: 3;
}

.stories__ghost {
  position: absolute;
  left: 623px;
  top: 3414px;
  width: 145px;
  height: 145px;
  background: #fff;
  border-radius: 12px;
  z-index: 1;
}

.float-card {
  position: absolute;
  background: #fff;
  border: 2px solid #d2d2d2;
  border-radius: 40px;
  color: var(--purple);
  z-index: 4;
  overflow: visible;
}

.float-card--a {
  left: 292px;
  top: 2953px;
  width: 476px;
  min-height: 219px;
  height: auto;
  padding: 38px 20px 24px 20px;
}

.float-card--b {
  left: 157px;
  top: 3197px;
  width: 391px;
  min-height: 219px;
  height: auto;
  padding: 21px 20px 24px 20px;
}

.float-card h4 {
  font-weight: 500;
  font-size: 31px;
  line-height: 1.25;
  white-space: normal;
  word-break: break-word;
}

.float-card--b h4 {
  font-size: 32px;
}

.float-card p {
  margin-top: 13px;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
}

.float-card--b p {
  margin-top: 13px;
}

/* ========== Core Advantages 3641 ========== */
.advantages {
  position: absolute;
  left: -1px;
  top: 3641px;
  width: 1932px;
  height: 956px;
  overflow: hidden;
}

.advantages__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 1932px;
  height: 956px;
  object-fit: cover;
}

.advantages__veil {
  position: absolute;
  left: 0;
  top: 418px;
  width: 1932px;
  height: 538px;
  background: linear-gradient(
    180deg,
    rgba(217, 217, 217, 0) 0%,
    rgba(113, 101, 154, 0.05) 20.673%,
    rgba(41, 22, 111, 0.3) 47.596%,
    rgba(41, 22, 111, 0.75) 100%
  );
}

.advantages__head {
  position: absolute;
  left: 593px;
  top: 96px;
  width: 688px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.advantages__head h2 {
  font-family: var(--font-heavy);
  font-weight: 800;
  font-size: 72px;
  line-height: 76px;
  width: 100%;
}

.advantages__head p {
  font-family: var(--font-heavy);
  font-weight: 800;
  font-size: 28px;
  line-height: 24px;
  width: 100%;
}

.adv-grid {
  position: absolute;
  left: 147px;
  top: 272px;
  width: 1716px;
  height: 539px;
  display: grid;
  grid-template-columns: 830px 830px;
  grid-template-rows: auto auto;
  column-gap: 56px;
  z-index: 2;
}

.adv {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.adv:nth-child(1) { grid-column: 1; grid-row: 1; }
.adv:nth-child(2) { grid-column: 2; grid-row: 1; margin-left: 10px; }
.adv:nth-child(3) { grid-column: 1; grid-row: 2; margin-top: 84px; }
.adv:nth-child(4) { grid-column: 2; grid-row: 2; margin-top: 84px; }

.adv__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  position: relative;
}

.adv__icon img {
  width: 48px;
  height: 48px;
}

.adv__icon--clip {
  overflow: hidden;
}

.adv:nth-child(2) .adv__icon img {
  position: absolute;
  width: 42px;
  height: 46px;
  left: 3px;
  top: 1px;
  object-fit: cover;
}

.adv:nth-child(4) .adv__icon img {
  position: absolute;
  width: 44px;
  height: 41px;
  left: 2px;
  top: 3px;
  object-fit: cover;
}

.adv__body {
  width: 768px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  color: #fff;
  padding-top: 9px;
}

.adv__body h3 {
  font-family: var(--font-heavy);
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
  width: 396px;
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.adv-grid__h {
  position: absolute;
  left: 158px;
  top: 541px;
  width: 1624px;
  height: 2px;
  z-index: 2;
}

.adv-grid__v {
  position: absolute;
  left: 970px;
  top: 272px;
  width: 539px;
  height: 2px;
  transform: rotate(90deg);
  transform-origin: left top;
  z-index: 2;
}

.adv__body p {
  font-weight: 400;
  font-size: 26px;
  line-height: 32px;
}

/* ========== Qualifications 4597 ========== */
.quals {
  position: absolute;
  left: 0;
  top: 4597px;
  width: 1920px;
  height: 1636px;
  background: #fff;
  overflow: visible;
}

.quals h2 {
  position: absolute;
  left: 476px;
  top: 216px;
  width: 968px;
  font-family: var(--font-heavy);
  font-weight: 800;
  font-size: 72px;
  line-height: 76px;
  text-align: center;
  color: var(--purple);
}

.quals__slider {
  position: absolute;
  left: 227px;
  top: 550px;
  width: 1502px;
  height: 1052px;
  overflow: visible;
}

.quals-swiper {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.quals-swiper .swiper-slide {
  width: 100%;
  height: 1052px;
  box-sizing: border-box;
}

.qual-group {
  position: relative;
  width: 1502px;
  height: 1052px;
}

.qual-group .qual {
  position: absolute;
  object-fit: cover;
  box-shadow: 0 0 20px 0 rgba(41, 22, 111, 0.3);
}

.qual-group .qual--a {
  left: 0;
  top: 0;
  width: 735px;
  height: 520px;
}

.qual-group .qual--b {
  left: 759px;
  top: 0;
  width: 743px;
  height: 1052px;
}

.qual-group .qual--c {
  left: 0;
  top: 535px;
  width: 360px;
  height: 510px;
}

.qual-group .qual--d {
  left: 379px;
  top: 535px;
  width: 356px;
  height: 508px;
}

.qual-group--single .qual--single {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.qual-arrow {
  position: absolute;
  top: 526px;
  width: 54px;
  height: 54px;
  padding: 0;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transform: translateY(-50%);
}

.qual-arrow img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  object-fit: contain;
}

.qual-arrow--prev {
  left: -100px;
  background: #fff;
  border: 3px solid var(--purple);
  transform: translateY(-50%);
}

.qual-arrow--prev img {
  transform: scaleX(-1);
  filter: brightness(0) saturate(100%) invert(11%) sepia(42%) saturate(4743%) hue-rotate(243deg) brightness(93%) contrast(101%);
}

.qual-arrow--next {
  right: -64px;
  background: var(--purple);
}

.qual-arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

/* ========== Partners 6268 ========== */
.partners {
  position: absolute;
  left: -6px;
  top: 6268px;
  width: 1932px;
  height: 1104px;
  overflow: hidden;
}

.partners__map {
  position: absolute;
  left: 163px;
  top: 0;
  width: 1628px;
  height: 490px;
  object-fit: cover;
}

.partners__wave {
  position: absolute;
  left: 0;
  top: 490px;
  width: 1932px;
  height: 330px;
  object-fit: cover;
}

.partners__ellipse {
  position: absolute;
  left: 48px;
  top: 462px;
  width: 1836px;
  height: 642px;
  pointer-events: none;
}

.partners h2 {
  position: absolute;
  left: 50%;
  top: 105px;
  transform: translateX(-50%);
  font-family: var(--font-heavy);
  font-weight: 800;
  font-size: 72px;
  line-height: 76px;
  text-align: center;
  color: var(--purple);
  white-space: nowrap;
  z-index: 2;
}

.partners > p {
  position: absolute;
  left: 50%;
  top: 218px;
  transform: translateX(-50%);
  font-family: var(--font-heavy);
  font-weight: 800;
  font-size: 28px;
  line-height: 24px;
  text-align: center;
  color: var(--purple);
  white-space: nowrap;
  z-index: 2;
}

.partners__slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 1932px;
  height: 1104px;
  z-index: 3;
  overflow: hidden;
}

.partners-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.partners-slide {
  position: relative;
  width: 100%;
  height: 1104px;
}

.partners-swiper .swiper-slide .plog {
  transition: opacity 0.6s ease;
}

.partners-swiper .swiper-slide:not(.swiper-slide-active) .plog {
  animation: none;
}

.plog {
  position: absolute;
  object-fit: cover;
  z-index: 3;
}

.plog--10 { left: 856px; top: 333px; width: 236px; height: 38px; }
.plog--11 { left: 1173px; top: 397px; width: 247px; height: 29px; }
.plog--5  { left: 1699px; top: 512px; width: 148px; height: 63px; }
.plog--3  { left: 530px; top: 395px; width: 218px; height: 37px; }
.plog--4  { left: 1436px; top: 439px; width: 197px; height: 78px; }
.plog--7  { left: 79px; top: 515px; width: 167px; height: 58px; }
.plog--14 { left: 365px; top: 419px; width: 107px; height: 96px; }

/* ========== Footer 7006 1920×858 ========== */
.footer {
  position: absolute;
  left: 0;
  top: 7006px;
  width: 1920px;
  height: 858px;
  background: linear-gradient(161.835deg, rgb(64, 45, 135) 18.666%, rgb(26, 9, 90) 81.367%);
  color: #fff;
  overflow: hidden;
  z-index: 4;
}

.footer__logo {
  position: absolute;
  left: 119px;
  top: 89px;
  width: 450px;
  height: 102.384px;
  overflow: hidden;
}

.footer__mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 174.881px;
  height: 102.384px;
}

.footer__word {
  position: absolute;
  left: 184px;
  top: 26px;
  width: 240px;
  height: 51.328px;
}

.footer__hub {
  position: absolute;
  left: 1273px;
  top: 102px;
  width: 528px;
  text-align: right;
}

.footer__hub-k {
  font-weight: 600;
  font-size: 38px;
  line-height: 32px;
  color: var(--yellow);
  text-align: right;
}

.footer__hub-v {
  margin-top: 13px;
  font-weight: 400;
  font-size: 27px;
  line-height: 32px;
  text-align: right;
}

.footer__rule {
  position: absolute;
  left: 119px;
  top: 355px;
  width: 1674px;
  height: 2px;
}

.footer__cols {
  position: absolute;
  left: 129px;
  top: 279px;
  width: 1662px;
  display: flex;
}

.fcol {
  width: 411px;
}

.fcol:nth-child(2) {
  margin-left: 156px;
}

.fcol:nth-child(3) {
  margin-left: 93px;
  width: 533px;
}

.fcol h3 {
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 600;
  font-size: 38px;
  line-height: 32px;
  color: var(--yellow);
  padding: 18px 20px;
  margin: -18px -20px 79px;
}

.fcol h3::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 99px;
  background: linear-gradient(180deg, #35227a, #321f76);
  box-shadow: inset 0 4px 2px 0 rgba(119, 86, 213, 0.7);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: opacity 0.25s ease;
}

.fcol h3:hover::before,
.fcol h3:focus-within::before {
  opacity: 1;
}

.fcol h3 a {
  color: inherit;
}

.fcol > a {
  display: block;
  font-weight: 400;
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 46px;
}

.fcol > a:last-child {
  margin-bottom: 0;
}

.fcontact {
  display: flex;
  align-items: flex-start;
  gap: 23px;
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 40px;
}

.fcontact img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  object-fit: cover;
}

.fcontact:nth-child(3) img {
  width: 34px;
  height: 34px;
}

.fcontact--addr {
  align-items: flex-start;
  line-height: 38px;
  margin-bottom: 0;
}

.fcontact__pin {
  width: 34px;
  height: 34px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
}

.fcontact__pin img {
  position: absolute;
  left: 1px;
  top: -1px;
  width: 31px;
  height: 34px;
  object-fit: cover;
}

.footer__iata {
  position: absolute;
  right: 130px;
  top: 749px;
  font-size: 26px;
  line-height: 32px;
  text-align: right;
  white-space: nowrap;
}

/* =========================================================
   Tablet / Mobile
   ========================================================= */
@media (max-width: 991px) {
  .scale-wrap {
    overflow: visible;
    height: auto !important;
  }

  .page {
    width: 100% !important;
    height: auto !important;
    transform: none !important;
    overflow: hidden;
  }

  .banner {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 62vw;
    min-height: 280px;
  }

  .banner__img-wrap,
  .banner__img {
    left: 50%;
    top: 0;
    width: auto;
    height: 100%;
    min-width: 100%;
    transform: translateX(-30%);
  }

  .header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    gap: 8px;
  }

  .logo {
    position: relative;
    width: auto;
    height: 40px;
    min-width: 0;
    flex: 1;
  }

  .logo__mark {
    width: auto;
    height: 40px;
  }

  .logo__word {
    height: 18px;
    width: auto;
    max-width: 96px;
  }

  .menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: 8px;
    z-index: 30;
  }

  .menu-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    margin-left: 9px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  }

  .nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(41, 22, 111, 0.96);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    padding: 80px 28px 40px;
    z-index: 25;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(24px);
    transition: opacity 0.35s ease, transform 0.35s ease, visibility 0.35s;
  }

  .nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .nav__bar {
    position: relative;
    inset: auto;
    background: transparent;
    border-radius: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding: 0;
  }

  .nav__link,
  .nav__link--btn {
    font-size: 22px;
  }

  .nav__active {
    display: none;
  }

  .nav__drop::after {
    display: none !important;
  }

  .nav__drop {
    width: 100%;
  }

  .nav__menu {
    position: static;
    transform: none;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
    padding: 0 0 0 12px;
    pointer-events: none;
  }

  .nav__drop.is-open .nav__menu {
    opacity: 1;
    visibility: visible;
    max-height: 320px;
    padding: 8px 0 0 12px;
    pointer-events: auto;
  }

  .nav__drop.is-open .nav__caret {
    transform: rotate(180deg);
  }

  .lang {
    position: relative;
    left: auto;
    top: auto;
    flex-shrink: 0;
    width: 92px;
    height: 36px;
    gap: 6px;
    padding: 2px 2px 2px 10px;
  }

  .lang.is-zh {
    padding: 2px 10px 2px 2px;
  }

  .lang__slider {
    width: 46px;
    height: 32px;
    top: 2px;
    left: 44px;
  }

  .lang.is-zh .lang__slider {
    left: 2px;
    width: 36px;
  }

  .lang__item {
    font-size: 14px;
    height: 32px;
  }

  .lang__item[data-lang="en"] {
    width: 46px;
    flex-basis: 46px;
    padding: 0;
  }

  .lang.is-zh .lang__item[data-lang="zh"] {
    width: 36px;
    flex-basis: 36px;
  }

  .hero-title {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 38%;
    font-size: clamp(28px, 8vw, 44px);
    line-height: 1.2;
    white-space: normal;
  }

  .profile-card {
    position: relative;
    left: 16px;
    top: 0;
    width: calc(100% - 32px);
    height: auto;
    margin-top: -48px;
    padding: 28px 16px 32px;
    z-index: 5;
  }

  .profile-card__title {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    font-size: 28px;
    line-height: 1.2;
    white-space: normal;
    text-align: center;
    display: block;
  }

  .profile-card__line {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: 2px;
    margin: 20px 0 12px;
  }

  .stats {
    position: relative;
    left: auto;
    top: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 12px;
  }

  .stat,
  .stat:nth-child(n) .stat__label {
    width: 100%;
  }

  .stat__n {
    font-size: 40px;
    line-height: 1;
    margin-top: 12px;
  }

  .stat__plus {
    font-size: 24px;
    line-height: 1.2;
  }

  .stat:nth-child(n) .stat__num {
    width: auto;
    min-width: 90px;
  }

  .stat:nth-child(n) .stat__plus {
    left: auto;
    right: -8px;
  }

  .stat__label {
    font-size: 14px;
    line-height: 1.3;
  }

  .arrow-btn--profile {
    position: relative;
    left: auto;
    top: auto;
    margin: 16px auto;
  }

  .about-body {
    display: flex;
    flex-direction: column;
    padding: 8px 16px 32px;
    gap: 20px;
  }

  .about-body__photo {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 516 / 418;
  }

  .about-body__copy {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    gap: 20px;
  }

  .bullet p,
  .bullet:nth-child(n) p {
    margin-left: 18px;
    width: auto;
    white-space: normal !important;
    font-size: 15px;
    line-height: 1.55;
  }

  .values {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    padding: 32px 16px;
  }

  .values__row {
    position: relative;
    left: auto;
    top: auto;
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }

  .values__row--bot {
    margin-top: 24px;
  }

  .value {
    width: 100%;
    height: auto;
  }

  .value__text {
    width: auto;
  }

  .value__text h3 {
    font-size: 22px;
    line-height: 1.2;
  }

  .value__pair {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    font-size: 15px;
    line-height: 1.4;
  }

  .value__pair span:first-child,
  .value:nth-child(2) .value__pair span:first-child {
    width: auto;
  }

  .values__line {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    margin: 20px 0;
  }

  .stories {
    position: relative;
    padding: 40px 16px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .stories__title,
  .stories__sub,
  .stories__side,
  .stories__plane,
  .stories__phone,
  .stories__globe,
  .stories__ghost,
  .float-card {
    position: relative;
    left: auto;
    top: auto;
  }

  .stories__title {
    width: 100%;
    height: auto;
    font-size: 48px;
    line-height: 1.1;
    text-align: left;
  }

  .stories__sub {
    width: 100%;
    font-size: 18px;
    line-height: 1.4;
    white-space: normal;
    margin: 8px 0 24px;
  }

  .stories__phone {
    width: min(320px, 78vw);
    height: auto;
    order: 3;
    margin: 8px 0;
  }

  .stories__side {
    width: 100%;
    order: 2;
    margin-bottom: 16px;
  }

  .stories__side h3 {
    white-space: normal;
    font-size: 22px;
    line-height: 1.3;
  }

  .arrow-btn--story {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 16px;
  }

  .stories__plane,
  .stories__globe {
    display: none;
  }

  .float-card--a,
  .float-card--b {
    width: 100%;
    height: auto;
    padding: 20px;
    order: 4;
    margin-top: 12px;
  }

  .float-card h4 {
    white-space: normal;
    font-size: 20px;
  }

  .float-card p {
    font-size: 15px;
    line-height: 1.45;
  }

  .stories__ghost {
    display: none;
  }

  .advantages {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 0;
    padding-bottom: 40px;
    background: #29166f;
  }

  .advantages__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .advantages__veil {
    top: 30%;
    width: 100%;
    height: 70%;
  }

  .advantages__head {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    padding: 40px 16px 24px;
  }

  .advantages__head h2 {
    font-size: 36px;
    line-height: 1.15;
  }

  .advantages__head p {
    font-size: 16px;
    line-height: 1.4;
  }

  .adv-grid {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 0 16px 24px;
  }

  .adv:nth-child(n) {
    margin: 0;
  }

  .adv__body {
    width: auto;
    padding-top: 0;
  }

  .adv__body h3 {
    width: auto;
    font-size: 22px;
    line-height: 1.25;
  }

  .adv__body p {
    font-size: 14px;
    line-height: 1.5;
  }

  .adv-grid__h,
  .adv-grid__v {
    display: none;
  }

  .quals {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    padding: 40px 16px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .quals h2 {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    font-size: 32px;
    line-height: 1.2;
  }

  .quals__slider {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    margin-top: 24px;
    padding: 0 56px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .quals-swiper {
    height: auto;
    overflow: hidden;
  }

  .quals-swiper .swiper-slide {
    width: 100%;
    height: auto;
  }

  .qual-group {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .qual-group .qual {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
  }

  .qual-group .qual--a,
  .qual-group .qual--b,
  .qual-group .qual--c,
  .qual-group .qual--d {
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
  }

  .qual-group--single .qual--single {
    width: 100%;
    height: auto;
    max-height: 70vh;
    object-fit: contain;
  }

  .qual-arrow {
    top: 50%;
    width: 44px;
    height: 44px;
  }

  .qual-arrow img {
    width: 18px;
    height: 18px;
  }

  .qual-arrow--prev {
    left: 0;
    transform: translateY(-50%);
  }

  .qual-arrow--prev img {
    transform: scaleX(-1);
    filter: brightness(0) saturate(100%) invert(11%) sepia(42%) saturate(4743%) hue-rotate(243deg) brightness(93%) contrast(101%);
  }

  .qual-arrow--next {
    right: 0;
    left: auto;
    transform: translateY(-50%);
  }

  .partners {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 40px 16px 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px 20px;
  }

  .partners__map {
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0.35;
  }

  .partners__wave,
  .partners__ellipse {
    display: none;
  }

  .partners h2,
  .partners > p {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 100%;
    flex: 0 0 100%;
    white-space: normal;
    text-align: center;
  }

  .partners h2 {
    font-size: 36px;
    line-height: 1.2;
  }

  .partners > p {
    font-size: 16px;
    line-height: 1.4;
    margin: 8px 0 28px;
  }

  .partners__slider {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    flex: 0 0 100%;
    overflow: hidden;
  }

  .partners-swiper {
    height: auto;
    overflow: hidden;
  }

  .partners-slide {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px 20px;
  }

  .plog {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    display: block;
    margin: 0;
    max-width: 42%;
    width: auto;
    height: 36px;
    object-fit: contain;
  }

  .footer {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    padding: 32px 20px 28px;
  }

  .footer__logo,
  .footer__hub,
  .footer__rule,
  .footer__cols,
  .footer__iata {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
  }

  .footer__logo {
    width: 280px;
    height: 64px;
    margin-bottom: 16px;
  }

  .footer__mark {
    width: 110px;
    height: 64px;
  }

  .footer__word {
    left: 118px;
    top: 16px;
    width: 150px;
    height: auto;
  }

  .footer__hub {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }

  .footer__hub-k,
  .footer__hub-v {
    text-align: left;
  }

  .footer__hub-k {
    font-size: 22px;
  }

  .footer__hub-v {
    font-size: 15px;
  }

  .footer__rule {
    width: 100%;
    margin: 8px 0 24px;
  }

  .footer__cols {
    width: 100%;
    flex-direction: column;
    gap: 32px;
  }

  .fcol,
  .fcol:nth-child(n) {
    width: 100%;
    margin-left: 0;
  }

  .fcol h3 {
    font-size: 22px;
    padding: 10px 14px;
    margin: -10px -14px 16px;
  }

  .fcol > a {
    font-size: 16px;
    margin-bottom: 12px;
  }

  .fcontact {
    font-size: 15px;
    margin-bottom: 12px;
  }

  .footer__iata {
    margin-top: 24px;
    text-align: left;
    font-size: 14px;
  }

  .menu-toggle span {
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .menu-toggle.is-open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

/* =========================================================
   Motion
   ========================================================= */
.header {
  animation: header-in 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@media (min-width: 992px) {
  .banner__img {
    transform-origin: 65% 40%;
    animation: kenburns 22s ease-out both;
  }
}

.hero-title__line > span {
  animation: line-up 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-title__line:nth-child(2) > span {
  animation-delay: 0.16s;
}

.nav__active {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nav__active:hover {
  box-shadow: 0 4px 16px rgba(255, 240, 0, 0.45);
}

.arrow-btn {
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.arrow-btn img {
  animation: arrow-bob 2.2s ease-in-out infinite;
}

.arrow-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 24px rgba(41, 22, 111, 0.28);
  filter: brightness(1.08);
}

.arrow-btn:hover img {
  animation-play-state: paused;
}

.reveal {
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1), transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-in {
  opacity: 1;
  transform: none;
}

.about-body.is-in .bullet {
  animation: fade-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.about-body.is-in .bullet:nth-child(1) { animation-delay: 0.08s; }
.about-body.is-in .bullet:nth-child(2) { animation-delay: 0.2s; }
.about-body.is-in .bullet:nth-child(3) { animation-delay: 0.32s; }

.values.is-in .value {
  animation: fade-up 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.values.is-in .values__row--top .value:nth-child(1) { animation-delay: 0.05s; }
.values.is-in .values__row--top .value:nth-child(2) { animation-delay: 0.16s; }
.values.is-in .values__row--bot .value:nth-child(1) { animation-delay: 0.24s; }
.values.is-in .values__row--bot .value:nth-child(2) { animation-delay: 0.34s; }

.stories.is-in .stories__phone {
  animation: phone-float 5s ease-in-out infinite;
}

.stories.is-in .stories__plane {
  animation: plane-drift 7s ease-in-out infinite;
}

.stories.is-in .stories__globe {
  animation: globe-float 4.5s ease-in-out infinite;
}

.stories.is-in .float-card--a {
  animation: card-float 4.2s ease-in-out infinite;
}

.stories.is-in .float-card--b {
  animation: card-float 4.8s ease-in-out infinite 0.4s;
}

.float-card {
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.float-card:hover {
  animation-play-state: paused;
  border-color: #29166f;
  box-shadow: 0 16px 32px rgba(41, 22, 111, 0.14);
}

.adv {
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.advantages.is-in .adv {
  animation: fade-up 0.75s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.advantages.is-in .adv:nth-child(1) { animation-delay: 0.08s; }
.advantages.is-in .adv:nth-child(2) { animation-delay: 0.18s; }
.advantages.is-in .adv:nth-child(3) { animation-delay: 0.28s; }
.advantages.is-in .adv:nth-child(4) { animation-delay: 0.38s; }

.qual-group .qual {
  transition: transform 0.4s ease, box-shadow 0.4s ease, filter 0.4s ease;
}

.qual-group .qual:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 12px 32px rgba(41, 22, 111, 0.38);
  filter: brightness(1.03);
  z-index: 2;
}

.plog {
  transition: transform 0.35s ease, filter 0.35s ease, opacity 0.35s ease;
}

.partners.is-in .plog {
  animation: logo-in 0.6s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.partners.is-in .plog--7  { animation-delay: 0.05s; }
.partners.is-in .plog--14 { animation-delay: 0.12s; }
.partners.is-in .plog--3  { animation-delay: 0.18s; }
.partners.is-in .plog--10 { animation-delay: 0.24s; }
.partners.is-in .plog--11 { animation-delay: 0.3s; }
.partners.is-in .plog--4  { animation-delay: 0.36s; }
.partners.is-in .plog--5  { animation-delay: 0.42s; }

.plog:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 10px 18px rgba(41, 22, 111, 0.18));
  z-index: 4;
}

.fcol > a {
  transition: color 0.25s ease, transform 0.25s ease, padding-left 0.25s ease;
}

.fcol > a:hover {
  color: var(--yellow);
  padding-left: 8px;
}

.fcontact a {
  transition: color 0.25s ease;
}

.fcontact a:hover {
  color: var(--yellow);
}

.logo {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.logo:hover {
  transform: scale(1.04);
}

@keyframes header-in {
  from { opacity: 0; transform: translateY(-18px); }
  to { opacity: 1; transform: none; }
}

@keyframes kenburns {
  from { transform: scale(1); }
  to { transform: scale(1.06); }
}

@keyframes line-up {
  from { transform: translateY(110%); }
  to { transform: translateY(0); }
}

@keyframes arrow-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}

@keyframes fade-up {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: none; }
}

@keyframes phone-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes plane-drift {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(-10px, -16px); }
}

@keyframes globe-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-10px) rotate(6deg); }
}

@keyframes card-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes logo-in {
  from { opacity: 0; transform: translateY(16px) scale(0.92); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
