.container{display:flex;background-color:transparent;color:rgb(255,255,255);font-family:Arial,sans-serif;padding:20px;align-items:center;justify-content:center;min-height:80vh;box-sizing:border-box;background-image:radial-gradient(circle,rgb(155,50,255,.3) 5%,transparent 30%);background-size:cover;background-position:50%;background-repeat:no-repeat}.center-content{flex-direction:column;text-align:center}.content-left{max-width:700px}.headline{font-size:3em;font-weight:700;line-height:1.2;margin-bottom:20px;color:rgb(255,255,255)}.description{font-size:1.2em;line-height:1.6;color:#c0c0c0}.top-title{background:linear-gradient(90deg,#9b32ff,#1e1e1e);color:#e2e2e2;padding:8px 16px;border-radius:50px;font-size:14px;font-weight:500;margin-bottom:20px;border:1px solid rgba(255,255,255,.2);cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:background-color .3s,transform .3s ease}.top-title:hover{transform:translateY(-3px)}@media (max-width:1024px){.headline{font-size:2.5em}.description{font-size:1.1em}}@media (max-width:768px){.headline{font-size:2.2em}.description{font-size:1em}}@media (max-width:480px){.headline{font-size:1.8em}.description{font-size:.9em}}.hero-container{display:flex;flex-direction:column;justify-content:center;align-items:center;color:white;background-color:transparent;padding:50px 20px;text-align:center;height:100vh;background-image:radial-gradient(circle,rgb(155,50,255,.3) 0,transparent 35%);background-size:cover;background-position:50%;background-repeat:no-repeat}.hero-heading{font-size:3.5rem;font-weight:700;max-width:600px;line-height:1.2;margin-bottom:30px}.hero-button,.hero-heading{font-family:Inter,sans-serif;color:#ffffff}.hero-button{font-size:1rem;font-weight:600;background-color:#9b32ff;border:none;border-radius:999px;padding:18px 40px;cursor:pointer;transition:background-color .3s ease;box-shadow:0 4px 6px rgba(0,0,0,.1)}.hero-button:hover{background-color:#8400ff}