.recovery-container{font-family:Segoe UI,sans-serif;background-color:#f0f6ff;color:#333;overflow-x:hidden;padding-bottom:100px}.hero-image{position:relative;width:100%;height:100vh;overflow:hidden;border-bottom-left-radius:30px;border-bottom-right-radius:30px;box-shadow:0 6px 12px rgba(0,0,0,.1)}.hero-image img{width:100%;height:100%;object-fit:cover;display:block}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(0,42,110,.6),rgba(0,125,255,.5));display:flex;flex-direction:column;justify-content:center;align-items:center;color:white;padding:20px;text-align:center}.hero-text{font-size:2.5rem;font-weight:700;color:white;margin-bottom:10px;animation:fadeIn 1s ease-in-out}.hero-subtext{font-size:1.2rem;max-width:700px;line-height:1.6;animation:fadeIn 1.5s ease-in-out}.features-section{display:flex;justify-content:center;gap:30px;background-color:#ffffff;padding:40px 20px;flex-wrap:wrap;border-radius:20px;margin:30px 20px;box-shadow:0 4px 12px rgba(0,0,0,.05)}.feature-box{display:flex;flex-direction:column;align-items:center;font-size:16px;color:#333;background-color:#e6f0ff;padding:20px;border-radius:15px;width:140px;transition:transform .3s ease;box-shadow:0 3px 8px rgba(0,0,0,.05)}.feature-box:hover{transform:translateY(-6px)}.feature-icon{font-size:40px;color:#01103b;margin-bottom:10px}.cta-section{text-align:center;padding:40px 20px;background:#fff;margin:40px 20px;border-radius:25px;box-shadow:0 8px 16px rgba(0,0,0,.05)}.cta-section h2{font-size:30px;margin-bottom:10px;color:#01103b}.cta-section p{font-size:16px;margin-bottom:20px;color:#555;max-width:600px;margin-inline:auto}.cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-top:20px}.cta-call,.cta-whatsapp{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-size:16px;font-weight:700;border-radius:999px;color:#fff;text-decoration:none;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:all .3s ease}.cta-call,.cta-call:hover{background-color:#01103b}.cta-call:hover{transform:scale(1.05)}.cta-whatsapp{background-color:#25D366}.cta-whatsapp:hover{background-color:#1ebe5b;transform:scale(1.05)}.cta-icon{font-size:18px}.chat-bubble{bottom:90px;background-color:#ffffff;padding:10px 18px;border-radius:25px;box-shadow:0 3px 10px rgba(0,0,0,.15);color:#01103b;font-weight:600;white-space:nowrap;animation:popIn .3s ease-in-out}.chat-bubble,.floating-whatsapp{position:fixed;right:20px;z-index:1000}.floating-whatsapp{bottom:20px;width:55px;height:55px;background-color:#25D366;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 15px rgba(0,0,0,.3);transition:transform .3s ease-in-out}.floating-whatsapp:hover{transform:scale(1.1)}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}