/* Footer premium — PT BANTENG MAS BERJAYA */
.site-footer {
  border-top: 1px solid rgb(201 169 98 / 14%);
  background: #0a0a0a;
}

.site-footer-main {
  padding: 4rem 0 2.5rem;
}

.site-footer-grid {
  display: grid;
  gap: 2.5rem;
}

@media (min-width: 1024px) {
  .site-footer-grid {
    grid-template-columns: 1.15fr 0.85fr 0.85fr;
    gap: 3rem;
  }
}

.site-footer-brand p {
  margin: 0;
}

.site-footer-legal {
  margin-top: 1rem;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #e8c97a;
}

.site-footer-status {
  margin-top: 0.35rem;
  font-size: 0.68rem;
  color: #8a8a8a;
}

.site-footer-desc {
  margin-top: 1rem;
  max-width: 20rem;
  font-size: 0.875rem;
  line-height: 1.65;
  color: #b0b0b0;
}

.site-footer-heading {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #f87171;
}

.site-footer-links {
  margin-top: 1rem;
  list-style: none;
  padding: 0;
}

.site-footer-links li + li {
  margin-top: 0.45rem;
}

.site-footer-links a {
  font-size: 0.875rem;
  color: #c8c8c8;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer-links a:hover {
  color: #f0b8b8;
}

.site-footer-topics {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgb(201 169 98 / 10%);
}

.site-footer-topics-grid {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

@media (min-width: 640px) {
  .site-footer-topics-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .site-footer-topics-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.site-footer-topic {
  display: block;
  padding: 0.45rem 0.65rem;
  border-radius: 0.3rem;
  border: 1px solid rgb(201 169 98 / 14%);
  background: rgb(18 18 20 / 85%);
  font-size: 0.68rem;
  line-height: 1.35;
  text-align: center;
  color: #b8b8b8;
  text-decoration: none;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.site-footer-topic:hover {
  border-color: rgb(201 169 98 / 32%);
  color: #e8d5a8;
  background: rgb(24 22 18 / 90%);
}

.site-footer-bottom {
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgb(201 169 98 / 8%);
}

.site-footer-bottom .gold-line {
  margin-bottom: 1.5rem;
}

.site-footer-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  text-align: center;
}

@media (min-width: 640px) {
  .site-footer-copy {
    flex-direction: row;
    text-align: left;
  }
}

.site-footer-copy p {
  margin: 0;
  font-size: 0.72rem;
  color: #888;
}

.site-footer-tagline {
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c45c5c;
}

/* —— Powered by Lyva —— */
.footer-lyva {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgb(201 169 98 / 22%);
  background:
    radial-gradient(ellipse 80% 120% at 50% 0%, rgb(159 43 43 / 12%), transparent 55%),
    linear-gradient(180deg, #0d0c0b 0%, #080808 100%);
}

.footer-lyva::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgb(201 169 98 / 55%) 20%,
    rgb(232 213 168 / 75%) 50%,
    rgb(201 169 98 / 55%) 80%,
    transparent
  );
  pointer-events: none;
}

.footer-lyva-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 1.15rem 1.5rem 1.35rem;
  text-align: center;
}

@media (min-width: 640px) {
  .footer-lyva-inner {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
  }
}

.footer-lyva-powered {
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #6e6558;
}

.footer-lyva-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  background: linear-gradient(135deg, #f0e2bc 0%, #c9a962 42%, #a88b4a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: filter 0.25s ease, transform 0.25s ease;
}

.footer-lyva-brand:hover {
  filter: brightness(1.12);
  transform: translateY(-1px);
}

.footer-lyva-brand::before {
  content: "◆";
  font-size: 0.45rem;
  color: #c9a962;
  -webkit-text-fill-color: #c9a962;
}

.footer-lyva-sep {
  display: none;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgb(201 169 98 / 45%);
}

@media (min-width: 640px) {
  .footer-lyva-sep {
    display: inline-block;
  }
}

.footer-lyva-sub {
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  color: #5c564c;
}

.site-footer-legal-detail {
  margin-top: 1rem;
  font-size: 0.72rem;
  line-height: 1.65;
  color: #78716c;
}

.site-footer-legal-detail p + p {
  margin-top: 0.25rem;
}

.site-footer-legal-detail strong {
  color: #a8a29e;
  font-weight: 600;
}

.site-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.1rem;
}

.site-footer-social-link {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgb(127 29 29 / 0.35);
  border-radius: 2px;
  padding: 0.35rem 0.7rem;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #d6d3d1;
  transition: border-color 0.2s, color 0.2s;
}

.site-footer-social-link:hover {
  border-color: rgb(185 28 28 / 0.55);
  color: #fca5a5;
}

@media (min-width: 640px) {
  .footer-lyva-sub {
    flex-basis: 100%;
    margin-top: 0.15rem;
  }
}