.bvm-platform {
  --bvm-ink: #071f3f;
  --bvm-muted: #526273;
  --bvm-paper: #f4f8fc;
  --bvm-surface: #ffffff;
  --bvm-line: #c8d7e8;
  --bvm-navy: #071f3f;
  --bvm-navy-2: #0b315f;
  --bvm-orange: #f58220;
  --bvm-orange-2: #ff9f1c;
  --bvm-gold: #ffc247;
  --bvm-blue: #0e8bd3;
  --bvm-green: #15803d;
  --bvm-soft-blue: #e8f5ff;
  --bvm-soft-orange: #fff0df;
  --bvm-soft-gold: #fff7df;
  --bvm-soft-yellow: #fff7df;
  --bvm-shadow: 0 16px 36px rgba(7, 31, 63, 0.12);
  --bvm-radius: 8px;
  color: var(--bvm-ink);
  display: grid;
  gap: 18px;
  font-family: "Open Sans", Arial, sans-serif;
  letter-spacing: 0;
}

.bvm-platform *,
.bvm-platform *::before,
.bvm-platform *::after {
  box-sizing: border-box;
}

.bvm-platform button,
.bvm-platform input,
.bvm-platform select,
.bvm-platform textarea {
  font: inherit;
}

.bvm-platform button {
  cursor: pointer;
}

.bvm-platform h1,
.bvm-platform h2,
.bvm-platform h3,
.bvm-platform h4,
.bvm-platform p {
  margin-top: 0;
}

.bvm-hero,
.bvm-form,
.bvm-quality,
.bvm-detail-card {
  border: 1px solid var(--bvm-line);
  border-radius: var(--bvm-radius);
  background: var(--bvm-surface);
  box-shadow: var(--bvm-shadow);
}

.bvm-hero {
  min-height: 260px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: stretch;
  overflow: hidden;
}

.bvm-hero__copy {
  display: grid;
  align-content: center;
  gap: 12px;
  padding: clamp(18px, 3vw, 34px);
}

.bvm-eyebrow {
  color: var(--bvm-orange);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}

.bvm-hero h1,
.bvm-form-head h2,
.bvm-quality h2 {
  color: var(--bvm-ink);
  line-height: 1.1;
  font-weight: 900;
  padding-bottom: 0;
  margin-bottom: 0;
}

.bvm-hero h1 {
  font-size: clamp(30px, 4vw, 48px);
}

.bvm-hero p:not(.bvm-eyebrow),
.bvm-quality p,
.bvm-job-card p,
.bvm-detail-card p,
.bvm-offer span,
.bvm-empty p {
  color: var(--bvm-muted);
  line-height: 1.55;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bvm-hero__actions,
.bvm-card-row,
.bvm-form-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.bvm-hero__media {
  min-width: 0;
  display: grid;
  grid-template-rows: 76px 1fr;
  align-items: end;
  justify-items: center;
  background: var(--bvm-soft-blue);
  padding: 12px 12px 0;
}

.bvm-logo {
  max-width: 150px;
  max-height: 74px;
  object-fit: contain;
}

.bvm-team {
  max-width: 100%;
  max-height: 230px;
  object-fit: contain;
  object-position: bottom center;
}

.bvm-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: var(--bvm-radius);
  border: 1px solid transparent;
  padding: 0 16px;
  font-weight: 900;
  text-decoration: none;
}

.bvm-button--primary {
  background: var(--bvm-orange);
  border-color: var(--bvm-orange);
  color: #fff;
}

.bvm-button--primary:hover,
.bvm-button--primary:focus {
  background: #ea580c;
  border-color: #ea580c;
  color: #fff;
}

.bvm-button--ghost {
  background: var(--bvm-surface);
  border-color: var(--bvm-line);
  color: var(--bvm-ink);
}

.bvm-button--ghost:hover,
.bvm-button--ghost:focus {
  border-color: #aeb8c7;
  color: var(--bvm-ink);
}

.bvm-tabs {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding: 4px;
  border: 1px solid var(--bvm-line);
  border-radius: var(--bvm-radius);
  background: #f0f3f7;
}

.bvm-tab {
  min-height: 38px;
  white-space: nowrap;
  border: 0;
  border-radius: 6px;
  padding: 0 13px;
  background: transparent;
  color: var(--bvm-muted);
  font-weight: 900;
}

.bvm-tab.is-active {
  background: var(--bvm-surface);
  color: var(--bvm-ink);
  box-shadow: 0 1px 2px rgba(17, 24, 39, 0.12);
}

.bvm-view {
  display: none;
}

.bvm-view.is-active {
  display: block;
}

.bvm-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.bvm-stat {
  min-height: 84px;
  padding: 14px;
  border: 1px solid var(--bvm-line);
  border-radius: var(--bvm-radius);
  background: var(--bvm-surface);
}

.bvm-stat span,
.bvm-facts span,
.bvm-list__head span {
  display: block;
  color: var(--bvm-muted);
  font-size: 12px;
  font-weight: 900;
}

.bvm-stat strong {
  display: block;
  margin-top: 7px;
  font-size: 26px;
  line-height: 1;
}

.bvm-board {
  display: grid;
  grid-template-columns: 280px minmax(420px, 1fr) minmax(330px, 390px);
  gap: 18px;
  align-items: start;
}

.bvm-filter,
.bvm-list,
.bvm-detail {
  min-width: 0;
}

.bvm-filter {
  position: sticky;
  top: 92px;
  display: grid;
  gap: 14px;
}

.bvm-filter label,
.bvm-form label,
.bvm-list__head label {
  display: grid;
  gap: 7px;
  color: var(--bvm-muted);
  font-size: 13px;
  font-weight: 900;
}

