.policy-page {
  min-height: calc(100vh - 200px);
  background-color: #eef2f6;
  padding: 90px 20px 48px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.policy-page,
.policy-page * {
  text-transform: none !important;
}

.policy-card {
  width: 100%;
  max-width: 760px;
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 32px 28px 20px;
  color: #4c5564;
}

.policy-title {
  margin: 0 0 16px;
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  color: #1f2937;
}

.policy-section {
  margin-bottom: 24px;
}

.policy-section:last-child {
  margin-bottom: 0;
}

.policy-section h2 {
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.3;
  font-weight: 700;
  color: #1f2937;
}

.policy-section h3 {
  margin: 12px 0 6px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #1f2937;
}

.policy-section p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

@media (max-width: 768px) {
  .policy-card {
    padding: 24px 16px 18px;
  }

  .policy-title {
    font-size: 32px;
  }

  .policy-section h2 {
    font-size: 22px;
  }

  .policy-section h3 {
    font-size: 18px;
  }
}
