:root {
  --vpbd-blue: #3057a4;
  --vpbd-blue-dark: #244887;
  --vpbd-gold: #c7b37b;
  --vpbd-gold-soft: #f3eadc;
  --vpbd-bg: #f5f7ff;
  --vpbd-card: #ffffff;
  --vpbd-ink: #202534;
  --vpbd-muted: #626d80;
  --vpbd-border: #e1e6f0;
  --vpbd-shadow: 0 14px 36px rgba(35, 45, 75, .10);
  --vpbd-radius: 24px;
}

.vpbd,
.vpbd * {
  box-sizing: border-box;
}

.vpbd {
  color: var(--vpbd-ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  width: 100%;
  margin: 0;
  padding: 0 0 54px;
}

.vpbd > :not(.vpbd-hero):not(.vpbd-submit-hero) {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.vpbd h1,
.vpbd h2,
.vpbd h3 {
  color: var(--vpbd-blue);
  margin: 0;
  line-height: 1.1;
  letter-spacing: .01em;
}

.vpbd h1 {
  font-size: clamp(40px, 6vw, 72px);
  font-weight: 800;
}

.vpbd h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 800;
}

.vpbd h3 {
  font-size: 22px;
  font-weight: 700;
}

.vpbd p {
  color: var(--vpbd-muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.vpbd-kicker {
  color: var(--vpbd-gold) !important;
  font-weight: 800;
  font-size: 13px !important;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 12px !important;
}

.vpbd-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.vpbd-btn-primary {
  background: var(--vpbd-blue);
  color: #fff !important;
}

.vpbd-btn-outline,
.vpbd-btn-light {
  background: var(--vpbd-bg);
  color: var(--vpbd-blue) !important;
}

.vpbd-hero {
  width: 100%;
  background: #fff;
  padding: 74px max(22px, calc((100vw - 1180px) / 2)) 66px;
  min-height: 470px;
  border-bottom: 1px solid var(--vpbd-border);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 48px;
}

.vpbd-hero-copy > p:not(.vpbd-kicker) {
  max-width: 620px;
  font-size: 19px;
  margin-top: 22px;
}

.vpbd-hero-actions {
  margin-top: 30px;
}

.vpbd-hero-media {
  min-height: 360px;
  display: grid;
  place-items: center;
}

.vpbd-theme-visual {
  width: min(100%, 480px);
  height: 355px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 65% 24%, rgba(185,147,75,.16), transparent 0 22%, transparent 23%),
    linear-gradient(180deg, rgba(49,90,169,.07), rgba(49,90,169,.02));
  border: 1px solid rgba(49,90,169,.10);
  border-radius: 36px;
}

.vpbd-theme-card {
  width: 365px;
  background: #fff;
  border: 1px solid var(--vpbd-border);
  border-top: 5px solid var(--vpbd-gold);
  border-radius: 26px;
  box-shadow: 0 24px 55px rgba(35,45,75,.14);
  padding: 28px;
}

.vpbd-theme-logo {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: var(--vpbd-blue);
  color: #fff;
  font-weight: 900;
  margin-bottom: 20px;
}

.vpbd-theme-card p {
  color: var(--vpbd-gold);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.vpbd-theme-card h2 {
  font-size: 30px;
  margin: 8px 0 22px;
}

.vpbd-theme-card span {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--vpbd-gold-soft);
  color: var(--vpbd-gold);
  font-weight: 800;
  font-size: 12px;
  margin-right: 6px;
}

.vpbd-spotlight {
  margin-top: 34px;
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid var(--vpbd-border);
  border-radius: var(--vpbd-radius);
  box-shadow: var(--vpbd-shadow);
  padding: 34px;
  display: grid;
  grid-template-columns: 170px 1fr 360px;
  gap: 32px;
  align-items: center;
}

.vpbd-spotlight-badge {
  position: absolute;
  left: 34px;
  top: 22px;
  color: var(--vpbd-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vpbd-logo {
  width: 86px;
  height: 86px;
  background: var(--vpbd-bg);
  border-radius: 22px;
  overflow: hidden;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--vpbd-blue);
  font-size: 26px;
  font-weight: 900;
}

.vpbd-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vpbd-spotlight-logo {
  margin-top: 26px;
  width: 148px !important;
  height: 148px !important;
  border-radius: 999px !important;
}

.vpbd-founder {
  font-size: 14px !important;
  color: var(--vpbd-ink) !important;
  margin: 10px 0 14px !important;
}

.vpbd-what {
  margin-top: 14px !important;
  color: var(--vpbd-ink) !important;
}

.vpbd-what strong {
  color: var(--vpbd-gold);
}

.vpbd-spotlight-media img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 18px;
  background: var(--vpbd-bg);
}

.vpbd-spotlight-meta {
  display: flex;
  gap: 22px;
  color: var(--vpbd-muted);
  margin-top: 14px;
  font-size: 14px;
}

.vpbd-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  margin: 34px auto 22px;
}

.vpbd-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vpbd-filter {
  border: 1px solid var(--vpbd-border);
  background: #fff;
  color: var(--vpbd-ink);
  padding: 11px 22px;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
}

.vpbd-filter.active {
  background: var(--vpbd-blue);
  color: #fff;
  border-color: var(--vpbd-blue);
}

.vpbd-search {
  min-width: 300px;
  background: #fff;
  border: 1px solid var(--vpbd-border);
  border-radius: 999px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.vpbd-search input {
  border: 0 !important;
  outline: 0 !important;
  min-height: 46px;
  width: 100%;
  box-shadow: none !important;
  background: transparent !important;
}

.vpbd-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.vpbd-card {
  background: #fff;
  border: 1px solid var(--vpbd-border);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 6px 24px rgba(35, 45, 75, .05);
  min-height: 285px;
  display: flex;
  flex-direction: column;
}

.vpbd-card[hidden] {
  display: none;
}

.vpbd-card-top {
  display: flex;
  gap: 18px;
  align-items: center;
}

.vpbd-card h3 {
  font-size: 21px;
  color: var(--vpbd-blue);
}

.vpbd-card-desc {
  margin-top: 15px !important;
  font-size: 14px !important;
}

.vpbd-card .vpbd-what {
  font-size: 14px !important;
}

.vpbd-card-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  color: var(--vpbd-muted);
  font-size: 13px;
}

.vpbd-card-footer a {
  color: var(--vpbd-gold);
  text-decoration: none;
  font-weight: 900;
}

.vpbd-social-row {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.vpbd-social-row a {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-decoration: none;
  background: var(--vpbd-gold-soft);
  color: var(--vpbd-gold);
  font-weight: 900;
  font-size: 12px;
}

.vpbd-empty {
  grid-column: 1 / -1;
  background: #fff;
  border: 1px solid var(--vpbd-border);
  border-radius: var(--vpbd-radius);
  padding: 50px;
  text-align: center;
}

/* Public submission */
.vpbd-submit-hero {
  background: #fff;
  padding: 64px max(22px, calc((100vw - 1180px) / 2)) 42px;
  border-bottom: 1px solid var(--vpbd-border);
}

.vpbd-submit-hero p:not(.vpbd-kicker) {
  margin-top: 16px;
  max-width: 760px;
  font-size: 18px;
}

.vpbd-message {
  margin-top: 22px;
  padding: 18px 22px;
  border-radius: 16px;
  border: 1px solid rgba(185,147,75,.35);
  background: #fff8ec;
  color: var(--vpbd-ink);
}

.vpbd-form {
  margin-top: 28px;
  background: #fff;
  border: 1px solid var(--vpbd-border);
  border-radius: var(--vpbd-radius);
  padding: 30px;
  box-shadow: 0 8px 24px rgba(35, 45, 75, .07);
}

.vpbd-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.vpbd-form label {
  display: block;
  color: var(--vpbd-ink);
  font-weight: 800;
  margin-top: 16px;
}

.vpbd-form input,
.vpbd-form select,
.vpbd-form textarea {
  width: 100%;
  border: 1px solid var(--vpbd-border);
  border-radius: 12px;
  min-height: 46px;
  padding: 10px 13px;
  margin-top: 8px;
  background: #fff;
  color: var(--vpbd-ink);
  box-shadow: none !important;
}

.vpbd-form textarea {
  min-height: 92px;
}

.vpbd-social-fields {
  margin-top: 18px;
  border: 1px solid var(--vpbd-border);
  border-radius: 18px;
  padding: 18px;
  background: #fbfcff;
}

.vpbd-social-icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--vpbd-gold-soft);
  color: var(--vpbd-gold);
  font-weight: 900;
  margin-right: 6px;
}

.vpbd-checkbox {
  display: flex !important;
  gap: 12px;
  align-items: flex-start;
}

.vpbd-checkbox input {
  width: auto !important;
  min-height: auto !important;
  margin-top: 4px !important;
}

.vpbd-form-actions {
  margin-top: 24px;
}

/* Custom WP admin add/edit page */
.vpbd-admin-page {
  --vpbd-blue: #3057a4;
  --vpbd-gold: #c7b37b;
  --vpbd-gold-soft: #f3eadc;
  --vpbd-bg: #f5f7ff;
  --vpbd-ink: #202534;
  --vpbd-muted: #626d80;
  --vpbd-border: #dfe5f0;
  --vpbd-shadow: 0 10px 28px rgba(35,45,75,.08);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  max-width: none;
  margin-right: 20px;
}

.vpbd-admin-page .vpbd-kicker {
  margin: 0 0 8px !important;
}

.vpbd-admin-header {
  background: #fff;
  border: 1px solid var(--vpbd-border);
  border-radius: 22px;
  padding: 26px;
  margin: 20px 0 22px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  box-shadow: var(--vpbd-shadow);
}

.vpbd-admin-header h1 {
  color: var(--vpbd-blue);
  font-size: 34px;
  font-weight: 800;
  margin: 0;
}

.vpbd-admin-header p:not(.vpbd-kicker) {
  color: var(--vpbd-muted);
  font-size: 15px;
  margin: 8px 0 0;
}

.vpbd-admin-layout {
  display: grid;
  grid-template-columns: minmax(760px, 1fr) 320px;
  gap: 24px;
  margin-right: 0;
  width: 100%;
}

.vpbd-admin-card {
  background: #fff;
  border: 1px solid var(--vpbd-border);
  border-radius: 20px;
  box-shadow: var(--vpbd-shadow);
  padding: 22px;
  margin-bottom: 18px;
}

.vpbd-admin-card h2 {
  color: var(--vpbd-blue);
  margin: 0;
  font-size: 22px;
}

.vpbd-admin-sub {
  color: var(--vpbd-muted);
  margin: 7px 0 18px;
}

