:root{--puchsen-bg:#fbf7f1;--puchsen-bg-soft:#f3ede3;--puchsen-ink:#2b2a33;--puchsen-muted:#6e6a75;--puchsen-accent:#b9a7e3;--puchsen-accent-soft:#e7dff6;--puchsen-accent2:#a8cce0;--puchsen-line:#e5dfd3;--puchsen-good:#3f8f5f;--puchsen-bad:#b95c5c;--puchsen-radius:20px;--puchsen-radius-sm:12px;--puchsen-font-display:"Fraunces",Georgia,serif;--puchsen-font-body:"Jost","Helvetica Neue",Arial,sans-serif}.puchsen-section{background:var(--puchsen-bg);font-family:var(--puchsen-font-body);color:var(--puchsen-ink);padding:56px 20px}.puchsen-section.alt{background:var(--puchsen-bg-soft)}.puchsen-container{max-width:1120px;margin:0 auto}.puchsen-h2{font-family:var(--puchsen-font-display);font-weight:600;font-size:clamp(1.6rem,3vw,2.4rem);text-align:center;margin:0 0 12px;line-height:1.15}.puchsen-sub{text-align:center;color:var(--puchsen-muted);max-width:620px;margin:0 auto 40px;font-size:1.05rem}.puchsen-badge{display:inline-block;background:var(--puchsen-accent-soft);color:var(--puchsen-ink);font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;padding:6px 14px;border-radius:999px;margin-bottom:14px}.puchsen-btn{display:inline-block;background:var(--puchsen-ink);color:#fff;border:none;border-radius:999px;padding:16px 34px;font-family:var(--puchsen-font-body);font-weight:600;font-size:1rem;text-decoration:none;cursor:pointer;transition:transform .15s ease,background .15s ease}.puchsen-btn:hover{transform:translateY(-1px);background:#1b1a22}.puchsen-usp-row{list-style:none;margin:18px 0 22px;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:14px}.puchsen-usp-item{list-style:none;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;padding:14px 10px;background:var(--puchsen-bg-soft);border-radius:var(--puchsen-radius-sm);font-size:.85rem;line-height:1.3}.puchsen-usp-item svg{width:26px;height:26px;color:var(--puchsen-accent)}.puchsen-trust-row{display:flex;gap:18px;align-items:center;margin:14px 0;flex-wrap:wrap;list-style:none;padding:0}.puchsen-trust-item{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--puchsen-muted)}.puchsen-trust-item svg{width:20px;height:20px;color:var(--puchsen-good)}.puchsen-benefit{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:64px}.puchsen-benefit:last-child{margin-bottom:0}.puchsen-benefit.reverse{direction:rtl}.puchsen-benefit.reverse>*{direction:ltr}.puchsen-benefit img{width:100%;border-radius:var(--puchsen-radius);display:block;box-shadow:0 12px 32px #00000014}.puchsen-benefit h3{font-family:var(--puchsen-font-display);font-size:1.5rem;margin:0 0 12px}.puchsen-benefit p{color:var(--puchsen-muted);line-height:1.6;margin:0 0 14px}.puchsen-checklist{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.puchsen-checklist li{display:flex;gap:8px;align-items:flex-start;color:var(--puchsen-ink);font-size:.95rem}.puchsen-checklist svg{width:18px;height:18px;flex-shrink:0;color:var(--puchsen-good);margin-top:2px}@media(max-width:768px){.puchsen-benefit{grid-template-columns:1fr;gap:20px}.puchsen-benefit.reverse{direction:ltr}}.puchsen-compare-wrap{overflow-x:auto;border-radius:var(--puchsen-radius);border:1px solid var(--puchsen-line)}.puchsen-compare{width:100%;border-collapse:collapse;min-width:520px;background:#fff}.puchsen-compare th,.puchsen-compare td{padding:14px 18px;text-align:center;border-bottom:1px solid var(--puchsen-line);font-size:.92rem}.puchsen-compare th{font-family:var(--puchsen-font-display);font-weight:600}.puchsen-compare td:first-child,.puchsen-compare th:first-child{text-align:left;font-weight:500}.puchsen-compare th.accent{background:var(--puchsen-accent-soft);border-radius:12px 12px 0 0}.puchsen-compare td.accent{background:#faf6ff}.puchsen-compare .good{color:var(--puchsen-good);font-weight:700}.puchsen-compare .bad{color:var(--puchsen-bad);font-weight:700}.puchsen-accordion{max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.puchsen-accordion details{background:#fff;border:1px solid var(--puchsen-line);border-radius:var(--puchsen-radius-sm);padding:4px 20px}.puchsen-accordion summary{cursor:pointer;padding:16px 0;font-weight:600;font-size:1rem;list-style:none;display:flex;justify-content:space-between;align-items:center}.puchsen-accordion summary::-webkit-details-marker{display:none}.puchsen-accordion summary:after{content:"+";font-size:1.4rem;color:var(--puchsen-accent)}.puchsen-accordion details[open] summary:after{content:"\2212"}.puchsen-accordion .panel{padding:0 0 18px;color:var(--puchsen-muted);line-height:1.6;font-size:.95rem}.puchsen-stats-band{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;text-align:center}.puchsen-stat-num{font-family:var(--puchsen-font-display);font-size:clamp(2rem,4vw,3rem);color:var(--puchsen-accent);font-weight:600}.puchsen-stat-label{color:var(--puchsen-muted);font-size:.9rem;margin-top:4px}@media(max-width:640px){.puchsen-stats-band{grid-template-columns:1fr;gap:28px}}.puchsen-guarantee{display:flex;gap:24px;align-items:center;background:#fff;border:1px solid var(--puchsen-line);border-radius:var(--puchsen-radius);padding:32px;max-width:820px;margin:0 auto}.puchsen-guarantee svg{width:56px;height:56px;color:var(--puchsen-accent);flex-shrink:0}.puchsen-guarantee h3{font-family:var(--puchsen-font-display);margin:0 0 6px;font-size:1.25rem}.puchsen-guarantee p{margin:0;color:var(--puchsen-muted);line-height:1.5}@media(max-width:600px){.puchsen-guarantee{flex-direction:column;text-align:center}}.puchsen-final-cta{text-align:center}.puchsen-final-cta .puchsen-h2{margin-bottom:22px}.puchsen-marquee{overflow:hidden;white-space:nowrap;border-top:1px solid var(--puchsen-line);border-bottom:1px solid var(--puchsen-line);background:var(--puchsen-bg-soft);padding:12px 0}.puchsen-marquee-track{display:inline-block;animation:puchsen-scroll 24s linear infinite;font-family:var(--puchsen-font-display);font-size:1.1rem}.puchsen-marquee-track span{margin:0 28px;color:var(--puchsen-ink)}@keyframes puchsen-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/puchsen-styles.css.map */
