/* Plain T-Shirts in Bulk — key lead-gen page styling */
.pst-pb{ --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-pb *{ box-sizing:border-box; }

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

.pst-pb-hero{ padding:8px 0 24px; }
.pst-pb-hero h1{ font-size:28px; font-weight:800; letter-spacing:-0.01em; margin:0 0 12px; line-height:1.2; max-width:820px; }
.pst-pb-sub{ font-size:15px; color:var(--sub); margin:0 0 20px; max-width:660px; line-height:1.6; }

.pst-pb-ctas{ display:flex; gap:10px; flex-wrap:wrap; }
.pst-pb-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;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, color .18s ease, background-color .18s ease; }
.pst-pb-btn-primary{ background:var(--accent); color:#fff; border-color:var(--accent); box-shadow:0 2px 8px rgba(213,88,12,.25); }
.pst-pb-btn-primary:hover{ transform:translateY(-2px); box-shadow:0 8px 20px rgba(213,88,12,.35); }
.pst-pb-btn:not(.pst-pb-btn-primary):hover{ border-color:var(--accent); color:var(--accent); background:rgba(213,88,12,.05); transform:translateY(-2px); }
.pst-pb-btn:active{ transform:translateY(0); }
.pst-pb-btn:focus-visible{ outline:2px solid var(--accent); outline-offset:2px; }

.pst-pb-trust{ padding:18px 0; border-top:1px solid var(--border); border-bottom:1px solid var(--border); display:flex; gap:10px; flex-wrap:wrap; }
.pst-pb-badge{ font-size:11px; font-weight:700; border-radius:4px; padding:7px 12px; background:var(--ink); color:#fff; transition:transform .18s ease, box-shadow .18s ease; }
.pst-pb-badge:hover{ transform:translateY(-2px); box-shadow:0 6px 14px rgba(0,0,0,.18); }

.pst-pb-section{ margin-top:36px; padding-top:24px; border-top:1px solid var(--border); }
.pst-pb-section h2{ font-size:19px; font-weight:800; margin:0 0 16px; position:relative; padding-left:14px; }
.pst-pb-section h2::before{ content:""; position:absolute; left:0; top:2px; bottom:2px; width:4px; border-radius:2px; background:var(--accent); }
.pst-pb-section .pst-pb-sub{ margin-top:-8px; }

/* Why choose us */
.pst-pb-why-grid{ display:grid; grid-template-columns:1fr; gap:14px; }
@media (min-width:640px){ .pst-pb-why-grid{ grid-template-columns:repeat(2,1fr); } }
@media (min-width:900px){ .pst-pb-why-grid{ grid-template-columns:repeat(4,1fr); } }
.pst-pb-why-card{ border:1px solid var(--border); border-radius:8px; padding:18px; transition:border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.pst-pb-why-card:hover{ border-color:var(--accent); box-shadow:0 10px 24px rgba(12,13,16,.08); transform:translateY(-3px); }
.pst-pb-why-card h3{ font-size:14.5px; font-weight:800; margin:0 0 8px; }
.pst-pb-why-card p{ font-size:13.5px; color:var(--sub); margin:0; line-height:1.6; }

/* Products grid */
.pst-pb-grid{ display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
@media (min-width:640px){ .pst-pb-grid{ grid-template-columns:repeat(3,1fr); } }
@media (min-width:900px){ .pst-pb-grid{ grid-template-columns:repeat(4,1fr); } }
.pst-pb-card{ border:1px solid var(--border); border-radius:8px; overflow:hidden; display:flex; flex-direction:column; background:#fff;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.pst-pb-card:hover{ transform:translateY(-5px); box-shadow:0 14px 30px rgba(12,13,16,.1); border-color:var(--accent); }
.pst-pb-cardimg{ display:block; aspect-ratio:1; background:var(--panel); overflow:hidden; }
.pst-pb-cardimg img{ width:100%; height:100%; object-fit:cover; display:block; transition:transform .4s ease; }
.pst-pb-card:hover .pst-pb-cardimg img{ transform:scale(1.07); }
.pst-pb-cardbody{ padding:12px 14px 14px; display:flex; flex-direction:column; gap:4px; flex-grow:1; }
.pst-pb-card h3{ font-size:13.5px; font-weight:700; margin:0; line-height:1.3; }
.pst-pb-cardprice{ font-size:15px; font-weight:800; margin:2px 0 0; font-variant-numeric:tabular-nums; }
.pst-pb-cardprice span{ font-size:11px; font-weight:500; color:var(--sub); }
.pst-pb-cardmeta{ font-size:11.5px; color:var(--sub); margin:0 0 6px; }
.pst-pb-cardlink{ display:inline-flex; align-items:center; gap:4px; font-size:12px; font-weight:700; color:var(--accent); text-decoration:none; margin-top:auto; transition:gap .18s ease; }
.pst-pb-cardlink:hover{ gap:9px; }

/* Bulk pricing table */
.pst-pb-table-wrap{ overflow-x:auto; border:1px solid var(--border); border-radius:8px; }
.pst-pb-table{ width:100%; border-collapse:collapse; font-size:13px; min-width:360px; }
.pst-pb-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-pb-table td{ padding:10px 0; border-bottom:1px solid var(--border); font-variant-numeric:tabular-nums; }
.pst-pb-note{ font-size:12px; color:var(--sub); margin:10px 0 0; }

/* Full price matrix — every product × every tier */
.pst-pb-pricematrix{ width:100%; border-collapse:collapse; font-size:13px; min-width:640px; background:#fff; }
.pst-pb-pricematrix thead th{ text-align:center; font-size:10.5px; text-transform:uppercase; letter-spacing:.05em; color:var(--sub); font-weight:700; padding:12px 14px; background:var(--panel); border-bottom:1px solid var(--border); white-space:nowrap; }
.pst-pb-pricematrix thead th:first-child{ text-align:left; }
.pst-pb-pricematrix td{ padding:10px 14px; border-bottom:1px solid var(--border); text-align:center; font-variant-numeric:tabular-nums; font-weight:600; white-space:nowrap; }
.pst-pb-pricematrix tbody tr:last-child td{ border-bottom:none; }
.pst-pb-pricematrix tbody tr:nth-child(even){ background:rgba(244,245,247,.5); }
.pst-pb-pricematrix tbody tr{ transition:background-color .15s ease; }
.pst-pb-pricematrix tbody tr:hover{ background:rgba(213,88,12,.06); }
.pst-pb-pm-sticky{ position:sticky; left:0; z-index:1; background:#fff; text-align:left !important; font-weight:700; }
.pst-pb-pricematrix thead .pst-pb-pm-sticky{ background:var(--panel); z-index:2; }
.pst-pb-pricematrix tbody tr:nth-child(even) .pst-pb-pm-sticky{ background:#fbfbfc; }
.pst-pb-pricematrix tbody tr:hover .pst-pb-pm-sticky{ background:#fff7f2; }
.pst-pb-pm-sticky a{ display:flex; align-items:center; gap:10px; color:var(--ink); text-decoration:none; }
.pst-pb-pm-sticky a:hover{ color:var(--accent); }
.pst-pb-pm-sticky img{ width:32px; height:32px; border-radius:4px; object-fit:cover; background:var(--panel); flex-shrink:0; }
.pst-pb-pm-sticky span{ font-size:12.5px; }

/* Split image/text sections */
.pst-pb-split{ display:grid; grid-template-columns:1fr; gap:20px; align-items:center; }
@media (min-width:760px){ .pst-pb-split{ grid-template-columns:1fr 1.2fr; } }
.pst-pb-splitimg{ aspect-ratio:5/6; background:var(--panel); border-radius:8px; overflow:hidden; max-width:320px; }
.pst-pb-splitimg img{ width:100%; height:100%; object-fit:cover; display:block; }
@media (min-width:760px){ .pst-pb-split-reverse .pst-pb-splitimg{ order:2; } .pst-pb-split-reverse .pst-pb-splitbody{ order:1; } }
.pst-pb-splitbody h2{ margin-top:0; }
.pst-pb-bullets{ margin:0 0 18px; padding-left:18px; font-size:14px; line-height:1.8; color:var(--ink); }

/* Steps */
.pst-pb-steps{ display:grid; grid-template-columns:1fr; gap:14px; }
@media (min-width:640px){ .pst-pb-steps{ grid-template-columns:repeat(4,1fr); } }
.pst-pb-step{ display:flex; flex-direction:column; gap:8px; padding:16px; border:1px solid var(--border); border-radius:8px; transition:border-color .18s ease, box-shadow .18s ease; }
.pst-pb-step:hover{ border-color:var(--accent); box-shadow:0 8px 20px rgba(12,13,16,.06); }
.pst-pb-num{ display:inline-flex; align-items:center; justify-content:center; width:28px; height:28px; border-radius:50%; background:var(--accent); color:#fff; font-weight:800; font-size:13px; transition:transform .18s ease; }
.pst-pb-step:hover .pst-pb-num{ transform:scale(1.12); }
.pst-pb-step p{ font-size:13.5px; color:var(--ink); margin:0; line-height:1.6; }

/* FAQ */
.pst-pb-faq-item{ padding:14px 10px; border-bottom:1px solid var(--border); border-radius:4px; transition:background-color .18s ease, padding-left .18s ease; }
.pst-pb-faq-item:last-child{ border-bottom:none; }
.pst-pb-faq-item:hover{ background:var(--panel); padding-left:16px; }
.pst-pb-faq-q{ font-weight:700; font-size:14px; margin:0 0 6px; }
.pst-pb-faq-a{ font-size:13.5px; color:var(--sub); margin:0; line-height:1.6; }

.pst-pb-banner{ margin-top:40px; padding:36px 24px; border-radius:10px; background:linear-gradient(135deg,var(--panel),#fff); border:1px solid var(--border); text-align:center; display:flex; flex-direction:column; align-items:center; gap:16px; }
.pst-pb-banner h2{ font-size:20px; font-weight:800; margin:0; }

/* Sticky mobile CTA bar */
.pst-pb-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-pb-sticky-label{ font-size:13px; font-weight:700; }
.pst-pb-sticky .pst-pb-btn{ padding:11px 16px; }
@media (min-width:860px){ .pst-pb-sticky{ display:none; } }
@media (max-width:859px){ .pst-pb{ padding-bottom:76px; } }

@media (prefers-reduced-motion: reduce){
  .pst-pb-card, .pst-pb-cardimg img, .pst-pb-btn, .pst-pb-badge, .pst-pb-step, .pst-pb-num, .pst-pb-faq-item, .pst-pb-cardlink, .pst-pb-why-card{ transition:none !important; }
}
