/* ============================================================
   INDIVIDUAL PRODUCT PAGE
   ============================================================ */

/* HERO */
.pp-hero-wrap {
  padding: 2rem 1.5rem;
}
.pp-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  max-width: 1160px;
  margin: 0 auto;
  align-items: flex-start;
}
.pp-hero-img {
  background: #f5f5f7;
  border-radius: 16px;
  border: 1px solid rgba(26,27,38,0.08);
  overflow: hidden;
  min-height: 380px;
  display: flex;
  flex-direction: column;
}
.pp-hero-img img {
  width: 100%;
  flex: 1;
  min-height: 0;
  object-fit: cover;
  display: block;
}
.pp-hero-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 1rem;
  padding: 0;
}
.pp-hero-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b23b2c;
  margin: 0;
}
.pp-hero-title {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  font-weight: 900;
  color: #1a1b26;
  line-height: 1.15;
  margin: 0;
}
.pp-hero-callout {
  display: inline-flex;
  align-items: center;
  background: #b23b2c;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.45rem 1rem;
  border-radius: 50px;
  margin: 0;
  width: fit-content;
}
.pp-hero-video-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 33.333%;
  min-width: fit-content;
  white-space: nowrap;
  background: #b23b2c;
  border: 1.5px solid #b23b2c;
  color: #ffffff;
  font-family: inherit;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.42rem 1rem;
  border-radius: 999px;
  cursor: pointer;
  margin-bottom: 0.75rem;
  transition: background 0.2s ease, color 0.2s ease;
}
.pp-hero-video-btn:hover {
  background: #ffffff;
  color: #b23b2c;
}
.pp-hero-video-btn[hidden] { display: none !important; }
.pp-hero-sku {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(26,27,38,0.45);
  margin: 0;
}
.pp-hero-tagline {
  font-size: 0.95rem;
  font-style: italic;
  color: rgba(26,27,38,0.7);
  border-left: 3px solid #b23b2c;
  padding-left: 1rem;
  margin: 0.25rem 0;
  line-height: 1.6;
}
.pp-hero-desc {
  font-size: 0.9rem;
  color: rgba(26,27,38,0.65);
  line-height: 1.75;
  margin: 0;
}
.pp-hero-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.pp-hero-spec-tag {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(26,27,38,0.7);
  border: 1.5px solid rgba(26,27,38,0.18);
  border-radius: 50px;
  padding: 0.25rem 0.7rem;
  white-space: nowrap;
}

