.page-products{
  --fx-gap: calc(var(--step) * 3);
  background: var(--cool-white);
  color: var(--graphite);
  font-family: var(--font-body);
  overflow-x: clip;
}

/* ---------- 首屏 ---------- */
.page-products .fx-hero{
  position: relative;
  overflow: hidden;
  padding: calc(var(--step) * 7) 0 calc(var(--step) * 6);
  background:
    radial-gradient(110% 80% at 86% -6%, rgba(34,224,184,.24), transparent 62%),
    radial-gradient(90% 70% at -4% 108%, rgba(255,122,26,.15), transparent 60%),
    linear-gradient(158deg, #0B2B23 0%, #0a241d 48%, #134A3C 100%);
  color: var(--cool-white);
}

.page-products .fx-hero::before{
  content:"";
  position: absolute;
  top: -30%;
  right: -12%;
  width: 64%;
  height: 170%;
  background: repeating-linear-gradient(102deg, rgba(34,224,184,.10) 0 2px, transparent 2px 24px);
  transform: rotate(-12deg);
  pointer-events: none;
  opacity: .75;
}

.page-products .fx-hero > .wrap{
  position: relative;
  z-index: 1;
}

.page-products .fx-hero .breadcrumbs{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: .75rem;
  letter-spacing: .06em;
  color: rgba(243,246,244,.55);
}

.page-products .fx-hero .breadcrumbs a{
  color: rgba(243,246,244,.82);
  text-decoration: none;
  transition: color .24s var(--ease);
}

.page-products .fx-hero .breadcrumbs a:hover{
  color: var(--neon-cyan);
}

.page-products .fx-hero .eyebrow{
  margin: calc(var(--step) * 3) 0 0;
  font-family: var(--font-mono);
  font-size: .75rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--neon-cyan);
}

.page-products .fx-hero-grid{
  display: grid;
  gap: calc(var(--step) * 5);
  margin-top: calc(var(--step) * 2);
}

.page-products .fx-hero h1{
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.15rem, 5.2vw, 4rem);
  line-height: 1.05;
  letter-spacing: .01em;
  margin: calc(var(--step) * 1.5) 0 calc(var(--step) * 2.5);
  max-width: 20ch;
}

.page-products .fx-hero .lede{
  max-width: 62ch;
  color: var(--light-80);
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 0;
}

.page-products .fx-hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: calc(var(--step) * 4);
}

.page-products .fx-hero-panel{
  position: relative;
  padding: calc(var(--step) * 3.5);
  background: linear-gradient(152deg, rgba(19,74,60,.9), rgba(11,43,35,.94));
  border: 1px solid rgba(34,224,184,.28);
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
}

.page-products .fx-hero-panel-head{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: calc(var(--step) * 2);
  border-bottom: 1px solid var(--line-light);
  font-size: .8125rem;
  letter-spacing: .08em;
  color: var(--light-60);
}

.page-products .fx-hero-stats{
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: calc(var(--step) * 2.5) calc(var(--step) * 2);
  margin: calc(var(--step) * 3) 0 0;
}

.page-products .fx-hero-stats dt{
  font-size: .75rem;
  letter-spacing: .08em;
  color: var(--light-60);
  margin-bottom: 6px;
}

.page-products .fx-hero-stats dd{
  margin: 0;
  font-size: 1.375rem;
  color: var(--neon-cyan);
  line-height: 1.1;
}

.page-products .fx-hero-panel-foot{
  margin: calc(var(--step) * 3) 0 0;
  padding-top: calc(var(--step) * 2);
  border-top: 1px solid var(--line-light);
  font-size: .875rem;
  color: var(--light-60);
}

.page-products .fx-hero-media{
  position: relative;
  z-index: 1;
  margin-top: calc(var(--step) * 5);
  padding: 0 1.125rem;
}

.page-products .fx-hero-media img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 34px), calc(100% - 34px) 100%, 0 100%);
  filter: saturate(.9) contrast(1.05);
}

/* ---------- 外壳与索引 ---------- */
.page-products .fx-shell{
  display: grid;
  gap: calc(var(--step) * 5);
  padding: calc(var(--step) * 8) 0 calc(var(--step) * 10);
}

.page-products .fx-rail-title{
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-size: .6875rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--ink-50);
}

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

.page-products .fx-rail-list a{
  display: block;
  padding: 6px 12px;
  font-size: .8125rem;
  text-decoration: none;
  color: var(--ink-70);
  border: 1px solid var(--mist-gray);
  border-radius: 999px;
  transition: color .24s var(--ease), border-color .24s var(--ease), background .24s var(--ease);
}

