:root { color-scheme: light; font-family: system-ui, -apple-system, sans-serif; color: #0f172a; background: #f8fafc; }
* { box-sizing: border-box; }
body { margin: 0; }
main { width: min(100% - 40px, 520px); margin: 0 auto; padding: 40px 0; }
.brand { display: inline-block; color: #0f172a; font-weight: 900; font-size: 26px; text-decoration: none; margin-bottom: 52px; }
.brand span { display: block; color: #64748b; font-size: 11px; font-weight: 500; margin-top: 4px; }
.eyebrow { color: #7c3aed; font-size: 10px; font-weight: 750; letter-spacing: .13em; }
h1 { font-size: clamp(30px, 7vw, 42px); line-height: 1.15; letter-spacing: -.035em; margin: 16px 0; }
p { font-size: 15px; line-height: 1.7; color: #64748b; }
.stores { display: grid; gap: 12px; margin: 30px 0; }
.stores a { border: 1px solid #ddd6fe; padding: 18px 20px; background: #8b5cf6; color: white; border-radius: 14px; font-size: 15px; text-decoration: none; font-weight: 700; }
.stores a:last-child { background: white; color: #6d28d9; }
.stores span { display: block; margin-top: 5px; font-weight: 400; font-size: 12px; opacity: .85; }
section { padding: 22px; background: white; border: 1px solid #e2e8f0; border-radius: 18px; }
.step { display: grid; place-items: center; width: 36px; height: 36px; background: #ede9fe; color: #7c3aed; border-radius: 12px; font-size: 23px; }
h2 { font-size: 20px; margin: 16px 0 8px; }
section p { font-size: 13px; margin: 8px 0 0; }
.note { font-size: 11px; margin: 22px 4px; }
footer { display: flex; gap: 12px; font-size: 11px; color: #64748b; margin-top: 36px; }
footer a { color: inherit; }
a:focus-visible { outline: 3px solid #8b5cf6; outline-offset: 4px; }
