.page-products {
  --apps-panel-bg: #171717;
  --apps-grid-gap: 22px;
  --apps-panel-border: rgba(0, 229, 255, 0.18);
  background: var(--c-black);
  overflow-x: clip;
}

.page-products .section-head {
  margin-bottom: 14px;
  text-align: left;
}

.page-products .section-subtitle {
  font-family: var(--font-d);
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--c-orange);
  text-transform: uppercase;
  margin: 0 0 8px;
}

.page-products .section-head h2 {
  font-family: var(--font-h);
  font-size: clamp(28px, 5vw, 44px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  margin: 0 0 12px;
  color: var(--c-cream);
}

.page-products .section-desc {
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-gray);
  max-width: 720px;
  margin: 0;
}

.page-products .apps-hero {
  position: relative;
  padding: 64px 0 72px;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 229, 255, 0.2);
  background-image:
    linear-gradient(rgba(0, 229, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 229, 255, 0.07) 1px, transparent 1px),
    radial-gradient(circle at 82% 12%, rgba(255, 107, 53, 0.2), transparent 42%);
  background-size: 28px 28px, 28px 28px, auto;
}

.page-products .apps-hero .tag {
  display: inline-block;
  color: var(--c-blue);
  font-family: var(--font-d);
  font-size: 13px;
  letter-spacing: 0.06em;
  border: 1px solid rgba(0, 229, 255, 0.4);
  padding: 5px 10px;
  margin: 0 0 16px;
}

.page-products .apps-hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  align-items: center;
}

.page-products .apps-hero__copy h1 {
  font-family: var(--font-h);
  font-weight: 900;
  font-size: clamp(32px, 6vw, 56px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  color: var(--c-cream);
}

.page-products .apps-hero__copy h1::before {
  content: "";
  display: block;
  width: 58px;
  height: 6px;
  background: var(--c-orange);
  margin-bottom: 18px;
}

.page-products .apps-hero__lede {
  font-size: 16px;
  line-height: 1.7;
  color: var(--c-gray);
  max-width: 560px;
  margin: 0;
}

.page-products .apps-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.page-products .apps-hero__actions .btn {
  padding: 12px 22px;
  font-size: 14px;
}

.page-products .apps-hero__mockup {
  display: flex;
  justify-content: center;
  position: relative;
}

.page-products .phone-frame {
  position: relative;
  max-width: 280px;
  width: 100%;
  background: var(--c-carbon);
  border: 3px solid var(--c-blue);
  border-radius: 42px;
  padding: 16px 12px 18px;
  box-shadow:
    0 0 0 5px rgba(0, 229, 255, 0.1),
    14px 24px 0 -8px rgba(255, 107, 53, 0.6);
}

.page-products .phone-frame::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  width: 84px;
  height: 22px;
  background: #111;
  border-radius: 22px;
  transform: translateX(-50%);
  z-index: 3;
}

.page-products .phone-frame__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 34px;
  object-fit: cover;
}

.page-products .mockup-float {
  position: absolute;
  right: 4px;
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--c-orange);
  color: var(--c-black);
  font-family: var(--font-d);
  font-size: 12px;
  font-weight: 500;
  padding: 10px 14px;
  border-radius: 4px 16px 4px 16px;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.35);
  max-width: 200px;
}

.page-products .mockup-float__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-green);
  flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(0, 229, 122, 0.2);
}

.page-products .apps-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 56px;
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(245, 241, 232, 0.12);
  padding-top: 28px;
}

.page-products .hero-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.page-products .hero-stat__num {
  font-family: var(--font-d);
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 700;
  color: var(--c-blue);
  line-height: 1;
}

.page-products .hero-stat__label {
  font-family: var(--font-b);
  font-size: 13px;
  color: var(--c-gray);
}

.page-products .apps-hero__ghost {
  position: absolute;
  right: 0;
  top: 20px;
  font-family: var(--font-h);
  font-weight: 900;
  font-size: clamp(120px, 20vw, 320px);
  line-height: 0.8;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 107, 53, 0.18);
  pointer-events: none;
  user-select: none;
  z-index: 1;
  letter-spacing: -0.04em;
}

.page-products .mobile-center {
  padding: 72px 0 56px;
  background: var(--c-carbon);
  border-top: 1px solid rgba(0, 229, 255, 0.18);
  border-bottom: 1px solid rgba(0, 229, 255, 0.18);
}

.page-products .mobile-center__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--apps-grid-gap);
  margin-top: 36px;
}