.page-products .fx-rail-list a:hover{
  color: var(--pitch-ink);
  border-color: var(--neon-cyan);
  background: rgba(34,224,184,.1);
}

/* ---------- 章节 ---------- */
.page-products .fx-block{
  position: relative;
  padding-bottom: calc(var(--step) * 8);
}

.page-products .fx-block + .fx-block{
  border-top: 1px solid var(--mist-gray);
  padding-top: calc(var(--step) * 8);
}

.page-products .fx-block .section-index{
  font-family: var(--font-mono);
  font-size: .6875rem;
  letter-spacing: .16em;
  color: var(--ink-50);
  margin-right: 10px;
  transition: color .28s var(--ease);
}

.page-products .fx-block[data-spy].is-active .section-index{
  color: var(--neon-cyan);
}

.page-products .fx-block .section-head{
  margin-bottom: calc(var(--step) * 4);
}

/* ---------- 总览仪表板 ---------- */
.page-products .fx-dash{
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(var(--step) * 2.5);
}

.page-products .fx-dash-card{
  padding: calc(var(--step) * 3);
  background: var(--pitch-ink);
  color: var(--cool-white);
  border: 1px solid rgba(34,224,184,.18);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
  transition: border-color .28s var(--ease), background .28s var(--ease);
}

.page-products .fx-dash-card:hover{
  border-color: rgba(34,224,184,.62);
  background: #0d332a;
}

.page-products .fx-dash-kicker{
  margin: 0 0 10px;
  font-size: .6875rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--light-60);
}

.page-products .fx-dash-value{
  margin: 0 0 10px;
  font-family: var(--font-mono);
  font-weight: 600;
  font-size: clamp(1.75rem, 3.4vw, 2.4rem);
  line-height: 1;
  color: var(--neon-cyan);
}

.page-products .fx-dash-label{
  margin: 0;
  font-size: .875rem;
  line-height: 1.65;
  color: var(--light-80);
}

/* ---------- 赛后数据 ---------- */
.page-products .fx-data-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(var(--step) * 4);
}

.page-products .fx-data-list{
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--mist-gray);
}

.page-products .fx-data-list li{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid var(--mist-gray);
  font-size: .9375rem;
}

.page-products .fx-data-list li span:first-child{
  color: var(--graphite);
}

.page-products .fx-data-list li span:last-child{
  font-family: var(--font-mono);
  font-size: .8125rem;
  color: var(--pitch-line);
  white-space: nowrap;
}

.page-products .fx-flags{
  margin: 0;
}

.page-products .fx-flags img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%);
}

.page-products .fx-viz{
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(var(--step) * 4);
  margin-top: calc(var(--step) * 5);
  padding: calc(var(--step) * 4) calc(var(--step) * 3);
  background: linear-gradient(150deg, #10382c, #0B2B23 70%);
  color: var(--cool-white);
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 30px 100%, 0 calc(100% - 30px));
}

.page-products .fx-ring-wrap{
  display: flex;
  justify-content: center;
}

.page-products .fx-ring{
  width: 100%;
  max-width: 210px;
  height: auto;
}

.page-products .fx-ring-num{
  font-family: var(--font-mono);
  font-size: 15px;
  font-weight: 600;
  fill: var(--neon-cyan);
}

.page-products .fx-ring-sub{
  font-family: var(--font-body);
  font-size: 8px;
  letter-spacing: .1em;
  fill: rgba(243,246,244,.6);
}

.page-products .fx-viz-title{
  margin: 0 0 calc(var(--step) * 2);
  font-size: .6875rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--light-60);
}

.page-products .fx-bars{
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  align-items: end;
  gap: 8px;
  height: 148px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--line-light);
}

.page-products .fx-bars span{
  display: block;
  border-radius: 2px 2px 0 0;
  background: linear-gradient(180deg, var(--neon-cyan), rgba(34,224,184,.16));
  animation: fx-rise .6s var(--ease) both;
}

.page-products .fx-bars span:nth-child(1){ height: 34%; animation-delay: .04s; }
.page-products .fx-bars span:nth-child(2){ height: 52%; animation-delay: .08s; }
.page-products .fx-bars span:nth-child(3){ height: 74%; animation-delay: .12s; }
.page-products .fx-bars span:nth-child(4){ height: 96%; animation-delay: .16s; }
.page-products .fx-bars span:nth-child(5){ height: 64%; animation-delay: .2s; }
.page-products .fx-bars span:nth-child(6){ height: 44%; animation-delay: .24s; }

.page-products .fx-bars span:nth-child(5),
.page-products .fx-bars span:nth-child(6){
  background: linear-gradient(180deg, var(--signal-orange), rgba(255,122,26,.16));
}

