.fastblox-hero{position:relative;padding:70px 24px 90px;text-align:center;overflow:hidden;min-height:75vh;display:flex;align-items:center;justify-content:center;background:var(--fastblox-bg-dark, #0a1628)}.fastblox-hero__background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.fastblox-hero__shape{position:absolute;border-radius:50%;opacity:.12;animation:fastblox-float 20s ease-in-out infinite;will-change:transform}.fastblox-hero__shape--1{width:350px;height:350px;background:var(--fastblox-primary, #3664ef);top:5%;left:-8%;animation-delay:0s}.fastblox-hero__shape--2{width:250px;height:250px;background:var(--fastblox-accent, #fce251);top:50%;right:-5%;animation-delay:-7s}.fastblox-hero__shape--3{width:180px;height:180px;background:var(--fastblox-primary-light, #5a82f5);bottom:15%;left:25%;animation-delay:-14s}.fastblox-hero__glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(54,100,239,.15) 0%,rgba(54,100,239,.05) 40%,transparent 70%);pointer-events:none}@keyframes fastblox-float{0%,to{transform:translate(0) rotate(0) scale(1)}25%{transform:translate(25px,-35px) rotate(5deg) scale(1.05)}50%{transform:translate(-15px,25px) rotate(-5deg) scale(.95)}75%{transform:translate(35px,15px) rotate(3deg) scale(1.02)}}.fastblox-hero__content{position:relative;z-index:1;max-width:800px;margin:0 auto;animation:fastblox-fadeUp .8s ease-out}@keyframes fastblox-fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fastblox-hero__badge{display:inline-flex;align-items:center;gap:10px;background:#2c72ff26;border:1px solid rgba(44,114,255,.4);padding:10px 20px;border-radius:50px;font-size:14px;font-weight:700;color:#2c72ff;margin-bottom:28px;animation:fastblox-badge-pulse 2.5s ease-in-out infinite}@keyframes fastblox-badge-pulse{0%,to{box-shadow:0 0 #2c72ff66}50%{box-shadow:0 0 0 12px #2c72ff00}}.fastblox-hero__badge-icon{font-size:16px}.fastblox-hero__badge-text{color:#2c72ff}.fastblox-hero__badge-stars{color:var(--fastblox-accent, #fce251);font-size:14px;letter-spacing:2px;text-shadow:0 0 8px rgba(252,226,81,.5)}.fastblox-hero__title{font-family:var(--fastblox-font-display, "Fredoka", sans-serif);font-size:clamp(32px,7vw,58px);font-weight:700;line-height:1.12;margin-bottom:24px;color:var(--fastblox-text-white, #ffffff);letter-spacing:-.5px}.fastblox-hero__title-accent{background:linear-gradient(135deg,var(--fastblox-accent, #fce251) 0%,var(--fastblox-accent-dark, #e6cb3d) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fastblox-hero__subtitle{font-size:17px;color:var(--fastblox-text-muted, #94a3b8);max-width:620px;margin:0 auto 40px;line-height:1.75}.fastblox-hero__subtitle p{margin:0}.fastblox-hero__subtitle strong{color:var(--fastblox-text-white, #ffffff);font-weight:700}.fastblox-hero__cta{display:flex;justify-content:center;align-items:center;margin-bottom:40px}.fastblox-hero__btn-primary{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:20px 44px;border-radius:14px;font-family:var(--fastblox-font-display, "Fredoka", sans-serif);font-size:19px;font-weight:700;text-decoration:none!important;color:var(--fastblox-bg-dark, #0a1628)!important;cursor:pointer;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;z-index:1;min-width:240px}.fastblox-hero__btn-bg{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,var(--fastblox-accent, #fce251) 0%,#ffe566 50%,var(--fastblox-accent-dark, #e6cb3d) 100%);z-index:-2;transition:all .3s ease}.fastblox-hero__btn-shine{position:absolute;top:0;left:-100%;width:60%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.5) 50%,transparent 100%);z-index:2;animation:fastblox-shine 3s ease-in-out infinite;pointer-events:none}@keyframes fastblox-shine{0%{left:-100%}50%,to{left:150%}}.fastblox-hero__btn-glow{position:absolute;top:-4px;left:-4px;right:-4px;bottom:-4px;background:linear-gradient(135deg,var(--fastblox-accent, #fce251) 0%,#ffe566 50%,var(--fastblox-accent-dark, #e6cb3d) 100%);border-radius:18px;z-index:-3;opacity:.6;filter:blur(15px);animation:fastblox-glow-pulse 2s ease-in-out infinite}@keyframes fastblox-glow-pulse{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.fastblox-hero__btn-content{position:relative;display:flex;align-items:center;gap:12px;z-index:1}.fastblox-hero__btn-icon{font-size:24px;animation:fastblox-bounce 1.5s ease-in-out infinite}@keyframes fastblox-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.fastblox-hero__btn-text{text-shadow:none;letter-spacing:.3px}.fastblox-hero__btn-primary{box-shadow:0 6px 20px #fce25166,0 0 40px #fce25133,inset 0 1px #fff6}.fastblox-hero__btn-primary:hover{transform:translateY(-5px) scale(1.03);box-shadow:0 12px 35px #fce25180,0 0 60px #fce2514d,inset 0 1px #ffffff80}.fastblox-hero__btn-primary:hover .fastblox-hero__btn-glow{opacity:.9;filter:blur(20px)}.fastblox-hero__btn-primary:hover .fastblox-hero__btn-icon{animation-duration:.7s}.fastblox-hero__btn-primary:active{transform:translateY(-2px) scale(.98)}.fastblox-hero__trust{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;margin-top:10px}.fastblox-hero__trust-item{display:flex;align-items:center;gap:8px;color:var(--fastblox-text-muted, #94a3b8);font-size:13px;font-weight:600}.fastblox-hero__trust-icon{font-size:16px}.fastblox-hero__trust-text{opacity:.9}@media screen and (max-width:749px){.fastblox-hero{padding:50px 20px 70px;min-height:65vh}.fastblox-hero__badge{padding:8px 14px;font-size:11px;margin-bottom:20px;gap:6px}.fastblox-hero__badge-icon{font-size:14px}.fastblox-hero__badge-stars{font-size:11px;letter-spacing:1px}.fastblox-hero__title{font-size:clamp(28px,8vw,36px);margin-bottom:16px}.fastblox-hero__subtitle{font-size:15px;margin-bottom:32px;padding:0 10px}.fastblox-hero__cta{margin-bottom:32px}.fastblox-hero__btn-primary{width:100%;max-width:280px;padding:18px 32px;font-size:17px;min-width:unset}.fastblox-hero__btn-icon{font-size:22px}.fastblox-hero__trust{gap:16px}.fastblox-hero__trust-item{font-size:11px}.fastblox-hero__trust-icon{font-size:14px}.fastblox-hero__shape--1{width:180px;height:180px}.fastblox-hero__shape--2{width:130px;height:130px}.fastblox-hero__shape--3{display:none}.fastblox-hero__glow{width:300px;height:300px}.fastblox-hero__btn-glow{filter:blur(10px)}}@media screen and (max-width:374px){.fastblox-hero{padding:40px 16px 60px}.fastblox-hero__badge{flex-wrap:wrap;justify-content:center;padding:8px 12px}.fastblox-hero__title{font-size:26px}.fastblox-hero__btn-primary{max-width:100%;padding:16px 24px;font-size:16px}.fastblox-hero__trust{flex-direction:column;gap:10px}}@media screen and (min-width:750px)and (max-width:989px){.fastblox-hero{padding:60px 24px 80px}.fastblox-hero__title{font-size:clamp(36px,6vw,46px)}}@media(prefers-reduced-motion:reduce){.fastblox-hero__shape,.fastblox-hero__btn-shine,.fastblox-hero__btn-glow,.fastblox-hero__btn-icon,.fastblox-hero__badge{animation:none}.fastblox-hero__btn-primary:hover{transform:translateY(-2px)}.fastblox-hero__content{animation:none}}@media screen and (max-height:500px)and (orientation:landscape){.fastblox-hero{min-height:auto;padding:40px 24px}.fastblox-hero__trust{margin-top:20px}}
/*# sourceMappingURL=/cdn/shop/t/56/assets/fastblox-hero.css.map */
