body { margin: 0; min-height: 100vh; background: #1a1a2e; color: #fff; font-family: system-ui, -apple-system, sans-serif; line-height: 1.5; }
main { max-width: 36rem; margin: 0 auto; padding: 2rem 1.5rem 4rem; }
header { max-width: 36rem; margin: 0 auto; padding: 1rem 1.5rem 0; }
header a { color: rgba(255,255,255,0.6); text-decoration: none; font-weight: 600; }
h1 { font-size: 1.8rem; margin: 1rem 0 0.5rem; }
h2 { font-size: 1.2rem; margin: 2rem 0 0.5rem; }
p { color: rgba(255,255,255,0.8); margin: 0 0 1rem; }
a { color: #3ddc84; }
.buttons { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 1.5rem 0; }
.button { display: inline-block; padding: 0.7rem 1.25rem; border-radius: 10px; background: #ef4444; color: #fff; font-weight: 700; text-decoration: none; }
.button.secondary { background: rgba(255,255,255,0.15); }
ol.steps { padding: 0; margin: 0; list-style: none; counter-reset: step; }
ol.steps li { counter-increment: step; display: flex; gap: 0.9rem; align-items: flex-start; margin-bottom: 1.25rem; }
ol.steps li::before { content: counter(step); flex: none; width: 2rem; height: 2rem; border-radius: 50%; background: #3ddc84; color: #1a1a2e; font-weight: 700; display: flex; align-items: center; justify-content: center; }
ol.steps strong { display: block; margin-bottom: 0.2rem; }
ol.steps span { color: rgba(255,255,255,0.75); font-size: 0.95rem; }
