/* Pazarmetrik SEO araçları — hesaplayıcı stilleri —hasancancap */

.pzm-calc {
  --pzm-calc-radius: 1.25rem;
}

.pzm-calc-card {
  border-radius: var(--pzm-calc-radius);
  border: 1px solid rgb(0 0 0 / 8%);
  background: #fff;
  box-shadow: 0 8px 40px rgb(0 0 0 / 6%);
}

.dark .pzm-calc-card {
  border-color: rgb(255 255 255 / 8%);
  background: rgb(30 30 30);
  box-shadow: 0 8px 40px rgb(0 0 0 / 25%);
}

.pzm-calc-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.375rem;
  color: rgb(0 0 0 / 70%);
}

.dark .pzm-calc-label {
  color: rgb(255 255 255 / 75%);
}

.pzm-calc-input,
.pzm-calc-select {
  width: 100%;
  border-radius: 0.75rem;
  border: 1px solid rgb(0 0 0 / 12%);
  background: rgb(248 248 248);
  padding: 0.625rem 0.875rem;
  font-size: 0.9375rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.dark .pzm-calc-input,
.dark .pzm-calc-select {
  border-color: rgb(255 255 255 / 12%);
  background: rgb(20 20 20);
  color: #fff;
}

.pzm-calc-input:focus,
.pzm-calc-select:focus {
  outline: none;
  border-color: rgb(234 179 8);
  box-shadow: 0 0 0 3px rgb(234 179 8 / 20%);
}

.pzm-calc-result {
  border-radius: 1rem;
  padding: 1.25rem;
  background: linear-gradient(135deg, rgb(254 252 232) 0%, rgb(254 249 195) 100%);
}

.dark .pzm-calc-result {
  background: linear-gradient(135deg, rgb(50 45 20) 0%, rgb(40 35 15) 100%);
}

.pzm-calc-result--loss {
  background: linear-gradient(135deg, rgb(254 242 242) 0%, rgb(254 226 226) 100%);
}

.dark .pzm-calc-result--loss {
  background: linear-gradient(135deg, rgb(50 20 20) 0%, rgb(40 15 15) 100%);
}

.pzm-calc-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px dashed rgb(0 0 0 / 8%);
  font-size: 0.9375rem;
}

.dark .pzm-calc-line {
  border-bottom-color: rgb(255 255 255 / 8%);
}

.pzm-calc-line:last-child {
  border-bottom: none;
}

.pzm-calc-line--total {
  font-weight: 600;
  font-size: 1.0625rem;
  padding-top: 0.75rem;
  margin-top: 0.25rem;
  border-top: 2px solid rgb(0 0 0 / 12%);
  border-bottom: none;
}

.dark .pzm-calc-line--total {
  border-top-color: rgb(255 255 255 / 15%);
}

.pzm-calc-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: 9999px;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  background: rgb(234 179 8 / 15%);
  color: rgb(161 98 7);
}

.dark .pzm-calc-badge {
  background: rgb(234 179 8 / 20%);
  color: rgb(250 204 21);
}

.pzm-seo-faq details {
  border-bottom: 1px solid rgb(0 0 0 / 8%);
  padding: 1rem 0;
}

.dark .pzm-seo-faq details {
  border-bottom-color: rgb(255 255 255 / 8%);
}

.pzm-seo-faq summary {
  cursor: pointer;
  font-weight: 500;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.pzm-seo-faq summary::-webkit-details-marker {
  display: none;
}

.pzm-seo-faq summary::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: 300;
  flex-shrink: 0;
}

.pzm-seo-faq details[open] summary::after {
  content: "−";
}

.pzm-tool-card {
  border-radius: 1rem;
  border: 1px solid rgb(0 0 0 / 8%);
  padding: 1.5rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.dark .pzm-tool-card {
  border-color: rgb(255 255 255 / 8%);
}

.pzm-tool-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgb(0 0 0 / 8%);
}

