@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --blue: #2563eb;
  --blue-dark: #1e40af;
  --ink: #123a63;
  --heading: #123a63;
  --muted: #5f6777;
  --line: #e6ebf2;
  --soft: #f7f9fc;
  --card: #ffffff;
  --max: 1120px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: Manrope, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
}

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

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

.topbar {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 50;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(230, 235, 242, 0.8);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  flex: none;
}

.brand-logo {
  width: 188px;
  max-height: 52px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #1f2937;
  font-size: 0.9rem;
  font-weight: 600;
}

.site-nav a,
.nav-more summary {
  white-space: nowrap;
}

.nav-more {
  position: relative;
}

.nav-more summary {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  list-style: none;
}

.nav-more summary::-webkit-details-marker {
  display: none;
}

.nav-more summary::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.nav-more-menu {
  position: absolute;
  top: calc(100% + 18px);
  right: 0;
  min-width: 230px;
  display: grid;
  gap: 4px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.12);
}

.nav-more-menu a {
  padding: 10px 12px;
  border-radius: 7px;
}

.nav-more-menu a:hover {
  background: #f3f6fa;
}

.nav-cta,
.button.primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.24);
}

.nav-cta {
  padding: 11px 18px;
  border-radius: 7px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: #111827;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px clamp(18px, 5vw, 72px) 72px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.84) 43%, rgba(255, 255, 255, 0.34) 100%),
    url("./assets/hero-background-wide.png");
  background-position: center;
  background-size: cover;
}

.page-hero {
  min-height: 68vh;
  padding-bottom: 64px;
  background:
    radial-gradient(circle at 80% 22%, rgba(37, 99, 235, 0.09), transparent 30%),
    radial-gradient(circle at 18% 80%, rgba(18, 58, 99, 0.06), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #f7f9fc 48%, #eef5ff 100%);
}

.page-hero.process-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.9) 42%, rgba(255, 255, 255, 0.42) 100%),
    url("./assets/how-we-work-hero.png");
  background-position: center;
  background-size: cover;
}

.page-hero.why-china-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 40%, rgba(255, 255, 255, 0.34) 72%, rgba(255, 255, 255, 0.12) 100%),
    url("./assets/why-china-hero-modern-care.png");
  background-position: center;
  background-size: cover;
}

.hero-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.hero-copy {
  max-width: 720px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 28px;
  color: var(--heading);
  font-size: clamp(2.35rem, 6.4vw, 3.95rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.home-hero-title {
  display: grid;
  gap: 0.03em;
  width: 900px;
  max-width: calc(100vw - 120px);
  font-size: clamp(2.45rem, 4.7vw, 3.45rem);
  line-height: 1.08;
}

.home-hero-title span {
  display: block;
}

.page-hero h1 {
  max-width: 820px;
  font-size: clamp(2.2rem, 5.8vw, 3.45rem);
}

.page-hero .hero-lead {
  max-width: 620px;
  margin-bottom: 0;
  font-size: clamp(1.04rem, 1.6vw, 1.2rem);
  line-height: 1.65;
}

.hero-lead {
  max-width: 660px;
  margin-bottom: 34px;
  color: #4b5563;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.7;
}

.hero-note {
  max-width: 620px;
  margin: 26px 0 0;
  color: var(--heading);
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.65;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-weight: 700;
}

.button.secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(17, 24, 39, 0.14);
}

.button.secondary.light {
  margin-top: 24px;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.12);
}

.button.secondary.light:hover {
  background: rgba(255, 255, 255, 0.2);
}

.hero .button.secondary {
  min-height: 54px;
  padding: 0 4px;
  border-color: transparent;
  color: #1f2937;
  background: transparent;
  box-shadow: none;
}

.hero .button.secondary::after,
.hero-scroll-cue::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 10px;
  margin-top: -4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.hero-scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 999px;
  color: rgba(17, 24, 39, 0.72);
  background: rgba(255, 255, 255, 0.34);
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
  backdrop-filter: blur(10px);
  font-size: 0.9rem;
  font-weight: 700;
  transform: translateX(-50%);
}

.hero-scroll-cue:hover {
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
}

.section {
  position: relative;
  padding: clamp(64px, 9vw, 116px) clamp(18px, 5vw, 72px);
}

.section-with-cue {
  padding-bottom: clamp(92px, 10vw, 132px);
}

.section.soft {
  background: var(--soft);
}

.section.dark {
  color: #fff;
  background: #111827;
}

.section-inner {
  position: relative;
  width: min(100%, var(--max));
  margin: 0 auto;
}

.section-learn-cue {
  position: absolute;
  left: 50%;
  bottom: calc(clamp(92px, 10vw, 132px) * -0.74);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(18, 58, 99, 0.1);
  border-radius: 999px;
  color: rgba(18, 58, 99, 0.72);
  background: rgba(255, 255, 255, 0.42);
  box-shadow: 0 12px 30px rgba(18, 58, 99, 0.07);
  backdrop-filter: blur(12px);
  font-size: 0.9rem;
  font-weight: 700;
  transform: translateX(-50%);
}

.section-learn-cue::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 10px;
  margin-top: -4px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.section-learn-cue:hover {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.68);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 44px;
}

.section-heading.center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading h2 {
  margin-bottom: 18px;
  color: inherit;
  font-size: clamp(1.95rem, 3.6vw, 3.25rem);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0;
}

