.container{min-height:100vh;background:#0a0a0a;color:#e5e7eb;padding:2rem 1rem;font-family:Inter,sans-serif}.header{text-align:center;margin-bottom:3rem}.header h1{font-size:2.5rem;color:#4f46e5;margin-bottom:.5rem;font-weight:700}.content{max-width:800px;margin:0 auto;line-height:1.6}.intro{font-size:1.1rem;color:#94a3b8}.intro,.section{margin-bottom:2rem}.section{background:#1a1a1a;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);border:1px solid #2d2d2d}.section h2{color:#4f46e5;font-size:1.5rem;margin-bottom:1rem;font-weight:600}.section p{color:#cbd5e1;margin-bottom:1rem}ul{list-style:none}ul,ul li{padding-left:1.5rem}ul li{margin-bottom:.75rem;position:relative;color:#cbd5e1}ul li:before{content:"•";color:#4f46e5;position:absolute;left:0}@media (max-width:768px){.container{padding:1.5rem .5rem}.section{padding:1.5rem}.header h1{font-size:2rem}}