/* Header/footer her zaman görünür — GSAP scroll animasyonu sabit header'da tetiklenmez —hasancancap */
.header-one {
  opacity: 1 !important;
  visibility: visible !important;
}

/* Lite sayfalar — dropdown menü görünürlüğü —hasancancap */
.mega-menu.active,
.dropdown-menu.active {
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}

.nav-item.active .mega-menu-bridge,
.nav-item.active .dropdown-menu-bridge,
.nav-item.menu-active .mega-menu-bridge,
.nav-item.menu-active .dropdown-menu-bridge {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.footer,
.footer * {
  visibility: visible;
}

.footer [data-ns-animate] {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}

/* Header logo genişliği —hasancancap */
@media (min-width: 64rem) {
  .lg\:max-w-\[198px\] {
    max-width: 210px;
  }
}

/* Mobil header ve yan menü logosu — yatay wordmark 44px'te okunmuyor —hasancancap */
@media (max-width: 63.99rem) {
  .header-one figure.pzm-site-logo-mobile,
  .header-one figure.max-w-\[44px\],
  .sidebar figure.pzm-site-logo-mobile,
  .sidebar figure.max-w-\[44px\] {
    max-width: 148px !important;
  }
}

/* Anasayfa hero — geniş düzen ve dashboard mockup —hasancancap */
.hero-section {
  overflow-x: clip;
}

.pzm-hero-cover {
  min-height: calc(100svh - 5.5rem);
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
  display: flex;
  flex-direction: column;
}

.pzm-hero-cover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(180deg, transparent 0%, rgba(245, 245, 247, 0.55) 100%);
  pointer-events: none;
  z-index: -5;
}

.dark .pzm-hero-cover::after {
  background: linear-gradient(180deg, transparent 0%, rgba(18, 18, 22, 0.45) 100%);
}

.pzm-hero-wrap {
  width: min(1620px, 97vw);
  margin-inline: auto;
  padding-inline: clamp(0.75rem, 2vw, 1.75rem);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pzm-hero-title {
  font-size: clamp(2rem, 3.2vw, 3.25rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.02em;
}

/* Hero başlık dönen kelime —hasancancap */
.pzm-hero-rotate {
  display: inline-block;
  vertical-align: bottom;
}

.pzm-hero-rotate-viewport {
  display: inline-block;
  overflow: hidden;
  height: 1.12em;
  vertical-align: bottom;
  text-align: left;
}

.pzm-hero-rotate-track {
  display: block;
  will-change: transform;
}

.pzm-hero-rotate-word {
  display: block;
  height: 1.12em;
  line-height: 1.12em;
  white-space: nowrap;
}

.pzm-hero-rotate-track.is-animating {
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (prefers-reduced-motion: reduce) {
  .pzm-hero-rotate-track.is-animating {
    transition: none;
  }
}

.pzm-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.4;
  color: #7c5ce0;
  background: rgba(165, 133, 255, 0.14);
  border: 1px solid rgba(165, 133, 255, 0.22);
}

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

.pzm-hero-badge-icon {
  font-size: 1rem;
  color: #a585ff;
  line-height: 1;
}

.pzm-hero-lead {
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.65;
  color: rgba(26, 26, 28, 0.72);
}

.dark .pzm-hero-lead {
  color: rgba(245, 245, 245, 0.72);
}

.pzm-hero-feature-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  max-width: 34rem;
}

.pzm-hero-feature-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.85rem;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  color: rgba(26, 26, 28, 0.82);
  background: #f4f4f6;
  border: 1px solid rgba(0, 0, 0, 0.07);
  white-space: nowrap;
}

.dark .pzm-hero-feature-pill {
  color: rgba(245, 245, 245, 0.85);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}

.pzm-hero-check {
  flex-shrink: 0;
  width: 1.1rem;
  height: 1.1rem;
  border-radius: 50%;
  background: #dcfce7;
  color: #16a34a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dark .pzm-hero-check {
  background: rgba(34, 197, 94, 0.18);
  color: #4ade80;
}

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

@media (min-width: 640px) {
  .pzm-hero-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.pzm-hero-stat {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.pzm-hero-stat-icon {
  font-size: 2.125rem;
  line-height: 1;
  flex-shrink: 0;
  color: #6d28d9;
}

.dark .pzm-hero-stat-icon {
  color: #8b5cf6;
}

.pzm-hero-stat strong {
  display: block;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--color-secondary, #1a1a1c);
  line-height: 1.2;
}

.dark .pzm-hero-stat strong {
  color: var(--color-accent, #f5f5f5);
}

.pzm-hero-stat span {
  display: block;
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(26, 26, 28, 0.62);
  margin-top: 0.15rem;
}

.dark .pzm-hero-stat span {
  color: rgba(245, 245, 245, 0.62);
}

.pzm-hero-mp-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(26, 26, 28, 0.5);
}

.dark .pzm-hero-mp-label {
  color: rgba(245, 245, 245, 0.5);
}

.pzm-hero-mp-logos img {
  height: 1.625rem;
  width: auto;
  opacity: 0.85;
  filter: grayscale(10%);
  transition: opacity 0.2s, filter 0.2s;
}

.pzm-hero-mp-logos img:hover {
  opacity: 1;
  filter: none;
}

/* Hero dashboard görseli — FTP: public_html/images/dash.png —hasancancap */
.pzm-hero-dashboard-shot {
  width: 100%;
  line-height: 0;
}

.pzm-hero-dashboard-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 32px 80px rgba(80, 60, 160, 0.16);
}

.dark .pzm-hero-dashboard-img {
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.35);
}

/* Hero alt güven ve yorum şeridi —hasancancap */
.pzm-hero-trust-bar {
  margin-top: 4rem;
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
  padding: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}