.section-heading p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

.section-link-row {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.section-link-row.align-left {
  justify-content: flex-start;
  margin-top: 26px;
}

.dark .section-heading p,
.dark .card p,
.dark .split-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.grid {
  display: grid;
  gap: 24px;
}

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

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

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

.card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--card);
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.05);
}

.dark .card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.number {
  display: block;
  margin-bottom: 22px;
  color: var(--blue);
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.card h3 {
  margin-bottom: 12px;
  font-size: 1.22rem;
  line-height: 1.25;
  color: var(--heading);
}

.card p,
.card li {
  color: var(--muted);
  line-height: 1.7;
}

.card ul {
  display: grid;
  gap: 9px;
  padding-left: 18px;
  margin: 18px 0 0;
}

.icon-card {
  position: relative;
}

.mini-icon {
  position: relative;
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  place-items: center;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(239, 246, 255, 0.74));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72), 0 10px 24px rgba(18, 58, 99, 0.06);
}

.mini-icon::before,
.mini-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.icon-records::before,
.icon-report::before {
  width: 18px;
  height: 22px;
  border: 2px solid var(--blue-dark);
  border-radius: 4px;
}

.icon-records::after,
.icon-report::after {
  width: 12px;
  height: 7px;
  border-top: 2px solid var(--blue-dark);
  border-bottom: 2px solid var(--blue-dark);
}

.icon-check::before {
  width: 18px;
  height: 18px;
  border: 2px solid var(--blue-dark);
  border-radius: 999px;
}

.icon-check::after {
  width: 12px;
  height: 7px;
  border-left: 2px solid var(--blue-dark);
  border-bottom: 2px solid var(--blue-dark);
  transform: rotate(-45deg) translate(1px, -1px);
}

.icon-search::before {
  width: 16px;
  height: 16px;
  border: 2px solid var(--blue-dark);
  border-radius: 999px;
  transform: translate(-2px, -2px);
}

.icon-search::after {
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: var(--blue-dark);
  transform: translate(8px, 8px) rotate(45deg);
}

.icon-support::before,
.icon-route::before {
  width: 21px;
  height: 14px;
  border: 2px solid var(--blue-dark);
  border-radius: 8px;
}

.icon-support::after,
.icon-route::after {
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--blue-dark);
  border-bottom: 2px solid var(--blue-dark);
  transform: translate(1px, 10px) rotate(45deg);
}

.icon-boundary::before {
  width: 20px;
  height: 20px;
  border: 2px solid #b91c1c;
  border-radius: 999px;
}

.icon-boundary::after {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: #b91c1c;
  transform: rotate(-35deg);
}

.icon-time::before {
  width: 20px;
  height: 20px;
  border: 2px solid var(--blue-dark);
  border-radius: 999px;
}

.icon-time::after {
  width: 8px;
  height: 8px;
  border-left: 2px solid var(--blue-dark);
  border-bottom: 2px solid var(--blue-dark);
  transform: translate(2px, -2px);
}

.icon-specialist::before,
.icon-doctor::before {
  width: 18px;
  height: 18px;
  border: 2px solid var(--blue-dark);
  border-radius: 999px 999px 8px 8px;
  transform: translateY(-3px);
}

.icon-specialist::after,
.icon-doctor::after {
  width: 22px;
  height: 10px;
  border: 2px solid var(--blue-dark);
  border-top: 0;
  border-radius: 0 0 10px 10px;
  transform: translateY(11px);
}

.icon-balance::before {
  width: 22px;
  height: 2px;
  background: var(--blue-dark);
  transform: translateY(-5px);
}

.icon-balance::after {
  width: 18px;
  height: 18px;
  border-left: 2px solid var(--blue-dark);
  border-bottom: 2px solid var(--blue-dark);
  transform: rotate(-45deg) translate(2px, 2px);
}

.icon-hospital::before {
  width: 22px;
  height: 22px;
  border: 2px solid var(--blue-dark);
  border-radius: 4px;
}

.icon-hospital::after {
  width: 10px;
  height: 10px;
  border-left: 2px solid var(--blue-dark);
  border-right: 2px solid var(--blue-dark);
  transform: translateY(2px);
}

.icon-access::before {
  width: 22px;
  height: 22px;
  border: 2px solid var(--blue-dark);
  border-radius: 999px;
}

.icon-access::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--blue-dark);
  border-right: 2px solid var(--blue-dark);
  transform: rotate(45deg);
}

.icon-consult::before {
  width: 22px;
  height: 16px;
  border: 2px solid var(--blue-dark);
  border-radius: 8px;
  transform: translateY(-2px);
}

.icon-consult::after {
  width: 8px;
  height: 8px;
  border-left: 2px solid var(--blue-dark);
  border-bottom: 2px solid var(--blue-dark);
  transform: translate(-6px, 9px) rotate(-45deg);
}

.compact-card {
  padding: 26px 28px;
}

.metric-grid {
  align-items: stretch;
}

.metric-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 238px;
}

.metric-card::before {
  content: "";
  position: absolute;
  top: -54px;
  right: -42px;
  width: 132px;
  height: 132px;
  border: 1px solid rgba(37, 99, 235, 0.1);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.08), transparent 66%);
  pointer-events: none;
}

