.home-container{position:relative;min-height:90vh;background:var(--bg-main);color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.bg-layer{position:absolute;inset:0;pointer-events:none}.bg-main{background:linear-gradient(to bottom,#15131f,#1a1430,var(--bg-main))}.bg-purple-1{top:160px;left:33%;width:600px;height:340px;background:var(--purple-1);filter:blur(160px)}.bg-purple-1,.bg-purple-2{position:absolute;border-radius:50%}.bg-purple-2{bottom:0;right:25%;width:500px;height:500px;background:var(--purple-2);filter:blur(180px)}.hero-section{position:relative;z-index:10;text-align:center;max-width:900px;padding:0 20px}.hero-title{font-size:48px;font-weight:700;line-height:1.2}.highlight{color:var(--highlight)}.hero-desc{margin-top:24px;font-size:20px;color:var(--text-light);line-height:1.7}.highlight-light{color:var(--highlight-light)}.hero-actions{margin-top:48px;display:flex;flex-direction:column;align-items:center}@property --roate{syntax:"<angle>";initial-value:0deg;inherits:false}@keyframes rotate{to{--roate:360deg}}.btn-start{--bule:inear-gradient(to right,#9d6bff,#6a5ae0);--radius:50px;--roate:0deg;background:linear-gradient(90deg,#9d6bff,#6a5ae0);color:#fff;font-size:18px;border-radius:var(--radius);box-shadow:0 6px 20px rgba(150,120,255,.4);position:relative;overflow:hidden;padding:12px 50px;cursor:pointer}.btn-start .fancy{position:absolute;inset:0}.btn-start .text{position:relative;z-index:1}.btn-start:before{content:"";background:conic-gradient(from var(--roate),transparent 0,white 5%,transparent 10%);position:absolute;inset:0;animation:rotate 3s linear infinite}.btn-start:after{content:"";background:linear-gradient(90deg,#9d6bff,#6a5ae0);position:absolute;inset:3px;border-radius:calc(var(--radius) - 3px)}.btn-start:hover{opacity:.9}.icon{width:20px;height:20px}.section-wrap{background:var(--bg-main)}.text-gradient{background:radial-gradient(circle 240px at 30% -180%,var(--purple-2) 0,#ffffff 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);text-shadow:0 0 4px hsla(0,0%,100%,.1),0 0 14px rgba(130,168,236,.2)}.section-2{padding:0 20px 200px}.section-2 h2{font-size:44px}.section-2 h3{font-size:18px}@media(min-width:0px)and (max-width:768px){.btn-start{padding:8px 30px;font-size:16px}.home-container{position:relative;min-height:80vh}.hero-title{font-size:32px}.hero-desc{font-size:16px}.bg-purple-1{height:80px}.text-gradient{background:unset;text-shadow:unset;-webkit-text-fill-color:unset}.section-2{padding:0 20px 100px}.section-2 h2{font-size:24px}.section-2 h3{font-size:14px}.footer-wrap{text-align:center}}