.site-footer {
  position: relative;
  isolation: isolate;
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding: clamp(4.5rem, 7vw, 6.75rem) 0 0;
  background: #070b24;
  color: rgba(255, 255, 255, 0.76);
  font-family: var(--body-font, "Manrope", Arial, sans-serif);
}

.site-footer::before,
.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.site-footer::after {
  z-index: -2;
  background: url("../images/background/7.webp") center 62% / cover no-repeat;
  opacity: 0.52;
}

.site-footer::before {
  z-index: -1;
  background:
    linear-gradient(
      180deg,
      rgba(5, 8, 27, 0.98) 0%,
      rgba(7, 10, 34, 0.94) 24%,
      rgba(8, 12, 42, 0.91) 65%,
      rgba(4, 7, 24, 0.98) 100%
    );
}

.site-footer,
.site-footer * {
  box-sizing: border-box;
}

.site-footer-inner {
  width: min(100% - 48px, 1460px);
  margin-inline: auto;
}

.site-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.9fr) minmax(0, 1.35fr);
  gap: clamp(1.75rem, 3vw, 3.5rem);
  align-items: start;
}

.site-footer section {
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.site-footer section::before,
.site-footer section::after {
  display: none !important;
}

.site-footer h3,
.site-footer h4,
.site-footer p {
  margin-top: 0;
}

.site-footer h3,
.site-footer h4 {
  background: none;
  color: #fff;
  -webkit-background-clip: border-box;
  -webkit-text-fill-color: currentColor;
}

.site-footer h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.25rem, 1.6vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #a987ff;
}

.site-footer a:focus-visible {
  border-radius: 4px;
  outline: 2px solid #8b5cf6;
  outline-offset: 4px;
}

.site-footer-logo-cutout {
  width: min(100%, 310px);
  margin-bottom: 1rem;
  overflow: hidden;
  border: 1px solid rgba(151, 112, 255, 0.22);
  border-radius: 16px;
  background: #050817;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.site-footer-logo {
  display: block;
  width: 100%;
  height: auto;
}

.site-footer-company > p {
  max-width: 42ch;
  margin-bottom: 1.05rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  line-height: 1.55;
}

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

.site-footer-website {
  width: fit-content;
  border-bottom: 1px solid rgba(151, 112, 255, 0.52);
  color: #fff !important;
  font-weight: 700;
}

.site-footer-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.9rem;
}

.site-footer-social-links a {
  font-size: 0.78rem;
  font-weight: 600;
}

.site-footer-office-list,
.site-footer-actions {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-office-list {
  display: grid;
  gap: 0.85rem;
}

.site-footer-office-list li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  line-height: 1.5;
}

.site-footer-office-list strong {
  display: block;
  margin-bottom: 0.15rem;
  color: #fff;
  font-weight: 700;
}

.site-footer-icon {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: #8b5cf6;
}

.site-footer-icon svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.site-footer-actions a {
  display: flex;
  min-height: auto;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: left;
}

.site-footer-actions a:hover,
.site-footer-actions a:focus-visible {
  border-color: transparent;
  background: transparent;
}

.site-footer-people {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.15rem, 2vw, 2rem);
}

.site-footer-contact-col {
  display: grid;
  align-content: start;
  gap: 1.15rem;
}

.site-footer-person-group {
  padding-left: 0.8rem;
  border-left: 2px solid rgba(139, 92, 246, 0.58);
}

.site-footer-person-heading {
  margin-bottom: 0.55rem;
  color: #a987ff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.site-footer-person + .site-footer-person {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer-person h4 {
  margin-bottom: 0.2rem;
  font-size: 0.88rem;
  font-weight: 700;
}

.site-footer-person p {
  margin-bottom: 0.35rem;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.73rem;
}

.site-footer-person a {
  display: block;
  width: fit-content;
  max-width: 100%;
  overflow-wrap: anywhere;
  font-size: 0.74rem;
  line-height: 1.5;
}

.site-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: clamp(4rem, 6vw, 5.5rem);
  padding: 1.3rem 0 1.65rem;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.site-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.7rem;
}

@media (max-width: 1100px) {
  .site-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .site-footer-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .site-footer {
    padding-top: 4.5rem;
  }

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

  .site-footer-contact {
    grid-column: auto;
  }

  .site-footer-company > p {
    max-width: 58ch;
  }
}

@media (max-width: 640px) {
  .site-footer {
    text-align: center;
  }

  .site-footer::after {
    background-position: 68% center;
  }

  .site-footer-inner {
    width: min(100% - 30px, 1460px);
  }

  .site-footer-logo-cutout,
  .site-footer-company > p,
  .site-footer-website,
  .site-footer-person a {
    margin-right: auto;
    margin-left: auto;
  }

  .site-footer-social-links {
    justify-content: center;
  }

  .site-footer-office-list li {
    display: block;
  }

  .site-footer-icon {
    display: none;
  }

  .site-footer-actions,
  .site-footer-people {
    grid-template-columns: 1fr;
  }

  .site-footer-actions a {
    justify-content: center;
    text-align: center;
  }

  .site-footer-person-group {
    padding-left: 0;
    border-left: 0;
  }

  .site-footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-footer a {
    transition: none;
  }
}

body.footer-tools-hidden .convince-boss-btn,
body.footer-tools-hidden .request-speaker,
body.footer-tools-hidden .why-conference-float,
body.footer-tools-hidden .float-text,
body.footer-tools-hidden .ai-itinerary {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
