body{font-family:var(--font-family);margin:0;padding:0;background:var(--background-page-gradient)}.hero-content{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:600px}.hero-title{font-size:2.8rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.1rem;margin-bottom:2rem;line-height:1.6;color:#000000}.hero-cta{background:linear-gradient(90deg,#9133ff,#336bff,#3389ff,#33e5ff);color:#ffffff;border:none;padding:.9rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s;z-index:1000}#hero-section{justify-content:center;align-items:center;display:flex;flex-direction:column}.hero-cta:hover{background:#ffaa00;transform:translateY(-2px)}.hero-content-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:"#f9f9f9";color:#5a5a5a}