.page-products {
  --pg-drawer-border: rgba(74, 144, 226, 0.38);
  --pg-line-faint: rgba(74, 144, 226, 0.22);
  --pg-green-glow: 0 0 18px rgba(57, 255, 20, 0.3);
  --pg-orange-glow: 0 0 18px rgba(255, 107, 0, 0.25);
  position: relative;
  color: var(--paper-white);
  background:
    linear-gradient(rgba(74, 144, 226, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 144, 226, 0.06) 1px, transparent 1px),
    var(--space-blue);
  background-size: 32px 32px, 32px 32px, auto;
  padding-bottom: 3rem;
  overflow-x: clip;
}

.page-products img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-products .pg-dl-wrap {
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 2rem);
}

.page-products .pg-breadcrumbs {
  padding-block: 1rem;
  background: rgba(11, 27, 43, 0.85);
  border-bottom: 1px solid var(--pg-drawer-border);
  font-family: var(--font-data);
  font-size: 0.85rem;
}

.page-products .pg-breadcrumbs a {
  color: var(--line-blue);
  text-decoration: none;
}

.page-products .pg-breadcrumbs a:hover {
  color: var(--neon-green);
}

.page-products .pg-breadcrumbs [aria-current="page"] {
  color: var(--paper-white);
  font-weight: 600;
}

.page-products .pg-breadcrumbs-sep {
  margin-inline: 0.5rem;
  color: var(--line-blue);
  opacity: 0.7;
}

.page-products .pg-dl-hero {
  position: relative;
  padding: 2.5rem 0 3rem;
  background:
    radial-gradient(circle at 85% 15%, rgba(57, 255, 20, 0.1), transparent 55%),
    radial-gradient(circle at 10% 85%, rgba(255, 107, 0, 0.09), transparent 45%);
  overflow: hidden;
}

.page-products .pg-dl-hero::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 45%;
  height: 140%;
  background: linear-gradient(135deg, rgba(42, 75, 107, 0.5), rgba(57, 255, 20, 0.06));
  transform: skew(-14deg);
  z-index: 0;
  border-right: 1px solid rgba(57, 255, 20, 0.25);
}

.page-products .pg-dl-hero > * {
  position: relative;
  z-index: 1;
}

.page-products .pg-dl-hero-inner {
  display: grid;
  gap: 2.25rem;
}

.page-products .pg-dl-hero-copy .section-kicker {
  color: var(--neon-green);
  font-family: var(--font-data);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
  font-size: 0.82rem;
}

.page-products .pg-dl-hero h1 {
  font-family: var(--font-head);
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 900;
  color: var(--paper-white);
  margin-bottom: 1rem;
}

.page-products .pg-dl-hero-lead {
  color: rgba(245, 247, 250, 0.82);
  font-size: 1.05rem;
  line-height: 1.8;
  max-width: 60ch;
}

.page-products .pg-dl-hero-actions {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  margin-top: 1.5rem;
}

.page-products .pg-dl-hero-actions .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding-inline: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}

.page-products .pg-dl-hero-blueprint {
  display: grid;
  gap: 0.4rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--pg-drawer-border);
  background: rgba(11, 27, 43, 0.72);
  font-family: var(--font-data);
  font-size: 0.78rem;
  color: rgba(74, 144, 226, 0.9);
}

.page-products .pg-dl-hero-coord::before {
  content: "· ";
  color: var(--neon-green);
}

.page-products .pg-dl-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
  margin-top: 1rem;
}

.page-products .pg-dl-metric {
  padding: 1rem 0.5rem;
  text-align: center;
  border: 1px solid rgba(74, 144, 226, 0.25);
  background: rgba(18, 41, 62, 0.72);
}

.page-products .pg-dl-metric-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.page-products .pg-dl-metric-num {
  font-family: var(--font-data);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: var(--neon-green);
}

.page-products .pg-dl-metric-unit {
  margin-left: 2px;
  font-family: var(--font-data);
  font-size: 1rem;
  font-weight: 700;
  color: var(--neon-green);
}

.page-products .pg-dl-metric-label {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.78rem;
  line-height: 1.4;
  color: rgba(245, 247, 250, 0.75);
}

.page-products .pg-dl-section {
  padding: 3.5rem 0;
}

