*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  background: #111212;
  color: #ffffff;
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

a:hover {
  opacity: 0.7;
}

.policy {
  width: 100%;
  max-width: 860px;
  margin: 0;
  padding: 28px 36px 96px;
  text-align: left;
}

.policy__back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 0 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.policy__back:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.35);
}

.policy__back-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.policy__header {
  margin-bottom: 56px;
}

.policy__title {
  margin: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.policy__brand {
  margin: 14px 0 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ffffff;
}

.policy__updated {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 400;
  color: #888888;
}

.policy__content section {
  margin-bottom: 48px;
}

.policy__content h2 {
  margin: 0 0 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
}

.policy__content h3 {
  margin: 28px 0 12px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
  color: #ffffff;
}

.policy__content p {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: #c8c8c8;
}

.policy__content ul {
  margin: 0 0 14px;
  padding-left: 22px;
}

.policy__content li {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: #c8c8c8;
}

.policy__content li:last-child {
  margin-bottom: 0;
}

.policy__content strong {
  color: #ffffff;
  font-weight: 600;
}

.policy__content a {
  color: #ffffff;
  text-decoration: none;
}

.policy__content a:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .policy {
    padding: 24px 20px 72px;
  }

  .policy__back {
    width: 40px;
    height: 40px;
    margin-bottom: 24px;
  }

  .policy__header {
    margin-bottom: 40px;
  }

  .policy__title {
    font-size: 32px;
  }

  .policy__brand {
    font-size: 14px;
  }

  .policy__content section {
    margin-bottom: 40px;
  }

  .policy__content h2 {
    font-size: 22px;
  }

  .policy__content h3 {
    font-size: 16px;
    margin-top: 24px;
  }

  .policy__content p,
  .policy__content li {
    font-size: 15px;
  }
}
