.page-products {
  --products-accent: #ff6b35;
  --products-gold: #ffd700;
  --products-cyan: #64ffda;
  --products-bg-soft: #112240;
  --products-line: rgba(168, 178, 209, 0.3);
  --products-diagonal: linear-gradient(135deg, rgba(255, 107, 53, 0.12) 0%, transparent 60%);
}

.page-products__inner {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.page-products .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 0.875rem;
  color: #8892b0;
  margin-bottom: 2.5rem;
  align-items: center;
}

.page-products .breadcrumb a {
  color: #8892b0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-products .breadcrumb a:hover {
  color: #ff6b35;
}

.page-products .breadcrumb__sep {
  color: #ffd700;
  font-weight: 700;
}

.page-products .section-kicker {
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ff6b35;
  margin: 0 0 0.5rem;
}

.page-products .section-title {
  font-family: "Arial Black", "Impact", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #ffffff;
  margin: 0 0 1.25rem;
}

.page-products .section-head {
  margin-bottom: 1.5rem;
}

.page-products .stat {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-left: 0.75rem;
  border-left: 3px solid #ff6b35;
}

.page-products .stat__value {
  font-family: "Roboto Mono", "SFMono-Regular", Consolas, monospace;
  font-size: 1.375rem;
  font-weight: 700;
  color: #ffffff;
}

.page-products .stat__label {
  font-size: 0.8125rem;
  color: #8892b0;
  margin-top: 0.25rem;
}

/* ---------- Hero ---------- */
.page-products .products-hero {
  display: grid;
  gap: 2.5rem;
  align-items: center;
  position: relative;
  padding: 2rem 0 2.5rem;
}

.page-products .products-hero::before {
  content: "";
  position: absolute;
  top: -1.5rem;
  right: -20%;
  width: 70%;
  height: 80%;
  background: var(--products-diagonal);
  pointer-events: none;
  border-radius: 50%;
  filter: blur(20px);
}

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

.page-products .products-hero h1 {
  font-family: "Arial Black", "Impact", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 2rem;
  line-height: 1.15;
  color: #ffffff;
  margin: 0.5rem 0 1.25rem;
  text-transform: uppercase;
}

.page-products .products-hero__lead {
  font-size: 1rem;
  line-height: 1.7;
  color: #a8b2d1;
  margin: 0 0 2rem;
}

.page-products .products-hero__lead strong {
  color: #ff6b35;
  font-weight: 700;
}

.page-products .products-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.page-products .products-hero__phone {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 -1.25rem;
}

.page-products .phone-frame {
  width: 230px;
  max-width: 80vw;
  background: #0d1a2e;
  border: 3px solid #ff6b35;
  border-radius: 34px;
  padding: 10px;
  box-shadow: 0 30px 60px rgba(2, 12, 27, 0.65), 0 0 0 8px rgba(255, 107, 53, 0.06);
  position: relative;
  transform: rotate(2deg);
}

.page-products .phone-frame__notch {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  height: 18px;
  background: #0d1a2e;
  border-radius: 12px;
  z-index: 2;
}

.page-products .phone-frame__screen {
  background: #112240;
  border-radius: 22px;
  overflow: hidden;
  padding: 2.4rem 0.8rem 0.8rem;
  height: 460px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page-products .phone-screen__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffffff;
  padding: 0.25rem 0.2rem 0.5rem;
  border-bottom: 1px solid var(--products-line);
}

.page-products .phone-screen__live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #64ffda;
  box-shadow: 0 0 8px #64ffda;
  margin-right: 0.25rem;
}

.page-products .phone-screen__live-tag {
  background: #ff6b35;
  color: #ffffff;
  font-size: 0.6rem;
  font-weight: 700;
  padding: 0.15rem 0.4rem;
  border-radius: 10px;
  letter-spacing: 0.05em;
}

.page-products .phone-score-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.4rem;
  background: #172a45;
  border-radius: 10px;
  padding: 0.7rem 0.6rem;
  font-size: 0.75rem;
  color: #e6f1ff;
  border-left: 3px solid #ff6b35;
}

.page-products .phone-score-row__teams {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.72rem;
  color: #a8b2d1;
  text-align: center;
}

.page-products .phone-score-row__num {
  font-weight: 700;
  color: #ffd700;
}

.page-products .phone-score-row--more {
  padding: 0;
  min-height: 120px;
  overflow: hidden;
  position: relative;
}

.page-products .phone-screen__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.page-products .products-hero__phone-caption {
  font-size: 0.75rem;
  color: #8892b0;
  margin-top: 1.25rem;
  text-align: center;
  position: relative;
  z-index: 1;
  background: #0a192f;
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
}

