.product-detail-design {
  position: relative;
  overflow: hidden;
}

.pd-hero,
.pd-card,
.pd-split,
.pd-comparison,
.pd-highlight-dark,
.pd-business-layout,
.pd-license-box,
.pd-mini-table,
.pd-feature-band {
  position: relative;
  overflow: hidden;
}

.pd-hero {
  padding: 42px;
  background: #f5f8ff;
  margin-bottom: 28px;
}

.pd-kicker {
  color: #0057ff;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .8px;
}

.pd-hero h2 {
  margin: 10px 0 16px;
}

.pd-shape {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.pd-shape-1 {
  width: 220px;
  height: 220px;
  right: -70px;
  top: -90px;
  background: rgba(0, 87, 255, .10);
}

.pd-shape-2 {
  width: 140px;
  height: 140px;
  right: 140px;
  bottom: -70px;
  background: rgba(255, 216, 77, .30);
}

.pd-shape-3 {
  width: 90px;
  height: 90px;
  left: -35px;
  bottom: 25px;
  background: rgba(0, 27, 68, .08);
}

.pd-grid-two {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.pd-grid-three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 28px;
}

.pd-card {
  padding: 28px;
  background: #fff;
  border: 1px solid #e8eef8;
  box-shadow: 0 14px 35px rgba(0, 20, 60, .06);
}

.pd-number {
  display: inline-flex;
  width: 42px;
  height: 42px;
  background: #0057ff;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  margin-bottom: 18px;
}

.pd-feature-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #001b44;
  margin-bottom: 28px;
}

.pd-feature-band div {
  padding: 26px;
  border-right: 1px solid rgba(255,255,255,.12);
}

.pd-feature-band strong {
  display: block;
  color: #fff;
  font-size: 22px;
}

.pd-feature-band span {
  color: rgba(255,255,255,.72);
}

.pd-split {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 24px;
  align-items: center;
  background: #f7f9fc;
  padding: 34px;
}

.pd-mini-table {
  background: #fff;
  border: 1px solid #e6edf7;
}

.pd-mini-table div,
.pd-comparison-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 18px;
  border-bottom: 1px solid #e6edf7;
}

.pd-mini-table div:last-child,
.pd-comparison-row:last-child {
  border-bottom: 0;
}

.pd-mini-table span,
.pd-comparison-row span {
  color: #64748b;
  font-weight: 700;
}

.pd-mini-table strong,
.pd-comparison-row strong {
  color: #001b44;
  font-weight: 900;
}

.pd-highlight-dark {
  background: linear-gradient(135deg, #001b44, #003a8c);
  padding: 38px;
  color: #fff;
  margin-bottom: 28px;
}

.pd-highlight-dark span {
  color: #ffd84d;
  font-weight: 900;
  letter-spacing: .8px;
}

.pd-highlight-dark h3,
.pd-highlight-dark p {
  color: #fff;
}

.pd-comparison {
  padding: 34px;
  background: #f7f9fc;
  margin-bottom: 28px;
}

.pd-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.pd-tags span {
  background: #eef5ff;
  color: #0057ff;
  padding: 10px 16px;
  font-weight: 900;
  font-size: 13px;
}

.pd-business-layout {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 24px;
  margin-bottom: 28px;
}

.pd-business-main {
  background: #f7f9fc;
  padding: 36px;
}

.pd-business-side {
  background: #001b44;
  color: #fff;
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pd-business-side strong {
  color: #ffd84d;
  font-size: 32px;
  font-weight: 900;
}

.pd-business-side span {
  color: rgba(255,255,255,.78);
  font-weight: 800;
}

.pd-license-box {
  padding: 34px;
  background: linear-gradient(135deg, #fff8e8, #ffffff);
  border-left: 6px solid #f5a524;
  margin-bottom: 28px;
}

.product-pro .pd-number,
.product-pro .pd-tags span {
  background: #e30613;
  color: #fff;
}

.product-pro .pd-kicker {
  color: #e30613;
}

.product-commercial .pd-number,
.product-commercial .pd-tags span {
  background: #0057ff;
  color: #fff;
}

@media (max-width: 991px) {
  .pd-grid-two,
  .pd-grid-three,
  .pd-feature-band,
  .pd-split,
  .pd-business-layout {
    grid-template-columns: 1fr;
  }

  .pd-hero,
  .pd-card,
  .pd-split,
  .pd-highlight-dark,
  .pd-business-main,
  .pd-license-box {
    padding: 24px;
  }
}

.product-data-card {
  margin-top: 34px;
  padding: 30px;
  background: #f7f9fc;
  border-left: 6px solid #0057ff;
}

.product-data-card h3 {
  margin-bottom: 20px;
}

.product-data-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.product-data-item {
  background: #fff;
  border: 1px solid #e6edf7;
  padding: 18px;
}

.product-data-item.full {
  grid-column: 1 / -1;
}

.product-data-item span {
  display: block;
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 6px;
}

.product-data-item strong {
  color: #001b44;
  font-size: 16px;
  font-weight: 900;
}

@media (max-width: 767px) {
  .product-data-grid {
    grid-template-columns: 1fr;
  }
}