.page-products {
  background: var(--bg-deep);
  color: var(--cream);
  overflow-x: hidden;
}

.page-products .breadcrumb {
  padding: 22px 24px 0;
  max-width: var(--container);
  margin: 0 auto;
}

.page-products .pdp-hero {
  position: relative;
  padding: 56px 20px 64px;
  background:
    radial-gradient(1100px 460px at 88% 2%, rgba(212, 175, 55, 0.16), transparent 55%),
    linear-gradient(128deg, var(--bg-deep) 0%, #0F2A22 48%, var(--bg-forest) 100%);
}

.page-products .pdp-hero__head {
  max-width: 960px;
}

.page-products .pdp-title {
  margin: 0 0 20px;
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(34px, 7vw, 66px);
  line-height: 1.08;
  color: var(--ivory);
  letter-spacing: 0.01em;
}

.page-products .pdp-lede {
  max-width: 72ch;
  margin: 0 0 14px;
  color: var(--cream);
  font-size: 17px;
  line-height: 1.9;
}

.page-products .pdp-lede-note {
  max-width: 70ch;
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 15px;
}

.page-products .pdp-version-switch {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

.page-products .pdp-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 44px;
  margin-top: 48px;
  position: relative;
}

.page-products .pdp-split__link {
  display: none;
}

.page-products .pdp-card-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}

.page-products .pdp-card-head__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.16);
  border: 1px solid var(--gold-border);
  color: var(--gold-light);
  font-family: var(--font-num);
  font-size: 14px;
  transform: rotate(-6deg);
}

.page-products .pdp-card-head__title {
  min-width: 0;
}

.page-products .pdp-card-kicker {
  margin: 0 0 4px;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.page-products .pdp-card-kicker::after,
.page-products .section-kicker::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 1px;
  margin-left: 10px;
  vertical-align: middle;
  background: var(--gold);
  transform: skewX(-24deg);
}

.page-products .pdp-card-head h2 {
  margin: 0;
  font-family: var(--font-head);
  font-size: 24px;
  line-height: 1.25;
  color: var(--ivory);
}

.page-products .phone-frame {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding: 12px;
  border-radius: 46px;
  background: linear-gradient(160deg, #2A4A3C, #0C211B);
  border: 1px solid var(--gold-border);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.38);
}

.page-products .phone-screen {
  position: relative;
  border-radius: 36px;
  overflow: hidden;
  background: #0C2019;
  border: 1px solid rgba(212, 175, 55, 0.14);
}

.page-products .phone-screen__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px 10px;
}

.page-products .phone-screen__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
}

.page-products .phone-screen__text {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.page-products .phone-screen__img {
  display: block;
  width: 100%;
  height: auto;
}

.page-products .phone-screen__status {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 10px 14px;
  border-radius: var(--radius-pill);
  background: rgba(11, 31, 26, 0.82);
  border: 1px solid var(--gold-border);
  color: var(--gold-light);
  font-size: 13px;
  font-family: var(--font-num);
  text-align: center;
}

.page-products .pdp-card-body {
  margin-top: 26px;
}

.page-products .pdp-card-body p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.page-products .pdp-stat-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.page-products .pdp-stat {
  flex: 1 1 120px;
  padding: 14px 16px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold-border);
  background: rgba(212, 175, 55, 0.08);
}

.page-products .pdp-stat__num {
  display: block;
  font-family: var(--font-num);
  font-size: 32px;
  line-height: 1.1;
  color: var(--gold-light);
}

.page-products .pdp-stat__label {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.page-products .pdp-web-media {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--gold-border);
  background: var(--bg-forest);
}

.page-products .pdp-web-media__img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-products .pdp-web-media__tag {
  position: absolute;
  left: 18px;
  bottom: 18px;
  padding: 9px 18px;
  background: rgba(11, 31, 26, 0.84);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-pill);
  color: var(--gold-light);
  font-size: 14px;
}

.page-products .pdp-dashboard {
  position: relative;
  padding: 72px 20px;
  background: var(--bg-forest);
  overflow: hidden;
}

.page-products .pdp-dash-bg {
  position: absolute;
  inset: 0;
}

.page-products .pdp-dash-bg__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.22;
}

.page-products .pdp-dashboard__inner {
  position: relative;
  z-index: 1;
}

.page-products .section-heading {
  max-width: 720px;
  margin-bottom: 36px;
}

.page-products .section-heading h2 {
  margin: 6px 0 10px;
  font-family: var(--font-head);
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.2;
  color: var(--ivory);
}

.page-products .section-desc {
  color: var(--muted);
}

.page-products .dash-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}

.page-products .dash-board__timer {
  align-self: start;
}

.page-products .dash-ring {
  position: relative;
  max-width: 360px;
  margin: 0 auto;
}

.page-products .dash-ring__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--gold-border);
  object-fit: cover;
}

.page-products .dash-ring__num {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: var(--ivory);
  font-family: var(--font-num);
  font-size: clamp(42px, 9vw, 76px);
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.6);
}

.page-products .dash-ring__num span {
  font-size: 0.4em;
  color: var(--gold-light);
}

