:root {
  --ink: #12383b;
  --ink-deep: #0a292c;
  --paper: #f7faf7;
  --white: #fff;
  --mint: #ccebdd;
  --mint-light: #e8f6ef;
  --sky: #dceafb;
  --sun: #f2d95c;
  --coral: #ef8c70;
  --muted: #5c6f70;
  --line: #b9ceca;
  --shadow: 0 24px 70px rgba(18, 56, 59, 0.13);
  --page: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink-deep);
  background: var(--paper);
  font-family: "Onest", "Avenir Next", "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; }

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  color: white;
  background: var(--ink-deep);
  transform: translateY(-140%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  width: var(--page);
  height: 80px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid rgba(18, 56, 59, .14);
  background: rgba(247, 250, 247, .92);
  backdrop-filter: blur(16px);
}

.brand {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  text-decoration: none;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -.06em;
}
.brand svg { width: 32px; fill: var(--sun); }
.brand-path { fill: none; stroke: var(--ink); stroke-width: 2.6; stroke-linecap: round; }
.brand-dot { fill: var(--ink); }

.site-nav { display: flex; gap: 34px; }
.site-nav a, footer > a:last-child {
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.site-nav a { position: relative; }
.site-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--ink);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }

.header-cta {
  justify-self: end;
  padding: 11px 18px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: transparent;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.header-cta:hover { color: white; background: var(--ink); }

.hero {
  width: var(--page);
  min-height: calc(100vh - 80px);
  margin: 0 auto;
  padding: 76px 0 92px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(500px, 1.08fr);
  gap: clamp(60px, 8vw, 128px);
  align-items: center;
}

.hero-kicker, .section-intro > p, .fit-copy > p:first-child,
.control-copy > p, .price-section > div:first-child > p {
  margin: 0 0 22px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 700;
}

.hero h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(54px, 6.4vw, 96px);
  line-height: .95;
  letter-spacing: -.067em;
  text-wrap: balance;
}

.hero-description {
  max-width: 620px;
  margin: 34px 0 0;
  color: var(--muted);
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.55;
}

.hero-actions {
  margin-top: 38px;
  display: flex;
  align-items: center;
  gap: 27px;
  flex-wrap: wrap;
}

.button {
  min-height: 52px;
  padding: 14px 23px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 750;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--ink); box-shadow: 0 10px 24px rgba(18, 56, 59, .16); }
.button-primary:hover { background: var(--ink-deep); box-shadow: 0 14px 30px rgba(18, 56, 59, .23); }
.button-light { color: var(--ink-deep); background: white; }
.text-link { font-weight: 700; text-underline-offset: 5px; }
.text-link span { display: inline-block; margin-left: 5px; }

.trust-list {
  margin: 37px 0 0;
  padding: 0;
  display: flex;
  gap: 9px 22px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 12px;
  list-style: none;
}
.trust-list li::before { content: "✓"; margin-right: 6px; color: var(--ink); font-weight: 800; }

