.page-products {
  --p-orbit: 26px;
  --p-clip: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 12px 100%, 0 calc(100% - 12px));
  --p-line-silver: 1px solid rgba(192, 200, 216, 0.26);
  background: var(--c-space);
  color: var(--c-silver);
  overflow: hidden;
}

.page-products img {
  max-width: 100%;
  height: auto;
}

.page-products [data-reveal] {
  opacity: 1;
  transform: none;
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.page-products a {
  color: var(--c-orange);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color 0.2s ease;
}

.page-products a:hover,
.page-products a:focus {
  color: var(--c-yellow);
  text-decoration-thickness: 2px;
}

.page-products .page-products__hero {
  position: relative;
  padding: 24px 0 64px;
  background:
    radial-gradient(ellipse at 82% 12%, rgba(255, 107, 53, 0.16) 0%, transparent 38%),
    radial-gradient(ellipse at 18% 88%, rgba(90, 79, 207, 0.20) 0%, transparent 42%),
    linear-gradient(135deg, var(--c-space-deep) 0%, var(--c-space) 55%, #0E2A55 100%);
  border-bottom: 3px solid var(--c-orange);
}

.page-products .page-products__hero::after {
  content: "";
  position: absolute;
  right: -70px;
  top: 96px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(192, 200, 216, 0.18);
  border-radius: 50%;
  box-shadow:
    0 0 0 26px rgba(192, 200, 216, 0.04),
    0 0 0 52px rgba(192, 200, 216, 0.03);
  pointer-events: none;
}

.page-products .page-products__hero::before {
  content: "";
  position: absolute;
  left: -40px;
  bottom: -8px;
  width: 220px;
  height: 60px;
  background: linear-gradient(115deg, transparent 0%, transparent 42%, rgba(255, 107, 53, 0.28) 43%, rgba(255, 107, 53, 0.28) 48%, transparent 49%, rgba(192, 200, 216, 0.10) 50%, transparent 62%);
  transform: rotate(-8deg);
  pointer-events: none;
}

.page-products .breadcrumb {
  margin-bottom: 32px;
}

.page-products .page-products__hero-grid {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
  z-index: 1;
}

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

.page-products .page-products__hero-main .section-label {
  margin-bottom: 12px;
}

.page-products .page-products__hero-main h1 {
  margin: 0 0 18px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(28px, 5.4vw, 52px);
  line-height: 1.15;
  color: var(--c-cream);
  letter-spacing: 0.02em;
}

.page-products .page-products__h1-accent {
  display: block;
  margin-top: 10px;
  font-size: 0.54em;
  font-weight: 500;
  color: var(--c-silver);
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.page-products .page-products__hero-lead {
  max-width: 620px;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(192, 200, 216, 0.90);
  margin: 0;
}

.page-products .page-products__hero-side {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 560px;
}

.page-products .page-products__hero-card {
  background: rgba(255, 255, 255, 0.04);
  border: var(--p-line-silver);
  padding: 18px 18px 20px;
  clip-path: var(--p-clip);
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 108px;
  backdrop-filter: blur(4px);
}

.page-products .page-products__hero-card--big {
  grid-column: span 2;
  min-height: 124px;
  background: rgba(90, 79, 207, 0.12);
  border-color: rgba(90, 79, 207, 0.45);
}

.page-products .page-products__hero-card--orange {
  background: rgba(255, 107, 53, 0.10);
  border-color: rgba(255, 107, 53, 0.46);
}

.page-products .page-products__hero-num {
  font-family: var(--font-display);
  font-size: 30px;
  font-weight: 700;
  color: var(--c-orange);
  line-height: 1.1;
  letter-spacing: 0.03em;
}

.page-products .page-products__hero-card--big .page-products__hero-num {
  font-size: 36px;
  color: var(--c-yellow);
}

.page-products .page-products__hero-label {
  font-size: 13px;
  line-height: 1.5;
  color: rgba(192, 200, 216, 0.86);
  letter-spacing: 0.03em;
}

.page-products .page-products__section-head {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}

.page-products .page-products__section-head--left {
  margin-left: 0;
  text-align: left;
}

.page-products .page-products__section-head .section-label {
  margin-bottom: 12px;
}

.page-products .page-products__section-head h2 {
  margin: 0 0 14px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.2;
  color: var(--c-cream);
  letter-spacing: 0.02em;
}

.page-products .page-products__section-desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--c-silver);
}

.page-products .section--cream .page-products__section-head h2 {
  color: var(--c-ink);
}

.page-products .section--cream .page-products__section-desc {
  color: rgba(26, 26, 46, 0.78);
}

.page-products .page-products__app {
  position: relative;
  padding-top: 64px;
  padding-bottom: 64px;
  background: var(--c-space);
}

.page-products .page-products__app .page-products__section-head h2 {
  color: var(--c-cream);
}

.page-products .page-products__app-grid {
  display: flex;
  flex-direction: column;
  gap: 36px;
  align-items: center;
}

.page-products .page-products__app-visual {
  flex: 0 0 auto;
  order: 1;
}

.page-products .page-products__phone {
  width: 250px;
  margin: 0 auto;
  background: var(--c-space-deep);
  border: 3px solid var(--c-silver);
  border-radius: 30px;
  padding: 16px 10px 30px;
  position: relative;
  box-shadow:
    0 24px 48px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 107, 53, 0.14);
}