.vpbd-admin-grid,
.vpbd-admin-media-grid,
.vpbd-admin-social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vpbd-admin-card label {
  display: block;
  color: var(--vpbd-ink);
  font-weight: 800;
  margin-top: 14px;
}

.vpbd-admin-card input,
.vpbd-admin-card select,
.vpbd-admin-card textarea {
  width: 100%;
  min-height: 42px;
  margin-top: 8px;
  border: 1px solid var(--vpbd-border) !important;
  border-radius: 12px !important;
  padding: 9px 12px !important;
  box-shadow: none !important;
  background: #fff;
}

.vpbd-admin-card textarea {
  min-height: 94px;
}

.vpbd-upload-box {
  border: 1px dashed var(--vpbd-border);
  border-radius: 16px;
  padding: 14px;
  background: #fbfcff;
}

.vpbd-upload-box span {
  display: block;
  color: var(--vpbd-muted);
  font-weight: 500;
  font-size: 13px;
  margin: 4px 0 10px;
}

.vpbd-image-preview {
  width: 100%;
  height: 150px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--vpbd-border);
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--vpbd-muted);
  margin-bottom: 10px;
}

.vpbd-image-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vpbd-image-preview-profile img {
  object-fit: cover;
}

.vpbd-admin-social-input {
  display: grid !important;
  grid-template-columns: 36px 1fr;
  gap: 8px 10px;
  align-items: center;
  margin: 0 !important;
}

.vpbd-admin-social-input span {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--vpbd-gold-soft);
  color: var(--vpbd-gold);
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 13px;
}

.vpbd-admin-social-input input {
  grid-column: 1 / -1;
  margin-top: 0 !important;
}

.vpbd-admin-sidebar {
  position: sticky;
  top: 40px;
  align-self: start;
}

.vpbd-publish-card .vpbd-checkbox {
  margin: 16px 0;
}

.vpbd-admin-save-btn,
.vpbd-admin-secondary-btn {
  width: 100%;
  min-height: 44px !important;
  border-radius: 12px !important;
  font-weight: 800 !important;
  margin-top: 10px !important;
}

.vpbd-admin-save-btn {
  background: var(--vpbd-blue) !important;
  border-color: var(--vpbd-blue) !important;
}

.vpbd-admin-view-link {
  display: block;
  text-align: center;
  margin-top: 14px;
  color: var(--vpbd-gold);
  font-weight: 800;
  text-decoration: none;
}

.vpbd-admin-preview-card {
  border: 1px solid var(--vpbd-border);
  border-radius: 18px;
  padding: 18px;
  background: #fbfcff;
}

.vpbd-admin-preview-card .vpbd-logo {
  margin-bottom: 14px;
}

.vpbd-admin-preview-card h3 {
  color: var(--vpbd-blue);
  margin: 0;
  font-size: 22px;
}

.vpbd-admin-preview-card p {
  color: var(--vpbd-muted);
  margin: 7px 0 12px;
}

.vpbd-admin-preview-card span {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 10px;
  background: var(--vpbd-gold-soft);
  color: var(--vpbd-gold);
  font-weight: 800;
}

@media (max-width: 980px) {
  .vpbd-hero,
  .vpbd-spotlight,
  .vpbd-admin-layout {
    grid-template-columns: 1fr;
  }

  .vpbd-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .vpbd-spotlight {
    max-width: calc(100% - 32px);
  }

  .vpbd-admin-sidebar {
    position: static;
  }
}

@media (max-width: 680px) {
  .vpbd-hero {
    grid-template-columns: 1fr;
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .vpbd-hero-media {
    display: none;
  }

  .vpbd-grid,
  .vpbd-form-grid,
  .vpbd-admin-grid,
  .vpbd-admin-media-grid,
  .vpbd-admin-social-grid {
    grid-template-columns: 1fr;
  }

  .vpbd-controls {
    flex-direction: column;
    align-items: stretch;
    max-width: calc(100% - 32px);
  }

  .vpbd-search {
    min-width: 0;
  }

  .vpbd-admin-header {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* v1.5: cover image + modal details + no single pages */
.vpbd-card {
  overflow: hidden;
  padding: 0;
}

.vpbd-card-cover {
  height: 138px;
  background: var(--vpbd-bg);
  border-bottom: 1px solid var(--vpbd-border);
}

.vpbd-card-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vpbd-card-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  min-height: 285px;
  flex: 1;
}

.vpbd-card .vpbd-what {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vpbd-view-more {
  margin-top: 16px;
  width: 100%;
  min-height: 42px;
  border-radius: 999px;
  border: 1px solid rgba(49,90,169,.25);
  background: #fff;
  color: var(--vpbd-blue);
  font-weight: 900;
  cursor: pointer;
}

.vpbd-view-more:hover {
  background: var(--vpbd-bg);
}

.vpbd-modal[hidden],
.vpbd-modal-template[hidden] {
  display: none !important;
}

body.vpbd-modal-open {
  overflow: hidden;
}

.vpbd-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  padding: 22px;
}

.vpbd-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 24, 38, .58);
  backdrop-filter: blur(5px);
}

.vpbd-modal-dialog {
  position: relative;
  z-index: 2;
  width: min(920px, 100%);
  max-height: min(86vh, 860px);
  overflow: auto;
  background: #fff;
  border-radius: 26px;
  box-shadow: 0 35px 90px rgba(0,0,0,.25);
}

.vpbd-modal-close {
  position: sticky;
  top: 14px;
  float: right;
  z-index: 4;
  width: 42px;
  height: 42px;
  margin: 14px 14px -56px 0;
  border-radius: 999px;
  border: 1px solid var(--vpbd-border);
  background: #fff;
  color: var(--vpbd-ink);
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.vpbd-modal-cover {
  height: 260px;
  background: var(--vpbd-bg);
}

.vpbd-modal-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vpbd-modal-main {
  padding: 34px;
}

.vpbd-modal-heading {
  display: flex;
  align-items: center;
  gap: 18px;
}

.vpbd-modal-heading h2 {
  color: var(--vpbd-blue);
  font-size: clamp(30px, 4vw, 46px);
}

.vpbd-modal-short {
  margin-top: 22px !important;
  color: var(--vpbd-ink) !important;
  font-size: 18px !important;
}

.vpbd-modal-section {
  margin-top: 26px;
  border-top: 1px solid var(--vpbd-border);
  padding-top: 22px;
}

.vpbd-modal-section h3 {
  color: var(--vpbd-ink);
  font-size: 22px;
  margin-bottom: 10px;
}

.vpbd-modal-section p {
  color: var(--vpbd-ink);
}

.vpbd-modal-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.vpbd-modal-tags span {
  border-radius: 999px;
  padding: 8px 12px;
  background: var(--vpbd-gold-soft);
  color: var(--vpbd-gold);
  font-weight: 800;
  font-size: 12px;
}

.vpbd-modal-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--vpbd-border);
}

.vpbd-modal-contact span,
.vpbd-modal-contact a {
  border-radius: 999px;
  padding: 9px 13px;
  background: var(--vpbd-bg);
  color: var(--vpbd-blue);
  font-weight: 600;
  text-decoration: none;
}

.vpbd-modal-socials {
  margin-top: 18px;
}

.vpbd-admin-note {
  margin: 14px 0 0;
  padding: 12px;
  border-radius: 12px;
  background: #f5f7ff;
  color: var(--vpbd-muted);
  font-size: 13px;
  line-height: 1.5;
}

@media (max-width: 680px) {
  .vpbd-modal-main {
    padding: 24px;
  }

  .vpbd-modal-cover {
    height: 190px;
  }

  .vpbd-modal-heading {
    align-items: flex-start;
  }
}


/* v1.6: smaller popup, dropdown filter, whole card clickable */
.vpbd-controls {
  justify-content: space-between;
  align-items: end;
}

.vpbd-filters,
.vpbd-filter {
  display: none !important;
}

.vpbd-filter-select-wrap {
  display: grid;
  gap: 7px;
  min-width: 250px;
  color: var(--vpbd-ink);
  font-weight: 800;
}

.vpbd-filter-select-wrap span {
  color: var(--vpbd-muted);
  font-size: 13px;
  font-weight: 800;
}

.vpbd-filter-select-wrap select {
  min-height: 48px;
  border: 1px solid var(--vpbd-border);
  border-radius: 999px;
  background: #fff;
  color: var(--vpbd-ink);
  padding: 0 18px;
  font-weight: 800;
  box-shadow: none;
}

.vpbd-card {
  cursor: pointer;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.vpbd-card:hover,
.vpbd-card:focus {
  transform: translateY(-2px);
  border-color: rgba(49,90,169,.35);
  box-shadow: 0 14px 32px rgba(35,45,75,.12);
  outline: none;
}

.vpbd-card a {
  position: relative;
  z-index: 2;
}

.vpbd-card-hint {
  display: inline-flex;
  align-self: flex-start;
  margin-top: 16px;
  color: var(--vpbd-blue);
  font-size: 13px;
  font-weight: 900;
}

.vpbd-view-more {
  display: none !important;
}

/* Make the popup feel like a clean detail card, not a huge page */
.vpbd-modal {
  padding: 26px;
}

.vpbd-modal-dialog {
  width: min(680px, 100%);
  max-height: min(82vh, 760px);
  border-radius: 22px;
}

.vpbd-modal-close {
  width: 36px;
  height: 36px;
  margin: 12px 12px -48px 0;
  font-size: 22px;
}

.vpbd-modal-cover {
  height: 155px;
}

.vpbd-modal-main {
  padding: 26px 28px 28px;
}

.vpbd-modal-heading {
  gap: 14px;
}

.vpbd-modal-heading .vpbd-logo {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  font-size: 18px;
}

.vpbd-modal-heading h2 {
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.08;
}

.vpbd-modal-heading .vpbd-kicker {
  font-size: 11px !important;
  margin-bottom: 6px !important;
}

.vpbd-modal-heading .vpbd-founder {
  margin: 7px 0 0 !important;
  font-size: 13px !important;
}

.vpbd-modal-short {
  margin-top: 18px !important;
  font-size: 15px !important;
  line-height: 1.55 !important;
}

.vpbd-modal-section {
  margin-top: 20px;
  padding-top: 18px;
}

.vpbd-modal-section h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.vpbd-modal-section p {
  font-size: 15px;
  line-height: 1.65;
}

.vpbd-modal-tags {
  margin-top: 18px;
}

.vpbd-modal-tags span,
.vpbd-modal-contact span,
.vpbd-modal-contact a {
  font-size: 13px;
  padding: 5px 7px;
}

.vpbd-modal-contact {
  margin-top: 10px;
  padding-top: 10px;
}

@media (max-width: 680px) {
  .vpbd-controls {
    align-items: stretch;
  }

  .vpbd-filter-select-wrap {
    min-width: 0;
  }

  .vpbd-modal {
    padding: 12px;
  }

  .vpbd-modal-dialog {
    max-height: 88vh;
    border-radius: 18px;
  }

  .vpbd-modal-cover {
    height: 120px;
  }

  .vpbd-modal-main {
    padding: 22px;
  }
}


/* v1.7: full-width page fix, logo-only listings, cleaner popup */
.vpbd {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 0 0 58px !important;
  overflow-x: clip;
}

.vpbd > :not(.vpbd-hero):not(.vpbd-submit-hero):not(.vpbd-modal) {
  width: min(1180px, calc(100vw - 48px));
  max-width: none;
}

.vpbd-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 54px;
  align-items: center;
  width: 100%;
  background: var(--vpbd-bg);
  padding: 74px max(24px, calc((100vw - 1180px) / 2)) 70px !important;
  min-height: auto;
  border-bottom: 1px solid var(--vpbd-border);
}