.page-products .pg-dl-section-head {
  margin-bottom: 2rem;
  border-left: 3px solid var(--neon-green);
  padding-left: 1rem;
}

.page-products .pg-dl-section-head .section-kicker {
  color: var(--neon-green);
  font-family: var(--font-data);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}

.page-products .pg-dl-section-head h2 {
  font-family: var(--font-head);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.25;
  color: var(--paper-white);
}

.page-products .pg-dl-section-desc {
  margin-top: 0.75rem;
  color: rgba(245, 247, 250, 0.75);
  line-height: 1.7;
  max-width: 70ch;
}

.page-products .pg-dl-switch {
  display: inline-flex;
  gap: 0.4rem;
  margin-top: 0.5rem;
  padding: 0.35rem;
  background: var(--midnight-navy);
  border: 1px solid var(--pg-drawer-border);
}

.page-products .pg-dl-switch-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.2rem;
  padding: 0.4rem 1.1rem;
  font-family: var(--font-data);
  font-weight: 700;
  font-size: 0.9rem;
  color: var(--paper-white);
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
}

.page-products .pg-dl-switch-btn:hover {
  border-color: var(--line-blue);
}

.page-products .pg-dl-switch-btn--active {
  background: var(--neon-green);
  color: var(--space-blue);
}

.page-products .pg-dl-drawer {
  position: relative;
  display: grid;
  gap: 1.25rem;
  margin-top: 1.5rem;
  padding: 1.25rem;
  background: linear-gradient(180deg, rgba(18, 41, 62, 0.92), rgba(11, 27, 43, 0.96));
  border: 1px solid var(--pg-drawer-border);
  border-left: 3px solid var(--neon-green);
  border-radius: 0 12px 12px 0;
  box-shadow: var(--shadow-2);
  overflow: hidden;
}

.page-products .pg-dl-drawer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(74, 144, 226, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 144, 226, 0.05) 1px, transparent 1px);
  background-size: 24px 24px;
}

.page-products .pg-dl-drawer > * {
  position: relative;
  z-index: 1;
}

.page-products .pg-dl-drawer-preview {
  position: relative;
  border: 1px solid var(--pg-drawer-border);
}

.page-products .pg-dl-drawer-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 380px;
  filter: saturate(0.75) contrast(1.05);
}

.page-products .pg-dl-drawer-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(11, 27, 43, 0.86);
  color: var(--neon-green);
  font-family: var(--font-data);
  font-size: 0.72rem;
  padding: 0.35rem 0.7rem;
  border-top-right-radius: 6px;
  border-right: 1px solid rgba(57, 255, 20, 0.4);
  border-top: 1px solid rgba(57, 255, 20, 0.4);
}

.page-products .pg-dl-drawer-version {
  font-family: var(--font-data);
  color: var(--line-blue);
  font-size: 0.85rem;
  margin-bottom: 0.6rem;
}

.page-products .pg-dl-drawer h3 {
  font-family: var(--font-head);
  font-size: 1.4rem;
  font-weight: 900;
  margin-bottom: 0.75rem;
  color: var(--paper-white);
}

.page-products .pg-dl-drawer-desc {
  color: rgba(245, 247, 250, 0.8);
  line-height: 1.7;
  margin-bottom: 0.5rem;
}

.page-products .pg-dl-list {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.6rem;
}

.page-products .pg-dl-list li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgba(245, 247, 250, 0.88);
}

.page-products .pg-dl-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  background: var(--neon-green);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.page-products .pg-dl-btn-pop {
  width: 100%;
  margin-top: 1.25rem;
  transition: transform 0.18s var(--ease), box-shadow 0.18s var(--ease);
}

.page-products .pg-dl-btn-pop:hover {
  box-shadow: 0 0 18px rgba(57, 255, 20, 0.35);
}

.page-products .pg-dl-btn-pop:active {
  transform: translateY(3px) scale(0.97);
}

.page-products .pg-dl-qr-wrap {
  position: relative;
  margin: 1.25rem auto 0;
  max-width: 200px;
  padding: 0.75rem;
  text-align: center;
  background: rgba(11, 27, 43, 0.9);
  border: 1px dashed var(--line-blue);
}

.page-products .pg-dl-qr-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  transition: transform 0.35s var(--ease);
}

.page-products .pg-dl-qr-wrap:hover img,
.page-products .pg-dl-qr-wrap:focus-within img {
  transform: scale(1.06);
}

