/* Yerel site: harici font yok; sistem yığını */
body,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7 {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Çerez bildirimi */
#cookie-consent-banner {
  position: fixed;
  z-index: 10050;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem 1.25rem;
  background: rgba(0, 39, 31, 0.97);
  color: #fff;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
}

#cookie-consent-banner[hidden],
#cookie-consent-settings[hidden] {
  display: none !important;
}

.cookie-consent-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.cookie-consent-text {
  flex: 1 1 280px;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.cookie-consent-text a {
  color: #9fd4c9;
  text-decoration: underline;
}

.cookie-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cookie-consent-actions button {
  border: none;
  cursor: pointer;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
}

.cookie-btn-accept {
  background: #2b9348;
  color: #fff;
}

.cookie-btn-reject {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

.cookie-btn-settings {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

#cookie-consent-settings {
  position: fixed;
  z-index: 10051;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.cookie-settings-dialog {
  background: #fff;
  color: #00271f;
  max-width: 420px;
  width: 100%;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.cookie-settings-dialog h2 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
}

.cookie-settings-dialog label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  font-size: 0.95rem;
}

.cookie-settings-dialog input:disabled {
  cursor: not-allowed;
}

.cookie-settings-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.25rem;
  justify-content: flex-end;
}

.cookie-settings-footer button {
  padding: 0.45rem 1rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.cid-vfPtET1TpB a.text-white {
  opacity: 1;
  text-decoration: underline;
}

@media (max-width: 576px) {
  .cookie-consent-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .cookie-consent-actions {
    justify-content: stretch;
  }
  .cookie-consent-actions button {
    flex: 1;
  }
}
