/* DukDuk product page accents built on the Dadam landing layout. */

.dukduk-page {
  --dadam-primary: #ff7a45;
  --dadam-primary-dark: #f97316;
  --dadam-surface-soft: #fff7ed;
  --dadam-shadow-lg: 0 24px 60px rgba(249, 115, 22, 0.1);
  --dadam-shadow-md: 0 14px 32px rgba(249, 115, 22, 0.08);
}

.dukduk-page .dadam-hero {
  background:
    radial-gradient(circle at top right, rgba(249, 115, 22, 0.1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #fffaf5 100%);
}

.dukduk-page .product-logo-card {
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.96), rgba(255, 247, 237, 0.82)),
    radial-gradient(circle at 70% 20%, rgba(249, 115, 22, 0.14), transparent 42%);
}

.dukduk-page .product-logo {
  width: min(190px, 50vw);
}

.dukduk-page .dadam-dashboard-card__value {
  color: #ea580c;
}

.dukduk-page .dadam-hero__trust li::before {
  background: var(--dadam-primary-dark);
}

.dukduk-page .dadam-highlight__points span {
  background: #fff7ed;
}

.dukduk-page .dadam-section__title,
.dukduk-page .dadam-hero__title {
  letter-spacing: 0;
}

.dukduk-store-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 18px;
}

.dukduk-store-badges--cta {
  flex-basis: 100%;
  justify-content: flex-end;
  margin-top: 0;
}

.dukduk-store-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 14px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.dukduk-store-badge:hover,
.dukduk-store-badge:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
  text-decoration: none;
}

.dukduk-store-badge__img {
  display: block;
  width: 180px;
  height: auto;
}

@media (max-width: 640px) {
  .dukduk-page .dadam-hero__content {
    width: min(100%, 340px);
  }

  .dukduk-page .dadam-hero__title {
    font-size: 29px;
    line-height: 1.2;
    max-width: 100%;
  }

  .dukduk-page .dadam-hero__subtitle {
    max-width: 100%;
  }

  .dukduk-store-badges,
  .dukduk-store-badges--cta {
    justify-content: center;
  }
}
