.page-products {
  --prod-gold-grad: linear-gradient(135deg, #D4AF37 0%, #F1D07A 100%);
}

.page-products .prod-hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 56px;
  background:
    radial-gradient(circle at 85% 20%, rgba(212, 175, 55, 0.18), transparent 240px),
    radial-gradient(circle at 12% 80%, rgba(255, 107, 53, 0.12), transparent 180px),
    linear-gradient(135deg, #0B1B3A 0%, #0F2A52 60%, #16233A 100%);
  color: #E8EDF2;
}

.page-products .prod-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(212, 175, 55, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 175, 55, 0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}

.page-products .prod-hero .content-shell {
  position: relative;
}

.page-products .prod-hero .breadcrumbs {
  margin-bottom: 28px;
}

.page-products .prod-hero .breadcrumbs-item {
  color: rgba(232, 237, 242, 0.72);
}

.page-products .prod-hero .breadcrumbs-item a {
  color: rgba(232, 237, 242, 0.72);
}

.page-products .prod-hero .eyebrow {
  color: #D4AF37;
}

.page-products .prod-hero h1 {
  margin: 12px 0 16px;
  font-size: 2.1rem;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #F1D07A;
  background: linear-gradient(135deg, #F1D07A 0%, #D4AF37 60%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-products .prod-hero-lead {
  max-width: 720px;
  font-size: 15px;
  line-height: 1.85;
  color: rgba(232, 237, 242, 0.86);
}

.page-products .prod-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 28px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: rgba(232, 237, 242, 0.8);
}

.page-products .prod-overview {
  padding: 56px 0 64px;
  background: #F5F7FA;
  color: #16233A;
}

.page-products .prod-section-head {
  max-width: 680px;
}

.page-products .prod-section-head h2 {
  margin: 8px 0 14px;
  font-size: 1.75rem;
  line-height: 1.25;
}

.page-products .prod-section-head > p {
  line-height: 1.8;
  color: #3A465A;
}

.page-products .prod-matrix-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin: 32px 0 40px;
}

.page-products .prod-matrix-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(44, 62, 80, 0.12);
  border-top: 2px solid transparent;
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  color: #16233A;
  text-decoration: none;
  transition: transform 0.35s var(--ease), box-shadow 0.35s var(--ease), border-color 0.35s var(--ease);
}

.page-products .prod-matrix-card:hover {
  transform: translateY(-4px);
  border-top-color: #D4AF37;
  box-shadow: var(--shadow-lg);
}

.page-products .prod-matrix-num {
  font-family: var(--font-mono);
  font-size: 12px;
  color: #8A94A6;
}

.page-products .prod-matrix-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin: 14px 0 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0B1B3A 0%, #0F2A52 100%);
  color: #D4AF37;
  font-size: 22px;
  line-height: 1;
}

.page-products .prod-matrix-card h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 700;
}

.page-products .prod-matrix-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #3A465A;
}

.page-products .prod-figure {
  margin: 24px 0 0;
}

.page-products .prod-figure-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: calc(var(--radius) + 6px);
  box-shadow: var(--shadow-sm);
}

.page-products .prod-block {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
}

.page-products .prod-block-inner {
  display: grid;
  gap: 32px;
  align-items: center;
}

.page-products .prod-block-copy h2 {
  margin: 8px 0 12px;
  font-size: 1.75rem;
  line-height: 1.25;
}

.page-products .prod-block-lead {
  font-size: 15px;
  line-height: 1.85;
}

.page-products .prod-feature-list {
  list-style: none;
  margin: 24px 0;
  padding: 0;
}

.page-products .prod-feature-list li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  line-height: 1.75;
  font-size: 14px;
}

.page-products .prod-feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #D4AF37;
  border-bottom: 2px solid #D4AF37;
  transform: rotate(-45deg);
}

.page-products .prod-block-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-products .prod-block-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: calc(var(--radius) + 6px);
  box-shadow: var(--shadow-lg);
  object-fit: cover;
}