/* Özellikler kartı — Remix Icon —hasancancap */
.pzm-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.875rem;
  background: rgba(165, 133, 255, 0.12);
  color: #7c5ce0;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1rem;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.dark .pzm-feature-icon {
  background: rgba(165, 133, 255, 0.18);
  color: #c4b5fd;
}

.pzm-tool-card:hover .pzm-feature-icon {
  background: rgba(165, 133, 255, 0.2);
  transform: scale(1.05);
}

/* Entegrasyonlar — marketplace rozeti —hasancancap */
.pzm-integration-badge {
  display: inline-block;
  padding: 0.2rem 0.65rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
  color: #7c5ce0;
  background: rgba(165, 133, 255, 0.12);
  border: 1px solid rgba(165, 133, 255, 0.2);
}

.dark .pzm-integration-badge {
  color: #c4b5fd;
  background: rgba(165, 133, 255, 0.16);
  border-color: rgba(165, 133, 255, 0.28);
}

.pzm-seo-cta {
  border-radius: 1.5rem;
  background: linear-gradient(135deg, rgb(17 17 17) 0%, rgb(40 40 40) 100%);
  color: #fff;
  padding: 3rem 2rem;
  text-align: center;
}

.pzm-seo-cta h2,
.pzm-seo-cta .pzm-seo-cta-title {
  color: #fff !important;
}

.pzm-seo-cta p,
.pzm-seo-cta .pzm-seo-cta-text {
  color: rgb(255 255 255 / 0.88) !important;
}

.dark .pzm-seo-cta {
  background: linear-gradient(135deg, rgb(234 179 8) 0%, rgb(202 138 4) 100%);
  color: rgb(17 17 17);
}

.dark .pzm-seo-cta h2,
.dark .pzm-seo-cta .pzm-seo-cta-title {
  color: rgb(17 17 17) !important;
}

.dark .pzm-seo-cta p,
.dark .pzm-seo-cta .pzm-seo-cta-text {
  color: rgb(17 17 17 / 0.82) !important;
}

/* İletişim formu —hasancancap */
.pzm-contact-form-wrap {
  padding: 1.75rem;
}

.pzm-contact-label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: rgb(17 17 17 / 0.85);
}

.dark .pzm-contact-label {
  color: rgb(255 255 255 / 0.88);
}