.page-products .module-card {
  position: relative;
  background: var(--apps-panel-bg);
  border-left: 4px solid var(--c-orange);
  padding: 24px;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.page-products .module-card__num {
  display: block;
  font-family: var(--font-d);
  font-size: 14px;
  color: var(--c-blue);
  margin-bottom: 10px;
}

.page-products .module-card h3 {
  font-family: var(--font-h);
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 8px;
  color: var(--c-cream);
}

.page-products .module-card p {
  font-family: var(--font-b);
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-gray);
  margin: 0;
}

.page-products .save-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
  padding: 16px 20px;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.6), rgba(0, 229, 255, 0.2));
  border-left: 4px solid var(--c-blue);
  border-radius: 0 12px 12px 0;
}

.page-products .save-banner__icon {
  font-size: 20px;
  color: var(--c-orange);
  flex-shrink: 0;
}

.page-products .save-banner p {
  flex: 1;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--c-cream);
}

.page-products .save-banner__badge {
  background: var(--c-green);
  color: #0d0d0d;
  font-family: var(--font-d);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  white-space: nowrap;
  flex-shrink: 0;
}

.page-products .return-users {
  padding: 72px 0 64px;
  background: var(--c-black);
}

.page-products .return-users__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px;
  margin-top: 36px;
}

.page-products .steps-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.page-products .step-item {
  display: flex;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px dashed rgba(154, 167, 176, 0.3);
}

.page-products .step-item__num {
  font-family: var(--font-d);
  font-size: 13px;
  color: var(--c-orange);
  flex-shrink: 0;
  padding-top: 6px;
}

.page-products .step-item h3 {
  font-family: var(--font-h);
  font-size: 17px;
  line-height: 1.2;
  margin: 0 0 6px;
  color: var(--c-cream);
}

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

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

.page-products .sync-visual__box {
  position: relative;
  background: var(--c-carbon);
  border: 1px solid var(--apps-panel-border);
  padding: 18px;
}

.page-products .sync-visual__box img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: saturate(1.1) contrast(1.05);
}

.page-products .sync-visual__box svg {
  position: absolute;
  top: -10px;
  left: 18%;
  width: 180px;
  height: 60px;
  overflow: visible;
}

.page-products .sync-visual__track {
  fill: none;
  stroke: rgba(0, 229, 255, 0.2);
  stroke-width: 2;
  stroke-dasharray: 2 4;
}

.page-products .sync-visual__dash {
  fill: none;
  stroke: var(--c-blue);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 6 10;
  animation: pageRun 16s linear infinite;
}

.page-products .sync-visual__status {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(13, 13, 13, 0.85);
  padding: 10px 14px;
  font-family: var(--font-d);
  font-size: 13px;
  color: var(--c-cream);
}

.page-products .sync-visual__check {
  color: var(--c-green);
  font-weight: 700;
}

.page-products .data-download {
  position: relative;
  padding: 72px 0 64px;
  background-image:
    linear-gradient(rgba(0, 229, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 229, 255, 0.05) 1px, transparent 1px);
  background-size: 30px 30px, 30px 30px;
  background-color: var(--c-blue-bg);
  border-top: 1px solid rgba(0, 229, 255, 0.22);
  border-bottom: 1px solid rgba(0, 229, 255, 0.22);
}

.page-products .download-panel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  margin-top: 36px;
  background: #0c1e2e;
  border: 1px solid var(--apps-panel-border);
  padding: 18px;
}

.page-products .download-panel__preview img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-products .download-panel__info h3 {
  font-family: var(--font-h);
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 6px;
  color: var(--c-cream);
}

.page-products .download-panel__meta {
  font-family: var(--font-d);
  font-size: 13px;
  color: var(--c-blue);
  margin: 0 0 18px;
}

.page-products .download-panel__spec {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
}

.page-products .download-panel__spec li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(154, 167, 176, 0.16);
  font-size: 13px;
}

.page-products .download-panel__spec span {
  color: var(--c-gray);
  flex-shrink: 0;
}

.page-products .download-panel__spec strong {
  color: var(--c-cream);
  font-family: var(--font-d);
  font-weight: 500;
  text-align: right;
}

.page-products .download-panel__note {
  font-size: 13px;
  line-height: 1.7;
  color: var(--c-gray);
  margin: 18px 0;
}

.page-products .download-panel__status {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.page-products .format-chip {
  font-family: var(--font-d);
  font-size: 13px;
  padding: 6px 12px;
  border: 1px solid rgba(0, 229, 255, 0.5);
  color: var(--c-blue);
}

.page-products .download-panel__ready {
  font-family: var(--font-d);
  font-size: 13px;
  font-weight: 700;
  padding: 6px 12px;
  color: #0d0d0d;
  background: var(--c-green);
}

.page-products .app-features {
  padding: 72px 0 64px;
  background: var(--c-black);
}

.page-products .features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 36px;
}

