:root {
  --bn-accent: #ffd24d;
  --bn-dark: #202020;
  --bn-brown: #3a341c;
  --bn-wine: #320707;
  --bn-soft: #fffdf4;
  --bn-gray: #4a4a4a;
}

body {
  background: #ffffff;
}

.bn-section {
  padding: 80px 0;
}

.bn-soft-bg {
  background: var(--bn-soft);
}

.bn-kicker {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  color: var(--bn-gray);
}

.bn-focus {
  background: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 2rem;
  padding: 28px;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.06);
}

.bn-grid .bn-card,
.bn-card {
  background: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 2rem;
  padding: 20px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.bn-card img {
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  margin-bottom: 14px;
}

.bn-step {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 2rem;
  padding: 20px;
  height: 100%;
}

.bn-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--bn-accent);
  font-weight: 700;
  margin-bottom: 10px;
}

.bn-cta-band {
  background: var(--bn-wine);
  color: #ffffff;
  border-radius: 2rem;
  padding: 28px;
}

.bn-cta-band .mbr-text,
.bn-cta-band .mbr-section-title {
  color: #ffffff;
}

.bn-logo-row img {
  max-height: 56px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.bn-logo-row img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.bn-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}

.bn-list li {
  padding-left: 26px;
  position: relative;
  margin-bottom: 10px;
}

.bn-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--bn-accent);
}

.bn-hero-media {
  background: #ffffff;
  border-radius: 2rem;
  padding: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.bn-hero-media img {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
}

.bn-hero-badge {
  display: inline-block;
  margin-top: 12px;
  background: var(--bn-accent);
  color: #000;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
}

.bn-legal {
  max-width: 900px;
  margin: 0 auto;
}

.features4 .item-img img,
.features4 .item-img picture,
.features4 .item-img svg,
.people03 .item-img img {
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
}

.contacts2 .google-map iframe {
  width: 100%;
  height: 420px;
  border: 0;
}

@media (min-width: 1400px) {
  .container-fluid {
    max-width: 1320px;
  }
}

@media (max-width: 991px) {
  .bn-section {
    padding: 56px 0;
  }
}

@media (max-width: 767px) {
  .bn-section {
    padding: 48px 0;
  }
}
