body {
  background-color: #001631;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background-image: url('/public/images/lines-404.webp');
}

.policy-container {
  --modal-space: 40px;
  --modal-height: calc(100vh - calc(var(--modal-space) * 2));
  width: 100%;
  min-width: 320px;
  padding: 32px;
  background-color: #f2f4f6;
  border-radius: 20px;
  max-width: 1200px;
  margin: 70px auto;
  box-sizing: border-box;
}

.policy-title {
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
  color: #001631;
}

.policy-content h4 {
  font-size: 19px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
}


.policy-content p {
  color: #001631;
  font-size: 15px;
  line-height: 1.2;
}

.policy-content a {
  color: #3e45ff;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

@media (max-width: 1024px) {
  .policy-title {
    font-size: 32px;
    line-height: 34px;
  }
  
  .policy-content h4 {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .policy-title {
    font-size: 28px;
    line-height: 32px;
  }
  
  .policy-content h4 {
    font-size: 17px;
  }

  .policy-content p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .policy-title {
    font-size: 24px;
    line-height: 28px;
  }
  
  .policy-content h4 {
    font-size: 16px;
  }

  .policy-content p {
    font-size: 13px;
  }
}
