.page-products {
  --panel-gap: clamp(1.6rem, 5vw, 3.5rem);
  --radar-fill: rgba(255, 77, 0, 0.24);
  --radar-other: rgba(42, 157, 143, 0.3);
  background: var(--c-stone);
  color: var(--c-ink);
  font-family: var(--font-body);
}
.page-products img {
  max-width: 100%;
  height: auto;
}
.page-products h1,
.page-products h2,
.page-products h3 {
  font-family: var(--font-head);
}
.page-products .overview {
  position: relative;
  background-color: var(--c-night);
  color: var(--c-white);
  overflow: hidden;
  padding: 2.75rem 1.25rem 4.5rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.5rem), 0 100%);
}
.page-products .overview-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
  z-index: 0;
}
.page-products .overview-shell {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin-inline: auto;
}
.page-products .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.75);
}
.page-products .breadcrumb a {
  color: var(--c-gold);
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.page-products .breadcrumb a:hover {
  border-bottom-color: var(--c-gold);
}
.page-products .hero-tag {
  display: inline-block;
  margin-top: 1.25rem;
  background: var(--gradient-energy);
  padding: 0.4rem 0.8rem;
  color: var(--c-white);
  font-size: var(--text-sm);
  font-weight: 700;
  letter-spacing: 0.06em;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
}
.page-products .hero-title {
  margin: 1rem 0 0.9rem;
  font-size: clamp(2.2rem, 9vw, 4.6rem);
  line-height: 1.04;
  color: var(--c-white);
}
.page-products .hero-lead {
  max-width: 48rem;
  margin: 0;
  font-size: var(--text-md);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.86);
}
.page-products .hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  list-style: none;
  margin: 1.75rem 0 0;
  padding: 0;
}
.page-products .hero-stat {
  min-width: 5.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 179, 0, 0.35);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
  padding: 0.7rem 0.9rem;
}
.page-products .hero-stat strong {
  display: block;
  font-family: var(--font-head);
  font-size: var(--text-lg);
  line-height: 1.1;
  color: var(--c-gold);
}
.page-products .hero-stat em {
  display: block;
  margin-top: 0.2rem;
  font-style: normal;
  font-size: var(--text-xs);
  color: rgba(255, 255, 255, 0.7);
}
.page-products .cmd-bar {
  display: flex;
  gap: 0.75rem;
  margin-top: 2.25rem;
  overflow-x: auto;
  padding-bottom: 0.75rem;
  scroll-snap-type: x mandatory;
}
.page-products .cmd-item {
  flex: 0 0 170px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding: 1rem 0.95rem 1.15rem;
  background: var(--c-bg-dark);
  border: 1px solid rgba(255, 77, 0, 0.45);
  color: var(--c-white);
  text-decoration: none;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%);
  transition: transform var(--transition), background-color var(--transition), border-color var(--transition);
}
.page-products .cmd-item:hover,
.page-products .cmd-item:focus-visible {
  transform: translateY(-4px);
  background-color: rgba(255, 77, 0, 0.9);
  border-color: var(--c-gold);
  outline: none;
}
.page-products .cmd-num {
  font-family: var(--font-head);
  font-size: var(--text-sm);
  color: var(--c-gold);
}
.page-products .cmd-item strong {
  font-size: var(--text-md);
  line-height: 1.2;
}
.page-products .cmd-item em {
  font-style: normal;
  font-size: var(--text-xs);
  color: rgba(255, 255, 255, 0.72);
}
.page-products .feature-panel {
  display: grid;
  gap: var(--panel-gap);
  padding: 3rem 1.25rem;
  align-items: center;
}
.page-products .feature-panel h2 {
  margin: 0.55rem 0 1rem;
  font-size: clamp(1.6rem, 6vw, 2.8rem);
  line-height: 1.14;
}
.page-products .feature-panel p {
  line-height: 1.7;
  color: rgba(18, 23, 42, 0.84);
}
.page-products .feature-panel .btn {
  margin-top: 1.5rem;
}
.page-products .section-kicker {
  margin: 0;
  font-family: var(--font-head);
  font-size: var(--text-sm);
  letter-spacing: 0.08em;
  color: var(--c-primary);
}
.page-products .step-list {
  display: grid;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
.page-products .step-list li {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  font-size: var(--text-sm);
  line-height: 1.6;
}
.page-products .step-list li span {
  flex: 0 0 auto;
  font-family: var(--font-head);
  color: var(--c-primary);
}
.page-products .phone-panel {
  background: linear-gradient(180deg, var(--c-white) 0%, var(--c-stone) 100%);
}
.page-products .phone-visual {
  display: flex;
  justify-content: center;
}
.page-products .phone-visual img {
  width: min(280px, 72vw);
  aspect-ratio: 1 / 2;
  object-fit: cover;
  border: 4px solid var(--c-bg-dark);
  border-radius: 1.4rem;
  box-shadow: 16px 22px 0 rgba(255, 77, 0, 0.16), 0 28px 48px rgba(18, 23, 42, 0.28);
  transform: rotate(1.6deg);
}
.page-products .team-panel {
  background-color: var(--c-bg-dark);
  color: var(--c-white);
}
.page-products .team-panel p {
  color: rgba(255, 255, 255, 0.84);
}
.page-products .team-panel .section-kicker {
  color: var(--c-gold);
}
.page-products .team-panel .step-list li span {
  color: var(--c-gold);
}
.page-products .team-visual img,
.page-products .event-visual img,
.page-products .compare-visual img {
  border-radius: 0.75rem;
  box-shadow: 0 16px 40px rgba(18, 23, 42, 0.18);
}
.page-products .team-visual img {
  border: 1px solid rgba(255, 179, 0, 0.4);
}
.page-products .event-panel {
  background: linear-gradient(120deg, rgba(233, 196, 106, 0.2) 0%, var(--c-stone) 45%, var(--c-white) 100%);
}
.page-products .event-visual img {
  border: 1px solid rgba(255, 77, 0, 0.25);
}
.page-products .compare-panel {
  background: var(--c-white);
  border-top: 1px solid rgba(18, 23, 42, 0.08);
}
.page-products .dimension-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}
.page-products .dimension-list li {
  padding: 0.65rem 0.8rem;
  background: rgba(42, 46, 69, 0.05);
  border-left: 3px solid var(--c-primary);
  font-size: var(--text-sm);
  font-weight: 500;
}
.page-products .compare-visual {
  display: grid;
  gap: 1rem;
}
.page-products .compare-visual img {
  width: 100%;
  max-width: 640px;
  margin-inline: auto;
}
.page-products .radar-svg {
  display: block;
  width: 100%;
  max-width: 420px;
  margin-inline: auto;
}
.page-products .radar-grid {
  fill: none;
  stroke: rgba(18, 23, 42, 0.2);
  stroke-width: 1;
}
.page-products .radar-axis {
  stroke: rgba(18, 23, 42, 0.12);
  stroke-width: 1;
}
.page-products .radar-a,
.page-products .radar-b {
  stroke-width: 2.5;
  fill-opacity: 0;
}
.page-products .radar-a {
  stroke: var(--c-primary);
  fill: var(--radar-fill);
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  animation: productsRadarA 1.1s ease-out 0.2s forwards;
}
.page-products .radar-b {
  stroke: var(--c-river);
  fill: var(--radar-other);
  stroke-dasharray: 780;
  stroke-dashoffset: 780;
  animation: productsRadarB 1.1s ease-out 0.45s forwards;
}
@keyframes productsRadarA {
  0% {
    stroke-dashoffset: 900;
    fill-opacity: 0;
  }
  60% {
    fill-opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}
@keyframes productsRadarB {
  0% {
    stroke-dashoffset: 780;
    fill-opacity: 0;
  }
  60% {
    fill-opacity: 0;
  }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}
.page-products .finisher {
  background-color: var(--c-night);
  color: var(--c-white);
  text-align: center;
  padding: 3.25rem 1.25rem 3rem;
  clip-path: polygon(0 2rem, 100% 0, 100% 100%, 0 100%);
}
.page-products .finisher h2 {
  margin: 0 auto 1rem;
  max-width: 44rem;
  font-size: clamp(1.6rem, 5vw, 2.6rem);
  line-height: 1.15;
}
.page-products .finisher p {
  max-width: 44rem;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.7;
}
.page-products .finisher-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 1.75rem;
}
.page-products .finisher-links .btn {
  margin-top: 0;
}
@media (min-width: 860px) {
  .page-products .overview {
    padding: 4.5rem 4vw 5rem;
  }
  .page-products .hero-title {
    font-size: clamp(3rem, 6vw, 4.8rem);
  }
  .page-products .hero-lead {
    font-size: 1.05rem;
  }
  .page-products .cmd-bar {
    flex-wrap: wrap;
    overflow-x: visible;
  }
  .page-products .cmd-item {
    flex: 1 1 150px;
  }
  .page-products .feature-panel {
    grid-template-columns: 1fr 1fr;
    padding: 4.5rem 4vw;
  }
  .page-products .phone-visual img {
    width: min(320px, 70vw);
  }
  .page-products .compare-visual img {
    max-width: 640px;
  }
  .page-products .dimension-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-products .finisher {
    padding-top: 4.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-products .radar-a,
  .page-products .radar-b {
    animation: none;
    stroke-dashoffset: 0;
    fill-opacity: 1;
  }
}
