:root { color-scheme: light; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #202020; background: #faf9f6; }
* { box-sizing: border-box; }
body { margin: 0; }
[hidden] { display: none !important; }
a { color: inherit; text-underline-offset: 3px; }
a:focus-visible { outline: 3px solid #c72b25; outline-offset: 5px; }
.page { max-width: 1080px; margin: auto; padding: 32px 48px 24px; }
header, footer, .brand, footer nav { display: flex; align-items: center; }
header, footer { justify-content: space-between; gap: 24px; }
.brand { gap: 12px; font-size: 25px; font-weight: 750; text-decoration: none; letter-spacing: -.7px; }
.brand img { border-radius: 13px; }
.label { color: #73716e; font-size: 13px; }
main { max-width: 570px; padding: 76px 0 62px; margin: auto; }
.eyebrow { color: #ba2923; font-size: 13px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
h1 { font-size: clamp(42px, 8vw, 68px); line-height: 1.06; font-weight: 750; letter-spacing: -.055em; margin: 20px 0 24px; }
.lead { font-size: 19px; line-height: 1.65; color: #55534f; margin: 0 0 28px; }
.button { display: flex; justify-content: center; align-items: center; gap: 14px; padding: 17px 24px; min-height: 56px; border-radius: 14px; font-size: 16px; font-weight: 650; text-decoration: none; text-align: center; }
.primary { background: #d62e26; color: white; }
.primary:hover { background: #b7241e; }
.secondary { background: white; border: 1px solid #d9d6d0; }
.secondary:hover { background: #f6f4ef; }
.install { margin: 36px 0 24px; padding: 26px; border: 1px solid #e2ded6; border-radius: 20px; background: #f2f0eb; }
h2 { font-size: 20px; margin: 0 0 12px; letter-spacing: -.4px; }
.install p { color: #55534f; line-height: 1.65; margin: 0 0 20px; font-size: 15px; }
.hint, .install .hint { font-size: 13px; line-height: 1.65; color: #66625d; margin: 16px 0 0; }
.notice { font-size: 13px; line-height: 1.65; color: #73716e; }
footer { border-top: 1px solid #e2ded6; padding-top: 22px; color: #73716e; font-size: 12px; }
footer nav { gap: 20px; }
footer a { text-decoration: none; }
footer a:hover { text-decoration: underline; }
@media (max-width: 600px) {
  .page { padding: 24px; }
  .label { display: none; }
  main { padding: 52px 0 36px; }
  .lead { font-size: 17px; }
  .install { padding: 22px; }
  footer { align-items: flex-start; }
  footer nav { flex-direction: column; align-items: flex-end; gap: 10px; }
}
