.page-hero--sm {
  min-height: 700px;
  padding: clamp(80px, 12vh, 130px) 0 clamp(40px, 6vh, 70px);
}

.gizlilik-body {
  background: #fff7f1;
  padding: clamp(50px, 8vh, 90px) 0 clamp(60px, 10vh, 110px);
}
.gizlilik-content {
  max-width: 800px;
  margin: 0 auto;
}

.gizlilik-intro {
  font-size: 15px;
  line-height: 1.85;
  color: var(--color-dark-brown, #745944);
  opacity: 0.85;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(190, 96, 27, 0.15);
}

.gizlilik-section {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(116, 89, 68, 0.1);
}
.gizlilik-section:last-of-type {
  border-bottom: none;
}

.gizlilik-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-display, "Playfair Display", serif);
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 700;
  color: var(--color-dark-brown, #745944);
  margin-bottom: 16px;
}
.gizlilik-heading span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #be601b;
  color: #fff;
  font-family: var(--font-primary, "Poppins", sans-serif);
  font-size: 13px;
  font-weight: 600;
  flex-shrink: 0;
}

.gizlilik-section p {
  font-size: 14.5px;
  line-height: 1.85;
  color: var(--color-dark-brown, #745944);
  opacity: 0.78;
  margin-bottom: 12px;
}

.gizlilik-list {
  list-style: none;
  padding: 0;
  margin: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.gizlilik-list li {
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--color-dark-brown, #745944);
  opacity: 0.78;
  padding-left: 22px;
  position: relative;
}
.gizlilik-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #be601b;
  opacity: 0.6;
}

.gizlilik-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 16px 0;
}
.gizlilik-contact a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 1.5px solid rgba(190, 96, 27, 0.3);
  border-radius: 100px;
  color: #be601b;
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 500;
  font-family: var(--font-primary, "Poppins", sans-serif);
  transition:
    background 0.25s,
    color 0.25s;
}
.gizlilik-contact a:hover {
  background: #be601b;
  color: #fff;
  border-color: #be601b;
}

.gizlilik-footer-note {
  margin-top: 40px;
  padding: 24px 28px;
  background: rgba(190, 96, 27, 0.06);
  border-left: 3px solid #be601b;
  border-radius: 0 10px 10px 0;
  font-size: 13.5px;
  line-height: 1.8;
  color: var(--color-dark-brown, #745944);
  opacity: 0.8;
}

.footer-legal {
  font-size: 12.5px;
  color: var(--color-dark-brown, #745944);
  opacity: 0.6;
  text-decoration: none;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.footer-legal:hover {
  opacity: 1;
  color: #be601b;
}

@media (max-width: 575.98px) {
  .gizlilik-heading span {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .page-hero--sm {
    min-height: 220px;
  }
}
