:root {
  --route-ink: #0b1f3a;
  --route-muted: #5b6b80;
  --route-blue: #1769ff;
  --route-blue-deep: #063a91;
  --route-cyan: #20c7d9;
  --route-cream: #f7f4ec;
  --route-line: #dce5ef;
  --route-paper: #ffffff;
}

.route-landing-page {
  margin: 0;
  overflow-x: hidden;
  background: var(--route-paper);
  color: var(--route-ink);
}

.route-landing-page main {
  display: block;
}

.route-shell {
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
}

.route-hero {
  position: relative;
  min-height: 560px;
  padding: 96px 0 60px;
  background:
    linear-gradient(90deg, rgba(11, 40, 117, 0.95) 0%, rgba(32, 80, 224, 0.76) 45%, rgba(44, 97, 254, 0.16) 100%),
    url("/img/city_banner_bg/seoul.jpg") center 44% / cover no-repeat;
}
.route-hero.bangkok {
  background:
    linear-gradient(90deg, rgba(11, 40, 117, 0.95) 0%, rgba(32, 80, 224, 0.76) 45%, rgba(44, 97, 254, 0.16) 100%),
    url("/img/city_banner_bg/bangkok.jpg") center 44% / cover no-repeat;
}
.route-hero.beijing {
  background:
    linear-gradient(90deg, rgba(11, 40, 117, 0.95) 0%, rgba(32, 80, 224, 0.76) 45%, rgba(44, 97, 254, 0.16) 100%),
    url("/img/city_banner_bg/beijing.jpg") center 44% / cover no-repeat;
}
.route-hero.busan {
  background:
    linear-gradient(90deg, rgba(11, 40, 117, 0.95) 0%, rgba(32, 80, 224, 0.76) 45%, rgba(44, 97, 254, 0.16) 100%),
    url("/img/city_banner_bg/busan.jpg") center 44% / cover no-repeat;
}
.route-hero.dalian {
  background:
    linear-gradient(90deg, rgba(11, 40, 117, 0.95) 0%, rgba(32, 80, 224, 0.76) 45%, rgba(44, 97, 254, 0.16) 100%),
    url("/img/city_banner_bg/dalian.jpg") center 44% / cover no-repeat;
}
.route-hero.guangzhou {
  background:
    linear-gradient(90deg, rgba(11, 40, 117, 0.95) 0%, rgba(32, 80, 224, 0.76) 45%, rgba(44, 97, 254, 0.16) 100%),
    url("/img/city_banner_bg/guangzhou.jpg") center 44% / cover no-repeat;
}
.route-hero.harbin {
  background:
    linear-gradient(90deg, rgba(11, 40, 117, 0.95) 0%, rgba(32, 80, 224, 0.76) 45%, rgba(44, 97, 254, 0.16) 100%),
    url("/img/city_banner_bg/harbin.jpg") center 44% / cover no-repeat;
}
.route-hero.honolulu {
  background:
    linear-gradient(90deg, rgba(11, 40, 117, 0.95) 0%, rgba(32, 80, 224, 0.76) 45%, rgba(44, 97, 254, 0.16) 100%),
    url("/img/city_banner_bg/honolulu.jpg") center 44% / cover no-repeat;
}
.route-hero.kaohsiung {
  background:
    linear-gradient(90deg, rgba(11, 40, 117, 0.95) 0%, rgba(32, 80, 224, 0.76) 45%, rgba(44, 97, 254, 0.16) 100%),
    url("/img/city_banner_bg/kaohsiung.jpg") center 44% / cover no-repeat;
}
.route-hero.manila {
  background:
    linear-gradient(90deg, rgba(11, 40, 117, 0.95) 0%, rgba(32, 80, 224, 0.76) 45%, rgba(44, 97, 254, 0.16) 100%),
    url("/img/city_banner_bg/manila.jpg") center 44% / cover no-repeat;
}
.route-hero.qingdao {
  background:
    linear-gradient(90deg, rgba(11, 40, 117, 0.95) 0%, rgba(32, 80, 224, 0.76) 45%, rgba(44, 97, 254, 0.16) 100%),
    url("/img/city_banner_bg/qingdao.jpg") center 44% / cover no-repeat;
}
.route-hero.seoul {
  background:
    linear-gradient(90deg, rgba(11, 40, 117, 0.95) 0%, rgba(32, 80, 224, 0.76) 45%, rgba(44, 97, 254, 0.16) 100%),
    url("/img/city_banner_bg/seoul.jpg") center 44% / cover no-repeat;
}
.route-hero.shanghai {
  background:
    linear-gradient(90deg, rgba(11, 40, 117, 0.95) 0%, rgba(32, 80, 224, 0.76) 45%, rgba(44, 97, 254, 0.16) 100%),
    url("/img/city_banner_bg/shanghai.jpg") center 44% / cover no-repeat;
}
.route-hero.shenzhen {
  background:
    linear-gradient(90deg, rgba(11, 40, 117, 0.95) 0%, rgba(32, 80, 224, 0.76) 45%, rgba(44, 97, 254, 0.16) 100%),
    url("/img/city_banner_bg/shenzhen.jpg") center 44% / cover no-repeat;
}
.route-hero.singapore {
  background:
    linear-gradient(90deg, rgba(11, 40, 117, 0.95) 0%, rgba(32, 80, 224, 0.76) 45%, rgba(44, 97, 254, 0.16) 100%),
    url("/img/city_banner_bg/singapore.jpg") center 44% / cover no-repeat;
}
.route-hero.taipei {
  background:
    linear-gradient(90deg, rgba(11, 40, 117, 0.95) 0%, rgba(32, 80, 224, 0.76) 45%, rgba(44, 97, 254, 0.16) 100%),
    url("/img/city_banner_bg/taipei.jpg") center 44% / cover no-repeat;
}
.route-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 76% 30%, rgba(35, 198, 217, 0.22), transparent 24%),
    linear-gradient(180deg, rgba(44, 97, 254, 0.05), rgba(11, 40, 117, 0.2));
  pointer-events: none;
}
.route-hero-backdrop {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to right, #000, transparent 75%);
  pointer-events: none;
}

