.help-container{max-width:800px;margin:0 auto;padding:2rem;color:white;min-height:100vh}.help-content h1{color:#fff;text-align:center;margin-bottom:2rem;font-size:2.5rem}.help-section{margin-bottom:3rem;background:#333;padding:2rem;border-radius:12px;border-left:4px solid var(--main-color)}.help-section h2{color:#fff;font-size:1.5rem;display:flex;align-items:center;gap:.5rem}.help-item,.help-section h2{margin-bottom:1.5rem}.help-item h3{color:var(--main-color-lighter);margin-bottom:.5rem;font-size:1.2rem}.help-item p{line-height:1.6;color:#cccccc;margin-bottom:.5rem}.help-item ul{padding-left:1.5rem;color:#cccccc}.help-item li{margin-bottom:.5rem;line-height:1.6}.help-item strong{color:var(--main-color-lighter);font-weight:600}@media (max-width:768px){.help-container{padding:1rem}.help-content h1{font-size:2rem}.help-section{padding:1.5rem}.help-section h2{font-size:1.3rem}}