/* re-store — Sell flow («Πούλησέ το») styles. Συμπληρώνει το quote.css. */

/* Segmented condition selectors */
.seg{display:flex;flex-wrap:wrap;gap:8px;}
.seg button{border:1.5px solid var(--line);background:#fff;border-radius:12px;padding:10px 14px;font-size:14px;font-weight:600;cursor:pointer;transition:.15s;}
.seg button:hover{border-color:var(--ink);}
.seg button.on{border-color:#ed1c24;background:#fdecec;color:#c40d14;box-shadow:0 0 0 3px rgba(237,28,36,.12);}

/* Pay hero (buy-back result) */
.pay-hero{background:linear-gradient(135deg,#0a0a0a,#2a0d0d);color:#fff;border-radius:22px;padding:30px;text-align:center;}
.pay-num{font-size:52px;font-weight:800;letter-spacing:-.03em;line-height:1;background:linear-gradient(120deg,#fff,#ff8a8a);-webkit-background-clip:text;background-clip:text;color:transparent;}

/* Green = brand red CTA (alias από prototype) */
.btn-green{background:#ed1c24;color:#fff;}
.btn-green:hover{background:#c40d14;}
