.bdc-site-footer {
  margin: 0;
  padding: 4.25rem 0 0;
  color: rgba(255, 255, 255, .82);
  background: #172207;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.bdc-site-footer *,
.bdc-site-footer *::before,
.bdc-site-footer *::after { box-sizing: border-box; }

.bdc-footer-container {
  width: min(calc(100% - 2.5rem), 1200px);
  margin-inline: auto;
}

.bdc-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr .72fr .9fr 1.35fr;
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
  padding-bottom: 3.5rem;
}

.bdc-footer-brand-row {
  display: flex;
  align-items: center;
  gap: .85rem;
  margin-bottom: 1.15rem;
}

.bdc-footer-logo {
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  object-fit: contain;
  padding: 5px;
  background: #fff;
  border-radius: 50%;
}

.bdc-footer-business-name {
  max-width: 190px;
  margin: 0;
  color: #fff;
  font-size: 1.08rem;
  font-weight: 850;
  line-height: 1.2;
}

.bdc-footer-description {
  max-width: 355px;
  margin: 0;
  color: rgba(255, 255, 255, .8);
  font-size: .94rem;
  line-height: 1.75;
}

.bdc-footer-social {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin-top: 1.25rem;
  color: #fff !important;
  font-size: .9rem;
  font-weight: 800;
}

.bdc-footer-social-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  color: #172207;
  background: #a9df59;
  border-radius: 50%;
}

.bdc-footer-social-icon svg { width: 18px; height: 18px; fill: currentColor; }

.bdc-footer-heading {
  margin: 0 0 1rem;
  color: #a9df59;
  font-size: .82rem;
  font-weight: 900;
  letter-spacing: .1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.bdc-footer-links {
  display: grid;
  gap: .62rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bdc-site-footer a {
  color: rgba(255, 255, 255, .85);
  text-decoration: none;
  text-underline-offset: 3px;
}

.bdc-site-footer a:hover { color: #fff; text-decoration: underline; }
.bdc-site-footer a:focus-visible { outline: 3px solid #a9df59; outline-offset: 3px; }

.bdc-footer-contact {
  display: grid;
  gap: 1rem;
  margin: 0;
  font-style: normal;
}

.bdc-footer-contact-block { margin: 0; }

.bdc-footer-contact-label {
  display: block;
  margin-bottom: .15rem;
  color: #fff;
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.bdc-footer-phone { color: #fff !important; font-weight: 850; }

.bdc-footer-map-wrap {
  overflow: hidden;
  background: #fff;
  border: 2px solid rgba(169, 223, 89, .7);
  border-radius: 14px;
}

.bdc-footer-map {
  width: 100%;
  height: 210px;
  display: block;
  border: 0;
}

.bdc-footer-map-link {
  display: inline-flex;
  margin-top: .75rem;
  color: #fff !important;
  font-size: .88rem;
  font-weight: 800;
}

.bdc-footer-bottom {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: rgba(255, 255, 255, .64);
  font-size: .82rem;
}

.bdc-footer-bottom p { margin: 0; }

.bdc-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 980px) {
  .bdc-footer-grid { grid-template-columns: 1fr 1fr; }
  .bdc-footer-map { height: 240px; }
}

@media (max-width: 620px) {
  .bdc-site-footer { padding-top: 3.25rem; }
  .bdc-footer-container { width: min(calc(100% - 1.5rem), 1200px); }
  .bdc-footer-grid { grid-template-columns: 1fr; gap: 2.25rem; padding-bottom: 2.75rem; }
  .bdc-footer-description { max-width: none; }
  .bdc-footer-bottom { align-items: flex-start; flex-direction: column; }
}