.page-products .page-products__phone::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 56px;
  height: 4px;
  background: rgba(192, 200, 216, 0.36);
  border-radius: 2px;
  z-index: 2;
}

.page-products .page-products__phone::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 4px;
  background: rgba(192, 200, 216, 0.28);
  border-radius: 2px;
}

.page-products .page-products__phone-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 360 / 720;
}

.page-products .page-products__app-copy {
  flex: 1 1 auto;
  order: 2;
  max-width: 620px;
}

.page-products .page-products__app-intro {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(192, 200, 216, 0.92);
}

.page-products .page-products__app-specs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.page-products .page-products__spec-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.04);
  border: var(--p-line-silver);
  clip-path: var(--p-clip);
}

.page-products .page-products__spec-item:hover {
  background: rgba(255, 107, 53, 0.08);
  border-color: rgba(255, 107, 53, 0.42);
}

.page-products .page-products__spec-icon {
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 1;
  color: var(--c-orange);
  font-family: var(--font-mono);
}

.page-products .page-products__spec-item strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--c-cream);
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}

.page-products .page-products__spec-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(192, 200, 216, 0.82);
}

.page-products .page-products__features {
  position: relative;
  padding-top: 72px;
  padding-bottom: 72px;
  color: var(--c-ink);
}

.page-products .page-products__features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: repeating-linear-gradient(90deg, var(--c-orange) 0px, var(--c-orange) 12px, transparent 12px, transparent 20px);
  opacity: 0.7;
}

.page-products .page-products__feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 32px;
}

.page-products .page-products__feature {
  position: relative;
  padding: 28px 24px 24px;
  background: var(--c-cream);
  border: 1px solid rgba(11, 27, 61, 0.10);
  border-left: 4px solid var(--c-orange);
  clip-path: var(--p-clip);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-products .page-products__feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(11, 27, 61, 0.08);
}

.page-products .page-products__feature-num {
  position: absolute;
  top: 20px;
  right: 20px;
  font-family: var(--font-mono);
  font-size: 26px;
  font-weight: 700;
  color: rgba(11, 27, 61, 0.10);
}

.page-products .page-products__feature-title {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 19px;
  color: var(--c-ink);
  letter-spacing: 0.02em;
}

.page-products .page-products__feature p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(26, 26, 46, 0.78);
}

.page-products .page-products__feature-image {
  margin-top: 20px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.page-products .page-products__feature-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  aspect-ratio: 480 / 320;
  border: 1px solid rgba(11, 27, 61, 0.08);
}

.page-products .page-products__flow {
  position: relative;
  padding-top: 72px;
  padding-bottom: 72px;
  background: var(--c-space);
}

.page-products .page-products__flow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--c-orange) 0%, var(--c-purple) 100%);
}

