.static-home{font-family:Nunito,sans-serif;color:#333;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero-section{background-color:#235390;color:white;padding:80px 0;background-image:url(/images/bg-pattern.svg);background-size:cover;background-position:50%}.hero-content{display:flex;flex-direction:column;align-items:center;gap:40px}@media (min-width:768px){.hero-content{flex-direction:row;justify-content:space-between}}.hero-text{max-width:600px;text-align:center}@media (min-width:768px){.hero-text{text-align:left}}.hero-text h1{font-size:2.5rem;font-weight:700;margin-bottom:20px;line-height:1.2}.hero-text p{font-size:1.25rem;margin-bottom:30px}.hero-buttons{display:flex;flex-direction:column;gap:15px;width:100%;max-width:320px;margin:0 auto}@media (min-width:768px){.hero-buttons{flex-direction:row;margin:0}}.hero-image{width:100%;max-width:450px}.hero-image img{width:100%;height:auto}.btn{display:inline-block;padding:12px 24px;font-weight:700;text-align:center;text-decoration:none;border-radius:12px;border:none;cursor:pointer;transition:all .3s ease;text-transform:uppercase;font-size:1rem}.btn-primary{background-color:#4CAF50;color:white;border-bottom:4px solid #388e3c}.btn-primary:hover{background-color:#43A047;border-bottom-color:#2E7D32}.btn-outline{background-color:transparent;color:white;border:solid white;border-width:2px 2px 4px}.btn-outline:hover{background-color:rgba(255,255,255,.1)}.features-section{padding:80px 0;background-color:#f8f9fa}.features-section h2{text-align:center;font-size:2rem;margin-bottom:50px;color:#235390}.features-grid{display:grid;grid-template-columns:1fr;gap:30px}@media (min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background-color:white;border-radius:10px;padding:30px;box-shadow:0 5px 15px rgba(0,0,0,.05);text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-10px)}.feature-icon{width:80px;height:80px;margin:0 auto 20px;display:flex;align-items:center;justify-content:center}.feature-icon img{max-width:100%;max-height:100%}.feature-card h3{font-size:1.5rem;margin-bottom:15px;color:#235390}.process-section{padding:80px 0}.process-section h2{text-align:center;font-size:2rem;margin-bottom:50px;color:#235390}.process-steps{display:grid;grid-template-columns:1fr;gap:30px}@media (min-width:768px){.process-steps{grid-template-columns:repeat(3,1fr)}}.process-step{text-align:center;padding:20px}.step-number{width:50px;height:50px;background-color:#235390;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 20px}.process-step h3{font-size:1.5rem;margin-bottom:15px;color:#235390}