body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #121212;
  color: #eaeaea;
}

/* Header */
header {
  background-color: #1c1c1e;
  color: #5ec04f;
  text-align: center;
  padding: 32px;
  border: 2px solid #333333;
}

header h1 {
  margin: 0;
  font-size: 48px;
  font-family: 'Orbitron', sans-serif;
}

/* Ana Kapsayıcı */
.silah-kapsayici {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 48px;
  padding: 32px;
  background-color: #1f1f1f;
  border-radius: 10px;
  border: 3px solid #444444;
}

/* Sol Kısım */
.sol-kisim {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.silah-kapak {
  width: 100%;
  max-width: 350px;
  height: auto;
  border-radius: 10px;
  border: 3px solid #555555;
}

.silah-online {
  margin-top: 24px;
  background-color: #093003;
  padding: 16px;
  border-radius: 5px;
  text-align: center;
  width: 80%;
  border: 2px dashed #6dbf4f;
}

.silah-online p {
  margin: 0;
  font-size: 19.2px;
  color: #fff;
}

.silah-fragman {
  margin-top: 24px;
  width: 100%;

}

.silah-fragman video {
  width: 100%;
  border-radius: 10px;
  border: 3px solid #666666;
}

/* Sağ Kısım */
.sag-kisim {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.sag-kisim h2 {
  font-size: 35.2px;
  margin-bottom: 24px;
  color: #5ec04f;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.sag-kisim p {
  font-size: 17.6px;
  line-height: 28.8px;
  margin-bottom: 24px;
}

.silah-fiyat {
  background-color: #093003;
  padding: 24px;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  border: 3px dotted #7ecf5f;
}

.silah-fiyat p {
  margin: 8px 0;
  font-size: 20.8px;
}

/* Footer */
footer {
  text-align: center;
  padding: 24px;
  background-color: #1c1c1e;
  color: #eaeaea;
  margin-top: 32px;
  border-top: 2px solid #333333;
}
/* Geri Dön Butonu Stili */
.geri-donus {
  text-align: center;
  margin-top: 20px;
}

.geri-donus button {
  background: linear-gradient(90deg,#0a912c, #19c20a);
  color: white;
  font-size: 16px;
  padding: 20px 75px;
  
  margin-bottom: 200px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  
  
  transition: background 0.3s ease, transform 0.2s ease;
}

.geri-donus button:hover {
  background: linear-gradient(90deg, #034213, #19c20a);
  transform: scale(1.1);
  text-align: center;
}
