.page-products {
  --solutions-bg: #0A0A0F;
  --solutions-blue: #0F1D3D;
  --solutions-gold: #E8B84B;
  --solutions-gold-soft: #F5D68A;
  --solutions-red: #D83832;
  --solutions-crimson: #A61B3C;
  --solutions-green: #22C55E;
  --solutions-white: #F5F6FA;
  --solutions-gray: #9AA4B2;
  --solutions-line: rgba(232, 184, 75, 0.22);
  background: var(--solutions-bg);
  color: var(--solutions-white);
  overflow-x: clip;
  position: relative;
}

.page-products .phx-container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 28px;
}

.page-products .breadcrumb {
  padding-top: 20px;
  border-bottom: 1px solid rgba(154, 164, 178, 0.14);
}

.page-products .breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0 0 14px;
}

.page-products .breadcrumb a {
  color: var(--solutions-gray);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.2s var(--phx-ease);
}

.page-products .breadcrumb a:hover {
  color: var(--solutions-gold);
}

.page-products .breadcrumb li:last-child {
  color: var(--solutions-gold);
  font-size: 0.85rem;
}

/* ===== Hero ===== */
.page-products .solutions-hero {
  position: relative;
  padding: 44px 0 68px;
  background:
    radial-gradient(ellipse at 78% 28%, rgba(216, 56, 50, 0.2), transparent 52%),
    radial-gradient(ellipse at 12% 84%, rgba(232, 184, 75, 0.1), transparent 48%),
    linear-gradient(180deg, #0A0A0F 0%, #0F1D3D 130%);
}

.page-products .solutions-hero__inner {
  display: grid;
  gap: 36px;
  align-items: center;
}

.page-products .solutions-hero__content .tag-pill {
  background: rgba(232, 184, 75, 0.12);
  border: 1px solid rgba(232, 184, 75, 0.36);
  color: var(--solutions-gold);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: var(--phx-radius-pill);
  margin-bottom: 20px;
}

.page-products .solutions-hero__content .display-title {
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: 1.12;
  letter-spacing: 0.01em;
  margin: 0 0 20px;
  max-width: 12ch;
}

.page-products .solutions-hero__content .lead-text {
  color: var(--solutions-gray);
  max-width: 32rem;
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 0 0 26px;
}

.page-products .solutions-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}

.page-products .hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 40px;
  margin: 0 0 34px;
  padding: 22px 0 0;
  border-top: 1px solid var(--solutions-line);
}

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

.page-products .hero-stats__value {
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--solutions-gold);
  line-height: 1;
}

.page-products .hero-stats__label {
  color: var(--solutions-gray);
  font-size: 0.8rem;
  margin: 0;
}

.page-products .hero-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  padding-top: 18px;
  border-top: 1px dashed rgba(232, 184, 75, 0.18);
}

.page-products .hero-legend__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--solutions-gray);
  font-size: 0.8rem;
}

.page-products .legend-swatch {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  flex: none;
}

.page-products .legend-swatch--gold {
  background: var(--solutions-gold);
  box-shadow: 0 0 10px rgba(232, 184, 75, 0.7);
}

.page-products .legend-swatch--red {
  background: var(--solutions-red);
  box-shadow: 0 0 10px rgba(216, 56, 50, 0.6);
}

.page-products .legend-swatch--green {
  background: var(--solutions-green);
}

.page-products .solutions-hero__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 480px;
}

.page-products .orbit-line {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(232, 184, 75, 0.22);
  pointer-events: none;
}

.page-products .orbit-line--out {
  width: 420px;
  height: 560px;
  border-color: rgba(232, 184, 75, 0.16);
}

.page-products .orbit-line--in {
  width: 300px;
  height: 420px;
  border-color: rgba(232, 184, 75, 0.3);
}

.page-products .orbit-coord {
  position: absolute;
  color: rgba(232, 184, 75, 0.55);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.page-products .orbit-coord--tl {
  top: 8%;
  right: 14%;
}

.page-products .orbit-coord--br {
  bottom: 7%;
  left: 12%;
}

.page-products .phone-frame {
  position: relative;
  width: min(248px, 68vw);
  aspect-ratio: 9 / 16;
  background: linear-gradient(180deg, #12121A, #0A0A0F);
  border: 1px solid rgba(232, 184, 75, 0.42);
  border-radius: 36px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  box-shadow:
    0 0 70px rgba(232, 184, 75, 0.14),
    0 24px 64px rgba(0, 0, 0, 0.55);
  z-index: 1;
}

.page-products .phone-frame__status {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  font-size: 0.7rem;
  color: var(--solutions-white);
  letter-spacing: 0.04em;
}

.page-products .phone-frame__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--solutions-green);
  box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.5);
  animation: phx-pulse 2s infinite;
}

