.page-products {
  --pd-radius-xl: 32px;
  --pd-radius-lg: 24px;
  --pd-radius-md: 16px;
  --pd-gap: 24px;
  --pd-pad: clamp(20px, 3.4vw, 48px);
  position: relative;
  color: var(--c-cream);
  background: var(--grad-main);
  padding-bottom: 40px;
  overflow-x: clip;
}

.page-products .pd-wrap {
  width: min(1280px, calc(100% - 32px));
  margin-inline: auto;
}

@media (min-width: 1024px) {
  .page-products .pd-wrap {
    width: min(1280px, calc(100% - 80px));
  }
}

.page-products .pd-crumb {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--c-gray);
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: .06em;
  margin-bottom: 34px;
  padding-top: 28px;
}

.page-products .pd-crumb a {
  color: var(--c-gray);
  text-decoration: none;
  transition: var(--transition);
}

.page-products .pd-crumb a:hover {
  color: var(--c-gold);
}

.page-products .pd-crumb [aria-current="page"] {
  color: var(--c-cream);
}

.page-products .pd-hero {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}

.page-products .pd-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 420px at 85% 0%, rgba(255, 107, 0, .18), transparent 60%),
    radial-gradient(720px 400px at 8% 100%, rgba(212, 175, 55, .12), transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.page-products .pd-hero::after {
  content: "";
  position: absolute;
  right: 0;
  top: 40px;
  bottom: 0;
  width: 42%;
  min-width: 200px;
  background: linear-gradient(135deg, rgba(255, 107, 0, .05), rgba(28, 37, 65, .28));
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
  z-index: 0;
}

.page-products .pd-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 36px;
}

@media (min-width: 900px) {
  .page-products .pd-hero-grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
    align-items: center;
    column-gap: 48px;
  }
}

.page-products .pd-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-products .pd-hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-products .pd-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 7vw, 4.7rem);
  line-height: 1.06;
  letter-spacing: .01em;
  color: var(--c-cream);
  margin: 18px 0 0;
  font-weight: 900;
}

.page-products .pd-hero-sub {
  display: block;
  font-family: var(--font-body);
  font-size: clamp(1.05rem, 2.2vw, 1.55rem);
  font-weight: 600;
  letter-spacing: .12em;
  color: var(--c-green);
  margin-top: 18px;
}

.page-products .pd-hero-lead {
  color: var(--c-gray);
  font-size: 15px;
  line-height: 1.8;
  max-width: 680px;
  margin: 0;
}

.page-products .pd-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 6px;
}

.page-products .pd-hero-note {
  color: var(--c-gray);
  font-size: 13px;
  margin: 4px 0 0;
}

.page-products .pd-status-panel {
  background: linear-gradient(145deg, rgba(28, 37, 65, .92), rgba(6, 12, 29, .88));
  border: 1px solid rgba(212, 175, 55, .28);
  border-radius: var(--pd-radius-xl);
  padding: 26px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-card);
}

.page-products .pd-status-panel::after {
  content: "";
  position: absolute;
  right: -18%;
  top: -18%;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(255, 107, 0, .34), transparent 70%);
  opacity: .65;
  pointer-events: none;
}

.page-products .pd-status-head {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--c-gray);
  border-bottom: 1px solid rgba(212, 175, 55, .18);
  padding-bottom: 14px;
  margin-bottom: 6px;
}

.page-products .pd-status-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 16px 0 0;
}

.page-products .pd-status-list div {
  background: rgba(255, 255, 255, .04);
  border-radius: var(--pd-radius-md);
  padding: 12px 14px;
}

.page-products .pd-status-list dt {
  color: var(--c-gray);
  font-size: 12px;
  letter-spacing: .12em;
  margin-bottom: 4px;
}

.page-products .pd-status-list dd {
  font-family: var(--font-mono);
  color: var(--c-gold);
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.page-products .pd-status-foot {
  color: var(--c-gray);
  font-size: 13px;
  margin: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .06);
  padding-top: 14px;
}

.page-products .pd-section {
  position: relative;
  padding: 76px 0 8px;
}

.page-products .pd-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 107, 0, .42), rgba(212, 175, 55, .5), transparent);
}

.page-products .pd-section-head {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 38px;
  align-items: flex-start;
}

@media (min-width: 720px) {
  .page-products .pd-section-head {
    flex-direction: row;
    align-items: flex-start;
    gap: 26px;
  }
}

