.chuhai-vc {
  --vc-ink: #0a1f2f;
  --vc-muted: #60717d;
  --vc-paper: #f5f2ec;
  --vc-white: #fff;
  --vc-line: #d9e0e3;
  --vc-navy: #071a29;
  --vc-navy-soft: #102b3c;
  --vc-accent: #e8672d;
  --vc-accent-dark: #c94f1b;
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin: 0 0 0 -50vw;
  overflow: hidden;
  background: var(--vc-paper);
  color: var(--vc-ink);
  font-family: "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
  line-height: 1.65;
}
.chuhai-vc *, .chuhai-vc *::before, .chuhai-vc *::after { box-sizing: border-box; }
.chuhai-vc [hidden] { display: none !important; }
.chuhai-vc a { text-decoration: none; }
.chuhai-vc h1, .chuhai-vc h2, .chuhai-vc h3, .chuhai-vc p, .chuhai-vc dl, .chuhai-vc ol { margin-top: 0; }
.chuhai-vc h1, .chuhai-vc h2, .chuhai-vc h3 { color: inherit; font-weight: 750; letter-spacing: -.03em; }
.chuhai-vc button, .chuhai-vc input, .chuhai-vc textarea, .chuhai-vc select { font: inherit; }
.chuhai-vc :focus-visible { outline: 3px solid rgba(232, 103, 45, .38); outline-offset: 3px; }
.chuhai-vc-page .page-title, .chuhai-vc-page .entry-title { display: none; }
.chuhai-vc-room-page { margin: 0; padding-top: 0 !important; background: var(--vc-paper, #f5f2ec); }
.chuhai-vc-room-page > .aikb-skip-link,
.chuhai-vc-room-page > .topbar,
.chuhai-vc-room-page > .header,
.chuhai-vc-room-page > .footer,
.chuhai-vc-room-page > .rollbar,
.chuhai-vc-room-page > .footer-fixed-nav { display: none !important; }

.chuhai-vc__hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  isolation: isolate;
  background: var(--vc-navy) url("../images/consultation-hero.webp") center center / cover no-repeat;
  color: var(--vc-white);
}
.chuhai-vc__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(3, 18, 29, .97) 0%, rgba(3, 18, 29, .84) 39%, rgba(3, 18, 29, .2) 69%, rgba(3, 18, 29, .08) 100%);
}
.chuhai-vc__hero-inner { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 96px 0 116px; }
.chuhai-vc__hero-copy { width: min(650px, 58%); }
.chuhai-vc__eyebrow, .chuhai-vc__kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--vc-accent);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.chuhai-vc__eyebrow::before, .chuhai-vc__kicker::before { content: ""; width: 32px; height: 2px; background: currentColor; }
.chuhai-vc__hero h1 { margin-bottom: 26px; color: #fff; font-size: clamp(46px, 5.1vw, 76px); line-height: 1.08; }
.chuhai-vc__hero-copy > p { max-width: 620px; margin-bottom: 32px; color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.85; }
.chuhai-vc__hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.chuhai-vc__button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 22px;
  border: 1px solid var(--vc-accent);
  border-radius: 8px;
  background: var(--vc-accent);
  color: #fff !important;
  font-weight: 720;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}
