.lp-section-label{font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;margin-bottom:.75rem}.lp-section-label--sm{font-size:.65rem}.lp-section-label--md{font-size:.75rem}.lp-section-label--lg{font-size:.9rem}.lp-subtitle{font-size:clamp(1rem,2vw,1.15rem);line-height:1.6;max-width:600px;opacity:.75}.lp-subtitle--sm{font-size:.9rem}.lp-subtitle--md{font-size:clamp(1rem,2vw,1.15rem)}.lp-subtitle--lg{font-size:clamp(1.1rem,2.5vw,1.35rem)}.lp-section-header{margin-bottom:3.5rem}.lp-section-header .lp-subtitle{margin-left:auto;margin-right:auto}.lp-text-left{text-align:left}.lp-text-left .lp-subtitle{margin-left:0;margin-right:auto}.lp-text-center{text-align:center}.lp-text-center .lp-subtitle{margin-left:auto;margin-right:auto}.lp-text-right{text-align:right}.lp-text-right .lp-subtitle{margin-left:auto;margin-right:0}.lp-padding--none{padding-top:0;padding-bottom:0}.lp-padding--sm{padding-top:2.5rem;padding-bottom:2.5rem}.lp-padding--md{padding-top:5rem;padding-bottom:5rem}.lp-padding--lg{padding-top:7.5rem;padding-bottom:7.5rem}.lp-radius-var{border-radius:var(--lp-radius, 20px)}.lp-hero{position:relative;min-height:80vh;display:flex;align-items:center;overflow:hidden;padding:4rem 0}.lp-hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.lp-hero__badge{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;padding:.5rem 1rem;border-radius:2px;margin-bottom:1.5rem}.lp-hero__title{font-size:clamp(2.25rem,5vw,3.5rem);line-height:1.15;letter-spacing:-.02em;margin-bottom:1.5rem}.lp-hero__subtitle{font-size:clamp(1.05rem,2vw,1.2rem);line-height:1.6;opacity:.75;margin-bottom:2.5rem}.lp-hero__buttons{display:flex;gap:1rem;flex-wrap:wrap}.lp-hero__visual{position:relative}.lp-hero__grid--reverse{direction:rtl}.lp-hero__grid--reverse>*{direction:ltr}.lp-hero__image-wrapper{position:relative;border-radius:var(--lp-radius, 20px);overflow:hidden;aspect-ratio:var(--lp-hero-ratio, 4/5)}.lp-hero--auto{min-height:auto}.lp-hero--small{min-height:50vh}.lp-hero--medium{min-height:70vh}.lp-hero--large{min-height:85vh}.lp-hero--full{min-height:100vh}.lp-hero__image-wrapper img{width:100%;height:100%;object-fit:cover}.lp-hero__floating-card{position:absolute;bottom:-1.5rem;left:-2rem;background:#fff;padding:1.25rem 1.5rem;border-radius:12px;box-shadow:0 8px 40px #0000001a;display:flex;align-items:center;gap:1rem;z-index:3}.lp-hero__floating-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lp-hero__floating-icon svg{width:24px;height:24px;fill:#fff}.lp-hero__floating-text strong{display:block;font-size:.95rem}.lp-hero__floating-text span{font-size:.8rem;opacity:.6}.lp-trust-bar{padding:2rem 0;border-bottom:1px solid rgba(0,0,0,.08)}.lp-trust-bar__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center}.lp-trust-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.lp-trust-item__icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center}.lp-trust-item__icon svg{width:32px;height:32px;stroke-width:1.5;fill:none}.lp-trust-item strong{font-size:.85rem;letter-spacing:.02em}.lp-trust-item span{font-size:.78rem;opacity:.6}.lp-steps__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;position:relative}.lp-steps__grid:before{content:"";position:absolute;top:40px;left:15%;right:15%;height:2px;opacity:.2}.lp-step{text-align:center;position:relative}.lp-step__number{width:80px;height:80px;border-radius:50%;font-size:1.75rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;position:relative;z-index:2;box-shadow:0 4px 20px #00000026;color:#fff}.lp-step h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.lp-step p{font-size:.95rem;opacity:.7;line-height:1.6;max-width:320px;margin:0 auto}.lp-categories__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.lp-category-card{position:relative;border-radius:var(--lp-radius, 20px);overflow:hidden;aspect-ratio:3/4;display:block;transition:transform .3s ease,box-shadow .3s ease}.lp-category-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001f}.lp-category-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.lp-category-card:hover img{transform:scale(1.05)}.lp-category-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 40%,rgba(0,0,0,.7) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:2rem;color:#fff}.lp-category-card__overlay h3{font-size:1.5rem;margin-bottom:.25rem}.lp-category-card__overlay p{font-size:.85rem;opacity:.8;margin-bottom:1rem}.lp-category-card__link{font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff;display:inline-flex;align-items:center;gap:.5rem}.lp-category-card__link svg{width:16px;height:16px;fill:#fff;transition:transform .2s}.lp-category-card:hover .lp-category-card__link svg{transform:translate(4px)}.lp-products__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.lp-product-card{border-radius:var(--lp-radius, 20px);overflow:hidden;border:1px solid rgba(0,0,0,.08);transition:box-shadow .3s ease,transform .3s ease;display:block;color:inherit}.lp-product-card:hover{box-shadow:0 8px 30px #00000014;transform:translateY(-2px)}.lp-product-card__image{aspect-ratio:1;overflow:hidden;position:relative}.lp-product-card__image img{width:100%;height:100%;object-fit:contain;padding:1rem;transition:transform .4s ease}.lp-product-card:hover .lp-product-card__image img{transform:scale(1.08)}.lp-product-card__info{padding:1.25rem}.lp-product-card__type{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.35rem}.lp-product-card__info h3{font-size:1.05rem;font-weight:600;margin-bottom:.35rem}.lp-product-card__price{font-size:1rem;font-weight:600;margin-bottom:.75rem}.lp-product-card__cta{display:block;width:100%;padding:.7rem;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;text-align:center;border-radius:22px;transition:opacity .2s;color:#fff}.lp-product-card__cta:hover{opacity:.85}.lp-feature__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.lp-feature__list{list-style:none;padding:0;margin:2rem 0;display:flex;flex-direction:column;gap:1.25rem}.lp-feature__list li{display:flex;align-items:flex-start;gap:1rem;font-size:.95rem}.lp-feature__check{flex-shrink:0;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:.1rem}.lp-feature__check svg{width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2.5}.lp-feature__image{border-radius:var(--lp-radius, 20px);overflow:hidden;aspect-ratio:1}.lp-feature__image img{width:100%;height:100%;object-fit:cover}.lp-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.lp-testimonial-card{border-radius:var(--lp-radius, 20px);padding:2.5rem 2rem;box-shadow:0 2px 12px #0000000a}.lp-stars{display:flex;gap:.2rem;margin-bottom:1.25rem}.lp-stars svg{width:18px;height:18px}.lp-testimonial-card blockquote{font-size:.95rem;line-height:1.7;margin:0 0 1.5rem;font-style:italic;opacity:.8}.lp-testimonial-author{display:flex;align-items:center;gap:.75rem}.lp-testimonial-author__avatar{width:44px;height:44px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.lp-testimonial-author__info strong{display:block;font-size:.85rem}.lp-testimonial-author__info span{font-size:.75rem;opacity:.6}.lp-faq__list{max-width:780px;margin:0 auto}.lp-faq-item{border-bottom:1px solid rgba(0,0,0,.1)}.lp-faq-item__question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.5rem 0;font-size:1.05rem;font-weight:600;text-align:left;background:none;border:none;cursor:pointer;font-family:inherit;color:inherit;transition:opacity .2s}.lp-faq-item__question:hover{opacity:.7}.lp-faq-item__icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;border:2px solid rgba(0,0,0,.15);display:flex;align-items:center;justify-content:center;transition:all .3s;margin-left:1rem}.lp-faq-item__icon svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;transition:transform .3s}.lp-faq-item.active .lp-faq-item__icon{border-color:currentColor}.lp-faq-item.active .lp-faq-item__icon svg{transform:rotate(45deg)}.lp-faq-item__answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.lp-faq-item.active .lp-faq-item__answer{max-height:300px;padding-bottom:1.5rem}.lp-faq-item__answer p{font-size:.95rem;opacity:.7;line-height:1.7}.lp-cta{text-align:center;padding:6rem 0}.lp-cta .lp-subtitle{margin:0 auto 2.5rem}.lp-cta__buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}@media(max-width:1024px){.lp-products__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.lp-hero__grid{grid-template-columns:1fr;gap:2.5rem;text-align:center}.lp-hero__buttons{justify-content:center}.lp-hero__subtitle{margin-left:auto;margin-right:auto}.lp-hero__floating-card{left:1rem;bottom:-1rem}.lp-trust-bar__grid{grid-template-columns:repeat(2,1fr)}.lp-steps__grid{grid-template-columns:1fr;gap:2.5rem}.lp-steps__grid:before{display:none}.lp-categories__grid{grid-template-columns:1fr;gap:1.5rem}.lp-category-card{aspect-ratio:16/9}.lp-products__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.lp-feature__grid{grid-template-columns:1fr;gap:2.5rem}.lp-testimonials__grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:480px){.lp-products__grid{grid-template-columns:1fr}.lp-hero__buttons{flex-direction:column;align-items:stretch}.lp-trust-bar__grid{grid-template-columns:1fr}.lp-cta__buttons{flex-direction:column;align-items:center}}.lp-animate{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.lp-animate.visible{opacity:1;transform:translateY(0)}
/*# sourceMappingURL=/cdn/shop/t/141/assets/landing-page.css.map */
