.page-shell { width: 100%; min-width: 0; margin-left: 0; background: var(--canvas); }
.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1720 / 640;
  min-height: 430px;
  max-height: 640px;
  background: #a9c4dc;
}
.hero-swiper { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-swiper .swiper-slide { height: 100%; }
.hero-swiper img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-swiper .swiper-pagination { z-index: 2; bottom: 156px; }
.hero-swiper .swiper-pagination-bullet { width: 6px; height: 6px; background: #fff; opacity: .55; }
.hero-swiper .swiper-pagination-bullet-active { width: 28px; border-radius: 4px; opacity: 1; }
.hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(5, 23, 48, .02) 34%, rgba(5, 23, 48, .14) 58%, rgba(5, 23, 48, .76) 100%);
}
.step-dock {
  position: absolute;
  z-index: 5;
  bottom: 27px;
  left: calc(50% + 6px);
  display: flex;
  width: min(1116px, calc(100% - 48px));
  min-height: 116px;
  align-items: flex-start;
  gap: 13px;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
  transform: translateX(-50%);
}
.step-tab {
  position: relative;
  display: flex;
  width: 84px;
  min-width: 84px;
  flex: 0 0 84px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: transform .18s ease;
}
.step-tab:hover,
.step-tab:focus-visible { background: transparent; outline: none; transform: translateY(-2px); }
.step-tab .step-icon {
  display: grid;
  width: 84px;
  height: 84px;
  place-items: center;
  border-radius: 50%;
  background-color: #fff;
  --svg-icon-color: #3f4654;
  transition: background-color .18s ease, transform .18s ease;
}
.step-tab .step-icon::before { width: 50px; height: 50px; }
.step-tab:hover .step-icon,
.step-tab:focus-visible .step-icon { background-color: #f5bb00; --svg-icon-color: #fff; }
.step-connector {
  display: block;
  width: 148px;
  height: 32px;
  min-width: 0;
  max-width: 148px;
  flex: 1 1 148px;
  margin-top: 25px;
  object-fit: fill;
  pointer-events: none;
}
.step-tab span:last-child { overflow: visible; font-size: 16px; line-height: 24px; text-align: center; text-shadow: 0 1px 3px rgba(2, 15, 31, .7); white-space: nowrap; }

.mobile-step-menu { display: none; }
.mobile-step-toggle {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 10px;
  background: var(--blue);
  box-shadow: 0 8px 24px rgba(4, 47, 101, .28);
  cursor: pointer;
}
.mobile-step-toggle span {
  position: absolute;
  left: 13px;
  width: 22px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  transition: top .2s ease, transform .2s ease, opacity .16s ease;
}
.mobile-step-toggle span:nth-child(1) { top: 15px; }
.mobile-step-toggle span:nth-child(2) { top: 22px; }
.mobile-step-toggle span:nth-child(3) { top: 29px; }
.mobile-step-panel {
  position: absolute;
  top: 50%;
  left: 60px;
  width: min(260px, calc(100vw - 84px));
  overflow: hidden;
  border: 1px solid rgba(9, 84, 165, .12);
  border-radius: 12px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 16px 38px rgba(6, 34, 71, .22);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-8px, -50%);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}
.mobile-step-link {
  display: block;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-bottom: 1px solid #e8edf4;
  padding: 11px 16px;
  background: transparent;
  color: #26364c;
  font: 600 14px/1.45 inherit;
  text-align: left;
  cursor: pointer;
}
.mobile-step-link:last-child { border-bottom: 0; }
.mobile-step-link:hover,
.mobile-step-link:focus-visible { background: #edf5ff; color: var(--blue); outline: none; }
body.mobile-step-open .mobile-step-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(0, -50%);
}
body.mobile-step-open .mobile-step-toggle span:nth-child(1) { top: 22px; transform: rotate(45deg); }
body.mobile-step-open .mobile-step-toggle span:nth-child(2) { opacity: 0; }
body.mobile-step-open .mobile-step-toggle span:nth-child(3) { top: 22px; transform: rotate(-45deg); }