.bvm-platform input,
.bvm-platform select,
.bvm-platform textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--bvm-line);
  border-radius: var(--bvm-radius);
  padding: 9px 11px;
  background: var(--bvm-surface);
  color: var(--bvm-ink);
  outline: 0;
}

.bvm-platform textarea {
  resize: vertical;
}

.bvm-platform input:focus,
.bvm-platform select:focus,
.bvm-platform textarea:focus {
  border-color: var(--bvm-blue);
  box-shadow: 0 0 0 3px rgba(46, 163, 242, 0.16);
}

.bvm-platform input[type="range"],
.bvm-platform input[type="checkbox"] {
  accent-color: var(--bvm-orange);
}

.bvm-search input {
  min-height: 44px;
}

.bvm-list {
  display: grid;
  gap: 12px;
}

.bvm-list__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.bvm-list__head label {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.bvm-list__head select {
  min-width: 210px;
}

.bvm-job-list,
.bvm-offers,
.bvm-steps {
  display: grid;
  gap: 10px;
}

.bvm-job-card {
  width: 100%;
  appearance: none;
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--bvm-line);
  border-radius: var(--bvm-radius);
  background: var(--bvm-surface);
  color: var(--bvm-ink);
  cursor: pointer;
  text-align: left;
}

.bvm-job-card:hover,
.bvm-job-card:focus,
.bvm-job-card.is-active {
  border-color: var(--bvm-blue);
  box-shadow: var(--bvm-shadow);
  transform: translateY(-1px);
}

.bvm-job-card.is-active {
  box-shadow: inset 4px 0 0 var(--bvm-blue), var(--bvm-shadow);
}

.bvm-job-card.is-starting-payment {
  cursor: progress;
  opacity: 0.72;
}

.bvm-job-card__actions {
  align-items: center;
  justify-content: space-between;
  margin-top: 2px;
}

.bvm-job-card__hint {
  color: var(--bvm-muted);
  font-size: 12px;
  font-weight: 800;
}

