.hero-section{flex-direction:column;height:100vh;padding:2rem;background:var(--backgrounds-hero);position:relative}.hero-background,.hero-section{display:flex;justify-content:center;align-items:center;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-background .layer{position:absolute;width:120%;height:120%;border-radius:50%;opacity:.2;background:var(--layer-gradient);animation:layer-animation 15s infinite}.layer-1{animation-delay:0s}.layer-2{animation-delay:5s}.layer-3{animation-delay:10s}@keyframes layer-animation{0%,to{transform:scale(1) translate(-10%,-10%)}50%{transform:scale(1.2) translate(10%,10%)}}.hero-content{text-align:center;max-width:800px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;word-wrap:break-word;overflow:hidden;min-height:50vh}@media(max-width:1024px){.hero-content{min-height:55vh;max-width:90%}}@media(max-width:768px){.hero-content{min-height:60vh;max-width:85%}}@media(max-width:480px){.hero-content{min-height:65vh}}.hero-heading{font-size:2.5rem!important;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.typewriter{display:inline-block;white-space:normal;overflow:hidden;border-right:2px solid var(--text-primary);animation:typing 3.5s steps(40),blink .75s step-end infinite;font-size:3rem!important;max-width:100%;text-align:center;word-wrap:break-word}@media(max-width:1024px){.hero-heading{font-size:2.2rem!important}.typewriter{font-size:2.5rem!important}}@media(max-width:768px){.hero-heading{font-size:1.9rem!important}.typewriter{font-size:2rem!important}}@media(max-width:480px){.hero-heading{font-size:1.6rem!important}.typewriter{font-size:1.75rem!important}}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink{50%{border-color:transparent}}.hero-tagline{font-size:1.25rem!important;color:var(--text-secondary);font-weight:500;opacity:0;animation:slide-up 1s ease-in-out 3s forwards;letter-spacing:.5px;line-height:1.3}@media(max-width:1024px){.hero-tagline{font-size:1.1rem!important}}@media(max-width:768px){.hero-tagline{font-size:1rem!important;letter-spacing:.4px}}@media(max-width:480px){.hero-tagline{font-size:.875rem!important;letter-spacing:.3px;line-height:1.2}}.hero-buttons{margin-top:2rem;display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;opacity:0;animation:slide-up 1s ease-in-out 5s forwards}@keyframes slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.hero-buttons .cta-button{font-size:1rem!important;padding:.75rem 1.5rem;min-width:180px;max-width:220px}@media(max-width:1024px){.hero-buttons .cta-button{min-width:160px}}@media(max-width:768px){.hero-buttons{flex-direction:column;gap:.75rem;align-items:center}.hero-buttons .cta-button{width:80%;max-width:200px}}@media(max-width:480px){.hero-buttons .cta-button{font-size:.875rem!important;padding:.5rem}}