*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#020617;color:#f1f5f9;line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{position:fixed;top:0;width:100%;z-index:1000;padding:1.5rem 0;background:rgba(2,6,23,.8);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease}.navbar.scrolled{padding:1rem 0;box-shadow:0 4px 20px rgba(0,0,0,.3)}.navbar .container{display:flex;justify-content:space-between;align-items:center}.navbar .nav-brand{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:900}.navbar .nav-brand .logo-icon{font-size:2rem}.navbar .nav-brand .logo-text{background:linear-gradient(135deg,#6366f1 0,#8b5cf6 50%,#ec4899 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.navbar .nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.navbar .nav-menu .nav-link{color:#94a3b8;text-decoration:none;font-weight:500;transition:color .3s ease}.navbar .nav-menu .nav-link:hover{color:#f1f5f9}.btn-large,.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(99,102,241,.4)}.btn-secondary{background:rgba(255,255,255,.05);color:#f1f5f9;border:1px solid rgba(255,255,255,.2)}.btn-secondary:hover{background:rgba(255,255,255,.1);transform:translateY(-2px)}.btn-large{padding:1rem 2rem;font-size:1.1rem}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:5rem;overflow:hidden}.hero .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(99,102,241,.2) 0,transparent 50%),radial-gradient(circle at 80% 80%,rgba(139,92,246,.2) 0,transparent 50%);pointer-events:none}.hero .hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto;text-align:center;opacity:0;transform:translateY(30px)}.hero .hero-content.visible{opacity:1;transform:translateY(0);transition:all 1s ease}.hero .hero-title{font-size:4rem;font-weight:900;line-height:1.2;margin-bottom:1.5rem}.hero .hero-title .gradient-text{background:linear-gradient(135deg,#6366f1 0,#8b5cf6 50%,#ec4899 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero .hero-subtitle{font-size:1.25rem;color:#94a3b8;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.hero .hero-cta{display:flex;gap:1rem;justify-content:center;margin-bottom:4rem}.hero .hero-stats{display:flex;justify-content:center;gap:4rem;margin-top:3rem}.hero .hero-stats .stat-item{display:flex;flex-direction:column;align-items:center}.hero .hero-stats .stat-item .stat-number{font-size:3rem;font-weight:900;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 50%,#ec4899 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero .hero-stats .stat-item .stat-symbol{font-size:2rem;font-weight:900;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 50%,#ec4899 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero .hero-stats .stat-item .stat-label{color:#94a3b8;font-size:.9rem;margin-top:.5rem}.features{padding:6rem 0;background:#0f172a}.features .section-title{font-size:3rem;font-weight:900;text-align:center;margin-bottom:1rem}.features .section-subtitle{text-align:center;color:#94a3b8;font-size:1.2rem;margin-bottom:4rem}.features .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.features .feature-card{background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;transition:all .3s ease;opacity:0;transform:translateY(20px)}.features .feature-card.visible{opacity:1;transform:translateY(0)}.features .feature-card:hover{transform:translateY(-5px);border-color:rgba(99,102,241,.5);box-shadow:0 10px 40px rgba(99,102,241,.2)}.features .feature-card .feature-icon{font-size:3rem;margin-bottom:1rem}.features .feature-card h3{font-size:1.5rem;margin-bottom:1rem;font-weight:700}.features .feature-card p{color:#94a3b8;line-height:1.6}.performance{padding:6rem 0}.performance .metrics-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:3rem}.performance .metric-card{background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2.5rem;opacity:0;transform:scale(.95)}.performance .metric-card.visible{opacity:1;transform:scale(1);transition:all .6s ease}.performance .metric-card .metric-header{font-size:1.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.performance .bar-comparison{display:flex;flex-direction:column;gap:2rem}.performance .bar-comparison .bar-item .bar-label{color:#94a3b8;margin-bottom:.5rem;font-size:.9rem}.performance .bar-comparison .bar-item .bar-wrapper{position:relative;display:flex;align-items:center;gap:1rem}.performance .bar-comparison .bar-item .bar-wrapper .bar{height:40px;border-radius:8px;transition:width 1.5s ease;width:0}.performance .bar-comparison .bar-item .bar-wrapper .bar.bar-slow{background:linear-gradient(90deg,#ef4444,#dc2626)}.performance .bar-comparison .bar-item .bar-wrapper .bar.bar-fast{background:linear-gradient(90deg,#6366f1,#8b5cf6)}.performance .bar-comparison .bar-item .bar-wrapper .bar-value{font-weight:700;white-space:nowrap}.performance .savings-display{text-align:center}.performance .savings-display .savings-percent{display:flex;justify-content:center;align-items:baseline;margin-bottom:1rem}.performance .savings-display .savings-percent .big-number{font-size:5rem;font-weight:900;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 50%,#ec4899 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.performance .savings-display .savings-percent .percent-sign{font-size:3rem;font-weight:900;background:linear-gradient(135deg,#6366f1 0,#8b5cf6 50%,#ec4899 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-left:.5rem}.performance .savings-display p{color:#94a3b8}.integration{padding:6rem 0;background:#0f172a}.integration .code-demo{max-width:800px;margin:3rem auto;background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;position:relative;opacity:0;transform:translateY(20px)}.integration .code-demo.visible{opacity:1;transform:translateY(0);transition:all .6s ease}.integration .code-demo .code-tabs{display:flex;gap:0;border-bottom:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.2)}.integration .code-demo .code-tabs .code-tab{flex:1;padding:1rem;background:0 0;border:none;color:#94a3b8;cursor:pointer;font-weight:600;transition:all .3s ease;border-bottom:2px solid transparent}.integration .code-demo .code-tabs .code-tab:hover{color:#f1f5f9;background:rgba(255,255,255,.05)}.integration .code-demo .code-tabs .code-tab.active{color:#6366f1;border-bottom-color:#6366f1}.integration .code-demo .code-content{position:relative;padding:2rem;background:rgba(0,0,0,.3);min-height:200px}.integration .code-demo .code-content .code-block{display:none;margin:0}.integration .code-demo .code-content .code-block.active{display:block;animation:fadeIn .3s ease}.integration .code-demo .code-content .code-block code{color:#f1f5f9;font-family:"Courier New",monospace;font-size:.9rem;line-height:1.6}.integration .code-demo .copy-btn{position:absolute;top:5rem;right:2rem;padding:.5rem 1rem;background:#6366f1;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s ease}.integration .code-demo .copy-btn:hover{background:#4f46e5;transform:scale(1.05)}.integration .code-demo .copy-btn.copied{background:#10b981}.footer{padding:3rem 0;background:#020617;border-top:1px solid rgba(255,255,255,.1)}.footer .footer-content{text-align:center;margin-bottom:2rem}.footer .footer-content .footer-brand{display:inline-flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:900;margin-bottom:1rem}.footer .footer-content .footer-brand .logo-icon{font-size:2rem}.footer .footer-content .footer-brand .logo-text{background:linear-gradient(135deg,#6366f1 0,#8b5cf6 50%,#ec4899 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer .footer-content .footer-tagline{color:#94a3b8}.footer .footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#94a3b8;font-size:.9rem}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero .hero-title{font-size:2.5rem}.hero .hero-stats{flex-direction:column;gap:2rem}.hero .hero-cta{flex-direction:column;align-items:center}.navbar .nav-menu{gap:1rem;font-size:.9rem}.features-grid{grid-template-columns:1fr}.metrics-container{grid-template-columns:1fr!important}.section-title{font-size:2rem!important}}