/* Reset & base */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  color: #222;
  line-height: 1.6;
}

/* Header section */
header.hero {
  background: #fff;
  padding: 2.5em 1em 2em;
  text-align: center;
  border-bottom: 1px solid #eee;
}

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

.logo {
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 20%;
  margin-bottom: 1em;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
}

.title {
  font-size: 1.9em;
  font-weight: 600;
  margin: 0.2em 0 0.3em;
  color: #222;
}

.subtitle {
  font-size: 1em;
  color: #666;
  margin: 0 0 1em;
}

.appstore-badge {
  width: 160px;
  height: auto;
  transition: transform 0.2s ease;
}

.appstore-badge:hover {
  transform: scale(1.05);
}

/* Main content */
main {
  max-width: 700px;
  margin: 2em auto;
  padding: 0 1em;
}

h2 {
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.3em;
  margin-top: 2em;
}

ul {
  list-style: none;
  padding: 0;
}

ul li {
  background: #fff;
  padding: 0.8em;
  margin: 0.5em 0;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

/* Footer */
footer {
  text-align: center;
  font-size: 0.9em;
  color: #888;
  padding: 2em 1em;
  border-top: 1px solid #eee;
}
