footer {
  position: relative;
  isolation: isolate;
  background: #0d0d0d;
}

#smooth-content {
  display: flow-root;
}

.footer-trust-area {
  position: relative;
  z-index: 2;
  padding: 8px 0 42px;
  background: #0d0d0d;
}

.footer-trust {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-payment-assurance,
.footer-anpc-links {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer-trust-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 82px;
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: #fff;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.footer-trust-card:hover,
.footer-trust-card:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.7);
}

.footer-netopia-card {
  width: 180px;
}

.footer-netopia-card img {
  width: 150px;
  height: 70px;
  object-fit: contain;
}

.footer-anpc-card {
  width: 210px;
}

.footer-anpc-card img {
  width: 100%;
  height: 60px;
  object-fit: contain;
}

.footer-trust-copy {
  max-width: 390px;
}

.footer-trust-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
}

.footer-trust-copy .footer-trust-title {
  margin-bottom: 5px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.oit-copyright-area.oit-copyright-2-style {
  position: relative;
  z-index: 2;
  min-height: 78px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: #0d0d0d;
}

.oit-copyright-area.oit-copyright-2-style .row {
  align-items: center;
  row-gap: 14px;
}

.oit-copyright-area.oit-copyright-2-style p,
.oit-copyright-area.oit-copyright-2-style a,
.oit-copyright-area.oit-copyright-2-style span {
  color: rgba(255, 255, 255, 0.78);
}

.oit-copyright-area.oit-copyright-2-style p {
  margin: 0;
}

.oit-copyright-area.oit-copyright-2-style a {
  display: inline-block;
  padding: 3px 0;
  font-weight: 600;
}

.oit-copyright-area.oit-copyright-2-style a:hover,
.oit-copyright-area.oit-copyright-2-style a:focus-visible {
  color: #fff;
}

@media (max-width: 767px) {
  .footer-trust {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-payment-assurance,
  .footer-anpc-links {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-netopia-card,
  .footer-anpc-card {
    width: min(100%, 280px);
  }

  .oit-copyright-area.oit-copyright-2-style {
    padding: 26px 0 30px;
  }

  .oit-copyright-area.oit-copyright-2-style .oit-copyright-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 8px;
  }
}
