@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";html{scroll-padding-top:68px}*,:before,:after{box-sizing:border-box}body{color:#0f172a;margin:0;font-family:Plus Jakarta Sans,sans-serif}.section-label{letter-spacing:.14em;color:#2563eb;text-transform:uppercase;margin-bottom:12px;font-size:.72rem;font-weight:700;display:inline-block}.about-section{padding:0 24px 80px}.about-container{flex-wrap:wrap;align-items:center;gap:64px;max-width:80%;margin:0 auto;display:flex}.about-text{flex:1;min-width:280px}.about-title{color:#0f172a;margin:0 0 20px;font-size:2.2rem;font-weight:700;line-height:1.25}.about-desc{color:#475569;max-width:440px;margin:0 0 24px;font-size:.93rem;line-height:1.75}.about-line{background:#2563eb;border-radius:2px;width:40px;height:3px}.about-stats{flex:0 0 340px;grid-template-columns:1fr 1fr;gap:14px;display:grid}.stat-card{border-radius:16px;flex-direction:column;gap:6px;padding:24px 20px;display:flex;box-shadow:0 2px 16px #0000000d}.stat-card:first-child{background:#dbeafe}.stat-card:nth-child(2){background:#ede9fe}.stat-card:nth-child(3){background:#dcfce7}.stat-card:nth-child(4){background:#fef3c7}.stat-number{color:#0f172a;font-size:1.6rem;font-weight:800;line-height:1}.stat-label{color:#475569;font-size:.82rem;font-weight:500}@media (width<=768px){.about-container{flex-direction:column;gap:40px}.about-title{font-size:1.8rem}.about-stats{flex:100%;max-width:100%}}.showcase-section{background:#ebebfd;padding:80px 0 45px}.section-label{color:#652fe7}.showcase-header{text-align:center;margin-bottom:48px;padding:0 24px}.showcase-header h2{color:#0f172a;margin:0;font-size:2.4rem;font-weight:700}.showcase-gallery{width:100%;overflow:hidden}.showcase-gallery img{width:100%;height:auto}@media (width<=768px){.showcase-header h2{font-size:1.8rem}}.dialog-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0f172a73;justify-content:center;align-items:center;animation:.2s overlay-in;display:flex;position:fixed;inset:0}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}.dialog-box{text-align:center;background:#fff;border-radius:24px;width:90%;max-width:380px;padding:40px 36px;animation:.25s cubic-bezier(.34,1.56,.64,1) box-in;box-shadow:0 24px 64px #00000026}@keyframes box-in{0%{opacity:0;transform:scale(.88)translateY(16px)}to{opacity:1;transform:scale(1)translateY(0)}}.dialog-icon{margin-bottom:16px;font-size:2.8rem}.dialog-box h3{color:#0f172a;margin:0 0 10px;font-size:1.4rem;font-weight:700}.dialog-box p{color:#475569;margin:0 0 28px;font-size:.92rem;line-height:1.65}.dialog-close-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:50px;padding:12px 36px;font-family:Poppins,sans-serif;font-size:.92rem;font-weight:600;transition:background .2s,transform .2s;display:inline-block}.dialog-close-btn:hover{background:#1e293b;transform:translateY(-1px)}.cta-banner{text-align:center;background:linear-gradient(135deg,#1e3a8a 0%,#4f46e5 50%,#7c3aed 100%);border-radius:50px;width:60%;margin:auto auto 60px;padding:60px 24px}.cta-inner{max-width:640px;margin:0 auto}.cta-inner h2{color:#fff;margin:0 0 14px;font-size:2.2rem;font-weight:800;line-height:1.2}.cta-inner p{color:#fffc;margin:0 0 36px;font-size:.95rem;line-height:1.6}.cta-store-btns{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.cta-store-btns a,.cta-store-btns .store-btn-plain{cursor:pointer;background:0 0;border:none;padding:0;transition:transform .2s,opacity .2s;display:inline-block}.cta-store-btns a:hover,.cta-store-btns .store-btn-plain:hover{opacity:.9;transform:translateY(-2px)}.cta-store-img{width:auto;height:48px;display:block}@media (width<=480px){.cta-inner h2{font-size:1.7rem}.cta-banner{width:90%}}.footer{color:#94a3b8;background:#0d1321;padding:64px 24px 0}.footer-inner{grid-template-columns:1.2fr .8fr 1.4fr;gap:48px;max-width:1100px;margin:0 auto;padding-bottom:48px;display:grid}.footer-brand .footer-logo{align-items:center;gap:10px;margin-bottom:20px;display:flex}.footer-brand .footer-logo img{object-fit:contain;width:auto;height:32px}.footer-brand .footer-logo span{color:#fff;font-size:.95rem;font-weight:700}.footer-brand address{color:#64748b;font-size:.85rem;font-style:normal;line-height:1.9}.footer-brand address a{color:#64748b;text-decoration:none;transition:color .2s}.footer-brand address a:hover{color:#60a5fa}.footer-nav h4{letter-spacing:.1em;color:#94a3b8;text-transform:uppercase;margin:0 0 14px;font-size:.72rem;font-weight:700}.nav-section-gap{margin-top:28px!important}.footer-nav ul{margin:0 0 4px;padding:0;list-style:none}.footer-nav ul li{margin-bottom:10px}.footer-nav ul li a{color:#64748b;font-size:.88rem;text-decoration:none;transition:color .2s}.footer-nav ul li a:hover{color:#60a5fa}.footer-form h4{color:#fff;margin:0 0 20px;font-size:1rem;font-weight:700}.contact-form{flex-direction:column;gap:12px;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.contact-form input,.contact-form textarea{color:#cbd5e1;resize:none;background:#1a2234;border:1px solid #1e2d45;border-radius:10px;outline:none;width:100%;padding:11px 14px;font-family:Poppins,sans-serif;font-size:.85rem;transition:border-color .2s}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#475569}.contact-form input:focus,.contact-form textarea:focus{border-color:#2563eb}.contact-form button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;padding:13px;font-family:Poppins,sans-serif;font-size:.9rem;font-weight:600;transition:background .2s,transform .2s}.contact-form button:hover{background:#1d4ed8;transform:translateY(-1px)}.footer-bottom{text-align:center;border-top:1px solid #1e2d45;max-width:1100px;margin:0 auto;padding:20px 0}.footer-bottom p{color:#475569;margin:0;font-size:.8rem}@media (width<=900px){.footer-inner{grid-template-columns:1fr 1fr}.footer-form{grid-column:1/-1}}@media (width<=600px){.footer-inner{grid-template-columns:1fr;gap:36px}.form-row{grid-template-columns:1fr}.cta-inner h2{font-size:1.7rem}}.hero{background:#fff;width:100%;overflow:hidden}.hero-container{justify-content:space-between;align-items:flex-start;gap:40px;max-width:70%;margin:0 auto;padding:80px 24px 0;display:flex}.hero-text{flex:1;padding-bottom:80px}.hero-text h1{color:#0f172a;margin:0 0 20px;font-size:3.2rem;font-weight:800;line-height:1.6}.hero-highlight{color:#2563eb}.hero-text p{color:#475569;max-width:460px;margin:0 0 32px;font-size:.98rem;line-height:1.75}.hero-btn{color:#fff;background:#2563eb;border-radius:50px;align-items:center;gap:10px;padding:14px 28px;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}.hero-btn:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 8px 24px #0f172a40}.hero-image{flex:1;justify-content:flex-end;align-items:flex-end;display:flex}.hero-image img{object-fit:contain;width:520px;max-width:100%;height:auto;transition:transform .35s,box-shadow .35s;display:block}.hero-image img:hover{transform:translateY(-8px)scale(1.02)}@media (width<=960px){.hero{flex-direction:column;display:flex}.hero-container{flex-direction:column;flex:1;justify-content:center;align-items:flex-start;max-width:100%;margin-left:10%}.hero-text{width:100%;margin:auto;padding-bottom:0}.hero-text h1{font-size:2.4rem}.hero-image{display:none}}@media (width<=480px){.hero-text h1{font-size:2rem}}.navbar{z-index:1000;background:#ebebfd;border-bottom:1px solid #0000;width:100%;transition:box-shadow .3s,border-color .3s;position:sticky;top:0}.navbar.scrolled{border-bottom-color:#f1f5f9;box-shadow:0 2px 20px #00000014}.nav-container{justify-content:space-between;align-items:center;max-width:80%;height:68px;margin:0 auto;padding:0 24px;display:flex}.nav-logo{align-items:center;gap:10px;text-decoration:none;display:flex}.nav-logo img{object-fit:contain;width:auto;height:2.5rem}.nav-logo-text{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#0049e6 0%,#652fe7 100%);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.nav-right{align-items:center;gap:32px;display:flex}.nav-menu{align-items:center;gap:28px;margin:0;padding:0;list-style:none;display:flex}.nav-menu li a{color:#334155;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-menu li a:hover{color:#2563eb}.nav-cta{color:#fff;white-space:nowrap;background:#2563eb;border-radius:50px;align-items:center;padding:10px 24px;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex}.nav-cta:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 20px #2563eb4d}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:0;display:none}.hamburger span{transform-origin:50%;background:#334155;border-radius:2px;width:24px;height:2px;transition:transform .3s,opacity .3s;display:block}.hamburger.active span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0;transform:scaleX(0)}.hamburger.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-drawer{background:#fff;border-top:1px solid #f1f5f9;flex-direction:column;align-items:center;gap:0;max-height:0;transition:max-height .4s,padding .3s;display:none;overflow:hidden}.mobile-drawer.open{max-height:320px;padding:16px 24px 24px}.mobile-drawer ul{flex-direction:column;align-items:center;gap:2px;width:100%;margin:0;padding:0;list-style:none;display:flex}.mobile-drawer ul li a{color:#334155;text-align:center;padding:10px 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;display:block}.mobile-drawer ul li a:hover{color:#2563eb}.mobile-cta{justify-content:center;width:100%;max-width:260px;margin-top:14px}@media (width<=960px){.nav-container{max-width:95%}.nav-logo-text{font-size:1.2rem}.nav-right,.nav-menu{gap:16px}.nav-menu li a{font-size:.88rem}.nav-cta{padding:8px 16px;font-size:.82rem}}@media (width<=768px){.nav-logo-text{font-size:1rem}.nav-right{display:none}.hamburger,.mobile-drawer{display:flex}}.featured-apps{background:#fff;padding:80px 0 60px}.featured-header{text-align:center;margin-bottom:64px}.featured-header h2{color:#0f172a;margin:0;font-size:2.4rem;font-weight:700}.app-card{background:#ebebfd;align-items:center;gap:56px;max-width:100%;margin:0 auto 48px;padding:40px 10%;display:flex;box-shadow:0 4px 32px #0000000f}.app-card-media{flex:1;justify-content:center;align-items:center;display:flex}.app-card-media img{object-fit:contain;border-radius:16px;width:100%;max-width:430px;height:auto;transition:transform .35s,box-shadow .35s}.app-card-media img:hover{transform:translateY(-8px)scale(1.02)}.app-card-body{flex:1;min-width:0;line-height:30px}.app-logo{object-fit:contain;border-radius:14px;width:56px;height:56px;margin-bottom:16px}.app-card-body h3{color:#0f172a;margin:0 0 12px;font-size:1.5rem;font-weight:700}.app-desc{color:#475569;margin:0 0 20px;font-size:.93rem;line-height:1.7}.app-features-list{flex-direction:column;gap:10px;margin:0 0 28px;padding:0;list-style:none;display:flex}.app-features-list li{color:#334155;align-items:center;gap:10px;font-size:.9rem;font-weight:500;display:flex}.feat-check{color:#006571;border:2px solid #006571;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;font-weight:800;display:inline-flex}.store-btns{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.store-btns a,.store-btn-plain{cursor:pointer;background:0 0;border:none;padding:0;transition:transform .2s,opacity .2s;display:inline-block}.store-btns a:hover,.store-btn-plain:hover{opacity:.9;transform:translateY(-2px)}.store-btn-img{width:auto;height:42px;display:block}@media (width<=900px){.app-card,.app-card-alt{flex-direction:column;gap:32px;padding:32px 24px}.app-card-alt{flex-direction:column-reverse}.app-card-media img{max-width:280px}}@media (width<=480px){.featured-header h2{font-size:1.8rem}.app-card-body h3{font-size:1.3rem}}.why-section{background:#fff;padding:80px 24px 60px}.why-header{text-align:center;margin-bottom:56px}.why-header h2{color:#0f172a;margin:0 0 12px;font-size:2.2rem;font-weight:700}.why-header p{color:#64748b;max-width:520px;margin:0 auto;font-size:.93rem;line-height:1.6}.why-grid{grid-template-columns:repeat(4,1fr);gap:20px;max-width:1100px;margin:0 auto;display:grid}.why-card{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:32px 24px;transition:transform .25s,box-shadow .25s}.why-card:hover{border-color:#bfdbfe;transform:translateY(-6px);box-shadow:0 12px 36px #2563eb1a}.why-icon{object-fit:contain;width:52px;height:52px;margin:0 auto 18px;display:block}.why-card h3{color:#0f172a;margin:0 0 10px;font-size:1rem;font-weight:700}.why-card p{color:#64748b;margin:0;font-size:.85rem;line-height:1.6}@media (width<=900px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.why-grid{grid-template-columns:1fr}.why-header h2{font-size:1.8rem}}.page-hero{color:#fff;text-align:center;background:linear-gradient(90deg,#1d4ed8,#6d28d9);padding:80px 24px 60px}.page-hero h1{margin:0 0 10px;font-size:2.8rem;font-weight:700}.page-hero p{opacity:.75;margin:0;font-size:.95rem}.page-content{max-width:820px;margin:0 auto;padding:60px 24px 80px}.page-content section{margin-bottom:40px}.page-content h2{color:#1e2937;margin:0 0 12px;font-size:1.3rem;font-weight:600}.page-content p{color:#475569;margin:0 0 10px;font-size:.97rem;line-height:1.75}.page-content ul{margin:10px 0 0;padding-left:20px}.page-content ul li{color:#475569;margin-bottom:6px;font-size:.97rem;line-height:1.75}.page-content a{color:#2563eb;text-decoration:none}.page-content a:hover{text-decoration:underline}@media (width<=600px){.page-hero h1{font-size:2rem}.page-content{padding:40px 20px 60px}}