.vpbd-hero-copy {
  max-width: 620px;
}

.vpbd-hero-copy h1 {
  font-size: clamp(46px, 5.1vw, 78px);
  letter-spacing: .02em;
}

.vpbd-hero-copy > p:not(.vpbd-kicker) {
  max-width: 590px;
  font-size: 18px;
}

.vpbd-theme-visual {
  width: min(100%, 430px);
  height: auto;
  min-height: 285px;
  background: transparent;
  border: 0;
  border-radius: 0;
  justify-self: center;
}

.vpbd-theme-card {
  width: min(100%, 390px);
  border-radius: 26px;
  box-shadow: 0 26px 60px rgba(35, 45, 75, .14);
}

.vpbd-spotlight,
.vpbd-controls,
.vpbd-grid {
  margin-left: auto;
  margin-right: auto;
}

.vpbd-card-cover,
.vpbd-modal-cover {
  display: none !important;
}

.vpbd-card {
  padding: 0 !important;
  min-height: auto;
}

.vpbd-card-body {
  min-height: 265px;
  padding: 22px;
}

.vpbd-card .vpbd-logo {
  width: 72px;
  height: 72px;
  border-radius: 18px;
}

.vpbd-card-hint {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--vpbd-border);
  width: 100%;
}

html.vpbd-modal-open,
body.vpbd-modal-open {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.vpbd-modal {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  padding: 18px !important;
  z-index: 2147483647 !important;
  display: grid;
  place-items: center;
}

.vpbd-modal-dialog {
  width: min(620px, calc(100vw - 30px));
  max-height: calc(100vh - 48px);
  overflow: auto;
  scrollbar-width: none;
  border-radius: 22px;
}

.vpbd-modal-dialog::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.vpbd-modal-main {
  padding: 24px 26px 26px;
}

.vpbd-modal-heading {
  align-items: center;
}

.vpbd-modal-heading .vpbd-logo {
  width: 58px;
  height: 58px;
  border-radius: 15px;
}

.vpbd-modal-heading h2 {
  font-size: clamp(24px, 3vw, 32px);
}

.vpbd-modal-short {
  font-size: 15px !important;
  margin-top: 16px !important;
}

.vpbd-modal-section {
  margin-top: 5px;
  padding-top: 1px;
}

.vpbd-modal-section h3 {
  font-size: 18px;
}

.vpbd-modal-section p {
  font-size: 15px;
  line-height: 1.55;
}

.vpbd-modal-contact {
  margin-top: 10px;
  padding-top: 10px;
}

.vpbd-remove-image {
  display: flex !important;
  gap: 8px;
  align-items: center;
  margin-top: 10px !important;
  color: var(--vpbd-muted) !important;
  font-weight: 700 !important;
}

.vpbd-remove-image input {
  width: auto !important;
  min-height: auto !important;
  margin: 0 !important;
}

.vpbd-admin-media-grid {
  grid-template-columns: 1fr !important;
}

.vpbd-upload-box {
  max-width: 520px;
}

@media (max-width: 860px) {
  .vpbd-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .vpbd-hero-media {
    display: none;
  }
}

@media (max-width: 680px) {
  .vpbd > :not(.vpbd-hero):not(.vpbd-submit-hero):not(.vpbd-modal) {
    width: min(100% - 28px, 1180px);
  }

  .vpbd-hero {
    padding: 44px 18px !important;
  }

  .vpbd-modal {
    padding: 10px !important;
  }

  .vpbd-modal-dialog {
    width: calc(100vw - 20px);
    max-height: calc(100vh - 24px);
  }

  .vpbd-modal-main {
    padding: 22px;
  }
}


/* v1.8: compact hero + full-screen modal overlay fix */
.vpbd {
  overflow-x: visible !important;
}

.vpbd-hero {
  background: #f5f7ff !important;
  padding: 44px max(24px, calc((100vw - 1180px) / 2)) 42px !important;
  grid-template-columns: minmax(0, 1fr) 360px !important;
  gap: 44px !important;
  min-height: 0 !important;
}

.vpbd-hero-copy {
  max-width: 610px !important;
}

.vpbd-hero-copy h1 {
  font-size: clamp(38px, 4.1vw, 58px) !important;
  line-height: 1.08 !important;
  max-width: 620px;
}

.vpbd-hero-copy > p:not(.vpbd-kicker) {
  max-width: 520px !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  margin-top: 16px !important;
}

.vpbd-hero-actions {
  margin-top: 22px !important;
}

.vpbd-hero-actions .vpbd-btn {
  min-height: 46px !important;
  padding: 0 22px !important;
}

.vpbd-hero-media {
  min-height: 0 !important;
}

.vpbd-theme-visual {
  width: 330px !important;
  min-height: 0 !important;
  height: auto !important;
}

.vpbd-theme-card {
  width: 310px !important;
  padding: 22px !important;
  border-radius: 22px !important;
}

.vpbd-theme-logo {
  width: 48px !important;
  height: 48px !important;
  border-radius: 14px !important;
  margin-bottom: 14px !important;
}

.vpbd-theme-card h2 {
  font-size: 23px !important;
  line-height: 1.12 !important;
  margin: 6px 0 16px !important;
}

.vpbd-theme-card p {
  font-size: 10px !important;
}

.vpbd-theme-card span {
  font-size: 10px !important;
  padding: 6px 8px !important;
}

.vpbd-controls {
  margin-top: 24px !important;
  margin-bottom: 18px !important;
  align-items: end !important;
}

.vpbd-filter-select-wrap select,
.vpbd-search {
  min-height: 44px !important;
}

.vpbd-grid {
  margin-top: 0 !important;
}

.vpbd-modal {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 18px !important;
  z-index: 2147483647 !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}

.vpbd-modal[hidden] {
  display: none !important;
}

.vpbd-modal-backdrop {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(18, 24, 38, .62) !important;
  backdrop-filter: blur(5px);
}

.vpbd-modal-dialog {
  position: relative !important;
  z-index: 2 !important;
}

@media (max-width: 860px) {
  .vpbd-hero {
    grid-template-columns: 1fr !important;
    padding: 38px 20px !important;
  }

  .vpbd-hero-media {
    display: none !important;
  }
}


/* v1.9: Zoho form popup + nicer hero visual */
.vpbd-theme-visual,
.vpbd-theme-card {
  display: none !important;
}

.vpbd-showcase-visual {
  position: relative;
  width: 360px;
  min-height: 275px;
}

.vpbd-showcase-card {
  background: #fff;
  border: 1px solid var(--vpbd-border);
  border-radius: 26px;
  box-shadow: 0 26px 60px rgba(35, 45, 75, .14);
}

.vpbd-showcase-main {
  position: relative;
  z-index: 2;
  padding: 18px;
  border-top: 5px solid var(--vpbd-gold);
}

.vpbd-showcase-top {
  display: flex;
  gap: 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--vpbd-border);
  margin-bottom: 14px;
}

.vpbd-showcase-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #dfe5f0;
}

.vpbd-showcase-dot:first-child {
  background: var(--vpbd-gold);
}

.vpbd-showcase-row {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border-radius: 16px;
  background: #f8faff;
  margin-top: 10px;
}

.vpbd-showcase-logo {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: var(--vpbd-blue);
  color: #fff;
  font-weight: 900;
}

.vpbd-showcase-logo.gold {
  background: var(--vpbd-gold);
}

.vpbd-showcase-logo.light {
  background: var(--vpbd-gold-soft);
  color: var(--vpbd-gold);
}

.vpbd-showcase-row strong {
  display: block;
  color: var(--vpbd-blue);
  font-size: 17px;
  line-height: 1.15;
}

.vpbd-showcase-row em {
  display: block;
  color: var(--vpbd-muted);
  font-style: normal;
  font-size: 12px;
  margin-top: 4px;
}

.vpbd-showcase-badge {
  position: absolute;
  right: -22px;
  top: 34px;
  z-index: 3;
  background: var(--vpbd-gold);
  color: #fff;
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 900;
  font-size: 12px;
  box-shadow: 0 12px 28px rgba(35, 45, 75, .16);
}

.vpbd-showcase-mini {
  position: absolute;
  left: -26px;
  bottom: 12px;
  z-index: 3;
  background: #fff;
  border: 1px solid var(--vpbd-border);
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: 0 18px 42px rgba(35, 45, 75, .14);
}

.vpbd-showcase-mini strong,
.vpbd-showcase-mini span {
  display: block;
}

.vpbd-showcase-mini strong {
  color: var(--vpbd-blue);
  font-size: 15px;
}

.vpbd-showcase-mini span {
  color: var(--vpbd-muted);
  font-size: 12px;
  margin-top: 3px;
}

.vpbd-form-modal[hidden] {
  display: none !important;
}

.vpbd-form-modal {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
  padding: 18px !important;
  z-index: 2147483647 !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
}

.vpbd-form-modal-backdrop {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: rgba(18, 24, 38, .62) !important;
  backdrop-filter: blur(5px);
}

.vpbd-form-modal-dialog {
  position: relative;
  z-index: 2;
  width: min(960px, calc(100vw - 36px));
  height: min(82vh, 760px);
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 35px 90px rgba(0,0,0,.25);
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
}

.vpbd-form-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--vpbd-border);
  background: #fff;
}

.vpbd-form-modal-header .vpbd-kicker {
  margin-bottom: 5px !important;
}

.vpbd-form-modal-header h2 {
  font-size: 28px;
  color: var(--vpbd-blue);
}

