:root {
  --qiao-red: #a52232;
  --deep-red: #681823;
  --rice: #f6efe3;
  --gold: #d6ae63;
  --ink: #19292a;
  --paper: #fffcf6;
  --muted: #6f706c;
  --line: #e5d8c8;
  --green: #0f5a52;
  --shadow: 0 30px 90px rgba(37, 27, 24, .24);
  --serif: "Noto Serif SC", "Source Han Serif CN", "Songti SC", "STSong", "SimSun", serif;
  --sans: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
  --utility: "Bahnschrift", "Arial Narrow", Arial, sans-serif;
}

* { box-sizing: border-box; }
html, body { min-height: 100%; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 14%, rgba(168, 36, 47, .1), transparent 28%),
    radial-gradient(circle at 87% 79%, rgba(216, 182, 113, .18), transparent 30%),
    #eae4dc;
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
button, input, textarea { font: inherit; }
button { color: inherit; }
button, [role="button"] { -webkit-tap-highlight-color: transparent; }
button:focus-visible, input:focus-visible, textarea:focus-visible, [role="button"]:focus-visible {
  outline: 3px solid rgba(216, 182, 113, .8);
  outline-offset: 2px;
}

.prototype-note {
  position: fixed;
  top: 50%;
  right: calc(50% + 265px);
  display: grid;
  gap: 8px;
  width: 220px;
  transform: translateY(-50%);
  color: #5c5048;
}
.prototype-note span { color: var(--qiao-red); font: 700 18px var(--serif); letter-spacing: .25em; }
.prototype-note strong { font: 700 28px/1.3 var(--serif); }
.prototype-note small { color: #8c8077; letter-spacing: .08em; }

.app-shell {
  position: relative;
  width: min(100%, 430px);
  height: min(900px, 100dvh);
  min-height: 650px;
  margin: max(0px, calc((100dvh - 900px) / 2)) auto;
  overflow: hidden;
  background: var(--paper);
  box-shadow: var(--shadow);
  isolation: isolate;
}
.app-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  border: 1px solid rgba(78, 51, 42, .08);
}
.status-bar {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 28px;
  padding: 0 18px;
  font-size: 11px;
  font-weight: 700;
  pointer-events: none;
}
.status-icons { display: flex; align-items: center; gap: 5px; }
.status-icons i:first-child { width: 13px; height: 8px; border-bottom: 2px solid currentColor; border-radius: 50%; }
.status-icons i:nth-child(2) { width: 12px; height: 8px; background: linear-gradient(90deg, currentColor 25%, transparent 25% 35%, currentColor 35% 60%, transparent 60% 70%, currentColor 70%); opacity: .8; }
.status-icons b { width: 19px; height: 9px; border: 1.5px solid currentColor; border-radius: 3px; }
.status-bar.on-dark { color: #fff; }

.screen {
  position: absolute;
  inset: 0;
  display: none;
  overflow: hidden;
  background: var(--paper);
}
.screen.is-active { display: block; animation: screen-in .28s ease-out both; }
@keyframes screen-in { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: none; } }
.scroll-area {
  position: absolute;
  inset: 0;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  overscroll-behavior: contain;
}
.scroll-area::-webkit-scrollbar { display: none; }

.brand-header {
  position: absolute;
  z-index: 8;
  top: 28px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 66px;
  padding: 0 19px;
}
.brand-lockup { display: flex; align-items: center; gap: 10px; }
.brand-lockup > div:last-child { display: grid; gap: 2px; }
.brand-lockup strong { font: 700 21px/1 var(--serif); letter-spacing: .14em; }
.brand-lockup span { color: #70655e; font-size: 8px; letter-spacing: .13em; }
.brand-seal {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--paper);
  background: var(--qiao-red);
  border: 2px solid var(--qiao-red);
  border-radius: 4px 7px 5px 8px;
  font: 700 23px var(--serif);
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.7);
  transform: rotate(-2deg);
}
.brand-seal.small { width: 32px; height: 32px; font-size: 18px; }
.brand-seal.inverted { color: var(--qiao-red); background: var(--paper); border-color: var(--paper); box-shadow: inset 0 0 0 2px rgba(168,36,47,.22); }
.language-button {
  display: flex;
  gap: 6px;
  align-items: center;
  min-width: 54px;
  padding: 7px 11px;
  border: 1px solid rgba(40, 32, 29, .14);
  border-radius: 999px;
  background: rgba(255,253,249,.62);
  backdrop-filter: blur(10px);
  font-size: 12px;
}

