
body, html {
  font-family: 'Vorkurs', 'Vollkorn', Arial, sans-serif;
  background: #f9f9f9;
  width: 100vw;
  min-width: 100vw;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* QUICK ACTIONS */
.quick-actions {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: stretch;
  padding: 10px 0;
  border-bottom: 1.5px solid #f2f2f2;
  margin: 0;
  box-sizing: border-box;
}
.quick-action-item {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 0;
}
.quick-action-icon {
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  border-radius: 10px;
}
.qa-label-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}
.qa-title {
  font-size: 1.09rem;
  font-weight: bold;
  color: #232323;
  line-height: 1.15;
}
.qa-sub {
  font-size: 0.92rem;
  color: #ff5722;
  font-weight: 500;
  margin-top: 2px;
  line-height: 1.08;
  letter-spacing: 0.01em;
  white-space: nowrap;
  opacity: 0.85;
}
.divider {
  width: 1px;
  background: #ececec;
  margin: 0 2px;
}

/* SERVICES SLIDER */
.services-section {
  background: #fff;
  padding: 14px 0 14px 0;
  border-bottom: 1.5px solid #f2f2f2;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
.services-slider {
  width: 100%;
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  gap: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.service-slide {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-around;
}
.service-item {
  flex: 1 1 0;
  max-width: 19.5%;
  min-width: 80px;
  background: #f8fafc;
  border-radius: 13px;
  padding: 13px 2px 10px 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #222;
  font-size: 0.96rem;
  box-shadow: 0 1px 2px rgba(255,87,34,0.03);
  text-align: center;
  margin: 0 2.2px;
  box-sizing: border-box;
}
.service-item img {
  width: 34px;
  height: 34px;
  margin-bottom: 3px;
  border-radius: 10px;
}
.services-indicator {
  text-align: center;
  margin-top: 8px;
}
.dot {
  display: inline-block;
  width: 22px;
  height: 10px;
  margin: 0 2.5px;
  border-radius: 8px;
  background: #eaeaea;
  transition: background 0.25s;
  vertical-align: middle;
  cursor: pointer;
}
.dot.active { background: #ff5722; }

/* BANNER SECTION (align sama media-section/cards) */
.banner-row {
  width: calc(100% - 32px);
  max-width: 100vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: none;
  padding: 13px 16px 8px 16px;
  gap: 12px;
  justify-content: space-between;
  box-sizing: border-box;
}
.banner-main {
  flex: 2.5;
  width: 70%;
  max-height: 98px;
  border-radius: 12px;
  object-fit: cover;
  background: #eee;
}
.banner-square {
  flex: 1;
  width: 25%;
  aspect-ratio: 1 / 1;
  max-height: 98px;
  border-radius: 12px;
  object-fit: cover;
  background: #eee;
}

/* MEDIA SECTION */
.media-section {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  background: #f9f9f9;
  padding: 15px 16px 11px 16px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.media-box {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 1px 7px rgba(0,0,0,0.02);
  flex: 1;
  padding: 11px 13px 19px 13px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.media-title {
  font-size: 1.19rem;
  font-weight: 700;
  color: #ff5722;
  margin-bottom: 8px;
  font-family: inherit;
}
.media-title a {
  text-decoration: none;
  color: #ff5722;
}
.media-content {
  width: 100%;
  min-height: 120px;
  border-radius: 11px;
  overflow: hidden;
  background: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.live-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff5722;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 7px;
  padding: 3.5px 16px 3.5px 12px;
  z-index: 3;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 7px rgba(255,87,34,0.11);
}
.media-img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}


/* PRODUCT CARDS */
.cards-container {
  display: flex;
  flex-direction: row;
  gap: 18px;
  padding: 17px 16px 98px 16px;
  background: #fafbfc;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
.cards-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.product-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.03);
  overflow: hidden;
  text-decoration: none;
  margin-bottom: 3px;
  transition: box-shadow 0.15s;
}
.product-card:hover {
  box-shadow: 0 4px 16px rgba(255,87,34,0.09);
}
.product-img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.product-info {
  padding: 10px 17px 16px 17px;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.product-title {
  font-size: 1.13rem;
  font-weight: 700;
  color: #232323;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-rating {
  display: inline-block;
  background: #ffefae;
  color: #e2a108;
  border-radius: 8px;
  font-size: 1.09rem;
  font-weight: 500;
  padding: 2px 11px 2px 8px;
  margin-bottom: 3px;
  width: max-content;
}
.rating-star {
  font-size: 1.19em;
  margin-right: 2px;
  color: #ffc107;
}
.product-price {
  color: #ff5722;
  font-size: 1.18rem;
  font-weight: bold;
  margin-top: 2px;
  float: left;
}
.product-sold {
  color: #1a1a1a;
  font-size: 1.04rem;
  float: right;
  text-align: right;
  margin-top: -26px;
  margin-bottom: 5px;
}
.product-delivery {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 7px;
}
.delivery-badge {
  display: flex;
  align-items: center;
  background: linear-gradient(90deg,#17c3a6 70%,#27e2c0 100%);
  color: #fff;
  font-size: 1.08rem;
  border-radius: 8px;
  font-weight: 700;
  padding: 3px 15px 3px 10px;
  gap: 5px;
}
.delivery-divider {
  width: 1.5px;
  height: 18px;
  background: #e0e0e0;
  margin: 0 11px;
  border-radius: 4px;
}
.truck-icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.location {
  display: flex;
  align-items: center;
  margin-left: 0;
  gap: 3px;
}
.location-icon {
  width: 17px;
  height: 17px;
  opacity: 0.7;
  margin-right: 2px;
}
.location-text {
  color: #9b9b9b;
  font-size: 1.03rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* ==== MEDIA QUERIES DI BAWAH ==== */
@media (max-width: 650px) {
  .quick-actions, .services-section, .cards-container, .media-section, .banner-row {
    padding-left: 2vw;
    padding-right: 2vw;
    gap: 0.5vw;
    width: 100vw;
  }
  .media-section, .cards-container, .banner-row { padding-left: 8px; padding-right: 8px; }
  .media-section { gap: 7px; }
  .cards-container { gap: 7px; padding: 12px 2px 67px 2px; }
  .service-item img, .quick-action-icon { width: 32px; height: 32px; }
  .product-title { font-size: 1.03rem; }
  .product-info { padding: 7px 7px 10px 8px; }
  .banner-row { flex-direction: column; gap: 10px; }
  .banner-main, .banner-square { width: 100%; max-width: 100%; }
}
