/* DOLUXE Product Detail Article Pages CSS - v20260811b */

.pda-topbar {
  background: var(--ink, #0e1116);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 12px 24px;
}

.pda-topbar__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  justify-content: center;
  font-size: 13px;
  color: var(--steel-300, #9ca3af);
}

.pda-topbar__inner strong {
  color: var(--white, #fff);
  font-weight: 600;
  margin-right: 6px;
}

.pda-hero {
  background: var(--ink, #0e1116);
  padding: 48px 24px 64px;
}

.pda-hero__inner {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.pda-hero__media {
  position: sticky;
  top: 100px;
}

.pda-hero__img {
  background: #1a1f27;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
}

.pda-hero__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pda-hero__caption {
  font-size: 13px;
  color: var(--steel-400, #6b7280);
  margin-top: 12px;
  line-height: 1.5;
}

.pda-breadcrumb {
  font-size: 13px;
  color: var(--steel-300, #9ca3af);
  margin-bottom: 16px;
}

.pda-breadcrumb a {
  color: var(--steel-300, #9ca3af);
  text-decoration: none;
}

.pda-breadcrumb a:hover {
  color: #fff;
}

.pda-hero__info h1 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.pda-hero__desc {
  font-size: 17px;
  color: var(--steel-200, #d1d5db);
  line-height: 1.6;
  margin-bottom: 28px;
}

.pda-hero__specs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}

.pda-spec {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 14px 16px;
}

.pda-spec span {
  display: block;
  font-size: 12px;
  color: var(--steel-400, #6b7280);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4px;
}

.pda-spec strong {
  display: block;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
}

.pda-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn--outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.btn--outline:hover {
  background: rgba(255, 255, 255, 0.08);
}

.pda-article {
  background: #0b0d12;
  padding: 64px 24px 80px;
}

.pda-article__inner {
  max-width: 900px;
  margin: 0 auto;
  color: var(--steel-200, #d1d5db);
  font-size: 16px;
  line-height: 1.75;
}

.pda-article__inner h2 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin: 56px 0 20px;
  line-height: 1.25;
}

.pda-article__inner h2:first-child {
  margin-top: 0;
}

.pda-article__inner p {
  margin: 0 0 18px;
}

.pda-article__inner a {
  color: #60a5fa;
  text-decoration: none;
}

.pda-article__inner a:hover {
  text-decoration: underline;
}

.pda-article__inner strong {
  color: #fff;
  font-weight: 600;
}

.pda-cards {
  display: grid;
  gap: 16px;
  margin: 24px 0;
}

.pda-cards--4 {
  grid-template-columns: repeat(4, 1fr);
}

.pda-cards--3 {
  grid-template-columns: repeat(3, 1fr);
}

.pda-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 20px;
}

.pda-card h4 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 10px;
}

.pda-card p {
  font-size: 14px;
  color: var(--steel-300, #9ca3af);
  margin: 0;
  line-height: 1.6;
}

.pda-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 15px;
}

.pda-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pda-table tr:last-child {
  border-bottom: none;
}

.pda-table td {
  padding: 14px 16px;
  vertical-align: top;
}

.pda-table td:first-child {
  width: 38%;
  color: var(--steel-300, #9ca3af);
  font-weight: 500;
}

.pda-table td:last-child {
  color: #fff;
  font-weight: 500;
}

.pda-list {
  margin: 20px 0;
  padding-left: 20px;
}

.pda-list li {
  margin-bottom: 10px;
  color: var(--steel-200, #d1d5db);
}

.pda-list--2col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 24px;
}

.pda-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin: 24px 0;
}

.pda-step {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.pda-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(96, 165, 250, 0.15);
  color: #60a5fa;
  font-weight: 700;
  margin-bottom: 12px;
}

.pda-step h4 {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 8px;
}

.pda-step p {
  font-size: 13px;
  color: var(--steel-300, #9ca3af);
  margin: 0;
  line-height: 1.5;
}

.pda-faq {
  margin: 24px 0;
}

.pda-faq__item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  margin-bottom: 12px;
  overflow: hidden;
}

.pda-faq__item summary {
  padding: 18px 20px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 40px;
}

.pda-faq__item summary::-webkit-details-marker {
  display: none;
}

.pda-faq__item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: var(--steel-300, #9ca3af);
}

.pda-faq__item[open] summary::after {
  content: "−";
}

.pda-faq__item p {
  padding: 0 20px 18px;
  margin: 0;
  color: var(--steel-300, #9ca3af);
  font-size: 15px;
  line-height: 1.65;
}

.pda-related {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 24px 0;
}

.pda-related__card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.pda-related__card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
  text-decoration: none;
  transform: translateY(-2px);
}

.pda-related__img {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #1a1f27;
}

.pda-related__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s;
}

.pda-related__card:hover .pda-related__img img {
  transform: scale(1.05);
}

.pda-related__label {
  font-size: 12px;
  color: #60a5fa;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 14px 16px 0;
}

.pda-related__title {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  padding: 4px 16px 16px;
}

.hub-cta {
  margin-top: 0;
}

@media (max-width: 1024px) {
  .pda-hero__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .pda-hero__media {
    position: static;
  }
  .pda-cards--4,
  .pda-cards--3,
  .pda-related {
    grid-template-columns: repeat(2, 1fr);
  }
  .pda-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .pda-topbar__inner {
    justify-content: flex-start;
    gap: 10px 20px;
  }
  .pda-hero {
    padding: 32px 16px 48px;
  }
  .pda-hero__info h1 {
    font-size: 28px;
  }
  .pda-hero__specs {
    grid-template-columns: 1fr;
  }
  .pda-article {
    padding: 40px 16px 60px;
  }
  .pda-article__inner h2 {
    font-size: 22px;
  }
  .pda-cards--4,
  .pda-cards--3,
  .pda-related,
  .pda-list--2col {
    grid-template-columns: 1fr;
  }
  .pda-steps {
    grid-template-columns: 1fr;
  }
  .pda-table td {
    display: block;
    width: 100%;
    padding: 10px 12px;
  }
  .pda-table td:first-child {
    padding-bottom: 2px;
    color: var(--steel-400, #6b7280);
  }
  .pda-table td:last-child {
    padding-top: 2px;
  }
}
