.site-footer {
  position: relative;
  isolation: isolate;
  width: 100%;
  padding-top: clamp(58px, 7vw, 108px);
  color: rgba(255, 253, 248, 0.78);
  background:
    linear-gradient(120deg, rgba(7, 29, 54, 0.94), rgba(75, 59, 44, 0.78)),
    url("../../img/landscape-alt.jpg") center / cover no-repeat;
  overflow: hidden;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 16%, rgba(217, 204, 186, 0.22), transparent 28%),
    linear-gradient(180deg, rgba(7, 29, 54, 0.18), rgba(7, 29, 54, 0.72));
}

.site-footer::after {
  content: "";
  position: absolute;
  right: -10vw;
  bottom: 10%;
  z-index: -1;
  width: min(720px, 62vw);
  aspect-ratio: 1 / 1;
  background: url("../../img/contact-pattern.png") center / contain no-repeat;
  filter: invert(1);
  opacity: 0.08;
}

.site-footer__cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 760px) minmax(280px, 430px);
  align-items: end;
  justify-content: space-between;
  gap: clamp(32px, 5vw, 76px);
  padding-bottom: clamp(42px, 6vw, 76px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.site-footer__cta-copy {
  display: grid;
  gap: 22px;
}

.site-footer__cta h2 {
  margin: 0;
  max-width: 760px;
  color: var(--color-white);
  font-size: clamp(2.45rem, 5vw, 5.8rem);
  line-height: 0.98;
  letter-spacing: -0.07em;
  font-weight: 900;
}

.site-footer__cta-copy p:not(.eyebrow) {
  margin: 0;
  max-width: 600px;
  color: rgba(255, 253, 248, 0.82);
  font-size: clamp(1.05rem, 1.35vw, 1.3rem);
  line-height: 1.55;
  font-weight: 700;
}

.site-footer__cta-actions {
  display: grid;
  gap: 20px;
  justify-items: start;
}

.site-footer__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.site-footer__bullets {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 253, 248, 0.78);
  font-weight: 800;
}

.site-footer__bullets li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.site-footer__bullets li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  background: var(--color-beige);
  border-radius: 999px;
}

.site-footer__main {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) minmax(260px, 0.85fr) minmax(160px, 0.5fr) minmax(170px, 0.45fr);
  gap: clamp(34px, 5vw, 78px);
  align-items: start;
  padding-block: clamp(46px, 6vw, 78px);
}

.site-footer__brand {
  display: grid;
  gap: 26px;
  max-width: 520px;
}

.site-footer__brand img {
  width: clamp(184px, 18vw, 280px);
}

.site-footer__brand p {
  margin: 0;
  max-width: 440px;
  color: rgba(255, 253, 248, 0.86);
  font-size: clamp(1.28rem, 2vw, 2rem);
  line-height: 1.28;
  letter-spacing: -0.035em;
  font-weight: 900;
}

.site-footer__address,
.site-footer__nav,
.site-footer__connect {
  display: grid;
  gap: 14px;
  margin: 0;
  font-style: normal;
}

.site-footer__address span,
.site-footer__nav span,
.site-footer__connect > span {
  color: var(--color-beige-soft);
  font-size: 0.78rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 900;
}

.site-footer__address strong {
  color: var(--color-white);
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 900;
}

.site-footer__address p,
.site-footer__connect p {
  margin: 0;
  color: rgba(255, 253, 248, 0.74);
  font-size: 0.96rem;
  line-height: 1.55;
  font-weight: 700;
}

.site-footer__address a {
  width: fit-content;
  margin-top: 8px;
  padding: 13px 18px;
  color: var(--color-navy-deep);
  background: var(--color-paper);
  border: 1px solid rgba(255, 253, 248, 0.56);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 900;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.site-footer__address a:hover {
  color: var(--color-white);
  background: rgba(186, 168, 144, 0.28);
  transform: translateY(-2px);
}

.site-footer__nav a {
  width: fit-content;
  color: rgba(255, 253, 248, 0.76);
  font-size: 0.94rem;
  font-weight: 800;
  transition: color 180ms ease, transform 180ms ease;
}

.site-footer__nav a:hover {
  color: var(--color-white);
  transform: translateX(4px);
}

.site-footer__social {
  display: flex;
  gap: 10px;
}

.site-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  backdrop-filter: blur(10px);
  transition: transform 180ms ease, background 180ms ease;
}

.site-footer__social a:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.site-footer__social svg,
.site-footer__absolute svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.site-footer__absolute {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px 0;
  color: rgba(255, 255, 255, 0.68);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 0.8125rem;
  font-weight: 800;
}

.site-footer__absolute span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.site-footer__absolute svg {
  color: #ffd5d5;
}

.site-footer__absolute a {
  color: var(--color-white);
}

.site-footer__absolute a:hover {
  color: var(--color-beige-soft);
}

.floating-whatsapp {
  position: fixed;
  right: clamp(18px, 3vw, 34px);
  bottom: clamp(18px, 3vw, 34px);
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 20px;
  color: var(--color-white);
  background: #25d366;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  box-shadow: 0 16px 36px -10px rgba(37, 211, 102, 0.65);
  font-size: 0.92rem;
  font-weight: 900;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px -10px rgba(37, 211, 102, 0.78);
}

.floating-whatsapp svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

@media (max-width: 1180px) {
  .site-footer__cta {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .site-footer__main {
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  }
}

@media (max-width: 760px) {
  .site-footer {
    padding-top: 56px;
    background-position: center bottom;
  }

  .site-footer__cta {
    gap: 28px;
    padding-bottom: 38px;
  }

  .site-footer__cta-buttons,
  .site-footer__cta-buttons .button {
    width: 100%;
  }

  .site-footer__main {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 42px;
  }

  .site-footer__brand p {
    font-size: 1.38rem;
  }

  .site-footer__absolute {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 88px;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 56px;
    min-height: 56px;
    justify-content: center;
    padding: 0;
  }

  .floating-whatsapp span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
}
