/* ════════════════════════════════════════════════════════════
   PARE4PLAYER · product-detail.css
   Halaman detail produk — profesional, rapi, responsif mobile
   ════════════════════════════════════════════════════════════ */

/* ─── LOADING SKELETON ─── */
.pd-loading-screen {
  min-height: calc(100vh - 70px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.pd-loading-inner {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 40px;
  width: 100%;
  max-width: 1100px;
}

.pd-skel-img {
  height: 400px;
  border-radius: 20px;
  background: linear-gradient(90deg, #0F1325 25%, #1A2040 50%, #0F1325 75%);
  background-size: 200% 100%;
  animation: skelShimmer 1.5s infinite ease-in-out;
}

.pd-skel-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 20px;
}

.pd-skel-line {
  border-radius: 8px;
  background: linear-gradient(90deg, #0F1325 25%, #1A2040 50%, #0F1325 75%);
  background-size: 200% 100%;
  animation: skelShimmer 1.5s infinite ease-in-out;
}

.pd-skel-sm { height: 14px; width: 40%; }
.pd-skel-md { height: 18px; width: 70%; }
.pd-skel-lg { height: 32px; width: 90%; }

@keyframes skelShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ─── NOT FOUND STATE ─── */
.pd-notfound {
  min-height: calc(100vh - 70px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 40px 20px;
  text-align: center;
  color: #64748B;
}

.pd-notfound svg { opacity: 0.4; }

.pd-notfound h2 {
  font-family: 'Sora', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #94A3B8;
}

.pd-notfound p { font-size: 0.9rem; max-width: 320px; }

.pd-notfound-btn {
  display: inline-block;
  margin-top: 8px;
  padding: 12px 24px;
  background: var(--ember);
  color: #FFF;
  font-family: 'Sora', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s;
}

.pd-notfound-btn:hover { background: var(--ember-d); transform: translateY(-1px); }

/* ─── HERO BANNER ─── */
.pd-hero {
  position: relative;
  height: 220px;
  overflow: hidden;
  margin-top: 70px; /* navbar height */
}

.pd-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: blur(18px) saturate(1.4);
  transform: scale(1.08);
  transition: opacity 0.5s ease;
}

.pd-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(8, 10, 22, 0.55) 0%,
    rgba(8, 10, 22, 0.82) 60%,
    #080A16 100%
  );
}

.pd-hero-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 max(24px, calc((100% - 1200px) / 2 + 24px));
  padding-bottom: 24px;
}

/* ─── BREADCRUMB ─── */
.pd-breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  flex-wrap: wrap;
}

.pd-breadcrumb a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s;
}

.pd-breadcrumb a:hover { color: #FFF; }

.pd-bread-sep { color: rgba(255, 255, 255, 0.3); }

.pd-breadcrumb span:last-child {
  color: #CBD5E1;
  font-weight: 600;
  max-width: 280px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ─── MAIN LAYOUT ─── */
.pd-main {
  background: #080A16;
  min-height: 100vh;
}

.pd-layout {
  display: grid;
  grid-template-columns: 440px 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px 24px 60px;
  align-items: start;
}

/* ─── LEFT: IMAGE COLUMN ─── */
.pd-col-img {
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pd-img-card {
  background: #0D1020;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.pd-img-wrap {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #090B16;
}

.pd-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
}

.pd-img-card:hover .pd-img-wrap img { transform: scale(1.05); }

.pd-img-badges {
  position: absolute;
  top: 14px;
  left: 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 2;
}

.pd-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 11px;
  border-radius: 8px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.3;
  backdrop-filter: blur(8px);
}

.pd-badge-hot {
  background: linear-gradient(135deg, #FF5A36, #E04520);
  color: #FFF;
  box-shadow: 0 3px 12px rgba(255, 90, 54, 0.55);
}

.pd-badge-rare {
  background: rgba(10, 8, 20, 0.88);
  border: 1px solid rgba(255, 215, 0, 0.5);
  color: #F5C842;
}

.pd-badge-new {
  background: rgba(70, 92, 255, 0.9);
  color: #FFF;
  box-shadow: 0 3px 12px rgba(70, 92, 255, 0.45);
}

.pd-badge-verified {
  background: rgba(37, 211, 102, 0.15);
  border: 1px solid rgba(37, 211, 102, 0.4);
  color: #25D366;
}

/* Trust grid */
.pd-trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.pd-trust-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  border-right: 1px solid rgba(255, 255, 255, 0.04);
}

.pd-trust-item:nth-child(2),
.pd-trust-item:nth-child(4) { border-right: none; }

.pd-trust-item:nth-child(3),
.pd-trust-item:nth-child(4) { border-bottom: none; }

.pd-trust-icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255, 90, 54, 0.1);
  border: 1px solid rgba(255, 90, 54, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ember);
  flex-shrink: 0;
}