.route-breadcrumb {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

.route-breadcrumb a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
}

.route-breadcrumb strong {
  color: #ffffff;
}

.route-hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.75fr);
  gap: 50px;
  align-items: center;
}

.route-hero-copy {
  max-width: 690px;
}

.route-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
  color: #b9eaf0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.route-eyebrow {
  margin: 26px 0 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.route-page-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 4.2vw, 56px);
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.01em;
}

.route-page-title em {
  color: #7de2eb;
  font-style: normal;
}

.route-page-subtitle {
  max-width: 660px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.95;
}

.route-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 34px;
}

.route-hero-facts span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
}

.route-hero-facts i {
  color: #7de2eb;
}

.route-hero-visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  align-items: center;
  min-height: 250px;
  padding: 30px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background: rgba(4, 26, 57, 0.4);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.route-city {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
}

.route-city-code {
  font-size: clamp(34px, 3.2vw, 48px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}

.route-city strong {
  margin-top: 14px;
  font-size: 18px;
}

.route-city small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.route-flight-line {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: #7de2eb;
}

.route-flight-line span {
  height: 1px;
  background: rgba(125, 226, 235, 0.55);
}

.route-flight-line i {
  padding: 0 12px;
  font-size: 24px;
}

.route-visual-note {
  position: absolute;
  left: 50%;
  bottom: 34px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.65);
  font-size: 11px;
  letter-spacing: 0.12em;
  transform: translateX(-50%);
}

.route-search-panel {
  position: relative;
  z-index: 4;
  margin-top: 32px;
  padding: 24px 28px 28px;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(0, 13, 34, 0.3);
}

.route-search-panel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.route-search-panel-head div {
  display: grid;
  gap: 3px;
}

