:root {
  --bg: #fdf9ef;
  --green: #123f2a;
  --gold: #c9a04f;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--green);
  font-family: Arial, Helvetica, sans-serif;
}

.page-shell {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: var(--bg);
}

.landing-art {
  position: relative;
  width: min(100%, 1201px);
  margin: 0 auto;
  line-height: 0;
}

.landing-image {
  display: block;
  width: 100%;
  height: auto;
}

.hotspot {
  position: absolute;
  display: block;
  border-radius: 10px;
  text-decoration: none;
  outline-offset: 4px;
}

.hotspot:focus-visible {
  outline: 3px solid var(--gold);
  background: rgba(201, 160, 79, 0.16);
}

.hero-whatsapp {
  left: 6.3%;
  top: 22.05%;
  width: 27.3%;
  height: 2.7%;
}

.therapy-psicanalise {
  left: 7%;
  top: 38.9%;
  width: 20.2%;
  height: 9.8%;
}

.therapy-mesa {
  left: 29%;
  top: 38.9%;
  width: 20.3%;
  height: 9.8%;
}

.therapy-apometria {
  left: 51%;
  top: 38.9%;
  width: 20.2%;
  height: 9.8%;
}

.therapy-constelacao {
  left: 73%;
  top: 38.9%;
  width: 20.2%;
  height: 9.8%;
}

.therapy-hipnose {
  left: 7%;
  top: 50.2%;
  width: 20.2%;
  height: 9.8%;
}

.therapy-reiki {
  left: 29%;
  top: 50.2%;
  width: 20.3%;
  height: 9.8%;
}

.therapy-florais {
  left: 51%;
  top: 50.2%;
  width: 20.2%;
  height: 9.8%;
}

.therapy-agendamento {
  left: 73%;
  top: 50.2%;
  width: 20.2%;
  height: 9.8%;
}

.method-whatsapp {
  left: 66.7%;
  top: 91.25%;
  width: 23.8%;
  height: 2.4%;
  border-radius: 24px;
}

.privacy-link {
  left: 38.7%;
  top: 98.25%;
  width: 14.1%;
  height: 1.15%;
}

.contact-link {
  left: 56.7%;
  top: 98.25%;
  width: 6.2%;
  height: 1.15%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
