/* Advertise page sections only. */
.db-advertise-hero {
  background: linear-gradient(135deg, #10273b 0%, #18344f 50%, #d71920 160%);
  color: #fff;
}
.db-advertise-hero h1 {
  color: #fff;
}
.db-advertise-hero p {
  color: rgba(255, 255, 255, 0.8);
}
.db-advertise-hero .db-eyebrow {
  color: #ffb6c8;
}
.db-advertise-hero .db-breadcrumb {
  color: rgba(255, 255, 255, 0.72);
}
.db-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.db-ad-proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: 32px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  overflow: hidden;
  backdrop-filter: blur(10px);
}
.db-ad-proof-strip div {
  padding: 18px;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
}
.db-ad-proof-strip strong {
  display: block;
  color: #fff;
  font-size: 26px;
  line-height: 1;
}
.db-ad-proof-strip span {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 700;
  margin-top: 5px;
}
.db-advertise-options-section {
  background: #fff;
}
.db-price-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.db-price-grid article {
  position: relative;
  background: #fff;
  border: 1px solid var(--db-line);
  border-radius: 22px;
  padding: 24px;
  box-shadow: var(--db-shadow-sm);
}
.db-price-grid article.is-popular {
  border-color: rgba(215, 25, 32, 0.35);
  box-shadow: 0 18px 50px rgba(215, 25, 32, 0.12);
}
.db-price-grid article > span {
  position: absolute;
  right: 16px;
  top: 16px;
  background: var(--db-accent);
  color: #fff;
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.db-price-grid h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.db-price-features {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 9px;
  color: #475467;
  font-size: 13px;
  font-weight: 700;
}
.db-advertise-workspace-section {
  padding-top: 62px;
}
.db-ad-guidance--compact {
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}
@media (max-width: 1100px) {
  .db-price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 680px) {
  .db-ad-proof-strip,
  .db-price-grid {
    grid-template-columns: 1fr;
  }
  .db-ad-proof-strip div {
    text-align: left;
  }
  .db-hero-actions .db-btn {
    width: 100%;
  }
}