.page-products .pd-section-num {
  font-family: var(--font-mono);
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  background: linear-gradient(120deg, var(--c-gold) 0%, #F0D98C 40%, var(--c-gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  flex-shrink: 0;
}

.page-products .pd-section-head h2 {
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.16;
  color: var(--c-cream);
  letter-spacing: .02em;
  margin: 8px 0 10px;
}

.page-products .pd-section-lead {
  color: var(--c-gray);
  font-size: 15px;
  line-height: 1.75;
  max-width: 660px;
  margin: 0;
}

.page-products .pd-head-compact {
  margin-bottom: 24px;
}

.page-products .pd-methods {
  background: linear-gradient(180deg, rgba(6, 12, 29, .62), rgba(11, 19, 43, .12) 30%, transparent);
}

.page-products .pd-channel-grid {
  display: grid;
  gap: var(--pd-gap);
}

@media (min-width: 720px) {
  .page-products .pd-channel-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-products .pd-channel-primary {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 28px;
  }
}

@media (min-width: 1080px) {
  .page-products .pd-channel-grid {
    grid-template-columns: 1.15fr .9fr 1fr;
  }

  .page-products .pd-channel-primary {
    grid-column: auto;
  }
}

.page-products .pd-channel-card {
  background: rgba(11, 19, 43, .66);
  border: 1px solid rgba(212, 175, 55, .16);
  border-radius: var(--pd-radius-lg);
  padding: var(--pd-pad);
  position: relative;
  overflow: hidden;
}

.page-products .pd-channel-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--c-orange), var(--c-gold));
  opacity: .85;
}

.page-products .pd-channel-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--c-cream);
  margin: 0 0 10px;
}

.page-products .pd-channel-card p {
  color: var(--c-gray);
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 18px;
}

.page-products .pd-icon-frame {
  width: 200px;
  height: 200px;
  max-width: 100%;
  border-radius: 44px;
  background: linear-gradient(135deg, var(--c-deep), var(--c-mid));
  padding: 10px;
  box-shadow: var(--shadow-card), 0 0 60px rgba(255, 107, 0, .14);
  border: 1px solid rgba(255, 255, 255, .1);
}

.page-products .pd-app-icon {
  width: 100%;
  height: auto;
  border-radius: 32px;
  display: block;
}

.page-products .pd-channel-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-products .pd-channel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.page-products .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 26px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all .25s ease;
  font-family: var(--font-body);
}

.page-products .btn-primary {
  background: var(--grad-orange);
  color: #fff;
  box-shadow: 0 8px 26px rgba(255, 107, 0, .28);
}

.page-products .btn-primary:hover {
  box-shadow: 0 12px 36px rgba(255, 107, 0, .44);
  transform: translateY(-2px);
}

.page-products .btn-ghost {
  border-color: rgba(212, 175, 55, .45);
  color: var(--c-cream);
  background: transparent;
}

.page-products .btn-ghost:hover {
  border-color: var(--c-orange);
  color: var(--c-orange);
  box-shadow: 0 0 24px rgba(255, 107, 0, .15);
}

.page-products .pd-channel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--c-gray);
  font-size: 14px;
  line-height: 1.6;
}

.page-products .pd-qr-wrap {
  width: 128px;
  height: 128px;
  background: var(--c-deep);
  border: 1px solid rgba(212, 175, 55, .25);
  border-radius: 16px;
  padding: 12px;
  margin: 8px 0 16px;
}

.page-products .pd-qr-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.page-products .pd-highlights-grid {
  display: grid;
  gap: 40px;
}

@media (min-width: 920px) {
  .page-products .pd-highlights-grid {
    grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr);
    gap: 56px;
  }
}

.page-products .pd-highlight-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.page-products .pd-highlight-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  padding: 18px 6px;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.page-products .pd-highlight-index {
  color: var(--c-gold);
  font-size: 14px;
  font-weight: 700;
  padding-top: 4px;
}

.page-products .pd-highlight-copy h3 {
  margin: 0 0 6px;
  color: var(--c-cream);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 18px;
}

.page-products .pd-highlight-copy p {
  margin: 0;
  color: var(--c-gray);
  font-size: 14px;
  line-height: 1.66;
}

.page-products .pd-highlights-art {
  align-self: start;
}

@media (min-width: 920px) {
  .page-products .pd-highlights-art {
    position: sticky;
    top: 110px;
  }
}

.page-products .pd-highlights-art img,
.page-products .pd-doc-side img {
  width: 100%;
  height: auto;
  border-radius: var(--pd-radius-lg);
  box-shadow: var(--shadow-card);
  object-fit: cover;
}

