.page-products{
  --page-line: rgba(255,255,255,0.08);
  --page-green-layer: rgba(0,245,160,0.08);
  --page-orange-layer: rgba(255,122,26,0.10);
}

.page-products .service-hero{
  position: relative;
  padding: 0 0 48px;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 36px 36px;
  border-bottom: 1px solid var(--page-line);
}
.page-products .service-hero::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-1px;
  height:2px;
  background:linear-gradient(90deg, transparent, rgba(0,245,160,0.6), rgba(255,122,26,0.6), transparent);
}

.page-products .breadcrumb{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
  padding-top:24px;
  margin:0 0 28px;
  font-size:12px;
  color:var(--text-muted);
}
.page-products .breadcrumb a{
  color:var(--aux-blue);
  text-decoration:none;
  transition:color .2s ease;
}
.page-products .breadcrumb a:hover{
  color:var(--primary);
}

.page-products .service-hero__split{
  display:flex;
  flex-direction:column;
  gap:32px;
}
.page-products .service-hero__flags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:20px;
}
.page-products .service-hero__copy h1{
  margin:0 0 14px;
  font-size:2.6rem;
  line-height:1.15;
  color:var(--text-main);
  font-weight:800;
  letter-spacing:-0.02em;
}
.page-products .service-hero__lead{
  margin:0 0 12px;
  font-size:1.25rem;
  line-height:1.5;
  color:var(--primary);
  font-weight:600;
}
.page-products .service-hero__desc{
  margin:0 0 24px;
  font-size:0.95rem;
  line-height:1.75;
  color:var(--text-muted);
  max-width:44em;
}
.page-products .service-hero__metrics{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:28px;
}
.page-products .metric-chip{
  background:var(--bg-raised);
  border:1px solid var(--page-line);
  border-radius:10px;
  padding:14px 16px;
  min-width:120px;
}
.page-products .metric-chip__value{
  display:block;
  font-family:var(--font-mono);
  font-size:1.3rem;
  color:var(--primary);
  line-height:1.2;
  margin-bottom:4px;
}
.page-products .metric-chip__label{
  font-size:12px;
  color:var(--text-muted);
}
.page-products .service-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.page-products .console-frame{
  background:linear-gradient(145deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border:1px solid var(--page-line);
  border-radius:14px;
  padding:16px;
  box-shadow:0 24px 60px rgba(0,0,0,0.35);
  position:relative;
  overflow:hidden;
}
.page-products .console-frame::before{
  content:"";
  position:absolute;
  top:0;
  left:-100%;
  width:60%;
  height:100%;
  background:linear-gradient(90deg, transparent, rgba(0,245,160,0.08), transparent);
  animation:pageFlow 4s ease-in-out infinite;
}
@keyframes pageFlow{
  0%,100%{left:-100%;}
  60%{left:200%;}
}
.page-products .console-frame__top{
  display:flex;
  align-items:center;
  gap:6px;
  padding-bottom:12px;
  border-bottom:1px solid var(--page-line);
}
.page-products .console-frame__dot{
  width:8px;
  height:8px;
  border-radius:50%;
  background:var(--primary);
  opacity:0.7;
}
.page-products .console-frame__dot:nth-child(2){ background:var(--accent); }
.page-products .console-frame__dot:nth-child(3){ background:var(--aux-blue); }
.page-products .console-frame__title{
  margin-left:10px;
  font-family:var(--font-mono);
  font-size:11px;
  letter-spacing:0.1em;
  color:var(--text-muted);
}
.page-products .console-frame__live{
  margin-left:auto;
  font-family:var(--font-mono);
  font-size:10px;
  color:var(--primary);
  border:1px solid rgba(0,245,160,0.4);
  border-radius:4px;
  padding:2px 6px;
}
.page-products .console-frame__body{
  padding-top:8px;
}
.page-products .console-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 0;
  border-bottom:1px solid var(--page-line);
}
.page-products .console-row:last-child{
  border-bottom:0;
}
.page-products .console-row__label{
  font-size:13px;
  color:var(--text-muted);
}
.page-products .console-row__status{
  font-size:12px;
  font-family:var(--font-mono);
  color:var(--primary);
}
.page-products .console-row__status--orange{
  color:var(--accent);
}

