.site-footer {
  color: rgba(255, 255, 255, 0.78);
  background:
    linear-gradient(135deg, rgba(4, 24, 48, 0.98), rgba(5, 35, 61, 0.96) 56%, rgba(2, 26, 38, 0.98)),
    #06182e;
}

.footer-main {
  padding: 64px 0 34px;
}

.footer-intro {
  display: block;
}

.footer-brand {
  display: grid;
  align-content: start;
  gap: 14px;
  max-width: 880px;
}

.footer-logo {
  display: inline-flex;
  width: max-content;
}

.footer-logo img {
  width: 170px;
  height: auto;
}

.footer-eyebrow {
  display: inline-flex;
  width: max-content;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  color: #b9ebff;
  background: rgba(21, 168, 232, 0.12);
  border: 1px solid rgba(21, 168, 232, 0.22);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
}

.footer-brand h2 {
  max-width: 620px;
  margin: 0;
  color: var(--white);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.08;
  letter-spacing: 0;
}

.footer-desc {
  position: relative;
  max-width: 710px;
  margin: 0;
  padding: 17px 18px 17px 22px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: inset 4px 0 0 rgba(21, 168, 232, 0.78);
  line-height: 1.62;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 4px;
}

.footer-whatsapp,
.footer-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  color: var(--white);
  font-weight: 900;
}

.footer-whatsapp {
  background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-dark));
  box-shadow: 0 14px 34px rgba(32, 192, 99, 0.18);
}

.footer-phone {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.footer-whatsapp img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.footer-phone svg {
  width: 18px;
  height: 18px;
}

.footer-link-grid {
  display: grid;
  grid-template-columns: minmax(210px, 1.2fr) repeat(5, minmax(145px, 1fr));
  gap: 30px 24px;
  margin-top: 42px;
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-column h2 {
  margin: 0 0 15px;
  color: var(--white);
  font-size: 0.98rem;
  line-height: 1.25;
  letter-spacing: 0;
}

.footer-column--primary h2 {
  color: #b9ebff;
}

.footer-column ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-column a {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.38;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-column a::before {
  content: "";
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  margin-top: 0.52em;
  border-radius: 999px;
  background: rgba(21, 168, 232, 0.62);
}

.footer-column a:hover {
  color: var(--white);
  transform: translateX(3px);
}

.footer-seo-note {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-seo-note p {
  max-width: 980px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  line-height: 1.6;
}

.footer-seo-note strong {
  color: var(--white);
}

.footer-dev {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-dev-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 20px 0;
}

.footer-dev p {
  margin: 0;
  font-size: 0.9rem;
}

.pura-credit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.pura-credit span {
  font-size: 0.84rem;
}

.pura-credit img {
  width: 132px;
  height: auto;
  max-height: 38px;
  object-fit: contain;
}

.float-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  color: var(--white);
  background: linear-gradient(135deg, var(--whatsapp), var(--whatsapp-dark));
  box-shadow: 0 18px 42px rgba(32, 192, 99, 0.34);
  transition: transform 0.2s ease;
}

.float-whatsapp:hover {
  transform: translateY(-4px) scale(1.03);
}

.float-whatsapp img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

@media (max-width: 1180px) {
  .footer-link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

@media (max-width: 680px) {
  .footer-main {
    padding: 52px 0 30px;
  }

  .footer-brand h2 {
    font-size: 1.72rem;
  }

  .footer-actions,
  .footer-whatsapp,
  .footer-phone {
    width: 100%;
  }

  .footer-link-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-top: 34px;
    padding-top: 28px;
  }

  .footer-dev-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .float-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 58px;
    height: 58px;
  }

  .float-whatsapp img {
    width: 32px;
    height: 32px;
  }
}
