/* Presell front styles - lightweight */
.presell-wrap{max-width:1100px;margin:20px auto;padding:18px;font-family:system-ui,Arial}
.presell-hero{display:flex;gap:18px}
.presell-left{flex:1}
.presell-right{width:360px}
.presell-cta{display:inline-block;padding:12px 16px;border-radius:10px;background:#d97706;color:#fff;text-decoration:none;font-weight:700}
.presell-benefs{margin-top:12px}
@media(max-width:880px){.presell-hero{flex-direction:column}.presell-right{width:100%}}