:root {
  --route-ink: #03205A;
  --route-muted: #667085;
  --route-blue: #2C61FE;
  --route-blue-deep: #2C61FE;
  --route-cyan: #2C61FE;
  --route-cream: #F7F8FA;
  --route-line: #E5E7EB;
  --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.hongkong {
  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/hongkong.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, #1F2937, 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: #FFFFFF;
  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: #FFFFFF;
  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: #FFFFFF;
}

.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: #FFFFFF;
}

.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;
  scroll-margin-top: 20px;
  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: #667085;
  font-size: 12px;
}

/* 东京→香港首屏 CX 主推信息 */
.route-hero.hongkong .route-cx-offer {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(270px, 0.75fr);
  gap: 24px;
  margin-top: 30px;
  padding: 22px 26px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  background: linear-gradient(112deg, #ffffff 0%, #f5f9ff 100%);
  box-shadow: 0 24px 60px rgba(0, 13, 34, 0.26);
  color: var(--route-ink);
}

.route-hero.hongkong .route-cx-offer-main {
  display: flex;
  gap: 22px;
  min-width: 0;
}

.route-hero.hongkong .route-cx-offer-brand {
  display: flex;
  flex: 0 0 108px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding-right: 20px;
  border-right: 1px solid #dbe5f4;
}

.route-hero.hongkong .route-cx-offer-kicker {
  color: #F06703;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.route-hero.hongkong .route-cx-offer-brand img {
  width: 88px;
  max-height: 42px;
  padding: 6px;
  object-fit: contain;
  border-radius: 4px;
  background: #f7f8fa;
}

.route-hero.hongkong .route-cx-offer-code {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.route-hero.hongkong .route-cx-offer-copy {
  min-width: 0;
}

.route-hero.hongkong .route-cx-offer-copy h2 {
  margin: 0;
  color: var(--route-ink);
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.25;
}

.route-hero.hongkong .route-cx-offer-price {
  margin: 6px 0 14px;
  color: #F06703;
  font-size: 20px;
  font-weight: 800;
}

.route-hero.hongkong .route-cx-offer-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.route-hero.hongkong .route-cx-offer-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
  color: #344054;
  font-size: 13px;
  line-height: 1.45;
}

.route-hero.hongkong .route-cx-offer-benefits i {
  flex: 0 0 16px;
  margin-top: 2px;
  color: #F06703;
  text-align: center;
}

.route-hero.hongkong .route-cx-offer-side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding-left: 24px;
  border-left: 1px solid #dbe5f4;
}

.route-hero.hongkong .route-cx-offer-difference {
  margin: 0 0 8px;
  color: #F06703;
  font-size: 13px;
  font-weight: 700;
}

.route-hero.hongkong .route-cx-offer-side strong {
  display: block;
  color: var(--route-ink);
  font-size: 16px;
  line-height: 1.5;
}

.route-hero.hongkong .route-cx-offer-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 14px;
  padding: 0 18px;
  border-radius: 4px;
  background: #F06703;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.route-hero.hongkong .route-cx-offer-cta:hover {
  background: #D95C02;
  transform: translateY(-1px);
}

.route-hero.hongkong .route-cx-offer-note {
  margin: 9px 0 0;
  color: #667085;
  font-size: 11px;
  line-height: 1.55;
}

.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 #E5E7EB;
  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, #2C61FE, #2C61FE);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 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: #667085;
  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, #03205A 0%, #2C61FE 50%, #2C61FE 100%);
  color: #ffffff;
  box-sizing: border-box;
}

.route-airport-section .route-section-kicker {
  color: #FFFFFF;
}

.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: #667085;
}

.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: #FFFFFF;
  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: #EEF3FF;
}

.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: #FFFFFF;
}

.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 {
  position: relative;
  display: block;
  min-height: 235px;
  padding: 28px 24px;
  border: 1px solid var(--route-line);
  border-radius: 4px;
  background: #ffffff;
}

.route-airline-card-featured {
  overflow: hidden;
  border-color: var(--route-line);
  background: linear-gradient(160deg, #FFF9F4 0%, #ffffff 72%);
  box-shadow: 0 10px 26px rgba(240, 103, 3, 0.1);
}

.route-airline-card-featured::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: #F06703;
}