.route-search-panel-head span {
  color: var(--route-blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.route-search-panel-head strong {
  color: var(--route-ink);
  font-size: 20px;
}

.route-search-panel-head p {
  margin: 0;
  color: #758397;
  font-size: 12px;
}

.route-search-form {
  width: 100% !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.route-search-form .top-searcher-box-form-tab {
  margin-bottom: 14px;
}

.route-search-form .top-searcher-box-form-condition {
  display: grid !important;
  grid-template-columns: minmax(190px, 1.15fr) minmax(190px, 1.15fr) minmax(310px, 1.5fr) minmax(190px, 0.9fr);
  gap: 10px;
  align-items: stretch;
}

.route-search-form .top-searcher-box-form-condition-add,
.route-search-form .top-date-range-row {
  width: 100% !important;
  min-width: 0;
  margin-left: 0 !important;
}

.route-search-form .top-date-range-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.route-search-form .top-date-range-row > .top-searcher-box-form-condition-add {
  width: 100% !important;
}

.route-search-form .top-searcher-box-form-condition-add-input {
  width: 100% !important;
  height: 62px;
  border: 1px solid #cfd9e5;
  border-radius: 4px;
  background: #ffffff;
  box-sizing: border-box;
}

.route-search-form .top-date-range-row .top-searcher-box-form-condition-add:first-child input {
  border-radius: 4px 0 0 4px;
}

.route-search-form #RoundTrip-date-box input {
  border-left: 0 !important;
  border-radius: 0 4px 4px 0;
}

.route-search-form .top-searcher-box-form-btn {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
  margin-top: 18px;
}

.route-search-form .top-searcher-box-form-btn-search {
  min-width: 245px;
  min-height: 54px;
  border-radius: 4px;
  background: linear-gradient(135deg, #1769ff, #0457d8);
  box-shadow: 0 12px 24px rgba(23, 105, 255, 0.24);
  font-weight: 700;
}

.route-content-section {
  padding: 0;
  background: #ffffff;
}

.route-content-grid {
  width: 100%;
  max-width: none;
  display: block;
}

.route-content-main {
  display: block;
}

.route-section {
  width: min(1200px, calc(100% - 64px));
  margin: 0 auto;
  padding: 96px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.route-section + .route-section {
  border-top: 1px solid var(--route-line);
}

.route-section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 42px;
}

.route-section-kicker,
.route-side-kicker {
  color: var(--route-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.route-section-heading h2 {
  margin: 0;
  max-width: 900px;
  color: var(--route-ink);
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.route-intro-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}

.route-intro-card p,
.route-split-card p,
.route-policy-card p,
.route-note {
  margin: 0;
  color: var(--route-muted);
  font-size: 16px;
  line-height: 2;
}

.route-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: 58px;
  border-top: 1px solid var(--route-line);
  border-bottom: 1px solid var(--route-line);
}

.route-stat-card {
  min-height: 190px;
  padding: 32px 28px;
  border: 0;
  border-right: 1px solid var(--route-line);
  border-radius: 0;
  background: transparent;
}

.route-stat-card:last-child {
  border-right: 0;
}

.route-stat-label,
.route-price-tag {
  display: block;
  margin-bottom: 12px;
  color: #77859a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.route-stat-card strong {
  display: block;
  margin-bottom: 14px;
  color: var(--route-ink);
  font-size: 26px;
  line-height: 1.25;
}

.route-stat-card p,
.route-price-card p {
  margin: 0;
  color: var(--route-muted);
  font-size: 14px;
  line-height: 1.8;
}

.route-airport-section {
  width: 100%;
  padding: 96px max(32px, calc((100% - 1200px) / 2));
  border-top: 0;
  background: linear-gradient(135deg, #0e2d75 0%, #1a4abf 50%, #2c61fe 100%);
  color: #ffffff;
  box-sizing: border-box;
}

.route-airport-section .route-section-kicker {
  color: #7de2eb;
}

.route-airport-section .route-section-heading h2 {
  color: #ffffff;
}

.route-price-grid {
  display: grid;
  grid-template-columns: 0.75fr 0.75fr 1.5fr;
  gap: 18px;
}

.route-price-card {
  min-height: 230px;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.07);
}

.route-price-card-wide {
  grid-column: auto;
}

.route-price-card .route-price-tag {
  color: #8fa9c7;
}

.route-price-card strong {
  display: block;
  margin: 30px 0 18px;
  color: #ffffff;
  font-size: 32px;
  line-height: 1.25;
}

.route-price-card:not(.route-price-card-wide) strong {
  color: #7de2eb;
  font-size: 32px;
}

.route-price-card p,
.route-airport-section .route-note {
  color: rgba(255, 255, 255, 0.66);
}

.route-note {
  margin-top: 18px;
  font-size: 13px;
}

.route-airport-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.route-airport-card {
  position: relative;
  min-height: 360px;
  padding: 32px 26px;
  overflow: hidden;
  border: 1px solid var(--route-line);
  border-radius: 4px;
  background: #ffffff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.route-airport-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 110px;
  height: 110px;
  border-radius: 0 0 0 100%;
  background: #eef5ff;
}

.route-airport-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(12, 41, 78, 0.1);
}

.route-airport-top {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 28px;
}

.route-airport-code {
  display: inline-flex;
  min-width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--route-blue);
  font-size: 38px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}

.route-airport-card h3 {
  margin: 14px 0 0;
  color: var(--route-ink);
  font-size: 22px;
}

.route-airport-card p,
.route-airport-card li,
.route-check-list li,
.route-faq-item p,
.route-side-list li {
  color: var(--route-muted);
  font-size: 14px;
  line-height: 1.85;
}

.route-airport-card ul,
.route-check-list,
.route-side-list {
  margin: 20px 0 0;
  padding-left: 18px;
}

/* 暂时隐藏价格参考 section */
.route-price-section {
  display: none !important;
}

/* 机场说明卡片暗色磨砂样式（仿价格卡片效果） */
.route-airport-section .route-airport-card {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.07);
  transition: transform 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.route-airport-section .route-airport-card:hover {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.route-airport-section .route-airport-card::before {
  background: rgba(255, 255, 255, 0.05);
}

.route-airport-section .route-airport-code {
  color: #7de2eb;
}

.route-airport-section .route-airport-card h3 {
  color: #ffffff;
}

.route-airport-section .route-airport-card p,
.route-airport-section .route-airport-card li {
  color: rgba(255, 255, 255, 0.7) !important;
}

.route-airline-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.route-airline-card {
  display: block;
  min-height: 235px;
  padding: 28px 24px;
  border: 1px solid var(--route-line);
  border-radius: 4px;
  background: #ffffff;
}

.route-airline-card img {
  width: 86px;
  margin-bottom: 28px;
  padding: 8px;
  object-fit: contain;
  border: 0;
  border-radius: 4px;
  background: #f5f8fc;
}

.route-airline-card h3 {
  margin: 0 0 10px;
  color: var(--route-ink);
  font-size: 19px;
}

.route-airline-card p {
  margin: 0;
  color: var(--route-muted);
  font-size: 13px;
  line-height: 1.8;
}

.route-section-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.route-section-split .route-split-card {
  padding: 0 64px 0 0;
}

.route-section-split .route-split-card + .route-split-card {
  padding: 0 0 0 64px;
  border-left: 1px solid var(--route-line);
}

.route-section-split .route-section-heading {
  display: block;
  margin-bottom: 24px;
}

.route-section-split .route-section-heading h2 {
  margin-top: 12px;
  font-size: 36px;
}

.route-section-split .route-split-card p + p {
  margin-top: 14px;
}

.route-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.route-policy-card {
  min-height: 260px;
  padding: 36px;
  border: 1px solid var(--route-line);
  border-radius: 4px;
  background: #f8fafc;
}

.route-policy-card h3 {
  margin: 0 0 14px;
  color: var(--route-ink);
  font-size: 19px;
}

.route-policy-tip {
  margin-top: 14px !important;
  font-size: 13px !important;
}

.route-policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.route-action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 4px;
  background: var(--route-blue);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.route-action-link-light {
  background: #e8f0ff;
  color: #1559cf;
}

.route-faq-list {
  display: flex;
  flex-direction: column;

  margin: 0 auto;
}

.route-faq-item {
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--route-line);
  border-radius: 0;
  background: transparent;
}

.route-faq-item summary {
  position: relative;
  padding: 22px 44px 22px 0;
  cursor: pointer;
  list-style: none;
  color: var(--route-ink);
  font-size: 17px;
  font-weight: 700;
}

.route-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 4px;
  top: 18px;
  color: var(--route-blue);
  font-size: 25px;
  font-weight: 400;
}

.route-faq-item[open] summary::after {
  content: "−";
}

.route-faq-item summary::-webkit-details-marker {
  display: none;
}

.route-faq-item p {
  margin: 0 40px 22px 0;
}

.route-utility-section {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1.2fr;
  gap: 18px;
  width: 100%;
  padding: 80px max(32px, calc((100% - 1200px) / 2));
  border-top: 0 !important;
  background: var(--route-cream);
  box-sizing: border-box;
}

.route-side-card {
  padding: 30px;
  border: 0;
  border-radius: 4px;
  background: #ffffff;
  box-shadow: none;
}

.route-side-card h2 {
  margin: 10px 0 0;
  color: var(--route-ink);
  font-size: 18px;
}

.route-side-list {
  margin-top: 20px;
}

.route-related-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.route-related-links a {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid #e1e6ec;
  border-radius: 4px;
  background: #ffffff;
  color: var(--route-ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease;
}

.route-related-links a:hover {
  border-color: var(--route-blue);
  color: var(--route-blue);
}

@media (max-width: 1180px) {
  .route-shell,
  .route-section {
    width: min(100% - 40px, 1080px);
  }

  .route-hero-layout {
    grid-template-columns: 1fr;
    margin-top: 12px;
  }

  .route-hero-copy {
    max-width: 760px;
  }

  .route-hero-visual {
    display: none;
  }

  .route-search-form .top-searcher-box-form-condition {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-airport-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .route-airline-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .route-utility-section {
    grid-template-columns: 1fr 1fr;
  }

  .route-utility-section .route-side-card:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .route-shell{
    width: min(100% - 28px, 680px);
  }
  .route-section {
    width: 100%
  }

  .route-hero {
    min-height: auto;
    padding: 64px 0 32px;
  }

  .route-breadcrumb {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .route-eyebrow {
    margin-top: 6px;
    font-size: 14px;
  }

  .route-page-title {
    font-size: 30px;
  }

  .route-page-subtitle {
    margin-top: 8px;
    font-size: 13px;
  }

  .route-hero-facts {
    display: grid;
    gap: 9px;
    margin-top: 14px;
  }

  .route-search-panel {
    margin-top: 22px;
    padding: 16px 12px;
    border-radius: 4px;
  }

  .route-search-panel-head {
    display: block;
  }

  .route-search-panel-head p {
    margin-top: 8px;
  }

  .route-search-form .top-searcher-box-form-condition {
    display: block !important;
  }


  .route-search-form .top-searcher-box-form-btn {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .route-search-form .top-searcher-box-form-btn-search {
    width: 100%;
    min-width: 0;
  }

  .route-section {
    padding: 28px 0;
  }

  .route-section-heading {
    display: block;
    margin-bottom: 18px;
  }

  .route-section-heading h2 {
    margin-top: 6px;
    font-size: 22px;
  }

  .route-intro-card {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-left: 0;
  }

  .route-intro-card p,
  .route-split-card p,
  .route-policy-card p {
    font-size: 14px;
      line-height: 1.7;
  }

  .route-stat-grid,
  .route-price-grid,
  .route-airport-grid,
  .route-airline-grid,
  .route-section-split,
  .route-policy-grid,
  .route-faq-list,
  .route-utility-section {
    grid-template-columns: 1fr;
  }

  .route-stat-grid {
    margin-top: 24px;
  }

  .route-stat-card {
    min-height: auto;
    padding: 20px 14px;
    border-right: 0;
    border-bottom: 1px solid var(--route-line);
  }

  .route-stat-card strong {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .route-stat-card:last-child {
    border-bottom: 0;
  }

  .route-airport-section {
    padding: 28px 14px;
  }

  .route-price-card {
    min-height: auto;
  }

  .route-price-card:not(.route-price-card-wide) strong {
    font-size: 38px;
  }

  .route-airport-card {
    min-height: auto;
    padding: 20px 16px;
  }

  .route-airport-card ul {
    margin-top: 12px;
  }

  .route-airline-card {
    min-height: auto;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .route-airline-card img {
    margin-bottom: 0;
    width: 64px;
    flex-shrink: 0;
  }

  .route-airline-card div {
    flex: 1;
  }

  .route-airline-card h3 {
    margin: 0 0 4px;
    font-size: 16px;
  }

  .route-airline-card p {
    font-size: 13px;
    line-height: 1.5;
  }

  .route-faq-item summary {
    padding: 14px 32px 14px 0;
    font-size: 15px;
  }

  .route-faq-item summary::after {
    top: 10px;
    font-size: 20px;
  }

  .route-faq-item p {
    margin: 0 20px 14px 0;
    font-size: 13px;
  }

  .route-airport-code {
    font-size: 26px;
  }

  .route-airport-card h3 {
    margin-top: 10px;
    font-size: 18px;
  }

  .route-policy-card {
    min-height: auto;
    padding: 24px 20px;
  }

  .route-policy-card h3 {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .route-policy-actions {
    margin-top: 18px;
  }

  .route-policy-tip {
    margin-top: 10px !important;
  }

  .route-section-split .route-split-card,
  .route-section-split .route-split-card + .route-split-card {
    padding: 0;
    border-left: 0;
  }

  .route-section-split .route-section-heading h2 {
    font-size: 22px;
  }

  .route-section-split .route-split-card + .route-split-card {
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid var(--route-line);
  }

  .route-utility-section {
    width: 100%;
    padding: 32px 14px;
  }

  .route-utility-section .route-side-card:last-child {
    grid-column: auto;
  }

  .route-related-links {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) {
  .airport-fullscreen-panel-topbar {
    display: none !important;
  }
}

/* ==========================================
   🌐 推荐航线 Section 样式 (简洁商务风格)
   ========================================== */
.route-recommendations-section {
  padding: 80px 0;
  background-color: #ffffff;
  border-top: 1px solid var(--route-line);
}

.recommendations-title {
  margin: 0 0 24px;
  color: var(--route-ink);
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.recommendations-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid #e2e8f0;
}

.recommendations-tab {
  position: relative;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 4px;
  background: transparent;
  color: #64748b;
  transition: color 0.2s ease;
}

.recommendations-tab:hover {
  color: var(--route-ink);
}

.recommendations-tab::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--route-blue);
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.recommendations-tab.active {
  color: var(--route-blue);
}

.recommendations-tab.active::after {
  transform: scaleX(1);
}

.recommendations-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px 24px;
}

.recommendations-item {
  display: block;
  padding: 6px 0;
  border-bottom: 1px solid #f1f5f9;
  background: transparent;
  text-decoration: none;
  color: var(--route-ink);
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}

.recommendations-item:hover {
  color: var(--route-blue);
  border-bottom-color: var(--route-blue);
  transform: translateX(4px);
}

/* 响应式样式 */
@media (max-width: 1180px) {
  .recommendations-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .route-recommendations-section {
    margin-top: 28px;
    padding: 28px 0;
  }
  
  .recommendations-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 24px;
    margin-bottom: 20px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    padding-right: 32px;
    -webkit-mask-image: linear-gradient(to right, #000 calc(100% - 32px), transparent 100%);
    mask-image: linear-gradient(to right, #000 calc(100% - 32px), transparent 100%);
  }
  
  .recommendations-tabs::-webkit-scrollbar {
    display: none;
  }
  
  .recommendations-tab {
    flex-shrink: 0;
    padding: 10px 2px;
    font-size: 14px;
  }

  .recommendations-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0px 10px;
  }
  
  .recommendations-item {
    padding: 10px 0;
    font-size: 13px;
  }
}