.page-products .pd-docs {
  background: rgba(28, 37, 65, .38);
}

.page-products .pd-docs-grid {
  display: grid;
  gap: 40px;
}

@media (min-width: 920px) {
  .page-products .pd-docs-grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
    gap: 56px;
  }
}

.page-products .pd-doc-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-products .pd-doc-card {
  background: linear-gradient(135deg, rgba(28, 37, 65, .88), rgba(11, 19, 43, .82));
  border: 1px solid rgba(212, 175, 55, .17);
  border-radius: var(--pd-radius-md);
  transition: var(--transition);
}

.page-products .pd-doc-card summary {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  font-weight: 600;
  color: var(--c-cream);
  cursor: pointer;
  list-style: none;
  font-size: 16px;
}

.page-products .pd-doc-card summary::-webkit-details-marker {
  display: none;
}

.page-products .pd-doc-card summary::before {
  content: "+";
  font-family: var(--font-mono);
  color: var(--c-gold);
  font-size: 22px;
  font-weight: 400;
  transition: transform .2s ease;
}

.page-products .pd-doc-card[open] summary {
  color: var(--c-orange);
}

.page-products .pd-doc-card[open] summary::before {
  transform: rotate(45deg);
}

.page-products .pd-doc-steps {
  margin: 0;
  padding: 0 22px 20px 52px;
  color: var(--c-gray);
  line-height: 1.9;
  font-size: 14px;
}

.page-products .pd-doc-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.page-products .pd-doc-side-body {
  background: linear-gradient(145deg, rgba(255, 107, 0, .06), transparent 60%);
  border: 1px solid rgba(212, 175, 55, .18);
  border-radius: var(--pd-radius-lg);
  padding: 24px;
}

.page-products .pd-doc-side-body h3 {
  color: var(--c-cream);
  font-size: 20px;
  margin: 0 0 10px;
}

.page-products .pd-doc-side-body p {
  color: var(--c-gray);
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 18px;
}

.page-products .pd-history-layout {
  display: grid;
  gap: 32px;
}

@media (min-width: 920px) {
  .page-products .pd-history-layout {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 48px;
  }
}

.page-products .pd-filter-panel {
  position: relative;
}

.page-products .pd-filter-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.page-products .pd-filter-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.page-products .pd-filter-labels label {
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 13px;
  cursor: pointer;
  color: var(--c-gray);
  background: rgba(255, 255, 255, .05);
  border: 1px solid transparent;
  transition: var(--transition);
}

.page-products .pd-filter-labels label:hover {
  color: var(--c-cream);
  border-color: rgba(212, 175, 55, .35);
}

.page-products .pd-filter-panel .pd-filter-radio:checked ~ .pd-filter-labels label {
  background: rgba(255, 255, 255, .04);
  color: var(--c-gray);
  border-color: transparent;
}

.page-products .pd-filter-panel #pd-f-all:checked ~ .pd-filter-labels label[for="pd-f-all"],
.page-products .pd-filter-panel #pd-f-202411:checked ~ .pd-filter-labels label[for="pd-f-202411"],
.page-products .pd-filter-panel #pd-f-2024q3:checked ~ .pd-filter-labels label[for="pd-f-2024q3"],
.page-products .pd-filter-panel #pd-f-2024q2:checked ~ .pd-filter-labels label[for="pd-f-2024q2"],
.page-products .pd-filter-panel #pd-f-2024q1:checked ~ .pd-filter-labels label[for="pd-f-2024q1"] {
  background: var(--grad-orange);
  color: #fff;
  border-color: rgba(255, 107, 0, .4);
  box-shadow: 0 4px 18px rgba(255, 107, 0, .22);
}

