:root {
  --navy-950:#071b2d;
  --navy-900:#0b2945;
  --navy-800:#123b60;
  --blue-700:#2f6899;
  --blue-600:#3979ae;
  --blue-100:#eaf2f9;
  --ice:#f5f8fb;
  --white:#fff;
  --ink:#0d1724;
  --muted:#667085;
  --line:#dfe7ef;
  --gold:#e4b849;
  --shadow:0 24px 60px rgba(11,41,69,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--white);line-height:1.55;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,select{font:inherit}
.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.84);backdrop-filter:blur(18px);border-bottom:1px solid rgba(223,231,239,.75)}
.nav-wrap{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;letter-spacing:.08em;color:var(--navy-900)}
.brand img{width:42px;height:42px}.brand span{font-size:20px}
.desktop-nav{display:flex;gap:32px;margin-left:auto}.desktop-nav a{font-size:14px;font-weight:600;color:#4f6073}.desktop-nav a:hover{color:var(--navy-900)}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 26px;border-radius:999px;border:0;background:linear-gradient(135deg,var(--blue-600),var(--blue-700));color:#fff;font-weight:800;box-shadow:0 12px 28px rgba(47,104,153,.24);transition:.2s transform,.2s box-shadow;cursor:pointer}
.button:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(47,104,153,.3)}
.button-small{min-height:44px;padding:0 20px;font-size:14px}
.hero{position:relative;min-height:760px;background:linear-gradient(180deg,#f7fafc 0%,#fff 100%);isolation:isolate;overflow:hidden}
.hero-orb{position:absolute;border-radius:50%;filter:blur(1px);z-index:-1}.hero-orb-one{width:520px;height:520px;background:radial-gradient(circle,rgba(57,121,174,.18),rgba(57,121,174,0) 68%);right:-80px;top:20px}.hero-orb-two{width:380px;height:380px;background:radial-gradient(circle,rgba(18,59,96,.1),rgba(18,59,96,0) 70%);left:-140px;bottom:-80px}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;align-items:center;gap:50px;padding:84px 0 92px}
.eyebrow,.section-kicker{display:inline-flex;align-items:center;gap:9px;font-size:12px;letter-spacing:.16em;font-weight:800;color:var(--blue-700)}
.pulse{width:9px;height:9px;border-radius:50%;background:#51b883;box-shadow:0 0 0 7px rgba(81,184,131,.12)}
h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(48px,6vw,76px);line-height:1.02;letter-spacing:-.055em;color:var(--navy-950);margin:24px 0}.hero h1 span{color:var(--blue-600)}
.hero-text{max-width:660px;font-size:19px;color:#526476;margin-bottom:30px}.hero-actions{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.text-link{font-weight:800;color:var(--navy-900)}
.proof-card{display:flex;align-items:center;gap:14px;margin-top:34px}.proof-avatars{display:flex}.proof-avatars span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;margin-left:-8px;background:#dceaf5;border:3px solid white;font-size:12px;font-weight:800;color:var(--navy-900)}.proof-avatars span:first-child{margin-left:0}.proof-card strong,.proof-card small{display:block}.proof-card strong{color:var(--navy-900)}.proof-card small{color:#718096}
.phone-stage{position:relative;min-height:610px;display:grid;place-items:center}.phone-shadow{position:absolute;width:360px;height:540px;border-radius:50%;background:rgba(11,41,69,.23);filter:blur(60px);transform:translate(28px,46px)}
.phone{position:relative;width:337px;padding:10px;background:linear-gradient(145deg,#20262d,#05080b 74%);border:1px solid #3e4650;border-radius:56px;box-shadow:0 40px 80px rgba(7,27,45,.35),inset 0 0 0 2px rgba(255,255,255,.08);transform:rotate(2.4deg)}
.phone::before{content:"";position:absolute;inset:5px;border:1px solid rgba(255,255,255,.08);border-radius:50px;pointer-events:none}.phone-screen{position:relative;aspect-ratio:709/1536;overflow:hidden;border-radius:47px;background:#fff}.phone-screen img{width:100%;height:100%;object-fit:cover}.screen-edge-mask{position:absolute;right:0;top:5.5%;width:5.4%;height:11%;background:linear-gradient(90deg,rgba(255,255,255,0),#fff 72%);border-radius:0 18px 18px 0;opacity:.94}
.phone-button{position:absolute;background:#111820;border:1px solid #424a53}.phone-button-left-one{left:-5px;top:120px;width:5px;height:44px;border-radius:4px 0 0 4px}.phone-button-left-two{left:-5px;top:178px;width:5px;height:78px;border-radius:4px 0 0 4px}.phone-button-right{right:-5px;top:154px;width:5px;height:104px;border-radius:0 4px 4px 0}
.floating-card{position:absolute;display:flex;gap:12px;align-items:center;background:rgba(255,255,255,.96);border:1px solid rgba(223,231,239,.9);border-radius:18px;padding:14px 16px;box-shadow:var(--shadow);min-width:230px}.floating-card strong,.floating-card small{display:block}.floating-card strong{font-size:13px;color:var(--navy-900)}.floating-card small{font-size:11px;color:#7d8a99}.floating-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;background:var(--blue-100);color:var(--blue-700);font-weight:900}.floating-top{right:-18px;top:110px}.floating-bottom{left:-18px;bottom:100px}
.trust-strip{background:var(--navy-900);color:#fff}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);min-height:104px;align-items:center}.trust-grid div{display:flex;align-items:center;gap:14px;padding:25px 22px;border-right:1px solid rgba(255,255,255,.12)}.trust-grid div:last-child{border-right:0}.trust-grid span{font-size:12px;color:#8eb9dc;font-weight:800}.trust-grid strong{font-size:14px}
.section{padding:110px 0}.section-heading{max-width:780px}.section-heading.centered{text-align:center;margin:0 auto 58px}.section-heading.compact{margin-bottom:36px}.section-heading h2,.copy-panel h2,.waitlist-copy h2{font-size:clamp(36px,4.2vw,56px);line-height:1.08;letter-spacing:-.045em;color:var(--navy-950);margin:14px 0 18px}.section-heading p,.copy-panel p{font-size:18px;color:#637487}
.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.step-card{position:relative;min-height:320px;padding:34px;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 16px 44px rgba(7,27,45,.07)}.step-card.featured{background:linear-gradient(155deg,var(--navy-800),var(--navy-950));color:#fff;transform:translateY(-12px)}.step-card.featured h3,.step-card.featured p{color:#fff}.step-number{position:absolute;top:26px;right:28px;font-weight:800;color:#a9b8c6}.step-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:17px;background:var(--blue-100);color:var(--blue-700);font-size:24px;font-weight:900;margin-bottom:48px}.featured .step-icon{background:rgba(255,255,255,.12);color:#fff}.step-card h3{font-size:24px;color:var(--navy-900);margin-bottom:12px}.step-card p{color:#677789;margin:0}
.split-section{background:var(--ice)}.split-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:72px}.split-grid.reverse .visual-panel{order:1}.split-grid.reverse .copy-panel{order:2}.copy-panel{max-width:540px}.check-list{list-style:none;padding:0;margin:28px 0 34px;display:grid;gap:15px}.check-list li{display:flex;align-items:flex-start;gap:12px;font-weight:600;color:#3c4d60}.check-list span{flex:0 0 24px;width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#dfeef8;color:var(--blue-700);font-size:13px}
.visual-panel{position:relative;min-height:500px;border-radius:36px;background:linear-gradient(145deg,#eaf2f8,#dce9f3);overflow:hidden;display:grid;place-items:center;padding:38px}.business-visual::before,.worker-visual::before{content:"";position:absolute;width:320px;height:320px;border-radius:50%;background:rgba(57,121,174,.18);filter:blur(20px);right:-80px;top:-70px}.mini-window{position:relative;width:min(100%,480px);background:#fff;border-radius:24px;box-shadow:var(--shadow);padding:22px}.mini-window-top{display:flex;gap:6px;margin-bottom:28px}.mini-window-top span{width:8px;height:8px;border-radius:50%;background:#c7d4df}.mini-title-row{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:18px}.mini-title-row small{color:#7990a5;font-size:10px;font-weight:800;letter-spacing:.12em}.mini-title-row h3{margin:3px 0 0;color:var(--navy-900)}.status-pill{font-size:11px;font-weight:800;background:#e4f5ec;color:#2c895c;border-radius:99px;padding:7px 10px}.candidate-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:14px 0;border-top:1px solid #edf1f4}.candidate-avatar{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:var(--blue-100);color:var(--blue-700);font-weight:800;font-size:12px}.candidate-row strong,.candidate-row small{display:block}.candidate-row small{font-size:11px;color:#7e8d9c}.candidate-row button{border:0;background:#edf4f9;color:var(--blue-700);font-weight:800;font-size:11px;padding:9px 11px;border-radius:10px}
.worker-section{background:linear-gradient(135deg,var(--navy-900),var(--navy-950));color:#fff}.worker-section .section-kicker{color:#8eb9dc}.worker-section .copy-panel h2,.worker-section .copy-panel p,.worker-section .check-list li{color:#fff}.worker-section .check-list span{background:rgba(255,255,255,.12);color:#fff}.button-light{background:#fff;color:var(--navy-900);box-shadow:none}.worker-visual{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}.opportunity-stack{position:relative;width:min(100%,430px);height:390px}.small-opportunity{position:absolute;left:50%;width:82%;height:285px;border-radius:26px;background:#285d8b;transform:translateX(-50%)}.behind-two{top:10px;opacity:.28;width:72%}.behind-one{top:28px;opacity:.55;width:78%}.main-opportunity{top:52px;width:88%;height:315px;padding:27px;background:linear-gradient(145deg,#377aae,#0f3150);box-shadow:0 26px 55px rgba(0,0,0,.25)}.tag-row{display:flex;gap:8px}.tag-row span{font-size:10px;font-weight:800;background:rgba(255,255,255,.12);padding:7px 9px;border-radius:99px}.main-opportunity h3{font-size:30px;margin:28px 0 14px}.pay{font-size:50px;font-weight:800}.pay small{font-size:19px}.match{margin-top:16px;color:#f0c756;font-weight:800;font-size:13px}.opportunity-footer{position:absolute;left:27px;right:27px;bottom:23px;display:flex;justify-content:space-between;font-size:11px;color:#d7e6f2}.opportunity-footer strong{color:#fff}
.categories-section{background:#fff}.category-grid{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.category-grid span{padding:15px 19px;border-radius:999px;border:1px solid var(--line);background:var(--ice);font-weight:700;color:#45586b}
.waitlist-section{padding:50px 0 110px}.waitlist-card{display:grid;grid-template-columns:1fr .9fr;gap:60px;padding:64px;border-radius:38px;background:linear-gradient(145deg,var(--navy-800),var(--navy-950));color:#fff;box-shadow:0 30px 70px rgba(7,27,45,.22)}.waitlist-copy h2{color:#fff}.waitlist-copy p{color:#c6d7e5;font-size:18px}.section-kicker.light{color:#8eb9dc}.waitlist-proof{display:flex;align-items:center;gap:16px;margin-top:30px}.waitlist-proof>span{font-size:48px;font-weight:800}.waitlist-proof strong,.waitlist-proof small{display:block}.waitlist-proof small{color:#9fb8cb}.waitlist-form{background:#fff;color:var(--ink);border-radius:26px;padding:28px;display:grid;gap:16px}.waitlist-form label{display:grid;gap:7px;font-size:12px;font-weight:800;color:#415466}.waitlist-form input,.waitlist-form select{width:100%;border:1px solid #dbe4ec;border-radius:13px;background:#f8fafc;padding:14px 15px;outline:none;color:var(--ink)}.waitlist-form input:focus,.waitlist-form select:focus{border-color:var(--blue-600);box-shadow:0 0 0 4px rgba(57,121,174,.12)}.form-button{width:100%;margin-top:3px}.waitlist-form>small{text-align:center;color:#8390a0;line-height:1.45}.hidden{position:absolute;left:-9999px}
footer{border-top:1px solid var(--line);padding:34px 0}.footer-grid{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:26px}.footer-brand img{width:34px;height:34px}.footer-brand span{font-size:16px}.footer-grid p,.footer-grid small{margin:0;color:#758494;font-size:13px}.footer-links{display:flex;gap:20px;font-size:13px;font-weight:700;color:#536679}
@media (max-width:980px){.desktop-nav{display:none}.hero-grid,.split-grid,.waitlist-card{grid-template-columns:1fr}.hero-copy{text-align:center}.hero-text{margin-inline:auto}.hero-actions,.proof-card{justify-content:center}.phone-stage{margin-top:20px}.trust-grid{grid-template-columns:repeat(2,1fr)}.trust-grid div:nth-child(2){border-right:0}.steps-grid{grid-template-columns:1fr}.step-card.featured{transform:none}.split-grid.reverse .visual-panel,.split-grid.reverse .copy-panel{order:initial}.copy-panel{max-width:none}.waitlist-copy{text-align:center}.waitlist-proof{justify-content:center}.footer-grid{grid-template-columns:1fr;text-align:center}.footer-brand,.footer-links{justify-content:center}}
@media (max-width:620px){.shell{width:min(100% - 26px,1180px)}.nav-wrap{height:68px}.brand img{width:38px;height:38px}.brand span{font-size:17px}.button-small{min-height:40px;padding:0 15px;font-size:12px}.hero{min-height:auto}.hero-grid{padding:64px 0 70px}.hero h1{font-size:48px}.hero-text{font-size:17px}.hero-actions{flex-direction:column;gap:16px}.phone-stage{min-height:570px}.phone{width:286px}.floating-card{min-width:195px;padding:11px 12px}.floating-top{right:-2px;top:105px}.floating-bottom{left:-2px;bottom:92px}.trust-grid{grid-template-columns:1fr}.trust-grid div{border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.section{padding:78px 0}.section-heading h2,.copy-panel h2,.waitlist-copy h2{font-size:38px}.steps-grid{gap:16px}.visual-panel{min-height:420px;padding:20px}.waitlist-card{padding:36px 22px;gap:34px}.waitlist-section{padding-bottom:78px}.footer-links{flex-wrap:wrap}}
.reveal-ready{opacity:0;transform:translateY(18px);transition:opacity .55s ease,transform .55s ease}.revealed{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal-ready{opacity:1;transform:none;transition:none}.button{transition:none}}
.fast-match-card{display:inline-flex;align-items:center;gap:14px;margin-top:32px;padding:15px 18px;border:1px solid #dbe7f0;border-radius:18px;background:rgba(255,255,255,.88);box-shadow:0 14px 34px rgba(7,27,45,.08)}
.fast-match-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:var(--blue-100);font-size:20px}
.fast-match-card strong,.fast-match-card small{display:block}.fast-match-card strong{color:var(--navy-900);font-size:15px}.fast-match-card small{color:#718096;font-weight:700;letter-spacing:.03em}
.form-status{min-height:20px;margin:0;text-align:center;font-size:12px;font-weight:700;color:#526476}.form-status.success{color:#27865b}.form-status.error{color:#b42318}
@media (max-width:980px){.fast-match-card{margin-inline:auto}}
