/* GetHired marketing landing page (root). Everything is scoped under `.lp` so it never
   touches the app's "Focus" screens. Editorial ink-on-paper base + ONE warm ember accent
   used sparingly (CTAs, highlights, the time-saved figure). */

.lp {
  /* landing-only tokens — warm ember, harmonized with the system's existing warm tones */
  --lp-accent: #B8431C;
  --lp-accent-soft: #FBEDE6;
  --lp-accent-deep: #9E3D14;
  --lp-ink-band: #16181B;

  min-height: 100vh;
  background: var(--paper-2);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}

.lp a { color: inherit; }

/* ── shared bits ──────────────────────────────────────────────────────── */
.lp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--lp-accent-deep);
}
.lp-eyebrow--center { justify-content: center; }
.lp-tick {
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: var(--lp-accent);
}

.lp-mark { color: var(--lp-accent); }

.lp-h2 {
  font-size: clamp(26px, 3.4vw, 34px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.1;
  text-align: center;
  margin-top: 14px;
}
.lp-h2--left { text-align: left; }

.lp-lede {
  font-size: clamp(16px, 1.6vw, 18px);
  color: var(--ink-2);
  line-height: 1.65;
  max-width: 46ch;
}

/* ── buttons ──────────────────────────────────────────────────────────── */
.lp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--lp-accent);
  color: #fff;
  border: none;
  border-radius: var(--r-control);
  padding: 14px 22px;
  font-family: var(--font-sans);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background 130ms ease, transform 130ms ease;
}
/* anchor CTAs need to beat `.lp a { color: inherit }` (higher specificity) */
.lp a.lp-cta { color: #fff; }
.lp-cta:hover { background: var(--lp-accent-deep); }
.lp-cta:active { transform: translateY(1px); }
.lp-cta--sm { padding: 9px 15px; font-size: 13.5px; }
.lp-cta--lg { padding: 16px 28px; font-size: 16px; }
.lp-cta--ink { background: var(--ink); }
.lp-cta--ink:hover { background: #000; }

.lp-ghost {
  display: inline-flex;
  align-items: center;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink-2);
  text-decoration: none;
  padding: 6px 2px;
  border-bottom: 1px solid transparent;
  transition: color 130ms ease, border-color 130ms ease;
}
.lp-ghost:hover { color: var(--lp-accent-deep); border-color: var(--lp-accent); }

.lp-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.lp-trust {
  margin-top: 16px;
  font-size: 12.5px;
  color: var(--faint);
  letter-spacing: 0.01em;
}
.lp-trust--on-dark { color: rgba(255, 255, 255, .55); }

/* ── top bar ──────────────────────────────────────────────────────────── */
.lp-topbar {
  max-width: 1120px;
  margin: 0 auto;
  padding: 22px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lp-brand { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; }
.lp-topnav { display: flex; align-items: center; gap: 22px; }
.lp-navlink {
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-2);
  text-decoration: none;
}
.lp-navlink:hover { color: var(--ink); }

/* ── hero ─────────────────────────────────────────────────────────────── */
.lp-hero {
  max-width: 1120px;
  margin: 0 auto;
  padding: 56px 28px 84px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: center;
}
.lp-display {
  margin-top: 20px;
  font-size: clamp(36px, 5.4vw, 60px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.03;
}
.lp-hero__copy .lp-lede { margin-top: 22px; }

/* product proof sheet */
.lp-hero__proof { display: flex; justify-content: center; }
.lp-sheet {
  width: 100%;
  max-width: 420px;
  background: var(--paper);
  border-radius: var(--r-panel);
  box-shadow: 0 24px 60px -24px rgba(20, 25, 35, .35), 0 0 0 1px rgba(0, 0, 0, .04);
  overflow: hidden;
}
.lp-sheet__head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 6px 12px;
  padding: 18px 20px 14px;
  border-bottom: 1px solid var(--line);
}
.lp-sheet__label { font-size: 13px; font-weight: 600; color: var(--ink); }
.lp-meter {
  grid-column: 1 / 2;
  height: 5px;
  border-radius: var(--r-pill);
  background: var(--surface-track);
  overflow: hidden;
}
.lp-meter__fill { display: block; height: 100%; background: var(--lp-accent); }
.lp-sheet__match {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  align-self: center;
  font-size: 13px;
  font-weight: 500;
  color: var(--lp-accent-deep);
}
.lp-sheet__body { padding: 16px 20px 6px; }
.lp-sheet__role {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: var(--faint);
  margin-bottom: 10px;
}
.lp-sheet__bullet {
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--ink-2);
}
.lp-sheet__bullet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--faint-2);
}
.lp-sheet__bullet--new::before { background: var(--lp-accent); }
.lp-strike { color: var(--faint); text-decoration: line-through; text-decoration-color: var(--faint-2); }
.lp-hl { background: var(--lp-accent-soft); border-radius: 3px; padding: 0 3px; box-decoration-break: clone; }
.lp-sheet__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  border-top: 1px solid var(--line);
  background: var(--surface);
}
.lp-changes { font-size: 12px; color: var(--muted); }
.lp-saved { display: flex; align-items: baseline; gap: 7px; }
.lp-saved__num { font-size: 19px; font-weight: 500; color: var(--lp-accent-deep); letter-spacing: -0.01em; }
.lp-saved__label { font-size: 12px; color: var(--muted); }

