.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 .btn{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(--tinta-rgb),.18));transition:transform var(--transition-smooth)}.hero-section-image-container img:hover{transform:translateY(-2px)}.conectia-dark .hero-section-image-container img{filter:drop-shadow(0 0 40px rgba(var(--emerald-rgb),.2))}.hero-section--with-bg{overflow:hidden;background-color:var(--midnight);color:var(--ivory);min-height:620px;width:100%;max-width:100%;margin-top:-80px;padding-top:80px;--text-primary: var(--ivory);--text-secondary: var(--mist-strong);--text-muted: var(--mist-strong);--surface-base: var(--midnight);--surface-elevated: var(--atlantic);--border-hairline: var(--border-hairline-dark);--divider-subtle: rgba(var(--blanco-rgb), .1);--divider-strong: rgba(var(--blanco-rgb), .16);--accent-primary: var(--emerald-tec)}@media (min-width: 993px){.hero-section--with-bg>.container-lg{max-width:100%;margin-inline:0;padding-inline:clamp(1.5rem,4vw,4.5rem) 0}.hero-section--with-bg .row>[class*=col-]{width:100%;max-width:calc(min(58vw,900px) - clamp(1.5rem,4vw,4.5rem) - clamp(3rem,6vw,7rem))}}.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:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(var(--midnight-rgb),.62),rgba(var(--midnight-rgb),.34) 45%,rgba(var(--midnight-rgb),.12) 75%,rgba(var(--midnight-rgb),.22));z-index:1}.hero-section--with-bg .row{position:relative;z-index:2}.hero-section--with-bg .btn{padding:.95rem 1.6rem;font-size:.95rem}.hero-section--with-bg .d-flex.flex-wrap.gap-2{gap:.9rem!important}.hero-section--with-bg .title,.hero-section--with-bg .tagline{color:var(--ivory);text-shadow:0 2px 16px rgba(var(--midnight-rgb),.55)}.hero-section--with-bg p{color:rgba(var(--ivory-rgb),.9);text-shadow:0 1px 10px rgba(var(--midnight-rgb),.5)}.hero-section__badge{display:inline-block;font-size:.8125rem;font-weight:600;color:var(--tinta);background:rgba(var(--tinta-rgb),.06);border:1px solid var(--border-hairline);border-radius:20px;padding:.3rem 1rem;margin-bottom:1.25rem;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.hero-section--with-bg .hero-section__badge{color:var(--ivory);background:rgba(var(--ivory-rgb),.08);border-color:rgba(var(--ivory-rgb),.25)}.hero-section--with-bg .hero-section__eyebrow{color:var(--mist-strong)}.hero-section--with-bg .hero-section__eyebrow:before{background:var(--emerald-tec)}.hero-section--with-bg .hero-section__accent{color:var(--emerald-tec)}.hero-section__eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-display);font-size:.74rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.625rem;opacity:0;animation:hero-fade-up .8s cubic-bezier(.4,0,.2,1) .05s forwards}.hero-section__eyebrow:before{content:"";width:8px;height:8px;background:var(--azul);flex:0 0 auto}.hero-section:not(.hero-section--with-bg) .hero-section__eyebrow{color:var(--text-muted)}.hero-section__accent{color:var(--emerald)}@media (max-width: 992px){.hero-section{min-height:auto;padding-top:2rem;padding-bottom:2rem}.hero-section--with-bg{min-height:480px}}@media (max-width: 992px){.hero-section__bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(var(--midnight-rgb),.88),rgba(var(--midnight-rgb),.62));z-index:1}}@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}}
