.page-products {
  --pa-panel-grad: linear-gradient(145deg, rgba(17, 26, 46, 0.92), rgba(10, 14, 24, 0.76));
  --pa-green-grad: linear-gradient(120deg, #C6FF4A, #22D3EE);
  --pa-gold-purple-grad: linear-gradient(90deg, #FBBF24, #A855F7, #22D3EE);
  --pa-border-soft: rgba(34, 211, 238, 0.22);
  --pa-border-green: rgba(198, 255, 74, 0.4);
  position: relative;
  isolation: isolate;
  background:
    linear-gradient(180deg, transparent 0, rgba(17, 26, 46, 0.5) 360px, transparent 920px),
    linear-gradient(120deg, rgba(168, 85, 247, 0.05), transparent 42%),
    var(--yd-bg);
  color: var(--yd-text);
  overflow-x: clip;
}
.page-products *,
.page-products *::before,
.page-products *::after {
  box-sizing: border-box;
}
.page-products img {
  max-width: 100%;
  height: auto;
  border-radius: var(--yd-rad-sm);
}
.page-products a {
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.page-products figure {
  position: relative;
  margin: 0;
}
.page-products svg {
  display: block;
}

.page-products .pa-kicker {
  font-family: var(--yd-mono);
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--yd-line);
  margin: 0 0 0.4rem;
}
.page-products .pa-caption {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  z-index: 2;
  max-width: calc(100% - 1.5rem);
  background: rgba(10, 14, 24, 0.86);
  color: var(--yd-text);
  font-size: 0.75rem;
  line-height: 1.4;
  border-radius: var(--yd-pill);
  padding: 0.4rem 0.85rem;
  border: 1px solid var(--pa-border-green);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}

.page-products .pa-hero {
  position: relative;
  padding-top: 1.5rem;
}
.page-products .pa-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.16), transparent 70%);
  pointer-events: none;
}
.page-products .pa-hero__grid {
  display: grid;
  gap: 2rem;
  margin-top: clamp(1.5rem, 4vw, 3rem);
  align-items: center;
}
.page-products .pa-hero__copy {
  position: relative;
  z-index: 1;
}
.page-products .pa-hero__kicker {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  color: var(--yd-line);
  text-transform: uppercase;
}
.page-products .pa-hero__title {
  margin: 0.5rem 0 0.75rem;
  font-size: clamp(2.1rem, 6vw, 3.75rem);
  font-weight: 900;
  font-style: italic;
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: var(--yd-text);
  text-wrap: balance;
}
.page-products .pa-hero__lead {
  font-size: clamp(1rem, 2vw, 1.125rem);
  color: var(--yd-muted);
  max-width: 36rem;
  margin: 0;
}
.page-products .pa-hero__desc {
  color: var(--yd-muted);
  font-size: 0.875rem;
  margin-top: 0.75rem;
  max-width: 34rem;
}
.page-products .pa-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
.page-products .pa-hero__panel {
  position: relative;
  overflow: hidden;
  background: var(--pa-panel-grad);
  border: 1px solid var(--pa-border-soft);
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}
.page-products .pa-hero__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(34, 211, 238, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(34, 211, 238, 0.05) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
}
.page-products .pa-hero__panel::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 24px;
  height: 7px;
  border-top: 2px solid var(--yd-accent);
  border-bottom: 1px solid rgba(198, 255, 74, 0.35);
  transform: skewX(-20deg);
  pointer-events: none;
}
.page-products .pa-hero__panel-bar {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.75rem 1rem 0.75rem 1.1rem;
  border-bottom: 1px solid rgba(34, 211, 238, 0.18);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  color: var(--yd-muted);
  background: rgba(10, 14, 24, 0.55);
  position: relative;
  z-index: 1;
}
.page-products .pa-led {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: none;
}
.page-products .pa-led--green {
  background: var(--yd-accent);
  box-shadow: 0 0 12px rgba(198, 255, 74, 0.8);
}
.page-products .pa-led--cyan {
  background: var(--yd-line);
  box-shadow: 0 0 12px rgba(34, 211, 238, 0.7);
  margin-left: auto;
}
.page-products .pa-metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin: 0;
  padding: 1rem 1.25rem 1.25rem;
  position: relative;
  z-index: 1;
}
.page-products .pa-metrics__item {
  position: relative;
  padding: 1.1rem 1.1rem 0.9rem;
  border-radius: 14px;
  background: rgba(10, 14, 24, 0.55);
  border: 1px solid rgba(34, 211, 238, 0.14);
}
.page-products .pa-metrics__label,
.page-products .pa-metrics__value,
.page-products .pa-metrics__note {
  margin: 0;
}
.page-products .pa-metrics__label {
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  color: var(--yd-line);
  margin-bottom: 0.45rem;
}
.page-products .pa-metrics__value {
  font-family: var(--yd-mono);
  font-size: clamp(2.2rem, 5vw, 3rem);
  font-weight: 700;
  line-height: 1;
  color: var(--yd-accent);
}
.page-products .pa-metrics__sfx {
  font-size: 0.42em;
  margin-left: 0.15rem;
  color: var(--yd-text);
  font-weight: 500;
}
.page-products .pa-metrics__note {
  color: var(--yd-muted);
  font-size: 0.75rem;
  margin-top: 0.5rem;
  line-height: 1.5;
}