.route-demo {
  position: relative;
  padding: 25px;
  overflow: hidden;
  border: 1px solid rgba(18, 56, 59, .15);
  border-radius: 30px 30px 30px 8px;
  background: white;
  box-shadow: var(--shadow);
  transform: rotate(1.2deg);
}
.route-demo::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  right: -80px;
  top: 80px;
  border-radius: 50%;
  background: var(--sky);
  filter: blur(1px);
  opacity: .55;
}
.route-topline {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 11px;
}
.live-status { color: var(--ink); font-weight: 700; }
.live-status i {
  width: 7px;
  height: 7px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 50%;
  background: #3baa70;
  box-shadow: 0 0 0 4px rgba(59, 170, 112, .12);
}
.route-heading { position: relative; z-index: 1; margin: 35px 0 21px 67px; }
.route-heading p { margin: 0 0 6px; color: var(--muted); font-size: 13px; }
.route-heading h2 { max-width: 330px; margin: 0; font-size: 28px; line-height: 1.05; letter-spacing: -.04em; }
.route-map { position: relative; z-index: 1; display: grid; gap: 12px; }
.route-line { position: absolute; top: 0; bottom: 0; left: 0; width: 80px; height: 100%; overflow: visible; }
.route-line-base, .route-line-progress { fill: none; stroke-width: 2.2; stroke-linecap: round; }
.route-line-base { stroke: #d7e4e0; }
.route-line-progress {
  stroke: var(--ink);
  stroke-dasharray: 510;
  stroke-dashoffset: 510;
  animation: draw-route 2.2s .35s cubic-bezier(.65, 0, .35, 1) forwards;
}
@keyframes draw-route { to { stroke-dashoffset: 0; } }

.route-step {
  position: relative;
  min-height: 104px;
  margin-left: 47px;
  padding: 18px 18px 18px 44px;
  display: grid;
  grid-template-columns: 1fr;
  border: 1px solid #dbe7e4;
  border-radius: 15px;
  background: rgba(255, 255, 255, .87);
}
.route-step-active { border-color: var(--ink); box-shadow: 5px 6px 0 var(--sun); }
.step-marker {
  position: absolute;
  z-index: 2;
  top: 26px;
  left: -33px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 5px solid white;
  border-radius: 50%;
  color: white;
  background: var(--ink);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  box-shadow: 0 0 0 1px var(--ink);
}
.route-step-active .step-marker { color: var(--ink); background: var(--sun); }
.step-marker-jobs { color: var(--ink); background: var(--mint); }
.step-state { display: block; margin-bottom: 4px; color: var(--muted); font-size: 10px; font-weight: 700; }
.route-step h3 { margin: 0; font-size: 15px; line-height: 1.3; }
.route-step p { margin: 5px 0 0; color: var(--muted); font-size: 11px; }
.inline-action {
  margin: 8px 0 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}
.cv-tip { margin-top: 10px; padding: 9px 11px; border-radius: 8px; background: var(--mint-light); color: var(--ink); font-size: 10px; line-height: 1.4; }
.mini-jobs { margin-top: 11px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.mini-jobs div { padding: 8px 9px; border: 1px solid #e0eae8; border-radius: 8px; background: white; }
.mini-jobs strong, .mini-jobs span { display: block; }
.mini-jobs strong { font-size: 9px; }
.mini-jobs span { margin-top: 3px; color: var(--muted); font-size: 8px; }
.next-action {
  position: relative;
  z-index: 2;
  margin-top: 18px;
  padding: 14px;
  display: grid;
  grid-template-columns: 32px 1fr auto;
  gap: 11px;
  align-items: center;
  border-radius: 12px;
  color: white;
  background: var(--ink);
}
.next-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--sun); }
.next-action span, .next-action strong { display: block; }
.next-action div span { margin-bottom: 2px; color: #b9d0cc; font-size: 9px; }
.next-action strong { font-size: 11px; }
.next-action button { width: 31px; height: 31px; border: 0; border-radius: 50%; background: white; font-size: 11px; font-weight: 800; cursor: pointer; }

.clarity-strip {
  padding: 29px max(24px, calc((100vw - 1240px) / 2));
  display: flex;
  justify-content: space-between;
  gap: 28px;
  color: var(--ink-deep);
  background: var(--sun);
  font-size: clamp(15px, 1.6vw, 20px);
  font-weight: 700;
}
.clarity-strip p { margin: 0; }

.story-section { width: var(--page); margin: 0 auto; padding: 132px 0 80px; }
.section-intro { max-width: 830px; }
.story-section .section-intro { margin: 0 auto; text-align: center; }
.section-description { max-width: 600px; margin: 25px auto 0; color: var(--muted); font-size: 18px; line-height: 1.65; }
.section-intro h2, .fit-copy h2, .control-copy h2, .price-section h2, .closing-section h2 {
  margin: 0;
  font-size: clamp(40px, 5vw, 70px);
  line-height: 1.02;
  letter-spacing: -.058em;
  text-wrap: balance;
}
.journey { margin: 45px 0 0; padding: 0; list-style: none; }
.journey-feature {
  min-height: min(850px, 92vh);
  padding: 70px 0;
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(520px, 1.28fr);
  gap: clamp(55px, 8vw, 112px);
  align-items: center;
}
.journey-feature-reverse { grid-template-columns: minmax(520px, 1.28fr) minmax(280px, .72fr); }
.journey-feature-reverse .journey-copy { order: 2; }
.journey-feature-reverse .journey-visual { order: 1; }
.journey-copy { opacity: .42; transform: translateY(28px); transition: opacity .7s ease, transform .7s cubic-bezier(.2, .75, .25, 1); }
.journey-feature.is-visible .journey-copy { opacity: 1; transform: translateY(0); }
.journey-number { width: max-content; margin-bottom: 25px; padding: 8px 12px; display: block; border: 1px solid var(--ink); border-radius: 999px; font-size: 11px; font-weight: 700; }
.journey h3 { max-width: 420px; margin: 0; font-size: clamp(34px, 3.6vw, 54px); line-height: 1.03; letter-spacing: -.052em; }
.journey-copy > p { max-width: 470px; margin: 22px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.journey-outcome { max-width: 430px; margin-top: 31px; padding-top: 17px; display: block; border-top: 1px solid var(--line); color: var(--ink); font-size: 12px; font-weight: 700; }

.journey-visual {
  position: relative;
  min-width: 0;
  height: 540px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 34px;
  opacity: .35;
  transform: translateY(42px) scale(.97);
  transition: opacity .8s ease, transform .9s cubic-bezier(.2, .75, .25, 1);
}
.journey-feature.is-visible .journey-visual { opacity: 1; transform: translateY(0) scale(1); }
.visual-profile { background: #e2f1eb; }
.visual-search { background: #e1ebf9; }
.visual-action { background: #f4ded7; }
.scene-glow { position: absolute; width: 460px; height: 460px; border-radius: 50%; background: rgba(255,255,255,.62); filter: blur(24px); }

.product-frame {
  position: relative;
  z-index: 2;
  width: 78%;
  min-height: 390px;
  border: 9px solid rgba(255,255,255,.82);
  border-radius: 23px;
  background: white;
  box-shadow: 0 26px 55px rgba(18, 56, 59, .16);
}
.product-toolbar { height: 43px; padding: 0 15px; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid #e6ecea; }
.product-toolbar i { width: 6px; height: 6px; border-radius: 50%; background: #d5dfdd; }
.mini-brand { width: 22px; height: 22px; margin-right: auto; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--sun); font-size: 13px; font-weight: 800; }
.screen-label { display: block; margin-bottom: 6px; color: var(--muted); font-size: 9px; font-weight: 700; }
.product-frame h4 { margin: 0; font-size: 22px; letter-spacing: -.04em; }

.profile-workspace { min-height: 338px; padding: 28px; display: grid; grid-template-columns: .78fr 1.22fr; gap: 20px; background: #f5f8f7; }
.cv-sheet { padding: 21px 18px; border-radius: 8px; background: white; box-shadow: 0 7px 20px rgba(18,56,59,.08); }
.cv-sheet > span { color: var(--muted); font-size: 7px; }
.cv-person { margin: 19px 0 18px; display: flex; align-items: center; gap: 8px; font-size: 9px; }
.cv-person i { width: 28px; height: 28px; border-radius: 50%; background: var(--sky); }
.mock-line { height: 5px; margin: 7px 0; display: block; border-radius: 4px; background: #dfe8e6; }
.line-92 { width: 92%; }.line-88 { width: 88%; }.line-76 { width: 76%; }.line-70 { width: 70%; }.line-65 { width: 65%; }
.cv-sheet small { margin: 19px 0 9px; display: block; font-size: 7px; font-weight: 800; }
.profile-result { padding: 43px 28px; border-radius: 12px; background: white; }
.profile-result p { margin: 11px 0 27px; color: var(--muted); font-size: 10px; }
.skill-cloud { display: flex; gap: 6px; flex-wrap: wrap; }
.skill-cloud span { padding: 7px 9px; border-radius: 999px; background: var(--mint-light); font-size: 8px; font-weight: 700; }

.floating-note { position: absolute; z-index: 3; padding: 12px 15px; display: flex; gap: 10px; align-items: center; border: 5px solid rgba(255,255,255,.84); border-radius: 15px; background: white; box-shadow: 0 18px 35px rgba(18,56,59,.14); }
.floating-note > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--sun); font-size: 11px; font-weight: 800; }
.floating-note small, .floating-note strong { display: block; }
.floating-note small { margin-bottom: 2px; color: var(--muted); font-size: 7px; }
.floating-note strong { font-size: 9px; }
.note-ready { right: 5%; bottom: 10%; }

.search-workspace, .action-workspace { min-height: 338px; padding: 27px; background: #f8faf9; }
.screen-heading, .match-title { margin-bottom: 21px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.new-pill { padding: 7px 9px; border-radius: 999px; color: #23624f; background: var(--mint); font-size: 8px; font-weight: 800; }
.job-row { margin-top: 9px; padding: 13px; display: grid; grid-template-columns: 33px 1fr auto; gap: 10px; align-items: center; border: 1px solid #dfe8e6; border-radius: 10px; background: white; }
.company-mark { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; color: white; font-size: 10px; font-weight: 800; }
.mark-one { background: var(--ink); }.mark-two { background: #39886f; }.mark-three { color: var(--ink); background: var(--sun); }
.job-row strong, .job-row small { display: block; }
.job-row strong { font-size: 9px; }.job-row small { margin-top: 3px; color: var(--muted); font-size: 7px; }
.job-row > b { font-size: 10px; }
.job-row-muted { opacity: .58; }
.source-cluster { position: absolute; z-index: 3; left: 5%; bottom: 8%; padding: 11px 13px; display: flex; align-items: center; border: 5px solid rgba(255,255,255,.84); border-radius: 16px; background: white; box-shadow: 0 18px 35px rgba(18,56,59,.14); }
.source-cluster > span { width: 29px; height: 29px; margin-right: -6px; display: grid; place-items: center; border: 2px solid white; border-radius: 50%; color: white; background: var(--ink); font-size: 7px; font-weight: 800; }
.source-cluster > span:nth-child(2) { background: #e46f54; }.source-cluster > span:nth-child(3) { color: var(--ink); background: var(--sun); }
.source-cluster small { margin-left: 13px; color: var(--muted); font-size: 8px; font-weight: 700; }

.score-change { min-width: 68px; padding: 10px 12px; border-radius: 11px; color: var(--ink); background: var(--sun); font-size: 17px; font-weight: 800; text-align: center; }
.score-change del { margin-right: 4px; color: #8b7d36; font-size: 9px; font-weight: 500; }
.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.comparison > div { min-height: 91px; padding: 15px; border: 1px solid #e0e8e6; border-radius: 10px; background: white; }
.comparison span, .comparison strong { display: block; }
.comparison span { margin-bottom: 8px; color: var(--muted); font-size: 7px; }
.comparison strong { font-size: 9px; line-height: 1.45; }
.recommendation { margin-top: 12px; padding: 13px; display: grid; grid-template-columns: 31px 1fr; gap: 11px; align-items: start; border-radius: 10px; background: var(--mint); }
.recommendation > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--sun); }
.recommendation p { margin: 0; }
.recommendation small, .recommendation strong { display: block; }
.recommendation small { margin-bottom: 4px; color: var(--muted); font-size: 7px; }
.recommendation strong { font-size: 9px; line-height: 1.45; }
.note-control { right: 4%; bottom: 8%; }

.fit-section {
  padding: 110px max(24px, calc((100vw - 1240px) / 2));
  display: grid;
  grid-template-columns: minmax(380px, .88fr) minmax(560px, 1.12fr);
  gap: clamp(60px, 8vw, 116px);
  align-items: center;
  background: var(--mint);
}
.fit-copy h2 { font-size: clamp(46px, 5vw, 68px); }
.fit-copy > p:not(:first-child) { max-width: 530px; margin: 25px 0 0; color: var(--muted); font-size: 17px; line-height: 1.6; }
.situation-tabs { margin-top: 38px; border-top: 1px solid rgba(18, 56, 59, .27); }
.situation-tabs button {
  position: relative;
  width: 100%;
  min-height: 78px;
  padding: 14px 7px;
  display: grid;
  grid-template-columns: 39px 1fr 28px;
  gap: 12px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid rgba(18, 56, 59, .27);
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: padding .25s ease, background .25s ease;
}
.situation-tabs button::before { content: ""; position: absolute; top: -1px; bottom: -1px; left: 0; width: 4px; border-radius: 4px; background: var(--coral); transform: scaleY(0); transition: transform .25s ease; }
.situation-tabs button:hover { padding-left: 15px; background: rgba(255,255,255,.34); }
.situation-tabs button[aria-selected="true"] { padding-left: 15px; background: rgba(255,255,255,.7); }
.situation-tabs button[aria-selected="true"]::before { transform: scaleY(1); }
.situation-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font-size: 13px; font-weight: 800; }
.situation-tabs button[aria-selected="true"] .situation-icon { color: var(--ink); border-color: var(--sun); background: var(--sun); }
.situation-tabs button > span:nth-child(2), .situation-tabs strong, .situation-tabs small { display: block; }
.situation-tabs strong { font-size: 13px; }
.situation-tabs small { margin-top: 3px; color: var(--muted); font-size: 10px; }
.situation-tabs button > i { justify-self: end; opacity: 0; font-size: 17px; font-style: normal; transform: translate(-7px, 7px); transition: opacity .25s ease, transform .25s ease; }
.situation-tabs button[aria-selected="true"] > i { opacity: 1; transform: translate(0, 0); }
.fit-result {
  --path-rest: 84;
  position: relative;
  min-height: 610px;
  padding: 45px 48px 38px;
  overflow: hidden;
  border: 7px solid rgba(255,255,255,.55);
  border-radius: 32px 32px 32px 8px;
  background: white;
  box-shadow: 0 30px 70px rgba(18,56,59,.12);
}
.fit-result::before { content: ""; position: absolute; width: 330px; height: 330px; top: -210px; right: -110px; border-radius: 50%; background: var(--sky); opacity: .62; }
.fit-result-top { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.fit-result-top > p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 700; }
.fit-evidence { padding: 8px 11px; display: inline-flex; align-items: center; gap: 7px; border-radius: 999px; color: var(--ink); background: var(--mint-light); font-size: 9px; }
.fit-evidence i { width: 7px; height: 7px; border-radius: 50%; background: #3baa70; box-shadow: 0 0 0 4px rgba(59,170,112,.13); }
.fit-result h3 { position: relative; z-index: 2; max-width: 540px; margin: 25px 0 0; font-size: clamp(31px, 3vw, 45px); line-height: 1.05; letter-spacing: -.047em; }
.fit-result > p { position: relative; z-index: 2; max-width: 545px; margin: 18px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.career-map { position: relative; z-index: 2; height: 210px; margin: 27px 0 13px; }
.career-map svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.career-map path { fill: none; stroke-linecap: round; stroke-width: 2.2; }
.career-path-base { stroke: #d6e3e0; stroke-dasharray: 5 8; }
.career-path-progress { stroke: var(--ink); stroke-dasharray: 100; stroke-dashoffset: var(--path-rest); transition: stroke-dashoffset .75s cubic-bezier(.3,.7,.2,1); }
.career-stops { position: absolute; inset: 0; margin: 0; padding: 0; list-style: none; }
.career-stop { position: absolute; width: 31%; color: var(--muted); }
.career-stop:nth-child(1) { left: 0; bottom: 0; text-align: left; }
.career-stop:nth-child(2) { top: 0; left: 50%; text-align: center; transform: translateX(-50%); }
.career-stop:nth-child(3) { right: 0; bottom: 0; text-align: right; }
.career-stop i { position: relative; width: 37px; height: 37px; margin-bottom: 9px; display: inline-grid; place-items: center; border: 6px solid white; border-radius: 50%; color: var(--muted); background: #dfe9e6; box-shadow: 0 0 0 1px #b6cbc6; font-size: 10px; font-style: normal; font-weight: 800; }
.career-stop strong { display: block; font-size: 10px; line-height: 1.35; }
.career-stop.is-complete i { color: white; background: var(--ink); box-shadow: 0 0 0 1px var(--ink); }
.career-stop.is-complete i::after { content: "✓"; color: white; }
.career-stop.is-complete i { color: transparent; }
.career-stop.is-current { color: var(--ink); }
.career-stop.is-current i { color: var(--ink); background: var(--sun); box-shadow: 0 0 0 2px var(--ink); }
.current-label { margin: 0 auto 7px; padding: 5px 8px; display: none; width: max-content; border-radius: 999px; color: white; background: var(--ink); font-size: 7px; font-weight: 800; }
.career-stop:nth-child(1) .current-label { margin-left: 0; }
.career-stop:nth-child(3) .current-label { margin-right: 0; }
.career-stop.is-current .current-label { display: block; }

.fit-next { position: relative; z-index: 2; min-height: 67px; padding: 14px 51px 14px 16px; display: flex; flex-direction: column; justify-content: center; border-radius: 12px; color: white; background: var(--ink); }
.fit-next span, .fit-next strong { display: block; }
.fit-next span { margin-bottom: 4px; color: #b9d0cc; font-size: 8px; }
.fit-next strong { font-size: 12px; }
.fit-next > i { position: absolute; top: 15px; right: 14px; width: 37px; height: 37px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--sun); font-size: 15px; font-style: normal; }
.fit-result.is-updating h3, .fit-result.is-updating > p, .fit-result.is-updating .fit-evidence, .fit-result.is-updating .career-stop strong, .fit-result.is-updating .fit-next strong { animation: fit-swap .42s ease both; }
@keyframes fit-swap { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: translateY(0); } }

.control-section {
  width: var(--page);
  margin: 0 auto;
  padding: 140px 0;
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: clamp(65px, 11vw, 150px);
  align-items: center;
}
.control-orbit { position: relative; aspect-ratio: 1; max-width: 500px; }
.orbit-ring { position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.orbit-one { inset: 12%; }
.orbit-two { inset: 29%; border-color: var(--ink); }
.control-center { position: absolute; inset: 38%; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--ink); font-size: 23px; font-weight: 800; }
.orbit-item { position: absolute; padding: 12px 15px; border-radius: 999px; background: white; box-shadow: 0 10px 30px rgba(18, 56, 59, .1); font-size: 12px; font-weight: 700; }
.item-cv { top: 9%; left: 40%; background: var(--sun); }
.item-jobs { right: 2%; top: 48%; background: var(--sky); }
.item-plan { bottom: 6%; left: 25%; background: var(--mint); }
.control-copy ul { margin: 37px 0 0; padding: 0; display: grid; gap: 17px; list-style: none; }
.control-copy li { display: grid; grid-template-columns: 29px 1fr; align-items: start; color: var(--muted); line-height: 1.55; }
.control-copy li span { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--sun); font-size: 11px; font-weight: 800; }

.price-section {
  padding: 120px max(24px, calc((100vw - 1240px) / 2));
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(60px, 10vw, 140px);
  align-items: center;
  background: var(--sky);
}
.price-card { padding: 43px; border-radius: 28px 28px 8px 28px; background: white; box-shadow: 8px 8px 0 var(--ink); }
.price-card > span { color: var(--muted); font-size: 13px; font-weight: 700; }
.price-card > p { margin: 15px 0 26px; font-size: 16px; }
.price-card > p strong { font-size: 64px; letter-spacing: -.06em; }
.price-card ul { margin: 0 0 30px; padding: 22px 0; display: grid; gap: 13px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; font-size: 14px; }
.price-card li::before { content: "✓"; margin-right: 8px; color: #2e8069; font-weight: 800; }
.price-card .button { width: 100%; }
.price-card small { display: block; margin-top: 15px; color: var(--muted); font-size: 10px; line-height: 1.5; text-align: center; }

.closing-section { position: relative; padding: 150px 24px; overflow: hidden; color: white; background: var(--ink); text-align: center; }
.closing-section svg { position: absolute; top: 35px; left: 7%; width: 86%; height: 120px; overflow: visible; }
.closing-section svg path { fill: none; stroke: var(--sun); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 8 13; }
.closing-section p { margin: 0 0 19px; color: var(--mint); font-weight: 700; }
.closing-section h2 { max-width: 870px; margin: 0 auto 36px; }

footer {
  width: var(--page);
  min-height: 110px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
footer p { color: var(--muted); font-size: 12px; }
footer > a:last-child { justify-self: end; text-decoration: underline; text-underline-offset: 5px; }

.plan-dialog {
  width: min(610px, calc(100vw - 28px));
  padding: 0;
  border: 0;
  border-radius: 26px 26px 26px 8px;
  color: var(--ink-deep);
  background: white;
  box-shadow: 0 35px 100px rgba(4, 26, 28, .38);
}
.plan-dialog::backdrop { background: rgba(9, 38, 40, .68); backdrop-filter: blur(5px); }
.plan-dialog > [data-dialog-step] { padding: 18px 48px 45px; }
.dialog-close { position: absolute; top: 17px; right: 18px; z-index: 2; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--paper); font-size: 25px; cursor: pointer; }
.dialog-progress { height: 5px; overflow: hidden; border-radius: 30px 30px 0 0; background: var(--mint-light); }
.dialog-progress span { width: 48%; height: 100%; display: block; background: var(--sun); transition: width .35s ease; }
.dialog-mark { width: 49px; height: 49px; margin-bottom: 30px; display: grid; place-items: center; border-radius: 50%; color: white; background: var(--ink); font-size: 23px; font-weight: 800; }
.plan-dialog [data-dialog-step] > p { margin: 0 0 8px; color: var(--muted); font-size: 13px; font-weight: 650; }
.plan-dialog h2 { max-width: 470px; margin: 0; font-size: 36px; line-height: 1.06; letter-spacing: -.045em; }
.dialog-options { margin-top: 29px; display: grid; gap: 10px; }
.dialog-options button { padding: 17px 20px; display: grid; gap: 4px; border: 1px solid var(--line); border-radius: 12px; background: white; text-align: left; cursor: pointer; }
.dialog-options button:hover, .dialog-options button:focus-visible { border-color: var(--ink); background: var(--mint-light); }
.dialog-options span { font-weight: 750; }
.dialog-options i { color: var(--muted); font-size: 12px; font-style: normal; }
.dialog-preview { margin: 30px 0 26px; padding: 19px; border-radius: 12px; background: var(--mint-light); }
.dialog-preview span, .dialog-preview strong { display: block; }
.dialog-preview span { margin-bottom: 7px; color: var(--muted); font-size: 11px; }
.dialog-preview strong { font-size: 15px; }
.dialog-finish { width: 100%; }
[data-dialog-step="answer"] small { display: block; margin-top: 13px; color: var(--muted); text-align: center; }

button:focus-visible, a:focus-visible { outline: 3px solid var(--coral); outline-offset: 3px; }
[hidden] { display: none !important; }

@media (max-width: 960px) {
  :root { --page: min(100% - 34px, 720px); }
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .hero { min-height: auto; padding-top: 60px; grid-template-columns: 1fr; gap: 70px; }
  .hero-copy { max-width: 680px; }
  .route-demo { width: min(100%, 610px); justify-self: center; }
  .journey-feature, .journey-feature-reverse { min-height: auto; padding: 75px 0; grid-template-columns: 1fr; gap: 40px; }
  .journey-feature-reverse .journey-copy, .journey-feature-reverse .journey-visual { order: initial; }
  .journey-visual { width: min(100%, 720px); }
  .fit-section, .control-section, .price-section { grid-template-columns: 1fr; }
  .fit-result { max-width: 650px; }
  .control-orbit { width: min(100%, 460px); justify-self: center; }
  .price-card { width: min(100%, 520px); }
}

@media (max-width: 620px) {
  :root { --page: calc(100% - 28px); }
  .site-header { height: 67px; }
  .header-cta { padding: 9px 13px; font-size: 12px; }
  .hero { padding: 48px 0 68px; gap: 52px; }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-description { margin-top: 25px; font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .trust-list { align-items: flex-start; flex-direction: column; }
  .route-demo { padding: 18px; border-radius: 22px 22px 22px 7px; transform: none; }
  .route-topline > span:first-child { display: none; }
  .route-topline { justify-content: flex-end; }
  .route-heading { margin-left: 48px; }
  .route-heading h2 { font-size: 24px; }
  .route-step { margin-left: 35px; padding-left: 30px; }
  .step-marker { left: -30px; }
  .mini-jobs { grid-template-columns: 1fr; }
  .next-action { grid-template-columns: 31px 1fr; }
  .next-action button { display: none; }
  .clarity-strip { align-items: flex-start; flex-direction: column; }
  .story-section, .control-section { padding: 90px 0; }
  .section-intro h2, .fit-copy h2, .control-copy h2, .price-section h2, .closing-section h2 { font-size: 41px; }
  .story-section .section-intro { text-align: left; }
  .section-description { margin-left: 0; }
  .journey { margin-top: 25px; }
  .journey-feature, .journey-feature-reverse { padding: 60px 0; }
  .journey-visual { height: 430px; border-radius: 24px; }
  .product-frame { width: 89%; min-height: 330px; border-width: 6px; }
  .profile-workspace { min-height: 278px; padding: 16px; gap: 10px; }
  .profile-result { padding: 28px 16px; }
  .search-workspace, .action-workspace { min-height: 278px; padding: 18px; }
  .fit-section, .price-section { padding-top: 85px; padding-bottom: 85px; }
  .fit-result { min-height: 570px; padding: 30px 22px 25px; }
  .control-section { gap: 45px; }
  .closing-section { padding: 120px 20px 100px; }
  footer { padding: 30px 0; grid-template-columns: 1fr auto; }
  footer p { display: none; }
  .plan-dialog > [data-dialog-step] { padding: 15px 24px 30px; }
  .plan-dialog h2 { font-size: 30px; }
  .dialog-mark { margin-bottom: 23px; }
}

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