/* ============================================
   Hangzhou Wonder Tours  ·  杭州奇境
   Modern Chinese Boutique Travel
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Noto+Serif+SC:wght@400;500;600;700;900&family=Ma+Shan+Zheng&family=ZCOOL+XiaoWei&display=swap');

/* ============================================
   VARIABLES
   ============================================ */
:root {
  /* Rice paper & silk */
  --cream:       #F9F6F0;
  --paper:       #F3EFE7;
  --silk:        #EBE5DA;

  /* Ink & charcoal */
  --ink:         #1E1B18;
  --ink-soft:    #3D3A35;
  --ink-muted:   #787570;

  /* Chinese red — seal stamps, key accents */
  --red:         #C43A31;
  --red-deep:    #9B221B;
  --red-pale:    #F2D4D1;

  /* Jade green — nature, tea */
  --jade:        #7A9A7E;
  --jade-deep:   #4A6B4E;
  --jade-pale:   #DFEBE0;
  --jade-dark:   #35503A;

  /* Gold — ratings, subtle highlights */
  --gold:        #BF9B5E;
  --gold-light:  #D4B980;
  --gold-pale:   #F0E4CE;

  /* Mist & stone */
  --mist:        #E0DBD2;
  --mist-light:  #EDE9E2;
  --stone:       #B8B2A6;

  /* Deep red — nav, accents, trust numbers */
  --deep-red:      #6B1212;
  --deep-red-dark: #4A0A0A;
  --deep-red-light:#8B1A1A;

  /* Surfaces */
  --surface:     #FDFCF9;

  /* Shadows */
  --shadow-xs:  0 1px 2px rgba(30,27,24,0.03);
  --shadow-sm:  0 2px 8px rgba(30,27,24,0.05);
  --shadow-md:  0 8px 24px rgba(30,27,24,0.07);
  --shadow-lg:  0 16px 48px rgba(30,27,24,0.10);

  /* Radius */
  --r-sm: 4px;
  --r-md: 8px;
  --r-lg: 14px;

  /* Transitions */
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* ============================================
   RESET & BASE
   ============================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }

body {
  color: var(--ink);
  font-size: 15px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.75;
  background: var(--cream);
  background-image:
    /* Subtle rice paper grain */
    url("data:image/svg+xml,%3Csvg width='400' height='400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.015'/%3E%3C/svg%3E");
}

img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }

/* Chinese calligraphy accent */
.cn { font-family: 'Ma Shan Zheng', 'ZCOOL XiaoWei', 'Noto Serif SC', serif; }

/* Typography */
h1, h2, h3, h4 {
  font-family: 'Noto Serif SC', 'Georgia', 'Times New Roman', serif;
  color: var(--ink);
  line-height: 1.3;
  font-weight: 700;
}
h1 { font-size: clamp(2.4rem, 4.5vw, 3.2rem); letter-spacing: -0.01em; }
h2 { font-size: clamp(1.8rem, 3vw, 2.4rem); }
h3 { font-size: 1.3rem; }
h4 { font-size: 1.05rem; }

.cn-h1 { font-family: 'ZCOOL XiaoWei', 'Noto Serif SC', serif; font-weight: 400; }
.cn-display { font-family: 'Ma Shan Zheng', cursive; }

/* Utility */
.flex { display: flex; }
.jus-ctr { justify-content: center; }
.jus-btw { justify-content: space-between; }
.ali-ctr { align-items: center; }
.text-center { text-align: center; }
.container-xs { max-width: 720px; margin: 0 auto; padding: 0 24px; }
.container { max-width: 1400px; margin: 0 auto; padding: 0 24px; }
.container-l { max-width: 1500px; margin: 0 auto; padding: 0 24px; }

/* Section spacing */
.section { padding: 88px 0; }

/* ============================================
   CHINESE ORNAMENTS
   ============================================ */

/* Seal stamp */
.seal {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border: 2px solid var(--red);
  color: var(--red); border-radius: 2px;
  font-family: 'Ma Shan Zheng', cursive;
  font-size: 1.2rem; transform: rotate(-3deg);
  opacity: 0.85; flex-shrink: 0;
}