@keyframes phx-pulse {
  70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
  100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.page-products .phone-frame__screen {
  flex: 1;
  overflow: hidden;
  border-radius: 24px;
  background: var(--solutions-blue);
  min-height: 0;
}

.page-products .phone-frame__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}

.page-products .phone-frame__caption {
  font-size: 0.7rem;
  color: var(--solutions-gray);
  padding: 2px 8px 6px;
  text-align: center;
}

/* ===== Catalog strip ===== */
.page-products .solutions-catalog {
  position: relative;
  padding: 64px 0 72px;
  background-image:
    linear-gradient(rgba(232, 184, 75, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(232, 184, 75, 0.055) 1px, transparent 1px);
  background-size: 36px 36px;
  border-top: 1px solid rgba(232, 184, 75, 0.14);
  border-bottom: 1px solid rgba(232, 184, 75, 0.14);
}

.page-products .catalog-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--solutions-gray);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  margin: 0 0 22px;
}

.page-products .catalog-kicker .mono-num {
  color: var(--solutions-gold);
  font-weight: 700;
}

.page-products .scroll-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 76vw;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: var(--solutions-gold) rgba(255, 255, 255, 0.06);
  padding: 6px 6px 18px;
  margin: 0 -6px;
  max-width: 100%;
}

.page-products .scroll-strip::-webkit-scrollbar {
  height: 6px;
}

.page-products .scroll-strip::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 999px;
}

.page-products .scroll-strip::-webkit-scrollbar-thumb {
  background: var(--solutions-gold);
  border-radius: 999px;
}

