/* Dikey PROPARCEL — sol sabit; modalların (9999+) altında, footer üstünde */
body.pp-has-side-brand .content-wrapper--pp-side-brand,
body.pp-has-side-brand .pp-main.content-wrapper--pp-side-brand {
  position: relative;
  background: var(--bg, #f8fafc);
}

.pp-side-brand {
  --pp-side-brand-h: calc((100vh - var(--topbar-height, 60px)) * 0.7);
  position: fixed;
  left: clamp(10px, 1.4vw, 28px);
  top: calc(var(--topbar-height, 60px) + (100vh - var(--topbar-height, 60px)) * 0.5);
  z-index: 9400;
  height: var(--pp-side-brand-h);
  margin: 0;
  padding: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: translateY(-50%) rotate(180deg);
  font-family: var(--pp-font-heading, 'Inter', sans-serif);
  font-weight: 800;
  font-size: calc(var(--pp-side-brand-h) / 9.2);
  letter-spacing: 0.12em;
  line-height: 1;
  color: #ffffff !important;
  text-shadow: none;
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  visibility: visible !important;
  opacity: 1 !important;
}

.pp-contact-footer {
  position: relative;
  z-index: 9450;
}

@media (max-width: 720px) {
  .pp-side-brand {
    display: none !important;
  }
}
