.hero-section{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;overflow:hidden;background-color:rgba(0,0,0,0)}.hero-section .carousel-container{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden;z-index:0}.hero-section .carousel-container .carousel-track{display:flex;width:400%;height:100%;animation:scroll 40s linear infinite}.hero-section .carousel-container .carousel-track .carousel-slide{position:relative;width:12.5%;height:100%;flex-shrink:0}.hero-section .carousel-container .carousel-track .carousel-slide .carousel-image{object-fit:cover;object-position:center 30%;filter:blur(5px) brightness(.55) contrast(1.1);transform:scale(1.05)}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.hero-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(rgba(0,0,0,.3),rgba(0,0,0,.5));z-index:1}.hero-section .content-overlay{position:relative;z-index:2;color:#fff;max-width:800px;margin:0 auto;padding:2.5rem;border-radius:20px;border:1px solid hsla(0,0%,100%,.2)}.hero-section .header{margin-bottom:2rem;animation:fadeInDown 1s ease-out}.hero-section .header .level-badge-hero{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem 1.25rem;background:linear-gradient(135deg,#8338ec,#3a86ff);border-radius:30px;margin-bottom:1.25rem;font-weight:800;font-size:.85rem;letter-spacing:2px}.hero-section .header .level-badge-hero .lvl-text{color:hsla(0,0%,100%,.8)}.hero-section .header .level-badge-hero .lvl-up{color:#fff}.hero-section .header h1{font-size:4rem;margin-bottom:1rem;font-weight:700;letter-spacing:1px;text-shadow:0 2px 10px rgba(0,0,0,.3);display:flex;flex-direction:column;gap:.5rem}.hero-section .header h1 .h1-line1{display:block}.hero-section .header h1 .h1-line2{display:block;font-size:.7em;opacity:.9}.hero-section .header p{font-size:1.35rem;opacity:.9;max-width:550px;margin:0 auto;line-height:1.6}.hero-section .main-content{animation:fadeInUp 1s ease-out .5s both;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-section .main-content .cta-button{color:#fff;padding:1.1rem 2.5rem;font-size:1.15rem;font-weight:600;cursor:pointer;transition:all .3s ease;border-radius:50px;text-transform:uppercase;letter-spacing:1px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.hero-section .main-content .cta-button.primary{background:linear-gradient(135deg,#8338ec,#3a86ff);border:none;box-shadow:0 4px 20px rgba(131,56,236,.4)}.hero-section .main-content .cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(131,56,236,.5)}.hero-section .main-content .cta-button.secondary{background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.3);box-shadow:0 4px 15px rgba(0,0,0,.2)}.hero-section .main-content .cta-button.secondary:hover{background-color:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.5);transform:translateY(-3px)}.hero-section .main-content .cta-button.leaderboard{background:rgba(102,126,234,.2);border:1px solid rgba(102,126,234,.4);box-shadow:0 4px 15px rgba(102,126,234,.2)}.hero-section .main-content .cta-button.leaderboard:hover{background:rgba(102,126,234,.3);border-color:rgba(102,126,234,.6);transform:translateY(-3px);box-shadow:0 8px 25px rgba(102,126,234,.3)}.hero-section .main-content .cta-button:active{transform:translateY(1px)}.hero-section .hero-stats{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;animation:fadeInUp 1s ease-out .8s both}.hero-section .hero-stat{display:flex;flex-direction:column;align-items:center}.hero-section .hero-stat .stat-num{font-size:1.5rem;font-weight:800;color:#fff}.hero-section .hero-stat .stat-text{font-size:.75rem;color:hsla(0,0%,100%,.6);text-transform:uppercase;letter-spacing:1px}.hero-section .hero-stat-divider{width:1px;height:30px;background:hsla(0,0%,100%,.2)}.hero-section .scroll-down{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);animation:bounce 2s infinite;z-index:10;cursor:pointer;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:hsla(0,0%,100%,.1);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid hsla(0,0%,100%,.2);transition:background-color .3s ease}.hero-section .scroll-down:hover{background-color:hsla(0,0%,100%,.2)}.hero-section .scroll-down svg{width:24px;height:24px;fill:#fff}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:992px){.hero-section .header h1{font-size:3.5rem}.hero-section .header p{font-size:1.2rem}}@media(max-width:768px){.hero-section{min-height:85vh;padding:1.5rem}.hero-section .content-overlay{padding:1.75rem}.hero-section .carousel-container .carousel-track{animation-duration:30s}.hero-section .carousel-container .carousel-track .carousel-slide .carousel-image{transform:scale(1.1)}.hero-section .header{margin-bottom:1.5rem}.hero-section .header .level-badge-hero{font-size:.7rem;padding:.35rem .9rem;margin-bottom:1rem}.hero-section .header h1{font-size:2rem;margin-bottom:.8rem;gap:.3rem}.hero-section .header h1 .h1-line2{font-size:.75em}.hero-section .header p{font-size:.95rem;line-height:1.5}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0) translateX(-50%)}40%{transform:translateY(-20px) translateX(-50%)}60%{transform:translateY(-10px) translateX(-50%)}}.hero-section .main-content{flex-direction:column;align-items:center;gap:.75rem}.hero-section .main-content .cta-button{padding:1rem 2rem;font-size:1rem;width:100%;max-width:250px;text-align:center}.hero-section .hero-stats{gap:1rem}.hero-section .hero-stat .stat-num{font-size:1.25rem}.hero-section .hero-stat .stat-text{font-size:.65rem}}@media(max-width:480px){.hero-section{min-height:80vh;padding:1rem}.hero-section .content-overlay{padding:1.5rem 1.25rem}.hero-section .carousel-container .carousel-track{animation-duration:25s}.hero-section .carousel-container .carousel-track .carousel-slide .carousel-image{transform:scale(1.1)}.hero-section .header{margin-bottom:1.25rem}.hero-section .header .level-badge-hero{font-size:.65rem;padding:.3rem .8rem;margin-bottom:.8rem}.hero-section .header h1{font-size:1.6rem;margin-bottom:.7rem;gap:.25rem}.hero-section .header h1 .h1-line2{font-size:.72em}.hero-section .header p{font-size:.875rem;line-height:1.5}.hero-section .main-content{gap:.6rem}.hero-section .main-content .cta-button{padding:.85rem 1.6rem;font-size:.85rem}.hero-section .hero-stats{gap:.75rem;margin-top:1.5rem}.hero-section .hero-stat .stat-num{font-size:1.1rem}.hero-section .hero-stat .stat-text{font-size:.6rem}.hero-section .hero-stat-divider{height:24px}}.features-section{padding:3rem 2rem;text-align:center;background-color:#000;color:#fff}.features-section .container{max-width:1200px;margin:0 auto}.features-section .section-title{font-size:2.5rem;margin-bottom:3rem;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.features-section .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;list-style:none;padding:0;margin:0}.features-section .features-grid .feature-card{background:hsla(0,0%,100%,.05);border-radius:15px;padding:2rem;box-shadow:0 5px 20px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;position:relative}.features-section .features-grid .feature-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.features-section .features-grid .feature-card .feature-number{display:inline-block;width:40px;height:40px;background-color:hsla(0,0%,100%,.1);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;margin:0 auto 1.5rem}.features-section .features-grid .feature-card .feature-title{font-size:1.5rem;margin-bottom:1rem;color:#fff}.features-section .features-grid .feature-card .feature-description{color:hsla(0,0%,100%,.7);line-height:1.6}@media(max-width:768px){.features-section{padding:4rem 1.5rem}.features-section .section-title{font-size:2rem}.features-section .features-grid{grid-template-columns:1fr}}.how-it-works-section{padding:3rem 2rem;text-align:center;background-color:#000;color:#fff}.how-it-works-section .container{max-width:1200px;margin:0 auto}.how-it-works-section .section-title{font-size:2.5rem;margin-bottom:4rem;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.how-it-works-section .steps-container{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;position:relative;max-width:1000px;margin:0 auto;list-style:none;padding:0}@media(max-width:992px){.how-it-works-section .steps-container{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.how-it-works-section .steps-container{grid-template-columns:1fr}}.how-it-works-section .step-card{position:relative;padding:2rem 1.5rem;height:100%;background:hsla(0,0%,100%,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px;border:1px solid hsla(0,0%,100%,.2);box-shadow:0 8px 32px rgba(0,0,0,.1)}@media(max-width:768px){.how-it-works-section .step-card{margin-bottom:1rem}}.how-it-works-section .step-card .step-number{width:40px;height:40px;background-color:hsla(0,0%,100%,.2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;margin:0 auto 1rem;position:relative;z-index:2;border:1px solid hsla(0,0%,100%,.3)}.how-it-works-section .step-card .step-icon{font-size:1.2rem;margin-bottom:1rem;font-weight:700;letter-spacing:1px;background-color:hsla(0,0%,100%,.1);padding:.5rem 1rem;border-radius:4px;display:inline-block}.how-it-works-section .step-card .step-title{font-size:1.3rem;margin-bottom:.8rem;color:#fff}.how-it-works-section .step-card .step-description{color:hsla(0,0%,100%,.8);font-size:.95rem;line-height:1.6}.how-it-works-section .step-card .step-connector{display:none}.cta-section{padding:8rem 2rem;text-align:center;background-color:#000;color:#fff;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,rgba(0,0,0,.7),rgba(0,0,0,.9));z-index:0}.cta-section .container{max-width:900px;margin:0 auto;position:relative;z-index:1}.cta-section .cta-content{background:hsla(0,0%,100%,.05);border-radius:15px;padding:4rem 2rem;box-shadow:0 5px 20px rgba(0,0,0,.1)}.cta-section .cta-title{font-size:3rem;margin-bottom:1.5rem;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.3)}.cta-section .cta-description{font-size:1.2rem;max-width:600px;margin:0 auto 3rem;color:hsla(0,0%,100%,.8);line-height:1.6}.cta-section .cta-button{background-color:hsla(0,0%,100%,.2);color:#fff;border:1px solid hsla(0,0%,100%,.3);padding:1.2rem 3rem;font-size:1.3rem;font-weight:600;cursor:pointer;transition:all .3s ease;border-radius:50px;text-transform:uppercase;letter-spacing:1px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);box-shadow:0 4px 15px rgba(0,0,0,.2)}.cta-section .cta-button:hover{background-color:hsla(0,0%,100%,.3);border-color:hsla(0,0%,100%,.5);transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.3)}.cta-section .cta-button:active{transform:translateY(1px)}@media(max-width:768px){.cta-section{padding:6rem 1.5rem}.cta-section .cta-title{font-size:2.5rem}.cta-section .cta-description{font-size:1.1rem}.cta-section .cta-button{padding:1rem 2.5rem;font-size:1.1rem}}@media(max-width:480px){.cta-section .cta-title{font-size:2rem}.cta-section .cta-description{font-size:1rem}.cta-section .cta-button{padding:.8rem 2rem;font-size:1rem}}