.page-products .scroll-strip__card {
  scroll-snap-align: center;
  position: relative;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 26px 24px;
  border-radius: var(--phx-radius-lg);
  background:
    linear-gradient(135deg, rgba(232, 184, 75, 0.08), transparent 55%),
    linear-gradient(160deg, #0F1D3D, #0A0A0F);
  border: 1px solid rgba(232, 184, 75, 0.18);
  transition: border-color 0.25s var(--phx-ease), transform 0.25s var(--phx-ease), box-shadow 0.25s var(--phx-ease);
  color: var(--solutions-white);
  min-height: 190px;
}

.page-products .scroll-strip__card:hover {
  border-color: rgba(232, 184, 75, 0.7);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.page-products .scroll-strip__num {
  color: var(--solutions-gold);
  font-size: 1.5rem;
  font-weight: 700;
}

.page-products .scroll-strip__name {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.page-products .scroll-strip__desc {
  color: var(--solutions-gray);
  font-size: 0.9rem;
  line-height: 1.6;
}

.page-products .scroll-strip__arrow {
  position: absolute;
  bottom: 20px;
  right: 22px;
  color: var(--solutions-red);
  font-size: 1.4rem;
  font-weight: 700;
  transition: transform 0.2s var(--phx-ease);
}

.page-products .scroll-strip__card:hover .scroll-strip__arrow {
  transform: translateX(5px);
}

.page-products .scroll-strip__coord {
  position: absolute;
  top: 22px;
  right: 22px;
  color: rgba(232, 184, 75, 0.45);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.page-products .catalog-hint {
  color: var(--solutions-gray);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  margin: 8px 0 0;
  text-align: center;
  opacity: 0.75;
}

/* ===== Section head ===== */
.page-products .section-head {
  max-width: 760px;
  margin-bottom: 40px;
}

.page-products .section-index {
  color: var(--solutions-gold);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  margin: 0 0 12px;
}

.page-products .section-title {
  color: var(--solutions-white);
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 18px;
  letter-spacing: 0.01em;
}

.page-products .section-head .lead-text {
  color: var(--solutions-gray);
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
}

/* ===== Devices section ===== */
.page-products .solutions-devices {
  padding: 78px 0 84px;
  background:
    linear-gradient(180deg, #0A0A0F, var(--solutions-blue) 120%);
}

.page-products .device-grid {
  display: grid;
  gap: 20px;
}

.page-products .device-card {
  position: relative;
  background: rgba(10, 10, 15, 0.6);
  border: 1px solid rgba(154, 164, 178, 0.14);
  border-radius: var(--phx-radius-lg);
  padding: 24px;
  transition: border-color 0.25s var(--phx-ease), box-shadow 0.25s var(--phx-ease);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-products .device-card:hover {
  border-color: rgba(232, 184, 75, 0.5);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.35);
}

.page-products .device-card__visual {
  height: 130px;
  border-radius: var(--phx-radius-md);
  background:
    linear-gradient(135deg, rgba(232, 184, 75, 0.1), transparent),
    #0F1D3D;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  overflow: hidden;
}

.page-products .mini-device {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  border-radius: 10px;
  background: rgba(10, 10, 15, 0.8);
  border: 1px solid rgba(154, 164, 178, 0.22);
  padding: 12px 10px;
  position: relative;
}

.page-products .mini-device--phone {
  width: 44px;
  height: 72px;
  border-radius: 8px;
  align-items: center;
  opacity: 0.55;
  transition: opacity 0.2s var(--phx-ease), transform 0.2s var(--phx-ease);
}

.page-products .mini-device--active {
  opacity: 1;
  transform: scale(1.06);
  border-color: rgba(232, 184, 75, 0.55);
}

.page-products .mini-device--tablet {
  width: 105px;
  height: 76px;
  border-radius: 10px;
  align-items: center;
  border-color: rgba(232, 184, 75, 0.3);
}

.page-products .mini-device--desktop {
  width: 120px;
  height: 72px;
  border-radius: 8px;
  align-items: center;
  border-color: rgba(34, 197, 94, 0.25);
}

.page-products .mini-device__bar {
  display: block;
  width: 22px;
  height: 4px;
  border-radius: 4px;
  background: rgba(154, 164, 178, 0.45);
}

.page-products .mini-device__bar--short {
  width: 14px;
  background: rgba(154, 164, 178, 0.3);
}

.page-products .mini-device__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 8px;
}

.page-products .mini-device__dot--green {
  background: var(--solutions-green);
}

.page-products .mini-device__dot--gold {
  background: var(--solutions-gold);
}

.page-products .mini-device__dot--red {
  background: var(--solutions-red);
}

.page-products .device-card h3 {
  color: var(--solutions-white);
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}

.page-products .device-card p {
  color: var(--solutions-gray);
  font-size: 0.92rem;
  line-height: 1.75;
  margin: 0;
  flex: 1;
}

.page-products .device-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-products .device-tags a {
  color: inherit;
  text-decoration: none;
}

.page-products .device-tags a:hover {
  color: var(--solutions-gold);
}

/* ===== Timeline section ===== */
.page-products .solutions-timeline {
  position: relative;
  padding: 88px 0;
  background:
    linear-gradient(225deg, rgba(232, 184, 75, 0.09) 0%, transparent 45%),
    repeating-linear-gradient(135deg, rgba(232, 184, 75, 0.045) 0 1px, transparent 1px 18px),
    var(--solutions-bg);
}

.page-products .timeline-layout {
  display: grid;
  gap: 36px;
  align-items: center;
}

.page-products .timeline-copy .section-index {
  color: var(--solutions-red);
}

.page-products .field-list {
  display: grid;
  gap: 16px;
  margin: 28px 0 22px;
}

.page-products .field-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  background: rgba(15, 29, 61, 0.55);
  border: 1px solid rgba(154, 164, 178, 0.13);
  border-radius: var(--phx-radius-md);
  padding: 18px 18px 18px 16px;
  transition: border-color 0.2s var(--phx-ease);
}

.page-products .field-item:hover {
  border-color: rgba(232, 184, 75, 0.4);
}

.page-products .field-item__num {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(216, 56, 50, 0.16);
  color: var(--solutions-gold);
  font-size: 0.9rem;
  font-weight: 700;
}

.page-products .field-item h3 {
  color: var(--solutions-white);
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 6px;
}

.page-products .field-item p {
  color: var(--solutions-gray);
  font-size: 0.88rem;
  line-height: 1.7;
  margin: 0;
}

.page-products .demo-block {
  margin: 24px 0;
  background: rgba(15, 29, 61, 0.35);
  border: 1px solid rgba(232, 184, 75, 0.16);
  border-radius: 14px;
  padding: 0;
}

.page-products .demo-block summary {
  cursor: pointer;
  padding: 16px 20px;
  color: var(--solutions-gold);
  font-size: 0.9rem;
  font-weight: 500;
  list-style: none;
}

.page-products .demo-block summary::-webkit-details-marker {
  display: none;
}

.page-products .demo-block summary::before {
  content: "▸ ";
  color: var(--solutions-red);
}

.page-products .demo-block[open] summary::before {
  content: "▾ ";
}

.page-products .demo-block p {
  padding: 0 20px 18px;
  color: var(--solutions-gray);
  font-size: 0.9rem;
  line-height: 1.8;
  margin: 0;
}

.page-products .timeline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-products .timeline-visual {
  margin: 0;
  position: relative;
}

.page-products .timeline-visual__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--phx-radius-lg);
  border: 1px solid rgba(232, 184, 75, 0.18);
  box-shadow: var(--phx-shadow);
  object-fit: cover;
}

.page-products .timeline-visual figcaption,
.page-products .node-map figcaption,
.page-products .data-flow figcaption {
  margin-top: 12px;
  color: var(--solutions-gray);
  font-size: 0.78rem;
  line-height: 1.6;
}

/* ===== Nodes section ===== */
.page-products .solutions-nodes {
  padding: 84px 0;
  background:
    radial-gradient(circle at 18% 30%, rgba(216, 56, 50, 0.14), transparent 38%),
    radial-gradient(circle at 85% 78%, rgba(232, 184, 75, 0.08), transparent 30%),
    var(--solutions-bg);
  border-top: 1px solid rgba(216, 56, 50, 0.16);
}

.page-products .node-layout {
  display: grid;
  gap: 36px;
  align-items: center;
}

.page-products .node-stats {
  display: grid;
  gap: 14px;
}

.page-products .node-stat {
  background: rgba(15, 29, 61, 0.6);
  border-left: 3px solid var(--solutions-gold);
  border-radius: 0 var(--phx-radius-md) var(--phx-radius-md) 0;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: transform 0.2s var(--phx-ease), border-color 0.2s var(--phx-ease);
}

.page-products .node-stat:hover {
  transform: translateX(4px);
  border-left-color: var(--solutions-red);
}

.page-products .node-stat__value {
  color: var(--solutions-gold);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.page-products .node-stat__label {
  color: var(--solutions-gray);
  font-size: 0.82rem;
  margin: 0;
}

.page-products .node-cities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.page-products .city-chip {
  background: rgba(15, 29, 61, 0.8);
  border: 1px solid rgba(232, 184, 75, 0.22);
  color: var(--solutions-white);
  border-radius: var(--phx-radius-pill);
  padding: 8px 16px;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.page-products .city-chip:hover {
  border-color: var(--solutions-gold);
  color: var(--solutions-gold);
}

.page-products .node-map {
  margin: 0;
}

.page-products .node-map__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--phx-radius-lg);
  border: 1px solid rgba(232, 184, 75, 0.16);
  object-fit: cover;
}

/* ===== Migration section ===== */
.page-products .solutions-migration {
  position: relative;
  padding: 88px 0;
  background:
    linear-gradient(160deg, rgba(166, 27, 60, 0.2) 0%, rgba(10, 10, 15, 0) 58%),
    var(--solutions-bg);
  border-top: 1px solid rgba(166, 27, 60, 0.22);
}

.page-products .migration-layout {
  display: grid;
  gap: 36px;
  align-items: center;
}

.page-products .migration-copy .section-index {
  color: var(--solutions-crimson);
}

.page-products .migration-copy .lead-text {
  color: var(--solutions-gray);
  line-height: 1.8;
  margin: 0 0 28px;
}

.page-products .migration-steps {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 16px;
}

.page-products .migration-step {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  background: rgba(15, 29, 61, 0.5);
  border: 1px solid rgba(154, 164, 178, 0.12);
  border-radius: var(--phx-radius-md);
  padding: 18px;
}

.page-products .migration-step__index {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(216, 56, 50, 0.15);
  border: 1px solid rgba(216, 56, 50, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--solutions-gold);
  font-size: 0.82rem;
  font-weight: 700;
}

.page-products .migration-step h3 {
  color: var(--solutions-white);
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 6px;
}

.page-products .migration-step p {
  color: var(--solutions-gray);
  font-size: 0.88rem;
  line-height: 1.7;
  margin: 0;
}

.page-products .migration-visual {
  margin: 0;
}

.page-products .migration-visual__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--phx-radius-lg);
  border: 1px solid rgba(216, 56, 50, 0.18);
  box-shadow: var(--phx-shadow);
  object-fit: cover;
}