.page-products .page-products__flow .page-products__section-head h2 {
  color: var(--c-cream);
}

.page-products .page-products__flow-layout {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.page-products .page-products__flow-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  max-width: 680px;
}

.page-products .page-products__flow-steps::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 18px;
  bottom: 18px;
  width: 3px;
  background: linear-gradient(180deg, var(--c-orange) 0%, var(--c-purple) 60%, rgba(90, 79, 207, 0.14) 100%);
}

.page-products .page-products__step {
  display: flex;
  gap: 18px;
  padding-bottom: 30px;
  position: relative;
}

.page-products .page-products__step:last-child {
  padding-bottom: 0;
}

.page-products .page-products__step::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 64px;
  width: 3px;
  height: 36px;
  background: linear-gradient(180deg, var(--c-orange) 0%, var(--c-purple) 100%);
  transform: scaleY(0.7);
  transform-origin: top;
  opacity: 0.4;
}

.page-products .page-products__step:last-child::after {
  display: none;
}

.page-products .page-products__step-num {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-space);
  border: 2px solid var(--c-orange);
  border-radius: 50%;
  color: var(--c-orange);
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 17px;
  box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.12);
}

.page-products .page-products__step-body {
  flex: 1 1 auto;
  padding-top: 4px;
}

.page-products .page-products__step-body h3 {
  margin: 0 0 6px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  color: var(--c-cream);
  letter-spacing: 0.02em;
}

.page-products .page-products__step-body p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(192, 200, 216, 0.88);
}

.page-products .page-products__flow-visual {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.page-products .page-products__flow-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
  aspect-ratio: 1200 / 400;
  border: 1px solid rgba(192, 200, 216, 0.22);
}

.page-products .page-products__compare {
  position: relative;
  padding-top: 72px;
  padding-bottom: 72px;
  color: var(--c-ink);
}

.page-products .page-products__compare::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: repeating-linear-gradient(90deg, var(--c-purple) 0px, var(--c-purple) 12px, transparent 12px, transparent 20px);
  opacity: 0.55;
}

.page-products .page-products__compare .page-products__section-head h2 {
  color: var(--c-ink);
}

.page-products .page-products__compare-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: 32px;
}

.page-products .page-products__version-card {
  padding: 28px 24px;
  background: var(--c-cream);
  border: 1px solid rgba(11, 27, 61, 0.10);
  clip-path: var(--p-clip);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-products .page-products__version-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(11, 27, 61, 0.10);
}

.page-products .page-products__version-card--standard {
  border-top: 4px solid var(--c-purple);
}

.page-products .page-products__version-card--local {
  border-top: 4px solid var(--c-orange);
}

.page-products .page-products__version-card h3 {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 22px;
  color: var(--c-ink);
  letter-spacing: 0.04em;
}

.page-products .page-products__version-card--local h3 {
  color: var(--c-orange);
}

.page-products .page-products__version-desc {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(26, 26, 46, 0.78);
}

.page-products .page-products__version-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-products .page-products__version-list li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(26, 26, 46, 0.88);
}

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

.page-products .page-products__version-card--standard .page-products__version-list li::before {
  background: var(--c-purple);
}

.page-products .page-products__compare-table-wrap {
  overflow-x: auto;
  margin-bottom: 32px;
  -webkit-overflow-scrolling: touch;
}

.page-products .page-products__compare-table {
  width: 100%;
  min-width: 520px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.6;
  background: var(--c-cream);
  border: 1px solid rgba(11, 27, 61, 0.10);
}

.page-products .page-products__compare-table th,
.page-products .page-products__compare-table td {
  padding: 15px 18px;
  text-align: left;
  border-bottom: 1px solid rgba(11, 27, 61, 0.08);
}

.page-products .page-products__compare-table thead th {
  background: var(--c-space);
  color: var(--c-cream);
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.05em;
  border-bottom: 3px solid var(--c-orange);
}

.page-products .page-products__compare-table thead th:first-child {
  border-top-left-radius: 10px;
}

.page-products .page-products__compare-table thead th:last-child {
  border-top-right-radius: 10px;
}

