@charset "UTF-8";
.airport-full-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 100svh;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.82),
      rgba(0, 0, 0, 0.54) 45%,
      rgba(0, 0, 0, 0.18)
    ),
    url("../../images/index/airport.webp") center/cover no-repeat;
}
.airport-full-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 180px;
  background: linear-gradient(180deg, transparent, var(--v43-bg));
  pointer-events: none;
}
.airport-full-hero .container {
  position: relative;
  z-index: 2;
}
.airport-full-hero .hero-card {
  max-width: 700px;
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid var(--v43-line);
  border-radius: var(--v43-radius-lg);
  background: rgba(5, 5, 5, 0.52);
  box-shadow: var(--v43-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.airport-full-hero .kicker {
  color: var(--v43-gold-soft);
  font-weight: 900;
  letter-spacing: 0.22em;
}
.airport-full-hero h1 {
  margin: 0.35em 0;
  color: var(--v43-gold-bright);
  font-family: "Noto Serif TC", serif;
  font-size: clamp(3rem, 8vw, 6rem);
  line-height: 1.05;
  text-shadow: 0 12px 34px rgba(0, 0, 0, 0.68);
}
.airport-full-hero .lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2vw, 1.16rem);
  line-height: 2;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}
.actions .btn,
.addons-cta a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border: 1px solid var(--v43-line);
  border-radius: 999px;
  color: var(--v43-gold-bright);
  background: rgba(255, 255, 255, 0.06);
  font-weight: 900;
  transition:
    transform 0.25s var(--v43-ease),
    border-color 0.25s var(--v43-ease),
    box-shadow 0.25s var(--v43-ease);
}
.actions .btn.primary,
.addons-cta a:first-child {
  border-color: transparent;
  color: #130c04;
  background: linear-gradient(135deg, var(--v43-gold), var(--v43-gold-bright));
  box-shadow: 0 14px 34px rgba(216, 181, 109, 0.22);
}
.grid,
.steps,
.xx-seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.card,
.step,
.xx-seo-card,
.big-card {
  border: 1px solid var(--v43-line);
  border-radius: var(--v43-radius);
  background: linear-gradient(
    145deg,
    rgba(18, 24, 32, 0.94),
    rgba(7, 10, 15, 0.94)
  );
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  overflow: hidden;
}
.card-body,
.card-head,
.step,
.xx-seo-card,
.big-card {
  padding: 22px;
}
.card h3,
.step h3,
.xx-seo-card h3,
.big-card h2 {
  color: var(--v43-gold-bright);
}
.muted,
.card p,
.step p,
.xx-seo-card p,
.big-card p {
  color: var(--v43-muted);
  line-height: 1.85;
}
.notice-box,
.notice,
.tip,
.addons-note,
.xx-humor-tip {
  padding: 16px 18px;
  border: 1px dashed var(--v43-line-strong);
  border-radius: var(--v43-radius-sm);
  color: var(--v43-muted);
  background: rgba(216, 181, 109, 0.08);
  line-height: 1.8;
}
.airport-photo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-top: 30px;
}
.airport-photo-card {
  position: relative;
  isolation: isolate;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--v43-line);
  border-radius: 30px;
  background: #101010;
  box-shadow: var(--v43-shadow);
  transition:
    transform 0.32s var(--v43-ease),
    border-color 0.32s var(--v43-ease);
}
.airport-photo-card img {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--v43-ease);
}
.airport-photo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.05),
    rgba(0, 0, 0, 0.16) 34%,
    rgba(0, 0, 0, 0.88)
  );
}
.airport-photo-content {
  position: absolute;
  inset: auto 0 0;
  padding: 34px 30px 30px;
}
.airport-photo-code {
  display: inline-flex;
  margin-bottom: 13px;
  padding: 8px 13px;
  border-radius: 999px;
  color: #17120a;
  background: linear-gradient(135deg, var(--v43-gold-bright), var(--v43-gold));
  font-size: 13px;
  font-weight: 900;
}
.airport-photo-card h3 {
  margin: 0 0 10px;
  color: var(--v43-gold-bright);
  font-size: clamp(25px, 3vw, 34px);
}
.airport-photo-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.9;
  text-shadow: 0 3px 16px #000;
}
.school-airport-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 680px;
  align-items: center;
  overflow: hidden;
  border-radius: var(--v43-radius-lg);
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.82),
      rgba(0, 0, 0, 0.58) 46%,
      rgba(0, 0, 0, 0.2)
    ),
    url("../../images/index/airport-luggage.webp") center/cover no-repeat;
}
.school-airport-hero .wrap {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 64px 56px;
}
.school-airport-hero h1 {
  color: var(--v43-gold-bright);
  font-size: clamp(2.4rem, 6vw, 4.8rem);
}
.pic img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.luggage {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}
.check-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.check {
  color: var(--v43-muted);
}
.num {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  color: #130c04;
  background: linear-gradient(135deg, var(--v43-gold-bright), var(--v43-gold));
  font-weight: 900;
}
#addons .addon-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}
#addons .addon-media-card {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  column-gap: 14px;
  align-items: center;
  min-height: 150px;
  padding: 16px;
  border: 1px solid var(--v43-line);
  border-radius: 20px;
  background: linear-gradient(
    145deg,
    var(--v43-panel),
    var(--v43-panel-strong)
  );
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
}
#addons .addon-media-card img {
  grid-row: 1 / span 2;
  width: 76px;
  height: 76px;
  object-fit: cover;
  border: 1px solid var(--v43-line);
  border-radius: 16px;
}
#addons .addon-media-card h3 {
  margin: 0 0 4px;
  color: var(--v43-gold-bright);
  font-size: 18px;
}
#addons .addon-media-card p {
  margin: 0;
  color: var(--v43-muted);
  font-size: 13px;
  line-height: 1.65;
}
#addons .addon-media-card ul {
  grid-column: 1/-1;
  margin: 10px 0 0;
  padding: 10px 0 0 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
#addons .addon-media-card li {
  color: var(--v43-muted);
  font-size: 12px;
  line-height: 1.55;
}
.addons-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.xx-brand-lines {
  margin-top: 28px;
  padding: 24px;
  border: 1px solid var(--v43-line);
  border-radius: var(--v43-radius);
  background: rgba(255, 255, 255, 0.035);
}
@media (hover: hover) {
  .airport-photo-card:hover,
  .card:hover,
  .step:hover,
  .xx-seo-card:hover {
    transform: translateY(-5px);
    border-color: var(--v43-line-strong);
  }
  .airport-photo-card:hover img {
    transform: scale(1.055);
  }
  .actions .btn:hover,
  .addons-cta a:hover {
    transform: translateY(-3px);
    border-color: var(--v43-line-strong);
  }
}
