:root {
  color-scheme: light;
  --ink: #14251f;
  --ink-soft: #30453d;
  --canvas: #f6f7f3;
  --surface: #ffffff;
  --surface-soft: #edf3ef;
  --primary: #176b5b;
  --primary-dark: #105044;
  --primary-light: #dcece6;
  --trust: #315f85;
  --trust-light: #e7eef4;
  --accent: #a97f3d;
  --muted: #5c6b65;
  --border: #d7e0da;
  --danger: #8b352d;
  --shadow: 0 24px 70px rgba(20, 37, 31, 0.09);
  --shadow-small: 0 12px 36px rgba(20, 37, 31, 0.07);
  --radius: 22px;
  --radius-small: 14px;
  --content: 1240px;
  font-family: Inter, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}
.legal-page{max-width:820px;margin:0 auto;padding:64px 24px 96px;line-height:1.65}.legal-page h1{font-size:clamp(2rem,5vw,3.5rem)}.legal-page h2{margin-top:2rem}.legal-page .notice{margin-top:2rem;padding:1rem 1.25rem;border:1px solid currentColor;border-radius:12px}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--ink); background: var(--canvas); font-size: 17px; line-height: 1.7; }
html[lang="zh-CN"] body { font-size: 17px; line-height: 1.82; }
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
p { text-wrap: pretty; }
:focus-visible { outline: 3px solid rgba(49, 95, 133, 0.35); outline-offset: 3px; }