.page-products .feature-panel {
  position: relative;
  background: var(--c-carbon);
  padding: 22px;
  border-top: 3px solid transparent;
  transition: border-color 0.2s var(--ease), transform 0.2s var(--ease);
}

.page-products .feature-panel:hover,
.page-products .feature-panel:focus-within {
  border-top-color: var(--c-orange);
  transform: translateY(-2px);
}

.page-products .feature-panel__index {
  display: block;
  font-family: var(--font-d);
  font-size: 12px;
  color: var(--c-blue);
  margin-bottom: 8px;
}

.page-products .feature-panel h3 {
  font-family: var(--font-h);
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 8px;
  color: var(--c-cream);
}

.page-products .feature-panel p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--c-gray);
  margin: 0;
}

.page-products .feature-panel img {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 14px;
  object-fit: cover;
}

.page-products .changelog {
  padding: 72px 0 80px;
  background: var(--c-carbon);
  border-top: 1px solid rgba(255, 107, 53, 0.2);
}

.page-products .changelog__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-top: 36px;
}

.page-products .changelog__visual {
  position: relative;
  overflow: hidden;
}

.page-products .changelog__visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: grayscale(0.3) contrast(1.1);
}

.page-products .changelog__version {
  position: absolute;
  right: 16px;
  bottom: 16px;
  font-family: var(--font-h);
  font-size: 52px;
  line-height: 1;
  color: var(--c-orange);
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5);
}

.page-products .changelog__content h3 {
  font-family: var(--font-h);
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 14px;
  color: var(--c-cream);
}

.page-products .changelog__list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.page-products .changelog__list li {
  position: relative;
  padding: 8px 0 8px 22px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--c-cream);
  border-bottom: 1px solid rgba(154, 167, 176, 0.12);
}

.page-products .changelog__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 8px;
  height: 8px;
  background: var(--c-orange);
  transform: rotate(45deg);
}

.page-products .changelog__next {
  background: #101820;
  border-left: 4px solid var(--c-blue);
  padding: 16px;
  margin-bottom: 20px;
}

.page-products .changelog__next-tag {
  display: inline-block;
  font-family: var(--font-d);
  font-size: 12px;
  color: var(--c-blue);
  margin-bottom: 6px;
}

.page-products .changelog__next p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--c-cream);
}

.page-products .changelog__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-products .changelog__links a {
  font-family: var(--font-d);
  font-size: 13px;
  color: var(--c-blue);
  text-decoration: none;
  border: 1px solid rgba(0, 229, 255, 0.3);
  padding: 6px 12px;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.page-products .changelog__links a:hover,
.page-products .changelog__links a:focus-visible {
  color: var(--c-black);
  background: var(--c-blue);
  border-color: var(--c-blue);
}

.page-products .dl-status-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: rgba(13, 13, 13, 0.92);
  border-left: 3px solid var(--c-orange);
  padding: 10px 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  max-width: 200px;
}

.page-products .dl-status-float__label {
  font-family: var(--font-d);
  font-size: 11px;
  color: var(--c-gray);
}

.page-products .dl-status-float__value {
  font-family: var(--font-d);
  font-size: 12px;
  color: var(--c-green);
}

@keyframes pageRun {
  to {
    stroke-dashoffset: -128;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products *,
  .page-products *::before,
  .page-products *::after {
    transition: none !important;
    animation: none !important;
  }
}

@media (min-width: 960px) {
  .page-products .apps-hero {
    padding: 72px 0 80px;
  }

  .page-products .apps-hero__layout {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 64px;
  }

  .page-products .phone-frame {
    max-width: 320px;
  }

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

  .page-products .hero-stat:nth-child(2) {
    transform: translateY(12px);
  }

  .page-products .hero-stat:nth-child(3) {
    transform: translateY(24px);
  }

  .page-products .mobile-center {
    padding: 80px 0 64px;
  }

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

  .page-products .return-users {
    padding: 80px 0 72px;
  }

  .page-products .return-users__layout {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: start;
  }

  .page-products .data-download {
    padding: 80px 0 72px;
  }

  .page-products .download-panel {
    grid-template-columns: 1fr 1fr;
    padding: 26px;
  }

  .page-products .app-features {
    padding: 80px 0 72px;
  }

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

  .page-products .changelog {
    padding: 80px 0 88px;
  }

  .page-products .changelog__layout {
    grid-template-columns: 1.1fr 1fr;
    gap: 48px;
    align-items: center;
  }
}
