/* Shared marketing blocks: pricing snapshot, ads top bar, EUDI video grid */
.cb-ads-topbar {
  max-width: 38rem;
  margin: 0 auto 20px;
  padding: 0 20px;
}
.cb-ads-topbar a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #e2e8f0;
  font-size: 0.875rem;
  font-weight: 600;
}
.cb-ads-topbar img {
  border-radius: 10px;
  flex-shrink: 0;
}

.cb-header-logo {
  border-radius: 10px;
  flex-shrink: 0;
}

.cb-marketing-pricing-wrap {
  padding: 2.5rem 1rem 3rem;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}
.cb-marketing-pricing-wrap h2 {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 650;
  color: #f8fafc;
  margin: 0 0 8px;
  letter-spacing: -0.02em;
}
.cb-mp-note {
  text-align: center;
  font-size: 12px;
  color: rgb(148 163 184 / 0.9);
  max-width: 38rem;
  margin: 0 auto 22px;
  line-height: 1.55;
}
.cb-mp-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.cb-mp-card {
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  padding: 16px 18px;
}
.cb-mp-card h3 {
  margin: 0 0 6px;
  font-size: 1rem;
  color: #f1f5f9;
}
.cb-mp-price {
  font-size: 1.35rem;
  font-weight: 700;
  color: #a5f3fc;
  margin: 0 0 8px;
}
.cb-mp-card p {
  margin: 0;
  font-size: 13px;
  color: rgb(203 213 225 / 0.88);
  line-height: 1.45;
}
.cb-mp-card .cb-mp-pid {
  margin-top: 10px;
  font-size: 10px;
  word-break: break-all;
  color: rgb(148 163 184 / 0.55);
}
.cb-mp-btn {
  margin-top: 14px;
  width: 100%;
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  color: #0f172a;
  background: linear-gradient(90deg, #e2e8f0, #c7d2fe);
}
.cb-mp-btn:hover {
  filter: brightness(1.05);
}

p.trust,
.trust.cb-trust-line,
p.trust-micro {
  text-align: center;
  font-size: 12px;
  line-height: 1.45;
  color: rgb(148 163 184 / 0.78);
  margin: 22px 0 0;
}

.cb-eudi-video-block {
  max-width: 72rem;
  margin: 3rem auto 0;
  padding: 0 1rem 2rem;
}
.cb-eudi-video-block h2 {
  text-align: center;
  font-size: 1.35rem;
  font-weight: 650;
  color: #f8fafc;
  margin: 0 0 10px;
}
.cb-eudi-video-block > p {
  text-align: center;
  font-size: 13px;
  color: rgb(148 163 184 / 0.88);
  max-width: 40rem;
  margin: 0 auto 20px;
  line-height: 1.5;
}
.cb-eudi-video-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.cb-eudi-video-grid video {
  width: 100%;
  border-radius: 12px;
  background: #03030a;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
