/* Roster — Managed AI Staffing
   Hand-rolled CSS. Dark, premium. One web font (Inter). */

:root {
  --bg: #0a0a0c;
  --bg-2: #101014;
  --surface: #16161c;
  --surface-2: #1c1c24;
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.14);
  --text: #f4f4f6;
  --text-dim: #a6a6b2;
  --text-faint: #74747f;
  --accent: #fbbf24;
  --accent-2: #fde68a;
  --accent-soft: rgba(251, 191, 36, 0.14);
  --good: #4fd1a1;
  --radius: 16px;
  --radius-lg: 22px;
  --maxw: 1120px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

.bg-glow {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(60rem 40rem at 50% -10%, rgba(251, 191, 36, 0.18), transparent 60%),
    radial-gradient(50rem 40rem at 90% 10%, rgba(185, 139, 255, 0.10), transparent 55%),
    radial-gradient(40rem 30rem at 0% 30%, rgba(79, 209, 161, 0.06), transparent 55%);
}

.wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

a { color: inherit; text-decoration: none; }

/* ---------- Nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: saturate(140%) blur(14px);
  background: rgba(10, 10, 12, 0.66);
  border-bottom: 1px solid var(--border);
}
.nav-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 66px;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; }
.brand-name { font-size: 1.05rem; letter-spacing: -0.02em; }
.brand-mark {
  width: 22px; height: 22px; border-radius: 7px;
  background: linear-gradient(150deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 0 1px rgba(255,255,255,0.12) inset, 0 6px 18px rgba(251,191,36,0.4);
}
.nav-links {
  display: flex;
  gap: 26px;
  margin-left: auto;
  font-size: 0.95rem;
  color: var(--text-dim);
}
.nav-links a { transition: color 0.18s var(--ease); }
.nav-links a:hover { color: var(--text); }
.nav .btn-primary { margin-left: 4px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.98rem;
  letter-spacing: -0.01em;
  border-radius: 12px;
  padding: 12px 20px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.16s var(--ease), background 0.18s var(--ease),
              border-color 0.18s var(--ease), box-shadow 0.18s var(--ease);
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-sm { padding: 9px 15px; font-size: 0.9rem; border-radius: 10px; }
.btn-lg { padding: 15px 26px; font-size: 1.05rem; border-radius: 14px; }
.btn-block { display: flex; width: 100%; }

.btn-primary {
  color: #1c1503;
  background: linear-gradient(150deg, var(--accent), #d97706);
  box-shadow: 0 8px 24px rgba(251, 191, 36, 0.35), 0 0 0 1px rgba(255,255,255,0.06) inset;
}
.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(251, 191, 36, 0.5), 0 0 0 1px rgba(255,255,255,0.1) inset;
}
.btn-outline {
  color: var(--text);
  background: var(--surface-2);
  border-color: var(--border-strong);
}
.btn-outline:hover { border-color: var(--accent); background: #22222b; }
.btn-ghost {
  color: var(--text-dim);
  background: transparent;
  border-color: var(--border);
}
.btn-ghost:hover { color: var(--text); border-color: var(--border-strong); }

/* ---------- Sections ---------- */
.section { position: relative; padding: 96px 0; }
.section + .section { border-top: 1px solid var(--border); }
.center { text-align: center; }

.eyebrow {
  display: inline-block;
  margin: 0 0 14px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-2);
}
.eyebrow.center { display: block; }

