body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #1c1c1e;
    background-color: #fff;
    line-height: 1.6;
}

.hero {
    padding: 60px 20px;
    text-align: center;
    background: #f5f5f7;
}

.hero h1 {
    font-size: 3em;
    margin-bottom: 0.5em;
}

.hero p {
    font-size: 1.2em;
    max-width: 600px;
    margin: 0 auto 1.5em;
}

.button {
    background-color: #0071e3;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 20px;
    background-color: #fff;
}

.features div {
    flex: 1 1 300px;
    padding: 20px;
    max-width: 400px;
}

.policy {
    background: #f2f2f2;
    padding: 40px 20px;
    text-align: center;
}

footer {
    text-align: center;
    padding: 20px;
    font-size: 0.9em;
    background: #f5f5f7;
}

a {
    color: #0071e3;
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    text-decoration: underline;
}


.policy-container {
  background: #fff;
  max-width: 700px;
  margin: 40px auto;
  padding: 40px 32px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
}

.policy-container h1 {
  font-size: 2.6em;
  margin-top: 0;
  font-weight: 800;
}

.policy-date {
  color: #6e6e73;
  font-size: 1em;
  margin-bottom: 2em;
}

.policy-content p {
  margin: 1.2em 0;
  font-size: 1.12em;
}

.policy-content strong {
  font-weight: 700;
  font-size: 1.05em;
  display: block;
  margin-top: 1.5em;
}

.back-link {
  margin-top: 2em;
  font-size: 1em;
}