.home-content { padding: 50px 24px 53px; }
.safe-area {
  width: min(calc(100% - 36px), var(--safe));
  margin: 0 auto;
}
.content-grid { width: min(100%, 1462px); margin: 0 auto; }
.main-column { display: grid; grid-template-columns: minmax(0, 1092px) 350px; gap: 18px; min-width: 0; align-items: start; }
@media (min-width: 901px) {
  .main-column > .ad-column {
    display: flex;
    flex-direction: column;
    align-self: stretch;
  }

  .main-column > .ad-column > .ad-card--standalone {
    margin-top: auto;
  }
}
.notice-stack, .journey-rail, .discover-section { grid-column: 1; }
.ad-column { grid-column: 2; grid-row: 1 / span 3; }
.notice-stack {
  width: 1088px;
  min-height: 259px;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 23px 30px 25px 23px;
  background: #fff;
  box-shadow: var(--shadow);
}
.notice-head {
  display: flex;
  min-height: 28px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  color: var(--blue);
}
.notice-head-title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.notice-head-icon { font-size: 26px;}
.notice-head h2 { margin: 0; font-size: 18px; font-weight: 700; line-height: 28px; }
.notice-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}
.notice-more .svg-icon { width: 19px; height: 19px; }
.notice-board-body {
  display: grid;
  grid-template-columns: 268px minmax(0, 1fr);
  gap: 23px;
}
.notice-media {
  display: block;
  width: 268px;
  height: 167px;
  overflow: hidden;
  border-radius: 5px;
}
.notice-media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.notice-list { display: grid; height: 167px; grid-template-rows: repeat(3, 1fr); }
.notice-card {
  display: grid;
  min-height: 55px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 22px;
  border-bottom: 1px solid #d6d6d6;
  color: #111;
}
.notice-card:last-child { border-bottom: 0; }
.notice-title { overflow: hidden; margin: 0; font-size: 18px; font-weight: 400; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.notice-card.featured .notice-title { color: var(--blue); }
.notice-date { color: #777; font-size: 14px; line-height: 1; white-space: nowrap; }

.ad-column { display: grid; width: 350px; gap: 0; }
    .ad-card {
      width: 350px;
      position: relative;
      display: block;
  overflow: hidden;
  border-radius: 8px;
      background: #fff;
      box-shadow: 0 4px 15px rgba(24, 42, 72, .08);
    }
    .ad-column .ad-card img,
    .ad-column .swiper-slide > img { display: block !important; }
    .ad-card img { width: 100%; height: 100%; object-fit: cover; }
.ad-carousel-track {
  display: flex;
  width: 100%;
  height: 100%;
  transform: translate3d(calc(var(--carousel-index, 0) * -100%), 0, 0);
  transition: transform .7s ease-in-out;
  will-change: transform;
}
.ad-carousel-slide { flex: 0 0 100%; min-width: 0; }
.ad-card.tall { height: 608px; }
.ad-card.jd { height: 234px; }
.ad-card.banner { height: 164px; }
.ad-column > .ad-card.jd { margin-top: 16px; }
.small-ad-swiper { width: 350px; margin-top: 18px; overflow: visible; }
.small-ad-swiper .swiper-wrapper { display: grid; gap: 17px; transform: none; }
.small-ad-swiper .swiper-slide { width: 350px; height: 164px; }
.small-ad-swiper .swiper-pagination { display: none; }
.ad-card--standalone { margin-top: 19px; }
.ad-badge {
  position: absolute;
  z-index: 2;
  top: 16px;
  right: 14px;
  display: grid;
  min-width: 49px;
  height: 27px;
  place-items: center;
  border-radius: 14px;
  background: rgba(22, 24, 29, .88);
  color: #fff;
  font: 700 12px/1 Arial, sans-serif;
  pointer-events: none;
}
.ad-dots {
  position: absolute;
  top: 18px;
  left: 22px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.ad-dots i { display: block; width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.85); transition: width .35s ease, border-radius .35s ease; }
.ad-dots i.active { width: 31px; border-radius: 4px; }

.journey-rail {
  position: relative;
  width: 1088px;
  margin-top: 44px;
  padding: 42px 18px 40px 82px;
  border-radius: 10px;
  background: #fff;
}
.journey-rail::before {
  position: absolute;
  top: 116px;
  bottom: 103px;
  left: 45px;
  border-left: 1px dashed #cfd7e3;
  content: "";
  pointer-events: none;
}
.journey-rail > * { position: relative; z-index: 1; }
.journey-rail > h2 {
  margin: 0 0 24px;
  color: #084783;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
.journey-list { display: grid; gap: 35px; }
.journey-step { position: relative; }
.journey-step-header {
  display: flex;
  align-items: center;
  min-height: 54px;
  gap: 12px;
  margin-left: -54px;
  color: var(--blue);
}
.journey-step-number {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: #084da7;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
}
.journey-step-number--airplane .svg-icon { width: 22px; height: 22px; }
.journey-step-pin { font-size: 32px; flex: 0 0 auto; }
.journey-step-header h3 { margin: 0; font-size: 21px; line-height: 1.35; }
.journey-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  color: var(--blue);
  font-size: 15px;
  font-weight: 700;
}
.journey-link-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 10px;
}
.journey-link-card {
  min-height: 118px;
  padding: 11px 13px 14px;
  border-radius: 4px;
  background: #f1f1f8;
  color: #111;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}
.journey-link-card:hover, .journey-link-card:focus-visible { background: #fff; transform: translateY(-2px); box-shadow: 0 8px 18px rgba(20, 73, 160, .14); }
.journey-link-card .svg-icon { display: block; width: 49px; height: 49px; margin-bottom: 15px; padding: 10px; border-radius: 4px; background-color: #e2e2f1; background-size: 30px; }
.journey-link-card strong, .journey-link-card small { display: block; }
.journey-link-card strong { font-size: 17px; font-weight: 500; line-height: 1.35; }
.journey-link-card small { margin-top: 7px; color: #3e424a; font-size: 13px; line-height: 1.45; }
.journey-link-grid--services .journey-link-card { min-height: 164px; }
.journey-action-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 10px; }
.journey-action-card {
  display: flex;
  min-height: 100px;
  align-items: center;
  gap: 13px;
  padding: 16px 14px;
  border-radius: 4px;
  background: #084da7;
  color: #fff;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}
.journey-action-card:hover, .journey-action-card:focus-visible { background: #f5bb00; transform: translateY(-2px); box-shadow: 0 8px 18px rgba(245, 187, 0, .3); }
.journey-action-card--gold { background: #084da7; }
.journey-action-card--gold:hover, .journey-action-card--gold:focus-visible { background: #f5bb00; box-shadow: 0 8px 18px rgba(245, 187, 0, .3); }
.journey-action-card > .svg-icon { width: 48px; height: 48px; flex: 0 0 auto; padding: 10px; border-radius: 4px; background-color: rgba(255, 255, 255, .9); background-size: 29px; }
.journey-action-card:hover > .svg-icon, .journey-action-card:focus-visible > .svg-icon { --svg-icon-color: #f5bb00; }
.journey-action-card > span:not(.svg-icon) { min-width: 0; }
.journey-action-card strong, .journey-action-card small { display: block; }
.journey-action-card strong { font-size: 17px; font-weight: 500; }
.journey-action-card small { margin-top: 3px; color: rgba(255, 255, 255, .85); font-size: 13px; }
.journey-action-card b { display: inline-flex; align-items: center; gap: 7px; margin-left: auto; white-space: nowrap; font-size: 14px; }
.journey-arrow { width: 20px; height: 20px; flex: 0 0 auto; }
.journey-action-card b .journey-arrow { --svg-icon-color: #fff; }
.journey-action-card--full { width: 100%; }

.discover-heading { display: flex; align-items: center; gap: 22px; }
.section-mark { display: grid; width: 56px; height: 56px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: #e7edf7; color: #657187; }
.section-mark .material-symbols-rounded { font-size: 30px; }
.section-mark .svg-icon { width: 30px; height: 30px; }
.discover-heading { margin: 45px 0 16px; }
.discover-heading h2 { margin: 0; color: #20262e; font-size: 28px; }
.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.city-card {
  overflow: hidden;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(28, 52, 91, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.city-card:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(28, 52, 91, .12); }
.city-card img { width: 100%; aspect-ratio: 354 / 202; object-fit: cover; }
.city-body { padding: 21px 28px 19px; }
.city-body h3 { margin: 0 0 12px; font-size: 21px; }
.city-body p { margin: 0; color: #77808d; font-size: 12px; line-height: 1.6;min-height: calc(2em * 1.6); }
.city-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
}
.city-card:hover .city-link { color: var(--gold); }

@media (max-width: 1700px) {
  .main-column { grid-template-columns: minmax(0, 1fr) 350px; }
  .notice-stack { width: auto; }
  .notice-board-body { grid-template-columns: 224px minmax(0, 1fr); }
  .notice-media { width: 224px; }
  .journey-rail { width: auto; margin-left: 0; }
  .journey-rail { padding-right: 28px; }
}

@media (max-width: 1180px) {
  .hero { min-height: 390px; }
  .main-column { grid-template-columns: minmax(0, 1fr) 350px; }
  .journey-rail > h2 { font-size: 28px; }
}

@media (max-width: 900px) {
  .hero { min-height: 340px; max-height: none; aspect-ratio: 16 / 7; }
  .step-dock { display: none; }
  .mobile-step-menu {
    position: fixed;
    z-index: 55;
    top: 58%;
    left: 12px;
    display: block;
    transform: translateY(-50%);
    transition: transform .2s ease;
  }
  body.mobile-step-peek .mobile-step-menu { transform: translate(-36px, -50%); }
  body.mobile-step-open .mobile-step-menu { transform: translateY(-50%); }
  .home-content { padding-top: 28px; }
  .main-column { display: block; }
  .ad-column { display: block; width: 100%; margin: 28px auto 34px; overflow: visible; }
  .ad-card { width: 100%; margin-top: 0 !important; }
  .ad-card.tall { height: auto; aspect-ratio: 350 / 608; }
  .ad-card.jd { height: auto; aspect-ratio: 350 / 234; margin-top: 16px !important; }
  .ad-card.banner { height: auto; aspect-ratio: 350 / 164; }
  .small-ad-swiper { width: 100%; margin-top: 18px; overflow: hidden; }
  .small-ad-swiper .swiper-wrapper { display: flex; gap: 0; transform: translate3d(0, 0, 0); }
  .small-ad-swiper .swiper-slide { width: 100%; height: auto; aspect-ratio: 350 / 164; }
  .small-ad-swiper .swiper-pagination { display: block; bottom: 10px; }
  .ad-card--standalone { margin-top: 18px !important; }
  .ad-card img { object-position: center; }
  .ad-card.tall img { object-position: center 35%; }
  .journey-rail { width: auto; margin-top: 32px; padding-left: 70px; }
  .journey-link-grid { gap: 12px; }
  .city-grid { grid-template-columns: repeat(3, minmax(270px, 1fr)); overflow-x: auto; padding-bottom: 12px; }
}

@media (max-width: 620px) {
  .hero { min-height: auto; aspect-ratio: auto; }
  .hero-swiper img { object-position: 62% center; }
  .safe-area { width: min(calc(100% - 24px), var(--safe)); }
  .notice-stack { min-height: 0; padding: 14px 12px 12px; }
  .notice-head { min-height: 26px; margin-bottom: 8px; }
  .notice-head-icon { font-size: 23px;}
  .notice-head h2 { font-size: 17px; line-height: 26px; }
  .notice-more { font-size: 12px; }
  .notice-board-body { display: block; }
  .notice-media { display: none; }
  .notice-list { height: auto; }
  .notice-card { min-height: 52px; gap: 10px; }
  .notice-title { font-size: 16px; }
  .notice-date { font-size: 12px; }
  .journey-rail { padding: 28px 14px 30px 58px; }
  .journey-rail::before { top: 94px; bottom: 90px; left: 31px; }
  .journey-rail > h2 { margin-bottom: 17px; font-size: 23px; }
  .discover-heading { gap: 12px; }
  .section-mark { width: 44px; height: 44px; }
  .journey-list { gap: 25px; }
  .journey-step-header { min-height: 44px; gap: 8px; margin-left: -46px; }
  .journey-step-number { width: 31px; height: 31px; font-size: 16px; }
  .journey-step-pin { font-size: 27px; }
  .journey-step-header h3 { font-size: 17px; }
  .journey-more { font-size: 12px; }
  .journey-link-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; margin-top: 7px; }
  .journey-link-card, .journey-link-grid--services .journey-link-card { min-height: 118px; padding: 10px; }
  .journey-link-card .svg-icon { width: 39px; height: 39px; margin-bottom: 10px; background-size: 24px; }
  .journey-link-card strong { font-size: 14px; }
  .journey-link-card small { margin-top: 4px; font-size: 11px; }
  .journey-action-grid { grid-template-columns: 1fr; gap: 9px; margin-top: 7px; }
  .journey-action-card { min-height: 74px; padding: 11px; }
  .journey-action-card > .svg-icon { width: 40px; height: 40px; padding: 8px; background-size: 24px; }
  .journey-action-card strong { font-size: 15px; }
  .journey-action-card small { font-size: 11px; }
  .journey-action-card b { font-size: 12px; }
  .journey-arrow { width: 17px; height: 17px; }
  .ad-column { grid-template-columns: repeat(8, minmax(245px, 78vw)); }
  .city-grid { grid-template-columns: repeat(3, minmax(265px, 82vw)); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
  .ad-carousel-track { transform: translate3d(0, 0, 0) !important; }
}

.ad-swiper .swiper-slide { display: block; height: 100%; }
.ad-swiper .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }
.ad-swiper .swiper-pagination { bottom: 10px; }
.ad-card.tall .swiper-pagination { bottom: 24px; }
.ad-card.jd .swiper-pagination { padding-right: 20px; text-align: right; }
.ad-swiper .swiper-pagination-bullet { width: 6px; height: 6px; background: #fff; opacity: .5; }
.ad-swiper .swiper-pagination-bullet-active { width: 28px; border-radius: 4px; opacity: 1; }
.small-ad-swiper .swiper-pagination-bullet { width: 6px; height: 6px; background: #fff; opacity: .5; }
.small-ad-swiper .swiper-pagination-bullet-active { width: 28px; border-radius: 4px; opacity: 1; }
