:root {
  --page-max: 1180px;
  --text: #2f261f;
  --muted: #8a7d70;
  --muted-strong: #65584d;
  --primary: #9a7356;
  --primary-dark: #6d4e3a;
  --primary-deep: #3a2b22;
  --accent: #cba48b;
  --sage: #8e9677;
  --sage-dark: #5f684b;
  --cream: #fffaf4;
  --warm: #f5eee5;
  --warm-strong: #efe4d8;
  --surface: rgba(255, 252, 248, 0.9);
  --surface-strong: rgba(255, 253, 250, 0.96);
  --line: rgba(115, 83, 62, 0.12);
  --line-light: rgba(255, 255, 255, 0.62);
  --shadow: 0 24px 72px rgba(65, 46, 34, 0.16);
  --shadow-soft: 0 18px 46px rgba(65, 46, 34, 0.1);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB',
    'Microsoft YaHei', sans-serif;
  background:
    radial-gradient(circle at 8% 10%, rgba(203, 164, 139, 0.18), transparent 25%),
    radial-gradient(circle at 92% 12%, rgba(142, 150, 119, 0.16), transparent 26%),
    linear-gradient(180deg, #fffcf8 0%, #f7f0e8 42%, #efe6dc 100%);
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.page-shell {
  position: relative;
  min-height: 100vh;
  overflow-x: clip;
}

.topbar {
  position: fixed;
  top: max(10px, env(safe-area-inset-top));
  left: 50%;
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  width: min(calc(100% - 24px), var(--page-max));
  min-height: 58px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  background: rgba(255, 252, 248, 0.9);
  box-shadow: 0 16px 46px rgba(65, 46, 34, 0.13);
  backdrop-filter: blur(22px);
  transform: translateX(-50%);
}

.brand-lockup {
  display: grid;
  min-width: 0;
  padding-left: 12px;
}

.brand-lockup span {
  color: var(--primary-dark);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
}

.brand-lockup small {
  margin-top: 2px;
  overflow: hidden;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.top-nav {
  display: none;
  gap: 4px;
  padding: 4px;
  border-radius: 999px;
  background: rgba(154, 115, 86, 0.07);
}

.top-nav a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  color: var(--muted-strong);
  font-size: 13px;
  font-weight: 850;
}

.ambient {
  position: fixed;
  z-index: 0;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.44;
  pointer-events: none;
}

.ambient.one {
  top: 100px;
  left: -100px;
  background: rgba(203, 164, 139, 0.2);
}

.ambient.two {
  right: -110px;
  top: 420px;
  background: rgba(142, 150, 119, 0.18);
}

.site-shell,
.bottom-bar-wrap,
.fab,
.modal,
.toast {
  position: relative;
  z-index: 1;
}

.site-shell {
  padding-top: 78px;
  padding-bottom: calc(132px + env(safe-area-inset-bottom));
}

.content-wrap {
  width: min(calc(100% - 24px), var(--page-max));
  margin-inline: auto;
}

#price,
#faq,
#sop,
#travel,
#wechat-section {
  scroll-margin-top: 94px;
}

.hero-band {
  padding: 10px 0 0;
  color: #fff9f2;
}

.hero-panel {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at 0 0, rgba(255, 239, 215, 0.18), transparent 32%),
    radial-gradient(circle at 100% 18%, rgba(142, 150, 119, 0.22), transparent 32%),
    linear-gradient(145deg, #3a2c23 0%, #5b4232 56%, #6e5a45 100%);
  box-shadow: 0 30px 110px rgba(47, 38, 31, 0.24);
}

.hero-grid {
  display: grid;
  gap: 16px;
  padding: 14px;
}

.hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 10px 4px 0;
}

.demo-note {
  display: inline-flex;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.11);
  color: rgba(255, 250, 244, 0.82);
  font-size: 12px;
  font-weight: 850;
}

.demo-note::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f1ccb1 0%, #aab18c 100%);
}

.sub-brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
  color: rgba(255, 238, 220, 0.86);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sub-brand::after {
  content: '';
  width: 34px;
  height: 1px;
  background: currentColor;
  opacity: 0.36;
}

.hero-copy h1,
.section-title h2,
.section-intro h2,
.journey-copy h2,
.pricing-panel h2 {
  margin: 0;
  font-family: 'Iowan Old Style', 'Palatino Linotype', 'Songti SC', serif;
  letter-spacing: 0;
}

.hero-copy h1 {
  margin-top: 12px;
  max-width: 9em;
  font-size: 38px;
  line-height: 1.06;
}

