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

.db-page-store .dba-app-suite {
  scroll-margin-top: 98px;
}

.db-page-store .dba-app-suite-panel {
  display: grid;
  grid-template-columns: minmax(260px, 0.76fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 64px);
  min-height: 460px;
  padding: clamp(24px, 5vw, 58px);
  border: 1px solid rgba(176, 187, 202, 0.16);
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(30, 37, 44, 0.68), rgba(3, 5, 8, 0.98)),
    linear-gradient(110deg, rgba(126, 168, 255, 0.1), transparent 38%, rgba(127, 202, 191, 0.08));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 34px 90px rgba(0, 0, 0, 0.42);
  overflow: hidden;
}

.db-page-store .dba-app-suite-copy {
  max-width: 430px;
}

.db-page-store .dba-app-suite-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 18px;
  color: rgba(246, 249, 255, 0.88);
  font-size: 19px;
  font-weight: 800;
  line-height: 1.2;
}

.db-page-store .dba-app-suite-title {
  max-width: 560px;
  margin: 0;
  color: #f7f9ff;
  font-size: clamp(34px, 4.6vw, 58px);
  font-weight: 800;
  line-height: 1.03;
  letter-spacing: 0;
  text-wrap: balance;
}

.db-page-store .dba-app-suite-text {
  max-width: 530px;
  margin: 22px 0 0;
  color: rgba(232, 237, 246, 0.74);
  font-size: 19px;
  line-height: 1.42;
}

.db-page-store .dba-app-suite-try {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-top: 24px;
  padding: 8px 18px;
  border: 1px solid rgba(93, 151, 255, 0.5);
  border-radius: 999px;
  background: #1e63cf;
  box-shadow: 0 10px 22px rgba(30, 99, 207, 0.24);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.db-page-store .dba-app-suite-try:hover {
  background: #2877ee;
  box-shadow: 0 13px 26px rgba(40, 119, 238, 0.28);
  transform: translateY(-1px);
}

.db-page-store .dba-app-suite-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(98px, 1fr));
  gap: 20px 18px;
  align-items: start;
}

.db-page-store .dba-app-tile {
  display: grid;
  justify-items: center;
  gap: 6px;
  min-width: 0;
}

.db-page-store .dba-app-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.db-page-store .dba-app-icon-link {
  display: block;
  width: min(100%, 108px);
  aspect-ratio: 1;
  border-radius: 24px;
  outline: none;
  overflow: hidden;
  transition: filter 160ms ease, transform 160ms ease;
}

.db-page-store .dba-app-icon-link:hover,
.db-page-store .dba-app-icon-link:focus-visible {
  filter: brightness(1.08);
  transform: translateY(-2px);
}

.db-page-store .dba-app-icon-link:focus-visible,
.db-page-store .dba-app-download-link:focus-visible,
.db-page-store .dba-app-suite-try:focus-visible,
.db-page-store .dba-download-modal-close:focus-visible,
.db-page-store .dba-download-modal-download:focus-visible,
.db-page-store .dba-download-modal-confirm:focus-visible {
  outline: 2px solid rgba(126, 168, 255, 0.8);
  outline-offset: 3px;
}

.db-page-store .dba-app-icon-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 16px 24px rgba(0, 0, 0, 0.38));
}

.db-page-store .dba-app-name {
  width: 100%;
  min-height: 34px;
  margin: 1px 0 0;
  color: rgba(248, 250, 255, 0.9);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.db-page-store .dba-app-tile-released {
  gap: 6px;
}

.db-page-store .dba-app-tile-released .dba-app-icon-link {
  box-shadow: 0 0 0 1px rgba(126, 168, 255, 0.22);
}

.db-page-store .dba-app-release-note,
.db-page-store .dba-app-pro-note {
  width: min(100%, 150px);
  margin: 0;
  color: rgba(232, 237, 246, 0.68);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.db-page-store .dba-app-pro-note {
  color: rgba(232, 237, 246, 0.5);
}

.db-page-store .dba-app-download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  max-width: 100%;
  padding: 6px 10px;
  border: 1px solid rgba(93, 151, 255, 0.5);
  border-radius: 999px;
  background: #1e63cf;
  box-shadow: 0 9px 18px rgba(30, 99, 207, 0.22);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  transition: background 160ms ease, transform 160ms ease, box-shadow 160ms ease;
}

.db-page-store .dba-app-download-link:hover,
.db-page-store .dba-app-download-link:focus-visible {
  background: #2877ee;
  box-shadow: 0 12px 24px rgba(40, 119, 238, 0.28);
  transform: translateY(-1px);
}

.db-page-store .dba-download-modal[hidden] {
  display: none;
}

.db-page-store .dba-download-modal {
  position: fixed;
  inset: 0;
  z-index: 320;
  display: grid;
  place-items: center;
  padding: 20px;
}

.db-page-store.dba-download-modal-open {
  overflow: hidden;
}

.db-page-store .dba-download-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(10px);
}