.section-title {
  margin: 0 0 18px;
  font-size: clamp(1.7rem, 3.4vw, 2.5rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.03em;
}

/* ---------- Hero ---------- */
.hero { padding: 92px 0 72px; }
.hero-title {
  margin: 0 0 20px;
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  line-height: 1.03;
  font-weight: 800;
  letter-spacing: -0.045em;
  max-width: 15ch;
  background: linear-gradient(180deg, #ffffff 30%, #c7c3e6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-sub {
  margin: 0 0 30px;
  max-width: 58ch;
  font-size: clamp(1.05rem, 1.6vw, 1.28rem);
  color: var(--text-dim);
  line-height: 1.55;
}
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.center-cta { justify-content: center; }
.hero-note {
  margin: 18px 0 0;
  font-size: 0.92rem;
  color: var(--text-faint);
}

.hero-card {
  margin-top: 54px;
  max-width: 640px;
  background: linear-gradient(180deg, var(--surface), var(--bg-2));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 22px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  display: grid;
  gap: 16px;
}
.chat-row { display: flex; gap: 12px; align-items: flex-start; }
.avatar {
  flex: none;
  width: 40px; height: 40px;
  border-radius: 11px;
  display: grid; place-items: center;
  font-size: 0.62rem; font-weight: 700; letter-spacing: 0.05em;
  color: #fff;
}
.avatar-you { background: linear-gradient(150deg, #3a3a46, #24242c); }
.avatar-ai { background: linear-gradient(150deg, var(--accent), var(--accent-2)); color: #1c1503; }
.chat-bubble {
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 11px 15px;
  display: grid;
  gap: 3px;
}
.chat-bubble-ai { background: var(--accent-soft); border-color: rgba(251,191,36,0.24); }
.chat-name { font-size: 0.85rem; font-weight: 600; }
.chat-text { font-size: 0.96rem; color: var(--text-dim); line-height: 1.5; }
.mention { color: var(--accent-2); font-weight: 600; }
.badge-staffer {
  font-size: 0.62rem; font-weight: 600; letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--accent-2);
  background: rgba(251,191,36,0.16);
  border: 1px solid rgba(251,191,36,0.28);
  padding: 2px 7px; border-radius: 999px;
  margin-left: 6px; vertical-align: 1px;
}

/* ---------- Steps ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 44px;
}
.step {
  background: linear-gradient(180deg, var(--surface), var(--bg-2));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 26px;
  transition: transform 0.2s var(--ease), border-color 0.2s var(--ease);
}
.step:hover { transform: translateY(-3px); border-color: var(--border-strong); }
.step-num {
  display: inline-block;
  font-size: 0.9rem; font-weight: 700;
  color: var(--accent-2);
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
.step h3 { margin: 0 0 10px; font-size: 1.22rem; font-weight: 700; letter-spacing: -0.02em; }
.step p { margin: 0; color: var(--text-dim); font-size: 1rem; }

/* ---------- Pricing ---------- */
.pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
  align-items: stretch;
}
.tier {
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, var(--surface), var(--bg-2));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 30px 28px;
  transition: transform 0.2s var(--ease), border-color 0.2s var(--ease);
}
.tier:hover { transform: translateY(-3px); }
.tier-featured {
  border-color: rgba(251, 191, 36, 0.5);
  box-shadow: 0 0 0 1px rgba(251,191,36,0.25), 0 24px 60px rgba(251, 191, 36, 0.2);
  background:
    linear-gradient(180deg, rgba(251,191,36,0.10), rgba(251,191,36,0.02)),
    linear-gradient(180deg, var(--surface), var(--bg-2));
}
.tier-flag {
  position: absolute;
  top: -13px; left: 50%; transform: translateX(-50%);
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase;
  color: #1c1503;
  background: linear-gradient(150deg, var(--accent), var(--accent-2));
  padding: 6px 14px; border-radius: 999px;
  box-shadow: 0 8px 20px rgba(251,191,36,0.45);
  white-space: nowrap;
}
.tier-head { margin-bottom: 22px; }
.tier-name { margin: 0 0 10px; font-size: 1.1rem; font-weight: 600; color: var(--text-dim); }
.tier-price { margin: 0; display: flex; align-items: baseline; gap: 4px; }
.tier-price .amount { font-size: 2.6rem; font-weight: 800; letter-spacing: -0.04em; }
.tier-price .per { font-size: 1rem; color: var(--text-faint); font-weight: 500; }
.tier-feats {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 12px;
  flex: 1;
}
.tier-feats li {
  position: relative;
  padding-left: 28px;
  color: var(--text-dim);
  font-size: 0.98rem;
  line-height: 1.45;
}
.tier-feats li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.42em;
  width: 16px; height: 16px;
  border-radius: 50%;
  background:
    linear-gradient(150deg, var(--accent), var(--accent-2));
  box-shadow: 0 0 0 3px rgba(251,191,36,0.12);
}
.tier-feats li::after {
  content: "";
  position: absolute;
  left: 5px; top: 0.62em;
  width: 4px; height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.tier-deploy {
  margin: 0 0 22px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  font-size: 0.95rem;
  color: var(--text-faint);
}
.tier-deploy strong { color: var(--text); font-weight: 700; }

.pricing-note {
  margin: 34px auto 0;
  max-width: 800px;
  text-align: center;
  color: var(--text-dim);
}
.pricing-note p { margin: 0 0 10px; font-size: 1.02rem; }
.pricing-note .addon { color: var(--text); }
.pricing-note .addon strong { color: var(--accent-2); }

/* ---------- Trust ---------- */
.trust {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 44px;
  align-items: center;
}
.trust-lead { margin: 0; font-size: 1.12rem; color: var(--text-dim); line-height: 1.6; }
.guarantee {
  background:
    linear-gradient(180deg, rgba(79,209,161,0.07), transparent),
    linear-gradient(180deg, var(--surface), var(--bg-2));
  border: 1px solid rgba(79, 209, 161, 0.28);
  border-radius: var(--radius-lg);
  padding: 30px 30px;
}
.guarantee h3 {
  margin: 0 0 12px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--good);
}
.guarantee p { margin: 0 0 10px; color: var(--text-dim); font-size: 1.02rem; }
.guarantee-terms { color: var(--text-faint) !important; font-size: 0.94rem !important; margin-bottom: 0 !important; }

/* ---------- Download ---------- */
.downloads {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
}
.dl-btn {
  display: grid;
  gap: 4px;
  min-width: 200px;
  padding: 18px 26px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px dashed var(--border-strong);
  color: var(--text-faint);
  cursor: not-allowed;
  text-align: center;
}
.dl-os { font-size: 1.12rem; font-weight: 700; color: var(--text-dim); letter-spacing: -0.02em; }
.dl-hint { font-size: 0.82rem; letter-spacing: 0.03em; text-transform: uppercase; }
.dl-note { margin: 22px 0 0; color: var(--text-faint); font-size: 0.95rem; }

/* ---------- FAQ ---------- */
.faq {
  max-width: 780px;
  margin: 40px auto 0;
  display: grid;
  gap: 14px;
}
.faq-item {
  background: linear-gradient(180deg, var(--surface), var(--bg-2));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 4px 24px;
  transition: border-color 0.2s var(--ease);
}
.faq-item[open] { border-color: var(--border-strong); }
.faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 0;
  font-size: 1.08rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 1.4rem;
  font-weight: 400;
  color: var(--accent-2);
  transition: transform 0.2s var(--ease);
  line-height: 1;
}
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p {
  margin: 0;
  padding: 0 0 20px;
  color: var(--text-dim);
  font-size: 1.02rem;
  max-width: 62ch;
}

/* ---------- Final CTA ---------- */
.final-cta .section-title { max-width: 20ch; margin-left: auto; margin-right: auto; }
.final-cta { padding-bottom: 110px; }

/* ---------- Footer ---------- */
.footer {
  border-top: 1px solid var(--border);
  padding: 34px 0;
  background: var(--bg-2);
}
.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  color: var(--text-faint);
  font-size: 0.95rem;
}
.footer-brand { display: inline-flex; align-items: center; gap: 10px; }
.footer-mail { color: var(--text-dim); transition: color 0.18s var(--ease); }
.footer-mail:hover { color: var(--accent-2); }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .steps { grid-template-columns: 1fr; }
  .pricing { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; }
  .tier-featured { order: -1; }
  .trust { grid-template-columns: 1fr; gap: 28px; }
  .nav-links { display: none; }
  .section { padding: 72px 0; }
}

@media (max-width: 560px) {
  body { font-size: 16px; }
  .wrap { padding: 0 18px; }
  .hero { padding: 60px 0 52px; }
  .hero-cta .btn { flex: 1 1 auto; }
  .hero-card { padding: 16px; }
  .dl-btn { min-width: 100%; }
  .tier { padding: 26px 22px; }
}

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