.page-products .pa-panorama,
.page-products .pa-channel,
.page-products .pa-lineup,
.page-products .pa-support {
  position: relative;
}
.page-products .pa-panorama__grid {
  display: grid;
  gap: 1.75rem;
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
  align-items: center;
}
.page-products .pa-panorama__figure {
  margin: 0;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.35);
}
.page-products .pa-panorama__list {
  display: grid;
  gap: 1rem;
}
.page-products .pa-panorama-item {
  position: relative;
  overflow: hidden;
  background: rgba(17, 26, 46, 0.74);
  border: 1px solid rgba(34, 211, 238, 0.14);
  border-left: 3px solid var(--yd-accent);
  border-radius: 14px;
  padding: 1.1rem 1.25rem 1.1rem 3.75rem;
  transition: transform var(--yd-speed) var(--yd-ease), border-color var(--yd-speed) var(--yd-ease), background var(--yd-speed) var(--yd-ease);
}
.page-products .pa-panorama-item:hover,
.page-products .pa-panorama-item:focus-within {
  transform: translateX(4px);
  border-color: var(--pa-border-green);
  background: rgba(22, 32, 58, 0.85);
}
.page-products .pa-panorama-item__index {
  position: absolute;
  left: 1rem;
  top: 1.15rem;
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  color: var(--yd-deco-a);
}
.page-products .pa-panorama-item h3 {
  margin: 0 0 0.3rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--yd-text);
}
.page-products .pa-panorama-item p {
  margin: 0 0 0.35rem;
  color: var(--yd-muted);
  font-size: 0.875rem;
  line-height: 1.6;
}
.page-products .pa-panorama-item__link {
  display: inline-block;
  font-size: 0.8rem;
  color: var(--yd-line);
  text-decoration: none;
  opacity: 0.85;
  transform: translateX(0);
  transition: opacity var(--yd-speed) var(--yd-ease), transform var(--yd-speed) var(--yd-ease), color var(--yd-speed) var(--yd-ease);
}
.page-products .pa-panorama-item__link:hover,
.page-products .pa-panorama-item__link:focus-visible {
  color: var(--yd-accent);
}
@media (hover: hover) {
  .page-products .pa-panorama-item__link {
    opacity: 0;
    transform: translateX(-6px);
  }
  .page-products .pa-panorama-item:hover .pa-panorama-item__link,
  .page-products .pa-panorama-item:focus-within .pa-panorama-item__link {
    opacity: 1;
    transform: translateX(0);
  }
}

.page-products .pa-plans {
  position: relative;
  isolation: isolate;
}
.page-products .pa-plans::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(105deg, rgba(17, 26, 46, 0.78), rgba(22, 32, 58, 0.52) 46%, rgba(10, 14, 24, 0.2));
  clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}