.vpbd-form-modal-close {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--vpbd-border);
  background: #fff;
  color: var(--vpbd-ink);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.vpbd-form-modal iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}

@media (max-width: 860px) {
  .vpbd-showcase-visual {
    display: none;
  }
}

@media (max-width: 680px) {
  .vpbd-form-modal {
    padding: 10px !important;
  }

  .vpbd-form-modal-dialog {
    width: calc(100vw - 20px);
    height: calc(100vh - 20px);
    border-radius: 18px;
  }

  .vpbd-form-modal-header {
    padding: 16px;
  }

  .vpbd-form-modal-header h2 {
    font-size: 23px;
  }
}


/* v1.10: improved popup heading + nicer hero visual */
.vpbd-modal-main { padding: 22px 24px 24px !important; }
.vpbd-modal-heading { display: grid !important; grid-template-columns: 64px 1fr !important; gap: 16px !important; align-items: center !important; }
.vpbd-modal-heading .vpbd-logo { width: 64px !important; height: 64px !important; border-radius: 16px !important; }
.vpbd-modal-title { min-width: 0; }
.vpbd-modal-category { display: inline-flex; align-items: center; width: auto; border-radius: 999px; background: var(--vpbd-gold-soft); color: var(--vpbd-gold); padding: 5px 10px; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 7px; }
.vpbd-modal-title h2 { color: var(--vpbd-blue); font-size: clamp(24px, 2.8vw, 32px) !important; line-height: 1.05 !important; margin: 0 !important; }
.vpbd-modal-title .vpbd-founder { margin: 8px 0 0 !important; color: var(--vpbd-ink) !important; font-size: 14px !important; }
.vpbd-modal-short { margin-top: 18px !important; padding-top: 18px; border-top: 1px solid var(--vpbd-border); }
.vpbd-showcase-visual { width: 380px !important; min-height: 300px !important; }
.vpbd-showcase-main { padding: 18px !important; border-top: 5px solid var(--vpbd-gold) !important; }
.vpbd-showcase-top { display: flex !important; align-items: center !important; gap: 6px !important; padding-bottom: 14px !important; margin-bottom: 16px !important; }
.vpbd-showcase-top strong { margin-left: auto; color: var(--vpbd-muted); font-size: 11px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.vpbd-showcase-feature { display: grid; grid-template-columns: 56px 1fr; gap: 14px; align-items: center; padding: 16px; border-radius: 20px; background: linear-gradient(180deg, #f8faff, #fff); border: 1px solid var(--vpbd-border); }
.vpbd-showcase-feature .vpbd-showcase-logo { width: 56px; height: 56px; border-radius: 16px; }
.vpbd-showcase-feature span { display: block; color: var(--vpbd-gold); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 4px; }
.vpbd-showcase-feature h3 { color: var(--vpbd-blue); font-size: 22px; margin: 0 0 4px; line-height: 1.08; }
.vpbd-showcase-feature p { color: var(--vpbd-muted); font-size: 12px; line-height: 1.4; margin: 0; }
.vpbd-showcase-list { display: grid; gap: 8px; margin-top: 12px; }
.vpbd-showcase-list div { display: flex; justify-content: space-between; gap: 12px; border-radius: 14px; background: #f8faff; padding: 10px 12px; border: 1px solid rgba(225,230,240,.75); }
.vpbd-showcase-list b { color: var(--vpbd-blue); font-size: 13px; }
.vpbd-showcase-list span { color: var(--vpbd-muted); font-size: 12px; }
.vpbd-showcase-badge { right: -18px !important; top: 48px !important; padding: 9px 13px !important; }
.vpbd-showcase-stats { position: absolute; left: -24px; bottom: 18px; z-index: 3; background: #fff; border: 1px solid var(--vpbd-border); border-radius: 18px; padding: 14px 16px; box-shadow: 0 18px 42px rgba(35,45,75,.14); }
.vpbd-showcase-stats strong, .vpbd-showcase-stats span { display: block; }
.vpbd-showcase-stats strong { color: var(--vpbd-blue); font-size: 15px; }
.vpbd-showcase-stats span { color: var(--vpbd-muted); font-size: 12px; margin-top: 3px; }
.vpbd-showcase-mini { display: none !important; }
@media (max-width: 680px) { .vpbd-modal-heading { grid-template-columns: 54px 1fr !important; gap: 12px !important; } .vpbd-modal-heading .vpbd-logo { width: 54px !important; height: 54px !important; } }


/* v1.11: cleaner card meta + lucide-style icons + floating hero accents */
.vpbd-inline-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 16px;
}

.vpbd-inline-icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vpbd-card-footer {
  display: flex !important;
  flex-wrap: wrap;
  gap: 14px !important;
  align-items: center;
  margin-top: 14px !important;
  color: var(--vpbd-muted) !important;
}

.vpbd-card-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--vpbd-muted);
  font-weight: 400 !important;
}

.vpbd-card-meta-text {
  font-weight: 400 !important;
  color: var(--vpbd-muted) !important;
}

.vpbd-card-footer span,
.vpbd-card-footer a {
  font-weight: 400 !important;
  color: var(--vpbd-muted) !important;
  text-decoration: none !important;
}

.vpbd-social-row,
.vpbd-card-hint {
  display: none !important;
}

.vpbd-modal-contact {
  gap: 10px !important;
}

.vpbd-modal-contact > span,
.vpbd-modal-contact > a {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

.vpbd-modal-contact .vpbd-inline-icon {
  color: var(--vpbd-blue);
}

.vpbd-showcase-list b {
  font-weight: 500 !important;
}

.vpbd-showcase-badge {
  right: -26px !important;
  top: 34px !important;
  z-index: 5 !important;
  transform: rotate(-4deg);
  box-shadow: 0 20px 46px rgba(35,45,75,.18) !important;
}

.vpbd-showcase-stats {
  left: -34px !important;
  bottom: -8px !important;
  z-index: 5 !important;
  transform: rotate(-5deg);
  box-shadow: 0 22px 48px rgba(35,45,75,.18) !important;
}

@media (max-width: 680px) {
  .vpbd-showcase-badge,
  .vpbd-showcase-stats {
    transform: none;
  }
}


/* v1.12: tags preview, stronger floating hero, real logo */
.vpbd-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.vpbd-card-tags span {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--vpbd-gold-soft);
  color: var(--vpbd-gold);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.vpbd-showcase-visual {
  width: 390px !important;
  min-height: 320px !important;
  position: relative;
  isolation: isolate;
}
.vpbd-showcase-main {
  position: relative;
  z-index: 2;
}
.vpbd-showcase-brand {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--vpbd-border);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.vpbd-showcase-brand img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}
.vpbd-showcase-feature { grid-template-columns: 58px 1fr !important; }
.vpbd-showcase-feature h3 { font-size: 20px; }
.vpbd-showcase-feature p { font-size: 13px; }
.vpbd-showcase-list b { font-weight: 500 !important; }
.vpbd-showcase-badge {
  position: absolute !important;
  right: -42px !important;
  top: 42px !important;
  z-index: 5 !important;
  transform: rotate(-7deg);
  box-shadow: 0 22px 50px rgba(35,45,75,.24) !important;
  padding: 11px 18px !important;
}
.vpbd-showcase-stats {
  position: absolute !important;
  left: -44px !important;
  bottom: -18px !important;
  z-index: 5 !important;
  transform: rotate(-6deg);
  box-shadow: 0 24px 56px rgba(35,45,75,.22) !important;
  padding: 16px 18px !important;
}
.vpbd-showcase-stats strong { font-size: 16px; }
.vpbd-showcase-stats span { font-size: 12px; }
@media (max-width: 860px) {
  .vpbd-showcase-badge { right: -16px !important; top: 28px !important; }
  .vpbd-showcase-stats { left: -14px !important; bottom: -8px !important; }
}


/* v1.13: alignment, dropdown weight, stronger floating hero */
.vpbd-filter-select-wrap select,
.vpbd-filter-select-wrap select option {
  font-weight: 400 !important;
}

.vpbd-card {
  height: 100%;
}

.vpbd-card-body {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
}

.vpbd-card-top,
.vpbd-card-desc,
.vpbd-what,
.vpbd-card-tags,
.vpbd-card-footer {
  width: 100%;
}

.vpbd-card-footer {
  margin-top: auto !important;
  padding-top: 14px;
}

.vpbd-showcase-visual,
.vpbd-hero-media,
.vpbd-showcase-main {
  overflow: visible !important;
}

.vpbd-showcase-visual {
  padding: 12px 42px 46px 42px;
}

.vpbd-showcase-badge,
.vpbd-showcase-stats {
  position: absolute;
  overflow: visible;
  isolation: isolate;
}

.vpbd-showcase-badge::after,
.vpbd-showcase-stats::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -14px;
  height: 18px;
  border-radius: 999px;
  background: rgba(35,45,75,.18);
  filter: blur(14px);
  z-index: -1;
}

.vpbd-showcase-badge {
  right: -78px !important;
  top: 22px !important;
  transform: rotate(-8deg) translateY(-2px) !important;
  box-shadow: 0 26px 58px rgba(35,45,75,.26) !important;
}

.vpbd-showcase-stats {
  left: -70px !important;
  bottom: -26px !important;
  transform: rotate(-7deg) translateY(0) !important;
  box-shadow: 0 28px 62px rgba(35,45,75,.24) !important;
}

@media (max-width: 860px) {
  .vpbd-showcase-visual {
    padding: 6px 18px 24px 18px;
  }

  .vpbd-showcase-badge {
    right: -24px !important;
    top: 24px !important;
    transform: rotate(-5deg) !important;
  }

  .vpbd-showcase-stats {
    left: -18px !important;
    bottom: -12px !important;
    transform: rotate(-4deg) !important;
  }
}


/* v1.14: restore social links inside detail popup */
.vpbd-social-row {
  display: flex;
  gap: 8px;
  margin-top: 14px;
}

.vpbd-social-row a {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: var(--vpbd-gold-soft);
  color: var(--vpbd-gold);
  font-weight: 900;
  font-size: 12px;
}

.vpbd-card .vpbd-social-row,
.vpbd-card-hint {
  display: none !important;
}

.vpbd-modal-socials {
  display: flex !important;
  margin-top: 16px !important;
}


/* v1.15: simplified hero redesign */
.vpbd-hero {
  padding: 36px max(24px, calc((100vw - 1180px) / 2)) 34px !important;
  grid-template-columns: minmax(0, 1fr) 390px !important;
  gap: 36px !important;
}

.vpbd-hero-copy h1 {
  font-size: clamp(38px, 4.6vw, 64px) !important;
  line-height: 1.02 !important;
  max-width: 680px;
}

.vpbd-hero-copy > p:not(.vpbd-kicker) {
  max-width: 520px !important;
  font-size: 17px !important;
  margin-top: 14px !important;
}

.vpbd-hero-actions {
  margin-top: 18px !important;
}

.vpbd-hero-media {
  min-height: 0 !important;
  align-self: center;
}

.vpbd-hero-panel {
  width: 100%;
  background: #fff;
  border: 1px solid var(--vpbd-border);
  border-top: 5px solid var(--vpbd-gold);
  border-radius: 28px;
  box-shadow: 0 26px 60px rgba(35,45,75,.12);
  overflow: hidden;
}

.vpbd-hero-window-bar {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 16px 18px 12px;
  border-bottom: 1px solid var(--vpbd-border);
  background: linear-gradient(180deg,#fff,#fafcff);
}

.vpbd-hero-window-bar span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #d5dceb;
}
.vpbd-hero-window-bar span:first-child { background: var(--vpbd-gold); }

.vpbd-hero-window-body {
  padding: 18px;
}

.vpbd-hero-directory-chip {
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--vpbd-gold-soft);
  color: var(--vpbd-gold);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vpbd-hero-business-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--vpbd-border);
  border-radius: 18px;
  background: #f8faff;
  padding: 14px 16px;
  margin-top: 12px;
}

