﻿.privacy-hero {
  min-height: 180px;
  display: flex;
  align-items: flex-end;
  padding: 14px 0;
  background-image: linear-gradient(rgba(10, 25, 40, 0.35), rgba(10, 25, 40, 0.35)), url("../img/18.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.privacy-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.privacy-breadcrumb li {
  color: #fff;
  font-size: 0.92rem;
}

.privacy-breadcrumb li + li::before {
  content: ">";
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.7);
}

.privacy-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.privacy-breadcrumb a:hover {
  text-decoration: underline;
}

.privacy-page {
  background: #fff;
}

.privacy-container {
  background: #fff;
}

.privacy-title {
  font-weight: 700;
}

.privacy-subtitle {
  font-size: 0.95rem;
}

.privacy-section-heading {
  font-weight: 600;
  margin-bottom: 0.6rem;
}

.privacy-text {
  font-size: 1rem;
  line-height: 1.7;
}

.privacy-list {
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.privacy-list-item {
  margin-bottom: 0.4rem;
}

.privacy-divider {
  border: 0;
  border-top: 1px solid #dee2e6;
  margin: 1rem 0;
}

@media (max-width: 576px) {
  .privacy-hero {
    min-height: 135px;
    padding: 10px 0;
  }

  .privacy-title {
    font-size: 1.7rem;
  }

  .privacy-text {
    font-size: 0.95rem;
  }
}