/* ── cost band ────────────────────────────────────────────────────────── */
.lp-band {
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
  background: var(--surface);
}
.lp-band__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 64px 28px;
  text-align: center;
}
.lp-band__lead { font-size: 14px; color: var(--muted); letter-spacing: 0.01em; }
.lp-band__big {
  font-size: clamp(44px, 8vw, 72px);
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1;
  margin: 10px 0 18px;
}
.lp-band__sub {
  font-size: 16px;
  color: var(--ink-2);
  line-height: 1.6;
  max-width: 52ch;
  margin: 0 auto;
}
.lp-band__sub strong { color: var(--ink); font-weight: 600; }

/* ── generic section ──────────────────────────────────────────────────── */
.lp-section {
  max-width: 1080px;
  margin: 0 auto;
  padding: 88px 28px;
}
.lp-section--alt {
  max-width: none;
  background: var(--surface);
  border-top: 1px solid var(--line-2);
  border-bottom: 1px solid var(--line-2);
}
.lp-section--alt > * { max-width: 1080px; margin-left: auto; margin-right: auto; }
.lp-section--alt .lp-grid,
.lp-section--alt .lp-faq { max-width: 1080px; margin-left: auto; margin-right: auto; }

/* ── steps ────────────────────────────────────────────────────────────── */
.lp-steps {
  list-style: none;
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  counter-reset: none;
}
.lp-step {
  background: var(--paper);
  border: 1px solid var(--line-2);
  border-radius: var(--r-panel);
  padding: 28px 26px 30px;
}
.lp-step__num {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: var(--lp-accent);
  padding-bottom: 14px;
}
.lp-step__title { font-size: 18px; font-weight: 600; letter-spacing: -0.01em; }
.lp-step__body { margin-top: 10px; font-size: 14.5px; color: var(--ink-2); line-height: 1.6; }

/* ── feature grid ─────────────────────────────────────────────────────── */
.lp-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line-2);
  border: 1px solid var(--line-2);
  border-radius: var(--r-panel);
  overflow: hidden;
}
.lp-feature { background: var(--paper); padding: 30px 28px 34px; }
.lp-feature__title {
  font-size: 16.5px;
  font-weight: 600;
  letter-spacing: -0.01em;
}
.lp-feature__title::before {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  background: var(--lp-accent);
  margin-bottom: 16px;
}
.lp-feature__body { margin-top: 10px; font-size: 14px; color: var(--ink-2); line-height: 1.6; }

