

.page-section {
  padding: 5rem 0;
}

.page-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #1C3557;
  margin-bottom: 0.5rem;
  text-align: center;
}

.page-updated {
  text-align: center;
  font-size: 0.9rem;
  color: #6B7280;
  margin-bottom: 3rem;
}

.policy-content {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.8;
}

.policy-section-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #1C3557;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.policy-content p {
  font-size: 1rem;
  color: #2D2D2D;
  margin-bottom: 1.5rem;
}

.policy-list {
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}

.policy-list li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.75rem;
  color: #2D2D2D;
  font-size: 1rem;
}

.policy-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #F5821F;
  font-weight: 700;
}

.policy-contact {
  background: #F7F8FA;
  padding: 1.5rem;
  border-radius: 8px;
  border-left: 4px solid #F5821F;
  margin-top: 1.5rem;
}

.policy-contact p {
  margin-bottom: 0.5rem;
}

.policy-contact a {
  color: #F5821F;
  font-weight: 600;
}

.policy-contact a:hover {
  text-decoration: underline;
}

.about-block {
  margin-bottom: 4rem;
  padding: 0 2rem;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.about-block__title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1C3557;
  margin-bottom: 1.25rem;
}

.about-block__text {
  font-size: 1rem;
  color: #2D2D2D;
  line-height: 1.8;
  margin-bottom: 1rem;
}

.about-block__photo {
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .page-title { font-size: 1.8rem; }
  .about-block { padding: 0 1rem; }
  .policy-section-title { font-size: 1.1rem; }
  .about-block__title { font-size: 1.4rem; }
}