.page-products .prod-membership {
  background:
    radial-gradient(circle at 12% 30%, rgba(212, 175, 55, 0.14), transparent 220px),
    linear-gradient(135deg, #0B1B3A 0%, #0F2A52 70%, #132A4D 100%);
  color: #E8EDF2;
}

.page-products .prod-membership .eyebrow,
.page-products .prod-download .eyebrow,
.page-products .prod-guide .eyebrow {
  color: #D4AF37;
}

.page-products .prod-membership .prod-block-lead,
.page-products .prod-download .prod-block-lead {
  color: rgba(232, 237, 242, 0.84);
}

.page-products .prod-membership .prod-feature-list,
.page-products .prod-download .prod-feature-list {
  color: rgba(232, 237, 242, 0.9);
}

.page-products .prod-membership-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-products .prod-stat {
  flex: 1 1 120px;
  padding: 16px 14px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #D4AF37 0%, #F1D07A 100%);
  text-align: center;
}

.page-products .prod-stat-num {
  display: block;
  font-family: var(--font-mono);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  color: #0B1B3A;
}

.page-products .prod-stat-label {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #16233A;
}

.page-products .prod-tool {
  background: linear-gradient(135deg, #F5F7FA 0%, #EAF0F5 100%);
  color: #16233A;
}

.page-products .prod-tool .prod-block-lead {
  color: #3A465A;
}

.page-products .prod-tool-filter {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(44, 62, 80, 0.16);
}

.page-products .prod-tool-filter > p {
  margin: 0 0 8px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  color: #0F2A52;
}

.page-products .prod-tool-filter > ul {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.page-products .prod-tool-filter > ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 1.6;
  color: #3A465A;
}

.page-products .prod-tool-filter > ul li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: #FF6B35;
  font-weight: 700;
}

.page-products .prod-tool-sample {
  margin: 10px 0;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(44, 62, 80, 0.14);
  border-radius: var(--radius);
  transition: border-color 0.3s var(--ease);
}

.page-products .prod-tool-sample:hover {
  border-color: rgba(212, 175, 55, 0.5);
}

.page-products .prod-tool-sample summary,
.page-products .prod-accordion summary {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
}

.page-products .prod-tool-sample summary::-webkit-details-marker,
.page-products .prod-accordion summary::-webkit-details-marker {
  display: none;
}

.page-products .prod-tool-sample summary::before,
.page-products .prod-accordion summary::before {
  content: "+";
  display: inline-block;
  margin-right: 8px;
  color: #D4AF37;
  font-family: var(--font-mono);
  font-weight: 700;
}

.page-products .prod-tool-sample[open] summary::before,
.page-products .prod-accordion details[open] summary::before {
  content: "–";
}

.page-products .prod-tool-sample summary:focus-visible,
.page-products .prod-accordion summary:focus-visible {
  outline: 2px solid rgba(255, 107, 53, 0.7);
  outline-offset: 4px;
  border-radius: 2px;
}

.page-products .prod-tool-sample-data {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed rgba(44, 62, 80, 0.22);
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.9;
  color: #2C3E50;
}

.page-products .prod-download {
  background:
    radial-gradient(circle at 85% 40%, rgba(212, 175, 55, 0.16), transparent 200px),
    linear-gradient(120deg, #0F2A52 0%, #0B1B3A 100%);
  color: #E8EDF2;
}

.page-products .prod-download .prod-feature-list {
  margin-bottom: 28px;
}

.page-products .prod-timeline {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.page-products .prod-timeline li {
  position: relative;
  padding: 14px 12px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(212, 175, 55, 0.35);
  text-align: center;
  font-family: var(--font-mono);
  font-size: 13px;
  line-height: 1.6;
  color: #E8EDF2;
}

.page-products .prod-timeline li + li::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 2px;
  height: 8px;
  background: #D4AF37;
  opacity: 0.6;
  transform: translateX(-50%);
}

.page-products .prod-timeline li::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.9);
  box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.5);
  animation: prod-pulse 2.4s var(--ease) infinite;
}

