.page-products {
  --local-blue900: #0A1428;
  --local-blue700: #12294A;
  --local-blue500: #1E3A5F;
  --local-yellow: #FFC400;
  --local-green: #00FF88;
  --local-light: #F5F7FA;
  --local-text-muted: #5A6B7C;
  --local-warning: #FF5722;
  background: var(--local-blue900);
  color: #FFFFFF;
  overflow-x: hidden;
  font-family: var(--font-body);
}

.page-products .breadcrumb {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.85rem 1rem 0;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.02em;
}

.page-products .breadcrumb a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-products .breadcrumb a:hover {
  color: var(--local-yellow);
}

.page-products .breadcrumb-sep {
  margin: 0 0.4em;
  color: rgba(255, 255, 255, 0.35);
}

.page-products .breadcrumb .is-active {
  color: var(--local-yellow);
}

.page-products .products-hero {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4.5rem 1rem 3rem;
  text-align: center;
}

.page-products .hero-flag {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  color: var(--local-green);
  text-transform: uppercase;
  border: 1px solid rgba(0, 255, 136, 0.45);
  border-radius: 999px;
  padding: 0.35rem 1.1rem;
  margin-bottom: 1.6rem;
  background: rgba(0, 255, 136, 0.06);
}

.page-products .products-hero h1 {
  font-family: var(--font-headline);
  font-size: clamp(1.9rem, 5vw, 3.6rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin: 0 0 1.4rem;
}

.page-products .products-hero h1 em {
  font-style: normal;
  color: var(--local-yellow);
  position: relative;
  white-space: nowrap;
}

.page-products .products-hero h1 em::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.06em;
  height: 0.16em;
  background: rgba(255, 196, 0, 0.28);
  z-index: -1;
}

.page-products .hero-lead {
  max-width: 680px;
  margin: 0 auto 2.4rem;
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 300;
}

.page-products .hero-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
  max-width: 720px;
  margin: 0 auto;
}

.page-products .hero-stat {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 1.1rem 0.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  backdrop-filter: blur(6px);
  position: relative;
  clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}

.page-products .hero-num {
  font-family: var(--font-numbers);
  font-size: 2rem;
  font-weight: 500;
  color: var(--local-green);
  animation: products-num-breathe 2.4s ease-in-out infinite;
}

@keyframes products-num-breathe {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.75; }
}

.page-products .hero-label {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.62);
  letter-spacing: 0.04em;
}

.page-products .hero-speedline {
  display: block;
  margin-top: 3rem;
  position: relative;
  height: 24px;
}

.page-products .hero-speedline .speedline-main {
  display: block;
  height: 2px;
  width: 100%;
  background: linear-gradient(90deg, transparent 0%, var(--local-yellow) 20%, var(--local-green) 80%, transparent 100%);
  transform: rotate(-1deg);
  transform-origin: left center;
}

.page-products .hero-speedline .speedline-accent {
  display: block;
  height: 1px;
  width: 70%;
  margin-top: 8px;
  margin-left: auto;
  background: linear-gradient(90deg, transparent, rgba(255, 196, 0, 0.45));
  transform: rotate(1.4deg);
  transform-origin: right center;
}

.page-products .section-block {
  position: relative;
  padding: 4.2rem 1rem;
}

.page-products .section-header {
  max-width: 1200px;
  margin: 0 auto 2.4rem;
}

.page-products .section-kicker {
  display: inline-block;
  font-family: var(--font-numbers);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--local-green);
  border-left: 3px solid var(--local-green);
  padding-left: 0.8rem;
  margin-bottom: 0.7rem;
}

.page-products .section-header h2 {
  font-family: var(--font-headline);
  font-size: clamp(1.6rem, 3.4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 0.8rem;
  letter-spacing: -0.015em;
}

.page-products .section-header .section-desc {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.98rem;
  line-height: 1.7;
  font-weight: 300;
}

.page-products .section-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 196, 0, 0.6) 0%, rgba(255, 255, 255, 0.06) 45%, transparent 100%);
}

