body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--navy:#0a1a2f;--royal-blue:#1c6ef2;--cyan:#13d0f5;--white:#fff;--gray:#e4e7eb;--dark-gray:#64748b;--text-dark:#1e293b;--text-light:#64748b;--text-lighter:#94a3b8;--bg-light:#f8fafc;--border-color:#e2e8f0;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--white);color:#1e293b;color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.landing-page{overflow-x:hidden;width:100%}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);box-shadow:0 1px 2px 0 #0000000d;box-shadow:var(--shadow-sm);padding:1.25rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header .container{justify-content:space-between}.header .container,.logo{align-items:center;display:flex}.logo{color:#0a1a2f;color:var(--navy);font-size:1.5rem;font-weight:700;gap:.75rem}.logo-icon{color:#1c6ef2;color:var(--royal-blue)}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0a1a2f,#1c6ef2);background:linear-gradient(135deg,var(--navy),var(--royal-blue));-webkit-background-clip:text;background-clip:text}.outlook-icon{display:inline-block;height:36px;object-fit:contain;width:36px}.nav{align-items:center;display:flex;gap:2.5rem}.nav a{color:#1e293b;color:var(--text-dark);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s ease}.nav a:hover{color:#1c6ef2;color:var(--royal-blue)}.mobile-nav-toggle{background:#0000;border:none;color:#0a1a2f;color:var(--navy);cursor:pointer;display:none;margin-left:1rem;padding:.25rem}.nav.open{display:flex}.btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#1c6ef2,#13d0f5);background:linear-gradient(135deg,var(--royal-blue),var(--cyan));box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow-md);color:#fff;color:var(--white)}.btn-primary:hover{box-shadow:0 8px 20px #1c6ef24d;transform:translateY(-2px)}.btn-secondary{background:#fff;background:var(--white);border:2px solid #1c6ef2;border:2px solid var(--royal-blue);color:#1c6ef2;color:var(--royal-blue)}.btn-secondary:hover{background:#f8fafc;background:var(--bg-light)}.btn-outline{background:#0000;border:2px solid #1c6ef2;border:2px solid var(--royal-blue);color:#1c6ef2;color:var(--royal-blue)}.btn-outline:hover{background:#f8fafc;background:var(--bg-light)}.btn-large{font-size:1rem;padding:1rem 2rem}.hero{padding:6rem 0}.hero .container{align-items:center;display:flex;flex-direction:column;text-align:center}.hero-content{max-width:800px}.hero-title{color:#0a1a2f;color:var(--navy);font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{color:#64748b;color:var(--text-light);font-size:1.25rem;line-height:1.7;margin-bottom:2rem}.hero-cta{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2rem}.hero-trust{color:#94a3b8;color:var(--text-lighter);font-size:.95rem;margin-top:2rem}.hero-trust .trust-check{color:#1c6ef2;color:var(--royal-blue);font-weight:700;margin-right:.25rem}.trust-section{background:linear-gradient(135deg,#0a1a2f,#1a3a52);background:linear-gradient(135deg,var(--navy),#1a3a52);color:#fff;color:var(--white);margin:4rem 0;padding:4rem 0}.trust-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));text-align:center}.trust-item{align-items:center;display:flex;flex-direction:column;gap:1rem}.trust-icon{color:#13d0f5;color:var(--cyan);height:40px;width:40px}.trust-item span{font-size:.95rem;font-weight:600}.section-header{margin-bottom:4rem;text-align:center}.section-header h2{color:#0a1a2f;color:var(--navy);font-size:2.5rem;font-weight:800;margin-bottom:1rem}.section-header p{color:#64748b;color:var(--text-light);font-size:1.1rem}.features-section{background:#fff;background:var(--white);padding:5rem 0}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.feature-card{background:#fff;background:var(--white);border:2px solid #e2e8f0;border:2px solid var(--border-color);border-radius:.75rem;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#1c6ef2;border-color:var(--royal-blue);box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.feature-icon{color:#1c6ef2;color:var(--royal-blue);height:50px;margin:0 auto 1.5rem;width:50px}.feature-outlook-icon{display:block;height:48px;margin:0 auto 1.5rem;object-fit:contain;width:48px}.feature-card h3{color:#0a1a2f;color:var(--navy);font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.feature-card p{color:#64748b;color:var(--text-light);line-height:1.6}.how-it-works{background:#f8fafc;background:var(--bg-light);padding:5rem 0}.steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.step{background:#fff;background:var(--white);border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a;box-shadow:var(--shadow-md);padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.step:hover{box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.step-number{align-items:center;background:linear-gradient(135deg,#1c6ef2,#13d0f5);background:linear-gradient(135deg,var(--royal-blue),var(--cyan));border-radius:50%;color:#fff;color:var(--white);display:flex;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;margin:0 auto 1.5rem;width:50px}.step h4{color:#0a1a2f;color:var(--navy);font-size:1.2rem;font-weight:700;margin-bottom:.75rem}.step p{color:#64748b;color:var(--text-light);line-height:1.6}.use-cases{background:#fff;background:var(--white);padding:5rem 0}.use-cases-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.use-case-card{background:linear-gradient(135deg,#fff,#f8fafc);background:linear-gradient(135deg,var(--white),var(--bg-light));border-left:4px solid #1c6ef2;border-left:4px solid var(--royal-blue);border-radius:.75rem;padding:2rem;text-align:center;transition:all .3s ease}.use-case-card:hover{box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.use-case-emoji{font-size:3rem;margin-bottom:1rem}.use-case-card h4{color:#0a1a2f;color:var(--navy);font-size:1.2rem;font-weight:700;margin-bottom:.75rem}.use-case-card p{color:#64748b;color:var(--text-light);line-height:1.6}.security-section{background:linear-gradient(135deg,#0a1a2f,#1a3a52);background:linear-gradient(135deg,var(--navy),#1a3a52);padding:5rem 0}.security-section,.security-section .section-header h2,.security-section .section-header p{color:#fff;color:var(--white)}.security-section .section-header p{color:#cbd5e1}.security-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.security-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:.75rem;padding:2rem;transition:all .3s ease}.security-card:hover{background:#ffffff26;transform:translateY(-4px)}.security-card h4{color:#13d0f5;color:var(--cyan);font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.security-card ul{list-style:none}.security-card li{border-bottom:1px solid #ffffff1a;font-size:.95rem;padding:.75rem 0}.security-card li:last-child{border-bottom:none}.testimonials{background:#fff;background:var(--white);padding:5rem 0}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonial-card{background:#f8fafc;background:var(--bg-light);border-left:4px solid #1c6ef2;border-left:4px solid var(--royal-blue);border-radius:.75rem;padding:2rem;transition:all .3s ease}.testimonial-card:hover{box-shadow:0 10px 15px -3px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-4px)}.testimonial-avatar{font-size:2.5rem;margin-bottom:1rem}.testimonial-text{color:#1e293b;color:var(--text-dark);font-size:.95rem;font-style:italic;line-height:1.8;margin-bottom:1.5rem}.testimonial-author{border-top:1px solid #e2e8f0;border-top:1px solid var(--border-color);padding-top:1rem}.author-name{color:#0a1a2f;color:var(--navy);font-weight:700;margin-bottom:.25rem}.author-role{color:#64748b;color:var(--text-light);font-size:.85rem}.pricing-section{background:#f8fafc;background:var(--bg-light);padding:5rem 0}.pricing-grid{display:flex;gap:2rem;justify-content:center}.pricing-card{background:#fff;background:var(--white);border:2px solid #e2e8f0;border:2px solid var(--border-color);border-radius:.75rem;box-shadow:none;max-width:720px;padding:2.5rem;position:relative;text-align:center;transition:border-color .2s ease;width:50%}.pricing-card.featured,.pricing-card:hover{border-color:#1c6ef2;border-color:var(--royal-blue);box-shadow:none;transform:none}.badge{background:linear-gradient(135deg,#1c6ef2,#13d0f5);background:linear-gradient(135deg,var(--royal-blue),var(--cyan));border-radius:2rem;color:#fff;color:var(--white);font-size:.75rem;font-weight:700;left:50%;padding:.5rem 1.5rem;position:absolute;top:-12px;transform:translateX(-50%)}.pricing-card h4{color:#0a1a2f;color:var(--navy);font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;margin-top:.5rem}.price{margin-bottom:2rem}.price .amount{color:#1c6ef2;color:var(--royal-blue);display:block;font-size:2.5rem;font-weight:800}.price .period{color:#64748b;color:var(--text-light);display:block;font-size:.95rem}.pricing-features{list-style:none;margin-bottom:2rem;text-align:center}.pricing-features li{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--border-color);color:#1e293b;color:var(--text-dark);font-size:.95rem;padding:.75rem 0}.pricing-features li:last-child{border-bottom:none}.pricing-card .card-cta{align-items:center;display:flex;gap:.75rem;margin-top:1rem}.pricing-card .btn-secondary{background:linear-gradient(135deg,#ffffffe6,#f8fafcf2);border:1px solid #1c6ef21f;border-radius:.6rem;color:#1c6ef2;color:var(--royal-blue);flex:1 1 auto;font-weight:700;padding:.75rem 1rem}.pricing-card .btn-secondary:hover{box-shadow:0 10px 24px #1c6ef214;transform:translateY(-1px)}.pricing-card .btn-primary{background:linear-gradient(135deg,#1c6ef2,#13d0f5);background:linear-gradient(135deg,var(--royal-blue),var(--cyan));border-radius:.6rem;box-shadow:0 10px 24px #1c6ef21f;color:#fff;color:var(--white);flex:0 0 auto;font-weight:800;padding:.75rem 1.25rem}.pricing-card .btn-primary:hover{transform:translateY(-2px)}@media (max-width:768px){.pricing-grid{display:grid;grid-template-columns:1fr}.badge{top:-10px}}.faq-section{background:#fff;background:var(--white);padding:5rem 0}.faq-list{margin:0 auto;max-width:800px}.faq-item{border:2px solid #e2e8f0;border:2px solid var(--border-color);border-radius:.5rem;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#1c6ef2;border-color:var(--royal-blue)}.faq-question{align-items:center;background:#0000;border:none;color:#0a1a2f;color:var(--navy);cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;padding:1.5rem;text-align:left;transition:all .3s ease;width:100%}.faq-question svg,.faq-question:hover{color:#1c6ef2;color:var(--royal-blue)}.faq-question svg{transition:transform .3s ease}.faq-question svg.expanded{transform:rotate(180deg)}.faq-answer{background:#f8fafc;background:var(--bg-light);color:#64748b;color:var(--text-light);line-height:1.7;padding:0 1.5rem 1.5rem}.final-cta{background:linear-gradient(135deg,#0a1a2f,#1a3a52);background:linear-gradient(135deg,var(--navy),#1a3a52);color:#fff;color:var(--white);padding:5rem 0;text-align:center}.final-cta h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.final-cta p{color:#cbd5e1;font-size:1.1rem;margin-bottom:2rem}.final-cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.final-cta .btn-primary{background:linear-gradient(135deg,#13d0f5,#00d4ff);background:linear-gradient(135deg,var(--cyan),#00d4ff);color:#0a1a2f;color:var(--navy)}.final-cta .btn-secondary{background:#0000;border-color:#13d0f5;border-color:var(--cyan);color:#13d0f5;color:var(--cyan)}.final-cta .btn-secondary:hover{background:#13d0f51a}.footer{background:#0a1a2f;background:var(--navy);color:#cbd5e1;padding:4rem 0 2rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h4,.footer-section h5{color:#fff;color:var(--white);font-weight:700;margin-bottom:1rem}.footer-section p{font-size:.95rem;line-height:1.6}.footer-section ul{list-style:none}.footer-section a{color:#cbd5e1;display:block;font-size:.95rem;margin-bottom:.75rem;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#13d0f5;color:var(--cyan)}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:2rem}.footer-bottom p{color:#64748b}.social-links{display:flex;gap:1.5rem}.social-links a{color:#cbd5e1;font-size:.95rem;text-decoration:none;transition:color .3s ease}.social-links a:hover{color:#13d0f5;color:var(--cyan)}@media (max-width:768px){.header .container{flex-wrap:wrap}.nav{font-size:.85rem;gap:1.5rem}.hero{padding:3rem 0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-cta{flex-direction:column}.hero-cta .btn{justify-content:center;width:100%}.section-header h2{font-size:1.75rem}.section-header p{font-size:1rem}.trust-grid{grid-template-columns:repeat(2,1fr)}.final-cta h2{font-size:1.75rem}.final-cta-buttons{flex-direction:column}.final-cta-buttons .btn{justify-content:center;width:100%}}@media (max-width:480px){.btn{font-size:.85rem;padding:.6rem 1rem}.hero-title,.section-header h2{font-size:1.5rem}.trust-grid{grid-template-columns:1fr}.pricing-card.featured{transform:scale(1)}.footer-bottom{flex-direction:column;text-align:center}.social-links{justify-content:center;width:100%}.outlook-icon{height:28px;width:28px}}.scroll-top{align-items:center;border:none;border-radius:12px;bottom:24px;display:flex;font-size:20px;height:48px;justify-content:center;opacity:0;pointer-events:none;position:fixed;right:24px;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease,box-shadow .15s ease;width:48px;z-index:1500}.scroll-top.show{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-top svg{display:block;height:20px;width:20px}.scroll-top.light{background:linear-gradient(135deg,#1c6ef2,#13d0f5);background:linear-gradient(135deg,var(--royal-blue),var(--cyan));box-shadow:0 8px 20px #1018281f;color:#fff}.scroll-top.dark{background:#ffffff0f;border:1px solid #ffffff0f;box-shadow:0 6px 18px #02061799;color:#fff}.scroll-top.dark:hover,.scroll-top.light:hover{transform:translateY(-2px)}@media (max-width:480px){.scroll-top{bottom:16px;font-size:18px;height:44px;right:16px;width:44px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}section{animation:fadeIn .6s ease-out}.about-inline{background:linear-gradient(135deg,#0a1a2f,#162a3f);background:linear-gradient(135deg,var(--navy),#162a3f);padding:5rem 0}.about-inline,.about-inline .section-header h2,.about-inline .section-header p{color:#fff;color:var(--white)}.about-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.about-card{border-radius:.75rem;color:#e6f0fb;padding:1.75rem;text-align:left}.about-card h4{color:#13d0f5;color:var(--cyan);margin-bottom:.5rem}.about-card p{color:#ffffffd9;line-height:1.6}@media (max-width:768px){.about-grid{grid-template-columns:1fr}.header .container{align-items:center;flex-direction:row;gap:.75rem;padding:0 1rem}.logo{font-size:1.125rem}.nav{display:none}.hero{padding:2.5rem 0}.hero-content{padding:0 .5rem}.hero-title{font-size:1.8rem}.hero-subtitle{font-size:.95rem}.features-grid{gap:1rem;grid-template-columns:1fr}.feature-card{padding:1.25rem}.feature-icon,.feature-outlook-icon{height:40px;width:40px}.steps{gap:1rem;grid-template-columns:1fr}.pricing-grid{padding:0 1rem}.pricing-card{max-width:none;width:100%!important}.footer-content,.testimonials-grid,.trust-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:.5rem}}@media (max-width:420px){.hero-title{font-size:1.35rem}.section-header h2{font-size:1.25rem}.section-header p{font-size:.95rem}.btn{font-size:.9rem;padding:.55rem .9rem}.scroll-top{bottom:12px;height:40px;right:12px;width:40px}}@media (max-width:768px){.mobile-nav-toggle{align-items:center;background:#0000;border:none;color:#0a1a2f;color:var(--navy);display:inline-flex;font-size:1.1rem;justify-content:center;padding:.25rem .5rem}.nav,.nav-sheet{display:none}.nav-sheet.open{background:#fff;background:var(--white);border-bottom-left-radius:12px;border-bottom-right-radius:12px;box-shadow:0 14px 50px #1018281f;display:flex;flex-direction:column;gap:.25rem;left:auto;max-height:60vh;opacity:0;opacity:1;overflow-y:auto;padding:.75rem .75rem .5rem;position:fixed;right:24px;top:12px;transform:translateY(-8px);transform:translateY(0);transition:transform .22s cubic-bezier(.2,.8,.2,1),opacity .2s ease;width:50%;z-index:1300}.nav,.nav.open{transition:none!important}.nav-sheet .nav-item{align-items:center;border-bottom:1px solid #1018280a;color:#1e293b;color:var(--text-dark);display:flex;font-size:1.02rem;font-weight:700;gap:.85rem;padding:.9rem 1rem;text-decoration:none;width:100%}.nav-sheet .nav-item:last-child{border-bottom:none}.nav-item-icon{align-items:center;background:#0000;border-radius:0;box-shadow:none;color:#1c6ef2;color:var(--royal-blue);display:inline-flex;flex:0 0 20px;height:20px;justify-content:center;padding:0;transition:transform .12s ease;width:20px}.nav-item-label{font-size:1rem}.nav-sheet-close{align-items:center;background:#0000;border:none;border-radius:6px;color:#0a1a2f;color:var(--navy);cursor:pointer;display:inline-flex;font-size:1.05rem;justify-content:center;padding:8px;position:absolute;right:12px;top:8px;z-index:1401}.nav-sheet-close:hover{background:#0206170a}.nav-sheet .nav-item:focus .nav-item-icon,.nav-sheet .nav-item:hover .nav-item-icon{transform:translateY(-2px)}.nav-sheet .nav-item:focus,.nav-sheet .nav-item:hover{background:#00000008;outline:none}.nav-sheet .nav-item:focus{border-radius:8px;box-shadow:0 0 0 4px #0206170f}}.nav-item-icon,.nav-sheet-close{display:none}.nav-sheet.open .nav-sheet-close{display:inline-flex}.mobile-nav-backdrop{background:#00000047;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .16s ease;z-index:1200}.mobile-nav-backdrop.show{pointer-events:none}
/*# sourceMappingURL=main.a0ee3b74.css.map*/