.pd-trust-label {
  font-family: 'Sora', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  color: #CBD5E1;
  margin-bottom: 2px;
}

.pd-trust-sub {
  font-size: 0.68rem;
  color: #64748B;
  line-height: 1.3;
}

/* Share row */
.pd-share-row {
  display: flex;
  gap: 10px;
}

.pd-share-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #94A3B8;
  font-size: 0.8rem;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s;
}

.pd-share-btn:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.2);
  color: #FFF;
}

/* ─── RIGHT: INFO COLUMN ─── */
.pd-col-info {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Top row: category pill + badges */
.pd-top-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.pd-cat-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background: rgba(255, 90, 54, 0.1);
  border: 1px solid rgba(255, 90, 54, 0.25);
  border-radius: 99px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ember);
}

.pd-badges-inline {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.pd-inline-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 9px;
  border-radius: 6px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

/* Product name */
.pd-name {
  font-family: 'Sora', sans-serif;
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1.15;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}

/* Rating row */
.pd-rating-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.pd-stars {
  font-size: 1.1rem;
  color: #F5C842;
  letter-spacing: -0.02em;
}

.pd-review-count {
  font-size: 0.85rem;
  color: #64748B;
}

.pd-verified-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(37, 211, 102, 0.1);
  border: 1px solid rgba(37, 211, 102, 0.25);
  border-radius: 99px;
  padding: 4px 12px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #25D366;
}

.pd-game-tag {
  padding: 4px 12px;
  border-radius: 99px;
  font-size: 0.72rem;
  font-weight: 700;
  color: #FFF;
}

/* Price card */
.pd-price-card {
  background: linear-gradient(135deg, rgba(255, 90, 54, 0.08), rgba(255, 90, 54, 0.04));
  border: 1px solid rgba(255, 90, 54, 0.2);
  border-radius: 16px;
  padding: 18px 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}

.pd-price-card::before {
  content: '';
  position: absolute;
  top: -30px;
  right: -30px;
  width: 100px;
  height: 100px;
  background: radial-gradient(circle, rgba(255, 90, 54, 0.12), transparent 70%);
  pointer-events: none;
}

.pd-price-label {
  font-size: 0.75rem;
  color: #8892A4;
  font-weight: 500;
  margin-bottom: 4px;
}

.pd-price-value {
  font-family: 'Sora', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 1;
}

.pd-price-contact {
  font-family: 'Sora', sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--ember);
}

.pd-price-note {
  font-size: 0.75rem;
  color: #64748B;
  line-height: 1.4;
  text-align: right;
}

/* ─── SECTIONS ─── */
.pd-section {
  margin-bottom: 28px;
}

.pd-section-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Sora', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748B;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.pd-section-heading svg { color: var(--ember); flex-shrink: 0; }

/* Description */
.pd-desc {
  font-size: 0.92rem;
  color: #94A3B8;
  line-height: 1.7;
}

/* Features list */
.pd-features-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.pd-features-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.85rem;
  color: #CBD5E1;
  line-height: 1.4;
}

.pd-feat-check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 90, 54, 0.1);
  border: 1px solid rgba(255, 90, 54, 0.28);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--ember);
  margin-top: 1px;
}

/* Specs table */
.pd-specs-table {
  background: #0D1020;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  overflow: hidden;
}

.pd-spec-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: background 0.15s;
}

.pd-spec-row:last-child { border-bottom: none; }

.pd-spec-row:hover { background: rgba(255, 255, 255, 0.025); }

.pd-spec-key {
  padding: 11px 16px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748B;
  background: rgba(255, 255, 255, 0.02);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
}

.pd-spec-val {
  padding: 11px 16px;
  font-size: 0.85rem;
  color: #CBD5E1;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.pd-spec-val.highlight {
  color: var(--ember);
  font-weight: 700;
}

/* ─── ORDER STEPS ─── */
.pd-steps {
  display: flex;
  flex-direction: column;
  position: relative;
}

.pd-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.pd-step-connector {
  width: 24px;
  height: 24px;
  margin-left: 12px;
  border-left: 2px dashed rgba(255, 90, 54, 0.25);
  margin-top: -4px;
  margin-bottom: -4px;
}

.pd-step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ember), #FF7B54);
  color: #FFF;
  font-family: 'Sora', sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 3px 12px rgba(255, 90, 54, 0.4);
}

.pd-step-info { padding-bottom: 6px; }