/* ---------- Version Highlights ---------- */
.page-products .products-version {
  margin-top: 1rem;
}

.page-products .products-version__grid {
  gap: 1.25rem;
}

.page-products .products-version__card {
  position: relative;
  background: #112240;
  border-radius: 14px;
  padding: 1.5rem;
  border: 1px solid var(--products-line);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

.page-products .products-version__card::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.page-products .products-version__card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 107, 53, 0.5);
  box-shadow: 0 16px 40px rgba(2, 12, 27, 0.45);
}

.page-products .products-version__card--accent {
  background: linear-gradient(135deg, #ff6b35 0%, #d94e1a 100%);
  border-color: transparent;
}

.page-products .products-version__card--accent h3,
.page-products .products-version__card--accent p {
  color: #ffffff;
}

.page-products .products-version__card--accent::after {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, transparent 70%);
}

.page-products .card__index {
  display: inline-block;
  font-size: 0.6875rem;
  color: #ffd700;
  margin-bottom: 0.75rem;
  letter-spacing: 0.1em;
}

.page-products .products-version__card--accent .card__index {
  color: #ffffff;
  opacity: 0.85;
}

.page-products .products-version__card h3 {
  font-family: "Arial Black", "Impact", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 1.0625rem;
  color: #ffffff;
  margin: 0 0 0.75rem;
}

.page-products .products-version__card p {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #8892b0;
  margin: 0;
}

.page-products .products-version__card--accent p {
  color: rgba(255, 255, 255, 0.92);
}

.page-products .products-version__diagram {
  margin-top: 2rem;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  background: #112240;
  min-height: 200px;
  display: flex;
  align-items: flex-end;
}

.page-products .products-version__diagram::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 60%;
  height: 100%;
  background: linear-gradient(105deg, rgba(255, 107, 53, 0.25) 0%, transparent 60%);
  clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
  pointer-events: none;
}

.page-products .products-version__bg-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  min-height: 200px;
  display: block;
}

.page-products .products-version__diagram-note {
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
  background: rgba(10, 25, 47, 0.85);
  padding: 0.75rem 1rem;
  border-radius: 10px;
  border-left: 3px solid #ffd700;
}

.page-products .products-version__diagram-label {
  color: #ffd700;
  font-size: 0.6875rem;
  letter-spacing: 0.08em;
}

.page-products .products-version__diagram-note p {
  margin: 0.25rem 0 0;
  font-size: 0.8125rem;
  color: #a8b2d1;
}

/* ---------- Matrix Bento ---------- */
.page-products .products-matrix__bento {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

.page-products .bento-card {
  background: #112240;
  border-radius: 14px;
  padding: 1.5rem;
  border: 1px solid var(--products-line);
  transition: transform 0.2s ease, border-color 0.2s ease;
  position: relative;
  overflow: hidden;
}

.page-products .bento-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, #ff6b35 0%, #ffd700 100%);
  border-radius: 0 4px 4px 0;
  opacity: 0.8;
}

.page-products .bento-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 107, 53, 0.45);
}

.page-products .bento-card .tag {
  display: inline-block;
  background: rgba(255, 215, 0, 0.15);
  color: #ffd700;
  font-size: 0.6875rem;
  font-weight: 700;
  padding: 0.3rem 0.75rem;
  border-radius: 20px;
  letter-spacing: 0.04em;
  margin-bottom: 0.75rem;
}

.page-products .bento-card h3 {
  font-family: "Arial Black", "Impact", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  margin: 0 0 0.5rem;
}

.page-products .bento-card p {
  font-size: 0.875rem;
  line-height: 1.6;
  color: #8892b0;
  margin: 0;
}

.page-products .bento-card--score {
  background: linear-gradient(135deg, #112240 0%, rgba(255, 107, 53, 0.07) 100%);
}

.page-products .bento-card__live-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.25rem;
  padding-top: 0.75rem;
  border-top: 1px dashed var(--products-line);
}

.page-products .bento-card__live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #64ffda;
  box-shadow: 0 0 6px #64ffda;
  animation: products-pulse 1.8s ease-in-out infinite;
}

@keyframes products-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.55; transform: scale(1.2); }
}

.page-products .bento-card__live-row .mono {
  font-size: 0.75rem;
  color: #64ffda;
}

.page-products .bento-card--data {
  min-height: 220px;
}

.page-products .bento-card__chart {
  margin-top: 1.25rem;
}

.page-products .bento-card__chart img {
  width: 100%;
  max-width: 240px;
  height: auto;
  border-radius: 10px;
  display: block;
  margin-left: auto;
}

