.hero-dynamic-pro{position:relative;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:var(--hero-height-mobile)}@media screen and (min-width: 750px){.hero-dynamic-pro{min-height:var(--hero-height-desktop)}}.hero-dynamic-pro__media{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-dynamic-pro__video,.hero-dynamic-pro__image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;object-fit:cover;object-position:center}.hero-dynamic-pro__placeholder{width:100%;height:100%;background:var(--gradient-background)}.hero-dynamic-pro__placeholder svg{width:100%;height:100%;object-fit:cover;opacity:.3}.hero-dynamic-pro__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,var(--overlay-opacity));z-index:1}.hero-dynamic-pro__gradient{position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(to top,rgba(0,0,0,.8) 0%,transparent 100%);z-index:1}.hero-dynamic-pro__content{position:relative;z-index:2;width:100%;padding:4rem 2rem}@media screen and (min-width: 750px){.hero-dynamic-pro__content{padding:6rem 2rem}}.hero-dynamic-pro__content--full{max-width:100%;padding-left:3rem;padding-right:3rem}.hero-dynamic-pro__text-wrapper{max-width:900px}.hero-dynamic-pro__text-wrapper--left{margin-left:0;margin-right:auto;text-align:left}.hero-dynamic-pro__text-wrapper--center{margin-left:auto;margin-right:auto;text-align:center}.hero-dynamic-pro__text-wrapper--right{margin-left:auto;margin-right:0;text-align:right}.hero-dynamic-pro__badge{display:inline-block;padding:.5rem 1.25rem;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.25);border-radius:50px;color:var(--text-color);font-size:.875rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase;margin-bottom:1.5rem;animation:fadeInDown .8s cubic-bezier(.4,0,.2,1) .1s both}.hero-dynamic-pro__heading{font-size:clamp(2rem,5vw,6rem);line-height:1.1;font-weight:800;margin:0 0 1.5rem;color:var(--text-color);display:block;word-wrap:break-word}.hero-dynamic-pro__word{display:inline;position:relative}.hero-dynamic-pro__word--animated{opacity:1;transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);display:inline-block;position:relative;font-weight:900;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:200% 200%;animation:gradientShift 3s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.animation-fade .hero-dynamic-pro__word--animated{transform-origin:center center}.animation-slide .hero-dynamic-pro__word--animated{overflow:hidden;transform-origin:left center}.animation-flip .hero-dynamic-pro__word--animated{transform-origin:center center;perspective:1000px;transform-style:preserve-3d}@supports not (-webkit-background-clip: text){.hero-dynamic-pro__word--animated{color:#667eea;-webkit-text-fill-color:currentColor}}.hero-dynamic-pro__subheading{font-size:clamp(1rem,2vw,1.5rem);line-height:1.6;margin:0 0 2.5rem;color:var(--text-color);opacity:.95;max-width:700px}.hero-dynamic-pro__text-wrapper--center .hero-dynamic-pro__subheading{margin-left:auto;margin-right:auto}.hero-dynamic-pro__text-wrapper--right .hero-dynamic-pro__subheading{margin-left:auto;margin-right:0}.hero-dynamic-pro__subheading p{margin:0}.hero-dynamic-pro__buttons{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;margin-bottom:2rem}.hero-dynamic-pro__text-wrapper--center .hero-dynamic-pro__buttons{justify-content:center}.hero-dynamic-pro__text-wrapper--right .hero-dynamic-pro__buttons{justify-content:flex-end}.hero-dynamic-pro__buttons .button{position:relative;overflow:hidden;font-weight:600;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;white-space:nowrap}.hero-dynamic-pro__buttons .button--small{padding:.75rem 1.5rem;font-size:.875rem}.hero-dynamic-pro__buttons .button--medium{padding:1rem 2rem;font-size:1rem}.hero-dynamic-pro__buttons .button--large{padding:1.25rem 2.5rem;font-size:1.125rem}@media screen and (max-width: 749px){.hero-dynamic-pro__buttons .button--large{padding:1rem 2rem;font-size:1rem}}.hero-dynamic-pro__buttons .button:not(.button--secondary):not(.button--outline){background:var(--color-button);color:var(--color-button-text);border:2px solid transparent}.hero-dynamic-pro__buttons .button--secondary{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);color:var(--text-color)}.hero-dynamic-pro__buttons .button--outline{background:transparent;border:2px solid var(--text-color);color:var(--text-color)}.hero-dynamic-pro__buttons .button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0000004d}.hero-dynamic-pro__buttons .button--secondary:hover{background:#ffffff40;border-color:#ffffff80}.hero-dynamic-pro__buttons .button--outline:hover{background:var(--text-color);color:#000000e6}.hero-dynamic-pro__buttons .button:active{transform:translateY(-1px)}.button__icon{font-size:1.2em;line-height:1}.hero-dynamic-pro__trust{font-size:.875rem;color:var(--text-color);opacity:.85;margin-top:2rem}.hero-dynamic-pro__trust p{margin:0}.hero-dynamic-pro__scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:3;cursor:pointer;width:30px;height:50px;border:2px solid var(--text-color);border-radius:25px;display:flex;align-items:flex-start;justify-content:center;padding:8px 0;opacity:.8;transition:opacity .3s ease}.hero-dynamic-pro__scroll-indicator:hover{opacity:1}.hero-dynamic-pro__scroll-indicator span{width:6px;height:10px;background:var(--text-color);border-radius:3px;animation:scrollDown 2s ease-in-out infinite}@keyframes scrollDown{0%,20%{transform:translateY(0);opacity:0}50%{opacity:1}to{transform:translateY(20px);opacity:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero-dynamic-pro__heading{animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .2s both}.hero-dynamic-pro__subheading{animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .4s both}.hero-dynamic-pro__buttons{animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .6s both}.hero-dynamic-pro__trust{animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) .8s both}.color-scheme-1 .hero-dynamic-pro__word--animated{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.color-scheme-2 .hero-dynamic-pro__word--animated{background:linear-gradient(135deg,#f093fb,#f5576c);-webkit-background-clip:text;background-clip:text}.color-scheme-3 .hero-dynamic-pro__word--animated{background:linear-gradient(135deg,#4facfe,#00f2fe);-webkit-background-clip:text;background-clip:text}.color-scheme-4 .hero-dynamic-pro__word--animated{background:linear-gradient(135deg,#43e97b,#38f9d7);-webkit-background-clip:text;background-clip:text}.color-scheme-5 .hero-dynamic-pro__word--animated{background:linear-gradient(135deg,#fa709a,#fee140);-webkit-background-clip:text;background-clip:text}.color-inverse .hero-dynamic-pro__word--animated{background:linear-gradient(135deg,#fff,#e0e0e0);-webkit-background-clip:text;background-clip:text}@media screen and (min-width: 990px){.hero-dynamic-pro__media{transition:transform .1s ease-out;will-change:transform}}@media screen and (max-width: 749px){.hero-dynamic-pro__content{padding:3rem 1.5rem}.hero-dynamic-pro__badge{font-size:.75rem;padding:.4rem 1rem}.hero-dynamic-pro__heading{margin-bottom:1rem}.hero-dynamic-pro__subheading{margin-bottom:2rem}.hero-dynamic-pro__buttons{flex-direction:column;width:100%}.hero-dynamic-pro__buttons .button{width:100%;max-width:100%}.hero-dynamic-pro__scroll-indicator{display:none}}@media screen and (max-width: 549px){.hero-dynamic-pro__content--full{padding-left:1.5rem;padding-right:1.5rem}}@media (prefers-reduced-motion: reduce){.hero-dynamic-pro__word--animated,.hero-dynamic-pro__heading,.hero-dynamic-pro__subheading,.hero-dynamic-pro__buttons,.hero-dynamic-pro__badge,.hero-dynamic-pro__scroll-indicator span{animation:none!important;transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-hero-dynamic-pro.css.map */
