#nm-compare{
  font-family:'Peyda',sans-serif;
  background:#0a0a1a;
  color:#e0e7ff;
  padding:20px;
}

.nm-header{
  text-align:center;
  margin-bottom:30px;
}
.nm-header h1{font-size:1.8rem}
.nm-header p{opacity:.8}

/* موبایل */
.nm-mobile{
  display:grid;
  gap:20px;
}
.nm-card{
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(12px);
  border-radius:16px;
  padding:20px;
}
.nm-card h2{
  margin-bottom:15px;
  color:#22d3ee;
}
.nm-card ul{
  list-style:none;
  padding:0;
}
.nm-card li{
  margin-bottom:10px;
}
.highlight{
  border:2px solid #22d3ee;
}

/* دسکتاپ */
.nm-desktop{display:none}

/* جدول */
.nm-table{
  width:100%;
  border-collapse:collapse;
}
.nm-table th,
.nm-table td{
  padding:15px;
  text-align:center;
  border-bottom:1px solid rgba(255,255,255,.1);
}
.nm-table thead{
  background:rgba(255,255,255,.08);
}
.yes{color:#22d3ee}
.no{color:#f87171}

/* Desktop breakpoint */
@media(min-width:992px){
  .nm-mobile{display:none}
  .nm-desktop{display:block}
  .nm-header h1{font-size:2.4rem}
}

.nm-footer{
  text-align:center;
  margin-top:40px;
  opacity:.6;
}