.advantages-section{text-align:center;padding:4rem 2rem;background-color:var(--background-color-offset)}.advantages-section h2{font-size:2.5rem;margin-bottom:1rem;color:var(--heading-color)}.advantages-section>p{font-size:1.2rem;max-width:800px;margin:0 auto 3rem auto;color:var(--text-color-light)}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.advantage-card{background-color:var(--card-background-color);padding:2rem;border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.05);text-align:left;transition:transform .3s ease,box-shadow .3s ease;border:1px solid var(--input-border-color)}.advantage-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.1)}.advantage-icon{font-size:2rem;margin-bottom:1rem}.advantage-card h3{font-size:1.5rem;margin-bottom:.5rem;color:var(--heading-color)}.advantage-card p{font-size:1rem;color:var(--text-color-light)}.advantages-section .final-link{margin-top:3rem;font-size:1.2rem}@media (max-width:768px){.advantages-section{padding:2rem 1rem}.advantages-section h2{font-size:1.8rem}.advantage-card{padding:1.5rem;text-align:center}.advantage-icon{margin-left:auto;margin-right:auto}}