body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  background: #ffffff;
  color: #64748B;
  text-align: center;
}

nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  background-color: #fff;
  padding: 1rem;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 100;
}

nav a {
  text-decoration: none;
  color: #4F46E5;
  font-weight: 600;
}

.logo {
  max-width: 200px;
  margin: 2rem auto 1rem;
  display: block;
}

.hero {
  padding: 1rem 2rem;
}

.hero h1 {
  font-size: 2.5rem;
  color: #4F46E5;
}

.hero p {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 1rem auto;
}

.screenshots {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 2rem 1rem;
}

.screenshots img {
  width: 200px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.downloads {
  margin: 2rem 0;
}

.download-button {
  display: inline-block;
  margin: 1rem;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
  color: white;
}

.ios {
   background: #ffffff;
}

.android {
  background: #ffffff;
}

/* Privacy Policy Styling */
.privacy {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  text-align: left;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #64748B;
}

.privacy h1, .privacy h2, .privacy h3 {
  color: #4F46E5;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.privacy h1 {
  font-size: 2rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5rem;
}

.privacy h2 {
  font-size: 1.5rem;
}

.privacy h3 {
  font-size: 1.2rem;
}

.privacy p {
  margin-bottom: 1rem;
}

.privacy ul {
  margin: 1rem 0;
  padding-left: 1.5rem;
  list-style-type: disc;
}

.privacy a {
  color: #4F46E5;
  text-decoration: underline;
}

.privacy strong {
  color: #334155;
}
