/* --- CTA & Footer --- */
#download {
  text-align: center;
  padding: 100px 24px 40px;
}

.cta-box {
  background: var(--surface);
  border: 1px solid var(--border);
  padding: 64px 32px;
  border-radius: 32px;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}

.cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.cta-qr {
  border-radius: 12px;
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 8px;
}

.cta-box h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  margin-bottom: 16px;
}

.cta-box p {
  font-size: 1.05rem;
  color: var(--slate-600);
  max-width: 480px;
  margin: 0 auto 32px;
}

.cta-reassurance {
  margin-top: 16px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--slate-400);
  letter-spacing: -0.01em;
}

.footer-bottom {
  margin-top: 60px;
  padding-top: 28px;
  border-top: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--slate-400);
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}

.footer-bottom a {
  font-weight: 700;
  color: var(--slate-700);
  transition: color 0.2s;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-sep {
  color: var(--slate-300);
}

.footer-bottom a:hover {
  color: var(--cinnabar);
}
