body{margin:0;padding:0;background:#f9fbff}html{scroll-behavior:smooth}.mbsfspone-hero{padding:3rem 1rem;background:#fff}.mbsfspone-container{display:flex;flex-direction:column;gap:2rem;max-width:1200px;margin:auto}.mbsfspone-left h1{font-size:2.2rem;font-weight:800;color:#1a2b4c;margin-bottom:1rem}.mbsfspone-left h1 span{color:#357ded}.mbsfspone-left p{color:#444;margin-bottom:1.5rem}.mbsfspone-btn{background:#357ded;color:#fff;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;display:inline-block;transition:.3s;text-decoration:none}.mbsfspone-btn:hover{background:#ffc815}.mbsfspone-trust{display:flex;align-items:center;gap:.5rem;margin-top:1rem}.mbsfspone-trust img{width:32px;height:32px;border-radius:50%;border:2px solid #fff;box-shadow:0 2px 6px rgba(0,0,0,.1)}.mbsfspone-trust span{font-size:.9rem;color:#666}.mbsfspone-image-wrapper{position:relative;max-width:500px;margin:auto}.mbsfspone-image-frame{background:#357ded;border-radius:16px;width:100%;height:100%;position:absolute;top:10px;left:10px;z-index:0}.mbsfspone-image-box{position:relative;background:#fff;border-radius:16px;overflow:hidden;z-index:1;box-shadow:0 12px 25px rgba(0,0,0,.12)}.mbsfspone-image-box img{width:100%;height:auto;display:block;border-radius:16px}.mbsfspone-stat-card{position:absolute;bottom:-20px;right:-20px;background:#fff;padding:.9rem 1.2rem;border-radius:12px;box-shadow:0 12px 25px rgba(0,0,0,.15);font-size:.9rem;z-index:2;display:flex;align-items:center;gap:.75rem;animation:mbsfsponeFloat 6s ease-in-out infinite}.mbsfspone-check-icon{width:54px;height:54px;flex-shrink:0}.mbsfspone-logos{margin:2rem auto;display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;align-items:center}.mbsfspone-logos img{height:64px;object-fit:contain;max-width:120px;filter:drop-shadow(0 2px 4px rgba(0, 0, 0, .1))}.mbsfspone-features{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem;max-width:1200px;margin-left:auto;margin-right:auto}.mbsfspone-feature-card{background:#fff;color:#004aad;font-size:.85rem;font-weight:700;padding:1rem 1rem;border-radius:12px;box-shadow:8px 8px 15px rgba(0,0,0,.1),-8px -8px 15px rgba(255,255,255,.7);display:flex;flex-direction:column;align-items:center;transition:all .3s ease;text-align:center;width:calc(20% - 1rem);min-width:180px}.mbsfspone-feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.12)}.mbsfspone-tag{background:#d5eaff;color:#004aad;font-size:.75rem;padding:.2rem .6rem;border-radius:999px;margin-bottom:.5rem;font-weight:600}.tag-sec{background:#357ded;color:#fff}@keyframes mbsfsponeFloat{0%{transform:translateY(0)}50%{transform:translateY(-6px)}100%{transform:translateY(0)}}@media (max-width:1024px){.mbsfspone-feature-card{width:calc(33.333% - 1rem)}}@media (max-width:768px){.mbsfspone-container{flex-direction:column}.mbsfspone-left{padding-right:0;text-align:center}.mbsfspone-trust{justify-content:center}.mbsfspone-feature-card{width:calc(50% - 1rem)}}@media (max-width:480px){.mbsfspone-feature-card{width:100%}.mbsfspone-stat-card{right:10px;bottom:10px;padding:.6rem .8rem;font-size:.8rem;animation:none}.mbsfspone-check-icon{width:32px;height:32px}}@media (min-width:768px){.mbsfspone-container{flex-direction:row;justify-content:space-between;align-items:center}.mbsfspone-left,.mbsfspone-right{flex:1}.mbsfspone-left{padding-right:2rem}}.mbsfsptwo-section{background:#fff;padding:4rem 1rem;font-family:Manrope,sans-serif;color:#fff;border-radius:20px}.mbsfsptwo-container{max-width:1100px;margin:auto;display:flex;justify-content:center}.mbsfsptwo-content-block{flex:1;display:flex;flex-direction:column;gap:2rem;width:100%}.mbsfsptwo-title-wrap{text-align:center}.mbsfsptwo-heading{font-size:1.8rem;font-weight:800;color:#16283f;margin-bottom:.3rem}.mbsfsptwo-subheading{color:#546373!important;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.mbsfsptwo-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.mbsfsptwo-feature-card{background:#01176b;padding:1rem;border-radius:12px;box-shadow:0 3px 10px rgba(0,0,0,.2)}.mbsfsptwo-feature-card h4{color:#ffc107;margin-top:.6rem;margin-bottom:.3rem;font-size:1rem;font-weight:700}.mbsfsptwo-feature-card p{font-size:.9rem;color:#fff}.mbsfsptwo-compare-horizontal{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between;margin-top:2rem}.mbsfsptwo-compare-text{flex:1;min-width:240px;max-width:280px}.mbsfsptwo-compare-text.aligned-center{display:flex;align-items:center;text-align:left}.mbsfsptwo-after,.mbsfsptwo-before{flex:1;min-width:240px;border-radius:12px;padding:1rem}.mbsfsptwo-before{background:#de283b;color:#fff}.mbsfsptwo-after{background:#005461;color:#fff}.mbsfsptwo-after h4,.mbsfsptwo-before h4{font-size:1.1rem;font-weight:700;margin-bottom:.6rem}.mbsfsptwo-after ul li,.mbsfsptwo-before ul li{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem;font-size:.9rem}.mbsfsptwo-after ul,.mbsfsptwo-before ul{padding-left:0;margin-left:0;list-style:none}.mbsfsptwo-after ul li img,.mbsfsptwo-before ul li img{filter:brightness(0) invert(1)}@media (min-width:1024px){.mbsfsptwo-feature-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.mbsfsptwo-compare-text{text-align:center;justify-content:center;max-width:100%}}@media (max-width:768px){.mbsfsptwo-compare-horizontal{flex-direction:column}.mbsfsptwo-compare-text.aligned-center{align-items:center;text-align:center;margin:0 auto}}@keyframes slowRotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmerLine{0%,100%{opacity:.8;transform:scaleX(1)}50%{opacity:1;transform:scaleX(1.1)}}.mbsfspfive-service-section{font-family:Manrope,sans-serif;padding:80px 20px;text-align:center;position:relative;overflow:hidden;background:#fff}.mbsfspfive-service-section::after,.mbsfspfive-service-section::before{content:'';position:absolute;border-radius:50%;z-index:0;animation:slowRotate 40s linear infinite}.mbsfspfive-service-section::before{width:700px;height:700px;top:-30%;right:-25%;background:radial-gradient(circle,rgba(59,130,246,.03) 0,transparent 60%)}.mbsfspfive-service-section::after{width:500px;height:500px;bottom:-40%;left:-20%;background:radial-gradient(circle,rgba(255,200,21,.02) 0,transparent 70%);animation-direction:reverse;animation-duration:50s}.mbsfspfive-service-container{max-width:1200px;margin:0 auto;position:relative;z-index:2}.mbsfspfive-service-title{font-size:36px;font-weight:800;margin-bottom:50px;position:relative;opacity:0;animation:fadeInUp 1s ease-out .3s forwards;background:linear-gradient(135deg,#0f172a 0,#1e293b 50%,#334155 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.mbsfspfive-service-title::after{content:'';position:absolute;bottom:-15px;left:0;right:0;width:70px;height:4px;background:linear-gradient(90deg,#3b82f6,#60a5fa,#ffc815);border-radius:2px;margin:0 auto;animation:shimmerLine 3s ease-in-out infinite}.mbsfspfive-service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;justify-items:center;opacity:0;animation:fadeInUp 1s ease-out .6s forwards}.mbsfspfive-service-card{background:#f8fafc;color:#1a1a1a;border-radius:16px;padding:30px 20px;text-decoration:none;text-align:center;max-width:320px;border:1px solid #e2e8f0;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:transform .4s ease,box-shadow .4s ease;position:relative;overflow:hidden}.mbsfspfive-service-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.mbsfspfive-service-icon{width:64px;height:64px;object-fit:contain;margin-bottom:20px}.mbsfspfive-service-card h3{font-size:18px;font-weight:600;margin-bottom:12px;color:#1a1a1a}.mbsfspfive-service-card p{font-size:14px;color:#555;margin-bottom:16px;line-height:1.6}.mbsfspfive-more{font-size:13px;color:#01176b;font-weight:600;text-transform:uppercase;display:inline-block;margin-top:10px}@media only screen and (width:768px) and (height:1024px){.mbsfsptwo-compare-horizontal{flex-direction:column!important;align-items:center!important;gap:2rem!important}.mbsfsptwo-compare-text{text-align:center!important;width:100%!important;margin-bottom:1.5rem!important}.mbsfsptwo-after,.mbsfsptwo-before{flex:none!important;width:90%!important;max-width:400px!important;margin:0 auto!important;box-sizing:border-box}}