.cart-page{position:relative;background-color:#f7f5f0;background-image:linear-gradient(rgba(16,24,40,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(16,24,40,.08) 1px,transparent 1px);background-size:96px 96px;background-position:center top;padding:4rem 0 5rem;overflow:hidden}.cart-page__inner{position:relative;z-index:1;max-width:800px;margin:0 auto;padding:0 var(--page-margin, 2rem)}.cart-page__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:#101828;margin:0 0 2rem}.cart-page__items{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 20px 40px #10182814}.cart-page__item{display:grid;grid-template-columns:72px 1fr auto auto auto;align-items:center;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(16,24,40,.08)}.cart-page__item:last-child{border-bottom:none}.cart-page__item-image{width:72px;border-radius:10px;overflow:hidden}.cart-page__item-info{min-width:0}.cart-page__item-title{display:block;font-weight:700;color:#101828;text-decoration:none;font-size:.95rem;margin-bottom:.2rem}.cart-page__item-variant{font-size:.8rem;color:#667085;margin:0 0 .2rem}.cart-page__item-price{font-size:.85rem;color:#667085;margin:0}.cart-page__quantity-input{width:3.5rem;height:40px;text-align:center;border:1px solid #d0d5dd;border-radius:999px;font-size:.95rem}.cart-page__item-total{font-weight:700;color:#101828;font-size:.95rem;white-space:nowrap}.cart-page__item-remove{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;color:#98a2b3}.cart-page__item-remove:hover{background:#f2f4f7;color:#101828}.cart-page__item-remove svg{width:.85rem;height:.85rem}.cart-page__summary{margin-top:2rem;background:#fff;border-radius:20px;padding:1.75rem;box-shadow:0 20px 40px #10182814}.cart-page__subtotal{display:flex;justify-content:space-between;align-items:baseline;font-size:1.1rem;font-weight:800;color:#101828;margin-bottom:1.25rem}.cart-page__actions{display:flex;gap:.75rem}.cart-page__update{flex-shrink:0;min-height:48px;padding:.85rem 1.4rem;border-radius:999px;border:1px solid #d0d5dd;background:#fff;color:#101828;font-weight:600;font-size:.95rem;cursor:pointer}.cart-page__update:hover{background:#f9fafb}.cart-page__checkout{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px;padding:.85rem 1.4rem;border-radius:999px;border:none;background:#101828;color:#fff;font-weight:600;font-size:.95rem;cursor:pointer}.cart-page__checkout:hover{background:#1d2939}.cart-page__checkout svg{width:1rem}.cart-page__empty{background:#fff;border-radius:20px;padding:3rem 2rem;text-align:center;box-shadow:0 20px 40px #10182814}.cart-page__empty p{font-size:1.05rem;color:#475467;margin:0 0 1.5rem}.cart-page__continue{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.85rem 1.6rem;border-radius:999px;background:#101828;color:#fff;font-weight:600;font-size:.95rem;text-decoration:none}.cart-page__continue:hover{background:#1d2939}@media screen and (max-width:589px){.cart-page__item{grid-template-columns:56px 1fr;grid-template-areas:"image info" "image quantity" "image total" "image remove";row-gap:.4rem}.cart-page__item-image{grid-area:image;width:56px}.cart-page__actions{flex-direction:column}}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.comparison{position:relative;background-color:#f7f5f0;background-image:linear-gradient(rgba(16,24,40,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(16,24,40,.08) 1px,transparent 1px);background-size:96px 96px;background-position:center top;padding:4rem 0 5rem;overflow:hidden}.comparison__inner{position:relative;z-index:1;max-width:860px;margin:0 auto;padding:0 var(--page-margin, 2rem)}.comparison__header{max-width:640px;margin:0 auto 3rem;text-align:center}.comparison__eyebrow{display:inline-flex;align-items:center;gap:.5rem;color:#2563eb;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 1rem}.comparison__eyebrow-dot{width:6px;height:6px;border-radius:50%;background:#2563eb;display:inline-block}.comparison__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:#101828;margin:0 0 1rem;line-height:1.2}.comparison__subtitle{font-size:1.05rem;color:#667085;margin:0}.comparison__table{background:#fff;border:none;border-radius:28px;padding:0;overflow:hidden;box-shadow:0 24px 48px #10182829}.comparison__table-head{display:grid;grid-template-columns:1fr 100px 100px;align-items:center;background:#101828;border-radius:28px 28px 0 0}.comparison__table-head-cell{text-align:center;font-size:.8rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;line-height:1.3;padding:1.1rem .5rem}.comparison__table-head-cell--diy{color:#ffffff8c;border-right:1px solid rgba(255,255,255,.15)}.comparison__table-head-cell--guide{color:#fff}@media screen and (max-width:589px){.comparison__table-head-cell{padding:.75rem .35rem;font-size:.7rem}.comparison__table-head{grid-template-columns:1fr 60px 60px}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.faq{background:#fff;padding:5rem 0}.faq__inner{max-width:760px;margin:0 auto;padding:0 var(--page-margin, 2rem)}.faq__header{max-width:560px;margin:0 auto 3rem;text-align:center}.faq__eyebrow{display:inline-flex;align-items:center;gap:.5rem;color:#2563eb;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 1rem}.faq__eyebrow-dot{width:6px;height:6px;border-radius:50%;background:#2563eb;display:inline-block}.faq__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:#101828;margin:0 0 1rem;line-height:1.2}.faq__subtitle{font-size:1.05rem;color:#667085;margin:0}.faq__list{border-top:1px solid rgba(16,24,40,.1)}.final-offer{background:#101828;padding:5rem 0}.final-offer__inner{max-width:1280px;margin:0 auto;padding:0 var(--page-margin, 2rem);display:grid;grid-template-columns:1fr 1.1fr;gap:3.5rem;align-items:center}.final-offer__media{display:flex}.final-offer__video-card{position:relative;width:100%;max-width:380px;margin:0 auto;aspect-ratio:9 / 16;border-radius:20px;overflow:hidden;background:#1d2939;box-shadow:0 24px 48px #0000004d}.final-offer__video{width:100%;height:100%;object-fit:cover;display:block}.final-offer__mute-toggle{position:absolute;right:.85rem;bottom:.85rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#1018288c;border:1px solid rgba(255,255,255,.25);color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.final-offer__mute-toggle:hover{background:#101828bf}.final-offer__mute-icon{display:none;width:1.1rem;height:1.1rem}.final-offer__mute-icon svg{width:100%;height:100%}.final-offer__mute-icon--muted{display:flex}.final-offer__mute-toggle--unmuted .final-offer__mute-icon--muted{display:none}.final-offer__mute-toggle--unmuted .final-offer__mute-icon--unmuted{display:flex}.final-offer__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:#fff;line-height:1.2;margin:0 0 2rem}.final-offer__card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 24px 48px #00000040}.final-offer__card-eyebrow{color:#2563eb;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .6rem}.final-offer__card-title{font-size:1.35rem;font-weight:800;color:#101828;margin:0 0 .85rem;line-height:1.25}.final-offer__card-price{font-size:1.9rem;font-weight:800;color:#101828;margin-bottom:1.25rem}.final-offer__checklist{list-style:none;margin:0 0 1.5rem;padding:0;display:flex;flex-direction:column;gap:.65rem}.final-offer__checklist li{display:flex;align-items:flex-start;gap:.6rem;font-size:.92rem;color:#344054}.final-offer__checklist svg{width:1.05rem;height:1.05rem;flex-shrink:0;margin-top:.15rem;color:#2563eb}.final-offer__cta{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:48px;padding:.9rem 1.6rem;border-radius:999px;background:#101828;color:#fff;font-weight:600;font-size:1rem;text-decoration:none}.final-offer__cta:hover{background:#1d2939}.final-offer__cta.is-loading{opacity:.6;pointer-events:none}.final-offer__cta svg{width:1rem}.final-offer__card-footnote{text-align:center;font-size:.8rem;color:#98a2b3;margin:1rem 0 0}@media screen and (max-width:989px){.final-offer__inner{grid-template-columns:1fr}}footer{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem;padding-bottom:2rem}footer .footer__row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}footer a{text-decoration:none;color:var(--color-foreground)}footer .footer__links,footer .footer__payment,footer .footer__policies{display:flex;flex-wrap:wrap;gap:1rem}footer .footer__policies{font-size:.85rem;opacity:.7}.header{height:5rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;padding:0 var(--page-margin, 2rem)}.header__title{justify-self:start;font-size:1.25rem;font-weight:700;margin:0}.header__title a{text-decoration:none;color:var(--color-foreground)}.header__menu{justify-self:center;display:flex;align-items:center;gap:2rem}.header__menu a{text-decoration:none;color:var(--color-foreground);font-size:.9rem}.header__icons{justify-self:end;display:flex;align-items:center;gap:1.25rem}.header__icon-link{position:relative;text-decoration:none;color:var(--color-foreground);display:flex;align-items:center;justify-content:center}.header__icon-link sup{position:absolute;left:100%;overflow:hidden;max-width:var(--page-margin)}.header__icon-link svg{width:1.5rem}.header__cta{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:#101828;color:#fff;font-size:.9rem;font-weight:600;padding:.7rem 1.4rem;border-radius:999px;white-space:nowrap}.header__cta:hover{background:#1d2939}.header__cta.is-loading{opacity:.6;pointer-events:none}@media screen and (max-width:749px){.header{grid-template-columns:auto 1fr auto}.header__menu{display:none}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero{position:relative;padding:4rem 0 5rem;background-color:#f7f5f0;background-image:linear-gradient(rgba(16,24,40,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(16,24,40,.08) 1px,transparent 1px);background-size:96px 96px;background-position:center top;overflow:hidden}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 15% 20%,rgba(37,99,235,.08),transparent 45%),radial-gradient(circle at 85% 85%,rgba(16,24,40,.06),transparent 45%);pointer-events:none}.hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:1.4fr 1fr;align-items:center;gap:3rem;max-width:1280px;margin:0 auto;padding:0 var(--page-margin, 2rem)}.hero__eyebrow{display:flex;align-items:center;gap:.5rem;color:#2563eb;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 1.25rem}.hero__eyebrow-dot{width:6px;height:6px;border-radius:50%;background:#2563eb;display:inline-block}.hero__title{font-size:clamp(2.1rem,3.6vw,3rem);line-height:1.15;font-weight:800;margin:0 0 1rem;color:#101828}.hero__bonus-badge{position:absolute;bottom:4%;right:4%;z-index:2;display:inline-flex;align-items:center;gap:.45rem;background:#2563eb;color:#fff;font-size:.85rem;font-weight:700;padding:.65rem 1.1rem;border-radius:12px;box-shadow:0 8px 18px #2563eb4d;white-space:nowrap}.hero__bonus-badge svg{width:.9rem;height:.9rem;flex-shrink:0;color:#fff}.hero__pain-points{list-style:none;margin:0 0 2.25rem;padding:0;display:flex;flex-direction:column;gap:.85rem}.hero__pain-points li{display:flex;align-items:flex-start;gap:.65rem;font-size:1.05rem;color:#344054}.hero__pain-points svg{width:1.15rem;height:1.15rem;flex-shrink:0;margin-top:.15rem;color:#2563eb}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.hero__button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;font-weight:600;font-size:1rem;padding:.9rem 1.6rem;border-radius:999px;white-space:nowrap}.hero__button--primary{background:#101828;color:#fff}.hero__button--primary:hover{background:#1d2939}.hero__button--primary.is-loading{opacity:.6;pointer-events:none}.hero__button--primary svg{width:1rem}.hero__button--secondary{background:transparent;color:#101828;border:1px solid #d0d5dd}.hero__button--secondary:hover{background:#f9fafb}.hero__footnote{font-size:.9rem;color:#667085;margin:0}.hero__media{position:relative;display:flex;align-items:center;justify-content:center}.hero__image-wrap{position:relative;z-index:1;width:100%;max-width:540px;animation:hero-image-bounce 3.2s ease-in-out infinite}.hero__image{display:block;width:100%;height:auto;filter:drop-shadow(0 20px 40px rgba(16,24,40,.15))}.hero__image-glare{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;mask-size:100% 100%;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:100% 100%;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;background:linear-gradient(115deg,transparent 46%,rgba(255,255,255,.35) 49%,rgba(255,255,255,.55) 50%,rgba(255,255,255,.35) 51%,transparent 54%);background-size:300% 300%;background-position:-120% 0;animation:hero-image-glare 3.2s ease-in-out infinite;mix-blend-mode:overlay}@keyframes hero-image-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes hero-image-glare{0%{background-position:-120% 0}55%,to{background-position:120% 0}}@media(prefers-reduced-motion:reduce){.hero__image-wrap{animation:none}.hero__image-glare{animation:none;opacity:0}}@media screen and (max-width:749px){.hero{padding-top:2.5rem;padding-bottom:3rem}.hero__inner{grid-template-columns:1fr}.hero__media{order:-1}}.process-steps{position:relative;background-color:#f7f5f0;background-image:linear-gradient(rgba(16,24,40,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(16,24,40,.08) 1px,transparent 1px);background-size:96px 96px;background-position:center top;padding:5rem 0 0;overflow:hidden}.process-steps__inner{position:relative;z-index:1;max-width:1280px;margin:0 auto;padding:0 var(--page-margin, 2rem)}.process-steps__header{max-width:640px;margin:0 auto 3rem;text-align:center}.process-steps__eyebrow{display:inline-flex;align-items:center;gap:.5rem;color:#2563eb;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 1rem}.process-steps__eyebrow-dot{width:6px;height:6px;border-radius:50%;background:#2563eb;display:inline-block}.process-steps__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:#101828;margin:0 0 1rem;line-height:1.2}.process-steps__subtitle{font-size:1.05rem;color:#667085;margin:0}.process-steps__timeline{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem 2.5rem;margin-bottom:1.75rem}.process-steps__timeline:before{content:"";position:absolute;left:4px;right:4px;top:3px;height:2px;background:#10182826}.process-steps__timeline-dot{position:relative;z-index:1;width:8px;height:8px;border-radius:50%;background:#2563eb;justify-self:start;transition:transform .2s ease,box-shadow .2s ease}.process-steps__timeline-dot--active{transform:scale(1.6);box-shadow:0 0 0 6px #2563eb33}@media(prefers-reduced-motion:reduce){.process-steps__timeline-dot{transition:none}}.process-steps__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem 2.5rem;padding-bottom:4rem}@media screen and (max-width:989px){.process-steps__timeline{display:none}.process-steps__grid{grid-template-columns:1fr;gap:2.75rem}}.product{position:relative;padding:4rem 0 5rem;background-color:#f7f5f0;background-image:linear-gradient(rgba(16,24,40,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(16,24,40,.08) 1px,transparent 1px);background-size:96px 96px;background-position:center top;overflow:hidden}.product__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1.2fr;align-items:start;gap:3.5rem;max-width:1280px;margin:0 auto;padding:0 var(--page-margin, 2rem)}.product__media{position:sticky;top:2rem}.product__image-wrap{position:relative;display:flex;align-items:center;justify-content:center}.product__bonus-badge{position:absolute;bottom:4%;right:4%;z-index:2;display:inline-flex;align-items:center;gap:.45rem;background:#2563eb;color:#fff;font-size:.85rem;font-weight:700;padding:.65rem 1.1rem;border-radius:12px;box-shadow:0 8px 18px #2563eb4d;white-space:nowrap}.product__bonus-badge svg{width:.9rem;height:.9rem;flex-shrink:0;color:#fff}.product__image{position:relative;z-index:1;width:100%;max-width:480px;height:auto;filter:drop-shadow(0 20px 40px rgba(16,24,40,.15))}.product__thumbnails{display:flex;gap:.75rem;margin-top:1.5rem;justify-content:center}.product__thumbnail{width:64px;height:64px;padding:0;border:2px solid #d0d5dd;border-radius:8px;overflow:hidden;background:#fff;cursor:pointer;transition:border-color .2s ease;outline-offset:3px}.product__thumbnail--active{border-color:#101828}.product__thumbnail img{width:100%;height:100%;object-fit:cover;display:block}.product__eyebrow{display:inline-flex;align-items:center;gap:.5rem;color:#2563eb;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 1rem}.product__eyebrow-dot{width:6px;height:6px;border-radius:50%;background:#2563eb;display:inline-block}.product__title{font-size:clamp(2rem,3.4vw,2.75rem);font-weight:800;color:#101828;margin:0 0 1rem;line-height:1.15}.product__rating{display:flex;align-items:center;gap:.6rem;margin:0 0 1rem}.product__rating-stars{display:inline-flex;gap:.15rem;color:#2563eb}.product__rating-stars svg{width:1.05rem;height:1.05rem}.product__rating-count{font-size:.9rem;color:#667085}.product__subtitle{font-size:1.05rem;color:#475467;margin:0 0 1.25rem}.product__price{display:flex;align-items:baseline;gap:.75rem;font-size:1.5rem;font-weight:700;color:#101828;margin:0 0 1.5rem}.product__price-compare{font-size:1.1rem;font-weight:500;color:#98a2b3;text-decoration:line-through;order:-1}.product__price-badge{display:inline-flex;align-items:center;font-size:.8rem;font-weight:600;color:#2563eb;background:#eef2ff;padding:.25rem .7rem;border-radius:999px}.product__description{color:#475467;font-size:1.05rem;line-height:1.6;margin:0 0 1.75rem}.product__benefits{list-style:none;margin:0 0 2rem;padding:0;display:flex;flex-direction:column;gap:.75rem}.product__benefits li{display:flex;align-items:flex-start;gap:.65rem;font-size:1rem;color:#344054}.product__benefits svg{width:1.15rem;height:1.15rem;flex-shrink:0;margin-top:.15rem;color:#2563eb}.product__form{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.25rem}.product__variant-select{padding:.85rem 1rem;border-radius:10px;border:1px solid #d0d5dd;background:#fff;font-size:1rem}.product__quantity-row{margin-bottom:1rem}.product__quantity-stepper{display:inline-flex;align-items:center;border:1px solid #d0d5dd;border-radius:999px;background:#fff;overflow:hidden}.product__quantity-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:none;cursor:pointer;color:#344054}.product__quantity-btn:hover{background:#f2f4f7}.product__quantity-btn svg{width:.9rem;height:.9rem}.product__quantity{width:3rem;height:44px;padding:0;border:none;border-left:1px solid #e4e7ec;border-right:1px solid #e4e7ec;background:#fff;font-size:1rem;text-align:center;-moz-appearance:textfield}.product__quantity::-webkit-outer-spin-button,.product__quantity::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product__actions{display:flex;flex-direction:column;gap:.75rem}.product__cta{width:100%;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-decoration:none;font-weight:600;font-size:1rem;padding:.9rem 1.6rem;border-radius:999px;background:#101828;color:#fff;border:none;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}.product__cta--secondary{background:#fff;color:#101828;border:1px solid #d0d5dd}.product__cta--secondary:hover:not(:disabled){background:#f9fafb}.product__cta:hover:not(:disabled):not(.product__cta--secondary){background:#1d2939}.product__cta:disabled{background:#98a2b3;cursor:not-allowed;opacity:.7}.product__cta--loading{color:transparent;position:relative}.product__cta--loading:after{content:"";position:absolute;width:1.1rem;height:1.1rem;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:product-cta-spin .6s linear infinite}@media(prefers-reduced-motion:reduce){.product__cta--loading:after{animation:none}}@keyframes product-cta-spin{to{transform:rotate(360deg)}}.product__cta svg{width:1rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.product__footnote{font-size:.9rem;color:#667085;margin:0}@media screen and (max-width:749px){.product__inner{grid-template-columns:1fr;gap:2.5rem}.product__media{position:static}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.sticky-buy-bar{position:fixed;left:0;right:0;bottom:0;z-index:40;background:#fff;border-top:1px solid #e4e7ec;box-shadow:0 -8px 24px #10182814;padding-bottom:env(safe-area-inset-bottom,0);display:block}body{padding-bottom:4.5rem}.sticky-buy-bar__inner{max-width:1280px;margin:0 auto;padding:.65rem var(--page-margin, 1rem);display:flex;align-items:center;justify-content:center;gap:1rem}.sticky-buy-bar__info{display:flex;flex-direction:column;min-width:0}.sticky-buy-bar__title{font-size:.85rem;font-weight:600;color:#101828;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-buy-bar__price{font-size:.8rem;color:#667085}.sticky-buy-bar__button{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;padding:.75rem 1.6rem;border-radius:999px;background:#101828;color:#fff;border:none;font-weight:600;font-size:.95rem;cursor:pointer;white-space:nowrap;transition:background-color .2s ease,opacity .2s ease,transform .15s ease}.sticky-buy-bar__button:hover:not(:disabled){background:#1d2939}.sticky-buy-bar__button:active:not(:disabled){transform:scale(.98)}.sticky-buy-bar__button:disabled{background:#98a2b3;cursor:not-allowed}.sticky-buy-bar__button--loading{color:transparent;position:relative}.sticky-buy-bar__button--loading:after{content:"";position:absolute;width:1.1rem;height:1.1rem;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:sticky-buy-bar-spin .6s linear infinite}@media(prefers-reduced-motion:reduce){.sticky-buy-bar__button--loading:after{animation:none}}@keyframes sticky-buy-bar-spin{to{transform:rotate(360deg)}}.sticky-buy-bar__button svg{width:1rem}.whats-inside{background:#fff;padding:5rem 0}.whats-inside__inner{max-width:1440px;margin:0 auto;padding:0 var(--page-margin, 2rem)}.whats-inside__header{max-width:640px;margin:0 auto 3.5rem;text-align:center}.whats-inside__eyebrow{display:inline-flex;align-items:center;gap:.5rem;color:#2563eb;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 1rem}.whats-inside__eyebrow-dot{width:6px;height:6px;border-radius:50%;background:#2563eb;display:inline-block}.whats-inside__title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;color:#101828;margin:0 0 1rem;line-height:1.2}.whats-inside__subtitle{font-size:1.05rem;color:#667085;margin:0}.whats-inside__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2.5rem 1.25rem;padding-top:1rem}.whats-inside__grid>*{transform:rotate(-3deg)}.whats-inside__grid>*:nth-child(2n){transform:rotate(2.5deg) translateY(1.25rem)}.whats-inside__grid>*:nth-child(3n){transform:rotate(-1.5deg) translateY(-.75rem)}.whats-inside__grid>*:nth-child(4n){transform:rotate(3deg) translateY(.5rem)}@media screen and (max-width:989px){.whats-inside__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:589px){.whats-inside__inner{padding-left:0;padding-right:0}.whats-inside__header{padding:0 var(--page-margin, 2rem)}.whats-inside__grid{display:flex;grid-template-columns:none;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1.25rem;padding:.5rem var(--page-margin, 2rem) 1rem;scrollbar-width:none}.whats-inside__grid::-webkit-scrollbar{display:none}.whats-inside__grid>*{transform:none!important;flex:0 0 78%;scroll-snap-align:center}}.comparison-row{display:grid;grid-template-columns:1fr 100px 100px;align-items:center;padding:1.1rem 1.5rem}.comparison-row:nth-child(2n){background:#10182806}.comparison-row__label{font-size:.95rem;color:#101828;font-weight:600;padding-right:1rem}.comparison-row__cell{display:flex;align-items:center;justify-content:center}.comparison-row__badge{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%}.comparison-row__badge svg{width:1.05rem;height:1.05rem}.comparison-row__badge--diy{background:#98a2b32e;color:#98a2b3}.comparison-row__badge--guide{background:#2563eb;color:#fff;box-shadow:0 4px 10px #2563eb59}@media screen and (max-width:589px){.comparison-row{grid-template-columns:1fr 60px 60px;padding:.85rem}.comparison-row__label{font-size:.85rem}.comparison-row__badge{width:1.75rem;height:1.75rem}}.faq-item{border-bottom:1px solid rgba(16,24,40,.1);padding:1.25rem 0}.faq-item__question{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;font-size:1.05rem;font-weight:600;color:#101828;list-style:none}.faq-item__question::-webkit-details-marker{display:none}.faq-item__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;color:#2563eb;transition:transform .2s ease}.faq-item__icon svg{width:.9rem;height:.9rem}.faq-item[open] .faq-item__icon{transform:rotate(45deg)}.faq-item__answer{padding-top:.85rem;font-size:.95rem;color:#475467;line-height:1.6}@media(prefers-reduced-motion:no-preference){.faq-item__icon{transition:transform .2s ease}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.preview-card{display:flex;flex-direction:column;gap:.75rem;transition:transform .25s ease}.preview-card:hover{transform:translateY(-6px) scale(1.06) rotate(0)!important;z-index:2}.preview-card__image{position:relative;overflow:hidden;border-radius:12px;box-shadow:0 20px 40px #1018282e;background:#fff;aspect-ratio:4 / 5}.preview-card__image img,.preview-card__placeholder{width:100%;height:100%;object-fit:cover;display:block}@media(hover:none){.preview-card:hover{transform:none!important}}.preview-card__caption{margin:0;font-size:.85rem;color:#667085;text-align:center}.process-step{position:relative;padding-top:1.5rem}.process-step__number{font-size:5rem;font-weight:800;line-height:1;color:transparent;-webkit-text-stroke:1.5px rgba(16,24,40,.15);margin-bottom:.5rem}.process-step__tag{color:#2563eb;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .5rem}.process-step__title{font-size:1.3rem;font-weight:800;color:#101828;margin:0 0 .75rem;line-height:1.25}.process-step__description{font-size:.95rem;color:#475467;line-height:1.6;margin:0 0 1rem}.process-step__result{position:relative;font-size:.9rem;font-weight:600;color:#101828;line-height:1.5;margin:0;padding-left:1rem;border-left:2px solid #2563eb}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/3/compiled_assets/styles.css.map */
