:root{--lp3-bg: #FEFDF9;--lp3-bg-alt: #F8F4EC;--lp3-bg-card: #FFFFFF;--lp3-accent: #6B5744;--lp3-accent-lt: #EDE5DA;--lp3-text: #1A1612;--lp3-muted: #7A7068;--lp3-border: #EAE2D6;--lp3-star: #C9962A;--lp3-radius: 10px;--lp3-max-w: 1100px}.lp3-section{background:var(--lp3-bg)}.lp3-section-alt{background:var(--lp3-bg-alt)}.lp3-container{max-width:var(--lp3-max-w);margin:0 auto;padding:0 28px}.lp3-eyebrow{display:block;font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--lp3-accent);text-align:center;margin-bottom:12px}.lp3-heading{font-size:clamp(24px,2.8vw,36px);font-weight:800;color:var(--lp3-text);text-align:center;margin:0 0 12px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lp3-sub{font-size:15px;color:var(--lp3-muted);text-align:center;margin:0 auto 48px;max-width:760px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:900px){.lp3-heading,.lp3-sub{white-space:normal;overflow:visible;text-overflow:unset}}.lp3-stats{background:var(--lp3-bg-alt);border-top:1px solid var(--lp3-border);border-bottom:1px solid var(--lp3-border);padding:32px 0}.lp3-stats-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:0}.lp3-stats-grid li{text-align:center;padding:8px 20px;border-right:1px solid var(--lp3-border)}.lp3-stats-grid li:last-child{border-right:none}.lp3-stat-num{display:block;font-size:36px;font-weight:900;color:var(--lp3-accent);line-height:1;margin-bottom:4px}.lp3-stat-label{font-size:12px;color:var(--lp3-muted);font-weight:500;letter-spacing:.04em}.lp3-features{padding:72px 0 56px;background:var(--lp3-bg)}.lp3-feat-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.lp3-feat-grid li{background:var(--lp3-bg-card);border:1px solid var(--lp3-border);border-radius:var(--lp3-radius);padding:22px 20px;display:flex;flex-direction:column;gap:8px}.lp3-feat-grid h3{font-size:14px;font-weight:700;color:var(--lp3-text);margin:0;line-height:1.3}.lp3-feat-grid p{font-size:13px;color:var(--lp3-muted);margin:0;line-height:1.65;flex:1}.lp3-img-duo{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:36px}.lp3-img-trio{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}.lp3-img-duo figure,.lp3-img-trio figure{margin:0;border-radius:var(--lp3-radius);overflow:hidden;border:1px solid var(--lp3-border)}.lp3-img-duo figure img,.lp3-img-trio figure img{display:block;width:100%;height:auto}.lp3-howitworks{padding:72px 0;background:var(--lp3-bg-alt);border-top:1px solid var(--lp3-border);border-bottom:1px solid var(--lp3-border)}.lp3-vtimeline{list-style:none;padding:0;max-width:720px;margin:0 auto}.lp3-vtimeline li{display:flex;gap:24px;align-items:flex-start;padding-bottom:36px;position:relative}.lp3-vtimeline li:last-child{padding-bottom:0}.lp3-vtimeline li:not(:last-child):before{content:"";position:absolute;left:19px;top:44px;bottom:0;width:2px;background:var(--lp3-border)}.lp3-vt-dot{width:40px;height:40px;border-radius:50%;background:var(--lp3-accent);color:#fff;font-size:15px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1}.lp3-vt-content{padding-top:8px;flex:1}.lp3-vt-content h3{font-size:15px;font-weight:700;color:var(--lp3-text);margin:0 0 6px;line-height:1.3}.lp3-vt-content p{font-size:13.5px;color:var(--lp3-muted);margin:0;line-height:1.65}.lp3-specs{padding:72px 0;background:var(--lp3-bg)}.lp3-specs-table{width:100%;border-collapse:collapse;font-size:13.5px;border:1px solid var(--lp3-border);border-radius:var(--lp3-radius);overflow:hidden;margin-top:36px}.lp3-specs-table tr:nth-child(2n) th,.lp3-specs-table tr:nth-child(2n) td{background:var(--lp3-bg-alt)}.lp3-specs-table tr:nth-child(odd) th,.lp3-specs-table tr:nth-child(odd) td{background:var(--lp3-bg-card)}.lp3-specs-table th,.lp3-specs-table td{padding:13px 18px;border-bottom:1px solid var(--lp3-border);text-align:left}.lp3-specs-table tr:last-child th,.lp3-specs-table tr:last-child td{border-bottom:none}.lp3-specs-table th{font-weight:600;color:var(--lp3-text);width:38%}.lp3-specs-table td{color:var(--lp3-muted)}.lp3-testimonials{padding:72px 0;background:var(--lp3-bg-alt);border-top:1px solid var(--lp3-border);border-bottom:1px solid var(--lp3-border)}.lp3-reviews{list-style:none;margin:40px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.lp3-reviews li{background:var(--lp3-bg-card);border:1px solid var(--lp3-border);border-radius:var(--lp3-radius);padding:28px 24px 22px;display:flex;flex-direction:column;gap:14px;position:relative}.lp3-reviews li:before{content:"\201c";position:absolute;top:14px;right:20px;font-size:60px;line-height:1;color:var(--lp3-accent-lt);font-family:Georgia,serif;-webkit-user-select:none;user-select:none}.lp3-stars{color:var(--lp3-star);font-size:14px;letter-spacing:2px}.lp3-reviews p{font-size:13.5px;color:var(--lp3-text);line-height:1.65;margin:0;flex:1;font-style:italic;position:relative;z-index:1}.lp3-reviews footer{font-size:12px;color:var(--lp3-muted);font-weight:600;font-style:normal}.lp3-faq{padding:72px 0;background:var(--lp3-bg)}.lp3-faq-wrap{max-width:820px;margin:36px auto 0}.lp3-faq-wrap details{border-bottom:1px solid var(--lp3-border)}.lp3-faq-wrap summary{font-size:15px;font-weight:600;color:var(--lp3-text);padding:18px 40px 18px 0;cursor:pointer;list-style:none;position:relative;-webkit-user-select:none;user-select:none}.lp3-faq-wrap summary::-webkit-details-marker{display:none}.lp3-faq-wrap summary:after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);font-size:22px;font-weight:300;color:var(--lp3-accent)}.lp3-faq-wrap details[open] summary:after{content:"\2212"}.lp3-faq-wrap .lp3-faq-ans{font-size:14px;color:var(--lp3-muted);line-height:1.75;padding:0 0 20px;margin:0}.lp3-cta{padding:80px 0;background:var(--lp3-bg-alt);border-top:1px solid var(--lp3-border);text-align:center}.lp3-cta-inner{max-width:660px;margin:0 auto;padding:0 28px}.lp3-cta h2{font-size:clamp(22px,2.8vw,34px);font-weight:800;color:var(--lp3-text);margin:0 0 12px;line-height:1.2}.lp3-cta p{font-size:14px;color:var(--lp3-muted);margin:0 0 32px;letter-spacing:.03em}.lp3-cta-btn{display:inline-block;background:#1a1410;color:#fff;font-size:15px;font-weight:700;padding:16px 44px;border-radius:var(--lp3-radius);text-decoration:none;letter-spacing:.02em;transition:opacity .15s}.lp3-cta-btn:hover{opacity:.88}@media(max-width:900px){.lp3-stats-grid,.lp3-feat-grid{grid-template-columns:repeat(2,1fr)}.lp3-reviews{grid-template-columns:1fr}.lp3-stats-grid li{border-right:none;border-bottom:1px solid var(--lp3-border)}.lp3-stats-grid li:last-child{border-bottom:none}}@media(max-width:600px){.lp3-feat-grid,.lp3-img-duo,.lp3-img-trio{grid-template-columns:1fr}.lp3-stats-grid{grid-template-columns:repeat(2,1fr)}}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
/*# sourceMappingURL=/cdn/shop/t/23/assets/lp-neakasa-m1.css.map */
