.page-products{
  --page-glow: rgba(30,144,255,.14);
  --page-line: rgba(255,255,255,.1);
  --page-amber: rgba(255,165,0,.16);
  display:block;
}
.page-products .mono{
  font-family: var(--font-mono);
}
.page-products .container{
  max-width: var(--container-max);
  margin-inline:auto;
  padding-inline:1.25rem;
}
.page-products .breadcrumb{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  align-items:center;
  padding-block:1.25rem 0;
  font-size:.875rem;
  color:var(--text-muted);
}
.page-products .breadcrumb a{
  color:var(--tech-blue);
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:color .2s ease,border-color .2s ease;
}
.page-products .breadcrumb a:hover{
  border-color:currentColor;
}
.page-products .section-head__index{
  margin:0 0 .5rem;
  font-size:.75rem;
  letter-spacing:.14em;
  color:var(--tech-blue);
  text-transform:uppercase;
}
.page-products .section-head__title{
  margin:0;
  font-family:var(--font-head);
  font-size:clamp(1.8rem,3vw,2.6rem);
  line-height:1.2;
  color:#fff;
}
.page-products .section-head__desc{
  margin:.75rem 0 0;
  max-width:56ch;
  color:var(--text-muted);
  line-height:1.65;
}

/* Hero */
.page-products .dl-hero{
  position:relative;
  padding-block:2.75rem 2.5rem;
  clip-path:polygon(0 0,100% 0,100% calc(100% - 26px),0 100%);
  background:
    radial-gradient(circle at 82% 12%,rgba(30,144,255,.28),transparent 46%),
    linear-gradient(135deg,#1A1A2E,#16213E);
}
.page-products .dl-hero::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.55;
  background-image:
    linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
  background-size:42px 42px;
}
.page-products .dl-hero::after{
  content:"";
  position:absolute;
  top:16%;
  right:0;
  width:104px;
  height:6px;
  background:var(--vibrant-orange);
  transform:skewX(-14deg);
  box-shadow:0 0 28px rgba(255,165,0,.5);
  z-index:2;
}
.page-products .dl-hero__inner{
  position:relative;
  z-index:1;
  display:grid;
  gap:2rem;
  align-items:center;
}
.page-products .dl-hero__copy{
  display:flex;
  flex-direction:column;
  gap:1.1rem;
}
.page-products .dl-hero__eyebrow{
  display:flex;
  flex-wrap:wrap;
  gap:.7rem;
  align-items:center;
  margin:0;
  font-size:.8125rem;
  letter-spacing:.08em;
  color:var(--text-muted);
  text-transform:uppercase;
}
.page-products .badge-neon{
  display:inline-flex;
  align-items:center;
  padding:.25rem .7rem;
  border:1px solid rgba(57,255,20,.5);
  border-radius:999px;
  background:rgba(57,255,20,.08);
  color:var(--neon-green);
  font-weight:700;
  letter-spacing:.05em;
}
.page-products .dl-hero__title{
  margin:0;
  font-family:var(--font-head);
  font-size:clamp(2.4rem,5vw,4rem);
  line-height:1.08;
  color:#fff;
  max-width:14ch;
}
.page-products .dl-hero__lead{
  margin:0;
  max-width:64ch;
  color:var(--text-muted);
  line-height:1.7;
}
.page-products .dl-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
  margin-top:.35rem;
}
.page-products .dl-hero__actions .btn--orange{
  position:relative;
  overflow:hidden;
  min-width:12rem;
  text-align:center;
  transition:transform .2s ease,box-shadow .2s ease;
}
.page-products .dl-hero__actions .btn--orange:active::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:8px;
  height:8px;
  border-radius:50%;
  background:rgba(255,255,255,.55);
  transform:translate(-50%,-50%) scale(22);
  opacity:0;
  animation:page-ripple .55s ease-out;
}
@keyframes page-ripple{
  from{opacity:.7;transform:translate(-50%,-50%) scale(1);}
  to{opacity:0;transform:translate(-50%,-50%) scale(22);}
}
.page-products .dl-hero__media{
  margin:0;
  border-radius:14px;
  border:1px solid var(--page-line);
  box-shadow:var(--shadow);
  overflow:hidden;
  background:var(--midnight-surface);
}
.page-products .dl-hero__img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
}

