.landing-hero{position:relative;padding:3rem 0 5rem;overflow:hidden;min-height:85vh;display:flex;align-items:center}.landing-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(160deg,#faf9f6,#fff 40%,#f8fafc);z-index:0}.landing-hero__orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;animation:orb-float 8s ease-in-out infinite}.landing-hero__orb--1{width:400px;height:400px;background:#e5231c40;top:-100px;right:-100px}.landing-hero__orb--2{width:300px;height:300px;background:#1a27441f;bottom:-50px;left:-80px;animation-delay:-4s}@keyframes orb-float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(20px,-20px) scale(1.05)}}.landing-hero__grid-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(rgba(26,39,68,.04) 1px,transparent 1px);background-size:24px 24px}.landing-hero__inner{position:relative;z-index:1;display:grid;gap:3rem;align-items:center}@media(min-width:990px){.landing-hero__inner{grid-template-columns:1fr 1fr;gap:4rem}}.landing-hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;color:#b45309;background:#fef3c7;border-radius:999px;margin-bottom:1.25rem}.landing-hero__badge-dot{width:8px;height:8px;background:#f59e0b;border-radius:50%;animation:pulse-dot 1.5s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.landing-hero__title{font-size:clamp(2rem,5vw,3.25rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin:0 0 1rem;color:var(--color-primary)}.landing-hero__subtitle{font-size:1.125rem;line-height:1.65;color:var(--color-text-muted);margin:0 0 1.5rem;max-width:520px}.landing-hero__rating{display:flex;align-items:center;gap:.625rem;margin-bottom:1.5rem;font-size:.9375rem;color:var(--color-text-muted)}.landing-hero__stars{color:#fbbf24;letter-spacing:2px}.landing-hero__price-row{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:1.75rem}.landing-hero__price{font-size:2rem;font-weight:800;color:var(--color-accent)}.landing-hero__compare{font-size:1.25rem;color:var(--color-text-muted);text-decoration:line-through}.landing-hero__save{padding:.25rem .75rem;font-size:.8125rem;font-weight:700;color:#fff;background:#ef4444;border-radius:999px}.landing-hero__cta-group{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.75rem}.landing-hero__form{display:inline}.landing-hero__trust-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:var(--color-text-muted)}.landing-hero__visual{position:relative}.landing-hero__image-wrap{position:relative;border-radius:var(--radius-lg);overflow:visible}.landing-hero__glow{position:absolute;top:10%;right:10%;bottom:10%;left:10%;background:radial-gradient(circle,rgba(229,35,28,.3) 0%,transparent 70%);filter:blur(40px);z-index:0;animation:glow-pulse 3s ease-in-out infinite}@keyframes glow-pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}.landing-hero__image{position:relative;z-index:1;width:100%;border-radius:var(--radius-lg);animation:hero-float 4s ease-in-out infinite}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.landing-hero__placeholder{width:100%;aspect-ratio:1;background:#f1f5f9;border-radius:var(--radius-lg)}.landing-hero__float-card{position:absolute;z-index:2;display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.8125rem;font-weight:600;background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-md);animation:float-card 3s ease-in-out infinite}.landing-hero__float-card--1{top:10%;left:-5%;animation-delay:0s}.landing-hero__float-card--2{bottom:15%;right:-5%;animation-delay:-1.5s}@keyframes float-card{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.landing-trust-bar{background:var(--color-primary);padding:1.5rem 0}.landing-trust-bar__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:750px){.landing-trust-bar__grid{grid-template-columns:repeat(4,1fr)}}.landing-trust-bar__item{display:flex;align-items:center;gap:.75rem;color:#ffffffe6}.landing-trust-bar__icon{font-size:1.5rem;flex-shrink:0}.landing-trust-bar__item strong{display:block;font-size:.875rem;font-weight:700;color:#fff}.landing-trust-bar__item span{font-size:.75rem;opacity:.75}.landing-features__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:750px){.landing-features__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.landing-features__grid{grid-template-columns:repeat(3,1fr)}}.landing-features__card{padding:2rem 1.75rem;background:#fff;border:1px solid rgba(26,39,68,.06);border-radius:var(--radius-lg);transition:all var(--transition)}.landing-features__card:hover{border-color:#e5231c4d;transform:translateY(-4px);box-shadow:var(--shadow-md)}.landing-features__icon-wrap{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e5231c1f,#e5231c0a);border-radius:var(--radius);margin-bottom:1.25rem}.landing-features__icon{font-size:1.75rem}.landing-features__title{font-size:1.0625rem;font-weight:700;margin:0 0 .5rem;color:var(--color-primary)}.landing-features__text{font-size:.9375rem;color:var(--color-text-muted);margin:0;line-height:1.6}.landing-steps__grid{display:grid;gap:2rem}@media(min-width:750px){.landing-steps__grid{grid-template-columns:repeat(3,1fr)}}.landing-steps__step{text-align:center;padding:2rem 1.5rem;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);position:relative}.landing-steps__number{width:48px;height:48px;margin:0 auto 1.25rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--color-accent),#B8140A);border-radius:50%}.landing-steps__image{margin-bottom:1rem;border-radius:var(--radius);overflow:hidden}.landing-steps__img{width:100%}.landing-steps__title{font-size:1.125rem;font-weight:700;margin:0 0 .5rem}.landing-steps__text{font-size:.9375rem;color:var(--color-text-muted);margin:0;line-height:1.6}.landing-reviews__summary{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9375rem;color:var(--color-text-muted)}.landing-reviews__stars{color:#fbbf24}.landing-reviews__grid{display:grid;gap:1.25rem}@media(min-width:750px){.landing-reviews__grid{grid-template-columns:repeat(3,1fr)}}.landing-reviews__card{padding:1.75rem;background:#fff;border:1px solid rgba(26,39,68,.06);border-radius:var(--radius-lg);transition:box-shadow var(--transition)}.landing-reviews__card:hover{box-shadow:var(--shadow-md)}.landing-reviews__card .landing-reviews__stars{font-size:.875rem;letter-spacing:2px;margin-bottom:.75rem}.landing-reviews__quote{font-size:.9375rem;line-height:1.65;color:var(--color-text);margin:0 0 1rem;font-style:normal}.landing-reviews__author{display:flex;flex-direction:column;gap:.125rem;font-size:.875rem}.landing-reviews__author strong{color:var(--color-primary)}.landing-reviews__author span{color:var(--color-text-muted);font-size:.8125rem}.landing-reviews__verified{display:inline-block;margin-top:.75rem;font-size:.75rem;font-weight:600;color:var(--color-accent)}.landing-faq__inner{max-width:720px;margin:0 auto}.landing-faq__list{display:flex;flex-direction:column;gap:.75rem}.landing-faq__item{background:#fff;border:1px solid rgba(26,39,68,.08);border-radius:var(--radius);overflow:hidden;transition:border-color var(--transition)}.landing-faq__item[open]{border-color:var(--color-accent)}.landing-faq__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;font-weight:600;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.landing-faq__question::-webkit-details-marker{display:none}.landing-faq__icon{width:24px;height:24px;flex-shrink:0;position:relative}.landing-faq__icon:before,.landing-faq__icon:after{content:"";position:absolute;background:var(--color-accent);transition:transform var(--transition)}.landing-faq__icon:before{width:14px;height:2px;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-faq__icon:after{width:2px;height:14px;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-faq__item[open] .landing-faq__icon:after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}.landing-faq__answer{padding:0 1.5rem 1.25rem}.landing-faq__answer p{margin:0;font-size:.9375rem;color:var(--color-text-muted);line-height:1.65}.landing-final-cta{position:relative;overflow:hidden;text-align:center}.landing-final-cta__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--color-primary) 0%,#1C1B1F 100%);z-index:0}.landing-final-cta__orb{position:absolute;width:500px;height:500px;background:#e5231c26;border-radius:50%;filter:blur(80px);top:50%;left:50%;transform:translate(-50%,-50%)}.landing-final-cta__inner{position:relative;z-index:1;color:#fff}.landing-final-cta__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;margin:0 0 1rem}.landing-final-cta__text{font-size:1.0625rem;opacity:.85;max-width:520px;margin:0 auto 1.5rem;line-height:1.6}.landing-final-cta__price{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.landing-final-cta__price-current{font-size:2rem;font-weight:800;color:var(--color-accent)}.landing-final-cta__price-compare{font-size:1.25rem;opacity:.6;text-decoration:line-through}.landing-final-cta__form{display:inline}.landing-final-cta__note{margin:1.25rem 0 0;font-size:.875rem;opacity:.75}.landing-sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:200;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(26,39,68,.1);padding:.875rem 0;box-shadow:0 -4px 24px #1a27441a;animation:slide-up .4s ease}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.landing-sticky-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem}.landing-sticky-cta__info{display:flex;flex-direction:column;gap:.125rem;min-width:0}.landing-sticky-cta__info strong{font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-sticky-cta__price{font-size:1rem;font-weight:800;color:var(--color-accent)}.landing-sticky-cta__form{flex-shrink:0}.template-page-magnetic-landing .header__nav,.template-page-magnetic-landing .header__menu-toggle,.template-page-magnetic-landing .header__mobile-nav{display:none!important}@media(prefers-reduced-motion:reduce){.landing-hero__image,.landing-hero__orb,.landing-hero__float-card,.landing-hero__glow,.landing-hero__badge-dot{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/79/assets/landing.css.map */
