html{scroll-behavior:smooth}:root{--primary:#2563eb;--primary-hover:#1d4ed8;--accent:#f59e0b;--bg:#0f172a;--bg-darker:#020617;--bg-card:#1e293b;--text:#f9fafb;--text-muted:#94a3b8;--border:#ffffff14;--glass-bg:#1e293bb3;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}[data-theme=light]{--bg:#fff;--bg-darker:#f8fafc;--bg-card:#f1f5f9;--text:#0f172a;--text-muted:#475569;--border:#0f172a1a;--glass-bg:#fffc;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box;margin:0;padding:0}body{min-width:320px;min-height:100vh;margin:0;display:flex;overflow-x:hidden}#root{width:100%}h1,h2,h3,h4,h5{letter-spacing:-.02em;font-weight:800;line-height:1.1}a{color:inherit;font-weight:500;text-decoration:none;transition:color .2s}button{background-color:var(--primary);color:#fff;cursor:pointer;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1)}button:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border)}.gradient-text{background:linear-gradient(90deg,#60a5fa,#2563eb,#9333ea);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}section{padding:8rem 0}@media (width<=768px){section{padding:4rem 0}}.navbar{z-index:100;width:100%;padding:1.5rem 0;transition:all .4s cubic-bezier(.4,0,.2,1);animation:1s cubic-bezier(.16,1,.3,1) navReveal;position:fixed;top:0;left:0}@keyframes navReveal{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.navbar.scrolled{background:var(--bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);padding:1rem 0}.theme-toggle{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.theme-toggle:hover{background:var(--bg-card);box-shadow:none;transform:rotate(15deg)}.theme-toggle svg{width:20px;height:20px}.nav-content{justify-content:space-between;align-items:center;display:flex}.logo{letter-spacing:-.02em;cursor:pointer;color:var(--text);align-items:center;gap:.75rem;font-size:1.5rem;font-weight:900;transition:transform .3s;display:flex}.logo-icon{filter:drop-shadow(0 2px 4px #2563eb4d);flex-shrink:0;width:32px;height:32px}.logo-text{align-items:center;display:flex}.logo:hover{transform:scale(1.03)}.nav-links{align-items:center;gap:2.5rem;display:flex}.nav-link{opacity:.8;padding:.2rem 0;font-size:.95rem;font-weight:500;transition:all .3s;position:relative}.nav-link:after{content:"";background:var(--primary);border-radius:2px;width:0;height:2px;transition:width .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0}.nav-link:hover{opacity:1;color:var(--text)}.nav-link:hover:after{width:100%}.hero{align-items:center;min-height:100vh;padding-top:10rem;display:flex;position:relative;overflow:hidden}.hero-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.hero-content h1{margin-bottom:1.5rem;font-size:4.5rem;line-height:1}.hero-subtitle{color:var(--text-muted);max-width:500px;margin-bottom:2.5rem;font-size:1.25rem}.cta-group{gap:1rem;display:flex}.hero-image-wrapper{aspect-ratio:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.hero-image-backdrop{z-index:-1;filter:blur(40px);background:radial-gradient(circle,#2563eb33 0%,#2563eb00 70%);border-radius:50%;width:80%;height:80%;position:absolute}.phone-mockup{z-index:2;border:12px solid #1e293b;border-radius:40px;width:280px;position:relative;overflow:hidden;transform:rotate(-10deg)translate(40px);box-shadow:0 40px 60px -20px #00000080}.portal-mockup{border:1px solid var(--border);z-index:1;opacity:.9;border-radius:12px;width:450px;position:absolute;top:50%;right:0%;transform:translateY(-50%)rotate(5deg)scale(.9);box-shadow:0 40px 60px -20px #00000080}.phone-mockup img,.portal-mockup img{width:100%;display:block}.section-title{text-align:center;margin-bottom:4rem}.section-title span{text-transform:uppercase;color:var(--primary);letter-spacing:.1em;font-size:.875rem;font-weight:700}.section-title h2{margin-top:.5rem;font-size:3rem}.features-grid{flex-wrap:wrap;justify-content:center;gap:2.5rem;max-width:1200px;margin:0 auto;display:flex}.feature-card{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:2rem;flex-direction:column;flex:350px;max-width:380px;padding:3rem 2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.feature-card:before{content:"";background:radial-gradient(circle at top left, var(--primary), transparent 70%);opacity:0;z-index:-1;width:100%;height:100%;transition:opacity .4s;position:absolute;top:0;left:0}.feature-card:hover:before{opacity:.1}.feature-card:hover{border-color:var(--primary);transform:translateY(-12px)scale(1.02);box-shadow:0 30px 60px -12px #00000080}.feature-icon{background:var(--primary);border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:2rem;font-size:1.75rem;transition:transform .3s;display:flex;box-shadow:0 8px 16px -4px #2563eb80}.feature-card:hover .feature-icon{transform:rotate(-5deg)scale(1.1)}.feature-card h3{margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:var(--text-muted);line-height:1.6}.showcase-row{align-items:center;gap:6rem;margin-top:4rem;display:flex}.showcase-row.reverse{flex-direction:row-reverse}.showcase-content{flex:1}.showcase-content h3{margin-bottom:1.5rem;font-size:2.5rem}.showcase-content p{color:var(--text-muted);margin-bottom:2rem;font-size:1.125rem;line-height:1.7}.showcase-row-stacked{text-align:center;flex-direction:column;align-items:center;gap:4rem;display:flex}.showcase-row-stacked .showcase-content{max-width:800px}.showcase-row-stacked p{margin:0 auto 2rem}.showcase-image{flex:1.2}.mobile-stack{justify-content:center;align-items:flex-start;gap:1.5rem;padding:2rem 0 6rem;display:flex}.mobile-item{cursor:pointer;border:7px solid #1e293b;border-radius:28px;width:190px;transition:all .5s cubic-bezier(.175,.885,.32,1.275);overflow:hidden;box-shadow:0 20px 40px #0006}.mobile-item:nth-child(2n){transform:translateY(40px)}.mobile-item:nth-child(odd){transform:translateY(0)}.mobile-item:hover{border-color:var(--primary);z-index:10;transform:translateY(-10px)scale(1.05);box-shadow:0 30px 60px #2563eb4d}.mobile-item img{width:100%}.stats-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.stat-item{background:var(--bg-card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem}.stat-item .val{color:var(--primary);margin-bottom:.25rem;font-size:1.75rem;font-weight:800;display:block}.stat-item .lab{color:var(--text-muted);font-size:.875rem}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.gallery-item{cursor:pointer;border-radius:1rem;position:relative;overflow:hidden}.gallery-item img{aspect-ratio:16/10;object-fit:cover;width:100%;transition:all .5s}.gallery-item:hover img{transform:scale(1.05)}.gallery-overlay{opacity:0;background:linear-gradient(#0000 0%,#000c 100%);width:100%;padding:1.5rem;transition:all .3s;position:absolute;bottom:0;left:0}.gallery-item:hover .gallery-overlay{opacity:1}footer{border-top:1px solid var(--border);background:var(--bg-darker);padding:4rem 0}.footer-content{justify-content:space-between;align-items:center;display:flex}.demo-btn{text-align:center;background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:99px;padding:.8rem 1.6rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-block}.demo-btn:hover{background:var(--primary-hover);transform:translateY(-2px)scale(1.05);box-shadow:0 10px 25px -5px #2563eb66}.cta-section{text-align:center;padding:10rem 0}.cta-card{background:var(--bg-card);border:1px solid var(--border);border-radius:3.5rem;max-width:900px;margin:0 auto;padding:6rem 3rem;box-shadow:0 40px 100px -20px #0006}.cta-card h2{margin-bottom:2rem;font-size:3.5rem;line-height:1.1}.cta-card p{color:var(--text-muted);max-width:600px;margin:0 auto 3.5rem;font-size:1.25rem;line-height:1.7}.cta-btn{text-align:center;background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:99px;padding:1.2rem 3rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-block}.cta-btn:hover{background:var(--primary-hover);transform:translateY(-4px)scale(1.05);box-shadow:0 20px 40px -10px #2563eb66}@media (width<=1024px){.hero{min-height:auto;padding-top:8rem;padding-bottom:6rem}.hero-grid{text-align:center;grid-template-columns:1fr;gap:4rem}.hero-content h1{font-size:3.5rem}.hero-subtitle{margin:0 auto 2.5rem}.cta-group{justify-content:center}.hero-image-wrapper{aspect-ratio:auto;height:auto;margin-top:2rem}.phone-mockup{width:240px;transform:rotate(-5deg)translate(20px)}.portal-mockup{width:350px;margin:0 auto;position:relative;top:0;right:0;transform:translateY(-80px)rotate(3deg)scale(1)}}@media (width<=768px){.navbar{padding:1rem 0}.nav-content{gap:.5rem;padding:0 1rem}.nav-links{gap:.5rem}.nav-links a{display:none}.logo{gap:.4rem}.logo-text{font-size:1.1rem;display:flex}.section-title h2{font-size:2.25rem}.showcase-row{text-align:center;flex-direction:column;gap:3.5rem;padding:0 1rem}.features-grid{gap:1.5rem}.feature-card{padding:2.5rem 1.5rem}.showcase-row.reverse{flex-direction:column}.showcase-content h3{font-size:2rem}.stats-grid{grid-template-columns:1fr}.hero-content h1{font-size:2.75rem}.hero-subtitle{font-size:1.1rem}.mobile-stack{scroll-snap-type:x mandatory;-ms-overflow-style:none;scrollbar-width:none;justify-content:flex-start;gap:1.5rem;max-width:100vw;height:auto;margin-top:2rem;padding:2rem 2rem 4rem;display:flex;overflow-x:auto}.mobile-stack::-webkit-scrollbar{display:none}.mobile-item{scroll-snap-align:center;border-width:6px;border-radius:28px;flex:0 0 240px;position:relative;box-shadow:0 20px 40px #0000004d;opacity:1!important;transform:none!important}.mobile-item:first-child{margin-left:0}.mobile-item:last-child{margin-right:0}.portal-mockup{width:100%;max-width:320px;margin-top:1rem;transform:none}.cta-section{padding:6rem 0}.cta-card{border-radius:2.5rem;max-width:100%;padding:4rem 1.5rem}.cta-card h2{margin-bottom:1.5rem;font-size:2.5rem}.cta-card p{margin-bottom:2.5rem;font-size:1.1rem}.demo-btn{padding:.6rem 1.2rem;font-size:.85rem}.theme-toggle{width:32px;height:32px;padding:.4rem}.footer-content{text-align:center;flex-direction:column;gap:2.5rem}}
