body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f0f1a;color:#e2e8f0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;min-height:100vh;overflow-x:hidden}.container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.header{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#0f0f1acc;border-bottom:1px solid #6366f11a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:100}.header.scrolled{background:#0f0f1af2;box-shadow:0 8px 40px #0000004d}.header-inner{justify-content:space-between;margin:0 auto;max-width:1200px;padding:.5rem 1.5rem}.header-inner,.logo{align-items:center;display:flex}.logo{gap:12px;text-decoration:none}.logo img{height:100px;width:auto}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a5b4fc,#c4b5fd);-webkit-background-clip:text;background-clip:text;font-size:1.35rem;font-weight:800}.desktop-nav{align-items:center;display:flex;gap:.25rem}.nav-link{color:#94a3b8;font-size:.9rem;font-weight:500;padding:.5rem 1rem;position:relative;text-decoration:none;transition:all .3s ease}.nav-link:after{background:linear-gradient(90deg,#6366f1,#8b5cf6);bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.nav-link:hover{color:#a5b4fc}.nav-link:hover:after{width:80%}.mobile-menu-btn{background:none;border:none;cursor:pointer;display:none;padding:8px;z-index:110}.hamburger{display:block;position:relative}.hamburger,.hamburger:after,.hamburger:before{background:#a5b4fc;height:2px;transition:all .3s ease;width:24px}.hamburger:after,.hamburger:before{content:"";left:0;position:absolute}.hamburger:before{top:-7px}.hamburger:after{top:7px}.hamburger.open{background:#0000}.hamburger.open:before{top:0;transform:rotate(45deg)}.hamburger.open:after{top:0;transform:rotate(-45deg)}.mobile-menu{align-items:center;animation:fadeIn .2s ease;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#0f0f1afa;bottom:0;display:none;flex-direction:column;gap:1.5rem;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:99}.mobile-nav-link{color:#e2e8f0;font-size:1.5rem;font-weight:600;text-decoration:none;transition:color .3s ease}.mobile-nav-link:hover{color:#a5b4fc}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hero-gradient{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);overflow:hidden;position:relative}.hero-gradient:before{background:radial-gradient(ellipse at 20% 30%,#6366f126 0,#0000 50%),radial-gradient(ellipse at 80% 70%,#8b5cf626 0,#0000 50%),radial-gradient(ellipse at 50% 50%,#a855f71a 0,#0000 70%);content:""}.grid-bg,.hero-gradient:before{inset:0;pointer-events:none;position:absolute}.grid-bg{background-image:linear-gradient(#6366f108 1px,#0000 0),linear-gradient(90deg,#6366f108 1px,#0000 0);background-size:50px 50px}.orb{animation:orbFloat 20s ease-in-out infinite;border-radius:50%;filter:blur(60px);opacity:.4;pointer-events:none;position:absolute}.orb-1{background:linear-gradient(135deg,#6366f1,#8b5cf6);height:400px;left:-5%;top:-10%;width:400px}.orb-2{animation-delay:-7s;background:linear-gradient(135deg,#8b5cf6,#a855f7);height:300px;right:-5%;top:60%;width:300px}.orb-3{animation-delay:-14s;background:linear-gradient(135deg,#a855f7,#6366f1);bottom:10%;height:200px;left:30%;width:200px}@keyframes orbFloat{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.1)}50%{transform:translate(-20px,20px) scale(.9)}75%{transform:translate(20px,30px) scale(1.05)}}.hero{display:flex;min-height:100vh;padding-bottom:80px;padding-top:120px}.hero,.hero-container{align-items:center;position:relative}.hero-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;padding:0 1.5rem;z-index:10}.hero-content{position:relative;z-index:10}.hero-badge{align-items:center;animation:fadeInUp .8s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#6366f11a;border:1px solid #6366f14d;border-radius:100px;color:#a5b4fc;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem}.badge-dot{animation:pulse 2s infinite;background:#22c55e;border-radius:50%;display:inline-block;height:8px;width:8px}@keyframes pulse{0%,to{box-shadow:0 0 0 0 #22c55e66;opacity:1}50%{box-shadow:0 0 0 6px #22c55e00;opacity:.7}}.hero-title{animation:fadeInUp .8s ease .2s both;font-size:3.75rem;font-weight:900;line-height:1.1;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a5b4fc,#c4b5fd 50%,#f0abfc);-webkit-background-clip:text;background-clip:text}.hero-subtitle{animation:fadeInUp .8s ease .4s both;color:#94a3b8;font-size:1.15rem;line-height:1.7;margin-bottom:2.5rem;max-width:560px}.hero-buttons{animation:fadeInUp .8s ease .6s both;display:flex;flex-wrap:wrap;gap:1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.btn-primary{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:12px;box-shadow:0 10px 30px #6366f14d;color:#fff;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.875rem 1.75rem;text-decoration:none;transition:all .3s ease}.btn-primary:hover{box-shadow:0 15px 40px #6366f166;transform:translateY(-3px)}.btn-primary.btn-large{font-size:1.05rem;padding:1rem 2.25rem}.btn-secondary{align-items:center;background:#0000;border:1px solid #6366f14d;border-radius:12px;color:#a5b4fc;display:inline-flex;font-size:.95rem;font-weight:600;gap:.5rem;padding:.875rem 1.75rem;text-decoration:none;transition:all .3s ease}.btn-secondary:hover{background:#6366f11a;border-color:#6366f180;transform:translateY(-3px)}.hero-visual{animation:fadeInUp 1s ease .6s both;position:relative}.browser-frame{background:#0f0f1a99;border:1px solid #6366f140;border-radius:16px;box-shadow:0 25px 60px #0006,0 0 80px #6366f114;overflow:hidden;transition:transform .4s ease,box-shadow .4s ease}.browser-frame:hover{box-shadow:0 35px 80px #00000080,0 0 100px #6366f11f;transform:translateY(-6px)}.browser-header{align-items:center;background:#1e1e32cc;border-bottom:1px solid #6366f126;display:flex;gap:8px;padding:6px 12px}.browser-dots{display:flex;gap:5px}.dot{border-radius:50%;height:8px;width:8px}.dot-red{background:#ef4444}.dot-yellow{background:#eab308}.dot-green{background:#22c55e}.browser-url{background:#6366f10f;border-radius:4px;color:#64748b;flex:1 1;font-family:Monaco,Menlo,monospace;font-size:.45rem;padding:2px 10px;text-align:center}.browser-body{max-height:320px;overflow:hidden;position:relative}.browser-body img{display:block;filter:brightness(.75) saturate(.9);height:auto;object-fit:cover;object-position:top left;opacity:.8;transform:scale(.97);width:100%}.browser-body:after{background:linear-gradient(0deg,#0f0f1ae6,#0000);bottom:0;content:"";height:80px;left:0;pointer-events:none;position:absolute;right:0}.stats-section{background:linear-gradient(135deg,#6366f114,#8b5cf614);border-bottom:1px solid #6366f11a;border-top:1px solid #6366f11a;padding:4rem 0}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.stat-item{padding:1.5rem;text-align:center}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a5b4fc,#c4b5fd);-webkit-background-clip:text;background-clip:text;font-size:3.25rem;font-weight:900;line-height:1;margin-bottom:.5rem}.stat-label{color:#94a3b8;font-size:.95rem;font-weight:500}.section-header{margin-bottom:3.5rem;text-align:center}.section-badge{background:#6366f11a;border:1px solid #6366f133;border-radius:100px;color:#a5b4fc;display:inline-flex;font-size:.875rem;font-weight:600;margin-bottom:1rem;padding:.5rem 1rem}.badge-red{background:#ef44441a;border-color:#ef444433;color:#f87171}.badge-green{background:#22c55e1a;border-color:#22c55e33;color:#4ade80}.section-title{color:#fff;font-size:2.75rem;font-weight:800;line-height:1.15;margin-bottom:1rem}.section-subtitle{color:#64748b;font-size:1.1rem;line-height:1.7;margin:0 auto;max-width:700px}.studio-section{background:linear-gradient(180deg,#0f0f1a,#1a1a2e);padding:7rem 0}.studio-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.studio-card{background:#1e1e3280;border:1px solid #6366f126;border-radius:20px;height:100%;padding:2.25rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.studio-card:hover{border-color:#6366f159;box-shadow:0 20px 40px #6366f114;transform:translateY(-6px)}.studio-icon{align-items:center;background:linear-gradient(135deg,#6366f126,#8b5cf626);border:1px solid #6366f140;border-radius:12px;color:#a5b4fc;display:flex;height:48px;justify-content:center;margin-bottom:1.25rem;width:48px}.studio-card-title{color:#fff;font-size:1.15rem;font-weight:700;margin-bottom:.65rem}.studio-card-desc{color:#64748b;font-size:.925rem;line-height:1.7}.platform-section{background:linear-gradient(180deg,#0f0f1a,#1a1a2e 50%,#0f0f1a);overflow:hidden;padding:7rem 0;position:relative}.platform-section:before{background:radial-gradient(circle,#6366f10f 0,#0000 70%);content:"";height:600px;left:50%;pointer-events:none;position:absolute;top:20%;transform:translateX(-50%);width:600px}.preview-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1.4fr 1fr;grid-template-rows:200px 200px;margin:0 auto;max-width:900px}.preview-card{background:#1e1e324d;border:1px solid #6366f126;border-radius:16px;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.preview-card:hover{border-color:#6366f159;box-shadow:0 20px 50px #0000004d,0 0 40px #6366f10f;transform:translateY(-4px)}.preview-wide{grid-row:1/3}.preview-img-wrap{height:100%;overflow:hidden;position:relative}.preview-img-wrap img{display:block;filter:brightness(.75) saturate(.85);height:100%;object-fit:cover;object-position:top left;opacity:.8;transition:transform .6s ease,filter .6s ease;width:100%}.preview-card:hover .preview-img-wrap img{filter:brightness(.85) saturate(.9);opacity:.9;transform:scale(1.02)}.preview-fade{background:linear-gradient(180deg,#0000 20%,#0f0f1a66 70%,#0f0f1acc);inset:0;pointer-events:none;position:absolute}.preview-meta{bottom:0;gap:.5rem;left:0;padding:1.25rem;position:absolute;right:0;z-index:2}.preview-icon,.preview-meta{align-items:center;display:flex}.preview-icon{background:#6366f133;border:1px solid #6366f14d;border-radius:8px;color:#a5b4fc;flex-shrink:0;height:28px;justify-content:center;width:28px}.preview-label{color:#e2e8f0;font-size:.875rem;font-weight:600;letter-spacing:.01em}.features-section{background:linear-gradient(180deg,#1a1a2e,#0f0f1a);padding:7rem 0}.features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e3280;border:1px solid #6366f11a;border-radius:20px;height:100%;padding:2.25rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.feature-card:hover{border-color:#6366f14d;box-shadow:0 20px 40px #6366f114;transform:translateY(-8px)}.feature-icon-wrapper{align-items:center;background:linear-gradient(135deg,#6366f126,#8b5cf626);border:1px solid #6366f140;border-radius:14px;display:flex;height:56px;justify-content:center;margin-bottom:1.25rem;width:56px}.feature-icon-wrapper.icon-accent{background:linear-gradient(135deg,#8b5cf626,#a855f726);border-color:#8b5cf64d}.feature-icon{color:#a5b4fc;height:26px;width:26px}.icon-accent .feature-icon{color:#c4b5fd}.feature-title{color:#fff;font-size:1.15rem;font-weight:700;margin-bottom:.65rem}.feature-description{color:#64748b;font-size:.925rem;line-height:1.7}.architecture-section{background:linear-gradient(180deg,#0f0f1a,#1a1a2e);padding:7rem 0}.arch-card{background:#1e1e3266;border:1px solid #6366f126;border-radius:20px;padding:3rem}.arch-diagram{display:flex;flex-direction:column;margin:0 auto;max-width:620px}.arch-layer{background:#6366f114;border:1px solid #6366f133;border-radius:12px;padding:1.25rem 1.5rem;text-align:center;transition:all .3s ease}.arch-layer:hover{background:#6366f124;transform:scale(1.02)}.arch-layer.core{background:linear-gradient(135deg,#6366f126,#8b5cf626);border-color:#8b5cf666;box-shadow:0 0 30px #6366f114}.arch-connector{display:flex;justify-content:center;padding:.25rem 0}.arch-connector span{background:linear-gradient(180deg,#6366f166,#6366f126);display:block;height:24px;width:2px}.arch-layer-title{color:#fff;font-size:1rem;font-weight:700;margin-bottom:.35rem}.arch-layer-desc{color:#94a3b8;font-size:.85rem;line-height:1.5}.how-it-works{background:#0f0f1a;padding:7rem 0}.steps-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr)}.step-card{padding:1.5rem;text-align:center}.step-number{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;box-shadow:0 8px 20px #6366f140;color:#fff;display:flex;font-size:1.35rem;font-weight:800;height:56px;justify-content:center;margin:0 auto 1.25rem;width:56px}.step-title{color:#fff;font-size:1.15rem;font-weight:700;margin-bottom:.65rem}.step-description{color:#64748b;font-size:.925rem;line-height:1.7}.cta-section{overflow:hidden;padding:7rem 0;position:relative;text-align:center}.cta-bg{background:linear-gradient(135deg,#6366f11a,#8b5cf61a);pointer-events:none}.cta-bg,.cta-bg:before{inset:0;position:absolute}.cta-bg:before{background:radial-gradient(ellipse at 30% 50%,#6366f11a 0,#0000 50%),radial-gradient(ellipse at 70% 50%,#8b5cf61a 0,#0000 50%);content:""}.cta-content{position:relative;z-index:10}.cta-title{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.cta-subtitle{color:#94a3b8;font-size:1.1rem;line-height:1.7;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-link{border-bottom:1px solid #a5b4fc;color:#a5b4fc;padding-bottom:1px;text-decoration:none;transition:color .3s ease,border-color .3s ease}.cta-link:hover{border-color:#c4b5fd;color:#c4b5fd}.footer{background:#0a0a14;border-top:1px solid #6366f11a;color:#94a3b8;padding:4rem 0 2rem}.footer-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:3rem}.footer-simple{align-items:flex-start;display:flex;gap:3rem;justify-content:space-between;margin-bottom:3rem}.footer-brand{max-width:300px}.footer-logo{align-items:center;display:flex;gap:12px;margin-bottom:1rem}.footer-logo img{height:80px}.footer-logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#a5b4fc,#c4b5fd);-webkit-background-clip:text;background-clip:text;font-size:1.15rem;font-weight:800}.footer-description{color:#64748b;font-size:.875rem;line-height:1.7;margin-bottom:1.5rem}.footer-title{color:#fff;font-size:.95rem;font-weight:700;margin-bottom:1.25rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.7rem}.footer-links a{color:#64748b;font-size:.875rem;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#a5b4fc}.footer-services-desc{color:#64748b;font-size:.8rem;line-height:1.6;margin-top:.75rem;max-width:320px}.footer-bottom{align-items:center;border-top:1px solid #6366f11a;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:2rem}.footer-bottom p{color:#475569;font-size:.875rem}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-links a{color:#475569;font-size:.875rem;text-decoration:none;transition:color .3s ease}.footer-bottom-links a:hover{color:#a5b4fc}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-in-up.visible{opacity:1;transform:translateY(0)}@media (max-width:1024px){.hero-container{gap:3rem;grid-template-columns:1fr}.hero-title{font-size:3rem}.hero-visual{margin:0 auto;max-width:600px}.features-grid,.studio-grid{grid-template-columns:repeat(2,1fr)}.studio-card:last-child{grid-column:1/-1;margin:0 auto;max-width:400px}}@media (max-width:768px){.desktop-nav{display:none}.mobile-menu-btn{display:block}.mobile-menu{display:flex}.logo img{height:64px}.logo-text{font-size:1.1rem}.hero{min-height:auto;padding-bottom:60px;padding-top:100px}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.stats-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.stat-number{font-size:2.5rem}.studio-grid{grid-template-columns:1fr}.studio-card:last-child{max-width:none}.footer-simple{flex-direction:column;gap:2rem}.preview-grid{grid-template-columns:1fr;grid-template-rows:auto}.preview-wide{grid-row:auto}.preview-grid{grid-template-rows:180px auto auto}.preview-img-wrap{max-height:180px}.features-grid{grid-template-columns:1fr}.steps-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.footer-grid{gap:2rem;grid-template-columns:1fr}.footer-logo img{height:64px}.footer-bottom{flex-direction:column;text-align:center}.cta-title{font-size:1.75rem}.arch-card{padding:1.5rem}}@media (max-width:480px){.hero-title{font-size:1.85rem}.hero-buttons{flex-direction:column}.btn-primary,.btn-secondary{justify-content:center;width:100%}.stats-grid,.steps-grid{grid-template-columns:1fr}.stat-item{padding:1rem}.feature-card,.problem-card,.solution-card{padding:1.75rem}}
/*# sourceMappingURL=main.1cc5113b.css.map*/