/* Final LANCO brand and interaction refinements. */
.lanco-whatsapp {
  right: 22px;
  bottom: calc(22px + env(safe-area-inset-bottom, 0px));
  z-index: 9999;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  min-height: 62px;
  padding: 0;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #16b957;
  color: #ffffff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .28);
}

.lanco-whatsapp:hover,
.lanco-whatsapp:focus-visible {
  background: #0b9f46;
  color: #ffffff;
  transform: translateY(-3px) scale(1.03);
}

.lanco-whatsapp svg {
  width: 33px;
  height: 33px;
}

.lanco-policy-content {
  max-width: 900px;
}

.lanco-policy-content h2 {
  margin: 58px 0 18px;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 500;
}

.lanco-policy-content p {
  color: #595959;
}

.lanco-about-banner img {
  object-fit: contain;
  background: #e8d8c3;
}

.lanco-figma-hero .lanco-hero-image {
  object-position: center top;
}

@media (max-width: 640px) {
  .lanco-whatsapp {
    right: 16px;
    bottom: calc(84px + env(safe-area-inset-bottom, 0px));
    width: 58px;
    height: 58px;
    min-height: 58px;
  }

  .lanco-figma-hero .lanco-hero-image {
    object-position: 68% top;
  }

  .lanco-figma-hero .lanco-hero-inner {
    align-items: flex-end;
  }

  .lanco-figma-hero .lanco-hero-copy {
    margin-bottom: 22px;
    padding: 24px;
    background: rgba(250,247,240,.9);
    backdrop-filter: blur(5px);
  }
}