.page-products .pg-dl-qr-label {
  display: block;
  margin-top: 0.5rem;
  font-family: var(--font-data);
  font-size: 0.78rem;
  color: var(--neon-green);
}

.page-products .pg-dl-feature-grid {
  display: grid;
  gap: 1rem;
}

.page-products .pg-dl-feature-card {
  position: relative;
  padding: 1.5rem 1.25rem;
  border: 1px solid var(--pg-drawer-border);
  border-top: 3px solid var(--neon-green);
  background: rgba(18, 41, 62, 0.78);
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.page-products .pg-dl-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-2);
}

.page-products .pg-dl-feature-card--green {
  border-top-color: var(--neon-green);
  background: rgba(57, 255, 20, 0.06);
}

.page-products .pg-dl-feature-card--orange {
  border-top-color: var(--energy-orange);
  background: rgba(255, 107, 0, 0.07);
}

.page-products .pg-dl-feature-card--blue {
  border-top-color: var(--line-blue);
  background: rgba(74, 144, 226, 0.08);
}

.page-products .pg-dl-feature-card--yellow {
  border-top-color: var(--warning-yellow);
  background: rgba(255, 193, 7, 0.06);
}

.page-products .pg-dl-feature-num {
  font-family: var(--font-data);
  font-size: 0.78rem;
  color: var(--energy-orange);
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 0.75rem;
}

.page-products .pg-dl-feature-card h3 {
  font-family: var(--font-head);
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1.35;
  margin-bottom: 0.6rem;
  color: var(--paper-white);
}

.page-products .pg-dl-feature-card p {
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(245, 247, 250, 0.78);
}

.page-products .pg-dl-spec-grid {
  display: grid;
  gap: 1rem;
}

.page-products .pg-dl-spec-card {
  padding: 1.5rem;
  background: rgba(11, 27, 43, 0.82);
  border: 1px solid var(--pg-drawer-border);
  position: relative;
  overflow: hidden;
}

.page-products .pg-dl-spec-icon {
  font-family: var(--font-data);
  font-weight: 700;
  font-size: 0.75rem;
  color: var(--neon-green);
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
}

.page-products .pg-dl-spec-card h3 {
  font-family: var(--font-head);
  font-size: 1.15rem;
  font-weight: 900;
  margin-bottom: 1rem;
  color: var(--paper-white);
}

.page-products .pg-dl-spec-card dl {
  margin: 0;
  display: grid;
  gap: 1rem;
}

.page-products .pg-dl-spec-card dt {
  font-family: var(--font-data);
  font-size: 0.78rem;
  color: var(--line-blue);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.25rem;
}

.page-products .pg-dl-spec-card dd {
  margin: 0;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--paper-white);
}

.page-products .pg-dl-history-grid {
  display: grid;
  gap: 1.5rem;
}

.page-products .pg-dl-history-visual {
  position: relative;
  border: 1px solid var(--pg-drawer-border);
  padding: 0.75rem;
  background: rgba(11, 27, 43, 0.7);
}

.page-products .pg-dl-history-visual img {
  display: block;
  width: 100%;
  border: 1px solid rgba(74, 144, 226, 0.2);
}

.page-products .pg-dl-history-note {
  margin-top: 0.6rem;
  font-family: var(--font-data);
  font-size: 0.75rem;
  color: rgba(245, 247, 250, 0.6);
}

.page-products .pg-dl-history-list details {
  border: 1px solid rgba(74, 144, 226, 0.2);
  background: rgba(18, 41, 62, 0.8);
  margin-bottom: 0.75rem;
}

.page-products .pg-dl-history-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  cursor: pointer;
  list-style: none;
  font-family: var(--font-data);
  font-weight: 700;
  color: var(--paper-white);
}

.page-products .pg-dl-history-list summary::-webkit-details-marker {
  display: none;
}

.page-products .pg-dl-history-list summary::after {
  content: "+";
  color: var(--neon-green);
  font-size: 1.25rem;
  line-height: 1;
}

.page-products .pg-dl-history-list details[open] summary::after {
  content: "−";
}