.pzm-contact-input {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgb(17 17 17 / 0.12);
  background: rgb(255 255 255);
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgb(17 17 17);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.dark .pzm-contact-input {
  border-color: rgb(255 255 255 / 0.14);
  background: rgb(30 30 30);
  color: rgb(255 255 255);
}

.pzm-contact-input:focus {
  outline: none;
  border-color: #7c5ce0;
  box-shadow: 0 0 0 3px rgba(124, 92, 224, 0.18);
}

.pzm-contact-input--err {
  border-color: #e11d48;
}

.pzm-contact-textarea {
  resize: vertical;
  min-height: 8rem;
}

.pzm-contact-field-err {
  margin-top: 0.35rem;
  font-size: 0.8125rem;
  color: #e11d48;
}

.pzm-contact-alert {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 1rem 1.1rem;
  border-radius: 0.875rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.pzm-contact-alert i {
  font-size: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.pzm-contact-alert--ok {
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.28);
  color: #15803d;
}

.dark .pzm-contact-alert--ok {
  color: #86efac;
  background: rgba(34, 197, 94, 0.14);
}

.pzm-contact-alert--err {
  background: rgba(225, 29, 72, 0.08);
  border: 1px solid rgba(225, 29, 72, 0.22);
  color: #be123c;
}

.dark .pzm-contact-alert--err {
  color: #fda4af;
}

.pzm-contact-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.pzm-contact-check input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  accent-color: #7c5ce0;
}

/* Ekip — kurucu avatar —hasancancap */
.pzm-team-founder {
  padding: 2rem 1.75rem;
}

.pzm-team-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.pzm-team-avatar--founder {
  width: 7rem;
  height: 7rem;
  font-size: 1.75rem;
  color: #fff;
  background: linear-gradient(135deg, #7c5ce0 0%, #5b3fc4 100%);
  box-shadow: 0 12px 32px rgba(124, 92, 224, 0.28);
}

.pzm-team-photo {
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 9999px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(124, 92, 224, 0.22);
  border: 3px solid rgba(124, 92, 224, 0.2);
}

.pzm-team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* İletişim harita —hasancancap */
.pzm-contact-map-wrap {
  padding: 1.5rem;
}

.pzm-contact-map {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 280px;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgb(17 17 17 / 0.08);
  background: rgb(245 245 245);
}

.dark .pzm-contact-map {
  border-color: rgb(255 255 255 / 0.1);
  background: rgb(30 30 30);
}

.pzm-contact-map iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Basın — video ve link kartları —hasancancap */
.pzm-basin-stat {
  padding: 1.5rem 1.25rem;
}

.pzm-basin-video-wrap {
  padding: 1.25rem;
  overflow: hidden;
}

.pzm-basin-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 1rem;
  overflow: hidden;
  background: rgb(17 17 17);
  box-shadow: 0 16px 48px rgba(17 17 17 / 0.12);
}

.pzm-basin-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.pzm-basin-video-thumb {
  width: 7.5rem;
  height: 4.25rem;
  border-radius: 0.65rem;
  overflow: hidden;
  border: 1px solid rgb(17 17 17 / 0.08);
}

.dark .pzm-basin-video-thumb {
  border-color: rgb(255 255 255 / 0.1);
}

.pzm-basin-video-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pzm-basin-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

/* Destek — kanal ve SSS —hasancancap */
.pzm-destek-channel {
  padding: 1.5rem;
  height: 100%;
}

.pzm-destek-faq summary::-webkit-details-marker {
  display: none;
}

.pzm-destek-faq[open] summary {
  color: rgb(124 92 224);
}

/* Blog —hasancancap */
.pzm-blog-card {
  padding: 1.75rem;
}

.pzm-blog-prose h2 {
  color: inherit;
}

.pzm-blog-inline-cta {
  padding: 1.75rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, rgba(124, 92, 224, 0.08) 0%, rgba(124, 92, 224, 0.04) 100%);
  border: 1px solid rgba(124, 92, 224, 0.18);
}

.dark .pzm-blog-inline-cta {
  background: linear-gradient(135deg, rgba(124, 92, 224, 0.14) 0%, rgba(124, 92, 224, 0.06) 100%);
  border-color: rgba(196, 181, 253, 0.2);
}

/* Dokümantasyon —hasancancap */
.pzm-doc-sidebar {
  padding: 0.25rem 0;
}

.pzm-doc-card {
  padding: 1.25rem;
  text-decoration: none;
  color: inherit;
}

.pzm-doc-section {
  padding: 1.5rem;
}

/* SSS — gelişmiş arama ve filtre —hasancancap */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pzm-sss-search-wrap {
  position: relative;
}

.pzm-sss-search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: rgb(124 92 224);
  pointer-events: none;
}

.pzm-sss-search {
  width: 100%;
  padding: 0.85rem 1rem 0.85rem 2.75rem;
  border-radius: 9999px;
  border: 1px solid rgb(17 17 17 / 0.12);
  background: rgb(255 255 255);
  font-size: 0.9375rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.dark .pzm-sss-search {
  background: rgb(30 30 30);
  border-color: rgb(255 255 255 / 0.14);
  color: rgb(255 255 255);
}

.pzm-sss-search:focus {
  outline: none;
  border-color: #7c5ce0;
  box-shadow: 0 0 0 3px rgba(124, 92, 224, 0.18);
}

.pzm-sss-filter {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid rgb(17 17 17 / 0.1);
  background: rgb(255 255 255);
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgb(17 17 17 / 0.7);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.dark .pzm-sss-filter {
  background: rgb(30 30 30);
  border-color: rgb(255 255 255 / 0.12);
  color: rgb(255 255 255 / 0.75);
}

.pzm-sss-filter--active,
.pzm-sss-filter:hover {
  border-color: rgba(124, 92, 224, 0.45);
  color: #7c5ce0;
  background: rgba(124, 92, 224, 0.08);
}

.pzm-sss-list details.pzm-tool-card {
  padding: 1.1rem 1.25rem;
}

.pzm-sss-item.hidden {
  display: none;
}

.pzm-sss-answer {
  padding-bottom: 0.25rem;
}

#pzm-sss-list.hidden {
  display: none;
}

/* Sözlük —hasancancap */
.pzm-sozluk-search-wrap {
  position: relative;
}

.pzm-sozluk-search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: rgb(124 92 224);
  pointer-events: none;
}

