.cdb-hidden-frame {
  display: none !important;
  visibility: hidden !important;
}

.grecaptcha-badge {
  z-index: 2147483000;
}

.cdb-gmo-seal-box {
  width: 115px;
  height: 57px;
}

.cdb-gmo-seal-img {
  cursor: pointer;
  border: 0;
  width: 100%;
}

.cdb-hidden {
  display: none !important;
}

.cdb-hero-lead-compact {
  font-size: 15px;
}

.cdb-consent-note {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 12px;
  opacity: 0.85;
}

.cdb-consent-note-white {
  color: #fff;
}

.cdb-consent-note-dark {
  color: #333;
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
  opacity: 0.85;
  text-align: center;
}

.cdb-consent-note-center {
  margin-top: 16px;
  text-align: center;
}

.cdb-consent-link-white {
  color: #fff;
  text-decoration: underline;
}

.cdb-consent-link-dark {
  color: #333;
  text-decoration: underline;
}

.cdb-plan-action {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 54px;
  justify-content: center;
}

.cdb-plan-action-with-note {
  margin-bottom: 12px;
}

.cdb-section-lead-centered {
  color: var(--text-light);
  font-size: 15px;
  line-height: 1.8;
  margin: -30px auto 50px;
  max-width: 700px;
  text-align: center;
}

.cdb-ghost-button-white {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.cdb-plan-features-plain {
  border-top: 0;
  padding-top: 0;
}

.cdb-pricing-action-row {
  margin-top: 30px;
  text-align: center;
}

.cdb-pricing-note-spaced {
  line-height: 1.8;
  margin-bottom: 24px;
}

.cdb-primary-large-cta {
  border-radius: 40px;
  box-shadow: 0 8px 25px rgba(220, 119, 160, 0.4);
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  max-width: 100%;
  padding: 20px 64px;
}

.cdb-custom-plan-wrap {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.cdb-custom-plan-card {
  align-items: center;
  background: linear-gradient(135deg, #f0f8fc 0%, #e3f2fd 100%);
  border: 1px solid rgba(0, 127, 213, 0.2);
  box-shadow: 0 10px 25px rgba(0, 127, 213, 0.1);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 750px;
  padding: 28px 36px;
  text-align: left;
  width: 100%;
}

.cdb-custom-plan-heading {
  flex: 1 1 200px;
}

.cdb-custom-plan-category {
  color: var(--sub-color);
  font-weight: 800;
  margin-bottom: 6px;
}

.cdb-custom-plan-title {
  color: var(--main-color);
  font-size: 19px;
  margin-bottom: 6px;
}

.cdb-custom-plan-price {
  font-size: 22px;
  justify-content: flex-start;
  margin-bottom: 0;
}

.cdb-custom-plan-features-wrap {
  flex: 1 1 180px;
}

.cdb-custom-plan-features {
  border-top: 0;
  margin: 0;
  padding-top: 0;
}

.cdb-custom-plan-item {
  margin-bottom: 6px;
}

.cdb-custom-plan-item-last {
  margin-bottom: 0;
}

.cdb-custom-plan-action {
  flex: 0 0 auto;
}

.cdb-custom-plan-detail-link {
  padding: 14px 36px;
  white-space: nowrap;
}