.db-page-store .dba-download-modal-dialog {
  position: relative;
  width: min(100%, 430px);
  padding: 24px;
  border: 1px solid rgba(176, 187, 202, 0.2);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(24, 30, 39, 0.96), rgba(7, 10, 15, 0.98)),
    linear-gradient(120deg, rgba(126, 168, 255, 0.12), transparent 52%);
  box-shadow: 0 30px 92px rgba(0, 0, 0, 0.58);
  color: #f7f9ff;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.db-page-store .dba-download-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(176, 187, 202, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(247, 249, 255, 0.86);
  cursor: pointer;
}

.db-page-store .dba-download-modal-kicker {
  margin: 0 42px 8px 0;
  color: rgba(126, 168, 255, 0.92);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.db-page-store .dba-download-modal-dialog h2 {
  margin: 0;
  color: #ffffff;
  font-size: 25px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.db-page-store .dba-download-modal-dialog p:last-of-type {
  margin: 12px 0 0;
  color: rgba(232, 237, 246, 0.76);
  font-size: 14px;
  line-height: 1.48;
}

.db-page-store .dba-download-modal-details {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.db-page-store .dba-download-modal-details[hidden] {
  display: none;
}

.db-page-store .dba-download-modal-details li {
  position: relative;
  padding-left: 15px;
  color: rgba(246, 249, 255, 0.86);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.db-page-store .dba-download-modal-details li::before {
  content: "";
  position: absolute;
  top: 0.62em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7ea8ff;
  box-shadow: 0 0 0 4px rgba(126, 168, 255, 0.12);
  transform: translateY(-50%);
}

.db-page-store .dba-download-modal-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.db-page-store .dba-download-modal-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 18px;
  border: 1px solid rgba(93, 151, 255, 0.5);
  border-radius: 8px;
  background: #1e63cf;
  box-shadow: 0 10px 24px rgba(30, 99, 207, 0.26);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.db-page-store .dba-download-modal-download[hidden] {
  display: none;
}

.db-page-store .dba-download-modal-download:hover {
  background: #2877ee;
  box-shadow: 0 14px 28px rgba(40, 119, 238, 0.3);
  transform: translateY(-1px);
}

.db-page-store .dba-download-modal-confirm {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 0;
  padding: 8px 18px;
  border: 1px solid rgba(93, 151, 255, 0.5);
  border-radius: 8px;
  background: #1e63cf;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

@media (max-width: 1080px) {
  .db-page-store .dba-app-suite-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .db-page-store .dba-app-suite-copy {
    max-width: 720px;
  }

  .db-page-store .dba-app-suite-grid {
    max-width: 720px;
  }
}

@media (max-width: 680px) {
  .db-page-store .dba-app-suite-panel {
    gap: 22px;
    padding: 22px 14px;
    border-radius: 18px;
  }

  .db-page-store .dba-app-suite-kicker {
    margin-bottom: 12px;
    font-size: 15px;
  }

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

  .db-page-store .dba-app-suite-text {
    margin-top: 14px;
    font-size: 15px;
  }

  .db-page-store .dba-app-suite-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 12px;
  }

  .db-page-store .dba-app-icon-link {
    width: min(100%, 98px);
    border-radius: 22px;
  }
}

@media (max-width: 390px) {
  .db-page-store .dba-app-suite-grid {
    grid-template-columns: 1fr;
  }

  .db-page-store .dba-app-tile {
    max-width: 190px;
    margin-inline: auto;
  }
}