.page-products .pd-history-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-products .pd-history-item {
  background: rgba(28, 37, 65, .55);
  border: 1px solid rgba(212, 175, 55, .12);
  border-radius: var(--pd-radius-md);
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (min-width: 720px) {
  .page-products .pd-history-item {
    display: grid;
    grid-template-columns: 110px 140px 1fr auto;
    align-items: center;
    gap: 16px;
  }
}

.page-products .pd-history-version {
  color: var(--c-gold);
  font-size: 20px;
  font-weight: 700;
}

.page-products .pd-history-tag {
  color: var(--c-gray);
  font-size: 13px;
  background: rgba(255, 255, 255, .05);
  border-radius: 999px;
  padding: 4px 12px;
  justify-self: start;
  white-space: nowrap;
}

.page-products .pd-history-item p {
  color: var(--c-gray);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.page-products .pd-history-item a {
  color: var(--c-orange);
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  white-space: nowrap;
}

.page-products .pd-history-item a:hover {
  color: var(--c-gold);
}

.page-products .pd-filter-panel #pd-f-202411:checked ~ .pd-history-list .pd-history-item:not([data-product="pd-202411"]),
.page-products .pd-filter-panel #pd-f-2024q3:checked ~ .pd-history-list .pd-history-item:not([data-product="pd-2024q3"]),
.page-products .pd-filter-panel #pd-f-2024q2:checked ~ .pd-history-list .pd-history-item:not([data-product="pd-2024q2"]),
.page-products .pd-filter-panel #pd-f-2024q1:checked ~ .pd-history-list .pd-history-item:not([data-product="pd-2024q1"]) {
  display: none;
}

.page-products .pd-history-side {
  align-self: start;
  background: rgba(28, 37, 65, .42);
  border: 1px solid rgba(212, 175, 55, .16);
  border-radius: var(--pd-radius-lg);
  padding: 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
}

.page-products .pd-history-side img {
  width: 120px;
  height: 120px;
  border-radius: 24px;
  object-fit: cover;
  box-shadow: var(--shadow-card);
}

.page-products .pd-history-side p {
  color: var(--c-gray);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}

.page-products .pd-safety {
  background: linear-gradient(180deg, transparent, rgba(255, 107, 0, .05));
}

.page-products .pd-safety-grid {
  display: grid;
  gap: var(--pd-gap);
}

@media (min-width: 900px) {
  .page-products .pd-safety-grid {
    grid-template-columns: 1.3fr .7fr;
    gap: 32px;
  }
}

.page-products .pd-safety-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-products .pd-safety-list li {
  background: rgba(255, 255, 255, .04);
  border-left: 3px solid var(--c-orange);
  border-radius: 0 var(--pd-radius-md) var(--pd-radius-md) 0;
  padding: 16px 18px;
  color: var(--c-gray);
  font-size: 14px;
  line-height: 1.7;
}

.page-products .pd-safety-list strong {
  color: var(--c-cream);
  margin-right: 8px;
  font-weight: 700;
}

.page-products .pd-safety-panel {
  background: linear-gradient(150deg, rgba(255, 107, 0, .08), transparent 50%);
  border: 1px solid rgba(212, 175, 55, .24);
  border-radius: var(--pd-radius-lg);
  padding: 26px;
  color: var(--c-gray);
  font-size: 14px;
  line-height: 1.75;
}

.page-products .pd-safety-panel p:first-child {
  color: var(--c-gold);
  letter-spacing: .16em;
}

.page-products .pd-safety-contact {
  color: var(--c-cream);
  font-size: 15px;
  margin: 18px 0 6px;
}

.page-products .pd-safety-note {
  color: var(--c-gray);
  font-size: 13px;
  margin: 0;
}

.page-products .pd-notice {
  margin-top: 40px;
  padding: 22px 26px;
  border-radius: var(--pd-radius-lg);
  background: rgba(255, 107, 0, .07);
  border: 1px dashed rgba(255, 107, 0, .48);
  color: var(--c-gray);
  font-size: 14px;
  line-height: 1.7;
}

.page-products .pd-notice p {
  margin: 0;
}

.page-products .pd-pop {
  display: none;
}

.page-products .pd-pop:target {
  display: flex;
  position: fixed;
  inset: 0;
  background: rgba(6, 12, 29, .88);
  z-index: 100;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.page-products .pd-pop-inner {
  width: min(480px, 100%);
  background: linear-gradient(145deg, var(--c-mid), var(--c-deep));
  border: 1px solid rgba(212, 175, 55, .36);
  border-radius: var(--pd-radius-xl);
  padding: 34px;
  box-shadow: var(--shadow-card), 0 0 80px rgba(255, 107, 0, .2);
  color: var(--c-gray);
  font-size: 14px;
  line-height: 1.75;
}

.page-products .pd-pop-inner h3 {
  color: var(--c-cream);
  font-size: 24px;
  margin: 0 0 12px;
}

.page-products .pd-pop-inner p {
  margin: 0 0 16px;
}

.page-products .pd-pop-note {
  font-size: 13px;
  color: var(--c-gray);
}

.page-products .pd-pop-inner .btn {
  margin-top: 8px;
}

@media (prefers-reduced-motion: reduce) {
  .page-products * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