@keyframes prod-pulse {
  0% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.5); }
  70% { box-shadow: 0 0 0 8px rgba(212, 175, 55, 0); }
  100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0); }
}

.page-products .prod-v4 {
  background: linear-gradient(135deg, #F5F7FA 0%, #FFFFFF 60%, #F1F4F8 100%);
  color: #16233A;
}

.page-products .prod-v4 .prod-block-lead {
  color: #3A465A;
}

.page-products .prod-block-compare {
  margin: 20px 0 8px;
  font-weight: 700;
}

.page-products .prod-accordion {
  margin: 16px 0 20px;
}

.page-products .prod-accordion details {
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(44, 62, 80, 0.14);
  border-radius: var(--radius);
}

.page-products .prod-accordion details p {
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px dashed rgba(44, 62, 80, 0.18);
  font-size: 14px;
  line-height: 1.9;
  color: #2C3E50;
}

.page-products .prod-inline-link {
  display: inline-block;
  margin-left: 16px;
  color: #FF6B35;
  text-decoration: underline;
  text-underline-offset: 4px;
  font-weight: 600;
}

.page-products .prod-membership .prod-inline-link,
.page-products .prod-download .prod-inline-link,
.page-products .prod-guide .prod-inline-link {
  color: #F1D07A;
}

.page-products .prod-guide {
  position: relative;
  overflow: hidden;
  padding: 64px 0 72px;
  background:
    linear-gradient(rgba(212, 175, 55, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(212, 175, 55, 0.06) 1px, transparent 1px),
    linear-gradient(135deg, #0B1B3A 0%, #0F2A52 100%);
  background-size: 24px 24px, 24px 24px, auto;
  color: #E8EDF2;
}

.page-products .prod-guide .prod-section-head h2 {
  color: #E8EDF2;
}

.page-products .prod-guide .prod-section-head > p {
  color: rgba(232, 237, 242, 0.74);
}

.page-products .prod-guide-grid {
  display: grid;
  gap: 16px;
  margin-top: 32px;
}

.page-products .prod-guide-card {
  padding: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: var(--radius);
  transition: background 0.3s var(--ease), border-color 0.3s var(--ease);
}

.page-products .prod-guide-card:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(212, 175, 55, 0.45);
}

.page-products .prod-guide-card h3 {
  margin: 0 0 8px;
  color: #F1D07A;
  font-size: 1.05rem;
}

.page-products .prod-guide-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(232, 237, 242, 0.86);
}

.page-products .prod-guide-note {
  margin-top: 28px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: rgba(232, 237, 242, 0.6);
}

.page-products .prod-guide-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

@media (min-width: 640px) {
  .page-products .prod-hero {
    padding: 64px 0 72px;
  }

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

  .page-products .prod-hero-lead {
    font-size: 16px;
  }

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

  .page-products .prod-guide-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-products .prod-timeline {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .page-products .prod-timeline li + li::before {
    top: 50%;
    left: -8px;
    width: 8px;
    height: 2px;
    transform: none;
  }
}

@media (min-width: 900px) {
  .page-products .prod-hero {
    padding: 80px 0 96px;
  }

  .page-products .prod-hero h1 {
    font-size: 3rem;
  }

  .page-products .prod-block {
    padding: 96px 0;
  }

  .page-products .prod-block-inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 64px;
  }

  .page-products .prod-block-reverse .prod-block-copy {
    order: 2;
  }

  .page-products .prod-block-reverse .prod-block-visual {
    order: 1;
  }

  .page-products .prod-overview {
    padding: 80px 0 96px;
  }

  .page-products .prod-guide {
    padding: 80px 0 96px;
  }

  .page-products .prod-matrix-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-products .prod-stat {
    flex: 1 1 0;
  }
}
