/**
 * Site footer — publisher
 */

.joyple-site-footer {
  position: relative;
  background: #0a0d14;
  color: rgba(255, 255, 255, 0.78);
  margin-top: auto;
}

.joyple-site-footer__accent {
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #c44a00 25%,
    #ff5200 50%,
    #c44a00 75%,
    transparent 100%
  );
}

.joyple-site-footer__main {
  padding: 2.5rem 0 2rem;
}

.joyple-site-footer__brand {
  max-width: 360px;
}

.joyple-site-footer__logo-link {
  display: inline-block;
  margin-bottom: 0.85rem;
  opacity: 0.95;
  transition: opacity 0.15s ease;
}

.joyple-site-footer__logo-link:hover {
  opacity: 1;
}

.joyple-site-footer__logo-link img {
  display: block;
  width: auto;
  max-height: 40px;
  height: auto;
}

.joyple-site-footer__tagline {
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

.joyple-site-footer__heading {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff8a4c;
  margin: 0 0 0.85rem;
}

.joyple-site-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.joyple-site-footer__list li + li {
  margin-top: 0.45rem;
}

.joyple-site-footer__list a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.15s ease;
}

.joyple-site-footer__list a:hover {
  color: #ff5200;
}

.joyple-site-footer__list--inline-sm {
  margin-bottom: 1rem;
}

.joyple-site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.joyple-site-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  font-size: 1.05rem;
  transition: color 0.15s ease, background 0.15s ease, border-color 0.15s ease;
}

.joyple-site-footer__social a:hover {
  color: #fff;
  background: rgba(196, 74, 0, 0.35);
  border-color: rgba(196, 74, 0, 0.5);
}

.joyple-site-footer__bottom {
  padding: 1rem 0 1.25rem;
  background: rgba(0, 0, 0, 0.35);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.joyple-site-footer__copy {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.joyple-site-footer__copy a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 600;
  text-decoration: none;
}

.joyple-site-footer__copy a:hover {
  color: #ff5200;
}

@media (max-width: 575.98px) {
  .joyple-site-footer__main {
    padding: 2rem 0 1.5rem;
  }

  .joyple-site-footer__brand {
    margin-bottom: 0.5rem;
  }
}

/* Home: footer sobre fundo escuro/vídeo */
body.joyple-home .joyple-site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Inner pages */
body.joyple-page-inner .joyple-site-footer {
  border-top: 1px solid #dee2e6;
}

body.joyple-page-inner .joyple-site-footer__main {
  background: #12151f;
}
