.hero{position:relative;overflow:hidden;background:#f5f7fa;padding:4rem 0 6rem}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(200,210,230,.4) 1px,transparent 1px),linear-gradient(to bottom,rgba(200,210,230,.4) 1px,transparent 1px);background-size:40px 40px;mask-image:radial-gradient(ellipse 70% 70% at 50% 50%,black 20%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 70% 70% at 50% 50%,black 20%,transparent 70%);pointer-events:none}.hero__container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero__left{display:flex;flex-direction:column;gap:1.5rem;padding-left:12%}.hero__top-badge{display:inline-flex;align-items:center;gap:.5rem;background:#eff6ff;border:1px solid #DBEAFE;padding:.5rem 1.25rem;border-radius:50px;margin-bottom:1rem;width:fit-content;box-shadow:0 1px 3px #0000000d;animation:bounce-slow 2s ease-in-out infinite;font-size:.95rem;font-weight:700;color:#1e4ed8}.hero__top-badge-icon{color:#f9c846;width:18px;height:18px}@keyframes bounce-slow{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.hero__heading{font-family:Poppins,sans-serif!important;font-size:clamp(3.5rem,7vw,5.5rem);font-weight:900;line-height:1.05;color:#1a1a2e;margin:0;letter-spacing:-.03em;font-style:italic}.hero__heading-sub{display:block;font-family:Poppins,sans-serif!important;font-size:clamp(3.5rem,7vw,5.5rem);font-weight:900;color:#1e4ed8;margin-top:0;font-style:italic}.hero__subheading{font-family:Inter,sans-serif!important;font-size:1.5rem;font-weight:500;line-height:1.7;color:#64748b;margin:0;max-width:520px}.hero__cta-wrapper{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1.5rem}.hero__btn-main{display:inline-flex;align-items:center;justify-content:center;gap:.85rem;background:#1e4ed8;color:#fff;padding:1.5rem 3rem;border-radius:16px;font-size:1.3rem;font-weight:700;text-decoration:none;letter-spacing:.3px;transition:all .3s ease;box-shadow:0 8px 25px #1e4ed859;width:fit-content}.hero__btn-main:hover{transform:translateY(-3px);box-shadow:0 12px 35px #1e4ed873}.hero__btn-main svg{width:20px;height:20px;transition:transform .3s ease}.hero__btn-main:hover svg{transform:translate(4px)}.hero__social-proof{display:flex;align-items:center;gap:1rem;margin-top:2rem}.hero__avatars{display:flex}.hero__avatar{width:48px;height:48px;border-radius:50%;border:3px solid #fff;margin-left:-12px;object-fit:cover;box-shadow:0 2px 8px #0000001a}.hero__avatar:first-child{margin-left:0}.hero__rating{display:flex;flex-direction:column;gap:4px}.hero__stars{display:flex;gap:2px}.hero__star{color:#f9c846;font-size:1.3rem;font-weight:700}.hero__rating-text{color:#4a5568;font-size:1rem;font-weight:700}.hero__right{display:flex;justify-content:center;align-items:center}.hero__product-showcase{position:relative;max-width:500px}.hero__main-product{position:relative}.hero__product-img{width:100%;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15))}.hero__sale-badge{position:absolute;top:-10px;right:-10px;background:#f9c846;color:#1a1a2e;padding:1.5rem;border-radius:16px;text-align:center;box-shadow:0 8px 25px #f9c84666;z-index:10;animation:float 3s ease-in-out infinite}.hero__sale-percent{display:block;font-size:2.5rem;font-weight:900;line-height:1}.hero__sale-text{display:block;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero__product-info{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:#1a1a2ef2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.25rem 2rem;border-radius:16px;text-decoration:none;color:#fff;min-width:220px;text-align:center;box-shadow:0 10px 30px #0003}.hero__product-name{display:block;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.hero__product-prices{display:flex;align-items:center;justify-content:center;gap:.75rem}.hero__price-old{font-size:.95rem;color:#9ca3af;text-decoration:line-through}.hero__price-new{font-size:1.35rem;font-weight:700;color:#4ade80}.hero__floating-review{position:absolute;top:35%;right:-40px;background:#fff;padding:1.25rem 1.5rem;border-radius:14px;box-shadow:0 8px 30px #0000001f;max-width:240px;z-index:10;animation:float 4s ease-in-out infinite;animation-delay:1s}.hero__review-stars{color:#f9c846;font-size:1rem;margin-bottom:.5rem;letter-spacing:2px}.hero__floating-review p{font-size:.9rem;font-weight:600;color:#1a1a2e;margin:0 0 .5rem;line-height:1.4;font-style:italic}.hero__review-author{font-size:.75rem;color:#9ca3af;font-weight:600;text-transform:uppercase;letter-spacing:.05em}@media (max-width: 749px){.hero{padding:2rem 0 3rem}.hero__container{grid-template-columns:1fr 1fr;gap:1.5rem;align-items:center}.hero__left{align-items:flex-start;padding-left:3%;text-align:left}.hero__right{display:flex;justify-content:flex-start;padding-left:0;margin-left:-20px}.hero__heading,.hero__heading-sub{font-size:clamp(2.6rem,7vw,3.2rem)}.hero__subheading{font-size:1.1rem;max-width:100%;line-height:1.5}.hero__top-badge{display:none!important;font-size:.7rem;padding:.35rem .8rem}.hero__btn-main{padding:.85rem 1.5rem;font-size:.9rem}.hero__product-showcase{max-width:100%}.hero__sale-badge{padding:.75rem;top:5px;right:5px}.hero__sale-percent{font-size:1.5rem}.hero__sale-text{font-size:.65rem}.hero__floating-review{display:none!important;padding:.6rem .8rem!important;max-width:150px!important;right:5px;top:42%;border-radius:9px;box-shadow:0 4px 12px #0000001a;background:#fff!important}.hero__review-stars{font-size:.6rem!important;letter-spacing:.8px;margin-bottom:.4rem;display:block}.hero__floating-review p{font-size:.6rem!important;line-height:1.3;margin:0 0 .4rem;font-weight:600}.hero__review-author{font-size:.5rem!important;margin:0;display:block}.hero__product-info{padding:.75rem 1.25rem;border-radius:12px;min-width:150px;bottom:8px}.hero__product-name{font-size:.8rem;margin-bottom:.35rem}.hero__price-old{font-size:.7rem}.hero__price-new{font-size:1rem}.hero__sale-badge{padding:.65rem;top:-5px;right:5px}.hero__sale-percent{font-size:1.35rem}.hero__sale-text{font-size:.6rem}.hero__avatar{width:32px;height:32px}.hero__social-proof{margin-top:1rem}.hero__rating-text{font-size:.75rem}.hero__star{font-size:1rem}}@media (min-width: 990px) and (max-width: 1100px){.hero__container{gap:2rem;grid-template-columns:1.1fr .9fr}.hero__left{padding-left:5%}.hero__heading,.hero__heading-sub{font-size:clamp(3rem,5.5vw,4.5rem)}.hero__subheading{font-size:1.15rem;max-width:450px}.hero__product-showcase{max-width:95%}.hero__floating-review{right:10px;max-width:220px}.hero__sale-badge{top:10px;right:10px;padding:1.1rem}}@media (min-width: 750px) and (max-width: 989px){.hero{padding:3rem 0 4rem}.hero__container{grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.hero__left{padding-left:5%;text-align:left}.hero__right{display:flex;justify-content:flex-start;padding-left:0;margin-left:-40px}.hero__heading,.hero__heading-sub{font-size:clamp(2.5rem,5.5vw,3.5rem)}.hero__subheading{font-size:1.1rem;max-width:100%}.hero__top-badge{font-size:.8rem;padding:.4rem 1rem}.hero__btn-main,.hero__btn-secondary{padding:1rem 1.75rem;font-size:1rem}.hero__product-showcase{max-width:100%}.hero__sale-badge{padding:1rem;top:10px;right:10px}.hero__sale-percent{font-size:1.75rem}.hero__floating-review{display:block!important;padding:1rem 1.25rem;max-width:240px;right:20px;top:45%;background:#fff;border-radius:12px;box-shadow:0 6px 20px #0000001a}.hero__review-stars{display:block;color:#f9c846;font-size:.9rem;margin-bottom:.5rem;letter-spacing:2px}.hero__floating-review p{font-size:.85rem;font-weight:700;color:#1a1a2e;margin:0 0 .5rem;line-height:1.4;font-style:italic}.hero__review-author{font-size:.7rem;color:#9ca3af;font-weight:600;text-transform:uppercase;letter-spacing:.05em;display:block}.hero__avatar{width:42px;height:42px}.hero__social-proof{margin-top:1.5rem}.hero__rating-text{font-size:.9rem}}@media (max-width: 374px){.hero__heading,.hero__heading-sub{font-size:1.5rem}.hero__subheading{font-size:.8rem}.hero__btn-main{padding:.75rem 1.25rem;font-size:.8rem}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/hero-cta.css.map */
