

/* TOP BAR */
.top-bar {
    background: #000;
    color: white;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}
/* Policy container */
.policy {
  max-width: 920px;
  margin: 120px auto;
  padding: 0 20px;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: #222;
  line-height: 1.7;
}

/* Title & meta */
.policy__title {
  font-size: 64px;
  text-align: center;
  margin-bottom: 12px;
  font-weight: 700;
  color: #1a1a1a;
}

.policy__meta {

  margin-bottom: 20px;
  font-size: 15px;
  color: #555;
}

/* Section block */
.policy__section {
  margin-bottom: 28px;
}

/* Section title */
.policy__section-title {
  font-size: 32px;
  color: #000000;
  margin: 18px 0 10px;
  font-weight: 700;
}

.policy__section h5{
  font-size: 30px;
  font-weight: 700;
  text-align: left;
}

/* Subheads inside sections */
.policy__subhead {
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 8px;
  font-weight: 600;
  color: #222;
}

/* Paragraphs */
.policy__text {
  margin-bottom: 12px;
  font-size: 20px;
  color: #333;
}

/* Lists */
.policy__list {
  margin: 10px 0 16px 20px;
  font-size: 16px;
}

/* Links */
.policy__link {
  color: #000000;
  text-decoration: none;
}

.policy__link:hover {
  text-decoration: underline;
}

/* Responsive tweaks */
@media (max-width: 640px) {
  .policy {
    margin: 30px auto;
    padding: 0 16px;
  }

  .policy__title {
    font-size: 26px;
  }

  .policy__section-title {
    font-size: 18px;
  }

  .policy__text,
  .policy__list {
    font-size: 15px;
  }
}
