@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@500;700;900&display=swap');

.cyber-mecha {
  max-width: 800px;
  margin: 40px auto;
  background: radial-gradient(circle at top, rgb(160 126 0 / 60%), #8a5903c5 70%);
  border-radius: 16px;
  border: 1px solid rgb(255 127 0 / 40%);
  box-shadow:
    0 0 25px rgb(255 172 0 / 40%), inset 0 0 20px rgb(255 177 0 / 20%);
  padding: 25px;
  font-family: 'Orbitron', sans-serif;
  color: #d8f6ff;
  position: relative;
  overflow: hidden;
}

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

.pd-full-desc-title {
  text-align: center;
  font-size: 22px;
  color: #775617;
  letter-spacing: 2px;
  text-shadow: 0 0 12px #ffb300;
  margin-bottom: 20px;
}

.mecha-header h3 {
  text-align: center;
  font-size: 18px;
  color: #8d6811;
  text-shadow: 0 0 10px #fbff00;
  margin-bottom: 15px;
}

.mecha-image img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgb(255 198 0 / 50%);
  box-shadow: 0 0 20px rgb(255 184 0 / 40%);
  margin-bottom: 20px;
}

.mecha-content p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 14px;
  color: #e6ffbf;
}

.glow {
  color: #8d6811;
  text-shadow: 0 0 8px #8d6811;
  font-weight: 600;
}

.glow-strong {
  color: #ff0000;
  text-shadow:
    0 0 10px #f9a400, 0 0 20px #ff9900;
  font-weight: 700;
}

.final-line {
  margin-top: 18px;
  padding: 10px;
  border: 1px solid rgba(0,200,255,0.4);
  background: rgba(0,120,255,0.08);
  border-radius: 8px;
  text-align: center;
}
