.wnr{--wnr-bg: #ffffff;--wnr-bg-card: #f5f5f5;--wnr-text: #1a1a1a;--wnr-text-muted: #666;--wnr-accent: #cc0000;--wnr-gold: #d4a017;--wnr-border: #e5e5e5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:var(--wnr-text)}.wnr__container{max-width:1100px;margin:0 auto;padding:0 24px}.wnr__problem{background:var(--wnr-bg);padding:100px 0 80px}.wnr__problem-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.wnr__chaos-collage{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.wnr__chaos-item{background:#f5f5f5;border:1px solid #e5e5e5;border-radius:10px;padding:16px 12px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;font-size:11px;color:var(--wnr-text-muted);letter-spacing:.02em;transition:transform .2s}.wnr__chaos-img{width:100%;height:72px;object-fit:cover;border-radius:6px}.wnr__chaos-icon{display:flex;align-items:center;justify-content:center;width:100%;height:72px;background:#eee;border-radius:6px}.wnr__chaos-icon svg{opacity:.4;color:var(--wnr-text-muted)}.wnr__chaos-item svg{opacity:.5;color:var(--wnr-text-muted)}.wnr__chaos-item--1{transform:rotate(-2deg)}.wnr__chaos-item--2{transform:rotate(1.5deg) translateY(4px)}.wnr__chaos-item--3{transform:rotate(-1deg) translateY(-3px)}.wnr__chaos-item--4{transform:rotate(2deg)}.wnr__chaos-item--5{transform:rotate(-1.5deg) translateY(6px)}.wnr__chaos-item--6{transform:rotate(1deg);grid-column:span 2}.wnr__chaos-item--7{transform:rotate(-.5deg)}.wnr__headline{font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.15;margin:0 0 32px;letter-spacing:-.02em}.wnr__problem-list{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:14px}.wnr__problem-list li{font-size:16px;color:var(--wnr-text-muted);padding-left:20px;position:relative}.wnr__problem-list li:before{content:"\2715";position:absolute;left:0;color:var(--wnr-accent);font-weight:700;font-size:13px;top:2px}.wnr__problem-punchline{font-size:18px;font-weight:700;color:var(--wnr-text);margin:0;letter-spacing:-.01em}.wnr__science{background:#fafafa;padding:80px 0;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}.wnr__science-icons{display:flex;align-items:center;justify-content:center;gap:40px;margin-bottom:40px}.wnr__science-icon{display:flex;flex-direction:column;align-items:center;gap:14px}.wnr__icon-circle{width:72px;height:72px;border-radius:50%;border:1px solid #e0e0e0;display:flex;align-items:center;justify-content:center;background:#fafafa}.wnr__icon-circle svg{color:var(--wnr-gold)}.wnr__science-icon span{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--wnr-text-muted)}.wnr__science-divider{width:40px;height:1px;background:#ccc;margin-top:-20px}.wnr__science-statement{text-align:center;font-size:18px;color:var(--wnr-text);max-width:560px;margin:0 auto;line-height:1.6;font-weight:400}.wnr__system{background:var(--wnr-bg);padding:100px 0;text-align:center}.wnr__system-headline{font-size:clamp(28px,4vw,40px);font-weight:700;margin:0 0 12px;letter-spacing:-.02em}.wnr__system-subtext{font-size:16px;color:var(--wnr-text-muted);margin:0 0 60px}.wnr__system-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:320px;margin-bottom:50px}.wnr__system-center{position:relative;z-index:2}.wnr__system-img{width:260px;height:auto;border-radius:12px}.wnr__system-placeholder{width:220px;height:220px;border-radius:16px;border:1px solid #e5e5e5;background:#f5f5f5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--wnr-text-muted)}.wnr__system-placeholder svg{opacity:.3}.wnr__system-placeholder span{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.wnr__system-label{position:absolute;z-index:1}.wnr__system-label span{display:inline-block;background:#f5f5f5;border:1px solid #e5e5e5;padding:10px 20px;border-radius:100px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--wnr-text);white-space:nowrap}.wnr__system-label--left{left:5%;top:50%;transform:translateY(-50%)}.wnr__system-label--right-top{right:5%;top:25%}.wnr__system-label--right-bottom{right:8%;bottom:20%}.wnr__system-label--left:after,.wnr__system-label--right-top:after,.wnr__system-label--right-bottom:after{content:"";position:absolute;background:#ddd;height:1px;width:60px}.wnr__system-label--left:after{right:-60px;top:50%}.wnr__system-label--right-top:after{left:-60px;top:50%}.wnr__system-label--right-bottom:after{left:-60px;top:50%}.wnr__cta{display:inline-block;background:var(--wnr-accent);color:#fff;padding:16px 40px;border-radius:6px;font-size:15px;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;transition:background .2s,transform .15s}.wnr__cta:hover{background:red;transform:translateY(-1px)}@media (max-width: 768px){.wnr__problem{padding:60px 0 50px}.wnr__problem-grid{grid-template-columns:1fr;gap:40px}.wnr__chaos-collage{grid-template-columns:repeat(3,1fr);max-width:340px;margin:0 auto}.wnr__chaos-item--6{grid-column:span 1}.wnr__science{padding:50px 0}.wnr__science-icons{flex-direction:column;gap:24px}.wnr__science-divider{width:1px;height:24px;margin:0}.wnr__system{padding:60px 0}.wnr__system-visual{flex-direction:column;gap:20px;min-height:auto}.wnr__system-label{position:static;transform:none}.wnr__system-label--left:after,.wnr__system-label--right-top:after,.wnr__system-label--right-bottom:after{display:none}.wnr__system-label--left{order:1}.wnr__system-center{order:2}.wnr__system-label--right-top{order:3}.wnr__system-label--right-bottom{order:4}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/custom-why-no-results.css.map */
