/* Quote Desk — product page styling */
.pst-qd{ --ink:#0C0D10; --sub:#6B7078; --bg:#FFFFFF; --panel:#F4F5F7; --border:#E2E4E8; --accent:#D5580C;
  max-width:1080px; margin:0 auto; padding:16px 20px 40px; font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif; color:var(--ink); }
.pst-qd *{ box-sizing:border-box; }

.pst-qd-crumbs{ font-size:12px; color:var(--sub); margin-bottom:14px; }
.pst-qd-crumbs a{ color:var(--sub); text-decoration:none; }
.pst-qd-crumbs span:last-child{ color:var(--ink); }

.pst-qd-hero{ display:grid; grid-template-columns:1fr; gap:24px; }
@media (min-width:860px){ .pst-qd-hero{ grid-template-columns:1.1fr 1fr; } }

.pst-qd-shot{ aspect-ratio:4/5; background:var(--panel); border-radius:6px; overflow:hidden; display:flex; align-items:center; justify-content:center; }
.pst-qd-shot img{ width:100%; height:100%; object-fit:cover; }
.pst-qd-noimg{ color:var(--sub); font-size:13px; }
.pst-qd-thumbs{ display:flex; gap:8px; margin-top:8px; overflow-x:auto; }
.pst-qd-thumb{ flex:0 0 64px; width:64px; height:64px; padding:0; border:1px solid var(--border); border-radius:4px; background:var(--panel); cursor:pointer; overflow:hidden; }
.pst-qd-thumb img{ width:100%; height:100%; object-fit:cover; display:block; }

.pst-qd-info h1{ font-size:24px; font-weight:800; letter-spacing:-0.01em; margin:0 0 10px; line-height:1.2; }
.pst-qd-price{ font-size:30px; font-weight:800; margin:0 0 14px; font-variant-numeric:tabular-nums; }
.pst-qd-price span{ font-size:13px; font-weight:500; color:var(--sub); }

.pst-qd-specs{ display:flex; gap:8px; flex-wrap:wrap; list-style:none; padding:0; margin:0 0 18px; }
.pst-qd-specs li{ font-size:11px; border:1px solid var(--border); border-radius:4px; padding:5px 10px; color:var(--sub); font-variant-numeric:tabular-nums; }

.pst-qd-clabel{ font-size:11px; text-transform:uppercase; letter-spacing:.06em; color:var(--sub); margin-bottom:8px; }
.pst-qd-colors{ display:flex; gap:8px; flex-wrap:wrap; margin-bottom:20px; }
.pst-qd-colors span{ width:26px; height:26px; border-radius:4px; border:1px solid var(--border); cursor:default; }

.pst-qd-ctas{ display:flex; gap:10px; flex-wrap:wrap; }
.pst-qd-btn{ display:inline-flex; align-items:center; justify-content:center; font-weight:800; font-size:13px; padding:13px 18px; border-radius:4px; border:1px solid var(--border); background:transparent; color:var(--ink); text-decoration:none; cursor:pointer; min-height:44px; }
.pst-qd-btn-primary{ background:var(--accent); color:#fff; border-color:var(--accent); }
.pst-qd-btn:hover{ opacity:.92; }

.pst-qd-section{ margin-top:36px; padding-top:24px; border-top:1px solid var(--border); }
.pst-qd-section h2{ font-size:15px; font-weight:800; margin:0 0 14px; }

.pst-qd-table-wrap{ overflow-x:auto; }
.pst-qd-table{ width:100%; border-collapse:collapse; font-size:13px; min-width:360px; }
.pst-qd-table th{ text-align:left; font-size:10px; text-transform:uppercase; letter-spacing:.06em; color:var(--sub); padding:0 0 8px; border-bottom:1px solid var(--border); }
.pst-qd-table td{ padding:10px 0; border-bottom:1px solid var(--border); font-variant-numeric:tabular-nums; }
.pst-qd-note{ font-size:12px; color:var(--sub); margin:10px 0 0; }

.pst-qd-bullets{ margin:0; padding-left:18px; font-size:14px; line-height:1.7; color:var(--ink); }

.pst-qd-strip{ display:flex; gap:8px; flex-wrap:wrap; }
.pst-qd-strip span{ font-size:12px; border:1px solid var(--border); border-radius:999px; padding:6px 12px; color:var(--sub); }

.pst-qd-trust{ margin-top:28px; padding:18px 0; border-top:1px solid var(--border); border-bottom:1px solid var(--border); display:flex; gap:10px; flex-wrap:wrap; }
.pst-qd-badge{ font-size:11px; font-weight:700; border-radius:4px; padding:7px 12px; background:var(--ink); color:#fff; }

.pst-qd-faq-item{ padding:14px 0; border-bottom:1px solid var(--border); }
.pst-qd-faq-item:last-child{ border-bottom:none; }
.pst-qd-faq-q{ font-weight:700; font-size:14px; margin:0 0 6px; }
.pst-qd-faq-a{ font-size:13.5px; color:var(--sub); margin:0; line-height:1.6; }

.pst-qd-related{ display:grid; grid-template-columns:repeat(2,1fr); gap:14px; }
@media (min-width:640px){ .pst-qd-related{ grid-template-columns:repeat(3,1fr); } }
.pst-qd-rcard{ display:block; text-decoration:none; color:var(--ink); border:1px solid var(--border); border-radius:6px; overflow:hidden; }
.pst-qd-rcard img{ width:100%; aspect-ratio:1; object-fit:cover; display:block; background:var(--panel); }
.pst-qd-rname{ display:block; font-size:12.5px; font-weight:600; padding:8px 10px 2px; }
.pst-qd-rprice{ display:block; font-size:12px; color:var(--sub); padding:0 10px 10px; font-variant-numeric:tabular-nums; }

/* Sticky mobile CTA bar */
.pst-qd-sticky{ position:fixed; left:0; right:0; bottom:0; z-index:200; background:#fff; border-top:1px solid var(--border);
  padding:10px 16px; padding-bottom:max(10px, env(safe-area-inset-bottom)); display:flex; align-items:center; justify-content:space-between; gap:12px;
  box-shadow:0 -2px 10px rgba(0,0,0,.06); }
.pst-qd-sticky-price{ font-size:16px; font-weight:800; font-variant-numeric:tabular-nums; }
.pst-qd-sticky-price span{ font-size:11px; font-weight:500; color:var(--sub); }
.pst-qd-sticky .pst-qd-btn{ padding:11px 16px; }
@media (min-width:860px){ .pst-qd-sticky{ display:none; } }
@media (max-width:859px){ .pst-qd{ padding-bottom:88px; } }

@media (prefers-reduced-motion: no-preference){
  .pst-qd-btn{ transition:opacity .15s ease; }
}