.metric-label {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--blue-dark);
  background: rgba(37, 99, 235, 0.08);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.metric-value {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 14px;
  color: var(--heading);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.metric-card p {
  position: relative;
  z-index: 1;
}

.wait-metric-grid .metric-card {
  min-height: 260px;
  padding-bottom: 42px;
}

.wait-metric-grid .metric-card::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 24px;
  height: 5px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(37, 99, 235, 0.72) var(--metric-scale), rgba(37, 99, 235, 0.1) 0);
}

.wait-metric-grid .metric-card:nth-child(1) {
  --metric-scale: 38%;
}

.wait-metric-grid .metric-card:nth-child(2) {
  --metric-scale: 58%;
}

.wait-metric-grid .metric-card:nth-child(3) {
  --metric-scale: 86%;
}

.wait-metric-grid .metric-card:nth-child(4) {
  --metric-scale: 70%;
}

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

.capacity-mosaic .metric-card,
.medical-system-grid .metric-card {
  min-height: 268px;
}

.capacity-mosaic .metric-card:first-child,
.medical-system-grid .metric-card:nth-child(2) {
  background:
    linear-gradient(145deg, rgba(239, 246, 255, 0.95), rgba(255, 255, 255, 0.86)),
    var(--card);
  border-color: rgba(37, 99, 235, 0.18);
}

.capacity-mosaic .metric-card:first-child::before,
.medical-system-grid .metric-card:nth-child(2)::before {
  width: 180px;
  height: 180px;
  border-color: rgba(37, 99, 235, 0.16);
}

.capacity-mosaic .metric-card:first-child .metric-value,
.medical-system-grid .metric-card:nth-child(2) .metric-value {
  font-size: clamp(2.7rem, 5vw, 4.5rem);
}

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

.medical-system-grid .metric-card:nth-child(4) {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(239, 246, 255, 0.7)),
    radial-gradient(circle at 88% 20%, rgba(198, 161, 61, 0.16), transparent 30%);
}

.advanced-care-grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(0, 1fr) minmax(0, 1fr);
}

.advanced-care-grid .card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
}

.advanced-care-grid .card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 118px;
  height: 118px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 28px;
  transform: rotate(18deg);
  pointer-events: none;
}

.advanced-care-grid .card:first-child {
  background:
    linear-gradient(145deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.88)),
    var(--card);
}

.source-panel {
  max-width: 880px;
  margin: 34px auto 0;
  padding: 24px 28px;
  border: 1px solid rgba(18, 58, 99, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.64);
}

.source-panel h3 {
  margin-bottom: 8px;
  color: var(--heading);
  font-size: 1.04rem;
}

.source-panel p {
  color: var(--muted);
  line-height: 1.7;
}

.source-panel .source-links {
  margin-top: 12px;
  font-size: 0.92rem;
}

.source-panel a {
  color: var(--blue-dark);
  font-weight: 700;
  text-decoration: none;
}

.source-panel a:hover {
  text-decoration: underline;
}

.metric-source-row {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  align-items: baseline;
  justify-content: center;
  max-width: 780px;
  margin: 12px auto 0;
  color: rgba(75, 85, 99, 0.72);
  font-size: 0.78rem;
}

.metric-source-row span {
  color: rgba(75, 85, 99, 0.76);
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.metric-source-row p {
  margin: 0;
  line-height: 1.5;
}

.metric-source-row a {
  color: rgba(30, 64, 175, 0.72);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: rgba(30, 64, 175, 0.18);
  text-underline-offset: 3px;
}

.metric-source-row a:hover {
  color: var(--blue-dark);
  text-decoration-color: rgba(30, 64, 175, 0.42);
}

.compact-reason-section {
  padding-top: clamp(46px, 6vw, 72px);
  padding-bottom: clamp(46px, 6vw, 72px);
}

.compact-reason-head {
  margin-bottom: 28px;
}

.reason-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.reason-strip article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
}

.reason-strip .mini-icon {
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
}

.reason-strip h3 {
  margin-bottom: 8px;
  color: var(--heading);
  font-size: 1.02rem;
  line-height: 1.25;
}

.reason-strip p {
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.62;
}

.section-note {
  max-width: 820px;
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.7;
  text-align: center;
}

.story-anchor {
  max-width: 860px;
  margin: 0 auto 22px;
  color: var(--heading);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
}

.journey-step {
  width: fit-content;
  margin: 0 auto 12px;
  padding: 6px 10px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 999px;
  color: var(--blue-dark);
  background: rgba(239, 246, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.evaluate-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 46%, rgba(239, 246, 255, 0.58) 100%),
    url("./assets/how-we-evaluate-hero.png");
  background-position: center;
  background-size: cover;
}

.review-hero {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 44%, rgba(239, 246, 255, 0.62) 100%),
    url("./assets/how-we-work-hero.png");
  background-position: center;
  background-size: cover;
}

.hero-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-proof-row span {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 999px;
  color: var(--blue-dark);
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 10px 28px rgba(18, 58, 99, 0.06);
  font-size: 0.82rem;
  font-weight: 800;
}

.evaluation-pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.evaluation-pillar {
  position: relative;
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(18, 58, 99, 0.1);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.72)),
    #fff;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.05);
}

.evaluation-pillar::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(90deg, var(--blue), #c6a13d);
}

