/* playboox — HR landing. Self-contained, no external deps. */
:root {
  --bg: #eef2f8;
  --bg-top: #f7f9fc;
  --surface: #ffffff;
  --surface-alt: #f8fafc;
  --ink: #0f172a;
  --ink2: #475569;
  --muted: #7c8aa0;
  --line: #e2e8f0;
  --brand: #4f46e5;
  --brand2: #6366f1;
  --green: #10b981;
  --amber: #f59e0b;
  --shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
  --radius: 22px;
  --sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --max: 1140px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}

body {
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: linear-gradient(180deg, var(--bg-top), var(--bg));
  background-attachment: fixed;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a { color: inherit; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 24px; }

.skip {
  position: absolute; left: -9999px; top: 0;
  background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 8px; z-index: 100;
}
.skip:focus { left: 16px; top: 16px; }

/* ── Header ── */
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: saturate(180%) blur(12px);
  background: rgba(247, 249, 252, 0.8);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex; align-items: center; gap: 20px; height: 68px;
}
.brand {
  display: flex; align-items: center; gap: 10px;
  font-weight: 800; font-size: 20px; letter-spacing: -0.03em; text-decoration: none;
}
.brand .mark {
  width: 28px; height: 28px; border-radius: 8px;
  background: linear-gradient(135deg, var(--brand), var(--brand2));
  display: grid; place-items: center; color: #fff; font-size: 15px;
}
.nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.nav a { text-decoration: none; color: var(--ink2); font-weight: 500; font-size: 15px; }
.nav a:hover { color: var(--ink); }
.nav .btn { margin-left: 4px; }
@media (max-width: 720px) { .nav a.navlink { display: none; } }

/* ── Buttons ── */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--sans); font-weight: 600; font-size: 15.5px;
  padding: 12px 22px; border-radius: 12px; text-decoration: none; cursor: pointer;
  border: 1px solid transparent; transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 8px 22px rgba(79,70,229,.28); }
.btn-primary:hover { background: #4338ca; transform: translateY(-1px); }
.btn-ghost { background: var(--surface); color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: #cbd5e1; transform: translateY(-1px); }
@media (prefers-reduced-motion: reduce) { .btn:hover { transform: none; } }

/* ── Hero ── */
.hero { padding: 76px 0 60px; }
.hero .wrap { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.eyebrow {
  display: inline-block; font-size: 13px; font-weight: 700; letter-spacing: .09em;
  text-transform: uppercase; color: var(--brand);
  background: rgba(79,70,229,.08); padding: 7px 14px; border-radius: 20px; margin-bottom: 22px;
}
.hero h1 {
  font-size: clamp(34px, 5vw, 56px); line-height: 1.06; letter-spacing: -0.035em;
  margin: 0 0 20px; font-weight: 800;
}
.hero p.sub { font-size: clamp(17px, 2.1vw, 20px); color: var(--ink2); margin: 0 0 30px; max-width: 34ch; }
.hero .cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.hero .trust { margin-top: 26px; font-size: 14px; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.hero .trust .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 36px; }
  .hero { padding: 48px 0 40px; }
}

/* ── Media frame ── */
.frame {
  border-radius: 20px; overflow: hidden; background: var(--surface);
  border: 1px solid var(--line); box-shadow: var(--shadow);
  aspect-ratio: 1280 / 800;
}
.frame video, .frame img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* ── Section shell ── */
section { padding: 66px 0; }
.section-head { text-align: center; max-width: 640px; margin: 0 auto 52px; }
.section-head .kicker {
  font-size: 13px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; color: var(--brand);
}
.section-head h2 {
  font-size: clamp(28px, 3.6vw, 40px); letter-spacing: -0.03em; margin: 10px 0 12px; font-weight: 800;
}
.section-head p { font-size: 18px; color: var(--ink2); margin: 0; }

/* ── How it works — alternating rows ── */
.step { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-bottom: 60px; }
.step:last-child { margin-bottom: 0; }
.step:nth-child(even) .step-media { order: -1; }
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 12px; font-weight: 700; font-size: 17px;
  background: rgba(79,70,229,.1); color: var(--brand); margin-bottom: 18px;
}
.step h3 { font-size: clamp(22px, 2.6vw, 28px); letter-spacing: -0.02em; margin: 0 0 12px; font-weight: 700; }
.step p { font-size: 17.5px; color: var(--ink2); margin: 0; max-width: 42ch; }
@media (max-width: 900px) {
  .step { grid-template-columns: 1fr; gap: 24px; margin-bottom: 44px; }
  .step:nth-child(even) .step-media { order: 0; }
}

/* ── Why cards ── */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px;
  padding: 30px 28px; box-shadow: 0 10px 30px rgba(15,23,42,.05);
}
.card .icon {
  width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center;
  font-size: 22px; margin-bottom: 18px;
}
.card.fair .icon { background: #ecfdf5; }
.card.private .icon { background: rgba(79,70,229,.1); }
.card.account .icon { background: #fffbeb; }
.card h3 { font-size: 20px; letter-spacing: -0.02em; margin: 0 0 8px; font-weight: 700; }
.card p { font-size: 16px; color: var(--ink2); margin: 0; }
@media (max-width: 900px) { .cards { grid-template-columns: 1fr; } }

/* ── Closer band ── */
.closer { padding: 20px 0 84px; }
.closer .band {
  background: linear-gradient(135deg, #1e1b4b, #312e81);
  color: #fff; border-radius: 28px; padding: 60px 48px; text-align: center;
  box-shadow: 0 30px 80px rgba(49,46,129,.35);
}
.closer h2 { font-size: clamp(28px, 3.8vw, 42px); letter-spacing: -0.03em; margin: 0 0 12px; font-weight: 800; }
.closer p { font-size: 19px; color: #c7d2fe; margin: 0 0 28px; }
.closer .btn-primary { background: #fff; color: #312e81; box-shadow: none; }
.closer .btn-primary:hover { background: #eef2ff; }

/* ── Footer ── */
.site-footer { border-top: 1px solid var(--line); padding: 34px 0 44px; }
.site-footer .wrap { display: flex; flex-wrap: wrap; gap: 10px 24px; align-items: center; justify-content: space-between; }
.site-footer .copy { font-size: 14.5px; color: var(--ink2); font-weight: 500; }
.site-footer .tag { font-size: 13.5px; color: var(--muted); }