.page-products .bento-card--review {
  background: #172a45;
}

.page-products .bento-card__list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.page-products .bento-card__list li {
  font-size: 0.75rem;
  color: #a8b2d1;
  background: rgba(10, 25, 47, 0.5);
  padding: 0.35rem 0.7rem;
  border-radius: 20px;
  border: 1px solid var(--products-line);
}

.page-products .bento-card__status {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page-products .bento-card__status-light {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #64ffda;
  box-shadow: 0 0 8px #64ffda;
}

.page-products .bento-card__status .mono {
  font-size: 0.75rem;
  color: #64ffda;
}

.page-products .bento-card--sync img {
  width: 100%;
  max-width: 220px;
  height: auto;
  border-radius: 10px;
  margin-top: 1rem;
}

/* ---------- Download ---------- */
.page-products .products-download__layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.page-products .products-download__intro {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: #8892b0;
  margin: 0 0 1.5rem;
  max-width: 480px;
}

.page-products .download-btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 1.1rem 1.25rem;
  border-radius: 14px;
  text-decoration: none;
  border: 1px solid var(--products-line);
  margin-bottom: 1rem;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.page-products .download-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px rgba(2, 12, 27, 0.55);
}

.page-products .download-btn--ios {
  background: linear-gradient(135deg, #172a45 0%, #112240 100%);
  border-left: 5px solid #ff6b35;
}

.page-products .download-btn--android {
  background: linear-gradient(135deg, #1a2d4a 0%, #0f1d33 100%);
  border-left: 5px solid #ffd700;
}

.page-products .download-btn__platform {
  display: block;
  font-family: "Arial Black", "Impact", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  margin-bottom: 0.25rem;
}

.page-products .download-btn__action {
  display: block;
  font-size: 0.8125rem;
  color: #ff6b35;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.page-products .download-btn--android .download-btn__action {
  color: #ffd700;
}

.page-products .download-btn__sub {
  display: block;
  font-size: 0.6875rem;
  color: #8892b0;
  margin-top: 0.35rem;
}

.page-products .products-download__icons {
  margin-top: 1.25rem;
  max-width: 220px;
}

.page-products .products-download__icons img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  opacity: 0.9;
}

.page-products .products-download__qr {
  display: flex;
  justify-content: center;
}

.page-products .qr-card {
  background: #112240;
  border-radius: 18px;
  border: 1px solid var(--products-line);
  padding: 1.5rem;
  text-align: center;
  max-width: 260px;
  width: 100%;
  position: relative;
  box-shadow: 0 16px 40px rgba(2, 12, 27, 0.45);
}

.page-products .qr-card::before {
  content: "二维码";
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  background: #ff6b35;
  color: #ffffff;
  font-size: 0.625rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  border-radius: 20px;
  letter-spacing: 0.04em;
}

.page-products .qr-card__img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 12px;
  filter: contrast(1.1) saturate(1.05);
}

.page-products .qr-card__text {
  font-size: 0.8125rem;
  color: #a8b2d1;
  line-height: 1.6;
  margin: 1rem 0 0;
}

/* ---------- Requirements ---------- */
.page-products .products-requirements__grid {
  gap: 1.25rem;
}

.page-products .requirements-card {
  background: #112240;
  border-radius: 14px;
  padding: 1.5rem;
  border: 1px solid var(--products-line);
}

.page-products .requirements-card h3 {
  font-family: "Arial Black", "Impact", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 1rem;
  color: #ffffff;
  margin: 0 0 1rem;
  position: relative;
  padding-left: 0.75rem;
}

.page-products .requirements-card h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1rem;
  width: 4px;
  height: 80%;
  background: #ff6b35;
  border-radius: 2px;
}

.page-products .requirements-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.page-products .requirements-card__list li {
  font-size: 0.875rem;
  color: #a8b2d1;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  line-height: 1.5;
}

.page-products .requirements-card__list li::before {
  content: "▸";
  color: #ffd700;
  font-size: 0.8125rem;
}

.page-products .products-requirements__note {
  font-size: 0.8125rem;
  color: #8892b0;
  background: rgba(17, 34, 64, 0.6);
  border-left: 3px solid #ffd700;
  padding: 0.75rem 1rem;
  border-radius: 0 10px 10px 0;
  margin: 1.5rem 0 0;
}

