/* ===========================
   Page Cover / Hero for Utility Pages
   (FAQ, Disclaimer, Terms, Cookie Policy, Sitemap,
    Internet Security Policy, Personal Data Protection)
=========================== */

.page-title-area {
  position: relative;
  overflow: hidden;
  margin-top: 0 !important;
  padding: 140px 0 60px !important;
  min-height: 320px !important;
  display: flex;
  align-items: center;
  background:
    linear-gradient(135deg, rgba(15, 42, 46, 0.95) 0%, rgba(10, 26, 32, 0.97) 100%) !important;
}

.page-title-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 250px at 25% 0%, rgba(41, 184, 139, 0.12), transparent 60%),
    radial-gradient(600px 200px at 75% 100%, rgba(41, 184, 139, 0.08), transparent 60%);
  pointer-events: none;
}

.page-title-area::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
  pointer-events: none;
  opacity: 0.5;
}

.page-title-area .shape {
  display: none !important;
}

.page-title-content {
  position: relative;
  z-index: 1;
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.page-title-content h2 {
  color: #ffffff !important;
  font-size: clamp(32px, 4vw, 50px) !important;
  font-weight: 800 !important;
  margin-bottom: 16px !important;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.page-title-content ul {
  list-style: none !important;
  padding: 10px 20px !important;
  margin: 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
}

.page-title-content ul li {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 600;
  font-size: 14px !important;
  padding: 0 !important;
  margin: 0 !important;
}

.page-title-content ul li::before {
  display: none !important;
}

.page-title-content ul li:not(:last-child)::after {
  content: "/";
  margin-left: 14px;
  opacity: 0.4;
  color: rgba(255, 255, 255, 0.7);
}

.page-title-content ul li a {
  color: rgba(255, 255, 255, 0.95) !important;
  text-decoration: none !important;
  transition: color 0.3s ease;
}

.page-title-content ul li a:hover {
  color: #29b88b !important;
}

.page-title-content ul li.active {
  color: #29b88b !important;
}

/* Responsive */
@media (max-width: 991px) {
  .page-title-area {
    padding: 120px 0 50px !important;
    min-height: 280px !important;
  }
}

@media (max-width: 575px) {
  .page-title-area {
    padding: 100px 0 40px !important;
    min-height: 240px !important;
  }

  .page-title-content ul {
    padding: 8px 14px !important;
    gap: 10px !important;
  }

  .page-title-content ul li {
    font-size: 12px !important;
  }
}
