.page-products {
  --solution-radius-lg: 26px;
  --solution-radius-md: 18px;
  --solution-gap: clamp(22px, 4vw, 44px);
  --solution-line: 1px solid #E0D8CC;
  --solution-shadow: 0 12px 30px rgba(26, 23, 18, 0.07);
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  overflow-x: hidden;
}

.page-products .button,
.page-products .dark-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.page-products .button:active,
.page-products .dark-ghost:active {
  transform: translateY(1px);
}

.page-products .dark-ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  padding: 12px 22px;
}

.page-products .dark-ghost:hover {
  background: rgba(255, 107, 0, 0.18);
  border-color: #FF6B00;
  color: #ffffff;
}

.page-products .solutions-hero {
  padding: 42px 0 28px;
  position: relative;
}

.page-products .solutions-hero__layout {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(0, 1fr);
}

.page-products .solutions-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(34px, 6vw, 62px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 16px 0 22px;
  max-width: 760px;
}

.page-products .solutions-hero__lede {
  font-size: 17px;
  line-height: 1.85;
  color: var(--muted);
  max-width: 680px;
  margin: 0 0 28px;
}

.page-products .solutions-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-products .solutions-hero__actions .button--ghost {
  background: transparent;
  border: 1px solid #C9BFAE;
  color: var(--ink);
  padding: 12px 22px;
}

.page-products .solutions-hero__actions .button--ghost:hover {
  border-color: #FF6B00;
  color: #FF6B00;
}

.page-products .solutions-hero__panel {
  position: relative;
  background: linear-gradient(145deg, #0A1F44 0%, #11294F 70%, #15325E 100%);
  border-radius: var(--solution-radius-lg);
  color: #ffffff;
  padding: 26px;
  overflow: hidden;
  box-shadow: 0 14px 32px rgba(10, 31, 68, 0.22);
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-products .solutions-hero__panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #FF6B00, #FFD700, #FF9400);
}

.page-products .solutions-hero__panel-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.page-products .solutions-hero__eyebrow {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  padding: 7px 14px;
}

.page-products .solution-feather {
  width: 72px;
  height: 72px;
  opacity: 0.9;
  flex-shrink: 0;
}

.page-products .hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 22px 0 0;
}

.page-products .hero-stats__item {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 12px;
}

.page-products .hero-stats dt {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.66);
  margin-bottom: 6px;
}

.page-products .hero-stats dd {
  margin: 0;
  font-family: var(--font-data);
  font-size: 26px;
  color: #FFD700;
  line-height: 1.15;
}

.page-products .matrix-section {
  padding: 34px 0 46px;
}

.page-products .section-head--split {
  display: grid;
  gap: 12px;
  margin-bottom: 30px;
}

.page-products .section-head__text h2,
.page-products .section-head h2 {
  margin: 8px 0 0;
  font-family: var(--font-heading);
  font-weight: 700;
}

.page-products .feature-section .section-head h2,
.page-products .versions-section .section-head h2,
.page-products .scenario-section .section-head h2,
.page-products .collect-section h2 {
  margin-top: 8px;
}

.page-products .matrix-layout {
  display: grid;
  gap: 28px;
}

.page-products .matrix-index {
  background: linear-gradient(160deg, #0A1F44 0%, #11294F 60%, #0D2B5B 100%);
  color: #ffffff;
  border-radius: var(--solution-radius-md);
  padding: 22px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  box-shadow: 0 14px 32px rgba(10, 31, 68, 0.18);
  position: relative;
}

.page-products .matrix-index::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #FF6B00, #FFD700);
  border-radius: 999px;
}

.page-products .matrix-index__title {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

.page-products .matrix-index__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
}

.page-products .matrix-index__nav a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 10px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 15px;
  transition: background-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.page-products .matrix-index__nav a:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  transform: translateX(4px);
}

.page-products .matrix-index__nav a span {
  font-family: var(--font-data);
  color: #FF6B00;
  font-size: 14px;
}

