.showcase-container{color:#fff;perspective:1000px;background:#000;min-height:100vh;position:relative;overflow-x:hidden}.gradient-bg{z-index:0;width:100%;height:100%;transition:background .3s;position:fixed;top:0;left:0}.particle-canvas{z-index:1;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0}.showcase-nav{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0000004d;border-bottom:1px solid #6366f133;justify-content:space-between;align-items:center;padding:2rem 4rem;display:flex;position:fixed;top:0;left:0;right:0}.nav-logo{background:linear-gradient(135deg,#6366f1,#a855f7,#ec4899);-webkit-text-fill-color:transparent;cursor:pointer;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;position:relative}.logo-glow{filter:blur(20px);opacity:.5;z-index:-1;background:linear-gradient(135deg,#6366f1,#a855f7,#ec4899);animation:2s ease-in-out infinite pulse;position:absolute;inset:0}.nav-links{gap:2rem;display:flex}.nav-link{color:#fffc;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-link:after{content:"";background:linear-gradient(90deg,#6366f1,#a855f7);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.nav-link:hover{color:#fff}.nav-link:hover:after{width:100%}.floating-button{cursor:pointer;transform-style:preserve-3d;border-radius:12px;justify-content:center;align-items:center;padding:.75rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.floating-button.primary{color:#fff;background:linear-gradient(135deg,#6366f1,#a855f7);box-shadow:0 10px 30px #6366f166}.floating-button.secondary{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #6366f180}.floating-button.large{padding:1rem 2.5rem;font-size:1.1rem}.floating-button.medium{padding:.75rem 2rem;font-size:1rem}.floating-button.small{padding:.5rem 1.5rem;font-size:.9rem}.button-glow{background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.floating-button:hover .button-glow{width:300px;height:300px}.button-content{z-index:1;position:relative}.hero-section{z-index:10;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative}.hero-content{text-align:center;z-index:2;max-width:1200px}.hero-title{flex-direction:column;gap:.5rem;margin-bottom:2rem;font-size:clamp(3rem,8vw,6rem);font-weight:800;line-height:1.1;display:flex}.title-line{transform-style:preserve-3d;animation:3s ease-in-out infinite float;display:block}.title-line:nth-child(2){animation-delay:.2s}.title-line:nth-child(3){animation-delay:.4s}.gradient-text{background:linear-gradient(135deg,#6366f1,#a855f7,#ec4899,#f59e0b);-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:3s infinite gradientShift}.hero-subtitle{color:#fffc;max-width:800px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:clamp(1.1rem,2vw,1.5rem);line-height:1.6}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:1.5rem;display:flex}.floating-cards{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.floating-card{width:200px;height:250px;transform-style:preserve-3d;position:absolute}.floating-card.top-left{top:10%;left:10%}.floating-card.top-right{top:10%;right:10%}.floating-card.bottom-left{bottom:10%;left:10%}.floating-card.bottom-right{bottom:10%;right:10%}.card-inner{width:100%;height:100%;transform-style:preserve-3d;transition:transform .3s;position:relative}.card-glow{filter:blur(20px);opacity:.6;background:linear-gradient(135deg,#6366f14d,#a855f74d);border-radius:20px;animation:3s ease-in-out infinite pulse;position:absolute;inset:-20px}.card-content{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;background:#ffffff0d;border:1px solid #6366f14d;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:relative;transform:translateZ(20px);box-shadow:0 20px 60px #00000080}.card-icon{filter:drop-shadow(0 0 10px #6366f180);margin-bottom:1rem;font-size:3rem}.card-content h3{background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.2rem}.card-content p{color:#ffffffb3;font-size:.9rem}.features-section{z-index:10;max-width:1400px;margin:0 auto;padding:8rem 2rem;position:relative}.section-title{text-align:center;background:linear-gradient(135deg,#fff,#fffc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:4rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700}.section-subtitle{text-align:center;color:#ffffffb3;margin-bottom:3rem;font-size:1.3rem}.features-grid{perspective:1000px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);transform-style:preserve-3d;cursor:pointer;background:#ffffff0d;border:1px solid #6366f14d;border-radius:20px;padding:2.5rem;transition:all .3s;position:relative}.feature-card-glow{filter:blur(15px);opacity:0;z-index:-1;background:linear-gradient(135deg,#6366f133,#a855f733);border-radius:25px;transition:opacity .3s;position:absolute;inset:-10px}.feature-card:hover .feature-card-glow{opacity:1}.feature-icon{filter:drop-shadow(0 0 15px #6366f180);margin-bottom:1.5rem;font-size:3rem;animation:3s ease-in-out infinite float}.feature-card h3{background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:1.5rem}.feature-card p{color:#ffffffb3;line-height:1.6}.showcase-section{z-index:10;max-width:1400px;margin:0 auto;padding:8rem 2rem;position:relative}.showcase-content{text-align:center}.interactive-showcase{perspective:1000px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:4rem;display:grid}.showcase-item{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;transform-style:preserve-3d;background:#ffffff0d;border:2px solid #6366f14d;border-radius:20px;padding:3rem 2rem;transition:all .3s;position:relative}.showcase-item.active{border-color:#6366f1cc;box-shadow:0 20px 60px #6366f166}.showcase-item-glow{filter:blur(20px);opacity:0;z-index:-1;background:linear-gradient(135deg,#6366f14d,#a855f74d);border-radius:25px;transition:opacity .3s;position:absolute;inset:-20px}.showcase-item:hover .showcase-item-glow,.showcase-item.active .showcase-item-glow{opacity:1}.showcase-item-content h3{background:linear-gradient(135deg,#6366f1,#a855f7);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:1.5rem}.showcase-item-content p{color:#ffffffb3}.cta-section{z-index:10;max-width:1000px;margin:0 auto;padding:8rem 2rem;position:relative}.cta-content{text-align:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #6366f14d;border-radius:30px;padding:4rem;box-shadow:0 30px 80px #00000080}.cta-title{background:linear-gradient(135deg,#fff,#fffc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.cta-subtitle{color:#ffffffb3;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.showcase-footer{text-align:center;color:#ffffff80;z-index:10;border-top:1px solid #6366f133;padding:3rem 2rem;position:relative}@keyframes float{0%,to{transform:translateY(0)translateZ(0)}50%{transform:translateY(-10px)translateZ(20px)}}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}@media (max-width:768px){.showcase-nav{flex-wrap:wrap;gap:1rem;padding:1.5rem 2rem}.nav-links{display:none}.hero-section{padding:6rem 1rem 3rem}.hero-buttons{flex-direction:column;align-items:stretch}.floating-card{width:150px;height:180px}.floating-card.top-left,.floating-card.top-right,.floating-card.bottom-left,.floating-card.bottom-right{margin:1rem;position:relative;inset:auto}.floating-cards{display:none}.features-grid,.interactive-showcase{grid-template-columns:1fr}.cta-content{padding:2.5rem 1.5rem}}@media (max-width:480px){.showcase-nav{padding:1rem}.nav-logo{font-size:1.2rem}.hero-title{font-size:2.5rem}.section-title{font-size:2rem}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0000004d}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#6366f1,#a855f7);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#a855f7,#ec4899)}
