/* Site footer — Flowbyte OÜ legal / payment disclosure */

/* Stick footer to bottom of viewport on short pages */
html {
  height: 100%;
}
body {
  min-height: 100%;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}
body > main,
body > .page-x.section,
main.page-x,
main.section {
  flex: 1 0 auto;
}
.site-footer {
  flex-shrink: 0;
  margin-top: auto;
  border-top: 1px solid #2a2a30;
  background: linear-gradient(180deg, #101014 0%, #0c0c10 100%);
  color: #a1a1aa;
  font-size: 0.88rem;
  line-height: 1.5;
}
.site-footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 36px 20px 28px;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr);
}
@media (max-width: 800px) {
  .site-footer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px 16px 22px;
  }
}
.site-footer h3 {
  margin: 0 0 10px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.05rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f3f3f5;
  font-weight: 700;
}
.site-footer p {
  margin: 0 0 8px;
}
.site-footer a {
  color: #d4d4d8;
  text-decoration: none;
}
.site-footer a:hover {
  color: #e8a33c;
}
.site-footer-brand strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 1.35rem;
  color: #f3f3f5;
  margin-bottom: 6px;
}
.site-footer-brand .mist {
  color: #71717a;
}
.site-footer-meta {
  display: grid;
  gap: 4px;
  margin-top: 12px;
  font-variant-numeric: tabular-nums;
}
.site-footer-meta span {
  color: #9ca3af;
}
.site-footer-meta b {
  color: #e4e4e7;
  font-weight: 600;
}
.site-footer-pay {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer-pay-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  padding: 7px 11px;
  border-radius: 6px;
  border: 1px solid #2a2a30;
  background: #15151a;
  color: #f3f3f5;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.site-footer-pay-badge svg {
  width: 42px;
  height: 18px;
  display: block;
}
.site-footer-stripe-word {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: lowercase;
  color: #a5a0ff;
  font-size: 1.05rem;
}
.site-footer-bottom {
  border-top: 1px solid #1f1f24;
  padding: 14px 20px 20px;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: space-between;
  color: #71717a;
  font-size: 0.8rem;
}
.site-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}
.site-footer-links a {
  color: #a1a1aa;
}
