@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@500;600;700&family=Work+Sans:wght@400;500;600;700&display=swap";:root{--nxfive-bg: #ffffff;--nxfive-surface: #F6F4F6;--nxfive-lavender: #F4E6F5;--nxfive-ink: #33232F;--nxfive-ink-muted: #6B5C63;--nxfive-body: #4A3A45;--nxfive-faint: #9A8B92;--nxfive-accent: #9B3FA0;--nxfive-gold: #B48A3E;--nxfive-dark: #241F23;--nxfive-rose-bg: #EFD9D6;--nxfive-rose-ink: #8A4B57;--nxfive-rose-body: #5C3A40;--nxfive-radius: 20px;--nxfive-radius-sm: 14px;--nxfive-font-heading: "Fredoka", system-ui, sans-serif;--nxfive-font-body: "Work Sans", system-ui, sans-serif}.nxfive-section{padding:clamp(40px,8vw,84px) clamp(16px,4vw,48px);background:var(--nxfive-bg)}.nxfive-container{max-width:1200px;margin:0 auto}.nxfive-container-narrow{max-width:900px;margin:0 auto}.nxfive-container-tight{max-width:760px;margin:0 auto}.nxfive-h2{font-family:var(--nxfive-font-heading);font-weight:700;font-size:clamp(24px,3.6vw,32px);text-align:center;margin:0 0 clamp(24px,4vw,40px);color:var(--nxfive-ink);line-height:1.15}.nxfive-eyebrow-bar{width:60px;height:3px;margin-bottom:18px}.nxfive-grid-2{display:flex;flex-direction:column;gap:32px;align-items:center}@media(min-width:860px){.nxfive-grid-2{flex-direction:row;gap:48px;align-items:center}.nxfive-grid-2.nxfive-reverse{flex-direction:row-reverse}}.nxfive-grid-2>*{flex:1;min-width:0;width:100%}.nxfive-media-box{width:100%;border-radius:var(--nxfive-radius);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:24px;text-align:center;background-size:cover;background-position:center}.nxfive-media-box img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.nxfive-media-box .nxfive-media-alt{position:relative;font-family:monospace;font-size:12.5px;line-height:1.6;z-index:1}.nxfive-media-box.nxfive-ratio-square{aspect-ratio:1/1}.nxfive-media-box.nxfive-ratio-portrait{aspect-ratio:4/5}.nxfive-media-box.nxfive-ratio-wide{aspect-ratio:16/10}@media(max-width:749px){.nxfive-media-box.nxfive-ratio-portrait,.nxfive-media-box.nxfive-ratio-wide{aspect-ratio:auto;min-height:260px}}.nxfive-problem-row{display:flex;align-items:center;gap:16px;background:var(--nxfive-surface);border-radius:16px;padding:16px 20px;flex-wrap:wrap;margin-bottom:14px}.nxfive-problem-row:last-child{margin-bottom:0}.nxfive-problem-col{display:flex;align-items:center;gap:10px;flex:1;min-width:200px}.nxfive-problem-text{font-size:14.5px;color:var(--nxfive-ink-muted)}.nxfive-fix-text{font-size:14.5px;font-weight:600;color:var(--nxfive-ink)}.nxfive-activity{text-align:center;width:78px}.nxfive-activity-badge{width:56px;height:56px;border-radius:50%;background:var(--nxfive-accent);color:var(--nxfive-lavender);display:flex;align-items:center;justify-content:center;font-family:var(--nxfive-font-heading);font-weight:700;font-size:20px;margin:0 auto 8px}.nxfive-activity-label{font-size:11.5px;font-weight:700;letter-spacing:.03em;color:var(--nxfive-accent)}.nxfive-feature-row{display:flex;gap:16px;align-items:flex-start;margin-bottom:20px}.nxfive-feature-row:last-child{margin-bottom:0}.nxfive-feature-icon{width:48px;height:48px;border-radius:50%;background:var(--nxfive-accent);flex-shrink:0;display:flex;align-items:center;justify-content:center}.nxfive-feature-title{font-weight:700;font-size:15px;color:var(--nxfive-ink);margin-bottom:4px}.nxfive-feature-desc{font-size:14px;color:var(--nxfive-ink-muted)}.nxfive-stat-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media(min-width:640px){.nxfive-stat-grid{grid-template-columns:repeat(4,1fr);gap:20px}}.nxfive-stat-card{text-align:center;background:var(--nxfive-surface);border-radius:20px;padding:22px 14px}.nxfive-stat-value{font-family:var(--nxfive-font-heading);font-weight:700;font-size:clamp(28px,4vw,38px);color:var(--nxfive-accent);margin-bottom:8px}.nxfive-stat-label{font-size:13px;color:var(--nxfive-body);line-height:1.4}.nxfive-stat-footnote{text-align:center;font-size:11.5px;color:var(--nxfive-faint);margin-top:14px}.nxfive-compare-wrap{background:var(--nxfive-surface);border-radius:20px;overflow:hidden}.nxfive-compare-head,.nxfive-compare-row{display:grid;grid-template-columns:1.6fr 70px 70px;padding:14px clamp(16px,4vw,32px);align-items:center}.nxfive-compare-head{background:var(--nxfive-lavender);font-weight:700;font-size:13px;color:var(--nxfive-ink)}.nxfive-compare-row{border-top:1px solid rgba(51,35,47,.06);font-size:13.5px;color:var(--nxfive-body)}.nxfive-compare-yes{text-align:center;color:var(--nxfive-accent);font-weight:700}.nxfive-compare-no{text-align:center;color:#c9bfc5}.nxfive-compare-note{background:var(--nxfive-lavender);border-radius:20px;padding:24px;margin-top:20px}.nxfive-compare-note-title{font-weight:700;font-size:16px;color:var(--nxfive-accent);margin-bottom:12px}.nxfive-compare-note ul{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:8px}.nxfive-compare-note li{font-size:14px;color:var(--nxfive-body)}.nxfive-testi-track{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:8px;-webkit-overflow-scrolling:touch}.nxfive-testi-card{scroll-snap-align:start;flex:0 0 260px;background:var(--nxfive-surface);border-radius:18px;padding:20px}.nxfive-testi-stars{color:var(--nxfive-gold);font-size:13px;margin-bottom:10px}.nxfive-testi-quote{font-size:14px;color:var(--nxfive-body);line-height:1.5;margin-bottom:14px}.nxfive-testi-name{font-size:13px;font-weight:700;color:var(--nxfive-ink)}.nxfive-testi-city{font-weight:400;color:var(--nxfive-faint)}.nxfive-testi-nav{display:flex;justify-content:center;gap:12px;margin-top:16px}.nxfive-testi-btn{width:38px;height:38px;border-radius:50%;border:1.5px solid var(--nxfive-ink);background:none;cursor:pointer;font-size:15px;color:var(--nxfive-ink)}.nxfive-guarantee-card{max-width:760px;margin:0 auto;background:var(--nxfive-lavender);border-radius:24px;padding:clamp(28px,5vw,44px);text-align:center}.nxfive-guarantee-title{font-family:var(--nxfive-font-heading);font-weight:700;font-size:clamp(22px,3vw,26px);color:var(--nxfive-accent);margin:16px 0 10px}.nxfive-guarantee-text{font-size:15px;color:var(--nxfive-body);max-width:480px;margin:0 auto}.nxfive-faq-item{background:var(--nxfive-surface);border-radius:16px;overflow:hidden;margin-bottom:10px}.nxfive-faq-item:last-child{margin-bottom:0}.nxfive-faq-item summary{padding:18px 20px;font-weight:600;font-size:15px;color:var(--nxfive-ink);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px}.nxfive-faq-item summary::-webkit-details-marker{display:none}.nxfive-faq-item summary:after{content:"+";font-size:20px;color:var(--nxfive-accent);flex-shrink:0}.nxfive-faq-item[open] summary:after{content:"\2013"}.nxfive-faq-body{padding:0 20px 18px;font-size:14.5px;color:var(--nxfive-ink-muted);line-height:1.5}.nxfive-final-cta{background:var(--nxfive-ink);text-align:center}.nxfive-final-cta-title{font-family:var(--nxfive-font-heading);font-weight:700;font-size:clamp(26px,4vw,34px);color:#fff;margin:0 0 12px}.nxfive-final-cta-badge{display:inline-block;background:var(--nxfive-gold);color:var(--nxfive-ink);font-weight:700;font-size:14px;padding:8px 18px;border-radius:20px;margin-bottom:22px;letter-spacing:.02em}.nxfive-final-cta-btn{display:inline-block;padding:17px 32px;border-radius:16px;border:none;background:#fff;color:var(--nxfive-ink);font-family:var(--nxfive-font-heading);font-weight:600;font-size:17px;cursor:pointer;text-decoration:none;min-height:44px}.nxfive-sticky-atc{display:none}@media(max-width:749px){.nxfive-sticky-atc{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:999;background:var(--nxfive-surface);padding:12px 16px;box-shadow:0 -4px 16px #00000014;gap:12px;align-items:center;opacity:0;transform:translateY(100%);transition:.25s}.nxfive-sticky-atc.is-visible{opacity:1;transform:translateY(0)}body.nxfive-has-sticky{padding-bottom:74px}}.nxfive-sticky-info{flex:1}.nxfive-sticky-label{font-size:12px;color:var(--nxfive-ink-muted)}.nxfive-sticky-price{font-weight:700;font-size:15px;color:var(--nxfive-ink)}.nxfive-sticky-btn{padding:13px 22px;border-radius:12px;border:none;background:var(--nxfive-ink);color:#fff;font-weight:600;font-size:14px;cursor:pointer;min-height:44px}.nxfive-rating-row{display:flex;align-items:center;gap:8px;margin-bottom:4px;font-family:var(--nxfive-font-body)}.nxfive-stars{color:var(--nxfive-gold);font-size:15px;letter-spacing:.05em}.nxfive-rating-count{font-size:13.5px;color:var(--nxfive-ink-muted)}.nxfive-bullet-list{list-style:none;padding:0;margin:10px 0;display:flex;flex-direction:column;gap:10px}.nxfive-bullet-list li{display:flex;gap:10px;align-items:flex-start;font-size:15px;color:var(--nxfive-body)}.nxfive-bullet-list li:before{content:"\2713";color:var(--nxfive-gold);font-weight:700}.nxfive-trust-row{display:flex;gap:18px;flex-wrap:wrap;justify-content:space-between;margin:14px 0}.nxfive-trust-item{font-size:12.5px;color:var(--nxfive-ink-muted);font-weight:600;flex:1;text-align:center;min-width:90px}.nxfive-photo-wrap{position:relative}.nxfive-photo-track{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:4px clamp(16px,4vw,48px) 12px}.nxfive-photo-track::-webkit-scrollbar{display:none}.nxfive-photo-card{scroll-snap-align:center;flex:0 0 78%;max-width:340px}@media(min-width:640px){.nxfive-photo-card{flex:0 0 300px}}.nxfive-photo-caption{margin-top:10px;font-size:13px;color:var(--nxfive-ink-muted);text-align:center}.nxfive-photo-arrow{position:absolute;top:40%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:none;background:#fff;box-shadow:0 4px 14px #00000024;font-size:20px;color:var(--nxfive-ink);cursor:pointer;display:none;align-items:center;justify-content:center;z-index:2}@media(min-width:860px){.nxfive-photo-arrow{display:flex}}.nxfive-photo-arrow-prev{left:6px}.nxfive-photo-arrow-next{right:6px}.nxfive-section a,.nxfive-section button{min-height:44px}.nxfive-section,.nxfive-section *{box-sizing:border-box}
/*# sourceMappingURL=/cdn/shop/t/21/assets/nxfive-styles.css.map */
