.cyber-mecha {
  font-family: 'Orbitron', sans-serif;
  max-width: 900px;
  margin: 40px auto;
  padding: 25px;
  border-radius: 18px;
  background: radial-gradient(circle at top, #020617, #000000 70%);
  border: 1px solid rgba(0,150,255,0.45);
  box-shadow: 0 0 25px rgba(0,150,255,0.35), inset 0 0 25px rgba(0,90,255,0.15);
  position: relative;
  overflow: hidden;
}

.cyber-mecha::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(to bottom, rgba(0,180,255,0.04), rgba(0,180,255,0.04) 1px, transparent 1px, transparent 3px);
  pointer-events: none;
}

.faq-aslotre .pd-full-desc-title {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: #6fd6ff;
  margin-bottom: 25px;
  text-shadow: 0 0 10px #00bfff, 0 0 25px #007bff;
  letter-spacing: 1px;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 12px;
  border: 1px solid rgba(0,150,255,0.3);
  background: rgba(0,20,50,0.45);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  overflow: hidden;
}

.faq-item:hover {
  border-color: rgba(0,180,255,0.8);
  box-shadow: 0 0 15px rgba(0,150,255,0.5);
}

.faq-question {
  padding: 14px 18px;
  cursor: pointer;
  font-size: 14px;
  color: #bfe9ff;
  position: relative;
}

.faq-question::after {
  content: "+";
  position: absolute;
  right: 15px;
  color: #00bfff;
  font-weight: bold;
  transition: 0.3s;
}

.faq-item.active .faq-question::after { content: "-"; }

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 18px;
  font-size: 13px;
  color: #d9f4ff;
  line-height: 1.6;
  transition: all 0.35s ease;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 10px 18px 18px;
}

.glow {
  color: #00bfff;
  text-shadow: 0 0 8px #00bfff, 0 0 18px #007bff;
}

.glow-strong {
  color: #66e0ff;
  text-shadow: 0 0 10px #00eaff, 0 0 25px #0099ff;
}
