/* ==================== 
   Bundle Banner
   ==================== */
.bundle-section {
  position: relative;
}
.offer-box {
  background: linear-gradient(
    135deg,
    #f4f7fb 0%,
    #e8eef7 35%,
    #dce7f5 70%,
    #d5e1f2 100%
  );
  border-radius: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(220, 230, 240, 0.7);
}
.offer-box img {
  width: 180px;
  border-radius: 15px;
}
.offer-content h3 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 35px;
}
.offer-content p {
  color: #555;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