/* Cloud divider — 祥云纹 */
.cloud-divider {
  display: flex; align-items: center; justify-content: center;
  gap: 16px; margin: 24px 0; color: var(--stone);
  font-size: 0.7rem; letter-spacing: 0.3em;
}
.cloud-divider::before,
.cloud-divider::after {
  content: ''; height: 1px; width: 40px;
  background: linear-gradient(90deg, transparent, var(--mist));
}
.cloud-divider::before { background: linear-gradient(90deg, transparent, var(--mist)); }
.cloud-divider::after { background: linear-gradient(90deg, var(--mist), transparent); }

/* Chinese lattice border — used on cards */
.card-chinese {
  border: 1px solid var(--mist-light);
  position: relative;
}
.card-chinese::after {
  content: ''; position: absolute; top: 6px; left: 6px; right: 6px; bottom: 6px;
  border: 1px solid rgba(180,170,155,0.25);
  border-radius: inherit; pointer-events: none;
}

/* Section header with Chinese subtitle */
.section-hed { text-align: center; margin-bottom: 56px; }
.section-hed .en-label {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--red);
  margin-bottom: 8px; display: block;
}
.section-hed .cn-subtitle {
  font-family: 'ZCOOL XiaoWei', serif;
  font-size: 1rem; color: var(--stone); letter-spacing: 0.12em;
  margin-top: 8px; display: block;
}
.section-hed h2 { margin-bottom: 6px; }
.section-hed p { color: var(--ink-muted); max-width: 500px; margin: 14px auto 0; font-size: 1rem; }

/* Inline Chinese label */
.label-cn {
  font-family: 'ZCOOL XiaoWei', serif;
  font-size: 0.9em; color: var(--stone);
  letter-spacing: 0.06em; font-weight: 400;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 30px; font-family: 'Inter', sans-serif;
  font-size: 0.88rem; font-weight: 600; letter-spacing: 0.02em;
  border-radius: var(--r-sm); cursor: pointer;
  transition: all 0.3s var(--ease); border: none; line-height: 1.2;
}
.btn-primary {
  background: var(--red); color: #fff;
  box-shadow: 0 2px 8px rgba(196,58,49,0.25);
}
.btn-primary:hover {
  background: var(--red-deep); color: #fff;
  transform: translateY(-2px); box-shadow: 0 6px 20px rgba(196,58,49,0.35);
}
.btn-outline {
  background: transparent; color: var(--ink-soft);
  border: 1.5px solid var(--stone);
}
.btn-outline:hover {
  border-color: var(--ink); color: var(--ink);
  background: rgba(0,0,0,0.02);
}
.btn-ghost {
  background: transparent; color: var(--jade-deep);
  padding: 8px 0; font-weight: 600;
}
.btn-ghost::after { content: ' →'; transition: transform 0.3s; }
.btn-ghost:hover { color: var(--jade-dark); }
.btn-ghost:hover::after { transform: translateX(4px); }

/* ============================================
   TOP BAR
   ============================================ */
