/* ============================================================
   TOONIES — Shopping Guide / How to Order  (?26082704)
   ============================================================ */

.hlp-shell{padding:24px 0 44px}

/* ---------- centered single-column article ---------- */
.guide-center{margin:0 auto;background:#fff;border-radius:var(--radius-lg);
  box-shadow:var(--shadow-sm);padding:clamp(24px,4vw,46px)}
.guide-title{text-align:center;margin-bottom:30px}
.hlp-cat{display:inline-flex;align-items:center;gap:7px;background:var(--brand-soft);color:var(--brand);
  border-radius:20px;padding:5px 13px;font-size:12px;font-weight:800;letter-spacing:.03em;margin-bottom:12px}
.guide-title h1{font-size:clamp(25px,3.6vw,36px);margin:0;letter-spacing:-.02em}
.guide-title .u{width:52px;height:3px;background:var(--brand);border-radius:3px;margin:14px auto 0}
.guide-title p{font-size:14.5px;color:var(--muted);max-width:520px;margin:14px auto 0;line-height:1.6}

/* ---------- steps ---------- */
.guide-step{margin:24px 0;padding:0}
.guide-step + .guide-step{margin-top:34px;padding-top:34px;border-top:1px solid var(--line)}
.guide-step-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:14px}
.guide-step-head .gs-n{width:38px;height:38px;border-radius:11px;flex:none;display:grid;place-items:center;
  font-size:16px;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--brand),#e35c78);
  box-shadow:0 8px 18px rgba(185,31,66,.3)}
.guide-step-head h3{margin:0 0 3px;font-size:17px;color:var(--ink)}
.guide-step-head p{margin:0;font-size:14px;color:var(--body);line-height:1.55}
.guide-step-head .after{margin-top:12px}
/* bullet list inside a step (payment methods) */
.guide-step-head .glist{list-style:none;padding:0;margin:12px 0 0}
.guide-step-head .glist li{display:flex;align-items:baseline;gap:9px;font-size:14.5px;color:var(--body);margin-bottom:9px;line-height:1.5}
.guide-step-head .glist li i{color:var(--brand);font-size:12px;flex:none;position:relative;top:1px}
.guide-step-head .glist li b{color:var(--ink)}

/* ---------- framed screenshots (stacked per step) ---------- */
.guide-shots{display:flex;flex-direction:column;gap:16px;margin-left:52px}
.guide-shot{border-radius:14px;overflow:hidden;border:1px solid var(--line);
  box-shadow:var(--shadow-md);background:#fff;margin:0}
.guide-shot-top{display:flex;align-items:center;gap:7px;padding:11px 14px;background:var(--bg-soft);border-bottom:1px solid var(--line)}
.guide-shot-top span{width:10px;height:10px;border-radius:50%;background:var(--line)}
.guide-shot-top .r1{background:#ff5f56}.guide-shot-top .r2{background:#ffbd2e}.guide-shot-top .r3{background:#27c93f}
.guide-shot-top .url{flex:1;height:24px;border-radius:20px;background:#fff;border:1px solid var(--line);margin-left:8px;
  display:flex;align-items:center;padding:0 12px;font-size:11.5px;color:var(--muted);gap:6px;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.guide-shot-body{position:relative;background:var(--bg-soft);min-height:120px}
.guide-shot-body img{display:block;max-width:100%;height:auto}
/* placeholder shown until a screenshot is provided (step 5) */
.gs-ph{aspect-ratio:16/9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;
  color:var(--muted);text-align:center;padding:24px;
  background:repeating-linear-gradient(45deg,#f5f7fa 0 12px,#eef2f7 12px 24px)}
.gs-ph i{font-size:38px;color:#c3cedb}
.gs-ph .t{font-size:14px;font-weight:700;color:var(--body)}
.gs-ph .s{font-size:12px;color:var(--muted)}
.guide-cap{font-size:12.5px;color:var(--muted);padding:10px 16px;border-top:1px solid var(--line);
  display:flex;align-items:center;gap:7px}
.guide-cap i{color:var(--brand)}

/* ---------- callout notes (steps 6/7) ---------- */
.hlp-note{display:flex;gap:13px;border-radius:var(--radius);padding:16px 18px;margin:0}
.hlp-note i{font-size:20px;flex:none;margin-top:1px}
.hlp-note strong{display:block;font-size:14px;margin-bottom:3px;color:var(--ink)}
.hlp-note p{font-size:14px;margin:0;line-height:1.6}
.hlp-note a{color:var(--brand);font-weight:600}
.hlp-note.info{background:rgba(46,108,246,.06);border:1px solid rgba(46,108,246,.22)}
.hlp-note.info i{color:var(--blue)}
.hlp-note.ok{background:rgba(18,183,106,.08);border:1px solid rgba(18,183,106,.24)}
.hlp-note.ok i{color:var(--green)}
.gs-note{margin-left:52px}

/* ---------- helpful feedback ---------- */
.hlp-feedback{margin-top:34px;padding:22px;background:var(--bg-soft);border-radius:var(--radius-lg);text-align:center}
.hlp-feedback h4{font-size:16px;margin:0 0 12px}
.hlp-fb-btns{display:flex;gap:10px;justify-content:center}
.hlp-fb-btns button{display:inline-flex;align-items:center;gap:8px;border:1.5px solid var(--line);background:#fff;
  color:var(--ink);border-radius:11px;padding:10px 20px;font-size:14px;font-weight:700;cursor:pointer;transition:.18s}
.hlp-fb-btns button:hover{border-color:var(--brand);color:var(--brand)}
.hlp-fb-btns button.picked{border-color:var(--brand);background:var(--brand);color:#fff}
.hlp-fb-done{display:none;font-size:14px;color:var(--green);font-weight:600;margin-top:6px}
.hlp-fb-done.show{display:block}

/* ---------- responsive ---------- */
@media(max-width:991px){
  .guide-shots{margin-left:0}
  .gs-note{margin-left:0}
}
@media(max-width:575px){
  .guide-step-head{gap:11px}
  .guide-step-head .gs-n{width:32px;height:32px;border-radius:9px;font-size:14px}
}