.page-products .page-products__compare-table tbody th {
  font-weight: 600;
  color: var(--c-ink);
  width: 110px;
  background: rgba(245, 240, 230, 0.90);
}

.page-products .page-products__compare-table tbody td {
  color: rgba(26, 26, 46, 0.80);
}

.page-products .page-products__compare-table tbody tr:last-child th,
.page-products .page-products__compare-table tbody tr:last-child td {
  border-bottom: none;
}

.page-products .page-products__compare-table tbody td:nth-of-type(2) {
  background: rgba(90, 79, 207, 0.03);
}

.page-products .page-products__compare-table tbody td:nth-of-type(3) {
  background: rgba(255, 107, 53, 0.04);
}

.page-products .page-products__compare-visual {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-products .page-products__compare-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
  object-fit: cover;
  aspect-ratio: 800 / 500;
  border: 1px solid rgba(11, 27, 61, 0.10);
}

.page-products .page-products__support {
  position: relative;
  padding-top: 0;
  padding-bottom: 64px;
  background: var(--c-space-deep);
  overflow: hidden;
}

.page-products .page-products__support-visual {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-products .page-products__support-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.24;
}

.page-products .page-products__support-content {
  position: relative;
  z-index: 1;
  padding-top: 56px;
}

.page-products .page-products__support .page-products__section-head {
  margin-bottom: 28px;
}

.page-products .page-products__support .page-products__section-head h2 {
  color: var(--c-cream);
}

.page-products .page-products__support-lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(192, 200, 216, 0.92);
}

.page-products .page-products__support-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 24px;
}

.page-products .page-products__support-item {
  padding: 20px 22px;
  background: rgba(11, 27, 61, 0.62);
  border: var(--p-line-silver);
  clip-path: var(--p-clip);
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-products .page-products__support-label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(192, 200, 216, 0.72);
}

.page-products .page-products__support-value {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: var(--c-cream);
  line-height: 1.4;
  word-break: break-all;
}

.page-products .page-products__support-note {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(192, 200, 216, 0.78);
}

.page-products .page-products__support-more {
  margin: 0;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(192, 200, 216, 0.86);
  max-width: 680px;
}

@media (min-width: 640px) {
  .page-products .page-products__app-specs {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .page-products .page-products__support-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }

  .page-products .page-products__support-more {
    font-size: 15px;
  }
}

@media (min-width: 768px) {
  .page-products .page-products__hero {
    padding: 32px 0 80px;
  }

  .page-products .page-products__hero-grid {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
  }

  .page-products .page-products__hero-main {
    flex: 1.1 1 0;
  }

  .page-products .page-products__hero-side {
    flex: 0.9 1 0;
    max-width: 440px;
  }

  .page-products .page-products__app-grid {
    flex-direction: row;
    align-items: center;
    gap: 56px;
  }

  .page-products .page-products__app-visual {
    order: 0;
    flex-basis: 320px;
  }

  .page-products .page-products__app-copy {
    order: 1;
    max-width: none;
  }

  .page-products .page-products__feature-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .page-products .page-products__flow-layout {
    flex-direction: row;
    align-items: flex-start;
    gap: 48px;
  }

  .page-products .page-products__flow-steps {
    flex: 1 1 0;
  }

  .page-products .page-products__flow-visual {
    flex: 1.1 1 0;
    margin-top: 8px;
  }

  .page-products .page-products__compare-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 36px;
  }

  .page-products .page-products__support-content {
    padding-top: 80px;
  }

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

@media (min-width: 1024px) {
  .page-products .page-products__hero-main h1 {
    font-size: 54px;
  }

  .page-products .page-products__hero-side {
    max-width: 480px;
    gap: 16px;
  }

  .page-products .page-products__feature-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .page-products .page-products__feature-image {
    max-width: 520px;
    margin-left: auto;
    margin-right: 0;
  }

  .page-products .page-products__compare-table {
    font-size: 15px;
  }

  .page-products .page-products__compare-table th,
  .page-products .page-products__compare-table td {
    padding: 18px 22px;
  }

  .page-products .page-products__support-grid {
    max-width: 760px;
  }
}