/* Stats strip */
.page-products .dl-stats{
  background:var(--midnight-surface);
  border-block:1px solid var(--page-line);
}
.page-products .dl-stats__grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  margin:0;
  padding:1.5rem 0;
  list-style:none;
}
.page-products .dl-stats__item{
  display:flex;
  flex-direction:column;
  gap:.3rem;
  padding:.9rem .5rem;
  border-bottom:1px solid var(--page-line);
}
.page-products .dl-stats__item:nth-child(even){
  border-left:1px solid var(--page-line);
}
.page-products .dl-stats__num{
  font-size:1.55rem;
  color:var(--neon-green);
  letter-spacing:.02em;
}
.page-products .dl-stats__label{
  font-size:.8125rem;
  color:var(--text-muted);
}

/* Features */
.page-products .dl-features{
  padding-block:3.5rem 3rem;
}
.page-products .dl-features__grid{
  display:grid;
  gap:1rem;
  margin:2rem 0 0;
  padding:0;
  list-style:none;
}
.page-products .feature-card{
  position:relative;
  padding:1.4rem 1.25rem 1.5rem;
  background:linear-gradient(145deg,rgba(22,33,62,.9),rgba(26,26,46,.9));
  border:1px solid var(--page-line);
  border-radius:12px;
  transition:transform .25s ease,border-color .25s ease,background .25s ease;
}
.page-products .feature-card::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:3px;
  background:var(--tech-blue);
  opacity:.8;
}
.page-products .feature-card:nth-child(2)::before{
  background:var(--vibrant-orange);
}
.page-products .feature-card:nth-child(3)::before{
  background:var(--neon-green);
}
.page-products .feature-card:hover{
  transform:translateY(-3px);
  border-color:rgba(30,144,255,.45);
  background:linear-gradient(145deg,#1a2b4d,#16213e);
}
.page-products .feature-card__index{
  display:block;
  margin-bottom:.8rem;
  font-size:.75rem;
  letter-spacing:.12em;
  color:var(--text-muted);
}
.page-products .feature-card h3{
  margin:0 0 .6rem;
  font-family:var(--font-head);
  font-size:1.15rem;
  color:#fff;
}
.page-products .feature-card p{
  margin:0;
  font-size:.925rem;
  color:var(--text-muted);
  line-height:1.65;
}

/* Version document */
.page-products .dl-version{
  padding-block:3.5rem 3rem;
  background:linear-gradient(135deg,#0F4C5C 0%,#0B2E33 100%);
  position:relative;
}
.page-products .dl-version::before{
  content:"V3.1 — FIELD DOC";
  position:absolute;
  top:1.2rem;
  right:1.25rem;
  font-family:var(--font-mono);
  font-size:.7rem;
  letter-spacing:.16em;
  color:rgba(255,255,255,.35);
  user-select:none;
}
.page-products .dl-version__inner{
  display:grid;
  gap:2rem;
}
.page-products .dl-version__doc h2{
  margin:0;
  font-family:var(--font-head);
  font-size:clamp(1.75rem,3vw,2.6rem);
  color:#fff;
}
.page-products .dl-version__lead{
  margin:.85rem 0 0;
  max-width:62ch;
  color:rgba(224,224,224,.82);
  line-height:1.7;
}
.page-products .version-list{
  margin:1.6rem 0 0;
  padding:0;
  list-style:none;
  border-top:1px solid rgba(255,255,255,.14);
}
.page-products .version-list__row{
  display:grid;
  gap:.25rem;
  padding:.8rem .2rem;
  border-bottom:1px solid rgba(255,255,255,.14);
}
.page-products .version-list__key{
  font-size:.72rem;
  letter-spacing:.1em;
  color:rgba(57,255,20,.8);
  text-transform:uppercase;
}
.page-products .version-list__val{
  color:#E0E0E0;
  line-height:1.55;
  font-size:.925rem;
}
.page-products .version-expand{
  margin:1.2rem 0 0;
  font-size:.8rem;
  color:rgba(255,255,255,.6);
}
.page-products .version-expand a,
.page-products .dl-records__note a,
.page-products .dl-faq__more a{
  color:var(--tech-blue);
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color .2s ease,color .2s ease;
}
.page-products .version-expand a:hover,
.page-products .dl-records__note a:hover,
.page-products .dl-faq__more a:hover{
  border-color:currentColor;
}
.page-products .dl-version__side{
  display:flex;
  flex-direction:column;
  gap:1.25rem;
}
.page-products .version-details{
  background:rgba(10,35,42,.55);
  border:1px solid rgba(255,255,255,.15);
  border-radius:12px;
  padding:.4rem 1rem;
}
.page-products .version-details__summary{
  cursor:pointer;
  padding:.9rem 0;
  color:#fff;
  letter-spacing:.08em;
  font-size:.9rem;
  list-style:none;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.page-products .version-details__summary::-webkit-details-marker{
  display:none;
}
.page-products .version-details__summary::after{
  content:"+";
  color:var(--neon-green);
  font-size:1.2rem;
  line-height:1;
}
.page-products .version-details[open] .version-details__summary::after{
  content:"–";
}
.page-products .version-details__body ul{
  margin:0;
  padding:0 0 .8rem;
  list-style:none;
  display:grid;
  gap:.5rem;
}
.page-products .version-details__body li{
  position:relative;
  padding-left:1.1rem;
  color:rgba(224,224,224,.85);
  font-size:.875rem;
  line-height:1.6;
}
.page-products .version-details__body li::before{
  content:"▹";
  position:absolute;
  left:0;
  color:var(--neon-green);
}
.page-products .version-note{
  padding:1.2rem 1.25rem;
  background:rgba(10,35,42,.4);
  border-left:3px solid var(--vibrant-orange);
  border-radius:6px;
}
.page-products .version-note__label{
  margin:0 0 .4rem;
  font-size:.72rem;
  letter-spacing:.12em;
  color:var(--vibrant-orange);
  text-transform:uppercase;
}
.page-products .version-note__text{
  margin:0;
  font-size:.875rem;
  color:rgba(224,224,224,.8);
  line-height:1.65;
}

/* Matrix */
.page-products .dl-matrix{
  padding-block:3.5rem 3rem;
}
.page-products .dl-matrix__layout{
  display:grid;
  gap:2rem;
  margin-top:2rem;
  align-items:center;
}
.page-products .dl-matrix__table-wrap{
  overflow-x:auto;
  border:1px solid var(--page-line);
  border-radius:12px;
  background:rgba(22,33,62,.6);
}
.page-products .matrix-table{
  width:100%;
  min-width:560px;
  border-collapse:collapse;
  font-size:.9375rem;
}
.page-products .matrix-table th,
.page-products .matrix-table td{
  text-align:left;
  padding:1rem 1.1rem;
  border-top:1px solid var(--page-line);
}
.page-products .matrix-table thead th{
  background:rgba(30,144,255,.1);
  font-family:var(--font-body);
  font-size:.72rem;
  letter-spacing:.12em;
  text-transform:uppercase;
  color:var(--text-muted);
}
.page-products .matrix-table tbody tr{
  transition:background .22s ease,box-shadow .22s ease;
}
.page-products .matrix-table tbody tr:hover{
  background:var(--page-glow);
  box-shadow:inset 4px 0 0 var(--tech-blue);
}
.page-products .matrix-table tbody th{
  font-weight:600;
  color:#fff;
  white-space:nowrap;
}
.page-products .matrix-table td{
  color:var(--text-muted);
  line-height:1.55;
}
.page-products .matrix-table td.mono{
  color:var(--neon-green);
  font-size:.8rem;
  white-space:nowrap;
}
.page-products .dl-matrix__media{
  margin:0;
  border-radius:14px;
  overflow:hidden;
  border:1px solid var(--page-line);
  box-shadow:var(--shadow);
}
.page-products .dl-matrix__media img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
}

/* Records */
.page-products .dl-records{
  padding-block:3.5rem 3rem;
  background:linear-gradient(135deg,#4A148C 0%,#2A0A4D 100%);
}
.page-products .dl-records__inner{
  display:grid;
  gap:2rem;
  align-items:center;
}
.page-products .dl-records__media{
  margin:0;
  order:1;
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:var(--shadow);
}
.page-products .dl-records__media img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
}
.page-products .dl-records__content{
  order:2;
}
.page-products .dl-records__content h2,
.page-products .dl-usage__content h2,
.page-products .dl-download__content h2{
  margin:0;
  font-family:var(--font-head);
  font-size:clamp(1.75rem,3vw,2.6rem);
  color:#fff;
}
.page-products .dl-records__content > p{
  margin:.85rem 0 0;
  color:rgba(224,224,224,.82);
  line-height:1.7;
  max-width:58ch;
}
.page-products .check-list{
  margin:1.4rem 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:.6rem;
}
.page-products .check-list li{
  position:relative;
  padding-left:1.5rem;
  color:#E0E0E0;
  line-height:1.6;
  font-size:.9375rem;
}
.page-products .check-list li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:var(--neon-green);
  font-family:var(--font-mono);
}
.page-products .check-list strong{
  color:var(--neon-green);
  font-family:var(--font-mono);
  font-weight:600;
}
.page-products .dl-records__note{
  margin:1.3rem 0 0;
  font-size:.9rem;
}

/* Usage */
.page-products .dl-usage{
  padding-block:3.5rem 3rem;
}
.page-products .dl-usage__inner{
  display:grid;
  gap:2rem;
  align-items:center;
}
.page-products .dl-usage__content > p{
  margin:.85rem 0 0;
  color:var(--text-muted);
  line-height:1.7;
  max-width:58ch;
}
.page-products .step-list{
  margin:1.5rem 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:.6rem;
}
.page-products .step-list li{
  display:flex;
  align-items:flex-start;
  gap:.85rem;
  padding:.8rem .9rem;
  background:rgba(22,33,62,.55);
  border:1px solid var(--page-line);
  border-radius:10px;
  color:#E0E0E0;
  line-height:1.55;
  font-size:.925rem;
}
.page-products .step-list__num{
  flex:0 0 auto;
  color:var(--vibrant-orange);
  font-size:.8rem;
  letter-spacing:.06em;
}
.page-products .dl-usage__media{
  margin:0;
  border-radius:14px;
  overflow:hidden;
  border:1px solid var(--page-line);
  box-shadow:var(--shadow);
}
.page-products .dl-usage__media img{
  display:block;
  width:100%;
  height:auto;
  object-fit:cover;
}
.page-products .dl-usage__note{
  margin:1.3rem 0 0;
  font-size:.9rem;
}
.page-products .dl-usage__note a{
  color:var(--tech-blue);
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color .2s ease;
}
.page-products .dl-usage__note a:hover{
  border-color:currentColor;
}

/* Download */
.page-products .dl-download{
  position:relative;
  padding-block:3.5rem 3rem;
  background:linear-gradient(135deg,#722F37 0%,#3F151A 100%);
  overflow:hidden;
}
.page-products .dl-download__bg{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  opacity:.16;
  mix-blend-mode:screen;
}
.page-products .dl-download__inner{
  position:relative;
  z-index:1;
  display:grid;
  gap:2rem;
  align-items:center;
}
.page-products .dl-download__qrcode{
  display:inline-flex;
  flex-direction:column;
  align-items:center;
  gap:1rem;
  justify-self:center;
  padding:1.4rem;
  background:var(--midnight-surface);
  border:1px solid rgba(255,255,255,.18);
  border-radius:16px;
  box-shadow:var(--shadow);
}
.page-products .dl-download__svg{
  display:block;
  width:min(220px,66vw);
  height:auto;
}
.page-products .dl-download__hint{
  margin:0;
  font-size:.75rem;
  letter-spacing:.14em;
  color:var(--neon-green);
  text-transform:uppercase;
}
.page-products .dl-download__content h2{
  color:#fff;
}
.page-products .dl-download__content > p{
  margin:.85rem 0 0;
  color:rgba(255,255,255,.85);
  line-height:1.7;
  max-width:58ch;
}
.page-products .dl-download__platforms{
  display:flex;
  flex-wrap:wrap;
  gap:.6rem;
  margin:1.3rem 0 0;
  padding:0;
  list-style:none;
}
.page-products .dl-download__platform{
  padding:.4rem .85rem;
  border:1px solid rgba(255,255,255,.28);
  border-radius:999px;
  font-size:.8125rem;
  color:#fff;
  background:rgba(255,255,255,.06);
}
.page-products .dl-download__actions{
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
  margin-top:1.4rem;
}
.page-products .dl-download__actions .btn--orange{
  position:relative;
  overflow:hidden;
}
.page-products .dl-download__actions .btn--orange:active::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  border-radius:50%;
  background:rgba(255,255,255,.5);
  transform:translate(-50%,-50%);
  animation:page-ripple .5s ease-out;
}
.page-products .dl-download__meta{
  margin:1.4rem 0 0;
  font-size:.78rem;
  color:rgba(255,255,255,.62);
  letter-spacing:.04em;
}

/* FAQ */
.page-products .dl-faq{
  padding-block:3.5rem 3rem;
}
.page-products .faq-mini{
  margin:2rem 0 0;
  padding:0;
  list-style:none;
  border-top:1px solid var(--page-line);
}
.page-products .faq-mini details{
  border-bottom:1px solid var(--page-line);
  padding:.4rem .2rem;
}
.page-products .faq-mini summary{
  cursor:pointer;
  padding:1rem 0;
  color:#fff;
  font-weight:600;
  font-size:1rem;
  list-style:none;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:1rem;
}
.page-products .faq-mini summary::-webkit-details-marker{
  display:none;
}
.page-products .faq-mini summary::after{
  content:"＋";
  color:var(--tech-blue);
  font-family:var(--font-mono);
  font-size:1.1rem;
}
.page-products .faq-mini details[open] summary::after{
  content:"－";
  color:var(--neon-green);
}
.page-products .faq-mini details p{
  margin:0;
  padding:0 0 1.1rem;
  color:var(--text-muted);
  line-height:1.7;
  max-width:68ch;
}
.page-products .dl-faq__more{
  margin:1.6rem 0 0;
  color:var(--text-muted);
  font-size:.925rem;
}
.page-products .dl-faq__more a{
  color:var(--tech-blue);
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition:border-color .2s ease;
}
.page-products .dl-faq__more a:hover{
  border-color:currentColor;
}

@media (min-width:720px){
  .page-products .dl-stats__grid{
    grid-template-columns:repeat(4,1fr);
  }
  .page-products .dl-stats__item:nth-child(even){
    border-left:0;
  }
  .page-products .dl-stats__item:nth-child(n+2){
    border-left:1px solid var(--page-line);
  }
  .page-products .dl-stats__item{
    border-bottom:0;
  }
  .page-products .dl-features__grid{
    grid-template-columns:1fr 1fr;
  }
  .page-products .version-list__row{
    grid-template-columns:180px 1fr;
  }
  .page-products .dl-download__inner{
    grid-template-columns:minmax(240px,320px) 1fr;
  }
}

@media (min-width:1080px){
  .page-products .dl-hero{
    padding-block:4.5rem 4rem;
  }
  .page-products .dl-hero__inner{
    grid-template-columns:1.05fr .95fr;
    gap:3rem;
  }
  .page-products .dl-features__grid{
    grid-template-columns:repeat(4,1fr);
  }
  .page-products .dl-version__inner{
    grid-template-columns:1.35fr .65fr;
    gap:3rem;
  }
  .page-products .dl-matrix__layout{
    grid-template-columns:1.35fr .65fr;
    gap:2.5rem;
  }
  .page-products .dl-records__inner{
    grid-template-columns:.9fr 1.1fr;
    gap:3rem;
  }
  .page-products .dl-records__media{
    order:0;
  }
  .page-products .dl-usage__inner{
    grid-template-columns:1.1fr .9fr;
    gap:3rem;
  }
}
