.page-products {
  --tilt-mobile: -0.8deg;
  --tilt-archive: 0.6deg;
  --tilt-weekend: -0.5deg;
  --tilt-team: 0.4deg;
  position: relative;
  background:
    radial-gradient(ellipse 720px 320px at 18% 0%, rgba(255, 46, 77, 0.10), transparent 62%),
    radial-gradient(ellipse 880px 420px at 82% 8%, rgba(0, 194, 255, 0.08), transparent 62%),
    repeating-linear-gradient(115deg, transparent 0 32px, rgba(0, 194, 255, 0.022) 32px 48px, transparent 48px 90px),
    var(--color-ink);
}

.page-products .page-products-heading {
  padding: 56px 0 36px;
  border-bottom: 1px solid var(--border-faint);
  margin-bottom: 48px;
  text-align: left;
}

.page-products .heading-layout {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.page-products .heading-left .eyebrow {
  margin-bottom: 12px;
}

.page-products .heading-right {
  max-width: 460px;
  color: var(--text-low);
  font-size: 15px;
  line-height: 1.8;
  border-left: 3px solid transparent;
  border-image: var(--gradient-energy) 1;
  padding-left: 16px;
}

.page-products .heading-right p + p {
  margin-top: 6px;
}

.page-products .page-intro {
  margin: 20px 0 0;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-high);
}

.page-products .service-matrix-section {
  padding: 0 0 56px;
}

.page-products .service-matrix-title {
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 20px;
}

.page-products .service-matrix-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 46, 77, 0.4), rgba(0, 194, 255, 0.4), transparent);
}

.page-products .service-matrix {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.page-products .service-card {
  position: relative;
  background: linear-gradient(135deg, rgba(255, 46, 77, 0.30), rgba(0, 194, 255, 0.30));
  padding: 1px;
  transform: rotate(var(--tilt-mobile, 0deg));
  transition: transform 0.45s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.45s;
}

.page-products .service-card:hover,
.page-products .service-card:focus-within {
  transform: rotate(0deg);
  background: linear-gradient(135deg, rgba(255, 46, 77, 0.55), rgba(0, 194, 255, 0.55));
}

.page-products .card-inner {
  background: var(--color-panel);
  padding: 24px 20px 28px;
  height: 100%;
}

.page-products .card-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.page-products .card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: var(--color-blue);
  background: rgba(0, 194, 255, 0.08);
  border: 1px solid rgba(0, 194, 255, 0.18);
}

.page-products .card-index {
  font-family: var(--font-mono);
  font-size: 13px;
  color: var(--text-low);
  letter-spacing: 0.08em;
}

.page-products .card-index::before {
  content: "/";
  color: var(--color-red);
  margin-right: 4px;
}

.page-products .card-title {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 16px;
  color: var(--text-high);
}

.page-products .card-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-products .card-content {
  flex: 1;
}

.page-products .card-desc {
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-low);
  margin: 0 0 16px;
}

.page-products .feature-list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-products .feature-list li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-high);
}

.page-products .feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 11px;
  height: 2px;
  background: var(--gradient-energy);
  transform: skewX(-24deg);
}

.page-products .card-media {
  overflow: hidden;
  background: var(--color-ink);
  border: 1px solid var(--border-faint);
}

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

.page-products .mobile-media img {
  aspect-ratio: 1 / 2;
}

.page-products .archive-media img {
  aspect-ratio: 3 / 2;
}

.page-products .weekend-media img {
  aspect-ratio: 16 / 10;
}

.page-products .team-media img {
  aspect-ratio: 1 / 1;
}

.page-products .card-mobile {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
}

.page-products .card-archive {
  --tilt-mobile: var(--tilt-archive);
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
}

.page-products .card-weekend {
  --tilt-mobile: var(--tilt-weekend);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 18px));
}