.hero-copy p,
.pricing-panel p,
.section-title p,
.section-intro p,
.step-card p,
.transport-card p,
.address-card p,
.private-box p,
.stay-card p,
.notice-card p,
.footer-note p,
.contact-card p,
.modal-header p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 14px;
  line-height: 1.78;
}

.hero-copy > p {
  margin-top: 14px;
  max-width: 580px;
  color: rgba(255, 250, 244, 0.78);
}

.hero-actions,
.link-row,
.private-actions,
.modal-actions {
  display: grid;
  gap: 10px;
}

.hero-actions {
  margin-top: 22px;
}

.btn,
.link-btn,
.journey-steps a,
.journey-steps button {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border: 0;
  border-radius: 18px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.btn:hover,
.btn:focus-visible,
.link-btn:hover,
.link-btn:focus-visible,
.journey-steps a:hover,
.journey-steps a:focus-visible,
.journey-steps button:hover,
.journey-steps button:focus-visible,
.top-nav a:hover,
.top-nav a:focus-visible {
  transform: translateY(-2px);
}

.btn:focus-visible,
.link-btn:focus-visible,
.journey-steps a:focus-visible,
.journey-steps button:focus-visible,
.top-nav a:focus-visible,
.icon-btn:focus-visible,
.fab button:focus-visible,
summary:focus-visible {
  outline: 2px solid rgba(203, 164, 139, 0.48);
  outline-offset: 3px;
}

.btn-primary {
  background: linear-gradient(135deg, #79533e 0%, #b99476 100%);
  color: #fffaf6;
  box-shadow:
    0 6px 0 rgba(91, 60, 43, 0.72),
    0 16px 28px rgba(91, 60, 43, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.btn-secondary,
.link-btn {
  border: 1px solid rgba(154, 115, 86, 0.14);
  background: rgba(255, 252, 248, 0.92);
  color: var(--primary-dark);
  box-shadow:
    0 5px 0 rgba(199, 186, 170, 0.76),
    0 14px 25px rgba(65, 46, 34, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.btn-soft {
  border: 1px solid rgba(154, 115, 86, 0.14);
  background: rgba(154, 115, 86, 0.1);
  color: var(--primary-dark);
}

.btn-ghost,
.btn-ghost-dark {
  border: 1px dashed rgba(154, 115, 86, 0.28);
  background: rgba(255, 251, 247, 0.58);
  color: var(--primary-dark);
}

.btn-ghost-dark {
  border-color: rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  color: #fff9f2;
}

.btn-top {
  min-height: 42px;
  padding-inline: 14px;
  border-radius: 999px;
  background: var(--primary-dark);
  color: #fffaf6;
  font-size: 13px;
}

.chips,
.benefits,
.inline-meta,
.stay-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chips {
  margin-top: 18px;
}

.chip,
.inline-badge,
.mini-pill {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 6px;
  padding: 8px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.25;
}

.chip {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 249, 242, 0.88);
}

.inline-badge {
  background: rgba(154, 115, 86, 0.1);
  color: var(--primary-dark);
}

.mini-pill {
  background: rgba(142, 150, 119, 0.13);
  color: var(--sage-dark);
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
}

.stat-card,
.price-card,
.trust-item,
.step-card,
.address-card,
.notice-card,
.private-box,
.footer-note,
.transport-card,
.contact-card,
.mini-info {
  border: 1px solid var(--line-light);
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.stat-card {
  padding: 14px;
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.stat-card strong {
  display: block;
  color: rgba(255, 238, 220, 0.66);
  font-size: 12px;
  font-weight: 850;
}

.stat-card span {
  display: block;
  margin-top: 7px;
  color: #fffaf4;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.55;
}

.hero-side {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.pricing-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255, 253, 250, 0.98) 0%, rgba(247, 240, 232, 0.95) 100%);
  color: var(--text);
  box-shadow: 0 28px 80px rgba(26, 18, 12, 0.22);
}

.panel-eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 30px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(154, 115, 86, 0.1);
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 900;
}

.pricing-panel h2 {
  color: var(--primary-dark);
  font-size: 26px;
  line-height: 1.15;
}

.price-grid {
  display: grid;
  gap: 10px;
}

.price-card {
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 18px;
}

.price-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.price-card strong {
  color: var(--primary-dark);
  font-size: 26px;
  line-height: 1;
}

.price-card small {
  color: var(--muted-strong);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.6;
}

.journey-card {
  display: grid;
  gap: 18px;
  margin: 0 14px 14px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

.journey-copy h2 {
  margin-top: 10px;
  color: #fffaf4;
  font-size: 26px;
  line-height: 1.18;
}

.journey-steps {
  display: grid;
  gap: 10px;
}

.journey-steps a,
.journey-steps button {
  display: grid;
  justify-items: start;
  min-height: 0;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  color: #fffaf4;
  text-align: left;
  box-shadow: none;
}

.journey-steps button {
  width: 100%;
}

.journey-steps span {
  color: rgba(255, 238, 220, 0.56);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.journey-steps strong {
  margin-top: 7px;
  font-size: 16px;
}

.journey-steps small {
  margin-top: 7px;
  color: rgba(255, 250, 244, 0.64);
  font-size: 13px;
  line-height: 1.55;
}

.trust-band {
  padding: 18px 0;
  background: var(--warm-strong);
}

.trust-grid {
  display: grid;
  gap: 10px;
}

.trust-item {
  padding: 18px;
  border-radius: 24px;
  text-align: center;
}

.trust-item strong {
  display: block;
  color: var(--primary-dark);
  font-size: 30px;
  line-height: 1;
}

.trust-item span {
  display: block;
  margin-top: 8px;
  color: var(--muted-strong);
  font-size: 13px;
  font-weight: 850;
}

.section-band {
  padding: 54px 0;
}

.band-warm {
  background: var(--warm-strong);
}

.band-light {
  background: #fffaf5;
}

.contact-band {
  color: #fff9f2;
  background:
    radial-gradient(circle at top left, rgba(203, 164, 139, 0.2), transparent 34%),
    linear-gradient(145deg, #3a2c23 0%, #5c4434 100%);
}

.split-section {
  display: grid;
  gap: 24px;
}

.section-aside {
  min-width: 0;
}

.section-intro,
.section-title {
  display: grid;
  gap: 12px;
}

.section-intro {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 28px;
  background: rgba(255, 252, 248, 0.75);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.section-title {
  margin-bottom: 24px;
  max-width: 760px;
}

.contact-band .section-title p,
.contact-band .section-title h2 {
  color: #fff9f2;
}

.section-title h2,
.section-intro h2 {
  color: var(--primary-dark);
  font-size: 30px;
  line-height: 1.12;
}

.contact-band .section-title h2 {
  color: #fffaf4;
}

.section-mark {
  display: inline-flex;
  width: fit-content;
  min-width: 44px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(203, 164, 139, 0.26), rgba(142, 150, 119, 0.18));
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 950;
}

.contact-band .section-mark {
  color: #fff6ec;
  background: rgba(255, 255, 255, 0.13);
}

.section-mark--small {
  min-width: auto;
  height: 34px;
  margin-bottom: 10px;
}

.aside-note {
  display: grid;
  gap: 7px;
  margin-top: 6px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(154, 115, 86, 0.08);
}

.aside-note strong {
  color: var(--primary-dark);
  font-size: 13px;
}

.aside-note span {
  color: var(--muted-strong);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.7;
}

.faq-list,
.timeline,
.transport-list,
.footer,
.contact-mini-grid {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(154, 115, 86, 0.12);
  border-radius: 24px;
  background: rgba(255, 253, 250, 0.9);
  box-shadow: 0 16px 42px rgba(65, 46, 34, 0.07);
}

.faq-item[open] {
  border-color: rgba(154, 115, 86, 0.2);
  box-shadow: 0 22px 58px rgba(65, 46, 34, 0.1);
}

.faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 17px;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary strong {
  color: var(--text);
  font-size: 15px;
  line-height: 1.62;
}

.faq-arrow {
  display: inline-flex;
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(154, 115, 86, 0.1);
  color: var(--primary-dark);
  font-weight: 950;
  transition: transform 180ms ease;
}

.faq-item[open] .faq-arrow {
  transform: rotate(45deg);
}

.faq-answer {
  padding: 0 17px 18px;
  color: var(--muted-strong);
  font-size: 14px;
  line-height: 1.82;
}

.timeline {
  position: relative;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 12px;
  bottom: 12px;
  left: 22px;
  width: 2px;
  background: linear-gradient(180deg, rgba(154, 115, 86, 0.46), rgba(142, 150, 119, 0.16));
}

.step-item {
  position: relative;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: start;
}

.step-num {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #7b5842 0%, #c4a489 100%);
  box-shadow: 0 12px 22px rgba(123, 88, 66, 0.22);
  color: #fff;
  font-size: 15px;
  font-weight: 950;
}

.step-card {
  padding: 17px;
  border-radius: 24px;
}

.step-card h3 {
  margin: 0 0 8px;
  color: var(--text);
  font-size: 18px;
  line-height: 1.35;
}

.step-card small {
  display: block;
  margin-top: 10px;
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.6;
}

.travel-top-grid {
  display: grid;
  gap: 12px;
}

.address-card,
.notice-card,
.private-box,
.footer-note,
.transport-card,
.contact-card {
  padding: 18px;
  border-radius: 26px;
}

.address-card strong,
.notice-card strong,
.private-box strong,
.footer-note strong,
.transport-card strong,
.contact-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.45;
}

.link-row {
  margin-top: 16px;
}

.transport-list {
  margin-top: 14px;
}

.transport-card {
  display: grid;
  gap: 11px;
}

.transport-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.transport-head .from {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 900;
}

.transport-head .eta {
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 900;
  text-align: right;
}

.transport-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.stays-intro {
  background: linear-gradient(135deg, rgba(255, 252, 248, 0.96), rgba(244, 237, 226, 0.92));
}

.stays-intro .btn {
  margin-top: 14px;
}

.stay-carousel {
  display: grid;
  grid-auto-columns: minmax(84%, 1fr);
  grid-auto-flow: column;
  gap: 12px;
  margin-top: 14px;
  overflow-x: auto;
  padding: 2px 2px 8px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.stay-carousel::-webkit-scrollbar {
  display: none;
}

.stay-card {
  overflow: hidden;
  border: 1px solid rgba(154, 115, 86, 0.12);
  border-radius: 26px;
  background: var(--surface-strong);
  box-shadow: var(--shadow-soft);
  scroll-snap-align: start;
}

.stay-image {
  position: relative;
}

.stay-image img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.03) brightness(0.98);
}

.stay-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(44, 33, 25, 0) 42%, rgba(44, 33, 25, 0.18) 100%);
  pointer-events: none;
}

.stay-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary-dark);
  font-size: 12px;
  font-weight: 900;
}

.stay-body {
  padding: 15px;
}

.stay-top {
  display: grid;
  gap: 10px;
}

.stay-card h3 {
  margin: 0 0 7px;
  font-size: 17px;
  line-height: 1.35;
}

.price {
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(154, 115, 86, 0.1);
  color: var(--primary-dark);
  font-size: 13px;
  font-weight: 950;
  white-space: nowrap;
}

.stay-address {
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
}

.stay-points,
.contact-checklist {
  display: grid;
  gap: 8px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.stay-points li,
.contact-checklist li {
  position: relative;
  padding-left: 18px;
  color: var(--muted-strong);
  font-size: 13px;
  line-height: 1.65;
}

.stay-points li::before,
.contact-checklist li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #cfa587 0%, #8e9677 100%);
}

.stay-footer {
  display: grid;
  gap: 10px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(109, 78, 58, 0.08);
}

.stay-source-meta {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.stay-link {
  min-height: 44px;
  font-size: 13px;
}

.private-grid,
.footer-grid {
  display: grid;
  gap: 12px;
}

.private-box,
.contact-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 252, 248, 0.94);
}

