html{scroll-behavior:smooth;scroll-padding-top:100px}.hero-section{align-items:center;background:linear-gradient(180deg,transparent 0,transparent 85%,#2d283e),linear-gradient(135deg,#2d283e,#3d3352 50%,#4a3d5c);display:flex;justify-content:center;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw;min-height:100vh;overflow:hidden;padding:20px;position:relative;width:100vw}.hero-section:after{bottom:-50px}.hero-section:before{animation:subtle-float-1 8s ease-in-out infinite;background:radial-gradient(circle,rgba(125,63,201,.15) 0,transparent 70%);height:500px;right:-100px;top:-100px;width:500px}.hero-section:after,.hero-section:before{border-radius:50%;content:"";pointer-events:none;position:absolute;will-change:transform}.hero-section:after{animation:subtle-float-2 6s ease-in-out infinite;background:radial-gradient(circle,hsla(38,98%,75%,.1) 0,transparent 70%);bottom:200px;height:400px;left:-50px;width:400px}@keyframes subtle-float-1{0%,to{transform:translate(0)}50%{transform:translate(-60px,40px)}}@keyframes subtle-float-2{0%,to{transform:translate(0)}50%{transform:translate(50px,-50px)}}.hero-container{margin-top:-80px;max-width:1200px;position:relative;text-align:center;width:100%;z-index:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.badge{align-items:center;animation:fadeIn .8s ease-out .2s forwards;background:transparent;color:#fecf7f;display:inline-flex;font-size:14px;font-weight:600;gap:12px;letter-spacing:1.5px;margin-bottom:30px;opacity:0;padding:0;text-transform:uppercase}.badge:before{background:linear-gradient(90deg,transparent,#fecf7f)}.badge:after,.badge:before{content:"";display:inline-block;height:2px;width:40px}.badge:after{background:linear-gradient(90deg,#fecf7f,transparent)}.hero-title{animation:fadeInUp 1s ease-out .4s forwards;color:#fff;font-size:clamp(40px,7vw,72px);font-weight:800;letter-spacing:-.02em;line-height:1.1;margin-bottom:24px;opacity:0}.hero-subtitle{animation:fadeInUp 1s ease-out .8s forwards;color:#fecf7f;font-size:clamp(20px,3vw,32px);font-weight:600;line-height:1.3;margin-bottom:16px;opacity:0}.hero-description{animation:fadeInUp 1s ease-out 1.2s forwards;color:hsla(0,0%,100%,.8);font-size:clamp(16px,2vw,20px);line-height:1.5;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:700px;opacity:0}.cta-buttons{animation:fadeInUp 1s ease-out 1.6s forwards;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:120px;opacity:0}.btn,.cta-buttons{justify-content:center}.btn{align-items:center;border:2px solid transparent;border-radius:5px;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;padding:16px 32px;text-align:center;text-decoration:none;transition:all .4s ease}.btn-primary{background:#7d3fc9;border-color:#7d3fc9;color:#fff;font-weight:700}.btn-primary:hover{background:#fecf7f;border-color:#fecf7f;box-shadow:0 10px 24px rgba(0,0,0,.25);color:#fff;transform:translateY(-5px)}.btn-secondary{background:transparent!important}.btn-secondary,.btn-secondary:hover{border-color:#fecf7f!important;color:#fff!important}.btn-secondary:hover{background:#fecf7f!important;box-shadow:0 10px 24px rgba(0,0,0,.25);transform:translateY(-5px)}.hero-features{flex-direction:column;gap:16px;justify-content:center;margin:20px auto 40px;max-width:600px}.feature-item,.hero-features{align-items:center;display:flex}.feature-item{color:hsla(0,0%,100%,.7);flex-direction:row;font-size:14px;font-weight:500;gap:10px;position:relative}.feature-item:before{background:#fecf7f;border-radius:50%;content:"";flex-shrink:0;height:6px;width:6px}.feature-item span{opacity:1}.scroll-arrow{animation:fadeIn .8s ease-out 2s forwards;bottom:130px;left:50%;opacity:0;position:absolute;transform:translateX(-50%);z-index:10}.scroll-arrow a{align-items:center;color:#fecf7f;cursor:pointer;display:flex;flex-direction:column;font-size:13px;font-weight:600;gap:12px;letter-spacing:.5px;text-decoration:none;transition:all .3s ease}.scroll-arrow a:hover{color:#fff}.scroll-arrow a:hover .arrow-icon{background:hsla(38,98%,75%,.25);border-color:hsla(38,98%,75%,.4)}.scroll-arrow a:hover .arrow-icon svg{stroke:#fff}.arrow-icon{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:hsla(38,98%,75%,.12);border:1px solid hsla(38,98%,75%,.25);border-radius:50%;display:flex;height:48px;justify-content:center;position:relative;transition:all .3s ease;width:48px}.arrow-icon svg{fill:none;height:22px;stroke:#fecf7f;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;transition:stroke .3s ease;width:22px}@keyframes bounce{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,10px)}}@media (max-width:768px){.hero-section{min-height:100svh;padding:20px 20px 40px}.hero-container{margin-top:-100px}.badge{font-size:12px;letter-spacing:1px;margin-bottom:24px}.badge:after,.badge:before{width:30px}.hero-title{font-size:clamp(32px,8vw,48px);margin-bottom:24px}.hero-subtitle{font-size:clamp(18px,5vw,26px);margin-bottom:20px}.hero-description{font-size:clamp(15px,4vw,18px);margin-bottom:36px}.cta-buttons{flex-direction:row;gap:12px;margin-bottom:80px;max-width:100%}.btn{flex:0 1 auto;font-size:15px;max-width:200px;min-width:140px;padding:14px 24px;text-align:center}.hero-features{align-items:center;flex-direction:column;gap:20px}.scroll-arrow{bottom:60px}}