.route-airline-card-badge {
  display: inline-flex;
  align-items: center;
  margin: 0 0 12px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #F06703;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
}

.route-airline-card img {
  width: 100px;
  margin-bottom: 28px;
  object-fit: contain;
  border: 0;
  border-radius: 4px;
}

.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: #F7F8FA;
}

.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: #EEF3FF;
  color: #2C61FE;
}

.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 #E5E7EB;
  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-hero.hongkong .route-cx-offer {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 20px;
    padding: 16px;
  }

  .route-hero.hongkong .route-cx-offer-main {
    display: block;
  }

  .route-hero.hongkong .route-cx-offer-brand {
    flex: none;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 0 0 10px;
    margin-bottom: 12px;
    border-right: 0;
    border-bottom: 1px solid #dbe5f4;
  }

  .route-hero.hongkong .route-cx-offer-brand img {
    width: 82px;
    max-height: 34px;
  }

  .route-hero.hongkong .route-cx-offer-copy h2 {
    font-size: 21px;
  }

  .route-hero.hongkong .route-cx-offer-price {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .route-hero.hongkong .route-cx-offer-benefits {
    gap: 7px 12px;
  }

  .route-hero.hongkong .route-cx-offer-benefits li {
    font-size: 12px;
  }

  .route-hero.hongkong .route-cx-offer-side {
    padding: 14px 0 0;
    border-top: 1px solid #dbe5f4;
    border-left: 0;
  }

  .route-hero.hongkong .route-cx-offer-cta {
    width: 100%;
  }

  .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-featured {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    grid-template-rows: auto 1fr;
    column-gap: 16px;
    row-gap: 4px;
    align-items: start;
    padding-top: 20px;
  }

  .route-airline-card-featured .route-airline-card-badge {
    grid-column: 1 / -1;
    grid-row: 1;
    margin-bottom: 6px;
  }

  .route-airline-card-featured > img {
    grid-column: 1;
    grid-row: 2;
  }

  .route-airline-card-featured > div {
    grid-column: 2;
    grid-row: 2;
  }

  .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 #E5E7EB;
}

.recommendations-tab {
  position: relative;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 4px;
  background: transparent;
  color: #667085;
  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 #F7F8FA;
  background: transparent;
  text-decoration: none;
  color: var(--route-ink);
  font-size: 13px;
  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, #1F2937 calc(100% - 32px), transparent 100%);
    mask-image: linear-gradient(to right, #1F2937 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;
  }
}

/* Breadcrumb styles for content section */
.route-content-main .route-breadcrumb {
  width: min(1200px, calc(100% - 64px));
  margin: 20px auto 20px auto;
  color: #667085;
}

.route-content-main .route-breadcrumb a {
  color: #2C61FE;
  text-decoration: none;
}

.route-content-main .route-breadcrumb a:hover {
  text-decoration: underline;
}

.route-content-main .route-breadcrumb strong {
  color: #1F2937;
  font-weight: 500;
}

/* Reduce top padding of the first route-section below breadcrumbs */
.route-content-main .route-section:first-of-type {
  padding-top: 55px;
}

/* New Long Haul Route Backgrounds */
.route-hero.new-york {
  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/new-york.jpg") center 44% / cover no-repeat;
}
.route-hero.los-angeles {
  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/los-angeles.jpg") center 44% / cover no-repeat;
}
.route-hero.san-francisco {
  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/san-francisco.jpg") center 44% / cover no-repeat;
}
.route-hero.seattle {
  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/seattle.jpg") center 44% / cover no-repeat;
}
.route-hero.vancouver {
  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/vancouver.jpg") center 44% / cover no-repeat;
}
.route-hero.toronto {
  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/toronto.jpg") center 44% / cover no-repeat;
}
.route-hero.london {
  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/london.jpg") center 44% / cover no-repeat;
}
.route-hero.paris {
  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/paris.jpg") center 44% / cover no-repeat;
}
.route-hero.rome {
  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/rome.jpg") center 44% / cover no-repeat;
}
.route-hero.frankfurt {
  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/frankfurt.jpg") center 44% / cover no-repeat;
}
.route-hero.amsterdam {
  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/amsterdam.jpg") center 44% / cover no-repeat;
}
.route-hero.zurich {
  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/zurich.jpg") center 44% / cover no-repeat;
}
.route-hero.helsinki {
  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/helsinki.jpg") center 44% / cover no-repeat;
}