.private-box::before,
.contact-card::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgba(154, 115, 86, 0.28), rgba(154, 115, 86, 0));
}

.benefits {
  margin-top: 14px;
}

.benefits .chip {
  border-color: rgba(154, 115, 86, 0.12);
  background: rgba(154, 115, 86, 0.09);
  color: var(--primary-dark);
}

.private-actions {
  margin-top: 16px;
}

.wechat-action-box {
  display: grid;
  align-content: center;
}

.contact-card h3 {
  margin: 0 0 4px;
  color: var(--text);
  font-size: 24px;
  line-height: 1.2;
}

.template-box {
  margin-top: 14px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--primary-dark);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.8;
  white-space: pre-line;
}

.contact-mini-grid {
  margin-top: 16px;
}

.mini-info {
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
}

.mini-info span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.mini-info strong {
  margin: 6px 0 0;
  font-size: 16px;
}

.footer {
  gap: 10px;
  padding: 24px 0 32px;
}

.footer-note {
  padding: 16px;
  border-radius: 22px;
}

.footer-copy {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

.fab {
  position: fixed;
  right: 16px;
  bottom: calc(84px + env(safe-area-inset-bottom));
  display: none;
}

.fab button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #18a85a 0%, #0f8851 100%);
  color: #fff;
  box-shadow: 0 16px 30px rgba(20, 150, 86, 0.28);
  cursor: pointer;
  font-size: 14px;
  font-weight: 950;
}