.page-products .service-layers-section{
  padding:64px 0 48px;
}
.page-products .section-heading{
  margin-bottom:36px;
}
.page-products .section-heading__index{
  display:block;
  font-family:var(--font-mono);
  font-size:11px;
  letter-spacing:0.12em;
  color:var(--aux-blue);
  margin-bottom:8px;
}
.page-products .section-heading h2{
  font-size:1.9rem;
  line-height:1.25;
  color:var(--text-main);
  margin:0 0 10px;
  font-weight:800;
}
.page-products .section-heading h2::before{
  content:"";
  display:inline-block;
  width:10px;
  height:0.7em;
  margin-right:10px;
  background:var(--primary);
  transform:skewX(-18deg);
}
.page-products .section-heading p{
  color:var(--text-muted);
  font-size:0.95rem;
  line-height:1.7;
  max-width:40em;
  margin:0;
}

.page-products .layer-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:28px;
}
.page-products .layer-tab{
  display:inline-block;
  padding:8px 18px;
  border-radius:999px;
  border:1px solid var(--page-line);
  background:var(--glass);
  color:var(--text-muted);
  font-size:13px;
  text-decoration:none;
  transition:border-color .2s ease, color .2s ease, background .2s ease;
}
.page-products .layer-tab:hover,
.page-products .layer-tab--active{
  border-color:rgba(0,245,160,0.5);
  color:var(--primary);
  background:var(--page-green-layer);
}

.page-products .service-layers{
  display:grid;
  grid-template-columns:1fr;
  gap:24px;
}
.page-products .layer-panel{
  background:var(--bg-raised);
  border:1px solid var(--page-line);
  border-radius:14px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  transition:border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.page-products .layer-panel:hover{
  border-color:rgba(0,245,160,0.25);
  transform:translateY(-2px);
  box-shadow:0 18px 40px rgba(0,0,0,0.25);
}
.page-products .layer-panel__statusbar{
  display:flex;
  align-items:center;
  gap:10px;
  padding:14px 18px;
  font-family:var(--font-mono);
  font-size:10px;
  letter-spacing:0.08em;
  color:var(--text-muted);
  border-bottom:1px solid var(--page-line);
  background:rgba(255,255,255,0.02);
}
.page-products .layer-panel__index{
  margin-left:auto;
  font-size:12px;
  color:var(--primary);
}
.page-products .status-dot{
  width:8px;
  height:8px;
  border-radius:50%;
  display:inline-block;
  background:var(--primary);
  flex:none;
}
.page-products .status-dot--accent{
  background:var(--accent);
}
.page-products .status-dot--pulse{
  animation:pagePulse 2s ease-in-out infinite;
}
@keyframes pagePulse{
  0%,100%{box-shadow:0 0 0 0 rgba(0,245,160,0.5);}
  50%{box-shadow:0 0 0 6px rgba(0,245,160,0);}
}

.page-products .layer-panel__media{
  position:relative;
  overflow:hidden;
  background:var(--bg-deep);
  height:240px;
}
.page-products .layer-panel__media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}
.page-products .layer-panel__content{
  padding:22px 20px 24px;
  display:flex;
  flex-direction:column;
  flex:1;
}
.page-products .layer-panel__content h3{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:1.35rem;
  line-height:1.3;
  margin:0 0 12px;
  color:var(--text-main);
  font-weight:700;
}
.page-products .layer-icon{
  color:var(--primary);
  flex:none;
}
.page-products .layer-icon *{
  stroke-dasharray:80;
  stroke-dashoffset:80;
  transition:stroke-dashoffset .6s ease;
}
.page-products .layer-panel:hover .layer-icon *{
  stroke-dashoffset:0;
}
.page-products .layer-panel__content > p{
  font-size:0.9rem;
  line-height:1.7;
  color:var(--text-muted);
  margin:0 0 16px;
}
.page-products .feature-list{
  list-style:none;
  margin:0 0 20px;
  padding:0;
  display:grid;
  gap:10px;
}
.page-products .feature-list li{
  position:relative;
  padding-left:22px;
  font-size:0.88rem;
  line-height:1.6;
  color:var(--text-main);
}
.page-products .feature-list li::before{
  content:"▸";
  position:absolute;
  left:0;
  top:0;
  color:var(--primary);
  font-size:14px;
}
.page-products .layer-panel__content .btn{
  margin-top:auto;
}