.chuhai-vc__button:hover { background: var(--vc-accent-dark); border-color: var(--vc-accent-dark); transform: translateY(-1px); }
.chuhai-vc__button:disabled { opacity: .55; cursor: not-allowed; transform: none; }
.chuhai-vc__button--ghost { background: transparent; border-color: #bdc8ce; color: var(--vc-ink) !important; }
.chuhai-vc__button--ghost:hover { background: #eef1f2; border-color: #9cabb3; }
.chuhai-vc__button--danger { background: #b6342b; border-color: #b6342b; }
.chuhai-vc__text-link { color: rgba(255,255,255,.88) !important; font-weight: 650; }
.chuhai-vc__text-link:hover { color: #fff !important; }
.chuhai-vc__facts { display: flex; gap: 0; margin-top: 44px; color: rgba(255,255,255,.78); font-size: 13px; }
.chuhai-vc__facts span { padding: 0 16px; border-left: 1px solid rgba(255,255,255,.24); }
.chuhai-vc__facts span:first-child { padding-left: 0; border-left: 0; color: #fff; font-weight: 700; }

.chuhai-vc__assurance {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 48px));
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: -48px auto 0;
  padding: 26px 30px;
  border: 1px solid rgba(217,224,227,.9);
  background: rgba(255,255,255,.97);
  box-shadow: 0 18px 50px rgba(17,37,50,.12);
}
.chuhai-vc__assurance > div { display: grid; gap: 2px; padding: 0 26px; border-left: 1px solid var(--vc-line); }
.chuhai-vc__assurance > div:first-child { border-left: 0; }
.chuhai-vc__assurance strong { font-size: 16px; }
.chuhai-vc__assurance span { color: var(--vc-muted); font-size: 13px; }

.chuhai-vc__content { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.chuhai-vc__section { padding: 110px 0; scroll-margin-top: 88px; }
.chuhai-vc__section h2 { max-width: 720px; margin-bottom: 22px; font-size: clamp(34px, 4vw, 52px); line-height: 1.2; }
.chuhai-vc__section-intro > p, .chuhai-vc__privacy-copy > p { color: var(--vc-muted); font-size: 17px; }

.chuhai-vc__scope { display: grid; grid-template-columns: .8fr 1.2fr; gap: 10%; align-items: start; }
.chuhai-vc__section-intro { position: sticky; top: 100px; }
.chuhai-vc__problem-list { border-top: 1px solid #cbd4d8; }
.chuhai-vc__problem-list article { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 30px 0; border-bottom: 1px solid #cbd4d8; }
.chuhai-vc__problem-list article > span { color: var(--vc-accent); font-size: 13px; font-weight: 750; letter-spacing: .08em; }
.chuhai-vc__problem-list h3 { margin-bottom: 8px; font-size: 22px; }
.chuhai-vc__problem-list p { margin-bottom: 0; color: var(--vc-muted); }

.chuhai-vc__privacy { display: grid; grid-template-columns: 1.05fr .95fr; gap: 10%; padding-right: 56px; padding-left: 56px; background: var(--vc-navy); color: #fff; }
.chuhai-vc__privacy h2 { color: #fff; }
.chuhai-vc__privacy-copy > p { color: rgba(255,255,255,.68); }
.chuhai-vc__privacy dl { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid rgba(255,255,255,.16); }
.chuhai-vc__privacy dl div { padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.chuhai-vc__privacy dl div:nth-child(odd) { padding-right: 18px; border-right: 1px solid rgba(255,255,255,.16); }
.chuhai-vc__privacy dl div:nth-child(even) { padding-left: 18px; }
.chuhai-vc__privacy dt { color: rgba(255,255,255,.52); font-size: 12px; }
.chuhai-vc__privacy dd { margin: 3px 0 0; color: #fff; font-weight: 700; }

.chuhai-vc__booking-head { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: end; margin-bottom: 42px; }
.chuhai-vc__booking-head ol { display: flex; gap: 18px; margin-bottom: 10px; padding: 0; color: var(--vc-muted); list-style: none; font-size: 13px; }
.chuhai-vc__booking-head li { display: flex; align-items: center; gap: 7px; white-space: nowrap; }
.chuhai-vc__booking-head li span { width: 22px; height: 22px; display: inline-grid; place-items: center; border: 1px solid #aebbc1; border-radius: 50%; color: var(--vc-ink); font-size: 11px; }
.chuhai-vc__login { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 36px 40px; border: 1px solid var(--vc-line); background: #fff; box-shadow: 0 16px 44px rgba(20,42,54,.08); }
.chuhai-vc__login strong { display: block; margin-bottom: 5px; font-size: 21px; }
.chuhai-vc__login p { margin-bottom: 0; color: var(--vc-muted); }
.chuhai-vc__loading, .chuhai-vc__empty { padding: 24px; border: 1px dashed #b9c5ca; color: var(--vc-muted); text-align: center; }
.chuhai-vc__notice { margin: 0 0 18px; padding: 13px 16px; border-left: 4px solid #44816a; background: #eaf4ef; color: #135c3e; }
.chuhai-vc__notice.is-error { border-color: #b93a31; background: #fff0ef; color: #8d2923; }
.chuhai-vc__notice.is-warning { border-color: #bc8521; background: #fff7e7; color: #735110; }
.chuhai-vc__notice.is-info { border-color: #4f7588; background: #edf3f6; color: #345565; }
.chuhai-vc__notice.is-success { border-color: #3d8b62; background: #eaf7ef; color: #11623f; }
.chuhai-vc__app { display: grid; gap: 18px; }
.chuhai-vc__bind { color: var(--vc-accent-dark); font-weight: 700; }
.chuhai-vc__panel { padding: 34px; border: 1px solid var(--vc-line); background: #fff; box-shadow: 0 16px 44px rgba(20,42,54,.06); }
.chuhai-vc__panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.chuhai-vc__panel-head > div { display: flex; align-items: center; gap: 12px; }
.chuhai-vc__panel-head h3 { margin: 0; font-size: 23px; }
.chuhai-vc__panel-head small { color: var(--vc-muted); }
.chuhai-vc__panel-head--form { margin-top: 42px; padding-top: 34px; border-top: 1px solid var(--vc-line); }
.chuhai-vc__step { color: var(--vc-accent); font-size: 12px; font-weight: 750; letter-spacing: .06em; }
.chuhai-vc__slots { display: flex; gap: 10px; flex-wrap: wrap; }
.chuhai-vc__slot { min-height: 44px; padding: 9px 14px; border: 1px solid #bac6cb; border-radius: 6px; background: #fff; color: var(--vc-ink); cursor: pointer; }
.chuhai-vc__slot:hover, .chuhai-vc__slot[aria-pressed="true"] { border-color: var(--vc-accent); background: #fff2eb; color: var(--vc-accent-dark); }
.chuhai-vc__form > label, .chuhai-vc__form-grid > label { display: grid; gap: 7px; margin-top: 18px; color: var(--vc-ink); font-weight: 650; }
.chuhai-vc__form textarea, .chuhai-vc__form select { width: 100%; min-height: 48px; padding: 11px 13px; border: 1px solid #bdc8cd; border-radius: 6px; background: #fff; color: var(--vc-ink); font-weight: 400; }
.chuhai-vc__form textarea { resize: vertical; }
.chuhai-vc__form textarea:focus, .chuhai-vc__form select:focus { border-color: var(--vc-accent); box-shadow: 0 0 0 3px rgba(232,103,45,.12); outline: 0; }
.chuhai-vc__form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.chuhai-vc__purchase-layout { display: block; }
.chuhai-vc__billing-options, .chuhai-vc__notifications { display: grid; gap: 10px; margin: 0; padding: 0; border: 0; }
.chuhai-vc__guest-offers { display: grid; gap: 10px; margin-bottom: 16px; }
.chuhai-vc__offer-row { display: grid; grid-template-columns: auto minmax(150px, .85fr) minmax(110px, .5fr) minmax(280px, 1.65fr); gap: 18px; align-items: center; min-height: 96px; padding: 17px 18px; border: 1px solid var(--vc-line); background: #fff; }
.chuhai-vc__offer-row--preview { grid-template-columns: minmax(150px, .85fr) minmax(110px, .5fr) minmax(280px, 1.65fr); }
.chuhai-vc__billing-options .chuhai-vc__offer-row { cursor: pointer; }
.chuhai-vc__billing-options .chuhai-vc__offer-row:hover { border-color: #9eabb1; }
.chuhai-vc__billing-options .chuhai-vc__offer-row:has(input:checked) { border-color: var(--vc-accent); box-shadow: inset 4px 0 0 var(--vc-accent); background: #fff8f4; }
.chuhai-vc__offer-row > input { width: 17px; height: 17px; margin: 0; accent-color: var(--vc-accent); }
.chuhai-vc__offer-row > input:focus-visible { outline: 3px solid rgba(232,103,45,.28); outline-offset: 3px; }
.chuhai-vc__offer-copy { min-width: 0; display: grid; gap: 5px; }
.chuhai-vc__offer-copy > strong { color: var(--vc-ink); font-size: 18px; }
.chuhai-vc__offer-badge { width: fit-content; padding: 2px 7px; background: #fff0e8; color: var(--vc-accent-dark) !important; font-size: 11px; font-weight: 700 !important; }
.chuhai-vc__offer-price { display: flex; align-items: baseline; gap: 5px; white-space: nowrap; }
.chuhai-vc__offer-price > strong { color: var(--vc-ink); font-size: 30px; font-variant-numeric: tabular-nums; line-height: 1; }
.chuhai-vc__offer-price > small, .chuhai-vc__offer-detail { color: var(--vc-muted); font-weight: 400; }
.chuhai-vc__offer-price > small { font-size: 11px; }
.chuhai-vc__offer-detail { font-size: 13px; line-height: 1.65; }
.chuhai-vc__billing-note { margin: 12px 0 0; color: #697982; font-size: 12px; line-height: 1.7; }
.chuhai-vc__guest-offers + .chuhai-vc__billing-note { margin-bottom: 20px; }
.chuhai-vc__billing-empty { margin: 0; padding: 18px; border: 1px dashed #b9c5ca; color: var(--vc-muted); text-align: center; }
.chuhai-vc__wallet-summary { display: grid; grid-template-columns: minmax(150px, .8fr) minmax(120px, .65fr) minmax(120px, .65fr) minmax(230px, 1.3fr) auto; gap: 20px; align-items: center; margin-top: 18px; padding: 20px 22px; border: 0; border-top: 2px solid var(--vc-navy); border-radius: 0; background: #f1f4f5; }
.chuhai-vc__wallet-summary.is-shortfall, .chuhai-vc__wallet-summary.is-sufficient { background: #f1f4f5; }
.chuhai-vc__wallet-title { display: grid; gap: 3px; }
.chuhai-vc__wallet-title strong { color: var(--vc-ink); font-size: 16px; }
.chuhai-vc__wallet-title small { color: var(--vc-muted); font-size: 11px; font-weight: 400; }
.chuhai-vc__wallet-metric, .chuhai-vc__wallet-state { min-width: 0; display: grid; gap: 2px; padding-left: 18px; border-left: 1px solid #c8d1d5; }
.chuhai-vc__wallet-metric > span, .chuhai-vc__wallet-state small { color: var(--vc-muted); font-size: 12px; font-weight: 400; }
.chuhai-vc__wallet-metric strong { display: flex; align-items: baseline; gap: 5px; color: var(--vc-ink); font-size: 24px; font-variant-numeric: tabular-nums; line-height: 1.2; }
.chuhai-vc__wallet-metric strong small { color: var(--vc-muted); font-size: 11px; font-weight: 500; }
.chuhai-vc__wallet-state strong { color: var(--vc-ink); font-size: 15px; }
.chuhai-vc__wallet-summary.is-shortfall .chuhai-vc__wallet-state strong { color: #ad3f13; }
.chuhai-vc__wallet-summary.is-sufficient .chuhai-vc__wallet-state strong { color: #286448; }
.chuhai-vc__wallet-recharge { min-height: 42px; padding: 9px 16px; border: 1px solid var(--vc-accent); border-radius: 6px; background: var(--vc-accent); color: #fff; font: inherit; font-weight: 720; white-space: nowrap; cursor: pointer; }
.chuhai-vc__wallet-recharge:hover { border-color: var(--vc-accent-dark); background: var(--vc-accent-dark); }
.chuhai-vc__wallet-recharge:active { transform: translateY(1px); }
.chuhai-vc__wallet-recharge:disabled { opacity: .5; cursor: not-allowed; transform: none; }
.chuhai-vc__notifications { grid-template-columns: repeat(3, 1fr); margin-top: 28px; }
.chuhai-vc__notifications legend { margin-bottom: 4px; font-weight: 750; }
.chuhai-vc__notifications > p { grid-column: 1 / -1; margin-bottom: 7px; color: var(--vc-muted); font-size: 13px; }
.chuhai-vc__notify-card { min-width: 0; padding: 14px; border: 1px solid var(--vc-line); background: #fff; }
.chuhai-vc__notify-card:has(input[name="notifyChannels[]"]:checked) { border-color: var(--vc-accent); background: #fff9f5; }
.chuhai-vc__notify-card > label { display: grid; grid-template-columns: auto 1fr; gap: 9px; cursor: pointer; }
.chuhai-vc__notify-card > label:has(input:disabled) { cursor: default; }
.chuhai-vc__notifications input[type="checkbox"] { margin-top: 4px; accent-color: var(--vc-accent); }
.chuhai-vc__notifications label span { display: grid; }
.chuhai-vc__notifications small { color: var(--vc-muted); font-weight: 400; }
.chuhai-vc__notify-card.is-unavailable > label { opacity: .68; }
.chuhai-vc__notify-setup { display: grid; gap: 10px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--vc-line); }
.chuhai-vc__notify-setup label { display: grid; gap: 5px; color: var(--vc-ink); font-size: 12px; font-weight: 650; }
.chuhai-vc__notify-setup input { width: 100%; min-width: 0; min-height: 42px; margin: 0; padding: 9px 10px; border: 1px solid #bdc8cd; border-radius: 6px; background: #fff; color: var(--vc-ink); font-weight: 400; }
.chuhai-vc__notify-setup input:focus { border-color: var(--vc-accent); box-shadow: 0 0 0 3px rgba(232,103,45,.12); outline: 0; }
.chuhai-vc__verify-row { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; align-items: end; }
.chuhai-vc__verify-row button, .chuhai-vc__profile-save { min-height: 42px; padding: 8px 12px; border: 1px solid #aebbc1; border-radius: 6px; background: #fff; color: var(--vc-ink); font-weight: 700; cursor: pointer; }
.chuhai-vc__verify-row button:hover { border-color: var(--vc-accent); color: var(--vc-accent-dark); }
.chuhai-vc__verify-row button:disabled, .chuhai-vc__profile-save:disabled { opacity: .55; cursor: not-allowed; }
.chuhai-vc__profile-save { width: 100%; border-color: var(--vc-accent); background: var(--vc-accent); color: #fff; }
.chuhai-vc__profile-save:hover { border-color: var(--vc-accent-dark); background: var(--vc-accent-dark); }
.chuhai-vc__profile-status { margin: 0; color: #286448; font-size: 12px; }
.chuhai-vc__profile-status.is-error { color: #9a3029; }
.chuhai-vc__bind { display: inline-block; margin-top: 10px; font-size: 12px; }
.chuhai-vc__agreement { grid-template-columns: auto 1fr !important; align-items: start; margin: 24px 0 18px; padding: 14px; background: #f3f5f5; font-size: 13px; font-weight: 400 !important; }
.chuhai-vc__agreement input { margin-top: 4px; accent-color: var(--vc-accent); }
.chuhai-vc__form-feedback { max-width: 680px; display: grid; justify-items: start; gap: 10px; margin-top: 10px; padding: 12px 14px; border-left: 4px solid #4f7588; background: #edf3f6; color: #345565; }
.chuhai-vc__form-feedback p { margin: 0; }
.chuhai-vc__form-feedback.is-error { border-color: #b93a31; background: #fff0ef; color: #8d2923; }
.chuhai-vc__form-feedback.is-info { border-color: #4f7588; background: #edf3f6; color: #345565; }
.chuhai-vc__form-feedback.is-success { border-color: #3d8b62; background: #eaf7ef; color: #11623f; }
.chuhai-vc__button--compact { min-height: 42px; padding: 9px 15px; font-size: 14px; }
.chuhai-vc__badge { padding: 4px 9px; background: #eaf0f2; color: #476370; font-size: 12px; font-weight: 700; }
.chuhai-vc__summary { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid var(--vc-line); }
.chuhai-vc__summary div { padding: 17px 0; border-bottom: 1px solid var(--vc-line); }
.chuhai-vc__summary div:nth-child(odd) { padding-right: 20px; }
.chuhai-vc__summary dt { color: var(--vc-muted); font-size: 12px; }
.chuhai-vc__summary dd { margin: 3px 0 0; font-weight: 700; }
.chuhai-vc__confirmation { display: flex; align-items: flex-start; gap: 12px; margin: 0 0 18px; padding: 14px 16px; border-left: 4px solid #2f8a60; background: #edf8f1; color: #174f39; }
.chuhai-vc__confirmation > span { width: 24px; height: 24px; display: inline-grid; flex: 0 0 24px; place-items: center; border-radius: 50%; background: #2f8a60; color: #fff; font-weight: 800; }
.chuhai-vc__confirmation p { margin: 3px 0 0; color: #3e6d58; font-size: 13px; }
.chuhai-vc__confirmation small { display: block; margin-top: 5px; color: #547565; font-size: 11px; }
.chuhai-vc__attendance { margin-top: 16px; padding: 14px 16px; border-left: 4px solid #4d778b; background: #eef4f6; color: #244d60; }
.chuhai-vc__attendance.is-warning { border-color: #d7882c; background: #fff6e9; color: #70420d; }
.chuhai-vc__attendance p { margin: 4px 0 0; color: inherit; font-size: 13px; line-height: 1.65; }
.chuhai-vc__subhead { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.chuhai-vc__subhead > div { display: grid; gap: 2px; }
.chuhai-vc__subhead small { color: var(--vc-muted); }
.chuhai-vc__subhead > button, .chuhai-vc__receipt-actions button { min-height: 36px; padding: 6px 10px; border: 1px solid #aebbc1; border-radius: 5px; background: #fff; color: var(--vc-ink); font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.chuhai-vc__reminder-timeline { margin-top: 18px; padding: 16px; border: 1px solid var(--vc-line); background: #fbfcfc; }
.chuhai-vc__reminder-timeline ul { display: grid; gap: 8px; margin: 14px 0 0; padding: 0; list-style: none; }
.chuhai-vc__reminder-timeline li { display: flex; justify-content: space-between; gap: 12px; padding-top: 8px; border-top: 1px solid #e6ebed; color: var(--vc-muted); font-size: 12px; }
.chuhai-vc__reminder-timeline li strong { color: #496674; }
.chuhai-vc__reminder-timeline li.is-sent strong { color: #24704d; }
.chuhai-vc__reminder-timeline li.is-warning strong { color: #a55422; }
.chuhai-vc__recovery-copy { margin: 12px 0 0; padding: 9px 11px; border-left: 3px solid #d7882c; background: #fff6e9; color: #70420d; font-size: 12px; }
.chuhai-vc__reminder-manager { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--vc-line); }
.chuhai-vc__reminder-manager label { display: grid; grid-template-columns: auto 1fr; gap: 1px 7px; align-items: start; padding: 10px; border: 1px solid var(--vc-line); background: #fff; font-size: 13px; }
.chuhai-vc__reminder-manager label input { grid-row: 1 / 3; margin-top: 3px; accent-color: var(--vc-accent); }
.chuhai-vc__reminder-manager label small { color: var(--vc-muted); font-size: 10px; overflow-wrap: anywhere; }
.chuhai-vc__reminder-manager .chuhai-vc__button, .chuhai-vc__reminder-manager > p { grid-column: 1 / -1; margin: 0; }
.chuhai-vc__preparation { margin-top: 16px; padding: 13px 15px; border: 1px solid var(--vc-line); background: #fff; }
.chuhai-vc__preparation summary { cursor: pointer; font-weight: 750; }
.chuhai-vc__preparation ul { margin: 10px 0 0; padding-left: 20px; color: var(--vc-muted); font-size: 13px; line-height: 1.8; }
.chuhai-vc__receipt { margin-top: 18px; padding: 18px; border: 1px solid #b7c7ce; border-top: 3px solid var(--vc-navy); background: #f8fafb; }
.chuhai-vc__receipt .chuhai-vc__subhead > span { padding: 4px 8px; background: #e7f3eb; color: #246846; font-size: 12px; font-weight: 750; }
.chuhai-vc__receipt dl { display: grid; grid-template-columns: repeat(3, 1fr); margin: 16px 0 0; border-top: 1px solid var(--vc-line); }
.chuhai-vc__receipt dl div { padding: 12px 10px 10px 0; border-bottom: 1px solid var(--vc-line); }
.chuhai-vc__receipt dt { color: var(--vc-muted); font-size: 11px; }
.chuhai-vc__receipt dd { margin: 3px 0 0; color: var(--vc-ink); font-weight: 750; }
.chuhai-vc__receipt > p { margin: 14px 0 0; color: var(--vc-muted); font-size: 13px; }
.chuhai-vc__receipt-actions { display: flex; align-items: center; gap: 14px; margin-top: 14px; }
.chuhai-vc__receipt-actions a { font-size: 13px; font-weight: 700; }
.chuhai-vc__actions, .chuhai-vc__room-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.chuhai-vc__hint, .chuhai-vc__room-note { margin: 15px 0 0; color: var(--vc-muted); font-size: 13px; }
.chuhai-vc__prejoin { padding: 30px; border: 1px solid var(--vc-line); border-radius: 14px; background: #fff; box-shadow: 0 18px 48px rgba(7,26,41,.1); }
.chuhai-vc__prejoin-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.chuhai-vc__prejoin-head > div { display: grid; gap: 6px; }
.chuhai-vc__prejoin-head h3 { margin: 0; color: var(--vc-ink); font-size: 24px; }
.chuhai-vc__privacy-badge { padding: 6px 10px; border: 1px solid #a8d4be; border-radius: 999px; background: #eef8f2; color: #176141; font-size: 12px; font-weight: 750; white-space: nowrap; }
.chuhai-vc__readiness { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 24px; }
.chuhai-vc__readiness-item { min-width: 0; display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: start; padding: 14px; border: 1px solid var(--vc-line); border-radius: 9px; background: #f7f9fa; }
.chuhai-vc__readiness-item > div { min-width: 0; display: grid; gap: 3px; }
.chuhai-vc__readiness-item strong { color: var(--vc-ink); font-size: 14px; }
.chuhai-vc__readiness-item > div > span { color: var(--vc-muted); font-size: 12px; line-height: 1.45; }
.chuhai-vc__status-dot { width: 9px; height: 9px; margin-top: 5px; border-radius: 50%; background: #9babb3; box-shadow: 0 0 0 4px rgba(82,107,120,.09); }
.chuhai-vc__readiness-item.is-checking .chuhai-vc__status-dot { background: #e6a43a; box-shadow: 0 0 0 4px rgba(230,164,58,.12); }
.chuhai-vc__readiness-item.is-ready .chuhai-vc__status-dot { background: #2ebd7f; box-shadow: 0 0 0 4px rgba(46,189,127,.12); }
.chuhai-vc__readiness-item.is-error { border-color: #e2aaa5; background: #fff5f4; }
.chuhai-vc__readiness-item.is-error .chuhai-vc__status-dot { background: #c53c34; box-shadow: 0 0 0 4px rgba(197,60,52,.1); }
.chuhai-vc__mic-preview { display: grid; grid-template-columns: minmax(220px, .85fr) minmax(260px, 1.15fr); gap: 16px; margin-top: 18px; padding: 16px; border-radius: 9px; background: #f3f6f7; }
.chuhai-vc__mic-preview label { min-width: 0; display: grid; gap: 7px; color: var(--vc-ink); font-size: 12px; font-weight: 700; }
.chuhai-vc__mic-preview select { width: 100%; min-width: 0; height: 42px; padding: 8px 10px; border: 1px solid #b9c6cc; border-radius: 7px; background: #fff; color: var(--vc-ink); }
.chuhai-vc__mic-preview progress { width: 100%; height: 12px; margin-top: 7px; overflow: hidden; border: 0; border-radius: 999px; background: #dce4e7; accent-color: #2ebd7f; }
.chuhai-vc__mic-preview progress::-webkit-progress-bar { border-radius: 999px; background: #dce4e7; }
.chuhai-vc__mic-preview progress::-webkit-progress-value { border-radius: 999px; background: #2ebd7f; }
.chuhai-vc__prejoin-note { margin: 16px 0 0; color: var(--vc-muted); font-size: 13px; line-height: 1.7; }
.chuhai-vc__recovery { margin-top: 16px; padding: 14px 16px; border-left: 4px solid #c3473e; background: #fff2f1; color: #7d2822; }
.chuhai-vc__recovery p { margin: 4px 0 0; color: inherit; font-size: 13px; }
.chuhai-vc__recovery ol { margin: 9px 0 0; padding-left: 20px; font-size: 12px; line-height: 1.75; }
.chuhai-vc__recovery a { display: inline-block; margin-top: 8px; color: #8c302a; font-size: 12px; font-weight: 750; }
.chuhai-vc__prejoin-actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.chuhai-vc__room { padding: 30px; background: var(--vc-navy); color: #fff; }
.chuhai-vc__room.is-waiting-reconnect { box-shadow: inset 0 0 0 2px rgba(255,209,122,.52); }
.chuhai-vc__room.is-waiting-reconnect .chuhai-vc__live-dot { background: #ffd17a; box-shadow: 0 0 0 6px rgba(255,209,122,.14); }
.chuhai-vc__room.is-waiting-reconnect .chuhai-vc__room-note { color: #ffe4aa; font-weight: 700; }
.chuhai-vc__room.is-waiting-reconnect .chuhai-vc__participants > div:last-child { border-color: rgba(255,209,122,.62); background: rgba(255,209,122,.07); }
.chuhai-vc__room.is-restoring-reconnect { box-shadow: inset 0 0 0 2px rgba(124,226,181,.58); }
.chuhai-vc__room.is-restoring-reconnect .chuhai-vc__room-note { color: #a9efd0; font-weight: 700; }
.chuhai-vc__room-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.chuhai-vc__room-head > div { display: flex; align-items: center; gap: 9px; }
.chuhai-vc__room-head time { font: 700 30px/1 ui-monospace, SFMono-Regular, Consolas, monospace; }
.chuhai-vc__timer { display: grid !important; justify-items: end; gap: 5px !important; text-align: right; }
.chuhai-vc__timer span, .chuhai-vc__timer small { color: rgba(255,255,255,.58); font-size: 11px; line-height: 1.2; }
.chuhai-vc__timer time { min-width: 6ch; }
.chuhai-vc__connection-meta { display: flex; align-items: center; gap: 9px; margin-top: 13px; color: rgba(255,255,255,.62); font-size: 11px; }
.chuhai-vc__connection-meta span + span { padding-left: 9px; border-left: 1px solid rgba(255,255,255,.18); }
.chuhai-vc__connection-meta [data-role="network-quality"].is-good { color: #7ce2b5; }
.chuhai-vc__connection-meta [data-role="network-quality"].is-fair { color: #ffd17a; }
.chuhai-vc__connection-meta [data-role="network-quality"].is-poor { color: #ffaaa4; }
.chuhai-vc__live-dot { width: 9px; height: 9px; border-radius: 50%; background: #32c884; box-shadow: 0 0 0 6px rgba(50,200,132,.12); }
.chuhai-vc__participants { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 26px; }
.chuhai-vc__participants > div { display: grid; gap: 5px; padding: 18px; border: 1px solid rgba(255,255,255,.15); }
.chuhai-vc__participants span, .chuhai-vc__room-note { color: rgba(255,255,255,.58); }
.chuhai-vc__continuity-note { margin: 16px 0 0; padding: 10px 12px; border-left: 3px solid #ffd17a; background: rgba(255,209,122,.08); color: rgba(255,255,255,.82); font-size: 12px; line-height: 1.65; }
.chuhai-vc__room .chuhai-vc__button--ghost { border-color: rgba(255,255,255,.4); color: #fff !important; }
.chuhai-vc__room .chuhai-vc__button--ghost:hover { background: rgba(255,255,255,.1); }
.chuhai-vc__rules { padding: 18px 20px; border: 1px solid var(--vc-line); background: #fff; }
.chuhai-vc__rules summary { cursor: pointer; font-weight: 750; }
.chuhai-vc__rules p { margin: 12px 0 0; color: var(--vc-muted); }

.chuhai-vc__faq { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10%; border-top: 1px solid #cbd4d8; }
.chuhai-vc__faq-list { border-top: 1px solid #cbd4d8; }
.chuhai-vc__faq details { border-bottom: 1px solid #cbd4d8; }
.chuhai-vc__faq summary { position: relative; padding: 22px 38px 22px 0; cursor: pointer; color: var(--vc-ink); font-size: 17px; font-weight: 720; list-style: none; }
.chuhai-vc__faq summary::-webkit-details-marker { display: none; }
.chuhai-vc__faq summary::after { content: "+"; position: absolute; right: 5px; top: 17px; color: var(--vc-accent); font-size: 25px; font-weight: 400; }
.chuhai-vc__faq details[open] summary::after { content: "−"; }
.chuhai-vc__faq details p { padding: 0 36px 22px 0; margin-bottom: 0; color: var(--vc-muted); }
.chuhai-vc__mobile-cta { display: none; }

.chuhai-vc--room-view { min-height: calc(100vh - 80px); box-sizing: border-box; padding: 30px 24px 64px; }
.chuhai-vc__room-page-head { width: min(960px, 100%); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 18px; margin: 0 auto 22px; padding: 14px 18px; border: 1px solid var(--vc-line); border-radius: 12px; background: rgba(255,255,255,.92); box-shadow: 0 12px 36px rgba(7,26,41,.06); }
.chuhai-vc__room-page-head > a { color: #365d71; font-size: 13px; font-weight: 700; }
.chuhai-vc__room-page-head > div { display: flex; align-items: center; justify-content: center; gap: 10px; }
.chuhai-vc__room-page-head > small { justify-self: end; color: var(--vc-muted); font-size: 11px; }
.chuhai-vc--room-view .chuhai-vc__hero,
.chuhai-vc--room-view .chuhai-vc__assurance,
.chuhai-vc--room-view .chuhai-vc__scope,
.chuhai-vc--room-view .chuhai-vc__privacy,
.chuhai-vc--room-view .chuhai-vc__booking-head,
.chuhai-vc--room-view [data-role="booking-panel"],
.chuhai-vc--room-view .chuhai-vc__rules,
.chuhai-vc--room-view .chuhai-vc__faq,
.chuhai-vc--room-view .chuhai-vc__mobile-cta { display: none !important; }
.chuhai-vc--room-view .chuhai-vc__content { width: min(960px, 100%); margin: 0 auto; }
.chuhai-vc--room-view .chuhai-vc__booking { padding: 0; }
.chuhai-vc--room-view .chuhai-vc__app { display: grid; gap: 16px; }
.chuhai-vc--room-view .chuhai-vc__prejoin,
.chuhai-vc--room-view .chuhai-vc__room { order: 1; }
.chuhai-vc--room-view [data-role="consultation-card"] { order: 2; padding: 20px 24px; border-radius: 12px; box-shadow: 0 12px 36px rgba(7,26,41,.07); }
.chuhai-vc--room-view [data-role="consultation-card"] .chuhai-vc__panel-head { margin-bottom: 10px; }
.chuhai-vc--room-view [data-role="consultation-card"] .chuhai-vc__panel-head h3 { font-size: 19px; }
.chuhai-vc--room-view [data-role="consultation-card"] .chuhai-vc__summary { grid-template-columns: repeat(4, 1fr); }
.chuhai-vc--room-view [data-role="consultation-card"] .chuhai-vc__summary div { min-width: 0; padding: 10px 12px; border-bottom: 0; border-left: 1px solid var(--vc-line); }
.chuhai-vc--room-view [data-role="consultation-card"] .chuhai-vc__summary div:first-child { padding-left: 0; border-left: 0; }
.chuhai-vc--room-view [data-role="consultation-card"] .chuhai-vc__summary div:nth-child(odd) { padding-right: 12px; }
.chuhai-vc--room-view [data-role="consultation-card"] .chuhai-vc__summary dd { overflow-wrap: anywhere; font-size: 13px; }
.chuhai-vc--room-view .chuhai-vc__room { border-radius: 14px; box-shadow: 0 18px 48px rgba(7,26,41,.18); }
.chuhai-vc--room-view .chuhai-vc__rules { order: 3; }

@media (max-width: 900px) {
  .chuhai-vc__hero { min-height: 620px; background-position: 64% center; }
  .chuhai-vc__hero::before { background: linear-gradient(90deg, rgba(3,18,29,.97) 0%, rgba(3,18,29,.84) 58%, rgba(3,18,29,.42) 100%); }
  .chuhai-vc__hero-copy { width: 70%; }
  .chuhai-vc__assurance { padding: 22px 12px; }
  .chuhai-vc__assurance > div { padding: 0 16px; }
  .chuhai-vc__scope, .chuhai-vc__privacy, .chuhai-vc__faq { grid-template-columns: 1fr; gap: 44px; }
  .chuhai-vc__section-intro { position: static; }
  .chuhai-vc__offer-row { grid-template-columns: auto minmax(0, 1fr) auto; }
  .chuhai-vc__offer-row--preview { grid-template-columns: minmax(0, 1fr) auto; }
  .chuhai-vc__offer-detail { grid-column: 2 / -1; }
  .chuhai-vc__offer-row--preview .chuhai-vc__offer-detail { grid-column: 1 / -1; }
  .chuhai-vc__privacy { padding-right: 36px; padding-left: 36px; }
  .chuhai-vc__booking-head { grid-template-columns: 1fr; }
  .chuhai-vc__wallet-summary { grid-template-columns: 1fr 1fr; gap: 16px; }
  .chuhai-vc__wallet-title { grid-column: 1 / -1; }
  .chuhai-vc__wallet-state { grid-column: 1 / -1; }
  .chuhai-vc__wallet-recharge { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 640px) {
  .chuhai-vc__hero { min-height: 610px; align-items: end; background-position: 69% center; }
  .chuhai-vc__hero::before { background: linear-gradient(180deg, rgba(3,18,29,.23) 0%, rgba(3,18,29,.77) 43%, rgba(3,18,29,.99) 100%); }
  .chuhai-vc__hero-inner { width: calc(100% - 32px); padding: 170px 0 92px; }
  .chuhai-vc__hero-copy { width: 100%; }
  .chuhai-vc__hero h1 { margin-bottom: 18px; font-size: clamp(39px, 12vw, 54px); }
  .chuhai-vc__hero-copy > p { margin-bottom: 22px; font-size: 15px; line-height: 1.75; }
  .chuhai-vc__hero-actions { align-items: stretch; gap: 14px; }
  .chuhai-vc__hero-actions .chuhai-vc__button { width: 100%; }
  .chuhai-vc__text-link { width: 100%; text-align: center; }
  .chuhai-vc__facts { display: grid; grid-template-columns: 1fr; gap: 7px; margin-top: 24px; }
  .chuhai-vc__facts span { padding: 0; border-left: 0; }
  .chuhai-vc__form > .chuhai-vc__button, .chuhai-vc__form-feedback, .chuhai-vc__form-feedback .chuhai-vc__button { width: 100%; }
  .chuhai-vc__wallet-recharge { width: 100%; }
  .chuhai-vc__wallet-summary { padding: 18px 16px; }
  .chuhai-vc__wallet-metric, .chuhai-vc__wallet-state { padding-left: 0; border-left: 0; }
  .chuhai-vc__assurance { width: calc(100% - 32px); grid-template-columns: 1fr; margin-top: -46px; padding: 7px 18px; }
  .chuhai-vc__assurance > div { padding: 12px 0; border-top: 1px solid var(--vc-line); border-left: 0; }
  .chuhai-vc__assurance > div:first-child { border-top: 0; }
  .chuhai-vc__content { width: calc(100% - 32px); }
  .chuhai-vc__section { padding: 78px 0; }
  .chuhai-vc__section h2 { font-size: 34px; }
  .chuhai-vc__problem-list article { grid-template-columns: 40px 1fr; gap: 12px; padding: 23px 0; }
  .chuhai-vc__offer-row { grid-template-columns: auto minmax(0, 1fr); gap: 10px 12px; min-height: 0; padding: 16px 14px; }
  .chuhai-vc__offer-row--preview { grid-template-columns: minmax(0, 1fr) auto; }
  .chuhai-vc__offer-price, .chuhai-vc__offer-detail { grid-column: 2; }
  .chuhai-vc__offer-row--preview .chuhai-vc__offer-price { grid-column: 2; grid-row: 1; }
  .chuhai-vc__offer-row--preview .chuhai-vc__offer-detail { grid-column: 1 / -1; }
  .chuhai-vc__offer-price > strong { font-size: 26px; }
  .chuhai-vc__privacy { width: 100vw; margin-left: calc((100vw - 100%) / -2); padding: 76px 24px; }
  .chuhai-vc__privacy dl { grid-template-columns: 1fr; }
  .chuhai-vc__privacy dl div:nth-child(odd), .chuhai-vc__privacy dl div:nth-child(even) { padding: 16px 0; border-right: 0; }
  .chuhai-vc__booking-head ol { width: 100%; justify-content: space-between; gap: 7px; }
  .chuhai-vc__login { align-items: stretch; flex-direction: column; padding: 25px 22px; }
  .chuhai-vc__panel { padding: 24px 18px; }
  .chuhai-vc__panel-head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .chuhai-vc__form-grid, .chuhai-vc__notifications, .chuhai-vc__summary, .chuhai-vc__participants { grid-template-columns: 1fr; }
  .chuhai-vc__notifications > p { grid-column: 1; }
  .chuhai-vc__verify-row { grid-template-columns: 1fr; }
  .chuhai-vc__summary div:nth-child(odd) { padding-right: 0; }
  .chuhai-vc__room { padding: 24px 18px; }
  .chuhai-vc__room-head time { font-size: 25px; }
  .chuhai-vc--room-view { padding: 16px 12px calc(38px + env(safe-area-inset-bottom)); }
  .chuhai-vc__room-page-head { grid-template-columns: 1fr auto; margin-bottom: 14px; padding: 12px 14px; }
  .chuhai-vc__room-page-head > div { justify-content: flex-end; }
  .chuhai-vc__room-page-head > small { display: none; }
  .chuhai-vc--room-view .chuhai-vc__panel { padding: 18px 16px; }
  .chuhai-vc--room-view .chuhai-vc__prejoin { padding: 22px 16px; }
  .chuhai-vc__prejoin-head { align-items: stretch; flex-direction: column; gap: 12px; }
  .chuhai-vc__prejoin-head h3 { font-size: 21px; }
  .chuhai-vc__privacy-badge { width: fit-content; }
  .chuhai-vc__readiness { grid-template-columns: 1fr; gap: 8px; margin-top: 18px; }
  .chuhai-vc__readiness-item { padding: 12px; }
  .chuhai-vc__mic-preview { grid-template-columns: 1fr; gap: 14px; padding: 14px; }
  .chuhai-vc__prejoin-actions .chuhai-vc__button { width: 100%; }
  .chuhai-vc--room-view .chuhai-vc__room-head { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: start; gap: 12px; }
  .chuhai-vc--room-view .chuhai-vc__timer { width: auto; justify-items: end; text-align: right; }
  .chuhai-vc--room-view .chuhai-vc__participants { grid-template-columns: 1fr 1fr; gap: 8px; }
  .chuhai-vc--room-view .chuhai-vc__participants > div { min-width: 0; padding: 14px 12px; }
  .chuhai-vc--room-view .chuhai-vc__participants strong { overflow-wrap: anywhere; font-size: 13px; }
  .chuhai-vc--room-view .chuhai-vc__room-actions { position: sticky; bottom: calc(10px + env(safe-area-inset-bottom)); z-index: 3; display: grid; grid-template-columns: 1fr 1fr; padding: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; background: rgba(7,26,41,.9); box-shadow: 0 10px 30px rgba(0,0,0,.24); backdrop-filter: blur(12px); }
  .chuhai-vc--room-view .chuhai-vc__room-actions .chuhai-vc__button { width: 100%; padding-right: 12px; padding-left: 12px; }
  .chuhai-vc--room-view [data-role="consultation-card"] .chuhai-vc__summary { grid-template-columns: 1fr 1fr; }
  .chuhai-vc--room-view [data-role="consultation-card"] .chuhai-vc__summary div { padding: 10px 0; border-left: 0; border-bottom: 1px solid var(--vc-line); }
  .chuhai-vc--room-view [data-role="consultation-card"] .chuhai-vc__summary div:nth-child(odd) { padding-right: 12px; }
  .chuhai-vc--room-view [data-role="consultation-card"] .chuhai-vc__summary div:nth-child(even) { padding-left: 12px; }
  .chuhai-vc__mobile-cta { position: fixed; right: 12px; bottom: calc(12px + env(safe-area-inset-bottom)); left: 12px; z-index: 9999; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 8px 9px 8px 14px; border: 1px solid rgba(255,255,255,.12); background: rgba(7,26,41,.96); box-shadow: 0 14px 40px rgba(3,18,29,.28); color: #fff; transition: opacity .18s ease, transform .18s ease, visibility .18s; backdrop-filter: blur(12px); }
  .chuhai-vc__mobile-cta.is-suppressed { visibility: hidden; opacity: 0; transform: translateY(calc(100% + 24px)); pointer-events: none; }
  .chuhai-vc__mobile-cta span { display: grid; }
  .chuhai-vc__mobile-cta small { display: none; color: rgba(255,255,255,.64); font-size: 10px; }
  .chuhai-vc__mobile-cta a { min-height: 42px; display: inline-flex; align-items: center; padding: 8px 15px; border-radius: 6px; background: var(--vc-accent); color: #fff; font-weight: 720; }
  .chuhai-vc__reminder-manager { grid-template-columns: 1fr; }
  .chuhai-vc__receipt dl { grid-template-columns: 1fr 1fr; }
  .chuhai-vc__subhead { align-items: stretch; flex-direction: column; }
  .chuhai-vc__subhead > button { align-self: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .chuhai-vc *, .chuhai-vc *::before, .chuhai-vc *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* 0.6.9: one canonical service landing, plus separate workspace and voice-room views. */
.chuhai-vc--landing .chuhai-vc__hero { min-height: 520px; }
.chuhai-vc--landing .chuhai-vc__hero-inner { padding: 72px 0 86px; }
.chuhai-vc--landing .chuhai-vc__hero h1 { font-size: clamp(46px, 4.6vw, 66px); }
.chuhai-vc--landing .chuhai-vc__hero-copy > p { max-width: 590px; margin-bottom: 26px; font-size: 17px; }
.chuhai-vc--landing .chuhai-vc__facts { margin-top: 30px; }
.chuhai-vc--landing .chuhai-vc__section { padding: 76px 0; }
.chuhai-vc--landing .chuhai-vc__scope { grid-template-columns: .75fr 1.25fr; gap: 8%; border-bottom: 1px solid var(--vc-line); }
.chuhai-vc--landing .chuhai-vc__section-intro { position: static; }
.chuhai-vc--landing .chuhai-vc__problem-list { display: grid; grid-template-columns: 1fr 1fr; }
.chuhai-vc--landing .chuhai-vc__problem-list article { grid-template-columns: 36px 1fr; gap: 12px; padding: 24px 24px 24px 0; }
.chuhai-vc--landing .chuhai-vc__problem-list article:nth-child(even) { padding-right: 0; padding-left: 24px; border-left: 1px solid var(--vc-line); }
.chuhai-vc--landing .chuhai-vc__problem-list h3 { font-size: 19px; }
.chuhai-vc--landing .chuhai-vc__booking-head { align-items: end; margin-bottom: 30px; }
.chuhai-vc--landing .chuhai-vc__booking-head > p { max-width: 390px; margin: 0 0 8px; color: var(--vc-muted); font-size: 13px; text-align: right; }
.chuhai-vc--landing .chuhai-vc__guest-offers { grid-template-columns: repeat(3, 1fr); gap: 0; margin-bottom: 16px; border-top: 1px solid var(--vc-line); border-bottom: 1px solid var(--vc-line); background: #fff; }
.chuhai-vc--landing .chuhai-vc__offer-row--preview { min-height: 228px; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: 20px; padding: 28px; border-width: 0 0 0 1px; }
.chuhai-vc--landing .chuhai-vc__offer-row--preview:first-child { border-left: 0; }
.chuhai-vc--landing .chuhai-vc__offer-row--preview.is-recommended { position: relative; z-index: 1; border: 2px solid var(--vc-navy); background: #fff9f2; box-shadow: 0 12px 30px rgba(16,35,56,.08); }
.chuhai-vc--landing .chuhai-vc__offer-row--preview .chuhai-vc__offer-price { margin-top: auto; }
.chuhai-vc--landing .chuhai-vc__offer-row--preview .chuhai-vc__offer-detail { padding-top: 14px; border-top: 1px solid var(--vc-line); }
.chuhai-vc--landing .chuhai-vc__login { margin-top: 28px; padding: 30px 34px; border-color: var(--vc-navy); background: var(--vc-navy); color: #fff; box-shadow: none; }
.chuhai-vc--landing .chuhai-vc__login strong { color: #fff; }
.chuhai-vc--landing .chuhai-vc__login p { color: rgba(255,255,255,.65); }
.chuhai-vc__policy { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 0 0 56px; border-bottom: 1px solid var(--vc-line); }
.chuhai-vc__policy details { padding: 20px 22px; border: 1px solid var(--vc-line); background: #fff; }
.chuhai-vc__policy summary { position: relative; padding-right: 28px; cursor: pointer; color: var(--vc-ink); font-weight: 750; list-style: none; }
.chuhai-vc__policy summary::-webkit-details-marker { display: none; }
.chuhai-vc__policy summary::after { content: "+"; position: absolute; right: 0; top: -5px; color: var(--vc-accent); font-size: 24px; font-weight: 400; }
.chuhai-vc__policy details[open] summary::after { content: "−"; }
.chuhai-vc__policy p { margin: 16px 0 0; padding-top: 14px; border-top: 1px solid var(--vc-line); color: var(--vc-muted); font-size: 13px; }
.chuhai-vc--landing .chuhai-vc__faq { gap: 8%; padding: 62px 0 70px; }
.chuhai-vc--landing .chuhai-vc__faq summary { padding-top: 18px; padding-bottom: 18px; font-size: 16px; }
.chuhai-vc--landing .chuhai-vc__faq summary::after { top: 13px; }

.chuhai-vc--workspace { padding: 36px 24px 86px; overflow: visible; }
.chuhai-vc__workspace-context { width: min(1120px, 100%); min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 0 auto 12px; padding: 0 18px; border: 1px solid var(--vc-line); background: #fff; color: var(--vc-muted); font-size: 12px; }
.chuhai-vc__workspace-context a { min-height: 42px; display: inline-flex; align-items: center; color: var(--vc-navy); font-weight: 750; }
.chuhai-vc__workspace-context a:hover { color: var(--vc-accent-dark); }
.chuhai-vc__workspace-head { width: min(1120px, 100%); display: flex; align-items: center; justify-content: space-between; gap: 42px; margin: 0 auto; padding: 30px 38px; background: var(--vc-navy); color: #fff; box-shadow: 0 12px 36px rgba(7,27,49,.07); }
.chuhai-vc__workspace-copy { min-width: 280px; }
.chuhai-vc__workspace-eyebrow { display: block; margin-bottom: 9px; color: var(--vc-accent); font-size: 12px; font-weight: 750; letter-spacing: .14em; }
.chuhai-vc__workspace-copy h1 { margin: 0; color: #fff; font-size: 32px; line-height: 1.2; }
.chuhai-vc__workspace-copy p { margin: 8px 0 0; color: rgba(255,255,255,.65); font-size: 14px; }
.chuhai-vc__workspace-trust { min-width: 480px; display: grid; grid-template-columns: repeat(3, 1fr); }
.chuhai-vc__workspace-trust > div { display: grid; gap: 3px; padding: 0 20px; border-left: 1px solid rgba(255,255,255,.15); }
.chuhai-vc__workspace-trust strong { color: #fff; font-size: 14px; }
.chuhai-vc__workspace-trust span { color: rgba(255,255,255,.52); font-size: 11px; }
.chuhai-vc__workspace-tabs { width: min(1120px, 100%); display: flex; align-items: stretch; margin: 0 auto; border: 1px solid var(--vc-line); border-top: 0; background: #fff; }
.chuhai-vc__workspace-tabs button { position: relative; min-width: 190px; min-height: 56px; padding: 12px 24px; border: 0; border-right: 1px solid var(--vc-line); background: transparent; color: var(--vc-muted); font-weight: 750; cursor: pointer; }
.chuhai-vc__workspace-tabs button.is-active { background: #fff; color: var(--vc-navy); }
.chuhai-vc__workspace-tabs button.is-active::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: var(--vc-accent); }
.chuhai-vc__workspace-tabs button:disabled { color: #98a3aa; cursor: not-allowed; }
.chuhai-vc__workspace-tabs button small { display: inline-grid; min-width: 18px; min-height: 18px; place-items: center; margin-left: 6px; padding: 0 5px; background: #f8e9df; color: var(--vc-accent-dark); font-size: 10px; }
.chuhai-vc__workspace-tabs > p { display: flex; align-items: center; justify-content: flex-end; flex: 1; margin: 0; padding: 0 24px; color: var(--vc-muted); font-size: 12px; }
.chuhai-vc--workspace .chuhai-vc__content { width: min(1120px, 100%); }
.chuhai-vc--workspace .chuhai-vc__booking { padding: 30px 0 0; }
.chuhai-vc--workspace .chuhai-vc__loading { margin-top: 18px; background: rgba(255,255,255,.62); }
.chuhai-vc--workspace .chuhai-vc__app { gap: 18px; }
.chuhai-vc--workspace .chuhai-vc__panel { padding: 30px 32px; border-radius: 0; box-shadow: 0 12px 36px rgba(7,27,49,.06); }
.chuhai-vc--workspace [data-role="consultation-card"] { order: 1; border-top: 3px solid var(--vc-accent); }
.chuhai-vc--workspace [data-role="booking-panel"] { order: 1; }
.chuhai-vc--workspace .chuhai-vc__rules { order: 3; }
.chuhai-vc--workspace[data-workspace-view="my"] [data-role="booking-panel"] { display: none !important; }
.chuhai-vc--workspace[data-workspace-view="booking"] [data-role="consultation-card"],
.chuhai-vc--workspace[data-workspace-view="booking"] [data-role="workspace-empty"] { display: none !important; }
.chuhai-vc__workspace-empty { order: 1; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px; border: 1px dashed #cbbfaf; background: #faf5ed; }
.chuhai-vc__workspace-empty h2 { margin: 5px 0 5px; font-size: 24px; }
.chuhai-vc__workspace-empty p { margin: 0; color: var(--vc-muted); }
.chuhai-vc--workspace .chuhai-vc__summary { grid-template-columns: repeat(4, 1fr); }
.chuhai-vc--workspace .chuhai-vc__summary div { min-width: 0; padding: 16px; border-left: 1px solid var(--vc-line); }
.chuhai-vc--workspace .chuhai-vc__summary div:first-child { padding-left: 0; border-left: 0; }
.chuhai-vc--workspace .chuhai-vc__summary dd { overflow-wrap: anywhere; }

@media (max-width: 900px) {
  .chuhai-vc--landing .chuhai-vc__hero { min-height: 540px; }
  .chuhai-vc--landing .chuhai-vc__hero-copy { width: 72%; }
  .chuhai-vc--landing .chuhai-vc__scope { grid-template-columns: 1fr; gap: 38px; }
  .chuhai-vc--landing .chuhai-vc__guest-offers { grid-template-columns: 1fr; border: 0; background: transparent; }
  .chuhai-vc--landing .chuhai-vc__offer-row--preview { min-height: 0; display: grid; grid-template-columns: minmax(0, 1fr) auto; padding: 20px; border: 1px solid var(--vc-line); }
  .chuhai-vc--landing .chuhai-vc__offer-row--preview .chuhai-vc__offer-detail { grid-column: 1 / -1; }
  .chuhai-vc__workspace-head { align-items: flex-start; flex-direction: column; gap: 24px; }
  .chuhai-vc__workspace-trust { width: 100%; min-width: 0; }
  .chuhai-vc__workspace-trust > div:first-child { padding-left: 0; border-left: 0; }
  .chuhai-vc--workspace .chuhai-vc__summary { grid-template-columns: 1fr 1fr; }
  .chuhai-vc--workspace .chuhai-vc__summary div:nth-child(odd) { padding-left: 0; border-left: 0; }
}

@media (max-width: 640px) {
  .chuhai-vc--landing .chuhai-vc__hero { min-height: 560px; }
  .chuhai-vc--landing .chuhai-vc__hero-inner { padding: 150px 0 76px; }
  .chuhai-vc--landing .chuhai-vc__hero-copy { width: 100%; }
  .chuhai-vc--landing .chuhai-vc__hero h1 { font-size: clamp(38px, 11vw, 50px); }
  .chuhai-vc--landing .chuhai-vc__section { padding: 62px 0; }
  .chuhai-vc--landing .chuhai-vc__problem-list { grid-template-columns: 1fr; }
  .chuhai-vc--landing .chuhai-vc__problem-list article,
  .chuhai-vc--landing .chuhai-vc__problem-list article:nth-child(even) { padding: 21px 0; border-left: 0; }
  .chuhai-vc--landing .chuhai-vc__booking-head > p { text-align: left; }
  .chuhai-vc--landing .chuhai-vc__offer-row--preview { display: grid; }
  .chuhai-vc--landing .chuhai-vc__login { margin-top: 22px; padding: 24px 20px; }
  .chuhai-vc__policy { grid-template-columns: 1fr; gap: 10px; padding-bottom: 46px; }
  .chuhai-vc--landing .chuhai-vc__faq { padding: 50px 0 96px; }
  .chuhai-vc--workspace { padding: 16px 12px 54px; }
  .chuhai-vc__workspace-context { margin-bottom: 10px; padding: 0 14px; }
  .chuhai-vc__workspace-context span { display: none; }
  .chuhai-vc__workspace-head { padding: 24px 20px; }
  .chuhai-vc__workspace-copy h1 { font-size: 27px; }
  .chuhai-vc__workspace-trust > div { padding: 0 10px; }
  .chuhai-vc__workspace-trust strong { font-size: 12px; }
  .chuhai-vc__workspace-trust span { font-size: 10px; line-height: 1.45; }
  .chuhai-vc__workspace-tabs button { min-width: 0; flex: 1; padding: 10px 12px; }
  .chuhai-vc__workspace-tabs > p { display: none; }
  .chuhai-vc--workspace .chuhai-vc__content { width: 100%; }
  .chuhai-vc--workspace .chuhai-vc__booking { padding-top: 20px; }
  .chuhai-vc--workspace .chuhai-vc__panel { padding: 22px 16px; }
  .chuhai-vc__workspace-empty { align-items: stretch; flex-direction: column; padding: 24px 18px; }
  .chuhai-vc__workspace-empty .chuhai-vc__button { width: 100%; }
  .chuhai-vc--workspace .chuhai-vc__summary { grid-template-columns: 1fr 1fr; }
  .chuhai-vc--workspace .chuhai-vc__summary div,
  .chuhai-vc--workspace .chuhai-vc__summary div:nth-child(odd) { padding: 12px 0; border-left: 0; }
  .chuhai-vc--workspace .chuhai-vc__summary div:nth-child(even) { padding-left: 12px; }
}

/* 0.7.2: authenticated quick support ticket flow. */
.chuhai-vc__ticket-modal { width: min(560px, calc(100% - 28px)); max-height: min(760px, calc(100dvh - 28px)); margin: auto; padding: 0; border: 1px solid #cdd6da; border-radius: 12px; background: #fff; color: var(--vc-ink); box-shadow: 0 24px 80px rgba(3,18,29,.28); }
.chuhai-vc__ticket-modal::backdrop { background: rgba(3,18,29,.62); }
.chuhai-vc__ticket-modal-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding: 24px 26px 20px; border-bottom: 1px solid var(--vc-line); }
.chuhai-vc__ticket-modal-head span { color: var(--vc-accent-dark); font-size: 12px; font-weight: 750; }
.chuhai-vc__ticket-modal-head h2 { margin: 3px 0 0; font-size: 25px; line-height: 1.25; }
.chuhai-vc__ticket-modal-head > button { width: 38px; height: 38px; padding: 0; border: 1px solid var(--vc-line); border-radius: 8px; background: #fff; color: var(--vc-muted); font-size: 25px; line-height: 1; cursor: pointer; }
.chuhai-vc__ticket-modal-head > button:hover { border-color: #9eabb1; color: var(--vc-ink); }
.chuhai-vc__ticket-form, .chuhai-vc__ticket-result { padding: 24px 26px 26px; }
.chuhai-vc__ticket-meta { display: grid; grid-template-columns: 1.25fr .75fr .9fr; margin: 0 0 22px; padding: 14px 0; border-top: 1px solid var(--vc-line); border-bottom: 1px solid var(--vc-line); }
.chuhai-vc__ticket-meta > div { min-width: 0; padding: 0 13px; border-left: 1px solid var(--vc-line); }
.chuhai-vc__ticket-meta > div:first-child { padding-left: 0; border-left: 0; }
.chuhai-vc__ticket-meta dt { color: var(--vc-muted); font-size: 11px; }
.chuhai-vc__ticket-meta dd { margin: 3px 0 0; overflow-wrap: anywhere; color: var(--vc-ink); font-size: 13px; font-weight: 720; }
.chuhai-vc__ticket-form > label { display: grid; gap: 7px; color: var(--vc-ink); font-weight: 700; }
.chuhai-vc__ticket-form textarea { width: 100%; min-height: 150px; padding: 12px 13px; resize: vertical; border: 1px solid #bdc8cd; border-radius: 7px; background: #fff; color: var(--vc-ink); font-weight: 400; line-height: 1.7; }
.chuhai-vc__ticket-form textarea:focus { border-color: var(--vc-accent); box-shadow: 0 0 0 3px rgba(232,103,45,.12); outline: 0; }
.chuhai-vc__ticket-form label small { color: var(--vc-muted); font-size: 11px; font-weight: 400; }
.chuhai-vc__ticket-feedback { margin: 14px 0 0; padding: 10px 12px; border-left: 3px solid #4f7588; background: #edf3f6; color: #345565; font-size: 12px; }
.chuhai-vc__ticket-feedback.is-error { border-color: #b93a31; background: #fff0ef; color: #8d2923; }
.chuhai-vc__ticket-actions { display: flex; justify-content: flex-end; gap: 10px; margin-top: 22px; }
.chuhai-vc__ticket-actions .chuhai-vc__button { min-height: 44px; padding: 9px 18px; }
.chuhai-vc__ticket-result { text-align: center; }
.chuhai-vc__ticket-result > span { width: 48px; height: 48px; display: inline-grid; place-items: center; margin-bottom: 14px; border-radius: 50%; background: #eaf7ef; color: #11623f; font-size: 24px; font-weight: 800; }
.chuhai-vc__ticket-result h3 { margin-bottom: 8px; font-size: 23px; }
.chuhai-vc__ticket-result p { margin-bottom: 6px; color: var(--vc-muted); font-size: 13px; }
.chuhai-vc__ticket-result strong { color: var(--vc-ink); font-variant-numeric: tabular-nums; }

@media (max-width: 640px) {
  .chuhai-vc__ticket-modal-head { padding: 20px 18px 16px; }
  .chuhai-vc__ticket-form, .chuhai-vc__ticket-result { padding: 20px 18px; }
  .chuhai-vc__ticket-meta { grid-template-columns: 1fr 1fr; gap: 12px 0; }
  .chuhai-vc__ticket-meta > div { padding: 0 10px; }
  .chuhai-vc__ticket-meta > div:nth-child(3) { grid-column: 1 / -1; padding: 12px 0 0; border-top: 1px solid var(--vc-line); border-left: 0; }
  .chuhai-vc__ticket-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .chuhai-vc__ticket-actions .chuhai-vc__button { width: 100%; }
}