.evaluation-pillar span {
  display: inline-flex;
  margin-bottom: 28px;
  color: rgba(30, 64, 175, 0.72);
  font-size: 0.82rem;
  font-weight: 800;
}

.evaluation-pillar h3 {
  margin-bottom: 12px;
  color: var(--heading);
  font-size: 1.36rem;
}

.evaluation-pillar p,
.verification-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.68;
}

.evaluation-scope-grid .card {
  min-height: 250px;
}

.weight-model {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.weight-model article {
  position: relative;
  overflow: hidden;
  min-height: 190px;
  padding: 26px;
  border: 1px solid rgba(18, 58, 99, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.04);
}

.weight-model span {
  display: block;
  margin-bottom: 18px;
  color: var(--heading);
  font-size: clamp(2rem, 4vw, 3rem);
  font-variant-numeric: lining-nums tabular-nums;
  font-weight: 800;
  line-height: 1;
}

.weight-model h3 {
  margin-bottom: 8px;
  color: var(--heading);
  font-size: 1.08rem;
}

.weight-model p {
  margin-bottom: 24px;
  color: var(--muted);
  line-height: 1.58;
}

.weight-model i {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 22px;
  height: 6px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--blue) var(--weight), rgba(37, 99, 235, 0.12) 0);
}

.report-process {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.report-process article {
  position: relative;
  min-height: 218px;
  padding: 26px;
  border: 1px solid rgba(18, 58, 99, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.04);
}

.report-process span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
}

.report-process h3 {
  margin-bottom: 10px;
  color: var(--heading);
  font-size: 1.12rem;
}

.report-process p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.64;
}

.report-preview-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.report-preview-layout,
.verification-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.74fr) minmax(520px, 1.26fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
}

.report-preview-copy .journey-step,
.verification-copy .journey-step {
  margin-left: 0;
}

.report-preview-copy h2,
.verification-copy h2 {
  margin-bottom: 18px;
  color: var(--heading);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 1.14;
}

.report-preview-copy p,
.verification-copy p:not(.journey-step) {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.75;
}

.report-preview {
  overflow: hidden;
  border: 1px solid rgba(18, 58, 99, 0.12);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 22px 56px rgba(18, 58, 99, 0.1);
}

.report-preview-head {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  justify-content: space-between;
  padding: 22px 26px;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, #123a63, #1e40af);
  color: #fff;
}

.report-preview-head span {
  font-weight: 800;
}

.report-preview-head strong {
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.report-outline {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.report-outline li {
  display: grid;
  grid-template-columns: 42px minmax(0, 0.8fr) minmax(0, 1.35fr);
  gap: 14px;
  align-items: baseline;
  padding: 18px 26px;
  border-bottom: 1px solid var(--line);
}

.report-outline li:last-child {
  border-bottom: 0;
}

.report-outline span {
  color: rgba(30, 64, 175, 0.72);
  font-size: 0.76rem;
  font-weight: 800;
}

.report-outline strong {
  color: var(--heading);
  font-size: 0.98rem;
}

.report-outline p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.58;
}

.matrix-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(18, 58, 99, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.05);
}

.matrix-table {
  width: 100%;
  min-width: 880px;
  border-collapse: collapse;
}

.matrix-table th,
.matrix-table td {
  padding: 18px 16px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.5;
  text-align: left;
  vertical-align: middle;
}

.matrix-table thead th {
  color: var(--heading);
  background: rgba(239, 246, 255, 0.78);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.matrix-table tbody th {
  color: var(--heading);
  font-weight: 800;
}

.matrix-table tbody tr:last-child th,
.matrix-table tbody tr:last-child td {
  border-bottom: 0;
}

.independence-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.independence-grid article {
  min-height: 270px;
  padding: 30px;
  border: 1px solid rgba(18, 58, 99, 0.1);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(247, 249, 252, 0.96), rgba(255, 255, 255, 0.86)),
    #fff;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.05);
}

.independence-grid h3 {
  margin-bottom: 12px;
  color: var(--heading);
  font-size: 1.18rem;
  line-height: 1.26;
}

.independence-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.68;
}

.verification-layout {
  align-items: start;
}

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

.verification-grid article {
  min-height: 206px;
  padding: 26px;
  border: 1px solid rgba(18, 58, 99, 0.1);
  border-radius: 10px;
  background: rgba(247, 249, 252, 0.78);
}

.verification-grid .mini-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
}

.verification-grid h3 {
  margin-bottom: 8px;
  color: var(--heading);
  font-size: 1.08rem;
}

.boundary-band {
  display: flex;
  gap: 22px;
  align-items: flex-start;
}

.boundary-band .mini-icon {
  flex: none;
  margin: 2px 0 0;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: none;
}

.boundary-band .icon-boundary::before {
  border-color: #fff;
}

.boundary-band .icon-boundary::after {
  background: #fff;
}

.boundary-band h2 {
  margin-bottom: 12px;
  color: #fff;
  font-size: clamp(1.7rem, 3.2vw, 2.65rem);
  line-height: 1.14;
}

.journey-pause {
  max-width: 880px;
  margin: 28px auto 0;
  padding: 20px clamp(20px, 4vw, 36px);
  border-top: 1px solid rgba(18, 58, 99, 0.09);
  border-bottom: 1px solid rgba(18, 58, 99, 0.09);
  color: var(--heading);
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  font-weight: 600;
  line-height: 1.55;
  text-align: center;
}