/* ---------- Changelog ---------- */
.page-products .changelog {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.page-products .changelog::before {
  content: "";
  position: absolute;
  left: 0.7rem;
  top: 0.5rem;
  bottom: 2rem;
  width: 2px;
  background: linear-gradient(180deg, #ff6b35 0%, #ffd700 50%, transparent 100%);
}

.page-products .changelog__item {
  position: relative;
  padding: 0 0 2rem 2.25rem;
}

.page-products .changelog__item::before {
  content: "";
  position: absolute;
  left: 0.35rem;
  top: 0.35rem;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #ffd700;
  border: 2px solid #ff6b35;
}

.page-products .changelog__version {
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #ff6b35;
  background: rgba(255, 107, 53, 0.1);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}

.page-products .changelog__body h3 {
  font-family: "Arial Black", "Impact", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 0.9375rem;
  color: #ffffff;
  margin: 0 0 0.5rem;
}

.page-products .changelog__body p {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #8892b0;
  margin: 0 0 0.75rem;
}

.page-products .changelog__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.4rem;
}

.page-products .changelog__list li {
  font-size: 0.8125rem;
  color: #a8b2d1;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  line-height: 1.5;
}

.page-products .changelog__list li::before {
  content: "→";
  color: #ffd700;
  font-size: 0.8125rem;
  font-weight: 700;
}

/* ---------- Help aside ---------- */
.page-products .products-help {
  margin-top: 3rem;
}

.page-products .products-help__card {
  background: linear-gradient(135deg, #112240 0%, rgba(255, 107, 53, 0.08) 100%);
  border-radius: 18px;
  padding: 2rem 1.5rem;
  border: 1px solid var(--products-line);
  text-align: center;
}

.page-products .products-help__card h3 {
  font-family: "Arial Black", "Impact", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 1.125rem;
  color: #ffffff;
  margin: 0 0 0.75rem;
}

.page-products .products-help__card > p {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #8892b0;
  max-width: 440px;
  margin: 0 auto 1.5rem;
}

.page-products .products-help__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.page-products .btn {
  display: inline-block;
  padding: 0.65rem 1.4rem;
  border-radius: 10px;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  font-family: "Open Sans", "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", sans-serif;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.page-products .btn--primary {
  background: #ff6b35;
  color: #ffffff;
}

.page-products .btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255, 107, 53, 0.35);
}

.page-products .btn--ghost {
  border: 1px solid rgba(168, 178, 209, 0.4);
  color: #a8b2d1;
}

.page-products .btn--ghost:hover {
  border-color: #ffd700;
  color: #ffd700;
  transform: translateY(-2px);
}

/* ---------- Reveal fallback ---------- */
.page-products [data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.page-products [data-reveal][data-revealed="true"] {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Media Queries ---------- */
@media (min-width: 768px) {
  .page-products .section-title {
    font-size: 1.75rem;
  }

  .page-products .products-hero {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 1.5rem;
    padding: 3rem 0 3.5rem;
  }

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

  .page-products .products-hero__stats {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }

  .page-products .products-hero__phone {
    margin: 0;
  }

  .page-products .products-version__grid {
    gap: 1.5rem;
  }

  .page-products .products-matrix__bento {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .page-products .bento-card--score {
    grid-column: span 1;
  }

  .page-products .bento-card--data {
    grid-column: span 1;
  }

  .page-products .bento-card--review {
    grid-column: span 2;
  }

  .page-products .bento-card--sub {
    grid-column: span 1;
  }

  .page-products .bento-card--sync {
    grid-column: span 1;
  }

  .page-products .products-download__layout {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2.5rem;
    align-items: center;
    max-width: 720px;
  }

  .page-products .products-download__qr {
    justify-content: flex-start;
  }

  .page-products .products-requirements__grid {
    gap: 1.5rem;
  }

  .page-products .products-help__card {
    padding: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .page-products .products-matrix__bento {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .page-products .bento-card--score {
    grid-column: span 2;
  }

  .page-products .bento-card--data {
    grid-column: span 1;
  }

  .page-products .bento-card--review {
    grid-column: span 2;
  }

  .page-products .bento-card--sub {
    grid-column: span 1;
  }

  .page-products .bento-card--sync {
    grid-column: span 3;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 1.5rem;
    align-items: center;
  }

  .page-products .bento-card--sync .tag,
  .page-products .bento-card--sync h3,
  .page-products .bento-card--sync p {
    grid-column: 1;
  }

  .page-products .bento-card--sync img {
    grid-column: 2;
    grid-row: 1 / span 3;
    max-width: 220px;
  }

  .page-products .products-download__layout {
    grid-template-columns: 1.1fr 0.9fr;
    max-width: none;
  }

  .page-products .products-download__buttons {
    padding-right: 1.5rem;
  }

  .page-products .changelog {
    max-width: 720px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .page-products .bento-card__live-dot {
    animation: none;
  }
}