.page-products .pa-plans__grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}
.page-products .pa-plan-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(150deg, rgba(17, 26, 46, 0.95), rgba(10, 14, 24, 0.86));
  border: 1px solid rgba(34, 211, 238, 0.2);
  border-radius: 20px;
  padding: clamp(1.3rem, 3vw, 2rem);
}
.page-products .pa-plan-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--pa-green-grad);
  opacity: 0.75;
}
.page-products .pa-plan-card--pro {
  border-color: rgba(168, 85, 247, 0.4);
}
.page-products .pa-plan-card--pro::before {
  background: var(--pa-gold-purple-grad);
}
.page-products .pa-plan-card__head {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.page-products .pa-plan-card h3 {
  margin: 0.35rem 0 0.5rem;
  font-size: 1.25rem;
  font-weight: 900;
  font-style: italic;
}
.page-products .pa-plan-card > p {
  color: var(--yd-muted);
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0 0 1.1rem;
}
.page-products .pa-plan-card__features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}
.page-products .pa-plan-card__features li {
  position: relative;
  padding-left: 1.3rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--yd-text);
}
.page-products .pa-plan-card__features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--yd-accent);
  transform: skewX(-20deg);
}
.page-products .pa-plan-card--pro .pa-plan-card__features li::before {
  background: transparent;
  border-left: 2px solid var(--yd-deco-b);
  border-bottom: 2px solid var(--yd-deco-b);
}
.page-products .pa-plans__note {
  margin-top: 1.5rem;
  color: var(--yd-muted);
  font-size: 0.8rem;
  line-height: 1.6;
  padding-left: 0.85rem;
  border-left: 3px solid var(--yd-deco-a);
}
.page-products .pa-plans__note a {
  color: var(--yd-line);
}

.page-products .pa-compare {
  margin-top: 1.75rem;
  border: 1px solid rgba(34, 211, 238, 0.18);
  border-radius: 20px;
  background: rgba(17, 26, 46, 0.64);
  overflow: hidden;
}
.page-products .pa-compare__scroll {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}
.page-products .pa-compare__grid {
  display: grid;
  grid-template-columns: minmax(6rem, 0.9fr) minmax(7rem, 1fr) minmax(8rem, 1.2fr);
  min-width: 560px;
}
.page-products .pa-compare__grid:not(:last-child) {
  border-bottom: 1px solid rgba(34, 211, 238, 0.08);
}
.page-products .pa-compare__cell {
  padding: 0.85rem 1rem;
  font-size: 0.82rem;
  line-height: 1.5;
}
.page-products .pa-compare__cell--label {
  color: var(--yd-muted);
}
.page-products .pa-compare__cell--core,
.page-products .pa-compare__cell--pro {
  border-left: 1px solid rgba(34, 211, 238, 0.1);
}
.page-products .pa-compare__cell--pro {
  color: var(--yd-text);
  background: rgba(168, 85, 247, 0.05);
}
.page-products .pa-compare__grid--head {
  background: rgba(10, 14, 24, 0.7);
  color: var(--yd-accent);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
}
.page-products .pa-compare__grid--head .pa-compare__cell--label {
  color: var(--yd-text);
}
.page-products .pa-compare__grid--acc .pa-compare__cell--full {
  grid-column: 1 / -1;
  padding: 0.4rem 1rem;
}
.page-products .pa-compare__acc-trigger {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--yd-line);
  font-size: 0.8rem;
  line-height: 1.6;
  cursor: pointer;
  padding: 0.4rem 0;
  text-align: left;
  width: 100%;
  transition: color var(--yd-speed) var(--yd-ease);
}
.page-products .pa-compare__acc-trigger:hover,
.page-products .pa-compare__acc-trigger:focus-visible {
  color: var(--yd-accent);
}
.page-products .pa-compare__grid--detail {
  background: rgba(168, 85, 247, 0.08);
}
.page-products .pa-compare__grid--detail .pa-compare__cell--label {
  color: var(--yd-text);
}

