:root{
  --blue:#0966c2;
  --blue-dark:#084f97;
  --ink:#14243b;
  --muted:#52627a;
  --line:#dce5ef;
  --wash:#f3f6fa;
  --light-blue:#eaf3fe;
  font-family:"IBM Plex Sans","Segoe UI",sans-serif;
  color:var(--ink);
  background:var(--wash);
  font-synthesis:none
}
*{
  box-sizing:border-box
}
body{
  margin:0;
  font-size:16px;
  line-height:1.55
}
button,input,select,textarea{
  font:inherit
}
button,a,input{
  -webkit-tap-highlight-color:transparent
}
button{
  cursor:pointer
}
a{
  color:inherit
}
button:disabled{
  cursor:not-allowed
}
a:focus-visible,button:focus-visible,input:focus-visible{
  outline:3px solid #7db7f1;
  outline-offset:4px
}
h1,h2,h3,p{
  margin:0
}
h1,h2,h3{
  line-height:1.2;
  letter-spacing:-.035em
}
svg.lucide{
  width:21px;
  height:21px;
  flex-shrink:0
}
button svg,a svg{
  pointer-events:none
}
.sr-only,.skip-link:not(:focus){
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
.skip-link:focus{
  position:fixed;
  top:8px;
  left:8px;
  z-index:10;
  padding:12px;
  background:white
}
.onboarding-page{
  min-height:100vh;
  min-height:100svh;
  display:flex;
  flex-direction:column
}
.brand{
  display:inline-flex;
  gap:9px;
  align-items:center;
  text-decoration:none;
  font-size:21px;
  line-height:1.05;
  font-weight:700;
  letter-spacing:-.7px;
  flex-shrink:0
}
.brand img{
  object-fit:contain
}
.brand-blue{
  color:var(--blue)
}
.brand small{
  display:block;
  font-weight:400;
  font-size:11px;
  letter-spacing:.7px;
  margin-top:7px;
  color:var(--muted)
}
.onboarding-header{
  width:min(1180px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  padding:22px 32px;
  gap:20px
}
.back-link{
  justify-self:start;
  display:inline-flex;
  align-items:center;
  gap:4px;
  text-decoration:none;
  font-size:14px;
  color:var(--muted);
  min-height:44px
}
.back-link:hover{
  color:var(--blue)
}
.header-note{
  justify-self:end;
  font-size:12px;
  color:var(--muted)
}
.journey-progress{
  width:min(760px,calc(100% - 48px));
  margin:20px auto 0
}
.journey-progress ol{
  display:flex;
  list-style:none;
  padding:0;
  margin:0;
  gap:12px
}
.journey-progress li{
  flex:1;
  min-width:0
}
.progress-track{
  display:block;
  height:5px;
  border-radius:20px;
  background:#dce5f0
}
.done .progress-track,.current .progress-track{
  background:var(--blue)
}
.current .progress-track{
  background:linear-gradient(to right,var(--blue) var(--group-progress),#dce5f0 var(--group-progress))
}
.progress-label{
  display:block;
  text-align:center;
  font-size:12px;
  color:var(--muted);
  margin-top:12px
}
.current .progress-label,.done .progress-label{
  color:var(--blue);
  font-weight:600
}
.progress-meta{
  display:flex;
  justify-content:space-between;
  margin-top:16px;
  font-size:12px;
  color:var(--muted)
}
.progress-meta>span:first-child{
  visibility:hidden
}
.step-main{
  width:min(560px,calc(100% - 40px));
  margin:44px auto 32px;
  flex:1
}
.step-main h1{
  font-size:34px;
  font-weight:600;
  text-align:center;
  text-wrap:balance
}
.step-subtitle{
  text-align:center;
  color:var(--muted);
  margin:14px auto 28px;
  max-width:540px;
  font-size:16px;
  line-height:1.6
}
.step-form{
  margin-top:30px
}
.choice-list{
  padding:0;
  margin:0;
  border:0;
  display:grid;
  gap:12px
}
.choice-card{
  display:flex;
  align-items:center;
  gap:16px;
  min-height:64px;
  background:white;
  border:1px solid var(--line);
  border-radius:14px;
  padding:16px 20px;
  cursor:pointer;
  position:relative;
  transition:border-color .15s,background .15s,box-shadow .15s
}
.choice-card>span{
  font-size:18px;
  line-height:1.35;
  flex:1
}
.choice-card input{
  width:22px;
  height:22px;
  accent-color:var(--blue);
  margin:0;
  flex:0 0 22px
}
.choice-card:has(input:checked){
  background:var(--light-blue);
  border-color:var(--blue);
  box-shadow:0 0 0 1px var(--blue)
}
.choice-card:hover{
  border-color:#9ebcdb
}
.choice-card:has(input:focus-visible){
  outline:3px solid #7db7f1;
  outline-offset:3px
}
.choice-check{
  color:var(--blue);
  visibility:hidden;
  width:18px!important
}
.choice-card:has(input:checked) .choice-check{
  visibility:visible
}
.step-footer{
  width:100%;
  padding:20px 20px max(14px,env(safe-area-inset-bottom));
  position:sticky;
  bottom:0;
  background:linear-gradient(0deg,var(--wash) 82%,rgba(243,246,250,0));
  margin-top:auto;
  text-align:center;
  z-index:2
}
.button-primary{
  background:var(--blue);
  color:white;
  border:1px solid var(--blue);
  border-radius:12px;
  min-height:50px;
  padding:13px 23px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  font-weight:600;
  text-decoration:none;
  box-shadow:0 4px 10px #0966c219;
  transition:background .15s
}
.button-primary:hover{
  background:var(--blue-dark);
  border-color:var(--blue-dark)
}
.button-primary:disabled{
  background:#dce3ec;
  border-color:#dce3ec;
  color:#64748b;
  box-shadow:none
}
.continue-button{
  width:min(560px,100%);
  min-height:56px;
  font-size:17px;
  border-radius:28px
}
.step-footer p{
  font-size:12px;
  color:var(--muted);
  margin-top:11px
}
.form-errors,.errorlist{
  color:#9d252d;
  background:#fff0f0;
  border-radius:10px;
  padding:12px 16px;
  font-size:15px;
  text-align:left;
  list-style:none
}
.form-errors .errorlist{
  padding:0;
  margin:0
}
.eyebrow{
  font-size:12px;
  font-weight:600;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:var(--blue)
}
.momentum-card{
  padding:25px 25px 22px;
  border:1px solid var(--line);
  border-radius:22px;
  background:white
}
.metric-heading{
  display:flex;
  align-items:center;
  justify-content:space-between
}
.metric-heading p{
  display:flex;
  align-items:baseline;
  gap:13px
}
.metric-heading strong{
  color:var(--blue);
  font-size:56px;
  line-height:1.25;
  letter-spacing:-3px
}
.metric-heading p span{
  color:var(--muted);
  font-size:18px
}
.metric-symbol{
  display:grid;
  place-items:center;
  width:50px;
  height:50px;
  border-radius:16px;
  background:var(--light-blue);
  color:var(--blue)
}
.metric-symbol svg{
  width:28px;
  height:28px
}
.metric-description{
  color:var(--muted);
  font-size:15px;
  margin-top:15px
}
.momentum-chart{
  width:100%;
  height:auto;
  display:block;
  overflow:visible;
  margin:20px 0 8px
}
.chart-grid path{
  fill:none;
  stroke:#e7edf5;
  stroke-width:1
}
.chart-labels{
  fill:#52627a;
  font-size:12px
}
.chart-disclaimer{
  font-size:12px;
  color:var(--muted);
  display:flex;
  align-items:flex-start;
  gap:8px;
  border-top:1px solid var(--line);
  padding-top:15px
}
.chart-disclaimer svg{
  width:16px;
  height:16px;
  margin-top:2px
}
.step-thanks,.step-benefits,.step-challenges,.step-support{
  text-align:center
}
.feature-emblem{
  margin:15px auto 32px;
  width:112px;
  height:112px;
  border-radius:34px;
  background:#e3effe;
  border:1px solid #c7dff9;
  display:grid;
  place-items:center;
  position:relative;
  color:var(--blue);
  box-shadow:0 0 0 14px #edf4fc
}
.feature-emblem>svg{
  width:50px;
  height:50px;
  stroke-width:1.4
}
.emblem-check{
  background:var(--blue);
  color:white;
  display:grid;
  place-items:center;
  border:5px solid var(--wash);
  width:42px;
  height:42px;
  border-radius:50%;
  position:absolute;
  bottom:-12px;
  right:-10px
}
.interstitial-copy{
  color:var(--muted);
  font-size:18px;
  line-height:1.7;
  text-align:center
}
.reassurance{
  margin:30px 0 0;
  display:flex;
  text-align:left;
  align-items:center;
  gap:13px;
  color:var(--muted);
  background:white;
  border:1px solid var(--line);
  padding:18px 20px;
  border-radius:14px;
  font-size:15px
}
.reassurance svg{
  color:var(--blue)
}
.benefit-list{
  list-style:none;
  padding:0;
  margin:28px 0 0;
  display:grid;
  gap:19px;
  text-align:left
}
.benefit-list li{
  display:flex;
  gap:15px
}
.benefit-list li>span{
  width:43px;
  height:43px;
  flex-shrink:0;
  display:grid;
  place-items:center;
  background:white;
  border:1px solid var(--line);
  border-radius:13px;
  color:var(--blue)
}
.benefit-list strong{
  font-size:17px;
  font-weight:600
}
.benefit-list p{
  font-size:15px;
  color:var(--muted);
  margin-top:3px
}
.salary-card,.location-picker{
  border:1px solid var(--line);
  padding:28px;
  background:white;
  border-radius:20px
}
.salary-card-top{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:center;
  font-size:14px;
  color:var(--muted)
}
.currency-badge{
  background:var(--wash);
  border-radius:20px;
  padding:4px 10px;
  white-space:nowrap;
  font-size:12px
}
.salary-number{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin:25px auto 30px;
  font-size:28px;
  color:var(--blue)
}
.salary-number input{
  width:190px;
  min-width:0;
  background:transparent;
  border:0;
  border-bottom:1px solid var(--line);
  padding:3px 5px;
  text-align:center;
  font-size:40px;
  font-weight:600;
  color:var(--ink)
}
#salary-range{
  display:block;
  width:100%;
  accent-color:var(--blue);
  height:26px;
  margin:0;
  cursor:pointer
}
.range-labels{
  display:flex;
  justify-content:space-between;
  margin-top:12px;
  font-size:13px;
  color:var(--muted)
}
.salary-note{
  font-size:14px;
  color:var(--muted);
  text-align:center;
  margin:20px 12px
}
.location-search label{
  display:block;
  font-size:14px;
  font-weight:500;
  margin-bottom:8px
}
.search-input-wrap{
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid #bdcde0;
  background:white;
  border-radius:12px;
  padding:5px 7px 5px 14px
}
.search-input-wrap>svg{
  color:var(--muted);
  width:19px
}
.search-input-wrap input{
  flex:1;
  min-width:0;
  border:0;
  background:transparent;
  padding:12px 0;
  color:var(--ink);
  font-size:16px
}
.search-submit{
  display:grid;
  place-items:center;
  background:var(--light-blue);
  border:0;
  color:var(--blue);
  border-radius:8px;
  width:42px;
  min-height:42px
}
.step-locations .step-form{
  margin-top:16px
}
.selected-heading{
  display:flex;
  justify-content:space-between;
  font-size:14px;
  gap:15px
}
.selected-heading span{
  color:var(--muted)
}
.selected-locations{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:12px
}
.location-chip{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:7px;
  background:var(--light-blue);
  border:1px solid #c2dcf9;
  color:var(--blue-dark);
  border-radius:12px;
  padding:9px 11px;
  font-size:14px;
  cursor:pointer;
  max-width:100%
}
.location-chip input{
  accent-color:var(--blue);
  width:18px;
  height:18px
}
.location-chip .chip-detail{
  font-size:11px;
  color:var(--muted)
}
.location-status{
  font-size:14px;
  color:var(--muted);
  margin:12px 0
}
.location-results{
  display:grid;
  max-height:290px;
  overflow-y:auto;
  overscroll-behavior:contain
}
.location-option{
  padding:13px 10px;
  display:flex;
  gap:12px;
  align-items:center;
  cursor:pointer;
  border-bottom:1px solid #ecf0f6;
  border-radius:6px
}
.location-option:hover,.location-option:has(input:checked){
  background:var(--light-blue)
}
.location-option input{
  width:20px;
  height:20px;
  accent-color:var(--blue);
  flex-shrink:0
}
.location-option span{
  font-size:16px;
  line-height:1.35
}
.location-option small{
  display:block;
  font-size:12px;
  color:var(--muted);
  margin-top:4px
}
.location-help{
  display:flex;
  gap:8px;
  padding-top:16px;
  margin-top:16px;
  border-top:1px solid var(--line);
  font-size:13px;
  color:var(--muted)
}
.location-help svg{
  width:17px;
  height:17px;
  flex-shrink:0;
  margin-top:2px
}
.registration-main{
  width:min(520px,calc(100% - 40px));
  margin:40px auto 60px
}
.registration-main>h1{
  font-size:35px;
  margin-top:12px
}
.registration-main>.step-subtitle{
  text-align:left;
  margin:14px 0 26px
}
.registration-form{
  display:grid;
  gap:19px
}
.registration-form label{
  display:block;
  font-size:14px;
  font-weight:500;
  margin-bottom:7px
}
.registration-form input:not([type=hidden]){
  width:100%;
  border:1px solid #bccce0;
  border-radius:10px;
  padding:12px;
  background:white;
  color:var(--ink);
  font-size:16px
}
.name-fields{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:15px
}
.input-hint{
  font-size:12px;
  color:var(--muted);
  margin-top:5px
}
.registration-form .errorlist{
  margin:8px 0 0
}
.referral-notice{
  background:var(--light-blue);
  padding:16px;
  border-radius:12px;
  margin-bottom:24px;
  font-size:14px
}
.login-prompt{
  text-align:center;
  margin-top:24px;
  color:var(--muted);
  font-size:14px
}
.login-prompt a{
  color:var(--blue);
  font-weight:600
}
.auth-page{
  background:linear-gradient(135deg,#f7fbff 0%,#f3f7fc 52%,#eef5ff 100%)
}
.auth-main{
  width:min(1080px,calc(100% - 40px));
  min-height:570px;
  margin:48px auto 72px;
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(330px,.95fr);
  overflow:hidden;
  border:1px solid #d9e5f3;
  border-radius:28px;
  background:#fff;
  box-shadow:0 22px 60px rgba(24,64,112,.13)
}
.auth-card{
  padding:58px clamp(32px,6vw,76px);
  display:flex;
  flex-direction:column;
  justify-content:center
}
.auth-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  align-self:flex-start;
  color:var(--blue);
  font-size:12px;
  line-height:1;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase
}
.auth-kicker svg{width:17px;height:17px}
.auth-card h1{
  margin:16px 0 12px;
  color:#13223b;
  font-size:clamp(31px,3.1vw,43px);
  line-height:1.08;
  letter-spacing:-.04em
}
.auth-intro{
  max-width:520px;
  margin:0;
  color:#5d6c82;
  font-size:16px;
  line-height:1.55
}
.auth-intro strong{color:#263750}
.auth-form{
  display:grid;
  gap:10px;
  margin-top:30px
}
.auth-form label{
  color:#263750;
  font-size:14px;
  font-weight:700
}
.auth-form input:not([type=hidden]){
  width:100%;
  min-height:54px;
  padding:13px 15px;
  border:1px solid #b9cce2;
  border-radius:12px;
  outline:none;
  background:#fff;
  color:#15233b;
  font-family:inherit;
  font-size:16px;
  transition:border-color .18s ease,box-shadow .18s ease
}
.auth-form input:not([type=hidden]):focus{
  border-color:var(--blue);
  box-shadow:0 0 0 4px rgba(24,113,211,.13)
}
.auth-form input[disabled]{
  cursor:not-allowed;
  opacity:.72;
  background:#f1f5fa
}
.auth-code-form input:not([type=hidden]){
  max-width:292px;
  padding-left:18px;
  letter-spacing:.45em;
  text-align:center;
  font-size:22px;
  font-weight:800
}
.auth-form .errorlist{
  margin:0;
  color:#c92f45;
  font-size:13px
}
.auth-submit{
  display:inline-flex;
  width:100%;
  min-height:53px;
  align-items:center;
  justify-content:center;
  gap:9px;
  margin-top:8px;
  border:0;
  cursor:pointer;
  font-family:inherit;
  font-size:15px
}
.auth-submit svg{width:18px;height:18px}
.auth-notice{
  margin:22px 0 -8px;
  padding:12px 14px;
  border:1px solid #cfdef0;
  border-radius:12px;
  background:#f5f9ff;
  color:#43556d;
  font-size:14px;
  line-height:1.45
}
.auth-notice.is-success{
  border-color:#bee7cf;
  background:#effbf4;
  color:#187743
}
.auth-notice.is-error{
  border-color:#f0c3cb;
  background:#fff3f4;
  color:#b52d43
}
.auth-inline-form{display:inline-block;margin:20px 18px 0 0}
.auth-text-button{
  padding:0;
  border:0;
  background:transparent;
  color:var(--blue);
  cursor:pointer;
  font:600 14px/1.4 inherit;
  text-decoration:underline;
  text-underline-offset:3px
}
.auth-links{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:34px;
  color:#90a0b4;
  font-size:14px
}
.auth-links a{color:#536985;font-weight:600}
.auth-links a:hover,.auth-text-button:hover{color:var(--blue)}
.auth-side{
  position:relative;
  overflow:hidden;
  padding:58px clamp(32px,5vw,62px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:linear-gradient(150deg,#0966c2,#07539e 58%,#043d78);
  color:#fff
}
.auth-side:before,.auth-side:after{
  position:absolute;
  border-radius:999px;
  content:"";
  pointer-events:none
}
.auth-side:before{
  width:360px;
  height:360px;
  top:-190px;
  right:-176px;
  border:54px solid rgba(255,255,255,.1)
}
.auth-side:after{
  width:260px;
  height:260px;
  bottom:-150px;
  left:-145px;
  background:rgba(68,173,255,.2)
}
.auth-side>*{position:relative;z-index:1}
.auth-side-mark{
  display:grid;
  width:60px;
  height:60px;
  place-items:center;
  margin-bottom:28px;
  border:1px solid rgba(255,255,255,.36);
  border-radius:18px;
  background:rgba(255,255,255,.14)
}
.auth-side-mark img{width:39px;height:39px}
.auth-side h2{
  max-width:390px;
  margin:0;
  color:#fff;
  font-size:clamp(26px,2.6vw,35px);
  line-height:1.14;
  letter-spacing:-.035em
}
.auth-side ul{
  display:grid;
  gap:18px;
  padding:0;
  margin:37px 0 0;
  list-style:none
}
.auth-side li{
  display:flex;
  align-items:flex-start;
  gap:11px;
  color:rgba(255,255,255,.9);
  font-size:15px;
  line-height:1.45
}
.auth-side li svg{width:19px;height:19px;flex:0 0 auto;color:#b9e4ff}
.auth-main-single{display:block;min-height:0;max-width:620px}
.auth-main-single .auth-card{padding:52px clamp(28px,6vw,66px)}
.landing-page{
  background:#fff
}
.landing-header{
  width:min(1240px,100%);
  margin:auto;
  padding:24px 36px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px
}
.landing-header nav{
  display:flex;
  gap:30px;
  align-items:center
}
.landing-header nav>a:not(.button-primary){
  text-decoration:none;
  font-size:14px;
  font-weight:500
}
.landing-header nav>a:hover{
  color:var(--blue)
}
.landing-header nav>.button-primary:hover{
  color:#fff
}
.landing-header .button-primary{
  min-height:44px;
  padding:10px 18px;
  font-size:14px
}
.landing-hero{
  width:min(1240px,100%);
  margin:auto;
  padding:74px 36px 88px;
  display:grid;
  grid-template-columns:1.08fr 1fr;
  gap:65px;
  align-items:center
}
.hero-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:11px;
  letter-spacing:1px
}
.hero-eyebrow svg{
  width:16px;
  height:16px
}
.hero-copy h1{
  font-size:clamp(38px,4.2vw,57px);
  line-height:1.1;
  font-weight:600;
  margin-top:22px;
  letter-spacing:-2.5px
}
.hero-copy h1>span{
  color:var(--blue)
}
.hero-copy>p{
  font-size:18px;
  line-height:1.7;
  color:var(--muted);
  margin-top:25px;
  max-width:480px
}
.hero-cta{
  margin-top:30px;
  min-height:54px;
  font-size:16px
}
.hero-note{
  display:flex;
  align-items:center;
  gap:6px;
  margin-top:15px;
  font-size:12px;
  color:var(--muted)
}
.hero-note svg{
  color:var(--blue);
  width:15px;
  height:15px
}
.product-preview{
  background:white;
  border:1px solid #d0dfed;
  box-shadow:0 24px 65px #1e49791a;
  border-radius:18px;
  position:relative
}
.preview-top{
  display:flex;
  gap:10px;
  justify-content:space-between;
  align-items:center;
  padding:15px 20px;
  border-bottom:1px solid var(--line)
}
.preview-mark{
  font-size:13px;
  font-weight:600;
  display:flex;
  align-items:center;
  gap:8px
}
.demo-label{
  font-size:10px;
  color:var(--muted);
  padding:4px 8px;
  border-radius:20px;
  background:var(--wash)
}
.preview-content{
  padding:25px
}
.preview-content>.eyebrow{
  font-size:10px
}
.preview-content h2{
  font-size:25px;
  line-height:1.2;
  margin-top:8px;
  font-weight:600;
  max-width:300px
}
.preview-tabs{
  display:flex;
  gap:22px;
  margin:25px 0 20px;
  border-bottom:1px solid var(--line);
  font-size:12px;
  color:var(--muted)
}
.preview-tabs span{
  padding-bottom:10px
}
.preview-tabs .active{
  border-bottom:2px solid var(--blue);
  color:var(--blue);
  font-weight:600
}
.preview-offer{
  display:flex;
  gap:13px;
  align-items:flex-start;
  border:1px solid var(--line);
  border-radius:12px;
  padding:17px 13px
}
.offer-icon{
  width:36px;
  height:36px;
  border-radius:10px;
  background:var(--light-blue);
  color:var(--blue);
  display:grid;
  place-items:center;
  flex-shrink:0
}
.preview-offer>div{
  flex:1;
  min-width:0
}
.preview-offer strong{
  font-size:14px
}
.preview-offer p{
  font-size:12px;
  color:var(--muted);
  margin-top:3px
}
.preview-offer>svg{
  color:#8a9eb4;
  width:15px
}
.preview-tags{
  display:flex;
  gap:7px;
  flex-wrap:wrap;
  margin-top:12px
}
.preview-tags span{
  font-size:10px;
  background:var(--wash);
  padding:3px 7px;
  border-radius:5px;
  color:var(--muted)
}
.preview-coach{
  background:var(--light-blue);
  border:1px solid #d3e5fb;
  display:flex;
  gap:12px;
  padding:18px 15px;
  border-radius:12px;
  margin-top:14px
}
.preview-coach>svg{
  color:var(--blue);
  width:20px;
  height:20px
}
.preview-coach strong{
  color:var(--blue-dark);
  font-size:13px
}
.preview-coach p{
  font-size:13px;
  margin-top:7px;
  line-height:1.6
}
.preview-coach div>span{
  font-size:10px;
  display:block;
  margin-top:12px;
  color:var(--muted)
}
.preview-bottom{
  display:flex;
  justify-content:space-between;
  gap:8px;
  margin-top:20px;
  font-size:11px;
  color:var(--muted)
}
.preview-bottom span{
  display:flex;
  align-items:center;
  gap:6px
}
.preview-bottom svg{
  width:15px;
  height:15px;
  color:var(--blue)
}
.landing-features{
  background:var(--wash);
  padding:64px max(32px,calc((100vw - 1168px)/2));
  text-align:center
}
.landing-features>h2{
  font-size:35px;
  margin:15px 0 35px;
  font-weight:600
}
.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:23px;
  text-align:left
}
.feature-grid article{
  border-top:1px solid #cfdae6;
  padding:26px 12px 15px;
  position:relative
}
.feature-grid article>svg{
  color:var(--blue);
  width:29px;
  height:29px
}
.feature-number{
  position:absolute;
  right:14px;
  top:22px;
  font-size:12px;
  color:var(--muted)
}
.feature-grid h3{
  margin:20px 0 12px;
  font-size:21px;
  font-weight:600
}
.feature-grid p{
  color:var(--muted);
  line-height:1.7;
  font-size:15px
}
.landing-final{
  width:min(1240px,100%);
  margin:auto;
  padding:65px 36px;
  display:flex;
  justify-content:space-between;
  gap:25px;
  align-items:center
}
.landing-final h2{
  font-size:35px;
  margin:13px 0;
  font-weight:600
}
.landing-final p{
  color:var(--muted);
  font-size:16px
}
.landing-footer{
  border-top:1px solid var(--line);
  padding:24px 36px;
  display:flex;
  justify-content:space-between;
  gap:20px;
  color:var(--muted);
  font-size:12px
}
.landing-footer>span:first-child{
  font-weight:600;
  color:var(--ink)
}
@media(min-width:1400px){
  .step-main{
    margin-top:64px
  }
  .step-thanks{
    padding-top:30px
  }
}
@media(max-width:800px){
  .header-note{
    display:none
  }
  .onboarding-header{
    padding:18px 22px
  }
  .brand{
    font-size:18px
  }
  .brand img{
    width:36px;
    height:36px
  }
  .brand small{
    font-size:10px
  }
  .step-main{
    margin-top:32px
  }
  .journey-progress{
    margin-top:12px
  }
  .landing-header{
    padding:18px 24px
  }
  .landing-header nav{
    gap:18px
  }
  .how-link{
    display:none
  }
  .landing-hero{
    grid-template-columns:1fr;
    gap:54px;
    padding:40px 24px 60px
  }
  .hero-copy{
    max-width:620px;
    margin:auto;
    text-align:center
  }
  .hero-copy h1{
    font-size:49px
  }
  .hero-copy>p{
    max-width:540px
  }
  .hero-note{
    justify-content:center
  }
  .product-preview{
    width:min(490px,100%);
    margin:auto
  }
  .landing-features{
    padding:50px 24px
  }
  .feature-grid{
    gap:16px
  }
  .landing-final{
    padding:48px 24px
  }
  .landing-final h2{
    font-size:29px
  }
  .landing-footer{
    padding:22px 24px;
    flex-wrap:wrap
  }
  .landing-footer>span:nth-child(2){
    display:none
  }
}
@media(max-width:520px){
  .onboarding-header{
    padding:12px 16px;
    gap:6px
  }
  .back-link{
    font-size:12px;
    gap:0
  }
  .back-link svg{
    width:16px
  }
  .brand{
    font-size:17px;
    gap:6px;
    letter-spacing:-.6px
  }
  .brand img{
    width:32px;
    height:32px
  }
  .brand small{
    font-size:9px;
    letter-spacing:.2px;
    margin-top:5px
  }
  .journey-progress{
    width:calc(100% - 40px);
    margin-top:12px
  }
  .journey-progress ol{
    gap:7px
  }
  .progress-label{
    display:none
  }
  .progress-meta>span:first-child{
    visibility:visible;
    font-weight:500;
    color:var(--blue)
  }
  .progress-meta{
    font-size:11px;
    margin-top:10px
  }
  .step-main{
    margin-top:32px;
    margin-bottom:20px
  }
  .step-main h1{
    font-size:28px;
    line-height:1.2;
    letter-spacing:-1px
  }
  .step-subtitle{
    font-size:15px;
    margin:13px 0 22px
  }
  .step-form{
    margin-top:24px
  }
  .choice-list{
    gap:10px
  }
  .choice-card{
    min-height:61px;
    padding:14px;
    gap:12px;
    border-radius:12px
  }
  .choice-card>span{
    font-size:17px
  }
  .choice-card input{
    width:21px;
    height:21px;
    flex-basis:21px
  }
  .choice-check{
    width:16px!important
  }
  .step-footer{
    padding-top:16px
  }
  .continue-button{
    min-height:54px;
    font-size:16px
  }
  .step-footer p{
    font-size:10px;
    margin-top:9px
  }
  .momentum-card{
    padding:21px 16px 16px;
    border-radius:17px
  }
  .metric-heading strong{
    font-size:49px
  }
  .metric-heading p span{
    font-size:16px
  }
  .metric-description{
    font-size:14px
  }
  .chart-disclaimer{
    font-size:11px
  }
  .feature-emblem{
    margin-top:12px;
    width:87px;
    height:87px;
    border-radius:26px;
    box-shadow:0 0 0 10px #edf4fc
  }
  .feature-emblem>svg{
    width:43px;
    height:43px
  }
  .interstitial-copy{
    font-size:16px
  }
  .benefit-list{
    gap:17px
  }
  .benefit-list strong{
    font-size:16px
  }
  .benefit-list p{
    font-size:14px
  }
  .benefit-list li{
    gap:12px
  }
  .salary-card,.location-picker{
    padding:20px 17px
  }
  .salary-card-top{
    font-size:13px
  }
  .salary-number input{
    font-size:36px;
    width:170px
  }
  .salary-note{
    font-size:13px
  }
  .location-help{
    font-size:12px
  }
  .location-chip{
    font-size:13px
  }
  .registration-main{
    margin-top:28px
  }
  .registration-main>h1{
    font-size:30px
  }
  .auth-main{
    width:min(620px,calc(100% - 28px));
    grid-template-columns:1fr;
    margin:28px auto 48px;
    border-radius:22px
  }
  .auth-card{padding:38px 25px}
  .auth-side{display:none}
  .auth-main-single .auth-card{padding:38px 25px}
  .auth-card h1{font-size:32px}
  .name-fields{
    gap:10px
  }
  .landing-header{
    padding:15px 16px;
    gap:10px;
    flex-wrap:wrap
  }
  .landing-header .brand{
    font-size:17px
  }
  .landing-header nav{
    gap:13px;
    flex:1;
    justify-content:flex-end
  }
  .landing-header nav>a:not(.button-primary){
    font-size:12px
  }
  .landing-header .button-primary{
    padding:9px 11px;
    min-height:42px;
    font-size:12px;
    border-radius:9px
  }
  .landing-header .button-primary svg{
    display:none
  }
  .landing-hero{
    padding:35px 21px 49px;
    gap:43px
  }
  .hero-eyebrow{
    font-size:9px;
    letter-spacing:.45px;
    gap:5px
  }
  .hero-copy h1{
    font-size:38px;
    letter-spacing:-1.6px;
    margin-top:18px
  }
  .hero-copy>p{
    font-size:16px;
    margin-top:20px
  }
  .hero-cta{
    font-size:15px;
    padding:13px 18px;
    gap:8px;
    max-width:100%;
    margin-top:25px
  }
  .hero-note{
    font-size:11px
  }
  .preview-top{
    padding:13px 14px
  }
  .preview-content{
    padding:20px 17px
  }
  .preview-content h2{
    font-size:23px
  }
  .preview-offer{
    padding:13px 10px;
    gap:10px
  }
  .preview-bottom{
    font-size:10px
  }
  .preview-bottom svg{
    width:13px
  }
  .landing-features{
    padding:40px 22px
  }
  .landing-features>h2{
    font-size:28px
  }
  .feature-grid{
    grid-template-columns:1fr;
    gap:18px
  }
  .feature-grid article{
    padding:22px 5px 10px
  }
  .feature-grid h3{
    margin:15px 0 9px
  }
  .landing-final{
    padding:40px 22px;
    align-items:flex-start;
    flex-direction:column
  }
  .landing-final h2{
    font-size:30px
  }
  .landing-final p{
    font-size:15px
  }
  .landing-footer{
    padding:20px 22px;
    font-size:11px
  }
}
.position-picker{
  background:white;
  border:1px solid var(--line);
  border-radius:20px;
  padding:24px;
  text-align:left
}
.position-picker label{
  display:block;
  font-size:15px;
  font-weight:600;
  margin-bottom:10px
}
.position-input-row{
  display:flex;
  align-items:stretch;
  gap:10px
}
.position-input-row input,.position-picker textarea{
  width:100%;
  min-width:0;
  border:1px solid var(--line);
  background:white;
  color:var(--ink);
  border-radius:10px;
  padding:12px;
  font-size:16px
}
.position-picker textarea{
  min-height:150px;
  resize:vertical
}
.position-add{
  display:grid;
  place-items:center;
  flex:0 0 48px;
  border:0;
  border-radius:10px;
  background:var(--blue);
  color:white
}
.position-add:hover{
  background:var(--blue-dark)
}
.position-hint,.position-count,.position-error,#position-suggestion-status{
  font-size:14px;
  color:var(--muted);
  margin-top:10px
}
.position-chips{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  list-style:none;
  padding:0;
  margin:20px 0 0
}
.position-chips:empty{
  margin-top:0
}
.position-chips li{
  display:flex;
  align-items:center;
  gap:6px;
  max-width:100%;
  border:1px solid #c5dcf4;
  border-radius:10px;
  background:var(--light-blue);
  color:var(--blue-dark);
  font-size:15px;
  padding:4px 4px 4px 12px
}
.position-chips li span{
  overflow-wrap:anywhere;
  min-width:0
}
.position-chips button{
  flex-shrink:0;
  border:0;
  border-radius:7px;
  min-width:36px;
  min-height:36px;
  background:transparent;
  color:var(--blue-dark);
  font-size:22px
}
.position-chips button:hover{
  background:#d5e8fc
}
.position-error{
  color:#b42318
}
.position-error:empty{
  display:none
}
.position-suggestion-section{
  border-top:1px solid var(--line);
  margin-top:22px;
  padding-top:20px
}
.position-suggestion-section h2{
  font-size:17px;
  letter-spacing:-.01em;
  line-height:1.4
}
.position-suggestions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:14px
}
.position-suggestion{
  border:1px solid var(--line);
  border-radius:9px;
  padding:10px 12px;
  background:white;
  color:var(--blue-dark);
  font-size:14px;
  text-align:left;
  max-width:100%;
  overflow-wrap:anywhere
}
.position-suggestion:hover{
  border-color:var(--blue);
  background:var(--light-blue)
}
.support-ready{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin:28px 0
}
.support-ready span{
  display:flex;
  align-items:center;
  gap:6px;
  color:var(--blue-dark);
  background:var(--light-blue);
  border:1px solid #c5dcf4;
  border-radius:9px;
  padding:9px 12px;
  font-size:14px
}
.support-ready svg{
  width:16px;
  height:16px
}
@media(max-width:520px){
  .position-picker{padding:20px 16px}
  .position-input-row{gap:8px}
  .position-input-row input{padding:11px 10px}
}
@media(prefers-reduced-motion:reduce){
  *{
    transition:none!important;
    scroll-behavior:auto!important
  }
}
.step-explain,.step-review,.step-matching{
  text-align:center
}
.step-matching,.step-checkout,.step-industries{
  width:min(760px,calc(100% - 40px))
}
.statement-card{
  margin:32px auto;
  padding:38px 30px;
  max-width:460px;
  background:white;
  border:1px solid var(--line);
  border-radius:22px;
  text-align:center;
  font-size:25px;
  line-height:1.5;
  box-shadow:0 4px 16px #14243b05
}
.statement-card p::before{content:'«\00a0';color:var(--blue)}
.statement-card p::after{content:'\00a0»';color:var(--blue)}
.choice-list.is-binary,.step-industries .choice-list{
  grid-template-columns:repeat(2,minmax(0,1fr))
}
.is-binary .choice-card{justify-content:center}
.step-industries .choice-card{font-size:16px}
.honesty-note{
  color:var(--muted);
  font-size:14px;
  line-height:1.65;
  margin:24px auto 0;
  max-width:560px;
  text-align:center
}
.explain-list{margin-top:30px}
.matching-comparison{
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:16px;
  margin-top:32px;
  text-align:left
}
.matching-comparison section{
  background:white;
  border:1px solid var(--line);
  border-radius:18px;
  padding:25px
}
.matching-comparison .comparison-personal{
  background:var(--light-blue);
  border-color:#a4c9f0
}
.matching-comparison h2,.checkout-recap h2{font-size:20px;letter-spacing:-.02em}
.matching-comparison section>p{font-size:14px;color:var(--muted);margin-top:10px}
.matching-comparison ul,.checkout-recap ul{
  list-style:none;
  padding:0;
  margin:24px 0 0;
  display:grid;
  gap:16px
}
.matching-comparison li,.checkout-recap li{display:flex;align-items:flex-start;gap:10px;font-size:16px}
.matching-comparison svg,.checkout-recap svg{color:var(--blue);margin-top:2px}
.profile-review-progress{
  width:148px;
  height:148px;
  display:grid;
  place-items:center;
  margin:30px auto;
  border-radius:50%;
  background:conic-gradient(var(--blue) var(--review-progress),var(--line) 0);
  position:relative
}
.profile-review-progress::before{content:'';position:absolute;inset:7px;background:var(--wash);border-radius:50%}
.profile-review-progress strong{position:relative;color:var(--blue);font-size:42px;line-height:1}
.profile-review-progress strong span{font-size:23px;margin-left:2px}
.review-checks{display:grid;gap:12px;list-style:none;padding:0;margin:0 auto;max-width:430px;text-align:left}
.review-checks li{display:flex;align-items:center;gap:12px;background:white;border:1px solid var(--line);border-radius:12px;padding:16px 18px}
.review-checks svg{color:var(--blue)}
.review-state{font-size:12px;color:var(--blue-dark);margin-left:auto}
.contact-card{background:white;border:1px solid var(--line);border-radius:20px;padding:28px;margin-top:28px}
.contact-card label{display:block;font-weight:600;margin-bottom:12px}
.contact-card input{width:100%;min-width:0;min-height:54px;border:1px solid #c9d6e5;border-radius:10px;padding:12px 15px;color:var(--ink);font-size:18px}
.contact-card p{display:flex;align-items:flex-start;gap:10px;color:var(--muted);font-size:14px;margin-top:18px}
.contact-card svg{color:var(--blue);width:18px;height:18px;margin-top:2px}
.profile-summary{border:1px solid var(--line);border-radius:18px;padding:4px 24px;background:white;text-align:left}
.summary-row{display:flex;align-items:flex-start;gap:16px;padding:20px 0}
.summary-row+.summary-row{border-top:1px solid var(--line)}
.summary-row>div{min-width:0;flex:1;overflow-wrap:anywhere}
.summary-label{display:block;color:var(--muted);font-size:14px;margin-bottom:8px}
.summary-row>a{flex-shrink:0;color:var(--blue);font-size:13px;padding:4px 0;text-underline-offset:3px}
.summary-positions{list-style:none;padding:0;margin:0;font-weight:600;display:grid;gap:6px}
.profile-summary details{font-size:14px;margin-top:10px}
.profile-summary summary{cursor:pointer;color:var(--blue)}
.next-steps{list-style:none;padding:0;margin:30px 0 0;display:grid;gap:24px}
.next-steps li{display:flex;gap:16px;text-align:left}
.next-steps li>span{display:grid;place-items:center;flex:0 0 36px;height:36px;background:var(--light-blue);color:var(--blue);border-radius:50%;font-weight:600}
.next-steps strong{font-size:17px}
.next-steps p{margin-top:6px;font-size:15px;color:var(--muted)}
.checkout-notice{display:flex;align-items:flex-start;gap:12px;padding:20px 24px;background:var(--light-blue);border:1px solid #c5dcf4;border-radius:14px;font-size:15px}
.checkout-notice svg{margin-top:2px;color:var(--blue)}
.checkout-plans{border:0;padding:0;margin:24px 0 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.checkout-plan{position:relative;display:flex;flex-direction:column;gap:12px;padding:20px;background:white;border:1px solid var(--line);border-radius:16px;cursor:pointer;min-width:0}
.checkout-plan input{position:absolute;width:20px;height:20px;right:20px;top:22px;accent-color:var(--blue)}
.checkout-plan:has(input:checked){border-color:var(--blue);box-shadow:0 0 0 1px var(--blue);background:var(--light-blue)}
.checkout-plan:has(input:focus-visible){outline:3px solid #7db7f1;outline-offset:3px}
.plan-heading{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:19px;padding-right:28px}
.plan-check{display:none}
.plan-quota{font-size:28px;font-weight:600;color:var(--blue-dark)}
.plan-quota small{display:block;font-size:14px;font-weight:400;color:var(--muted)}
.plan-tagline{font-size:14px;color:var(--muted);flex:1}
.plan-price{border-top:1px solid var(--line);padding-top:12px;margin-top:4px;font-weight:600;font-size:15px}
.checkout-recap{border-top:1px solid var(--line);margin-top:30px;padding-top:28px;text-align:left}
.checkout-recap>p{color:var(--muted);font-size:15px;margin-top:22px}
@media(max-width:600px){
  .statement-card{font-size:22px;padding:30px 24px}
  .step-industries .choice-list,.matching-comparison{grid-template-columns:1fr}
  .checkout-plans{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .checkout-plan{padding:18px 14px}
  .checkout-plan input{right:14px;top:20px}
  .plan-heading{font-size:18px}
  .plan-quota{font-size:25px}
  .checkout-notice,.contact-card{padding:20px 18px}
  .profile-summary{padding:4px 18px}
  .review-checks li{padding:14px 12px;gap:9px;font-size:15px}
  .review-state{font-size:11px}
  .matching-comparison section{padding:22px}
}
@media(max-width:359px){
  .checkout-plans{grid-template-columns:1fr}
  .is-binary .choice-card{padding:16px 10px;gap:10px}
}