/* SKU SELECTOR */
.pp-sku-selector {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.pp-sku-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(26,27,38,0.5);
  margin: 0 0 0.25rem;
}
.pp-sku-group-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b23b2c;
  margin: 0.75rem 0 0.15rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(178,59,44,0.2);
}
.pp-sku-more {
  margin-top: 0.5rem;
  border-top: 1px solid rgba(26,27,38,0.1);
  padding-top: 0.5rem;
}
.pp-sku-more-toggle {
  font-size: 0.864rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #b23b2c;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0;
  user-select: none;
}
.pp-sku-more-toggle::-webkit-details-marker { display: none; }
.pp-sku-more-toggle::before {
  content: '▶';
  font-size: 0.55rem;
  transition: transform 0.2s ease;
  display: inline-block;
}
.pp-sku-more[open] .pp-sku-more-toggle::before { transform: rotate(90deg); }
.pp-sku-more-body {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-top: 0.4rem;
}
.pp-sku-option {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border: 1.5px solid rgba(26,27,38,0.12);
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.pp-sku-option:has(input:checked) {
  border-color: #b23b2c;
  background: rgba(178,59,44,0.04);
}
.pp-sku-option input[type="radio"] {
  margin-top: 2px;
  accent-color: #b23b2c;
  flex-shrink: 0;
}
.pp-sku-option-info {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.pp-sku-option-name {
  font-size: 0.88rem;
  font-weight: 700;
  color: #1a1b26;
}
.pp-sku-option-detail {
  font-size: 0.78rem;
  color: rgba(26,27,38,0.55);
}
/* QTY + ADD ROW */
.pp-qty-row {
  display: flex;
  gap: 0.6rem;
  align-items: center;
}
.pp-qty-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(26,27,38,0.45);
  white-space: nowrap;
}
.pp-qty-input {
  width: 64px;
  padding: 0.65rem 0.6rem;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: inherit;
  color: #1a1b26;
  border: 1.5px solid rgba(26,27,38,0.18);
  border-radius: 8px;
  text-align: center;
  outline: none;
  transition: border-color 0.2s;
}
.pp-qty-input:focus { border-color: #b23b2c; }
.pp-hero-order-btn {
  display: block;
  width: 100%;
  padding: 0.85rem 1rem;
  background: #b23b2c;
  color: #ffffff !important;
  font-size: 0.95rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(178,59,44,0.35);
  transition: background 0.2s;
}
.pp-hero-order-btn:hover { background: #961f12; }
.pp-pkg-note {
  font-size: 0.75rem;
  color: rgba(26,27,38,0.45);
  margin: -0.25rem 0 0;
  line-height: 1.5;
}
.pp-pkg-inline {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(26,27,38,0.5);
  line-height: 1.4;
  flex: 1;
}
.pp-hero-support {
  font-size: 0.82rem;
  color: rgba(26,27,38,0.5);
  text-align: center;
  margin: 0;
}
.pp-hero-support a { color: #b23b2c; text-decoration: none; font-weight: 600; }

/* STATS BAR */
.pp-stats {
  background: #1a1b26;
  padding: 2.5rem 1.5rem;
}
.pp-stats-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
/* Auto-center when exactly 3 stats */
.pp-stats-inner:has(.pp-stat:nth-child(3):last-child) {
  grid-template-columns: repeat(3, minmax(0, 320px));
  justify-content: center;
  gap: 1rem;
}
.pp-stat {
  text-align: center;
  padding: 1rem;
  border-right: 1px solid rgba(255,255,255,0.08);
}
.pp-stat:last-child { border-right: none; }
.pp-stat-number {
  display: block;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 900;
  color: #b23b2c;
  line-height: 1;
  margin-bottom: 0.35rem;
}
.pp-stat-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255,255,255,0.65);
  line-height: 1.4;
}

/* HOW IT WORKS */
.pp-how {
  background: #f5f5f7;
  padding: 5rem 1.5rem;
}
.pp-how-inner {
  max-width: 1160px;
  margin: 0 auto;
}
.pp-section-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b23b2c;
  margin: 0 0 0.5rem;
}
.pp-section-title {
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  font-weight: 900;
  color: #1a1b26;
  margin: 0 0 3rem;
}
.pp-how-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.pp-how-step {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.pp-how-step-img {
  height: 200px;
  background: #e8e8ec;
  overflow: hidden;
}
.pp-how-step-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pp-how-step-body {
  padding: 1.25rem;
}
.pp-how-step-num {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b23b2c;
  background: rgba(178,59,44,0.08);
  border-radius: 50px;
  padding: 0.2rem 0.6rem;
  margin-bottom: 0.6rem;
}
.pp-how-step-name {
  font-size: 1rem;
  font-weight: 800;
  color: #1a1b26;
  margin: 0 0 0.4rem;
}
.pp-how-step-desc {
  font-size: 0.82rem;
  color: rgba(26,27,38,0.6);
  line-height: 1.6;
  margin: 0;
}

/* HERO IMAGE GALLERY */
.pp-hero-img-col {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.pp-gallery-thumbs {
  display: flex;
  gap: 0.5rem;
}
.pp-gallery-thumb {
  width: 72px;
  height: 72px;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid rgba(26,27,38,0.1);
  padding: 0;
  background: #f5f5f7;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color 0.18s;
}
.pp-gallery-thumb:hover { border-color: rgba(26,27,38,0.3); }
.pp-gallery-thumb--active { border-color: #b23b2c; }
.pp-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}

/* PRODUCT DETAIL ROWS */
.pp-products {
  padding: 5rem 1.5rem;
  max-width: 1160px;
  margin: 0 auto;
}
.pp-product-row {
  display: grid;
  grid-template-columns: 380px 1fr;
  align-items: flex-start;
  gap: 3.5rem;
  align-items: center;
  padding: 3.5rem 0;
  border-bottom: 1px solid rgba(26,27,38,0.08);
}
.pp-product-row:first-child { padding-top: 0; }
.pp-product-row:last-child { border-bottom: none; padding-bottom: 0; }
.pp-product-row-img {
  background: #f5f5f7;
  border-radius: 16px;
  height: 320px;
  overflow: hidden;
}
.pp-product-row-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pp-product-row-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.pp-product-row-sku {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b23b2c;
  margin: 0;
}
.pp-product-row-name {
  font-size: clamp(1.2rem, 2.5vw, 1.6rem);
  font-weight: 900;
  color: #1a1b26;
  margin: 0;
  line-height: 1.2;
}
.pp-product-row-desc {
  font-size: 0.9rem;
  color: rgba(26,27,38,0.6);
  line-height: 1.75;
  margin: 0;
}
.pp-product-row-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.pp-product-row-spec {
  font-size: 0.72rem;
  font-weight: 600;
  color: rgba(26,27,38,0.7);
  border: 1.5px solid rgba(26,27,38,0.18);
  border-radius: 50px;
  padding: 0.25rem 0.7rem;
  white-space: nowrap;
}
.pp-product-row-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.pp-product-row-features li {
  font-size: 0.85rem;
  color: rgba(26,27,38,0.7);
  padding-left: 1.3rem;
  position: relative;
  line-height: 1.5;
}
.pp-product-row-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #b23b2c;
  font-weight: 700;
}
.pp-product-row-btns {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}
.pp-row-btn-primary {
  display: inline-block;
  padding: 0.8rem 1.75rem;
  background: #b23b2c;
  color: #ffffff !important;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.pp-row-btn-primary:hover { background: #961f12; transform: translateY(-2px); }
.pp-row-add-cart {
  display: inline-block;
  padding: 0.8rem 1.75rem;
  background: #b23b2c;
  color: #ffffff !important;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.2s, transform 0.2s;
}
.pp-row-add-cart:hover { background: #961f12; transform: translateY(-2px); }
.pp-row-btn-secondary {
  display: inline-block;
  padding: 0.8rem 1.75rem;
  background: transparent;
  color: #1a1b26 !important;
  font-size: 0.9rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  border: 2px solid rgba(26,27,38,0.2);
  transition: border-color 0.2s, transform 0.2s;
}
.pp-row-btn-secondary:hover { border-color: rgba(26,27,38,0.5); transform: translateY(-2px); }

/* FAQ */
.pp-faq {
  background: #f5f5f7;
  padding: 5rem 1.5rem;
}
.pp-faq-inner {
  max-width: 1160px;
  margin: 0 auto;
}
.pp-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(26,27,38,0.1);
}
.pp-faq-item {
  background: #ffffff;
  border-bottom: 1px solid rgba(26,27,38,0.08);
}
.pp-faq-item:last-child { border-bottom: none; }
.pp-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1a1b26;
  list-style: none;
  user-select: none;
}
.pp-faq-q::-webkit-details-marker { display: none; }
.pp-faq-q::after {
  content: '+';
  font-size: 1.3rem;
  font-weight: 400;
  color: #b23b2c;
  flex-shrink: 0;
  transition: transform 0.2s;
}
.pp-faq-item[open] .pp-faq-q::after {
  transform: rotate(45deg);
}
.pp-faq-a {
  padding: 0 1.5rem 1.25rem;
  font-size: 0.88rem;
  color: rgba(26,27,38,0.65);
  line-height: 1.75;
}

/* REVIEWS */
.pp-reviews {
  background: #1a1b26;
  padding: 5rem 1.5rem;
  position: relative;
  overflow: hidden;
}
.pp-reviews::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(178,59,44,0.12) 0%, transparent 60%);
  pointer-events: none;
}
.pp-reviews-inner {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.pp-reviews-header {
  margin-bottom: 2.5rem;
}
.pp-reviews-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #b23b2c;
  margin: 0 0 0.5rem;
}
.pp-reviews-title {
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 900;
  color: #ffffff;
  margin: 0;
}
.pp-reviews-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}
.pp-review-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.pp-review-stars {
  color: #f4b942;
  font-size: 1rem;
  letter-spacing: 2px;
}
.pp-review-text {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.75;
  margin: 0;
  flex: 1;
}
.pp-review-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 0.75rem;
}
.pp-review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(178,59,44,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-weight: 700;
  color: #ffffff;
  flex-shrink: 0;
}
.pp-review-name {
  font-size: 0.85rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.pp-review-role {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.45);
  margin: 0;
}

