.uretim-hero {
  padding: 90px 20px;
  background: linear-gradient(135deg, #fff4da, #fff);
  text-align: center;
}

.uretim-hero h1 {
  font-size: 42px;
  margin-bottom: 15px;
}

.uretim-hero p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 17px;
  color: #555;
}

.uretim-blok {
  display: flex;
  align-items: center;
  gap: 50px;
  margin: 80px 0;
}

.uretim-blok.ters {
  flex-direction: row-reverse;
}

.uretim-text h2 {
  color: #b88a00;
  margin-bottom: 15px;
}

.uretim-text p {
  margin-bottom: 12px;
  line-height: 1.8;
  color: #444;
}

.uretim-gorsel img {
  max-width: 420px;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.12);
}

/* Mobil */
@media (max-width: 992px) {
  .uretim-blok,
  .uretim-blok.ters {
    flex-direction: column;
    text-align: center;
  }
}
