*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: Georgia, 'Times New Roman', serif;
  color: #222;
  background-color: #faf9f7;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}

a {
  color: #4A2270;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Landing page */

.landing {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  padding: 56px 24px 40px;
}

.app-icon {
  width: 108px;
  height: 108px;
  border-radius: 24px;
  margin-bottom: 28px;
  box-shadow: 0 4px 20px rgba(74, 34, 112, 0.15);
}

.app-name {
  font-size: 2.4rem;
  color: #4A2270;
  font-weight: normal;
  letter-spacing: 0.03em;
  margin: 0 0 8px;
}

.tagline {
  font-size: 1.05rem;
  color: #888;
  font-style: italic;
  margin: 0 0 36px;
}

.description {
  font-size: 1rem;
  max-width: 500px;
  color: #555;
  margin: 0 auto 44px;
}

.app-store-badge {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  background: #111;
  color: #fff;
  text-decoration: none;
  padding: 11px 28px 12px;
  border-radius: 10px;
  line-height: 1.25;
  margin-bottom: 36px;
  transition: opacity 0.15s;
}

.app-store-badge:hover {
  opacity: 0.85;
  text-decoration: none;
}

.app-store-badge small {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  opacity: 0.75;
}

.app-store-badge span {
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.nav-links {
  font-size: 0.85rem;
  color: #aaa;
  margin-bottom: 48px;
}

.nav-links a {
  color: #999;
}

.site-footer {
  font-size: 0.8rem;
  color: #bbb;
}

.site-footer a {
  color: #bbb;
}

/* Privacy policy */

.policy-wrap {
  max-width: 680px;
  margin: 0 auto;
  padding: 48px 24px 72px;
}

.policy-wrap .site-header {
  margin-bottom: 40px;
}

.policy-wrap .site-header a {
  font-size: 0.9rem;
  color: #999;
}

.policy-wrap h1 {
  font-size: 1.7rem;
  color: #4A2270;
  font-weight: normal;
  margin: 0 0 4px;
}

.policy-wrap .updated {
  color: #999;
  font-size: 0.88rem;
  margin: 0 0 2em;
  display: block;
}

.policy-wrap h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  margin: 2.2em 0 0.4em;
  letter-spacing: 0.01em;
}

.policy-wrap p {
  font-size: 0.97rem;
  color: #555;
  margin: 0 0 0.8em;
}

.policy-wrap ul {
  padding-left: 1.5em;
  margin: 0.4em 0 0.8em;
}

.policy-wrap li {
  font-size: 0.97rem;
  color: #555;
  margin-bottom: 0.25em;
}

.policy-wrap .site-footer {
  margin-top: 56px;
  padding-top: 20px;
  border-top: 1px solid #e8e4e0;
}