.vpbd-hero-business-row.is-featured {
  align-items: center;
  background: #fff;
}

.vpbd-hero-business-logo {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--vpbd-border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
  overflow: hidden;
}

.vpbd-hero-business-logo img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.vpbd-hero-business-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.vpbd-hero-business-copy strong {
  color: var(--vpbd-blue);
  font-size: 27px;
  line-height: 1.04;
  font-weight: 800;
}

.vpbd-hero-business-copy span {
  color: var(--vpbd-muted);
  font-size: 14px;
  line-height: 1.45;
}

.vpbd-hero-business-pill {
  color: var(--vpbd-blue);
  font-size: 15px;
  font-weight: 600;
}

.vpbd-hero-business-row > span {
  color: var(--vpbd-muted);
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}

.vpbd-filter-select-wrap select,
.vpbd-filter-select-wrap select option {
  font-weight: 400 !important;
}

.vpbd-card-body {
  min-height: 285px !important;
}

.vpbd-card-tags {
  min-height: 30px;
}

.vpbd-card-tags:empty {
  min-height: 30px;
}

@media (max-width: 980px) {
  .vpbd-hero {
    grid-template-columns: 1fr !important;
  }
  .vpbd-hero-media {
    order: 2;
    max-width: 420px;
    width: 100%;
  }
}

@media (max-width: 680px) {
  .vpbd-hero {
    padding: 28px 18px 26px !important;
  }
  .vpbd-hero-business-copy strong {
    font-size: 22px;
  }
  .vpbd-hero-business-row {
    gap: 12px;
    padding: 12px 13px;
  }
  .vpbd-hero-business-row > span {
    font-size: 12px;
  }
}


/* v2.0 public business profile */
.vpbd-profile {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 38px 0 70px;
  background: #fff;
}

.vpbd-profile-shell {
  width: min(1180px, calc(100vw - 40px));
  margin: 0 auto;
}

.vpbd-profile-back {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--vpbd-gold);
  text-decoration: none;
  font-weight: 800;
}

.vpbd-profile-hero {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 24px;
  background: linear-gradient(180deg, var(--vpbd-bg), #fff);
  border: 1px solid var(--vpbd-border);
  border-radius: 28px;
  box-shadow: var(--vpbd-shadow);
  padding: 28px;
}

.vpbd-profile-logo {
  width: 140px;
  height: 140px;
  border-radius: 28px;
  overflow: hidden;
  background: var(--vpbd-bg);
  border: 1px solid var(--vpbd-border);
  display: grid;
  place-items: center;
  color: var(--vpbd-blue);
  font-size: 40px;
  font-weight: 900;
}

.vpbd-profile-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vpbd-profile-kickerrow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}

.vpbd-profile-kicker,
.vpbd-profile-loc {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--vpbd-gold-soft);
  color: var(--vpbd-gold);
  font-size: 12px;
  font-weight: 800;
}

.vpbd-profile-headcopy h1 {
  color: var(--vpbd-blue);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.04;
  margin: 0;
}

.vpbd-profile-founder {
  margin: 10px 0 0 !important;
  color: var(--vpbd-ink) !important;
  font-size: 15px !important;
}

.vpbd-profile-intro {
  margin-top: 16px !important;
  max-width: 760px;
  font-size: 18px !important;
  color: var(--vpbd-ink) !important;
}

.vpbd-profile-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.vpbd-profile-contactchips,
.vpbd-profile-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.vpbd-profile-contactchips a,
.vpbd-profile-socials a {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--vpbd-border);
  color: var(--vpbd-blue);
  text-decoration: none;
  font-weight: 700;
}

.vpbd-profile-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.vpbd-profile-tags span {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--vpbd-gold-soft);
  color: var(--vpbd-gold);
  font-size: 12px;
  font-weight: 800;
}

.vpbd-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
  margin-top: 22px;
}

.vpbd-profile-card {
  background: #fff;
  border: 1px solid var(--vpbd-border);
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(35,45,75,.07);
  padding: 24px;
  margin-bottom: 18px;
}

.vpbd-profile-card h2 {
  color: var(--vpbd-blue);
  margin-bottom: 14px;
}

.vpbd-profile-copy p {
  color: var(--vpbd-ink);
  margin: 0 0 14px;
}

.vpbd-profile-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.vpbd-profile-gallery a {
  display: block;
  border-radius: 16px;
  overflow: hidden;
  background: var(--vpbd-bg);
}

.vpbd-profile-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.vpbd-profile-files {
  display: grid;
  gap: 10px;
}

.vpbd-profile-files a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 14px;
  border-radius: 16px;
  background: #f9fbff;
  border: 1px solid var(--vpbd-border);
  color: var(--vpbd-blue);
  text-decoration: none;
  font-weight: 700;
}

.vpbd-profile-files small {
  color: var(--vpbd-muted);
  font-size: 12px;
}

.vpbd-profile-details {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.vpbd-profile-details li {
  display: grid;
  gap: 5px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--vpbd-border);
}

.vpbd-profile-details li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.vpbd-profile-details strong {
  color: var(--vpbd-muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.vpbd-profile-details span {
  color: var(--vpbd-ink);
  font-size: 15px;
}

.vpbd-profile-sidecopy {
  font-size: 14px !important;
}

.vpbd-profile-linkbox {
  width: 100%;
  min-height: 44px;
  margin-top: 10px;
  border: 1px solid var(--vpbd-border);
  border-radius: 12px;
  padding: 10px 12px;
  color: var(--vpbd-ink);
  box-shadow: none;
}

.vpbd-modal-actions {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--vpbd-border);
  display: flex;
  justify-content: flex-end;
}order-top: 1px solid var(--vpbd-border);
}

