.navbar{position:fixed;top:0;width:100%;z-index:1000;padding:1.5rem 0;transition:all .3s ease;background:transparent}.navbar.scrolled{padding:1rem 0;background:#0a1628cc;border-bottom:1px solid var(--border-color);box-shadow:0 4px 30px #0000001a}.nav-container{display:flex;justify-content:space-between;align-items:center}.brand{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none}.brand-text{background:linear-gradient(to right,#fff,var(--text-muted));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nav-links{display:flex;gap:2rem;align-items:center}.nav-links a{font-size:.95rem;font-weight:500;color:var(--text-muted);text-decoration:none;transition:color .2s ease;position:relative}.nav-links a:hover,.nav-links a.active-link{color:#fff}.nav-links a:after{content:"";position:absolute;width:0;height:2px;bottom:-4px;left:0;background:var(--primary);transition:width .2s ease}.nav-links a:hover:after,.nav-links a.active-link:after{width:100%}.nav-actions{display:flex;align-items:center;gap:1rem}.mobile-toggle{display:none;background:transparent;border:none;color:#fff;cursor:pointer}.mobile-cta{display:none;margin-top:1rem}@media (max-width: 992px){.nav-links{position:fixed;top:70px;left:-100%;width:100%;height:calc(100vh - 70px);background:var(--bg-dark);flex-direction:column;padding:2rem;transition:left .3s ease;border-top:1px solid var(--border-color)}.nav-links.active{left:0}.nav-links a{font-size:1.25rem}.mobile-toggle{display:block}.nav-cta{display:none}.mobile-cta{display:block;width:100%}.mobile-cta .btn{width:100%}}.footer{background-color:#050a12;border-top:1px solid var(--border-color);padding:4rem 0 2rem;margin-top:4rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem;margin-bottom:3rem}.footer-description{color:var(--text-muted);font-size:.95rem;margin:1.5rem 0;max-width:300px}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff0d;color:var(--text-main);transition:all .2s ease}.social-links a:hover{background:var(--primary);transform:translateY(-2px)}.footer-links h4,.footer-contact h4{font-size:1.1rem;margin-bottom:1.5rem;color:#fff}.footer-links ul,.footer-contact ul{display:flex;flex-direction:column;gap:1rem}.footer-links a{color:var(--text-muted);font-size:.95rem;transition:color .2s ease}.footer-links a:hover{color:var(--primary)}.footer-contact li{display:flex;align-items:flex-start;gap:.75rem;color:var(--text-muted);font-size:.95rem}.footer-contact li svg{color:var(--primary);flex-shrink:0;margin-top:.25rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.05);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;color:var(--text-muted);font-size:.9rem}.footer-bottom-links{display:flex;gap:1.5rem}.footer-bottom-links a{color:var(--text-muted)}.footer-bottom-links a:hover{color:var(--primary)}@media (max-width: 992px){.footer-grid{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width: 576px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.hero{position:relative;min-height:90vh;display:flex;align-items:center;overflow:hidden;padding-top:4rem}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 0%,rgba(59,130,246,.15) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(139,92,246,.1) 0%,transparent 40%);z-index:-1}.hero-content{text-align:center;max-width:900px;margin:0 auto}.tagline{display:inline-block;padding:.5rem 1rem;background:#3b82f61a;border:1px solid rgba(59,130,246,.3);border-radius:30px;color:var(--primary);font-weight:600;font-size:.9rem;margin-bottom:2rem;text-transform:uppercase;letter-spacing:1px}.hero-title{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1;margin-bottom:1.5rem;font-weight:800;letter-spacing:-1px}.hero-subtitle{font-size:clamp(1.1rem,2vw,1.25rem);color:var(--text-muted);max-width:600px;margin:0 auto 3rem;line-height:1.6}.hero-actions{display:flex;gap:1.5rem;justify-content:center}.btn-lg{padding:1rem 2rem;font-size:1.1rem}.ml-2{margin-left:.5rem}.stats-section{margin-top:-3rem;position:relative;z-index:10}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:3rem;text-align:center}.stat-value{font-size:3rem;font-weight:800;margin-bottom:.5rem}.stat-label{color:var(--text-muted);font-weight:500;text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.py-20{padding-top:5rem;padding-bottom:5rem}.text-center{text-align:center}.mb-16{margin-bottom:4rem}.products-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.product-card{padding:3rem;transition:transform .3s ease,box-shadow .3s ease;position:relative;overflow:hidden}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0006}.product-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--primary);opacity:0;transition:opacity .3s ease}.product-card:nth-child(2):before{background:var(--accent-purple)}.product-card:hover:before{opacity:1}.product-icon-wrapper{width:70px;height:70px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;background:#ffffff0d}.blue-glow{color:var(--primary);box-shadow:0 0 30px #3b82f633}.purple-glow{color:var(--accent-purple);box-shadow:0 0 30px #8b5cf633}.product-card h3{font-size:1.8rem;margin-bottom:1rem}.product-card p{color:var(--text-muted);margin-bottom:2rem;line-height:1.6}.product-features{margin-bottom:2rem;display:flex;flex-direction:column;gap:1rem}.product-features li{display:flex;align-items:center;gap:.75rem;color:var(--text-main);font-weight:500}.text-primary{color:var(--primary)}.text-purple{color:var(--accent-purple)}.learn-more{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;text-decoration:none;transition:gap .2s ease}.learn-more:hover{gap:.75rem;color:var(--primary)}.bg-darker{background-color:#050a12;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.benefit-item{text-align:center}.benefit-icon{width:60px;height:60px;background:#3b82f61a;color:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.benefit-item h4{font-size:1.3rem;margin-bottom:1rem}.py-24{padding-top:6rem;padding-bottom:6rem}.cta-box{padding:5rem 3rem;border-radius:24px;background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border:1px solid rgba(255,255,255,.1)}.cta-box h2{font-size:2.5rem;margin-bottom:1.5rem}.max-w-2xl{max-width:42rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-8{margin-bottom:2rem}@media (max-width: 992px){.hero-title{font-size:3rem}.products-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr;gap:3rem}.benefits-grid{grid-template-columns:1fr;gap:4rem}}@media (max-width: 576px){.hero-actions{flex-direction:column}.btn-lg{width:100%}.product-card,.cta-box{padding:2rem}}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.product-layout.reverse{direction:rtl}.product-layout.reverse>*{direction:ltr}.product-info{padding:3rem;border-radius:24px}.product-badge{display:inline-block;padding:.5rem 1rem;border-radius:30px;font-weight:600;font-size:.85rem;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:1px}.blue-badge{background:#3b82f61a;color:var(--primary);border:1px solid rgba(59,130,246,.3)}.purple-badge{background:#8b5cf61a;color:var(--accent-purple);border:1px solid rgba(139,92,246,.3)}.product-info h2{font-size:2.5rem;margin-bottom:1rem}.text-lg{font-size:1.1rem}.feature-list{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;gap:1rem;align-items:flex-start}.feature-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#ffffff0d}.feature-item h4{font-size:1.1rem;margin-bottom:.25rem}.text-sm{font-size:.9rem}.product-visual{display:flex;justify-content:center;perspective:1000px}.mockup-phone{width:300px;height:600px;border-radius:40px;border:8px solid #1a2332;box-shadow:0 30px 60px #00000080,inset 0 0 20px #ffffff0d;display:flex;flex-direction:column;overflow:hidden;background:var(--bg-dark);position:relative;transform:rotateY(-10deg) rotateX(5deg);transition:transform .5s ease}.mockup-phone:hover{transform:rotateY(0) rotateX(0)}.mockup-phone:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:120px;height:25px;background:#1a2332;border-bottom-left-radius:15px;border-bottom-right-radius:15px;z-index:10}.mockup-header{height:40px;display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem;font-size:.75rem;font-weight:600;color:#fff}.mockup-body{flex:1;padding:1rem;display:flex;flex-direction:column;gap:1rem}.search-bar{background:#ffffff1a;border-radius:20px;padding:.75rem 1rem;color:var(--text-muted);font-size:.8rem}.category-chips{display:flex;gap:.5rem}.category-chips span{background:#3b82f633;color:var(--primary);padding:.3rem .8rem;border-radius:15px;font-size:.75rem;font-weight:500}.restaurant-card{background:#ffffff0d;border-radius:12px;overflow:hidden}.res-image{height:100px;background:linear-gradient(45deg,#1e293b,#334155)}.res-info{padding:.75rem;display:flex;justify-content:space-between;align-items:center}.res-info h5{font-size:.9rem;margin:0}.rating{font-size:.75rem;color:#fbbf24;font-weight:600}.mockup-nav{height:60px;background:#0a1628e6;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-around;align-items:center;font-size:.7rem;color:var(--text-muted)}.mockup-nav .active{color:var(--primary)}.mockup-dashboard{width:100%;max-width:500px;height:350px;border-radius:16px;border:4px solid #1a2332;box-shadow:0 30px 60px #00000080;display:flex;overflow:hidden;background:var(--bg-dark);transform:rotateY(10deg) rotateX(5deg);transition:transform .5s ease}.mockup-dashboard:hover{transform:rotateY(0) rotateX(0)}.dash-sidebar{width:120px;background:#0003;border-right:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column}.dash-logo{padding:1rem;font-weight:700;font-size:.9rem;color:var(--accent-purple);border-bottom:1px solid rgba(255,255,255,.05)}.nav-items{padding:1rem 0;display:flex;flex-direction:column}.nav-items .item{padding:.5rem 1rem;font-size:.75rem;color:var(--text-muted)}.nav-items .active{background:#8b5cf61a;color:var(--accent-purple);border-left:2px solid var(--accent-purple)}.dash-main{flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.dash-header{font-weight:600;font-size:1.1rem}.dash-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.stat-card{background:#ffffff0d;padding:1rem;border-radius:8px;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.05)}.stat-card .label{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;margin-bottom:.5rem}.stat-card .value{font-size:1.25rem;font-weight:700;color:#fff}.dash-chart{flex:1;background:#ffffff05;border-radius:8px;border:1px solid rgba(255,255,255,.05);display:flex;align-items:flex-end;justify-content:space-around;padding:1rem;gap:.5rem}.chart-bar{width:20px;background:linear-gradient(to top,var(--accent-purple),rgba(139,92,246,.5));border-radius:4px 4px 0 0}.h-40{height:40%}.h-60{height:60%}.h-70{height:70%}.h-80{height:80%}.h-100{height:100%}.flex{display:flex}.justify-center{justify-content:center}.gap-4{gap:1rem}@media (max-width: 992px){.product-layout{grid-template-columns:1fr}.product-visual{order:2}.product-layout.reverse>*:first-child{order:1}}.features-grid-large{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.feature-card-large{padding:3rem 2rem;border-radius:20px;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;background:#ffffff08}.feature-card-large:hover{transform:translateY(-8px);box-shadow:0 15px 30px #0000004d;background:#ffffff0d}.feature-icon-wrapper{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;background:#ffffff0d}.cyan-glow{color:var(--accent-cyan);box-shadow:0 0 30px #06b6d433}.feature-card-large h3{font-size:1.4rem;margin-bottom:1rem;font-weight:700}.feature-card-large p{color:var(--text-muted);line-height:1.6;font-size:1rem}@media (max-width: 1024px){.features-grid-large{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.features-grid-large{grid-template-columns:1fr}}.about-hero{min-height:60vh;display:flex;align-items:center;position:relative;overflow:hidden}.about-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 50% 100%,rgba(59,130,246,.1) 0%,transparent 60%);z-index:-1;pointer-events:none}.mv-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.mv-card{padding:4rem 3rem;border-radius:24px;position:relative;overflow:hidden;transition:transform .3s ease}.mv-card:hover{transform:translateY(-5px)}.icon-badge{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.blue-bg{background:#3b82f61a;border:1px solid rgba(59,130,246,.3)}.purple-bg{background:#8b5cf61a;border:1px solid rgba(139,92,246,.3)}.mv-card h2{font-size:2.2rem;margin-bottom:1.5rem}.problem-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.problem-content h2{font-size:2.5rem;line-height:1.2}.stats-row{display:flex;gap:3rem;margin-top:3rem}.font-bold{font-weight:700}.text-3xl{font-size:2rem}.block{display:block}.problem-visual{padding:3rem;border-radius:24px;background:linear-gradient(135deg,#0a1628e6,#0f1e32e6);border:1px solid rgba(255,255,255,.1)}.solution-flow{display:flex;flex-direction:column;gap:2rem}.flow-step{display:flex;align-items:center;justify-content:space-between}.flow-step.centered{justify-content:center}.step-icon{background:#ffffff0d;padding:1rem 1.5rem;border-radius:12px;font-weight:500;font-size:.9rem;color:var(--text-muted);border:1px solid rgba(255,255,255,.1)}.step-icon.highlight{background:#3b82f61a;color:#fff;border-color:#3b82f64d;box-shadow:0 0 20px #3b82f633}.step-icon.large{padding:1.5rem 2rem;font-size:1.1rem}.step-icon.highlight-purple{background:#8b5cf61a;color:#fff;border-color:#8b5cf64d;box-shadow:0 0 20px #8b5cf633}.flow-connector{display:flex;justify-content:center;height:40px}.flow-connector .line{width:2px;height:100%;background:linear-gradient(to bottom,var(--primary),var(--accent-purple))}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;text-align:center}.value-item{padding:2rem}.value-item h3{font-size:1.5rem;margin-bottom:1rem}.text-cyan{color:var(--accent-cyan)}@media (max-width: 992px){.mv-grid,.problem-layout,.values-grid{grid-template-columns:1fr}.stats-row{flex-wrap:wrap;gap:2rem}}@media (max-width: 576px){.flow-step{flex-direction:column;gap:1rem}.flow-arrow{transform:rotate(90deg)}.flow-connector{display:none}}.team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1100px;margin:0 auto}.team-card{display:flex;flex-direction:column;border-radius:24px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;height:100%}.team-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0006}.card-header{padding:3rem 2rem 1rem;display:flex;justify-content:center}.avatar-placeholder{width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:800;color:#fff;border:4px solid var(--bg-card);box-shadow:0 10px 25px #0000004d}.blue-gradient{background:linear-gradient(135deg,var(--primary),#1e40af)}.purple-gradient{background:linear-gradient(135deg,var(--accent-purple),#5b21b6)}.cyan-gradient{background:linear-gradient(135deg,var(--accent-cyan),#0369a1)}.card-body{padding:1rem 2rem 2rem;text-align:center;flex:1}.team-card h3{font-size:1.5rem;margin-bottom:.25rem}.role{font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;margin-bottom:1.5rem}.bio{font-size:.95rem;line-height:1.6}.card-footer{padding:1.5rem 2rem;border-top:1px solid rgba(255,255,255,.05);display:flex;justify-content:center;background:#0003}.team-card .social-icons{display:flex;gap:1rem}.team-card .social-icons a{width:36px;height:36px;border-radius:50%;background:#ffffff0d;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .2s ease}.team-card .social-icons a:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}@media (max-width: 992px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.team-grid{grid-template-columns:1fr;max-width:400px}}.contact-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;align-items:flex-start}.contact-info{padding:3rem;border-radius:24px;background:linear-gradient(135deg,#0006,#040b16cc)}.info-list{display:flex;flex-direction:column;gap:2.5rem}.info-item{display:flex;gap:1.5rem;align-items:flex-start}.info-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#ffffff0d}.info-item h4{font-size:1.1rem;margin-bottom:.5rem}.info-item p{line-height:1.5}.contact-form-wrapper{perspective:1000px}.form-card{padding:3rem;border-radius:24px}.form-header{margin-bottom:2.5rem}.form-header h3{font-size:1.8rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;font-weight:500;color:var(--text-main)}.form-group input,.form-group select,.form-group textarea{background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem 1.25rem;color:#fff;font-family:inherit;font-size:1rem;transition:all .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);background:#0000004d;box-shadow:0 0 0 4px #3b82f61a}.form-group input::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:#ffffff4d}.form-group select option{background-color:var(--bg-dark);color:#fff}.submit-btn{margin-top:1rem;height:56px;font-size:1.1rem}.submit-btn.loading{opacity:.8;cursor:not-allowed}.success-message{text-align:center;padding:4rem 2rem;background:#10b9811a;border:1px solid rgba(16,185,129,.2);border-radius:16px;animation:fadeIn .5s ease}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;margin:0 auto 1.5rem;box-shadow:0 10px 25px #10b9814d}.success-message h4{font-size:1.5rem;margin-bottom:.5rem;color:#10b981}@media (max-width: 992px){.contact-layout{grid-template-columns:1fr}}@media (max-width: 576px){.form-grid{grid-template-columns:1fr}.form-card,.contact-info{padding:2rem}}.app-container{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;padding-top:80px}:root{--primary: #3b82f6;--primary-hover: #2563eb;--bg-dark: #0a1628;--bg-card: rgba(255, 255, 255, .03);--text-main: #f8fafc;--text-muted: #94a3b8;--border-color: rgba(255, 255, 255, .1);--accent-cyan: #06b6d4;--accent-purple: #8b5cf6}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-dark);color:var(--text-main);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem}a{color:inherit;text-decoration:none}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;font-size:1rem}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--accent-purple));color:#fff;box-shadow:0 4px 14px #3b82f663}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f63b;background:linear-gradient(135deg,var(--primary-hover),#7c3aed)}.btn-outline{background:transparent;color:#fff;border:1px solid var(--border-color)}.btn-outline:hover{background:#ffffff0d;border-color:#fff3}.glass{background:var(--bg-card);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:16px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:fadeIn .8s ease-out forwards}.text-gradient{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-image:linear-gradient(to right,var(--accent-cyan),var(--primary),var(--accent-purple))}