@media (min-width: 768px) {
  .pzm-hero-trust-bar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }
}

@media (min-width: 1100px) {
  .pzm-hero-trust-bar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 4.5rem;
    padding: 2rem 2.25rem;
  }
}

.dark .pzm-hero-trust-bar {
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pzm-hero-trust-col {
  display: flex;
  flex-direction: column;
  padding: 0;
}

@media (min-width: 768px) {
  .pzm-hero-trust-col {
    padding: 0 1.5rem;
    border-right: 1px solid #f1f5f9;
  }

  .pzm-hero-trust-col:nth-child(2n) {
    border-right: none;
  }

  .pzm-hero-trust-col:nth-child(-n + 2) {
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #f1f5f9;
  }
}

@media (min-width: 1100px) {
  .pzm-hero-trust-col {
    padding: 0 1.75rem;
    border-right: 1px solid #f1f5f9;
    border-bottom: none;
    padding-bottom: 0;
  }

  .pzm-hero-trust-col:nth-child(2n) {
    border-right: 1px solid #f1f5f9;
  }

  .pzm-hero-trust-col:last-child {
    border-right: none;
  }

  .pzm-hero-trust-col:nth-child(-n + 2) {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.dark .pzm-hero-trust-col {
  border-color: rgba(255, 255, 255, 0.08);
}

.pzm-hero-trust-col--security {
  justify-content: flex-start;
}

.pzm-hero-trust-title {
  margin: 0 0 1rem;
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.3;
}

.dark .pzm-hero-trust-title {
  color: #f5f5f5;
}

.pzm-hero-trust-security-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.pzm-hero-trust-icon-wrap {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background: #ede9fe;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pzm-hero-trust-icon-wrap i {
  font-size: 1.5rem;
  color: #7c3aed;
  line-height: 1;
}

.dark .pzm-hero-trust-icon-wrap {
  background: rgba(124, 58, 237, 0.18);
}

.dark .pzm-hero-trust-icon-wrap i {
  color: #a78bfa;
}

.pzm-hero-trust-text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: #64748b;
  line-height: 1.45;
}

.dark .pzm-hero-trust-text {
  color: rgba(245, 245, 245, 0.62);
}

.pzm-hero-trust-stars {
  display: flex;
  gap: 0.2rem;
  margin-bottom: 0.75rem;
  color: #ffc107;
  font-size: 0.875rem;
  line-height: 1;
}

.pzm-hero-trust-quote {
  margin: 0 0 0.85rem;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.55;
  color: #1e293b;
  flex: 1;
}

.dark .pzm-hero-trust-quote {
  color: rgba(245, 245, 245, 0.82);
}

.pzm-hero-trust-role {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #94a3b8;
}

.dark .pzm-hero-trust-role {
  color: rgba(245, 245, 245, 0.5);
}

/* Panel giriş/kayıt — pazarlama şablonu —hasancancap */
.pzm-auth-cover {
  background: linear-gradient(135deg, rgba(124, 92, 224, 0.1), rgba(244, 245, 248, 0.9));
  border: 1px solid rgba(124, 92, 224, 0.14);
}

.dark .pzm-auth-cover {
  background: linear-gradient(135deg, rgba(124, 92, 224, 0.18), rgba(19, 23, 30, 0.92));
  border-color: rgba(124, 92, 224, 0.22);
}

.pzm-auth-flash {
  border-radius: 0.875rem;
  padding: 0.75rem 1rem;
  font-size: 0.9375rem;
  line-height: 1.45;
}

.pzm-auth-flash--success {
  background: rgba(22, 163, 74, 0.1);
  border: 1px solid rgba(22, 163, 74, 0.25);
  color: #166534;
}

.dark .pzm-auth-flash--success {
  color: #86efac;
}

.pzm-auth-flash--danger {
  background: rgba(220, 38, 38, 0.08);
  border: 1px solid rgba(220, 38, 38, 0.22);
  color: #991b1b;
}

.dark .pzm-auth-flash--danger {
  color: #fca5a5;
}

.pzm-auth-flash--warning {
  background: rgba(217, 119, 6, 0.1);
  border: 1px solid rgba(217, 119, 6, 0.25);
  color: #92400e;
}

.dark .pzm-auth-flash--warning {
  color: #fcd34d;
}

.pzm-auth-flash--info {
  background: rgba(124, 92, 224, 0.1);
  border: 1px solid rgba(124, 92, 224, 0.22);
  color: #5b21b6;
}

.dark .pzm-auth-flash--info {
  color: #c4b5fd;
}

.pzm-auth-trust-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.pzm-auth-trust-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: rgb(17 17 17 / 0.72);
}

.dark .pzm-auth-trust-list li {
  color: rgb(255 255 255 / 0.72);
}

.pzm-auth-trust-list i {
  color: #7c5ce0;
  font-size: 1.125rem;
  flex-shrink: 0;
}

/* Entegrasyon marquee pazaryeri logoları —hasancancap */
.pzm-integration-logo {
  height: 2.25rem;
  width: auto;
  max-width: 4.75rem;
  object-fit: contain;
}

/* Footer link sütunları — 4 kolon yan yana (Tailwind grid-cols-5 derlenmiyor) —hasancancap */
.pzm-footer-links-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 1.5rem;
  align-items: start;
}

@media (min-width: 640px) {
  .pzm-footer-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .pzm-footer-links-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr) minmax(0, 0.9fr) minmax(0, 0.9fr);
    gap: 1.5rem 2rem;
  }
}

.pzm-footer-col-title {
  margin-bottom: 1.25rem;
}

.pzm-footer-link-list {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pzm-footer-araclar-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.875rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1024px) {
  .pzm-footer-col--araclar .pzm-footer-araclar-links {
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
    row-gap: 0.875rem;
  }
}
