/* ===========================================================
   文成公主门票预约预订 — yjwcgz.com
   配色：藏红#8b1a2b + 鎏金#c9a84c + 雪域蓝#1a3a5c + 经幡紫#6b3fa0 + 松石绿#2d8b7e
   设计：暗色科技底 + 藏地奇幻渐变
   =========================================================== */

/* ---------- Reset & Base ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
img { max-width: 100%; height: auto; }
body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans SC", -apple-system, BlinkMacSystemFont, sans-serif;
  background: #0f1624;
  color: #e8e0d2;
  line-height: 1.7;
  overflow-x: hidden;
  min-height: 100vh;
}

/* ---------- Animated Background ---------- */
.bg-canvas {
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
  z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse at 20% 20%, rgba(139,26,43,0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 80% 30%, rgba(201,168,76,0.06) 0%, transparent 50%),
    radial-gradient(ellipse at 50% 70%, rgba(107,63,160,0.07) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 90%, rgba(45,139,126,0.05) 0%, transparent 50%),
    linear-gradient(180deg, #0f1624 0%, #131b2e 40%, #101827 100%);
}

/* Floating particles */
.particles { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; pointer-events: none; }

/* ---------- Content Wrapper ---------- */
.content-wrapper { position: relative; z-index: 1; }

/* ---------- Navbar ---------- */
.navbar {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(15,22,36,0.92); backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(201,168,76,0.15);
  padding: 0 1.5rem;
}
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 64px;
}
.nav-logo {
  font-size: 1.1rem; font-weight: 700; color: #f5efe0; text-decoration: none;
  display: flex; align-items: center; gap: 0.5rem;
  letter-spacing: 0.02em;
}
.nav-logo .logo-icon { font-size: 1.4rem; }
.nav-logo span { background: linear-gradient(135deg, #f5efe0, #c9a84c); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.nav-links { display: flex; gap: 0.25rem; list-style: none; align-items: center; }
.nav-links a {
  color: #c0b8a8; text-decoration: none; font-size: 0.92rem;
  padding: 0.45rem 0.9rem; border-radius: 6px;
  transition: all 0.25s; font-weight: 500;
}
.nav-links a:hover, .nav-links a.active { color: #c9a84c; background: rgba(201,168,76,0.08); }
.nav-wx-badge {
  display: inline-flex; align-items: center; gap: 0.3rem;
  background: linear-gradient(135deg, #2d8b7e, #1a6b5e);
  color: #fff; padding: 0.4rem 0.8rem; border-radius: 20px;
  font-size: 0.78rem; font-weight: 600; cursor: pointer;
  transition: all 0.3s; border: none; white-space: nowrap;
  text-decoration: none;
}
.nav-wx-badge:hover { background: linear-gradient(135deg, #3a9b8e, #258070); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(45,139,126,0.3); }
.nav-tel { color: #c9a84c; font-size: 0.85rem; font-weight: 600; text-decoration: none; white-space: nowrap; }
.nav-tel:hover { color: #dbb958; }

/* Mobile nav toggle */
.nav-toggle { display: none; background: none; border: none; color: #c0b8a8; font-size: 1.5rem; cursor: pointer; padding: 0.3rem; }
@media (max-width: 768px) {
  .nav-links { display: none; position: absolute; top: 64px; left: 0; width: 100%; background: rgba(15,22,36,0.98); flex-direction: column; padding: 1rem; gap: 0.3rem; border-bottom: 1px solid rgba(201,168,76,0.2); }
  .nav-links.open { display: flex; }
  .nav-toggle { display: block; }
  .nav-wx-badge { font-size: 0.72rem; padding: 0.35rem 0.65rem; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; padding: 5rem 1.5rem; text-align: center;
  overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  background:
    radial-gradient(ellipse at 50% 30%, rgba(139,26,43,0.15) 0%, transparent 60%),
    radial-gradient(ellipse at 50% 70%, rgba(107,63,160,0.1) 0%, transparent 60%),
    linear-gradient(180deg, rgba(15,22,36,0.3) 0%, rgba(15,22,36,0.7) 100%);
  z-index: 0;
}
.hero-content { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; }
.hero-badge {
  display: inline-block; background: rgba(201,168,76,0.12); color: #c9a84c;
  padding: 0.4rem 1.2rem; border-radius: 20px; font-size: 0.85rem;
  border: 1px solid rgba(201,168,76,0.2); margin-bottom: 1.5rem;
}
.hero h1 {
  font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800;
  background: linear-gradient(135deg, #f5efe0 30%, #c9a84c 70%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  line-height: 1.3; margin-bottom: 0.8rem;
}
.hero h2 {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem); font-weight: 400;
  color: #a09888; margin-bottom: 2rem; line-height: 1.6;
}
.hero-cta { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-primary, .btn-secondary { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.85rem 2rem; border-radius: 8px; font-size: 1rem; font-weight: 600; cursor: pointer; border: none; transition: all 0.3s; text-decoration: none; }
.btn-primary {
  background: linear-gradient(135deg, #8b1a2b, #a51e33);
  color: #fff; box-shadow: 0 4px 20px rgba(139,26,43,0.35);
}
.btn-primary:hover { background: linear-gradient(135deg, #a51e33, #b82238); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(139,26,43,0.45); }
.btn-secondary {
  background: rgba(201,168,76,0.12); color: #c9a84c;
  border: 1px solid rgba(201,168,76,0.25);
}
.btn-secondary:hover { background: rgba(201,168,76,0.2); transform: translateY(-2px); }
.hero-wx-bar {
  display: inline-flex; align-items: center; gap: 0.6rem; flex-wrap: wrap;
  background: rgba(45,139,126,0.08); border: 1px solid rgba(45,139,126,0.2);
  border-radius: 8px; padding: 0.7rem 1.2rem; margin-top: 1.5rem;
  font-size: 0.88rem; color: #2d8b7e; cursor: pointer; transition: all 0.3s;
}
.hero-wx-bar:hover { background: rgba(45,139,126,0.15); transform: translateY(-1px); }
.hero-wx-bar .wx-icon { font-size: 1.3rem; }

/* ---------- Section Common ---------- */
.section { padding: 4rem 1.5rem; position: relative; z-index: 1; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-title {
  font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 700; color: #f5efe0;
  text-align: center; margin-bottom: 0.5rem;
}
.section-subtitle { text-align: center; color: #a09888; font-size: 1rem; margin-bottom: 2.5rem; }
.section-title::after {
  content: ''; display: block; width: 60px; height: 3px;
  background: linear-gradient(90deg, #8b1a2b, #c9a84c, #6b3fa0);
  margin: 0.8rem auto 0; border-radius: 2px;
}

/* ---------- Cards Grid ---------- */
.cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; }
.card {
  background: linear-gradient(145deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border: 1px solid rgba(201,168,76,0.1); border-radius: 12px;
  padding: 2rem; transition: all 0.35s; position: relative; overflow: hidden;
}
.card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #8b1a2b, #c9a84c, #6b3fa0);
  opacity: 0; transition: opacity 0.35s;
}
.card:hover { transform: translateY(-4px); border-color: rgba(201,168,76,0.25); box-shadow: 0 12px 40px rgba(0,0,0,0.3); }
.card:hover::before { opacity: 1; }
.card-icon { font-size: 2.2rem; margin-bottom: 1rem; }
.card h3 { font-size: 1.15rem; font-weight: 700; color: #f5efe0; margin-bottom: 0.6rem; }
.card p { font-size: 0.92rem; color: #a09888; line-height: 1.7; }
.card-price { font-size: 1.5rem; font-weight: 800; color: #c9a84c; margin: 0.8rem 0; }
.card .btn-small {
  display: inline-block; margin-top: 1rem; padding: 0.5rem 1.2rem;
  background: rgba(139,26,43,0.15); color: #e88888; border: 1px solid rgba(139,26,43,0.25);
  border-radius: 6px; font-size: 0.85rem; cursor: pointer; text-decoration: none;
  transition: all 0.3s; font-weight: 500;
}
.card .btn-small:hover { background: #8b1a2b; color: #fff; }

/* ---------- Info Table ---------- */
.info-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.info-table th, .info-table td { padding: 0.9rem 1.2rem; text-align: left; font-size: 0.93rem; }
.info-table th { color: #c9a84c; font-weight: 600; width: 160px; border-bottom: 1px solid rgba(201,168,76,0.15); }
.info-table td { color: #c0b8a8; border-bottom: 1px solid rgba(255,255,255,0.05); }

/* ---------- Steps ---------- */
.steps { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1.5rem; }
.step { text-align: center; padding: 2rem 1.5rem; }
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; border-radius: 50%;
  background: linear-gradient(135deg, #8b1a2b, #c9a84c);
  color: #fff; font-size: 1.3rem; font-weight: 700; margin-bottom: 1rem;
}
.step h4 { color: #f5efe0; font-size: 1.05rem; margin-bottom: 0.5rem; }
.step p { color: #a09888; font-size: 0.9rem; }

/* ---------- Ticket Table ---------- */
.ticket-table { width: 100%; border-collapse: collapse; margin: 2rem 0; background: rgba(255,255,255,0.02); border-radius: 12px; overflow: hidden; }
.ticket-table th, .ticket-table td { padding: 1rem 1.2rem; font-size: 0.93rem; text-align: left; }
.ticket-table th { background: rgba(139,26,43,0.12); color: #c9a84c; font-weight: 600; }
.ticket-table tr { border-bottom: 1px solid rgba(255,255,255,0.05); }
.ticket-table tr:last-child { border-bottom: none; }
.ticket-table td { color: #c0b8a8; }
.ticket-table .zone-name { font-weight: 700; color: #f5efe0; }
.ticket-table .price { font-weight: 700; color: #c9a84c; font-size: 1.05rem; }

/* ---------- Zone Cards (Booking Page) ---------- */
.zone-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border: 1px solid rgba(201,168,76,0.12); border-radius: 12px;
  padding: 2rem; margin-bottom: 1.2rem;
  display: flex; gap: 2rem; align-items: center; flex-wrap: wrap;
  transition: all 0.3s;
}
.zone-card:hover { border-color: rgba(201,168,76,0.3); background: rgba(255,255,255,0.04); }
.zone-card .zone-header { min-width: 160px; text-align: center; }
.zone-card .zone-header .zone-letter {
  font-size: 2.2rem; font-weight: 800; color: #8b1a2b;
  background: rgba(139,26,43,0.1); width: 70px; height: 70px;
  border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 0.5rem;
}
.zone-card .zone-header .zone-level { color: #c9a84c; font-weight: 600; font-size: 0.95rem; }
.zone-card .zone-header .zone-price { font-size: 1.6rem; font-weight: 800; color: #c9a84c; }
.zone-card .zone-info { flex: 1; min-width: 200px; }
.zone-card .zone-info p { color: #a09888; font-size: 0.9rem; margin-bottom: 0.4rem; }
.zone-card .zone-action { min-width: 140px; text-align: right; }

/* ---------- FAQ ---------- */
.faq-item { border: 1px solid rgba(201,168,76,0.1); border-radius: 10px; margin-bottom: 0.8rem; overflow: hidden; background: rgba(255,255,255,0.015); }
.faq-q {
  padding: 1rem 1.2rem; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  color: #f5efe0; font-weight: 600; font-size: 0.95rem; transition: all 0.3s;
  user-select: none;
}
.faq-q:hover { background: rgba(201,168,76,0.05); }
.faq-q .faq-arrow { transition: transform 0.3s; color: #c9a84c; font-size: 0.8rem; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.faq-a {
  max-height: 0; overflow: hidden; transition: max-height 0.35s ease, padding 0.35s ease;
  color: #a09888; font-size: 0.9rem; line-height: 1.7; padding: 0 1.2rem;
}
.faq-item.open .faq-a { max-height: 300px; padding: 0 1.2rem 1rem; }

/* ---------- Contact Block ---------- */
.contact-block {
  text-align: center; padding: 3rem 2rem;
  background: linear-gradient(145deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  border: 1px solid rgba(201,168,76,0.12); border-radius: 16px;
}
.contact-block .contact-icon { font-size: 3rem; margin-bottom: 1rem; }
.contact-block .contact-phone {
  font-size: 1.8rem; font-weight: 800; color: #c9a84c; text-decoration: none;
  display: block; margin: 0.5rem 0;
}
.contact-block .contact-phone:hover { color: #dbb958; }
.contact-block .contact-hours { color: #a09888; font-size: 0.93rem; }

/* ---------- Notice / Warning Blocks ---------- */
.notice {
  padding: 1rem 1.2rem; border-radius: 8px; margin: 1.2rem 0; font-size: 0.9rem;
  line-height: 1.6;
}
.notice-warn { background: rgba(201,168,76,0.06); border-left: 3px solid #c9a84c; color: #c9a84c; }
.notice-info { background: rgba(45,139,126,0.06); border-left: 3px solid #2d8b7e; color: #66c4b6; }
.notice-danger { background: rgba(139,26,43,0.06); border-left: 3px solid #8b1a2b; color: #e88888; }

/* ---------- Highlight List ---------- */
.highlight-list { list-style: none; padding: 0; }
.highlight-list li {
  padding: 0.9rem 1rem; border-bottom: 1px solid rgba(255,255,255,0.04);
  color: #c0b8a8; font-size: 0.93rem; display: flex; align-items: center; gap: 0.6rem;
}
.highlight-list li::before { content: '◆'; color: #c9a84c; font-size: 0.5rem; }

/* ---------- Floating WeChat Button ---------- */
.floating-wx {
  position: fixed; bottom: 24px; right: 24px; z-index: 9999;
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(135deg, #2d8b7e, #1a6b5e);
  box-shadow: 0 6px 24px rgba(45,139,126,0.4);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; border: none; transition: all 0.3s;
  animation: float-bounce 2s ease-in-out infinite;
}
.floating-wx:hover { transform: scale(1.1); box-shadow: 0 8px 32px rgba(45,139,126,0.55); }
.floating-wx svg { width: 28px; height: 28px; fill: #fff; }
@keyframes float-bounce { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }

.floating-wx-popup {
  position: fixed; bottom: 96px; right: 24px; z-index: 9998;
  background: linear-gradient(145deg, #1e2a40, #172135);
  border: 1px solid rgba(201,168,76,0.2); border-radius: 16px;
  padding: 1.5rem; width: 280px; text-align: center;
  box-shadow: 0 16px 48px rgba(0,0,0,0.5);
  display: none; opacity: 0; transform: translateY(10px);
  transition: all 0.35s ease;
}
.floating-wx-popup.show { display: block; opacity: 1; transform: translateY(0); }
.floating-wx-popup img { width: 160px; height: 160px; border-radius: 8px; margin-bottom: 0.8rem; }
.floating-wx-popup .popup-title { color: #f5efe0; font-weight: 700; font-size: 1rem; margin-bottom: 0.3rem; }
.floating-wx-popup .popup-sub { color: #a09888; font-size: 0.82rem; margin-bottom: 0.8rem; }
.floating-wx-popup .popup-close {
  position: absolute; top: 8px; right: 12px; background: none; border: none;
  color: #a09888; font-size: 1.3rem; cursor: pointer; padding: 0.2rem;
}
.floating-wx-popup .popup-close:hover { color: #f5efe0; }

/* ---------- Trust Bar ---------- */
.trust-bar {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 1rem;
  margin: 2rem 0;
}
.trust-item {
  text-align: center; padding: 1.5rem;
  background: rgba(255,255,255,0.015); border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.05);
}
.trust-item .t-icon { font-size: 1.6rem; margin-bottom: 0.6rem; }
.trust-item .t-title { color: #f5efe0; font-weight: 600; font-size: 0.9rem; }
.trust-item .t-desc { color: #a09888; font-size: 0.82rem; margin-top: 0.3rem; }

/* ---------- Footer ---------- */
.footer {
  background: rgba(10,14,24,0.8); border-top: 1px solid rgba(201,168,76,0.1);
  padding: 3rem 1.5rem 2rem; position: relative; z-index: 1;
}
.footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 2rem; }
.footer h4 { color: #f5efe0; font-size: 1rem; margin-bottom: 1rem; font-weight: 600; }
.footer p, .footer a { color: #9a9488; font-size: 0.88rem; line-height: 1.8; text-decoration: none; }
.footer a:hover { color: #c9a84c; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 1rem; list-style: none; }
.footer-line { color: #9a9488; font-size: 0.84rem; }
.footer-divider { border-top: 1px solid rgba(255,255,255,0.06); margin: 2rem auto 1rem; max-width: 1100px; }
.footer-bottom { max-width: 1100px; margin: 0 auto; text-align: center; color: #6e6860; font-size: 0.8rem; }

/* ---------- Page Banner ---------- */
.page-banner {
  text-align: center; padding: 3rem 1.5rem 2rem;
  background: linear-gradient(180deg, rgba(139,26,43,0.08) 0%, transparent 100%);
}
.page-banner h1 { font-size: clamp(1.6rem, 4vw, 2.4rem); color: #f5efe0; font-weight: 800; margin-bottom: 0.5rem; }
.page-banner p { color: #a09888; font-size: 1rem; }

/* ---------- WX QR Section (页内二维码展示) ---------- */
.wx-qr-section {
  background: linear-gradient(160deg, rgba(45,139,126,0.1) 0%, rgba(26,58,92,0.3) 40%, rgba(107,63,160,0.06) 70%, rgba(201,168,76,0.05) 100%);
  border: 1px solid rgba(201,168,76,0.18); border-radius: 20px;
  padding: 0; margin: 2.5rem 0;
  position: relative; overflow: hidden;
}
.wx-qr-section::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #8b1a2b, #c9a84c, #6b3fa0, #2d8b7e);
  z-index: 2;
}
.wx-qr-section::after {
  content: ''; position: absolute; top: -30%; right: -10%; width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(201,168,76,0.04) 0%, transparent 70%);
  pointer-events: none;
}
.wx-qr-section .wx-qr-inner {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 1.8rem; padding: 2.5rem 2rem;
}
.wx-qr-section .wx-qr-header {
  text-align: center;
}
.wx-qr-section .wx-qr-header h4 {
  color: #f5efe0; font-weight: 700; font-size: 1.2rem; margin-bottom: 0.3rem;
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
}
.wx-qr-section .wx-qr-header .wx-qr-subtitle {
  color: #a09888; font-size: 0.88rem;
}
.wx-qr-section .wx-qr-body {
  display: flex; align-items: center; justify-content: center; gap: 3rem; flex-wrap: wrap;
}
.wx-qr-section .wx-qr-img-wrap {
  flex-shrink: 0;
  background: #fff;
  border-radius: 16px;
  padding: 12px;
  box-shadow:
    0 0 0 3px rgba(201,168,76,0.15),
    0 8px 32px rgba(0,0,0,0.35),
    0 2px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.wx-qr-section .wx-qr-img-wrap:hover {
  transform: scale(1.03);
  box-shadow:
    0 0 0 3px rgba(201,168,76,0.25),
    0 12px 40px rgba(0,0,0,0.4),
    0 4px 12px rgba(0,0,0,0.25);
}
.wx-qr-section .wx-qr-img-wrap img {
  display: block; width: 170px; height: 170px; border-radius: 10px;
}
.wx-qr-section .wx-qr-steps-wrap {
  max-width: 340px;
}
.wx-qr-section .wx-qr-steps-wrap p {
  color: #c0b8a8; font-size: 0.9rem; line-height: 1.7; margin-bottom: 1rem;
}
.wx-qr-section .wx-qr-steps-wrap p strong { color: #c9a84c; }
.wx-qr-section .wx-qr-steps-list {
  list-style: none; padding: 0; margin: 0;
  display: flex; flex-direction: column; gap: 0.6rem;
}
.wx-qr-section .wx-qr-steps-list li {
  display: flex; align-items: center; gap: 0.7rem;
  color: #c0b8a8; font-size: 0.88rem; line-height: 1.5;
}
.wx-qr-section .wx-qr-steps-list li .step-dot {
  flex-shrink: 0; width: 26px; height: 26px; border-radius: 50%;
  background: linear-gradient(135deg, rgba(201,168,76,0.2), rgba(139,26,43,0.15));
  display: flex; align-items: center; justify-content: center;
  font-size: 0.72rem; font-weight: 700; color: #c9a84c;
}
.wx-qr-section .wx-qr-footer {
  text-align: center;
}
.wx-qr-section .wx-qr-hint {
  display: inline-flex; align-items: center; gap: 0.35rem;
  padding: 0.45rem 1.2rem;
  background: rgba(45,139,126,0.12);
  border: 1px solid rgba(45,139,126,0.2);
  border-radius: 20px;
  color: #66c4b6; font-size: 0.82rem; font-weight: 500;
}
.wx-qr-section .wx-qr-hint::before { content: '💡'; }
@media (max-width: 768px) {
  .wx-qr-section .wx-qr-body { flex-direction: column; gap: 1.5rem; }
  .wx-qr-section .wx-qr-inner { padding: 1.8rem 1.2rem; }
  .wx-qr-section .wx-qr-img-wrap img { width: 150px; height: 150px; }
  .wx-qr-section .wx-qr-steps-wrap { text-align: center; }
  .wx-qr-section .wx-qr-steps-list li { justify-content: center; }
}

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  .hero { padding: 3rem 1rem; }
  .hero h1 { font-size: 1.7rem; }
  .section { padding: 2.5rem 1rem; }
  .cards-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .zone-card { flex-direction: column; text-align: center; }
  .zone-card .zone-action { text-align: center; }
  .zone-card .zone-header { min-width: auto; }
  .footer-inner { grid-template-columns: 1fr; }
  .ticket-table { font-size: 0.8rem; }
  .ticket-table th, .ticket-table td { padding: 0.7rem 0.8rem; }
  .floating-wx { bottom: 16px; right: 16px; width: 48px; height: 48px; }
  .floating-wx-popup { bottom: 76px; right: 8px; width: 260px; }
  .info-table th { width: 110px; font-size: 0.82rem; }
  .info-table td { font-size: 0.82rem; }
  .trust-bar { grid-template-columns: 1fr 1fr; }
  .nav-tel { display: none; }
  .hero-wx-bar { font-size: 0.82rem; padding: 0.5rem 0.8rem; flex-wrap: wrap; gap: 0.3rem; }
  .hero-cta { flex-direction: column; align-items: center; gap: 0.8rem; }
  .hero-cta .btn-primary, .hero-cta .btn-secondary { width: 100%; max-width: 300px; justify-content: center; }
  .contact-block { padding: 2rem 1rem; }
  .company-card { padding: 1.5rem; }
  .page-meta { flex-direction: column; gap: 0.3rem; }
  .card-price { font-size: 1.2rem; }
  .wx-qr-steps-wrap { text-align: center; }
}

@media (max-width: 375px) {
  .hero h1 { font-size: 1.5rem; }
  .hero h2 { font-size: 0.9rem; }
  .btn-primary, .btn-secondary { width: 100%; justify-content: center; }
  .section-title { font-size: 1.3rem; }
  .trust-bar { grid-template-columns: 1fr; }
  .contact-block .contact-phone { font-size: 1.3rem; }
}

/* ---------- Page-header meta ---------- */
.page-meta { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; margin-top: 1rem; color: #a09888; font-size: 0.85rem; }
.page-meta span { display: inline-flex; align-items: center; gap: 0.3rem; }

/* ---------- Inline code highlight ---------- */
.highlight { color: #c9a84c; font-weight: 600; }

/* ---------- Policy section ---------- */
.policy-section { margin: 2rem 0; }
.policy-section h3 { color: #f5efe0; font-size: 1.1rem; margin-bottom: 1rem; }
.policy-section ul { list-style: none; padding: 0; }
.policy-section ul li { padding: 0.5rem 0; color: #a09888; font-size: 0.9rem; display: flex; gap: 0.5rem; align-items: flex-start; }
.policy-section ul li::before { content: '•'; color: #c9a84c; flex-shrink: 0; }

/* ---------- Company card ---------- */
.company-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border: 1px solid rgba(201,168,76,0.12); border-radius: 12px; padding: 2rem;
  margin: 2rem 0;
}
.company-card h3 { color: #f5efe0; font-size: 1.1rem; margin-bottom: 1rem; }
