.page-products {
  --pw: min(1180px, 92vw);
  --page-orange: #FF6B35;
  --page-lime: #C8FF00;
  --page-deep: #0B1B3A;
  --page-electric: #1E3A8A;
  --page-dim: #B0C4DE;
  --page-line: #3A5A8C;
  background: var(--page-deep);
  color: #FFFFFF;
  overflow-x: hidden;
}
.page-products .breadcrumb {
  width: var(--pw);
  margin: 0 auto;
  padding-top: 20px;
}
.page-products img {
  max-width: 100%;
  height: auto;
}

.app-hero {
  width: var(--pw);
  margin: 0 auto;
  display: grid;
  gap: 48px;
  padding: 44px 0 72px;
  position: relative;
}
.app-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 48%;
  height: 100%;
  background: linear-gradient(135deg, transparent 30%, rgba(30, 58, 138, 0.4) 48%, transparent 68%);
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: none;
}
.app-hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 340px;
}
.app-hero__phone {
  position: relative;
  width: min(300px, 82vw);
  padding: 46px 14px 18px;
  background: linear-gradient(145deg, #12264f, #081020);
  border: 2px solid var(--page-line);
  border-radius: 34px;
  transform: rotate(-5deg);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5), inset 0 0 24px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.app-hero__phone::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 42%;
  height: 6px;
  background: var(--page-electric);
  border-radius: 4px;
}
.app-hero__phone::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 30px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent);
  filter: blur(8px);
  z-index: -1;
}
.app-hero__screen {
  display: block;
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
  background: var(--page-deep);
}
.app-hero__track {
  position: absolute;
  left: -6%;
  bottom: 8%;
  width: 112%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--page-orange) 0 10px, transparent 10px 20px);
  transform: rotate(-4deg);
  z-index: 1;
  opacity: 0.55;
}
.app-hero__coordinate {
  position: absolute;
  font-family: 'Rajdhani', 'Noto Sans SC', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  color: var(--page-lime);
  background: rgba(11, 27, 58, 0.8);
  padding: 4px 10px;
  border: 1px solid rgba(200, 255, 0, 0.3);
  border-radius: 2px;
  z-index: 2;
}
.hero-coordinate-1 {
  top: 10%;
  right: -2%;
}
.hero-coordinate-2 {
  bottom: 4%;
  left: 0;
}
.app-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  z-index: 1;
}
.app-hero__kicker {
  font-family: 'Rajdhani', 'Noto Sans SC', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: var(--page-lime);
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.app-hero__kicker::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--page-lime);
  display: inline-block;
}
.app-hero h1 {
  font-size: clamp(28px, 5vw, 56px);
  line-height: 1.08;
  margin: 0;
  letter-spacing: 0.02em;
}
.app-hero__lead {
  font-size: 16px;
  line-height: 1.7;
  color: var(--page-dim);
  margin: 0;
  max-width: 54ch;
}
.app-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.app-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
  max-width: 440px;
  margin: 10px 0 0;
  padding: 20px 0 0;
  border-top: 1px dashed var(--page-line);
}
.app-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.app-hero__stat dt {
  font-size: 12px;
  color: var(--page-dim);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.app-hero__stat dd {
  margin: 0;
  font-family: 'Rajdhani', 'Noto Sans SC', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
  color: var(--page-lime);
}

.app-feature {
  width: 100%;
  background: var(--page-electric);
  padding: 68px 4vw;
  position: relative;
}
.app-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
.app-feature__container,
.app-sync__container,
.app-archive__container,
.app-download-panel__container,
.app-service__container {
  width: var(--pw);
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.app-feature .section-head,
.app-sync .section-head,
.app-archive .section-head,
.app-download-panel .section-head,
.app-service .section-head {
  margin-bottom: 40px;
}
.app-feature__grid {
  display: grid;
  gap: 36px;
  align-items: start;
}
.app-feature__lead {
  font-size: 18px;
  line-height: 1.65;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.92);
}
.app-feature__steps {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 16px;
}
.app-feature__step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  border-left: 2px solid rgba(200, 255, 0, 0.4);
  padding-left: 0;
  position: relative;
}
.app-feature__step-num {
  font-family: 'Rajdhani', 'Noto Sans SC', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 28px;
  color: var(--page-lime);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(200, 255, 0, 0.3);
  border-radius: 4px;
  background: rgba(11, 27, 58, 0.35);
}
.app-feature__step h3 {
  font-size: 20px;
  margin: 0 0 6px;
}
.app-feature__step p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--page-dim);
  margin: 0;
}
.app-feature__extra {
  font-size: 14px;
  color: var(--page-dim);
  border-left: 3px solid var(--page-orange);
  padding-left: 14px;
  margin: 0;
  line-height: 1.65;
}
.app-feature__media {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
  background: var(--page-deep);
}
.app-feature__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.app-feature__media-line {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--page-orange) 0 10px, transparent 10px 20px);
}

.app-sync {
  width: 100%;
  background: var(--page-deep);
  padding: 68px 4vw;
}
.app-sync__layout {
  display: grid;
  gap: 20px;
}
.app-sync__panel {
  background: rgba(30, 58, 138, 0.5);
  border: 1px solid var(--page-line);
  border-radius: 4px;
  padding: 26px 24px;
  position: relative;
}
.app-sync__panel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  border-top: 2px solid var(--page-lime);
  border-right: 2px solid var(--page-lime);
}
.app-sync__panel--primary {
  background: linear-gradient(135deg, rgba(30, 58, 138, 0.75), rgba(11, 27, 58, 0.6));
  border-left: 3px solid var(--page-orange);
}
.app-sync__panel h3 {
  font-size: 22px;
  margin: 0 0 12px;
}
.app-sync__panel p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--page-dim);
  margin: 0;
}
.app-sync__list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.app-sync__list li {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.88);
  padding-left: 18px;
  position: relative;
}
.app-sync__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  background: var(--page-lime);
  transform: rotate(45deg);
}