.page-products .matrix-index__cta {
  margin-top: auto;
  color: rgba(255, 215, 0, 0.9);
  text-decoration: none;
  font-size: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.page-products .matrix-index__cta:hover {
  color: #ffffff;
}

.page-products .matrix-cards {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
}

.page-products .matrix-card {
  background: #FFFDF8;
  border: 1px solid #E0D8CC;
  border-radius: var(--solution-radius-md);
  box-shadow: var(--solution-shadow);
  min-width: 0;
}

.page-products .matrix-card--intro {
  padding: 24px;
  border-top: 3px solid #FF6B00;
}

.page-products .matrix-card--intro h3 {
  font-family: var(--font-heading);
  font-size: 24px;
  margin: 12px 0 10px;
}

.page-products .matrix-card--intro p {
  color: var(--muted);
  line-height: 1.72;
  margin: 0;
}

.page-products .matrix-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.page-products .matrix-card--phone {
  padding: 0;
  overflow: hidden;
  border-radius: var(--solution-radius-md);
}

.page-products .matrix-card--phone img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  aspect-ratio: 3 / 4;
  max-height: 480px;
}

.page-products .matrix-card--link {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--ink);
  padding: 22px;
  overflow: hidden;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.page-products .matrix-card--link::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  right: -12px;
  bottom: -12px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 107, 0, 0.14), rgba(255, 215, 0, 0.3));
  transition: transform 0.18s ease;
}

.page-products .matrix-card--link:hover {
  transform: translateY(-4px);
  border-color: #FF6B00;
  box-shadow: 0 14px 28px rgba(26, 23, 18, 0.09);
}

.page-products .matrix-card--link:hover::after {
  transform: scale(1.8);
}

.page-products .matrix-card__num {
  font-family: var(--font-data);
  color: #FF6B00;
  font-size: 15px;
}

.page-products .matrix-card--link h3 {
  font-family: var(--font-heading);
  font-size: 21px;
  margin: 10px 0 8px;
}

.page-products .matrix-card--link p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.page-products .feature-section {
  padding: 48px 0;
  border-top: 1px solid #E0D8CC;
}

.page-products .feature-lead {
  font-size: 17px;
  line-height: 1.8;
  color: var(--ink);
  margin: 0 0 24px;
}

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

.page-products .feature-list li {
  display: grid;
  grid-template-columns: 14px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 0;
  border-bottom: 1px solid #E0D8CC;
  color: var(--muted);
  line-height: 1.55;
  font-size: 15px;
}

.page-products .feature-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF6B00, #FF9400);
  margin-top: 7px;
}

.page-products .possession-layout,
.page-products .lineup-layout,
.page-products .record-layout,
.page-products .feedback-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
}

.page-products .possession-copy__foot {
  margin-top: 24px;
}

.page-products .pose-panel {
  background: linear-gradient(150deg, #0A1F44 0%, #11294F 60%, #0D2B5B 100%);
  border-radius: var(--solution-radius-lg);
  color: #ffffff;
  padding: 24px;
  box-shadow: 0 14px 32px rgba(10, 31, 68, 0.2);
}

.page-products .pose-panel__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.68);
  letter-spacing: 0.08em;
  font-weight: 700;
  margin-bottom: 16px;
}

.page-products .pose-panel__dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #FF6B00;
  box-shadow: 0 0 0 4px rgba(255, 107, 0, 0.2);
}

.page-products .pose-mode {
  margin-top: 12px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}

.page-products .pose-mode[open] {
  border-color: rgba(255, 107, 0, 0.5);
  background: rgba(255, 255, 255, 0.07);
}

.page-products .pose-mode summary {
  cursor: pointer;
  padding: 15px 16px;
  font-weight: 700;
  color: #ffffff;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.page-products .pose-mode summary::-webkit-details-marker {
  display: none;
}

.page-products .pose-mode summary::after {
  content: "+";
  font-family: var(--font-data);
  color: #FFD700;
  font-size: 20px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.page-products .pose-mode[open] summary::after {
  transform: rotate(45deg);
}

.page-products .pose-mode__body {
  padding: 0 16px 16px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.7;
}

.page-products .pose-mode__body p {
  margin: 0 0 16px;
}

.page-products .coverage {
  display: grid;
  gap: 14px;
  margin: 16px 0;
}

.page-products .coverage-row {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 12px;
  align-items: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.82);
}

.page-products .coverage-row__bar {
  display: block;
  height: 10px;
  width: 100%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  position: relative;
  overflow: hidden;
}

.page-products .coverage-row__bar::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--bar-fill, 60%);
  background: linear-gradient(90deg, #FF6B00, #FFD700);
  border-radius: 999px;
}

