.section-subtitle{text-align:center;max-width:800px;margin:0 auto 3rem}.hero p{font-size:1.2rem;max-width:800px;margin:0 auto 2rem}section .section-title{padding:1rem 0}.section-title{text-align:center;margin:0 0 2rem;color:#1a3a6c;font-size:2.2rem}.problem-section{background-color:#fff;border-radius:10px;padding:2.5rem;box-shadow:0 5px 15px rgba(0,0,0,.05);margin-bottom:3rem}.problem-section h2{color:#2c5aa0;margin-bottom:1.5rem;font-size:1.8rem}.problem-section p{margin-bottom:1rem}.how-it-works{background-color:#dff0fa;padding:1rem}.steps{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem}.step{flex:1 1;min-width:300px;background:white;padding:2rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:transform .3s}.step:hover{transform:translateY(-10px)}.step h3{color:#2c5aa0;margin-bottom:1rem;font-size:1.4rem;display:flex;align-items:center}.step-number{display:inline-block;background-color:#2c5aa0;color:white;width:32px;height:32px;border-radius:50%;text-align:center;line-height:32px;margin-right:10px;font-weight:700}.advantages{background-color:#fff}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem}.advantage{background:#dff0fa;padding:2rem;border-radius:10px;border-left:4px solid #ff6b35}.advantage h3{color:#2c5aa0;margin-bottom:1rem;font-size:1.4rem}.tips{display:flex;flex-wrap:wrap;gap:1rem;& .tip{flex:1 1;min-width:300px;background:white;padding:1rem;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.05);display:flex;flex-direction:column;align-items:center}}.tip-icon{font-size:2.5rem;color:#ff6b35}.tip h3{color:#2c5aa0;margin-bottom:1rem;font-size:1.4rem}.final-cta{text-align:center;padding:2rem 0;background:linear-gradient(135deg,var(--primary-light),var(--primary-dark));color:white;margin-top:2rem}.final-cta h2{font-size:2.5rem;margin-bottom:1.5rem}.final-cta p{max-width:700px;margin:0 auto 2rem;font-size:1.2rem}footer{background-color:#1a3a6c;color:white;padding:3rem 0 1.5rem}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;gap:2rem;margin-bottom:2rem}.footer-section{flex:1 1;min-width:250px}.footer-section h3{font-size:1.4rem;margin-bottom:1.5rem;position:relative;padding-bottom:10px}.footer-section h3:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background-color:#ff6b35}.footer-section p,.footer-section ul{margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#ddd;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#ff6b35}.copyright{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);font-size:.9rem;color:#aaa}@media (max-width:768px){.header-content{flex-direction:column;text-align:center}nav ul{margin-top:1rem;justify-content:center}nav li{margin:0 .75rem}.hero h1{font-size:2.2rem}}