.help-container{max-width:1200px;margin:2rem auto;padding:0 1rem}.help-content{background-color:white;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:2rem}.help-content h1{color:#1e4b7a;font-size:2.5rem;margin-bottom:3rem;text-align:center;font-weight:600}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.section-icon{font-size:2rem;color:#1e4b7a}.help-section{margin-bottom:4rem;padding:2rem;background:#f8fafc;border-radius:12px}.help-section h2{color:#1e4b7a;font-size:2rem;margin:0}.feature-grid{display:grid;grid-gap:2rem;gap:2rem;margin-top:2rem}.feature-card{background:white;padding:2rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05)}.filter-examples{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.filter-group{background:#f1f5f9;padding:1.5rem;border-radius:8px}.filter-group h4{color:#1e4b7a;margin-bottom:1rem;font-weight:600}.filter-group ul{list-style:none;padding:0;margin:0}.filter-group li{color:#64748b;margin-bottom:.5rem;font-size:.9rem}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.step-card{background:white;padding:2rem;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05);position:relative}.step-number{position:absolute;top:-1rem;left:-1rem;width:3rem;height:3rem;background:#1e4b7a;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.step-details{display:grid;grid-gap:1.5rem;gap:1.5rem;margin-top:1.5rem}.detail-group{padding:1rem;background:#f1f5f9;border-radius:6px}.detail-group h4{color:#1e4b7a;margin-bottom:.5rem}.post-job-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;margin-top:3rem;text-align:center}.feature{padding:1.5rem;background:white;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.05)}.feature-icon{font-size:2rem;color:#1e4b7a;margin-bottom:1rem}.faq-item{margin-bottom:1.5rem;padding:1rem;background-color:#f8fafc;border-radius:6px}.faq-item:last-child{margin-bottom:0}.faq-item h3{color:#1e4b7a;font-size:1.1rem;margin-bottom:.5rem}.faq-item p{color:#4a5568;line-height:1.6}.guide-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.guide-item{background-color:#f8fafc;padding:1.5rem;border-radius:6px}.guide-item h3{color:#1e4b7a;font-size:1.1rem;margin-bottom:1rem}.guide-item ul{list-style-type:disc;margin-left:1.5rem}.guide-item li{color:#4a5568;line-height:1.6;margin-bottom:.5rem}.contact-info{background-color:#f8fafc;padding:1.5rem;border-radius:6px;margin-top:1rem}.contact-info p{color:#4a5568;margin-bottom:.5rem}.contact-info p:last-child{margin-bottom:0}.useful-links{display:flex;gap:1rem;flex-wrap:wrap}.link-item{color:#1e4b7a;text-decoration:none;padding:.5rem 1rem;border:1px solid #1e4b7a;border-radius:4px;transition:all .2s}.link-item:hover{background-color:#1e4b7a;color:white}@media (max-width:768px){.help-container{margin:1rem auto}.help-content{padding:1.5rem}.help-content h1{font-size:2rem}.help-section{padding:1.5rem}.help-section h2{font-size:1.5rem}.filter-examples,.guide-items,.steps-container{grid-template-columns:1fr}}