.pd-step-title {
  font-family: 'Sora', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: #F2F3F5;
  margin-bottom: 3px;
}

.pd-step-desc {
  font-size: 0.8rem;
  color: #64748B;
  line-height: 1.4;
}

/* ─── CTA GROUP ─── */
.pd-cta-group {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.pd-btn-order {
  flex: 1;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  background: linear-gradient(135deg, #25D366, #1DA850);
  color: #FFF;
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 14px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
  letter-spacing: -0.01em;
}

.pd-btn-order:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.5);
  background: linear-gradient(135deg, #1DA850, #18963E);
}

.pd-btn-back {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  color: #94A3B8;
  font-family: 'Inter', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  white-space: nowrap;
}

.pd-btn-back:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.2);
  color: #FFF;
}

/* Guarantee note */
.pd-guarantee-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px 16px;
  background: rgba(70, 92, 255, 0.06);
  border: 1px solid rgba(70, 92, 255, 0.14);
  border-radius: 10px;
  font-size: 0.78rem;
  color: #8892A4;
  line-height: 1.5;
}

.pd-guarantee-note svg { color: #6B84FF; flex-shrink: 0; margin-top: 2px; }

/* ─── RELATED PRODUCTS ─── */
.pd-related {
  background: #0A0C1E;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 48px 0;
}

.pd-related-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.pd-related-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.pd-related-title {
  font-family: 'Sora', sans-serif;
  font-size: 1.35rem;
  font-weight: 800;
  color: #FFFFFF;
}

.pd-related-see-all {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--ember);
  text-decoration: none;
  transition: color 0.2s;
}

.pd-related-see-all:hover { color: #FF7B54; }

.pd-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
}

/* Related card */
.pd-rel-card {
  background: #0D1020;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.25s ease;
  display: block;
}

.pd-rel-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 90, 54, 0.3);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}

.pd-rel-img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  background: #090B16;
}

.pd-rel-body {
  padding: 12px 14px;
}

.pd-rel-cat {
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--ember);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 4px;
}

.pd-rel-name {
  font-family: 'Sora', sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  color: #F2F3F5;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 6px;
}

.pd-rel-price {
  font-family: 'Sora', sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  color: #FFFFFF;
}

.pd-rel-price.contact { color: var(--ember); }

/* ─── FOOTER CTA ─── */
.pd-footer-cta {
  background: #0F1325;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 32px 24px;
}

.pd-footer-cta-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.pd-fca-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(255, 90, 54, 0.1);
  border: 1px solid rgba(255, 90, 54, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ember);
  flex-shrink: 0;
}

.pd-footer-cta-inner h3 {
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #FFFFFF;
  margin-bottom: 3px;
}

.pd-footer-cta-inner p {
  font-size: 0.83rem;
  color: #8892A4;
}

.pd-fca-btn {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  padding: 12px 24px;
  background: linear-gradient(135deg, var(--ember), #FF7B54);
  color: #FFF;
  font-family: 'Sora', sans-serif;
  font-size: 0.88rem;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.22s ease;
  box-shadow: 0 4px 16px rgba(255, 90, 54, 0.35);
}

.pd-fca-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 90, 54, 0.5);
}

/* ─── TOAST ─── */
.pd-toast {
  position: fixed;
  bottom: 90px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #141728;
  border: 1px solid rgba(37, 211, 102, 0.35);
  color: #25D366;
  font-size: 0.84rem;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 99px;
  z-index: 1300;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.pd-toast.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

/* ─── FLOATING WA ─── */
.float-wa {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #25D366;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
  z-index: 800;
  transition: all 0.25s ease;
  text-decoration: none;
}

.float-wa:hover {
  transform: scale(1.12) translateY(-2px);
  box-shadow: 0 10px 32px rgba(37, 211, 102, 0.6);
}

.float-wa::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(37, 211, 102, 0.35);
  animation: waPulse 2.4s infinite ease-out;
}

@keyframes waPulse {
  0% { transform: scale(0.9); opacity: 0.8; }
  70% { transform: scale(1.3); opacity: 0; }
  100% { transform: scale(1.3); opacity: 0; }
}

/* ─── RESPONSIVE ─── */