.page-products .overview-section {
  background: var(--local-blue700);
  padding-top: 4.6rem;
}

.page-products .overview-device {
  position: relative;
  max-width: 360px;
  margin: 0 auto 2.4rem;
}

.page-products .overview-device img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.35));
  animation: products-device-float 6s ease-in-out infinite;
}

@keyframes products-device-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

.page-products .function-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

.page-products .function-card {
  background: rgba(10, 20, 40, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 1.6rem 1.4rem;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}

.page-products .function-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 255, 136, 0.5);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.32);
}

.page-products .fc-index {
  position: absolute;
  top: 0.8rem;
  right: 1rem;
  font-size: 2.2rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.12);
  line-height: 1;
}

.page-products .function-card h3 {
  font-family: var(--font-headline);
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #FFFFFF;
}

.page-products .function-card p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  line-height: 1.5;
}

.page-products .fc-lineup::after {
  content: '!';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  background: var(--local-warning);
  color: #FFF;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.page-products .fc-subscribe::after {
  content: '';
  position: absolute;
  right: 0.8rem;
  bottom: 0.8rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--local-green);
  box-shadow: 0 0 12px rgba(0, 255, 136, 0.7);
  animation: products-pulse-dot 1.6s ease-out infinite;
}

@keyframes products-pulse-dot {
  0% { box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.55); }
  70% { box-shadow: 0 0 0 12px rgba(0, 255, 136, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 255, 136, 0); }
}

.page-products .speed-section {
  background: var(--local-blue900);
}

.page-products .speed-layout {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.4rem;
  align-items: center;
}

.page-products .speed-copy p {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  margin: 0 0 1.4rem;
}

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

.page-products .speed-list li {
  background: rgba(255, 255, 255, 0.05);
  border-left: 3px solid var(--local-green);
  padding: 0.8rem 1rem;
  font-size: 0.98rem;
  color: rgba(255, 255, 255, 0.88);
}

.page-products .speed-list .num {
  font-family: var(--font-numbers);
  color: var(--local-green);
  font-weight: 500;
  margin-right: 0.4rem;
}

.page-products .speed-visual img,
.page-products .highlight-showcase img,
.page-products .lineup-visual img,
.page-products .stats-visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.03);
}

.page-products .speed-visual {
  position: relative;
}

.page-products .speed-visual::before {
  content: '';
  position: absolute;
  inset: -16px -16px auto auto;
  width: 82px;
  height: 82px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cpath d='M85 15v70M15 85L85 15M50 2v96M2 50h96' stroke='%2300FF88' stroke-width='1' fill='none' opacity='0.3'/%3E%3C/svg%3E") center / cover no-repeat;
  pointer-events: none;
}

.page-products .media-caption {
  display: block;
  margin-top: 0.7rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 0.02em;
  text-align: center;
}

.page-products .highlight-section {
  background: var(--local-light);
  color: var(--local-blue900);
}

.page-products .highlight-section .section-kicker {
  color: #007A3D;
  border-left-color: #007A3D;
}

.page-products .highlight-section .section-header h2 {
  color: var(--local-blue900);
}

.page-products .highlight-section .section-header .section-desc {
  color: var(--local-text-muted);
}

.page-products .chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 1.6rem;
}

.page-products .chip-label {
  font-size: 0.9rem;
  color: var(--local-text-muted);
  margin-right: 0.2rem;
}

.page-products .chip {
  display: inline-block;
  padding: 0.5rem 1.1rem;
  font-size: 0.85rem;
  border-radius: 999px;
  background: rgba(10, 20, 40, 0.06);
  border: 1px solid rgba(10, 20, 40, 0.12);
  color: var(--local-blue900);
  text-decoration: none;
  transition: all 0.25s ease;
}

.page-products .chip:hover {
  background: rgba(10, 20, 40, 0.12);
  border-color: rgba(10, 20, 40, 0.25);
}

.page-products .chip.is-active {
  background: var(--local-blue900);
  color: #FFF;
  border-color: var(--local-blue900);
}