.home-scroll { padding: 0 0 102px; }
.hero {
  position: relative;
  min-height: 522px;
  overflow: hidden;
  padding: 120px 22px 40px;
  background:
    linear-gradient(150deg, rgba(255,253,249,.98) 18%, rgba(247,241,231,.82) 68%, rgba(233,216,195,.8)),
    repeating-linear-gradient(115deg, transparent 0 12px, rgba(118,69,50,.025) 12px 13px);
}
.hero::before {
  content: "侨";
  position: absolute;
  top: 100px;
  right: -25px;
  color: rgba(168, 36, 47, .035);
  font: 700 240px/1 var(--serif);
}
.hero-copy { position: relative; z-index: 3; width: 72%; }
.eyebrow, .section-heading span, .content-title > span, .form-intro > span {
  color: var(--qiao-red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
}
.eyebrow { display: inline-flex; align-items: center; gap: 8px; }
.eyebrow::before { content: ""; width: 20px; height: 1px; background: currentColor; }
.hero h1 { margin: 18px 0 15px; font: 700 39px/1.25 var(--serif); letter-spacing: .04em; }
.hero h1 em { color: var(--qiao-red); font-style: normal; }
.hero-copy > p { margin: 0; color: #645b54; font-size: 13px; line-height: 1.8; }
.hero-link { margin-top: 25px; padding: 0 0 7px; border: 0; border-bottom: 1px solid var(--qiao-red); color: var(--qiao-red); background: none; font-size: 12px; font-weight: 700; letter-spacing: .08em; cursor: pointer; }
.hero-link span { display: inline-block; margin-left: 8px; transition: transform .2s ease; }
.hero-link:hover span { transform: translateX(4px); }
.canton-scene { position: absolute; z-index: 2; right: -1px; bottom: 24px; width: 170px; height: 300px; }
.tower { position: absolute; z-index: 2; right: -2px; bottom: 5px; width: 125px; height: 280px; fill: none; stroke: var(--qiao-red); stroke-width: 2.2; opacity: .86; }
.tower path:first-child, .tower path:nth-child(2) { stroke-width: 3; }
.sun-disc { position: absolute; right: 32px; bottom: 86px; width: 116px; height: 116px; border-radius: 50%; background: rgba(216,182,113,.32); }
.kapok { position: absolute; width: 40px; height: 40px; }
.kapok i { position: absolute; top: 14px; left: 15px; width: 12px; height: 17px; border-radius: 70% 30% 65% 35%; background: var(--qiao-red); transform-origin: 6px 7px; }
.kapok i:nth-child(1) { transform: rotate(0) translateY(-10px); }
.kapok i:nth-child(2) { transform: rotate(72deg) translateY(-10px); }
.kapok i:nth-child(3) { transform: rotate(144deg) translateY(-10px); }
.kapok i:nth-child(4) { transform: rotate(216deg) translateY(-10px); }
.kapok i:nth-child(5) { transform: rotate(288deg) translateY(-10px); }
.kapok::after { content: ""; position: absolute; top: 16px; left: 16px; width: 9px; height: 9px; border-radius: 50%; background: var(--gold); }
.kapok-one { right: 118px; bottom: 54px; transform: scale(.8) rotate(15deg); }
.kapok-two { right: 20px; bottom: 210px; transform: scale(.54) rotate(-8deg); opacity: .7; }
.hero-wave { position: absolute; right: -20px; bottom: -54px; left: -20px; height: 100px; border: 1px solid rgba(168,36,47,.18); border-radius: 50% 50% 0 0; transform: rotate(-3deg); }
.hero-wave::after { content: ""; position: absolute; inset: 12px -25px; border-top: 1px solid rgba(168,36,47,.11); border-radius: 50%; }

.section-block { padding: 30px 20px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 16px; }
.section-heading > div { display: grid; gap: 4px; }
.section-heading h2, .content-title h2 { margin: 0; font: 700 23px/1.35 var(--serif); letter-spacing: .03em; }
.section-heading button { padding: 4px 0; border: 0; border-bottom: 1px solid #a99d93; color: #746a62; background: none; font-size: 11px; }
.package-block { margin-top: -14px; background: var(--paper); border-radius: 22px 22px 0 0; }
.package-card { overflow: hidden; border: 1px solid var(--line); border-radius: 6px 20px 6px 20px; background: #fff; box-shadow: 0 14px 35px rgba(91,58,45,.09); cursor: pointer; }
.package-cover { position: relative; height: 188px; overflow: hidden; padding: 23px; color: #fff; background: linear-gradient(145deg, #8e202b, #b33a3f 58%, #7d1e29); }
.package-cover::after { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 45%, rgba(255,255,255,.09)); }
.cover-pattern { position: absolute; inset: -20px; opacity: .13; background: repeating-radial-gradient(circle at 85% 22%, transparent 0 12px, #fff 13px 14px, transparent 15px 27px); }
.days { position: relative; z-index: 2; display: inline-flex; align-items: baseline; gap: 3px; padding: 5px 9px; border: 1px solid rgba(255,255,255,.5); font-size: 10px; letter-spacing: .1em; }
.days b { font: 700 17px var(--serif); }
.cover-title { position: relative; z-index: 2; display: grid; gap: 5px; margin-top: 19px; }
.cover-title small { opacity: .72; font-size: 8px; letter-spacing: .18em; }
.cover-title strong { font: 700 27px/1.24 var(--serif); letter-spacing: .11em; }
.package-cover svg { position: absolute; z-index: 1; right: -10px; bottom: -1px; width: 220px; fill: rgba(250,231,201,.17); stroke: rgba(255,255,255,.55); stroke-width: 1.5; }
.package-cover svg path:first-child { stroke: none; }
.package-body { padding: 18px; }
.package-meta { display: flex; gap: 7px; }
.package-meta span, .detail-tags span { padding: 4px 8px; color: var(--deep-red); background: rgba(168,36,47,.08); border-radius: 2px; font-size: 9px; }
.package-body > p { margin: 13px 0 17px; color: #665d57; font-size: 12px; line-height: 1.75; }
.package-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px dashed var(--line); }
.package-footer strong { color: var(--qiao-red); font: 700 17px var(--serif); }
.package-footer span { color: #6c635d; font-size: 11px; }
.package-footer b { color: var(--qiao-red); }

.service-block { background: var(--rice); }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.service-grid article { display: grid; grid-template-columns: 38px 1fr; grid-template-rows: auto auto; column-gap: 10px; padding: 15px 13px; background: rgba(255,253,249,.86); border: 1px solid rgba(131,99,77,.09); }
.service-icon { grid-row: 1 / 3; display: grid; place-items: center; width: 38px; height: 38px; color: var(--qiao-red); border: 1px solid rgba(168,36,47,.26); border-radius: 50%; font: 700 15px var(--serif); }
.service-grid strong { align-self: end; font: 700 13px var(--serif); }
.service-grid span { align-self: start; margin-top: 3px; color: var(--muted); font-size: 9px; }
.home-story { position: relative; min-height: 215px; padding: 35px 28px; overflow: hidden; color: #f8eee2; background: var(--deep-red); }
.home-story::before { content: ""; position: absolute; inset: 0; opacity: .12; background: repeating-linear-gradient(45deg, transparent 0 17px, #fff 18px 19px); }
.home-story > span { position: relative; font-size: 10px; letter-spacing: .28em; opacity: .65; }
.home-story blockquote { position: relative; margin: 24px 0 0; font: 700 21px/1.65 var(--serif); letter-spacing: .06em; }
.story-stamp { position: absolute; right: 28px; bottom: 25px; display: grid; place-items: center; width: 42px; height: 52px; border: 1px solid rgba(255,255,255,.5); font: 700 15px/1.3 var(--serif); }

.bottom-nav {
  position: absolute;
  z-index: 15;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 78px;
  padding: 8px 8px max(8px, env(safe-area-inset-bottom));
  background: rgba(255,253,249,.94);
  border-top: 1px solid rgba(96,72,60,.1);
  backdrop-filter: blur(18px);
}
.bottom-nav button { position: relative; display: grid; place-items: center; gap: 3px; padding: 4px; border: 0; color: #8f857d; background: none; font-size: 10px; cursor: pointer; }
.bottom-nav button::before { content: ""; position: absolute; top: -8px; width: 30px; height: 3px; background: transparent; border-radius: 0 0 3px 3px; }
.bottom-nav svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.bottom-nav button.is-selected { color: var(--qiao-red); font-weight: 700; }
.bottom-nav button.is-selected::before { background: var(--qiao-red); }
.app-shell[data-current-screen="package"] .bottom-nav,
.app-shell[data-current-screen="register"] .bottom-nav,
.app-shell[data-current-screen="travel"] .bottom-nav,
.app-shell[data-current-screen="health"] .bottom-nav,
.app-shell[data-current-screen="success"] .bottom-nav,
.app-shell[data-current-screen="article"] .bottom-nav { display: none; }

.page-header {
  position: absolute;
  z-index: 12;
  top: 28px;
  left: 0;
  display: grid;
  grid-template-columns: 42px 1fr 42px;
  align-items: center;
  width: 100%;
  height: 58px;
  padding: 0 14px;
  background: rgba(255,253,249,.94);
  border-bottom: 1px solid rgba(88,62,51,.08);
  backdrop-filter: blur(14px);
}
.page-header > span { text-align: center; font: 700 16px var(--serif); letter-spacing: .08em; }
.page-header-overlay { color: #fff; background: linear-gradient(to bottom, rgba(48,17,19,.55), transparent); border: 0; backdrop-filter: none; }
.icon-button { display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 0; border-radius: 50%; background: transparent; font-size: 20px; cursor: pointer; }
.icon-button.glass { color: #fff; background: rgba(40,22,22,.25); backdrop-filter: blur(8px); }
.icon-button.light { color: #fff; }
.detail-scroll { top: 0; }
.with-cta { bottom: 76px; }
.detail-cover { position: relative; height: 350px; overflow: hidden; color: #fff; background: linear-gradient(145deg, #6f1721 5%, #a82c36 55%, #d17765); }
.detail-cover::before { content: ""; position: absolute; inset: 0; opacity: .22; background: radial-gradient(circle at 80% 25%, #f2cf89 0 42px, transparent 43px), repeating-radial-gradient(circle at 94% 28%, transparent 0 18px, rgba(255,255,255,.8) 19px 20px, transparent 21px 36px); }
.detail-cover::after { content: ""; position: absolute; right: -40px; bottom: -90px; width: 340px; height: 220px; background: var(--deep-red); border-radius: 48% 52% 0 0; transform: rotate(-8deg); opacity: .7; }
.detail-skyline { position: absolute; z-index: 2; right: 28px; bottom: 0; width: 90px; height: 245px; border-right: 3px solid rgba(255,255,255,.55); transform: skewX(-8deg); }
.detail-skyline::before { content: ""; position: absolute; top: 25px; right: -16px; width: 34px; height: 145px; border: 2px solid rgba(255,255,255,.5); border-radius: 50%; }
.detail-skyline::after { content: ""; position: absolute; top: 98px; right: -23px; width: 48px; border-top: 2px solid rgba(255,255,255,.55); box-shadow: 0 35px 0 rgba(255,255,255,.45), 0 70px 0 rgba(255,255,255,.35); }
.detail-cover-copy { position: absolute; z-index: 4; left: 24px; bottom: 42px; }
.detail-cover-copy span { font-size: 9px; letter-spacing: .22em; opacity: .7; }
.detail-cover-copy h1 { margin: 10px 0; font: 700 33px/1.28 var(--serif); letter-spacing: .1em; }
.detail-cover-copy p { margin: 0; font-size: 12px; letter-spacing: .14em; opacity: .76; }
.detail-intro { padding: 24px 22px 20px; }
.detail-tags { display: flex; gap: 8px; }
.detail-intro h2 { margin: 17px 0 10px; font: 700 22px/1.5 var(--serif); }
.detail-intro > p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.75; }
.info-strip { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0 20px; padding: 17px 0; background: var(--rice); border: 1px solid var(--line); }
.info-strip div { display: grid; gap: 4px; padding: 0 10px; text-align: center; border-right: 1px solid var(--line); }
.info-strip div:last-child { border: 0; }
.info-strip small { color: var(--muted); font-size: 9px; }
.info-strip strong { font: 700 12px var(--serif); }
.timeline-section, .included-section { padding: 30px 22px; }
.content-title { display: grid; gap: 5px; margin-bottom: 22px; }
.timeline { position: relative; display: grid; gap: 25px; }
.timeline::before { content: ""; position: absolute; top: 25px; bottom: 34px; left: 23px; border-left: 1px dashed rgba(168,36,47,.3); }
.timeline article { position: relative; display: grid; grid-template-columns: 49px 1fr; gap: 15px; }
.day-badge { z-index: 1; display: grid; place-items: center; width: 47px; height: 47px; color: var(--qiao-red); background: var(--paper); border: 1px solid rgba(168,36,47,.25); border-radius: 50%; font-size: 7px; line-height: 1; }
.day-badge b { display: block; margin-top: -10px; font: 700 16px var(--serif); }
.timeline h3 { margin: 0 0 7px; font: 700 15px var(--serif); }
.timeline p { margin: 0 0 9px; color: var(--muted); font-size: 11px; line-height: 1.7; }
.timeline article span { color: var(--qiao-red); font-size: 9px; letter-spacing: .08em; }
.included-section { background: var(--rice); }
.included-section ul { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; background: var(--paper); border: 1px solid var(--line); }
.included-section li { display: flex; align-items: center; gap: 13px; padding: 14px; border-bottom: 1px solid var(--line); font-size: 12px; }
.included-section li:last-child { border: 0; }
.included-section li b { color: var(--qiao-red); font: 700 12px var(--serif); }
.prototype-caveat { color: var(--muted); font-size: 9px; line-height: 1.6; }
.sticky-cta { position: absolute; z-index: 15; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; height: 76px; padding: 10px 17px max(10px, env(safe-area-inset-bottom)); background: rgba(255,253,249,.96); border-top: 1px solid var(--line); backdrop-filter: blur(14px); }
.sticky-cta > div { display: grid; gap: 2px; }
.sticky-cta small { color: var(--muted); font-size: 9px; }
.sticky-cta strong { color: var(--qiao-red); font: 700 18px var(--serif); }
.sticky-cta button, .empty-order button, .active-order > button { padding: 12px 24px; border: 0; color: #fff; background: var(--qiao-red); border-radius: 2px 12px 2px 12px; font-weight: 700; font-size: 13px; box-shadow: 0 8px 20px rgba(168,36,47,.2); }

.form-screen { background: linear-gradient(180deg, var(--rice), var(--paper) 35%); }
.form-scroll { top: 86px; padding: 18px 21px 45px; }
.form-progress { margin: 0 0 30px; }
.form-progress > div { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); justify-items: center; }
.form-progress > div::before { content: ""; position: absolute; top: 13px; right: 16%; left: 16%; height: 1px; background: var(--line); }
.form-progress > div span { z-index: 1; display: grid; place-items: center; width: 27px; height: 27px; color: #998f87; background: var(--paper); border: 1px solid var(--line); border-radius: 50%; font-size: 10px; }
.form-progress > div span.is-done { color: #fff; background: var(--qiao-red); border-color: var(--qiao-red); }
.form-progress p { display: grid; grid-template-columns: repeat(3, 1fr); margin: 6px 0 0; text-align: center; font-size: 9px; }
.form-progress b { color: var(--qiao-red); }
.form-progress em { color: #aaa19b; font-style: normal; }
.form-intro { margin-bottom: 26px; }
.form-intro h1 { margin: 7px 0 6px; font: 700 28px var(--serif); }
.form-intro p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.prototype-form { display: grid; gap: 20px; }
.prototype-form > label { display: grid; gap: 9px; font-size: 12px; font-weight: 700; }
.prototype-form label i { color: var(--qiao-red); font-style: normal; }
.prototype-form input, .prototype-form textarea, .select-field { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid #cfc2b6; color: var(--ink); background: transparent; outline: 0; font-size: 13px; resize: none; }
.prototype-form input:focus, .prototype-form textarea:focus { border-color: var(--qiao-red); }
.prototype-form input::placeholder, .prototype-form textarea::placeholder { color: #b1a8a1; }
.select-field { display: flex; justify-content: space-between; text-align: left; cursor: pointer; }
.select-field span { color: #aaa099; font-weight: 400; }
.choice-row { display: flex; gap: 8px; }
.choice-row button { flex: 1; padding: 11px 5px; border: 1px solid var(--line); background: var(--paper); font-size: 11px; }
.choice-row button.is-selected { color: var(--qiao-red); background: rgba(168,36,47,.05); border-color: var(--qiao-red); font-weight: 700; }
.primary-button { display: flex; align-items: center; justify-content: center; gap: 18px; width: 100%; margin-top: 8px; padding: 15px; border: 0; color: #fff; background: var(--qiao-red); border-radius: 2px 14px 2px 14px; box-shadow: 0 12px 26px rgba(168,36,47,.19); font-size: 13px; font-weight: 700; cursor: pointer; }
.primary-button span { font-size: 18px; }
.stepper { display: flex; align-items: center; gap: 17px; height: 45px; border-bottom: 1px solid #cfc2b6; }
.stepper button { display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid var(--line); background: var(--paper); border-radius: 50%; }
.stepper strong { min-width: 20px; text-align: center; }
.stepper span { color: var(--muted); font-weight: 400; font-size: 11px; }
.prototype-form fieldset { margin: 0; padding: 0; border: 0; }
.prototype-form legend { margin-bottom: 12px; font-size: 12px; font-weight: 700; }
.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.check-list label { position: relative; }
.check-list input { position: absolute; opacity: 0; }
.check-list span { display: grid; place-items: center; min-height: 42px; padding: 8px; border: 1px solid var(--line); font-size: 10px; text-align: center; }
.check-list input:checked + span { color: var(--qiao-red); background: rgba(168,36,47,.05); border-color: var(--qiao-red); font-weight: 700; }
.consent { grid-template-columns: 18px 1fr !important; align-items: start; gap: 8px !important; color: var(--muted); font-size: 9px !important; font-weight: 400 !important; line-height: 1.6; }
.consent input { width: 16px; height: 16px; accent-color: var(--qiao-red); }

.success-screen { color: #fff; background: linear-gradient(155deg, #7b1924, #a82a35 58%, #6c1520); }
.success-screen::before { content: "侨"; position: absolute; right: -40px; bottom: -45px; color: rgba(255,255,255,.035); font: 700 300px var(--serif); }
.success-decoration { position: absolute; top: 40px; right: 25px; width: 100px; height: 100px; }
.kapok.large { top: 18px; right: 15px; transform: scale(1.55); opacity: .25; }
.success-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; height: 100%; padding: 96px 26px 35px; text-align: center; }
.success-mark { display: grid; place-items: center; width: 62px; height: 62px; margin-bottom: 20px; color: var(--qiao-red); background: #fff7eb; border-radius: 50%; font-size: 29px; box-shadow: 0 0 0 9px rgba(255,255,255,.1); }
.success-content > span { font-size: 10px; letter-spacing: .22em; opacity: .7; }
.success-content h1 { margin: 12px 0; font: 700 33px/1.35 var(--serif); letter-spacing: .09em; }
.success-content > p { margin: 0; max-width: 315px; color: rgba(255,255,255,.76); font-size: 11px; line-height: 1.8; }
.success-content > p b { color: #f3d28f; }
.receipt { position: relative; width: 100%; margin: 29px 0 22px; padding: 20px; color: var(--ink); background: var(--paper); border-radius: 4px; text-align: left; }
.receipt::before, .receipt::after { content: ""; position: absolute; top: 72px; width: 16px; height: 16px; border-radius: 50%; background: #941f2b; }
.receipt::before { left: -8px; }.receipt::after { right: -8px; }
.receipt > small { display: block; color: var(--muted); font-size: 9px; }
.receipt > strong { display: block; margin: 5px 0 17px; color: var(--qiao-red); font: 700 19px var(--serif); letter-spacing: .08em; }
.receipt > i { display: block; margin: 0 -20px 15px; border-top: 1px dashed var(--line); }
.receipt > div { display: flex; justify-content: space-between; margin-top: 10px; font-size: 10px; }
.receipt div span { color: var(--muted); }.receipt div b { font-size: 10px; }.receipt div b.red { color: var(--qiao-red); }
.success-content .primary-button { color: var(--deep-red); background: #f1d18e; box-shadow: none; }
.text-button { margin-top: 14px; padding: 6px; border: 0; color: rgba(255,255,255,.7); background: transparent; font-size: 11px; }

.feature-header { position: absolute; z-index: 5; top: 28px; right: 0; left: 0; height: 150px; padding: 28px 21px; color: #fff; background: linear-gradient(135deg, var(--deep-red), var(--qiao-red)); }
.feature-header > div:first-child > span { font-size: 9px; letter-spacing: .18em; opacity: .65; }
.feature-header h1 { margin: 5px 0; font: 700 25px var(--serif); }
.feature-header p { margin: 0; font-size: 9px; opacity: .76; }
.feature-header p i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; background: #87d6a1; border-radius: 50%; box-shadow: 0 0 0 3px rgba(135,214,161,.15); }
.ai-orb { position: absolute; right: 25px; bottom: 25px; display: grid; place-items: center; width: 58px; height: 58px; color: var(--deep-red); background: radial-gradient(circle at 34% 28%, #fff6dd, #d8b671); border: 1px solid rgba(255,255,255,.6); border-radius: 41% 59% 62% 38%; font: 700 17px var(--serif); box-shadow: 0 12px 35px rgba(52,16,18,.25); transform: rotate(-8deg); }
.feature-scroll { top: 178px; bottom: 137px; padding: 16px 18px 25px; }
.ai-notice { margin-bottom: 20px; padding: 10px 12px; color: #7c6e63; background: var(--rice); border-left: 3px solid var(--gold); font-size: 9px; line-height: 1.55; }
.chat-list { display: grid; gap: 16px; }
.message { display: flex; gap: 9px; align-items: start; }
.message.user { justify-content: end; }
.chat-avatar { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; color: #fff; background: var(--qiao-red); border-radius: 3px 9px 3px 9px; font: 700 14px var(--serif); }
.message > div:last-child { display: grid; gap: 4px; max-width: 280px; }
.message span { padding: 10px 12px; background: var(--rice); border-radius: 3px 12px 12px; font-size: 11px; line-height: 1.6; }
.message.user span { color: #fff; background: var(--qiao-red); border-radius: 12px 3px 12px 12px; }
.quick-section { margin-top: 25px; }
.quick-section > span { color: var(--muted); font-size: 9px; }
.quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 9px; }
.quick-grid button { padding: 10px 7px; border: 1px solid var(--line); color: #665a52; background: #fff; border-radius: 3px; font-size: 9px; }
.chat-composer { position: absolute; z-index: 16; right: 0; bottom: 78px; left: 0; display: grid; grid-template-columns: 1fr 39px; gap: 8px; padding: 12px 15px; background: var(--paper); border-top: 1px solid var(--line); }
.chat-composer input { min-width: 0; padding: 11px 14px; border: 1px solid var(--line); background: var(--rice); border-radius: 20px; font-size: 11px; outline: 0; }
.chat-composer input:focus { border-color: var(--qiao-red); }
.chat-composer button { display: grid; place-items: center; width: 39px; height: 39px; border: 0; color: #fff; background: var(--qiao-red); border-radius: 50%; font-size: 17px; }

.news-header { position: absolute; z-index: 3; top: 28px; right: 0; left: 0; height: 166px; padding: 34px 21px; overflow: hidden; color: #fff; background: #7f1c28; }
.news-header::after { content: "广"; position: absolute; right: 6px; top: -43px; color: rgba(255,255,255,.07); font: 700 180px var(--serif); }
.news-header > span { font-size: 9px; letter-spacing: .22em; opacity: .65; }
.news-header h1 { margin: 7px 0 4px; font: 700 28px var(--serif); }
.news-header p { margin: 0; font-size: 10px; opacity: .7; }
.news-scroll { top: 174px; bottom: 78px; padding: 0 18px 28px; }
.category-tabs { display: flex; gap: 5px; overflow-x: auto; margin: 0 -18px 18px; padding: 12px 18px 3px; scrollbar-width: none; }
.category-tabs button { flex: 0 0 auto; padding: 7px 13px; border: 0; color: var(--muted); background: transparent; font-size: 10px; }
.category-tabs button.is-selected { color: #fff; background: var(--qiao-red); border-radius: 2px 9px 2px 9px; }
.featured-article { overflow: hidden; border: 1px solid var(--line); background: #fff; cursor: pointer; }
.article-art { position: relative; display: flex; flex-direction: column; align-items: start; justify-content: end; height: 160px; overflow: hidden; padding: 18px; color: #fff; background: linear-gradient(125deg, #365f57, #719087); }
.article-art::before { content: ""; position: absolute; right: -25px; top: -38px; width: 145px; height: 145px; border: 22px solid rgba(255,255,255,.09); border-radius: 50%; }
.article-art span { z-index: 1; font-size: 8px; letter-spacing: .18em; opacity: .65; }
.article-art b { z-index: 1; font: 700 42px var(--serif); }
.article-art i { z-index: 1; font: 400 13px var(--serif); letter-spacing: .14em; }
.featured-article > div:last-child { padding: 17px; }
.featured-article > div > span, .article-list article span { color: var(--qiao-red); font-size: 9px; font-weight: 700; }
.featured-article h2 { margin: 7px 0; font: 700 18px var(--serif); }
.featured-article p, .article-list p { margin: 0 0 10px; color: var(--muted); font-size: 10px; line-height: 1.6; }
.featured-article small, .article-list small { color: #aca29a; font-size: 8px; }
.article-list { display: grid; margin-top: 12px; }
.article-list article { display: grid; grid-template-columns: 1fr 72px; gap: 13px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.article-list h3 { margin: 6px 0; font: 700 14px var(--serif); }
.mini-art { display: grid; place-items: center; width: 72px; height: 72px; color: #fff; background: #b97753; font: 700 25px var(--serif); }
.mini-art.tea { background: #8b7251; }.mini-art.tower-art { background: #aa3a41; }.mini-art.policy { background: var(--green); }
.article-list article[hidden] { display: none; }

.article-content { top: 86px; padding: 28px 23px 50px; }
.article-kicker { color: var(--qiao-red); font-size: 9px; font-weight: 700; letter-spacing: .08em; }
.article-content h1 { margin: 12px 0; font: 700 30px/1.35 var(--serif); }
.article-lead { padding-bottom: 22px; color: #6e645d; border-bottom: 1px solid var(--line); font-size: 12px !important; }
.article-content > p, .article-content li { color: #514943; font-size: 12px; line-height: 1.9; }
.article-content h2 { margin: 25px 0 5px; color: var(--qiao-red); font: 700 18px var(--serif); }
.article-content ul { padding-left: 20px; }
.article-visual { position: relative; display: grid; place-items: center; height: 185px; margin: 23px 0; overflow: hidden; color: #fff; background: var(--green); }
.article-visual::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(255,255,255,.18); }
.article-visual strong { font: 700 47px var(--serif); }.article-visual > span { margin-top: -36px; font-size: 10px; letter-spacing: .18em; opacity: .7; }
.water-drop { position: absolute; top: 22px; right: 27px; display: grid; place-items: center; width: 45px; height: 55px; background: rgba(255,255,255,.12); border-radius: 60% 40% 60% 40%; transform: rotate(20deg); font: 700 14px var(--serif); }
.article-content aside { margin: 24px 0; padding: 16px; background: var(--rice); border-left: 3px solid var(--gold); }
.article-content aside span { color: var(--qiao-red); font-size: 10px; font-weight: 700; }.article-content aside p { margin: 7px 0 0; font-size: 11px; line-height: 1.7; }
.medical-sign { display: flex; align-items: center; gap: 10px; margin-top: 30px; padding-top: 18px; border-top: 1px solid var(--line); }
.medical-sign p { display: grid; gap: 4px; margin: 0; }.medical-sign b { font: 700 12px var(--serif); }.medical-sign span { color: var(--muted); font-size: 8px; }

.profile-header { position: absolute; z-index: 3; top: 0; right: 0; left: 0; height: 250px; padding: 52px 22px 30px; color: #fff; background: linear-gradient(135deg, #751923, #a52a34); }
.profile-header::after { content: ""; position: absolute; right: -65px; bottom: -80px; width: 250px; height: 250px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 35px rgba(255,255,255,.025), 0 0 0 70px rgba(255,255,255,.02); }
.profile-header .brand-seal { position: relative; z-index: 2; }
.profile-header .icon-button { position: absolute; z-index: 2; top: 48px; right: 16px; }
.profile-header > div:last-child { position: relative; z-index: 2; margin-top: 24px; }
.profile-header span { font-size: 9px; letter-spacing: .12em; opacity: .68; }
.profile-header h1 { margin: 5px 0; font: 700 25px var(--serif); }
.profile-header p { margin: 0; font-size: 10px; opacity: .72; }
.profile-scroll { top: 225px; bottom: 78px; padding: 0 18px 32px; }
.member-card { position: relative; min-height: 135px; padding: 22px; overflow: hidden; color: #f8ead7; background: linear-gradient(135deg, #27211d, #594337); border-radius: 4px 18px 4px 18px; box-shadow: 0 17px 35px rgba(49,32,25,.16); }
.member-card::after { content: "侨"; position: absolute; right: -9px; bottom: -32px; color: rgba(255,255,255,.06); font: 700 120px var(--serif); }
.member-card > span { font-size: 7px; letter-spacing: .2em; opacity: .55; }.member-card h2 { margin: 10px 0 5px; font: 700 20px var(--serif); }.member-card p { margin: 0; font-size: 9px; opacity: .6; }.member-card i { position: absolute; right: 17px; top: 17px; color: var(--gold); font: 700 11px var(--serif); }
.order-section { padding: 28px 0 15px; }
.empty-order { padding: 25px 20px; background: var(--rice); border: 1px solid var(--line); text-align: center; }
.empty-order > div { display: grid; place-items: center; width: 46px; height: 46px; margin: 0 auto 12px; color: var(--qiao-red); border: 1px solid rgba(168,36,47,.25); border-radius: 50%; font: 700 16px var(--serif); }
.empty-order h3 { margin: 0; font: 700 15px var(--serif); }.empty-order p { margin: 8px auto 14px; max-width: 260px; color: var(--muted); font-size: 10px; line-height: 1.6; }.empty-order button { padding: 9px 19px; font-size: 10px; }
.active-order { padding: 17px; border: 1px solid var(--line); box-shadow: 0 10px 25px rgba(74,50,40,.08); }
.active-order[hidden] { display: none; }
.order-top { display: flex; justify-content: space-between; font-size: 8px; color: var(--muted); }.order-top b { color: var(--qiao-red); }.active-order h3 { margin: 15px 0 5px; font: 700 15px var(--serif); }.active-order > p { margin: 0; color: var(--muted); font-size: 9px; }
.order-progress { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); margin: 19px 0 15px; font-size: 8px; color: #a79e97; text-align: center; }
.order-progress::before { content: ""; position: absolute; top: -7px; right: 16%; left: 16%; height: 2px; background: var(--line); }.order-progress i { position: absolute; z-index: 1; top: -10px; left: 16%; width: 8px; height: 8px; background: var(--qiao-red); border-radius: 50%; }.order-progress .is-current { color: var(--qiao-red); font-weight: 700; }
.active-order > button { width: 100%; padding: 10px; font-size: 10px; }
.profile-menu { display: grid; border-top: 1px solid var(--line); }
.profile-menu button { display: grid; grid-template-columns: 35px 1fr 15px; align-items: center; gap: 10px; padding: 14px 2px; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; }
.profile-menu button > i { display: grid; place-items: center; width: 34px; height: 34px; color: var(--qiao-red); background: rgba(168,36,47,.06); border-radius: 3px 10px 3px 10px; font: 700 12px var(--serif); }.profile-menu button span { display: grid; gap: 3px; font-size: 11px; }.profile-menu button small { color: var(--muted); font-size: 8px; }.profile-menu button > b { color: #aaa19a; }

.language-sheet { position: absolute; z-index: 50; inset: 0; }
.sheet-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(27,19,17,.42); backdrop-filter: blur(2px); }
.language-sheet > div { position: absolute; right: 0; bottom: 0; left: 0; display: grid; padding: 22px 20px 30px; background: var(--paper); border-radius: 18px 18px 0 0; box-shadow: 0 -20px 50px rgba(44,26,21,.16); animation: sheet-in .25s ease-out; }
@keyframes sheet-in { from { transform: translateY(100%); } }
.language-sheet > div > span { margin-bottom: 13px; font: 700 18px var(--serif); }
.language-sheet > div > button { display: flex; justify-content: space-between; padding: 13px 3px; border: 0; border-bottom: 1px solid var(--line); background: transparent; text-align: left; font-size: 12px; }.language-sheet button b { display: none; color: var(--qiao-red); }.language-sheet button.is-selected b { display: block; }.language-sheet > div > small { margin-top: 13px; color: var(--muted); font-size: 8px; line-height: 1.6; }
.toast { position: absolute; z-index: 60; right: 50%; bottom: 102px; max-width: 300px; padding: 10px 15px; color: #fff; background: rgba(37,30,27,.9); border-radius: 4px; font-size: 10px; transform: translateX(50%); box-shadow: 0 10px 30px rgba(0,0,0,.16); }

@media (max-width: 820px) {
  body { background: var(--paper); }
  .prototype-note { display: none; }
  .app-shell { width: 100%; height: 100dvh; min-height: 560px; margin: 0; box-shadow: none; }
  .app-shell::after { display: none; }
}
@media (max-height: 700px) and (min-width: 821px) {
  .app-shell { height: 100dvh; min-height: 560px; margin: 0 auto; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

/* 2026 广州文化视觉重塑：珠江窗景是唯一主视觉，其余页面保持克制。 */
body {
  background:
    radial-gradient(circle at 18% 18%, rgba(165,34,50,.2), transparent 32%),
    radial-gradient(circle at 82% 72%, rgba(214,174,99,.18), transparent 29%),
    #172b2b;
}
.prototype-note { color: #f4eadc; }
.prototype-note span { color: #e6b967; font: 600 11px var(--utility); letter-spacing: .28em; }
.prototype-note strong { font-size: 34px; line-height: 1.45; letter-spacing: .06em; }
.prototype-note small { color: rgba(255,255,255,.58); }
.prototype-note div { margin-top: 14px; padding-top: 14px; color: rgba(255,255,255,.42); border-top: 1px solid rgba(255,255,255,.14); font: 10px var(--utility); letter-spacing: .05em; }
.app-shell { border-radius: 24px; }
.app-shell::after { border-color: rgba(255,255,255,.16); border-radius: inherit; }
.brand-header { height: 76px; padding: 0 20px; }
.brand-lockup strong { font-size: 22px; }
.brand-lockup span { color: rgba(25,41,42,.67); font: 8px var(--utility); letter-spacing: .16em; }
.brand-seal { border-radius: 3px 9px 3px 9px; box-shadow: inset 0 0 0 1.5px rgba(255,255,255,.78), 0 8px 20px rgba(105,24,35,.18); }
.language-button { min-height: 38px; background: rgba(255,252,246,.82); border-color: rgba(25,41,42,.16); box-shadow: 0 8px 20px rgba(31,30,28,.08); }

.hero {
  min-height: 570px;
  padding: 128px 23px 118px;
  background:
    linear-gradient(90deg, rgba(255,252,246,.97) 0%, rgba(255,252,246,.88) 42%, rgba(255,252,246,.12) 78%),
    linear-gradient(0deg, rgba(15,90,82,.3), transparent 48%),
    url("images/guangzhou-hero.png") 54% center / cover no-repeat;
}
.hero::before { display: none; }
.hero::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(255,252,246,.5), transparent 22% 70%, rgba(10,61,57,.2)); }
.hero-copy { z-index: 4; width: 74%; }
.hero h1 { margin: 20px 0 16px; font-size: 43px; line-height: 1.23; letter-spacing: .025em; text-wrap: balance; }
.hero-copy > p { max-width: 300px; color: #4f5c59; font-size: 12px; line-height: 1.9; }
.hero-link { display: inline-flex; align-items: center; min-height: 42px; margin-top: 23px; padding: 0 15px; color: #fff; background: var(--qiao-red); border: 0; border-radius: 3px 14px 3px 14px; box-shadow: 0 12px 28px rgba(104,24,35,.2); }
.canton-scene, .hero-wave { display: none; }
.hero-location { position: absolute; z-index: 4; right: 18px; bottom: 42px; display: grid; width: 148px; padding: 12px 14px; color: #fff; background: rgba(9,69,64,.88); border-top: 2px solid var(--gold); border-radius: 2px 13px 2px 13px; box-shadow: 0 16px 30px rgba(14,45,43,.22); backdrop-filter: blur(10px); }
.hero-location span { color: #e8c679; font: 10px var(--utility); letter-spacing: .16em; }
.hero-location b { margin-top: 4px; font: 700 13px var(--serif); }
.hero-location small { margin-top: 3px; opacity: .58; font: 7px var(--utility); letter-spacing: .14em; }

.package-block { position: relative; z-index: 4; margin-top: -34px; padding-top: 34px; border-radius: 28px 28px 0 0; }
.section-heading h2, .content-title h2 { color: var(--ink); font-size: 24px; }
.section-heading span, .content-title > span, .form-intro > span { font: 700 10px var(--utility); letter-spacing: .19em; }
.package-card { border: 0; border-radius: 5px 22px 5px 22px; box-shadow: 0 18px 42px rgba(48,38,31,.14); transform: translateZ(0); }
.package-card:active { transform: scale(.992); }
.package-cover { height: 220px; background: url("images/wellness-package.png") center / cover no-repeat; }
.package-cover::after { background: linear-gradient(90deg, rgba(11,25,27,.76), rgba(20,37,38,.25) 58%, rgba(0,0,0,.08)); }
.cover-pattern { inset: 0; opacity: .18; background: linear-gradient(135deg, transparent 0 70%, rgba(255,255,255,.34)); }
.cover-title { margin-top: 26px; }
.cover-title strong { font-size: 29px; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.package-cover svg { display: none; }
.package-body { padding: 20px; }
.package-meta span, .detail-tags span { color: var(--green); background: rgba(15,90,82,.08); }
.package-footer strong { color: var(--green); }

.service-block { padding-top: 35px; background: linear-gradient(135deg, rgba(15,90,82,.04), transparent 55%), var(--rice); }
.service-grid button { position: relative; display: grid; grid-template-columns: 42px 1fr 13px; grid-template-rows: auto auto; column-gap: 11px; min-height: 84px; padding: 15px 12px; color: var(--ink); background: rgba(255,252,246,.9); border: 1px solid rgba(15,90,82,.09); text-align: left; cursor: pointer; }
.service-grid button > b:last-child { grid-column: 3; grid-row: 1 / 3; align-self: center; color: rgba(15,90,82,.42); font: 400 13px var(--utility); }
.service-grid .service-icon { grid-row: 1 / 3; width: 42px; height: 42px; color: #fff; background: var(--green); border: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.28); }
.service-grid strong { align-self: end; font: 700 13px var(--serif); }
.service-grid span { align-self: start; margin-top: 4px; color: var(--muted); font-size: 8px; line-height: 1.45; }
.service-grid button:active { background: #fff; transform: translateY(1px); }

.city-section { padding: 34px 20px 38px; background: var(--paper); }
.city-cards { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: 112px 112px; gap: 9px; }
.city-card { position: relative; display: flex; flex-direction: column; align-items: start; justify-content: end; overflow: hidden; padding: 14px; color: #fff; border: 0; text-align: left; isolation: isolate; cursor: pointer; }
.city-card::before { content: ""; position: absolute; inset: 0; z-index: -2; background-position: center; background-size: cover; transition: transform .35s ease; }
.city-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(15deg, rgba(6,34,32,.83), transparent 76%); }
.city-card:active::before { transform: scale(1.04); }
.tower-city { grid-row: 1 / 3; border-radius: 4px 4px 4px 20px; }
.tower-city::before { background-image: url("images/guangzhou-hero.png"); background-position: 58% center; }
.arcade-city { border-radius: 4px 20px 4px 4px; }
.arcade-city::before { background: linear-gradient(135deg, rgba(165,34,50,.25), transparent), repeating-linear-gradient(90deg, #ac793f 0 12px, #2b6760 12px 24px, #d8b96b 24px 36px); }
.ram-city { border-radius: 4px; }
.ram-city::before { background: radial-gradient(circle at 74% 23%, rgba(214,174,99,.6) 0 14px, transparent 15px), linear-gradient(135deg, #77432f, #0f5a52); }
.city-card small { opacity: .68; font: 7px var(--utility); letter-spacing: .16em; }
.city-card strong { margin: 4px 0 2px; font: 700 18px var(--serif); }
.city-card span { font-size: 8px; opacity: .75; }

.home-story { min-height: 230px; padding: 40px 28px; background: linear-gradient(135deg, #0b4e49, #123733); }
.home-story::before { opacity: .14; background: linear-gradient(135deg, transparent 49%, #f3d58b 50% 51%, transparent 52%), linear-gradient(45deg, transparent 49%, #fff 50% 51%, transparent 52%); background-size: 42px 42px; }
.home-story blockquote { max-width: 300px; font-size: 22px; }
.ram-mark { position: absolute; right: 25px; bottom: 22px; width: 58px; height: 54px; color: #f1ce7e; border: 1px solid rgba(241,206,126,.5); border-radius: 50% 50% 12% 12%; }
.ram-mark i { position: absolute; top: -11px; width: 26px; height: 25px; border: 2px solid currentColor; border-bottom: 0; border-radius: 50% 50% 0 0; }
.ram-mark i:first-child { left: 1px; transform: rotate(-18deg); }.ram-mark i:nth-child(2) { right: 1px; transform: rotate(18deg); }
.ram-mark b { display: grid; place-items: center; height: 100%; font: 700 17px var(--serif); }

.bottom-nav { height: 80px; background: rgba(255,252,246,.92); border-color: rgba(15,90,82,.1); }
.bottom-nav button { min-height: 52px; }
.bottom-nav button::before { top: -8px; width: 24px; height: 2px; }
.bottom-nav button.is-selected { color: var(--green); }
.bottom-nav button.is-selected::before { background: var(--qiao-red); }

.detail-cover { height: 430px; background: url("images/wellness-package.png") 58% center / cover no-repeat; }
.detail-cover::before { inset: 0; opacity: 1; background: linear-gradient(0deg, rgba(7,28,28,.9), rgba(7,28,28,.08) 75%), linear-gradient(90deg, rgba(15,35,35,.4), transparent); }
.detail-cover::after { display: none; }
.detail-place { position: absolute; z-index: 4; top: 105px; right: 18px; display: grid; padding: 10px 12px; color: #fff; border-right: 2px solid var(--gold); background: rgba(9,46,44,.55); text-align: right; backdrop-filter: blur(6px); }
.detail-place span { opacity: .66; font-size: 7px; letter-spacing: .13em; }.detail-place b { margin-top: 3px; font: 700 11px var(--serif); }
.detail-cover-copy { bottom: 38px; }
.detail-cover-copy h1 { font-size: 36px; }
.detail-intro { padding-top: 28px; }
.info-strip { border-radius: 3px 14px 3px 14px; }
.route-strip { padding: 27px 22px 4px; }
.route-strip > span { color: var(--qiao-red); font: 700 9px var(--utility); letter-spacing: .18em; }
.route-strip > div { display: flex; align-items: center; gap: 7px; margin-top: 13px; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
.route-strip b { font: 700 11px var(--serif); }.route-strip i { display: grid; place-items: center; width: 18px; height: 18px; color: #fff; background: var(--green); border-radius: 50%; font: 400 7px var(--utility); }
.included-section details { border-bottom: 1px solid var(--line); }
.included-section summary { display: flex; justify-content: space-between; padding: 16px 2px; font-size: 11px; font-weight: 700; cursor: pointer; list-style: none; }
.included-section summary::-webkit-details-marker { display: none; }
.included-section details p { margin: 0 0 16px; color: var(--muted); font-size: 10px; line-height: 1.7; }
.included-section details[open] summary span { transform: rotate(45deg); }

.form-screen { background: radial-gradient(circle at 100% 8%, rgba(214,174,99,.16), transparent 24%), linear-gradient(180deg, var(--rice), var(--paper) 38%); }
.form-scroll { padding-right: 23px; padding-left: 23px; }
.form-progress > div span.is-done { background: var(--green); border-color: var(--green); }
.form-intro h1 { font-size: 30px; }
.prototype-form > label { gap: 7px; }
.prototype-form input, .prototype-form textarea, .select-field { min-height: 48px; padding: 13px 12px; background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: 3px 11px 3px 11px; }
.prototype-form textarea { min-height: 96px; }
.select-field { appearance: none; background-image: linear-gradient(45deg, transparent 50%, var(--muted) 50%), linear-gradient(135deg, var(--muted) 50%, transparent 50%); background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px; background-repeat: no-repeat; background-size: 5px 5px; }
.choice-row button, .check-list span { min-height: 44px; border-radius: 2px 10px 2px 10px; }
.choice-row button.is-selected, .check-list input:checked + span { color: var(--green); background: rgba(15,90,82,.07); border-color: var(--green); }
.stepper { padding: 0 10px; background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: 3px 11px 3px 11px; }
.primary-button { min-height: 48px; background: linear-gradient(135deg, var(--qiao-red), #c24447); border-radius: 3px 15px 3px 15px; }

.success-screen { background: linear-gradient(145deg, rgba(11,78,73,.93), rgba(104,24,35,.96)), url("images/guangzhou-hero.png") center / cover; }
.app-shell[data-current-screen="success"] .status-bar { color: #fff !important; }
.success-screen::before { content: "广州"; right: -25px; bottom: 5px; color: rgba(255,255,255,.04); font-size: 150px; writing-mode: vertical-rl; }
.success-content { padding-top: 83px; }
.success-content h1 { font-size: 35px; }
.receipt { border-radius: 4px 18px 4px 18px; }
.receipt::before, .receipt::after { top: 72px; background: #245550; }

.feature-header { background: linear-gradient(135deg, #0b4e49, #a52232); }
.feature-header::after, .news-header::before { content: ""; position: absolute; inset: 0; opacity: .12; background: linear-gradient(135deg, transparent 49%, #fff 50% 51%, transparent 52%); background-size: 36px 36px; pointer-events: none; }
.ai-orb { color: var(--green); background: radial-gradient(circle at 32% 27%, #fff9e9, #e0b964); }
.ai-notice { border-left-color: var(--green); }
.chat-avatar { background: var(--green); }
.message.user span, .chat-composer button { background: var(--qiao-red); }
.quick-grid button { min-height: 42px; border-radius: 2px 10px 2px 10px; }

.news-header { background: linear-gradient(135deg, #6d1722, #a52232 60%, #0f5a52); }
.news-header::after { content: "花城"; right: 10px; top: -24px; font-size: 92px; writing-mode: vertical-rl; }
.featured-article { border: 0; border-radius: 4px 18px 4px 18px; box-shadow: 0 15px 35px rgba(49,39,31,.12); }
.article-art { height: 178px; background: linear-gradient(90deg, rgba(8,54,51,.83), rgba(8,54,51,.18)), url("images/fasting-guide.png") center / cover no-repeat; }
.article-art::before { border-color: rgba(255,255,255,.15); }
.article-list article { cursor: pointer; transition: background .2s ease, padding .2s ease; }
.article-list article:active { padding-right: 8px; padding-left: 8px; background: var(--rice); }
.mini-art { border-radius: 2px 12px 2px 12px; }
.mini-art.tea { background: linear-gradient(135deg, #986437, #d6ae63); }.mini-art.tower-art { background: linear-gradient(135deg, #a52232, #df8270); }.mini-art.policy { background: linear-gradient(135deg, #0f5a52, #6b9187); }
.article-content [data-article-body] > p, .article-content [data-article-body] li { color: #455250; font-size: 12px; line-height: 1.9; }
.article-content [data-article-body] h2 { margin: 25px 0 5px; color: var(--qiao-red); font: 700 18px var(--serif); }
.article-visual { background: linear-gradient(125deg, rgba(10,77,71,.88), rgba(10,77,71,.42)), url("images/fasting-guide.png") center / cover no-repeat; border-radius: 3px 18px 3px 18px; }
.article-visual[data-article-visual="yumcha"] { background: linear-gradient(125deg, rgba(112,65,39,.9), rgba(188,135,78,.55)), url("images/wellness-package.png") right bottom / cover; }
.article-visual[data-article-visual="tower"] { background: linear-gradient(125deg, rgba(8,67,63,.82), rgba(165,34,50,.25)), url("images/guangzhou-hero.png") 60% center / cover; }
.article-visual[data-article-visual="medicine"] { background: linear-gradient(135deg, #0f5a52, #73968d); }

.profile-header { height: 264px; background: linear-gradient(120deg, rgba(92,19,30,.94), rgba(8,75,70,.78)), url("images/guangzhou-hero.png") 62% 62% / cover; }
.profile-scroll { top: 236px; }
.member-card { color: #f8ead7; background: linear-gradient(135deg, #0b3936, #1c5e57); border: 1px solid rgba(214,174,99,.25); }
.member-card::after { content: "穗"; }
.profile-menu button { min-height: 62px; }
.profile-menu button > i { color: var(--green); background: rgba(15,90,82,.07); }

.info-sheet { position: absolute; z-index: 55; inset: 0; }
.info-sheet > section { position: absolute; right: 0; bottom: 0; left: 0; display: grid; justify-items: start; padding: 25px 22px max(28px, env(safe-area-inset-bottom)); background: var(--paper); border-radius: 24px 24px 0 0; box-shadow: 0 -24px 60px rgba(31,28,25,.2); animation: sheet-in .25s ease-out; }
.info-sheet-mark { display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 17px; color: #fff; background: var(--green); border-radius: 50% 50% 12% 12%; font: 700 16px var(--serif); }
.info-sheet section > span { color: var(--qiao-red); font: 700 9px var(--utility); letter-spacing: .17em; }
.info-sheet h2 { margin: 8px 0 10px; font: 700 24px var(--serif); }
.info-sheet p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.8; }
.info-sheet .primary-button { margin-top: 22px; }
[hidden] { display: none !important; }

button, [role="button"], summary { touch-action: manipulation; }
@media (hover: hover) {
  .package-card:hover, .city-card:hover, .service-grid button:hover { box-shadow: 0 18px 38px rgba(28,49,46,.16); }
  .service-grid button:hover { border-color: rgba(15,90,82,.25); }
}
@media (max-width: 820px) {
  .app-shell { border-radius: 0; }
}
@media (max-width: 360px) {
  .hero h1 { font-size: 38px; }
  .hero-copy { width: 78%; }
  .hero-location { width: 136px; }
  .section-heading h2, .content-title h2 { font-size: 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid button { min-height: 72px; }
  .home-story blockquote { font-size: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .city-card::before { transition: none; }
}

/* 2026-08 长者友好修订：固定区不透底，滚动内容不再跨层叠放。 */
body { font-size: 16px; }

.status-bar {
  z-index: 40;
  height: 28px;
  color: var(--ink);
  background: var(--paper);
  font-size: 13px;
}
.app-shell[data-current-screen="home"] .status-bar { color: var(--ink) !important; background: var(--paper); }
.app-shell[data-current-screen="package"] .status-bar { background: #173f3c; }
.app-shell[data-current-screen="success"] .status-bar { background: #174b46; }
.app-shell[data-current-screen="ai"] .status-bar { background: #0b4e49; }
.app-shell[data-current-screen="news"] .status-bar { background: #741925; }
.app-shell[data-current-screen="profile"] .status-bar { background: #651c28; }

.brand-header {
  z-index: 24;
  top: 28px;
  height: 84px;
  padding: 0 20px;
  background: var(--paper);
  border-bottom: 1px solid rgba(25,41,42,.1);
  box-shadow: 0 6px 20px rgba(31,39,38,.08);
}
.brand-lockup strong { font-size: 23px; }
.brand-lockup span { font-size: 12px; line-height: 1.2; }
.language-button { min-width: 60px; min-height: 44px; font-size: 15px; }
.home-scroll { top: 112px; bottom: 82px; padding: 0 0 24px; }
.hero {
  min-height: 500px;
  padding: 44px 23px 96px;
  background-position: 55% center;
}
.hero-copy { width: min(78%, 310px); }
.eyebrow, .section-heading span, .content-title > span, .form-intro > span {
  font-size: 12px;
  line-height: 1.5;
}
.hero h1 { margin: 18px 0; font-size: clamp(37px, 10vw, 43px); line-height: 1.22; }
.hero-copy > p { max-width: 315px; font-size: 16px; line-height: 1.75; }
.hero-link { min-height: 48px; margin-top: 22px; padding: 0 17px; font-size: 15px; }
.hero-location { right: 18px; bottom: 24px; width: 166px; padding: 13px 15px; }
.hero-location span { font-size: 12px; }
.hero-location b { font-size: 15px; }
.hero-location small { font-size: 12px; }

.section-block { padding: 36px 22px; }
.section-heading { align-items: flex-end; margin-bottom: 20px; }
.section-heading > div { gap: 6px; }
.section-heading h2, .content-title h2 { font-size: 26px; line-height: 1.35; }
.section-heading button { min-height: 40px; font-size: 14px; }
.package-block {
  z-index: 1;
  margin-top: 0;
  padding-top: 38px;
  border-radius: 0;
}
.package-cover { height: 224px; }
.days { font-size: 13px; }
.cover-title small { font-size: 12px; }
.cover-title strong { font-size: 30px; }
.package-body { padding: 22px; }
.package-meta { flex-wrap: wrap; gap: 8px; }
.package-meta span, .detail-tags span { padding: 6px 9px; font-size: 13px; }
.package-body > p { margin: 16px 0 20px; font-size: 16px; line-height: 1.75; }
.package-footer strong { font-size: 19px; }
.package-footer span { font-size: 14px; }

.service-block { padding-top: 38px; }
.service-grid { grid-template-columns: 1fr; gap: 14px; }
.service-grid button {
  grid-template-columns: 48px 1fr 18px;
  grid-template-rows: auto auto;
  align-content: end;
  min-height: 156px;
  padding: 20px;
  overflow: hidden;
  color: #fff;
  background-color: #174b46;
  background-position: center;
  background-size: cover;
  border: 0;
  border-radius: 4px 18px 4px 18px;
  box-shadow: 0 14px 30px rgba(28,49,46,.14);
  text-shadow: 0 1px 10px rgba(0,0,0,.45);
}
.service-grid button:nth-child(1) { background-image: linear-gradient(0deg, rgba(5,37,35,.88), rgba(5,37,35,.08) 80%), url("images/service-medical.png"); background-position: 42% center; }
.service-grid button:nth-child(2) { background-image: linear-gradient(0deg, rgba(67,24,29,.9), rgba(67,24,29,.08) 80%), url("images/service-companion.png"); background-position: 58% center; }
.service-grid button:nth-child(3) { background-image: linear-gradient(0deg, rgba(5,37,35,.9), rgba(5,37,35,.08) 80%), url("images/wellness-package.png"); }
.service-grid button:nth-child(4) { background-image: linear-gradient(0deg, rgba(67,24,29,.88), rgba(67,24,29,.05) 80%), url("images/guangzhou-hero.png"); background-position: 58% center; }
.service-grid .service-icon {
  width: 48px;
  height: 48px;
  color: #fff;
  background: rgba(15,90,82,.82);
  border: 1px solid rgba(255,255,255,.58);
  font-size: 18px;
  backdrop-filter: blur(6px);
}
.service-grid strong { font-size: 20px; color: #fff; }
.service-grid span { margin-top: 4px; color: rgba(255,255,255,.9); font-size: 14px; line-height: 1.45; }
.service-grid button > b:last-child { color: #fff; font-size: 18px; }

.city-section { padding: 38px 22px 42px; }
.city-cards { grid-template-rows: 154px 154px; gap: 12px; }
.city-card { padding: 17px; }
.arcade-city::before { background: url("images/guangzhou-arcade.png") center / cover no-repeat; }
.ram-city::before { background: url("images/five-rams.png") center / cover no-repeat; }
.city-card small { font-size: 12px; }
.city-card strong { font-size: 23px; }
.city-card span { font-size: 13px; }
.home-story {
  min-height: 280px;
  padding: 42px 28px;
  background: linear-gradient(90deg, rgba(7,64,59,.94), rgba(7,64,59,.56)), url("images/five-rams.png") center / cover no-repeat;
}
.home-story > span { font-size: 13px; line-height: 1.6; }
.home-story blockquote { max-width: 330px; font-size: 25px; line-height: 1.65; }

.bottom-nav { z-index: 28; height: 82px; background: var(--paper); }
.bottom-nav button { min-height: 58px; gap: 5px; color: #685f59; font-size: 13px; }
.bottom-nav svg { width: 25px; height: 25px; }

.page-header { top: 28px; height: 72px; padding: 0 14px; background: var(--paper); font-size: 16px; }
.page-header-overlay { color: #fff; background: #173f3c; border-bottom-color: rgba(255,255,255,.12); }
.detail-scroll { top: 100px; }
.form-scroll { top: 100px; padding-top: 24px; }
.article-content { top: 100px; }
.detail-cover-copy span, .detail-place span { font-size: 12px; }
.detail-place b { font-size: 13px; }
.detail-cover-copy p { font-size: 15px; }
.detail-intro > p { font-size: 16px; line-height: 1.75; }
.info-strip small { font-size: 12px; }
.info-strip strong { font-size: 15px; }
.route-strip > span { font-size: 12px; }
.route-strip b { font-size: 14px; }
.route-strip i { width: 23px; height: 23px; font-size: 12px; }
.timeline article { gap: 15px; }
.day-badge { width: 52px; height: 52px; font-size: 12px; }
.timeline h3 { font-size: 19px; }
.timeline p { font-size: 15px; line-height: 1.7; }
.timeline article span { font-size: 12px; }
.included-section li { font-size: 15px; line-height: 1.55; }
.included-section summary { min-height: 52px; font-size: 15px; }
.included-section details p { font-size: 14px; }
.prototype-caveat, .sticky-cta small { font-size: 12px; }
.sticky-cta button, .empty-order button, .active-order > button { min-height: 48px; font-size: 15px; }

.form-progress > div span { width: 31px; height: 31px; font-size: 13px; }
.form-progress p { font-size: 12px; line-height: 1.45; }
.form-intro p { font-size: 15px; }
.prototype-form { gap: 24px; }
.prototype-form > label, .prototype-form legend { font-size: 15px; }
.prototype-form input, .prototype-form textarea, .select-field { min-height: 52px; font-size: 16px; }
.choice-row button { min-height: 48px; font-size: 14px; }
.primary-button { min-height: 52px; font-size: 16px; }
.stepper span { font-size: 14px; }
.check-list span { min-height: 50px; font-size: 14px; }
.consent { font-size: 13px !important; line-height: 1.7; }

.success-content > span { font-size: 12px; }
.success-content > p { font-size: 15px; }
.receipt > small { font-size: 12px; }
.receipt > div, .receipt div b { font-size: 13px; }
.text-button { min-height: 42px; font-size: 14px; }

.feature-header { top: 28px; height: 168px; padding: 31px 22px; }
.feature-header > div:first-child > span { font-size: 12px; }
.feature-header h1 { font-size: 28px; }
.feature-header p { font-size: 13px; }
.feature-scroll { top: 196px; bottom: 150px; padding: 20px 20px 28px; }
.ai-notice { padding: 13px 14px; font-size: 13px; }
.message span { padding: 12px 14px; font-size: 15px; }
.quick-section > span { font-size: 13px; }
.quick-grid button { min-height: 48px; font-size: 14px; }
.chat-composer { bottom: 82px; min-height: 64px; }
.chat-composer input { font-size: 15px; }

.news-header { top: 28px; height: 180px; padding: 32px 22px; }
.news-header > span { font-size: 12px; }
.news-header h1 { font-size: 31px; }
.news-header p { font-size: 15px; }
.news-scroll { top: 208px; bottom: 82px; padding: 0 20px 32px; }
.category-tabs { gap: 8px; margin: 0 -20px 22px; padding: 14px 20px 6px; background: var(--paper); }
.category-tabs button { min-height: 42px; padding: 9px 15px; font-size: 14px; }
.article-art { height: 190px; }
.article-art span { font-size: 11px; }
.article-art i { font-size: 15px; }
.featured-article > div:last-child { padding: 21px; }
.featured-article > div > span, .article-list article span { font-size: 12px; }
.featured-article h2 { font-size: 22px; line-height: 1.45; }
.featured-article p, .article-list p { font-size: 15px; line-height: 1.65; }
.featured-article small, .article-list small { font-size: 12px; }
.article-list article { grid-template-columns: 1fr 104px; gap: 15px; padding: 20px 0; }
.article-list h3 { font-size: 18px; line-height: 1.45; }
.mini-art { width: 104px; height: 92px; color: transparent; background-position: center; background-size: cover; }
.mini-art.tea { background: url("images/yumcha-guide.png") center / cover no-repeat; }
.mini-art.tower-art { background: url("images/guangzhou-hero.png") 58% center / cover no-repeat; }
.mini-art.policy { background: url("images/medicine-travel.png") center / cover no-repeat; }

.article-kicker { font-size: 12px; }
.article-content h1 { font-size: 32px; }
.article-lead { font-size: 16px !important; line-height: 1.8; }
.article-content [data-article-body] > p, .article-content [data-article-body] li { font-size: 16px; line-height: 1.9; }
.article-visual > span { font-size: 13px; }
.article-visual[data-article-visual="yumcha"] { background: linear-gradient(125deg, rgba(89,50,29,.78), rgba(89,50,29,.25)), url("images/yumcha-guide.png") center / cover; }
.article-visual[data-article-visual="medicine"] { background: linear-gradient(125deg, rgba(8,67,63,.78), rgba(8,67,63,.2)), url("images/medicine-travel.png") center / cover; }
.article-content aside span { font-size: 13px; }
.article-content aside p { font-size: 15px; }
.medical-sign b { font-size: 15px; }
.medical-sign span { font-size: 12px; }

.profile-header {
  z-index: 10;
  height: 232px;
  padding: 50px 22px 24px;
}
.profile-header .icon-button { top: 44px; }
.profile-header > div:last-child { margin-top: 20px; }
.profile-header span { font-size: 13px; }
.profile-header h1 { margin: 7px 0; font-size: 30px; }
.profile-header p { font-size: 14px; }
.profile-scroll { top: 232px; bottom: 82px; padding: 20px 20px 34px; }
.member-card {
  min-height: 176px;
  padding: 25px;
  background: linear-gradient(90deg, rgba(7,57,53,.96), rgba(7,57,53,.52)), url("images/service-companion.png") 58% center / cover no-repeat;
}
.member-card > span { font-size: 12px; }
.member-card h2 { margin: 12px 0 7px; font-size: 24px; }
.member-card p { font-size: 14px; }
.member-card i { top: 23px; right: 21px; font-size: 13px; }
.order-section { padding: 34px 0 20px; }
.empty-order h3, .active-order h3 { font-size: 18px; }
.empty-order p, .active-order > p { font-size: 14px; }
.order-top, .order-progress { font-size: 12px; }
.profile-menu button { grid-template-columns: 42px 1fr 18px; min-height: 72px; padding: 15px 3px; }
.profile-menu button > i { width: 40px; height: 40px; font-size: 15px; }
.profile-menu button span { font-size: 15px; }
.profile-menu button small { font-size: 12px; }

.language-sheet > div > button { min-height: 52px; font-size: 15px; }
.language-sheet > div > small, .info-sheet section > span { font-size: 12px; }
.info-sheet p { font-size: 15px; }
.toast { font-size: 14px; }

@media (max-width: 360px) {
  .brand-lockup strong { font-size: 21px; }
  .brand-lockup span { font-size: 12px; letter-spacing: .1em; }
  .hero { min-height: 490px; padding-right: 20px; padding-left: 20px; }
  .hero h1 { font-size: 36px; }
  .hero-copy { width: 82%; }
  .section-heading h2, .content-title h2 { font-size: 24px; }
  .city-cards { grid-template-columns: 1fr; grid-template-rows: repeat(3, 170px); }
  .tower-city { grid-row: auto; border-radius: 4px 18px 4px 18px; }
  .article-list article { grid-template-columns: 1fr 88px; }
  .mini-art { width: 88px; }
}

/* 2026-08 侨联评审修订：以侨联红为主色，补齐旧原型服务链路。 */
:root {
  --qiao-red: #9f1f31;
  --deep-red: #671724;
  --rice: #f7efe4;
  --gold: #bc8a46;
  --paper: #fffaf2;
  --green: #9f1f31;
}

.icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon-button svg,
.service-icon svg,
.service-grid button > b svg,
.profile-menu svg,
.access-note > svg,
.service-action svg,
.interpreter-card > svg,
.doctor-note > svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-button { width: 46px; height: 46px; }
.icon-button svg { width: 25px; height: 25px; }

body {
  background-color: #291c1d;
  background-image: radial-gradient(circle at 18% 18%, rgba(159,31,49,.22), transparent 32%), radial-gradient(circle at 82% 72%, rgba(188,138,70,.18), transparent 29%);
}
.app-shell[data-current-screen="package"] .status-bar,
.app-shell[data-current-screen="success"] .status-bar,
.app-shell[data-current-screen="ai"] .status-bar { background: var(--deep-red); }
.app-shell[data-current-screen="profile"] .status-bar { background: #7d1b2a; }

.hero {
  background-image: linear-gradient(90deg, rgba(255,250,242,.97) 0%, rgba(255,250,242,.88) 42%, rgba(255,250,242,.12) 78%), linear-gradient(0deg, rgba(159,31,49,.22), transparent 48%), url("images/guangzhou-hero.png");
}
.hero::after { background: linear-gradient(180deg, rgba(255,250,242,.48), transparent 24% 70%, rgba(103,23,36,.22)); }
.hero-location { background: rgba(103,23,36,.9); border-top-color: var(--gold); box-shadow: 0 16px 30px rgba(62,14,23,.22); }

.platform-block { padding-top: 38px; padding-bottom: 38px; background: var(--paper); }
.platform-card { position: relative; padding: 25px 22px 22px; overflow: hidden; color: #fff9ee; background: var(--deep-red); border-left: 5px solid var(--gold); border-radius: 4px 18px 4px 18px; box-shadow: 0 16px 34px rgba(71,21,29,.16); }
.platform-card::after { content: "侨"; position: absolute; right: -5px; bottom: -42px; color: rgba(255,255,255,.06); font: 700 130px var(--serif); }
.platform-card > span { color: #e5bd77; font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.platform-card h3 { position: relative; z-index: 1; margin: 10px 0 9px; font: 700 24px/1.45 var(--serif); }
.platform-card p { position: relative; z-index: 1; margin: 0; color: rgba(255,249,238,.84); font-size: 15px; line-height: 1.8; }
.platform-flow { position: relative; z-index: 1; display: flex; align-items: center; gap: 7px; margin-top: 20px; overflow-x: auto; padding-bottom: 3px; white-space: nowrap; scrollbar-width: none; }
.platform-flow b { padding: 7px 9px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2); border-radius: 3px 9px 3px 9px; font-size: 12px; }
.platform-flow i { flex: 0 0 12px; height: 1px; background: var(--gold); }

.package-block { margin-top: 0; }
.package-meta span, .detail-tags span { color: var(--qiao-red); background: rgba(159,31,49,.08); }
.package-footer strong { color: var(--qiao-red); }
.service-block { background: #f7eee3; }
.service-grid button { box-shadow: 0 14px 30px rgba(83,29,35,.14); }
.service-grid button:nth-child(1) { background-image: linear-gradient(0deg, rgba(69,17,27,.9), rgba(69,17,27,.08) 80%), url("images/service-medical.png"); }
.service-grid button:nth-child(2) { background-image: linear-gradient(0deg, rgba(88,23,31,.9), rgba(88,23,31,.08) 80%), url("images/service-companion.png"); }
.service-grid button:nth-child(3) { background-image: linear-gradient(0deg, rgba(76,18,27,.9), rgba(76,18,27,.08) 80%), url("images/wellness-package.png"); }
.service-grid button:nth-child(4) { background-image: linear-gradient(0deg, rgba(88,23,31,.9), rgba(88,23,31,.06) 80%), url("images/guangzhou-hero.png"); }
.service-grid .service-icon { color: #fff; background: rgba(159,31,49,.9); }
.service-grid .service-icon svg { width: 27px; height: 27px; }
.service-grid button > b:last-child { display: grid; place-items: center; color: #fff; }
.service-grid button > b:last-child svg { width: 22px; height: 22px; }
.home-story { background-image: linear-gradient(90deg, rgba(103,23,36,.96), rgba(103,23,36,.68)), url("images/five-rams.png"); }

.page-header-overlay { background: var(--deep-red); }
.detail-cover::before { background: linear-gradient(0deg, rgba(55,12,20,.92), rgba(55,12,20,.08) 75%), linear-gradient(90deg, rgba(66,16,24,.38), transparent); }
.detail-place { background: rgba(103,23,36,.76); }
.route-strip i { background: var(--qiao-red); }
.package-facts { padding: 32px 22px; background: var(--paper); border-top: 1px solid var(--line); }
.package-facts > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.fact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.fact-grid span { display: grid; place-items: center; min-height: 54px; padding: 10px; color: var(--deep-red); background: #f5e7df; border: 1px solid #ead3c9; border-radius: 3px 12px 3px 12px; font-size: 14px; font-weight: 700; text-align: center; }
.price-title { margin-top: 34px; }
.price-table { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; background: #e5d5c4; border: 1px solid #e5d5c4; border-radius: 4px 14px 4px 14px; }
.price-table div { display: grid; gap: 6px; padding: 16px; background: var(--paper); }
.price-table span { color: var(--muted); font-size: 13px; }
.price-table b { color: var(--qiao-red); font: 700 17px var(--serif); }
.price-note { margin: 12px 0 22px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.sticky-cta strong { font-size: 17px; }

.form-progress > div span.is-done { background: var(--qiao-red); border-color: var(--qiao-red); }
.choice-row-wrap { flex-wrap: wrap; }
.choice-row-wrap button { flex: 1 1 30%; }
.choice-row button.is-selected, .check-list input:checked + span { color: var(--qiao-red); background: rgba(159,31,49,.07); border-color: var(--qiao-red); }
.form-divider { position: relative; margin: 7px 0 0; text-align: center; }
.form-divider::before { content: ""; position: absolute; top: 50%; right: 0; left: 0; border-top: 1px solid var(--line); }
.form-divider span { position: relative; padding: 0 13px; color: var(--qiao-red); background: var(--paper); font-size: 14px; font-weight: 700; }

.success-screen { background-image: linear-gradient(145deg, rgba(103,23,36,.96), rgba(159,31,49,.93)), url("images/guangzhou-hero.png"); }
.receipt::before, .receipt::after { background: #8a1c2b; }
.feature-header { background: var(--deep-red); }
.ai-orb { color: var(--qiao-red); }
.ai-notice { border-left-color: var(--qiao-red); }
.chat-avatar { background: var(--qiao-red); }
.news-header { background: var(--deep-red); }
.article-art { background-image: linear-gradient(90deg, rgba(85,19,30,.86), rgba(85,19,30,.2)), url("images/fasting-guide.png"); }
.article-visual { background-image: linear-gradient(125deg, rgba(103,23,36,.9), rgba(103,23,36,.4)), url("images/fasting-guide.png"); }
.article-visual[data-article-visual="tower"] { background-image: linear-gradient(125deg, rgba(103,23,36,.82), rgba(159,31,49,.2)), url("images/guangzhou-hero.png"); }
.article-visual[data-article-visual="medicine"] { background: #7c2531 url("images/medicine-travel.png") center / cover; }
.article-visual[data-article-visual="arcade"] { background-image: linear-gradient(125deg, rgba(103,23,36,.82), rgba(103,23,36,.24)), url("images/guangzhou-arcade.png"); }
.article-visual[data-article-visual="rams"] { background-image: linear-gradient(125deg, rgba(103,23,36,.86), rgba(103,23,36,.24)), url("images/five-rams.png"); }
.comment-section { margin-top: 32px; padding: 24px 0 6px; border-top: 1px solid var(--line); }
.comment-section > span { color: var(--qiao-red); font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.comment-section h2 { margin-top: 8px; }
.comment-section p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.comment-section textarea { width: 100%; min-height: 96px; padding: 13px; border: 1px solid var(--line); border-radius: 3px 12px 3px 12px; background: #fff; font-size: 15px; resize: none; }
.comment-section button { width: 100%; min-height: 48px; margin-top: 10px; color: #fff; background: var(--qiao-red); border: 0; border-radius: 3px 12px 3px 12px; font-size: 15px; font-weight: 700; }

.profile-header { background-image: linear-gradient(120deg, rgba(103,23,36,.96), rgba(126,26,40,.74)), url("images/guangzhou-hero.png"); }
.profile-header { overflow: hidden; }
.member-card { background-image: linear-gradient(90deg, rgba(103,23,36,.97), rgba(103,23,36,.58)), url("images/service-companion.png"); }
.profile-menu button > i { color: var(--qiao-red); background: rgba(159,31,49,.07); }
.profile-menu button > i svg { width: 23px; height: 23px; }
.profile-menu button > b { display: grid; place-items: center; }
.profile-menu button > b svg { width: 20px; height: 20px; }
.info-sheet-mark { background: var(--qiao-red); }

.app-shell[data-current-screen="trip"] .bottom-nav,
.app-shell[data-current-screen="visit"] .bottom-nav,
.app-shell[data-current-screen="report"] .bottom-nav { display: none; }
.service-screen .page-header { background: var(--paper); }
.service-scroll { top: 100px; padding: 0 20px 44px; }
.service-hero { position: relative; margin: 20px 0; padding: 26px 22px; overflow: hidden; color: #fff; background: var(--deep-red); border-radius: 4px 18px 4px 18px; }
.service-hero::after { content: "穗"; position: absolute; right: -4px; bottom: -38px; color: rgba(255,255,255,.06); font: 700 120px var(--serif); }
.service-hero > span { color: #e5bd77; font-size: 12px; letter-spacing: .16em; }
.service-hero h1 { position: relative; z-index: 1; margin: 11px 0 7px; font: 700 26px/1.4 var(--serif); }
.service-hero p { position: relative; z-index: 1; margin: 0; color: rgba(255,255,255,.76); font-size: 14px; }
.service-hero > b { position: absolute; z-index: 2; right: 18px; top: 18px; padding: 6px 9px; color: #fff4dd; background: rgba(255,255,255,.12); border-radius: 2px 8px 2px 8px; font-size: 12px; }
.access-note { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: start; padding: 17px; background: #f7eee3; border-left: 3px solid var(--gold); }
.access-note > svg { width: 30px; height: 30px; color: var(--qiao-red); }
.access-note p { display: grid; gap: 5px; margin: 0; }
.access-note b { font-size: 15px; }
.access-note span { color: var(--muted); font-size: 13px; line-height: 1.7; }
.service-panel { margin-top: 28px; }
.compact-timeline { display: grid; gap: 0; }
.compact-timeline article { display: grid; grid-template-columns: 46px 1fr; gap: 13px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.compact-timeline article > b { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--qiao-red); border-radius: 50%; font: 700 15px var(--serif); }
.compact-timeline article span { font-size: 16px; font-weight: 700; }
.compact-timeline article p { margin: 5px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.service-action { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; min-height: 52px; margin-top: 24px; color: #fff; background: var(--qiao-red); border: 0; border-radius: 3px 14px 3px 14px; font-size: 15px; font-weight: 700; }
.service-action svg { width: 23px; height: 23px; }
.visit-current { position: relative; padding: 22px; background: #fff; border: 1px solid var(--line); border-radius: 4px 16px 4px 16px; }
.visit-current > span { color: var(--qiao-red); font-size: 13px; font-weight: 700; }
.visit-current > strong { position: absolute; top: 18px; right: 21px; color: var(--qiao-red); font: 700 28px var(--serif); }
.visit-current h2 { margin: 14px 0 7px; font: 700 22px var(--serif); }
.visit-current p { margin: 0; color: var(--muted); font-size: 14px; }
.visit-current > div { height: 7px; margin-top: 18px; overflow: hidden; background: #eaded2; border-radius: 99px; }
.visit-current > div i { display: block; width: var(--progress); height: 100%; background: var(--qiao-red); }
.visit-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.visit-list li { display: grid; grid-template-columns: 39px 1fr; gap: 12px; align-items: center; padding: 14px 0; border-bottom: 1px solid var(--line); }
.visit-list li > b { display: grid; place-items: center; width: 36px; height: 36px; color: #8c8178; border: 1px solid var(--line); border-radius: 50%; }
.visit-list li.is-done > b, .visit-list li.is-current > b { color: #fff; background: var(--qiao-red); border-color: var(--qiao-red); }
.visit-list li > span { display: grid; gap: 4px; font-size: 15px; font-weight: 700; }
.visit-list small { color: var(--muted); font-size: 12px; font-weight: 400; }
.interpreter-card { display: grid; grid-template-columns: 44px 1fr auto; gap: 12px; align-items: center; margin-top: 25px; padding: 18px; background: #f7eee3; border-radius: 4px 15px 4px 15px; }
.interpreter-card > svg { width: 34px; height: 34px; color: var(--qiao-red); }
.interpreter-card > div { display: grid; gap: 4px; }
.interpreter-card span { color: var(--qiao-red); font-size: 12px; font-weight: 700; }
.interpreter-card b { font-size: 15px; }
.interpreter-card p { margin: 0; color: var(--muted); font-size: 12px; }
.interpreter-card button { min-width: 62px; min-height: 42px; color: #fff; background: var(--qiao-red); border: 0; border-radius: 3px 10px 3px 10px; font-weight: 700; }
.report-summary { padding: 23px 20px; background: #fff; border: 1px solid var(--line); border-radius: 4px 16px 4px 16px; }
.report-summary > span { color: var(--qiao-red); font-size: 13px; font-weight: 700; }
.report-summary > h2 { margin: 9px 0; font: 700 23px/1.45 var(--serif); }
.report-summary > p { color: var(--muted); font-size: 14px; line-height: 1.7; }
.report-summary > div { display: grid; gap: 9px; margin-top: 18px; }
.report-summary article { display: grid; grid-template-columns: 1fr auto; gap: 5px 10px; padding: 14px; background: #f8f3eb; border-left: 3px solid #b99c70; }
.report-summary article small { color: var(--muted); font-size: 13px; }
.report-summary article b { grid-row: 1 / 3; grid-column: 2; align-self: center; font: 700 19px var(--serif); }
.report-summary article span { font-size: 12px; }
.report-summary article.needs-attention { background: #f8e8e7; border-left-color: var(--qiao-red); }
.report-summary article.needs-attention b, .report-summary article.needs-attention span { color: var(--qiao-red); }
.doctor-note { display: grid; grid-template-columns: 44px 1fr; gap: 13px; margin-top: 20px; padding: 20px; background: #f7eee3; }
.doctor-note > svg { width: 34px; height: 34px; color: var(--qiao-red); }
.doctor-note span { color: var(--qiao-red); font-size: 12px; font-weight: 700; }
.doctor-note h3 { margin: 7px 0; font: 700 18px/1.55 var(--serif); }
.doctor-note p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.report-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
.report-actions button { min-height: 48px; color: var(--qiao-red); background: #fff; border: 1px solid var(--qiao-red); border-radius: 3px 11px 3px 11px; font-size: 14px; font-weight: 700; }

.section-heading button { min-width: 44px; min-height: 44px; }
.stepper button { width: 44px; height: 44px; }
.chat-composer button { width: 46px; height: 46px; }

@media (max-width: 360px) {
  .platform-flow { gap: 5px; }
  .platform-flow b { padding-right: 7px; padding-left: 7px; font-size: 11px; }
  .sticky-cta strong { font-size: 15px; }
  .fact-grid { grid-template-columns: 1fr; }
}

/* 2026-08-28：取消模拟状态栏与固定头部，所有顶部内容随正文自然滚动。 */
.status-bar { display: none !important; }

.brand-header,
.page-header,
.feature-header,
.news-header,
.profile-header {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  width: 100%;
}

.home-scroll { top: 0; bottom: 82px; padding-bottom: 24px; }
.brand-header { flex: 0 0 84px; height: 84px; }

.page-header {
  z-index: 5;
  height: 72px;
  min-height: 72px;
  padding: 0 14px;
  background: var(--paper);
  border-bottom: 1px solid rgba(88,62,51,.08);
}
.page-header-overlay { color: #fff; background: var(--deep-red); }

.detail-scroll { top: 0; }
.detail-scroll > .page-header { margin: 0; }

.form-scroll { top: 0; padding: 0 23px 45px; }
.form-scroll > .page-header {
  width: calc(100% + 46px);
  margin: 0 -23px 24px;
}

.feature-scroll { top: 0; bottom: 150px; padding: 0 20px 28px; }
.feature-scroll > .feature-header {
  width: calc(100% + 40px);
  height: 168px;
  margin: 0 -20px 20px;
}

.news-scroll { top: 0; bottom: 82px; padding: 0 20px 32px; }
.news-scroll > .news-header {
  width: calc(100% + 40px);
  height: 180px;
  margin: 0 -20px;
}
.category-tabs { position: relative; top: auto; }

.article-content { top: 0; padding: 0 23px 50px; }
.article-content > .page-header {
  width: calc(100% + 46px);
  margin: 0 -23px 28px;
}

.profile-scroll { top: 0; bottom: 82px; padding: 0 20px 34px; }
.profile-scroll > .profile-header {
  width: calc(100% + 40px);
  height: 212px;
  margin: 0 -20px 20px;
  padding: 32px 22px 24px;
}
.profile-header .icon-button { top: 24px; }
.profile-header > div:last-child { margin-top: 18px; }

.service-scroll { top: 0; padding: 0 20px 44px; }
.service-scroll > .page-header {
  width: calc(100% + 40px);
  margin: 0 -20px 20px;
}

.app-shell[data-current-screen="service-detail"] .bottom-nav,
.app-shell[data-current-screen="profile-data"] .bottom-nav,
.app-shell[data-current-screen="settings"] .bottom-nav { display: none; }

.service-detail-scroll,
.simple-page-scroll {
  top: 0;
  padding: 0 20px 46px;
}
.service-detail-scroll > .page-header,
.simple-page-scroll > .page-header {
  width: calc(100% + 40px);
  margin: 0 -20px;
}
.service-detail-hero {
  position: relative;
  min-height: 280px;
  margin: 20px 0 30px;
  padding: 30px 24px;
  overflow: hidden;
  color: #fff;
  background: var(--deep-red);
  border-left: 5px solid var(--gold);
  border-radius: 4px 20px 4px 20px;
}
.service-detail-hero::after {
  content: "穗";
  position: absolute;
  right: -8px;
  bottom: -52px;
  color: rgba(255,255,255,.06);
  font: 700 150px var(--serif);
}
.service-detail-hero > span { color: #e5bd77; font-size: 12px; font-weight: 700; letter-spacing: .17em; }
.service-detail-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-top: 28px; color: #fff; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.28); border-radius: 50%; }
.service-detail-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-detail-hero h1 { position: relative; z-index: 1; margin: 16px 0 8px; font: 700 32px/1.35 var(--serif); }
.service-detail-hero p { position: relative; z-index: 1; max-width: 290px; margin: 0; color: rgba(255,255,255,.8); font-size: 15px; line-height: 1.75; }
.service-detail-body { margin-bottom: 28px; }
.service-step-list { display: grid; gap: 0; }
.service-step-list article { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.service-step-list article > b { display: grid; place-items: center; width: 38px; height: 38px; color: #fff; background: var(--qiao-red); border-radius: 50%; font: 700 14px var(--serif); }
.service-step-list article h3 { margin: 0 0 5px; font: 700 17px var(--serif); }
.service-step-list article p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-boundary { padding: 19px; background: var(--rice); border-left: 3px solid var(--gold); }
.service-boundary span { color: var(--qiao-red); font-size: 13px; font-weight: 700; }
.service-boundary p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.simple-page-heading { padding: 30px 0 26px; }
.simple-page-heading > span { color: var(--qiao-red); font-size: 12px; font-weight: 700; letter-spacing: .16em; }
.simple-page-heading h1 { margin: 8px 0; font: 700 30px/1.4 var(--serif); }
.simple-page-heading p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.profile-data-form { display: grid; gap: 18px; }
.profile-data-form label { display: grid; gap: 8px; font-size: 15px; font-weight: 700; }
.profile-data-form input,
.profile-data-form select { width: 100%; min-height: 52px; padding: 12px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 3px 11px 3px 11px; font-size: 16px; }
.profile-data-form > p { margin: 2px 0 0; padding: 15px; color: var(--muted); background: var(--rice); border-left: 3px solid var(--gold); font-size: 13px; line-height: 1.7; }

.settings-list { display: grid; border-top: 1px solid var(--line); }
.settings-list > button,
.settings-list > label { display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: 76px; padding: 14px 2px; background: transparent; border: 0; border-bottom: 1px solid var(--line); text-align: left; }
.settings-list span { display: grid; gap: 4px; font-size: 16px; font-weight: 700; }
.settings-list small { color: var(--muted); font-size: 13px; font-weight: 400; }
.settings-list button b { display: grid; place-items: center; color: var(--muted); }
.settings-list button svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.settings-list label { position: relative; cursor: pointer; }
.settings-list label input { position: absolute; opacity: 0; }
.settings-list label > i { position: relative; width: 48px; height: 28px; background: #c9c1b8; border-radius: 99px; transition: background .2s ease; }
.settings-list label > i::after { content: ""; position: absolute; top: 3px; left: 3px; width: 22px; height: 22px; background: #fff; border-radius: 50%; box-shadow: 0 2px 6px rgba(0,0,0,.18); transition: transform .2s ease; }
.settings-list label input:checked + i { background: var(--qiao-red); }
.settings-list label input:checked + i::after { transform: translateX(20px); }
.privacy-details { margin-top: 25px; border-bottom: 1px solid var(--line); }
.privacy-details summary { display: flex; justify-content: space-between; min-height: 54px; padding: 14px 2px; font-size: 15px; font-weight: 700; cursor: pointer; list-style: none; }
.privacy-details summary::-webkit-details-marker { display: none; }
.privacy-details[open] summary span { transform: rotate(45deg); }
.privacy-details p { margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.75; }

@media (max-width: 360px) {
  .service-detail-hero h1 { font-size: 29px; }
  .profile-scroll > .profile-header { height: 205px; }
}