.price-section {
  overflow: hidden;
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

.price-section::before {
  content: "";
  position: absolute;
  inset: 80px auto auto 50%;
  width: min(900px, 82vw);
  height: 260px;
  border: 1px solid rgba(37, 99, 235, 0.08);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.08), transparent 66%);
  transform: translateX(-50%);
  pointer-events: none;
}

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

.cost-explorer {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 18px;
  padding: 18px;
  border: 1px solid rgba(18, 58, 99, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 44px rgba(17, 24, 39, 0.06);
}

.cost-selector {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 6px;
  border: 1px solid rgba(18, 58, 99, 0.08);
  border-radius: 12px;
  background: rgba(247, 249, 252, 0.9);
}

.cost-selector button {
  min-height: 44px;
  padding: 0 12px;
  border: 0;
  border-radius: 9px;
  color: var(--heading);
  background: transparent;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 800;
  cursor: pointer;
}

.cost-selector button.is-active {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.2);
}

.cost-display {
  position: relative;
}

.cost-panel {
  display: none;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
  min-height: 330px;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(239, 246, 255, 0.72)),
    #fff;
}

.cost-panel.is-active {
  display: grid;
}

.cost-panel-copy h3 {
  margin-bottom: 12px;
  color: var(--heading);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.12;
}

.cost-panel-copy p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.72;
}

.cost-bars {
  display: grid;
  gap: 30px;
  min-width: 0;
}

.cost-bar-row {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) max-content;
  column-gap: 24px;
  row-gap: 12px;
  align-items: baseline;
  min-width: 0;
}

.cost-bar-row span {
  color: rgba(75, 85, 99, 0.76);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cost-bar-row strong {
  color: var(--heading);
  font-size: clamp(1.55rem, 3.1vw, 2.55rem);
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1, "tnum" 1;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
  text-align: right;
  white-space: nowrap;
}

.cost-bar-row i {
  grid-column: 1 / -1;
  display: block;
  width: var(--bar-width);
  height: 18px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--heading), rgba(18, 58, 99, 0.52));
  box-shadow: 0 12px 30px rgba(18, 58, 99, 0.16);
}

.cost-bar-row.china i {
  background:
    linear-gradient(90deg, var(--blue), rgba(37, 99, 235, 0.52));
  box-shadow: 0 12px 30px rgba(37, 99, 235, 0.16);
}

.cost-compare-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.05);
}

.cost-compare-card::after {
  content: "";
  position: absolute;
  right: -42px;
  top: -42px;
  width: 128px;
  height: 128px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 34px;
  transform: rotate(16deg);
  pointer-events: none;
}

