/* ======================================
   QR Menu CTA - Sade Görsel Versiyon
   ====================================== */

.qr-menu-cta {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
      margin-top: 100px;
  overflow: hidden;
}

/* Arka plan */
.qr-menu-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1500px;
  z-index: 1;
}

.qr-menu-bg-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 60px;
}

/* İçerik */
.qr-menu-inner {
  position: relative;
  z-index: 2;
  max-width: 1300px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 100px;
}

/* Sol taraf - Telefon */
.qr-menu-left {
  flex: 1;
  display: flex;
  justify-content: center;
}

.qr-menu-phone {
  width: 340px;
  max-width: 100%;
  height: auto;
  display: block;
}

/* Sağ taraf - Başlık ve Buton */
.qr-menu-right {
  flex: 1;
  margin-top:40px;
  text-align: center;
  color: #fff;
}

.qr-menu-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 52px;
}

.qr-menu-title strong {
  color: #fff;
}

.qr-menu-button {
  display: inline-block;
  background: #fff;
  color: #ff3b30;
  font-weight: 500;
  font-size: 20px;
  padding: 15px 50px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.qr-menu-button:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

/* ========================
   Responsive
   ======================== */

@media (max-width: 992px) {
  .qr-menu-inner {
    flex-direction: column;
    text-align: center;
  }

  .qr-menu-left, .qr-menu-right {
    flex: none;
    width: 100%;
  }

  .qr-menu-phone {
    width: 280px;
  }

  .qr-menu-title {
    font-size: 42px;
  }
}

@media (max-width: 576px) {
  .qr-menu-title {
    font-size: 28px;
    color:black;
  }
  .qr-menu-button {
    font-size: 18px;
    padding: 16px 40px;
  }
}
