:root{--fp-navy:#032b5b;--fp-blue:#0ca5ff;--fp-light-bg:#eff8ff;--fp-white:#fff;--fp-text:#334155;--fp-sub:#64748b;--fp-border:#e2e8f0;--fp-shadow:0 2px 12px #0000000f;--fp-shadow-hover:0 6px 20px #0000001a;--fp-radius:16px}.fp-page{font-family:DM Sans,sans-serif;overflow-x:clip}.fp-home-hero-container{min-height:80vh;position:relative;overflow:hidden}.fp-home-hero-bg-wrapper{width:100%;height:100%;position:absolute;top:0;left:0}.fp-home-hero-row{z-index:1;min-height:80vh;margin:0;padding:1rem 5rem 0;position:relative}.fp-home-hero-left-col{flex-direction:column;justify-content:center;display:flex}.fp-home-hero-left{flex-direction:column;gap:1rem;padding-top:2rem;display:flex}.fp-home-hero-badge{color:#0ca5ff;letter-spacing:1px;background:#e4f4ff;border-radius:25px;align-items:center;gap:8px;width:fit-content;padding:4px 14px;font-size:13px;font-weight:700;display:inline-flex}.fp-home-hero-title,.fp-home-hero-subtitle{color:#032b5b;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.fp-home-hero-highlight{color:#0ca5ff}.fp-home-hero-desc{color:#686868;max-width:520px;margin:0;font-size:15px;line-height:1.7}.fp-home-hero-cta{color:#fff;cursor:pointer;white-space:nowrap;background:#0ca5ff;border:none;border-radius:4px;width:fit-content;height:50px;padding:0 24px;font-size:15px;font-weight:600;transition:background .2s;animation:2s infinite fp-cta-pulse}.fp-home-hero-cta:hover{background:#0989d4}.fp-home-hero-right-col{display:flex}.fp-home-hero-img-container{justify-content:flex-end;align-items:flex-end;margin:auto auto 0;display:flex;position:relative}.fp-home-hero-img{object-fit:contain;object-position:bottom;height:auto}@media (max-width:1024px){.fp-home-hero-row{min-height:auto;padding:2rem 2rem 0}.fp-home-hero-img-container{justify-content:center}.fp-home-hero-img{width:100%;max-height:24rem}}@media (max-width:767px){.fp-home-hero-row{padding:2rem 1rem 0}.fp-home-hero-left-col{order:2}.fp-home-hero-right-col{order:1}.fp-home-hero-title,.fp-home-hero-subtitle{font-size:1.8rem}.fp-home-hero-cta{white-space:normal;width:100%;height:auto;padding:.75rem 1rem}.fp-btn-dark{white-space:normal;width:100%}.fp-home-hero-img{width:100%;max-height:22rem}.fp-home-hero-img-container{width:100%;padding-top:1.5rem}}.fp-blue{color:var(--fp-blue)}.fp-section-title{color:var(--fp-navy);font-size:2rem;font-weight:700;line-height:1.3}.fp-section-sub{color:var(--fp-sub);max-width:680px;margin:1rem auto 0;font-size:.95rem;line-height:1.7}.fp-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0ca5ff 0%,#0080d6 100%);border:none;border-radius:8px;padding:.9rem 1.75rem;font-size:1rem;font-weight:600;transition:transform .2s;animation:2s infinite fp-cta-pulse}.fp-btn-primary:hover{color:#fff;transform:translateY(-2px)}.fp-btn-primary.fp-btn-lg{padding:1rem 2.25rem;font-size:1.05rem}.fp-btn-dark{color:#fff;cursor:pointer;white-space:nowrap;background:#0ca5ff;border:none;border-radius:8px;padding:.9rem 1.5rem;font-size:.95rem;font-weight:600;transition:transform .2s,background .2s;animation:2s infinite fp-cta-pulse}.fp-btn-dark:hover{background:#0989d4;transform:translateY(-2px)}.fp-what-is{background:#fff;padding:6rem 0 3rem}.fp-quote-mark{color:var(--fp-blue);margin-bottom:24px;font-family:Georgia,serif;font-size:80px;line-height:.6}.fp-whatis-lead{color:var(--fp-navy);margin-bottom:16px;font-size:16px;line-height:1.7}.fp-whatis-body{color:var(--fp-text);margin-bottom:24px;font-size:15px;line-height:1.7}.fp-cost-title{color:#0ca5ff;text-align:center;width:100%;margin-bottom:24px;font-size:20px;font-weight:700}.fp-cost-section{flex-direction:column;align-items:center;width:100%;display:flex}.fp-cost-window{width:100%;max-width:340px;height:194px;margin:0 0 20px;overflow:hidden}.fp-cost-track{flex-direction:column;gap:10px;display:flex}.fp-cost-card{opacity:.42;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-shrink:0;align-items:center;gap:12px;height:58px;padding:0 16px;transition:opacity .4s,transform .4s,box-shadow .4s,border-color .4s;display:flex;transform:scale(.9);box-shadow:0 1px 6px #00000012}.fp-cost-window.fp-resetting .fp-cost-card{transition:none}.fp-cost-card.fp-card-active{opacity:1;transform:scale(1);box-shadow:0 4px 18px #0ca5ff2e}.fp-cc-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.fp-cc-text{flex-direction:row;flex:1;align-items:center;gap:10px;display:flex}.fp-cc-label{color:var(--fp-navy);text-align:left;flex:1;font-size:15px;font-weight:500}.fp-cc-range{color:var(--fp-text);white-space:nowrap;text-align:left;font-size:14px;font-weight:600}.fp-btn-full{text-align:center;white-space:normal;width:auto;margin-top:12px}.fp-why-important{background:#fff;padding:4rem 0 5rem}.fp-why-card{border-radius:var(--fp-radius);box-shadow:var(--fp-shadow);background:#fff;flex-direction:column;height:100%;padding:1.5rem 1.25rem 0;transition:transform .2s,box-shadow .2s;display:flex;overflow:visible}.fp-why-card:hover{box-shadow:var(--fp-shadow-hover);transform:translateY(-4px)}.fp-why-card h5{color:var(--fp-navy);margin-bottom:10px;font-size:17px;font-weight:700}.fp-why-card p{color:var(--fp-sub);flex:1;font-size:14px;line-height:1.65}.fp-why-card-img{text-align:center;margin-top:auto;margin-bottom:-80px;padding-top:16px}@media (max-width:767px){.fp-why-card{padding-bottom:1rem;overflow:hidden}.fp-why-card-img{margin-bottom:0}.fp-why-card-img img{width:auto!important;height:160px!important}}.fp-who-opt{background:#fff;padding:4rem 0 3rem}.fp-suitable-label{color:var(--fp-text);margin-top:16px;font-size:18px}.fp-opt-grid{overflow:hidden}.fp-opt-item{border-right:1px solid var(--fp-border);border-bottom:1px solid var(--fp-border);align-items:center;gap:14px;padding:32px 24px;display:flex}@media (min-width:992px){.fp-opt-item:nth-child(3n){border-right:none}.fp-opt-item:nth-child(3n+1):nth-last-child(-n+3),.fp-opt-item:nth-child(3n+1):nth-last-child(-n+3)~.fp-opt-item{border-bottom:none}}@media (min-width:768px) and (max-width:991px){.fp-opt-item:nth-child(2n){border-right:none}.fp-opt-item:nth-child(odd):nth-last-child(-n+2),.fp-opt-item:nth-child(odd):nth-last-child(-n+2)~.fp-opt-item{border-bottom:none}}@media (max-width:767px){.fp-opt-item{border-right:none}.fp-opt-item:last-child{border-bottom:none}}.fp-opt-icon{border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.fp-opt-text{color:var(--fp-text);font-size:14px;line-height:1.55}.fp-how-works{background:var(--fp-light-bg);padding:4rem 0 5rem}.fp-how-works .container{padding-left:3rem;padding-right:3rem}@media (max-width:767px){.fp-how-works .container{padding-left:1rem;padding-right:1rem}}.fp-hiw-card{border-radius:var(--fp-radius);box-shadow:var(--fp-shadow);background:#fff;flex-direction:row;align-items:flex-end;height:100%;min-height:200px;padding:2rem 0 0 2rem;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.fp-hiw-card:hover{box-shadow:var(--fp-shadow-hover);transform:translateY(-4px)}.fp-hiw-card--img-left{flex-direction:row-reverse;padding:2rem 2rem 0 0}.fp-hiw-card-top{flex:1;align-self:center;padding-bottom:2rem;padding-right:1rem}.fp-hiw-card-top h5{color:var(--fp-navy);margin-bottom:10px;font-size:17px;font-weight:700}.fp-hiw-card-top p{color:var(--fp-sub);margin:0;font-size:14px;line-height:1.65}.fp-hiw-card-img{flex-shrink:0;align-self:flex-end;align-items:flex-end;display:flex}@media (max-width:767px){.fp-hiw-card,.fp-hiw-card--img-left{min-height:unset;flex-direction:column;align-items:stretch;padding:1.5rem 1.5rem 0}.fp-hiw-card-top{align-self:stretch;padding-bottom:1rem;padding-right:0}.fp-hiw-card-img{justify-content:center;align-self:center;padding-top:.5rem}.fp-hiw-card-img img{width:auto!important;height:130px!important}}.fp-process{background:#fff;padding:4rem 0 3rem}.fp-process-illus{justify-content:center;align-items:flex-start;display:flex}.fp-process-step{cursor:pointer;border-radius:var(--fp-radius);align-items:flex-start;gap:20px;margin-bottom:32px;transition:transform .2s;display:flex;position:relative}.fp-process-step:hover{transform:translate(4px)}.fp-process-step:focus-visible{outline:2px solid var(--fp-blue);outline-offset:6px}.fp-process-step:not(:last-child):after{content:"";background:var(--fp-border);width:2px;position:absolute;top:40px;bottom:-16px;left:19px}.fp-step-num{background:var(--fp-border);width:40px;height:40px;color:var(--fp-navy);z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:700;display:flex}.fp-step-active .fp-step-num{background:var(--fp-navy);color:#fff;width:44px;height:44px;font-size:15px}.fp-step-body h5{color:var(--fp-navy);margin:8px 0 4px;font-size:15px;font-weight:600}.fp-step-body p{color:var(--fp-sub);font-size:14px;line-height:1.6}.fp-step-card{border-radius:var(--fp-radius);box-shadow:var(--fp-shadow);background:#fff;flex-direction:column;gap:4px;padding:20px 24px;animation:.45s both fp-step-fadein;display:flex}@keyframes fp-step-fadein{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fp-cta-pulse{0%,to{box-shadow:0 0 #0ca5ff66}50%{box-shadow:0 0 0 10px #0ca5ff00}}.fp-step-icon{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:12px;display:inline-flex;position:relative;background:0 0!important}.fp-step-icon:before{content:"";border-radius:inherit;background:var(--step-icon-bg);opacity:.5;z-index:0;position:absolute;inset:0}.fp-step-icon>*{z-index:1;position:relative}.fp-step-card h5{margin-top:0}@media (max-width:767px){.fp-process-step{gap:12px;margin-bottom:20px}.fp-process-step:not(:last-child):after{top:36px;left:15px}.fp-step-num{flex-shrink:0;width:32px;height:32px;font-size:12px}.fp-step-active .fp-step-num{width:36px;height:36px;font-size:13px}.fp-step-body{flex:1;min-width:0}.fp-step-body h5{word-break:break-word;margin:4px 0;font-size:14px}.fp-step-body p{font-size:13px}.fp-step-card{padding:14px 16px}.fp-step-icon{width:48px;height:48px}}.fp-why-choose-wrapper{background:#032b5b;position:relative}.fp-why-choose-sticky{align-items:center;height:100vh;display:flex;position:sticky;top:0;overflow:hidden}.fp-why-choose{background:0 0;width:100%;padding:2rem 0}.fp-apart-label{color:var(--fp-text);margin-top:12px;padding:.5rem 0 1.5rem;font-size:15px}.fp-why-choose .fp-section-title,.fp-why-choose .fp-blue{color:#fff}.fp-why-choose .fp-section-sub,.fp-why-choose .fp-apart-label{color:#ffffffbf}.fp-choose-viewport{width:100vw;margin-left:calc(50% - 50vw);padding-bottom:6px;overflow:hidden}.fp-choose-track{will-change:transform;flex-wrap:nowrap;gap:1.5rem;width:max-content;padding:0 5rem;display:flex}.fp-choose-track:after{content:"";flex:0 0 3rem}@media (min-width:768px) and (max-width:991px){.fp-why-choose-wrapper{padding:2rem 0 3rem;height:auto!important;min-height:0!important}.fp-why-choose-sticky{height:auto!important;min-height:0!important;display:block!important;position:static!important;overflow:visible!important}.fp-why-choose{padding:0!important}.fp-why-choose .fp-apart-label{margin-top:8px!important;padding:0 0 .5rem!important}.fp-choose-viewport{width:100%!important;margin-left:0!important;padding-top:0!important;padding-bottom:0!important;overflow:visible!important}.fp-choose-track{flex-wrap:wrap;gap:1rem;width:auto;padding:0 1.5rem;transform:none!important}.fp-choose-track:after{display:none!important}.fp-choose-grid-item{flex:0 0 calc(50% - .5rem)!important;width:calc(50% - .5rem)!important}.fp-choose-card{text-align:center;flex-direction:column;align-items:center}}@media (max-width:767px){.fp-why-choose-wrapper{padding:2rem 0;height:auto!important;min-height:0!important}.fp-why-choose-sticky{height:auto!important;min-height:0!important;display:block!important;position:static!important;overflow:visible!important}.fp-why-choose{padding:0!important}.fp-choose-viewport{width:100%!important;margin-left:0!important;padding-bottom:0!important;overflow:visible!important}.fp-choose-track{flex-wrap:wrap;gap:1rem;width:auto;padding:0 1rem;transform:none!important}.fp-choose-track:after{display:none!important}.fp-choose-grid-item{flex:0 0 100%!important;width:100%!important}.fp-choose-card{text-align:left;border-radius:1rem;flex-direction:row;align-items:center;gap:1rem;padding:1rem}.fp-choose-card-header{border-radius:.75rem;flex-shrink:0;width:64px;height:64px;padding:.5rem}.fp-choose-card-header:before{border-radius:.75rem}.fp-choose-card-body{text-align:left;flex:1;align-items:flex-start;padding:0}.fp-choose-card-body h5{margin-bottom:4px;font-size:14px}.fp-choose-card-body p{font-size:13px}.fp-choose-icon{width:48px;height:48px}.fp-choose-card-num{display:none}}.fp-choose-grid-item{flex:0 0 clamp(220px,22vw,280px);align-items:stretch;display:flex}.fp-choose-card{text-align:center;background:#fff;border-radius:1rem;flex-direction:column;align-items:stretch;width:100%;transition:transform .35s,box-shadow .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.fp-choose-card:hover{transform:translateY(-4px);box-shadow:0 25px 30px -8px #0000002e,0 10px 14px -6px #0000001f}.fp-choose-card-header{z-index:0;border-radius:1rem 1rem 0 0;justify-content:center;align-items:center;padding:2rem 1.5rem 1.75rem;display:flex;position:relative;overflow:hidden}.fp-choose-card-header:before{content:"";background:var(--card-accent);border-radius:inherit;z-index:-1;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;transform:translateY(-101%)}.fp-choose-card:hover .fp-choose-card-header:before{transform:translateY(0)}.fp-choose-card-body{flex-direction:column;flex:1;justify-content:flex-start;align-items:center;padding:1rem 2rem;display:flex}.fp-choose-card-num{color:#f1f5f999;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:6.5rem;font-weight:800;line-height:1;position:absolute;top:-10px;right:-8px}.fp-choose-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;transition:background .35s,transform .35s;display:inline-flex}.fp-choose-card:hover .fp-choose-icon{transform:scale(1.15);background:0 0!important}.fp-choose-card h5{color:var(--fp-navy);margin-bottom:10px;font-size:16px;font-weight:600}.fp-choose-card p{color:var(--fp-sub);margin:0;font-size:14px;line-height:1.7}.fp-cta-section{background:#fff;padding:3rem 0}.fp-cta-card{text-align:center;background:linear-gradient(#f7fbff 0%,#fff 100%);border:1px solid #def3ff;border-radius:20px;padding:3.5rem 2rem;position:relative;overflow:hidden}.fp-cta-deco{pointer-events:none;position:absolute}.fp-cta-deco-dots-tl{top:16px;left:24px}.fp-cta-deco-dots-br{bottom:16px;right:24px}.fp-cta-deco-cap{top:38%;left:14%;transform:rotate(-15deg)}.fp-cta-deco-target{top:42%;right:14%}.fp-cta-deco-sparkle{top:18%;right:16%}.fp-cta-deco-squiggle{bottom:38%;left:10%}.fp-cta-deco-wave{bottom:20%;right:8%}.fp-cta-content{z-index:1;max-width:580px;margin:0 auto;position:relative}.fp-cta-heading{color:#032b5b;margin-bottom:.75rem;font-size:1.75rem;font-weight:800}.fp-cta-highlight{color:#0ca5ff}.fp-cta-desc{color:#64748b;margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.fp-cta-btn{color:#fff;cursor:pointer;background:#0ca5ff;border:none;border-radius:8px;padding:.75rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;animation:2s infinite fp-cta-pulse;display:inline-block}.fp-cta-btn:hover{color:#fff;background:#0990e0;text-decoration:none;transform:translateY(-2px)}.fp-app-banner{background:var(--fp-light-bg);padding:32px 0}.fp-app-banner h4{color:var(--fp-navy);margin-bottom:4px;font-size:1.25rem;font-weight:700}.fp-app-banner p{color:var(--fp-sub);margin:0;font-size:14px}.fp-store-btn{background:#1a1a2e;border-radius:8px;padding:8px 16px;text-decoration:none;display:inline-block}.fp-store-fallback{color:#fff;font-size:14px;font-weight:600}@media (max-width:767px){.fp-section-title{font-size:1.4rem}.fp-cta-heading{font-size:1.35rem}.fp-cta-card{padding:2.5rem 1.25rem}.fp-cta-deco-cap,.fp-cta-deco-target,.fp-cta-deco-squiggle,.fp-cta-deco-dots-br{display:none}.fp-opt-item{border-right:none!important}.fp-opt-item:nth-last-child(-n+3){border-bottom:1px solid var(--fp-border)!important}.fp-opt-item:last-child{border-bottom:none!important}.fp-process-illus{display:none}}@media (max-width:991px){.fp-opt-item:nth-child(3n){border-right:1px solid var(--fp-border)}.fp-opt-item:nth-child(2n){border-right:none}.fp-choose-grid-item{flex:0 0 280px}}
