.hero{position:relative;height:100vh;min-height:600px;max-height:900px;display:flex;align-items:center;overflow:hidden;background-color:var(--color-foreground)}.hero__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;transform:scale(1.05);animation:heroImageZoom 10s forwards cubic-bezier(.19,1,.22,1)}@keyframes heroImageZoom{0%{transform:scale(1.05)}to{transform:scale(1)}}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#0f4c81cc,#0f4c8180);z-index:2}.hero__content-wrapper{position:relative;z-index:3;width:100%}.hero__content{max-width:650px;padding:2rem;color:#fff}.hero__pretitle{font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;color:#d4af37;opacity:0;animation:slideInUp .8s .1s forwards}.hero__title{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1;margin-bottom:1.5rem;font-weight:700;opacity:0;animation:slideInUp .8s .3s forwards}.hero__description{font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;margin-bottom:2.5rem;max-width:80%;opacity:0;animation:slideInUp .8s .5s forwards}.hero__buttons{display:flex;flex-wrap:wrap;gap:1rem;opacity:0;animation:slideInUp .8s .7s forwards}.hero__button{padding:1rem 2rem;font-size:1rem;letter-spacing:.05em;text-transform:uppercase;font-weight:600;border-radius:4px;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease}.hero__button--primary{background-color:#0f4c81;color:#fff;border:none;position:relative;overflow:hidden}.hero__button--primary:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(to right,#0f4c81,#d4af37);transition:height .3s ease}.hero__button--primary:hover{transform:translateY(-3px);box-shadow:0 10px 20px #0003}.hero__button--primary:hover:before{height:6px}.hero__button--secondary{background-color:transparent;color:#fff;border:2px solid #ffffff}.hero__button--secondary:hover{background-color:#ffffff1a;transform:translateY(-3px);box-shadow:0 10px 20px #0003}.hero__trust-badge{margin-top:1.5rem;font-size:.875rem;opacity:.8;letter-spacing:.05em;animation:fadeIn .8s .9s forwards;opacity:0}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;color:#fff;z-index:3;opacity:0;animation:fadeIn .8s 1s forwards}.hero__scroll-text{font-size:.75rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}.hero__scroll-icon{width:24px;height:40px;border:2px solid #ffffff;border-radius:12px;position:relative}.hero__scroll-indicator{position:absolute;top:6px;left:50%;width:4px;height:4px;margin-left:-2px;background-color:#fff;border-radius:50%;animation:scrollIndicator 2s infinite}@keyframes scrollIndicator{0%{transform:translateY(0);opacity:1}to{transform:translateY(20px);opacity:0}}.hero__content--centered{margin:0 auto;text-align:center}.hero__content--centered .hero__description{margin-left:auto;margin-right:auto}.hero__content--centered .hero__buttons{justify-content:center}.hero__content--right{margin-left:auto;text-align:right}.hero__content--right .hero__description{margin-left:auto}.hero__content--right .hero__buttons{justify-content:flex-end}.hero--small{height:70vh;min-height:500px;max-height:700px}.hero--medium{height:85vh;min-height:600px;max-height:800px}.hero--large{height:100vh;min-height:700px}.hero--premium .hero__overlay{background:linear-gradient(135deg,#0f4c81cc,#0f4c8166)}.hero--premium .hero__title{font-family:var(--font-heading-family);position:relative;padding-bottom:1.5rem}.hero--premium .hero__title:after{content:"";position:absolute;bottom:0;left:0;width:80px;height:3px;background:linear-gradient(to right,#0f4c81,#d4af37)}.hero--premium.hero__content--centered .hero__title:after{left:50%;transform:translate(-50%)}.hero--premium.hero__content--right .hero__title:after{left:auto;right:0}.hero--premium .hero__button--primary{background:linear-gradient(135deg,#0f4c81,#0a3b64);border-radius:4px;position:relative;overflow:hidden}.hero--premium .hero__button--primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#fff3;transition:left .3s ease;z-index:1}.hero--premium .hero__button--primary:hover:before{left:0}.hero--premium .hero__button--primary span{position:relative;z-index:2}@keyframes slideInUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media screen and (max-width: 767px){.hero__content{max-width:100%;padding:1.5rem}.hero__description{max-width:100%}.hero__buttons{flex-direction:column;width:100%}.hero__button{width:100%;text-align:center}.hero__scroll{display:none}.hero__title{font-size:2.5rem}}@media screen and (min-width: 768px) and (max-width: 989px){.hero__content{max-width:500px}.hero__title{font-size:3.5rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-hero.css.map */