@keyframes fx-rise{
  from{ transform: scaleY(.08); transform-origin: bottom; }
}

.page-products .fx-bars-axis{
  display: grid;
  grid-template-columns: repeat(6, minmax(0,1fr));
  gap: 8px;
  margin-top: 8px;
  font-size: .6875rem;
  color: var(--light-60);
  text-align: center;
}

.page-products .fx-viz-note{
  margin: calc(var(--step) * 2.5) 0 0;
  font-size: .875rem;
  color: var(--light-80);
}

/* ---------- 教练与轮次 ---------- */
.page-products .fx-coach-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(var(--step) * 4);
}

.page-products .fx-coach-figure{
  margin: 0;
}

.page-products .fx-coach-figure img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 26px 100%, 0 calc(100% - 26px));
}

.page-products .fx-coach-body{
  display: grid;
  gap: 0;
  border-top: 1px solid var(--mist-gray);
}

.page-products .fx-coach-cell{
  padding: calc(var(--step) * 2.5) 0;
  border-bottom: 1px solid var(--mist-gray);
}

.page-products .fx-coach-key{
  margin: 0 0 6px;
  font-size: .6875rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--signal-orange);
}

.page-products .fx-coach-cell p:last-child{
  margin: 0;
  font-size: .9375rem;
  line-height: 1.7;
  color: var(--ink-70);
}

/* ---------- 筛选对照 ---------- */
.page-products .fx-ladder{
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: calc(var(--step) * 3);
}

.page-products .fx-ladder span{
  display: flex;
  align-items: center;
  gap: 10px;
  height: 34px;
  padding-left: 12px;
  font-family: var(--font-mono);
  font-size: .75rem;
  letter-spacing: .12em;
  color: var(--cool-white);
  background: linear-gradient(90deg, var(--pitch-line), rgba(19,74,60,.32));
  clip-path: polygon(0 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
}

.page-products .fx-ladder span:nth-child(1){ width: 100%; }
.page-products .fx-ladder span:nth-child(2){ width: 78%; }
.page-products .fx-ladder span:nth-child(3){ width: 56%; }
.page-products .fx-ladder span:nth-child(4){ width: 36%; background: linear-gradient(90deg, var(--neon-cyan), rgba(34,224,184,.3)); color: var(--pitch-ink); }

.page-products .fx-chips{
  margin-bottom: calc(var(--step) * 3);
}

.page-products .fx-layers{
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(var(--step) * 2.5);
}

.page-products .fx-layer{
  padding: calc(var(--step) * 3);
  border: 1px solid var(--mist-gray);
  background: #fff;
}

.page-products .fx-layer-tag{
  display: inline-block;
  margin: 0 0 10px;
  padding: 2px 10px;
  font-size: .6875rem;
  letter-spacing: .16em;
  color: var(--pitch-ink);
  background: var(--neon-cyan);
}

.page-products .fx-layer .card-title{
  margin: 0 0 calc(var(--step) * 2);
  font-family: var(--font-display);
  font-size: 1.375rem;
  font-weight: 800;
  color: var(--pitch-ink);
}

.page-products .fx-layer-io{
  display: flex;
  gap: 10px;
  margin: 0 0 10px;
  font-size: .875rem;
  line-height: 1.65;
  color: var(--ink-70);
}

.page-products .fx-layer-io span{
  flex: 0 0 42px;
  font-family: var(--font-mono);
  font-size: .6875rem;
  letter-spacing: .1em;
  color: var(--signal-orange);
  padding-top: 3px;
}

.page-products .fx-layer-use{
  margin: calc(var(--step) * 2) 0 0;
  padding-top: calc(var(--step) * 2);
  border-top: 1px dashed var(--mist-gray);
  font-size: .875rem;
  color: var(--pitch-line);
}

/* ---------- 转会订阅 ---------- */
.page-products .fx-window .accordion-item{
  border-bottom: 1px solid var(--mist-gray);
}

.page-products .fx-window .accordion-item:first-child{
  border-top: 1px solid var(--mist-gray);
}

.page-products .fx-window .accordion-trigger{
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: calc(var(--step) * 2.5) 0;
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: .03em;
  color: var(--pitch-ink);
  background: none;
  border: 0;
  text-align: left;
  cursor: pointer;
}

.page-products .fx-window .accordion-trigger:hover{
  color: var(--signal-orange);
}

.page-products .fx-window-dot{
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mist-gray);
  transition: background .24s var(--ease), box-shadow .24s var(--ease);
}

.page-products .fx-window .accordion-item.is-open .fx-window-dot{
  background: var(--neon-cyan);
  box-shadow: 0 0 0 6px rgba(34,224,184,.18);
}

