.mucizeyiz-preorder-section {
  padding: 42px 0;
  background:
    radial-gradient(circle at 16% 20%, rgba(0, 166, 166, 0.28), transparent 34%),
    radial-gradient(circle at 80% 8%, rgba(212, 157, 83, 0.28), transparent 32%),
    linear-gradient(135deg, #061521 0%, #092635 44%, #07111b 100%);
}

.mucizeyiz-preorder-wrap {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.mucizeyiz-preorder-card {
  position: relative;
  display: grid;
  grid-template-columns: 0.95fr 1.45fr;
  gap: 34px;
  overflow: hidden;
  min-height: 420px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 30px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 12, 20, 0.72), rgba(5, 21, 31, 0.62)),
    url("https://www.mucizeyizyayinlari.com/wp-content/uploads/2026/07/2.jpg") center/cover no-repeat;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.mucizeyiz-preorder-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.14), rgba(0, 166, 166, 0.12));
  pointer-events: none;
}

.mucizeyiz-preorder-visual,
.mucizeyiz-preorder-content {
  position: relative;
  z-index: 1;
}

.mucizeyiz-preorder-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mucizeyiz-preorder-book {
  width: min(265px, 80%);
  border-radius: 14px;
  transform: rotate(-4deg);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.42);
}

.mucizeyiz-preorder-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 9px 15px;
  border-radius: 999px;
  color: #07111b;
  background: linear-gradient(135deg, #dca45b, #ffe3ad);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.mucizeyiz-preorder-title {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 0.98;
  font-weight: 900;
}

.mucizeyiz-preorder-subtitle {
  max-width: 690px;
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.55;
}

.mucizeyiz-preorder-highlight {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.mucizeyiz-preorder-highlight li {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(8px);
  font-size: 14px;
  font-weight: 700;
}

.mucizeyiz-preorder-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(72px, 1fr));
  gap: 10px;
  max-width: 470px;
  margin: 0 0 20px;
}

.mucizeyiz-preorder-time {
  padding: 12px 8px;
  border-radius: 16px;
  text-align: center;
  background: rgba(0, 0, 0, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.mucizeyiz-preorder-number {
  display: block;
  color: #ffe3ad;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

.mucizeyiz-preorder-label {
  display: block;
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 700;
}

.mucizeyiz-preorder-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
}

.mucizeyiz-preorder-topics li {
  padding: 7px 10px;
  border-radius: 10px;
  color: #e9ffff;
  background: rgba(0, 166, 166, 0.18);
  border: 1px solid rgba(0, 166, 166, 0.35);
  font-size: 13px;
}

.mucizeyiz-preorder-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.mucizeyiz-preorder-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  color: #07111b !important;
  background: linear-gradient(135deg, #00d2d2, #ffe3ad);
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 16px 34px rgba(0, 166, 166, 0.28);
}

.mucizeyiz-preorder-note {
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .mucizeyiz-preorder-card {
    grid-template-columns: 1fr;
    padding: 26px;
  }

  .mucizeyiz-preorder-visual {
    justify-content: flex-start;
  }

  .mucizeyiz-preorder-book {
    width: 170px;
  }
}

@media (max-width: 560px) {
  .mucizeyiz-preorder-section {
    padding: 24px 0;
  }

  .mucizeyiz-preorder-card {
    border-radius: 20px;
    padding: 22px;
  }

  .mucizeyiz-preorder-countdown {
    grid-template-columns: repeat(2, 1fr);
  }
}