.page-products .coverage-row__bar--league::before {
  --bar-fill: 96%;
}

.page-products .coverage-row__bar--heartbeat::before {
  --bar-fill: 82%;
}

.page-products .coverage-row__bar--sport::before {
  --bar-fill: 66%;
}

.page-products .coverage-row b {
  font-family: var(--font-data);
  color: #FFD700;
  font-size: 15px;
}

.page-products .pose-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-products .tag--on-dark {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
}

.page-products .feature-section--lineup {
  background: #FFFDF8;
}

.page-products .step-flow {
  list-style: none;
  counter-reset: lineup-step;
  margin: 0 0 22px;
  padding: 0;
  display: grid;
  gap: 14px;
}

.page-products .step-flow li {
  counter-increment: lineup-step;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  background: #F5F0E8;
  border: 1px solid #E0D8CC;
  border-radius: 14px;
  padding: 14px 16px;
  font-weight: 700;
}

.page-products .step-flow li::before {
  content: counter(lineup-step, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF6B00, #FF9400);
  color: #ffffff;
  font-family: var(--font-data);
  font-size: 14px;
}

.page-products .lineup-copy > p,
.page-products .record-copy > p,
.page-products .feedback-copy > p {
  color: var(--muted);
  line-height: 1.78;
  margin: 0 0 20px;
}

.page-products .lineup-figure img,
.page-products .record-figure img,
.page-products .feedback-figure img,
.page-products .scenario-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--solution-radius-lg);
  box-shadow: var(--solution-shadow);
}

.page-products .record-layout {
  align-items: center;
}

.page-products .feedback-copy__meta {
  font-size: 14px;
  color: var(--muted);
  background: #F5F0E8;
  border-left: 3px solid #FF6B00;
  border-radius: 0 10px 10px 0;
  padding: 12px 16px;
  line-height: 1.6;
  margin-top: 20px;
}

.page-products .versions-section {
  background: linear-gradient(155deg, #0A1F44 0%, #0D2B5B 70%, #0A1F44 100%);
  color: #ffffff;
  padding: 54px 0;
}

.page-products .versions-section .section-note,
.page-products .versions-section .section-head .section-note {
  color: rgba(255, 255, 255, 0.68);
}

.page-products .versions-section .section-kicker {
  color: #FFD700;
}

.page-products .timeline {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr);
}

.page-products .timeline-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: var(--solution-radius-md);
  color: #ffffff;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.page-products .timeline-item[open] {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 107, 0, 0.55);
}

.page-products .timeline-item summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 18px;
}

.page-products .timeline-item summary::-webkit-details-marker {
  display: none;
}

.page-products .timeline-item summary::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #FFD700;
  border-bottom: 2px solid #FFD700;
  transform: rotate(45deg);
  margin-top: 4px;
  transition: transform 0.2s ease;
  align-self: flex-end;
}

.page-products .timeline-item[open] summary::after {
  transform: rotate(225deg);
  margin-top: 0;
}

.page-products .timeline-version {
  font-family: var(--font-data);
  color: #FF6B00;
  font-size: 15px;
  letter-spacing: 0.04em;
}

.page-products .timeline-item__title {
  font-family: var(--font-heading);
  font-size: 21px;
  font-weight: 700;
  margin-top: 6px;
}

.page-products .timeline-body {
  padding: 0 18px 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.72;
}

.page-products .timeline-body p {
  margin: 0;
}

.page-products .scenario-section {
  padding: 52px 0 40px;
  background: #F5F0E8;
}

.page-products .scenario-list {
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr);
}

.page-products .scenario-row {
  background: #FFFDF8;
  border: 1px solid #E0D8CC;
  border-radius: var(--solution-radius-md);
  padding: 24px;
  box-shadow: var(--solution-shadow);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
}

.page-products .scenario-row--wide {
  grid-column: span 1;
}

.page-products .scenario-row__index {
  font-family: var(--font-data);
  color: #FF6B00;
  font-size: 30px;
  line-height: 1;
}

.page-products .scenario-row__content h3 {
  font-family: var(--font-heading);
  font-size: 22px;
  margin: 6px 0 10px;
}

.page-products .scenario-row__content > p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 18px;
}