.page-products .card-team {
  --tilt-mobile: var(--tilt-team);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.page-products .weekend-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-products .team-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-products .service-data-section {
  padding: 56px 0;
  background:
    linear-gradient(90deg, rgba(255, 46, 77, 0.04), rgba(0, 194, 255, 0.04)),
    var(--color-panel);
  border-top: 1px solid var(--border-faint);
  border-bottom: 1px solid var(--border-faint);
}

.page-products .data-head {
  margin-bottom: 32px;
}

.page-products .data-head .eyebrow {
  margin-bottom: 10px;
}

.page-products .data-head p:last-child {
  margin: 14px 0 0;
  color: var(--text-low);
  max-width: 640px;
}

.page-products .stat-strip {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 28px;
}

.page-products .stat-block {
  padding: 20px 16px;
  background: rgba(11, 14, 20, 0.5);
  border-left: 3px solid transparent;
  border-image: var(--gradient-energy) 1;
}

.page-products .stat-num {
  display: block;
  font-family: var(--font-mono);
  font-size: 34px;
  font-weight: 700;
  color: var(--text-high);
  line-height: 1.1;
  margin-bottom: 8px;
}

.page-products .stat-label {
  font-size: 13px;
  color: var(--text-low);
  letter-spacing: 0.04em;
}

.page-products .data-visual {
  border: 1px solid var(--border-faint);
  clip-path: polygon(0 0, 100% 8px, 100% calc(100% - 8px), 0 100%);
}

.page-products .data-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.page-products .service-steps-section {
  padding: 56px 0 72px;
}

.page-products .steps-head {
  margin-bottom: 36px;
}

.page-products .steps-head .eyebrow {
  margin-bottom: 10px;
}

.page-products .step-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.page-products .step-item {
  position: relative;
  padding: 22px 20px;
  background: rgba(20, 26, 36, 0.7);
  border: 1px solid var(--border-faint);
  border-left: 3px solid var(--color-blue);
}

.page-products .step-num {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: linear-gradient(120deg, rgba(255, 46, 77, 0.12), rgba(0, 194, 255, 0.12));
  padding: 4px 10px;
  border-left: 2px solid var(--color-red);
}

.page-products .step-num::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--color-blue);
  margin-right: 8px;
  border-radius: 50%;
  animation: pageStepPulse 2.4s ease-in-out infinite;
}

@keyframes pageStepPulse {
  0%, 100% { box-shadow: 0 0 4px rgba(0, 194, 255, 0.5); }
  50% { box-shadow: 0 0 12px rgba(0, 194, 255, 0.9); }
}

.page-products .step-title {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
  color: var(--text-high);
}

.page-products .step-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-low);
}

@media (min-width: 900px) {
  .page-products .page-products-heading {
    padding: 88px 0 48px;
  }

  .page-products .heading-layout {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
  }

  .page-products .heading-right {
    text-align: right;
    border-left: none;
    border-right: 3px solid transparent;
    border-image: var(--gradient-energy) 1;
    padding-left: 0;
    padding-right: 18px;
  }

  .page-products .service-matrix {
    grid-template-columns: repeat(2, 1fr);
    gap: 48px 32px;
  }

  .page-products .card-inner {
    padding: 32px 28px 36px;
  }

  .page-products .card-mobile .card-layout {
    flex-direction: row;
    align-items: stretch;
  }

  .page-products .card-mobile .card-media {
    flex: 0 0 46%;
  }

  .page-products .card-archive .card-layout {
    flex-direction: row-reverse;
    align-items: stretch;
  }

  .page-products .card-archive .card-media {
    flex: 0 0 44%;
  }

  .page-products .card-weekend {
    grid-column: 1 / -1;
  }

  .page-products .weekend-layout {
    flex-direction: row;
    align-items: center;
  }

  .page-products .weekend-copy {
    flex: 1.4;
  }

  .page-products .weekend-media {
    flex: 1;
  }

  .page-products .card-team {
    grid-column: 1 / -1;
  }

  .page-products .team-layout {
    flex-direction: row;
    align-items: center;
  }

  .page-products .team-media {
    flex: 0 0 34%;
  }

  .page-products .card-team .card-content {
    flex: 1;
    padding-left: 12px;
  }

  .page-products .service-data-section {
    padding: 72px 0;
  }

  .page-products .stat-strip {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .page-products .stat-num {
    font-size: 44px;
  }

  .page-products .step-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }

  .page-products .step-item {
    padding: 28px 24px;
  }
}