.page-products .highlight-showcase {
  max-width: 1200px;
  margin: 0 auto;
}

.page-products .highlight-section .media-caption {
  color: var(--local-text-muted);
}

.page-products .lineup-section {
  background: var(--local-blue900);
}

.page-products .lineup-layout {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.page-products .lineup-copy p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  margin: 0 0 1.2rem;
}

.page-products .lineup-points {
  list-style: none;
  padding: 0;
  margin: 0 0 1.2rem;
  display: grid;
  gap: 0.6rem;
}

.page-products .lineup-points li {
  position: relative;
  padding-left: 1.6rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.88);
}

.page-products .lineup-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  background: var(--local-warning);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.page-products .more-info,
.page-products .filter-demo {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.04);
}

.page-products .more-info summary,
.page-products .filter-demo summary {
  cursor: pointer;
  padding: 0.8rem 1rem;
  font-size: 0.92rem;
  color: var(--local-yellow);
  font-weight: 500;
  list-style: none;
  position: relative;
}

.page-products .more-info summary::-webkit-details-marker,
.page-products .filter-demo summary::-webkit-details-marker {
  display: none;
}

.page-products .more-info[open],
.page-products .filter-demo[open] {
  border-color: rgba(0, 255, 136, 0.4);
}

.page-products .more-info p,
.page-products .filter-demo p {
  padding: 0 1rem 0.9rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.92rem;
  line-height: 1.6;
}

.page-products .lineup-visual img {
  border-color: rgba(255, 196, 0, 0.3);
}

.page-products .stats-section {
  background: var(--local-light);
  color: var(--local-blue900);
}

.page-products .stats-section .section-kicker {
  color: #007A3D;
  border-left-color: #007A3D;
}

.page-products .stats-section .section-header h2 {
  color: var(--local-blue900);
}

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

.page-products .stats-layout {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

.page-products .stats-visual img {
  border-color: rgba(10, 20, 40, 0.1);
  background: #FFFFFF;
}

.page-products .stats-section .media-caption {
  color: var(--local-text-muted);
}

.page-products .stats-side {
  display: grid;
  gap: 1.1rem;
}

.page-products .stats-dims,
.page-products .stats-result {
  background: #FFFFFF;
  border: 1px solid rgba(10, 20, 40, 0.09);
  border-radius: 4px;
  padding: 1.3rem 1.4rem;
  box-shadow: 0 4px 14px rgba(10, 20, 40, 0.06);
}

.page-products .stats-dims h3,
.page-products .stats-result h3 {
  font-family: var(--font-headline);
  font-size: 1rem;
  margin: 0 0 0.7rem;
  color: var(--local-blue900);
}

.page-products .stats-dims ul,
.page-products .stats-result ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}

.page-products .stats-dims li,
.page-products .stats-result li {
  font-size: 0.92rem;
  color: #2A3B4F;
  padding-left: 1.3rem;
  position: relative;
}

.page-products .stats-dims li::before,
.page-products .stats-result li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  background: var(--local-yellow);
  border-radius: 1px;
  transform: rotate(45deg);
}

.page-products .stats-dims .num {
  font-family: var(--font-numbers);
  color: var(--local-text-muted);
  margin-right: 0.35rem;
  font-size: 0.82rem;
}

.page-products .filter-demo {
  border-color: rgba(10, 20, 40, 0.14);
  background: #FFFFFF;
}

.page-products .filter-demo summary {
  color: var(--local-blue900);
}

.page-products .filter-demo p {
  color: #2A3B4F;
}

.page-products .subscribe-section {
  background: var(--local-blue700);
}

.page-products .subscribe-layout {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.2rem;
  align-items: center;
}

.page-products .subscribe-copy p {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
  margin: 0 0 1.2rem;
}

.page-products .subscribe-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: grid;
  gap: 0.6rem;
}

.page-products .subscribe-list li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.88);
}

.page-products .subscribe-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--local-green);
  box-shadow: 0 0 8px rgba(0, 255, 136, 0.6);
}