.page-products .fx-window .accordion-panel{
  padding: 0 0 calc(var(--step) * 3) 22px;
}

.page-products .fx-window .accordion-panel p{
  margin: 0;
  max-width: 60ch;
  font-size: .9375rem;
  line-height: 1.75;
  color: var(--ink-70);
}

.page-products .fx-tunnel{
  margin: calc(var(--step) * 5) 0 0;
}

.page-products .fx-tunnel img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  clip-path: polygon(26px 0, 100% 0, 100% calc(100% - 26px), calc(100% - 26px) 100%, 0 100%, 0 26px);
}

/* ---------- 平台导航 ---------- */
.page-products .fx-nav-map{
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(var(--step) * 4);
}

.page-products .fx-nav-figure{
  margin: 0;
  position: relative;
}

.page-products .fx-nav-figure img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(.55) brightness(.85);
  clip-path: polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
}

.page-products .fx-nav-accordion .accordion-item{
  border-bottom: 1px solid var(--mist-gray);
}

.page-products .fx-nav-accordion .accordion-item:first-child{
  border-top: 1px solid var(--mist-gray);
}

.page-products .fx-nav-accordion .accordion-trigger{
  width: 100%;
  padding: calc(var(--step) * 2) 0;
  font-size: 1rem;
  font-weight: 600;
  color: var(--graphite);
  background: none;
  border: 0;
  text-align: left;
  cursor: pointer;
  transition: color .24s var(--ease);
}

.page-products .fx-nav-accordion .accordion-trigger:hover,
.page-products .fx-nav-accordion .accordion-item.is-open .accordion-trigger{
  color: var(--signal-orange);
}

.page-products .fx-nav-accordion .accordion-panel{
  padding: 0 0 calc(var(--step) * 2.5);
}

.page-products .fx-nav-accordion .accordion-panel p{
  margin: 0;
  max-width: 58ch;
  font-size: .9375rem;
  line-height: 1.75;
  color: var(--ink-70);
}

/* ---------- 覆盖节奏 ---------- */
.page-products .fx-cover{
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(var(--step) * 4);
  padding: calc(var(--step) * 4) calc(var(--step) * 3);
  background: linear-gradient(140deg, #0B2B23, #10382c);
  color: var(--cool-white);
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%);
}

.page-products .fx-cover-main{
  padding-bottom: calc(var(--step) * 3);
  border-bottom: 1px solid var(--line-light);
}

.page-products .fx-cover-value{
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  color: var(--signal-orange);
}

.page-products .fx-cover-desc{
  margin: 0;
  max-width: 58ch;
  font-size: .9375rem;
  line-height: 1.75;
  color: var(--light-80);
}

.page-products .fx-cover-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: calc(var(--step) * 2);
}

.page-products .fx-cover-list li{
  position: relative;
  padding-left: 20px;
  font-size: .9375rem;
  line-height: 1.7;
  color: var(--light-80);
}

.page-products .fx-cover-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 8px;
  height: 8px;
  background: var(--neon-cyan);
  transform: rotate(45deg);
}

.page-products .fx-cover-list strong{
  color: var(--cool-white);
  font-weight: 600;
}

.page-products .fx-phase{
  margin-top: calc(var(--step) * 4);
}

.page-products .fx-phase-title{
  margin: 0 0 calc(var(--step) * 2);
  font-size: .6875rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--ink-50);
}

.page-products .fx-phase-row{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
  gap: 8px;
}

.page-products .fx-phase-row span{
  padding: 12px 10px;
  text-align: center;
  font-size: .8125rem;
  color: var(--pitch-ink);
  background: rgba(34,224,184,.12);
  border-left: 3px solid var(--neon-cyan);
}

/* ---------- 使用路径 ---------- */
.page-products .fx-paths{
  gap: calc(var(--step) * 3);
}

.page-products .fx-path{
  display: flex;
  flex-direction: column;
  padding: calc(var(--step) * 3);
  border: 1px solid var(--mist-gray);
  background: #fff;
}

.page-products .fx-path-tag{
  margin: 0 0 12px;
  font-size: .6875rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--signal-orange);
}

.page-products .fx-path .card-title{
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--pitch-ink);
}

.page-products .fx-path p{
  margin: 0 0 calc(var(--step) * 3);
  font-size: .9375rem;
  line-height: 1.75;
  color: var(--ink-70);
  flex: 1 1 auto;
}

.page-products .fx-path .btn{
  align-self: flex-start;
}

.page-products .fx-path-more{
  margin: calc(var(--step) * 4) 0 0;
  font-size: .9375rem;
  color: var(--ink-70);
}

