[data-lang] {
  display: none;
}

[data-lang].active {
  display: block !important;
}
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Inter', sans-serif;
  /* background: black; */
  color: white;
}

#bg-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  background: black;
  opacity: 0.2;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 100%;
  padding-bottom: 3em;
}

header {
  text-align: center;
  padding: 2em;
  background: rgba(245, 124, 0, 0.8);
}

nav {
  margin-top: 1em;
}

nav a {
  color: white;
  margin: 0 1em;
  text-decoration: none;
  font-weight: bold;
}

main {
  max-width: 800px;
  margin: auto;
  padding: 2em;
}

img {
  border-radius: 12px;
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5em auto;
}

.qrcode {
  margin: 2em auto;
  background: white;
  border: 8px solid #f57c00;
  padding: 1em;
  width: fit-content;
}

.copy-code {
  background: #fff3e0;
  color: black;
  padding: 1em;
  font-family: monospace;
  word-break: break-word;
  border-left: 5px solid #f57c00;
  cursor: pointer;
}

footer {
  max-width: 80%;
  margin: 2em auto;
  text-align: center;
  color: #ccc;
}

.donation-total {
  font-size: 1.5em;
  font-weight: bold;
  margin: 1em 0;
}

h1,
h2 {
  font-weight: 600;
}
#btn-doar,
#btn-doar-en {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #f57c00;
  color: white;
  border: none;
  padding: 0.8em 1.2em;
  font-size: 1em;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  z-index: 10;
}

#btn-doar:hover,
#btn-doar-en:hover {
  background-color: #e06600;
}

.copy-btn {
  background-color: #f57c00;
  color: white;
  border: none;
  padding: 0.3em 0.8em;
  margin-left: 0.5em;
  font-size: 0.9em;
  border-radius: 4px;
  cursor: pointer;
}

.copy-btn:hover {
  background-color: #e06600;
}

@media (max-width: 480px) {
  #btn-doar,
  #btn-doar-en {
    bottom: 15px;
    right: 15px;
    padding: 0.6em 1em;
    font-size: 0.9em;
  }

  #tooltip-msg {
    bottom: 70px;
    right: 15px;
  }
}
