.hero{position:relative;height:100vh;display:flex;align-items:flex-end;justify-content:flex-start;padding-top:180px;padding-bottom:4rem;background-color:white;color:#1a1a1a;text-align:left}.hero,.hero-visual{width:100%;overflow:hidden}.hero-visual{position:absolute;top:0;left:0;height:100%;z-index:0}.hero-img{width:100%;height:100%;object-fit:cover;will-change:transform}.parallax-img{height:130%;top:-15%;position:absolute}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,rgba(255,255,255,.85) 0,rgba(255,255,255,.5) 40%,rgba(255,255,255,0) 60%)}.hero-container{position:relative;z-index:1;width:100%;display:flex;justify-content:space-between;align-items:flex-end;margin:0 auto}.hero-content{max-width:800px}.hero-label{display:flex;align-items:center;gap:.8rem;margin-bottom:1.5rem}.hero-label span:not(.line){background:var(--highlight);color:black;padding:.4rem 1rem;border-radius:50px;font-size:.7rem;font-weight:900;letter-spacing:2px;text-transform:uppercase}.hero-label .line{width:30px;height:2px;background:var(--highlight)}.hero-title{font-size:clamp(1.5rem,3.5vw,2.5rem);line-height:1.2;margin-bottom:1rem;letter-spacing:-1px}.hero-title span{color:#1a1a1a;opacity:.8;font-weight:300}.hero-subtext{font-size:1rem;color:#333;opacity:.8;max-width:400px;margin-bottom:2rem;line-height:1.6;font-weight:400}.hero-btn-group{display:flex;gap:1.5rem}.btn-primary{background:var(--highlight);color:black;padding:1.2rem 3rem;border-radius:50px;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:1px}.btn-primary:hover{background:black;color:white;transform:translateY(-5px);box-shadow:0 10px 30px rgba(167,182,74,.4)}.btn-secondary{border:1px solid rgba(255,255,255,.3);color:white;padding:1.2rem 3rem;border-radius:50px;font-weight:700;font-size:1rem;text-transform:uppercase;letter-spacing:1px}.btn-secondary:hover{background:rgba(255,255,255,.1);border-color:white;transform:translateY(-5px)}.hero-scroll{position:absolute;bottom:0;right:5rem;height:150px;width:2px;background:rgba(255,255,255,.1)}.scroll-line{width:100%;background:var(--highlight);box-shadow:0 0 10px var(--highlight)}.hero-content-centered{margin:0 auto;max-width:900px;display:flex;flex-direction:column;align-items:center}.hero-label-wrapper{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.hero-description{font-size:1.1rem;opacity:.8;line-height:1.8;font-weight:400;color:white}@media (max-width:1200px){.hero-container{padding:0 5%}}@media (max-width:992px){.hero{height:auto;min-height:85vh;padding-top:140px;padding-bottom:4rem;align-items:center}.hero-img{object-position:80% center}.hero-overlay{background:linear-gradient(180deg,rgba(255,255,255,.1) 0,rgba(255,255,255,.4) 50%,rgba(255,255,255,1))}.hero-container{text-align:center;gap:2rem}.hero-container,.hero-content{flex-direction:column;align-items:center}.hero-content{max-width:100%;display:flex}.hero-label{justify-content:center}.hero-title{font-size:clamp(2.2rem,8vw,3.5rem);color:#000;text-shadow:0 2px 20px rgba(255,255,255,.8)}.hero-subtext{max-width:500px;margin:0 auto 2.5rem;color:#1a1a1a;font-weight:500}.hero-btn-group{justify-content:center;width:100%}}@media (max-width:768px){.hero{height:auto;min-height:100vh;display:flex;flex-direction:column;padding:0;background:white}.hero-visual{position:relative;height:55vh;width:100%;border-radius:0 0 40px 40px;z-index:1}.hero-container{height:auto;padding:3rem 1.5rem 5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;background:white;z-index:2}.hero-content{max-width:100%}.hero-title{font-size:2.2rem;color:black;margin-bottom:1rem;line-height:1.2}.hero-subtext{color:#555;font-size:1rem;margin-bottom:2.5rem}.btn-primary{width:100%;max-width:320px;padding:1.3rem;border-radius:50px;background:black;color:white}.hero-scroll{display:none}}@media (max-width:480px){.hero-visual{height:50vh}.hero-title{font-size:2rem}}