.howItWorks{padding:5rem 0;background:#f8f9fa}.howitworks-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;gap:4rem;align-items:flex-start}.leftContent{flex:1}.leftContent h2{font-size:clamp(2rem,5vw,3rem);margin-bottom:1rem;color:#333;font-family:var(--font-rajdhani);font-weight:600}.leftContent p{color:#666;line-height:1.6;margin-bottom:2rem}.buttonsWorks{display:flex;gap:1rem}.btnWorks{padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s ease;background:#fff;border:2px solid var(--blue);color:var(--blue)}.btnWorks.active{background:var(--blue);color:#fff}.rightContent{width:100%;flex:1;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.rightContent h3{font-size:clamp(1.2rem,5vw,2rem);text-align:center;font-family:var(--font-rajdhani);font-weight:500}.steps{margin-top:2rem}.step{gap:1rem;margin-bottom:1.5rem}.step,.stepNumber{display:flex;align-items:center}.stepNumber{width:32px;height:32px;border-radius:50%;background:var(--yellow);color:var(--red);justify-content:center;font-weight:700}@media (max-width:768px){.howitworks-container{flex-direction:column;gap:2rem}.buttonsWorks{justify-content:center}.rightContent{padding:1rem}.step{align-items:flex-start}.stepNumber{margin-bottom:.5rem}}.whypasundo-container{padding:4rem 2rem;max-width:1200px;margin:0 auto}.whypasundo-title{text-align:center;margin-bottom:3rem;font-size:clamp(1.8rem,4vw,2.5rem);font-family:var(--font-rajdhani);font-weight:700;color:#333}.whypasundo-grid{display:grid;grid-template-columns:1fr;gap:2rem;padding:1rem}.whypasundo-item{text-align:center;padding:2rem;border-radius:10px;background-color:#f8f9fa;box-shadow:0 2px 10px rgba(0,0,0,.1);transition:all .3s ease}.whypasundo-item:hover{transform:translateY(-5px);background:linear-gradient(135deg,rgba(0,56,168,.925),rgba(206,17,39,.925))}.whypasundo-icon,.whypasundo-item h3,.whypasundo-item p{transition:all .3s ease}.whypasundo-item:hover h3,.whypasundo-item:hover p{color:#fff}.whypasundo-item:hover .whypasundo-icon{color:var(--yellow)}.whypasundo-icon{font-size:clamp(2rem,3vw,3rem);color:#007bff;margin-bottom:.5rem}.whypasundo-item h3{font-size:clamp(1.2rem,2vw,1.5rem);margin-bottom:1rem;font-weight:500;color:#333}.whypasundo-item p{font-size:clamp(.9rem,1.5vw,1rem);color:#666;line-height:1.6}@media (min-width:768px){.whypasundo-grid{grid-template-columns:repeat(2,1fr)}}.report-issues-container{max-width:1200px;margin:4rem auto 0;padding:2rem;text-align:center;background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.report-issues-container h3{font-size:1.8rem;margin-bottom:1rem;color:#333;font-family:var(--font-rajdhani)}.report-issues-container p{color:#666;margin-bottom:1.5rem}.report-button{padding:1rem 2rem;background:var(--red);color:#fff;border:none;border-radius:8px;font-size:1rem;cursor:pointer;transition:background .3s ease}.report-button:hover{background:#d32f2f}@media (max-width:768px){.report-issues-container{margin-top:2rem;padding:1.5rem}}