.site-footer {
  display: block;
  padding: 6rem 6vw 2.5rem;
  background: #061322;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.15fr 1.15fr 0.75fr 1.25fr;
  gap: clamp(2.5rem, 5vw, 7rem);
  align-items: start;
  width: 100%;
}

.site-footer p {
  margin: 0 0 1.2rem;
  color: #aebdce;
  font-size: 0.9rem;
  line-height: 1.7;
}

.geoxip-wordmark {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 2.5rem;
}

.geoxip-wordmark small {
  color: var(--lime);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.geoxip-wordmark strong {
  font: 700 clamp(2.2rem, 3.4vw, 4rem) / 0.88 "Space Grotesk", sans-serif;
  letter-spacing: -0.075em;
}

.geoxip-wordmark strong span {
  color: var(--lime);
}

.footer-label {
  margin-bottom: 1.8rem !important;
  color: #71859a !important;
  font-size: 0.7rem !important;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-contact-column,
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
  margin: 0;
  font-size: 0.95rem;
  text-transform: none;
}

.footer-contact-column a,
.footer-links a {
  color: #e6edf4;
  transition: color 0.25s ease, transform 0.25s ease;
}

.footer-contact-column a:hover,
.footer-links a:hover {
  color: var(--lime);
  transform: translateX(4px);
}

.footer-main-phone {
  color: var(--lime) !important;
  font: 700 clamp(1.3rem, 2vw, 2rem) "Space Grotesk", sans-serif;
  letter-spacing: -0.035em;
}

.founder-award {
  display: flex;
  gap: 1.5rem;
  min-height: 190px;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.045);
  transition: background 0.3s ease, transform 0.3s ease;
}

.founder-award:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-5px);
}

.award-mark {
  position: relative;
  flex: 0 0 30px;
  height: 112px;
  border-radius: 18px 18px 6px 6px;
  background: #e31c3d;
}

.award-mark::before,
.award-mark::after {
  content: "";
  position: absolute;
  left: -5px;
  width: 40px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
}

.award-mark::before {
  top: 22px;
}

.award-mark::after {
  top: 50px;
}

.founder-award > span:last-child {
  display: flex;
  flex-direction: column;
}

.founder-award small {
  color: #aebdce;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.founder-award strong {
  margin-top: 0.55rem;
  font: 700 clamp(1.2rem, 1.8vw, 1.75rem) / 1.05 "Space Grotesk", sans-serif;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.founder-award em {
  margin-top: auto;
  color: var(--lime);
  font-size: 0.72rem;
  font-style: normal;
}

.footer-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: center;
  width: 100%;
  margin: 5rem 0 0;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.footer-bottom p {
  margin: 0;
  color: #71859a;
  font-size: 0.72rem;
}

.footer-bottom a {
  color: var(--lime);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

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

@media (max-width: 650px) {
  .site-footer {
    padding: 5rem 5vw 2rem;
  }

  .footer-grid,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    gap: 0.6rem;
  }

  .footer-bottom a {
    margin-top: 1rem;
  }
}
