
body {
  margin: 0;
  font-family: 'Arial', sans-serif;
  background: #000;
  color: #fff;
  text-align: center;
}
.hero-img {
  width: 100%;
  max-width: 100%;
}
.actions {
  margin: 20px;
}
.btn {
  background: red;
  color: white;
  padding: 10px 20px;
  margin: 10px;
  display: inline-block;
  text-decoration: none;
  border-radius: 5px;
}
.footer {
  margin-top: 30px;
}
.lang-toggle {
  position: absolute;
  top: 10px;
  right: 10px;
}
.sedo-chat {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.sedo-box {
  display: none;
  background: #111;
  padding: 10px;
  border-radius: 8px;
}
.sedo-box.open {
  display: block;
}
.sedo-box input {
  width: 90%;
  padding: 5px;
  margin-top: 10px;
}