.page-products .dash-ring__arc {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-products .dash-ring__arc-fg {
  animation: pdp-refresh-dash 5s var(--ease) infinite;
}

@keyframes pdp-refresh-dash {
  0% {
    stroke-dashoffset: 264;
  }
  60% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.page-products .dash-timer__copy {
  max-width: 380px;
  margin: 18px auto 0;
  text-align: center;
  color: var(--muted);
  font-size: 15px;
}

.page-products .dash-timer__copy p {
  margin: 6px 0 0;
}

.page-products .dash-timer__label {
  color: var(--gold);
  font-family: var(--font-head);
  font-size: 17px;
}

.page-products .dash-table {
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: rgba(11, 31, 26, 0.72);
}

.page-products .dash-table__head {
  display: none;
}

.page-products .dash-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  padding: 18px;
}

.page-products .dash-row:not(:first-child) {
  border-top: 1px solid rgba(212, 175, 55, 0.14);
  margin-top: 14px;
}

.page-products .dash-grid__cell {
  padding: 14px 16px;
  border-radius: var(--radius-lg);
  background: rgba(11, 31, 26, 0.72);
  color: var(--cream);
  font-size: 14px;
  line-height: 1.7;
}

.page-products .dash-grid__cell strong {
  color: var(--gold-light);
  font-family: var(--font-num);
  font-size: 1.2em;
}

.page-products .dash-grid__dim {
  background: rgba(212, 175, 55, 0.07);
}

.page-products .dash-cell-label {
  display: block;
  margin-bottom: 6px;
  color: var(--gold);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.page-products .dash-row__label {
  display: inline-block;
  padding: 4px 12px;
  border-radius: var(--radius-pill);
  background: rgba(212, 175, 55, 0.12);
  border: 1px solid var(--gold-border);
  color: var(--gold-light);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.page-products .pdp-safety {
  padding: 64px 20px 110px;
  background:
    radial-gradient(900px 420px at 8% 100%, rgba(107, 31, 44, 0.28), transparent 55%),
    var(--bg-deep);
}

.page-products .pdp-safety__banner {
  position: relative;
  max-width: 1120px;
  margin: 0 auto 44px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--gold-border);
}

.page-products .pdp-safety__banner-img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-products .pdp-safety__shield {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 10px 18px;
  background: rgba(11, 31, 26, 0.84);
  border: 1px solid var(--gold-border);
  border-radius: var(--radius-pill);
  color: var(--gold-light);
  font-size: 14px;
}

.page-products .pdp-safety__card {
  background: linear-gradient(145deg, var(--bg-forest), var(--bg-deep));
  border: 1px solid var(--gold-border);
  border-radius: 48px;
  padding: 40px 28px;
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.22);
}

.page-products .pdp-safety__card h2 {
  margin: 8px 0 12px;
  font-family: var(--font-head);
  font-size: clamp(28px, 5vw, 46px);
  line-height: 1.2;
  color: var(--ivory);
}

.page-products .pdp-safety__lead {
  max-width: 76ch;
  color: var(--muted);
  font-size: 16px;
}

.page-products .pdp-safety__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 30px;
}

.page-products .pdp-safety__item {
  padding: 24px;
  border-radius: var(--radius-lg);
  background: rgba(11, 31, 26, 0.72);
  border: 1px solid rgba(212, 175, 55, 0.16);
}

.page-products .pdp-safety__item h3 {
  margin: 0 0 10px;
  color: var(--gold-light);
  font-family: var(--font-head);
  font-size: 19px;
}

.page-products .pdp-safety__item p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.page-products .pdp-safety__item a {
  color: var(--gold-light);
  text-decoration: none;
  border-bottom: 1px solid var(--gold-border);
}

.page-products .pdp-safety__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

@media (min-width: 900px) {
  .page-products .pdp-hero {
    padding: 76px 24px 84px;
  }

  .page-products .pdp-split {
    grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
    align-items: center;
  }

  .page-products .pdp-split__link {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-products .pdp-card-body p {
    font-size: 16px;
  }

  .page-products .dash-board {
    grid-template-columns: 0.7fr 1.3fr;
    align-items: start;
    gap: 44px;
  }

  .page-products .dash-table__head {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr 1.2fr;
  }

  .page-products .dash-grid {
    grid-template-columns: 0.9fr 1.1fr 1.2fr;
    gap: 0;
    padding: 0;
  }

  .page-products .dash-table__head .dash-grid__cell {
    border-bottom: 1px solid var(--gold-border);
    background: rgba(11, 31, 26, 0.42);
    font-family: var(--font-head);
    color: var(--ivory);
  }

  .page-products .dash-grid__cell {
    border-radius: 0;
    background: transparent;
    padding: 18px 16px;
  }

  .page-products .dash-grid__dim {
    background: rgba(11, 31, 26, 0.4);
  }

  .page-products .dash-grid__cell .dash-cell-label {
    display: none;
  }

  .page-products .dash-row {
    border-top: 1px solid rgba(212, 175, 55, 0.14);
    margin-top: 0;
  }

  .page-products .dash-row:not(:first-child) {
    margin-top: 0;
  }

  .page-products .dash-row .dash-grid__legacy:hover,
  .page-products .dash-row .dash-grid__web:hover {
    background: rgba(212, 175, 55, 0.1);
  }

  .page-products .pdp-safety__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .page-products .pdp-safety__card {
    padding: 56px 60px;
  }

  .page-products .pdp-safety__banner {
    margin-bottom: 56px;
  }

  .page-products .pdp-title {
    letter-spacing: -0.01em;
  }
}