.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 14px; color: white; background: var(--ink); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.site-shell { min-height: 100vh; overflow: clip; }
.container { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; }
.narrow { width: min(100%, 760px); }
.section { padding: clamp(42px, 5vw, 68px) 0; }
.section-tight { padding: clamp(32px, 3.8vw, 50px) 0; }
.surface-section { background: var(--surface); }
.dark-section { color: white; background: var(--ink); }
.trust-section { background: var(--trust-light); }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(28px, 5vw, 72px); align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.stack { display: grid; gap: 20px; }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(215, 224, 218, 0.8); background: rgba(246, 247, 243, 0.92); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; letter-spacing: -0.03em; }
.wordmark-mark { width: 29px; height: 29px; position: relative; display: inline-grid; place-items: center; border: 1px solid rgba(23, 107, 91, 0.3); border-radius: 9px; background: var(--surface); box-shadow: inset 0 0 0 5px var(--primary-light); }
.wordmark-mark::after { width: 7px; height: 7px; content: ""; border-radius: 50%; background: var(--primary); }
.desktop-nav { display: flex; align-items: center; gap: 24px; }
.desktop-nav a { color: var(--ink-soft); text-decoration: none; font-size: 0.92rem; font-weight: 650; }
.desktop-nav a:hover, .desktop-nav a[aria-current="page"] { color: var(--primary); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.account-link { color: var(--ink); font-weight: 700; text-decoration: none; white-space: nowrap; }
.account-link:hover { color: var(--brand); }
.terms-check { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 12px; margin-top: 22px; font-size: 1rem; line-height: 1.55; }
.terms-check input { width: 20px; height: 20px; margin-top: 3px; accent-color: var(--brand); }
.language-switcher { display: flex; align-items: center; padding: 3px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); }
.language-switcher button { min-width: 34px; min-height: 32px; padding: 4px 8px; border: 0; border-radius: 999px; color: var(--muted); background: transparent; font-size: 0.75rem; font-weight: 750; cursor: pointer; }
.language-switcher button[aria-pressed="true"] { color: white; background: var(--primary); }
.menu-toggle { width: 44px; height: 44px; display: none; place-items: center; border: 1px solid var(--border); border-radius: 12px; color: var(--ink); background: var(--surface); cursor: pointer; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { width: 18px; height: 2px; content: ""; display: block; background: currentColor; }
.menu-toggle span { margin: 4px 0; }
.mobile-menu { display: none; }

.button { min-height: 48px; padding: 12px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--primary); border-radius: 11px; color: white; background: var(--primary); text-decoration: none; font-weight: 750; line-height: 1.2; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { background: var(--primary-dark); border-color: var(--primary-dark); transform: translateY(-1px); }
.button.secondary { color: var(--primary); background: transparent; }
.button.secondary:hover { color: white; background: var(--primary); }
.button.light { color: var(--ink); border-color: white; background: white; }
.button.text { min-height: auto; padding: 0; color: var(--primary); border: 0; background: transparent; }
.button.text:hover { color: var(--primary-dark); background: transparent; transform: none; }
.button[disabled] { cursor: not-allowed; opacity: .5; transform: none; }
.arrow { font-size: 1.12em; }

.eyebrow { margin-bottom: 14px; color: var(--primary); font-size: .77rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.dark-section .eyebrow { color: #9fd0c0; }
.display { max-width: 820px; margin-bottom: 24px; font-size: clamp(2.9rem, 5.5vw, 5.2rem); line-height: 1.01; letter-spacing: -.06em; }
.page-title { max-width: 900px; margin-bottom: 22px; font-size: clamp(2.5rem, 4.7vw, 4.25rem); line-height: 1.05; letter-spacing: -.05em; }
.section-title { max-width: 800px; margin-bottom: 14px; font-size: clamp(2rem, 3.6vw, 3.25rem); line-height: 1.12; letter-spacing: -.04em; }
.lead { max-width: 700px; color: var(--ink-soft); font-size: clamp(1.08rem, 1.6vw, 1.28rem); line-height: 1.65; }
.dark-section .lead { color: #c9d7d1; }
.muted { color: var(--muted); }
.actions { margin-top: 30px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.actions.centered { justify-content: center; }
.kicker-list { margin: 28px 0 0; padding: 0; display: flex; gap: 10px; flex-wrap: wrap; list-style: none; }
.kicker-list li, .pill { padding: 7px 11px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid var(--border); border-radius: 999px; color: var(--ink-soft); background: rgba(255,255,255,.6); font-size: .82rem; font-weight: 700; }

.hero { padding: clamp(50px, 6.5vw, 86px) 0 clamp(54px, 6vw, 72px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(380px, .84fr); gap: clamp(42px, 7vw, 96px); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.value-lines { margin: 26px 0 0; padding-left: 20px; color: var(--ink-soft); font-size: 1.04rem; }
.value-lines li + li { margin-top: 4px; }
.portrait-card { position: relative; overflow: hidden; border: 1px solid rgba(23,107,91,.16); border-radius: 32px; background: #e9efe9; box-shadow: var(--shadow); }
.portrait-card::before { position: absolute; z-index: 1; inset: 0; content: ""; background: linear-gradient(180deg, transparent 52%, rgba(20,37,31,.88) 100%); pointer-events: none; }
.portrait-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.portrait-meta { position: absolute; z-index: 2; right: 24px; bottom: 24px; left: 24px; color: white; }
.portrait-meta h2, .portrait-meta h3 { margin-bottom: 4px; font-size: clamp(1.35rem, 2.2vw, 2rem); }
.portrait-meta p { margin: 0; color: #dce9e4; font-size: .92rem; }
.ai-badge { width: fit-content; margin-bottom: 10px; padding: 6px 10px; display: inline-flex; align-items: center; gap: 7px; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; color: white; background: rgba(20,37,31,.5); backdrop-filter: blur(12px); font-size: .76rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.ai-badge::before { width: 7px; height: 7px; content: ""; border-radius: 50%; background: #8de0c4; box-shadow: 0 0 0 4px rgba(141,224,196,.18); }
.ai-badge.on-light { color: var(--ink); border-color: var(--border); background: rgba(255,255,255,.68); }
.ai-badge.on-soft { color: var(--ink); border-color: var(--border); background: var(--primary-light); }
.representative-note { margin-top: 12px; color: var(--muted); font-size: .9rem; line-height: 1.55; text-align: center; }

.card { padding: 26px; border: 1px solid var(--border); border-radius: var(--radius-small); background: var(--surface); box-shadow: var(--shadow-small); }
.dark-section .card { color: var(--ink); }
.card h3 { margin-bottom: 8px; font-size: 1.2rem; letter-spacing: -.02em; }
.card p { font-size: 1rem; line-height: 1.65; }
.card p:last-child { margin-bottom: 0; }
.icon-tile { width: 42px; height: 42px; margin-bottom: 22px; display: grid; place-items: center; border-radius: 12px; color: var(--primary); background: var(--primary-light); font-weight: 850; }
.trust-grid .card { box-shadow: none; }
.statement-card { padding: clamp(30px, 4vw, 52px); border-radius: var(--radius); color: white; background: var(--primary); }
.statement-card.secondary-statement { color: var(--ink); background: var(--surface); border: 1px solid var(--border); }
.statement-card h3 { margin-bottom: 13px; font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1.08; letter-spacing: -.04em; }
.statement-card p { margin-bottom: 0; color: rgba(255,255,255,.9); font-size: 1rem; line-height: 1.7; }
.secondary-statement p { color: var(--muted); }

.work-loop { margin: 32px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; border: 1px solid var(--border); border-radius: var(--radius-small); background: var(--surface); overflow: hidden; }
.work-loop li { min-height: 112px; padding: 20px 16px; position: relative; display: grid; align-content: space-between; gap: 14px; border-right: 1px solid var(--border); }
.work-loop li:last-child { border-right: 0; }
.work-loop span { color: var(--primary); font-size: .75rem; font-weight: 800; }
.work-loop strong { font-size: .96rem; }
.mission-card { padding: clamp(28px, 4vw, 48px); border: 1px solid rgba(49,95,133,.22); border-radius: var(--radius); background: linear-gradient(145deg, #fff, #edf4f7); box-shadow: var(--shadow-small); }
.mission-label { margin-bottom: 16px; color: var(--trust); font-size: .76rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.mission-card blockquote { margin: 0; font-size: clamp(1.55rem, 3vw, 2.6rem); line-height: 1.18; letter-spacing: -.035em; font-weight: 680; }
.onboarding-list { margin: 24px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; list-style: none; }
.onboarding-list li { padding: 16px; display: flex; align-items: flex-start; gap: 11px; border: 1px solid var(--border); border-radius: 11px; color: var(--ink); background: var(--surface); }
.onboarding-list li > span:last-child { display: grid; gap: 3px; }
.onboarding-list strong { font-size: 1rem; line-height: 1.35; }
.onboarding-list small { color: var(--muted); font-size: .9rem; font-weight: 500; line-height: 1.5; }
.check { width: 20px; height: 20px; display: inline-grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: white; background: var(--primary); font-size: .7rem; }
.steps { margin: 32px 0 0; padding: 0; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); list-style: none; }
.steps li { position: relative; padding: 0 10px; text-align: center; }
.steps li:not(:last-child)::after { position: absolute; top: 19px; right: -50%; width: 100%; height: 1px; content: ""; background: var(--border); }
.step-number { width: 40px; height: 40px; margin: 0 auto 12px; position: relative; z-index: 1; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: var(--primary); background: var(--surface); font-weight: 850; }
.steps strong { display: block; font-size: .84rem; line-height: 1.3; }

.pricing-card { max-width: 820px; margin: 34px auto 0; padding: clamp(32px, 6vw, 64px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(230px, .62fr); gap: 48px; align-items: center; border: 1px solid var(--border); border-radius: 28px; background: var(--surface); box-shadow: var(--shadow); }
.price { margin: 12px 0 6px; font-size: clamp(3rem, 6vw, 5rem); line-height: 1; letter-spacing: -.06em; font-weight: 800; }
.price small { font-size: .27em; letter-spacing: 0; }
.tax-note { margin: 0 0 13px; color: var(--muted); font-size: .9rem; }
.pricing-list { margin: 0; padding: 0; display: grid; gap: 13px; list-style: none; }
.pricing-list li { display: flex; align-items: flex-start; gap: 10px; }
.pricing-principle { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--border); color: var(--muted); font-weight: 650; }
.pricing-expense { margin: 30px auto 0; text-align: center; }
.post-price { margin-top: 24px; padding: 18px; display: grid; gap: 3px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface-soft); }
.post-price span { color: var(--muted); font-size: .82rem; font-weight: 750; text-transform: uppercase; letter-spacing: .06em; }
.post-price strong { font-size: 1.45rem; }
.post-price small { font-size: .65rem; }
.workforce-grid { margin-top: 34px; display: grid; grid-template-columns: minmax(300px, .85fr) minmax(0, 1.35fr); gap: 18px; align-items: stretch; }
.available-job { padding: 34px; border: 2px solid var(--primary); border-radius: var(--radius); background: var(--primary-light); }
.available-job h3 { margin: 24px 0 10px; font-size: 1.65rem; line-height: 1.15; }
.future-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.future-card { padding: 19px; border: 1px solid var(--border); border-radius: var(--radius-small); background: rgba(255,255,255,.64); }
.future-card span { color: var(--muted); font-size: .8rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.future-card h3 { margin: 10px 0 0; font-size: 1rem; }
.profession-groups { display: grid; gap: 48px; }
.profession-group { display: grid; gap: 18px; }
.profession-group > h2 { font-size: clamp(1.45rem, 2.5vw, 2rem); }
.profession-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.profession-card { min-height: 270px; display: flex; flex-direction: column; }
.profession-card.available { border: 2px solid var(--primary); background: var(--primary-light); }
.profession-card.coming { box-shadow: none; background: rgba(255,255,255,.66); }
.future-plan-link { display: inline-flex; align-items: center; gap: 8px; color: var(--muted); font-size: .9rem; font-weight: 750; text-decoration: none; }
.future-plan-link:hover { color: var(--primary); }
.profession-card-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.profession-id { color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.profession-card h3 { margin-top: 22px; font-size: 1.35rem; }
.profession-card p { flex: 1; }
.status-legend { margin-top: 26px; display: flex; flex-wrap: wrap; gap: 18px; color: var(--ink-soft); font-weight: 700; }
.status-legend span { display: inline-flex; align-items: center; gap: 8px; }
.status-dot { width: 9px; height: 9px; display: inline-block; border-radius: 50%; background: #aab5b0; }
.status-dot.available { background: var(--primary); }
.responsibility-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.responsibility-grid .card { min-height: 170px; }
.plain-list, .report-list { margin: 20px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.plain-list li { padding: 11px 0; border-bottom: 1px solid var(--border); font-weight: 700; }
.report-list li { padding: 15px 17px; display: flex; align-items: center; gap: 11px; border: 1px solid var(--border); border-radius: 11px; background: var(--surface); font-size: 1rem; line-height: 1.55; }
.coming-notice { padding: 28px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface-soft); }
.coming-notice strong { color: var(--primary); font-size: 1.25rem; }
.recognition-panel { margin-top: 34px; padding: clamp(26px, 4vw, 42px); display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .8fr); gap: 28px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-small); }
.recognition-panel h2 { margin-bottom: 12px; font-size: clamp(1.5rem, 2.6vw, 2.25rem); }
.recognition-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.recognition-options div { min-height: 90px; padding: 16px; display: grid; align-content: space-between; border: 1px solid var(--border); border-radius: 12px; background: var(--surface-soft); }
.recognition-options strong { color: var(--primary); font-size: 1.35rem; }
.recognition-options span { font-weight: 700; }
.recognition-panel .illustrative-note { grid-column: 1 / -1; margin: 0; }
.bonus-actions { display: grid; gap: 10px; align-content: center; }
.bonus-actions span { padding: 15px 18px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface-soft); font-weight: 750; }
.responsibility-grid.detailed .card p { margin: 10px 0 0; color: var(--muted); }
.authority-boundary { margin-top: 28px; padding: 24px; border-left: 4px solid var(--primary); border-radius: 0 14px 14px 0; background: var(--surface-soft); }
.authority-boundary h3 { margin: 0 0 8px; }
.authority-boundary p { margin: 0; max-width: 900px; }
.workbench-preview-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin: 26px 0 18px; }
.workbench-preview-grid article { min-height: 112px; padding: 18px; display: grid; align-content: space-between; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(255,255,255,.07); }
.workbench-preview-grid span { color: rgba(255,255,255,.7); font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.workbench-preview-grid strong { color: #fff; }
.workbench-shell { margin-top: 30px; display: grid; grid-template-columns: 220px minmax(0,1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius); background: rgba(255,255,255,.06); }
.workbench-employee { padding: 24px; display: flex; flex-direction: column; align-items: flex-start; border-right: 1px solid rgba(255,255,255,.16); background: rgba(4,25,21,.28); }
.workbench-employee img { width: 84px; aspect-ratio: 1; margin-bottom: 18px; object-fit: cover; border-radius: 18px; }
.workbench-employee h3 { margin: 14px 0 3px; color: #fff; font-size: 1.5rem; }
.workbench-employee p { margin: 0; color: #d9e6e1; }
.workbench-employee small { margin-top: auto; padding-top: 30px; color: rgba(255,255,255,.58); line-height: 1.5; }
.workbench-main { padding: 24px; display: grid; gap: 16px; }
.workbench-mission, .workbench-lower article { padding: 18px; display: grid; gap: 7px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: rgba(255,255,255,.06); }
.workbench-mission span, .workbench-lower span { color: rgba(255,255,255,.65); font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.workbench-mission strong, .workbench-lower strong { color: #fff; }
.workbench-metrics { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.workbench-metrics div { min-height: 94px; padding: 15px; display: grid; align-content: space-between; border-radius: 12px; background: rgba(255,255,255,.1); }
.workbench-metrics span { color: #d9e6e1; font-size: .88rem; }
.workbench-metrics strong { color: #fff; font-size: 1.5rem; }
.workbench-lower { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.category-definition { max-width: 650px; margin: 22px 0 0; padding-left: 18px; border-left: 3px solid var(--primary); color: var(--ink-soft); font-size: 1.05rem; font-weight: 720; line-height: 1.55; }
.academy-eligibility { margin-top: 34px; display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-small); background: var(--border); }
.academy-eligibility article { min-height: 230px; padding: 24px 20px; background: var(--surface); }
.academy-eligibility span { color: var(--accent); font-size: .78rem; font-weight: 850; }
.academy-eligibility h3 { margin: 24px 0 10px; font-size: 1.05rem; }
.academy-eligibility p { color: var(--muted); font-size: .92rem; }
.value-anchor { margin-bottom: 28px; padding: clamp(26px,4vw,40px); display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.85fr); gap: 28px; border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface-soft); }
.value-anchor h2 { max-width: 720px; font-size: clamp(1.45rem,2.5vw,2.15rem); }
.value-anchor-list { display: flex; flex-wrap: wrap; align-content: center; gap: 8px; }
.value-anchor-list span { padding: 8px 11px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); color: var(--ink-soft); font-size: .84rem; font-weight: 700; }
.value-anchor > strong { grid-column: 1 / -1; padding-top: 18px; border-top: 1px solid var(--border); color: var(--primary); }
.offer-details { margin-top: 28px; padding: 24px; border: 1px solid var(--border); border-radius: var(--radius-small); background: var(--surface-soft); }
.offer-details > p { color: var(--muted); line-height: 1.6; }
.offer-context-title { margin-top: 34px; font-size: 1.4rem; }
.home-compact .section { padding-block: clamp(46px, 5.5vw, 74px); }
.home-compact .section-title { font-size: clamp(1.9rem, 3.2vw, 3rem); }
.home-final { border-top: 1px solid rgba(255,255,255,.1); }
.readiness-flow { margin: 0; padding: 0; display: grid; gap: 9px; list-style: none; }
.readiness-flow li { min-height: 60px; padding: 12px 16px; display: flex; align-items: center; gap: 14px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface); }
.readiness-flow span { width: 30px; height: 30px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 50%; color: white; background: var(--primary); font-size: .78rem; font-weight: 800; }
.readiness-flow strong { font-size: 1rem; }
.compact-journey { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; list-style: none; }
.compact-journey li { padding: 13px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: 11px; color: #e0ebe7; }
.offer-resources { margin-top: 24px; padding: 16px 18px; border: 1px solid var(--border); border-radius: 11px; background: var(--surface); }
.offer-resources summary { color: var(--primary); font-weight: 750; cursor: pointer; }
.offer-resources ul { margin: 14px 0 0; padding-left: 20px; color: var(--ink-soft); line-height: 1.7; }
.value-chain { margin: 34px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; list-style: none; }
.value-chain li { min-height: 110px; position: relative; padding: 22px; display: grid; align-content: space-between; border: 1px solid var(--border); border-radius: var(--radius-small); background: var(--surface); }
.value-chain li:not(:last-child)::after { position: absolute; z-index: 2; right: -20px; top: 42%; content: "→"; color: var(--primary); font-weight: 900; }
.value-chain span { color: var(--primary); font-size: .75rem; font-weight: 850; }
.value-chain.compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.example-panel, .review-panel { margin-top: 36px; padding: clamp(26px, 4vw, 42px); border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-small); }
.example-heading, .review-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .7fr); gap: 34px; align-items: end; }
.mission-mini { padding: 20px; display: grid; gap: 8px; border-radius: 13px; color: white; background: var(--trust); }
.mission-mini span { font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.metric-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.metric { min-height: 110px; padding: 19px; display: grid; align-content: space-between; border-radius: 12px; background: var(--surface-soft); }
.metric strong { color: var(--primary); font-size: 2rem; line-height: 1; }
.metric span { color: var(--ink-soft); font-size: .96rem; line-height: 1.5; }
.illustrative-note { margin: 22px 0 0; color: var(--muted); font-size: .92rem; line-height: 1.6; }
.review-intro { margin-top: 56px; }
.review-grid { margin-top: 30px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.review-grid section { padding: 22px; border: 1px solid var(--border); border-radius: 12px; background: var(--surface-soft); }
.review-grid h3 { margin-bottom: 12px; }
.review-grid ul { margin: 0; padding-left: 19px; color: var(--ink-soft); }
.review-decisions { margin-top: 22px; display: flex; gap: 9px; flex-wrap: wrap; }
.review-decisions span { padding: 9px 12px; border: 1px solid var(--border); border-radius: 999px; background: var(--surface); font-size: .9rem; font-weight: 700; }

.page-hero { padding: clamp(44px, 5.5vw, 68px) 0 clamp(34px, 4vw, 48px); }
.page-hero.centered { text-align: center; }
.page-hero.centered .page-title, .page-hero.centered .lead { margin-inline: auto; }
.profile-hero { display: grid; grid-template-columns: minmax(320px, .75fr) minmax(0, 1.1fr); gap: clamp(32px, 5vw, 66px); align-items: center; }
.profile-portrait { max-width: 500px; }
.facts { margin: 26px 0 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--border); border-radius: 13px; background: var(--border); }
.fact { padding: 16px; background: var(--surface); }
.fact span { display: block; color: var(--muted); font-size: .75rem; font-weight: 700; }
.fact strong { display: block; margin-top: 3px; }
.quote-panel { padding: clamp(30px, 5vw, 54px); border-left: 5px solid var(--primary); border-radius: 0 var(--radius) var(--radius) 0; background: var(--surface); box-shadow: var(--shadow-small); }
.quote-panel blockquote { margin: 0; font-size: clamp(1.6rem, 3vw, 2.5rem); line-height: 1.25; letter-spacing: -.035em; font-weight: 650; }

.academy-stages { margin-top: 36px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-small); background: var(--border); }
.academy-stage { padding: 28px 22px; background: var(--surface); }
.academy-stage span { color: var(--accent); font-size: .78rem; font-weight: 850; }
.academy-stage h3 { margin: 18px 0 8px; }
.boundary { padding: 22px; border: 1px solid rgba(49,95,133,.25); border-radius: var(--radius-small); background: var(--trust-light); }
.boundary strong { color: var(--trust); }

.hire-shell { padding: 38px 0 64px; }
.hire-layout { display: grid; grid-template-columns: 260px minmax(0, 760px); gap: clamp(28px, 6vw, 72px); align-items: start; justify-content: center; }
.hire-progress { position: sticky; top: 110px; }
.hire-progress ol { margin: 22px 0 0; padding: 0; display: grid; gap: 4px; list-style: none; }
.hire-progress li { padding: 9px 11px; display: flex; align-items: center; gap: 10px; border-radius: 9px; color: var(--muted); font-size: .86rem; font-weight: 650; }
.hire-progress li.active { color: var(--primary); background: var(--primary-light); }
.hire-progress li.done { color: var(--ink-soft); }
.progress-dot { width: 22px; height: 22px; display: grid; flex: 0 0 auto; place-items: center; border: 1px solid var(--border); border-radius: 50%; background: var(--surface); font-size: .68rem; }
.active .progress-dot, .done .progress-dot { color: white; border-color: var(--primary); background: var(--primary); }
.hire-card { min-height: 520px; padding: clamp(26px, 4vw, 46px); border: 1px solid var(--border); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow-small); }
.hire-card h1 { margin-bottom: 14px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.08; letter-spacing: -.045em; }
.form-stack { margin-top: 30px; display: grid; gap: 19px; }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
label { display: grid; gap: 7px; color: var(--ink-soft); font-weight: 700; }
label small { color: var(--muted); font-weight: 500; }
input, select, textarea { width: 100%; min-height: 50px; padding: 12px 13px; border: 1px solid #b8c6bf; border-radius: 10px; color: var(--ink); background: var(--surface); }
textarea { min-height: 126px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--primary); outline: 3px solid rgba(23,107,91,.15); }
.account-panel { padding: 20px; display: grid; gap: 18px; border: 1px solid var(--border); border-radius: var(--radius-small); background: var(--paper); }
.account-state { padding: 16px 18px; border: 1px solid #a8cbbd; border-radius: var(--radius-small); background: #edf7f2; color: var(--ink); }
.account-state strong { display: block; margin-bottom: 6px; }
.account-state p { margin: 0; color: var(--muted); }
.account-tabs { display: flex; flex-wrap: wrap; gap: 10px; }
.forgot-password { width: fit-content; padding: 0; border: 0; color: var(--primary); background: transparent; font: inherit; font-weight: 750; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.forgot-password:focus-visible { outline: 3px solid rgba(23,107,91,.18); outline-offset: 4px; }
fieldset { margin: 0; padding: 0; border: 0; }
legend { margin-bottom: 10px; color: var(--ink-soft); font-weight: 700; }
.choice-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.choice { padding: 10px 12px; display: flex; align-items: center; gap: 9px; border: 1px solid var(--border); border-radius: 9px; background: var(--surface); font-weight: 600; }
.choice input { width: 18px; min-height: 18px; margin: 0; }
.field-error { color: var(--danger); font-size: .82rem; font-weight: 600; }
.hire-actions { margin-top: 32px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.job-choice { margin-top: 28px; padding: 24px; display: grid; grid-template-columns: 80px minmax(0, 1fr); gap: 20px; align-items: center; border: 2px solid var(--primary); border-radius: var(--radius-small); background: var(--primary-light); }
.mini-portrait { width: 80px; aspect-ratio: 1; object-fit: cover; border-radius: 16px; }
.identity-preview { margin-top: 28px; display: grid; grid-template-columns: 190px minmax(0, 1fr); gap: 28px; align-items: center; }
.identity-preview img { width: 190px; aspect-ratio: 4 / 5; object-fit: cover; border-radius: 18px; }
.summary-list { margin: 24px 0 0; display: grid; gap: 0; border-top: 1px solid var(--border); }
.summary-row { padding: 13px 0; display: grid; grid-template-columns: minmax(120px, .4fr) 1fr; gap: 20px; border-bottom: 1px solid var(--border); }
.summary-row span { color: var(--muted); font-size: .85rem; }
.honesty-note { margin-top: 22px; padding: 16px 18px; border-left: 4px solid var(--trust); color: var(--ink-soft); background: var(--trust-light); font-size: .98rem; line-height: 1.65; }
.success-mark { width: 60px; height: 60px; margin-bottom: 24px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--primary); font-size: 1.5rem; }

.site-footer { padding: 38px 0 22px; color: #c6d4ce; background: var(--ink); }
.footer-grid { display: grid; grid-template-columns: minmax(220px, 1.5fr) repeat(2, minmax(140px, .5fr)); gap: 40px; }
.footer-grid h3 { color: white; }
.footer-grid p { max-width: 430px; }
.footer-links { display: grid; align-content: start; gap: 10px; }
.footer-links strong { margin-bottom: 4px; color: white; }
.footer-links a { color: #c6d4ce; text-decoration: none; }
.footer-links a:hover { color: white; }
.footer-bottom { margin-top: 32px; padding-top: 20px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.13); font-size: .82rem; }

@media (max-width: 1040px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: grid; }
  .mobile-menu { padding: 14px 24px 24px; display: grid; gap: 7px; border-top: 1px solid var(--border); background: var(--canvas); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { padding: 11px 4px; text-decoration: none; font-weight: 700; }
  .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(330px, .75fr); gap: 42px; }
  .workforce-grid { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .responsibility-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .work-loop { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .work-loop li { border-bottom: 1px solid var(--border); }
  .work-loop li:nth-child(even) { border-right: 0; }
  .steps { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px 0; }
  .steps li::after { display: none; }
  .academy-stages { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .academy-eligibility { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 32px), var(--content)); }
  .header-inner { min-height: 68px; }
  .header-actions > .button { display: none; }
  .language-switcher button { min-width: 32px; padding-inline: 6px; }
  .hero { padding-top: 38px; }
  .hero-grid, .grid-2, .profile-hero, .pricing-card, .hire-layout, .example-heading, .review-heading, .recognition-panel, .workbench-preview-grid, .workbench-shell, .workbench-lower, .value-anchor { grid-template-columns: 1fr; }
  .hero-copy { order: 1; }
  .portrait-wrap { order: 2; max-width: 500px; margin-inline: auto; }
  .display { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .future-grid, .profession-grid, .responsibility-grid, .metric-grid, .review-grid, .value-chain, .value-chain.compact { grid-template-columns: 1fr; }
  .value-chain li:not(:last-child)::after { right: 50%; top: auto; bottom: -22px; transform: rotate(90deg); }
  .work-loop { grid-template-columns: 1fr; }
  .work-loop li { min-height: 86px; border-right: 0; }
  .onboarding-list { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 0; }
  .compact-journey { grid-template-columns: 1fr; }
  .steps li { min-height: 62px; padding: 0; display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: start; text-align: left; }
  .steps li:not(:last-child)::after { width: 1px; height: 100%; top: 38px; right: auto; left: 20px; display: block; }
  .step-number { margin: 0; }
  .pricing-card { gap: 30px; }
  .profile-portrait { max-width: 430px; margin-inline: auto; }
  .facts { grid-template-columns: 1fr; }
  .academy-stages { grid-template-columns: 1fr; }
  .academy-eligibility, .workbench-metrics { grid-template-columns: 1fr; }
  .workbench-employee { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .hire-shell { padding-top: 24px; }
  .hire-progress { position: static; }
  .hire-progress ol { display: flex; overflow-x: auto; padding-bottom: 8px; }
  .hire-progress li { flex: 0 0 auto; }
  .hire-card { min-height: 0; }
  .field-row, .identity-preview, .choice-grid { grid-template-columns: 1fr; }
  .identity-preview img { width: 150px; }
  .job-choice { grid-template-columns: 64px minmax(0, 1fr); }
  .mini-portrait { width: 64px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .wordmark span:last-child { font-size: .9rem; }
  .page-title { font-size: 2.55rem; }
  .actions { align-items: stretch; flex-direction: column; }
  .actions .button { width: 100%; }
  .portrait-meta { right: 17px; bottom: 17px; left: 17px; }
  .hire-actions { align-items: stretch; flex-direction: column-reverse; }
  .hire-actions .button { width: 100%; }
  .summary-row { grid-template-columns: 1fr; gap: 3px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
}

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