.homepage-hero{position:relative;overflow:hidden;padding:10rem 0;min-height:100vh;display:flex;align-items:center;overflow-x:hidden}#particles-js{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;width:100vw}.hero-content-wrapper{position:relative;z-index:2}.hero-content-wrapper{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:5rem}.hero-text-content{flex:0 0 60%;max-width:60%;padding-right:1rem}.hero-text-content p{font-size:clamp(1.8rem, 2vw, 2.2rem);color:rgb(241 241 241 / .8);max-width:55ch;margin-top:2.5rem;margin-bottom:3.5rem}.hero-buttons{display:flex;gap:1.5rem}.hero-buttons .btn{min-width:100px;justify-content:center}.btn-secondary{background-color:#fff0;border:2px solid var(--text-color);color:var(--text-color)}.btn-secondary:hover{background-color:var(--text-color);color:var(--secondary-color)}.hero-image-content{flex:0 0 40%;max-width:40%;display:flex;justify-content:center;align-items:center;position:relative}.hero-image-content .hero-image{max-width:100%;height:auto;position:relative;z-index:2;animation:pulseGlow 6s ease-in-out infinite}.hero-image-content::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;width:110%;height:110%;background:radial-gradient(circle,rgb(245 197 24 / .5) 0%,rgb(202 25 54 / .4) 40%,#fff0 65%);filter:blur(60px);animation:radiateGlow 8s ease-in-out infinite}@keyframes pulseGlow{0%,100%{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes radiateGlow{0%,100%{transform:translate(-50%,-50%) scale(1);opacity:.7}50%{transform:translate(-50%,-50%) scale(1.1);opacity:1}}@media (max-width:768px){.homepage-hero{padding:6rem 0;text-align:center}.hero-content-wrapper{flex-direction:column}.hero-text-content{flex-basis:100%;max-width:100%;padding-right:0;order:1}.hero-image-content{order:2;margin:4rem;flex-basis:100%;max-width:100%;width:80%;margin-left:auto;margin-right:auto}.hero-buttons{justify-content:center}.hero-image-content .hero-image{width:90%}}