.pzm-sozluk-search {
  width: 100%;
  padding: 0.85rem 1rem 0.85rem 2.75rem;
  border-radius: 9999px;
  border: 1px solid rgb(17 17 17 / 0.12);
  background: rgb(255 255 255);
  font-size: 0.9375rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.dark .pzm-sozluk-search {
  background: rgb(30 30 30);
  border-color: rgb(255 255 255 / 0.14);
  color: rgb(255 255 255);
}

.pzm-sozluk-search:focus {
  outline: none;
  border-color: #7c5ce0;
  box-shadow: 0 0 0 3px rgba(124, 92, 224, 0.18);
}

.pzm-sozluk-filter {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid rgb(17 17 17 / 0.1);
  background: rgb(255 255 255);
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgb(17 17 17 / 0.7);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.dark .pzm-sozluk-filter {
  background: rgb(30 30 30);
  border-color: rgb(255 255 255 / 0.12);
  color: rgb(255 255 255 / 0.75);
}

.pzm-sozluk-filter--active,
.pzm-sozluk-filter:hover {
  border-color: rgba(124, 92, 224, 0.45);
  color: #7c5ce0;
  background: rgba(124, 92, 224, 0.08);
}

.pzm-sozluk-letters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: center;
}

.pzm-sozluk-letter {
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.35rem;
  border-radius: 0.5rem;
  border: 1px solid rgb(17 17 17 / 0.1);
  background: rgb(255 255 255);
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgb(17 17 17 / 0.75);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.dark .pzm-sozluk-letter {
  background: rgb(30 30 30);
  border-color: rgb(255 255 255 / 0.12);
  color: rgb(255 255 255 / 0.8);
}

.pzm-sozluk-letter:hover:not(:disabled) {
  border-color: rgba(124, 92, 224, 0.45);
  color: #7c5ce0;
}

.pzm-sozluk-letter--active {
  border-color: #7c5ce0;
  background: rgba(124, 92, 224, 0.12);
  color: #7c5ce0;
}

.pzm-sozluk-letter--disabled,
.pzm-sozluk-letter:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.pzm-sozluk-letter-heading {
  font-size: 1.5rem;
  font-weight: 600;
  color: #7c5ce0;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(124, 92, 224, 0.2);
}

.pzm-sozluk-item.pzm-tool-card {
  padding: 1.1rem 1.25rem;
}

.pzm-sozluk-item.hidden,
.pzm-sozluk-group.hidden {
  display: none;
}

#pzm-sozluk-list.hidden {
  display: none;
}

/* Eğitim —hasancancap */
.pzm-egitim-search-wrap {
  position: relative;
}

.pzm-egitim-search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: rgb(124 92 224);
  pointer-events: none;
}