.bottom-bar-wrap {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 12px 12px calc(12px + env(safe-area-inset-bottom));
  pointer-events: none;
}

.bottom-bar {
  display: grid;
  gap: 10px;
  width: min(calc(100% - 24px), var(--page-max));
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 24px;
  background: rgba(255, 252, 248, 0.96);
  box-shadow: 0 18px 42px rgba(17, 24, 39, 0.18);
  backdrop-filter: blur(20px);
  pointer-events: auto;
}

.bottom-copy strong {
  display: block;
  font-size: 14px;
}

.bottom-copy span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: end center;
  padding: 12px;
  background: rgba(15, 23, 42, 0.42);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease;
}

.modal[data-open='true'] {
  opacity: 1;
  pointer-events: auto;
}

.modal-panel {
  overflow: hidden;
  width: min(calc(100% - 8px), 760px);
  border-radius: 28px 28px 20px 20px;
  background: rgba(255, 252, 248, 0.98);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.24);
  transform: translateY(24px);
  transition: transform 180ms ease;
}

.modal[data-open='true'] .modal-panel {
  transform: translateY(0);
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 0;
}

.modal-header h3 {
  margin: 0;
  color: var(--text);
  font-size: 24px;
  line-height: 1.2;
}

.icon-btn {
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  background: rgba(154, 115, 86, 0.1);
  color: var(--primary-dark);
  cursor: pointer;
}