.topbar {
  background: var(--surface);
  border-bottom: 1px solid var(--mist-light);
  padding: 12px 0;
}
.topbar-inner { display: flex; justify-content: space-between; align-items: center; }
.brand { display: flex; align-items: baseline; gap: 10px; }
.brand-logo { font-family: 'Ma Shan Zheng', 'ZCOOL XiaoWei', cursive; font-size: 1.3rem; color: var(--red); letter-spacing: 0.08em; }
.brand-name { font-family: 'Noto Serif SC', serif; font-size: 1.3rem; font-weight: 700; color: var(--ink); letter-spacing: 0.02em; }
.brand-tag { font-size: 0.68rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--stone); }
.topbar-right { display: flex; align-items: center; gap: 20px; }
.lang-pill { display: flex; background: var(--cream); border-radius: 20px; padding: 2px; }
.lang-pill a { padding: 5px 14px; font-size: 0.75rem; font-weight: 600; border-radius: 18px; transition: all 0.3s; color: var(--ink-muted); }
.lang-pill a.active { background: var(--ink); color: #fff; }
.lang-pill a:not(.active):hover { color: var(--ink); }
.tel-line { font-size: 0.8rem; color: var(--ink-muted); text-align: right; line-height: 1.5; }

/* ============================================
   NAVIGATION
   ============================================ */
.nav {
  background: linear-gradient(180deg, #8B1A1A 0%, #6B1212 50%, #5A0E0E 100%);
  position: sticky; top: 0; z-index: 999;
  box-shadow: 0 3px 24px rgba(107,18,18,0.3);
  border-bottom: 2px solid var(--gold);
}
.nav-inner { display: flex; justify-content: center; }
.nav-item { position: relative; }
.nav-item > a {
  display: block;
  color: #fff; font-size: 0.84rem; font-weight: 500;
  padding: 14px 16px; letter-spacing: 0.02em;
  transition: all 0.3s;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.nav-item:hover > a { color: var(--gold-light); text-shadow: 0 1px 4px rgba(0,0,0,0.3); }
.nav-dropdown {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%) translateY(6px);
  min-width: 220px; background: var(--surface);
  border-radius: var(--r-md); padding: 6px 0; opacity: 0; visibility: hidden;
  box-shadow: var(--shadow-lg); border-top: 2px solid var(--deep-red);
  transition: all 0.25s var(--ease);
}
.nav-item:hover .nav-dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
.nav-dropdown a {
  display: block; padding: 10px 20px; font-size: 0.84rem; color: var(--ink-soft);
  white-space: nowrap; transition: all 0.2s;
}
.nav-dropdown a:hover { color: var(--red); background: rgba(196,58,49,0.04); }

/* ============================================
   HERO
   ============================================ */
.hero {
  position: relative; min-height: 520px;
  display: flex; align-items: center; overflow: hidden;
  background: linear-gradient(170deg, #EFECE4 0%, #E4DFD4 35%, #D8D1C3 100%);
}
/* Ink-wash mountain silhouettes */
.hero-mountains {
  position: absolute; bottom: 0; left: 0; right: 0; height: 50%; pointer-events: none;
  z-index: 1;
}
.hero-mountains .mt-layer {
  position: absolute; bottom: 0; left: 0; right: 0;
}
.mt-far {
  height: 30%;
  background: linear-gradient(180deg, transparent 0%, rgba(140,155,140,0.12) 30%, rgba(140,155,140,0.2) 70%, rgba(140,155,140,0.08) 100%);
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 300 L0 120 Q80 60 160 100 Q260 40 380 95 Q460 50 560 110 Q640 55 740 105 Q820 45 940 100 Q1040 50 1140 90 Q1200 60 1200 80 L1200 300Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover; -webkit-mask-size: cover;
}
.mt-mid {
  height: 20%;
  background: linear-gradient(180deg, transparent 0%, rgba(100,110,100,0.15) 40%, rgba(100,110,100,0.25) 80%, rgba(100,110,100,0.05) 100%);
  mask-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 200 L0 100 Q100 30 200 80 Q320 20 420 75 Q500 25 600 85 Q720 30 820 70 Q920 15 1020 80 Q1100 35 1200 60 L1200 200Z' fill='black'/%3E%3C/svg%3E");
  mask-size: cover; -webkit-mask-size: cover;
}
/* Mist */
.hero-mist {
  position: absolute; inset: 0; pointer-events: none; z-index: 0;
  background:
    radial-gradient(ellipse at 70% 25%, rgba(150,175,155,0.1) 0%, transparent 55%),
    radial-gradient(ellipse at 20% 75%, rgba(196,58,49,0.05) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 60%, rgba(255,255,255,0.4) 0%, transparent 60%);
}
.hero-slides { position: absolute; inset: 0; z-index: 0; }
.hero-slide {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  opacity: 0; transition: opacity 2s ease-in-out;
  filter: brightness(0.85) saturate(0.7);
}
.hero-slide.active { opacity: 0.25; }
.hero-content { position: relative; z-index: 2; padding: 60px 0 100px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,0.7); backdrop-filter: blur(10px);
  padding: 6px 18px; border-radius: 50px;
  font-size: 0.78rem; font-weight: 600; color: var(--ink-soft);
  margin-bottom: 24px; box-shadow: var(--shadow-xs);
}
.hero-badge .stars { color: var(--gold); letter-spacing: 1px; }
.hero h1 { max-width: 640px; margin-bottom: 16px; }
.hero h1 .highlight { color: var(--red); }
.hero .hero-cn-tagline {
  font-family: 'ZCOOL XiaoWei', serif;
  font-size: 1.8rem; color: var(--stone); letter-spacing: 0.15em;
  margin-bottom: 20px; font-weight: 400;
}
.hero p {
  font-size: 1.08rem; color: var(--ink-soft); max-width: 480px;
  margin-bottom: 32px; line-height: 1.75;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-dots {
  position: absolute; bottom: 36px; left: 50%; transform: translateX(-50%);
  z-index: 3; display: flex; gap: 10px;
}
.hero-dots button {
  width: 8px; height: 8px; border-radius: 50%;
  border: 2px solid rgba(0,0,0,0.25); background: transparent;
  cursor: pointer; transition: all 0.35s; padding: 0;
}
.hero-dots button.active { background: var(--red); border-color: var(--red); transform: scale(1.25); }

/* ============================================
   TRUST BAR
   ============================================ */
.trust-bar {
  background: var(--surface);
  border-bottom: 1px solid var(--mist-light);
  padding: 18px 0;
}
.trust-row {
  display: flex; justify-content: center; gap: 48px; flex-wrap: wrap;
}
.trust-stat { text-align: center; }
.trust-stat .num {
  font-family: 'Noto Serif SC', serif;
  font-size: 1.8rem; font-weight: 700; color: var(--deep-red);
  line-height: 1.2;
}
.trust-stat .lab {
  font-size: 0.72rem; color: var(--ink-muted); letter-spacing: 0.04em;
}

/* ============================================
   INTRO
   ============================================ */
.intro-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px;
  max-width: 1040px; margin: 0 auto; align-items: center;
}
.intro-img {
  position: relative; border-radius: var(--r-lg); overflow: hidden;
  box-shadow: var(--shadow-md); border: 6px solid #fff;
}
.intro-img img { width: 100%; height: 380px; object-fit: cover; }
.intro-img .seal-mark {
  position: absolute; bottom: -8px; right: -8px;
  width: 64px; height: 64px; background: var(--surface);
  border: 2px solid var(--red); border-radius: 2px;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Ma Shan Zheng', cursive;
  color: var(--red); font-size: 1.3rem; transform: rotate(-5deg);
  box-shadow: var(--shadow-sm);
}
.intro-text .section-hed { text-align: left; margin-bottom: 18px; }
.intro-text .section-hed h2 { font-size: 1.9rem; }
.intro-text p { color: var(--ink-soft); margin-bottom: 12px; line-height: 1.85; font-size: 0.98rem; }

/* ============================================
   VALUE PROPS
   ============================================ */
.vp-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
  max-width: 1040px; margin: 0 auto;
}
.vp-card {
  text-align: center; padding: 32px 20px;
  background: var(--surface); border-radius: var(--r-md);
  border: 1px solid var(--mist-light); position: relative;
  transition: all 0.35s var(--ease);
}
.vp-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.vp-card .vp-icon {
  width: 48px; height: 48px; margin: 0 auto 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem;
}
.vp-card h4 { margin-bottom: 6px; font-size: 1rem; }
.vp-card .vp-cn {
  font-family: 'ZCOOL XiaoWei', serif;
  font-size: 0.85rem; color: var(--stone); letter-spacing: 0.06em;
  margin-bottom: 10px;
}
.vp-card p { color: var(--ink-muted); font-size: 0.86rem; line-height: 1.6; }

/* ============================================
   FEATURED TOUR (large two-col card)
   ============================================ */
.ft-card {
  display: grid; grid-template-columns: 1fr 1fr;
  max-width: 1040px; margin: 0 auto 28px;
  background: var(--surface); border-radius: var(--r-lg);
  overflow: hidden; box-shadow: var(--shadow-sm);
  transition: all 0.4s var(--ease);
  border: 1px solid var(--mist-light);
}
.ft-card:hover { box-shadow: var(--shadow-md); }
.ft-img {
  position: relative; overflow: hidden; min-height: 340px;
}
.ft-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.ft-card:hover .ft-img img { transform: scale(1.04); }
.ft-badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--red); color: #fff; padding: 5px 14px;
  border-radius: 50px; font-size: 0.7rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
}
.ft-body { padding: 36px 32px; display: flex; flex-direction: column; justify-content: center; }
.ft-body .stars-row { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; font-size: 0.82rem; }
.ft-body .stars-row .sr-stars { color: var(--gold); letter-spacing: 1px; }
.ft-body .stars-row .sr-count { color: var(--ink-muted); }
.ft-body h3 { font-size: 1.35rem; margin-bottom: 10px; }
.ft-body h3 a { color: var(--ink); }
.ft-body h3 a:hover { color: var(--red); }
.ft-body .ft-desc { color: var(--ink-soft); line-height: 1.7; margin-bottom: 16px; font-size: 0.92rem; }
.ft-body .ft-meta { display: flex; gap: 16px; margin-bottom: 14px; font-size: 0.79rem; color: var(--ink-muted); flex-wrap: wrap; }
.ft-body .ft-meta span { display: flex; align-items: center; gap: 4px; }
.ft-body .ft-foot { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.ft-body .ft-price {
  font-family: 'Noto Serif SC', serif;
  font-size: 1.5rem; font-weight: 700; color: var(--red);
}
.ft-body .ft-price small { font-size: 0.8rem; color: var(--ink-muted); font-weight: 400; font-family: 'Inter', sans-serif; }

/* ============================================
   TOUR CARD GRID (3-col)
   ============================================ */
.tc-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
  max-width: 1040px; margin: 0 auto;
}
.tc-card {
  background: var(--surface); border-radius: var(--r-md); overflow: hidden;
  box-shadow: var(--shadow-sm); border: 1px solid var(--mist-light);
  transition: all 0.35s var(--ease);
}
.tc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.tc-img { position: relative; height: 200px; overflow: hidden; }
.tc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s var(--ease); }
.tc-card:hover .tc-img img { transform: scale(1.05); }
.tc-img .tc-tag {
  position: absolute; top: 12px; left: 12px;
  background: var(--red); color: #fff;
  padding: 4px 12px; border-radius: 50px;
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.05em;
  text-transform: uppercase;
}
.tc-body { padding: 18px; }
.tc-body .tc-meta { font-size: 0.76rem; color: var(--ink-muted); margin-bottom: 6px; }
.tc-body .tc-meta .tc-stars { color: var(--gold); }
.tc-body h4 { font-size: 1rem; margin-bottom: 4px; font-weight: 600; }
.tc-body h4 a:hover { color: var(--red); }
.tc-body p { font-size: 0.84rem; color: var(--ink-soft); line-height: 1.6; margin-bottom: 10px; }
.tc-body .tc-price {
  font-family: 'Noto Serif SC', serif;
  font-size: 1.15rem; font-weight: 700; color: var(--red);
}
.tc-body .tc-price small { font-size: 0.78rem; color: var(--ink-muted); font-weight: 400; font-family: 'Inter', sans-serif; }

