/* BirchStreet AI footer — centered layout */

.bss-site-footer {
  background-color: #7D6F69;
  color: #EBE9E5;
  font-family: "Roboto", Arial, sans-serif;
  overflow: hidden;
  padding: 63px 20px 35px;
  position: relative;
  text-align: center;
  width: 100%;
}

.bss-site-footer::before {
  background-image: url("/lp/resource/footer-shape.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  content: "";
  inset: 0;
  opacity: 0.08;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.bss-site-footer__inner {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0 auto;
  max-width: 1375px;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.bss-site-footer__brand {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 auto;
  max-width: 640px;
  padding-bottom: 25px;
  text-align: center;
  width: 100%;
}

.bss-site-footer__logo-link {
  display: inline-block;
  line-height: 0;
  margin: 0 auto;
  text-decoration: none;
}

.bss-site-footer__logo {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 236px;
  width: 236px;
}

.bss-site-footer__brand p {
  color: #EBE9E5;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 22px;
  margin: 0;
  text-align: center;
  width: 100%;
}

.bss-site-footer__social {
  border-top: 1px solid #48628429;
  box-sizing: border-box;
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 10px 0 33px;
  width: 100%;
}

.bss-site-footer__social a {
  align-items: center;
  color: #FFFFFF;
  display: inline-flex;
  height: 18px;
  transition: opacity 0.3s ease;
  width: 18px;
}

.bss-site-footer__social a:hover,
.bss-site-footer__social a:focus {
  opacity: 0.75;
}

.bss-site-footer__social svg {
  fill: currentColor;
  height: 18px;
  width: 18px;
}

.bss-site-footer__bottom {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.bss-site-footer__copyright {
  color: #EBE9E5;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
  line-height: 22px;
  margin: 0;
  text-align: center;
  width: 100%;
}

.bss-site-footer__legal {
  margin: 0;
  text-align: center;
  width: 100%;
}

.bss-site-footer__legal a {
  color: #EBE9E5;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
  line-height: 22px;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.bss-site-footer__legal a:hover,
.bss-site-footer__legal a:focus {
  color: #1A202C;
}

@media (max-width: 767px) {
  .bss-site-footer {
    padding: 50px 20px 30px;
  }

  .bss-site-footer__brand {
    max-width: 100%;
  }

  .bss-site-footer__social {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
