@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800&family=Inter:wght@400;500;600&display=swap";:root{--brand: #00C2A8;--brand-light: rgba(0, 194, 168, .15);--brand-shadow: rgba(0, 194, 168, .25);--foreground: #0D0D0D;--background: #ffffff;--muted: #f5f5f5;--muted-fg: #6b6b6b;--border: #e8e8e8;--card: #ffffff;--urgency: #e53e3e;--urgency-fg: #ffffff;--radius: .75rem;--font-heading: "Barlow Condensed", sans-serif;--font-body: "Inter", sans-serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--foreground);background:var(--background);line-height:1.6;font-size:16px}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}.container{max-width:1152px;margin:0 auto;padding:0 1rem}.container--sm{max-width:768px;margin:0 auto;padding:0 1rem}.container--md{max-width:960px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.font-heading{font-family:var(--font-heading)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;font-family:var(--font-heading);font-size:1.125rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:var(--radius);border:none;cursor:pointer;transition:transform .15s ease;width:100%}.btn:hover{transform:scale(1.01)}.btn:active{transform:scale(.99)}.btn--primary{background:var(--brand);color:var(--foreground);box-shadow:0 8px 24px var(--brand-shadow)}.btn--dark{background:var(--foreground);color:var(--background)}.btn--brand-outline{background:var(--brand);color:var(--foreground)}.announcement-bar{background:var(--foreground);color:var(--background);padding:.5rem 1rem;font-size:.8125rem;font-weight:500}.announcement-bar__inner{max-width:1152px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:1.5rem;flex-wrap:wrap;text-align:center}.announcement-bar__sep{color:#ffffff4d}@media(max-width:640px){.announcement-bar__sep{display:none}}.site-header{position:sticky;top:0;z-index:50;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.site-header__inner{max-width:1152px;margin:0 auto;padding:0 1rem;height:4rem;display:flex;align-items:center;justify-content:space-between}.site-header__logo{display:flex;align-items:center;gap:.5rem;font-family:var(--font-heading);font-size:1.5rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:var(--foreground)}.site-header__logo-icon{width:2rem;height:2rem;background:var(--brand);border-radius:.375rem;display:flex;align-items:center;justify-content:center}.site-header__logo-icon svg{width:1.25rem;height:1.25rem;color:var(--foreground)}.site-header__logo span{color:var(--brand)}.site-nav{display:flex;align-items:center;gap:2rem}.site-nav__link{font-size:.875rem;font-weight:500;color:#0d0d0db3;transition:color .15s}.site-nav__link:hover{color:var(--foreground)}@media(max-width:768px){.site-nav{display:none}}.site-header__cart{position:relative;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;transition:background .15s;cursor:pointer}.site-header__cart:hover{background:var(--muted)}.site-header__cart svg{width:1.25rem;height:1.25rem}.cart-badge{position:absolute;top:-2px;right:-2px;min-width:1.25rem;height:1.25rem;background:var(--brand);color:var(--foreground);font-size:.75rem;font-weight:700;border-radius:9999px;display:flex;align-items:center;justify-content:center;padding:0 .25rem;transition:transform .2s}.cart-badge--flash{transform:scale(1.25)}.shipping-bar{background:var(--card);border-bottom:1px solid var(--border);padding:.625rem 1rem}.shipping-bar__text{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;font-weight:500;text-align:center}.shipping-bar__text svg{width:1rem;height:1rem;color:var(--brand)}.shipping-bar__amount{font-weight:700;color:var(--brand)}.shipping-bar__progress{max-width:28rem;margin:.5rem auto 0;height:.375rem;background:var(--muted);border-radius:9999px;overflow:hidden}.shipping-bar__fill{height:100%;background:var(--brand);border-radius:9999px;transition:width .5s ease}.hero{background:var(--background)}.hero__inner{max-width:1152px;margin:0 auto;padding:2.5rem 1rem;display:grid;gap:2.5rem;align-items:center}@media(min-width:1024px){.hero__inner{grid-template-columns:1fr 1fr;padding:4rem 1rem}}.hero__copy{order:2}@media(min-width:1024px){.hero__copy{order:1}}.hero__image-wrap{order:1}@media(min-width:1024px){.hero__image-wrap{order:2}}.hero__badge{display:inline-flex;align-items:center;gap:.375rem;background:var(--brand-light);padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:600;color:var(--foreground)}.hero__badge svg{width:1rem;height:1rem;fill:var(--brand);color:var(--brand)}.hero__title{margin-top:1rem;font-family:var(--font-heading);font-size:clamp(2rem,5vw,3.5rem);font-weight:800;text-transform:uppercase;line-height:1.05;letter-spacing:-.01em;color:var(--foreground)}.hero__subtitle{margin-top:1rem;font-size:1.125rem;line-height:1.6;color:var(--muted-fg)}.hero__stars{margin-top:1rem;display:flex;align-items:center;gap:.5rem}.hero__stars-icons{display:flex}.hero__stars-icons svg{width:1.25rem;height:1.25rem;fill:var(--brand);color:var(--brand)}.hero__rating{font-size:.875rem;font-weight:500}.hero__rating-count{font-size:.875rem;color:var(--muted-fg)}.hero__price{margin-top:1.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.hero__price-old{font-size:1.125rem;color:var(--muted-fg);text-decoration:line-through}.hero__price-current{font-family:var(--font-heading);font-size:2.5rem;font-weight:800;color:var(--foreground)}.hero__price-badge{background:var(--urgency);color:var(--urgency-fg);font-size:.875rem;font-weight:700;padding:.25rem .5rem;border-radius:.375rem}.hero__stock{margin-top:.75rem;display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:var(--urgency)}.hero__stock svg{width:1rem;height:1rem}.hero__countdown{margin-top:1rem}.hero__countdown-label{font-size:.875rem;font-weight:500;color:var(--muted-fg);margin-bottom:.5rem}.countdown{display:flex;align-items:center;gap:.5rem}.countdown__box{display:flex;flex-direction:column;align-items:center}.countdown__value{min-width:3rem;display:flex;align-items:center;justify-content:center;background:var(--foreground);color:var(--background);font-family:var(--font-heading);font-size:1.5rem;font-weight:700;padding:.375rem .5rem;border-radius:.375rem;font-variant-numeric:tabular-nums}.countdown__label{font-size:.6875rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted-fg);margin-top:.25rem}.countdown__sep{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;padding-bottom:1rem}.hero__colors{margin-top:1.5rem}.hero__colors-label{font-size:.875rem;font-weight:500;margin-bottom:.5rem}.hero__colors-label span{color:var(--muted-fg)}.color-swatches{display:flex;gap:.75rem}.color-swatch{width:2.25rem;height:2.25rem;border-radius:9999px;border:2px solid var(--border);cursor:pointer;transition:all .15s}.color-swatch--active{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-light)}.hero__ctas{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.hero__reassurance{margin-top:1.25rem;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}@media(min-width:640px){.hero__reassurance{grid-template-columns:repeat(4,1fr)}}.reassurance-item{display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:.75rem .5rem;border:1px solid var(--border);border-radius:var(--radius);text-align:center}.reassurance-item svg{width:1.25rem;height:1.25rem;color:var(--brand)}.reassurance-item span{font-size:.75rem;font-weight:500;line-height:1.3}.hero__image-container{position:relative;border-radius:1rem;overflow:hidden;background:var(--muted);aspect-ratio:1}.hero__image-container img{width:100%;height:100%;object-fit:cover}.hero__discount-badge{position:absolute;top:1rem;left:1rem;background:var(--urgency);color:var(--urgency-fg);font-size:.875rem;font-weight:700;padding:.25rem .75rem;border-radius:9999px}.section-title{font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;text-transform:uppercase;letter-spacing:-.01em;color:var(--foreground)}.benefits{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#f5f5f566}.benefits__inner{max-width:1152px;margin:0 auto;padding:4rem 1rem}.benefits__grid{margin-top:2.5rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}@media(min-width:1024px){.benefits__grid{grid-template-columns:repeat(4,1fr)}}.benefit-card{display:flex;flex-direction:column;align-items:center;padding:1.5rem;border:1px solid var(--border);border-radius:.75rem;background:var(--card);text-align:center;transition:box-shadow .2s}.benefit-card:hover{box-shadow:0 4px 16px #00000014}.benefit-card__icon{width:3.5rem;height:3.5rem;border-radius:9999px;background:var(--brand-light);display:flex;align-items:center;justify-content:center}.benefit-card__icon svg{width:1.75rem;height:1.75rem;color:var(--brand)}.benefit-card__title{margin-top:1rem;font-family:var(--font-heading);font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.benefit-card__desc{margin-top:.375rem;font-size:.875rem;line-height:1.5;color:var(--muted-fg)}.social-proof{background:var(--background)}.social-proof__inner{max-width:1152px;margin:0 auto;padding:4rem 1rem}.reviews-grid{margin-top:2.5rem;display:grid;gap:1.25rem}@media(min-width:768px){.reviews-grid{grid-template-columns:repeat(3,1fr)}}.review-card{display:flex;flex-direction:column;padding:1.5rem;border:1px solid var(--border);border-radius:.75rem;background:var(--card)}.review-card__stars{display:flex}.review-card__stars svg{width:1rem;height:1rem;fill:var(--brand);color:var(--brand)}.review-card__text{margin-top:.75rem;flex:1;line-height:1.6;color:var(--foreground)}.review-card__author{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border);display:flex;align-items:center;gap:.75rem}.review-card__avatar{width:2.75rem;height:2.75rem;border-radius:9999px;object-fit:cover}.review-card__name{font-size:.875rem;font-weight:600}.review-card__city{font-size:.75rem;color:var(--muted-fg)}.social-counter{margin-top:2.5rem;text-align:center;font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--foreground)}.social-counter__number{color:var(--brand)}.comparison{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#f5f5f566}.comparison__inner{max-width:960px;margin:0 auto;padding:4rem 1rem}.comparison__table-wrap{margin-top:2.5rem;overflow-x:auto}.comparison-table{width:100%;min-width:560px;border-collapse:collapse;font-size:.875rem}.comparison-table th{padding:.75rem;text-align:center;font-family:var(--font-heading);font-size:1.125rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.comparison-table th:first-child{text-align:left;font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--muted-fg);text-transform:none}.comparison-table td{padding:.75rem;border-top:1px solid var(--border);text-align:center}.comparison-table td:first-child{text-align:left;font-weight:500}.comparison-table .col-highlight{background:#00c2a814;border-left:2px solid var(--brand);border-right:2px solid var(--brand);font-weight:600;color:var(--foreground)}.comparison-table .col-highlight-head{background:#00c2a814;border-left:2px solid var(--brand);border-right:2px solid var(--brand);border-top:2px solid var(--brand);border-radius:.75rem .75rem 0 0;color:var(--foreground)}.comparison-table .col-highlight-last{border-bottom:2px solid var(--brand);border-radius:0 0 .75rem .75rem}.comparison-table .col-other{color:#0d0d0d99}.cell-green{display:inline-flex;align-items:center;gap:.25rem;font-weight:600;color:var(--brand)}.cell-green svg{width:1rem;height:1rem}.cell-red{display:inline-flex;align-items:center;gap:.25rem;color:var(--muted-fg)}.cell-red svg{width:1rem;height:1rem}.how-it-works{background:var(--background)}.how-it-works__inner{max-width:1152px;margin:0 auto;padding:4rem 1rem}.how-it-works__grid{display:grid;gap:2.5rem;align-items:center}@media(min-width:1024px){.how-it-works__grid{grid-template-columns:1fr 1fr}}.how-it-works__image{border-radius:1rem;overflow:hidden}.how-it-works__image img{width:100%;height:100%;object-fit:cover}.how-it-works__subtitle{margin-top:.5rem;color:var(--muted-fg)}.steps{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.step{display:flex;align-items:flex-start;gap:1rem}.step__icon-wrap{position:relative;width:3rem;height:3rem;flex-shrink:0;border-radius:9999px;background:var(--brand-light);display:flex;align-items:center;justify-content:center}.step__icon-wrap svg{width:1.5rem;height:1.5rem;color:var(--brand)}.step__number{position:absolute;top:-4px;right:-4px;width:1.5rem;height:1.5rem;background:var(--foreground);color:var(--background);border-radius:9999px;font-family:var(--font-heading);font-size:.875rem;font-weight:700;display:flex;align-items:center;justify-content:center}.step__content{padding-top:.25rem}.step__title{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.step__desc{margin-top:.25rem;line-height:1.6;color:var(--muted-fg)}.bundles{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#f5f5f566}.bundles__inner{max-width:1152px;margin:0 auto;padding:4rem 1rem}.bundles__grid{margin-top:2.5rem;display:grid;gap:1.25rem}@media(min-width:768px){.bundles__grid{grid-template-columns:repeat(3,1fr);align-items:start}}.bundle-card{position:relative;display:flex;flex-direction:column;padding:1.5rem;border-radius:1rem;border:1px solid var(--border);background:var(--card)}.bundle-card--popular{border:2px solid var(--brand);box-shadow:0 8px 32px var(--brand-shadow);transform:translateY(-8px)}@media(max-width:767px){.bundle-card--popular{transform:none}}.bundle-card__popular-tag{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);white-space:nowrap;background:var(--brand);color:var(--foreground);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .75rem;border-radius:9999px}.bundle-card__name{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;text-transform:uppercase}.bundle-card__price{margin-top:.75rem;display:flex;align-items:flex-end;gap:.5rem}.bundle-card__price-current{font-family:var(--font-heading);font-size:2.5rem;font-weight:800}.bundle-card__price-old{font-size:.875rem;color:var(--muted-fg);text-decoration:line-through;padding-bottom:.25rem}.bundle-card__features{margin-top:1.25rem;flex:1;display:flex;flex-direction:column;gap:.75rem}.bundle-feature{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem}.bundle-feature svg{width:1rem;height:1rem;flex-shrink:0;color:var(--brand);margin-top:.125rem}.bundle-card .btn{margin-top:1.5rem}.faq{background:var(--background)}.faq__inner{max-width:48rem;margin:0 auto;padding:4rem 1rem}.faq__list{margin-top:2.5rem;display:flex;flex-direction:column;gap:.75rem}.faq-item{border:1px solid var(--border);border-radius:.75rem;background:var(--card);overflow:hidden}.faq-item__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;background:none;border:none;cursor:pointer;text-align:left;font-size:1rem;font-weight:500;color:var(--foreground);font-family:var(--font-body)}.faq-item__chevron{width:1.25rem;height:1.25rem;flex-shrink:0;color:var(--brand);transition:transform .3s}.faq-item__chevron--open{transform:rotate(180deg)}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;opacity:0}.faq-item__answer--open{max-height:300px;opacity:1}.faq-item__answer p{padding:0 1.25rem 1rem;line-height:1.6;color:var(--muted-fg)}.final-urgency{background:var(--foreground);color:var(--background)}.final-urgency__inner{max-width:56rem;margin:0 auto;padding:4rem 1rem;display:flex;flex-direction:column;align-items:center;text-align:center}.final-urgency__title{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-heading);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;text-transform:uppercase;letter-spacing:-.01em}.final-urgency__title svg{width:1.75rem;height:1.75rem;color:var(--brand)}.final-urgency__countdown{margin-top:1.5rem;display:flex;align-items:center;gap:.5rem}.final-urgency__countdown .countdown__value{background:var(--urgency);color:var(--urgency-fg);min-width:4rem;font-size:2rem;padding:.5rem .75rem}.final-urgency__countdown .countdown__sep{color:var(--urgency);font-size:2rem}.final-urgency__countdown .countdown__label{color:#fff9}.final-urgency .btn{margin-top:2rem;max-width:24rem}.site-footer{border-top:1px solid var(--border);background:var(--background)}.site-footer__inner{max-width:1152px;margin:0 auto;padding:3rem 1rem}.site-footer__top{display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.site-footer__top{flex-direction:row;align-items:center;justify-content:space-between}}.site-footer__tagline{margin-top:.75rem;max-width:20rem;font-size:.875rem;line-height:1.6;color:var(--muted-fg)}.site-footer__nav{display:flex;flex-wrap:wrap;gap:.375rem 1.5rem}.site-footer__nav a{font-size:.875rem;color:var(--muted-fg);transition:color .15s}.site-footer__nav a:hover{color:var(--foreground)}.site-footer__payments{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.site-footer__payments-label{font-size:.75rem;color:var(--muted-fg)}.payment-badge{padding:.25rem .625rem;border:1px solid var(--border);border-radius:.375rem;font-size:.75rem;font-weight:600;background:var(--card)}.site-footer__copy{margin-top:1.5rem;font-size:.75rem;color:var(--muted-fg)}.sticky-atc{position:fixed;inset:auto 0 0;z-index:60;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--border);padding:.75rem 1rem;transform:translateY(100%);transition:transform .3s ease}.sticky-atc--visible{transform:translateY(0)}.sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.sticky-atc__price{display:flex;flex-direction:column}.sticky-atc__old{font-size:.75rem;color:var(--muted-fg);text-decoration:line-through}.sticky-atc__current{font-family:var(--font-heading);font-size:1.25rem;font-weight:800;line-height:1}.sticky-atc .btn{flex:1;padding:.75rem 1rem;font-size:1rem}@media(min-width:768px){.sticky-atc{display:none}}.social-toast{position:fixed;bottom:5rem;left:1rem;z-index:55;max-width:18rem;transition:all .5s ease}@media(min-width:768px){.social-toast{bottom:1rem}}.social-toast--hidden{opacity:0;transform:translateY(.75rem);pointer-events:none}.social-toast__inner{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;border:1px solid var(--border);border-radius:.75rem;background:var(--card);box-shadow:0 4px 16px #0000001a}.social-toast__icon{width:2.25rem;height:2.25rem;flex-shrink:0;border-radius:9999px;background:var(--brand-light);display:flex;align-items:center;justify-content:center}.social-toast__icon svg{width:1rem;height:1rem;color:var(--brand)}.social-toast__text{padding-right:1.5rem}.social-toast__name{font-size:.875rem;font-weight:500;line-height:1.3}.social-toast__time{font-size:.75rem;color:var(--muted-fg)}.social-toast__close{position:absolute;top:.5rem;right:.5rem;background:none;border:none;cursor:pointer;color:var(--muted-fg);padding:.125rem}.social-toast__close svg{width:1rem;height:1rem}.exit-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#0d0d0d99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1rem;opacity:0;pointer-events:none;transition:opacity .3s}.exit-popup--open{opacity:1;pointer-events:auto}.exit-popup__card{position:relative;width:100%;max-width:28rem;background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 24px 64px #0003}.exit-popup__close{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;border-radius:9999px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--muted-fg);transition:background .15s}.exit-popup__close:hover{background:var(--muted);color:var(--foreground)}.exit-popup__close svg{width:1.25rem;height:1.25rem}.exit-popup__icon{width:3.5rem;height:3.5rem;border-radius:9999px;background:var(--brand-light);display:flex;align-items:center;justify-content:center;margin:0 auto}.exit-popup__icon svg{width:1.75rem;height:1.75rem;color:var(--brand)}.exit-popup__title{margin-top:1rem;font-family:var(--font-heading);font-size:1.75rem;font-weight:800;text-transform:uppercase;letter-spacing:-.01em}.exit-popup__text{margin-top:.5rem;line-height:1.6;color:var(--muted-fg)}.exit-popup__code{margin:1rem auto 0;display:inline-flex;align-items:center;gap:.5rem;background:var(--brand-light);padding:.75rem 1.5rem;border-radius:var(--radius);font-family:var(--font-heading);font-size:1.75rem;font-weight:700;letter-spacing:.1em;cursor:pointer;transition:background .15s;background:none;border:2px dashed var(--brand)}.exit-popup__code:hover{background:var(--brand-light)}.exit-popup__copy-hint{margin-top:.5rem;font-size:.75rem;color:var(--muted-fg)}.exit-popup .btn{margin-top:1.25rem}.reveal{opacity:0;transform:translateY(1.5rem);transition:opacity .6s ease,transform .6s ease}.reveal--visible{opacity:1;transform:translateY(0)}
/*# sourceMappingURL=/cdn/shop/t/10/assets/recuppro.css.map */
