:root{
  --pl-bg:#f7fafc;
  --pl-surface:#ffffff;
  --pl-ink:#0f172a;
  --pl-muted:#5d6b80;
  --pl-line:#dce5ef;
  --pl-green:#0f9f74;
  --pl-green-dark:#08745a;
  --pl-blue:#2563eb;
  --pl-violet:#6d4aff;
  --pl-navy:#111827;
  --pl-soft-green:#eafaf4;
  --pl-soft-blue:#edf4ff;
  --pl-soft-violet:#f1edff;
  --pl-shadow:0 22px 60px rgba(15,23,42,.09);
  --pl-shadow-soft:0 10px 30px rgba(15,23,42,.055);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--pl-bg)}
body.prelaunch-page-body{
  margin:0!important;
  min-width:320px;
  min-height:100vh;
  overflow-x:hidden;
  background:var(--pl-bg)!important;
  color:var(--pl-ink)!important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif!important;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
body.prelaunch-page-body a{color:inherit}
body.prelaunch-page-body img{display:block;max-width:100%}

.prelaunch-header{
  position:relative;
  z-index:20;
  border-bottom:1px solid rgba(148,163,184,.25);
  background:rgba(255,255,255,.96);
  backdrop-filter:saturate(150%) blur(14px);
}
.prelaunch-header-inner{
  width:min(1180px,calc(100% - 40px));
  min-height:72px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}
.prelaunch-brand{
  display:inline-flex;
  align-items:center;
  gap:11px;
  color:var(--pl-ink);
  text-decoration:none;
}
.prelaunch-brand-mark{
  width:42px;
  height:42px;
  flex:0 0 42px;
  overflow:hidden;
  border-radius:13px;
  box-shadow:0 8px 22px rgba(15,118,110,.16);
}
.prelaunch-brand-mark img{width:100%;height:100%;object-fit:contain;padding:2px}
.prelaunch-brand>span:last-child{display:grid;line-height:1.12}
.prelaunch-brand strong{font-size:18px;font-weight:950;letter-spacing:-.35px}
.prelaunch-brand small{margin-top:3px;color:#758297;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.prelaunch-nav{display:flex;align-items:center;justify-content:flex-end;gap:8px}
.prelaunch-nav a{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:9px 14px;
  border:1px solid transparent;
  border-radius:12px;
  color:#405069;
  background:transparent;
  text-decoration:none;
  font-size:13px;
  font-weight:850;
  line-height:1.2;
  transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;
}
.prelaunch-nav a:hover{background:#f1f5f9;color:var(--pl-ink);transform:translateY(-1px)}
.prelaunch-nav a[aria-current="page"]{background:#e8f7f2;border-color:#bdebdc;color:var(--pl-green-dark)}

.prelaunch-main{
  position:relative;
  min-height:calc(100vh - 72px);
  padding:50px 20px 64px;
  background:
    radial-gradient(circle at 5% 4%,rgba(15,159,116,.12),transparent 28%),
    radial-gradient(circle at 96% 7%,rgba(109,74,255,.10),transparent 29%),
    linear-gradient(180deg,#fbfdff 0%,#f4f7fb 60%,#f8fafc 100%);
}
.prelaunch-main::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(148,163,184,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.05) 1px,transparent 1px);
  background-size:34px 34px;
  mask-image:linear-gradient(to bottom,rgba(0,0,0,.42),transparent 62%);
}
.prelaunch-container{position:relative;z-index:1;width:min(1180px,100%);margin:0 auto}

.prelaunch-hero{
  display:grid;
  grid-template-columns:minmax(0,1.13fr) minmax(360px,.78fr);
  gap:38px;
  align-items:stretch;
}
.prelaunch-hero-copy{
  min-width:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:34px 4px 34px 0;
}
.prelaunch-eyebrow{
  width:max-content;
  max-width:100%;
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:8px 12px;
  border:1px solid rgba(15,159,116,.25);
  border-radius:999px;
  background:rgba(236,253,245,.9);
  color:var(--pl-green-dark);
  font-size:11px;
  font-weight:950;
  letter-spacing:.075em;
  line-height:1.25;
  text-transform:uppercase;
}
.prelaunch-eyebrow i{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:#10b981;box-shadow:0 0 0 5px rgba(16,185,129,.12)}
.prelaunch-hero h1{
  max-width:790px;
  margin:20px 0 18px;
  color:var(--pl-ink);
  font-size:clamp(42px,5.35vw,70px);
  font-weight:950;
  letter-spacing:-.055em;
  line-height:1.01;
  text-wrap:balance;
}
.prelaunch-hero h1 span{
  background:linear-gradient(95deg,var(--pl-green-dark),var(--pl-blue) 58%,var(--pl-violet));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}
.prelaunch-lead{max-width:715px;margin:0;color:var(--pl-muted);font-size:18px;line-height:1.68}
.prelaunch-primary-actions,.prelaunch-dual-action,.prelaunch-centered-action{
  display:flex;
  align-items:center;
  gap:11px;
  flex-wrap:wrap;
  margin-top:26px;
}
.prelaunch-dual-action,.prelaunch-centered-action{justify-content:center}
.prelaunch-button{
  appearance:none;
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:13px 19px;
  border:1px solid #cbd5e1;
  border-radius:14px;
  background:#fff;
  color:#203047;
  box-shadow:0 5px 15px rgba(15,23,42,.035);
  text-decoration:none;
  font-size:14px;
  font-weight:900;
  line-height:1.2;
  text-align:center;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.prelaunch-button:hover{transform:translateY(-2px);border-color:#94a3b8;box-shadow:0 10px 22px rgba(15,23,42,.08)}
.prelaunch-button-primary{border-color:transparent;background:linear-gradient(135deg,#0f9f74,#2563eb);color:#fff;box-shadow:0 14px 30px rgba(37,99,235,.20)}
.prelaunch-button-dark{border-color:transparent;background:linear-gradient(135deg,#111827,#1e3a8a);color:#fff;box-shadow:0 14px 30px rgba(15,23,42,.18)}
.prelaunch-button-secondary{background:#fff;color:#27364b}
.prelaunch-text-link{width:max-content;max-width:100%;margin-top:14px;color:#52647c;text-decoration:none;font-size:13px;font-weight:800}
.prelaunch-text-link:hover{color:var(--pl-blue);text-decoration:underline}
.prelaunch-proof-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:20px}
.prelaunch-proof-row span{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:7px 10px;border:1px solid rgba(203,213,225,.9);border-radius:999px;background:rgba(255,255,255,.86);color:#42526a;font-size:12px;font-weight:800;line-height:1.25}
.prelaunch-proof-row b{color:var(--pl-green-dark)}

.prelaunch-summary-card{
  min-height:450px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:28px;
  border:1px solid rgba(203,213,225,.92);
  border-radius:30px;
  background:rgba(255,255,255,.95);
  box-shadow:var(--pl-shadow);
  backdrop-filter:blur(16px);
}
.prelaunch-summary-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}
.prelaunch-summary-head>div{min-width:0}
.prelaunch-summary-head small{display:block;color:#718096;font-size:11px;font-weight:900;letter-spacing:.075em;text-transform:uppercase}
.prelaunch-summary-head h2{margin:5px 0 0;color:var(--pl-ink);font-size:24px;font-weight:930;letter-spacing:-.025em;line-height:1.2}
.prelaunch-summary-icon{width:58px;height:58px;flex:0 0 58px;display:grid;place-items:center;border-radius:18px;background:linear-gradient(135deg,var(--pl-green),var(--pl-blue) 58%,var(--pl-violet));color:#fff;box-shadow:0 12px 25px rgba(37,99,235,.17);font-size:19px;font-weight:950}
.prelaunch-availability-row{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:start;padding:16px 0;border-top:1px solid #e8eef5}
.prelaunch-availability-icon{width:40px;height:40px;display:grid;place-items:center;border-radius:13px;font-size:14px;font-weight:950}
.prelaunch-availability-icon.associate{background:var(--pl-soft-green);color:var(--pl-green-dark)}
.prelaunch-availability-icon.recruiter{background:var(--pl-soft-violet);color:#5b38d5}
.prelaunch-availability-row strong{display:block;color:#172033;font-size:14px;font-weight:900}
.prelaunch-availability-row p{margin:4px 0 0;color:var(--pl-muted);font-size:12px;line-height:1.5}
.prelaunch-tag{align-self:center;padding:6px 9px;border-radius:999px;background:#fff7ed;color:#a84a10;font-size:10px;font-weight:950;white-space:nowrap}
.prelaunch-tag-live{background:#e9fbf4;color:var(--pl-green-dark)}
.prelaunch-summary-note{margin-top:14px;padding:13px 14px;border:1px solid #fed7aa;border-radius:14px;background:#fff8ed;color:#9a4b12;font-size:12px;font-weight:750;line-height:1.52}

.prelaunch-step-list{list-style:none;margin:0;padding:0}
.prelaunch-step-list li{display:grid;grid-template-columns:36px minmax(0,1fr);gap:13px;align-items:start;padding:15px 0;border-top:1px solid #e8eef5}
.prelaunch-step-list li>span{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#eafaf4;color:var(--pl-green-dark);font-size:13px;font-weight:950}
.prelaunch-step-list strong{display:block;color:#172033;font-size:14px;font-weight:900;line-height:1.35}
.prelaunch-step-list p{margin:4px 0 0;color:var(--pl-muted);font-size:12px;line-height:1.5}

.prelaunch-section{padding-top:58px}
.prelaunch-section-heading{max-width:760px;margin:0 auto 26px;text-align:center}
.prelaunch-section-heading>span{display:block;color:var(--pl-green-dark);font-size:11px;font-weight:950;letter-spacing:.085em;text-transform:uppercase}
.prelaunch-section-heading h2{margin:7px 0 8px;color:var(--pl-ink);font-size:clamp(28px,3vw,38px);font-weight:940;letter-spacing:-.035em;line-height:1.14;text-wrap:balance}
.prelaunch-section-heading p{margin:0;color:var(--pl-muted);font-size:15px;line-height:1.65}
.prelaunch-role-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.prelaunch-role-card,.prelaunch-feature-card{border:1px solid rgba(203,213,225,.9);border-radius:24px;background:rgba(255,255,255,.96);box-shadow:var(--pl-shadow-soft)}
.prelaunch-role-card{min-height:390px;display:flex;flex-direction:column;align-items:flex-start;padding:26px}
.prelaunch-card-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:17px;font-size:18px;font-weight:950}
.prelaunch-role-associate .prelaunch-card-icon{background:var(--pl-soft-green);color:var(--pl-green-dark)}
.prelaunch-role-recruiter .prelaunch-card-icon{background:var(--pl-soft-violet);color:#5b38d5}
.prelaunch-card-copy{margin-top:15px}
.prelaunch-card-copy small{display:block;color:#7b8798;font-size:10px;font-weight:900;letter-spacing:.075em;text-transform:uppercase}
.prelaunch-card-copy h3{margin:5px 0 8px;color:var(--pl-ink);font-size:22px;font-weight:920;letter-spacing:-.025em;line-height:1.2}
.prelaunch-card-copy p{margin:0;color:var(--pl-muted);font-size:14px;line-height:1.62}
.prelaunch-role-card ul{margin:15px 0 22px;padding-left:20px;color:var(--pl-muted);font-size:13px;line-height:1.8}
.prelaunch-role-card li::marker{color:var(--pl-green)}
.prelaunch-role-card .prelaunch-button{margin-top:auto;width:100%}
.prelaunch-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.prelaunch-feature-card{padding:24px}
.prelaunch-feature-card>span{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;background:var(--pl-soft-blue);color:var(--pl-blue);font-size:20px;font-weight:950}
.prelaunch-feature-card h3{margin:14px 0 8px;color:var(--pl-ink);font-size:19px;font-weight:900;letter-spacing:-.02em}
.prelaunch-feature-card p{margin:0;color:var(--pl-muted);font-size:13px;line-height:1.62}

.prelaunch-safety{margin-top:24px;display:flex;align-items:flex-start;gap:14px;padding:19px 21px;border:1px solid rgba(255,255,255,.08);border-radius:19px;background:linear-gradient(135deg,#111827,#172554);color:#fff;box-shadow:0 14px 34px rgba(15,23,42,.13)}
.prelaunch-safety-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:11px;background:#f97316;color:#fff;font-size:18px;font-weight:950}
.prelaunch-safety strong{display:block;color:#fff;font-size:15px;font-weight:900;line-height:1.35}
.prelaunch-safety p{margin:4px 0 0;color:#cbd5e1;font-size:13px;line-height:1.55}

.prelaunch-footer{border-top:1px solid rgba(148,163,184,.24);background:#fff;color:#64748b}
.prelaunch-footer-inner{width:min(1180px,calc(100% - 40px));min-height:74px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:13px}
.prelaunch-footer p{margin:0}
.prelaunch-footer strong{color:#243147}
.prelaunch-footer nav{display:flex;gap:16px;flex-wrap:wrap}
.prelaunch-footer a{color:#52647c;text-decoration:none;font-weight:750}
.prelaunch-footer a:hover{color:var(--pl-blue);text-decoration:underline}

@media(max-width:980px){
  .prelaunch-header-inner{width:min(100% - 32px,780px)}
  .prelaunch-main{padding:40px 18px 54px}
  .prelaunch-container{max-width:780px}
  .prelaunch-hero{grid-template-columns:1fr;gap:24px}
  .prelaunch-hero-copy{align-items:center;padding:10px 0 0;text-align:center}
  .prelaunch-lead{max-width:680px}
  .prelaunch-primary-actions,.prelaunch-proof-row{justify-content:center}
  .prelaunch-text-link{margin-left:auto;margin-right:auto}
  .prelaunch-summary-card{min-height:0;width:100%;max-width:680px;margin:0 auto}
  .prelaunch-feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .prelaunch-feature-grid .prelaunch-feature-card:last-child{grid-column:1/-1}
}

@media(max-width:700px){
  .prelaunch-header-inner{width:100%;min-height:auto;padding:13px 15px;align-items:flex-start;flex-direction:column;gap:11px}
  .prelaunch-brand strong{font-size:17px}
  .prelaunch-brand-mark{width:39px;height:39px;flex-basis:39px;border-radius:12px}
  .prelaunch-nav{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .prelaunch-nav a{min-width:0;padding:9px 8px;font-size:12px;text-align:center}
  .prelaunch-main{min-height:auto;padding:30px 14px 44px}
  .prelaunch-hero h1{font-size:clamp(38px,12vw,52px);letter-spacing:-.048em}
  .prelaunch-lead{font-size:16px;line-height:1.6}
  .prelaunch-primary-actions,.prelaunch-dual-action,.prelaunch-centered-action{width:100%;display:grid;grid-template-columns:1fr;margin-top:22px}
  .prelaunch-button{width:100%}
  .prelaunch-proof-row{align-items:stretch;width:100%}
  .prelaunch-proof-row span{flex:1 1 calc(50% - 8px);justify-content:center;text-align:center}
  .prelaunch-summary-card{padding:22px;border-radius:24px}
  .prelaunch-summary-head{align-items:flex-start}
  .prelaunch-summary-icon{width:50px;height:50px;flex-basis:50px;border-radius:16px;font-size:17px}
  .prelaunch-availability-row{grid-template-columns:40px minmax(0,1fr)}
  .prelaunch-tag{grid-column:2;justify-self:start}
  .prelaunch-section{padding-top:42px}
  .prelaunch-role-grid,.prelaunch-feature-grid{grid-template-columns:1fr}
  .prelaunch-feature-grid .prelaunch-feature-card:last-child{grid-column:auto}
  .prelaunch-role-card{min-height:0;padding:22px}
  .prelaunch-footer-inner{width:100%;min-height:0;padding:22px 16px;align-items:flex-start;flex-direction:column;gap:10px}
}

@media(max-width:390px){
  .prelaunch-main{padding-inline:11px}
  .prelaunch-hero h1{font-size:38px}
  .prelaunch-eyebrow{font-size:10px;letter-spacing:.055em}
  .prelaunch-proof-row span{flex-basis:100%}
  .prelaunch-summary-card{padding:18px}
  .prelaunch-summary-head h2{font-size:21px}
}

@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}