.page-products .pa-channel__grid {
  display: grid;
  gap: 1.75rem;
  align-items: center;
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
}
.page-products .pa-channel__subtitle {
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 0.5rem;
}
.page-products .pa-channel__specs {
  list-style: none;
  margin: 0.75rem 0;
  padding: 0;
  display: grid;
  gap: 0.7rem;
}
.page-products .pa-channel__spec {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: rgba(17, 26, 46, 0.6);
  border-left: 3px solid var(--yd-line);
}
.page-products .pa-channel__spec-key {
  font-size: 0.66rem;
  color: var(--yd-line);
  letter-spacing: 0.16em;
}
.page-products .pa-channel__spec-value {
  font-size: 0.9rem;
  color: var(--yd-text);
  line-height: 1.5;
}
.page-products .pa-channel__note {
  color: var(--yd-muted);
  font-size: 0.78rem;
  line-height: 1.65;
  border-top: 1px solid rgba(34, 211, 238, 0.14);
  padding-top: 0.75rem;
  margin-bottom: 1rem;
}
.page-products .pa-channel__figure {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.32);
}

.page-products .pa-statcheck {
  position: relative;
  isolation: isolate;
}
.page-products .pa-statcheck::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(100deg, rgba(22, 32, 58, 0.6), rgba(10, 14, 24, 0.12) 56%, rgba(168, 85, 247, 0.08));
  clip-path: polygon(0 3%, 100% 8%, 100% 97%, 0 92%);
}
.page-products .pa-pipeline {
  display: grid;
  gap: 0.6rem;
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
}
.page-products .pa-pipeline__node {
  position: relative;
  background: rgba(17, 26, 46, 0.9);
  border: 1px solid rgba(34, 211, 238, 0.2);
  border-radius: 16px;
  padding: 1.2rem 1rem 1.1rem;
  text-align: center;
}
.page-products .pa-pipeline__node::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 36px;
  height: 2px;
  transform: translateX(-50%);
  background: var(--pa-green-grad);
  border-radius: 2px;
}
.page-products .pa-pipeline__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(34, 211, 238, 0.08);
}
.page-products .pa-pipeline__icon svg {
  width: 21px;
  height: 21px;
}
.page-products .pa-pipeline__node strong {
  display: block;
  margin: 0.55rem 0 0.3rem;
  font-size: 0.95rem;
  font-weight: 800;
}
.page-products .pa-pipeline__desc {
  font-size: 0.75rem;
  line-height: 1.5;
  color: var(--yd-muted);
}
.page-products .pa-pipeline__line {
  position: relative;
  width: 2px;
  height: 1.25rem;
  margin: 0 auto;
  background: linear-gradient(180deg, rgba(34, 211, 238, 0.4), rgba(198, 255, 74, 0.65));
  border-radius: 2px;
}
.page-products .pa-pipeline__line span {
  position: absolute;
  left: 50%;
  top: 0;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-radius: 50%;
  background: var(--yd-accent);
  box-shadow: 0 0 10px rgba(198, 255, 74, 0.9);
  opacity: 0.5;
}
.page-products .pa-pipeline.is-visible .pa-pipeline__line span {
  animation: pa-flow-dot-y 1.6s var(--yd-ease) infinite;
}
@keyframes pa-flow-dot-y {
  0% {
    transform: translateY(-8px);
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  100% {
    transform: translateY(8px);
    opacity: 0;
  }
}
.page-products .pa-statcheck__grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  margin-top: 1.75rem;
}
.page-products .pa-statcheck__fields h3 {
  margin: 0 0 0.6rem;
  font-size: 1rem;
  font-weight: 800;
}
.page-products .pa-statcheck__fields ul {
  margin: 0.6rem 0 0.9rem;
  padding-left: 1.15rem;
  display: grid;
  gap: 0.4rem;
}
.page-products .pa-statcheck__fields li {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--yd-text);
}
.page-products .pa-statcheck__fields p {
  color: var(--yd-muted);
  font-size: 0.82rem;
  line-height: 1.65;
  margin: 0 0 1rem;
}
.page-products .pa-statcheck__figure {
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.34);
}

