:root {
  --bg: #07070a;
  --surface: #101015;
  --surface-2: #15151c;
  --text: #f7f5fb;
  --muted: #9b98a6;
  --muted-2: #6f6b79;
  --line: rgba(255,255,255,.09);
  --violet: #8b5cf6;
  --violet-bright: #a98bff;
  --radius: 24px;
  --display: "Manrope", sans-serif;
  --body: "DM Sans", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { max-width: 100%; scroll-behavior: smooth; overflow-x: clip; }
body { width: 100%; max-width: 100%; margin: 0; background: var(--bg); color: var(--text); font-family: var(--body); -webkit-font-smoothing: antialiased; overflow-x: clip; }
main, section, header, footer, article, aside, nav, form, div { min-width: 0; }
img, picture, video, canvas, iframe { display: block; max-width: 100%; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible {
  outline: 2px solid var(--violet-bright);
  outline-offset: 3px;
}
svg { width: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.section-shell, .site-header { width: min(1180px, calc(100% - 40px)); max-width: 100%; margin-inline: auto; }
.ambient { position: absolute; border-radius: 50%; filter: blur(100px); opacity: .14; pointer-events: none; z-index: -1; }
.ambient--one { width: 520px; height: 520px; background: #6d28d9; top: 60px; right: -180px; }
.ambient--two { width: 360px; height: 360px; background: #3b82f6; top: 680px; left: -280px; opacity: .08; }

.site-header { height: 72px; display: grid; grid-template-columns: 1fr auto; align-items: center; position: relative; z-index: 10; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: var(--display); font-weight: 750; letter-spacing: -.04em; width: max-content; }
.brand__logo { width: 205px; height: auto; filter: invert(1) hue-rotate(180deg); }
.brand__mark { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: linear-gradient(145deg, #a78bfa, #6d28d9); box-shadow: inset 0 1px rgba(255,255,255,.3), 0 8px 24px rgba(109,40,217,.28); }
.brand__mark svg { width: 18px; }
.desktop-nav { display: flex; gap: 30px; justify-self: end; color: #b6b3bf; font-size: .86rem; }
.desktop-nav a, .sign-in, .site-footer a { transition: color .25s; }
.desktop-nav a:hover, .sign-in:hover, .site-footer a:hover { color: white; }
.header-actions { display: flex; align-items: center; gap: 24px; justify-self: end; font-size: .9rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 0; border-radius: 12px; padding: 15px 20px; font-weight: 650; cursor: pointer; transition: transform .25s, box-shadow .25s, background .25s; }
.button:hover { transform: translateY(-2px); }
.button--small { padding: 11px 17px; border-radius: 10px; }
.button--primary { color: white; background: linear-gradient(135deg, #9b72ff, #7038e8); box-shadow: inset 0 1px rgba(255,255,255,.25), 0 10px 30px rgba(112,56,232,.22); }
.button--primary:hover { box-shadow: inset 0 1px rgba(255,255,255,.3), 0 14px 38px rgba(112,56,232,.36); }

.hero { min-height: 455px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 52px; padding: 16px 0 26px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: #c3becd; font-size: .78rem; padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: rgba(255,255,255,.025); }
.eyebrow__dot { width: 7px; height: 7px; border-radius: 50%; background: #8bdb9c; box-shadow: 0 0 0 4px rgba(139,219,156,.1); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 690px; font-family: var(--display); font-size: clamp(3.15rem, 5vw, 4.9rem); line-height: .99; letter-spacing: -.065em; margin: 21px 0 20px; }
.gradient-text { color: transparent; background: linear-gradient(105deg, #fff 0%, #c6b5ff 40%, #8554f4 95%); background-clip: text; -webkit-background-clip: text; }
.hero__subtitle { color: var(--muted); font-size: 1.03rem; line-height: 1.62; max-width: 600px; }
.search-panel { margin-top: 26px; padding: 7px; display: grid; grid-template-columns: minmax(220px, 1fr) 1px 150px auto; align-items: center; gap: 0; border: 1px solid rgba(255,255,255,.13); background: rgba(19,19,25,.82); border-radius: 17px; box-shadow: 0 18px 50px rgba(0,0,0,.25); backdrop-filter: blur(20px); }
.search-field, .location-field { display: flex; align-items: center; gap: 11px; padding: 0 12px; color: var(--muted); }
.search-field input { border: 0; outline: 0; background: transparent; color: white; width: 100%; min-width: 0; }
.search-field input::placeholder { color: #767280; }
.search-divider { height: 28px; background: var(--line); }
.location-field select { width: 100%; color: #c6c2ce; background: transparent; border: 0; outline: 0; appearance: none; cursor: pointer; }
.search-button { padding: 14px 18px; }
.popular { display: flex; flex-wrap: wrap; align-items: center; gap: 7px; margin-top: 13px; font-size: .73rem; }
.popular > span { color: var(--muted-2); margin-right: 3px; }
.popular button { color: #aaa6b2; background: transparent; border: 1px solid var(--line); border-radius: 999px; padding: 7px 11px; cursor: pointer; transition: .2s; }
.popular button:hover { color: white; border-color: rgba(167,139,250,.5); background: rgba(139,92,246,.08); }
.hero-proof { display: flex; align-items: center; gap: 13px; margin-top: 34px; color: var(--muted); font-size: .78rem; }
.hero-proof p { margin: 0; }
.hero-proof strong { color: #dad7df; font-weight: 600; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 28px; height: 28px; border: 2px solid var(--bg); border-radius: 50%; display: grid; place-items: center; margin-left: -7px; font-size: .55rem; font-weight: 700; background: #273144; }
.avatar-stack span:first-child { margin-left: 0; background: #4c3865; }
.avatar-stack span:last-child { background: #493933; }
.rating { margin-left: auto; color: #aaa6b2; }
.rating span { color: #a78bfa; letter-spacing: 1px; margin-right: 5px; }

.hero__visual { height: 435px; position: relative; display: grid; place-items: center; isolation: isolate; }
.hero__visual::before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; background: radial-gradient(circle, rgba(123,80,232,.2), transparent 67%); filter: blur(8px); }
.orbit { position: absolute; border: 1px solid rgba(255,255,255,.055); border-radius: 50%; }
.orbit--one { width: 500px; height: 500px; }
.orbit--two { width: 380px; height: 380px; border-style: dashed; }
.phone { width: 318px; height: 612px; padding: 13px 13px 12px; border: 1px solid rgba(255,255,255,.15); border-radius: 40px; background: linear-gradient(160deg, #1a1920, #0c0c10 55%); box-shadow: inset 0 0 0 6px #050506, inset 0 1px 1px 6px rgba(255,255,255,.08), 0 45px 90px rgba(0,0,0,.65), 0 0 90px rgba(114,62,226,.09); position: relative; z-index: 2; overflow: hidden; transform: rotate(2deg) scale(.7); }
.phone__top { height: 31px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: start; padding: 4px 10px; font-size: .56rem; color: #c8c6cf; }
.phone__top > :last-child { text-align: right; letter-spacing: 2px; }
.phone__island { width: 82px; height: 20px; background: #030304; border-radius: 20px; margin-top: -2px; }
.phone__header { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 9px; padding: 11px 9px 17px; }
.mini-brand { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 8px; font-weight: 800; background: linear-gradient(145deg,#a98bff,#6530d8); }
.phone__header strong { font-family: var(--display); font-size: .92rem; }
.phone__header button { color: #a9a6b1; border: 0; background: none; font-size: 1.25rem; }
.phone__search { height: 44px; display: flex; align-items: center; gap: 9px; margin: 0 7px; padding: 0 13px; border: 1px solid var(--line); border-radius: 13px; color: #716e79; background: rgba(255,255,255,.035); font-size: .72rem; }
.phone__search span { font-size: 1.25rem; }
.phone__filters { display: flex; gap: 6px; padding: 13px 7px 15px; overflow: hidden; }
.phone__filters span { white-space: nowrap; border: 1px solid var(--line); border-radius: 999px; padding: 7px 10px; color: #8e8a96; font-size: .61rem; }
.phone__filters .active { color: #eee9fa; background: #6e3bda; border-color: #7950e1; }
.phone__label { display: flex; justify-content: space-between; padding: 2px 8px 10px; font-size: .68rem; }
.phone__label span { color: #686570; }
.mini-job { margin: 0 5px 9px; min-height: 88px; display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 11px; padding: 12px; border: 1px solid rgba(255,255,255,.08); border-radius: 15px; background: rgba(255,255,255,.035); }
.company-logo { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 14px; color: white; font-family: var(--display); font-weight: 800; font-size: 1.25rem; box-shadow: inset 0 1px rgba(255,255,255,.25); }
.mini-job .company-logo { width: 37px; height: 37px; border-radius: 10px; font-size: .95rem; }
.logo-stripe { background: linear-gradient(145deg, #a78bfa, #6240e8); }
.logo-gitlab { background: linear-gradient(145deg, #f97316, #c2410c); }
.logo-canva { background: linear-gradient(145deg, #24d5c4, #3578ed); }
.logo-zapier { background: #ff4f00; }
.logo-automattic { background: #1684c5; }
.logo-buffer { background: linear-gradient(145deg, #364152, #15191f); }
.mini-job div { min-width: 0; display: flex; flex-direction: column; }
.mini-job small { color: #73707b; font-size: .5rem; letter-spacing: .08em; }
.mini-job strong { font-size: .7rem; margin: 4px 0 6px; }
.mini-job div span { color: #7b7883; font-size: .56rem; }
.mini-job button { align-self: start; border: 0; background: none; color: #a19da9; }
.phone__nav { position: absolute; bottom: 12px; left: 13px; right: 13px; height: 61px; display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); background: rgba(12,12,16,.95); }
.phone__nav span { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; color: #73707b; font-size: 1.1rem; }
.phone__nav small { font-size: .53rem; }
.phone__nav .active { color: #9d77f8; }
.float-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(24,23,31,.88); box-shadow: 0 20px 45px rgba(0,0,0,.35); backdrop-filter: blur(18px); }
.float-card strong, .float-card small { display: block; }
.float-card strong { font-size: .74rem; margin-bottom: 3px; }
.float-card small { color: #888491; font-size: .59rem; }
.float-card--top { top: 44px; right: 8px; }
.float-card--bottom { bottom: 42px; left: 8px; }
.float-icon { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: #a8e5af; background: rgba(69,180,94,.14); }
.match-ring { width: 39px; height: 39px; display: grid; place-items: center; border: 3px solid #8b5cf6; border-radius: 50%; font-size: .7rem; font-weight: 700; }
.match-ring small { display: inline; font-size: .45rem; }

.trust-strip { min-height: 112px; display: flex; align-items: center; gap: 60px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip > span { width: 150px; flex: 0 0 auto; color: #64616c; font-size: .63rem; line-height: 1.5; letter-spacing: .12em; }
.company-logos { flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 28px; color: #77747f; }
.company-logos strong { font-family: var(--display); font-size: .98rem; letter-spacing: -.04em; filter: grayscale(1); }

.jobs-section { padding: 36px 0 68px; border-top: 1px solid var(--line); }
.features { padding: 62px 0 70px; border-top: 1px solid var(--line); }
.section-intro { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 48px; }
.section-kicker { display: block; color: #9b76f7; font-size: .69rem; font-weight: 700; letter-spacing: .13em; margin-bottom: 15px; }
.section-intro h2, .cta h2 { max-width: 650px; font-family: var(--display); font-size: clamp(2.35rem, 4vw, 3.7rem); line-height: 1.08; letter-spacing: -.055em; margin: 0; }
.section-intro p { max-width: 410px; color: var(--muted); line-height: 1.65; margin: 0; }
.jobs-section .section-intro { margin-bottom: 24px; }
.jobs-section .section-intro h2 { max-width: 590px; font-size: clamp(2.2rem, 3.4vw, 3rem); }
.features__intro { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 25px; }
.features__intro h2 { max-width: 540px; margin: 0; font-family: var(--display); font-size: clamp(1.7rem, 2.8vw, 2.55rem); line-height: 1.1; letter-spacing: -.05em; }
.features__intro p { max-width: 420px; margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.55; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.feature-card { min-height: 0; display: grid; grid-template-columns: auto 1fr; align-items: start; gap: 15px; padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.018)); position: relative; overflow: hidden; transition: transform .3s, border-color .3s, background .3s; }
.feature-card::after { content: ""; position: absolute; width: 150px; height: 150px; top: -80px; left: -80px; border-radius: 50%; background: #7543e4; opacity: 0; filter: blur(45px); transition: opacity .3s; }
.feature-card:hover { transform: translateY(-5px); border-color: rgba(167,139,250,.28); background: linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.02)); }
.feature-card:hover::after { opacity: .15; }
.feature-icon { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid rgba(167,139,250,.27); border-radius: 11px; color: #b69cff; background: rgba(139,92,246,.09); font-size: 1rem; }
.feature-card h3 { font-family: var(--display); font-size: .96rem; margin: 1px 0 6px; letter-spacing: -.025em; }
.feature-card p { color: var(--muted); line-height: 1.5; font-size: .78rem; margin: 0; }
.text-link { color: #c5c1cb; font-size: .9rem; padding-bottom: 5px; border-bottom: 1px solid #4a4751; }
.text-link span { color: #9d77f8; margin-left: 6px; }
.job-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.job-card { min-height: 160px; display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: start; padding: 25px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.025); cursor: pointer; transition: transform .25s, border-color .25s, background .25s, box-shadow .25s; }
.job-card:hover, .job-card:focus-visible { outline: none; transform: translateY(-4px); border-color: rgba(167,139,250,.3); background: rgba(255,255,255,.045); box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.job-card__company { color: #a6a2ad; font-size: .78rem; }
.verified { display: inline-grid; place-items: center; width: 14px; height: 14px; margin-left: 3px; border-radius: 50%; background: #7650d7; color: white; font-size: .55rem; }
.job-card h3 { font-family: var(--display); font-size: 1.15rem; margin: 9px 0 18px; letter-spacing: -.03em; }
.job-meta { display: flex; flex-wrap: wrap; gap: 7px; }
.job-meta span { padding: 6px 9px; border-radius: 999px; color: #8f8b97; background: rgba(255,255,255,.045); font-size: .67rem; }
.job-card__arrow { align-self: start; color: #9d77f8; font-size: 1rem; transition: transform .25s; }
.job-card:hover .job-card__arrow { transform: translate(2px, -2px); }
.job-summary { max-width: 52ch; margin: 14px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.55; }
.jobs-status { grid-column: 1 / -1; min-height: 160px; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; color: var(--muted); background: rgba(255,255,255,.025); text-align: center; }
.jobs-status--error { flex-direction: column; }
.jobs-status--error strong { color: var(--text); font-family: var(--display); font-size: 1.05rem; }
.jobs-retry { margin-top: 6px; border: 0; }
.jobs-load-more { grid-column: 1 / -1; justify-self: center; margin-top: 18px; }
.job-card--skeleton { min-width: 0; pointer-events: none; background: linear-gradient(100deg, rgba(255,255,255,.025) 20%, rgba(255,255,255,.075) 38%, rgba(255,255,255,.025) 56%); background-size: 220% 100%; animation: skeleton-shimmer 1.35s ease-in-out infinite; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.loading-spinner { width: 20px; height: 20px; flex: 0 0 auto; border: 2px solid rgba(255,255,255,.16); border-top-color: var(--violet-bright); border-radius: 50%; animation: jobs-spin .8s linear infinite; }
@keyframes jobs-spin { to { transform: rotate(360deg); } }
@keyframes skeleton-shimmer { to { background-position-x: -220%; } }

.cta { min-height: 540px; padding: 110px 40px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; border: 1px solid rgba(167,139,250,.16); border-radius: 32px; background: linear-gradient(145deg, #14111c, #0d0c12); position: relative; overflow: hidden; }
.cta::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.13) 1px, transparent 1px); background-size: 27px 27px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.4), transparent 65%); }
.cta__glow { position: absolute; width: 560px; height: 280px; top: -180px; border-radius: 50%; background: #7543e4; filter: blur(100px); opacity: .34; }
.cta > *:not(.cta__glow) { position: relative; }
.cta h2 { max-width: 760px; }
.cta p { max-width: 540px; margin: 21px 0 30px; color: var(--muted); line-height: 1.65; }
.button--light { color: #14121a; background: #f3effc; box-shadow: 0 14px 40px rgba(0,0,0,.3); }
.cta__note { margin-top: 21px; display: flex; gap: 9px; color: #716d79; font-size: .7rem; }
.cta__note span { color: #a487ea; margin-left: 5px; }

.site-footer { min-height: 185px; display: grid; grid-template-columns: 1fr auto auto; grid-template-rows: auto auto; align-items: center; gap: 0 45px; color: #73707a; font-size: .78rem; }
.site-footer p { grid-row: 2; margin: -35px 0 0 41px; color: #64616b; }
.site-footer nav { display: flex; gap: 25px; grid-column: 2; grid-row: 1 / 3; }
.site-footer > small { grid-column: 3; grid-row: 1 / 3; }

.job-card, .feature-card, .job-card__company, .job-card h3,
.job-summary, .site-footer, .cta, .cta__note { overflow-wrap: anywhere; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .hero { min-height: auto; grid-template-columns: 1fr; text-align: center; padding: 48px 0 58px; }
  .hero__content { display: flex; flex-direction: column; align-items: center; min-width: 0; }
  .hero__visual { display: none; }
  .features__intro { align-items: start; flex-direction: column; gap: 14px; }
}

@media (max-width: 767px) {
  .hero__visual, .phone { display: none !important; }
  .ambient { display: none; }
}

@media (max-width: 680px) {
  .section-shell, .site-header { width: calc(100% - 30px); max-width: 560px; }
  .site-header { height: 72px; }
  .brand { font-size: .9rem; }
  .brand__logo { width: 180px; }
  .brand__mark { width: 29px; height: 29px; }
  .desktop-nav { display: none; }
  .hero { min-height: auto; padding: 28px 0 36px; }
  .eyebrow { font-size: .67rem; }
  h1 { max-width: 100%; font-size: clamp(2.35rem, 11.5vw, 2.7rem); line-height: 1.03; margin: 19px 0 17px; }
  .hero__subtitle { max-width: 34ch; font-size: .9rem; line-height: 1.55; }
  .search-panel { width: 100%; margin-top: 19px; grid-template-columns: 1fr; padding: 7px; border-radius: 16px; }
  .search-field { height: 52px; }
  .search-divider, .location-field { display: none; }
  .search-button { height: 48px; }
  .popular { display: none; }
  .jobs-section { padding: 32px 0 52px; }
  .features { padding: 48px 0 55px; }
  .section-intro { align-items: start; flex-direction: column; gap: 20px; margin-bottom: 34px; }
  .jobs-section .section-intro { margin-bottom: 25px; }
  .section-intro h2, .cta h2 { font-size: 2rem; }
  .jobs-section .section-intro h2 { max-width: 100%; font-size: 2rem; }
  .section-intro p { font-size: .9rem; }
  .features__intro { margin-bottom: 21px; }
  .features__intro h2 { font-size: 1.85rem; }
  .feature-grid, .job-list { grid-template-columns: minmax(0, 1fr); }
  .feature-card { padding: 18px; }
  .job-card { min-height: 145px; grid-template-columns: auto minmax(0, 1fr) auto; padding: 19px; gap: 14px; }
  .job-card .company-logo { width: 43px; height: 43px; border-radius: 12px; font-size: 1rem; }
  .job-card h3 { font-size: 1rem; margin-bottom: 14px; }
  .job-meta span { font-size: .61rem; padding: 5px 7px; }
  .cta { width: 100%; min-height: 510px; padding: 75px 22px; border-radius: 25px; }
  .site-footer { min-height: 230px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 20px; }
  .site-footer p { margin: -12px 0 10px 40px; }
  .site-footer nav { max-width: 100%; flex-wrap: wrap; gap: 12px 20px; }
  .cta__note { max-width: 100%; flex-wrap: wrap; justify-content: center; }
}

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