.page-products .scenario-steps {
  list-style: none;
  counter-reset: scenario-step;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-products .scenario-steps li {
  counter-increment: scenario-step;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.55;
  padding: 10px 0;
  border-top: 1px solid #E0D8CC;
}

.page-products .scenario-steps li::before {
  content: counter(scenario-step, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #EAF0F9;
  color: #0A1F44;
  font-family: var(--font-data);
  font-size: 12px;
}

.page-products .scenario-steps--inline {
  grid-template-columns: minmax(0, 1fr);
}

.page-products .scenario-figure {
  margin: 28px 0 0;
}

.page-products .scenario-figure figcaption {
  text-align: center;
  color: var(--muted);
  font-size: 14px;
  padding-top: 12px;
}

.page-products .collect-section {
  padding: 52px 0 72px;
  background: #F5F0E8;
}

.page-products .collect-section__shell {
  background: linear-gradient(140deg, #0A1F44 0%, #0D2B5B 55%, #15325E 100%);
  border-radius: 30px;
  color: #ffffff;
  padding: 36px 28px;
  box-shadow: 0 16px 40px rgba(10, 31, 68, 0.24);
  position: relative;
  overflow: hidden;
}

.page-products .collect-section__shell::before {
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 0, 0.38), rgba(255, 215, 0, 0.08) 68%, transparent 72%);
}

.page-products .collect-section__shell::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #FF6B00, #FFD700, #FF9400);
}

.page-products .collect-section__content {
  position: relative;
  z-index: 1;
  max-width: 680px;
}

.page-products .collect-section h2 {
  font-family: var(--font-heading);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.16;
  margin: 10px 0 14px;
}

.page-products .collect-section__content > p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

.page-products .collect-section__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 26px;
}

.page-products .collect-section .button--primary {
  background: #FF6B00;
  color: #ffffff;
  border: 1px solid #FF6B00;
  padding: 12px 24px;
}

.page-products .collect-section .button--primary:hover {
  background: #E05B00;
  border-color: #E05B00;
  transform: translateY(-2px);
}

.page-products .collect-section__support {
  color: #FFD700;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 4px;
}

.page-products .collect-section__support:hover {
  color: #ffffff;
}

@media (min-width: 700px) {
  .page-products .scenario-row {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 20px;
  }

  .page-products .scenario-steps--inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .page-products .matrix-card--intro,
  .page-products .matrix-card--phone,
  .page-products .matrix-card--link {
    grid-column: span 1;
  }

  .page-products .matrix-card--phone img {
    max-height: none;
  }
}

@media (min-width: 900px) {
  .page-products .solutions-hero {
    padding: 52px 0 36px;
  }

  .page-products .solutions-hero__layout {
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.85fr);
    align-items: stretch;
  }

  .page-products .section-head--split {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 24px;
  }

  .page-products .section-head--split .section-note {
    max-width: 320px;
    text-align: right;
    margin: 0;
  }

  .page-products .possession-layout,
  .page-products .lineup-layout,
  .page-products .feedback-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 40px;
  }

  .page-products .possession-layout {
    align-items: start;
  }

  .page-products .record-layout {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 44px;
  }

  .page-products .scenario-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-products .scenario-row--wide {
    grid-column: span 2;
  }

  .page-products .scenario-row--wide {
    grid-template-columns: 56px minmax(0, 1fr);
  }

  .page-products .scenario-steps--inline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-products .collect-section__shell {
    padding: 48px 44px;
  }
}

@media (min-width: 1024px) {
  .page-products .matrix-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 36px;
    align-items: start;
  }

  .page-products .matrix-index {
    position: sticky;
    top: 120px;
  }

  .page-products .matrix-cards {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
  }

  .page-products .matrix-card--intro {
    grid-column: span 7;
  }

  .page-products .matrix-card--phone {
    grid-column: span 5;
    grid-row: span 2;
  }

  .page-products .matrix-card--link01,
  .page-products .matrix-card--link02,
  .page-products .matrix-card--link03 {
    grid-column: span 4;
  }

  .page-products .matrix-card--link04 {
    grid-column: span 8;
  }

  .page-products .timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
  }

  .page-products .timeline-item {
    display: flex;
    flex-direction: column;
  }

  .page-products .timeline-body {
    margin-top: auto;
  }
}