/* Tablet */
@media (max-width: 1024px) {
  .pd-layout {
    grid-template-columns: 360px 1fr;
    gap: 28px;
    padding: 24px 20px 48px;
  }

  .pd-hero { height: 180px; }

  .pd-features-list {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .pd-hero {
    height: 160px;
    margin-top: 64px;
  }

  .pd-hero-content {
    padding: 0 16px 18px;
  }

  .pd-layout {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px 16px 48px;
  }

  .pd-col-img {
    position: static;
  }

  .pd-img-wrap {
    aspect-ratio: 16/9;
  }

  .pd-trust-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pd-name {
    font-size: 1.45rem;
  }

  .pd-price-value {
    font-size: 1.5rem;
  }

  .pd-spec-row {
    grid-template-columns: 120px 1fr;
  }

  .pd-features-list {
    grid-template-columns: 1fr;
  }

  .pd-cta-group {
    flex-direction: column;
  }

  .pd-btn-order,
  .pd-btn-back {
    width: 100%;
    min-width: unset;
    justify-content: center;
  }

  .pd-fca-btn { width: 100%; justify-content: center; }

  .pd-footer-cta-inner {
    flex-direction: column;
    text-align: center;
  }

  .pd-fca-btn { margin-left: 0; }

  .float-wa {
    bottom: 16px;
    right: 16px;
    width: 48px;
    height: 48px;
  }

  .pd-loading-inner {
    grid-template-columns: 1fr;
  }

  .pd-skel-img { height: 240px; }

  .pd-related-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

@media (max-width: 480px) {
  .pd-trust-grid {
    grid-template-columns: 1fr;
  }

  .pd-trust-item {
    border-right: none;
  }

  .pd-trust-item:nth-child(3),
  .pd-trust-item:nth-child(4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  }

  .pd-trust-item:last-child { border-bottom: none; }

  .pd-spec-row {
    grid-template-columns: 100px 1fr;
  }

  .pd-name { font-size: 1.25rem; }

  .pd-share-row { flex-direction: column; }

  .pd-related-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

/* ─── INSTANT BUY BUTTON & MODALS ─── */
.pd-btn-instant {
  flex: 1;
  min-width: 200px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #FFF;
  font-family: 'Sora', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 6px 24px rgba(99, 102, 241, 0.4);
  letter-spacing: -0.01em;
}
.pd-btn-instant:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(99, 102, 241, 0.6);
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
}

.pd-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(4, 6, 15, 0.82);
  backdrop-filter: blur(12px);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.pd-modal-overlay.open {
  display: flex;
}

.pd-modal-box {
  background: #0f1224;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 2rem;
  max-width: 440px;
  width: 100%;
  text-align: center;
  position: relative;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.6);
  animation: modalPop 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.pd-modal-box.wide {
  max-width: 500px;
}
@keyframes modalPop {
  0% { transform: scale(0.95); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

.pd-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: #94a3b8;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pd-modal-close:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.pd-modal-icon {
  font-size: 3rem;
  margin-bottom: 12px;
}
.pd-modal-title {
  font-family: 'Sora', sans-serif;
  font-size: 1.4rem;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
}
.pd-modal-desc {
  font-size: 0.9rem;
  color: #94a3b8;
  line-height: 1.5;
  margin-bottom: 20px;
}

.pd-modal-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pd-modal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  border-radius: 12px;
  font-family: 'Sora', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
}
.pd-modal-btn.primary {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
}
.pd-modal-btn.primary:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}
.pd-modal-btn.secondary {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #cbd5e1;
}
.pd-modal-btn.secondary:hover {
  border-color: #6366f1;
  color: #a5b4fc;
}
.pd-modal-btn-link {
  background: none;
  border: none;
  color: #64748b;
  font-size: 0.85rem;
  cursor: pointer;
}
.pd-modal-btn-link:hover {
  color: #94a3b8;
}

/* Checkout Modal Items */
.pd-co-prod-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  padding: 12px 14px;
  margin-bottom: 14px;
  text-align: left;
}
.pd-co-thumb {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  object-fit: cover;
}
.pd-co-name {
  font-family: 'Sora', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  color: #f1f5f9;
}
.pd-co-price {
  font-family: 'Sora', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #34d399;
  margin-top: 2px;
}

.pd-co-wallet-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.15), rgba(139, 92, 246, 0.1));
  border: 1px solid rgba(99, 102, 241, 0.25);
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 14px;
}
.pd-co-wallet-label {
  font-size: 0.82rem;
  color: #94a3b8;
  font-weight: 600;
}
.pd-co-wallet-val {
  font-family: 'Sora', sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
}

.pd-co-field {
  text-align: left;
  margin-bottom: 12px;
}
.pd-co-field label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.pd-co-field input {
  width: 100%;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  outline: none;
  box-sizing: border-box;
}
.pd-co-field input:focus {
  border-color: #6366f1;
}

.pd-co-alert {
  background: rgba(239, 68, 68, 0.12);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 10px;
  color: #fca5a5;
  padding: 10px 14px;
  font-size: 0.85rem;
  margin-bottom: 12px;
  text-align: left;
}

