:root{--primary: #ffffff;--secondary: #084E89;--text-dark: #1E1B4B;--text-muted: #6B7280;--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(255, 255, 255, .3);--transition: all .3s cubic-bezier(.4, 0, .2, 1);--shadow: 0 10px 30px -5px rgba(8, 78, 137, .1);font-family:Poppins,system-ui,-apple-system,sans-serif;line-height:1.6;font-weight:400;color:var(--text-dark);background-color:var(--primary);scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;overflow-x:hidden;background-color:var(--primary)}h1,h2,h3,h4{font-weight:700;line-height:1.2}a{text-decoration:none;color:inherit;transition:var(--transition)}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit;transition:var(--transition)}.container{width:100%;max-width:1200px;margin:0 auto}.glass{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);box-shadow:var(--shadow)}.navbar{position:sticky;top:0;width:100%;z-index:1000;background-color:var(--primary);padding:1.5rem 0;border-bottom:1px solid rgba(0,0,0,.03)}.nav-container{display:grid;grid-template-columns:5fr auto 3fr;align-items:center}.navbar-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;justify-self:start;margin-left:-1.5rem}.navbar-logo-img{height:45px;width:auto;object-fit:contain}.navbar-logo-text{font-size:1.15rem;font-weight:700;color:var(--secondary);letter-spacing:-.5px}.nav-links{display:flex;gap:2.5rem;align-items:center;list-style:none;justify-self:center;grid-column:2}.nav-link{font-weight:500;font-size:.95rem;color:var(--secondary);text-decoration:none;transition:all .3s ease}.nav-link:hover,.nav-link.active{color:var(--secondary)}@media(max-width:768px){.nav-links{gap:1.5rem}}.footer{background-color:#f8faff;padding:5rem 0 2rem;border-top:1px solid rgba(8,78,137,.05)}.footer-container{display:flex;flex-direction:column}.footer-top{display:flex;justify-content:space-between;gap:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(8,78,137,.05)}.footer-brand{flex:1;max-width:300px;margin-left:-1.5rem}.footer-logo-img{height:45px;width:auto;margin-bottom:1.5rem}.footer-tagline{color:var(--text-muted);font-size:.95rem;line-height:1.6}.footer-links-grid{flex:2;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.footer-group-title{color:var(--secondary);font-size:1.1rem;font-weight:700;margin-bottom:1.5rem}.footer-links{display:flex;flex-direction:column;gap:.8rem}.footer-links a{color:var(--text-muted);font-size:.9rem;transition:var(--transition)}.footer-links a:hover{color:var(--secondary);padding-left:5px}.footer-app-links{display:flex;flex-direction:column;gap:1rem}.footer-app-btn{background-color:var(--secondary);color:#fff;padding:.6rem 1.2rem;border-radius:8px;text-align:center;font-size:.85rem;font-weight:600;text-decoration:none;transition:var(--transition);border:1px solid var(--secondary);width:320px;display:inline-block}.footer-app-btn:hover{background-color:#fff;color:var(--secondary);transform:translateY(-2px)}.footer-bottom{padding-top:2rem;display:flex;justify-content:center;align-items:center}.copyright{color:var(--text-muted);font-size:.85rem;text-align:center}.footer-socials{display:flex;gap:1.5rem}.social-link{color:var(--text-muted);font-size:.85rem;transition:var(--transition)}.social-link:hover{color:var(--secondary)}@media(max-width:968px){.footer-top{flex-direction:column;gap:3rem}.footer-brand{max-width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;margin-left:0}.footer-links-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.footer-links-grid{grid-template-columns:1fr;text-align:center}.footer-app-links{align-items:center}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;position:sticky;top:0;z-index:1000}.logo-text{font-size:1.5rem;font-weight:800;color:var(--secondary);letter-spacing:-1px}.nav-links{display:flex;gap:2.5rem;align-items:center}.nav-link{font-weight:500;font-size:.95rem;color:var(--secondary)}.nav-link:hover{color:var(--secondary)}.btn-get{background:var(--secondary);color:#fff;padding:.8rem 1.8rem;border-radius:50px;font-weight:600;box-shadow:0 4px 15px #084e8933}.btn-get:hover{transform:translateY(-2px);box-shadow:0 6px 20px #084e894d}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:80px 0}.hero-layout{display:grid;grid-template-columns:450px 1fr;align-items:center;gap:3rem;width:100%}.hero-visual-left{display:flex;justify-content:center;align-items:center;position:relative;height:550px}.app-stack{position:relative;width:100%;height:100%}.app-screen{position:absolute;background:#fff;border-radius:32px;box-shadow:0 20px 60px #0000001f;overflow:hidden;border:4px solid #f0f4f8}.app-screen img{width:100%;height:100%;object-fit:contain;background:#fff;display:block}.app-screen.main{width:240px;height:480px;z-index:5;left:50%;top:50%;transform:translate(-50%,-50%)}.app-screen.secondary{width:210px;height:420px;z-index:1;opacity:.8}.app-screen.secondary.left{left:5%;top:50%;transform:translateY(-50%) rotate(-10deg)}.app-screen.secondary.right{right:5%;top:50%;transform:translateY(-50%) rotate(10deg)}.hero-content{text-align:left}.hero-title{font-size:4rem;margin-bottom:1rem;background:linear-gradient(to bottom,var(--text-dark) 0%,var(--secondary) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1.1;letter-spacing:-2px}.hero-desc{font-size:1.2rem;color:var(--text-muted);max-width:550px;margin-bottom:2.5rem;line-height:1.6}.hero-cta{display:flex;gap:1.5rem;margin-bottom:4rem}.btn-primary{background:var(--secondary);color:#fff;padding:1.2rem 1.5rem;border-radius:12px;font-weight:600;font-size:1.1rem;min-width:250px}.btn-secondary{background:#fff;color:var(--secondary);padding:1.2rem 1.5rem;border-radius:12px;font-weight:600;border:2px solid var(--secondary);font-size:1.1rem;min-width:250px}.btn-primary:hover,.btn-secondary:hover{transform:scale(1.02);box-shadow:0 4px 15px #084e891a}@media(max-width:968px){.hero-layout{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-visual-left{order:2}.hero-content{text-align:center;order:1}.hero-cta,.hero-secondary-previews{justify-content:center}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-cta{flex-direction:column;align-items:center}}.about-page{padding:100px 0 60px;min-height:100vh;background-color:var(--primary);font-family:Poppins,sans-serif}.about-page .container{max-width:1200px;margin:0 auto;padding:0 2rem}.about-page-title{font-size:3rem;font-weight:700;color:var(--secondary);text-align:center;letter-spacing:-1px}.flow-section{margin-top:0;margin-bottom:2rem;display:flex;justify-content:center}.flow-card{width:100%;max-width:1000px;background-color:#fff;padding:1rem 0;border-radius:30px;box-shadow:0 20px 50px #084e8914;text-align:center}.flow-title{color:var(--secondary);font-size:2.25rem;font-weight:700;margin-bottom:2.5rem}.flow-illustration-container{margin-bottom:0;padding:0;border-radius:24px}.flow-img{width:100%;max-width:700px;height:auto;object-fit:contain}.flow-steps{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:2rem}.flow-step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center}.step-num{font-weight:800;color:var(--secondary);font-size:1.25rem;margin-bottom:.75rem}.flow-step p{font-size:1rem;font-weight:600;line-height:1.6;color:#4b5563}.flow-arrow{font-size:2.5rem;color:var(--secondary);opacity:.3;font-weight:700}.info-cards-container{max-width:1000px;margin:3rem auto 0;padding:0;position:relative;z-index:10}.info-cards-grid{background-color:#fff;border-radius:24px;box-shadow:0 20px 50px #084e891a;padding:3.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:3.5rem;border:1px solid rgba(8,78,137,.05)}.info-card-about{display:flex;flex-direction:column}.info-card-title{font-size:1.25rem;font-weight:700;color:var(--secondary);margin-bottom:1.25rem}.info-card-text{color:var(--text-muted);font-size:.95rem;line-height:1.8}@media(max-width:768px){.about-page-title{font-size:2.25rem}.flow-steps{flex-direction:column;gap:2.5rem}.flow-arrow{transform:rotate(90deg)}.flow-card{padding:2rem}.info-cards-grid{grid-template-columns:1fr;padding:2rem;gap:2.5rem}}.contact-page{padding:100px 0 60px;min-height:100vh;background:#fff}.contact-header{text-align:center;margin-bottom:50px;max-width:600px;margin-left:auto;margin-right:auto}.contact-title{font-size:3rem;color:var(--secondary);margin-bottom:.5rem;letter-spacing:-1px}.contact-subtitle{font-size:1rem;color:var(--text-muted);opacity:.8}.contact-content{max-width:900px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:stretch}.contact-info{padding:30px;border-radius:20px;display:flex;flex-direction:column;gap:25px;border:1px solid rgba(8,78,137,.05)}.info-item{display:flex;gap:15px;align-items:center}.info-icon{font-size:1.2rem;background:transparent;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--secondary)}.info-text h3{font-size:1rem;margin-bottom:2px;color:var(--secondary);font-weight:600}.info-text p{color:var(--text-muted);font-size:.9rem}.social-links-contact{display:flex;gap:15px;margin-top:10px}.social-icon{color:var(--text-muted);font-size:1.2rem;text-decoration:none;transition:var(--transition);display:flex;align-items:center;justify-content:center}.social-icon:hover{color:var(--secondary);transform:translateY(-2px)}.contact-form-container{padding:30px;border-radius:20px;background:#f8fbff}.contact-form{display:flex;flex-direction:column;gap:15px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-weight:500;font-size:.85rem;color:var(--text-dark)}.form-group input,.form-group select,.form-group textarea{padding:10px 14px;border-radius:10px;border:1px solid rgba(0,0,0,.08);background:#fff;font-family:inherit;font-size:.9rem;transition:var(--transition)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px #084e890a}.btn-submit{margin-top:5px;padding:12px;background:var(--secondary);color:#fff;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;border:none}.btn-submit:hover{filter:brightness(1.1)}@media(max-width:768px){.contact-grid{grid-template-columns:1fr}.contact-title{font-size:2rem}.contact-page{padding:80px 0 40px}}