.cost-compare-card-strong {
  border-color: rgba(37, 99, 235, 0.2);
  background:
    linear-gradient(145deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #fff;
}

.cost-pair {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 12px 0 18px;
}

.cost-pair div {
  --bar-width: 70%;
  --bar-color: var(--heading);
  position: relative;
  display: grid;
  grid-template-columns: minmax(126px, 0.85fr) minmax(0, 1fr);
  gap: 14px;
  align-items: end;
  min-height: 0;
  padding: 0 0 18px;
}

.cost-pair div:last-child {
  --bar-color: var(--blue);
}

.cost-pair div::after {
  content: "";
  grid-column: 1 / -1;
  width: var(--bar-width);
  height: 13px;
  border-radius: 999px;
  background:
    linear-gradient(90deg, var(--bar-color), color-mix(in srgb, var(--bar-color) 72%, #ffffff));
  box-shadow: 0 8px 20px color-mix(in srgb, var(--bar-color) 18%, transparent);
}

.cost-pair span {
  display: block;
  color: rgba(75, 85, 99, 0.74);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cost-pair strong {
  display: block;
  color: var(--heading);
  font-size: clamp(1.28rem, 2.3vw, 1.86rem);
  line-height: 1.05;
  overflow-wrap: anywhere;
  text-align: right;
}

.cost-compare-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.inline-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  align-items: center;
  justify-content: center;
  max-width: 760px;
  margin: 24px auto 0;
  padding: 16px 20px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
}

.inline-cta p {
  margin: 0;
  color: var(--heading);
  font-weight: 650;
}

.audience-ribbon {
  width: fit-content;
  margin: 0 auto 24px;
  padding: 9px 14px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 999px;
  color: var(--blue-dark);
  background: rgba(239, 246, 255, 0.74);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.trust-filter-section {
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.case-pattern {
  min-height: 260px;
}

.case-pattern > span {
  display: inline-flex;
  margin-bottom: 18px;
  color: rgba(30, 64, 175, 0.78);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pricing-logic {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
}

.pricing-logic-card {
  position: relative;
  overflow: hidden;
  padding: 32px;
  border: 1px solid rgba(18, 58, 99, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.05);
}

.pricing-logic-card::after {
  content: "";
  position: absolute;
  right: -38px;
  top: -38px;
  width: 126px;
  height: 126px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 34px;
  transform: rotate(16deg);
}

.pricing-logic-card strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 14px;
  color: var(--heading);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.pricing-logic-card p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.7;
}

.service-menu-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-offer {
  position: relative;
  display: flex;
  min-height: 390px;
  flex-direction: column;
  padding: 28px;
  border: 1px solid rgba(18, 58, 99, 0.1);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.05);
}

.service-offer.highlight {
  border-color: rgba(37, 99, 235, 0.22);
  background:
    linear-gradient(145deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.9)),
    #fff;
}

.service-offer .mini-icon {
  margin-bottom: 16px;
}

.service-offer .metric-label {
  margin-bottom: 16px;
}

.service-offer h3 {
  margin-bottom: 12px;
  color: var(--heading);
  font-size: 1.22rem;
  line-height: 1.25;
}

.service-offer p:not(.metric-label) {
  margin-bottom: 24px;
  color: var(--muted);
  line-height: 1.66;
}

.service-offer strong {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  color: var(--heading);
  font-size: 0.94rem;
  line-height: 1.45;
}

.service-table td:nth-child(2),
.service-table td:nth-child(3) {
  color: var(--heading);
  font-weight: 800;
  white-space: nowrap;
}

.service-flow-band {
  background:
    linear-gradient(135deg, #123a63, #1e40af);
}

.service-standard-grid .card {
  min-height: 250px;
}

.start-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(247, 249, 252, 0.96), rgba(239, 246, 255, 0.92)),
    #fff;
  box-shadow: 0 18px 46px rgba(18, 58, 99, 0.07);
}

.start-panel .journey-step {
  margin-left: 0;
}

.start-panel h2 {
  margin-bottom: 14px;
  color: var(--heading);
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.12;
}

.start-panel p:not(.journey-step) {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.72;
}

.start-panel .button {
  white-space: nowrap;
}

.review-intake-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.review-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
}

.case-form,
.review-sidebar section {
  border: 1px solid rgba(18, 58, 99, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 42px rgba(17, 24, 39, 0.06);
}

.case-form {
  display: grid;
  gap: 24px;
  padding: clamp(24px, 4vw, 40px);
}

.form-head .journey-step {
  margin-left: 0;
}

.form-head h2 {
  margin-bottom: 12px;
  color: var(--heading);
  font-size: clamp(1.8rem, 3.2vw, 2.65rem);
  line-height: 1.14;
}

.form-head p,
.form-section em,
.form-note p,
.form-disclaimer {
  color: var(--muted);
  line-height: 1.65;
}

.form-section {
  display: grid;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.form-error {
  padding: 14px 16px;
  border: 1px solid rgba(185, 28, 28, 0.22);
  border-radius: 8px;
  color: #991b1b;
  background: #fef2f2;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.5;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-section h3,
.form-note h3,
.review-sidebar h2 {
  margin-bottom: 0;
  color: var(--heading);
  font-size: 1.08rem;
  line-height: 1.3;
}

.case-form label,
.case-form fieldset {
  display: grid;
  gap: 8px;
}

.case-form label span,
.case-form legend {
  color: var(--heading);
  font-size: 0.92rem;
  font-weight: 800;
}

.case-form label span strong,
.case-form legend strong {
  margin-left: 6px;
  color: rgba(37, 99, 235, 0.82);
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.case-form input[type="text"],
.case-form input[type="email"],
.case-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(18, 58, 99, 0.16);
  border-radius: 8px;
  color: var(--heading);
  background: #fff;
  font: inherit;
  font-size: 0.96rem;
}

.case-form textarea {
  min-height: 164px;
  resize: vertical;
}

.case-form input:focus,
.case-form textarea:focus {
  border-color: rgba(37, 99, 235, 0.58);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
  outline: 0;
}

.case-form em {
  font-size: 0.82rem;
  font-style: normal;
}

.case-form fieldset {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(18, 58, 99, 0.1);
  border-radius: 10px;
}

.case-form legend {
  grid-column: 1 / -1;
  padding: 0 6px;
}

.case-form fieldset label {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.case-form input[type="radio"] {
  flex: none;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--blue);
}

.form-note {
  padding: 18px 20px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 10px;
  background: rgba(239, 246, 255, 0.7);
}

.form-note h3 {
  margin-bottom: 6px;
}

.form-note p,
.form-disclaimer {
  margin-bottom: 0;
  font-size: 0.92rem;
}

.case-form .button {
  width: fit-content;
  min-width: 180px;
}

.review-sidebar {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 16px;
}

.review-sidebar section {
  padding: 24px;
}

.review-sidebar h2 {
  margin-bottom: 16px;
}

.review-timeline {
  display: grid;
  gap: 14px;
}

.review-timeline article {
  padding-left: 16px;
  border-left: 3px solid rgba(37, 99, 235, 0.28);
}

.review-timeline span {
  display: block;
  margin-bottom: 6px;
  color: var(--blue-dark);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.review-timeline h3 {
  margin-bottom: 4px;
  color: var(--heading);
  font-size: 0.98rem;
}

.review-timeline p,
.review-list li {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.review-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.cost-compare-card:nth-child(1) .cost-pair div:first-child {
  --bar-width: 95%;
}

.cost-compare-card:nth-child(1) .cost-pair div:last-child {
  --bar-width: 36%;
}

.cost-compare-card:nth-child(2) .cost-pair div:first-child {
  --bar-width: 92%;
}

.cost-compare-card:nth-child(2) .cost-pair div:last-child {
  --bar-width: 42%;
}

.cost-compare-card:nth-child(3) .cost-pair div:first-child {
  --bar-width: 96%;
}

.cost-compare-card:nth-child(3) .cost-pair div:last-child {
  --bar-width: 34%;
}

.cost-compare-card:nth-child(4) .cost-pair div:first-child {
  --bar-width: 90%;
}

.cost-compare-card:nth-child(4) .cost-pair div:last-child {
  --bar-width: 48%;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: center;
}

.split-copy h2 {
  margin-bottom: 24px;
  font-size: clamp(1.95rem, 3.8vw, 3.35rem);
  font-weight: 700;
  line-height: 1.14;
  letter-spacing: 0;
}

.split-copy p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.75;
}

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

.compare-panel {
  padding: 34px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid var(--line);
}

.compare-panel h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  font-size: 1.35rem;
}

.compare-panel h3 .mini-icon {
  flex: none;
  width: 36px;
  height: 36px;
  margin: 0;
  border-radius: 9px;
}

.compare-panel ul {
  display: grid;
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.compare-panel li {
  color: var(--muted);
  line-height: 1.55;
}

.compare-panel li::before {
  content: "✓";
  margin-right: 10px;
  color: var(--blue);
  font-weight: 800;
}

.compare-panel.negative li::before {
  content: "×";
  color: #ef4444;
}

.feature-band {
  padding: 44px;
  border-radius: 12px;
  background: var(--blue);
  color: #fff;
}

.feature-band p {
  max-width: 760px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.1rem;
  line-height: 1.75;
}

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

.pathway-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(17, 24, 39, 0.05);
}

#learn-more .pathway-card h3 {
  min-height: 32px;
}

#learn-more .pathway-card > p {
  min-height: 82px;
}

.pathway-card.highlight {
  background: #eef6ff;
  border-color: rgba(37, 99, 235, 0.24);
}

.pathway-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.pathway-card-head .mini-icon {
  flex: none;
  width: 38px;
  height: 38px;
  margin: 0;
}

.pathway-card > .mini-icon {
  margin-bottom: 14px;
}

.pathway-card > .pathway-label {
  margin-bottom: 18px;
}

.pathway-label {
  align-self: flex-start;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.09);
  color: var(--blue-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pathway-card h3 {
  margin-bottom: 12px;
  color: var(--heading);
  font-size: 1.22rem;
  line-height: 1.25;
}

.pathway-card p,
.pathway-card li {
  color: var(--muted);
  line-height: 1.65;
}

.pathway-card ul {
  display: grid;
  gap: 9px;
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.pathway-card li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 10px 2px 0;
  border-radius: 999px;
  background: var(--blue);
}

.pathway-note {
  width: min(100%, 820px);
  margin: 28px auto 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.65;
  text-align: center;
}

.faq-section {
  background: linear-gradient(180deg, #f7f9fc 0%, #eef5ff 100%);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(460px, 1.18fr);
  gap: clamp(38px, 6vw, 82px);
  align-items: start;
}

.faq-intro {
  position: sticky;
  top: 108px;
}

.faq-intro h2 {
  margin-bottom: 18px;
  color: var(--heading);
  font-size: clamp(2rem, 3.8vw, 3.25rem);
  font-weight: 700;
  line-height: 1.12;
}

.faq-intro p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.75;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
  border: 1px solid rgba(18, 58, 99, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(18, 58, 99, 0.05);
  backdrop-filter: blur(10px);
}

.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 76px;
  padding: 22px 68px 22px 28px;
  cursor: pointer;
  color: var(--heading);
  font-size: 1.08rem;
  font-weight: 800;
  list-style: none;
}

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

.faq-item summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 26px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  color: var(--blue-dark);
  background: rgba(37, 99, 235, 0.09);
  font-size: 1.2rem;
  font-weight: 700;
  transform: translateY(-50%);
}

.faq-item[open] summary::after {
  content: "-";
}

.faq-item p {
  margin: -6px 68px 24px 28px;
  color: var(--muted);
  line-height: 1.7;
}

.about-preview-section {
  background: #fff;
}

.about-preview {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(420px, 1.08fr);
  gap: clamp(36px, 6vw, 76px);
  align-items: center;
  padding: clamp(34px, 5.5vw, 58px);
  border: 1px solid rgba(18, 58, 99, 0.1);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(247, 249, 252, 0.96), rgba(239, 246, 255, 0.92)),
    url("./assets/hero-background-wide.png");
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 46px rgba(18, 58, 99, 0.07);
}

.about-preview-copy h2 {
  margin-bottom: 18px;
  color: var(--heading);
  font-size: clamp(2rem, 3.8vw, 3.2rem);
  line-height: 1.12;
}

.about-preview-copy p:not(.eyebrow) {
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.75;
}

.text-link {
  display: inline-flex;
  align-items: center;
  color: var(--blue-dark);
  font-weight: 800;
}

.inline-link {
  color: var(--blue-dark);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(30, 64, 175, 0.28);
  text-underline-offset: 4px;
}

.inline-link:hover {
  text-decoration-color: currentColor;
}

.text-link::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.about-preview-grid {
  display: grid;
  gap: 14px;
}

.about-preview-grid article {
  padding: 24px 26px;
  border: 1px solid rgba(18, 58, 99, 0.1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(10px);
}

.about-preview-grid span {
  display: block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 0.85rem;
  font-weight: 800;
}

.about-preview-grid .mini-icon {
  display: inline-grid;
  margin-bottom: 14px;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.about-preview-grid h3 {
  margin-bottom: 8px;
  color: var(--heading);
  font-size: 1.1rem;
}

.about-preview-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.site-footer {
  padding: 34px clamp(18px, 5vw, 72px) 24px;
  border-top: 1px solid var(--line);
  background: #f8fafc;
}

.footer-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
}

.footer-top {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(28px, 5vw, 58px);
  align-items: start;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.footer-brand-block p {
  max-width: 390px;
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
  line-height: 1.55;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer-logo {
  width: 172px;
  max-height: 52px;
  object-fit: contain;
}

.footer-nav-grid {
  display: grid;
  grid-template-columns: minmax(120px, 0.75fr) minmax(180px, 1fr) minmax(210px, 1.05fr);
  gap: clamp(22px, 4vw, 44px);
}

.footer-links,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 9px;
}

.footer-links h2,
.footer-contact h2 {
  margin: 0 0 6px;
  color: var(--heading);
  font-size: 0.76rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer-links a,
.footer-contact a {
  color: #4b5563;
  font-size: 0.9rem;
  line-height: 1.35;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--blue-dark);
}

.footer-email {
  color: var(--blue-dark);
  font-weight: 800;
}

.footer-small-cta {
  margin-top: 2px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  padding-top: 18px;
}

.footer-bottom p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.55;
}

.footer-bottom p:first-child {
  max-width: 680px;
}

.footer-bottom p:last-child {
  flex: none;
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .site-nav {
    gap: 13px;
    font-size: 0.82rem;
  }
}

@media (max-width: 940px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 72px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(17, 24, 39, 0.12);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 12px;
  }

  .nav-more summary {
    padding: 12px;
  }

  .nav-more-menu {
    position: static;
    min-width: 0;
    margin: 0 0 8px;
    padding: 4px 0 4px 14px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
  }

  .nav-cta {
    text-align: center;
  }

  .split,
  .compact-reason-head,
  .reason-strip,
  .evaluation-pillar-grid,
  .weight-model,
  .service-menu-grid,
  .report-process,
  .report-preview-layout,
  .review-layout,
  .verification-layout,
  .independence-grid,
  .capacity-mosaic,
  .treatment-cost-grid,
  .cost-panel,
  .pricing-logic,
  .start-panel,
  .medical-system-grid,
  .advanced-care-grid,
  .grid.two,
  .grid.three,
  .grid.four,
  .pathway-grid,
  .faq-layout,
  .about-preview,
  .compare,
  .footer-top,
  .footer-nav-grid {
    grid-template-columns: 1fr;
  }

  .faq-intro {
    position: static;
  }

  .verification-grid {
    grid-template-columns: 1fr;
  }

  .review-sidebar {
    position: static;
  }
}

@media (max-width: 640px) {
  .topbar {
    height: 66px;
    padding: 0 16px;
  }

  .brand-logo {
    width: 168px;
  }

  .hero {
    min-height: 92vh;
    padding-top: 102px;
  }

  .page-hero {
    min-height: 72vh;
  }

  .cost-selector {
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .cost-selector button {
    min-width: 148px;
    scroll-snap-align: start;
  }

  .cost-panel {
    min-height: 0;
  }

  .cost-bar-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cost-bar-row strong {
    font-size: clamp(1.45rem, 7vw, 2rem);
    text-align: left;
  }

  h1,
  .page-hero h1 {
    font-size: clamp(2.25rem, 11vw, 3.35rem);
  }

  .hero-lead,
  .section-heading p,
  .split-copy p {
    font-size: 1rem;
  }

  .card,
  .compare-panel,
  .feature-band,
  .evaluation-pillar,
  .weight-model article,
  .service-offer,
  .report-process article,
  .independence-grid article,
  .verification-grid article,
  .pathway-card {
    padding: 24px;
  }

  .hero-proof-row span {
    min-height: 34px;
    font-size: 0.78rem;
  }

  .evaluation-pillar,
  .weight-model article,
  .service-offer,
  .report-process article,
  .evaluation-scope-grid .card,
  .independence-grid article,
  .verification-grid article,
  .service-standard-grid .card {
    min-height: 0;
  }

  .report-preview-head {
    padding: 18px 20px;
  }

  .report-outline li {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 16px 20px;
  }

  .report-outline p {
    grid-column: 2;
  }

  .matrix-table {
    min-width: 780px;
  }

  .matrix-table th,
  .matrix-table td {
    padding: 14px 12px;
  }

  .boundary-band {
    display: block;
  }

  .boundary-band .mini-icon {
    margin-bottom: 16px;
  }

  .start-panel .button {
    width: 100%;
    white-space: normal;
  }

  .case-form fieldset {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .case-form .button {
    width: 100%;
  }

  .review-sidebar section {
    padding: 22px;
  }

  .faq-item summary {
    min-height: 68px;
    padding: 20px 58px 20px 22px;
  }

  .faq-item summary::after {
    right: 20px;
  }

  .faq-item p {
    margin: -4px 58px 22px 22px;
  }

  .about-preview {
    padding: 28px 22px;
  }

  .about-preview-grid article {
    padding: 22px;
  }

  .cost-pair {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    grid-template-columns: 1fr;
    display: grid;
    gap: 10px;
  }

  .footer-bottom p:last-child {
    white-space: normal;
  }
}