/* ===== Developer section ===== */
.page-products .solutions-developer {
  padding: 84px 0;
  background:
    linear-gradient(90deg, rgba(15, 29, 61, 0.55), transparent 62%),
    var(--solutions-bg);
  border-top: 1px solid rgba(232, 184, 75, 0.12);
}

.page-products .developer-layout {
  display: grid;
  gap: 36px;
  align-items: center;
}

.page-products .api-list {
  display: grid;
  gap: 16px;
}

.page-products .api-item {
  background: rgba(10, 10, 15, 0.62);
  border: 1px solid rgba(154, 164, 178, 0.13);
  border-radius: var(--phx-radius-md);
  padding: 20px 22px;
  transition: border-color 0.2s var(--phx-ease);
}

.page-products .api-item:hover {
  border-color: rgba(232, 184, 75, 0.46);
}

.page-products .api-item h3 {
  color: var(--solutions-gold);
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 8px;
}

.page-products .api-item p {
  color: var(--solutions-gray);
  font-size: 0.9rem;
  line-height: 1.75;
  margin: 0;
}

.page-products .api-note {
  color: var(--solutions-gray);
  font-size: 0.82rem;
  line-height: 1.7;
  padding: 14px 4px 0;
  border-top: 1px dashed rgba(154, 164, 178, 0.2);
  margin: 6px 0 0;
}