.pd-cred-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 10px;
  padding: 10px 14px;
}
.pd-cred-k {
  font-size: 0.7rem;
  font-weight: 600;
  color: #6ee7b7;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.pd-cred-v {
  font-family: monospace;
  font-size: 0.95rem;
  color: #f0fdf4;
  word-break: break-all;
}
.pd-cred-copy {
  background: rgba(16, 185, 129, 0.2);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: 6px;
  padding: 4px 10px;
  color: #34d399;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
}

/* ─── MIDTRANS BUTTON & DUAL CTA ─── */
.pd-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.pd-btn-midtrans {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: linear-gradient(135deg, #FF5A36, #ff7a59);
  color: #fff;
  font-family: 'Sora', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 14px;
  border: none;
  cursor: pointer;
  box-shadow: 0 10px 25px -5px rgba(255, 90, 54, 0.4);
  transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
  text-decoration: none;
}

.pd-btn-midtrans:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px -4px rgba(255, 90, 54, 0.5);
  filter: brightness(1.08);
}

.pd-btn-order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(37, 211, 102, 0.12);
  color: #25D366;
  border: 1px solid rgba(37, 211, 102, 0.35);
  font-family: 'Sora', sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 14px 24px;
  border-radius: 14px;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, border-color 0.2s, color 0.2s;
  text-decoration: none;
}

.pd-btn-order:hover {
  background: #25D366;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px -5px rgba(37, 211, 102, 0.35);
}

/* ─── MIDTRANS CHECKOUT MODAL ─── */
.checkout-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(4, 7, 18, 0.85);
  backdrop-filter: blur(12px);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  animation: fadeInModal 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes fadeInModal {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: scale(1); }
}

.checkout-modal-box {
  background: #111827;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 36px 32px;
  width: 100%;
  max-width: 480px;
  position: relative;
  box-shadow: 0 25px 60px -15px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 90, 54, 0.15);
}

.checkout-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #94a3b8;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 20px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.15s;
}

.checkout-close:hover {
  background: rgba(239, 68, 68, 0.2);
  color: #f87171;
  border-color: rgba(239, 68, 68, 0.4);
}

.checkout-head {
  margin-bottom: 24px;
  text-align: left;
}

.checkout-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(255, 90, 54, 0.15);
  color: #FF5A36;
  border: 1px solid rgba(255, 90, 54, 0.3);
  padding: 3px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}

.checkout-title {
  font-family: 'Sora', sans-serif;
  font-size: 1.3rem;
  font-weight: 800;
  color: #f8fafc;
  margin: 0 0 4px 0;
  line-height: 1.3;
}

.checkout-price {
  font-family: 'Sora', sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  color: #FF5A36;
}

.checkout-group {
  margin-bottom: 16px;
  text-align: left;
}

.checkout-label {
  display: block;
  font-size: 12.5px;
  font-weight: 600;
  color: #94a3b8;
  margin-bottom: 6px;
}

.checkout-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1.5px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 11px 14px;
  color: #f1f5f9;
  font-size: 14px;
  font-family: 'Inter', sans-serif;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  box-sizing: border-box;
}

.checkout-input:focus {
  border-color: #FF5A36;
  box-shadow: 0 0 0 3px rgba(255, 90, 54, 0.15);
}

.checkout-hint {
  display: block;
  font-size: 11px;
  color: #64748b;
  margin-top: 4px;
}

.checkout-payment-methods {
  background: rgba(255, 255, 255, 0.02);
  border: 1px dashed rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px 14px;
  margin: 18px 0;
  text-align: left;
}

.cpm-title {
  font-size: 11px;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cpm-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.cpm-badges span {
  font-size: 11px;
  font-weight: 700;
  color: #cbd5e1;
  background: rgba(255, 255, 255, 0.06);
  padding: 3px 8px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.checkout-submit-btn {
  width: 100%;
  background: linear-gradient(135deg, #FF5A36, #ff7a59);
  color: #fff;
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s, filter 0.2s, box-shadow 0.2s;
  box-shadow: 0 10px 25px -5px rgba(255, 90, 54, 0.4);
}

.checkout-submit-btn:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
  box-shadow: 0 15px 30px -5px rgba(255, 90, 54, 0.5);
}

.checkout-submit-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

.checkout-error-box {
  background: rgba(239, 68, 68, 0.15);
  border: 1px solid rgba(239, 68, 68, 0.35);
  border-radius: 10px;
  color: #f87171;
  font-size: 13px;
  padding: 10px 14px;
  margin-bottom: 16px;
  text-align: left;
}