/* 东京→香港：把路线信息与 CX 主推内容融合到右侧面板 */
.route-hero.hongkong .route-hero-visual {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 16px;
  min-height: 0;
  padding: 18px;
  border-radius: 6px;
  background: rgba(4, 26, 57, 0.5);
}

.route-hero.hongkong .route-visual-route {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 78px 1fr;
  align-items: center;
  min-height: 170px;
  padding: 8px 6px 30px;
}

.route-hero.hongkong .route-visual-route .route-city-code {
  font-size: clamp(32px, 3.2vw, 44px);
}

.route-hero.hongkong .route-visual-route .route-city strong {
  margin-top: 10px;
  font-size: 16px;
}

.route-hero.hongkong .route-visual-route .route-city small {
  font-size: 10px;
}

.route-hero.hongkong .route-visual-route .route-visual-note {
  bottom: 4px;
}

.route-hero.hongkong .route-hero-visual .route-cx-offer-inline {
  display: block;
  grid-template-columns: none;
  margin: 0;
  padding: 15px 16px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 5px;
  background: rgba(4, 26, 57, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.route-hero.hongkong .route-hero-visual .route-cx-offer-main {
  display: flex;
  align-items: center;
  gap: 14px;
}

.route-hero.hongkong .route-hero-visual .route-cx-offer-brand {
  display: flex;
  flex: 0 0 86px;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding-right: 14px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.route-hero.hongkong .route-hero-visual .route-cx-offer-kicker {
  color: #FF8A36;
  font-size: 10px;
  letter-spacing: 0.12em;
}

.route-hero.hongkong .route-hero-visual .route-cx-offer-brand img {
  width: 82px;
  max-height: 34px;
  padding: 5px;
  background: #ffffff;
}

.route-hero.hongkong .route-hero-visual .route-cx-offer-code {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.route-hero.hongkong .route-hero-visual .route-cx-offer-copy {
  flex: 1;
  min-width: 0;
}

.route-hero.hongkong .route-hero-visual .route-cx-offer-copy h2 {
  color: #ffffff;
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.25;
}

.route-hero.hongkong .route-hero-visual .route-cx-offer-price {
  margin: 5px 0 0;
  color: #FF8A36;
  font-size: 18px;
}

.route-hero.hongkong .route-hero-visual .route-cx-offer-difference {
  margin: 6px 0 0;
  color: #FF8A36;
  font-size: 12px;
}

.route-hero.hongkong .route-hero-visual .route-cx-offer-side strong,
.route-hero.hongkong .route-hero-visual .route-cx-offer-copy strong {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1.45;
}

.route-hero.hongkong .route-hero-visual .route-cx-offer-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 14px 0 12px;
  padding: 12px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.route-hero.hongkong .route-hero-visual .route-cx-offer-benefits li {
  gap: 6px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  line-height: 1.35;
}

.route-hero.hongkong .route-hero-visual .route-cx-offer-benefits i {
  flex-basis: 14px;
  color: #fff;
}

.route-hero.hongkong .route-hero-visual .route-cx-offer-cta {
  width: 100%;
  min-height: 42px;
  margin-top: 0;
  background: #F06703;
}

.route-hero.hongkong .route-hero-visual .route-cx-offer-note {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .route-hero.hongkong .route-hero-visual {
    display: flex;
    width: min(100%, 760px);
    margin: 18px auto 0;
  }
}

@media (max-width: 767px) {
  .route-hero.hongkong .route-hero-visual {
    gap: 12px;
    padding: 12px;
  }

  .route-hero.hongkong .route-visual-route {
    grid-template-columns: 1fr 54px 1fr;
    min-height: 120px;
    padding: 4px 0 24px;
  }

  .route-hero.hongkong .route-visual-route .route-city-code {
    font-size: 28px;
  }

  .route-hero.hongkong .route-visual-route .route-city strong {
    margin-top: 7px;
    font-size: 14px;
  }

  .route-hero.hongkong .route-visual-route .route-city small {
    font-size: 9px;
  }

  .route-hero.hongkong .route-visual-route .route-flight-line i {
    padding: 0 5px;
    font-size: 18px;
  }

  .route-hero.hongkong .route-visual-route .route-visual-note {
    bottom: 1px;
    font-size: 9px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-inline {
    padding: 14px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-main {
    display: block;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-brand {
    flex: none;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 0 0 10px;
    margin-bottom: 12px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-brand img {
    width: 78px;
    max-height: 32px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-copy h2 {
    font-size: 20px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-price {
    font-size: 18px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 10px;
    margin-top: 12px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-benefits li {
    font-size: 11px;
  }
}

@media (min-width: 768px) {
  .route-hero.hongkong .route-hero-visual {
    gap: 10px;
    padding: 14px;
  }

  .route-hero.hongkong .route-visual-route {
    min-height: 125px;
    padding: 4px 6px 24px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-inline {
    padding: 12px 14px 11px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-main {
    gap: 12px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-brand {
    flex-basis: 78px;
    gap: 4px;
    padding-right: 10px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-kicker {
    font-size: 9px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-brand img {
    width: 72px;
    max-height: 28px;
    padding: 4px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-code {
    font-size: 10px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-copy h2 {
    font-size: 18px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-price {
    margin-top: 3px;
    font-size: 16px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-difference {
    margin-top: 4px;
    font-size: 11px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-copy strong {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.3;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-benefits {
    gap: 6px;
    margin: 10px 0 8px;
    padding-top: 8px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-benefits li {
    gap: 4px;
    font-size: 9px;
    line-height: 1.25;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-benefits i {
    flex-basis: 13px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-cta {
    min-height: 38px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-note {
    margin-top: 5px;
    font-size: 9px;
    line-height: 1.3;
  }
}

/* CX 面板：clean 可读性优化，仅调整视觉层级与留白 */
@media (min-width: 1181px) {
  .route-hero.hongkong .route-hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(550px, 0.85fr);
  }
}

@media (min-width: 768px) {
  .route-hero.hongkong .route-hero-visual {
    gap: 12px;
    padding: 16px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-inline {
    padding: 16px 16px 14px;
    border-radius: 8px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-main {
    gap: 14px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-brand {
    flex-basis: 110px;
    gap: 8px;
    padding-right: 18px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-kicker {
    font-size: 10px;
    letter-spacing: 0.1em;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-brand img {
    width: 104px;
    max-height: 40px;
    padding: 6px;
    border-radius: 5px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-code {
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-copy h2 {
    font-size: 21px;
    line-height: 1.3;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-price {
    margin-top: 5px;
    font-size: 18px;
    line-height: 1.25;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-difference {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.35;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-copy strong {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.4;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-benefits {
    gap: 8px;
    margin: 14px 0 12px;
    padding-top: 12px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-benefits li {
    gap: 6px;
    font-size: 12px;
    line-height: 1.35;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-benefits i {
    flex-basis: 15px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-cta {
    min-height: 44px;
    border-radius: 5px;
    font-size: 14px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-note {
    margin-top: 8px;
    font-size: 10px;
    line-height: 1.45;
  }
}

@media (max-width: 767px) {
  .route-hero.hongkong .route-hero-visual .route-cx-offer-brand {
    gap: 10px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-brand img {
    width: 92px;
    max-height: 38px;
    padding: 5px;
  }
}

/* 航空公司推荐区：clean 卡片视觉，仅调整样式 */
.route-landing-page .route-airline-grid {
  gap: 16px;
}

.route-landing-page .route-airline-grid + .route-note {
  margin-top: 16px;
  color: #667085;
  font-size: 12px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .route-landing-page .route-airline-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 24px 22px 22px;
    border-color: #E6EAF0;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(3, 32, 90, 0.05);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  }

  .route-landing-page .route-airline-card:hover {
    transform: translateY(-3px);
    border-color: #CBD5E1;
    box-shadow: 0 14px 28px rgba(3, 32, 90, 0.09);
  }

  .route-landing-page .route-airline-card-featured {
    border-color: rgba(240, 103, 3, 0.35);
    background: linear-gradient(180deg, #FFF9F4 0%, #ffffff 56%);
    box-shadow: 0 10px 24px rgba(240, 103, 3, 0.12);
  }

  .route-landing-page .route-airline-card-featured .route-airline-card-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
    padding: 5px 9px;
    border-radius: 999px;
    background: #FFF0E4;
    color: #D85E08;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.1;
  }



  .route-landing-page .route-airline-card > div {
    flex: 1;
    min-width: 0;
  }

  .route-landing-page .route-airline-card h3 {
    margin: 0 0 10px;
    color: var(--route-ink);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
  }

  .route-landing-page .route-airline-card p {
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.7;
  }
}

@media (max-width: 767px) {
  .route-landing-page .route-airline-card {
    min-height: 0;
    padding: 16px;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(3, 32, 90, 0.05);
  }

  .route-landing-page .route-airline-card-featured {
    padding-top: 20px;
  }

  .route-landing-page .route-airline-card-featured .route-airline-card-badge {
    position: static;
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: start;
    margin: 0 0 8px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #FFF0E4;
    color: #D85E08;
    font-size: 11px;
    line-height: 1.1;
  }

  .route-landing-page .route-airline-card img {
    width: 72px;
    height: 44px;
    padding: 8px;
    border-radius: 8px;
  }

  .route-landing-page .route-airline-card h3 {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 1.35;
  }

  .route-landing-page .route-airline-card p {
    font-size: 13px;
    line-height: 1.6;
  }
}

/* CX 平均差额：clean 层级，作为辅助信息呈现 */
.route-hero.hongkong .route-hero-visual .route-cx-offer-difference {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
  margin-top: 10px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 138, 54, 0.34);
  border-left: 4px solid #F06703;
  background: rgba(255, 138, 54, 0.12);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.route-hero.hongkong .route-hero-visual .route-cx-offer-difference > span {
  min-width: 0;
  color: rgba(255, 255, 255, 0.78);
}

.route-hero.hongkong .route-hero-visual p.route-cx-offer-difference > strong {
  display: inline-flex;
  flex: 0 0 auto;
  margin-top: 0;
  color: #FF9A4D;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.1;
  white-space: nowrap;
}

.route-hero.hongkong .route-hero-visual .route-cx-offer-copy strong {
  margin-top: 8px;
}

.route-hero.hongkong .route-hero-visual .route-cx-offer-note {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .route-hero.hongkong .route-hero-visual .route-cx-offer-difference {
    gap: 2px;
    padding: 8px 10px;
    font-size: 11px;
  }

  .route-hero.hongkong .route-hero-visual p.route-cx-offer-difference > strong {
    font-size: 18px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-note {
    font-size: 11px;
  }
}

/* 手机端：只保留 CX 优惠卡片，隐藏外层路线视觉框 */
@media (max-width: 767px) {
  .route-hero.hongkong .route-hero-layout {
    row-gap: 12px;
  }

  .route-hero.hongkong .route-hero-visual {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .route-hero.hongkong .route-visual-route {
    display: none;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-inline {
    width: 100%;
    margin: 0;
  }
}

/* CX 面板：clean 信息分组优化，避免权益在窄列中挤成一排小字 */
@media (min-width: 768px) {
  .route-hero.hongkong .route-hero-visual .route-cx-offer-copy h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-price {
    font-size: 20px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-difference {
    font-size: 13px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-copy strong {
    font-size: 14px;
    line-height: 1.45;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 24px;
    margin: 16px 0;
    padding-top: 16px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-benefits li {
    gap: 10px;
    font-size: 13px;
    line-height: 1.45;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-benefits i {
    flex-basis: 18px;
    margin-top: 3px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-cta {
    min-height: 48px;
    font-size: 15px;
  }

  .route-hero.hongkong .route-hero-visual .route-cx-offer-note {
    margin-top: 10px;
    font-size: 11px;
    line-height: 1.5;
  }
}
