@import"https://fonts.googleapis.com/css2?family=Assistant:wght@400;700;800&display=swap";.hero-video-section{position:relative;width:100%;overflow:hidden;background:var(--hero-overlay-color, #1A1A2E)}.hero-video-container{position:relative;width:100%;height:var(--hero-section-height, 700px);min-height:500px}.hero-video-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}.hero-video-player{position:absolute;top:50%;left:50%;width:100vw;height:56.25vw;min-height:100vh;min-width:177.77vh;transform:translate(-50%,-50%);pointer-events:none}.hero-video-player iframe{width:100%;height:100%}.hero-video-native{position:absolute;top:50%;left:50%;width:100%;height:100%;object-fit:cover;transform:translate(-50%,-50%);pointer-events:none}.hero-video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--hero-overlay-color, #1A1A2E);opacity:var(--hero-overlay-opacity, .75);z-index:2}.hero-content-wrapper{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;height:100%;padding:4rem 1.5rem;text-align:center}.hero-content{width:100%;max-width:900px;margin:0 auto}.hero-text-content{max-width:100%;display:flex;flex-direction:column;align-items:center;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.5rem;background:var(--hero-subtitle-bg, #FF6B35);border:1px solid rgba(255,255,255,.25);border-radius:50px;margin-bottom:2rem;animation:fadeInUp .8s ease-out .2s both}.hero-subtitle-icon{font-size:1.4rem;display:inline-block;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.hero-subtitle-text{font-family:Assistant,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.05rem;font-weight:400;color:var(--hero-subtitle-text, #FFFFFF);letter-spacing:.3px}.hero-title{font-family:Assistant,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;color:var(--hero-title-color, #FFFFFF);line-height:1.15;margin:0 0 3rem;letter-spacing:-.02em;animation:fadeInUp .8s ease-out .4s both;text-shadow:0 4px 20px rgba(0,0,0,.3);max-width:850px}.hero-button-wrapper{margin-bottom:2.5rem;animation:fadeInUp .8s ease-out .6s both;display:flex;justify-content:center}.hero-button-primary{position:relative;display:inline-flex;align-items:center;gap:.75rem;padding:1.25rem 2.75rem;font-family:Assistant,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:700;color:var(--hero-button-text, #FFFFFF);background:var(--hero-button-bg, #FF6B35);border:none;border-radius:60px;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #0000004d;cursor:pointer;white-space:nowrap;overflow:hidden}.hero-button-primary:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .6s ease}.hero-button-primary:hover:before{left:100%}.hero-button-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 15px 40px #0006;filter:brightness(1.1)}.hero-button-primary:active{transform:translateY(-1px) scale(1)}.hero-button-text{position:relative;z-index:1}.hero-button-icon{display:inline-flex;align-items:center;justify-content:center;transition:transform .4s cubic-bezier(.4,0,.2,1)}.hero-button-primary:hover .hero-button-icon{transform:translate(5px)}.hero-trust-badge{animation:fadeInUp .8s ease-out .8s both;display:flex;justify-content:center}.trust-badge-link{display:inline-block;text-decoration:none;transition:transform .3s ease}.trust-badge-link:hover{transform:translateY(-2px)}.trust-badge-content{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--hero-badge-bg, #FFFFFF);border-radius:50px;box-shadow:0 8px 25px #00000026;transition:all .3s ease}.trust-badge-link:hover .trust-badge-content{box-shadow:0 12px 35px #0003;transform:scale(1.02)}.trust-badge-title{font-family:Assistant,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.2rem;font-weight:800;color:var(--hero-badge-text, #333333);text-transform:uppercase;letter-spacing:.5px}.trust-stars{display:inline-flex;gap:2px;color:var(--hero-stars-color, #FFA500)}.star-icon{width:16px;height:16px}.trust-badge-text{font-family:Assistant,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.2rem;color:var(--hero-badge-text, #333333);font-weight:400}.trust-google-logo{font-family:Product Sans,Assistant,-apple-system,sans-serif;font-size:1.2rem;font-weight:700;letter-spacing:-.3px;display:inline-flex}.google-g{color:#4285f4}.google-o1{color:#ea4335}.google-o2{color:#fbbc05}.google-g2{color:#4285f4}.google-l{color:#34a853}.google-e{color:#ea4335}@media screen and (max-width: 1024px){.hero-video-container{height:calc(var(--hero-section-height, 700px) * .9)}.hero-content-wrapper{padding:3rem 2rem}.hero-title{font-size:clamp(2.25rem,5.5vw,4rem);margin-bottom:2.5rem}.hero-button-primary{padding:1.15rem 2.5rem;font-size:1.05rem}}@media screen and (max-width: 768px){.hero-video-container{height:var(--hero-section-height-mobile, 600px);min-height:500px}.hero-content-wrapper{padding:3rem 1.5rem}.hero-subtitle-badge{padding:.65rem 1.25rem;margin-bottom:1.75rem}.hero-subtitle-text{font-size:1rem}.hero-subtitle-icon{font-size:1.3rem}.hero-title{font-size:clamp(2rem,7vw,3.25rem);margin-bottom:2.25rem}.hero-button-wrapper{margin-bottom:2.25rem;width:100%}.hero-button-primary{width:100%;max-width:400px;justify-content:center;padding:1.15rem 2.25rem;font-size:1.75rem}.trust-badge-content{padding:.65rem 1.25rem;gap:.45rem}.trust-badge-title{font-size:.7rem}.star-icon{width:15px;height:15px}.trust-badge-text{font-size:.7rem}.trust-google-logo{font-size:.85rem}}@media screen and (max-width: 480px){.hero-video-container{height:calc(var(--hero-section-height-mobile, 600px) * .9);min-height:450px}.hero-content-wrapper{padding:2.5rem 1.25rem}.hero-subtitle-badge{padding:.6rem 1.15rem;margin-bottom:1.5rem}.hero-subtitle-text{font-size:.95rem}.hero-title{font-size:clamp(1.75rem,8vw,2.75rem);margin-bottom:2rem}.hero-button-primary{padding:1.05rem 2rem;font-size:1.25rem}.trust-badge-content{padding:.6rem 1.1rem;gap:.4rem;flex-wrap:wrap;justify-content:center}.trust-badge-title{font-size:1rem}.star-icon{width:14px;height:14px}.trust-badge-text,.trust-google-logo{font-size:1.2rem}}@media (prefers-reduced-motion: reduce){.hero-text-content,.hero-subtitle-badge,.hero-title,.hero-button-wrapper,.hero-trust-badge,.hero-subtitle-icon{animation:none}.hero-button-primary,.hero-button-icon,.trust-badge-link{transition:none}.hero-button-primary:hover,.trust-badge-link:hover,.hero-button-primary:hover .hero-button-icon{transform:none}}.hero-button-primary:focus-visible{outline:3px solid var(--hero-button-bg, #FF6B35);outline-offset:4px}.trust-badge-link:focus-visible{outline:3px solid var(--hero-button-bg, #FF6B35);outline-offset:4px;border-radius:60px}.hero-video-overlay,.hero-content-wrapper,.hero-button-primary:before{transform:translateZ(0);backface-visibility:hidden}@supports not (backdrop-filter: blur(10px)){.hero-subtitle-badge{background:var(--hero-subtitle-bg, #FF6B35)}.trust-badge-content{background:var(--hero-badge-bg, #FFFFFF)}}
/*# sourceMappingURL=/cdn/shop/t/37/assets/hero-video.css.map */