.bvm-job-card__open {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid var(--bvm-orange);
  border-radius: 6px;
  background: var(--bvm-soft-orange);
  color: #9a3412;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.bvm-job-card__open:hover,
.bvm-job-card__open:focus {
  background: var(--bvm-orange);
  color: #fff;
}

.bvm-job-card strong {
  font-size: 17px;
  line-height: 1.25;
}

.bvm-pill {
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #eef1f6;
  color: var(--bvm-ink);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.bvm-pill--open {
  color: #166534;
  background: #dcfce7;
}

.bvm-pill--orange {
  color: #9a3412;
  background: var(--bvm-soft-orange);
}

.bvm-pill--stars {
  color: #92400e;
  background: #fef3c7;
}

.bvm-pill--google {
  color: #174ea6;
  background: #e8f0fe;
}

.bvm-pill--distance {
  color: #075985;
  background: #e0f2fe;
}

.bvm-budget {
  margin-left: auto;
  font-size: 16px;
  font-weight: 900;
}

.bvm-score {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
}

.bvm-score::before {
  content: "";
  display: none;
}

.bvm-score > i {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: var(--bvm-orange);
}

.bvm-score {
  background: linear-gradient(#e5e7eb, #e5e7eb) left center / calc(100% - 72px) 8px no-repeat;
}

.bvm-score strong {
  font-size: 13px;
}

.bvm-detail {
  position: sticky;
  top: 92px;
}

.bvm-detail-card {
  display: none;
  overflow: hidden;
}

.bvm-detail-card.is-active {
  display: block;
}

.bvm-detail-card header {
  display: grid;
  gap: 10px;
  padding: 18px;
  background: var(--bvm-ink);
  color: #fff;
}

.bvm-detail-card header h2 {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  padding-bottom: 0;
}

.bvm-detail-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.bvm-detail-link {
  flex: 0 0 auto;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.bvm-detail-card__body {
  padding: 18px;
  display: grid;
  gap: 18px;
}

.bvm-detail-card h3 {
  font-size: 16px;
  font-weight: 900;
  padding-bottom: 6px;
  margin-bottom: 0;
}

.bvm-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.bvm-facts > div,
.bvm-offer,
.bvm-reference,
.bvm-steps > div {
  border: 1px solid var(--bvm-line);
  border-radius: var(--bvm-radius);
  background: #fbfcfe;
  padding: 12px;
}

.bvm-facts strong {
  display: block;
  margin-top: 5px;
  overflow-wrap: anywhere;
}

.bvm-offer {
  display: grid;
  gap: 10px;
}

.bvm-offer.is-best {
  border-color: var(--bvm-orange);
  box-shadow: inset 4px 0 0 var(--bvm-orange);
}

.bvm-offer-privacy {
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid #fed7aa;
  border-radius: var(--bvm-radius);
  background: var(--bvm-soft-orange);
}

.bvm-offer-privacy strong {
  font-weight: 900;
}

.bvm-offer-privacy span {
  color: var(--bvm-muted);
  line-height: 1.4;
}

.bvm-google-profile {
  display: grid;
  gap: 12px;
  padding: 10px;
  border: 1px solid #dbeafe;
  border-radius: 6px;
  background: #f8fbff;
}

.bvm-google-profile__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.bvm-google-profile strong,
.bvm-google-profile span,
.bvm-google-profile small {
  display: block;
}

.bvm-google-profile span,
.bvm-google-profile small {
  color: var(--bvm-muted);
  line-height: 1.35;
}

.bvm-google-profile a {
  flex: 0 0 auto;
  color: #174ea6;
  font-weight: 900;
}

.bvm-google-reviews {
  display: grid;
  gap: 8px;
}

.bvm-google-review {
  display: grid;
  gap: 5px;
  padding: 9px;
  border: 1px solid #dbeafe;
  border-radius: 6px;
  background: var(--bvm-surface);
}

.bvm-google-review p {
  color: var(--bvm-ink);
  line-height: 1.45;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bvm-offer__head {
  display: grid;
  gap: 5px;
}

.bvm-offer__head b {
  font-size: 18px;
}

.bvm-pro-directory {
  display: grid;
  gap: 18px;
}

.bvm-pro-directory__head {
  margin-bottom: 0;
}

.bvm-customer-head__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.bvm-pro-toolbar {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(180px, 240px) minmax(180px, 240px) auto;
  gap: 10px;
  align-items: end;
  padding: 12px;
  border: 1px solid var(--bvm-line);
  border-radius: var(--bvm-radius);
  background: #f8fbff;
}

.bvm-pro-toolbar label {
  display: grid;
  gap: 7px;
  color: var(--bvm-muted);
  font-size: 13px;
  font-weight: 900;
}

.bvm-pro-count {
  min-height: 42px;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 7px 10px;
  border-radius: 6px;
  background: var(--bvm-soft-orange);
}

.bvm-pro-count strong {
  color: #9a3412;
  line-height: 1.1;
}

.bvm-pro-count span {
  color: var(--bvm-muted);
  font-size: 12px;
  font-weight: 900;
}

.bvm-pro-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.bvm-pro-card {
  min-width: 0;
  display: grid;
  gap: 13px;
  padding: 14px;
  border: 1px solid var(--bvm-line);
  border-radius: var(--bvm-radius);
  background: var(--bvm-surface);
  box-shadow: 0 10px 24px rgba(7, 31, 63, 0.08);
}

.bvm-pro-card__head {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) 82px;
  gap: 12px;
  align-items: start;
}

.bvm-pro-card__head h3 {
  margin: 2px 0 8px;
  padding-bottom: 0;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.bvm-pro-avatar {
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: var(--bvm-radius);
  background: var(--bvm-soft-blue);
  color: var(--bvm-blue);
  font-size: 30px;
  font-weight: 900;
}

.bvm-pro-avatar__image,
.bvm-pro-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bvm-pro-score {
  min-height: 74px;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 6px;
  background: var(--bvm-soft-orange);
  color: var(--bvm-orange);
  text-align: center;
}

.bvm-pro-score strong {
  font-size: 28px;
  line-height: 1;
}

.bvm-pro-score span {
  font-size: 11px;
  font-weight: 900;
}

.bvm-pro-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bvm-pro-meta > div {
  padding: 9px;
  border: 1px solid var(--bvm-line);
  border-radius: 6px;
  background: #fbfcfe;
}

.bvm-pro-meta span {
  display: block;
  color: var(--bvm-muted);
  font-size: 12px;
  font-weight: 900;
}

.bvm-pro-meta strong {
  display: block;
  margin-top: 3px;
  overflow-wrap: anywhere;
}

.bvm-pro-control--approved {
  color: #047857;
  font-weight: 900;
}

.bvm-pro-meta__control .bvm-pro-control--approved {
  display: inline-block;
  margin-top: 3px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
}

.bvm-pro-control--pending {
  color: #c2410c;
  font-weight: 900;
}

.bvm-pro-control--rejected {
  color: #b91c1c;
  font-weight: 900;
}

.bvm-pro-card p {
  color: var(--bvm-muted);
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bvm-pro-portfolio {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.bvm-pro-portfolio img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

.bvm-pro-invite {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 12px;
  border: 1px solid #bfdbfe;
  border-radius: var(--bvm-radius);
  background: linear-gradient(180deg, #eff6ff, #ffffff);
}

.bvm-pro-invite.is-done {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.bvm-pro-invite strong {
  font-weight: 900;
}

.bvm-pro-invite span,
.bvm-pro-invite small {
  color: var(--bvm-muted);
  line-height: 1.4;
}

.bvm-pro-invite label {
  display: grid;
  gap: 6px;
  color: var(--bvm-ink);
  font-size: 13px;
  font-weight: 900;
}

.bvm-pro-invite textarea {
  min-height: 84px;
}

.bvm-pro-invite .bvm-button {
  justify-self: start;
}

.bvm-customer-dashboard {
  display: grid;
  gap: 18px;
}

.bvm-customer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: clamp(16px, 2.5vw, 24px);
  border: 1px solid var(--bvm-line);
  border-radius: var(--bvm-radius);
  background: var(--bvm-surface);
  box-shadow: var(--bvm-shadow);
}

.bvm-customer-head h2 {
  margin-bottom: 4px;
  padding-bottom: 0;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
}

.bvm-customer-head p:not(.bvm-eyebrow) {
  color: var(--bvm-muted);
  line-height: 1.45;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bvm-customer-stats,
.bvm-customer-facts,
.bvm-customer-offer__metrics {
  display: grid;
  gap: 10px;
}

.bvm-customer-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bvm-customer-stats > div {
  min-height: 78px;
  padding: 13px;
  border: 1px solid var(--bvm-line);
  border-radius: var(--bvm-radius);
  background: #fbfcfe;
}

.bvm-customer-stats span,
.bvm-customer-facts span,
.bvm-customer-offer__metrics span {
  display: block;
  color: var(--bvm-muted);
  font-size: 12px;
  font-weight: 900;
}

.bvm-customer-stats strong {
  display: block;
  margin-top: 5px;
  font-size: 26px;
  line-height: 1;
}

.bvm-customer-jobs {
  display: grid;
  gap: 22px;
}

.bvm-customer-job {
  display: grid;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid var(--bvm-line);
}

.bvm-customer-job__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 92px;
  gap: 14px;
  align-items: start;
}

.bvm-customer-job__head h3 {
  margin: 8px 0 5px;
  padding-bottom: 0;
  font-size: 22px;
  font-weight: 900;
}

.bvm-customer-job__head p {
  color: var(--bvm-muted);
  line-height: 1.45;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bvm-customer-job__count {
  min-height: 76px;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: var(--bvm-radius);
  background: var(--bvm-soft-blue);
  color: var(--bvm-blue);
  text-align: center;
}

.bvm-customer-job__count strong {
  font-size: 28px;
  line-height: 1;
}

.bvm-customer-job__count span {
  font-size: 12px;
  font-weight: 900;
}

.bvm-customer-facts {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.bvm-customer-facts > div {
  padding: 10px;
  border: 1px solid var(--bvm-line);
  border-radius: 6px;
  background: #fbfcfe;
}

.bvm-customer-facts strong,
.bvm-customer-offer__metrics strong {
  display: block;
  margin-top: 4px;
  overflow-wrap: anywhere;
}

.bvm-customer-offers {
  display: grid;
  gap: 10px;
}

.bvm-customer-messages {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid #bfdbfe;
  border-radius: var(--bvm-radius);
  background: #f8fbff;
}

.bvm-customer-messages h4 {
  margin: 2px 0 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 900;
}

.bvm-customer-invitations {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid #fed7aa;
  border-radius: var(--bvm-radius);
  background: linear-gradient(180deg, var(--bvm-soft-orange), #ffffff);
}

.bvm-customer-invitations h4 {
  margin: 2px 0 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 900;
}

.bvm-invite-list {
  display: grid;
  gap: 8px;
}

.bvm-invite-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 9px;
  align-items: center;
  padding: 10px;
  border: 1px solid var(--bvm-line);
  border-radius: 6px;
  background: var(--bvm-surface);
}

.bvm-invite-row strong {
  display: block;
  overflow-wrap: anywhere;
}

.bvm-invite-row span:not(.bvm-pill) {
  color: var(--bvm-muted);
  font-size: 12px;
  font-weight: 900;
}

.bvm-customer-offer {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
  padding: 14px;
  border: 1px solid var(--bvm-line);
  border-radius: var(--bvm-radius);
  background: var(--bvm-surface);
}

.bvm-customer-offer.is-best {
  border-color: var(--bvm-orange);
  box-shadow: inset 4px 0 0 var(--bvm-orange);
}

.bvm-customer-offer__score {
  min-height: 88px;
  display: grid;
  place-items: center;
  align-content: center;
  border-radius: 6px;
  background: var(--bvm-soft-orange);
  color: var(--bvm-orange);
  text-align: center;
}

.bvm-customer-offer__score strong {
  font-size: 32px;
  line-height: 1;
}

.bvm-customer-offer__score span {
  font-size: 12px;
  font-weight: 900;
}

.bvm-customer-offer__body {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.bvm-customer-offer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.bvm-customer-offer__top h4 {
  margin: 0 0 4px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 900;
}

.bvm-customer-offer__top p {
  color: var(--bvm-muted);
  line-height: 1.45;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bvm-customer-offer__metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.bvm-customer-offer__metrics > div {
  padding: 9px 10px;
  border: 1px solid var(--bvm-line);
  border-radius: 6px;
  background: #fbfcfe;
}

.bvm-customer-offer__contact {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.bvm-customer-offer__contact a {
  color: var(--bvm-green);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.bvm-customer-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.bvm-customer-actions form,
.bvm-inline-form {
  margin: 0;
}

.bvm-button--danger {
  border-color: #fecaca;
  background: #fff1f2;
  color: #b91c1c;
}

.bvm-button--danger:hover,
.bvm-button--danger:focus {
  background: #fee2e2;
  color: #991b1b;
}

.bvm-review-required {
  border: 1px solid #fde68a;
  background: linear-gradient(180deg, var(--bvm-soft-yellow), #fff);
}

.bvm-contact-box,
.bvm-login-box,
.bvm-payment-box {
  display: grid;
  gap: 12px;
  margin-bottom: 14px;
  padding: 14px;
  border: 1px solid var(--bvm-line);
  border-radius: var(--bvm-radius);
  background: #fbfcfe;
}

.bvm-contact-box {
  border-color: #bbf7d0;
  background: #f0fdf4;
}

.bvm-contact-box span,
.bvm-login-box span,
.bvm-payment-box__head span {
  display: block;
  color: var(--bvm-muted);
  font-size: 12px;
  font-weight: 900;
}

.bvm-contact-box strong,
.bvm-login-box strong,
.bvm-payment-box__head strong {
  display: block;
  margin-top: 4px;
  color: var(--bvm-ink);
  font-size: 18px;
}

.bvm-contact-box a {
  color: var(--bvm-green);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.bvm-message-box {
  display: grid;
  gap: 12px;
  margin: 12px 0 14px;
  padding: 14px;
  border: 1px solid #bfdbfe;
  border-radius: var(--bvm-radius);
  background: linear-gradient(180deg, #eff6ff, #ffffff);
}

.bvm-message-box__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.bvm-message-box__head h4 {
  margin: 2px 0 4px;
  padding-bottom: 0;
  color: var(--bvm-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.bvm-message-box__head span:not(.bvm-pill),
.bvm-message-box__notice {
  color: var(--bvm-muted);
  line-height: 1.45;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bvm-message-box__notice {
  padding: 10px;
  border: 1px solid #fed7aa;
  border-radius: 6px;
  background: var(--bvm-soft-orange);
  font-size: 13px;
  font-weight: 800;
}

.bvm-message-thread {
  max-height: 360px;
  display: grid;
  gap: 10px;
  overflow-y: auto;
  padding: 10px;
  border: 1px solid var(--bvm-line);
  border-radius: 6px;
  background: #f8fbff;
}

.bvm-message-empty {
  color: var(--bvm-muted);
  font-weight: 800;
}

.bvm-message {
  width: min(100%, 620px);
  display: grid;
  gap: 6px;
  justify-self: start;
  padding: 10px;
  border: 1px solid var(--bvm-line);
  border-radius: 7px;
  background: var(--bvm-surface);
}

.bvm-message.is-own {
  justify-self: end;
  border-color: #bfdbfe;
  background: var(--bvm-soft-blue);
}

.bvm-message__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.bvm-message__meta strong,
.bvm-message__meta span {
  font-size: 12px;
  font-weight: 900;
}

.bvm-message__meta span {
  color: var(--bvm-muted);
}

.bvm-message p {
  color: var(--bvm-ink);
  line-height: 1.45;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow-wrap: anywhere;
}

.bvm-message-form {
  display: grid;
  gap: 10px;
}

.bvm-message-form label {
  display: grid;
  gap: 6px;
  color: var(--bvm-ink);
  font-weight: 900;
}

.bvm-message-form textarea {
  min-height: 110px;
  resize: vertical;
}

.bvm-message-form .bvm-button {
  justify-self: start;
}

.bvm-credit-panel {
  display: grid;
  gap: 14px;
  margin-bottom: 18px;
}

.bvm-credit-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.bvm-credit-summary > div {
  min-height: 94px;
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 14px;
  border: 1px solid #bfdbfe;
  border-radius: var(--bvm-radius);
  background: linear-gradient(180deg, #eff6ff, #ffffff);
}

.bvm-credit-summary span,
.bvm-credit-summary small {
  color: var(--bvm-muted);
  font-size: 12px;
  font-weight: 900;
}

.bvm-credit-summary strong {
  color: var(--bvm-blue);
  font-size: 30px;
  line-height: 1;
}

.bvm-credit-buy-form,
.bvm-profile-boost-form {
  border-color: #fde68a;
  background: linear-gradient(180deg, var(--bvm-soft-yellow), #ffffff);
}

.bvm-seo-landing {
  max-width: 980px;
  margin: 0 auto;
}

.bvm-seo-job {
  display: grid;
  gap: 20px;
  padding: clamp(18px, 3vw, 34px);
}

.bvm-seo-job header {
  display: grid;
  gap: 10px;
}

.bvm-seo-job h1 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.08;
  padding-bottom: 0;
}

.bvm-seo-job h2 {
  font-size: 20px;
  padding-bottom: 0;
}

.bvm-seo-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--bvm-muted);
  font-size: 13px;
  font-weight: 900;
}

.bvm-seo-breadcrumb a {
  color: var(--bvm-blue);
}

.bvm-seo-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.bvm-seo-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 6px;
}

.bvm-form {
  padding: clamp(16px, 2.5vw, 24px);
  display: grid;
  gap: 18px;
}

.bvm-form--compact {
  box-shadow: none;
  border: 0;
  padding: 0;
}

.bvm-form-head {
  display: grid;
  gap: 6px;
}

.bvm-form-head h2 {
  font-size: clamp(24px, 3vw, 34px);
  max-width: 840px;
}

.bvm-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.bvm-full {
  grid-column: 1 / -1;
}

.bvm-check {
  display: flex !important;
  align-items: flex-start;
  gap: 10px !important;
  max-width: 880px;
  color: var(--bvm-ink) !important;
}

.bvm-check input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  flex: 0 0 auto;
  margin-top: 2px;
}

.bvm-help-text {
  display: block;
  color: var(--bvm-muted);
  font-size: 13px;
  line-height: 1.4;
  margin-top: 6px;
}

.bvm-work-area {
  display: grid;
  gap: 12px;
  padding: 12px;
  border: 1px solid #bfdbfe;
  border-radius: var(--bvm-radius);
  background: linear-gradient(180deg, #eff6ff, #ffffff);
}

.bvm-work-area__fields {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
  gap: 12px;
  align-items: end;
}

.bvm-work-area__fields strong {
  color: var(--bvm-blue);
  font-size: 15px;
  font-weight: 900;
}

.bvm-work-area__map-wrap {
  display: grid;
  gap: 10px;
}

.bvm-work-area__map {
  min-height: 260px;
  overflow: hidden;
  border: 1px solid var(--bvm-line);
  border-radius: var(--bvm-radius);
  background: #dbeafe;
}

.bvm-work-area.is-expanded .bvm-work-area__map {
  min-height: min(72vh, 620px);
}

.bvm-work-area__fallback {
  min-height: 260px;
  display: grid;
  place-content: center;
  gap: 8px;
  padding: 18px;
  text-align: center;
  color: var(--bvm-muted);
}

.bvm-work-area__fallback strong {
  color: var(--bvm-ink);
  font-size: 18px;
}

.bvm-work-area__fallback a {
  color: var(--bvm-blue);
  font-weight: 900;
}

.bvm-work-area__expand {
  justify-self: start;
}

.bvm-address-autofill {
  display: grid;
  gap: 12px;
  padding: 12px;
  border: 1px solid #bfdbfe;
  border-radius: var(--bvm-radius);
  background: linear-gradient(180deg, #eff6ff, #ffffff);
}

.bvm-address-autofill__head {
  display: grid;
  gap: 4px;
}

.bvm-address-autofill__head strong {
  font-weight: 900;
}

.bvm-address-autofill__head span,
.bvm-address-autofill__actions small {
  color: var(--bvm-muted);
  line-height: 1.4;
}

.bvm-address-autofill__grid {
  display: grid;
  grid-template-columns: minmax(120px, 0.7fr) minmax(110px, 0.55fr) minmax(100px, 0.5fr) minmax(180px, 1.25fr);
  gap: 10px;
}

.bvm-address-autofill__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.bvm-address-autofill__actions small[data-bvm-address-status="success"] {
  color: var(--bvm-green);
  font-weight: 900;
}

.bvm-address-autofill__actions small[data-bvm-address-status="error"] {
  color: #b91c1c;
  font-weight: 900;
}

.bvm-terms {
  display: grid;
  gap: 12px;
  padding: 13px;
  border: 1px solid #fed7aa;
  border-radius: var(--bvm-radius);
  background: linear-gradient(180deg, var(--bvm-soft-orange), #ffffff);
}

.bvm-terms summary {
  cursor: pointer;
  color: var(--bvm-navy);
  font-weight: 900;
}

.bvm-terms-text {
  max-height: 320px;
  overflow: auto;
  padding: 12px;
  border: 1px solid var(--bvm-line);
  border-radius: 6px;
  background: #fff;
  color: var(--bvm-ink);
  font-size: 13px;
  line-height: 1.55;
  white-space: normal;
}

.bvm-terms-check {
  max-width: none;
}

.bvm-file {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px dashed #aeb8c7;
  border-radius: var(--bvm-radius);
  background: #fbfcfe;
}

.bvm-file strong {
  font-weight: 900;
}

.bvm-file span {
  color: var(--bvm-muted);
}

.bvm-photo-list {
  display: grid;
  gap: 8px;
}

.bvm-photo-row {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) minmax(130px, 0.75fr);
  align-items: center;
  gap: 10px;
  padding: 10px;
  border: 1px solid var(--bvm-line);
  border-radius: 6px;
  background: var(--bvm-surface);
}

.bvm-photo-row span {
  color: var(--bvm-ink);
  font-weight: 900;
}

.bvm-photo-row input {
  width: 100%;
  min-width: 0;
}

.bvm-photo-row small {
  color: var(--bvm-muted);
  line-height: 1.35;
}

.bvm-reference-block {
  display: grid;
  gap: 12px;
}

.bvm-reference-block h3,
.bvm-reference h4 {
  margin: 0;
  padding-bottom: 0;
  font-weight: 900;
}

.bvm-references {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.bvm-reference {
  display: grid;
  gap: 10px;
}

.bvm-profile-form {
  align-content: start;
}

.bvm-profile-summary {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  padding: 12px;
  border: 1px solid var(--bvm-line);
  border-radius: var(--bvm-radius);
  background: #fbfcfe;
}

.bvm-profile-avatar {
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: var(--bvm-radius);
  background: var(--bvm-soft-blue);
  color: var(--bvm-blue);
  font-size: 34px;
  font-weight: 900;
}

.bvm-profile-avatar__image,
.bvm-profile-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bvm-profile-summary__body {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.bvm-profile-summary__body strong {
  font-size: 20px;
  font-weight: 900;
}

.bvm-profile-summary__body span,
.bvm-profile-summary__body small {
  color: var(--bvm-muted);
  overflow-wrap: anywhere;
}

.bvm-trade-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.bvm-trade-check {
  min-height: 42px;
  display: flex !important;
  align-items: center;
  gap: 9px !important;
  padding: 9px 10px;
  border: 1px solid var(--bvm-line);
  border-radius: 6px;
  background: var(--bvm-surface);
  color: var(--bvm-ink) !important;
}

.bvm-trade-check input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  flex: 0 0 auto;
}

.bvm-trade-check span {
  color: var(--bvm-ink);
  line-height: 1.25;
}

.bvm-project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.bvm-project-photo {
  display: grid !important;
  gap: 8px !important;
  padding: 8px;
  border: 1px solid var(--bvm-line);
  border-radius: 6px;
  background: var(--bvm-surface);
  color: var(--bvm-ink) !important;
}

.bvm-project-photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 4px;
  background: #eef2f7;
}

.bvm-project-photo span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--bvm-muted);
  font-size: 12px;
  line-height: 1.3;
}

.bvm-project-photo input {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.bvm-form-actions {
  justify-content: space-between;
}

.bvm-quality {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
  padding: clamp(18px, 3vw, 30px);
}

.bvm-quality article {
  display: grid;
  gap: 12px;
  align-content: start;
}

.bvm-quality h2 {
  font-size: clamp(26px, 3.5vw, 42px);
}

.bvm-steps {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bvm-steps > div {
  display: grid;
  gap: 8px;
}

.bvm-steps span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: var(--bvm-radius);
  background: var(--bvm-orange);
  color: #fff;
  font-weight: 900;
}

.bvm-notice,
.bvm-empty {
  border: 1px solid #fed7aa;
  border-radius: var(--bvm-radius);
  background: var(--bvm-soft-orange);
  padding: 13px 15px;
  font-weight: 900;
}

.bvm-notice--error {
  border-color: #fecaca;
  background: #fef2f2;
}

.bvm-empty {
  min-height: 220px;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  font-weight: 400;
}

.bvm-empty strong {
  font-size: 18px;
}

.bvm-city-page,
.bvm-city-hero,
.bvm-city-panel {
  display: grid;
  gap: 14px;
}

.bvm-city-page {
  max-width: 1120px;
  margin: 0 auto;
}

.bvm-city-hero,
.bvm-city-panel {
  padding: clamp(16px, 3vw, 28px);
  border: 1px solid var(--bvm-line);
  border-radius: var(--bvm-radius);
  background: var(--bvm-surface);
}

.bvm-city-hero {
  background:
    linear-gradient(135deg, rgba(7, 31, 63, 0.96), rgba(11, 49, 95, 0.94) 56%, rgba(245, 130, 32, 0.9));
  color: #fff;
}

.bvm-city-hero h1,
.bvm-city-hero p,
.bvm-city-hero .bvm-eyebrow {
  color: #fff;
}

.bvm-city-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.bvm-city-tags,
.bvm-city-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bvm-city-links a {
  padding: 8px 10px;
  border: 1px solid var(--bvm-line);
  border-radius: 6px;
  background: #f8fafc;
  color: var(--bvm-blue);
  font-weight: 900;
  text-decoration: none;
}

.bvm-city-list {
  margin: 0;
  padding-left: 18px;
}

.bvm-city-list li {
  margin: 5px 0;
}

.bvm-city-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 12px;
}

.bvm-city-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 10px;
}

.bvm-city-card {
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid var(--bvm-line);
  border-radius: 8px;
  background: #f8fbff;
}

.bvm-city-card strong,
.bvm-city-card a {
  color: var(--bvm-ink);
}

.bvm-city-card span,
.bvm-city-card small {
  color: var(--bvm-muted);
}

.bvm-seo-faq__list {
  display: grid;
  gap: 12px;
}

.bvm-seo-faq__item {
  border: 1px solid rgba(7, 31, 63, 0.12);
  border-radius: 12px;
  background: #fff;
  padding: 14px 16px;
}

.bvm-seo-faq__item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--bvm-ink);
}

.bvm-seo-faq__item p {
  margin: 10px 0 0;
  color: var(--bvm-muted);
  line-height: 1.6;
}

.bvm-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
}

/* Brand color layer */
.bvm-platform {
  background:
    linear-gradient(135deg, rgba(14, 139, 211, 0.09), rgba(245, 130, 32, 0.08)),
    var(--bvm-paper);
  padding: clamp(10px, 2vw, 18px);
  border-radius: var(--bvm-radius);
}

.bvm-hero {
  border-color: rgba(7, 31, 63, 0.22);
  background:
    linear-gradient(135deg, rgba(7, 31, 63, 0.96), rgba(11, 49, 95, 0.95) 58%, rgba(245, 130, 32, 0.96));
  box-shadow: 0 22px 48px rgba(7, 31, 63, 0.22);
}

.bvm-hero__copy {
  color: #fff;
}

.bvm-hero .bvm-eyebrow {
  color: var(--bvm-gold);
}

.bvm-hero h1 {
  color: #fff;
}

.bvm-hero p:not(.bvm-eyebrow) {
  color: #dbeafe;
}

.bvm-hero__media {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 194, 71, 0.35), transparent 28%),
    linear-gradient(180deg, #ffffff, #e8f5ff);
}

.bvm-button--primary {
  background: linear-gradient(135deg, var(--bvm-orange), var(--bvm-orange-2));
  border-color: var(--bvm-orange);
  box-shadow: 0 10px 22px rgba(245, 130, 32, 0.24);
}

.bvm-button--primary:hover,
.bvm-button--primary:focus {
  background: linear-gradient(135deg, #e86f10, var(--bvm-orange));
  border-color: #e86f10;
}

.bvm-button--ghost {
  border-color: rgba(7, 31, 63, 0.25);
  color: var(--bvm-navy);
}

.bvm-button--ghost:hover,
.bvm-button--ghost:focus {
  border-color: var(--bvm-orange);
  color: var(--bvm-navy);
  box-shadow: 0 0 0 3px rgba(245, 130, 32, 0.14);
}

.bvm-tabs {
  border-color: transparent;
  background: linear-gradient(90deg, var(--bvm-navy), var(--bvm-blue));
  box-shadow: 0 12px 28px rgba(7, 31, 63, 0.18);
}

.bvm-tab {
  color: #dbeafe;
}

.bvm-tab.is-active {
  background: #fff;
  color: var(--bvm-navy);
}

.bvm-stat,
.bvm-customer-stats > div,
.bvm-customer-facts > div,
.bvm-customer-offer__metrics > div,
.bvm-facts > div,
.bvm-reference,
.bvm-steps > div,
.bvm-file,
.bvm-profile-summary {
  background: linear-gradient(180deg, #ffffff, #f7fbff);
  border-color: #c8d7e8;
}

.bvm-stat,
.bvm-customer-stats > div {
  box-shadow: inset 0 4px 0 var(--bvm-orange);
}

.bvm-stat:nth-child(2),
.bvm-customer-stats > div:nth-child(2) {
  box-shadow: inset 0 4px 0 var(--bvm-blue);
}

.bvm-stat:nth-child(3),
.bvm-customer-stats > div:nth-child(3) {
  box-shadow: inset 0 4px 0 var(--bvm-gold);
}

.bvm-stat:nth-child(4),
.bvm-customer-stats > div:nth-child(4) {
  box-shadow: inset 0 4px 0 var(--bvm-green);
}

.bvm-job-card,
.bvm-customer-offer,
.bvm-form,
.bvm-quality,
.bvm-detail-card,
.bvm-customer-head {
  border-color: #c8d7e8;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.bvm-job-card:hover,
.bvm-job-card:focus,
.bvm-job-card.is-active {
  border-color: var(--bvm-orange);
  box-shadow: inset 4px 0 0 var(--bvm-orange), 0 16px 34px rgba(7, 31, 63, 0.14);
  transform: translateY(-1px);
}

.bvm-job-card.is-active {
  box-shadow: inset 4px 0 0 var(--bvm-orange), 0 16px 34px rgba(7, 31, 63, 0.14);
}

.bvm-detail-card header {
  background:
    linear-gradient(135deg, var(--bvm-navy), var(--bvm-navy-2) 58%, var(--bvm-orange));
}

.bvm-pill {
  background: #eaf2fb;
  color: var(--bvm-navy);
}

.bvm-pill--open {
  color: #14532d;
  background: #dff8e8;
}

.bvm-pill--orange {
  color: #8a3b00;
  background: var(--bvm-soft-orange);
}

.bvm-pill--stars {
  color: #7c4a00;
  background: var(--bvm-soft-gold);
}

.bvm-pill--google {
  color: #0b4f9f;
  background: #e8f2ff;
}

.bvm-pill--distance {
  color: #075985;
  background: #dff4ff;
}

.bvm-score {
  background: linear-gradient(#dbe7f4, #dbe7f4) left center / calc(100% - 72px) 8px no-repeat;
}

.bvm-score > i,
.bvm-steps span,
.bvm-customer-offer__score {
  background: linear-gradient(135deg, var(--bvm-orange), var(--bvm-gold));
  color: var(--bvm-navy);
}

.bvm-customer-job__count,
.bvm-profile-avatar {
  background: linear-gradient(135deg, var(--bvm-soft-blue), #ffffff);
  color: var(--bvm-blue);
}

.bvm-contact-box {
  border-color: #a7f3d0;
  background: linear-gradient(180deg, #f0fdf4, #ffffff);
}

.bvm-login-box,
.bvm-payment-box,
.bvm-offer-privacy,
.bvm-notice,
.bvm-empty {
  border-color: #fed7aa;
  background: linear-gradient(180deg, var(--bvm-soft-orange), #ffffff);
}

.bvm-review-required {
  border-color: #fde68a;
  background: linear-gradient(180deg, var(--bvm-soft-yellow), #ffffff);
}

.bvm-google-profile {
  border-color: #bfdbfe;
  background: linear-gradient(180deg, #eff6ff, #ffffff);
}

.bvm-platform input:focus,
.bvm-platform select:focus,
.bvm-platform textarea:focus {
  border-color: var(--bvm-orange);
  box-shadow: 0 0 0 3px rgba(245, 130, 32, 0.16);
}

.bvm-trade-check:hover,
.bvm-project-photo:hover {
  border-color: var(--bvm-blue);
}

@media (max-width: 1180px) {
  .bvm-board {
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .bvm-detail {
    grid-column: 1 / -1;
    position: static;
  }
}

@media (max-width: 820px) {
  .bvm-hero,
  .bvm-board,
  .bvm-quality,
  .bvm-city-grid {
    grid-template-columns: 1fr;
  }

  .bvm-filter {
    position: static;
  }

  .bvm-stats,
  .bvm-facts,
  .bvm-steps,
  .bvm-customer-stats,
  .bvm-customer-facts,
  .bvm-credit-summary,
  .bvm-work-area__fields,
  .bvm-address-autofill__grid,
  .bvm-references,
  .bvm-pro-toolbar,
  .bvm-pro-grid,
  .bvm-trade-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bvm-customer-head,
  .bvm-customer-head__actions,
  .bvm-message-box__head,
  .bvm-customer-offer__top {
    align-items: stretch;
    flex-direction: column;
  }

  .bvm-project-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bvm-list__head {
    align-items: stretch;
    flex-direction: column;
  }

  .bvm-list__head label {
    align-items: stretch;
  }

  .bvm-list__head select {
    width: 100%;
  }

  .bvm-google-profile__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .bvm-city-section-head {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .bvm-stats,
  .bvm-facts,
  .bvm-form-grid,
  .bvm-steps,
  .bvm-customer-stats,
  .bvm-customer-facts,
  .bvm-customer-offer__metrics,
  .bvm-credit-summary,
  .bvm-work-area__fields,
  .bvm-address-autofill__grid,
  .bvm-references,
  .bvm-pro-toolbar,
  .bvm-pro-grid,
  .bvm-pro-meta,
  .bvm-trade-grid {
    grid-template-columns: 1fr;
  }

  .bvm-customer-job__head,
  .bvm-pro-card__head,
  .bvm-invite-row,
  .bvm-customer-offer {
    grid-template-columns: 1fr;
  }

  .bvm-customer-job__count,
  .bvm-customer-offer__score {
    min-height: 68px;
  }

  .bvm-profile-summary {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .bvm-project-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bvm-hero__actions,
  .bvm-form-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .bvm-button {
    width: 100%;
  }

  .bvm-message {
    width: 100%;
  }

  .bvm-message-form .bvm-button {
    justify-self: stretch;
  }

  .bvm-pro-invite .bvm-button,
  .bvm-address-autofill__actions .bvm-button,
  .bvm-customer-head__actions .bvm-button {
    width: 100%;
  }

  .bvm-customer-actions form,
  .bvm-inline-form {
    width: 100%;
  }

  .bvm-photo-row {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
}

.bvm-quality--admin {
  grid-template-columns: minmax(0, 1fr);
  padding: clamp(18px, 3vw, 24px);
}

.bvm-quality-admin {
  display: grid;
  gap: 20px;
}

.bvm-quality-admin__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.bvm-quality-admin__head h2 {
  margin: 0;
}

.bvm-quality-admin__list {
  display: grid;
  gap: 16px;
}

.bvm-quality-admin__card {
  border: 1px solid #e8e8e8;
  border-radius: var(--bvm-radius);
  padding: 16px;
  display: grid;
  gap: 12px;
  background: #fff;
}

.bvm-quality-admin__title {
  display: grid;
  gap: 4px;
}

.bvm-quality-admin__title strong {
  font-size: 18px;
}

.bvm-quality-admin__title span {
  color: #666;
  font-size: 14px;
}

.bvm-quality-admin__meta {
  display: grid;
  gap: 4px;
  font-size: 14px;
}

.bvm-quality-admin__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bvm-quality-admin__actions .bvm-button {
  text-decoration: none;
}

.bvm-quality-admin__section-title {
  margin: 0;
  font-size: 18px;
}

.bvm-quality-status {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.bvm-quality-status--pending {
  background: #fff7ed;
  color: #c2410c;
  border: 1px solid #fdba74;
}

.bvm-quality-status--approved {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #6ee7b7;
}

.bvm-quality-status--rejected {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fca5a5;
}

.bvm-quality-admin__title .bvm-quality-status {
  margin-bottom: 6px;
}

.bvm-quality--status {
  grid-template-columns: minmax(0, 1fr);
  padding: clamp(18px, 3vw, 24px);
}

.bvm-quality-status-panel {
  display: grid;
  gap: 12px;
}

.bvm-quality-status-panel .bvm-quality-status {
  font-size: 16px;
  padding: 8px 14px;
}

.bvm-quality-admin__card--approved {
  border-color: #a7f3d0;
  background: #f0fdf4;
}
