footer.site-footer {
  background: #0e101a;
  border-top: 1px solid var(--border);
  padding: 40px 28px 24px;
}

.site-footer .footer-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.site-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(300px, 1.9fr) repeat(3, minmax(140px, 1fr));
  gap: 28px;
  margin-bottom: 30px;
  align-items: start;
}

.site-footer .footer-brand p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.46);
  line-height: 1.72;
  margin: 10px 0 16px;
  max-width: 430px;
}

.site-footer .footer-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-decoration: none;
  margin-bottom: 6px;
  line-height: 0;
}

.site-footer .footer-logo-icon {
  line-height: 0;
  flex: 0 0 auto;
}

.site-footer .footer-logo-icon svg {
  display: block;
  width: 112px;
  height: 38px;
}

.site-footer .footer-logo-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  margin-left: 0;
  transform: translateY(-2px);
}

.site-footer .footer-logo-text .logo-cw {
  font-size: 10px;
  letter-spacing: 0.22em;
}

.site-footer .footer-logo-text .logo-gen {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  line-height: 0.9;
  margin-top: 2px;
}

.site-footer .footer-logo-text .logo-gen::before,
.site-footer .footer-logo-text .logo-gen::after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background: rgba(255, 255, 255, 0.68);
}

.site-footer .footer-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.site-footer .footer-pill-link {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 12px;
  border-radius: 40px;
  transition: all 0.2s;
}

.site-footer .footer-pill-link:hover {
  color: #d8ffee;
  border-color: rgba(46, 204, 113, 0.24);
  background: rgba(46, 204, 113, 0.08);
}

.site-footer .foot-col-title,
.site-footer .foot-col h4 {
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
  margin-bottom: 12px;
  font-family: var(--display-font);
  font-weight: 300;
}

.site-footer .foot-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-footer .foot-links a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.52);
  transition: color 0.2s, transform 0.2s;
}

.site-footer .foot-links a:hover {
  color: var(--green);
  transform: translateX(1px);
}

.site-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.site-footer .footer-bottom p {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.36);
}

.site-footer .footer-bottom-note {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.28);
}

.site-footer .disclaimer {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.24);
  line-height: 1.72;
  margin-top: 16px;
  max-width: 1120px;
}

@media (max-width: 1024px) {
  .site-footer .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 540px) {
  footer.site-footer {
    padding: 28px 14px 22px;
  }

  .site-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 18px;
  }

  .site-footer .footer-grid > :first-child {
    grid-column: auto;
  }

  .site-footer .footer-brand {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .site-footer .footer-logo-link {
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: auto;
    margin: 0 auto 4px;
  }

  .site-footer .footer-logo-icon {
    transform: none;
  }

  .site-footer .footer-logo-icon svg {
    width: 46px;
    height: 30px;
  }

  .site-footer .footer-logo-text {
    transform: none;
    align-items: center;
    text-align: center;
  }

  .site-footer .footer-logo-text .logo-cw {
    font-size: 9px;
    letter-spacing: 0.2em;
  }

  .site-footer .footer-logo-text .logo-gen {
    font-size: 16px;
    gap: 5px;
    margin-top: 1px;
  }

  .site-footer .footer-logo-text .logo-gen::before,
  .site-footer .footer-logo-text .logo-gen::after {
    width: 16px;
  }

  .site-footer .footer-brand p {
    margin: 8px auto 12px;
    max-width: 300px;
    font-size: 11px;
    line-height: 1.55;
  }

  .site-footer .footer-pills {
    justify-content: center;
    width: 100%;
    gap: 8px;
  }

  .site-footer .footer-pill-link {
    padding: 5px 10px;
    font-size: 9px;
    text-align: center;
  }

  .site-footer .foot-col {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: nowrap;
    width: 100%;
  }

  .site-footer .foot-col-title,
  .site-footer .foot-col h4 {
    margin-bottom: 0;
    min-width: 62px;
    padding-top: 0;
    font-size: 8px;
    letter-spacing: 0.13em;
    text-align: left;
  }

  .site-footer .foot-links {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px 10px;
    align-items: center;
    justify-content: flex-start;
  }

  .site-footer .foot-links li {
    line-height: 1;
  }

  .site-footer .foot-links a {
    font-size: 10px;
    white-space: nowrap;
  }

  .site-footer .footer-bottom {
    align-items: flex-start;
  }
}
