.db-page-store .dba-store-page-kicker,
.db-page-store .dba-store-page-title,
.db-page-store .dba-store-subnav a,
.db-page-store .dba-store-section-title,
.db-page-store .dba-promo-tag,
.db-page-store .dba-promo-badge {
  letter-spacing: 0;
}

.db-page-store .dba-store-page-title {
  font-size: 56px;
  line-height: 1;
  white-space: normal;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.db-page-store .dba-store-subnav {
  max-width: none;
  justify-content: flex-start;
  margin: 20px auto 26px;
  border-radius: 8px;
}

.db-page-store .dba-store .dba-marketplace-section {
  margin-bottom: 34px;
}

.db-page-store .dba-store .dba-marketplace-section:last-child {
  margin-bottom: 0;
}

.db-page-store .dba-store-section-header {
  align-items: flex-end;
  margin-bottom: 14px;
}

.db-page-store .dba-store-section-title {
  font-size: 18px;
  line-height: 1.2;
}

.db-page-store .dba-store-section-subtitle {
  max-width: 520px;
  margin: 0;
}

.db-page-store .dba-promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 14px;
}

.db-page-store .dba-promo-grid-featured {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 265px), 1fr));
}

.db-page-store .dba-promo-grid-compact {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 230px), 1fr));
}

.db-page-store .dba-promo-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 100%;
  padding: 10px;
  border: 1px solid rgba(239, 225, 196, 0.1);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(19, 23, 30, 0.86), rgba(8, 10, 14, 0.96)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.db-page-store .dba-promo-card:hover {
  transform: translateY(-2px);
  border-color: rgba(214, 175, 107, 0.24);
  background:
    linear-gradient(145deg, rgba(23, 28, 36, 0.9), rgba(9, 11, 15, 0.98)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.024), transparent);
}

.db-page-store .dba-promo-card-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: 16px;
  max-width: 980px;
  min-height: 0;
  margin: 0 auto 18px;
  padding: 12px;
  border-color: rgba(214, 175, 107, 0.26);
  background:
    linear-gradient(145deg, rgba(25, 29, 35, 0.92), rgba(8, 10, 14, 0.98)),
    linear-gradient(120deg, rgba(214, 175, 107, 0.12), transparent 44%, rgba(127, 202, 191, 0.08));
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.42);
}

.db-page-store .dba-promo-card-spotlight:hover {
  transform: translateY(-3px);
  border-color: rgba(214, 175, 107, 0.38);
}

.db-page-store .dba-promo-card-spotlight .dba-promo-body {
  padding: 4px 4px 2px;
}

.db-page-store .dba-promo-card-spotlight .dba-promo-title {
  font-size: 28px;
  line-height: 1.05;
}

.db-page-store .dba-promo-card-spotlight .dba-promo-desc {
  display: block;
  min-height: 0;
  max-width: 520px;
  color: rgba(246, 239, 227, 0.78);
  font-size: 14px;
  line-height: 1.48;
  overflow: visible;
}

.db-page-store .dba-promo-spotlight-video {
  aspect-ratio: 16 / 9;
  min-height: 260px;
}

.db-page-store .dba-promo-spotlight-kicker {
  margin: 0 0 7px;
  color: #ffe5ad;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.db-page-store .dba-promo-thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  border: 1px solid rgba(239, 225, 196, 0.1);
  background: #090d13;
  overflow: hidden;
}

.db-page-store .dba-promo-media {
  display: grid;
  gap: 7px;
}

.db-page-store .dba-promo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.db-page-store .dba-promo-thumb-contain {
  background:
    linear-gradient(150deg, rgba(13, 17, 24, 0.98), rgba(5, 7, 10, 0.98)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent);
}

.db-page-store .dba-promo-thumb-contain img {
  object-fit: contain;
  padding: 8px;
}

.db-page-store .dba-promo-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.db-page-store .dba-media-thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.db-page-store .dba-media-thumbs-icons {
  grid-template-columns: repeat(2, 54px);
  justify-content: start;
}

.db-page-store .dba-media-thumb-btn {
  aspect-ratio: 16 / 10;
  padding: 0;
  border: 1px solid rgba(239, 225, 196, 0.12);
  border-radius: 6px;
  background: rgba(8, 10, 14, 0.86);
  cursor: pointer;
  overflow: hidden;
  transition: border-color 160ms ease, opacity 160ms ease, transform 160ms ease;
}

.db-page-store .dba-media-thumb-btn:hover,
.db-page-store .dba-media-thumb-btn:focus-visible {
  border-color: rgba(214, 175, 107, 0.48);
  opacity: 1;
  outline: none;
  transform: translateY(-1px);
}

.db-page-store .dba-media-thumb-btn.is-active {
  border-color: rgba(82, 230, 128, 0.48);
}

.db-page-store .dba-media-thumb-btn img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: left top;
}

.db-page-store .dba-promo-generated {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 5px;
  padding: 14px;
  color: rgba(246, 239, 227, 0.94);
  background:
    linear-gradient(135deg, rgba(11, 15, 21, 0.95), rgba(22, 28, 36, 0.88)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 18px);
}

.db-page-store .dba-promo-generated::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(239, 225, 196, 0.08);
  border-radius: 6px;
  pointer-events: none;
}

.db-page-store .dba-promo-generated span {
  position: relative;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
}

.db-page-store .dba-promo-generated small {
  position: relative;
  color: rgba(246, 239, 227, 0.68);
  font-size: 12px;
}

.db-page-store .dba-promo-generated-daw {
  background:
    linear-gradient(135deg, rgba(17, 32, 40, 0.96), rgba(8, 10, 14, 0.98)),
    repeating-linear-gradient(0deg, rgba(127, 202, 191, 0.08) 0 2px, transparent 2px 18px);
}