.page-products .notify-card {
  background: rgba(10, 20, 40, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  padding: 1.4rem 1.5rem;
  max-width: 420px;
  position: relative;
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.page-products .notify-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.4rem;
  right: 1.4rem;
  height: 2px;
  background: linear-gradient(90deg, var(--local-green), var(--local-yellow));
}

.page-products .notify-live {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: var(--font-numbers);
  font-size: 0.75rem;
  color: var(--local-green);
  letter-spacing: 0.12em;
  margin-bottom: 0.4rem;
}

.page-products .notify-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--local-green);
  display: inline-block;
  animation: products-pulse-dot 1.4s ease-out infinite;
}

.page-products .notify-label {
  display: block;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.3rem;
}

.page-products .notify-card strong {
  display: block;
  font-size: 1.05rem;
  font-family: var(--font-headline);
  color: #FFFFFF;
  line-height: 1.4;
  margin-bottom: 0.4rem;
}

.page-products .notify-card p {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 0.7rem;
}

.page-products .notify-time {
  font-size: 0.82rem;
  color: var(--local-yellow);
}

.page-products .history-section {
  background: var(--local-blue900);
}

.page-products .timeline {
  max-width: 1200px;
  margin: 0 auto 2.2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  padding: 1rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
}

.page-products .tl-item {
  display: grid;
  grid-template-columns: 76px 18px 1fr;
  gap: 0.6rem;
  align-items: center;
}

.page-products .tl-day {
  font-family: var(--font-numbers);
  font-size: 0.92rem;
  color: var(--local-green);
  font-weight: 500;
  text-align: right;
}

.page-products .tl-bar {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--local-blue900);
  border: 2px solid var(--local-green);
  position: relative;
}

.page-products .tl-bar::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.5);
  animation: products-pulse-ring 2.2s ease-out infinite;
}

@keyframes products-pulse-ring {
  0% { box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.4); }
  70% { box-shadow: 0 0 0 8px rgba(0, 255, 136, 0); }
  100% { box-shadow: 0 0 0 0 rgba(0, 255, 136, 0); }
}

.page-products .tl-item.is-now .tl-day {
  color: var(--local-yellow);
}

.page-products .tl-item.is-now .tl-bar {
  border-color: var(--local-yellow);
}

.page-products .tl-item.is-now .tl-bar::after {
  box-shadow: 0 0 0 0 rgba(255, 196, 0, 0.5);
  animation: products-pulse-ring-yellow 2s ease-out infinite;
}

@keyframes products-pulse-ring-yellow {
  0% { box-shadow: 0 0 0 0 rgba(255, 196, 0, 0.4); }
  70% { box-shadow: 0 0 0 10px rgba(255, 196, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 196, 0, 0); }
}

.page-products .tl-label {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.78);
}

.page-products .history-note {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.page-products .history-note p {
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 1.1rem;
  font-size: 1rem;
}

.page-products .download-section {
  background: var(--local-light);
  color: var(--local-blue900);
}

.page-products .download-section .section-kicker {
  color: #007A3D;
  border-left-color: #007A3D;
}

.page-products .download-section .section-header h2 {
  color: var(--local-blue900);
}

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

.page-products .download-layout {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.2rem;
  align-items: start;
}

.page-products .download-copy p {
  color: #2A3B4F;
  line-height: 1.75;
  font-size: 0.98rem;
  margin: 0 0 1rem;
}

.page-products .version-now {
  font-family: var(--font-numbers);
  font-weight: 600;
  color: #0A1428;
  background: var(--local-yellow);
  padding: 0.1rem 0.5rem;
  border-radius: 3px;
}

.page-products .download-btn {
  margin-top: 0.4rem;
}

.page-products .version-wrap {
  background: #FFFFFF;
  border: 1px solid rgba(10, 20, 40, 0.09);
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(10, 20, 40, 0.07);
}

.page-products .version-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.92rem;
}

