.gradient-logo-text[data-v-3f1e8ffa]{background:linear-gradient(135deg,#06d1e0,#1fb1f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:pointer;white-space:nowrap}.nav-link[data-v-3f1e8ffa]{position:relative;transition:.3s}.nav-link[data-v-3f1e8ffa]:hover{color:#47e5f4}.nav-link[data-v-3f1e8ffa]:after{content:"";position:absolute;width:0%;height:2px;background:#47e5f4;left:0;bottom:-4px;transition:width .3s ease}.nav-link[data-v-3f1e8ffa]:hover:after{width:100%}.active[data-v-3f1e8ffa]{color:#47e5f4!important}.active[data-v-3f1e8ffa]:after{width:100%;background-color:#47e5f4}.mobile-nav-link[data-v-3f1e8ffa]{transition:.3s}.mobile-nav-link[data-v-3f1e8ffa]:hover{color:#47e5f4}.mobile-active[data-v-3f1e8ffa]{color:#47e5f4!important;font-weight:600}@media(max-width:768px){.max-w-7xl[data-v-3f1e8ffa]{max-width:100%!important;padding-left:1rem!important;padding-right:1rem!important}.gradient-logo-text span[data-v-3f1e8ffa]{font-size:1.5rem!important}}@media(max-width:767px){.company-title[data-v-9236f739]{font-size:20px}.company-powered[data-v-9236f739]{font-size:14px}.social-icons[data-v-9236f739]{font-size:1.75rem}}@media(min-width:768px){.company-title[data-v-9236f739]{font-size:25px}.company-powered[data-v-9236f739]{font-size:16px}.social-icons[data-v-9236f739]{font-size:30px}.footer-text[data-v-9236f739]{font-size:15px}.footer-copyright[data-v-9236f739]{font-size:14px}}@media(max-width:768px){.router-link-active[data-v-9236f739]{text-decoration:none!important}}#app{min-height:100vh}[data-v-3ef950c0]:root{--background: 240 25% 98%;--foreground: 220 20% 10%;--card: 0 0% 100%;--card-foreground: 220 20% 10%;--primary: 184 95% 45%;--primary-foreground: 0 0% 100%;--secondary: 280 65% 60%;--secondary-foreground: 0 0% 100%;--muted: 220 15% 92%;--muted-foreground: 220 10% 45%;--accent: 14 90% 65%;--accent-foreground: 0 0% 100%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--border: 220 15% 88%;--input: 220 15% 90%;--ring: 184 95% 45%;--radius: 1rem;--glass-bg: rgba(255, 255, 255, .65);--glass-border: rgba(255, 255, 255, .18);--glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, .15)}[data-v-3ef950c0]{margin:0;padding:0;box-sizing:border-box}body[data-v-3ef950c0]{font-family:Inter,system-ui,sans-serif;background:hsl(var(--background));color:hsl(var(--foreground));line-height:1.5}.gradient-text[data-v-3ef950c0]{background:linear-gradient(135deg,#06d1e0,#1fb1f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media(max-width:640px){.hover\:scale-105[data-v-3ef950c0]:hover{transform:none!important}}@keyframes fadeSlideUp-3ef950c0{0%{opacity:0;transform:translateY(40px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.animate-fade-slide-up[data-v-3ef950c0]{opacity:0;animation:fadeSlideUp-3ef950c0 .9s ease-out forwards}.fade-slide-up[data-v-3ef950c0]{opacity:0;transform:translateY(25px);animation:fadeSlideUp-3ef950c0 .9s ease-out forwards}.feature-card[data-v-3ef950c0]{background:#fff;border-radius:1rem;padding:1.5rem;text-align:center;box-shadow:0 1px 3px #0000001a}.glass-card-strong[data-v-3ef950c0]{background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}.btn-primary[data-v-3ef950c0]{background:linear-gradient(to right,hsl(var(--primary)),hsl(var(--secondary)));color:#fff;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;font-size:1.25rem;border:none;cursor:pointer;transition:all .3s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary[data-v-3ef950c0]:hover{box-shadow:0 10px 25px -5px hsl(var(--primary) / .3);transform:translateY(-2px)}.btn-outline[data-v-3ef950c0]{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:hsl(var(--foreground));padding:.75rem 2rem;border-radius:1rem;font-weight:600;font-size:1.25rem;border:3px solid var(--glass-border);cursor:pointer;transition:all .3s}.btn-outline[data-v-3ef950c0]:hover{background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@keyframes fadeIn-3ef950c0{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in[data-v-3ef950c0]{animation:fadeIn-3ef950c0 .6s ease-out}@keyframes scaleIn-3ef950c0{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-scale-in[data-v-3ef950c0]{animation:scaleIn-3ef950c0 .4s ease-out}.animate-delay-1[data-v-3ef950c0]{animation-delay:.3s}.animate-delay-2[data-v-3ef950c0]{animation-delay:.6s}.animate-delay-3[data-v-3ef950c0]{animation-delay:.8s}.animate-pop-in[data-v-3ef950c0]{opacity:0;transform:scale(.85);animation:popIn-3ef950c0 .8s ease-out forwards}@keyframes popIn-3ef950c0{to{opacity:1;transform:scale(1)}}.animate-float-soft[data-v-3ef950c0]{animation:floatSoft-3ef950c0 5s ease-in-out infinite}@keyframes floatSoft-3ef950c0{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.animate-glow-pulse[data-v-3ef950c0]{animation:glowPulse-3ef950c0 3.5s ease-in-out infinite}@keyframes glowPulse-3ef950c0{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.6;transform:scale(1.15)}}.feature-animate[data-v-3ef950c0]{opacity:0;transform:translate(-20px);animation:featureSlide-3ef950c0 .8s ease forwards}.feature-animate[data-v-3ef950c0]:nth-child(1){animation-delay:.4s}.feature-animate[data-v-3ef950c0]:nth-child(2){animation-delay:.6s}.feature-animate[data-v-3ef950c0]:nth-child(3){animation-delay:.8s}@keyframes featureSlide-3ef950c0{to{opacity:1;transform:translate(0)}}.animate-pulse-glow[data-v-3ef950c0]{animation:pulseGlow-3ef950c0 2.2s infinite ease-in-out}@keyframes pulseGlow-3ef950c0{0%,to{box-shadow:0 0 #38bdf899;transform:scale(1)}50%{box-shadow:0 0 25px 8px #38bdf873;transform:scale(1.15)}}.animate-glowline[data-v-3ef950c0]{animation:glowLine-3ef950c0 3s infinite ease-in-out}@keyframes glowLine-3ef950c0{0%{opacity:.65}50%{opacity:1}to{opacity:.65}}.input-field[data-v-3ef950c0]{width:100%;padding:.75rem 1rem;border-radius:.5rem;border:1px solid hsl(var(--border));background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:1rem;transition:all .3s}.input-field[data-v-3ef950c0]:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .1)}.slider-thumb[data-v-3ef950c0]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;background:#06b6d4;border-radius:50%;cursor:pointer}.glass-box[data-v-3ef950c0]{background:var(--glass-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}.animate-pulse-glow[data-v-3ef950c0]{border-color:#67e8f9!important;width:60px!important;height:60px!important;margin:0 auto 2.5rem!important}@media(max-width:768px){.hero-heading-desktop[data-v-3ef950c0]{font-size:45px!important}.hero-description-desktop[data-v-3ef950c0]{font-size:22px!important}section:nth-of-type(2) h2[data-v-3ef950c0],section:nth-of-type(3) h2[data-v-3ef950c0],section#calculator h2[data-v-3ef950c0],section#apply h2[data-v-3ef950c0],.bg-gradient-to-br h2[data-v-3ef950c0],section:last-of-type h2[data-v-3ef950c0]{font-size:30px!important}}@media(min-width:769px){.hero-content-desktop[data-v-3ef950c0]{padding-left:3rem!important}.hero-container-desktop[data-v-3ef950c0]{min-height:600px!important}section[data-v-3ef950c0]{padding-top:1.5rem!important;padding-bottom:1.5rem!important;margin-top:1rem!important}.btn-primary[data-v-3ef950c0]{padding:1rem 3rem!important}.btn-outline[data-v-3ef950c0]{padding:1.2rem 3.5rem!important}.hero-buttons-desktop[data-v-3ef950c0]{margin-bottom:1.5rem!important;justify-content:flex-start!important}.hero-badge-container-desktop[data-v-3ef950c0]{margin-bottom:1.4rem!important}.hero-stats-desktop[data-v-3ef950c0]{margin-bottom:2rem!important}h1.hero-heading-desktop[data-v-3ef950c0],p.hero-description-desktop[data-v-3ef950c0]{margin-bottom:1.5rem!important}}@media(max-width:768px){.hover\:scale-105[data-v-3ef950c0]:hover{transform:none!important}.hero-container-desktop[data-v-3ef950c0]{min-height:650px!important}.container[data-v-3ef950c0]{max-width:90%!important}.hero-badge-container-desktop[data-v-3ef950c0]{margin-bottom:1rem!important;margin-top:0rem!important}.hero-heading-desktop[data-v-3ef950c0]{margin-bottom:1rem!important}.hero-description-desktop[data-v-3ef950c0],.hero-buttons-desktop[data-v-3ef950c0]{margin-bottom:2rem!important}.calculator-grid[data-v-3ef950c0]{grid-template-columns:1fr!important;gap:2rem!important;padding:1.5rem!important}.app-download-grid[data-v-3ef950c0]{grid-template-columns:1fr!important;gap:2rem!important;text-align:center!important}.app-phone-mockup[data-v-3ef950c0]{width:200px!important;margin:0 auto!important}.feature-card[data-v-3ef950c0]{padding:1.25rem!important}.hero-content[data-v-3ef950c0]{text-align:left!important}.hero-content .flex[data-v-3ef950c0]{justify-content:flex-start!important}.block.md\:hidden ion-icon[data-v-3ef950c0]{font-size:2.5rem!important}.block.md\:hidden .animate-pulse-glow[data-v-3ef950c0]{width:60px!important;height:60px!important;border-color:#67e8f9!important}}.gradient-text[data-v-ca5e641e],.gradient-text[data-v-da130e61]{background:linear-gradient(135deg,#06d1e0,#1fb1f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-card[data-v-da130e61]{background:linear-gradient(135deg,#00ffff0d,#00c8ff0d);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(0,200,255,.3);transition:transform .4s ease,box-shadow .4s ease;animation:floatUp-da130e61 2s ease-in-out infinite alternate}.glass-card[data-v-da130e61]:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 25px 50px #00c8ff40}@keyframes floatUp-da130e61{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.fade-slide[data-v-da130e61]{opacity:0;transform:translateY(20px);transition:all .8s ease}h1[data-v-da130e61],h2[data-v-da130e61],h3[data-v-da130e61],h4[data-v-da130e61]{background:linear-gradient(to right,#06b6d4,#22d3ee);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}body[data-v-56296fb8]{background:linear-gradient(135deg,#f0f9ff,#dbeafe,#ddd6fe)}.gradient-text[data-v-56296fb8]{background:linear-gradient(135deg,#06d1e0,#1fb1f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.card[data-v-56296fb8]{background:#ffffffeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.4);border-radius:16px;padding:16px 14px;box-shadow:0 8px 25px #00000014;position:relative;overflow:hidden;opacity:0;transform:translateY(60px);transition:all .6s ease}@media(min-width:480px){.card[data-v-56296fb8]{border-radius:18px;padding:20px 16px;box-shadow:0 12px 30px #00000014}}@media(min-width:768px){.card[data-v-56296fb8]{border-radius:24px;padding:28px 24px;box-shadow:0 15px 40px #00000014}}@media(min-width:1024px){.card[data-v-56296fb8]{border-radius:28px;padding:36px 32px}}.card[data-v-56296fb8]{animation:float-56296fb8 6s ease-in-out infinite}@keyframes float-56296fb8{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.card[data-v-56296fb8]:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#06b6d4,#8b5cf6);opacity:0;transition:opacity .5s ease}.card[data-v-56296fb8]:hover{animation:none;transform:translateY(-28px) scale(1.05) ease;box-shadow:0 35px 90px #06b6d459,0 0 40px #8b5cf640;border-color:#8b5cf666;z-index:10}.card[data-v-56296fb8]:hover:before{opacity:1}.title[data-v-56296fb8]{font-size:24px;font-weight:900;background:linear-gradient(90deg,#29a6aa,#96d9db);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:12px;letter-spacing:-.5px;text-align:center}@media(min-width:480px){.title[data-v-56296fb8]{font-size:20px;margin-bottom:14px}}@media(min-width:768px){.title[data-v-56296fb8]{font-size:24px;margin-bottom:20px}}@media(min-width:1024px){.title[data-v-56296fb8]{font-size:28px;margin-bottom:24px}}.dot[data-v-56296fb8]{width:8px;height:8px;background:linear-gradient(45deg,#06b6d4,#8b5cf6);border-radius:50%;box-shadow:0 0 8px #06b6d480;flex-shrink:0}@media(min-width:480px){.dot[data-v-56296fb8]{width:10px;height:10px;box-shadow:0 0 10px #06b6d480}}@media(min-width:768px){.dot[data-v-56296fb8]{width:12px;height:12px;box-shadow:0 0 15px #06b6d480}}li[data-v-56296fb8]{margin:8px 0;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:8px;font-size:18px;line-height:1.4}@media(min-width:480px){li[data-v-56296fb8]{margin:9px 0;gap:10px;font-size:19px}}@media(min-width:768px){li[data-v-56296fb8]{margin:12px 0;gap:14px;font-size:18px}}@media(min-width:1024px){li[data-v-56296fb8]{margin:14px 0;gap:16px;font-size:20px}}.min-h-screen[data-v-17e57a91]{font-family:Inter,system-ui,sans-serif;background:linear-gradient(135deg,#fff,#e0f7fa,#fff);min-height:100vh;color:#1f2937;overflow-x:hidden}.gradient-logo-text[data-v-17e57a91]{background:linear-gradient(135deg,#06d1e0,#1fb1f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;cursor:pointer}.nav-link[data-v-17e57a91]{position:relative;transition:.3s}.nav-link[data-v-17e57a91]:hover{color:#47e5f4}.nav-link[data-v-17e57a91]:after{content:"";position:absolute;width:0%;height:2px;background:#47e5f4;left:0;bottom:-4px;transition:width .3s ease}.nav-link[data-v-17e57a91]:hover:after{width:100%}.gradient-text[data-v-17e57a91]{background:linear-gradient(135deg,#06d1e0,#1fb1f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-card[data-v-17e57a91]{background:linear-gradient(135deg,#00ffff0d,#00c8ff0d);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(0,200,255,.3);transition:transform .4s ease,box-shadow .4s ease;animation:floatUp-17e57a91 2s ease-in-out infinite alternate}.glass-card[data-v-17e57a91]:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 25px 50px #00c8ff40}@keyframes floatUp-17e57a91{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.fade-slide[data-v-17e57a91]{opacity:0;transform:translateY(20px);animation:fadeSlideIn-17e57a91 .8s forwards}.fade-slide[data-v-17e57a91]:nth-child(1){animation-delay:.2s}.fade-slide[data-v-17e57a91]:nth-child(2){animation-delay:.4s}.fade-slide[data-v-17e57a91]:nth-child(3){animation-delay:.6s}.fade-slide[data-v-17e57a91]:nth-child(4){animation-delay:.8s}@keyframes fadeSlideIn-17e57a91{to{opacity:1;transform:translateY(0)}}ul.policy-list[data-v-17e57a91]{list-style-type:disc;padding-left:1.5rem;margin-top:.5rem;color:#0c4a6e}ul.policy-list li[data-v-17e57a91]{margin-bottom:.5rem}@media(max-width:767px){section h1[data-v-17e57a91]{text-align:center!important;padding-left:0;font-size:35px!important}section p[data-v-17e57a91]{text-align:center!important;padding-left:0;font-size:18px!important}h2[data-v-17e57a91]{font-size:20px!important}.text-sm[data-v-17e57a91]{font-size:16px!important}.text-lg[data-v-17e57a91],.text-cyan-500[data-v-17e57a91]{font-size:18px!important}}@media(min-width:768px)and (max-width:1023px){section h1[data-v-17e57a91]{font-size:48px!important}section p[data-v-17e57a91]{font-size:20px!important}.text-base[data-v-17e57a91]{font-size:18px!important}}@media(min-width:1024px){section h1[data-v-17e57a91]{font-size:60px!important}.text-lg[data-v-17e57a91]{font-size:18px!important}}.min-h-screen[data-v-c8a431c1]{font-family:Inter,system-ui,sans-serif;background:linear-gradient(135deg,#fff,#e0f7fa,#fff);min-height:100vh;color:#1f2937;overflow-x:hidden}.gradient-text[data-v-c8a431c1]{background:linear-gradient(135deg,#06d1e0,#1fb1f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-card[data-v-c8a431c1],.glass-card-warning[data-v-c8a431c1]{background:linear-gradient(135deg,#00ffff0d,#00c8ff0d);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(0,200,255,.3);transition:transform .4s ease,box-shadow .4s ease;animation:floatUp-c8a431c1 2s ease-in-out infinite alternate}.glass-card[data-v-c8a431c1]:hover,.glass-card-warning[data-v-c8a431c1]:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 25px 50px #00c8ff40}@keyframes floatUp-c8a431c1{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.fade-slide[data-v-c8a431c1]{opacity:0;transform:translateY(20px);animation:fadeSlideIn-c8a431c1 .8s forwards}.fade-slide[data-v-c8a431c1]:nth-child(1){animation-delay:.2s}.fade-slide[data-v-c8a431c1]:nth-child(2){animation-delay:.4s}.fade-slide[data-v-c8a431c1]:nth-child(3){animation-delay:.6s}.fade-slide[data-v-c8a431c1]:nth-child(4){animation-delay:.8s}@keyframes fadeSlideIn-c8a431c1{to{opacity:1;transform:translateY(0)}}h1[data-v-c8a431c1],h2[data-v-c8a431c1],h3[data-v-c8a431c1],h4[data-v-c8a431c1]{background:linear-gradient(to right,#06b6d4,#22d3ee);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.glass-card-warning[data-v-c8a431c1]{background:linear-gradient(135deg,#ff00000d,#ff000014);border:1px solid rgba(255,0,0,.3)}@media(max-width:767px){section h1[data-v-c8a431c1]{text-align:center!important;padding-left:0;font-size:35px!important}section p[data-v-c8a431c1]{text-align:center!important;padding-left:0;font-size:16px!important}h2[data-v-c8a431c1]{font-size:20px!important}.text-sm[data-v-c8a431c1]{font-size:16px!important}.text-2xl[data-v-c8a431c1]{font-size:24px!important}.text-lg[data-v-c8a431c1]{font-size:18px!important}.text-xl[data-v-c8a431c1]{font-size:20px!important}.text-base[data-v-c8a431c1],h4[data-v-c8a431c1]{font-size:18px!important}}@media(min-width:768px)and (max-width:1023px){section h1[data-v-c8a431c1]{font-size:48px!important}section p[data-v-c8a431c1]{font-size:18px!important}.text-base[data-v-c8a431c1]{font-size:18px!important}}@media(min-width:1024px){section h1[data-v-c8a431c1]{font-size:60px!important}.text-lg[data-v-c8a431c1]{font-size:18px!important}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,sans-serif;background:linear-gradient(135deg,#fff,#e0f7fa,#fff);line-height:1.5;min-height:100vh;color:#1f2937;overflow-x:hidden}@media(max-width:640px){.text-5xl{font-size:2.5rem!important}.text-4xl{font-size:2rem!important}.text-3xl{font-size:1.75rem!important}.text-2xl{font-size:1.5rem!important}.px-16{padding-left:1rem!important;padding-right:1rem!important}.py-16{padding-top:2rem!important;padding-bottom:2rem!important}.px-8{padding-left:1rem!important;padding-right:1rem!important}.py-8{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.gap-8{gap:1rem!important}.gap-16{gap:2rem!important}.mb-16{margin-bottom:2rem!important}.mt-16{margin-top:2rem!important}.hover\:scale-105:hover,.hover\:scale-\[1\.02\]:hover,.hover\:scale-\[1\.05\]:hover{transform:none!important}button,a{min-height:44px;min-width:44px}body{font-size:16px;line-height:1.6}}
