.product-detail-page {
  background: #fafbfc;
  padding: 48px 24px 60px;
}

.product-detail-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 48px;
  align-items: start;
}

/* LEFT - Product Visual */
.pd-visual {
  position: sticky;
  top: 120px;
}

.pd-image-box {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e2e7ee;
  box-shadow: 0 8px 32px rgba(13, 43, 78, .08);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
  position: relative;
}

.pd-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #1976c8;
  color: #fff;
  padding: 6px 14px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.pd-bucket {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}

.pd-bucket-can {
  width: 160px;
  height: 200px;
  position: relative;
  background: linear-gradient(160deg, #f8f9fb, #dfe3e7 45%, #fff 72%);
  border: 1px solid #b8c0c9;
  border-radius: 12px 12px 20px 20px;
  box-shadow: 8px 12px 20px rgba(13, 43, 78, .18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.pd-bucket-can::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 8px;
  width: 144px;
  height: 18px;
  border: 3px solid #163c69;
  border-radius: 50%;
  background: #fff;
}

.pd-bucket-can b {
  font-size: 10px;
  letter-spacing: 1px;
  color: #0d2b4e;
}

.pd-bucket-can strong {
  font-size: 18px;
  font-weight: 900;
  color: #0d2b4e;
  line-height: 1.1;
}

.pd-bucket-can span {
  font-size: 9px;
  color: #667085;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.pd-packaging {
  margin-top: 24px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
}

.pd-packaging h4 {
  font-size: 11px;
  font-weight: 700;
  color: #0d2b4e;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
}

.pd-pack-items {
  display: flex;
  gap: 12px;
}

.pd-pack-item {
  flex: 1;
  text-align: center;
  padding: 12px 8px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: #fafbfc;
}

.pd-pack-item i {
  font-size: 24px;
  color: #1976c8;
  display: block;
  margin-bottom: 6px;
}

.pd-pack-item span {
  font-size: 12px;
  font-weight: 600;
  color: #0d2b4e;
}

/* RIGHT - Product Info */
.pd-tag {
  display: inline-block;
  background: rgba(25, 118, 200, .1);
  color: #1976c8;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 14px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.pd-title {
  font-size: 40px;
  font-weight: 900;
  color: #0d2b4e;
  line-height: 1.1;
  margin-bottom: 6px;
  letter-spacing: -1px;
}

.pd-subtitle {
  font-size: 16px;
  color: #667085;
  margin-bottom: 20px;
}

.pd-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #1976c8, #4ab5f7);
  border-radius: 2px;
  margin-bottom: 24px;
}

.pd-desc {
  font-size: 15px;
  color: #44546a;
  line-height: 1.8;
  margin-bottom: 32px;
}

.pd-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 28px;
}

.pd-box {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(13, 43, 78, .04);
}

.pd-box h3 {
  font-size: 13px;
  font-weight: 700;
  color: #0d2b4e;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pd-box h3 i {
  font-size: 18px;
  color: #1976c8;
}

.pd-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pd-box ul li {
  font-size: 14px;
  color: #44546a;
  padding: 6px 0;
  border-bottom: 1px solid #f0f2f5;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pd-box ul li:last-child {
  border: 0;
}

.pd-box ul li::before {
  content: '\2713';
  color: #1976c8;
  font-weight: 900;
  font-size: 13px;
}

.pd-specs {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 28px;
  box-shadow: 0 2px 8px rgba(13, 43, 78, .04);
}

.pd-specs h3 {
  font-size: 13px;
  font-weight: 700;
  color: #0d2b4e;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 16px 20px;
  border-bottom: 1px solid #edf0f4;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pd-specs h3 i {
  font-size: 18px;
  color: #1976c8;
}

.pd-specs table {
  width: 100%;
  border-collapse: collapse;
}

.pd-specs th,
.pd-specs td {
  padding: 12px 20px;
  font-size: 14px;
  border-bottom: 1px solid #edf0f4;
  text-align: left;
}

.pd-specs th {
  background: #f8fafc;
  color: #0d2b4e;
  font-weight: 600;
  width: 45%;
}

.pd-specs td {
  color: #44546a;
}

.pd-specs tr:last-child th,
.pd-specs tr:last-child td {
  border: 0;
}

.pd-actions {
  display: flex;
  gap: 14px;
}

.pd-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pd-actions .btn-primary {
  background: #1976c8;
  color: #fff;
  border: 2px solid #1976c8;
}

.pd-actions .btn-primary:hover {
  background: #0d5aa7;
  border-color: #0d5aa7;
  transform: translateY(-2px);
}

.pd-actions .btn-outline {
  background: #fff;
  color: #0d2b4e;
  border: 2px solid #c8d5e8;
}

.pd-actions .btn-outline:hover {
  border-color: #1976c8;
  color: #1976c8;
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .product-detail-inner {
    grid-template-columns: 1fr;
  }

  .pd-visual {
    position: static;
  }

  .pd-grid {
    grid-template-columns: 1fr;
  }

  .pd-actions {
    flex-direction: column;
  }
}
