/* Carta benvinguda ?de=com — baixa 30 nov 2026 */
.es-benv {
  position: fixed;
  left: 1.15rem;
  bottom: 1.15rem;
  z-index: 80;
  width: min(22.5rem, calc(100vw - 2.3rem));
  padding: 1.15rem 1.2rem 1.05rem;
  background: #e5ddd1;
  color: #2f2f2f;
  border: 1px solid #da5026;
  border-radius: 0.2rem 1.15rem 0.85rem 0.35rem;
  box-shadow: 0 10px 36px rgba(47, 47, 47, 0.12);
  font-family: Inter, system-ui, sans-serif;
}
.es-benv[hidden] { display: none !important; }
.es-benv__title {
  margin: 0 0 0.45rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.15;
  color: #3a595b;
}
.es-benv__text {
  margin: 0 0 0.4rem;
  font-size: 0.92rem;
  line-height: 1.45;
}
.es-benv__text a {
  color: #da5026;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}
.es-benv__ok {
  display: inline-block;
  margin-top: 0.45rem;
  padding: 0.42rem 0.95rem 0.46rem;
  border: 0;
  border-radius: 999px;
  background: #da5026;
  color: #f6f0e8;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}
.es-benv__ok:hover { background: #c2461f; }

/* El requadre JPO (z-index 9997) ocupa el mateix racó. La carta puja, no es tapa. */
body:has(.es-jpo-launcher:not([hidden])) .es-benv {
  bottom: 6.9rem;
}

@media (max-width: 640px) {
  .es-benv {
    left: 0.75rem;
    bottom: 0.85rem;
    width: calc(100vw - 1.5rem);
  }
  body:has(.es-jpo-launcher:not([hidden])) .es-benv {
    bottom: 6.5rem;
  }
}
