.instagram-float {
  z-index: 20;
  right: max(4.65rem, calc(env(safe-area-inset-right) + 4.65rem));
  bottom: max(1rem, env(safe-area-inset-bottom));
  color: #fff;
  background: linear-gradient(145deg, #833ab4, #fd1d1d 58%, #fcb045);
  border: 1px solid #ffffff42;
  border-radius: 50%;
  place-items: center;
  width: 48px;
  height: 48px;
  transition: transform .25s, box-shadow .25s;
  display: grid;
  position: fixed;
  box-shadow: 0 10px 34px #00000057;
  backdrop-filter: blur(10px);
}

.instagram-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 36px #c1358461;
}

.instagram-float:focus-visible,
.whatsapp:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.instagram-float svg {
  width: 23px;
  height: 23px;
}

.progress-ui {
  display: none !important;
}

.mark {
  width: 76px;
  height: 76px;
  overflow: visible;
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: none;
}

@media (width <= 820px) {
  .mark {
    width: 58px;
    height: 58px;
  }

  .instagram-float {
    right: max(4.4rem, calc(env(safe-area-inset-right) + 4.4rem));
    bottom: max(1rem, env(safe-area-inset-bottom));
    width: 46px;
    height: 46px;
  }
}
