.hero-container{display:flex;gap:20px;align-items:center;width:100%}.hero-text{flex:0 0 60%;display:flex;flex-direction:column;gap:1.5rem}.hero-image-container{flex:0 0 40%;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;gap:1rem}@keyframes pulse-glow{0%,100%{opacity:.3;transform:scale(.98)}50%{opacity:.6;transform:scale(1.02)}}.hero-image{width:100%;aspect-ratio:1/1;object-fit:contain}.carousel-dots{display:flex;gap:.6rem;justify-content:center}.carousel-dot{width:10px;height:10px;border-radius:50%;background:rgba(120,190,255,.3);border:1px solid rgba(120,190,255,.4);cursor:pointer;transition:all .3s ease}.carousel-dot:hover{background:rgba(120,190,255,.5);transform:scale(1.2)}.carousel-dot.active{background:rgba(120,190,255,.9);box-shadow:0 0 8px rgba(120,190,255,.6)}@media(max-width:1000px){.hero-container{flex-direction:column}.hero-text,.hero-image-container{flex:1 1 100%}.hero-image{width:60%}}@media(max-width:600px){.hero-image{width:100%}}