.page-products .btn--small{
  padding:8px 14px;
  font-size:13px;
  align-self:flex-start;
}

.page-products .mono-num{
  font-family:var(--font-mono);
  color:var(--primary);
}

.page-products .service-plans{
  padding:48px 0 56px;
  border-top:1px solid var(--page-line);
}
.page-products .plans-map{
  margin:0 0 32px;
  border-radius:14px;
  overflow:hidden;
  border:1px solid var(--page-line);
  background:var(--bg-raised);
}
.page-products .plans-map img{
  width:100%;
  height:auto;
  display:block;
}
.page-products .plans-table-wrap{
  margin:0 0 24px;
  overflow-x:auto;
  border:1px solid rgba(0,245,160,0.25);
  border-radius:14px;
  background:var(--bg-raised);
}
.page-products .plans-table{
  width:100%;
  border-collapse:collapse;
  min-width:640px;
  font-size:0.9rem;
}
.page-products .plans-table th,
.page-products .plans-table td{
  text-align:left;
  padding:14px 16px;
  border-bottom:1px solid var(--page-line);
}
.page-products .plans-table thead th{
  font-size:0.8rem;
  letter-spacing:0.06em;
  color:var(--text-muted);
  font-weight:600;
  background:rgba(255,255,255,0.03);
}
.page-products .plans-table tbody th{
  font-weight:600;
  color:var(--text-main);
}
.page-products .plans-table tbody tr:hover{
  background:rgba(0,245,160,0.04);
}
.page-products .plans-table tbody tr:last-child th,
.page-products .plans-table tbody tr:last-child td{
  border-bottom:0;
}
.page-products .plans-table thead th:last-child,
.page-products .plans-table td:last-child{
  color:var(--primary);
}
.page-products .plans-footnote{
  display:flex;
  flex-direction:column;
  gap:12px;
  align-items:flex-start;
}
.page-products .plans-footnote p{
  margin:0;
  font-size:0.9rem;
  color:var(--text-muted);
  line-height:1.7;
  max-width:50em;
}

.page-products .service-flow{
  padding:56px 0;
  background:linear-gradient(180deg, transparent, rgba(0,245,160,0.03), transparent);
  border-top:1px solid var(--page-line);
  border-bottom:1px solid var(--page-line);
}
.page-products .flow-steps{
  display:flex;
  flex-direction:column;
  gap:20px;
}
.page-products .flow-step{
  background:var(--glass);
  border:1px solid var(--page-line);
  border-radius:14px;
  padding:20px;
  flex:1;
}
.page-products .flow-step__num{
  font-family:var(--font-mono);
  font-size:0.75rem;
  letter-spacing:0.1em;
  color:var(--accent);
  display:block;
  margin-bottom:8px;
}
.page-products .flow-step h3{
  font-size:1.05rem;
  color:var(--text-main);
  margin:0 0 8px;
  font-weight:700;
}
.page-products .flow-step p{
  font-size:0.88rem;
  color:var(--text-muted);
  line-height:1.65;
  margin:0;
}
.page-products .flow-step__arrow{
  display:none;
}

