@font-face {
  font-family: "Literata";
  src: url("/assets/fonts/literata-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Literata";
  src: url("/assets/fonts/literata-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("/assets/fonts/work-sans-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Work Sans";
  src: url("/assets/fonts/work-sans-700.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --vision-navy: #00625d;
  --vision-navy-deep: #004b47;
  --vision-green: #00625d;
  --vision-green-bright: #2a7b76;
  --vision-red: #d9795c;
  --vision-gold: #d5a15c;
  --vision-ink: #1d1b1a;
  --vision-muted: #5b5552;
  --vision-line: #e3dcda;
  --vision-soft: #f8f2f0;
  --vision-paper: #ffffff;
  --vision-radius: 8px;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100svh;
  margin: 0;
  color: var(--vision-ink);
  background: #fef8f6;
  font-family: "Work Sans", "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  background: none;
}

body:not(.intake-page) {
  padding-bottom: calc(76px + var(--safe-bottom));
}

h1,
h2,
h3 {
  font-family: "Literata", Georgia, serif;
}

[hidden] {
  display: none !important;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 64px;
  padding: 9px 16px;
  border-bottom: 1px solid rgba(44, 42, 41, 0.1);
  background: rgba(254, 248, 246, 0.96);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  color: var(--vision-navy);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand-mark {
  position: relative;
  width: 38px;
  height: 38px;
  overflow: hidden;
  flex: 0 0 38px;
  border-radius: 8px;
  background: white;
}

.brand-mark img {
  position: absolute;
  top: -2px;
  left: -8px;
  width: 54px;
  height: 54px;
  max-width: none;
}

.header-actions {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
}

.header-cta,
.primary-button,
.secondary-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 7px;
  padding: 10px 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.header-cta,
.primary-button {
  color: white;
  background: var(--vision-green);
}

.secondary-button {
  border: 1px solid var(--vision-line);
  color: var(--vision-navy);
  background: white;
}

.menu-toggle {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--vision-line);
  border-radius: 7px;
  color: var(--vision-navy);
  background: white;
  font-size: 20px;
  font-weight: 950;
  cursor: pointer;
}

.menu-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: max-content;
  min-width: 138px;
  max-width: calc(100vw - 24px);
  padding: 6px;
  border: 1px solid var(--vision-line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 30px rgba(44, 42, 41, 0.14);
}

.menu-panel a {
  display: flex;
  min-height: 36px;
  align-items: center;
  border-radius: 5px;
  padding: 7px 10px;
  color: var(--vision-ink);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
}

.menu-panel a:hover,
.menu-panel a:focus-visible {
  background: var(--vision-soft);
}

.main-wrap {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 18px 16px 44px;
}

.vision-hero {
  position: relative;
  overflow: visible;
  display: grid;
  gap: 16px;
  border: 1px solid var(--vision-line);
  border-radius: 12px;
  padding: 20px 18px 16px;
  color: var(--vision-ink);
  background: white;
  box-shadow: 0 8px 24px rgba(44, 42, 41, 0.06);
}

.vision-hero::after {
  display: none;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--vision-red);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.vision-hero .eyebrow {
  color: var(--vision-red);
}

.vision-hero h1,
.page-title,
.intake-title,
.confirmation-title {
  margin: 0;
  letter-spacing: -0.035em;
  line-height: 1.04;
}

.vision-hero h1 {
  max-width: 620px;
  color: var(--vision-ink);
  font-size: clamp(40px, 10.5vw, 68px);
}

.vision-hero p {
  max-width: 560px;
  margin: 13px 0 0;
  color: var(--vision-muted);
  font-size: 17px;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.vision-hero .primary-button {
  min-height: 50px;
  min-width: 178px;
  padding-inline: 22px;
  background: var(--vision-green);
  box-shadow: 0 8px 20px rgba(0, 98, 93, 0.2);
}

.vision-hero .secondary-button {
  border-color: rgba(0, 98, 93, 0.28);
  color: var(--vision-green);
  background: white;
}

.hero-media {
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background: var(--vision-soft);
}

.hero-media img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  object-position: center;
}

.proof-strip {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  grid-template-rows: repeat(2, minmax(54px, auto));
  gap: 8px;
  margin: 0;
}

.proof-strip span {
  min-width: 0;
}

.proof-strip > span {
  border: 1px solid var(--vision-line);
  border-radius: 8px;
  background: white;
}

.proof-year {
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 13px 14px;
  border-left: 4px solid var(--vision-red) !important;
  background: var(--vision-soft) !important;
}

.proof-year small {
  color: var(--vision-muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.proof-year strong {
  color: var(--vision-red);
  font-family: "Literata", Georgia, serif;
  font-size: 34px;
  line-height: 1;
}

.proof-place,
.proof-chat {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  color: var(--vision-ink);
  font-size: 11px;
  font-weight: 700;
}

.proof-place {
  border-radius: 999px !important;
}

.proof-chat {
  border-radius: 4px 12px 12px 12px !important;
}

.proof-icon {
  color: var(--vision-green);
  font-size: 22px;
  line-height: 1;
  text-align: center;
}

.proof-bubble {
  position: relative;
  width: 22px;
  height: 16px;
  display: block;
  border: 2px solid var(--vision-red);
  border-radius: 7px;
}

.proof-bubble::after {
  position: absolute;
  bottom: -5px;
  left: 3px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid var(--vision-red);
  border-left: 2px solid var(--vision-red);
  background: white;
  content: "";
  transform: skewY(-38deg);
}

.section-block {
  margin-top: 28px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 13px;
}

.section-heading h2 {
  margin: 0;
  color: var(--vision-navy);
  font-size: 25px;
  letter-spacing: -0.035em;
}

.section-heading p {
  display: none;
  max-width: 480px;
  margin: 0;
  color: var(--vision-muted);
}

.hub-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.hub-card {
  min-height: 0;
  display: block;
  overflow: hidden;
  border: 1px solid var(--vision-line);
  border-radius: 8px;
  color: var(--vision-navy);
  background: white;
  box-shadow: 0 8px 24px rgba(44, 42, 41, 0.05);
  text-decoration: none;
}

.hub-image {
  width: 100%;
  height: 112px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.partner-hub-image {
  object-position: 50% 12%;
}

.hub-card-body {
  display: block;
  min-height: 72px;
  padding: 12px 13px 14px;
}

.hub-icon,
.issue-icon {
  font-size: 24px;
  line-height: 1;
}

.hub-card strong {
  display: block;
  margin-top: 0;
  font-size: 16px;
  line-height: 1.15;
}

.hub-card small {
  display: block;
  margin-top: 5px;
  color: var(--vision-muted);
  font-size: 12px;
}

.direct-cta {
  display: grid;
  gap: 12px;
  border: 1px solid var(--vision-line);
  border-radius: 10px;
  padding: 20px;
  background: white;
  box-shadow: 0 8px 24px rgba(44, 42, 41, 0.05);
}

.direct-cta h2,
.direct-cta p {
  margin: 0;
}

.direct-cta h2 {
  color: var(--vision-navy);
  font-size: 25px;
  letter-spacing: -0.035em;
}

.direct-cta p {
  color: var(--vision-muted);
}

.page-heading {
  display: grid;
  gap: 10px;
  margin: 4px 0 16px;
}

.page-heading.compact {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.page-title {
  color: var(--vision-navy);
  font-size: clamp(34px, 9vw, 56px);
}

.page-heading p {
  max-width: 620px;
  margin: 0;
  color: var(--vision-muted);
}

.filter-control {
  min-height: 42px;
  border: 1px solid var(--vision-line);
  border-radius: 6px;
  padding: 0 35px 0 12px;
  color: var(--vision-navy);
  background: white;
  font-size: 13px;
  font-weight: 850;
}

.partner-list {
  display: grid;
  gap: 11px;
}

.partner-card {
  overflow: hidden;
  border: 1px solid var(--vision-line);
  border-radius: 9px;
  background: white;
  box-shadow: 0 8px 28px rgba(44, 42, 41, 0.05);
}

.partner-card summary {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) 26px;
  align-items: center;
  gap: 13px;
  min-height: 116px;
  padding: 12px;
  list-style: none;
  cursor: pointer;
}

.partner-card summary::-webkit-details-marker {
  display: none;
}

.partner-photo {
  width: 82px;
  height: 96px;
  border-radius: 6px;
  object-fit: cover;
  object-position: 50% 12%;
  background: #e9eef0;
}

.partner-photo.cheng {
  object-position: 50% 22%;
}

.partner-summary h2,
.partner-summary p {
  margin: 0;
}

.partner-summary h2 {
  color: var(--vision-navy);
  font-size: 19px;
  line-height: 1.15;
}

.partner-summary p {
  margin-top: 5px;
  color: var(--vision-muted);
  font-size: 13px;
  line-height: 1.35;
}

.region-tag {
  display: inline-flex;
  margin-top: 8px;
  border-radius: 999px;
  padding: 4px 8px;
  color: var(--vision-navy-deep);
  background: #e1efed;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.expand-glyph {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 9px;
  color: var(--vision-navy);
  background: var(--vision-soft);
  font-size: 18px;
  font-weight: 950;
  transition: transform 160ms ease;
}

.partner-card[open] .expand-glyph {
  transform: rotate(45deg);
}

.partner-profile {
  display: grid;
  gap: 13px;
  border-top: 1px solid var(--vision-line);
  padding: 16px;
  color: var(--vision-muted);
}

.partner-profile p {
  margin: 0;
}

.firm-logo {
  max-width: 180px;
  max-height: 58px;
  object-fit: contain;
  object-position: left center;
}

.recruit-card {
  display: grid;
  gap: 9px;
  margin-top: 15px;
  border-radius: 10px;
  padding: 20px;
  color: white;
  background: var(--vision-navy);
}

.recruit-card h2,
.recruit-card p {
  margin: 0;
}

.recruit-card .secondary-button {
  width: fit-content;
  margin-top: 5px;
}

.intake-main {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 8px 12px calc(84px + var(--safe-bottom));
}

.intake-shell {
  border: 1px solid rgba(44, 42, 41, 0.1);
  border-radius: 10px;
  background: white;
  box-shadow: 0 12px 32px rgba(44, 42, 41, 0.07);
}

.intake-heading {
  padding: 13px 16px 2px;
  color: var(--vision-ink);
  background: transparent;
}

.intake-shell.is-confirmed .intake-heading {
  display: none;
}

.intake-title,
.confirmation-title {
  font-size: 26px;
}

.intake-panel,
.confirmation-panel {
  padding: 8px 16px 14px;
}

.help-form {
  display: grid;
  gap: 9px;
}

.contact-fields {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 8px;
}

.field {
  display: grid;
  gap: 4px;
}

.field-label,
.choice-label {
  color: var(--vision-ink);
  font-size: 12px;
  font-weight: 700;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid #cec7c0;
  border-radius: 6px;
  outline: 0;
  padding: 9px 10px;
  color: var(--vision-ink);
  background: #fffdfa;
}

.field input {
  min-height: 42px;
}

.field textarea {
  height: 120px;
  min-height: 120px;
  max-height: 152px;
  resize: none;
  overflow-y: auto;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--vision-green);
  box-shadow: 0 0 0 3px rgba(0, 98, 93, 0.12);
}

.issue-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.issue-option {
  position: relative;
  display: grid;
  grid-template-columns: 21px minmax(0, 1fr);
  align-items: center;
  gap: 6px;
  min-height: 42px;
  border: 1px solid var(--vision-line);
  border-radius: 6px;
  padding: 6px 8px;
  color: var(--vision-navy);
  background: white;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.issue-option input {
  position: absolute;
  opacity: 0;
}

.issue-option:has(input:checked) {
  border-color: var(--vision-green);
  background: #e7f0ef;
  box-shadow: inset 0 0 0 1px var(--vision-green);
}

.issue-icon {
  width: 21px;
  color: var(--vision-red);
  font-size: 16px;
  text-align: center;
}

.intake-submit-bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 55;
  display: grid;
  gap: 4px;
  padding: 7px 12px calc(7px + var(--safe-bottom));
  border-top: 1px solid rgba(44, 42, 41, 0.12);
  background: rgba(254, 248, 246, 0.97);
  box-shadow: 0 -8px 24px rgba(44, 42, 41, 0.08);
  backdrop-filter: blur(14px);
}

.intake-submit-bar .primary-button,
.intake-submit-bar .form-status {
  width: 100%;
  max-width: 736px;
  margin-inline: auto;
}

.intake-submit-bar .primary-button {
  min-height: 46px;
  font-size: 14px;
}

.form-status {
  min-height: 0;
  margin: 0;
  color: var(--vision-muted);
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.form-status:empty {
  display: none;
}

.form-status[data-state="error"] {
  color: #a52b20;
}

.form-status[data-state="success"] {
  color: #08763e;
}

.confirmation-panel {
  scroll-margin-top: 82px;
  text-align: center;
}

.success-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin: 2px auto 7px;
  border-radius: 50%;
  color: white;
  background: var(--vision-green);
  font-size: 20px;
  font-weight: 700;
}

.confirmation-qr {
  width: min(244px, 68vw);
  height: auto;
  display: block;
  margin: 8px auto 9px;
  border: 0;
  border-radius: 8px;
  object-fit: contain;
  object-position: center;
  box-shadow: 0 8px 24px rgba(44, 42, 41, 0.1);
}

.wechat-copy {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(0, 98, 93, 0.25);
  border-radius: 6px;
  padding: 8px 12px;
  color: var(--vision-navy-deep);
  background: #e7f0ef;
  font-weight: 700;
  cursor: pointer;
  user-select: all;
}

.wechat-copy.is-copied {
  color: white;
  background: var(--vision-green);
}

.history-hero {
  display: grid;
  gap: 16px;
  overflow: hidden;
  border: 1px solid var(--vision-line);
  border-radius: 12px;
  padding: 24px 20px;
  color: var(--vision-ink);
  background: white;
  box-shadow: 0 8px 24px rgba(44, 42, 41, 0.05);
}

.history-year {
  color: var(--vision-red);
  font-size: clamp(68px, 22vw, 132px);
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.8;
}

.history-hero h1,
.history-hero p {
  margin: 0;
}

.history-hero h1 {
  font-size: clamp(30px, 8.5vw, 52px);
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.history-hero p {
  color: var(--vision-muted);
}

.about-grid {
  display: grid;
  gap: 11px;
  margin-top: 16px;
}

.about-card {
  border: 1px solid var(--vision-line);
  border-radius: 18px;
  padding: 18px;
  background: white;
}

.about-card h2,
.about-card p {
  margin: 0;
}

.about-card h2 {
  color: var(--vision-navy);
  font-size: 20px;
}

.about-card p {
  margin-top: 7px;
  color: var(--vision-muted);
}

.boundary-card {
  border-color: rgba(200, 50, 34, 0.22);
  background: #fff7f5;
}

.contact-layout {
  display: grid;
  gap: 15px;
}

.contact-intro h1,
.contact-intro p {
  margin: 0;
}

.contact-intro h1 {
  color: var(--vision-navy);
  font-size: clamp(36px, 10vw, 58px);
  letter-spacing: -0.045em;
  line-height: 1;
}

.contact-intro p {
  margin-top: 8px;
  color: var(--vision-muted);
}

.contact-card {
  border: 1px solid var(--vision-line);
  border-radius: 22px;
  padding: 14px;
  background: white;
  box-shadow: 0 12px 34px rgba(8, 40, 63, 0.09);
  text-align: center;
}

.contact-poster {
  width: min(100%, 350px);
  display: block;
  margin: 0 auto 11px;
  border-radius: 15px;
}

.contact-note {
  border-radius: 16px;
  padding: 14px;
  color: #6f332d;
  background: #fff1ef;
  font-size: 13px;
  font-weight: 750;
}

.policy-content {
  max-width: 780px;
  margin: 0 auto;
  border: 1px solid var(--vision-line);
  border-radius: 22px;
  padding: 20px;
  background: white;
}

.policy-content h1 {
  margin: 0 0 8px;
  color: var(--vision-navy);
  font-size: clamp(34px, 8vw, 50px);
  letter-spacing: -0.045em;
  line-height: 1;
}

.policy-content h2 {
  margin: 25px 0 6px;
  color: var(--vision-navy);
  font-size: 19px;
}

.policy-content p,
.policy-content li {
  color: var(--vision-muted);
}

.hub-card-featured {
  grid-column: 1 / -1;
  border-color: rgba(0, 98, 93, 0.42);
}

.service-hub-hero,
.service-hero {
  display: grid;
  gap: 18px;
  overflow: hidden;
  border: 1px solid var(--vision-line);
  border-radius: 12px;
  padding: 22px 18px;
  background: white;
  box-shadow: 0 8px 24px rgba(44, 42, 41, 0.06);
}

.service-hub-hero h1,
.service-hero h1,
.service-hub-hero p,
.service-hero p {
  margin: 0;
}

.service-hub-hero h1,
.service-hero h1 {
  max-width: 760px;
  color: var(--vision-ink);
  font-size: clamp(36px, 10vw, 62px);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.service-hub-hero p,
.service-hero-copy > p:last-of-type {
  max-width: 700px;
  margin-top: 11px;
  color: var(--vision-muted);
  font-size: 16px;
}

.service-hub-hero > .primary-button {
  width: fit-content;
}

.service-hero-offer {
  display: grid;
  align-content: center;
  gap: 5px;
  border: 1px solid rgba(0, 98, 93, 0.3);
  border-left: 5px solid var(--vision-green);
  border-radius: 8px;
  padding: 17px;
  background: #eaf4f2;
}

.service-hero-offer span,
.service-hero-offer small {
  color: var(--vision-muted);
  font-size: 11px;
  font-weight: 700;
}

.service-hero-offer h2 {
  margin: 0;
  color: var(--vision-navy-deep);
  font-size: 21px;
  line-height: 1.15;
}

.service-hero-offer strong {
  color: var(--vision-green);
  font-family: "Literata", Georgia, serif;
  font-size: 33px;
  line-height: 1.1;
}

.service-chooser {
  display: grid;
  gap: 9px;
}

.service-chooser-card {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 11px;
  min-height: 94px;
  border: 1px solid var(--vision-line);
  border-radius: 8px;
  padding: 13px;
  color: var(--vision-ink);
  background: white;
  box-shadow: 0 6px 18px rgba(44, 42, 41, 0.04);
  text-decoration: none;
}

.service-chooser-card:hover,
.service-chooser-card:focus-visible {
  border-color: rgba(0, 98, 93, 0.55);
  box-shadow: 0 8px 24px rgba(0, 98, 93, 0.1);
}

.service-card-number {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: var(--vision-red);
  background: var(--vision-soft);
  font-size: 11px;
  font-weight: 950;
}

.service-chooser-card strong,
.service-chooser-card small {
  display: block;
}

.service-chooser-card strong {
  color: var(--vision-navy-deep);
  font-family: "Literata", Georgia, serif;
  font-size: 17px;
  line-height: 1.2;
}

.service-chooser-card small {
  margin-top: 5px;
  color: var(--vision-muted);
  font-size: 12px;
  line-height: 1.35;
}

.service-card-arrow {
  color: var(--vision-green);
  font-size: 20px;
  font-weight: 950;
}

.service-situation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.service-situation-grid span {
  display: flex;
  min-height: 60px;
  align-items: center;
  border: 1px solid var(--vision-line);
  border-radius: 7px;
  padding: 10px 11px;
  color: var(--vision-navy-deep);
  background: white;
  font-size: 12px;
  font-weight: 700;
}

.service-explanation,
.service-prepare,
.service-trust-block,
.service-final-cta {
  display: grid;
  gap: 13px;
  border: 1px solid var(--vision-line);
  border-radius: 10px;
  padding: 20px;
  background: white;
}

.service-explanation h2,
.service-explanation p,
.service-prepare h2,
.service-trust-block h2,
.service-trust-block p,
.service-final-cta h2,
.service-final-cta p {
  margin: 0;
}

.service-explanation h2,
.service-prepare h2,
.service-trust-block h2,
.service-final-cta h2 {
  color: var(--vision-navy-deep);
  font-size: 24px;
  line-height: 1.15;
}

.service-explanation > p,
.service-trust-block p,
.service-final-cta p {
  color: var(--vision-muted);
}

.service-price-grid {
  display: grid;
  gap: 11px;
}

.service-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  border: 1px solid var(--vision-line);
  border-radius: 9px;
  padding: 18px;
  background: white;
  box-shadow: 0 8px 24px rgba(44, 42, 41, 0.05);
}

.service-price-card.is-featured {
  border: 2px solid var(--vision-green);
  background: #fbfffe;
  box-shadow: 0 10px 28px rgba(0, 98, 93, 0.11);
}

.service-featured-label {
  width: fit-content;
  border-radius: 999px;
  padding: 4px 8px;
  color: white;
  background: var(--vision-red);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.service-price-card h3,
.service-price-card p,
.service-package-facts {
  margin: 0;
}

.service-price-card h3 {
  color: var(--vision-navy-deep);
  font-size: 20px;
  line-height: 1.18;
}

.service-price {
  color: var(--vision-green);
  font-family: "Literata", Georgia, serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
}

.service-package-facts {
  display: grid;
  gap: 8px;
}

.service-package-facts div {
  border-top: 1px solid var(--vision-line);
  padding-top: 7px;
}

.service-package-facts dt {
  color: var(--vision-red);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.service-package-facts dd {
  margin: 2px 0 0;
  color: var(--vision-muted);
  font-size: 12px;
  line-height: 1.4;
}

.service-price-card .service-cta {
  width: 100%;
  margin-top: auto;
}

.service-featured-scope {
  border: 1px solid rgba(0, 98, 93, 0.3);
  border-radius: 10px;
  padding: 20px;
  background: #eef7f5;
}

.service-scope-grid {
  display: grid;
  gap: 10px;
  margin-bottom: 15px;
}

.service-scope-grid > div {
  border: 1px solid rgba(0, 98, 93, 0.18);
  border-radius: 8px;
  padding: 15px;
  background: white;
}

.service-scope-grid h3 {
  margin: 0 0 8px;
  color: var(--vision-navy-deep);
  font-size: 18px;
}

.service-scope-grid ul,
.service-prepare ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding-left: 19px;
  color: var(--vision-muted);
  font-size: 13px;
}

.service-scope-excluded {
  border-color: rgba(217, 121, 92, 0.28) !important;
  background: #fff9f7 !important;
}

.service-process {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-process li {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  border: 1px solid var(--vision-line);
  border-radius: 8px;
  padding: 13px;
  background: white;
}

.service-process li > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  color: white;
  background: var(--vision-green);
  font-weight: 950;
}

.service-process strong,
.service-process p {
  display: block;
  margin: 0;
}

.service-process strong {
  color: var(--vision-navy-deep);
}

.service-process p {
  margin-top: 3px;
  color: var(--vision-muted);
  font-size: 12px;
}

.service-boundary {
  display: grid;
  gap: 11px;
  border: 1px solid rgba(217, 121, 92, 0.35);
  border-left: 5px solid var(--vision-red);
  border-radius: 8px;
  padding: 18px;
  background: #fff8f6;
}

.service-boundary h2,
.service-boundary p {
  margin: 0;
}

.service-boundary h2 {
  color: var(--vision-ink);
  font-size: 23px;
  line-height: 1.18;
}

.service-boundary p {
  color: var(--vision-muted);
  font-size: 13px;
}

.service-comparison,
.service-resource-grid {
  display: grid;
  gap: 9px;
}

.service-comparison a,
.service-resource-card {
  display: grid;
  gap: 5px;
  border: 1px solid var(--vision-line);
  border-radius: 8px;
  padding: 14px;
  color: var(--vision-ink);
  background: white;
  text-decoration: none;
}

.service-comparison strong,
.service-resource-card strong {
  color: var(--vision-navy-deep);
  font-family: "Literata", Georgia, serif;
  line-height: 1.25;
}

.service-comparison span,
.service-resource-card span {
  color: var(--vision-muted);
  font-size: 11px;
}

.service-resource-card span {
  color: var(--vision-red);
  font-weight: 950;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.service-faq {
  display: grid;
  gap: 8px;
}

.service-faq details {
  border: 1px solid var(--vision-line);
  border-radius: 8px;
  padding: 13px 14px;
  background: white;
}

.service-faq summary {
  color: var(--vision-navy-deep);
  font-weight: 700;
  cursor: pointer;
}

.service-faq p {
  margin: 8px 0 0;
  color: var(--vision-muted);
  font-size: 13px;
}

.service-trust-block {
  border-color: rgba(0, 98, 93, 0.28);
}

.service-trust-block .secondary-button {
  width: fit-content;
}

.service-final-cta {
  align-items: center;
}

.service-final-wechat {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.service-qr {
  width: min(180px, 52vw);
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(44, 42, 41, 0.1);
}

.site-footer {
  display: none;
  margin-top: 26px;
  padding: 23px 16px;
  color: rgba(255, 255, 255, 0.74);
  background: var(--vision-navy-deep);
}

.footer-inner {
  width: min(1120px, 100%);
  display: grid;
  gap: 15px;
  margin: 0 auto;
}

.footer-brand {
  color: white;
  font-weight: 950;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
}

.footer-links a {
  color: white;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.footer-meta {
  margin: 0;
  font-size: 12px;
}

.bottom-bar {
  position: fixed;
  right: 8px;
  bottom: calc(7px + var(--safe-bottom));
  left: 8px;
  z-index: 45;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  border: 1px solid rgba(44, 42, 41, 0.12);
  border-radius: 10px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 30px rgba(44, 42, 41, 0.16);
  backdrop-filter: blur(14px);
}

.bottom-bar a {
  min-height: 44px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: var(--vision-muted);
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.bottom-bar a[aria-current="page"] {
  color: var(--vision-navy-deep);
  background: #e7f0ef;
}

.bottom-bar a.help-link {
  color: white;
  background: var(--vision-navy);
}

@media (min-width: 720px) {
  body:not(.intake-page) {
    padding-bottom: 0;
  }

  .site-header {
    padding-inline: 28px;
  }

  .main-wrap {
    padding: 30px 28px 60px;
  }

  .vision-hero {
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 1.05fr);
    align-items: center;
    padding: 40px;
  }

  .hero-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .hero-media {
    grid-column: 2;
    grid-row: 1;
  }

  .hero-media img {
    aspect-ratio: 4 / 3;
  }

  .proof-strip {
    grid-column: 1 / -1;
    grid-row: 2;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: minmax(64px, auto);
    margin-top: 4px;
  }

  .proof-year {
    grid-row: auto;
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
  }

  .proof-place,
  .proof-chat {
    padding: 14px 16px;
    font-size: 13px;
  }

  .section-heading p {
    display: block;
  }

  .hub-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .home-hub-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .hub-card-featured {
    grid-column: auto;
  }

  .service-hub-hero,
  .service-hero {
    grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
    align-items: center;
    padding: 34px;
  }

  .service-hub-hero > .primary-button {
    justify-self: end;
  }

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

  .service-chooser-single {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .service-scope-grid,
  .service-comparison,
  .service-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .service-explanation,
  .service-boundary,
  .service-trust-block,
  .service-final-cta {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.9fr);
    align-items: center;
    padding: 26px 28px;
  }

  .service-trust-block .secondary-button {
    justify-self: end;
  }

  .service-final-cta {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .direct-cta {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 26px 30px;
  }

  .partner-card summary {
    grid-template-columns: 104px minmax(0, 1fr) 32px;
    padding: 16px;
  }

  .partner-photo {
    width: 104px;
    height: 120px;
  }

  .partner-profile {
    grid-template-columns: minmax(0, 1fr) 190px;
    align-items: center;
    padding: 22px;
  }

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

  .contact-layout {
    grid-template-columns: minmax(260px, 0.8fr) minmax(340px, 1.2fr);
    align-items: start;
  }

  .site-footer {
    display: block;
    padding-bottom: 34px;
  }

  .intake-main {
    padding: 24px 24px 50px;
  }

  .intake-heading {
    padding: 20px 22px 4px;
  }

  .intake-panel,
  .confirmation-panel {
    padding: 12px 22px 22px;
  }

  .intake-submit-bar {
    position: static;
    padding: 4px 0 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

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

  .footer-links {
    justify-content: center;
  }

  .bottom-bar {
    display: none;
  }
}

@media (max-width: 380px) {
  .brand {
    font-size: 16px;
  }

  .header-cta {
    padding-inline: 11px;
    font-size: 13px;
  }

  .vision-hero {
    padding-inline: 18px;
  }
}