.page-products .version-table caption {
  text-align: left;
  padding: 1rem 1.2rem;
  font-family: var(--font-headline);
  font-weight: 700;
  font-size: 1rem;
  color: var(--local-blue900);
  background: rgba(10, 20, 40, 0.02);
  border-bottom: 1px solid rgba(10, 20, 40, 0.08);
}

.page-products .version-table th,
.page-products .version-table td {
  text-align: left;
  padding: 0.7rem 1.2rem;
  border-bottom: 1px solid rgba(10, 20, 40, 0.06);
}

.page-products .version-table th {
  font-size: 0.82rem;
  color: var(--local-text-muted);
  font-weight: 500;
  letter-spacing: 0.04em;
  background: rgba(10, 20, 40, 0.02);
  text-transform: uppercase;
}

.page-products .version-table td.num {
  font-family: var(--font-numbers);
  font-weight: 500;
  color: #0A1428;
  white-space: nowrap;
}

.page-products .version-table tr:last-child td {
  border-bottom: none;
}

.page-products .version-table tr:hover td {
  background: rgba(0, 255, 136, 0.05);
}

.page-products .closing-note {
  background: var(--local-blue900);
  text-align: center;
  padding: 4rem 1rem 4.6rem;
  border-top: 2px solid rgba(255, 196, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.page-products .closing-note::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--local-yellow) 0%, var(--local-green) 50%, var(--local-yellow) 100%);
  background-size: 200% 100%;
  animation: products-flow-line 4s linear infinite;
}

@keyframes products-flow-line {
  0% { background-position: 0% 0; }
  100% { background-position: 200% 0; }
}

.page-products .closing-title {
  font-family: var(--font-headline);
  font-size: clamp(1.2rem, 2.6vw, 1.8rem);
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1.45;
  max-width: 600px;
  margin: 0 auto 1.6rem;
}

.page-products .closing-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
}

.page-products .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.75rem 1.8rem;
  font-family: var(--font-headline);
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
}

.page-products .btn-primary {
  background: var(--local-yellow);
  color: #0A1428;
}

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

.page-products .btn-ghost {
  background: transparent;
  color: var(--local-green);
  border-color: var(--local-green);
}

.page-products .btn-ghost:hover {
  background: rgba(0, 255, 136, 0.12);
  box-shadow: 0 6px 16px rgba(0, 255, 136, 0.2);
}

.page-products .download-btn:hover::after {
  content: ' v4.2.1';
  font-family: var(--font-numbers);
}

@media (min-width: 768px) {
  .page-products .hero-stats {
    grid-template-columns: repeat(4, 1fr);
  }

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

  .page-products .function-card:nth-child(4),
  .page-products .function-card:nth-child(5) {
    margin-left: 25%;
    margin-right: 25%;
  }

  .page-products .speed-layout {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 3rem;
  }

  .page-products .lineup-layout {
    grid-template-columns: 1fr 0.9fr;
    gap: 3rem;
  }

  .page-products .stats-layout {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

  .page-products .stats-side {
    grid-template-columns: 1fr 1fr;
  }

  .page-products .stats-side .filter-demo {
    grid-column: 1 / -1;
  }

  .page-products .subscribe-layout {
    grid-template-columns: 1fr 0.9fr;
    gap: 3.4rem;
  }

  .page-products .timeline {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
  }

  .page-products .tl-item {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 0.5rem;
  }

  .page-products .tl-day {
    text-align: center;
  }

  .page-products .download-layout {
    grid-template-columns: 1fr 1.1fr;
    gap: 3rem;
  }

  .page-products .section-block {
    padding: 5.5rem 2rem;
  }
}

@media (max-width: 480px) {
  .page-products .products-hero h1 {
    font-size: 1.6rem;
  }

  .page-products .products-hero h1 em {
    white-space: normal;
  }

  .page-products .hero-stat {
    grid-template-columns: 1fr;
  }

  .page-products .function-card {
    padding: 1.3rem 1rem;
  }

  .page-products .version-table th,
  .page-products .version-table td {
    padding: 0.6rem 0.8rem;
  }

  .page-products .btn {
    width: 100%;
  }
}