/* ============================================
   DESTINATION MOSAIC
   ============================================ */
.dest-mosaic {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 14px;
  max-width: 1040px; margin: 0 auto;
}
.dest-tile {
  position: relative; border-radius: var(--r-md); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: all 0.4s var(--ease);
}
.dest-tile:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.dest-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease); }
.dest-tile:hover img { transform: scale(1.06); }
.dest-tile .dt-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,0.65) 100%);
  border-radius: inherit;
}
.dest-tile .dt-label {
  position: absolute; bottom: 14px; left: 16px; right: 16px; z-index: 2; color: #fff;
}
.dest-tile .dt-label h4 { color: #fff; font-size: 1.1rem; margin-bottom: 2px; }
.dest-tile .dt-label span { font-size: 0.78rem; opacity: 0.8; }
.dest-tile.dt-tall { grid-row: span 2; }
.dest-tile.dt-cta-tile {
  background: linear-gradient(150deg, var(--red) 0%, var(--red-deep) 100%);
}
.dest-tile.dt-cta-tile a {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  color: #fff; text-align: center; padding: 20px; z-index: 2;
}
.dest-tile.dt-cta-tile a h4 { color: #fff; margin-bottom: 6px; }
.dest-tile.dt-cta-tile a span { font-size: 0.82rem; opacity: 0.8; }

/* ============================================
   TESTIMONIALS
   ============================================ */
.tm-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
  max-width: 1040px; margin: 0 auto;
}
.tm-card {
  background: var(--surface); border-radius: var(--r-md);
  padding: 28px; border: 1px solid var(--mist-light);
  transition: all 0.3s var(--ease);
  position: relative;
}
.tm-card:hover { box-shadow: var(--shadow-md); }
.tm-card .tm-quote-mark {
  position: absolute; top: 16px; right: 20px;
  font-family: 'Noto Serif SC', serif;
  font-size: 3rem; color: var(--mist); line-height: 1;
}
.tm-card .tm-stars { color: var(--gold); font-size: 0.9rem; letter-spacing: 2px; margin-bottom: 12px; }
.tm-card .tm-text { font-size: 0.92rem; color: var(--ink-soft); line-height: 1.7; font-style: italic; margin-bottom: 16px; position: relative; z-index: 1; }
.tm-card .tm-author { display: flex; align-items: center; gap: 10px; }
.tm-card .tm-avatar {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--jade-pale); color: var(--jade-deep);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.82rem;
}
.tm-card .tm-name { font-weight: 600; font-size: 0.85rem; }
.tm-card .tm-from { font-size: 0.75rem; color: var(--ink-muted); }

