
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', sans-serif;
}

body {
  color: white;
  background: #111;
  line-height: 1.6;
}

.hero {
  background: url('rightside_landing_assets/background.jpg') center center/cover no-repeat;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay {
  background: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  padding: 2rem;
  text-align: center;
}

.content {
  max-width: 600px;
  margin: auto;
}

h1 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.highlight {
  color: #ff3c3c;
}

.subheading {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.logo {
  width: 180px;
  margin: 1rem 0;
}

.cta {
  padding: 0.75rem 1.5rem;
  background: #ff3c3c;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

section {
  padding: 3rem 2rem;
  background: #0a0a0a;
  text-align: center;
}

section h2, section h3 {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
  color: white;
}

section ul {
  list-style: none;
}

section ul li {
  margin: 1rem 0;
  font-size: 1.1rem;
  color: #ccc;
}

.about p {
  margin-bottom: 1rem;
  color: #ddd;
}

.downloads .store-badge {
  width: 180px;
  margin: 1rem auto;
}

.join-msg {
  font-size: 1rem;
  color: #ccc;
  max-width: 500px;
  margin: 1rem auto;
}
        