.hero-section{display:flex;align-items:center;justify-content:center;text-align:center;min-height:50vh;padding:2rem 1rem;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(0,240,116,.15) 0,transparent 60%);filter:blur(50px);z-index:0}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.hero-headline{font-family:Bungee,sans-serif;font-size:clamp(2.5rem,8vw,5rem);line-height:1.1;color:var(--foreground);max-width:900px;margin-bottom:1rem}.highlight-text{color:var(--accent-primary)}.hero-subheadline{font-family:sans-serif;font-size:clamp(1.1rem,3vw,1.4rem);color:var(--text-muted);max-width:700px;line-height:1.6;margin-bottom:1.5rem}.hero-cta{padding:1.2rem 3rem;font-size:1.3rem;box-shadow:0 0 25px rgba(0,240,116,.4)}.hero-cta:hover:not(:disabled){box-shadow:0 0 35px rgba(59,130,246,.6)}.section-title{font-family:Bungee,sans-serif;font-size:clamp(2rem,5vw,2.8rem);text-align:center;margin-bottom:2.5rem;color:var(--foreground)}.feature-section{padding:3rem 1rem}.features-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2.5rem;gap:2.5rem;width:100%;max-width:1200px;margin:0 auto}.feature-card{border-radius:1rem;padding:2px;position:relative;background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));transition:transform .3s ease,box-shadow .3s ease;z-index:1}.feature-card .card-content{background:rgba(20,20,20,.7);backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border-radius:inherit;padding:1.75rem;height:100%;display:flex;flex-direction:column;z-index:2}.feature-card:hover{transform:translateY(-12px) scale(1.03);box-shadow:0 25px 50px -12px rgba(0,0,0,.5)}.feature-card:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 0,rgba(0,240,116,.4),transparent 50%);opacity:0;transition:opacity .5s ease;z-index:0;border-radius:inherit;pointer-events:none}.feature-card:hover:after{opacity:1}.feature-title{font-family:Bungee,sans-serif;font-size:1.6rem;color:var(--foreground);margin-bottom:1rem}.feature-description{font-family:sans-serif;color:var(--text-muted);font-size:1rem;line-height:1.6;margin-bottom:1.5rem;flex-grow:1}.card-cta{font-family:Bungee,sans-serif;width:100%;margin-top:auto;font-size:1.1rem;padding:1rem;background-color:var(--accent-secondary);color:white;border:none;box-shadow:0 0 15px rgba(59,130,246,.5);transition:all .3s ease}.card-cta:hover:not(:disabled){background-color:var(--accent-primary);color:#000;box-shadow:0 0 25px rgba(0,240,116,.6)}.how-it-works-section{padding:3rem 2rem;background-color:var(--background-secondary)}.steps-container{display:flex;justify-content:space-around;flex-wrap:wrap;gap:3rem;max-width:1200px;margin:0 auto}.step{text-align:center;max-width:300px}.step-icon{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,var(--accent-primary),var(--accent-secondary));display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.8rem;color:#000;box-shadow:0 0 20px rgba(0,240,116,.3)}.step-icon,.step-title{font-family:Bungee,sans-serif}.step-title{font-size:1.5rem;margin-bottom:.5rem;color:var(--foreground)}.step-description{font-family:sans-serif;color:var(--text-muted);line-height:1.6}.final-cta-section{padding:4rem 1rem;text-align:center}.final-cta-content{max-width:700px;margin:0 auto}.final-cta-title{font-family:Bungee,sans-serif;font-size:clamp(2rem,6vw,3.5rem);color:var(--foreground);margin-bottom:1rem}.final-cta-description{font-family:sans-serif;font-size:1.2rem;color:var(--text-muted);line-height:1.6;margin-bottom:1.5rem}.final-cta-button{padding:1.2rem 3rem;font-size:1.3rem}.cube-container{width:200px;height:200px;perspective:1000px;margin-top:75px;margin-bottom:100px}.cube{width:100%;height:100%;position:relative;transform-style:preserve-3d;animation:cube-spin 20s linear infinite}@keyframes cube-spin{0%{transform:rotateX(0deg) rotateY(0deg)}to{transform:rotateX(1turn) rotateY(1turn)}}.face{position:absolute;width:200px;height:200px;background:rgba(20,20,20,.7);border:1px solid var(--accent-primary);box-shadow:0 0 15px var(--accent-primary),0 0 30px var(--accent-primary),inset 0 0 10px rgba(0,240,116,.5);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--accent-primary);font-family:Bungee,sans-serif}.front{transform:translateZ(100px)}.back{transform:rotateY(180deg) translateZ(100px)}.right{transform:rotateY(90deg) translateZ(100px)}.left{transform:rotateY(-90deg) translateZ(100px)}.top{transform:rotateX(90deg) translateZ(100px)}.bottom{transform:rotateX(-90deg) translateZ(100px)}