.page-products .injury-guide{
  padding:56px 0;
}
.page-products .injury-guide__grid{
  display:grid;
  grid-template-columns:1fr;
  gap:28px;
  align-items:center;
}
.page-products .injury-guide__media{
  margin:0;
  border-radius:14px;
  overflow:hidden;
  border:1px solid var(--page-line);
  background:var(--bg-raised);
}
.page-products .injury-guide__media img{
  width:100%;
  height:auto;
  display:block;
}
.page-products .injury-guide__content{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.page-products .injury-guide__content h2{
  font-size:1.8rem;
  color:var(--text-main);
  margin:0 0 20px;
  font-weight:800;
}
.page-products .usage-steps{
  list-style:none;
  margin:0 0 20px;
  padding:0;
  counter-reset:step;
  display:grid;
  gap:16px;
  width:100%;
}
.page-products .usage-steps li{
  counter-increment:step;
  padding-left:48px;
  position:relative;
  font-size:0.9rem;
  line-height:1.7;
  color:var(--text-muted);
}
.page-products .usage-steps li strong{
  display:block;
  color:var(--text-main);
  font-size:0.95rem;
  margin-bottom:2px;
}
.page-products .usage-steps li::before{
  content:counter(step, decimal-leading-zero);
  position:absolute;
  left:0;
  top:0;
  width:32px;
  height:32px;
  border:1px solid rgba(0,245,160,0.4);
  border-radius:50%;
  color:var(--primary);
  font-family:var(--font-mono);
  font-size:11px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.page-products .injury-guide__note{
  font-size:0.9rem;
  line-height:1.7;
  color:var(--text-muted);
  margin:0 0 20px;
  padding:12px 14px;
  background:var(--page-orange-layer);
  border-left:2px solid var(--accent);
  border-radius:0 8px 8px 0;
}

.page-products .service-cta{
  padding:0 0 64px;
}
.page-products .service-cta__inner{
  display:flex;
  flex-direction:column;
  gap:24px;
  padding:32px 24px;
  border-radius:14px;
  background:
    linear-gradient(140deg, rgba(0,245,160,0.08), transparent 40%),
    var(--bg-raised);
  border:1px solid var(--page-line);
}
.page-products .service-cta__text h2{
  font-size:1.5rem;
  color:var(--text-main);
  margin:0 0 8px;
  font-weight:800;
}
.page-products .service-cta__text p{
  font-size:0.9rem;
  color:var(--text-muted);
  margin:0;
  line-height:1.7;
}
.page-products .service-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}

@media (min-width:768px){
  .page-products .service-layers{
    grid-template-columns:repeat(3, 1fr);
    gap:20px;
  }
  .page-products .service-layers-section{
    padding:72px 0 56px;
  }
  .page-products .plans-footnote{
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
  }
  .page-products .service-cta__inner{
    flex-direction:row;
    justify-content:space-between;
    align-items:center;
    padding:36px 40px;
  }
  .page-products .flow-steps{
    flex-direction:row;
    align-items:stretch;
  }
  .page-products .flow-step__arrow{
    display:block;
    width:60px;
    flex:none;
    position:relative;
    align-self:center;
  }
  .page-products .flow-step__arrow::before{
    content:"";
    position:absolute;
    top:50%;
    left:0;
    right:0;
    height:1px;
    background:linear-gradient(90deg, var(--primary), transparent);
  }
  .page-products .flow-step__arrow::after{
    content:"";
    position:absolute;
    right:0;
    top:50%;
    width:8px;
    height:8px;
    border-top:1px solid var(--primary);
    border-right:1px solid var(--primary);
    transform:translateY(-50%) rotate(45deg);
  }
  .page-products .section-heading h2{
    font-size:2.2rem;
  }
}

@media (min-width:1024px){
  .page-products .service-hero{
    padding:0 0 72px;
  }
  .page-products .service-hero__split{
    display:grid;
    grid-template-columns:minmax(0, 6fr) minmax(0, 5fr);
    gap:48px;
    align-items:center;
  }
  .page-products .service-hero__copy h1{
    font-size:3.2rem;
  }
  .page-products .injury-guide__grid{
    grid-template-columns:minmax(0, 5fr) minmax(0, 6fr);
    gap:48px;
  }
  .page-products .injury-guide__content h2{
    font-size:2rem;
  }
}
