/* ===== SYNC SECTION ===== */
.sync {
  padding: 40px 0 0;
  position: relative;
}

.sync-pill-top {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1016px;
  margin: 0 auto;
  background: var(--bg);
  border-bottom: 8px solid var(--orange-light);
  border-radius: 130px;
  padding: 40px 20px;
  min-height: 140px;
  position: relative;
  z-index: 2;
}

.sync-pill-top h2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -2.08px;
  color: var(--black);
  text-align: center;
}

/* Market arka plan + tablet */
.sync-bg {
  position: relative;
  width: 100%;
  margin-top: -40px;
  overflow: visible; /* küp taşsın diye */
}

.sync-bg .market {
  width: 100%;
  height: clamp(400px, 55vw, 680px);
  object-fit: cover;
  display: block;
}

/* Tek SVG cihaz - merkez */
.sync-device {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -52%);
  width: min(600px, 78%);
  z-index: 2;
}

.sync-device-img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.35));
}

/* Küp - sync-bg'nin altına dayalı, yukarı taşıyor */
.sync-cube {
  position: absolute;
  bottom: -80px; /* pill-bot içine gömülür */
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.sync-cube img {
  width: clamp(130px, 14vw, 200px);
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 24px rgba(239, 119, 39, 0.3));
}

/* Alt pill */
.sync-pill-bot {
  max-width: var(--page-w);
  margin: -60px auto 0;
  background: var(--bg);
  border-top: 8px solid var(--orange-light);
  border-radius: 130px;
  height: clamp(100px, 16vw, 240px);
  position: relative;
  z-index: 2;
}
