:root {
  --ink: #1f2923;
  --muted: #667169;
  --line: #d9dfda;
  --paper: #fbfcfa;
  --soft: #f0f4ef;
  --brand: #1f6041;
  --brand-dark: #164a31;
  --warm: #e7ddca;
  --white: #fff;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
button, input, select { font: inherit; }
button { color: inherit; }
button:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid rgba(31, 96, 65, .22); outline-offset: 2px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { min-height: 72px; padding: 0 max(24px, calc((100vw - var(--max)) / 2)); display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); background: var(--paper); position: sticky; top: 0; z-index: 10; }
.brand-group { display: flex; align-items: center; gap: 18px; min-width: 0; }
.brand { display: inline-flex; align-items: center; gap: 12px; padding: 0; border: 0; background: transparent; color: var(--ink); font-size: 19px; font-weight: 900; white-space: nowrap; text-decoration: none; cursor: pointer; }
.brand-dot { width: 23px; height: 23px; border: 6px solid #d95d45; border-radius: 50%; box-shadow: 18px 0 0 -4px #167060, 36px 0 0 -7px #f4b647; }
.brand-group p { margin: 0; color: var(--brand-dark); font-size: 15px; font-weight: 800; white-space: nowrap; }

.view { display: none; }
.view.is-active { display: block; }
.section-shell, .inner-shell { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.inner-shell { padding: 48px 0 80px; }
.home-search-hero { background: linear-gradient(180deg, #f0f3ed 0%, #f5f7f3 72%, var(--paper) 100%); }
.hero { width: 100%; min-height: 350px; display: flex; align-items: center; overflow: hidden; border-radius: 0; background: linear-gradient(180deg, rgba(245, 247, 243, 0) 58%, rgba(245, 247, 243, .84) 88%, #f5f7f3 100%), linear-gradient(90deg, rgba(248, 246, 238, .94) 0%, rgba(248, 246, 238, .8) 34%, rgba(248, 246, 238, .28) 54%, rgba(248, 246, 238, 0) 72%), url("assets/land-in-china-hero-v2.jpg?v=20260723") center center / cover no-repeat; padding: 44px max(32px, calc((100vw - 1160px) / 2)); }
.hero > *, .result-layout > * { min-width: 0; }
.hero-copy h1, .result-header h1 { margin: 8px 0 18px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.02; }
.hero-copy { max-width: 690px; color: var(--brand-dark); }
.hero-copy h1 { max-width: 690px; font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: clamp(42px, 3.4vw, 52px); font-weight: 800; letter-spacing: -.05em; line-height: 1.05; }
.hero-copy .eyebrow { color: #dce9df; }
.hero-copy .lead { max-width: 650px; margin: 0; color: rgba(20, 55, 45, .82); font-size: 18px; line-height: 1.55; }
.mobile-home-nav { display: none; }
.result-header h1 { font-size: clamp(38px, 5vw, 58px); }
.lead, .result-header p { color: var(--muted); font-size: 18px; max-width: 680px; }
.eyebrow { margin: 0 0 8px; color: var(--brand); font-size: 12px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }

.aside-block { padding: 28px; border: 1px solid var(--line); background: var(--white); }
.trip-planning-section { margin-top: -1px; padding: 16px 0 36px; background: linear-gradient(180deg, #f5f7f3 0%, rgba(251, 252, 250, .96) 100%); }
.trip-planning-layout { display: grid; max-width: 920px; grid-template-columns: 1fr; gap: 0; text-align: center; }
.quick-plan { position: relative; width: 100%; padding: 8px; border: 1px solid #cbd5cd; border-radius: 999px; background: rgba(255, 255, 255, .92); }
.quick-plan input { min-height: 66px; padding: 14px 82px 14px 24px; border: 0; border-radius: 999px; background: transparent; font-size: 18px; }
.quick-plan input:focus { outline: 0; }
.search-submit { position: absolute; top: 8px; right: 8px; display: grid; width: 66px; height: 66px; place-items: center; border: 0; border-radius: 50%; color: var(--white); background: var(--brand); cursor: pointer; }
.search-submit:hover { background: var(--brand-dark); }
.search-submit span { transform: translateY(-1px); font-size: 31px; font-weight: 300; line-height: 1; }
.search-submit:disabled { cursor: wait; opacity: .7; }
.search-submit[aria-busy="true"] span { animation: search-pulse 1s ease-in-out infinite; }
.search-progress { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 10px 0 -20px; color: var(--muted); font-size: 13px; }
.search-progress[hidden] { display: none; }
.search-progress::before { width: 7px; height: 7px; border-radius: 50%; background: var(--brand); content: ""; animation: search-pulse 1s ease-in-out infinite; }
@keyframes search-pulse { 0%, 100% { opacity: .35; } 50% { opacity: 1; } }
label { display: block; margin: 14px 0 7px; font-weight: 650; }
input, select { width: 100%; min-height: 48px; padding: 10px 12px; border: 1px solid #aeb8b0; background: var(--white); color: var(--ink); border-radius: 3px; }
.primary-action, .outline-action { min-height: 44px; padding: 10px 18px; border-radius: 3px; cursor: pointer; font-weight: 700; }
.primary-action { border: 1px solid var(--brand); color: var(--white); background: var(--brand); }
.primary-action:hover { background: var(--brand-dark); }
.outline-action { border: 1px solid var(--ink); background: transparent; }

.analytics-shell { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; padding: 54px 0 80px; }
.analytics-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 32px; }
.analytics-heading h1 { margin: 4px 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5vw, 58px); font-weight: 500; letter-spacing: -.035em; line-height: 1.05; }
.analytics-heading p:not(.eyebrow) { max-width: 680px; margin: 0; color: var(--muted); }
.analytics-heading label { min-width: 170px; }
.analytics-access { max-width: 680px; padding: 24px; border: 1px solid var(--line); background: var(--white); }
.analytics-access > div { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; }
.analytics-access label { margin-top: 0; }
.analytics-access p { min-height: 24px; margin: 10px 0 0; color: var(--muted); }
.analytics-totals { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin: 34px 0 18px; }
.analytics-totals article { padding: 22px; border: 1px solid var(--line); background: var(--soft); }
.analytics-totals strong { display: block; color: var(--brand-dark); font-family: Georgia, "Times New Roman", serif; font-size: 38px; font-weight: 500; }
.analytics-totals span { color: var(--muted); font-size: 13px; }
.analytics-groups { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.analytics-groups section { padding: 24px; border: 1px solid var(--line); background: var(--white); }
.analytics-groups h2 { margin: 0 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 500; }
.analytics-groups ol { margin: 0; padding: 0; list-style: none; }
.analytics-groups li { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; border-top: 1px solid var(--line); }
.analytics-groups li span { color: var(--muted); }

.classic-section { padding-top: 54px; padding-bottom: 76px; }
#popularPlans { scroll-margin-top: 72px; }
.section-heading { margin-bottom: 30px; }
.section-heading h2 { margin: 0 0 8px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 4vw, 46px); font-weight: 500; letter-spacing: -.025em; }
.section-heading p:not(.eyebrow) { margin: 0; color: var(--muted); }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.route-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.route-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.route-card-button { display: flex; width: 100%; height: 100%; flex-direction: column; padding: 0; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; }
.route-card-button:hover .route-card-content h3 { color: var(--brand); }
.route-card-button:hover .route-card-media img { transform: scale(1.015); }
.route-card-media { width: 100%; aspect-ratio: 2.12 / 1; overflow: hidden; border-bottom: 1px solid var(--line); background: #e8e2d2; }
.route-card-media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.route-card-content { padding: 16px 18px 17px; }
.route-card-tag { display: inline-flex; margin-bottom: 9px; padding: 4px 8px; border: 1px solid #b8c8bc; border-radius: 999px; color: var(--brand-dark); background: var(--soft); font-size: 9px; font-weight: 800; letter-spacing: .08em; line-height: 1.2; text-transform: uppercase; }
.route-card-content h3 { margin: 0 0 7px; font-size: 19px; line-height: 1.18; transition: color .2s ease; }
.route-card-content p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.route-card-media[class*="route-visual-tone-"] { position: relative; display: grid; place-items: center; background-color: #dce3dc; background-image: linear-gradient(155deg, transparent 0 30%, rgba(255, 255, 255, .5) 30% 32%, transparent 32% 62%, rgba(255, 255, 255, .42) 62% 64%, transparent 64%); }
.route-card-stops { position: relative; display: grid; width: calc(100% - 54px); grid-template-columns: repeat(var(--card-stops), 1fr); align-items: center; }
.route-card-stops::before { content: ""; position: absolute; right: 5%; left: 5%; height: 2px; background: rgba(36, 95, 69, .28); }
.route-card-stops span { z-index: 1; display: grid; width: 22px; height: 22px; place-self: center; place-items: center; border-radius: 50%; color: var(--white); background: #a54f39; font-size: 9px; font-weight: 800; }
.route-visual-tone-2 { filter: hue-rotate(18deg) saturate(.8); }
.route-visual-tone-3 { filter: hue-rotate(46deg) saturate(.72); }
.route-visual-tone-4 { filter: hue-rotate(82deg) saturate(.75); }
.route-visual-tone-5 { filter: hue-rotate(118deg) saturate(.7); }
.route-visual-tone-6 { filter: hue-rotate(162deg) saturate(.68); }
.route-visual-tone-7 { filter: hue-rotate(205deg) saturate(.62); }
.route-visual-tone-8 { filter: hue-rotate(242deg) saturate(.68); }
.text-link { padding: 0; border: 0; background: transparent; color: var(--brand); font-weight: 750; cursor: pointer; text-align: left; }
.back-link { display: grid; width: 46px; height: 46px; margin-bottom: 32px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--brand); font-size: 27px; line-height: 1; cursor: pointer; }
.back-link:hover { border-color: var(--brand); background: var(--soft); }
.route-detail-shell { padding-top: 24px; }
.route-back-icon { display: grid; width: 40px; height: 40px; margin-bottom: 12px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--brand); font-size: 24px; line-height: 1; cursor: pointer; }
.route-back-icon:hover { border-color: var(--brand); background: var(--soft); }
.route-detail-shell .result-header > div { width: 100%; }
.route-detail-shell .result-header h1 { margin: 0 0 10px; }
.route-detail-shell .result-header p { max-width: none; margin: 0; font-size: 15px; line-height: 1.55; }

.readiness-preview { padding: 54px 0 76px; background: var(--soft); }
.readiness-stages { display: grid; gap: 46px; }
.readiness-stage { min-width: 0; }
.readiness-stage + .readiness-stage { padding-top: 46px; border-top: 1px solid #cbd5cd; }
.readiness-stage-heading { display: grid; grid-template-columns: 64px minmax(0, 1fr); gap: 20px; align-items: start; margin-bottom: 20px; }
.readiness-stage-heading > span { display: grid; place-items: center; width: 52px; height: 52px; border: 1px solid #9caca0; border-radius: 50%; color: var(--brand); font-family: Georgia, "Times New Roman", serif; font-size: 21px; }
.readiness-stage-heading h3 { margin: 0 0 5px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(24px, 2.6vw, 32px); font-weight: 500; letter-spacing: -.02em; }
.readiness-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border: 1px solid #cbd5cd; background: #cbd5cd; }
.readiness-card { min-height: 142px; padding: 0; border: 0; background: rgba(255,255,255,.88); display: grid; grid-template-columns: 76px minmax(0, 1fr) 92px; align-items: stretch; text-align: left; cursor: pointer; transition: background .18s ease, color .18s ease; }
.readiness-card:hover { background: #e2ede6; }
.module-number { display: grid; place-items: center; border-right: 1px solid var(--line); color: var(--brand); font-family: Georgia, "Times New Roman", serif; font-size: 30px; }
.module-copy { min-width: 0; padding: 21px 20px; display: flex; flex-direction: column; justify-content: center; }
.module-copy small { margin-bottom: 7px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.module-copy strong { margin-bottom: 5px; font-size: 18px; line-height: 1.2; }
.module-copy > span { color: var(--muted); font-size: 13px; }
.module-action { padding: 18px 14px; display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; color: var(--brand); }
.module-action small { color: var(--muted); font-size: 10px; white-space: nowrap; }
.module-action b { font-size: 22px; font-weight: 400; }
.result-header { display: flex; justify-content: space-between; align-items: start; gap: 30px; }
.source-badge { display: inline-block; padding: 5px 8px; border: 1px solid var(--line); background: var(--white); color: var(--brand); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.source-badge[hidden], #resultSummary[hidden], .result-section-heading[hidden], .result-aside[hidden] { display: none; }
.source-badge.classic { background: var(--warm); color: var(--ink); }
.notice { margin: 24px 0; padding: 16px 18px; border-left: 4px solid var(--brand); background: var(--soft); }
.hotel-options { margin: -28px 0 58px; padding: 28px; scroll-margin-top: 92px; border: 1px solid var(--line); background: var(--soft); }
.hotel-options[hidden] { display: none; }
.hotel-options-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 20px; }
.hotel-options-heading h2 { margin: 3px 0 6px; font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 500; letter-spacing: -.025em; }
.hotel-options-heading p { margin: 0; color: var(--muted); }
.hotel-options-heading > span { flex: 0 0 auto; color: var(--brand); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.hotel-options-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.hotel-option-card { min-width: 0; overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.hotel-option-card > img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.hotel-option-card > div { padding: 16px; }
.hotel-option-card h3 { min-height: 44px; margin: 0 0 8px; font-size: 17px; line-height: 1.3; }
.hotel-option-card p { min-height: 38px; margin: 0 0 12px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.hotel-option-card .result-official-name, .structured-search-card .result-official-name { min-height: 0; margin-bottom: 7px; font-size: 12px; }
.result-official-name strong, .result-chinese-reference { color: var(--muted); font-size: 11px; font-weight: 500; }
.hotel-option-meta { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; padding-top: 12px; border-top: 1px solid var(--line); }
.hotel-option-meta strong { font-size: 18px; }
.hotel-option-meta span { color: var(--muted); font-size: 11px; }
.hotel-booking-link { display: flex; justify-content: space-between; gap: 10px; margin-top: 14px; padding: 11px 12px; color: var(--white); background: var(--brand); font-size: 13px; font-weight: 750; text-decoration: none; }
.hotel-booking-link:hover { background: var(--brand-dark); }
.hotel-booking-hint { min-height: 0 !important; margin: 7px 0 0 !important; color: var(--muted); font-size: 11px !important; line-height: 1.4 !important; }
.search-option-next-step { min-height: 0 !important; margin: 13px 0 0 !important; padding-top: 11px; border-top: 1px solid var(--line); font-size: 12px !important; }
.structured-result-action { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 12px; margin-top: 14px; padding: 11px 12px; border: 1px solid var(--brand); color: var(--brand); background: var(--white); font: inherit; font-size: 13px; font-weight: 750; text-align: left; cursor: pointer; }
.structured-result-action:hover { color: var(--white); background: var(--brand); }
.hotel-date-action { width: fit-content; margin: 16px 0 0; }
.result-layout { display: grid; grid-template-columns: 1fr; gap: 42px; align-items: start; }
.result-layout[hidden], .hotel-options[hidden], .result-section-heading[hidden] { display: none; }
.result-layout.has-toolkit { grid-template-columns: minmax(0, 1fr) 280px; }
.day-card { display: grid; grid-template-columns: 72px 1fr; gap: 20px; padding: 25px 0; border-top: 1px solid var(--line); }
.day-card:last-child { border-bottom: 1px solid var(--line); }
.day-index { color: var(--brand); font-weight: 750; }
.day-card h3 { margin: 0 0 14px; font-size: 22px; }
.live-itinerary { padding: 24px 0; border-top: 1px solid var(--line); }
.live-itinerary h3 { margin: 26px 0 9px; font-size: 21px; }
.live-itinerary h3:first-child { margin-top: 0; }
.live-itinerary p, .live-itinerary li { color: var(--muted); line-height: 1.65; }
.live-itinerary p { margin: 0 0 12px; }
.live-itinerary ul { margin: 0 0 16px; padding-left: 20px; }
.live-itinerary li + li { margin-top: 5px; }
.live-itinerary aside { margin: 16px 0; padding: 12px 14px; border-left: 3px solid var(--brand); background: var(--soft); color: var(--muted); font-size: 13px; line-height: 1.55; }
.live-itinerary strong { color: var(--ink); }
.live-itinerary code { padding: 1px 4px; background: var(--soft); font-family: inherit; }
.search-answer { padding: 22px 0; border-top: 1px solid var(--line); color: var(--muted); }
.search-answer p { max-width: 760px; margin: 0; font-size: 17px; line-height: 1.65; }
.search-answer ul { margin: 0; padding-left: 22px; }
.search-answer li + li { margin-top: 8px; }
.search-recovery-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.search-recovery-actions .primary-action, .search-recovery-actions .outline-action { min-width: 138px; }
.search-source-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.search-source-links a { padding: 9px 12px; border: 1px solid var(--line); color: var(--brand); background: var(--white); font-size: 13px; font-weight: 750; text-decoration: none; }
.structured-search-grid { display: grid; gap: 12px; padding-top: 4px; border-top: 1px solid var(--line); }
.structured-search-card { display: grid; min-width: 0; grid-template-columns: 180px minmax(0, 1fr); overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.structured-search-card > img { display: block; width: 100%; height: 100%; min-height: 150px; object-fit: cover; }
.structured-search-card > div { min-width: 0; padding: 18px; }
.structured-search-card span { color: var(--brand); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.structured-search-card h3 { margin: 5px 0 6px; font-size: 20px; }
.structured-search-card p { margin: 0 0 10px; color: var(--muted); }
.structured-search-card strong { display: block; margin-bottom: 8px; }
.structured-search-card ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: 13px; }
.structured-result-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 14px 0; padding-top: 12px; border-top: 1px solid var(--line); }
.structured-result-meta > span { color: var(--muted); font-size: 11px; font-weight: 650; letter-spacing: .03em; text-transform: uppercase; }
.structured-result-meta > span strong { display: block; margin: 3px 0 0; color: var(--ink); font-size: 14px; letter-spacing: 0; text-transform: none; }
.flight-search-card { grid-template-columns: 1fr; }
.flight-search-card > div { padding: 20px; }
.flight-time-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 14px; border: 1px solid var(--line); background: var(--line); }
.flight-time-grid > div { min-width: 0; padding: 14px; background: var(--paper); }
.flight-time-grid small { display: block; margin-bottom: 5px; color: var(--brand); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.flight-time-grid strong { margin: 0 0 5px; font-size: 16px; }
.flight-time-grid p { margin: 0; font-size: 12px; }
.attraction-search-card > div > p strong { display: inline; margin: 0; color: var(--ink); font-size: 12px; }
.day-slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.day-slots div { padding-right: 12px; border-right: 1px solid var(--line); }
.day-slots div:last-child { border-right: 0; }
.day-slots span { display: block; margin-bottom: 4px; color: var(--muted); font-size: 11px; font-weight: 750; text-transform: uppercase; }
.day-slots p { margin: 0; font-size: 14px; }
.result-aside { display: grid; gap: 16px; position: sticky; top: 95px; }
.result-toolkit-link { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 13px 16px; border: 1px solid var(--line); color: var(--brand-dark); background: var(--white); font-size: 14px; font-weight: 800; line-height: 1.2; text-align: left; cursor: pointer; }
.result-toolkit-link:hover { border-color: var(--brand); background: var(--soft); }
.result-toolkit-link span:last-child { font-size: 20px; font-weight: 500; line-height: 1; }
.aside-block h2 { margin: 0 0 18px; font-size: 22px; }
.aside-block label { font-weight: 500; }
.aside-block input { width: auto; min-height: auto; margin-right: 7px; }
.aside-block .text-link { margin-top: 18px; }

.route-panorama { margin: 34px 0 0; overflow: hidden; background: var(--soft); }
.route-panorama img { display: block; width: 100%; aspect-ratio: 16 / 6; object-fit: cover; }
.route-panorama-compact img { aspect-ratio: 16 / 4.5; }
.route-sequence { --route-bg: #e8e1cf; --route-accent: #245f45; display: flex; min-height: 260px; align-items: center; overflow-x: auto; background-color: var(--route-bg); background-image: radial-gradient(circle at 12% 20%, rgba(255, 255, 255, .66), transparent 24%), linear-gradient(145deg, transparent 0 24%, rgba(255, 255, 255, .4) 24% 26%, transparent 26% 58%, rgba(255, 255, 255, .34) 58% 60%, transparent 60%); }
.route-sequence-tone-2 { --route-bg: #d9e4dc; --route-accent: #336a54; }
.route-sequence-tone-3 { --route-bg: #dfe7d6; --route-accent: #4d754e; }
.route-sequence-tone-4 { --route-bg: #dce2e2; --route-accent: #315f66; }
.route-sequence-tone-5 { --route-bg: #e7ddca; --route-accent: #9a503a; }
.route-sequence-tone-6 { --route-bg: #dbe5e1; --route-accent: #2d665c; }
.route-sequence-tone-7 { --route-bg: #e5ded5; --route-accent: #775842; }
.route-sequence-tone-8 { --route-bg: #dce4e7; --route-accent: #315d73; }
.route-sequence-track { display: grid; width: 100%; min-width: calc(var(--route-stops) * 142px); grid-template-columns: repeat(var(--route-stops), minmax(142px, 1fr)); align-items: center; padding: 42px 28px; }
.route-sequence-stop { position: relative; min-width: 0; padding: 8px 24px 8px 8px; color: var(--route-accent); text-align: center; }
.route-sequence-stop::after { content: "→"; position: absolute; top: 50%; right: -7px; transform: translateY(-50%); color: rgba(24, 51, 39, .48); font-size: 25px; }
.route-sequence-stop:last-child::after { display: none; }
.route-sequence-stop > span { display: grid; width: 32px; height: 32px; margin: 0 auto 12px; place-items: center; border-radius: 50%; color: var(--white); background: var(--route-accent); font-size: 13px; font-weight: 800; }
.route-sequence-stop strong, .route-sequence-stop small { display: block; }
.route-sequence-stop strong { font-family: Georgia, "Times New Roman", serif; font-size: clamp(18px, 1.8vw, 25px); font-weight: 500; line-height: 1.1; }
.route-sequence-stop small { margin-top: 7px; color: rgba(24, 51, 39, .72); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.route-jump-nav { display: none; }
.route-detail-section { padding: 42px 0; border-top: 1px solid var(--line); }
.route-highlight-summary { padding: 36px 0 40px; }
.route-day-section { padding: 38px 0 30px; }
.route-section-heading { max-width: 760px; margin-bottom: 18px; }
.route-section-heading:has(> h2:only-child) { margin-bottom: 20px; }
.route-section-heading h2 { margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(31px, 4vw, 46px); font-weight: 500; line-height: 1.08; letter-spacing: -.03em; }
.route-section-heading > p:not(.eyebrow) { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.route-city-highlight-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
@media (min-width: 821px) {
  .route-city-highlight-grid:has(> article:nth-child(4):last-child) { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
.route-city-highlight-grid article { min-width: 0; padding: 20px 22px 22px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.route-city-highlight-grid article, #route-days-title, .route-timeline li { scroll-margin-top: 126px; }
.route-city-highlight-head { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; }
.route-city-highlight-head span, .route-day-label span, .route-timeline aside > span { display: block; color: var(--brand); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.route-city-highlight-head strong { font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 500; }
.route-city-highlight-grid h3 { margin: 15px 0 11px; font-size: 18px; line-height: 1.22; }
.route-city-highlight-grid p { margin: 0; color: var(--muted); font-size: 12.5px; line-height: 1.5; }
.route-city-highlight-grid p + p { margin-top: 6px; }
.route-chinese-name { color: var(--muted); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; font-size: .76em; font-weight: 500; white-space: nowrap; opacity: .82; }
.route-city-classics::before, .route-city-experience::before { color: var(--brand); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.route-city-classics::before { content: "Classics · "; }
.route-city-experience::before { content: "Experience · "; }
.route-timeline { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.route-timeline li { display: grid; grid-template-columns: 128px minmax(0, 1fr) minmax(230px, .45fr); gap: 20px; padding: 16px 0; border-bottom: 1px solid var(--line); align-items: start; }
.route-day-label strong { display: block; margin-top: 5px; font-size: 14px; line-height: 1.25; }
.route-day-plan h3 { margin: 0 0 5px; font-size: 17px; line-height: 1.25; }
.route-day-plan p, .route-timeline aside p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.route-timeline aside { padding: 2px 0; border: 0; background: transparent; }
.route-timeline aside p { color: var(--muted); font-size: 12.5px; }
.route-timeline aside.is-booking { padding: 11px 13px; border-left: 3px solid var(--warm); background: #f7f3ea; }
.route-timeline aside.is-booking p { margin-top: 5px; color: var(--ink); }
.route-booking-link { display: inline-block; margin-top: 7px; color: var(--brand); font-size: 11.5px; font-weight: 800; line-height: 1.4; text-decoration: none; }
.route-booking-link:hover { text-decoration: underline; }

.site-footer { color: var(--white); background: var(--ink); }
.site-footer-main { padding-top: 30px; padding-bottom: 26px; }
.footer-vision .eyebrow { color: #aebbb2; }
.footer-vision h2 { max-width: 430px; margin: 0 0 10px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(30px, 3.2vw, 38px); font-weight: 500; letter-spacing: -.03em; line-height: 1.06; }
.footer-vision > p:not(.eyebrow) { max-width: 530px; margin: 0; color: #c6d0c9; font-size: 13px; line-height: 1.5; }
.feedback-link { padding: 0; border: 0; color: var(--white); background: transparent; font: inherit; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.feedback-link:hover { color: #dce7df; }
.feedback-dialog { position: fixed; inset: 0; z-index: 45; display: grid; place-items: center; padding: 24px; }
.feedback-dialog[hidden] { display: none; }
.feedback-backdrop { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; background: rgba(8, 18, 14, .68); cursor: default; }
.feedback-modal { position: relative; z-index: 1; width: min(560px, 100%); padding: 28px; color: var(--ink); background: #f4efe5; box-shadow: 0 24px 70px rgba(0, 0, 0, .3); }
.feedback-modal h2 { margin: 0 46px 5px 0; font-family: Georgia, "Times New Roman", serif; font-size: 30px; font-weight: 500; letter-spacing: -.025em; line-height: 1.08; }
.feedback-modal > div > p { margin: 0 46px 16px 0; color: var(--muted); font-size: 13px; line-height: 1.45; }
.feedback-close { position: absolute; top: 16px; right: 16px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: var(--white); font-size: 23px; line-height: 1; cursor: pointer; }
.feedback-field-label { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.feedback-form input, .feedback-form textarea { width: 100%; padding: 8px 9px; border: 1px solid #aeb8b0; border-radius: 0; color: var(--ink); background: var(--white); font: inherit; font-size: 12px; }
.feedback-form input { min-height: 36px; }
.feedback-form textarea { min-height: 110px; resize: vertical; line-height: 1.4; }
.feedback-form input:focus-visible, .feedback-form textarea:focus-visible { outline: 3px solid rgba(31, 96, 65, .2); outline-offset: 2px; }
.feedback-trap { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.feedback-contact-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 10px; align-items: end; }
.feedback-actions { display: flex; align-items: center; }
.feedback-actions .primary-action { flex: 0 0 auto; }
.feedback-actions .primary-action:disabled { cursor: wait; opacity: .65; }
.feedback-status { margin: 5px 0 0; color: var(--brand-dark); font-size: 10px; font-weight: 700; }
.feedback-status:empty { display: none; }
.feedback-status.is-error { color: #9f2e22; }
.site-footer-bottom { min-height: 46px; display: flex; align-items: center; border-top: 1px solid #536058; color: #aebbb2; font-size: 10px; }
.site-footer-links { display: flex; align-items: center; gap: 18px; margin-left: auto; }
.site-footer-links a, .site-footer-links button { padding: 0; border: 0; color: inherit; background: transparent; font: inherit; text-decoration: none; cursor: pointer; }
.site-footer-links a:hover, .site-footer-links button:hover { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.feedback-privacy { margin: 8px 0 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.feedback-privacy a { color: var(--brand); }
.legal-shell { width: min(820px, calc(100% - 48px)); margin: 0 auto; padding: 70px 0 90px; }
.legal-shell h1 { margin: 0 0 16px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 6vw, 68px); font-weight: 500; letter-spacing: -.04em; line-height: 1; }
.legal-updated { margin: 0 0 42px; color: var(--muted); font-size: 12px; }
.legal-section { padding: 24px 0; border-top: 1px solid var(--line); }
.legal-section h2 { margin: 0 0 10px; font-size: 20px; }
.legal-section p, .legal-section li { color: var(--muted); font-size: 14px; line-height: 1.65; }
.legal-section p { margin: 0 0 10px; }
.legal-section ul { margin: 8px 0 0; padding-left: 20px; }
.legal-back { color: var(--brand); font-size: 13px; font-weight: 750; text-decoration: none; }
.toast { position: fixed; left: 50%; bottom: 24px; z-index: 20; transform: translate(-50%, 20px); padding: 11px 16px; color: var(--white); background: var(--ink); opacity: 0; pointer-events: none; transition: .2s ease; }
.toast.is-visible { opacity: 1; transform: translate(-50%, 0); }
.dialog-open { overflow: hidden; }
.guide-dialog { position: fixed; inset: 0; z-index: 40; display: grid; grid-template-columns: minmax(180px, 1fr) minmax(760px, 920px); }
.guide-dialog[hidden] { display: none; }
.guide-backdrop { grid-column: 1 / -1; grid-row: 1; border: 0; background: rgba(8, 18, 14, .62); cursor: default; }
.guide-panel { grid-column: 2; grid-row: 1; min-width: 0; height: 100%; overflow-y: auto; padding: 52px 48px 64px; background: var(--paper); box-shadow: -18px 0 50px rgba(0, 0, 0, .2); position: relative; }
.guide-panel-header { position: relative; padding-right: 56px; }
.guide-close { position: absolute; top: 0; right: 0; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); font-size: 25px; cursor: pointer; }
.guide-city-switch { display: none; }
.guide-city-switch[hidden] { display: none; }
.guide-panel h2 { margin: 8px 0 14px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 4vw, 54px); font-weight: 500; letter-spacing: -.03em; line-height: 1.04; }
.guide-intro { margin: 0 0 38px; color: var(--muted); font-size: 17px; }
.guide-content-layout { display: grid; grid-template-columns: 1fr; gap: 36px; align-items: start; }
.guide-main-content h3 { margin: 0 0 14px; font-size: 18px; }
.guide-detail-grid { display: grid; gap: 0; border-top: 1px solid var(--line); }
.guide-detail-grid section { display: grid; grid-template-columns: 125px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.guide-detail-grid span, .guide-fallback span { color: var(--brand); font-size: 11px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.guide-detail-grid p { margin: 0; }
.guide-fallback { margin-top: 28px; padding: 22px; border-left: 4px solid var(--brand); background: var(--soft); }
.guide-fallback p { margin: 8px 0 0; }
.preflight-checklist-guide { gap: 18px; border-top: 0; }
.preflight-progress { padding: 20px; color: var(--white); background: var(--ink); }
.preflight-progress > div:first-child { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; }
.preflight-progress span { color: #b9c8bd; font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.preflight-progress strong { font-size: 15px; }
.preflight-progress-track { height: 6px; margin-top: 15px; overflow: hidden; background: #536058; }
.preflight-progress-track i { display: block; width: 0; height: 100%; background: #f4b647; transition: width .2s ease; }
.preflight-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.guide-detail-grid .preflight-group { display: block; padding: 0; border: 1px solid var(--line); background: var(--white); }
.preflight-group header { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 12px; align-items: center; padding: 16px 17px; border-bottom: 1px solid var(--line); background: var(--soft); }
.preflight-group header > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: var(--white); background: var(--brand); font-size: 10px; }
.preflight-group h4 { margin: 0; font-size: 16px; }
.preflight-group header p { margin: 2px 0 0; color: var(--muted); font-size: 11px; }
.preflight-group > div { display: grid; }
.preflight-check-item { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 11px; align-items: start; margin: 0; padding: 14px 16px; border-bottom: 1px solid var(--line); cursor: pointer; }
.preflight-check-item:last-child { border-bottom: 0; }
.preflight-check-item:hover { background: #f8faf8; }
.preflight-check-item input { width: 18px; min-height: 18px; margin: 2px 0 0; padding: 0; accent-color: var(--brand); }
.preflight-check-item span { color: var(--ink); font-size: 13px; font-weight: 500; letter-spacing: 0; line-height: 1.45; text-transform: none; }
.preflight-check-item.is-complete span { color: var(--muted); text-decoration: line-through; text-decoration-thickness: 1px; }
.guide-resources { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.guide-resources[hidden] { display: none; }
.guide-resources section { padding-top: 14px; border-top: 1px solid var(--line); }
.resource-label { display: block; margin-bottom: 12px; color: var(--muted); font-size: 10px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.screenshot-placeholder { min-height: 170px; margin-bottom: 10px; padding: 18px; border: 1px dashed #aab7ad; background: linear-gradient(145deg, #e8eee9, #f7f9f7); display: flex; flex-direction: column; justify-content: flex-end; }
.screenshot-placeholder.compact { min-height: 110px; }
.screenshot-placeholder span { font-weight: 700; }
.screenshot-placeholder small { margin-top: 4px; color: var(--muted); }
.guide-resources a { display: flex; justify-content: space-between; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--brand); font-weight: 700; text-decoration: none; }
.entry-policy-guide { gap: 0; }
.policy-pathways { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 28px; }
.policy-pathways article { padding: 18px; border: 1px solid #b9c8bd; background: #edf3ee; }
.policy-pathways span, .policy-section > span, .document-card > span { display: block; margin-bottom: 8px; color: var(--brand); font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.policy-pathways strong { display: block; margin-bottom: 7px; }
.policy-pathways p { margin: 0; color: var(--muted); font-size: 13px; }
.guide-detail-grid .policy-section { display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: 22px; padding: 28px 0; }
.policy-section h4 { margin: 0 0 13px; font-size: 18px; line-height: 1.3; }
.policy-section ul, .policy-section ol { margin: 0; padding-left: 20px; }
.policy-section li { margin-bottom: 8px; }
.policy-section details { margin-top: 18px; border: 1px solid var(--line); background: var(--white); }
.policy-section summary { padding: 13px 15px; color: var(--brand); font-weight: 700; cursor: pointer; }
.country-list { padding: 0 15px 15px; }
.country-group { padding: 13px 0; border-top: 1px solid var(--line); }
.country-group strong { font-size: 13px; }
.country-group p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.route-examples { display: grid; gap: 8px; margin-top: 18px; }
.route-examples div { padding: 13px 15px; border-left: 4px solid var(--brand); background: var(--soft); }
.route-examples .does-not-qualify { border-left-color: #b34b36; background: #f8eeeb; }
.route-examples span { display: block; margin-bottom: 4px; color: var(--muted); font-size: 10px; text-transform: uppercase; }
.route-examples strong { font-size: 13px; }
.policy-note { margin: 16px 0 0; padding: 13px; background: #f3eee4; font-size: 13px; }
.visa-application ol { display: grid; gap: 4px; }
.visa-application li strong { display: inline; }
.inline-policy-link { display: flex; width: fit-content; align-items: center; gap: 12px; margin-top: 14px; padding: 10px 0; color: var(--brand); font-size: 13px; font-weight: 750; text-decoration: none; }
.inline-policy-link:hover { text-decoration: underline; }
.document-list { display: grid; margin-top: 20px; border-top: 1px solid var(--line); }
.document-list article { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 16px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.document-list article > span { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; color: var(--white); background: var(--brand); font-size: 11px; font-weight: 750; }
.document-list strong { display: block; margin-bottom: 4px; font-size: 15px; }
.document-list p { margin: 0; color: var(--muted); font-size: 13px; }
.arrival-final-check { margin-top: 22px; padding: 20px; border-left: 4px solid var(--brand); background: var(--soft); }
.arrival-final-check > strong { display: block; margin-bottom: 10px; }
.arrival-final-check ul { margin: 0; }
.phone-guide-section { display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.phone-guide-section > span { color: var(--brand); font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.phone-guide-section h4 { margin: 0 0 16px; font-size: 18px; }
.phone-option-grid, .phone-compare-grid, .phone-settings-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.phone-option-grid article, .phone-compare-grid article, .phone-settings-grid article { padding: 16px; border: 1px solid var(--line); background: var(--white); }
.phone-option-grid strong, .phone-compare-grid strong, .phone-settings-grid strong { display: block; margin-bottom: 7px; font-size: 14px; }
.phone-option-grid p, .phone-compare-grid p, .phone-settings-grid p { margin: 0 0 10px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.phone-option-grid span, .phone-compare-grid span { color: var(--brand); font-size: 11px; font-weight: 700; }
.phone-settings-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.phone-note { margin: 16px 0 0; padding: 13px 14px; border-left: 4px solid var(--brand); background: var(--soft); color: var(--muted); font-size: 12px; line-height: 1.55; }
.phone-step-list, .phone-bullet-list { display: grid; gap: 12px; margin: 0; padding-left: 20px; }
.phone-step-list li, .phone-bullet-list li { padding-left: 3px; line-height: 1.55; }
.phone-step-list strong { color: var(--ink); }
.phone-offline-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.phone-offline-list article { padding: 14px 16px 14px 0; border-bottom: 1px solid var(--line); }
.phone-offline-list article:nth-child(even) { padding-right: 0; padding-left: 16px; border-left: 1px solid var(--line); }
.phone-offline-list strong { display: block; margin-bottom: 4px; font-size: 13px; }
.phone-offline-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.transport-guide-section { display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.transport-guide-section > span { color: var(--brand); font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.transport-guide-section h4 { margin: 0 0 12px; font-size: 18px; }
.transport-guide-section h4 + p { margin: 0 0 18px; color: var(--muted); }
.transport-step-list { display: grid; border-top: 1px solid var(--line); }
.transport-step-list article { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.transport-step-list article > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: var(--white); background: var(--brand); font-size: 11px; font-weight: 750; }
.transport-step-list strong { display: block; margin-bottom: 4px; font-size: 14px; }
.transport-step-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.transport-check-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.transport-check-grid article { padding: 16px; border: 1px solid var(--line); background: var(--white); }
.transport-check-grid strong { display: block; margin-bottom: 7px; font-size: 14px; }
.transport-check-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.transport-note { margin: 16px 0 0; padding: 13px 14px; border-left: 4px solid var(--brand); background: var(--soft); color: var(--muted); font-size: 12px; line-height: 1.55; }
.transport-note strong { color: var(--ink); }
.arrival-ready-gate { padding: 22px; color: var(--white); background: var(--ink); }
.arrival-ready-gate > span { display: block; margin-bottom: 5px; color: #b9c8bd; font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.arrival-ready-gate > strong { display: block; margin-bottom: 16px; font-size: 20px; }
.arrival-ready-gate > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.arrival-ready-gate article { padding: 13px; border: 1px solid #536058; }
.arrival-ready-gate b { display: block; margin-bottom: 5px; font-size: 13px; }
.arrival-ready-gate p { margin: 0; color: #c9d2cc; font-size: 11px; line-height: 1.45; }
.arrival-choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.arrival-choice-grid article { padding: 16px; border: 1px solid var(--line); background: var(--white); }
.arrival-choice-grid span { display: block; margin-bottom: 7px; color: var(--brand); font-size: 9px; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
.arrival-choice-grid strong { display: block; margin-bottom: 7px; font-size: 14px; }
.arrival-choice-grid p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.apps-guide-section { display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: 22px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.apps-guide-section > span { color: var(--brand); font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.apps-guide-section h4 { margin: 0 0 16px; font-size: 18px; }
.app-table-wrap { overflow-x: auto; border: 1px solid var(--line); }
.app-table { width: 100%; min-width: 680px; border-collapse: collapse; background: var(--white); }
.app-table th, .app-table td { padding: 13px 14px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; font-size: 12px; line-height: 1.5; }
.app-table th { background: var(--soft); font-size: 10px; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.app-table tbody tr:last-child td { border-bottom: 0; }
.app-table strong { display: block; font-size: 14px; }
.app-table small { color: var(--muted); }
.app-status { display: inline-block; padding: 4px 7px; border-radius: 999px; font-size: 10px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.app-status.must { color: var(--brand-dark); background: #dcefe4; }
.app-status.recommended { color: #4c5c52; background: #edf1ef; }
.app-status.conditional { color: #7b5a21; background: #f5eddc; }
.app-status.optional { color: var(--muted); background: #f0f2f1; }
.apps-note { margin: 16px 0 0; padding: 13px 14px; border-left: 4px solid var(--brand); background: var(--soft); color: var(--muted); font-size: 12px; line-height: 1.55; }
.apps-note strong { color: var(--ink); }
.attraction-booking-guide { gap: 34px; border-top: 0; }
.booking-channel-summary { border-top: 1px solid var(--line); }
.city-guide-title > span, .attraction-city-heading span { display: block; margin-bottom: 7px; color: var(--brand); font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.city-guide-title h4, .attraction-city-heading h4 { margin: 0; font-size: 20px; line-height: 1.25; }
.booking-method-list article { display: grid; grid-template-columns: 34px 150px minmax(0, 1fr); gap: 14px; align-items: baseline; padding: 13px 0; border-bottom: 1px solid var(--line); }
.booking-method-list article > span { color: var(--brand); font-size: 10px; font-weight: 750; letter-spacing: .08em; }
.booking-method-list strong { font-size: 13px; }
.booking-method-list p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.booking-proof-note { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 18px; margin-top: 14px; padding: 13px 14px; border-left: 4px solid var(--brand); background: var(--soft); }
.booking-proof-note strong { font-size: 12px; line-height: 1.45; }
.booking-proof-note p { margin: 0; color: var(--muted); font-size: 11.5px; line-height: 1.55; }
.attraction-city-guide { min-width: 0; }
.city-guide-title { display: grid; grid-template-columns: minmax(150px, .45fr) minmax(0, 1fr); column-gap: 24px; align-items: end; }
.city-guide-title > span { grid-column: 1 / -1; }
.city-guide-title p { margin: 0; color: var(--muted); font-size: 12px; }
.attraction-city-tabs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin: 16px 0 24px; }
.attraction-city-tabs button { min-width: 0; padding: 11px 12px; border: 1px solid var(--line); color: var(--ink); background: var(--white); text-align: left; cursor: pointer; }
.attraction-city-tabs button:hover { border-color: var(--brand); }
.attraction-city-tabs button.is-active { border-color: var(--brand); color: var(--white); background: var(--brand); }
.attraction-city-tabs strong { display: block; overflow: hidden; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.attraction-city-tabs span { display: block; margin-top: 3px; color: inherit; font-size: 10px; font-weight: 500; letter-spacing: 0; text-transform: none; opacity: .76; }
.attraction-city-content { min-height: 520px; }
.attraction-city-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 14px; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
.attraction-city-heading p { max-width: 460px; margin: 0; color: var(--muted); font-size: 12px; text-align: right; }
.attraction-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.attraction-booking-card { display: flex; min-width: 0; flex-direction: column; border: 1px solid var(--line); background: var(--white); }
.attraction-booking-card > header { display: flex; align-items: start; justify-content: space-between; gap: 12px; padding: 16px; border-bottom: 1px solid var(--line); }
.attraction-booking-card h5 { margin: 0; font-size: 15px; line-height: 1.3; }
.attraction-booking-card header p { margin: 3px 0 0; color: var(--muted); font-size: 11px; }
.attraction-booking-card .booking-urgency { flex: 0 0 auto; max-width: 118px; padding: 5px 7px; border-radius: 999px; font-size: 9px; font-weight: 750; letter-spacing: .04em; line-height: 1.25; text-align: center; text-transform: uppercase; }
.booking-urgency.rush { color: #9f2e22; background: #f7dfdc; }
.booking-urgency.plan { color: #7b5a21; background: #f5eddc; }
.booking-urgency.flexible { color: #286044; background: #e4f0e7; }
.attraction-booking-card dl { margin: 0; padding: 0 16px; }
.attraction-booking-card dl > div { display: grid; grid-template-columns: 92px minmax(0, 1fr); gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.attraction-booking-card dt { color: var(--brand); font-size: 9px; font-weight: 750; letter-spacing: .07em; line-height: 1.4; text-transform: uppercase; }
.attraction-booking-card dd { margin: 0; color: var(--muted); font-size: 11.5px; line-height: 1.52; }
.attraction-booking-card .attraction-fallback { margin: 0 -16px; padding: 12px 16px; border-bottom: 0; background: #f7f3e9; }
.attraction-booking-card .attraction-fallback dt { color: #76591f; }
.attraction-booking-card > a { display: flex; justify-content: space-between; gap: 10px; margin-top: auto; padding: 12px 16px; border-top: 1px solid var(--line); color: var(--brand); font-size: 10.5px; font-weight: 750; text-decoration: none; }
.attraction-booking-card > a:hover { text-decoration: underline; }
.attraction-booking-card > a span { color: inherit; font-size: inherit; letter-spacing: 0; text-transform: none; }
.attraction-last-checked { margin: 0; padding: 13px 14px; border-left: 4px solid var(--brand); background: var(--soft); color: var(--muted); font-size: 11px; line-height: 1.55; }
.guide-detail-grid .food-guide-section { display: block; padding: 28px 0; border-bottom: 1px solid var(--line); }
.food-guide-section h4 { margin: 0 0 8px; font-size: 18px; }
.food-guide-lead { max-width: 690px; margin: 0 0 18px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.food-region-groups { display: grid; gap: 30px; }
.guide-detail-grid .food-region-group { display: block; padding: 0; border-bottom: 0; }
.food-region-group + .food-region-group { padding-top: 26px; border-top: 1px solid var(--line); }
.food-region-group header { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 13px; }
.food-region-group h5 { margin: 0; font-size: 16px; }
.food-region-group header p { margin: 0; color: var(--muted); font-size: 11px; }
.dish-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.dish-guide-card { overflow: hidden; border: 1px solid var(--line); background: var(--white); }
.dish-guide-card img { display: block; width: 100%; aspect-ratio: 1.25; object-fit: cover; background: var(--soft); }
.dish-guide-copy { padding: 14px; }
.dish-guide-copy p { margin: 0; }
.dish-region { margin-bottom: 7px !important; color: var(--brand); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.dish-guide-copy h5 { margin: 0; font-size: 15px; line-height: 1.22; }
.dish-chinese { margin-top: 3px !important; color: var(--muted); font-size: 12px; }
.dish-ingredients { margin-top: 12px !important; color: var(--muted); font-size: 11px; line-height: 1.5; }
.dish-ingredients strong { color: var(--ink); }
.dish-meta { display: grid; gap: 9px; margin-top: 12px; padding-top: 11px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.45; }
.dish-meta > span:last-child { color: var(--muted); font-size: 11px; font-weight: 400; letter-spacing: normal; text-transform: none; }
.spice-tag { width: fit-content; padding: 4px 7px; border-radius: 999px; font-size: 10px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.spice-tag.friendly, .spice-tag.mild { color: #286044; background: #e4f0e7; }
.spice-tag.medium { color: #985220; background: #f8e7d8; }
.spice-tag.hot { color: #9f2e22; background: #f7dfdc; }
.spice-tag.varies { color: #6f5b27; background: #f5edd9; }
.mobile-payment-priority { margin-bottom: 26px; padding: 20px; border-left: 5px solid var(--brand); background: #edf3ee; }
.mobile-payment-priority strong { display: block; margin-bottom: 6px; font-size: 17px; }
.mobile-payment-priority p { margin: 0; color: var(--muted); }
.payment-method-summary { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin-bottom: 18px; border: 1px solid var(--line); background: var(--line); }
.payment-method-summary article { padding: 18px; background: var(--white); }
.payment-method-summary span { display: block; margin-bottom: 8px; color: var(--brand); font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.payment-method-summary strong { display: block; margin-bottom: 8px; font-size: 18px; }
.payment-method-summary p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.payment-section > span { display: block; margin-bottom: 8px; color: var(--brand); font-size: 10px; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
.guide-detail-grid .payment-section { display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: 22px; padding: 28px 0; }
.payment-section h4 { margin: 0 0 13px; font-size: 18px; }
.interface-note { margin: 15px 0 0; padding: 13px; background: var(--soft); color: var(--muted); font-size: 12px; }
.app-setup-flow, .payment-fallback-flow { display: grid; border-top: 1px solid var(--line); }
.app-setup-flow article, .payment-fallback-flow article { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.app-setup-flow article > span, .payment-fallback-flow article > span { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: var(--white); background: var(--brand); font-size: 11px; font-weight: 750; }
.app-setup-flow strong, .payment-fallback-flow strong { display: block; margin-bottom: 4px; font-size: 14px; }
.app-setup-flow p, .payment-fallback-flow p { margin: 0; color: var(--muted); font-size: 12px; }
.payment-policy-note { margin: 16px 0 0; padding: 13px 14px; background: var(--soft); color: var(--muted); font-size: 12px; line-height: 1.55; }
.payment-policy-note a { color: var(--brand); font-weight: 750; text-decoration: none; }
.payment-policy-note a:hover { text-decoration: underline; }
.payment-walkthrough { margin-top: 24px; padding: 18px; border: 1px solid var(--line); background: #f7faf7; }
.walkthrough-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.walkthrough-heading strong { font-size: 14px; }
.walkthrough-heading span { color: var(--muted); font-size: 11px; }
.payment-shot-grid, .wechat-shot-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.payment-shot { min-width: 0; margin: 0; }
.shot-frame { display: grid; height: 150px; place-items: center; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
.shot-frame img { display: block; width: 100%; height: 100%; object-fit: contain; }
.payment-shot figcaption { display: grid; grid-template-columns: 26px minmax(0, 1fr); column-gap: 7px; padding-top: 9px; }
.payment-shot figcaption > span { display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; color: var(--white); background: var(--brand); font-size: 10px; font-weight: 750; }
.payment-shot figcaption strong { align-self: center; font-size: 12px; }
.payment-shot figcaption small { grid-column: 2; margin-top: 3px; color: var(--muted); font-size: 11px; line-height: 1.4; }
.payment-shot-wide { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(220px, .6fr); gap: 14px; align-items: center; }
.payment-shot-wide .shot-frame { height: 230px; }
.payment-shot-wide figcaption { padding-top: 0; }
.offline-payment-scenes { grid-column: 1 / -1; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.offline-scenes-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.offline-scenes-heading strong { font-size: 13px; }
.offline-scenes-heading span { color: var(--muted); font-size: 11px; }
.offline-scenes-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.offline-scenes-grid .shot-frame { height: 190px; }
.payment-screenshot-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.guide-resources section[hidden] { display: none; }

@media (max-width: 820px) {
  .site-header { padding: 0 18px; }
  .brand-group p { display: none; }
  .section-shell, .inner-shell { width: min(100% - 32px, var(--max)); }
  .hero { min-height: 390px; align-items: flex-end; border-radius: 0; background: linear-gradient(180deg, rgba(248, 246, 238, .08) 0%, rgba(248, 246, 238, .38) 46%, rgba(245, 247, 243, .92) 80%, #f5f7f3 100%), url("assets/land-in-china-hero-v2.jpg?v=20260723") 67% center / cover no-repeat; padding: 32px 24px 30px; }
  .mobile-home-nav { position: sticky; top: 71px; z-index: 8; display: grid; grid-template-columns: .72fr 1.18fr 1.1fr; border-bottom: 1px solid var(--line); background: var(--paper); }
  .mobile-home-nav a { padding: 12px 8px; border-right: 1px solid var(--line); color: var(--brand-dark); font-size: 11px; font-weight: 800; text-align: center; text-decoration: none; }
  .mobile-home-nav a:last-child { border-right: 0; }
  #tripPlanning, #popularPlans, #readinessHome { scroll-margin-top: 116px; }
  .trip-planning-layout { grid-template-columns: 1fr; gap: 20px; }
  .route-grid, .readiness-grid { grid-template-columns: 1fr; }
  .site-footer-main { padding-top: 30px; padding-bottom: 26px; }
  .split-heading, .result-header { align-items: start; flex-direction: column; }
  .hotel-options { margin-top: -34px; padding: 22px; }
  .hotel-options-heading { align-items: start; flex-direction: column; gap: 8px; }
  .hotel-options-grid { grid-template-columns: 1fr; }
  .hotel-option-card { display: grid; grid-template-columns: 132px minmax(0, 1fr); }
  .hotel-option-card > img { height: 100%; aspect-ratio: auto; }
  .hotel-option-card h3, .hotel-option-card p { min-height: 0; }
  .structured-search-card { grid-template-columns: 132px minmax(0, 1fr); }
  .flight-search-card { grid-template-columns: 1fr; }
  .result-layout, .result-layout.has-toolkit { grid-template-columns: 1fr; }
  .result-aside { position: static; }
  .route-jump-nav { position: sticky; top: 71px; z-index: 8; display: flex; margin-top: 18px; overflow-x: auto; border: 1px solid var(--line); background: var(--paper); scrollbar-width: none; }
  .route-jump-nav::-webkit-scrollbar { display: none; }
  .route-jump-nav a { flex: 0 0 auto; min-width: 88px; padding: 11px 10px; border-right: 1px solid var(--line); color: var(--brand-dark); font-size: 11px; font-weight: 800; text-align: center; text-decoration: none; }
  .route-jump-nav a:last-child { border-right: 0; }
  .route-city-highlight-grid { grid-template-columns: 1fr; }
  .route-timeline li { grid-template-columns: 120px minmax(0, 1fr); }
  .route-timeline aside { grid-column: 2; }
  .guide-dialog { min-width: 0; grid-template-columns: 1fr; }
  .guide-panel { grid-column: 1; width: 100vw; max-width: 100vw; margin-left: auto; padding: 0 28px 52px; }
  .guide-panel-header { position: sticky; top: 0; z-index: 6; display: grid; grid-template-columns: minmax(0, 1fr); gap: 10px; margin: 0 -28px 22px; padding: 14px 68px 14px 28px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 8px 18px rgba(20, 36, 28, .06); }
  .guide-panel-header .eyebrow { margin-bottom: 2px; }
  .guide-panel-header h2 { margin: 0; font-size: 24px; line-height: 1.08; }
  .guide-close { top: 14px; right: 18px; }
  .guide-city-switch:not([hidden]) { display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 10px; align-items: center; }
  .guide-city-switch span { color: var(--brand-dark); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .guide-city-switch select { min-width: 0; min-height: 40px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: var(--white); font: inherit; font-size: 13px; }
  .guide-content-layout { grid-template-columns: 1fr; }
  .guide-detail-grid .policy-section { grid-template-columns: 125px minmax(0, 1fr); }
  .guide-detail-grid .payment-section { grid-template-columns: 125px minmax(0, 1fr); }
  .phone-guide-section { grid-template-columns: 125px minmax(0, 1fr); }
  .transport-guide-section { grid-template-columns: 125px minmax(0, 1fr); }
  .apps-guide-section { grid-template-columns: 125px minmax(0, 1fr); }
  .attraction-booking-guide .attraction-city-tabs { display: none; }
  .attraction-card-grid { grid-template-columns: 1fr; }
  .payment-method-summary { grid-template-columns: 1fr; }
  .payment-shot-grid, .wechat-shot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .payment-shot-wide { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .hero-copy { width: 100%; max-width: 100%; }
  .hero-copy h1 { max-width: 330px; font-size: 36px; overflow-wrap: break-word; }
  .hero-copy .lead { max-width: 330px; font-size: 16px; line-height: 1.48; }
  .quick-plan { width: 100%; padding: 6px; }
  .quick-plan input { min-height: 58px; padding: 12px 66px 12px 17px; font-size: 15px; }
  .search-submit { top: 6px; right: 6px; width: 58px; height: 58px; }
  .search-submit span { font-size: 27px; }
  .hotel-options { margin-right: -16px; margin-left: -16px; padding: 20px 18px; border-right: 0; border-left: 0; }
  .hotel-option-card { display: block; }
  .hotel-option-card > img { width: 100%; height: auto; aspect-ratio: 16 / 9; }
  .structured-search-card { grid-template-columns: 1fr; }
  .structured-search-card > img { height: auto; min-height: 0; aspect-ratio: 16 / 9; }
  .flight-time-grid { grid-template-columns: 1fr; }
  .search-recovery-actions { display: grid; grid-template-columns: 1fr; }
  .trip-planning-section { padding: 8px 0 26px; }
  .search-progress { margin-bottom: -14px; font-size: 12px; }
  .readiness-stages { gap: 38px; }
  .readiness-stage + .readiness-stage { padding-top: 38px; }
  .readiness-stage-heading { grid-template-columns: 46px minmax(0, 1fr); gap: 14px; }
  .readiness-stage-heading > span { width: 40px; height: 40px; font-size: 17px; }
  .readiness-card { min-height: 134px; grid-template-columns: 58px minmax(0, 1fr) 54px; }
  .module-number { font-size: 23px; }
  .module-copy { padding: 18px 14px; }
  .module-copy strong { overflow-wrap: break-word; }
  .module-action { padding: 16px 10px; }
  .module-action small { display: none; }
  .guide-panel { padding: 0 22px 40px; }
  .guide-panel-header { margin-right: -22px; margin-left: -22px; padding-right: 64px; padding-left: 22px; }
  .guide-panel h2 { max-width: 100%; font-size: 34px; overflow-wrap: anywhere; }
  .guide-panel-header h2 { font-size: 22px; }
  .guide-detail-grid section { grid-template-columns: 1fr; gap: 7px; }
  .preflight-progress > div:first-child { align-items: flex-start; flex-direction: column; gap: 4px; }
  .preflight-groups { grid-template-columns: 1fr; }
  .guide-detail-grid .preflight-group { display: block; }
  .policy-pathways { grid-template-columns: 1fr; }
  .guide-detail-grid .policy-section { grid-template-columns: 1fr; gap: 8px; }
  .guide-detail-grid .payment-section { grid-template-columns: 1fr; gap: 8px; }
  .phone-guide-section { grid-template-columns: 1fr; gap: 8px; }
  .transport-guide-section { grid-template-columns: 1fr; gap: 8px; }
  .arrival-ready-gate > div, .arrival-choice-grid { grid-template-columns: 1fr; }
  .apps-guide-section { grid-template-columns: 1fr; gap: 8px; }
  .phone-option-grid, .phone-compare-grid, .phone-settings-grid { grid-template-columns: 1fr; }
  .transport-check-grid { grid-template-columns: 1fr; }
  .city-guide-title, .booking-proof-note { grid-template-columns: 1fr; gap: 8px; }
  .booking-method-list article { grid-template-columns: 30px minmax(0, 1fr); gap: 5px 10px; }
  .booking-method-list p { grid-column: 2; }
  .attraction-city-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .attraction-city-heading p { text-align: left; }
  .attraction-booking-card > header { align-items: flex-start; flex-direction: column; }
  .attraction-booking-card dl > div { grid-template-columns: 1fr; gap: 5px; }
  .dish-guide-grid { grid-template-columns: 1fr; }
  .food-region-group header { align-items: flex-start; flex-direction: column; gap: 3px; }
  .phone-offline-list { grid-template-columns: 1fr; }
  .phone-offline-list article, .phone-offline-list article:nth-child(even) { padding: 14px 0; border-left: 0; }
  .guide-resources { grid-template-columns: 1fr; }
  .payment-screenshot-grid { grid-template-columns: 1fr; }
  .walkthrough-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .payment-shot-grid, .wechat-shot-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .shot-frame { height: 132px; }
  .payment-shot-wide { grid-column: 1 / -1; display: block; }
  .payment-shot-wide .shot-frame { height: 210px; }
  .offline-scenes-grid { grid-template-columns: 1fr; }
  .offline-scenes-grid .shot-frame { height: 200px; }
  .payment-shot-wide figcaption { padding-top: 9px; }
  .classic-section, .readiness-preview { padding-top: 42px; padding-bottom: 56px; }
  .route-panorama-compact img { aspect-ratio: 16 / 6; }
  .route-sequence { min-height: 210px; }
  .route-sequence-track { padding: 30px 18px; }
  .route-detail-section { padding: 32px 0; }
  .route-highlight-summary { padding-top: 28px; }
  .route-day-section { padding-top: 30px; }
  .route-section-heading { margin-bottom: 14px; }
  .route-city-highlight-grid article { padding: 18px; }
  .route-timeline li { grid-template-columns: 1fr; gap: 8px; padding: 16px 0; }
  .route-day-label { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
  .route-day-label strong { margin-top: 0; }
  .route-timeline aside { grid-column: auto; }
  .route-timeline aside.is-booking { margin-top: 3px; padding: 10px 12px; }
  .day-card { grid-template-columns: 1fr; }
  .day-slots { grid-template-columns: 1fr; }
  .day-slots div { padding: 0 0 10px; border-right: 0; border-bottom: 1px solid var(--line); }
  .feedback-dialog { padding: 16px; }
  .feedback-modal { padding: 22px 18px 18px; }
  .feedback-contact-row { grid-template-columns: 1fr; }
  .feedback-actions .primary-action { width: 100%; }
  .site-footer-bottom { min-height: 48px; }
  .site-footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; padding-top: 14px; padding-bottom: 14px; }
  .site-footer-links { flex-wrap: wrap; margin-left: 0; }
  .legal-shell { width: min(100% - 32px, 820px); padding: 48px 0 70px; }
  .analytics-shell { width: min(100% - 32px, 820px); padding: 36px 0 56px; }
  .analytics-heading { align-items: stretch; flex-direction: column; gap: 12px; }
  .analytics-heading label { width: 100%; }
  .analytics-access { padding: 18px; }
  .analytics-access > div { grid-template-columns: 1fr; }
  .analytics-totals, .analytics-groups { grid-template-columns: 1fr; }
}