/* v2.0 admin extras */
.vpbd-admin-attachments {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.vpbd-admin-attachment {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f8faff;
  border: 1px solid var(--vpbd-border);
}

.vpbd-admin-attachment input {
  width: auto !important;
  min-height: auto !important;
  margin: 0 !important;
}

.vpbd-admin-attachment span {
  color: #9b3b3b;
  font-weight: 800;
}

.vpbd-admin-attachment a {
  color: var(--vpbd-blue);
  text-decoration: none;
  font-weight: 700;
}

.vpbd-admin-empty {
  color: var(--vpbd-muted);
  margin: 10px 0 0;
}

.vpbd-admin-profile-link {
  display: inline-block;
  margin-top: 10px;
  color: var(--vpbd-gold);
  font-weight: 800;
  text-decoration: none;
}

@media (max-width: 980px) {
  .vpbd-profile-grid,
  .vpbd-profile-hero {
    grid-template-columns: 1fr;
  }

  .vpbd-profile-logo {
    width: 110px;
    height: 110px;
  }

  .vpbd-profile-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .vpbd-profile-shell {
    width: min(100vw - 24px, 1180px);
  }

  .vpbd-profile {
    padding-top: 24px;
  }

  .vpbd-profile-hero {
    padding: 20px;
  }

  .vpbd-profile-headcopy h1 {
    font-size: 32px;
  }

  .vpbd-profile-gallery {
    grid-template-columns: 1fr;
  }

  .vpbd-profile-gallery img {
    height: 200px;
  }
}

/* v2.2 desktop hero fix + premium business profile redesign */
.vpbd-hero {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 28px max(24px, calc((100vw - 1180px) / 2)) 26px !important;
  gap: 38px !important;
}

.vpbd-hero-copy {
  flex: 1 1 58% !important;
  max-width: 640px !important;
}

.vpbd-hero-media {
  flex: 0 0 min(390px, 38vw) !important;
  width: min(390px, 38vw) !important;
  max-width: 390px !important;
  margin-left: auto !important;
}

.vpbd-hero-panel {
  margin: 0 !important;
}

.vpbd-controls {
  padding-top: 22px !important;
}

@media (max-width: 900px) {
  .vpbd-hero {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .vpbd-hero-copy,
  .vpbd-hero-media {
    max-width: 100% !important;
    width: 100% !important;
    flex: none !important;
  }

  .vpbd-hero-media {
    margin-left: 0 !important;
  }
}

.vpbd-profile-premium-wrap {
  background:
    radial-gradient(circle at top right, rgba(49,90,169,.06), transparent 22%),
    linear-gradient(180deg, #f7f8fc 0%, #ffffff 24%);
}

.vpbd-profile-premium-shell {
  width: min(1200px, calc(100vw - 40px));
}

.vpbd-business-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
  align-items: start;
  margin-top: 8px;
}

.vpbd-business-hero-copy {
  padding: 36px;
  border: 1px solid var(--vpbd-border);
  border-radius: 32px;
  background: linear-gradient(155deg, #eef2fb 0%, #ffffff 58%);
  box-shadow: 0 24px 60px rgba(35,45,75,.10);
}

.vpbd-business-kickers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.vpbd-business-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 13px;
  border-radius: 999px;
  background: var(--vpbd-gold-soft);
  color: var(--vpbd-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vpbd-business-kicker-soft {
  background: #fff;
  border: 1px solid var(--vpbd-border);
  color: var(--vpbd-muted);
}

.vpbd-business-hero-copy h1 {
  margin: 16px 0 0;
  color: var(--vpbd-blue);
  font-size: clamp(42px, 5.5vw, 72px);
  line-height: .96;
  letter-spacing: -.02em;
}

.vpbd-business-founder {
  margin: 14px 0 0 !important;
  color: var(--vpbd-ink) !important;
  font-size: 16px !important;
}

.vpbd-business-intro {
  margin: 20px 0 0 !important;
  max-width: 760px;
  color: var(--vpbd-ink) !important;
  font-size: 20px !important;
  line-height: 1.65 !important;
}

.vpbd-business-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.vpbd-business-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.vpbd-business-tags span {
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--vpbd-gold-soft);
  color: var(--vpbd-gold);
  font-size: 12px;
  font-weight: 800;
}

.vpbd-business-meta,
.vpbd-business-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.vpbd-business-meta a,
.vpbd-business-socials a,
.vpbd-business-side-links a {
  display: inline-flex;
  align-items: center;
  padding: 9px 13px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--vpbd-border);
  color: var(--vpbd-blue);
  text-decoration: none;
  font-weight: 700;
}

.vpbd-business-hero-side {
  display: grid;
  gap: 18px;
}

.vpbd-business-brandcard,
.vpbd-business-details-card,
.vpbd-business-sidecard {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid var(--vpbd-border);
  background: #fff;
  box-shadow: 0 16px 38px rgba(35,45,75,.08);
}

.vpbd-business-brandcard {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.vpbd-business-logo {
  width: 92px;
  height: 92px;
  border-radius: 24px;
  overflow: hidden;
  display: grid;
  place-items: center;
  border: 1px solid var(--vpbd-border);
  background: #fff;
  color: var(--vpbd-blue);
  font-size: 30px;
  font-weight: 900;
}

.vpbd-business-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vpbd-business-brandtext span,
.vpbd-business-sidecard > span {
  display: block;
  color: var(--vpbd-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.vpbd-business-brandtext strong {
  display: block;
  color: var(--vpbd-blue);
  font-size: 22px;
  line-height: 1.08;
}

.vpbd-business-brandtext p,
.vpbd-business-sidecard p {
  margin: 10px 0 0 !important;
  color: var(--vpbd-muted) !important;
  font-size: 14px !important;
}

.vpbd-business-details-card h2,
.vpbd-business-sidecard h3 {
  margin: 0 0 12px;
  color: var(--vpbd-blue);
  font-size: 22px;
}

.vpbd-business-detail-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.vpbd-business-detail-list li {
  display: grid;
  gap: 5px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--vpbd-border);
}

.vpbd-business-detail-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.vpbd-business-detail-list strong {
  color: var(--vpbd-muted);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vpbd-business-detail-list span {
  color: var(--vpbd-ink);
  font-size: 15px;
}

.vpbd-business-showcase {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 18px;
  margin-top: 22px;
  align-items: stretch;
}

.vpbd-business-showcase-copy,
.vpbd-business-section {
  padding: 26px;
  border-radius: 26px;
  border: 1px solid var(--vpbd-border);
  background: #fff;
  box-shadow: 0 14px 40px rgba(35,45,75,.08);
}

.vpbd-business-showcase-copy span,
.vpbd-business-section-top span {
  display: block;
  color: var(--vpbd-gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.vpbd-business-showcase-copy h2,
.vpbd-business-section-top h2 {
  margin: 0;
  color: var(--vpbd-blue);
  font-size: 32px;
  line-height: 1.02;
}

.vpbd-business-showcase-copy p {
  margin: 14px 0 0 !important;
  color: var(--vpbd-muted) !important;
  font-size: 15px !important;
}

.vpbd-business-showcase-grid,
.vpbd-business-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.vpbd-business-showcase-grid a,
.vpbd-business-gallery a {
  display: block;
  overflow: hidden;
  border-radius: 20px;
  background: var(--vpbd-bg);
}

.vpbd-business-showcase-grid a.is-large {
  grid-column: span 2;
  grid-row: span 2;
}

.vpbd-business-showcase-grid img,
.vpbd-business-gallery img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.vpbd-business-showcase-grid a.is-large img {
  height: 100%;
  min-height: 454px;
}

.vpbd-business-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
  margin-top: 22px;
}

.vpbd-business-main {
  min-width: 0;
}

.vpbd-business-copy p {
  color: var(--vpbd-ink);
  margin: 0 0 14px;
}

.vpbd-business-files {
  display: grid;
  gap: 10px;
}

.vpbd-business-files a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 14px;
  border-radius: 16px;
  background: #f9fbff;
  border: 1px solid var(--vpbd-border);
  color: var(--vpbd-blue);
  text-decoration: none;
  font-weight: 700;
}

.vpbd-business-files small {
  color: var(--vpbd-muted);
  font-size: 12px;
}

.vpbd-business-side {
  display: grid;
  gap: 18px;
  align-self: start;
  position: sticky;
  top: 24px;
}

.vpbd-business-side-links {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}

@media (max-width: 1020px) {
  .vpbd-business-hero,
  .vpbd-business-showcase,
  .vpbd-business-content-grid {
    grid-template-columns: 1fr;
  }

  .vpbd-business-side {
    position: static;
  }
}

@media (max-width: 760px) {
  .vpbd-profile-premium-shell {
    width: min(100vw - 22px, 1200px);
  }

  .vpbd-business-hero-copy,
  .vpbd-business-showcase-copy,
  .vpbd-business-section,
  .vpbd-business-brandcard,
  .vpbd-business-details-card,
  .vpbd-business-sidecard {
    padding: 20px;
    border-radius: 22px;
  }

  .vpbd-business-brandcard {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .vpbd-business-logo {
    width: 72px;
    height: 72px;
    border-radius: 18px;
  }

  .vpbd-business-hero-copy h1 {
    font-size: clamp(34px, 9vw, 48px);
  }

  .vpbd-business-intro {
    font-size: 17px !important;
  }

  .vpbd-business-showcase-grid,
  .vpbd-business-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .vpbd-business-showcase-grid a.is-large {
    grid-column: span 2;
  }

  .vpbd-business-showcase-grid a.is-large img {
    min-height: 260px;
  }
}

@media (max-width: 560px) {
  .vpbd-business-showcase-grid,
  .vpbd-business-gallery {
    grid-template-columns: 1fr;
  }

  .vpbd-business-showcase-grid a.is-large,
  .vpbd-business-showcase-grid a.is-large img {
    grid-column: auto;
    min-height: 0;
    height: 200px;
  }

  .vpbd-business-showcase-grid img,
  .vpbd-business-gallery img {
    height: 200px;
  }
}

/* v2.6 portfolio + founder story concept */
.vpbd-concept-page {
  background:
    radial-gradient(circle at top right, rgba(49,90,169,.06), transparent 24%),
    linear-gradient(180deg, #f7f8fc 0%, #ffffff 22%);
}
.vpbd-concept-shell {
  width: min(1200px, calc(100vw - 40px));
}
.vpbd-concept-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 24px;
  align-items: stretch;
  margin-top: 10px;
}
.vpbd-concept-hero-copy,
.vpbd-concept-section,
.vpbd-concept-cta {
  border: 1px solid var(--vpbd-border);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(35,45,75,.07);
}
.vpbd-concept-hero-copy {
  padding: 34px;
  background: linear-gradient(155deg, #eef2fb 0%, #ffffff 58%);
}
.vpbd-concept-kickers { display:flex; flex-wrap:wrap; gap:8px; }
.vpbd-concept-kicker {
  display:inline-flex; align-items:center; padding:7px 11px; border-radius:999px;
  background:var(--vpbd-gold-soft); color:var(--vpbd-gold); font-size:11px; font-weight:800;
  letter-spacing:.08em; text-transform:uppercase;
}
.vpbd-concept-kicker-soft { background:#fff; border:1px solid var(--vpbd-border); color:var(--vpbd-muted); }
.vpbd-concept-title-row {
  display:grid; grid-template-columns:84px minmax(0,1fr); gap:18px; align-items:center; margin-top:18px;
}
.vpbd-concept-logo {
  width:84px; height:84px; border-radius:22px; overflow:hidden; display:grid; place-items:center;
  border:1px solid var(--vpbd-border); background:#fff; color:var(--vpbd-blue); font-size:30px; font-weight:900;
  box-shadow: 0 8px 20px rgba(35,45,75,.05);
}
.vpbd-concept-logo img, .vpbd-concept-placeholder-logo img { width:100%; height:100%; object-fit:cover; }
.vpbd-concept-title-copy h1 {
  margin:0; color:var(--vpbd-blue); font-size:clamp(40px, 5.8vw, 72px); line-height:.95; letter-spacing:-.03em;
}
.vpbd-concept-founder { margin:10px 0 0 !important; color:var(--vpbd-ink) !important; font-size:15px !important; }
.vpbd-concept-intro {
  margin:18px 0 0 !important; max-width:760px; color:var(--vpbd-ink) !important; font-size:18px !important; line-height:1.68 !important;
}
.vpbd-concept-tags { display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; }
.vpbd-concept-tags span {
  display:inline-flex; align-items:center; padding:7px 10px; border-radius:999px; background:var(--vpbd-gold-soft); color:var(--vpbd-gold); font-size:12px; font-weight:800;
}
.vpbd-concept-actions { display:flex; flex-wrap:wrap; gap:10px; margin-top:22px; }
.vpbd-concept-socials { display:flex; flex-wrap:wrap; gap:10px; margin-top:14px; }
.vpbd-concept-socials a {
  display:inline-flex; align-items:center; padding:8px 12px; border-radius:999px; background:#fff; border:1px solid var(--vpbd-border); color:var(--vpbd-blue); text-decoration:none; font-weight:700;
}
.vpbd-concept-hero-visual { display:grid; gap:14px; }
.vpbd-concept-hero-image,
.vpbd-concept-hero-placeholder {
  border:1px solid var(--vpbd-border); border-radius:28px; background:#fff; box-shadow:0 18px 42px rgba(35,45,75,.07); overflow:hidden;
}
.vpbd-concept-hero-image img { width:100%; height:100%; min-height:300px; object-fit:cover; display:block; }
.vpbd-concept-hero-placeholder { padding:28px; display:grid; gap:18px; align-content:center; }
.vpbd-concept-placeholder-logo {
  width:88px; height:88px; border-radius:24px; overflow:hidden; display:grid; place-items:center; background:#eef2fb; border:1px solid var(--vpbd-border); color:var(--vpbd-blue); font-size:30px; font-weight:900;
}
.vpbd-concept-hero-placeholder span { display:block; color:var(--vpbd-gold); font-size:11px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.vpbd-concept-hero-placeholder strong { display:block; margin-top:6px; color:var(--vpbd-blue); font-size:28px; line-height:1.04; }
.vpbd-concept-hero-placeholder p { margin:10px 0 0 !important; color:var(--vpbd-muted) !important; font-size:14px !important; }
.vpbd-concept-info-strip {
  display:grid; grid-template-columns:1fr 1fr; gap:10px; padding:16px; border:1px solid var(--vpbd-border); border-radius:24px; background:#fff; box-shadow:0 12px 28px rgba(35,45,75,.06);
}
.vpbd-concept-info-strip div { padding:10px 12px; border-radius:16px; background:#f8faff; border:1px solid var(--vpbd-border); }
.vpbd-concept-info-strip small {
  display:block; color:var(--vpbd-muted); font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; margin-bottom:4px;
}
.vpbd-concept-info-strip strong { display:block; color:var(--vpbd-blue); font-size:14px; line-height:1.28; }
.vpbd-concept-body { display:grid; gap:18px; margin-top:22px; }
.vpbd-concept-section { padding:26px; }
.vpbd-concept-section-primary { background: linear-gradient(180deg, #fff, #fbfcff); }
.vpbd-concept-section-top { display:grid; gap:6px; margin-bottom:14px; }
.vpbd-concept-section-top span { display:block; color:var(--vpbd-gold); font-size:11px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.vpbd-concept-section-top h2 { margin:0; color:var(--vpbd-blue); font-size:32px; line-height:1.03; }
.vpbd-concept-copy p { color:var(--vpbd-ink); margin:0 0 14px; font-size:15px; line-height:1.78; }
.vpbd-concept-split { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.vpbd-concept-section-story { background: linear-gradient(180deg, #fff, #f9fbff); }
.vpbd-concept-gallery {
  display:grid; grid-template-columns:repeat(3, minmax(0,1fr)); gap:14px;
}
.vpbd-concept-gallery a { display:block; overflow:hidden; border-radius:18px; background:var(--vpbd-bg); }
.vpbd-concept-gallery img { width:100%; height:220px; object-fit:cover; display:block; }
.vpbd-concept-files { display:grid; gap:10px; }
.vpbd-concept-files a {
  display:flex; align-items:center; justify-content:space-between; gap:14px; padding:13px 14px; border-radius:16px; background:#f9fbff; border:1px solid var(--vpbd-border); color:var(--vpbd-blue); text-decoration:none; font-weight:700;
}
.vpbd-concept-files small { color:var(--vpbd-muted); font-size:12px; }
.vpbd-concept-cta {
  display:flex; justify-content:space-between; align-items:center; gap:18px; margin-top:18px; padding:24px 26px; background:linear-gradient(135deg, var(--vpbd-blue), #2f5fbb);
}
.vpbd-concept-cta span, .vpbd-concept-cta h2 { color:#fff !important; }
.vpbd-concept-cta h2 { margin:0; font-size:32px; line-height:1.04; }
.vpbd-concept-cta-actions { display:flex; gap:12px; flex-wrap:wrap; }
.vpbd-concept-cta .vpbd-btn-outline { background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.35); color:#fff !important; }

@media (max-width: 1020px) {
  .vpbd-concept-hero { grid-template-columns:1fr; }
}
@media (max-width: 860px) {
  .vpbd-concept-split { grid-template-columns:1fr; }
  .vpbd-concept-gallery { grid-template-columns:1fr 1fr; }
}
@media (max-width: 760px) {
  .vpbd-concept-shell { width:min(100vw - 22px, 1200px); }
  .vpbd-concept-hero-copy, .vpbd-concept-section, .vpbd-concept-cta { padding:20px; border-radius:22px; }
  .vpbd-concept-title-row { grid-template-columns:70px minmax(0,1fr); gap:14px; }
  .vpbd-concept-logo { width:70px; height:70px; border-radius:18px; }
  .vpbd-concept-title-copy h1 { font-size:clamp(34px, 9vw, 48px); }
  .vpbd-concept-intro { font-size:16px !important; }
  .vpbd-concept-info-strip { grid-template-columns:1fr 1fr; }
  .vpbd-concept-cta { flex-direction:column; align-items:flex-start; }
}
@media (max-width: 560px) {
  .vpbd-concept-gallery, .vpbd-concept-info-strip { grid-template-columns:1fr; }
  .vpbd-concept-hero-image img { min-height:220px; }
  .vpbd-concept-gallery img { height:200px; }
}

/* Final directory hero visual tune: match the v1.10 showcase preview */
.vpbd .vpbd-showcase-visual {
  width: 420px !important;
  min-height: 335px !important;
  padding: 0 34px 34px 24px !important;
  overflow: visible !important;
}

.vpbd .vpbd-showcase-main {
  width: 360px !important;
  min-height: 285px !important;
  padding: 18px !important;
  border-radius: 26px !important;
  overflow: visible !important;
}

.vpbd .vpbd-showcase-top {
  align-items: center !important;
  gap: 6px !important;
  padding-bottom: 14px !important;
  margin-bottom: 16px !important;
}

.vpbd .vpbd-showcase-top strong {
  margin-left: auto !important;
  color: var(--vpbd-muted) !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

.vpbd .vpbd-showcase-feature {
  grid-template-columns: 56px minmax(0, 1fr) !important;
  gap: 14px !important;
  padding: 16px !important;
  min-height: 84px !important;
  border-radius: 20px !important;
}

.vpbd .vpbd-showcase-logo {
  width: 56px !important;
  height: 56px !important;
  border-radius: 16px !important;
  font-size: 18px !important;
  background: #fff !important;
  border: 1px solid var(--vpbd-border) !important;
  overflow: hidden !important;
  padding: 9px !important;
}

.vpbd .vpbd-showcase-logo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}

.vpbd .vpbd-showcase-feature h3 {
  font-size: 24px !important;
  line-height: 1.02 !important;
  margin: 0 0 4px !important;
}

.vpbd .vpbd-showcase-feature p {
  max-width: 245px !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
}

.vpbd .vpbd-showcase-list {
  gap: 10px !important;
  margin-top: 14px !important;
}

.vpbd .vpbd-showcase-list div {
  min-height: 42px !important;
  align-items: center !important;
  border-radius: 15px !important;
}

.vpbd .vpbd-showcase-single {
  align-items: center !important;
  padding: 14px !important;
}

.vpbd .vpbd-showcase-single h3 {
  font-size: 22px !important;
  line-height: 1.03 !important;
}

.vpbd .vpbd-showcase-single p {
  font-size: 12px !important;
  color: var(--vpbd-muted) !important;
  margin: 0 !important;
}

.vpbd .vpbd-showcase-single-copy {
  margin-top: 12px !important;
  padding: 12px 14px !important;
  border: 1px solid var(--vpbd-border) !important;
  border-radius: 16px !important;
  background: #fff !important;
}

.vpbd .vpbd-showcase-single-copy strong {
  display: block !important;
  color: var(--vpbd-blue) !important;
  font-size: 13px !important;
  line-height: 1.25 !important;
}

.vpbd .vpbd-showcase-single-copy p {
  margin: 5px 0 0 !important;
  color: var(--vpbd-muted) !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
}

.vpbd .vpbd-showcase-actions {
  display: flex !important;
  gap: 7px !important;
  flex-wrap: wrap !important;
  margin-top: 10px !important;
}

.vpbd .vpbd-showcase-actions span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 26px !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  background: var(--vpbd-blue) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
}

.vpbd .vpbd-showcase-actions span:not(:first-child) {
  background: #fff !important;
  color: var(--vpbd-blue) !important;
  border: 1px solid #d7c39a !important;
}

/* Directory hero artwork: compressed sample of the actual single business page */
.vpbd .vpbd-showcase-page-hero {
  padding: 13px !important;
  border: 1px solid var(--vpbd-border) !important;
  border-radius: 18px !important;
  background: linear-gradient(145deg, #f7f9ff 0%, #fff 68%) !important;
}

.vpbd .vpbd-showcase-page-kickers {
  display: flex !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
  margin-bottom: 9px !important;
}

.vpbd .vpbd-showcase-page-kickers span {
  display: inline-flex !important;
  padding: 4px 7px !important;
  border-radius: 999px !important;
  background: var(--vpbd-gold-soft) !important;
  color: var(--vpbd-gold) !important;
  font-size: 8px !important;
  font-weight: 900 !important;
  letter-spacing: .07em !important;
  text-transform: uppercase !important;
}

.vpbd .vpbd-showcase-page-title {
  display: grid !important;
  grid-template-columns: 48px minmax(0, 1fr) !important;
  gap: 10px !important;
  align-items: center !important;
}

.vpbd .vpbd-showcase-page-title h3 {
  color: var(--vpbd-blue) !important;
  font-size: 21px !important;
  line-height: 1.02 !important;
  margin: 0 0 3px !important;
}

.vpbd .vpbd-showcase-page-title p {
  margin: 0 !important;
  color: var(--vpbd-muted) !important;
  font-size: 10px !important;
  line-height: 1.2 !important;
}

.vpbd .vpbd-showcase-page-hero > strong {
  display: block !important;
  margin-top: 10px !important;
  color: var(--vpbd-ink) !important;
  font-size: 12px !important;
  line-height: 1.32 !important;
}

.vpbd .vpbd-showcase-page-services {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 7px !important;
  margin-top: 9px !important;
}

.vpbd .vpbd-showcase-page-services span {
  min-height: 31px !important;
  display: grid !important;
  place-items: center !important;
  padding: 6px !important;
  border-radius: 11px !important;
  background: #f8faff !important;
  border: 1px solid var(--vpbd-border) !important;
  color: var(--vpbd-blue) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  text-align: center !important;
}

.vpbd .vpbd-showcase-page-section {
  margin-top: 9px !important;
  padding: 10px 12px !important;
  border: 1px solid var(--vpbd-border) !important;
  border-radius: 14px !important;
  background: #fff !important;
}

.vpbd .vpbd-showcase-page-section b {
  display: block !important;
  color: var(--vpbd-gold) !important;
  font-size: 8px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

.vpbd .vpbd-showcase-page-section p {
  margin: 4px 0 0 !important;
  color: var(--vpbd-muted) !important;
  font-size: 10px !important;
  line-height: 1.35 !important;
}

.vpbd .vpbd-showcase-page-gallery {
  display: grid !important;
  grid-template-columns: 1.35fr 1fr 1fr !important;
  gap: 7px !important;
  margin-top: 9px !important;
}

.vpbd .vpbd-showcase-page-gallery span {
  height: 34px !important;
  border-radius: 10px !important;
  border: 1px solid var(--vpbd-border) !important;
  background:
    linear-gradient(135deg, rgba(49,90,169,.18), rgba(184,139,45,.16)),
    #f8faff !important;
}

.vpbd .vpbd-showcase-page-cta {
  margin-top: 9px !important;
  padding: 9px 12px !important;
  border-radius: 14px !important;
  background: var(--vpbd-blue) !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  text-align: center !important;
}

.vpbd .vpbd-showcase-badge {
  right: 0 !important;
  top: 48px !important;
  transform: rotate(0deg) !important;
  padding: 10px 15px !important;
  box-shadow: 0 16px 34px rgba(35,45,75,.18) !important;
}

.vpbd .vpbd-showcase-stats {
  left: -2px !important;
  bottom: 18px !important;
  width: 250px !important;
  transform: rotate(0deg) !important;
  padding: 15px 16px !important;
  border-radius: 18px !important;
  box-shadow: 0 18px 42px rgba(35,45,75,.16) !important;
}

.vpbd .vpbd-showcase-badge::after,
.vpbd .vpbd-showcase-stats::after {
  display: none !important;
}

@media (max-width: 860px) {
  .vpbd .vpbd-showcase-visual {
    width: 100% !important;
    max-width: 420px !important;
    padding: 0 20px 28px 12px !important;
  }

  .vpbd .vpbd-showcase-main {
    width: 100% !important;
  }

  .vpbd .vpbd-showcase-badge {
    right: 0 !important;
    top: 44px !important;
  }

  .vpbd .vpbd-showcase-stats {
    left: 0 !important;
    bottom: 10px !important;
  }
}

/* Keep business logos readable in cards and popups */
.vpbd .vpbd-logo {
  background: #fff !important;
}

.vpbd .vpbd-logo img,
.vpbd .vpbd-modal-heading .vpbd-logo img,
.vpbd .vpbd-card .vpbd-logo img,
.vpbd .vpbd-spotlight-logo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 8px !important;
  box-sizing: border-box !important;
  background: #fff !important;
}

.vpbd .vpbd-card .vpbd-logo img {
  padding: 7px !important;
}

.vpbd .vpbd-modal-heading .vpbd-logo img {
  padding: 5px !important;
}

/* Make the full profile action secondary and tucked to the side */
.vpbd .vpbd-modal-heading {
  display: grid !important;
  grid-template-columns: 74px minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 16px !important;
  position: relative !important;
}

.vpbd .vpbd-modal-profile-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #3f3f46 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.vpbd .vpbd-modal-heading .vpbd-logo {
  width: 66px !important;
  height: 66px !important;
  border-radius: 16px !important;
  display: grid !important;
  place-items: center !important;
  overflow: hidden !important;
  background: #fff !important;
  border: 1px solid var(--vpbd-border) !important;
}

.vpbd .vpbd-modal-heading .vpbd-logo img {
  width: auto !important;
  height: auto !important;
  max-width: 72% !important;
  max-height: 72% !important;
  object-fit: contain !important;
  object-position: center !important;
  padding: 0 !important;
  display: block !important;
  box-sizing: border-box !important;
}

/* Bottom-right popup profile button */
.vpbd .vpbd-modal-actions {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  margin-top: 18px !important;
  padding-top: 18px !important;
  border-top: 1px solid var(--vpbd-border) !important;
}

@media (max-width: 560px) {
  .vpbd .vpbd-modal-heading {
    grid-template-columns: 64px minmax(0, 1fr) !important;
  }

  .vpbd .vpbd-modal-heading .vpbd-logo {
    width: 60px !important;
    height: 64px !important;
  }

  .vpbd .vpbd-modal-profile-link {
    font-size: 16px !important;
  }
}

/* Admin rich content editors for business profiles */
.vpbd-admin-editor-field {
  display: grid !important;
  gap: 8px !important;
  margin-top: 16px !important;
}

.vpbd-admin-editor-field > label {
  color: var(--vpbd-blue, #3057a4) !important;
  font-weight: 800 !important;
}

.vpbd-admin-editor-field .wp-editor-wrap {
  border: 1px solid var(--vpbd-border, #dbe3f0) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  background: #fff !important;
}

.vpbd-admin-editor-field .wp-editor-tools {
  padding: 8px 10px 0 !important;
  background: #f8faff !important;
}

.vpbd-admin-editor-field .mce-top-part::before {
  box-shadow: none !important;
}

/* Do not let the custom admin form styles break the WordPress editor toolbar. */
.vpbd-admin-editor-field .quicktags-toolbar {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 8px !important;
}

.vpbd-admin-editor-field .quicktags-toolbar input.ed_button,
.vpbd-admin-editor-field .wp-editor-tabs button,
.vpbd-admin-editor-field .mce-toolbar button,
.vpbd-admin-editor-field .mce-btn button {
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 3px 8px !important;
  border-radius: 3px !important;
  box-shadow: none !important;
  background: #f6f7f7 !important;
}

.vpbd-admin-editor-field .wp-editor-area {
  width: 100% !important;
  min-height: 220px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}

/* Final directory simplification: no right hero artwork and cleaner business tiles. */
.vpbd .vpbd-hero {
  grid-template-columns: minmax(0, 1fr) !important;
  min-height: 390px !important;
}

.vpbd .vpbd-hero-copy {
  max-width: 760px !important;
}

.vpbd .vpbd-hero-copy h1 {
  letter-spacing: 0 !important;
}

.vpbd .vpbd-hero-media {
  display: none !important;
}

.vpbd .vpbd-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
}

.vpbd .vpbd-grid .vpbd-card {
  min-height: 390px !important;
  padding: 0 !important;
  border-radius: 24px !important;
  background: #fff !important;
  cursor: pointer !important;
}

.vpbd .vpbd-grid .vpbd-card-body {
  height: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  padding: 30px 22px 28px !important;
}

.vpbd .vpbd-card-logo-wrap {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  margin-bottom: 18px !important;
}

.vpbd .vpbd-grid .vpbd-card .vpbd-logo {
  width: 200px !important;
  height: 200px !important;
  border-radius: 22px !important;
  margin: 0 auto !important;
}

.vpbd .vpbd-grid .vpbd-card .vpbd-logo img {
  width: auto !important;
  height: auto !important;
  max-width: 78% !important;
  max-height: 78% !important;
  object-fit: contain !important;
  padding: 0 !important;
}

.vpbd .vpbd-grid .vpbd-card h3 {
  margin: 0 !important;
  color: #555 !important;
  font-size: 24px !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

.vpbd .vpbd-grid .vpbd-card .vpbd-founder {
  margin: 6px 0 0 !important;
  color: var(--vpbd-ink) !important;
  font-size: 15px !important;
  line-height: 1.35 !important;
}

.vpbd .vpbd-grid .vpbd-card-tags {
  justify-content: center !important;
  margin-top: 26px !important;
  gap: 8px !important;
}

.vpbd .vpbd-grid .vpbd-card-tags span {
  background: var(--vpbd-gold-soft) !important;
  color: var(--vpbd-gold) !important;
  border: 0 !important;
  font-weight: 800 !important;
}

.vpbd .vpbd-grid .vpbd-card-footer {
  margin-top: auto !important;
  padding-top: 24px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  border-top: 0 !important;
}

.vpbd .vpbd-grid .vpbd-card-meta-item {
  color: var(--vpbd-muted) !important;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
}

@media (max-width: 980px) {
  .vpbd .vpbd-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .vpbd .vpbd-grid {
    grid-template-columns: 1fr !important;
  }

  .vpbd .vpbd-grid .vpbd-card {
    min-height: 350px !important;
  }
}

/* Final popup cleanup: larger logo beside company name, no extra bottom lines. */
.vpbd .vpbd-modal-heading {
  grid-template-columns: 86px minmax(0, 1fr) !important;
  gap: 18px !important;
  align-items: center !important;
}

.vpbd .vpbd-modal-heading .vpbd-logo {
  width: 86px !important;
  height: 86px !important;
  border-radius: 18px !important;
}

.vpbd .vpbd-modal-heading .vpbd-logo img {
  max-width: 82% !important;
  max-height: 82% !important;
}

.vpbd .vpbd-modal-title h2 {
  font-size: clamp(28px, 3vw, 38px) !important;
  letter-spacing: 0 !important;
}

.vpbd .vpbd-modal-short {
  border-top: 0 !important;
  padding-top: 12px !important;
  margin-top: 14px !important;
}

.vpbd .vpbd-modal-actions {
  border-top: 0 !important;
  padding-top: 8px !important;
  margin-top: 10px !important;
}

.vpbd .vpbd-modal-contact {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.vpbd .vpbd-modal-socials {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 560px) {
  .vpbd .vpbd-modal-heading {
    grid-template-columns: 72px minmax(0, 1fr) !important;
  }

  .vpbd .vpbd-modal-heading .vpbd-logo {
    width: 72px !important;
    height: 72px !important;
  }
}

/* Same popup cleanup without .vpbd prefix because JS moves the modal into <body>. */
.vpbd-modal .vpbd-modal-heading {
  display: grid !important;
  grid-template-columns: 92px minmax(0, 1fr) !important;
  gap: 20px !important;
  align-items: center !important;
}

.vpbd-modal .vpbd-modal-heading .vpbd-logo {
  width: 92px !important;
  height: 92px !important;
  border-radius: 20px !important;
}

.vpbd-modal .vpbd-modal-heading .vpbd-logo img {
  width: auto !important;
  height: auto !important;
  max-width: 84% !important;
  max-height: 84% !important;
  object-fit: contain !important;
  padding: 0 !important;
}

.vpbd-modal .vpbd-modal-title h2 {
  font-size: clamp(30px, 3.2vw, 40px) !important;
  line-height: 1.03 !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
}

.vpbd-modal .vpbd-modal-short {
  border-top: 0 !important;
  padding-top: 10px !important;
  margin-top: 14px !important;
}

.vpbd-modal .vpbd-modal-section {
  border-top: 0 !important;
}

.vpbd-modal .vpbd-modal-contact {
  border-top: 0 !important;
  border-bottom: 0 !important;
  padding-top: 8px !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.vpbd-modal .vpbd-modal-socials {
  border-top: 0 !important;
  border-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.vpbd-modal .vpbd-modal-actions {
  border-top: 0 !important;
  padding-top: 6px !important;
  margin-top: 8px !important;
}

@media (max-width: 560px) {
  .vpbd-modal .vpbd-modal-heading {
    grid-template-columns: 74px minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  .vpbd-modal .vpbd-modal-heading .vpbd-logo {
    width: 74px !important;
    height: 74px !important;
  }
}