.db-page-store .dba-promo-generated-mix {
  background:
    linear-gradient(135deg, rgba(39, 31, 22, 0.96), rgba(8, 10, 14, 0.98)),
    repeating-linear-gradient(90deg, rgba(214, 175, 107, 0.08) 0 2px, transparent 2px 20px);
}

.db-page-store .dba-promo-generated-fx {
  background:
    linear-gradient(135deg, rgba(29, 26, 41, 0.96), rgba(8, 10, 14, 0.98)),
    repeating-linear-gradient(45deg, rgba(157, 137, 205, 0.08) 0 2px, transparent 2px 18px);
}

.db-page-store .dba-promo-generated-utility,
.db-page-store .dba-promo-generated-system {
  background:
    linear-gradient(135deg, rgba(23, 29, 35, 0.96), rgba(8, 10, 14, 0.98)),
    repeating-linear-gradient(90deg, rgba(176, 187, 202, 0.08) 0 2px, transparent 2px 16px);
}

.db-page-store .dba-promo-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  padding: 11px 2px 0;
}

.db-page-store .dba-promo-card-text .dba-promo-body {
  padding: 4px 2px 0;
}

.db-page-store .dba-promo-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

.db-page-store .dba-promo-tag {
  color: rgba(246, 239, 227, 0.58);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.db-page-store .dba-promo-badge {
  flex: 0 0 auto;
  max-width: 54%;
  padding: 4px 7px;
  border: 1px solid rgba(176, 187, 202, 0.22);
  border-radius: 999px;
  background: rgba(176, 187, 202, 0.12);
  color: rgba(246, 239, 227, 0.78);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.db-page-store .dba-promo-badge-new {
  border-color: rgba(214, 175, 107, 0.34);
  background: rgba(214, 175, 107, 0.14);
  color: #ffe5ad;
}

.db-page-store .dba-promo-badge-soon {
  border-color: rgba(82, 230, 128, 0.32);
  background: rgba(36, 92, 57, 0.22);
  color: #dfffe9;
}

.db-page-store .dba-promo-badge-beta {
  border-color: rgba(127, 202, 191, 0.34);
  background: rgba(60, 120, 114, 0.18);
  color: #d5f4ee;
}

.db-page-store .dba-promo-badge-updated {
  border-color: rgba(126, 168, 255, 0.34);
  background: rgba(66, 98, 174, 0.18);
  color: #dbe7ff;
}

.db-page-store .dba-promo-badge-pipeline {
  border-color: rgba(176, 187, 202, 0.3);
  background: rgba(176, 187, 202, 0.12);
  color: #e4e9f2;
}

.db-page-store .dba-promo-title {
  margin: 0 0 6px;
  color: var(--db-cream, #f6efe3);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.18;
}

.db-page-store .dba-promo-desc {
  display: -webkit-box;
  min-height: 58px;
  margin: 0;
  overflow: hidden;
  color: rgba(246, 239, 227, 0.7);
  font-size: 13px;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.db-page-store .dba-promo-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}

.db-page-store .dba-promo-chips span {
  padding: 4px 7px;
  border: 1px solid rgba(239, 225, 196, 0.09);
  border-radius: 999px;
  background: rgba(9, 11, 15, 0.52);
  color: rgba(246, 239, 227, 0.72);
  font-size: 11px;
  line-height: 1.1;
}

.db-page-store .dba-promo-actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
}

.db-page-store .dba-promo-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  width: 100%;
  padding: 8px 10px;
  border: 1px solid rgba(214, 175, 107, 0.34);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(214, 175, 107, 0.95), rgba(175, 132, 61, 0.95));
  color: #11161f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
}

.db-page-store .dba-promo-action:hover {
  transform: translateY(-1px);
}

.db-page-store .dba-promo-action-secondary {
  border-color: rgba(239, 225, 196, 0.14);
  background: rgba(13, 17, 24, 0.82);
  color: rgba(246, 239, 227, 0.88);
}

@media (max-width: 980px) {
  .db-page-store .dba-store-page-title {
    font-size: 44px;
  }

  .db-page-store .dba-store-section-header {
    align-items: flex-start;
  }

  .db-page-store .dba-promo-card-spotlight {
    grid-template-columns: 1fr;
    max-width: 720px;
  }

  .db-page-store .dba-promo-spotlight-video {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .db-page-store .dba-store {
    padding-inline: 12px;
  }

  .db-page-store .dba-store-page-intro {
    margin-bottom: 18px;
  }

  .db-page-store .dba-store-page-kicker {
    font-size: 10px;
    line-height: 1.35;
  }

  .db-page-store .dba-store-page-title {
    font-size: 30px;
  }

  .db-page-store .dba-store-subnav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    justify-content: stretch;
    margin: 14px auto 24px;
    padding: 6px;
  }

  .db-page-store .dba-store-subnav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 7px 5px;
    font-size: 10px;
    text-align: center;
  }

  .db-page-store .dba-store .dba-marketplace-section {
    margin-bottom: 28px;
  }

  .db-page-store .dba-store-section-header {
    gap: 6px;
    margin-bottom: 12px;
  }

  .db-page-store .dba-promo-grid,
  .db-page-store .dba-promo-grid-featured,
  .db-page-store .dba-promo-grid-compact {
    grid-template-columns: 1fr;
  }

  .db-page-store .dba-promo-card-spotlight {
    gap: 12px;
    margin-bottom: 14px;
    padding: 10px;
  }

  .db-page-store .dba-promo-card-spotlight .dba-promo-title {
    font-size: 22px;
  }
}