.page-products .fx-path-more a{
  color: var(--pitch-line);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.page-products .fx-path-more a:hover{
  color: var(--signal-orange);
}

/* ---------- 收口横幅 ---------- */
.page-products .fx-cta{
  background: var(--deep-space);
  color: var(--cool-white);
  padding: calc(var(--step) * 8) 0;
  border-top: 3px solid var(--neon-cyan);
}

.page-products .fx-cta-inner{
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(var(--step) * 4);
  align-items: center;
}

.page-products .fx-cta-copy h2{
  margin: 0 0 12px;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.8vw, 2.2rem);
  font-weight: 900;
  letter-spacing: .02em;
}

.page-products .fx-cta-copy p{
  margin: 0;
  max-width: 56ch;
  font-size: .9375rem;
  line-height: 1.75;
  color: var(--light-80);
}

.page-products .fx-cta-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* ---------- 抽屉内容 ---------- */
.page-products .fx-sub-list{
  list-style: none;
  margin: calc(var(--step) * 3) 0;
  padding: 0;
  display: grid;
  gap: calc(var(--step) * 2);
}

.page-products .fx-sub-list li{
  padding: 14px 16px;
  background: rgba(34,224,184,.08);
  border-left: 3px solid var(--neon-cyan);
}

.page-products .fx-sub-list strong{
  display: block;
  margin-bottom: 6px;
  font-size: .9375rem;
  color: var(--pitch-ink);
}

.page-products .fx-sub-list span{
  display: block;
  font-size: .875rem;
  line-height: 1.7;
  color: var(--ink-70);
}

.page-products .fx-sub-note{
  margin: 0 0 calc(var(--step) * 3);
  font-size: .8125rem;
  line-height: 1.7;
  color: var(--ink-50);
}

/* ---------- 平板与桌面 ---------- */
@media (min-width: 640px){
  .page-products .fx-dash{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .page-products .fx-layers{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .page-products .fx-hero-media{
    padding: 0 2rem;
  }
}

@media (min-width: 900px){
  .page-products .fx-hero-grid{
    grid-template-columns: minmax(0, 1.12fr) minmax(0, .88fr);
    align-items: end;
    gap: calc(var(--step) * 7);
  }

  .page-products .fx-data-grid{
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    align-items: start;
    gap: calc(var(--step) * 5);
  }

  .page-products .fx-viz{
    grid-template-columns: 230px minmax(0,1fr);
    align-items: center;
    padding: calc(var(--step) * 5);
  }

  .page-products .fx-coach-grid{
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: calc(var(--step) * 5);
    align-items: start;
  }

  .page-products .fx-nav-map{
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    gap: calc(var(--step) * 5);
    align-items: start;
  }

  .page-products .fx-cover{
    grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
    align-items: start;
    padding: calc(var(--step) * 5);
  }

  .page-products .fx-cover-main{
    padding-bottom: 0;
    padding-right: calc(var(--step) * 4);
    border-bottom: 0;
    border-right: 1px solid var(--line-light);
  }

  .page-products .fx-cta-inner{
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
  }

  .page-products .fx-cta-actions{
    justify-content: flex-end;
  }
}

@media (min-width: 1040px){
  .page-products .fx-shell{
    grid-template-columns: 190px minmax(0, 1fr);
    gap: calc(var(--step) * 8);
  }

  .page-products .fx-rail{
    position: sticky;
    top: 96px;
    align-self: start;
  }

  .page-products .fx-rail-list{
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0;
  }

  .page-products .fx-rail-list a{
    padding: 7px 0 7px 14px;
    border: 0;
    border-left: 2px solid var(--mist-gray);
    border-radius: 0;
    font-size: .875rem;
  }

  .page-products .fx-rail-list a:hover{
    background: rgba(34,224,184,.08);
    border-left-color: var(--neon-cyan);
  }

  .page-products .fx-dash{
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: calc(var(--step) * 3);
  }

  .page-products .fx-dash-card:nth-child(2),
  .page-products .fx-dash-card:nth-child(6){
    transform: translateY(20px);
  }

  .page-products .fx-dash-card:nth-child(5){
    transform: translateY(-16px);
  }

  .page-products .fx-dash-card:hover{
    transform: translateY(0);
  }

  .page-products .fx-layers{
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .page-products .fx-ladder{
    max-width: 640px;
  }
}

@media (prefers-reduced-motion: reduce){
  .page-products .fx-bars span{
    animation: none;
  }

  .page-products .fx-dash-card,
  .page-products .fx-dash-card:hover{
    transform: none;
  }
}
</style>