.page-products .data-flow {
  margin: 0;
}

.page-products .data-flow__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--phx-radius-lg);
  border: 1px solid rgba(232, 184, 75, 0.15);
  object-fit: cover;
}

/* ===== Contact CTA ===== */
.page-products .solutions-contact {
  padding: 84px 0 96px;
  background:
    radial-gradient(ellipse at 50% 100%, rgba(216, 56, 50, 0.16), transparent 58%),
    var(--solutions-bg);
}

.page-products .contact-banner {
  position: relative;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(135deg, #0F1D3D, #0A0A0F);
  border: 1px solid rgba(232, 184, 75, 0.2);
  border-radius: var(--phx-radius-lg);
  padding: 62px 32px 56px;
  overflow: hidden;
}

.page-products .contact-banner .section-title {
  margin-bottom: 14px;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
}

.page-products .contact-banner .lead-text {
  color: var(--solutions-gray);
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 30px;
}

.page-products .contact-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.page-products .slash-panel {
  position: absolute;
  width: 320px;
  height: 90px;
  top: -42px;
  right: -76px;
  transform: rotate(24deg);
  background: linear-gradient(90deg, rgba(216, 56, 50, 0.8), rgba(232, 184, 75, 0.5));
  clip-path: polygon(0 0, 100% 0, 78% 100%, 0 100%);
  pointer-events: none;
}

/* ===== reveal ===== */
.page-products [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s var(--phx-ease), transform 0.3s var(--phx-ease);
}

.page-products [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

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

/* ===== medium screens ===== */
@media (min-width: 700px) {
  .page-products .scroll-strip {
    grid-auto-columns: 44%;
  }

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

  .page-products .device-card--desktop {
    grid-column: span 2;
  }

  .page-products .device-card__visual {
    height: 150px;
  }
}

/* ===== large screens ===== */
@media (min-width: 960px) {
  .page-products .solutions-hero {
    padding: 64px 0 84px;
  }

  .page-products .solutions-hero__inner {
    grid-template-columns: 1.08fr 0.92fr;
    gap: 56px;
  }

  .page-products .solutions-hero__content .lead-text {
    font-size: 1.08rem;
  }

  .page-products .scroll-strip {
    grid-auto-columns: 27%;
  }

  .page-products .scroll-strip__card {
    min-height: 210px;
  }

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

  .page-products .device-card--desktop {
    grid-column: span 1;
  }

  .page-products .device-card__visual {
    height: 140px;
  }

  .page-products .timeline-layout {
    grid-template-columns: 1fr 0.85fr;
    gap: 56px;
  }

  .page-products .node-layout {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 56px;
  }

  .page-products .migration-layout {
    grid-template-columns: 1fr 0.82fr;
    gap: 56px;
  }

  .page-products .developer-layout {
    grid-template-columns: 1fr 1fr;
    gap: 56px;
  }
}

@media (min-width: 1180px) {
  .page-products .scroll-strip {
    grid-auto-columns: 23.2%;
  }

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

  .page-products .device-card__visual {
    height: 150px;
  }
}