.page-products .pa-lineup__grid {
  display: grid;
  gap: 1.75rem;
  align-items: center;
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
}
.page-products .pa-lineup__demo {
  position: relative;
  border: 1px solid rgba(34, 211, 238, 0.2);
  border-radius: 20px;
  background: rgba(17, 26, 46, 0.72);
  padding: 1.15rem 1.25rem 1.3rem;
}
.page-products .pa-lineup__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid rgba(34, 211, 238, 0.14);
  margin-bottom: 1.1rem;
}
.page-products .pa-lineup__tab {
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--yd-muted);
  font-size: 0.85rem;
  line-height: 1.4;
  padding: 0.6rem 0.8rem;
  cursor: pointer;
  position: relative;
  transition: color var(--yd-speed) var(--yd-ease);
}
.page-products .pa-lineup__tab:hover,
.page-products .pa-lineup__tab:focus-visible {
  color: var(--yd-text);
}
.page-products .pa-lineup__tab[aria-selected="true"] {
  color: var(--yd-accent);
}
.page-products .pa-lineup__tab[aria-selected="true"]::after {
  content: "";
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  bottom: -1px;
  height: 2px;
  background: var(--yd-accent);
  border-radius: 2px;
}
.page-products .pa-lineup__panel h3 {
  margin: 0 0 0.4rem;
  font-size: 0.98rem;
  font-weight: 800;
}
.page-products .pa-lineup__panel p {
  color: var(--yd-muted);
  font-size: 0.85rem;
  line-height: 1.65;
  margin: 0 0 0.75rem;
}
.page-products .pa-lineup__tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.page-products .pa-lineup__tags li {
  border: 1px solid rgba(34, 211, 238, 0.28);
  border-radius: var(--yd-pill);
  padding: 0.28rem 0.7rem;
  font-size: 0.75rem;
  color: var(--yd-text);
}
.page-products .pa-lineup__figure {
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.34);
}

.page-products .pa-support__grid {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
}
.page-products .pa-support__channels {
  display: grid;
  gap: 0.75rem;
}
.page-products .pa-support-card {
  background: rgba(17, 26, 46, 0.72);
  border: 1px solid rgba(34, 211, 238, 0.14);
  border-radius: 14px;
  padding: 1.05rem 1.2rem;
}
.page-products .pa-support-card h3 {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
  font-weight: 800;
}
.page-products .pa-support-card p {
  margin: 0.25rem 0;
  color: var(--yd-muted);
  font-size: 0.84rem;
  line-height: 1.65;
}
.page-products .pa-support-card a {
  color: var(--yd-line);
}
.page-products .pa-support__assurance {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.5rem;
}
.page-products .pa-support__assurance div {
  border-left: 3px solid var(--yd-deco-a);
  padding: 0.85rem 1rem;
  background: rgba(17, 26, 46, 0.5);
  border-radius: 0 12px 12px 0;
  font-size: 0.82rem;
  line-height: 1.6;
  color: var(--yd-text);
}
.page-products .pa-support__disclaimer {
  margin-top: 1.25rem;
  color: var(--yd-muted);
  font-size: 0.72rem;
  line-height: 1.6;
  border-top: 1px dashed rgba(34, 211, 238, 0.26);
  padding-top: 0.75rem;
}

@media (min-width: 640px) {
  .page-products .pa-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-products .pa-pipeline {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 0.4rem;
    align-items: center;
  }
  .page-products .pa-pipeline__line {
    width: 1.6rem;
    height: 2px;
    background: linear-gradient(90deg, rgba(34, 211, 238, 0.35), rgba(198, 255, 74, 0.65));
  }
  .page-products .pa-pipeline__line span {
    top: -2px;
  }
  .page-products .pa-pipeline.is-visible .pa-pipeline__line span {
    animation: pa-flow-dot-x 1.6s var(--yd-ease) infinite;
  }
  @keyframes pa-flow-dot-x {
    0% {
      transform: translateX(-10px);
      opacity: 0;
    }
    35% {
      opacity: 1;
    }
    100% {
      transform: translateX(10px);
      opacity: 0;
    }
  }
  .page-products .pa-support__assurance {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 700px) {
  .page-products .pa-plans__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .page-products .pa-hero__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 2.5rem;
  }
  .page-products .pa-panorama__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2.25rem;
  }
  .page-products .pa-channel__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
    gap: 2.25rem;
  }
  .page-products .pa-statcheck__grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 2rem;
  }
  .page-products .pa-lineup__grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 2.25rem;
  }
  .page-products .pa-support__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.85fr);
    gap: 2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-products *,
  .page-products *::before,
  .page-products *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