.app-archive {
  width: 100%;
  background: var(--page-electric);
  padding: 68px 4vw;
  position: relative;
}
.app-archive::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  pointer-events: none;
}
.app-archive__container {
  position: relative;
  z-index: 1;
}
.app-archive__media {
  border-radius: 4px;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
  margin-bottom: 32px;
  background: var(--page-deep);
}
.app-archive__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.app-archive__entries {
  display: grid;
  gap: 20px;
}
.app-archive__entry {
  background: rgba(11, 27, 58, 0.6);
  border: 1px solid var(--page-line);
  border-radius: 4px;
  padding: 24px 22px;
}
.app-archive__entry--offset {
  background: rgba(11, 27, 58, 0.8);
  border-left: 3px solid var(--page-lime);
}
.app-archive__tag {
  display: inline-block;
  font-family: 'Rajdhani', 'Noto Sans SC', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--page-deep);
  background: var(--page-lime);
  padding: 3px 12px;
  border-radius: 2px;
  margin-bottom: 14px;
}
.app-archive__entry h3 {
  font-size: 20px;
  margin: 0 0 8px;
}
.app-archive__entry p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--page-dim);
  margin: 0;
}

.app-download-panel {
  width: 100%;
  background: var(--page-deep);
  padding: 68px 4vw;
}
.app-download-panel__body {
  display: grid;
  gap: 40px;
  align-items: center;
}
.app-download-panel__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
  counter-reset: step;
}
.app-download-panel__step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: start;
}
.app-download-panel__step-num {
  font-family: 'Rajdhani', 'Noto Sans SC', sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 26px;
  color: var(--page-deep);
  background: var(--page-orange);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  box-shadow: 4px 4px 0 rgba(255, 107, 53, 0.25);
}
.app-download-panel__step h3 {
  font-size: 20px;
  margin: 0 0 6px;
}
.app-download-panel__step p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--page-dim);
  margin: 0;
}
.app-download-panel__qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.app-download-panel__qr-frame {
  border: 2px solid var(--page-lime);
  padding: 14px;
  border-radius: 4px;
  background: #FFFFFF;
  max-width: 280px;
  width: 100%;
  position: relative;
}
.app-download-panel__qr-frame::after {
  content: "";
  position: absolute;
  top: -6px;
  left: -6px;
  width: 18px;
  height: 18px;
  border-top: 2px solid var(--page-orange);
  border-left: 2px solid var(--page-orange);
}
.app-download-panel__qr-frame img {
  display: block;
  width: 100%;
  height: auto;
}
.app-download-panel__qr-tip {
  font-size: 14px;
  color: var(--page-dim);
  margin: 0;
}
.app-download-panel__meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.app-download-panel__meta span {
  border: 1px solid var(--page-line);
  padding: 4px 14px;
  border-radius: 2px;
}

.app-service {
  width: 100%;
  background: var(--page-electric);
  padding: 68px 4vw;
  position: relative;
}
.app-service::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
}
.app-service__container {
  position: relative;
  z-index: 1;
}
.app-service__body {
  display: grid;
  gap: 36px;
  align-items: start;
}
.app-service__copy {
  display: grid;
  gap: 16px;
}
.app-service__item {
  background: rgba(11, 27, 58, 0.55);
  border: 1px solid var(--page-line);
  border-radius: 4px;
  padding: 24px 22px;
}
.app-service__item h3 {
  font-size: 20px;
  margin: 0 0 10px;
  color: var(--page-lime);
}
.app-service__item p {
  font-size: 15px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}
.app-service__media {
  background: rgba(11, 27, 58, 0.7);
  border: 1px solid var(--page-line);
  border-radius: 4px;
  padding: 18px;
}
.app-service__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 2px;
}
.app-service__media-caption {
  font-size: 13px;
  color: var(--page-dim);
  margin: 12px 0 0;
  text-align: center;
  border-top: 1px dashed var(--page-line);
  padding-top: 10px;
}

@media (min-width: 900px) {
  .app-hero {
    grid-template-columns: 1.05fr 1fr;
    align-items: center;
    gap: 40px;
    padding: 64px 0 96px;
  }
  .app-hero__visual {
    min-height: 480px;
  }
  .app-hero__phone {
    width: 320px;
  }
  .app-feature {
    padding: 88px 4vw;
  }
  .app-feature__grid {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    align-items: center;
  }
  .app-feature__media {
    margin-top: 0;
  }
  .app-sync {
    padding: 88px 4vw;
  }
  .app-sync__layout {
    grid-template-columns: 1.15fr 1fr;
    gap: 24px;
  }
  .app-sync__panel--primary {
    grid-row: span 2;
  }
  .app-archive {
    padding: 88px 4vw;
  }
  .app-archive__media {
    margin-bottom: 44px;
  }
  .app-archive__entries {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .app-archive__entry--offset {
    transform: translateY(24px);
  }
  .app-download-panel {
    padding: 88px 4vw;
  }
  .app-download-panel__body {
    grid-template-columns: 1fr 360px;
    gap: 64px;
  }
  .app-service {
    padding: 88px 4vw;
  }
  .app-service__body {
    grid-template-columns: 1fr 440px;
    gap: 48px;
    align-items: start;
  }
}
