.hero-section{position:relative;z-index:1;min-height:65vh;display:flex;align-items:center}.hero-section h1{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;line-height:1.1;letter-spacing:-.02em}.hero-section h2{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:600;line-height:1.4}.hero-section .title{opacity:0;animation:hero-fade-up .8s cubic-bezier(.4,0,.2,1) .1s forwards}.hero-section .tagline{opacity:0;animation:hero-fade-up .8s cubic-bezier(.4,0,.2,1) .2s forwards}.hero-section p{font-size:1.25rem;font-weight:400;line-height:1.7;opacity:0;animation:hero-fade-up .8s cubic-bezier(.4,0,.2,1) .3s forwards}.hero-section .call-to-action{opacity:0;animation:hero-scale-in .6s cubic-bezier(.34,1.56,.64,1) .5s forwards}@keyframes hero-fade-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}section:has(+[class*=banner])>.hero-section-image-container{position:absolute;right:0;bottom:calc(var(--conectia-banner-decorator-height) * -1)}.hero-section-image-container{opacity:0;animation:hero-slide-in 1s cubic-bezier(.4,0,.2,1) .4s forwards}@keyframes hero-slide-in{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}.hero-section-image-container img{filter:drop-shadow(0 20px 40px rgba(var(--midnight-rgb),.3));transition:transform var(--transition-smooth)}.hero-section-image-container img:hover{transform:translateY(-5px)}.conectia-dark .hero-section-image-container img{filter:drop-shadow(0 0 40px rgba(var(--verdant-rgb),.2))}.hero-section--with-bg{overflow:hidden;background-color:var(--midnight);min-height:420px;width:100%;max-width:100%;margin-top:-62px;padding-top:62px}.hero-section__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-section__bg-img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.hero-section__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(var(--midnight-rgb),.84),rgba(var(--midnight-rgb),.52),rgba(var(--midnight-rgb),.12));z-index:1}.hero-section__bg:before{content:"";position:absolute;left:0;right:0;bottom:0;height:40%;background:linear-gradient(to bottom,transparent 0%,rgba(var(--midnight-rgb),.62) 60%,var(--midnight) 100%);z-index:2}.hero-section--with-bg .row{position:relative;z-index:2}.hero-section--with-bg .title,.hero-section--with-bg .tagline{color:var(--ivory)}.hero-section--with-bg p{color:var(--text-muted-dark)}.hero-section__badge{display:inline-block;font-size:.8125rem;font-weight:600;color:var(--ivory);background:rgba(var(--ivory-rgb),.15);border:1px solid rgba(var(--ivory-rgb),.25);border-radius:20px;padding:.3rem 1rem;margin-bottom:1.25rem;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}@media (max-width: 992px){.hero-section{min-height:auto;padding-top:2rem;padding-bottom:2rem}}@media (max-width: 768px){.hero-section h1{font-size:2.25rem}.hero-section h2{font-size:1.25rem}.hero-section p{font-size:1.1rem}}