.modal-body {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.wechat-box {
  display: grid;
  gap: 14px;
  padding: 16px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(203, 164, 139, 0.16), rgba(142, 150, 119, 0.1));
}

.wechat-box strong {
  display: block;
  margin-bottom: 8px;
}

.wechat-id {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--primary-dark);
  font-size: 28px;
  font-weight: 950;
  letter-spacing: 0.03em;
}

.wechat-box p {
  margin: 0;
  color: var(--muted-strong);
  font-size: 14px;
  line-height: 1.75;
}

.toast {
  position: fixed;
  bottom: calc(108px + env(safe-area-inset-bottom));
  left: 50%;
  padding: 12px 16px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.92);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%) translateY(12px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  white-space: nowrap;
}

.toast[data-show='true'] {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (min-width: 560px) {
  .topbar {
    grid-template-columns: auto 1fr auto;
  }

  .top-nav {
    display: flex;
    justify-self: center;
  }

  .hero-actions,
  .link-row,
  .private-actions,
  .modal-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .stats-grid,
  .trust-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .price-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .price-card-wide {
    grid-column: span 2;
  }

  .bottom-bar {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .bottom-bar .btn {
    min-width: 132px;
  }
}

@media (min-width: 720px) {
  .site-shell {
    padding-top: 92px;
  }

  .hero-grid {
    padding: 18px;
  }

  .hero-copy {
    padding: 20px 8px;
  }

  .hero-copy h1 {
    font-size: 54px;
  }

  .journey-card {
    grid-template-columns: 0.74fr 1.26fr;
    align-items: end;
    margin: 0 18px 18px;
    padding: 18px;
  }

  .journey-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-band {
    padding: 68px 0;
  }

  .section-title h2,
  .section-intro h2 {
    font-size: 38px;
  }

  .travel-top-grid,
  .private-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .transport-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stay-carousel {
    grid-auto-flow: row;
    grid-auto-columns: unset;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow: visible;
    scroll-snap-type: none;
  }

  .stay-footer {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .modal {
    place-items: center;
  }

  .modal-panel {
    border-radius: 28px;
  }

  .modal-panel {
    max-width: 640px;
  }
}

@media (min-width: 980px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
    align-items: stretch;
  }

  .hero-copy h1 {
    font-size: 62px;
  }

  .split-section {
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    gap: 34px;
    align-items: start;
  }

  .section-aside {
    position: sticky;
    top: 104px;
  }

  .transport-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .stay-carousel {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .contact-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bottom-bar-wrap {
    display: none;
  }

  .toast {
    bottom: 96px;
  }
}

@media (max-width: 519px) {
  .content-wrap,
  .topbar {
    width: min(calc(100% - 20px), var(--page-max));
  }

  .brand-lockup small {
    max-width: 140px;
  }

  .hero-copy h1 {
    font-size: 36px;
  }

  .section-title h2,
  .section-intro h2,
  .journey-copy h2,
  .pricing-panel h2 {
    font-size: 28px;
  }

  .hero-actions,
  .link-row,
  .private-actions,
  .modal-actions,
  .bottom-bar {
    grid-template-columns: 1fr;
  }

  .toast {
    max-width: calc(100% - 28px);
    white-space: normal;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