.pzm-egitim-search {
  width: 100%;
  padding: 0.85rem 1rem 0.85rem 2.75rem;
  border-radius: 9999px;
  border: 1px solid rgb(17 17 17 / 0.12);
  background: rgb(255 255 255);
  font-size: 0.9375rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.dark .pzm-egitim-search {
  background: rgb(30 30 30);
  border-color: rgb(255 255 255 / 0.14);
  color: rgb(255 255 255);
}

.pzm-egitim-search:focus {
  outline: none;
  border-color: #7c5ce0;
  box-shadow: 0 0 0 3px rgba(124, 92, 224, 0.18);
}

.pzm-egitim-filter {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid rgb(17 17 17 / 0.1);
  background: rgb(255 255 255);
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgb(17 17 17 / 0.7);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.dark .pzm-egitim-filter {
  background: rgb(30 30 30);
  border-color: rgb(255 255 255 / 0.12);
  color: rgb(255 255 255 / 0.75);
}

.pzm-egitim-filter--active,
.pzm-egitim-filter:hover {
  border-color: rgba(124, 92, 224, 0.45);
  color: #7c5ce0;
  background: rgba(124, 92, 224, 0.08);
}

.pzm-egitim-path {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .pzm-egitim-path {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.pzm-egitim-path-step {
  padding: 1.25rem 1rem;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.pzm-egitim-path-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 9999px;
  background: rgba(124, 92, 224, 0.12);
  color: #7c5ce0;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.pzm-egitim-path-icon {
  display: block;
  font-size: 1.5rem;
  color: #7c5ce0;
  margin: 0.25rem auto 0.5rem;
}

.pzm-egitim-card {
  padding: 1.5rem;
  text-decoration: none;
  color: inherit;
}

.pzm-egitim-card.hidden {
  display: none;
}

#pzm-egitim-grid.hidden {
  display: none;
}

/* Referanslar —hasancancap */
.pzm-referanslar-search-wrap {
  position: relative;
}

.pzm-referanslar-search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: rgb(124 92 224);
  pointer-events: none;
}

.pzm-referanslar-search {
  width: 100%;
  padding: 0.85rem 1rem 0.85rem 2.75rem;
  border-radius: 9999px;
  border: 1px solid rgb(17 17 17 / 0.12);
  background: rgb(255 255 255);
  font-size: 0.9375rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.dark .pzm-referanslar-search {
  background: rgb(30 30 30);
  border-color: rgb(255 255 255 / 0.14);
  color: rgb(255 255 255);
}

.pzm-referanslar-search:focus {
  outline: none;
  border-color: #7c5ce0;
  box-shadow: 0 0 0 3px rgba(124, 92, 224, 0.18);
}

.pzm-referanslar-filter {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid rgb(17 17 17 / 0.1);
  background: rgb(255 255 255);
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgb(17 17 17 / 0.7);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.dark .pzm-referanslar-filter {
  background: rgb(30 30 30);
  border-color: rgb(255 255 255 / 0.12);
  color: rgb(255 255 255 / 0.75);
}

.pzm-referanslar-filter--active,
.pzm-referanslar-filter:hover {
  border-color: rgba(124, 92, 224, 0.45);
  color: #7c5ce0;
  background: rgba(124, 92, 224, 0.08);
}

.pzm-referans-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 9999px;
  background: linear-gradient(135deg, rgba(124, 92, 224, 0.18) 0%, rgba(124, 92, 224, 0.08) 100%);
  color: #7c5ce0;
  font-size: 0.8125rem;
  font-weight: 700;
  flex-shrink: 0;
}

.pzm-referans-avatar--lg {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1rem;
}

.pzm-referans-featured {
  padding: 1.75rem;
}

.pzm-referans-card {
  padding: 1.5rem;
}

.pzm-referans-card.hidden {
  display: none;
}

#pzm-referanslar-grid.hidden {
  display: none;
}

/* Müşteriler —hasancancap */
.pzm-musteriler-search-wrap {
  position: relative;
}

.pzm-musteriler-search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: rgb(124 92 224);
  pointer-events: none;
}

.pzm-musteriler-search {
  width: 100%;
  padding: 0.85rem 1rem 0.85rem 2.75rem;
  border-radius: 9999px;
  border: 1px solid rgb(17 17 17 / 0.12);
  background: rgb(255 255 255);
  font-size: 0.9375rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.dark .pzm-musteriler-search {
  background: rgb(30 30 30);
  border-color: rgb(255 255 255 / 0.14);
  color: rgb(255 255 255);
}

.pzm-musteriler-search:focus {
  outline: none;
  border-color: #7c5ce0;
  box-shadow: 0 0 0 3px rgba(124, 92, 224, 0.18);
}

.pzm-musteriler-filter {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid rgb(17 17 17 / 0.1);
  background: rgb(255 255 255);
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgb(17 17 17 / 0.7);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.dark .pzm-musteriler-filter {
  background: rgb(30 30 30);
  border-color: rgb(255 255 255 / 0.12);
  color: rgb(255 255 255 / 0.75);
}

.pzm-musteriler-filter--active,
.pzm-musteriler-filter:hover {
  border-color: rgba(124, 92, 224, 0.45);
  color: #7c5ce0;
  background: rgba(124, 92, 224, 0.08);
}

.pzm-musteri-card.hidden {
  display: none;
}

#pzm-musteriler-grid.hidden {
  display: none;
}

/* Teknik dokümanlar —hasancancap */
.pzm-teknik-dok-search-wrap {
  position: relative;
}

.pzm-teknik-dok-search-icon {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.25rem;
  color: rgb(124 92 224);
  pointer-events: none;
}

.pzm-teknik-dok-search {
  width: 100%;
  padding: 0.85rem 1rem 0.85rem 2.75rem;
  border-radius: 9999px;
  border: 1px solid rgb(17 17 17 / 0.12);
  background: rgb(255 255 255);
  font-size: 0.9375rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.dark .pzm-teknik-dok-search {
  background: rgb(30 30 30);
  border-color: rgb(255 255 255 / 0.14);
  color: rgb(255 255 255);
}

.pzm-teknik-dok-search:focus {
  outline: none;
  border-color: #7c5ce0;
  box-shadow: 0 0 0 3px rgba(124, 92, 224, 0.18);
}

.pzm-teknik-dok-filter {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.9rem;
  border-radius: 9999px;
  border: 1px solid rgb(17 17 17 / 0.1);
  background: rgb(255 255 255);
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgb(17 17 17 / 0.7);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.dark .pzm-teknik-dok-filter {
  background: rgb(30 30 30);
  border-color: rgb(255 255 255 / 0.12);
  color: rgb(255 255 255 / 0.75);
}

.pzm-teknik-dok-filter--active,
.pzm-teknik-dok-filter:hover {
  border-color: rgba(124, 92, 224, 0.45);
  color: #7c5ce0;
  background: rgba(124, 92, 224, 0.08);
}

.pzm-teknik-dok-featured {
  padding: 1.75rem;
}

.pzm-teknik-dok-featured-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(124, 92, 224, 0.12), rgba(124, 92, 224, 0.04));
  border: 1px solid rgba(124, 92, 224, 0.2);
}

.pzm-teknik-dok-featured-visual i {
  font-size: 4.5rem;
  color: #7c5ce0;
  opacity: 0.85;
}

.pzm-teknik-dok-card.hidden {
  display: none;
}

#pzm-teknik-dok-grid.hidden {
  display: none;
}

/* Değişiklik günlüğü —hasancancap */
.pzm-changelog-nav {
  position: sticky;
  top: 7rem;
}

.pzm-changelog-nav-link {
  display: block;
  padding: 0.65rem 1rem;
  border-radius: 0.625rem;
  font-size: 0.9375rem;
  color: rgb(17 17 17 / 0.75);
  transition: background 0.2s, color 0.2s;
}

.dark .pzm-changelog-nav-link {
  color: rgb(255 255 255 / 0.75);
}

.pzm-changelog-nav-link:hover,
.pzm-changelog-nav-link--active {
  background: rgba(124, 92, 224, 0.1);
  color: #7c5ce0;
}

.pzm-changelog-card {
  padding: 1.5rem;
}

@media (min-width: 1024px) {
  .pzm-changelog-card {
    padding: 1.75rem;
  }
}

.pzm-changelog-type {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.875rem;
  font-weight: 600;
}

.pzm-changelog-type--yeni {
  color: #16a34a;
}

.pzm-changelog-type--iyilestirme {
  color: #7c5ce0;
}

.pzm-changelog-type--duzeltme {
  color: #d97706;
}

.pzm-changelog-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pzm-changelog-item {
  position: relative;
  padding-left: 1.35rem;
}

.pzm-changelog-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 9999px;
  background: #7c5ce0;
  opacity: 0.7;
}