.page-products .pg-dl-ver {
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.page-products .pg-dl-history-detail {
  padding: 0 1.25rem 1.25rem;
  color: rgba(245, 247, 250, 0.82);
}

.page-products .pg-dl-history-detail p {
  margin: 0;
  line-height: 1.7;
  font-size: 0.95rem;
}

.page-products .pg-dl-sync {
  padding-block: 3rem;
  background:
    linear-gradient(rgba(74, 144, 226, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 144, 226, 0.05) 1px, transparent 1px),
    linear-gradient(135deg, var(--midnight-navy), var(--space-blue));
  background-size: 32px 32px, 32px 32px, auto;
  border-top: 1px solid var(--pg-drawer-border);
  border-bottom: 1px solid var(--pg-drawer-border);
}

.page-products .pg-dl-sync-inner {
  display: grid;
  gap: 2rem;
}

.page-products .pg-dl-sync-copy .section-kicker {
  color: var(--energy-orange);
  font-family: var(--font-data);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  margin-bottom: 0.5rem;
}

.page-products .pg-dl-sync-copy h2 {
  font-family: var(--font-head);
  font-size: 1.7rem;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 1rem;
  color: var(--paper-white);
}

.page-products .pg-dl-sync-copy p {
  color: rgba(245, 247, 250, 0.82);
  line-height: 1.8;
}

.page-products .pg-dl-sync-media {
  position: relative;
  display: grid;
  place-items: center;
}

.page-products .pg-dl-sync-media::before {
  content: "";
  position: absolute;
  inset: 10%;
  background: radial-gradient(circle, rgba(255, 107, 0, 0.18), transparent 65%);
  filter: blur(8px);
}

.page-products .pg-dl-sync-media img {
  position: relative;
  display: block;
  max-width: 100%;
  border: 1px solid var(--pg-drawer-border);
  box-shadow: var(--shadow-2);
}

.page-products .pg-dl-support-card {
  padding: 2rem 1.5rem;
  text-align: center;
  border: 1px dashed rgba(255, 107, 0, 0.55);
  background: rgba(255, 107, 0, 0.05);
}

.page-products .pg-dl-support-card h2 {
  font-family: var(--font-head);
  font-size: 1.4rem;
  font-weight: 900;
  margin-bottom: 0.75rem;
  color: var(--paper-white);
}

.page-products .pg-dl-support-card p {
  margin-bottom: 1rem;
  line-height: 1.8;
  color: rgba(245, 247, 250, 0.82);
}

.page-products .pg-dl-support-card a {
  color: var(--neon-green);
  font-weight: 600;
  text-decoration: none;
}

.page-products .pg-dl-support-card a:hover {
  text-decoration: underline;
}

.page-products .pg-dl-support-card .btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding-inline: 1.5rem;
  font-weight: 700;
}

@media (min-width: 640px) {
  .page-products .pg-dl-hero-actions {
    flex-direction: row;
  }

  .page-products .pg-dl-hero-actions .btn {
    min-width: 180px;
  }

  .page-products .pg-dl-drawer {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .page-products .pg-dl-btn-pop {
    width: auto;
    min-width: 180px;
  }

  .page-products .pg-dl-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-products .pg-dl-spec-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-products .pg-dl-sync-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
  }
}

@media (min-width: 900px) {
  .page-products .pg-dl-section {
    padding: 5rem 0;
  }

  .page-products .pg-dl-hero {
    padding: 4rem 0;
  }

  .page-products .pg-dl-hero-inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    align-items: center;
  }

  .page-products .pg-dl-hero h1 {
    font-size: 2.6rem;
  }

  .page-products .pg-dl-hero-blueprint {
    margin-top: 0;
  }

  .page-products .pg-dl-drawer--pc {
    margin-right: 8%;
  }

  .page-products .pg-dl-drawer--mobile {
    margin-left: 8%;
  }

  .page-products .pg-dl-drawer {
    padding: 1.75rem;
  }

  .page-products .pg-dl-feature-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-products .pg-dl-history-grid {
    grid-template-columns: 0.9fr 1.1fr;
    align-items: start;
  }

  .page-products .pg-dl-sync {
    padding-block: 5rem;
  }
}

@media (min-width: 1200px) {
  .page-products .pg-dl-hero h1 {
    font-size: 3rem;
  }

  .page-products .pg-dl-drawer {
    gap: 2rem;
    padding: 2rem;
  }

  .page-products .pg-dl-drawer-main {
    padding-inline: 0.5rem;
  }
}