/* ── extension callout ────────────────────────────────────────────────── */
.lp-ext {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 56px;
  align-items: center;
}
.lp-ext__copy .lp-lede { margin-top: 18px; }
.lp-ext__copy .lp-actions { margin-top: 26px; }
.lp-ext__chip { display: flex; justify-content: center; }
.lp-popup {
  width: 280px;
  background: var(--paper);
  border-radius: var(--r-panel);
  box-shadow: 0 24px 60px -24px rgba(20, 25, 35, .35), 0 0 0 1px rgba(0, 0, 0, .04);
  padding: 20px;
}
.lp-popup__brand { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; }
.lp-popup__role { font-size: 15px; font-weight: 600; letter-spacing: -0.01em; }
.lp-popup__co { font-size: 12.5px; color: var(--muted); margin-top: 3px; }
.lp-popup__btn {
  display: block;
  margin-top: 16px;
  background: var(--lp-accent);
  color: #fff;
  text-align: center;
  border-radius: var(--r-control);
  padding: 11px;
  font-size: 14px;
  font-weight: 600;
}
.lp-popup__hint { margin-top: 12px; font-size: 11.5px; color: var(--faint); text-align: center; }

/* ── faq ──────────────────────────────────────────────────────────────── */
.lp-faq { margin-top: 44px; max-width: 760px; }
.lp-qa { border-bottom: 1px solid var(--line-2); }
.lp-qa summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 4px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lp-qa summary::-webkit-details-marker { display: none; }
.lp-qa summary::after {
  content: "+";
  font-family: var(--font-mono);
  font-size: 18px;
  color: var(--lp-accent);
  font-weight: 400;
}
.lp-qa[open] summary::after { content: "–"; }
.lp-qa p {
  padding: 0 4px 22px;
  font-size: 14.5px;
  color: var(--ink-2);
  line-height: 1.65;
  max-width: 64ch;
}
.lp-qa a { color: var(--lp-accent-deep); text-decoration: underline; }

/* ── final cta ────────────────────────────────────────────────────────── */
.lp-final { background: var(--lp-ink-band); color: #fff; }
.lp-final__inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 96px 28px;
  text-align: center;
}
.lp-final__title {
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.lp-final__sub {
  margin: 16px auto 32px;
  font-size: 17px;
  color: rgba(255, 255, 255, .68);
  line-height: 1.6;
  max-width: 44ch;
}

/* ── footer ───────────────────────────────────────────────────────────── */
.lp-footer {
  max-width: 1080px;
  margin: 0 auto;
  padding: 36px 28px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 18px;
}
.lp-footer__brand { display: inline-flex; align-items: center; gap: 9px; }
.lp-footer__nav { display: flex; gap: 22px; flex-wrap: wrap; }
.lp-footer__nav a { font-size: 14px; color: var(--ink-2); text-decoration: none; }
.lp-footer__nav a:hover { color: var(--lp-accent-deep); }
.lp-footer__fine { font-size: 12px; color: var(--faint); }

/* ── responsive ───────────────────────────────────────────────────────── */
@media (max-width: 900px) {
  .lp-hero { grid-template-columns: 1fr; gap: 44px; padding-top: 36px; padding-bottom: 56px; }
  .lp-hero__proof { order: 2; }
  .lp-ext { grid-template-columns: 1fr; gap: 40px; }
  .lp-ext__chip { order: -1; }
  .lp-steps { grid-template-columns: 1fr; gap: 16px; }
  .lp-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 720px) {
  .lp-topnav { gap: 14px; }
  .lp-topnav .lp-navlink:first-of-type,
  .lp-topnav .lp-navlink:nth-of-type(2) { display: none; }
  .lp-section { padding: 60px 22px; }
  .lp-grid { grid-template-columns: 1fr; }
  .lp-actions { gap: 14px; }
}
