.footer{color:#001139;font-family:var(--primary-font),sans-serif;background:#fff;position:relative;overflow:hidden}.footer-gradient-bg{pointer-events:none;background:linear-gradient(135deg,#00113908 0%,#0096ff0d 50%,#00113908 100%) 0 0/200% 200%;animation:15s infinite gradientShift;position:absolute;inset:0}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.footer-float{pointer-events:none;background:radial-gradient(circle,#0096ff26,#0000 70%);border-radius:50%;animation:20s ease-in-out infinite float;position:absolute}.float-1{width:300px;height:300px;animation-delay:0s;top:10%;left:-5%}.float-2{width:200px;height:200px;animation-delay:7s;top:50%;right:-5%}.float-3{width:150px;height:150px;animation-delay:3s;bottom:10%;left:50%}@keyframes float{0%,to{opacity:.3;transform:translate(0)scale(1)}33%{opacity:.5;transform:translate(30px,-30px)scale(1.1)}66%{opacity:.4;transform:translate(-20px,20px)scale(.9)}}.footer-container{z-index:1;max-width:1200px;margin:0 auto;padding:60px 40px 0;position:relative}.footer-main{border-bottom:1px solid #0011391a;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:50px;padding-bottom:50px;display:grid}.footer-section{animation:.6s ease-out backwards fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.footer-section:first-child{animation-delay:.1s}.footer-section:nth-child(2){animation-delay:.2s}.footer-section:nth-child(3){animation-delay:.3s}.footer-section:nth-child(4){animation-delay:.4s}.footer-brand .footer-logo img{height:45px;margin-bottom:20px;transition:transform .3s}.footer-brand .footer-logo img:hover{transform:scale(1.05)}.footer-tagline{color:#596177;max-width:280px;margin-bottom:25px;font-size:.95rem;line-height:1.6}.footer-social{gap:12px;display:flex}.footer-social-btn{color:#001139;background:#0011390d;border:1px solid #0011391a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.5s ease-out backwards slideIn;display:flex;position:relative;overflow:hidden}.footer-social-btn:before{content:"";background:linear-gradient(135deg,#001139,#0096ff);border-radius:50%;width:0;height:0;transition:width .4s,height .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.footer-social-btn:hover:before{width:100px;height:100px}.footer-social-btn:hover{border-color:#0096ff;transform:translateY(-5px);box-shadow:0 10px 25px #0096ff4d}.social-icon{z-index:1;text-transform:uppercase;font-size:.9rem;transition:color .3s;position:relative}.footer-social-btn:hover .social-icon{color:#fff}.social-tooltip{color:#fff;white-space:nowrap;opacity:0;pointer-events:none;background:#001139;border-radius:6px;padding:6px 12px;font-size:.75rem;transition:opacity .3s,transform .3s;position:absolute;bottom:100%;left:50%;transform:translate(-50%)translateY(-5px)}.footer-social-btn:hover .social-tooltip{opacity:1;transform:translate(-50%)translateY(-10px)}@keyframes slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.footer-heading{color:#001139;margin-bottom:20px;font-size:1.1rem;font-weight:700;display:inline-block;position:relative}.footer-heading:after{content:"";background:linear-gradient(90deg,#0096ff,#0000);width:0;height:3px;transition:width .5s;position:absolute;bottom:-6px;left:0}.footer-section:hover .footer-heading:after{width:50px}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:12px;animation:.5s ease-out backwards fadeInUp}.footer-link{color:#596177;align-items:center;gap:8px;font-size:.95rem;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}.link-arrow{opacity:0;color:#0096ff;font-weight:600;transition:all .3s;transform:translate(-10px)}.footer-link:hover .link-arrow{opacity:1;transform:translate(0)}.footer-link:hover{color:#001139;padding-left:5px}.footer-cta .cta-text{color:#596177;margin-bottom:24px;font-size:.95rem;line-height:1.6}.cta-button-footer{color:#fff;background:linear-gradient(135deg,#001139,#0096ff);border-radius:14px;justify-content:center;align-items:center;gap:10px;width:100%;padding:16px 24px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #0096ff40}.cta-button-footer:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0096ff66}.cta-button-footer:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.cta-button-footer:hover:before{left:100%}.cta-arrow{font-size:1.1rem;transition:transform .3s}.cta-button-footer:hover .cta-arrow{transform:translate(4px)}.footer-bottom{padding:30px 0}.footer-bottom-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.copyright{color:#596177;margin:0;font-size:.9rem}.footer-bottom-links{align-items:center;gap:15px;display:flex}.bottom-link{color:#596177;font-size:.9rem;text-decoration:none;transition:color .3s;position:relative}.bottom-link:after{content:"";background:#0096ff;width:0;height:1px;transition:width .3s;position:absolute;bottom:-2px;left:0}.bottom-link:hover{color:#001139}.bottom-link:hover:after{width:100%}.divider{color:#d1d5db}@media (max-width:1024px){.footer-main{grid-template-columns:1fr 1fr;gap:40px}.footer-brand{grid-column:1/-1}}@media (max-width:768px){.footer-container{padding:40px 20px 0}.footer-main{grid-template-columns:1fr;gap:35px;padding-bottom:35px}.footer-brand{grid-column:1}.footer-tagline{max-width:100%}.footer-social-btn{width:40px;height:40px}.footer-bottom-content{text-align:center;flex-direction:column;gap:15px}.float-1,.float-2,.float-3{opacity:.2}}@media (max-width:480px){.footer-container{padding:30px 16px 0}.footer-brand .footer-logo img{height:38px}.footer-heading{font-size:1rem}.cta-button-footer{padding:14px 20px}}
.ftf-card{-webkit-backdrop-filter:blur(24px)saturate(160%);background:#ffffffc7;border:1px solid #0096ff2e;border-radius:24px;width:100%;min-width:320px;max-width:420px;padding:26px 28px 22px;position:relative;overflow:hidden;box-shadow:0 8px 40px #0011391a,0 2px 8px #0096ff14,inset 0 1px #ffffffe6}.ftf-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#0096ff1f 0%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-60px;right:-60px}.ftf-top-label{letter-spacing:.6px;text-transform:uppercase;color:#0096ff;background:#0096ff17;border:1px solid #0096ff38;border-radius:999px;align-items:center;gap:7px;margin-bottom:12px;padding:5px 14px;font-size:11.5px;font-weight:700;display:inline-flex}.ftf-dot{background:#0096ff;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:1.8s ease-in-out infinite ftf-pulse}@keyframes ftf-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.ftf-title{color:#001139;letter-spacing:-.4px;margin:0 0 4px;font-size:22px;font-weight:800;line-height:1.2}.ftf-subtitle{color:#475569;margin:0 0 16px;font-size:14px;line-height:1.5}.ftf-subtitle strong{color:#001139}.ftf-form{flex-direction:column;gap:10px;display:flex}.ftf-field{flex-direction:column;gap:5px;display:flex}.ftf-field label{color:#1e293b;letter-spacing:.1px;font-size:12.5px;font-weight:600}.ftf-optional{color:#94a3b8;font-size:11.5px;font-weight:400}.ftf-field input,.ftf-field textarea{box-sizing:border-box;color:#0f172a;resize:none;background:#f8fafcd9;border:1.5px solid #0011391f;border-radius:10px;outline:none;width:100%;padding:9px 13px;font-family:inherit;font-size:13.5px;transition:border-color .2s,box-shadow .2s,background .2s}.ftf-field input::placeholder,.ftf-field textarea::placeholder{color:#94a3b8}.ftf-field input:focus,.ftf-field textarea:focus{background:#fff;border-color:#0096ff;box-shadow:0 0 0 3px #0096ff1f}.ftf-error{color:#ef4444;background:#ef444412;border:1px solid #ef444433;border-radius:8px;margin:0;padding:8px 12px;font-size:12.5px}.ftf-submit{letter-spacing:.2px;color:#fff;cursor:pointer;background:linear-gradient(135deg,#0096ff 0%,#05c 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:2px;padding:13px 20px;font-family:inherit;font-size:14.5px;font-weight:700;transition:box-shadow .25s,opacity .2s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 18px #0096ff59}.ftf-submit:after{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff1f 0%,#0000 60%);position:absolute;inset:0}.ftf-submit:hover:not(:disabled){box-shadow:0 6px 28px #0096ff80}.ftf-submit:disabled{opacity:.7;cursor:not-allowed}.ftf-spinner{border:2.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.7s linear infinite ftf-spin;display:inline-block}@keyframes ftf-spin{to{transform:rotate(360deg)}}.ftf-trust{color:#94a3b8;text-align:center;letter-spacing:.1px;margin:2px 0 0;font-size:11.5px}.ftf-success{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:28px 16px;display:flex}.ftf-success-icon{color:#fff;background:linear-gradient(135deg,#0096ff,#05c);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:22px;font-weight:800;display:flex;box-shadow:0 6px 20px #0096ff59}.ftf-success p{color:#001139;margin:0;font-size:15px;font-weight:600}@media screen and (max-width:768px){.ftf-card{border-radius:20px;max-width:100%;padding:28px 22px 22px}.ftf-title{font-size:20px}}
.hero-wrapper{background:radial-gradient(80% 60% at 20% 10%,#0096ff12 0%,#0000 60%),radial-gradient(60% 50% at 85% 80%,#0011390d 0%,#0000 55%),linear-gradient(160deg,#f0f6ff 0%,#f5f5f5 45%,#f8faff 100%);justify-content:center;align-items:center;min-height:100vh;padding:72px 24px 40px;display:flex;position:relative;overflow:hidden}.hero-bg-orb{pointer-events:none;filter:blur(70px);opacity:.55;z-index:0;border-radius:50%;position:absolute}.hero-bg-orb--1{background:radial-gradient(circle,#0096ff2e 0%,#0000 70%);width:520px;height:520px;animation:18s ease-in-out infinite alternate orb-drift-1;top:-120px;left:-100px}.hero-bg-orb--2{background:radial-gradient(circle,#0011391a 0%,#0000 70%);width:400px;height:400px;animation:22s ease-in-out infinite alternate orb-drift-2;bottom:-80px;right:5%}@keyframes orb-drift-1{0%{transform:translate(0)scale(1)}to{transform:translate(40px,30px)scale(1.08)}}@keyframes orb-drift-2{0%{transform:translate(0)scale(1)}to{transform:translate(-30px,-20px)scale(1.05)}}.hero-grid-overlay{z-index:0;pointer-events:none;background-image:linear-gradient(#0096ff0a 1px,#0000 1px),linear-gradient(90deg,#0096ff0a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 70%,#000 30%,#0000 100%);mask-image:radial-gradient(70% 70%,#000 30%,#0000 100%)}.hero-container{z-index:2;grid-template-columns:1fr 420px;align-items:center;gap:40px;width:100%;max-width:1180px;margin:0 auto;display:grid;position:relative}.hero-left{flex-direction:column;align-items:flex-start;gap:0;display:flex}.hero-badge{letter-spacing:.65px;text-transform:uppercase;color:#05c;background:#0096ff1a;border:1px solid #0096ff40;border-radius:999px;align-items:center;gap:8px;margin-bottom:18px;padding:7px 18px;font-size:11.5px;font-weight:700;display:inline-flex}.hero-badge__dot{background:#0096ff;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s ease-in-out infinite badge-pulse;box-shadow:0 0 6px #0096ff99}@keyframes badge-pulse{0%,to{opacity:1;box-shadow:0 0 6px #0096ff99}50%{opacity:.75;box-shadow:0 0 12px #0096ffe6}}.hero-headline{letter-spacing:-.03em;color:#001139;margin:0 0 14px;font-size:clamp(32px,4.5vw,58px);font-weight:900;line-height:1.1}.hero-headline__gradient{background:linear-gradient(120deg,#0096ff 0%,#0050d0 50%,#0096ff 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:4s linear infinite headline-gradient}@keyframes headline-gradient{0%{background-position:0%}to{background-position:200%}}.hero-headline__underline{white-space:nowrap;color:#001139;position:relative}.hero-headline__underline:after{content:"";transform-origin:0;background:linear-gradient(90deg,#0096ff,#0050d0);border-radius:4px;width:100%;height:4px;animation:1s .9s both underline-reveal;position:absolute;bottom:-4px;left:0}@keyframes underline-reveal{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.hero-description{color:#475569;letter-spacing:-.01em;max-width:540px;margin:0 0 20px;font-size:clamp(15px,1.7vw,18px);font-weight:400;line-height:1.72}.hero-ctas{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:22px;display:flex}.hero-cta-primary{letter-spacing:.1px;color:#fff;cursor:pointer;background:linear-gradient(135deg,#0096ff 0%,#0050d0 100%);border:none;border-radius:12px;align-items:center;gap:8px;padding:15px 30px;font-family:inherit;font-size:15px;font-weight:700;transition:box-shadow .25s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 6px 24px #0096ff61}.hero-cta-primary:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff24 0%,#0000 55%);position:absolute;inset:0}.hero-cta-primary:hover{box-shadow:0 10px 36px #0096ff80}.hero-cta-secondary{color:#001139;cursor:pointer;background:0 0;border:1.5px solid #00113938;border-radius:12px;align-items:center;gap:6px;padding:14px 26px;font-family:inherit;font-size:15px;font-weight:600;transition:border-color .2s,background .2s,color .2s;display:inline-flex}.hero-cta-secondary:hover{color:#0096ff;background:#0096ff0d;border-color:#0096ff}.hero-stats{flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:20px;display:flex}.hero-stat{flex-direction:column;gap:2px;display:flex}.hero-stat__value{color:#001139;letter-spacing:-.03em;font-size:22px;font-weight:900;line-height:1}.hero-stat__label{color:#64748b;letter-spacing:.1px;font-size:12px;font-weight:500}.hero-stats__divider{background:linear-gradient(#0000,#00113926,#0000);width:1px;height:36px}.hero-trust{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.hero-trust__avatars{display:flex}.hero-trust__avatar{background:hsl(var(--hue,210deg)70% 55%);color:#fff;border:2.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-left:-10px;font-size:13px;font-weight:700;transition:transform .2s;display:flex;box-shadow:0 2px 6px #00113926}.hero-trust__avatars:hover .hero-trust__avatar{margin-left:-6px}.hero-trust__avatar:first-child{margin-left:0}.hero-trust__text{color:#64748b;margin:0;font-size:13px;line-height:1.4}.hero-trust__text strong{color:#001139}.hero-right{justify-content:center;align-items:center;display:flex}@media screen and (max-width:1024px){.hero-container{grid-template-columns:1fr 380px;gap:40px}.hero-headline{font-size:clamp(28px,4vw,46px)}}@media screen and (max-width:900px){.hero-wrapper{padding:64px 20px 40px}.hero-container{grid-template-columns:1fr;gap:48px}.hero-left{text-align:center;align-items:center}.hero-headline{font-size:clamp(28px,6vw,48px)}.hero-description{text-align:center;margin-left:auto;margin-right:auto}.hero-ctas,.hero-stats,.hero-trust{justify-content:center}.hero-right{width:100%}}@media screen and (max-width:600px){.hero-wrapper{padding:90px 16px 50px}.hero-headline{font-size:clamp(26px,7.5vw,38px)}.hero-ctas{flex-direction:column;width:100%}.hero-cta-primary,.hero-cta-secondary{justify-content:center;width:100%}.hero-stats{gap:14px}.hero-stat__value{font-size:20px}.hero-bg-orb--1{width:300px;height:300px}.hero-bg-orb--2{width:240px;height:240px}}@media screen and (max-width:400px){.hero-headline{font-size:clamp(24px,8vw,34px)}.hero-badge{padding:6px 14px;font-size:10.5px}}