/* COMPLETE THE SYSTEM */
.pp-related {
  padding: 5rem 1.5rem;
  max-width: 1160px;
  margin: 0 auto;
}
.pp-related-header {
  margin-bottom: 2.5rem;
}
.pp-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.pp-related-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(26,27,38,0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.22s ease, transform 0.22s ease;
}
.pp-related-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}
.pp-related-card-img {
  aspect-ratio: 4 / 3;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 1rem;
}
.pp-related-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.pp-related-card-body {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
}
.pp-related-card-sku {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b23b2c;
  margin: 0;
}
.pp-related-card-name {
  font-size: 0.95rem;
  font-weight: 800;
  color: #1a1b26;
  margin: 0;
  line-height: 1.3;
}
.pp-related-card-desc {
  font-size: 0.8rem;
  color: rgba(26,27,38,0.6);
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
.pp-related-card-link {
  font-size: 0.82rem;
  font-weight: 700;
  color: #b23b2c;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.25rem;
  transition: gap 0.2s;
}
.pp-related-card-link:hover { gap: 0.55rem; }

/* FINAL CTA */
.pp-final-cta {
  background: #b23b2c;
  padding: 5rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pp-final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.12) 0%, transparent 60%);
  pointer-events: none;
}
.pp-final-cta-inner {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.pp-final-cta-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
  margin: 0 0 0.75rem;
}
.pp-final-cta-title {
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.2;
  margin: 0 0 1rem;
}
.pp-final-cta-desc {
  font-size: 1rem;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin: 0 0 2rem;
}
.pp-final-cta-btns {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}
.pp-cta-btn-primary {
  display: inline-block;
  padding: 1rem 2.25rem;
  background: #ffffff;
  color: #b23b2c !important;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.pp-cta-btn-primary:hover { background: #f0f0f0; transform: translateY(-2px); }
.pp-cta-btn-secondary {
  display: inline-block;
  padding: 1rem 2.25rem;
  background: transparent;
  color: #ffffff !important;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.5);
  transition: box-shadow 0.2s, transform 0.2s;
}
.pp-cta-btn-secondary:hover { box-shadow: inset 0 0 0 2px #ffffff; transform: translateY(-2px); }

/* PRICING DISPLAY (Starter Kit) */
.pp-hero-price {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  flex-wrap: wrap;
}
.pp-hero-price-sale {
  font-size: 2.2rem;
  font-weight: 900;
  color: #1a1b26;
  line-height: 1;
}
.pp-hero-price-list {
  font-size: 0.95rem;
  font-weight: 600;
  color: rgba(26,27,38,0.55);
  text-decoration: line-through;
}
.pp-hero-price-badge {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(34,197,94,0.13);
  color: #16a34a;
  padding: 0.25rem 0.65rem;
  border-radius: 50px;
  white-space: nowrap;
}

/* KIT CONTENTS */
.pp-kit {
  padding: 5rem 1.5rem;
  background: #f5f5f7;
}
.pp-kit-inner {
  max-width: 1160px;
  margin: 0 auto;
}
.pp-kit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.pp-kit-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(26,27,38,0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.pp-kit-card-img {
  aspect-ratio: 4 / 3;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(26,27,38,0.06);
}
.pp-kit-card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.pp-kit-card-body {
  padding: 1.4rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
}
.pp-kit-card-qty {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b23b2c;
  margin: 0;
}
.pp-kit-card-name {
  font-size: 1rem;
  font-weight: 800;
  color: #1a1b26;
  margin: 0;
  line-height: 1.3;
}
.pp-kit-card-desc {
  font-size: 0.82rem;
  color: rgba(26,27,38,0.6);
  line-height: 1.6;
  margin: 0;
  flex: 1;
}
@media (max-width: 900px) { .pp-kit-grid { grid-template-columns: 1fr; } }

/* SPEC SHEET LINK */
.pp-spec-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(26,27,38,0.5);
  text-decoration: none;
  transition: color 0.2s;
}
.pp-spec-link:hover { color: #b23b2c; }
.pp-spec-link svg { flex-shrink: 0; }

/* COMPARISON TABLE */
.pp-compare {
  padding: 5rem 1.5rem;
  max-width: 1160px;
  margin: 0 auto;
}
.pp-compare-wrap {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(26,27,38,0.1);
}
.pp-compare-table {
  width: 100%;
  border-collapse: collapse;
}
.pp-compare-table thead th {
  padding: 1.1rem 1.5rem;
  font-size: 0.85rem;
  font-weight: 800;
  text-align: left;
}
.pp-compare-table thead th:first-child {
  background: #f5f5f7;
  color: rgba(26,27,38,0.45);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
}
.pp-compare-th-bu {
  background: #b23b2c;
  color: #ffffff;
}
.pp-compare-th-trad {
  background: #1a1b26;
  color: rgba(255,255,255,0.65);
}
.pp-compare-table tbody td {
  padding: 0.95rem 1.5rem;
  font-size: 0.88rem;
  border-top: 1px solid rgba(26,27,38,0.07);
  vertical-align: top;
  line-height: 1.55;
}
.pp-compare-table tbody tr:nth-child(even) td { background: rgba(26,27,38,0.02); }
.pp-compare-table tbody td:first-child {
  font-weight: 700;
  color: #1a1b26;
  background: #f5f5f7;
  white-space: nowrap;
}
.pp-compare-td-bu {
  background: rgba(178,59,44,0.04) !important;
  color: #1a1b26;
}
.pp-compare-td-trad { color: rgba(26,27,38,0.55); }
.pp-compare-win {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #b23b2c;
  font-weight: 700;
}
.pp-compare-win::before {
  content: '✓';
  font-weight: 900;
}

/* STICKY ORDER BAR */
.pp-sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9000;
  background: #ffffff;
  border-bottom: 1px solid rgba(26,27,38,0.1);
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
  transform: translateY(-100%);
  transition: transform 0.28s ease;
}
.pp-sticky-bar--visible { transform: translateY(0); }
.pp-sticky-bar-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0.65rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.pp-sticky-bar-title {
  font-size: 0.9rem;
  font-weight: 800;
  color: #1a1b26;
  white-space: nowrap;
  flex-shrink: 0;
}
.pp-sticky-bar-select {
  padding: 0.5rem 0.75rem;
  border: 1.5px solid rgba(26,27,38,0.15);
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.82rem;
  color: #1a1b26;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
}
.pp-sticky-bar-qty {
  width: 58px;
  padding: 0.5rem 0.4rem;
  border: 1.5px solid rgba(26,27,38,0.15);
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.85rem;
  text-align: center;
  flex-shrink: 0;
}
.pp-sticky-bar-spacer { flex: 1; }
.pp-sticky-bar-btn {
  padding: 0.6rem 1.5rem;
  background: #b23b2c;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.85rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  font-family: inherit;
  transition: background 0.2s;
  flex-shrink: 0;
}
.pp-sticky-bar-btn:hover { background: #961f12; }

/* TAB DIMENSIONS */
.pp-dims {
  padding: 5rem 1.5rem;
  background: #ffffff;
}
.pp-dims-inner {
  max-width: 1160px;
  margin: 0 auto;
}
.pp-dims-grid {
  display: grid;
  gap: 1.5rem;
}
.pp-dims-grid--3 { grid-template-columns: repeat(3, 1fr); }
.pp-dims-grid--2 { grid-template-columns: repeat(2, 1fr); max-width: 800px; margin-inline: auto; }
.pp-dims-grid--1 { grid-template-columns: minmax(0, 440px); justify-content: center; }
.pp-dims-card {
  background: #f5f5f7;
  border: 1px solid rgba(26,27,38,0.08);
  border-radius: 16px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: left;
}
.pp-dims-card-sku {
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #b23b2c;
  margin: 0;
}
.pp-dims-card-name {
  font-size: 1rem;
  font-weight: 800;
  color: #1a1b26;
  margin: 0;
  line-height: 1.3;
}
.pp-dims-diagram {
  background: #ffffff;
  border-radius: 10px;
  padding: 0.75rem;
  border: 1px solid rgba(26,27,38,0.06);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pp-dims-diagram img,
.pp-dims-diagram svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-radius: 4px;
}
.pp-dims-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pp-dims-spec { display: flex; flex-direction: column; gap: 0.1rem; }
.pp-dims-spec dt {
  font-size: 0.67rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(26,27,38,0.42);
}
.pp-dims-spec dd {
  font-size: 0.95rem;
  font-weight: 800;
  color: #1a1b26;
  margin: 0;
}
.pp-dims-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .pp-compare-table thead th:first-child,
  .pp-compare-table tbody td:first-child { display: none; }
  .pp-sticky-bar-title { display: none; }
  .pp-hero { grid-template-columns: 1fr; gap: 1.25rem; }
  .pp-hero-img { min-height: 260px; }
  .pp-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .pp-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
  .pp-stat:nth-child(2n) { border-bottom: 1px solid rgba(255,255,255,0.08); }
  .pp-stat:nth-last-child(-n+2) { border-bottom: none; }
  .pp-how-steps { grid-template-columns: repeat(2, 1fr); }
  .pp-product-row { grid-template-columns: 1fr; gap: 1.5rem; }
  .pp-product-row-img { height: 260px; }
  .pp-reviews-grid { grid-template-columns: 1fr; }
  .pp-related-grid { grid-template-columns: 1fr; }
  .pp-dims-grid--3 { grid-template-columns: 1fr; }
  .pp-dims-grid--2 { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .pp-how-steps { grid-template-columns: 1fr; }
  .pp-stats-inner { grid-template-columns: repeat(2, 1fr); }
  .pp-final-cta-btns { flex-direction: column; align-items: center; }

  /* Comparison table — horizontal scroll on mobile */
  .pp-compare-wrap {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .pp-compare-table {
    min-width: 480px;
  }

  /* Sticky order bar — keep qty + button on-screen on narrow phones.
     Let the product <select> shrink instead of pushing the CTA off the edge. */
  .pp-sticky-bar-inner { padding: 0.55rem 0.75rem; gap: 0.5rem; }
  .pp-sticky-bar-spacer { display: none; }
  .pp-sticky-bar-select { flex: 1 1 auto; min-width: 0; padding: 0.5rem 0.5rem; font-size: 0.8rem; }
  .pp-sticky-bar-qty { width: 44px; flex-shrink: 0; padding: 0.5rem 0.25rem; }
  .pp-sticky-bar-btn { flex-shrink: 0; padding: 0.55rem 0.8rem; font-size: 0.8rem; }
}

/* ============================================================
   SIGN & GRAPHICS TAPES GUIDE
   ============================================================ */

/* Hero */
.sg-hero {
  padding: 4.5rem 1.5rem;
  background: #ffffff;
}
.sg-hero-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3.5rem;
  align-items: center;
}
.sg-hero-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.sg-hero-lead {
  font-size: 1.05rem;
  color: rgba(26,27,38,0.65);
  line-height: 1.8;
  margin: 0;
}
.sg-hero-btns {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}
.sg-hero-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.sg-cat-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 2.25rem 1rem;
  gap: 0.6rem;
  text-align: center;
}
.sg-cat-badge-num {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1;
}
.sg-cat-badge-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.sg-cat-badge--purple { background: rgba(124,58,237,0.08); border: 1.5px solid rgba(124,58,237,0.18); }
.sg-cat-badge--purple .sg-cat-badge-num   { color: #7c3aed; }
.sg-cat-badge--purple .sg-cat-badge-label { color: rgba(124,58,237,0.7); }
.sg-cat-badge--blue   { background: rgba(37,99,235,0.08); border: 1.5px solid rgba(37,99,235,0.18); }
.sg-cat-badge--blue .sg-cat-badge-num     { color: #2563eb; }
.sg-cat-badge--blue .sg-cat-badge-label   { color: rgba(37,99,235,0.7); }
.sg-cat-badge--green  { background: rgba(22,163,74,0.08); border: 1.5px solid rgba(22,163,74,0.18); }
.sg-cat-badge--green .sg-cat-badge-num    { color: #16a34a; }
.sg-cat-badge--green .sg-cat-badge-label  { color: rgba(22,163,74,0.7); }
.sg-cat-badge--red    { background: rgba(178,59,44,0.08); border: 1.5px solid rgba(178,59,44,0.18); }
.sg-cat-badge--red .sg-cat-badge-num      { color: #b23b2c; }
.sg-cat-badge--red .sg-cat-badge-label    { color: rgba(178,59,44,0.7); }

/* Category guide cards */
.sg-categories {
  padding: 5rem 1.5rem;
  background: #f5f5f7;
}
.sg-categories-inner {
  max-width: 1160px;
  margin: 0 auto;
}
.sg-cat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.sg-cat-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1.5px solid rgba(26,27,38,0.08);
  overflow: hidden;
  display: flex;
}
.sg-cat-num-col {
  width: 68px;
  min-width: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  font-weight: 900;
  color: #ffffff;
  flex-shrink: 0;
}
.sg-cat-body {
  padding: 1.75rem;
  flex: 1;
}
.sg-cat-type {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 0.35rem;
}
.sg-cat-title {
  font-size: 1.1rem;
  font-weight: 900;
  color: #1a1b26;
  margin: 0 0 0.85rem;
  line-height: 1.25;
}
.sg-cat-desc {
  font-size: 0.84rem;
  color: rgba(26,27,38,0.62);
  line-height: 1.7;
  margin: 0 0 1.25rem;
}
.sg-uses-label {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin: 0 0 0.55rem;
}
.sg-uses-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}
.sg-tag {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 0.22rem 0.65rem;
  border-radius: 50px;
  border: 1.5px solid;
  white-space: nowrap;
}
.sg-cat--purple .sg-cat-num-col { background: #7c3aed; }
.sg-cat--purple .sg-cat-type    { color: #7c3aed; }
.sg-cat--purple .sg-uses-label  { color: #7c3aed; }
.sg-cat--purple .sg-tag         { border-color: rgba(124,58,237,0.3); color: #6d28d9; background: rgba(124,58,237,0.06); }
.sg-cat--blue .sg-cat-num-col   { background: #2563eb; }
.sg-cat--blue .sg-cat-type      { color: #2563eb; }
.sg-cat--blue .sg-uses-label    { color: #2563eb; }
.sg-cat--blue .sg-tag           { border-color: rgba(37,99,235,0.3); color: #1d4ed8; background: rgba(37,99,235,0.06); }
.sg-cat--green .sg-cat-num-col  { background: #16a34a; }
.sg-cat--green .sg-cat-type     { color: #16a34a; }
.sg-cat--green .sg-uses-label   { color: #16a34a; }
.sg-cat--green .sg-tag          { border-color: rgba(22,163,74,0.3); color: #15803d; background: rgba(22,163,74,0.06); }
.sg-cat--red .sg-cat-num-col    { background: #b23b2c; }
.sg-cat--red .sg-cat-type       { color: #b23b2c; }
.sg-cat--red .sg-uses-label     { color: #b23b2c; }
.sg-cat--red .sg-tag            { border-color: rgba(178,59,44,0.3); color: #b23b2c; background: rgba(178,59,44,0.06); }

/* Product Selection Table */
.sg-tbl-section {
  padding: 5rem 1.5rem;
  background: #ffffff;
}
.sg-tbl-section-inner {
  max-width: 1160px;
  margin: 0 auto;
}
.sg-tbl-blocks {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.sg-tbl-block {
  border-radius: 16px;
  overflow: hidden;
  border: 1.5px solid rgba(26,27,38,0.1);
}
.sg-tbl-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.5rem;
}
.sg-tbl-header-num {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 900;
  color: #ffffff;
  flex-shrink: 0;
}
.sg-tbl-header-cat {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 0.2rem;
}
.sg-tbl-header-name {
  font-size: 1rem;
  font-weight: 800;
  color: #1a1b26;
  margin: 0;
}
.sg-tbl {
  width: 100%;
  border-collapse: collapse;
}
.sg-tbl tbody tr { border-top: 1px solid rgba(26,27,38,0.07); }
.sg-tbl tbody td {
  padding: 0.85rem 1.5rem;
  font-size: 0.88rem;
  vertical-align: middle;
  line-height: 1.5;
}
.sg-tbl-sub {
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: 170px;
  min-width: 130px;
}
.sg-tbl-product { color: #1a1b26; }
.sg-tbl-product strong { font-weight: 800; }
.sg-tbl-note {
  font-size: 0.8rem;
  color: rgba(26,27,38,0.45);
  text-align: center;
  margin-top: 1rem;
}
.sg-tbl-block--purple .sg-tbl-header { background: rgba(124,58,237,0.07); }
.sg-tbl-block--blue   .sg-tbl-header { background: rgba(37,99,235,0.07); }
.sg-tbl-block--green  .sg-tbl-header { background: rgba(22,163,74,0.07); }
.sg-tbl-block--red    .sg-tbl-header { background: rgba(178,59,44,0.07); }
.sg-tbl-block--purple tbody tr:nth-child(even) td { background: rgba(124,58,237,0.025); }
.sg-tbl-block--blue   tbody tr:nth-child(even) td { background: rgba(37,99,235,0.025); }
.sg-tbl-block--green  tbody tr:nth-child(even) td { background: rgba(22,163,74,0.025); }
.sg-tbl-block--red    tbody tr:nth-child(even) td { background: rgba(178,59,44,0.025); }

@media (max-width: 900px) {
  .sg-hero-inner { grid-template-columns: 1fr; }
  .sg-hero-visual { display: none; }
  .sg-cat-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .sg-cat-num-col { width: 52px; min-width: 52px; font-size: 1.8rem; }
  .sg-tbl-sub { width: 80px; min-width: 70px; font-size: 0.6rem; }
}

/* VIDEO FEATURE SECTION */
.pp-video {
  background: #1a1b26;
  padding: 5rem 1.5rem;
  text-align: center;
}
.pp-video-inner {
  max-width: 800px;
  margin: 0 auto;
}
.pp-video .pp-section-eyebrow {
  color: rgba(255, 244, 239, 0.5);
}
.pp-video .pp-section-title {
  color: #fff4ef;
  margin-bottom: 2.5rem;
}
.pp-video-trigger {
  display: block;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 16px;
  overflow: hidden;
}
.pp-video-thumb {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #0d0e17;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}
.pp-video-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.pp-video-trigger:hover .pp-video-thumb-img,
.pp-video-trigger:focus-visible .pp-video-thumb-img {
  transform: scale(1.04);
  opacity: 0.75;
}
.pp-video-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  transition: background 0.25s ease;
}
.pp-video-trigger:hover .pp-video-play-btn,
.pp-video-trigger:focus-visible .pp-video-play-btn {
  background: rgba(0, 0, 0, 0.05);
}
.pp-video-play-btn svg {
  width: 76px;
  height: 76px;
  color: #fff;
  background: rgba(188, 28, 18, 0.88);
  border-radius: 50%;
  padding: 18px;
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.55));
  transition: transform 0.25s ease, background 0.25s ease;
}
.pp-video-trigger:hover .pp-video-play-btn svg,
.pp-video-trigger:focus-visible .pp-video-play-btn svg {
  transform: scale(1.12);
  background: rgba(188, 28, 18, 1);
}
@media (max-width: 600px) {
  .pp-video { padding: 3.5rem 1rem; }
  .pp-video-play-btn svg { width: 56px; height: 56px; padding: 14px; }
}
.pp-video-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
}
.pp-video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* FEATURES GRID */
.pp-features {
  background: #f5f5f7;
  padding: 5rem 1.5rem;
}
.pp-features-inner {
  max-width: 1160px;
  margin: 0 auto;
}
.pp-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 0;
}
.pp-feature-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid rgba(26,27,38,0.08);
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  transition: box-shadow 0.22s, transform 0.22s;
}
.pp-feature-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,0.09);
  transform: translateY(-4px);
}
.pp-feature-icon { font-size: 1.75rem; line-height: 1; }
.pp-feature-title {
  font-size: 0.95rem;
  font-weight: 800;
  color: #1a1b26;
  margin: 0;
}
.pp-feature-desc {
  font-size: 0.85rem;
  color: rgba(26,27,38,0.62);
  line-height: 1.7;
  margin: 0;
}

/* 3-STEP HOW IT WORKS */
.pp-how-steps--3 { grid-template-columns: repeat(3, 1fr); }

/* TESTIMONIALS */
.pp-testimonials {
  background: #1a1b26;
  padding: 5rem 1.5rem;
}
.pp-testimonials-inner {
  max-width: 1160px;
  margin: 0 auto;
}
.pp-testimonials .pp-section-eyebrow { color: #b23b2c; }
.pp-testimonials .pp-section-title   { color: #ffffff; }
.pp-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.pp-testimonial-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 16px;
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.pp-testimonial-stars { color: #f4b942; font-size: 1rem; margin: 0; }
.pp-testimonial-quote {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.8);
  line-height: 1.75;
  font-style: italic;
  margin: 0;
  flex: 1;
}
.pp-testimonial-author {
  font-size: 0.82rem;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  margin: 0;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* FAQs SECTION */
.pp-faqs {
  background: #f5f5f7;
  padding: 5rem 1.5rem;
}
.pp-faqs-inner {
  max-width: 760px;
  margin: 0 auto;
}

/* CTA SECTION */
.pp-cta {
  background: #b23b2c;
  padding: 5rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.pp-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 0%, rgba(255,255,255,0.12) 0%, transparent 60%);
  pointer-events: none;
}
.pp-cta-inner {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.pp-cta-title {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 900;
  color: #ffffff;
  margin: 0 0 1rem;
  line-height: 1.2;
}
.pp-cta-desc {
  font-size: 1rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.7;
  margin: 0 0 2rem;
}
.pp-cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 900px) {
  .pp-features-grid { grid-template-columns: 1fr 1fr; }
  .pp-testimonials-grid { grid-template-columns: 1fr; }
  .pp-how-steps--3 { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .pp-features-grid { grid-template-columns: 1fr; }
  .pp-cta-buttons { flex-direction: column; align-items: center; }
}

/* Mirror specific product images wherever they appear in the product gallery */
.pp-gallery-thumb img[src*="Clear-PowerTab-with-Hole"],
#pp-hero-img-main[src*="Clear-PowerTab-with-Hole"],
.pp-gallery-thumb img[src*="White-Mini-PowerTab"],
#pp-hero-img-main[src*="White-Mini-PowerTab"] {
  transform: scaleX(-1);
}

/* BEST PRACTICES / ATTENTION SECTION */
.pp-attention-wrap {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 3rem;
  align-items: start;
  margin-top: 2rem;
}
.pp-attention-img {
  border-radius: 14px;
  overflow: hidden;
  background: #f5f5f7;
}
.pp-attention-img img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.pp-attention-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.pp-attention-list li {
  padding: 1rem 1.25rem;
  background: #ffffff;
  border-left: 4px solid #b23b2c;
  border-radius: 0 10px 10px 0;
  font-size: 0.92rem;
  line-height: 1.65;
  color: #1a1b26;
}
.pp-attention-list li strong {
  color: #c0392b;
}
@media (max-width: 768px) {
  .pp-attention-wrap { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* ── Starter Kit cross-sell strip ──────────────────────────────── */
.pp-starter-kit-strip {
  background: #1a1b26;
  padding: 3rem 2rem;
}
.pp-starter-kit-strip-inner {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.pp-starter-kit-strip-img {
  width: 110px;
  height: 110px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 50%;
  background: #ffffff;
}
.pp-starter-kit-strip-text { flex: 1; }
.pp-starter-kit-strip-eyebrow {
  color: #b23b2c;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 0.3rem;
}
.pp-starter-kit-strip-headline {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 0.4rem;
  line-height: 1.2;
}
.pp-starter-kit-strip-sub {
  color: rgba(255,255,255,0.6);
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0;
}
.pp-starter-kit-strip-btn {
  display: inline-block;
  background: #b23b2c;
  color: #ffffff;
  padding: 0.75rem 1.6rem;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s, transform 0.2s;
}
.pp-starter-kit-strip-btn:hover {
  background: #963020;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .pp-starter-kit-strip-inner {
    flex-direction: column;
    text-align: center;
    gap: 1.25rem;
  }
  .pp-starter-kit-strip-img { width: 80px; height: 80px; }
}

/* ── Starter Kit side tab ───────────────────────────────────────── */
.bu-side-tab {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(calc(100% + 4px));
  display: flex;
  align-items: center;
  gap: 0.75rem;
  background: #b23b2c;
  color: #ffffff;
  padding: 0.65rem 1.1rem 0.65rem 0.65rem;
  border-radius: 40px 0 0 40px;
  text-decoration: none;
  z-index: 999;
  box-shadow: -4px 4px 20px rgba(0,0,0,0.22);
  transition: transform 0.45s cubic-bezier(0.34, 1.35, 0.64, 1), background 0.2s;
  max-width: 240px;
}
.bu-side-tab.is-visible {
  transform: translateY(-50%) translateX(0);
}
.bu-side-tab:hover { background: #963020; }
.bu-side-tab-img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 50%;
  background: #ffffff;
  flex-shrink: 0;
}
.bu-side-tab-text {
  display: flex;
  flex-direction: column;
  font-size: 0.72rem;
  line-height: 1.35;
  letter-spacing: 0.01em;
}
.bu-side-tab-text strong {
  font-size: 0.82rem;
  font-weight: 700;
  display: block;
}
@media (max-width: 768px) {
  .bu-side-tab { display: none; }
}

/* TigerTach hero image — contain + white background */
#pp-hero-img-main[src*="TigerTach"] {
  object-fit: contain;
  padding: 1.5rem;
}
.pp-hero-img:has(#pp-hero-img-main[src*="TigerTach"]) {
  background: #ffffff;
}

/* EZ SpotOn Duo hero image — contain + white background */
#pp-hero-img-main[src*="ez-spot-on-duo"] {
  object-fit: contain;
  padding: 1.5rem;
}
.pp-hero-img:has(#pp-hero-img-main[src*="ez-spot-on-duo"]) {
  background: #ffffff;
}

/* tesa Primer Pen hero image — contain + white background */
#pp-hero-img-main[src*="Tesa-Primer-Pen"] {
  object-fit: contain;
  padding: 1.5rem;
}
.pp-hero-img:has(#pp-hero-img-main[src*="Tesa-Primer-Pen"]) {
  background: #ffffff;
}
