/* ── Download page (rimeo.app/download) ──────────────────────────────────────
   Ported 1:1 from the Paper redesign "Download — Web".
   Scoped under body.dl-page so it never clashes with style.css. */

body.dl-page {
  margin: 0;
  background: #FFFFFF;
  color: #0A0A0B;
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.dl-page * { box-sizing: border-box; }

.dl-page .dl-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* ── Nav ─────────────────────────────────────────────────────────────────── */
.dl-page .dl-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
  padding: 0 64px;
  border-bottom: 1px solid #EEEFF2;
  background: #FFFFFF;
}
.dl-page .dl-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}
.dl-page .dl-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #2563EB;
  color: #FFFFFF;
  font-weight: 800;
  font-size: 18px;
  line-height: 18px;
}
.dl-page .dl-wordmark {
  font-weight: 800;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 24px;
  color: #0A0A0B;
}
.dl-page .dl-nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
}
.dl-page .dl-nav-link {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #5B616E;
  text-decoration: none;
}
.dl-page .dl-nav-link:hover { color: #0A0A0B; }
.dl-page .dl-nav-btn {
  display: inline-flex;
  align-items: center;
  height: 38px;
  padding: 0 18px;
  border-radius: 9px;
  border: 1px solid #E3E5EA;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #0A0A0B;
  text-decoration: none;
  white-space: nowrap;
}
.dl-page .dl-nav-btn:hover { background: #FBFBFC; }

/* ── Hero ────────────────────────────────────────────────────────────────── */
.dl-page .dl-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 88px 64px 24px;
  text-align: center;
}
.dl-page .dl-eyebrow {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: #EEF3FE;
  color: #2563EB;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 14px;
  white-space: nowrap;
}
.dl-page .dl-hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 760px;
}
.dl-page .dl-headline {
  margin: 0;
  font-weight: 800;
  font-size: 60px;
  letter-spacing: -0.03em;
  line-height: 62px;
  color: #0A0A0B;
}
.dl-page .dl-subhead {
  margin: 0;
  max-width: 600px;
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  color: #5B616E;
}

/* ── Download buttons ────────────────────────────────────────────────────── */
.dl-page .dl-buttons {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 12px;
}
.dl-page .dl-btn {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  height: 54px;
  padding: 0 28px 0 26px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  text-decoration: none;
}
.dl-page .dl-btn svg { flex-shrink: 0; }
.dl-page .dl-btn-primary {
  background: #2563EB;
  color: #FFFFFF;
}
.dl-page .dl-btn-primary:hover { background: #1D4FD7; }
.dl-page .dl-btn-secondary {
  background: #FFFFFF;
  border: 1px solid #E3E5EA;
  color: #0A0A0B;
}
.dl-page .dl-btn-secondary:hover { background: #FBFBFC; }

.dl-page .dl-reqs {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 4px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
}
.dl-page .dl-reqs span { color: #9499A3; white-space: nowrap; }
.dl-page .dl-reqs .dl-dot { color: #D0D3DA; }

/* ── How it works ────────────────────────────────────────────────────────── */
.dl-page .dl-how {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  padding: 80px 64px 96px;
  border-top: 1px solid #EEEFF2;
  background: #FBFBFC;
}
.dl-page .dl-how-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.dl-page .dl-kicker {
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.1em;
  line-height: 14px;
  color: #9499A3;
}
.dl-page .dl-how-title {
  margin: 0;
  font-weight: 800;
  font-size: 34px;
  letter-spacing: -0.02em;
  line-height: 40px;
  color: #0A0A0B;
}
.dl-page .dl-steps {
  display: flex;
  gap: 24px;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
}
.dl-page .dl-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 28px;
  border-radius: 16px;
  background: #FFFFFF;
  border: 1px solid #EEEFF2;
}
.dl-page .dl-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #EEF3FE;
  color: #2563EB;
  font-family: "Geist Mono", ui-monospace, monospace;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}
.dl-page .dl-step-body { display: flex; flex-direction: column; gap: 8px; }
.dl-page .dl-step-title {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.01em;
  line-height: 22px;
  color: #0A0A0B;
}
.dl-page .dl-step-text {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #5B616E;
}

/* ── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
  .dl-page .dl-nav { padding: 0 20px; }
  .dl-page .dl-nav-links { gap: 16px; }
  .dl-page .dl-nav-link { display: none; }

  .dl-page .dl-hero { padding: 56px 20px 16px; }
  .dl-page .dl-headline { font-size: 38px; line-height: 42px; }
  .dl-page .dl-subhead { font-size: 17px; line-height: 27px; }

  .dl-page .dl-buttons { flex-direction: column; align-items: stretch; width: 100%; max-width: 360px; }
  .dl-page .dl-btn { justify-content: center; }

  .dl-page .dl-reqs { flex-wrap: wrap; justify-content: center; }

  .dl-page .dl-how { padding: 56px 20px 64px; gap: 36px; }
  .dl-page .dl-how-title { font-size: 26px; line-height: 32px; }
  .dl-page .dl-steps { flex-direction: column; max-width: 460px; }
}