/* ============================================
   FAQ
   ============================================ */
.faq-list { max-width: 700px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--mist-light); padding: 18px 0;
  cursor: pointer;
}
.faq-item:first-child { border-top: 1px solid var(--mist-light); }
.faq-q {
  font-weight: 600; display: flex; justify-content: space-between;
  align-items: center; gap: 14px; user-select: none;
}
.faq-q::after {
  content: '＋'; color: var(--red); font-size: 1rem; font-weight: 400;
  transition: transform 0.3s ease;
}
.faq-item.open .faq-q::after {
  content: '×'; transform: rotate(0deg);
}
.faq-item:hover .faq-q { color: var(--red); }
.faq-a { max-height: 0; overflow: hidden; color: var(--ink-soft); line-height: 1.7; font-size: 0.93rem; transition: max-height 0.4s ease, padding 0.4s ease; }
.faq-item.open .faq-a { max-height: 500px; padding-top: 10px; }

/* ============================================
   CTA SECTION
   ============================================ */
.cta-section {
  background: linear-gradient(160deg, #2A2722 0%, #1E1B18 100%);
  padding: 72px 0; text-align: center; position: relative; overflow: hidden;
}
.cta-section::before {
  content: ''; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 70% 30%, rgba(196,58,49,0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 30% 70%, rgba(191,155,94,0.06) 0%, transparent 50%);
}
.cta-section h2 { color: #fff; margin-bottom: 6px; position: relative; }
.cta-section .cta-cn {
  font-family: 'ZCOOL XiaoWei', serif;
  font-size: 1.3rem; color: rgba(255,255,255,0.35);
  letter-spacing: 0.15em; margin-bottom: 14px;
  position: relative;
}
.cta-section p { color: rgba(255,255,255,0.6); max-width: 480px; margin: 0 auto 32px; font-size: 1.02rem; position: relative; }
.cta-section .btn-outline-white {
  display: inline-block; padding: 14px 36px;
  border: 1.5px solid rgba(255,255,255,0.4);
  color: #fff; border-radius: var(--r-sm);
  font-weight: 600; font-size: 0.9rem;
  transition: all 0.3s; position: relative;
}
.cta-section .btn-outline-white:hover {
  background: #fff; color: var(--ink);
  border-color: #fff;
}

/* ============================================
   ENQUIRY
   ============================================ */
.enq-box {
  max-width: 640px; margin: 0 auto;
  background: var(--surface); border-radius: var(--r-lg);
  padding: 40px; box-shadow: var(--shadow-md);
  border: 1px solid var(--mist-light);
}
.enq-box h3 { text-align: center; margin-bottom: 8px; }
.enq-box .enq-cn {
  text-align: center; font-family: 'ZCOOL XiaoWei', serif;
  font-size: 1rem; color: var(--stone); letter-spacing: 0.08em; margin-bottom: 24px;
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-g { margin-bottom: 14px; }
.form-g label {
  display: block; font-size: 0.76rem; font-weight: 700;
  color: var(--ink-soft); margin-bottom: 4px; letter-spacing: 0.03em;
}
.form-g input, .form-g select, .form-g textarea {
  width: 100%; padding: 11px 14px;
  border: 1.5px solid var(--mist); border-radius: var(--r-sm);
  font-family: 'Inter', sans-serif; font-size: 0.9rem;
  color: var(--ink); background: var(--surface);
  transition: all 0.3s;
}
.form-g input:focus, .form-g select:focus, .form-g textarea:focus {
  outline: none; border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(196,58,49,0.08);
}
.form-g textarea { height: 90px; resize: vertical; }

/* ============================================
   TWO-COLUMN LAYOUT — List + Sidebar
   ============================================ */
.page-layout { display: grid; grid-template-columns: 1fr 320px; gap: 48px; align-items: start; }
.page-main { min-width: 0; }
.page-main .ft-card { max-width: none; margin-left: 0; margin-right: 0; }
.page-side { position: sticky; top: 80px; }

/* Sidebar widgets */
.side-widget {
  background: var(--cream); border-radius: var(--r-md);
  border: 1px solid var(--mist-light); margin-bottom: 20px; overflow: hidden;
}
.side-widget .sw-title {
  background: var(--deep-red); color: #fff; padding: 13px 18px;
  font-size: 0.9rem; font-weight: 600; letter-spacing: 0.04em;
  border-bottom: 2px solid var(--gold);
}
.side-widget ul { padding: 6px 0; }
.side-widget ul li a {
  display: block; padding: 10px 18px; font-size: 0.86rem; color: var(--ink-soft);
  border-bottom: 1px dotted var(--mist); transition: all 0.2s;
}
.side-widget ul li:last-child a { border-bottom: none; }
.side-widget ul li a:hover { color: var(--red); background: rgba(196,58,49,0.04); padding-left: 24px; }
.side-widget p { padding: 12px 18px; font-size: 0.85rem; color: var(--ink-soft); line-height: 1.7; }
.side-widget .sw-cta { display: block; margin: 10px 18px 16px; }

@media (max-width: 768px) {
  .page-layout { grid-template-columns: 1fr; }
  .page-side { position: static; }
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background: var(--deep-red-dark); color: rgba(255,255,255,0.75);
  padding: 52px 0 24px;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 36px;
  max-width: 1040px; margin: 0 auto 32px;
}
.footer h4 { color: #fff; font-size: 0.92rem; font-weight: 600; margin-bottom: 14px; }
.footer h4 .cn {
  font-family: 'ZCOOL XiaoWei', serif;
  font-size: 0.85rem; color: rgba(255,255,255,0.5); font-weight: 400; margin-left: 6px;
}
.footer p { color: rgba(255,255,255,0.65); font-size: 0.85rem; line-height: 1.7; }
.footer ul li { margin-bottom: 6px; }
.footer ul li a { color: rgba(255,255,255,0.65); font-size: 0.85rem; transition: all 0.2s; }
.footer ul li a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 18px; text-align: center; font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
}

/* ============================================
   PAGE HERO (sub pages)
   ============================================ */
.page-hero {
  background: linear-gradient(170deg, #EFECE4 0%, #E4DFD4 100%);
  padding: 64px 0 48px; text-align: center;
}
.page-hero h1 { margin-bottom: 4px; }
.page-hero .ph-cn {
  font-family: 'ZCOOL XiaoWei', serif;
  font-size: 1.2rem; color: var(--stone); letter-spacing: 0.1em;
}
.page-hero p { color: var(--ink-muted); margin-top: 8px; }

/* ============================================
   TOUR DETAIL
   ============================================ */
.tour-detail { max-width: 860px; margin: 0 auto; padding: 40px 0; }
.tour-detail .detail-hero-img {
  border-radius: var(--r-lg); overflow: hidden; margin-bottom: 28px;
  box-shadow: var(--shadow-md); border: 5px solid #fff;
}
.tour-detail .detail-hero-img img { width: 100%; display: block; }
.tour-detail .di-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 28px;
}
.tour-detail .di-item {
  background: var(--surface); border-radius: var(--r-md);
  padding: 16px; text-align: center; border: 1px solid var(--mist-light);
}
.tour-detail .di-item .di-label {
  font-size: 0.68rem; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; color: var(--ink-muted); margin-bottom: 4px;
}
.tour-detail .di-item .di-value {
  font-family: 'Noto Serif SC', serif;
  font-size: 1.15rem; font-weight: 700; color: var(--ink);
}
.tour-detail h2 { font-size: 1.4rem; margin: 32px 0 14px; padding-bottom: 10px; border-bottom: 1px solid var(--mist-light); }
.tour-detail p { color: var(--ink-soft); line-height: 1.85; margin-bottom: 10px; }
.tour-detail .day-block {
  background: var(--cream); border-left: 3px solid var(--red);
  padding: 14px 18px; margin-bottom: 8px; border-radius: 0 var(--r-sm) var(--r-sm) 0;
}
.tour-detail .day-block h4 { color: var(--red); margin-bottom: 4px; font-size: 0.96rem; }
.tour-detail .chk-list li {
  padding: 5px 0 5px 22px; position: relative; color: var(--ink-soft); font-size: 0.92rem;
}
.tour-detail .chk-list li::before {
  content: '✓'; position: absolute; left: 0; color: var(--jade-deep); font-weight: 700;
}

/* ============================================
   FLOATING BAR
   ============================================ */
.float-bar {
  position: fixed; right: 14px; top: 50%; transform: translateY(-50%);
  z-index: 998; display: flex; flex-direction: column; gap: 6px;
}
.float-bar a {
  width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 0.6rem; font-weight: 700; letter-spacing: 0.03em;
  box-shadow: var(--shadow-sm); transition: all 0.3s var(--ease);
  background: var(--surface); color: var(--ink-soft);
  border: 1px solid var(--mist-light);
}
.float-bar a:hover { transform: scale(1.1); box-shadow: var(--shadow-md); }
.float-bar .fb-wa { background: #25D366; color: #fff; border: none; }
.float-bar .fb-wc { background: #07C160; color: #fff; border: none; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
  .intro-grid { grid-template-columns: 1fr; gap: 36px; }
  .intro-img img { height: 280px; }
  .vp-grid { grid-template-columns: repeat(2, 1fr); }
  .ft-card { grid-template-columns: 1fr; }
  .ft-img { min-height: 240px; }
  .tc-grid { grid-template-columns: repeat(2, 1fr); }
  .dest-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .dest-tile.dt-tall { grid-row: auto; }
  .tm-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .tour-detail .di-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .hero { min-height: 400px; }
  .hero h1 { font-size: 2rem; }
  .hero .hero-cn-tagline { font-size: 1.3rem; }
  .section { padding: 56px 0; }
  .nav-item > a { font-size: 0.75rem; padding: 10px 5px; letter-spacing: 0.01em; }
  .nav-item > a .nav-cn { font-size: 0.6rem; }
  .trust-row { gap: 20px; }
  .trust-stat .num { font-size: 1.4rem; }
  .tc-grid { grid-template-columns: 1fr; }
  .dest-mosaic { grid-template-columns: 1fr; }
  .vp-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .ft-body { padding: 24px; }
  .form-row { grid-template-columns: 1fr; }
  .enq-box { padding: 24px; }
  .tour-detail .di-grid { grid-template-columns: 1fr 1fr; }
}
