:root {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  color: #071d35;
  background: #061a31;
  font-synthesis: none;
  --navy-950: #031426;
  --navy-900: #061a31;
  --navy-800: #092541;
  --cyan-500: #18c7e8;
  --cyan-300: #6ee6f2;
  --blue-500: #196bff;
  --ink: #071d35;
  --muted: #65778a;
  --line: #dce5ec;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--navy-900); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--cyan-300); outline-offset: 3px; }
.site-shell { min-height: 100vh; overflow: hidden; background: #fff; }

.site-header {
  position: absolute; z-index: 20; inset: 0 0 auto; height: 92px;
  display: flex; align-items: center; padding: 0 4vw; gap: 32px;
  border-bottom: 1px solid rgba(255,255,255,.12); color: #fff;
}
.brand { display: flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 194px; height: 62px; object-fit: contain; object-position: left center; }
.desktop-nav { display: flex; align-items: center; justify-content: center; gap: clamp(18px,2vw,34px); flex: 1; }
.desktop-nav button, .language-switch button { border: 0; background: transparent; color: inherit; cursor: pointer; }
.desktop-nav button { position: relative; padding: 12px 0; font-size: 14px; white-space: nowrap; opacity: .82; }
.desktop-nav button::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 2px; background: var(--cyan-500); transition: right 180ms ease; }
.desktop-nav button:hover { opacity: 1; }
.desktop-nav button:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.language-switch { display: flex; align-items: center; color: #fff; }
.language-switch button { font-size: 13px; padding: 8px 6px; opacity: .5; }
.language-switch button + button { margin-left: 4px; border-left: 1px solid rgba(255,255,255,.28); }
.language-switch button.active { opacity: 1; color: var(--cyan-300); }
.header-cta { min-height: 46px; padding: 0 22px; color: #fff; background: rgba(7,23,43,.56); border: 1px solid rgba(110,230,242,.86); border-radius: 4px; cursor: pointer; transition: background 180ms ease,border-color 180ms ease; }
.header-cta:hover { background: rgba(25,107,255,.4); border-color: #fff; }
.menu-button { display: none; border: 0; background: transparent; color: #fff; }
.mobile-menu { display: none; }

.hero { position: relative; min-height: 680px; background: var(--navy-950); color: #fff; overflow: hidden; isolation: isolate; }
.hero-photo { position: absolute; z-index: -3; inset: 0 0 0 auto; width: 78%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero-overlay { position: absolute; z-index: -2; inset: 0; background: rgba(3,20,38,.34); box-shadow: inset 55vw 0 180px 30px var(--navy-950), inset 0 -110px 120px -60px var(--navy-950); }
.hero-brand-path { position: absolute; z-index: -1; right: -13%; bottom: -66%; width: min(66vw,900px); opacity: .34; transform: rotate(6deg) scaleX(1.32); transform-origin: center; pointer-events: none; }
.hero-content { width: min(1380px,92vw); margin: 0 auto; padding: 148px 0 54px; }
.eyebrow, .section-kicker { margin: 0 0 22px; color: var(--cyan-300); font-size: 13px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.section-kicker svg { vertical-align: -3px; margin-right: 6px; }
.hero h1 { max-width: 850px; margin: 0; font-family: inherit; font-size: clamp(42px,3.7vw,58px); line-height: 1.24; letter-spacing: -.025em; font-weight: 700; text-wrap: balance; }
.hero-copy { max-width: 650px; margin: 24px 0 0; color: rgba(226,237,246,.82); font-size: 17px; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 30px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 0 28px; border-radius: 4px; border: 1px solid transparent; font-weight: 600; cursor: pointer; transition: transform 180ms ease,background 180ms ease,border-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--blue-500); color: #fff; box-shadow: inset -70px 0 80px rgba(138,63,252,.66); }
.button.primary:hover { background: #2b78ff; }
.button.secondary { border-color: rgba(110,230,242,.72); background: rgba(3,20,38,.48); color: #fff; }
.button.secondary:hover { background: rgba(24,199,232,.12); border-color: #fff; }
.button.full { width: 100%; }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px 24px; margin-top: 30px; color: #d9e9f4; font-size: 13px; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row svg { color: var(--cyan-300); }

.process-section { position: relative; padding: 20px 5vw 40px; background: var(--navy-950); color: #fff; }
.section-heading.centered { text-align: center; }
.section-heading h2, .split-heading h2, .resource-content h2, .story-band h2, .about-section h2, .final-cta h2 { margin: 0; font-family: inherit; font-size: clamp(32px,3.1vw,50px); line-height: 1.25; letter-spacing: -.02em; font-weight: 700; }
.section-heading.inverse h2 { color: #fff; }
.process-line { position: relative; max-width: 1320px; margin: 24px auto 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 50px; }
.process-line::before { content: ""; position: absolute; left: 70px; right: 70px; top: 40px; height: 1px; background: rgba(110,230,242,.28); }
.process-step { position: relative; display: grid; grid-template-columns: 82px 1fr; gap: 22px; }
.step-icon { position: relative; z-index: 1; width: 82px; height: 82px; display: grid; place-items: center; border: 1px solid var(--cyan-500); border-radius: 50%; color: var(--cyan-300); background: var(--navy-950); }
.process-step:nth-child(2) .step-icon { color: #65a4ff; border-color: #397eeb; }
.process-step:nth-child(3) .step-icon { color: #bb7bff; border-color: #8245c5; }
.step-number { display: block; color: var(--cyan-500); font-size: 24px; font-weight: 700; line-height: 1; }
.process-step:nth-child(2) .step-number { color: #4388ff; }
.process-step:nth-child(3) .step-number { color: #a84cf7; }
.process-step h3 { margin: 8px 0; font-size: 21px; }
.process-step p { margin: 0; color: #8ea7bb; font-size: 14px; line-height: 1.75; }
.verification-line { width: max-content; max-width: 100%; margin: 30px auto 0; padding: 10px 24px; display: flex; align-items: center; justify-content: center; gap: 10px; border-top: 1px solid rgba(110,230,242,.32); border-bottom: 1px solid rgba(110,230,242,.32); color: var(--cyan-300); font-weight: 500; }

.light-section, .journey-section { padding: 110px max(5vw,calc((100vw - 1320px)/2)); background: #fff; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 9vw; align-items: end; }
.split-heading > p { margin: 0 0 5px; color: var(--muted); line-height: 1.9; }
.facts-list { margin-top: 64px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts-list article { position: relative; min-height: 290px; padding: 40px 38px 34px; border-right: 1px solid var(--line); }
.facts-list article:last-child { border-right: 0; }
.facts-list svg { color: var(--cyan-500); }
.facts-list article > span { position: absolute; top: 38px; right: 36px; color: #aab9c4; font-size: 13px; }
.facts-list h3 { margin: 28px 0 12px; font-size: 22px; }
.facts-list p { color: var(--muted); line-height: 1.8; }
.facts-list small { color: #9aabb8; }

.resource-section { display: grid; grid-template-columns: .85fr 1.15fr; min-height: 620px; background: #edf3f7; }
.resource-visual { position: relative; min-height: 460px; overflow: hidden; background: var(--navy-900); }
.resource-visual img { position: absolute; width: 115%; max-width: 760px; left: -23%; top: 2%; opacity: .88; transform: rotate(-17deg); }
.resource-content { align-self: center; max-width: 740px; padding: 80px 7vw; }
.resource-content > p:not(.section-kicker) { margin: 26px 0; color: var(--muted); line-height: 1.9; }
.resource-content ul { list-style: none; padding: 0; margin: 32px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 28px; }
.resource-content li { display: flex; gap: 10px; align-items: center; }
.resource-content li svg { color: var(--cyan-500); }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding: 10px 0; border: 0; border-bottom: 1px solid var(--ink); background: transparent; color: var(--ink); font-weight: 600; cursor: pointer; }

.service-tabs { max-width: 960px; margin: 52px auto 0; display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--line); }
.service-tabs button { position: relative; padding: 18px 12px; border: 0; background: transparent; color: var(--muted); cursor: pointer; }
.service-tabs button[aria-selected="true"] { color: var(--ink); font-weight: 700; }
.service-tabs button[aria-selected="true"]::after { content: ""; position: absolute; left: 12%; right: 12%; bottom: -1px; height: 3px; background: var(--cyan-500); }
.service-panel { max-width: 960px; margin: 0 auto; display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--line); }
.service-panel div { min-height: 150px; padding: 36px 26px; display: flex; flex-direction: column; gap: 20px; border-right: 1px solid var(--line); }
.service-panel div:last-child { border-right: 0; }
.service-panel svg { color: var(--blue-500); }

.story-band { padding: 90px max(5vw,calc((100vw - 1100px)/2)); background: var(--navy-800); color: #fff; text-align: center; }
.story-band h2 { max-width: 900px; margin: 0 auto; }
.story-band > p:last-child { max-width: 760px; margin: 26px auto 0; color: #9fb4c6; line-height: 1.8; }
.about-section { padding: 100px max(5vw,calc((100vw - 1200px)/2)); display: grid; grid-template-columns: .7fr 1.3fr; gap: 7vw; align-items: center; }
.about-section img { width: min(100%,370px); }
.about-section p:last-child { color: var(--muted); line-height: 1.9; }
.final-cta { padding: 76px max(5vw,calc((100vw - 1240px)/2)); display: flex; justify-content: space-between; align-items: center; gap: 60px; color: #fff; background: var(--navy-950); }
.final-cta > div { max-width: 840px; }
.final-cta p:last-child { margin: 20px 0 0; color: #9fb4c6; }

footer { min-height: 150px; padding: 38px 5vw; display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 50px; background: #020e1b; color: #7790a4; font-size: 12px; }
footer > img { width: 180px; }
footer .language-switch.compact { color: #fff; }

.modal-backdrop { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 24px; background: rgba(1,12,24,.82); backdrop-filter: blur(10px); }
.assessment-modal { position: relative; width: min(720px,100%); max-height: calc(100vh - 48px); overflow: auto; padding: 48px; border: 1px solid rgba(110,230,242,.28); border-radius: 8px; background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.38); }
.assessment-modal h2 { margin: 0; font-size: 34px; }
.assessment-modal > p:not(.section-kicker) { color: var(--muted); line-height: 1.75; }
.modal-close { position: absolute; top: 18px; right: 18px; width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--ink); background: #edf3f7; cursor: pointer; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 30px; }
.form-grid label { display: grid; gap: 8px; }
.form-grid label.wide { grid-column: 1/-1; }
.form-grid span { font-size: 13px; font-weight: 600; }
.form-grid input, .form-grid textarea { width: 100%; border: 1px solid #cbd7e1; border-radius: 4px; padding: 12px 14px; color: var(--ink); background: #f8fafb; }
.form-grid input { min-height: 48px; }
.form-grid textarea { resize: vertical; }
.consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin: 20px 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--blue-500); }
.success-state { min-height: 380px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.success-state svg { color: var(--cyan-500); }
.success-state h2 { max-width: 520px; margin: 24px 0 36px; line-height: 1.45; }

@media (max-width: 1180px) {
  .desktop-nav { display: none; }
  .site-header { justify-content: space-between; }
  .menu-button { display: grid; place-items: center; }
  .mobile-menu { position: absolute; top: 92px; left: 0; right: 0; display: grid; padding: 24px 4vw 30px; background: rgba(3,20,38,.98); border-bottom: 1px solid rgba(110,230,242,.24); }
  .mobile-menu > button:not(.button) { padding: 15px 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.1); background: transparent; color: #fff; text-align: left; }
  .mobile-menu .language-switch { margin: 18px 0; }
  .mobile-menu .button { justify-self: start; }
  .hero-photo { width: 92%; opacity: .72; }
  .process-line { gap: 26px; }
  .process-step { grid-template-columns: 64px 1fr; gap: 16px; }
  .step-icon { width: 64px; height: 64px; }
  .process-line::before { top: 31px; }
}

@media (max-width: 820px) {
  .site-header { height: 76px; padding: 0 20px; }
  .brand img { width: 132px; height: 48px; }
  .header-cta, .header-actions > .language-switch { display: none; }
  .mobile-menu { top: 76px; }
  .hero { min-height: 790px; }
  .hero-photo { width: 100%; height: 52%; top: 76px; object-position: 63% center; opacity: .68; }
  .hero-overlay { background: rgba(3,20,38,.1); box-shadow: inset 0 -410px 170px -65px var(--navy-950), inset 0 110px 120px -90px var(--navy-950); }
  .hero-brand-path { width: 120vw; right: -45%; bottom: -10%; opacity: .56; }
  .hero-content { width: auto; padding: 320px 20px 36px; }
  .eyebrow { font-size: 11px; line-height: 1.6; }
  .hero h1 { font-size: clamp(34px,10vw,48px); line-height: 1.3; }
  .hero-copy { font-size: 15px; line-height: 1.75; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .process-section, .light-section, .journey-section, .story-band, .about-section, .final-cta { padding: 72px 20px; }
  .section-heading h2, .split-heading h2, .resource-content h2, .story-band h2, .about-section h2, .final-cta h2 { font-size: 32px; }
  .process-line, .facts-list, .split-heading, .resource-section, .about-section { grid-template-columns: 1fr; }
  .process-line { gap: 38px; }
  .process-line::before { display: none; }
  .process-step { grid-template-columns: 68px 1fr; }
  .step-icon { width: 68px; height: 68px; }
  .verification-line { width: 100%; text-align: center; }
  .split-heading { gap: 24px; }
  .facts-list { margin-top: 42px; }
  .facts-list article { min-height: auto; border-right: 0; border-bottom: 1px solid var(--line); }
  .facts-list article:last-child { border-bottom: 0; }
  .resource-visual { min-height: 330px; }
  .resource-visual img { width: 100%; left: -15%; }
  .resource-content { padding: 64px 20px; }
  .resource-content ul { grid-template-columns: 1fr; }
  .service-tabs { overflow-x: auto; }
  .service-tabs button { min-width: 140px; }
  .service-panel { grid-template-columns: 1fr; }
  .service-panel div { min-height: auto; flex-direction: row; align-items: center; border-right: 0; border-bottom: 1px solid var(--line); }
  .about-section { gap: 40px; }
  .about-section img { max-width: 280px; }
  .final-cta { align-items: stretch; flex-direction: column; gap: 34px; }
  footer { grid-template-columns: 1fr; gap: 22px; padding: 44px 20px; }
  .assessment-modal { padding: 42px 22px 28px; }
  .assessment-modal h2 { font-size: 28px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.wide { grid-column: auto; }
}

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

/* Homepage v3 — evidence-rich precision gateway */
:root {
  --navy-950: #031426;
  --navy-900: #061a31;
  --navy-800: #092541;
  --navy-700: #103451;
  --cyan-500: #18c7e8;
  --cyan-300: #6ee6f2;
  --blue-500: #196bff;
  --violet-500: #8347e8;
  --ink: #071d35;
  --muted: #65778a;
  --line: #dce5ec;
  --surface: #f3f7fa;
}

.site-shell { background: #fff; }
.site-header { height: 88px; padding: 0 max(32px, calc((100vw - 1380px) / 2)); background: rgba(3,20,38,.72); backdrop-filter: blur(16px); }
.brand img { width: 184px; height: 58px; }
.desktop-nav { gap: clamp(16px,1.7vw,30px); }
.desktop-nav button { font-size: 13px; letter-spacing: .02em; }
.header-cta { min-height: 44px; border-radius: 3px; font-size: 13px; }

.hero { min-height: 800px; }
.hero-photo { width: 72%; object-position: 54% center; }
.hero-overlay { background: rgba(3,20,38,.43); box-shadow: inset 64vw 0 210px 16px var(--navy-950), inset 0 -130px 130px -70px var(--navy-950); }
.hero-brand-path { right: -14%; bottom: -55%; width: min(62vw,880px); opacity: .29; }
.hero-content { width: min(1380px, calc(100vw - 64px)); min-height: 800px; margin: 0 auto; padding: 150px 0 72px; display: grid; grid-template-columns: minmax(0,1fr) 390px; align-items: center; gap: 7vw; }
.hero-main { max-width: 840px; }
.eyebrow { margin-bottom: 25px; }
.hero h1 { max-width: 830px; font-size: clamp(48px,4.2vw,68px); line-height: 1.22; }
.hero-copy { max-width: 690px; font-size: 17px; }
.hero-actions { margin-top: 34px; }
.button { border-radius: 3px; }
.hero-review-card { align-self: end; margin-bottom: 18px; padding: 28px 28px 22px; color: #fff; background: rgba(6,26,49,.84); border: 1px solid rgba(110,230,242,.28); box-shadow: 0 30px 80px rgba(0,0,0,.28); backdrop-filter: blur(15px); }
.review-card-head { display: flex; align-items: center; justify-content: space-between; color: var(--cyan-300); font-size: 11px; font-weight: 700; letter-spacing: .15em; }
.hero-review-card h2 { margin: 22px 0 20px; font-size: 25px; line-height: 1.45; }
.hero-review-card ol { list-style: none; margin: 0; padding: 0; }
.hero-review-card li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.11); }
.hero-review-card li > span { color: var(--cyan-300); font-size: 13px; font-weight: 700; }
.hero-review-card li strong, .hero-review-card li small { display: block; }
.hero-review-card li strong { margin-bottom: 5px; font-size: 14px; }
.hero-review-card li small { color: #8fa8ba; line-height: 1.55; }
.hero-review-card > p { display: flex; gap: 8px; margin: 14px 0 0; color: #9fb7c8; font-size: 12px; line-height: 1.6; }
.hero-review-card > p svg { flex: 0 0 auto; margin-top: 1px; color: var(--cyan-300); }

.trust-strip { min-height: 88px; display: grid; grid-template-columns: repeat(4,1fr); padding: 0 max(32px,calc((100vw - 1380px)/2)); background: #fff; border-bottom: 1px solid var(--line); }
.trust-strip > div { display: flex; align-items: center; gap: 10px; padding: 26px 26px; border-right: 1px solid var(--line); }
.trust-strip > div:first-child { border-left: 1px solid var(--line); }
.trust-strip > div > span { color: #a7b4bf; font-size: 11px; }
.trust-strip svg { color: #14aeba; }
.trust-strip strong { font-size: 14px; }

.why-section, .fit-section, .specialty-section, .journey-section, .fee-section, .faq-section { padding: 112px max(32px,calc((100vw - 1320px)/2)); }
.section-intro h2, .resource-heading h2, .credential-panel h2, .story-copy h2, .assessment-copy h2 { margin: 0; font-size: clamp(36px,3vw,50px); line-height: 1.28; letter-spacing: -.025em; }
.section-intro > p:last-child, .split-intro > p, .split-intro > div:last-child > p, .resource-heading > p:last-child { color: var(--muted); line-height: 1.9; }
.split-intro { display: grid; grid-template-columns: 1.05fr .75fr; gap: 9vw; align-items: end; }
.split-intro > p { margin: 0 0 8px; }
.split-intro > div:last-child > p { margin: 0 0 15px; }
.source-note { display: block; padding-left: 14px; border-left: 2px solid var(--cyan-500); color: #8292a0; font-size: 12px; line-height: 1.7; }
.section-intro.centered { max-width: 860px; margin: 0 auto; text-align: center; }
.section-intro.centered > p:last-child { max-width: 700px; margin: 22px auto 0; }
.section-intro.inverse h2 { color: #fff; }
.section-intro.inverse > p:last-child { color: #8fa7b9; }

.evidence-grid { margin-top: 64px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.evidence-grid article { position: relative; min-height: 330px; padding: 44px 32px 34px; border-right: 1px solid var(--line); }
.evidence-grid article:first-child { border-left: 1px solid var(--line); }
.evidence-grid article svg { color: var(--cyan-500); }
.evidence-number { position: absolute; top: 44px; right: 30px; color: #a7b6c0; font-size: 12px; }
.evidence-grid h3 { margin: 30px 0 14px; font-size: 22px; }
.evidence-grid p { min-height: 102px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.evidence-grid small { color: #96a7b4; font-size: 11px; }

.concerns-section { padding: 108px max(32px,calc((100vw - 1320px)/2)); background: var(--navy-950); color: #fff; }
.concern-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(110,230,242,.2); border-left: 1px solid rgba(110,230,242,.2); }
.concern-grid article { min-height: 270px; padding: 34px 34px 30px; border-right: 1px solid rgba(110,230,242,.2); border-bottom: 1px solid rgba(110,230,242,.2); transition: background 180ms ease, transform 180ms ease; }
.concern-grid article:hover { background: rgba(24,199,232,.07); transform: translateY(-3px); }
.concern-grid svg { color: var(--cyan-300); }
.concern-grid h3 { margin: 28px 0 12px; font-size: 21px; }
.concern-grid p { min-height: 72px; color: #91a8b9; font-size: 14px; line-height: 1.8; }
.concern-grid article > span { display: flex; align-items: center; gap: 8px; color: var(--cyan-300); font-size: 12px; font-weight: 600; }

.fit-section { background: #eef4f7; }
.fit-section > .section-intro { max-width: 760px; }
.fit-grid { margin-top: 54px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fit-card { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 38px; background: #fff; border: 1px solid #d5e0e7; }
.fit-card > svg { color: #19a7a8; }
.fit-card.caution > svg { color: #d28a28; }
.fit-card span { color: #168489; font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.fit-card.caution span { color: #ad6a18; }
.fit-card h3 { margin: 12px 0 22px; font-size: 22px; line-height: 1.55; }
.fit-card ul { margin: 0; padding-left: 18px; color: var(--muted); line-height: 2; }

.specialty-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.specialty-grid article { position: relative; min-height: 250px; padding: 34px; background: #fff; }
.specialty-grid article > span { position: absolute; right: 30px; top: 30px; color: #a5b4bf; font-size: 12px; }
.specialty-grid svg { color: var(--blue-500); }
.specialty-grid h3 { margin: 28px 0 12px; font-size: 21px; }
.specialty-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }

.resource-section { min-height: auto; display: block; padding: 112px max(32px,calc((100vw - 1320px)/2)); background: var(--navy-800); color: #fff; }
.resource-heading { max-width: 850px; }
.resource-heading > p:last-child { max-width: 720px; color: #9fb4c6; }
.relationship-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.relationship-grid article { padding: 30px; background: rgba(3,20,38,.55); border: 1px solid rgba(110,230,242,.2); }
.relationship-grid article > span { color: var(--cyan-300); font-size: 11px; letter-spacing: .14em; }
.relationship-grid h3 { margin: 24px 0 12px; font-size: 22px; }
.relationship-grid p { color: #a5b8c7; line-height: 1.8; }
.relationship-grid small { color: #718da1; line-height: 1.7; }
.hospital-preview { position: relative; margin-top: 24px; display: grid; grid-template-columns: 1.15fr .95fr; gap: 60px; align-items: center; padding: 42px; background: #fff; color: var(--ink); }
.hospital-preview svg { color: var(--cyan-500); }
.hospital-preview > div:first-child > span { display: inline-block; margin-left: 12px; color: #8093a1; font-size: 12px; }
.hospital-preview h3 { margin: 24px 0 12px; font-size: 28px; }
.hospital-preview p { max-width: 620px; color: var(--muted); line-height: 1.8; }
.hospital-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.hospital-meta span { display: flex; align-items: center; gap: 9px; padding: 18px; background: #f1f6f8; font-size: 13px; }
.hospital-preview > strong { position: absolute; top: 0; right: 0; padding: 10px 14px; color: #8c6525; background: #f5ead7; font-size: 11px; }

.journey-section { background: #fff; }
.service-tabs { max-width: 980px; margin: 50px auto 0; }
.service-tabs button { display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 16px; }
.service-tabs button span { color: #a2b0ba; font-size: 11px; }
.service-panel { max-width: 1040px; min-height: 280px; margin: 0 auto; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; border: 1px solid var(--line); border-top: 0; }
.service-panel > div { padding: 48px; }
.service-panel h3 { margin: 0; font-size: 30px; line-height: 1.5; }
.service-panel ul { margin: 0; padding: 34px 46px; list-style: none; border-left: 1px solid var(--line); }
.service-panel li { display: flex; align-items: center; gap: 12px; padding: 12px 0; color: var(--muted); }
.service-panel li svg { color: var(--cyan-500); }

.fee-section { background: #eff4f7; }
.fee-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.fee-grid article { position: relative; min-height: 260px; padding: 36px; background: #fff; border: 1px solid var(--line); }
.fee-grid article > span { position: absolute; right: 28px; top: 28px; color: #a9b6bf; font-size: 11px; }
.fee-grid svg { color: var(--blue-500); }
.fee-grid h3 { margin: 28px 0 12px; font-size: 21px; }
.fee-grid p { color: var(--muted); font-size: 14px; line-height: 1.85; }
.fee-rule { margin-top: 18px; display: flex; align-items: center; gap: 18px; padding: 24px 28px; color: #dffbfa; background: #0b4a55; }
.fee-rule > div { display: flex; gap: 16px; align-items: baseline; }
.fee-rule strong { white-space: nowrap; }
.fee-rule span { color: #a9cdcf; font-size: 13px; }

.risk-section { padding: 106px max(32px,calc((100vw - 1320px)/2)); background: var(--navy-950); color: #fff; }
.risk-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(110,230,242,.18); border: 1px solid rgba(110,230,242,.18); }
.risk-grid article { min-height: 245px; padding: 32px; background: var(--navy-950); }
.risk-grid svg { color: var(--cyan-300); }
.risk-grid h3 { margin: 26px 0 12px; }
.risk-grid p { color: #91a9ba; font-size: 14px; line-height: 1.8; }

.about-section { padding: 110px max(32px,calc((100vw - 1260px)/2)); grid-template-columns: .68fr 1.32fr; gap: 8vw; }
.about-brand { align-self: start; position: sticky; top: 130px; }
.about-brand img { width: min(100%,340px); }
.about-brand p { margin: 34px 0; color: var(--muted); line-height: 1.9; }
.text-link { gap: 10px; }
.credential-grid { margin-top: 42px; display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.credential-grid > div { min-height: 190px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; background: #fff; }
.credential-grid svg { color: var(--cyan-500); }
.credential-grid strong { margin: 22px 0 8px; }
.credential-grid span { color: var(--muted); font-size: 13px; }
.credential-grid small { margin-top: auto; color: #a0aeb8; font-size: 10px; }

.story-section { padding: 110px max(32px,calc((100vw - 1260px)/2)); display: grid; grid-template-columns: .82fr 1.18fr; gap: 8vw; background: #eef4f7; }
.story-copy p:not(.section-kicker) { color: var(--muted); line-height: 1.9; }
.demo-label { display: inline-block; margin-top: 20px; padding: 9px 13px; color: #8c5f19; background: #f1dfbe; font-size: 11px; font-weight: 700; }
.case-timeline { position: relative; }
.case-timeline::before { content: ""; position: absolute; left: 29px; top: 30px; bottom: 30px; width: 1px; background: #a5cbd1; }
.case-timeline > div { position: relative; display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding-bottom: 18px; }
.case-timeline > div > span { position: relative; z-index: 1; width: 60px; height: 60px; display: grid; place-items: center; color: #fff; background: #0c5260; border: 7px solid #d9e9ec; border-radius: 50%; font-size: 11px; font-weight: 700; }
.case-timeline article { padding: 18px 24px; background: #fff; border: 1px solid var(--line); }
.case-timeline h3 { margin: 0 0 8px; font-size: 17px; }
.case-timeline p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list article { border-bottom: 1px solid var(--line); }
.faq-list button { width: 100%; display: grid; grid-template-columns: 42px 1fr 24px; align-items: center; gap: 12px; padding: 24px 0; border: 0; color: var(--ink); background: transparent; text-align: left; cursor: pointer; }
.faq-list button > span { color: #9daab4; font-size: 11px; }
.faq-list button > strong { font-size: 16px; }
.faq-list button svg { transition: transform 180ms ease; }
.faq-list article.open button svg { transform: rotate(180deg); }
.faq-list article > p { margin: -6px 36px 24px 54px; color: var(--muted); line-height: 1.85; }

.assessment-section { padding: 100px max(32px,calc((100vw - 1260px)/2)); display: grid; grid-template-columns: 1fr 520px; gap: 8vw; align-items: center; color: #fff; background: var(--navy-900); }
.assessment-copy > p:not(.section-kicker) { color: #9db2c2; line-height: 1.9; }
.contact-notes { margin-top: 36px; display: grid; gap: 15px; }
.contact-notes span { display: flex; align-items: center; gap: 12px; color: #c8d8e3; font-size: 13px; }
.contact-notes svg { color: var(--cyan-300); }
.assessment-card { padding: 36px; color: var(--ink); background: #fff; }
.assessment-card > h3 { margin: 0; font-size: 28px; }
.assessment-card > p { color: var(--muted); line-height: 1.7; }
.assessment-form { margin-top: 26px; }
.assessment-form .form-grid { margin-top: 0; }
.assessment-form .form-grid input, .assessment-form .form-grid textarea { border-radius: 2px; }
.success-state { min-height: 260px; }
.success-state h3 { max-width: 420px; line-height: 1.6; }

footer { min-height: 180px; grid-template-columns: 280px 1fr auto; }
footer > div img { width: 180px; }
footer > div p { margin: 12px 0 0; color: #6e8598; }

@media (max-width: 1180px) {
  .site-header { padding: 0 28px; }
  .hero-content { grid-template-columns: minmax(0,1fr) 350px; gap: 36px; }
  .evidence-grid, .risk-grid { grid-template-columns: repeat(2,1fr); }
  .evidence-grid article:nth-child(3), .risk-grid article:nth-child(3) { border-left: 1px solid var(--line); }
  .assessment-section { grid-template-columns: 1fr 480px; gap: 50px; }
}

@media (max-width: 900px) {
  .hero { min-height: 980px; }
  .hero-content { min-height: 980px; grid-template-columns: 1fr; align-content: center; padding-top: 130px; }
  .hero-review-card { width: min(100%,520px); align-self: auto; margin: 0; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip > div:nth-child(3) { border-left: 1px solid var(--line); }
  .split-intro, .fit-grid, .hospital-preview, .about-section, .story-section, .faq-section, .assessment-section { grid-template-columns: 1fr; }
  .concern-grid, .specialty-grid, .relationship-grid, .fee-grid { grid-template-columns: repeat(2,1fr); }
  .about-brand { position: static; }
  .service-panel { grid-template-columns: 1fr; }
  .service-panel ul { border-left: 0; border-top: 1px solid var(--line); }
  .assessment-section { gap: 48px; }
  .assessment-card { max-width: 620px; }
}

@media (max-width: 640px) {
  .site-header { height: 76px; padding: 0 20px; }
  .brand img { width: 132px; height: 48px; }
  .mobile-menu { top: 76px; }
  .hero { min-height: 920px; }
  .hero-photo { width: 100%; height: 58%; top: 55px; opacity: .72; }
  .hero-overlay { box-shadow: inset 0 -520px 200px -90px var(--navy-950), inset 0 100px 100px -80px var(--navy-950); }
  .hero-content { width: auto; min-height: 920px; padding: 300px 20px 50px; }
  .hero h1 { font-size: 38px; }
  .hero-copy { font-size: 15px; line-height: 1.8; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-review-card { padding: 24px 20px 18px; }
  .trust-strip { padding: 0; }
  .trust-strip > div { padding: 19px 14px; }
  .trust-strip strong { font-size: 12px; }
  .why-section, .fit-section, .specialty-section, .journey-section, .fee-section, .faq-section, .concerns-section, .resource-section, .risk-section, .about-section, .story-section, .assessment-section { padding: 76px 20px; }
  .section-intro h2, .resource-heading h2, .credential-panel h2, .story-copy h2, .assessment-copy h2 { font-size: 32px; }
  .evidence-grid, .concern-grid, .specialty-grid, .relationship-grid, .fee-grid, .risk-grid, .credential-grid { grid-template-columns: 1fr; }
  .evidence-grid article { min-height: auto; }
  .fit-card { grid-template-columns: 1fr; padding: 28px; }
  .hospital-preview { padding: 28px; gap: 30px; }
  .hospital-meta { grid-template-columns: 1fr; }
  .service-tabs button { min-width: 0; font-size: 14px; }
  .service-panel > div, .service-panel ul { padding: 30px 24px; }
  .fee-rule, .fee-rule > div { align-items: flex-start; flex-direction: column; }
  .faq-list article > p { margin-left: 0; margin-right: 0; }
  .assessment-card { padding: 26px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid label.wide { grid-column: auto; }
  footer { grid-template-columns: 1fr; }
}

/* Corporate site architecture — homepage + channel pages */
.corporate-header { position: absolute; z-index: 40; inset: 0 0 auto; height: 88px; display: flex; align-items: center; gap: 30px; padding: 0 max(32px,calc((100vw - 1380px)/2)); color: #fff; background: rgba(3,20,38,.78); border-bottom: 1px solid rgba(255,255,255,.13); backdrop-filter: blur(15px); }
.corporate-header .brand img { width: 184px; height: 58px; }
.corporate-nav { flex: 1; display: flex; justify-content: center; align-items: center; gap: clamp(24px,2.6vw,42px); }
.corporate-nav a { position: relative; padding: 32px 0 29px; color: rgba(255,255,255,.72); font-size: 14px; text-decoration: none; white-space: nowrap; }
.corporate-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 2px; background: var(--cyan-500); transition: right 180ms ease; }
.corporate-nav a:hover, .corporate-nav a.active { color: #fff; }
.corporate-nav a:hover::after, .corporate-nav a.active::after { right: 0; }
.corporate-mobile-menu a { padding: 15px 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.1); text-decoration: none; }

.corporate-hero { position: relative; min-height: 730px; overflow: hidden; color: #fff; background: var(--navy-950); isolation: isolate; }
.corporate-hero > img:first-child { position: absolute; z-index: -3; inset: 0 0 0 auto; width: 74%; height: 100%; object-fit: cover; object-position: 56% center; }
.corporate-hero-overlay { position: absolute; z-index: -2; inset: 0; background: rgba(3,20,38,.38); box-shadow: inset 62vw 0 210px 20px var(--navy-950), inset 0 -120px 120px -70px var(--navy-950); }
.corporate-hero .hero-brand-path { z-index: -1; right: -14%; bottom: -62%; width: min(60vw,850px); opacity: .31; }
.corporate-hero-content { width: min(1380px,calc(100vw - 64px)); margin: 0 auto; padding: 185px 0 105px; }
.corporate-hero-content h1 { max-width: 850px; margin: 0; font-size: clamp(48px,4.2vw,68px); line-height: 1.22; letter-spacing: -.028em; }
.corporate-hero-content > p:not(.eyebrow) { max-width: 680px; margin: 28px 0 0; color: #b3c4d1; font-size: 17px; line-height: 1.9; }
.corporate-hero-content > div { display: flex; gap: 18px; margin-top: 38px; }
.corporate-trust-strip { min-height: 84px; display: grid; grid-template-columns: repeat(4,1fr); padding: 0 max(32px,calc((100vw - 1380px)/2)); border-bottom: 1px solid var(--line); background: #fff; }
.corporate-trust-strip span { display: flex; align-items: center; justify-content: center; gap: 10px; border-right: 1px solid var(--line); color: var(--ink); font-size: 13px; font-weight: 600; }
.corporate-trust-strip span:first-child { border-left: 1px solid var(--line); }
.corporate-trust-strip svg { color: #16aeb7; }

.corporate-section { padding: 108px max(32px,calc((100vw - 1320px)/2)); }
.corporate-section-heading { max-width: 790px; }
.corporate-section-heading h2 { margin: 0; font-size: clamp(36px,3.2vw,50px); line-height: 1.28; letter-spacing: -.025em; }
.corporate-section-heading > p:last-child:not(.section-kicker) { margin: 22px 0 0; color: var(--muted); line-height: 1.9; }
.why-corporate .corporate-section-heading { max-width: none; }
.why-corporate .corporate-section-heading > p:last-child { white-space: nowrap; }
.corporate-section-heading.inverse h2 { color: #fff; }
.corporate-section-heading.inverse > p:last-child:not(.section-kicker) { color: #92aabb; }
.why-corporate-grid { margin-top: 58px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.why-corporate-grid article { position: relative; min-height: 320px; padding: 38px 30px 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-corporate-grid article > span { position: absolute; top: 36px; right: 28px; color: #a8b5be; font-size: 11px; }
.why-corporate-grid svg { color: var(--cyan-500); }
.why-corporate-grid h3 { margin: 30px 0 14px; font-size: 21px; }
.why-corporate-grid p { min-height: 96px; color: var(--muted); font-size: 14px; line-height: 1.82; }
.why-corporate-grid small { color: #9eabb4; font-size: 10px; }

.process-corporate { padding: 102px max(32px,calc((100vw - 1320px)/2)); color: #fff; background: var(--navy-950); }
.process-corporate-grid { margin-top: 54px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(110,230,242,.22); border-left: 1px solid rgba(110,230,242,.22); }
.process-corporate-grid article { min-height: 250px; padding: 30px; border-right: 1px solid rgba(110,230,242,.22); border-bottom: 1px solid rgba(110,230,242,.22); }
.process-corporate-grid article > div { display: flex; justify-content: space-between; align-items: center; color: var(--cyan-300); }
.process-corporate-grid article > div > span { font-size: 12px; }
.process-corporate-grid h3 { margin: 34px 0 12px; font-size: 20px; }
.process-corporate-grid p { color: #8fa7b8; font-size: 14px; line-height: 1.8; }

.section-title-row { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; }
.channel-link { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 10px; padding-bottom: 7px; color: var(--ink); border-bottom: 1px solid currentColor; font-weight: 600; text-decoration: none; }
.channel-link.light { color: var(--cyan-300); }
.hospital-card-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.hospital-card { position: relative; overflow: hidden; padding: 0 32px 32px; border: 1px solid var(--line); background: #fff; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease; }
.hospital-card:hover { transform: translateY(-4px); box-shadow: 0 18px 45px rgba(7,29,53,.09); }
.hospital-card-image { width: calc(100% + 64px); height: 220px; margin: 0 -32px 28px; object-fit: cover; transition: transform 300ms ease; }
.hospital-card:hover .hospital-card-image { transform: scale(1.025); }
.institution-mark { display: flex; align-items: center; justify-content: space-between; color: var(--cyan-500); }
.institution-mark span { padding: 6px 9px; color: var(--muted); background: var(--surface); font-size: 11px; }
.hospital-card h3 { margin: 25px 0 10px; font-size: 24px; }
.hospital-card > strong { color: var(--blue-500); font-size: 13px; }
.hospital-card > div:nth-of-type(2) { display: flex; flex-wrap: wrap; gap: 7px; margin: 25px 0; }
.hospital-card > div:nth-of-type(2) span { padding: 7px 9px; color: var(--muted); background: #f2f6f8; font-size: 11px; }
.card-detail-link { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 13px; font-weight: 700; }
.card-hit-area { position: absolute; z-index: 3; inset: 0; }
.card-hit-area:focus-visible { outline: 3px solid var(--cyan-500); outline-offset: -3px; }

.featured-cases { padding: 104px max(32px,calc((100vw - 1320px)/2)); color: #fff; background: var(--navy-800); }
.case-card-grid { margin-top: 50px; display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.case-card-grid article { position: relative; overflow: hidden; padding: 0 38px 38px; background: var(--navy-950); border: 1px solid rgba(110,230,242,.19); cursor: pointer; transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease; }
.case-card-grid article:hover { transform: translateY(-4px); border-color: rgba(110,230,242,.42); box-shadow: 0 18px 42px rgba(0,0,0,.16); }
.case-card-image { width: calc(100% + 76px); height: 265px; margin: 0 -38px 34px; object-fit: cover; opacity: .82; filter: saturate(.82) contrast(1.04); transition: opacity 220ms ease, transform 300ms ease; }
.case-card-grid article:hover .case-card-image { opacity: 1; transform: scale(1.02); }
.case-card-grid article > span { color: var(--cyan-300); font-size: 11px; letter-spacing: .1em; }
.case-card-grid h3 { margin: 26px 0 18px; font-size: 24px; line-height: 1.55; }
.case-card-grid p { color: #9db1c0; line-height: 1.75; }
.case-card-grid small { display: block; margin: 25px 0; color: #71899c; }
.case-card-grid .card-detail-link { color: var(--cyan-300); }

.faq-corporate { display: block; }
.faq-corporate .faq-list { margin-top: 50px; }
.honors-section { padding: 104px max(32px,calc((100vw - 1320px)/2)); background: #eef4f7; }
.honors-wall { margin-top: 50px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.honors-wall article { overflow: hidden; min-height: 388px; background: #fff; border: 1px solid #d5e0e7; transition: transform 220ms ease, box-shadow 220ms ease; }
.honors-wall article:hover { transform: translateY(-4px); box-shadow: 0 20px 42px rgba(5,31,54,.1); }
.honor-card-media { height: 232px; overflow: hidden; background: #dce7ed; }
.honor-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform 320ms ease; }
.honors-wall article:hover .honor-card-media img { transform: scale(1.025); }
.honor-card-content { padding: 25px 28px 28px; }
.honor-card-content > span { color: var(--cyan-500); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.honors-wall h3 { margin: 12px 0 9px; font-size: 21px; }
.honors-wall p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.corporate-cta { padding: 75px max(32px,calc((100vw - 1260px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 60px; color: #fff; background: #082139; }
.corporate-cta > div { max-width: 800px; }
.corporate-cta h2 { margin: 0; font-size: clamp(32px,2.8vw,44px); }
.corporate-cta > div > p:last-child { color: #95aabd; }

.subpage-hero { position: relative; min-height: 455px; display: flex; align-items: flex-end; padding: 155px max(32px,calc((100vw - 1320px)/2)) 78px; overflow: hidden; color: #fff; background: var(--navy-900); isolation: isolate; }
.subpage-hero .subpage-photo { position: absolute; z-index: -3; inset: 0 0 0 auto; width: 62%; height: 100%; object-fit: cover; object-position: center; }
.subpage-photo-overlay { position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, var(--navy-900) 0%, var(--navy-900) 38%, rgba(5,31,54,.7) 68%, rgba(5,31,54,.18) 100%); }
.subpage-hero .subpage-symbol { position: absolute; z-index: -1; width: min(46vw,680px); right: -16%; bottom: -110%; opacity: .2; transform: rotate(-9deg); }
.subpage-hero > div { position: relative; z-index: 1; max-width: 520px; }
.subpage-hero h1 { margin: 0; font-size: clamp(48px,5vw,72px); }
.subpage-hero > div > p:not(.section-kicker) { max-width: 500px; color: #a8bac8; font-size: 17px; line-height: 1.85; }
.subpage-hero > div > span { display: inline-block; margin-top: 15px; color: var(--cyan-300); font-size: 12px; }
.channel-section { padding: 94px max(32px,calc((100vw - 1320px)/2)); }
.filter-row { display: flex; gap: 8px; margin-bottom: 36px; }
.filter-row button { padding: 11px 20px; color: var(--muted); border: 1px solid var(--line); background: #fff; cursor: pointer; }
.filter-row button.active { color: #fff; border-color: var(--navy-800); background: var(--navy-800); }
.hospital-list-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.hospital-list-grid article { display: grid; grid-template-columns: 160px 1fr 1.1fr; gap: 14px 40px; align-items: center; padding: 38px; border: 1px solid var(--line); }
.hospital-list-grid article > div:first-child { grid-row: 1/7; min-height: 190px; }
.hospital-list-media { position: relative; overflow: hidden; background: var(--navy-900); }
.hospital-list-media img { width: 100%; height: 100%; min-height: 190px; display: block; object-fit: cover; }
.hospital-list-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(3,20,38,.74)); }
.hospital-list-media span { position: absolute; z-index: 1; left: 16px; bottom: 14px; padding: 6px 9px; color: #fff; background: rgba(3,20,38,.72); font-size: 11px; }
.hospital-list-grid article > small { color: #9a7130; }
.hospital-list-grid h2 { margin: 0; }
.hospital-list-grid h3 { margin: 0; color: var(--blue-500); font-size: 14px; }
.hospital-list-grid p { grid-column: 3; grid-row: 2/5; margin: 0; color: var(--muted); line-height: 1.8; }
.hospital-list-grid article > div:nth-last-of-type(1) { display: flex; flex-wrap: wrap; gap: 7px; }
.hospital-list-grid article > div:nth-last-of-type(1) span { padding: 7px 9px; background: var(--surface); color: var(--muted); font-size: 11px; }
.hospital-list-grid .text-link { justify-self: start; }
.case-list-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.case-list-grid article { position: relative; min-height: 630px; overflow: hidden; padding: 0 34px 84px; border: 1px solid var(--line); }
.case-list-image { width: calc(100% + 68px); height: 220px; margin: 0 -34px 28px; object-fit: cover; }
.case-index { color: var(--cyan-500); font-size: 28px; font-weight: 700; }
.case-list-grid article > p { color: var(--muted); font-size: 12px; }
.case-list-grid h2 { font-size: 23px; line-height: 1.55; }
.case-flow { display: grid; gap: 9px; margin: 26px 0; }
.case-flow span { padding: 9px 12px; color: #315068; background: var(--surface); font-size: 12px; }
.case-list-grid small { display: block; color: #9d7b42; }
.case-list-grid .text-link { position: absolute; left: 34px; bottom: 30px; }
.service-channel-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-channel-grid > article { min-height: 430px; padding: 36px; border: 1px solid var(--line); }
.service-channel-grid > article > div { display: flex; justify-content: space-between; align-items: center; color: var(--cyan-500); }
.service-channel-grid h2 { margin: 30px 0; }
.service-channel-grid ul { list-style: none; margin: 0; padding: 0; }
.service-channel-grid li { display: flex; gap: 10px; padding: 13px 0; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 13px; }
.service-principles { padding: 90px max(32px,calc((100vw - 1320px)/2)); color: #fff; background: var(--navy-950); }
.service-principles > div:last-child { margin-top: 45px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(110,230,242,.2); border-left: 1px solid rgba(110,230,242,.2); }
.service-principles article { padding: 28px; border-right: 1px solid rgba(110,230,242,.2); border-bottom: 1px solid rgba(110,230,242,.2); }
.service-principles article svg { color: var(--cyan-300); }
.service-principles article p { color: #8fa6b8; font-size: 13px; }
.about-channel { padding: 100px max(32px,calc((100vw - 1240px)/2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: center; }
.about-channel > div:first-child img { width: min(100%,350px); }
.about-channel > div:first-child p { margin: 38px 0; color: var(--muted); line-height: 1.95; }
.about-channel ul { margin-top: 35px; padding: 0; list-style: none; }
.about-channel li { padding: 16px 0 16px 28px; border-bottom: 1px solid var(--line); color: var(--muted); }
.about-channel li::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-left: -26px; margin-right: 18px; background: var(--cyan-500); border-radius: 50%; }

.corporate-footer { min-height: 210px; padding: 48px max(32px,calc((100vw - 1320px)/2)); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 60px; align-items: center; color: #7690a3; background: #020e1b; }
.corporate-footer img { width: 180px; }
.corporate-footer > div:first-child p, .corporate-footer > div:last-child p { font-size: 11px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 28px; }
.footer-links a { color: #8ca2b3; font-size: 12px; text-decoration: none; }
.corporate-footer > div:last-child { justify-self: end; }

@media (max-width: 1180px) {
  .corporate-header { padding: 0 28px; }
  .corporate-nav { display: none; }
  .corporate-header .menu-button { display: grid; }
  .why-corporate-grid { grid-template-columns: repeat(2,1fr); }
  .hospital-list-grid article { grid-template-columns: 140px 1fr; }
  .hospital-list-grid article > div:first-child { grid-row: 1/8; }
  .hospital-list-grid p { grid-column: 2; grid-row: auto; }
}

@media (max-width: 900px) {
  .why-corporate .corporate-section-heading > p:last-child { white-space: normal; }
  .section-title-row { align-items: flex-start; flex-direction: column; }
  .process-corporate-grid { grid-template-columns: 1fr; }
  .hospital-card-grid, .honors-wall, .case-list-grid, .service-channel-grid { grid-template-columns: repeat(2,1fr); }
  .faq-corporate, .about-channel { grid-template-columns: 1fr; }
  .faq-corporate { gap: 45px; }
  .service-principles > div:last-child { grid-template-columns: repeat(2,1fr); }
  .corporate-footer { grid-template-columns: 1fr 1fr; }
  .corporate-footer > div:last-child { justify-self: start; }
}

@media (max-width: 640px) {
  .corporate-header { height: 76px; padding: 0 20px; }
  .corporate-header .brand img { width: 138px; height: 48px; }
  .corporate-mobile-menu { top: 76px; }
  .corporate-hero { min-height: 760px; }
  .corporate-hero > img:first-child { width: 100%; height: 54%; top: 76px; opacity: .7; }
  .corporate-hero-overlay { box-shadow: inset 0 -420px 180px -55px var(--navy-950), inset 0 110px 100px -85px var(--navy-950); }
  .corporate-hero-content { width: auto; padding: 305px 20px 55px; }
  .corporate-hero-content h1 { font-size: 38px; }
  .corporate-hero-content > p:not(.eyebrow) { font-size: 15px; }
  .corporate-hero-content > div { flex-direction: column; }
  .corporate-trust-strip { grid-template-columns: 1fr 1fr; padding: 0; }
  .corporate-trust-strip span { min-height: 68px; padding: 12px; font-size: 11px; }
  .corporate-section, .process-corporate, .featured-cases, .honors-section, .channel-section, .service-principles, .about-channel { padding: 72px 20px; }
  .corporate-section-heading h2 { font-size: 32px; }
  .why-corporate-grid, .process-corporate-grid, .hospital-card-grid, .case-card-grid, .honors-wall, .case-list-grid, .service-channel-grid, .service-principles > div:last-child { grid-template-columns: 1fr; }
  .why-corporate-grid article, .process-corporate-grid article { min-height: auto; }
  .corporate-cta { padding: 64px 20px; align-items: stretch; flex-direction: column; gap: 30px; }
  .corporate-cta .button { width: 100%; }
  .subpage-hero { min-height: 410px; padding: 150px 20px 65px; }
  .subpage-hero .subpage-photo { width: 100%; opacity: .62; }
  .subpage-photo-overlay { background: linear-gradient(180deg, rgba(5,31,54,.38) 0%, var(--navy-900) 82%); }
  .subpage-hero h1 { font-size: 48px; }
  .filter-row { overflow-x: auto; }
  .filter-row button { flex: 0 0 auto; }
  .hospital-list-grid article { display: block; padding: 24px; }
  .hospital-list-grid article > div:first-child { min-height: 150px; margin-bottom: 24px; }
  .hospital-list-media img { min-height: 170px; }
  .hospital-list-grid p { margin: 20px 0; }
  .hospital-list-grid article > div:nth-last-of-type(1) { margin: 22px 0; }
  .hospital-card-image, .case-card-image, .case-list-image { height: 205px; }
  .case-list-grid article { min-height: 600px; }
  .corporate-footer { grid-template-columns: 1fr; padding: 46px 20px; }
  .corporate-footer > div:last-child { justify-self: start; }
}
