.hero{position:relative;width:100%;height:100dvh;background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:flex-end;overflow:hidden}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at left bottom,#010101,#ab141400 70%);z-index:3}.hero-content{text-align:left;position:relative;z-index:99;padding:2rem;color:var(--color-light);max-width:600px}.hero-content h1{color:var(--color-light);text-align:left;font-size:4rem;line-height:1.2;margin:0;font-weight:700}@media(max-width:768px){.hero{height:100dvh;background-position:65% center}.hero-content h1{font-size:3rem}.hero-content h2{font-size:1rem}}.hero-button{font-family:Abel;z-index:99;position:absolute;right:2rem;bottom:2rem;color:var(--color-background);text-decoration:none;background-color:var(--color-text);padding:15px 20px;border-radius:20px}
