/* Anasayfa çekiliş Dropzone banner */
.fp-dz-wrap {
  width: 100%;
  max-width: 1320px;
  margin: 8px auto 22px;
  padding: 0 12px;
  box-sizing: border-box;
}
.fp-dz-banner {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(102, 192, 244, 0.22);
  background:
    radial-gradient(120% 140% at 0% 0%, rgba(209, 76, 146, 0.22) 0%, transparent 42%),
    radial-gradient(90% 120% at 100% 100%, rgba(102, 192, 244, 0.18) 0%, transparent 48%),
    linear-gradient(115deg, #121a28 0%, #0c121c 48%, #152033 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.05) inset,
    0 16px 40px rgba(0, 0, 0, 0.35);
}
.fp-dz-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.35;
  pointer-events: none;
}
.fp-dz-banner__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  min-height: 132px;
}
.fp-dz-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  flex: 1 1 280px;
}
.fp-dz-mascot {
  flex: 0 0 auto;
  width: 88px;
  height: 112px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.4));
}
.fp-dz-mascot__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #1b2838;
  box-shadow: 0 0 0 1px rgba(102, 192, 244, 0.15);
}
.fp-dz-mascot__badge {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, rgba(102, 192, 244, 0.2), rgba(209, 76, 146, 0.18));
  border: 1px solid rgba(102, 192, 244, 0.35);
  box-shadow: 0 0 24px rgba(102, 192, 244, 0.2);
}
.fp-dz-copy {
  min-width: 0;
}
.fp-dz-title {
  margin: 0 0 6px;
  font-family: "Rajdhani", "Segoe UI", sans-serif;
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.05;
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(90deg, #66c0f4 0%, #fff 45%, #d14c92 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.fp-dz-sub {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.45;
  color: #9db0c7;
  font-weight: 550;
}
.fp-dz-mid {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 340px;
  justify-content: center;
}
.fp-dz-timer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.fp-dz-timer__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #66c0f4;
}
.fp-dz-timer__clock {
  display: flex;
  gap: 8px;
}
.fp-dz-u {
  min-width: 58px;
  padding: 8px 6px 7px;
  border-radius: 8px;
  text-align: center;
  background: rgba(8, 12, 20, 0.72);
  border: 1px solid rgba(102, 192, 244, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.fp-dz-u b {
  display: block;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.fp-dz-u i {
  display: block;
  margin-top: 2px;
  font-style: normal;
  font-size: 10px;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #8f98a0;
}
.fp-dz-timer__note {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 650;
  color: #c7d5e0;
  background: rgba(8, 12, 20, 0.55);
  border: 1px solid rgba(102, 192, 244, 0.18);
}
.fp-dz-wrap.no-timer .fp-dz-timer__clock {
  display: none;
}
.fp-dz-cards {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 96px;
}
.fp-dz-card {
  position: relative;
  width: 58px;
  height: 78px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(160deg, #243247, #121821);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  transform-origin: bottom center;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.fp-dz-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fp-dz-card b {
  position: relative;
  z-index: 1;
  font-size: 20px;
  color: #66c0f4;
  text-shadow: 0 0 12px rgba(102, 192, 244, 0.45);
}
.fp-dz-card.has-art b {
  display: none;
}
.fp-dz-card.has-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.45) 100%);
  pointer-events: none;
}
.fp-dz-card--l { transform: rotate(-11deg) translateY(6px); }
.fp-dz-card--c {
  width: 64px;
  height: 88px;
  transform: translateY(-2px);
  border-color: rgba(209, 76, 146, 0.55);
  z-index: 2;
}
.fp-dz-card--c b { color: #d14c92; }
.fp-dz-card--r { transform: rotate(11deg) translateY(6px); }
.fp-dz-card:hover {
  z-index: 3;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.5);
}
.fp-dz-card--l:hover { transform: rotate(-8deg) translateY(0) scale(1.06); }
.fp-dz-card--c:hover { transform: translateY(-6px) scale(1.06); }
.fp-dz-card--r:hover { transform: rotate(8deg) translateY(0) scale(1.06); }
.fp-dz-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 13px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #061018 !important;
  text-decoration: none !important;
  background: linear-gradient(180deg, #7ed0ff 0%, #66c0f4 55%, #3aa0e0 100%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 10px 24px rgba(102, 192, 244, 0.28);
  white-space: nowrap;
  transition: transform 0.18s ease, filter 0.18s ease;
}
.fp-dz-cta:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  color: #061018 !important;
}
.fp-dz-cta i {
  font-style: normal;
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 991.98px) {
  .fp-dz-banner__inner {
    flex-wrap: wrap;
    justify-content: stretch;
    align-items: stretch;
    gap: 14px;
  }
  .fp-dz-left {
    flex: 1 1 100%;
    order: 1;
  }
  .fp-dz-cta {
    order: 2;
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
  .fp-dz-mid {
    order: 3;
    width: 100%;
    flex: 1 1 100%;
    justify-content: space-between;
    gap: 12px;
  }
}
@media (max-width: 575.98px) {
  .fp-dz-wrap {
    padding: 0 8px;
    margin: 6px auto 14px;
  }
  .fp-dz-banner {
    border-radius: 12px;
  }
  .fp-dz-banner__inner {
    padding: 12px;
    gap: 12px;
    min-height: 0;
  }
  .fp-dz-left {
    gap: 10px;
    align-items: flex-start;
  }
  .fp-dz-mascot {
    width: 56px;
    height: 74px;
  }
  .fp-dz-mascot__badge {
    width: 56px;
    height: 56px;
    border-radius: 12px;
  }
  .fp-dz-mascot__badge svg {
    width: 36px;
    height: 36px;
  }
  .fp-dz-title {
    font-size: 15px;
    letter-spacing: 0.03em;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 4px;
  }
  .fp-dz-sub {
    font-size: 12px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .fp-dz-mid {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .fp-dz-timer {
    width: 100%;
  }
  .fp-dz-timer__label {
    font-size: 10px;
  }
  .fp-dz-timer__clock {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
  }
  .fp-dz-u {
    min-width: 0;
    width: 100%;
    padding: 7px 2px;
  }
  .fp-dz-u b {
    font-size: 16px;
  }
  .fp-dz-timer__note {
    width: 100%;
    min-height: 0;
    justify-content: center;
    text-align: center;
    padding: 10px 12px;
    font-size: 12px;
  }
  .fp-dz-cards {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 6px;
    height: 64px;
    margin: 0 auto;
  }
  .fp-dz-card {
    width: 40px;
    height: 54px;
    border-radius: 6px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.35);
  }
  .fp-dz-card--l {
    transform: rotate(-7deg) translateY(3px);
  }
  .fp-dz-card--c {
    width: 44px;
    height: 60px;
    transform: translateY(-2px);
  }
  .fp-dz-card--r {
    transform: rotate(7deg) translateY(3px);
  }
  .fp-dz-card--l:hover,
  .fp-dz-card--c:hover,
  .fp-dz-card--r:hover {
    transform: translateY(-2px) scale(1.04);
  }
  .fp-dz-cta {
    width: 100%;
    min-height: 46px;
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 14px;
  }
}
