/* =========================================================================
 * PMAP /how-it-works/ sayfa-ozel stilleri (Corporate Light).
 *
 * Tum selector'lar .pmap-hiw scope'unda; tema geneline sizmaz. Marka
 * renkleri pmap-brand-override.css'in tanimladigi CSS custom property'leri
 * uzerinden kullanilir, hardcoded renk yazilmaz. FAQ standardi (solutions-faq)
 * global pmap-solutions.css'ten gelir, burada tekrar tanimlanmaz.
 * ========================================================================= */

.pmap-hiw {
	/* Marka token'lari (theme.json slug'lariyla ayni degerler). pmap-brand
	   override mevcut --pmap-* degiskenlerini saglar; burada yerel alias'lar
	   tanimlayip her yerde onlari kullaniriz. */
	--hiw-primary: #202372;
	--hiw-primary-soft: #2e3490;
	--hiw-deep: #11143a;
	--hiw-accent: #3138a8;
	--hiw-accent-hover: #232a86;
	--hiw-ink: #161a45;
	--hiw-muted: #474f73;
	--hiw-border: #e5e7f2;
	--hiw-surface: #fafbfe;
	--hiw-bg-alt: #f2f4fb;
	--hiw-radius: 14px;
	--hiw-shadow: 0 18px 48px rgba(17, 20, 58, 0.10);

	color: var(--hiw-ink);
	font-family: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
}

.pmap-hiw img {
	max-width: 100%;
	height: auto;
}

/* Ortak yardimcilar -------------------------------------------------------- */

.pmap-hiw-eyebrow {
	margin: 0 0 12px 0;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--hiw-accent);
}

.pmap-hiw-section-title {
	margin: 0 0 20px 0;
	font-size: clamp(1.65rem, 3vw, 2.4rem);
	font-weight: 700;
	line-height: 1.18;
	color: var(--hiw-ink);
}

.pmap-hiw-section-title--inverse {
	color: #ffffff;
}

.pmap-hiw-bullets {
	list-style: none;
	margin: 0 0 28px 0;
	padding: 0;
	display: grid;
	gap: 12px;
}

.pmap-hiw-bullets li {
	position: relative;
	padding-left: 30px;
	color: var(--hiw-muted);
	line-height: 1.55;
}

.pmap-hiw-bullets li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: var(--hiw-accent);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 12l4 4 10-10'/%3E%3C/svg%3E") center/12px no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 12l4 4 10-10'/%3E%3C/svg%3E") center/12px no-repeat;
}

.pmap-hiw-bullets--inverse li {
	color: rgba(255, 255, 255, 0.82);
}

/* Buton ------------------------------------------------------------------- */

.pmap-hiw-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 13px 26px;
	border-radius: 10px;
	font-size: 0.95rem;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.pmap-hiw-btn--primary {
	background: var(--hiw-accent);
	color: #ffffff;
	border: 1px solid var(--hiw-accent);
}

.pmap-hiw-btn--primary:hover,
.pmap-hiw-btn--primary:focus-visible {
	background: var(--hiw-accent-hover);
	border-color: var(--hiw-accent-hover);
}

.pmap-hiw-btn--text {
	background: transparent;
	color: var(--hiw-primary);
	border: 1px solid transparent;
	padding-left: 8px;
	padding-right: 8px;
}

.pmap-hiw-btn--text:hover,
.pmap-hiw-btn--text:focus-visible {
	color: var(--hiw-accent-hover);
	text-decoration: underline;
}

.pmap-hiw-btn--ghost {
	background: transparent;
	color: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.55);
}

.pmap-hiw-btn--ghost:hover,
.pmap-hiw-btn--ghost:focus-visible {
	background: rgba(255, 255, 255, 0.10);
	border-color: #ffffff;
}

/* Micro-CTA ok linki ------------------------------------------------------ */

.pmap-hiw-microcta {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--hiw-accent);
	text-decoration: none;
}

.pmap-hiw-microcta__arrow {
	display: inline-flex;
	transition: transform 0.18s ease;
}

.pmap-hiw-microcta:hover .pmap-hiw-microcta__arrow,
.pmap-hiw-microcta:focus-visible .pmap-hiw-microcta__arrow {
	transform: translateX(4px);
}

.pmap-hiw-microcta:hover,
.pmap-hiw-microcta:focus-visible {
	text-decoration: underline;
}

.pmap-hiw-microcta--inverse {
	color: #ffffff;
}

/* Tum scoped link focus durumu -------------------------------------------- */

.pmap-hiw a:focus-visible {
	outline: 2px solid var(--hiw-accent);
	outline-offset: 3px;
	border-radius: 4px;
}

.pmap-hiw-tenancy a:focus-visible,
.pmap-hiw-finalcta a:focus-visible {
	outline-color: #ffffff;
}

/* ===== SECTION 01: HERO ===== */

.pmap-hiw-hero {
	background: linear-gradient(160deg, #ffffff 0%, #eceefa 55%, #e4e7f7 100%);
	padding: clamp(56px, 8vw, 104px) 24px clamp(48px, 6vw, 88px);
}

.pmap-hiw-hero__inner {
	max-width: 1180px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: clamp(32px, 5vw, 72px);
	align-items: center;
}

.pmap-hiw-hero__title {
	margin: 0 0 18px 0;
	font-size: clamp(2.4rem, 5.4vw, 3.6rem);
	font-weight: 800;
	line-height: 1.05;
	letter-spacing: -0.02em;
	color: var(--hiw-ink);
}

.pmap-hiw-hero__lead {
	margin: 0 0 28px 0;
	font-size: 1.075rem;
	line-height: 1.65;
	color: var(--hiw-muted);
	max-width: 36em;
}

.pmap-hiw-hero__cta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-bottom: 36px;
}

.pmap-hiw-hero__proof {
	list-style: none;
	margin: 0;
	padding: 24px 0 0 0;
	border-top: 1px solid var(--hiw-border);
	display: grid;
	gap: 12px;
}

.pmap-hiw-hero__proof li {
	font-size: 0.95rem;
	color: var(--hiw-muted);
	line-height: 1.4;
}

.pmap-hiw-hero__proof strong {
	color: var(--hiw-primary);
	font-weight: 700;
}

.pmap-hiw-hero__media {
	position: relative;
	display: flex;
	justify-content: center;
}

/* Hero arkasinda yumusak indigo isima. */
.pmap-hiw-hero__media::before {
	content: "";
	position: absolute;
	inset: -8% -6% -12% -6%;
	z-index: 0;
	background: radial-gradient(60% 60% at 70% 35%, rgba(49, 56, 168, 0.20) 0%, rgba(49, 56, 168, 0) 70%);
	filter: blur(8px);
	pointer-events: none;
}

/* =========================================================================
 * PREMIUM "APP WINDOW" CERCEVESI
 * Gercek PMAP ekran goruntulerini ürün penceresi hissiyle sunar.
 * ========================================================================= */

.pmap-hiw-window {
	position: relative;
	background: #ffffff;
	border: 1px solid var(--hiw-border);
	border-radius: 16px;
	overflow: hidden;
	box-shadow:
		0 2px 4px rgba(17, 20, 58, 0.04),
		0 12px 24px rgba(17, 20, 58, 0.08),
		0 30px 64px rgba(17, 20, 58, 0.14);
}

.pmap-hiw-window__chrome {
	display: flex;
	align-items: center;
	gap: 7px;
	height: 38px;
	padding: 0 16px;
	background: linear-gradient(180deg, #f7f8fd 0%, #eef0f8 100%);
	border-bottom: 1px solid var(--hiw-border);
}

.pmap-hiw-window__dot {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #d3d7e6;
}

.pmap-hiw-window__dot:nth-child(1) { background: #ec6a5e; }
.pmap-hiw-window__dot:nth-child(2) { background: #f4bf4f; }
.pmap-hiw-window__dot:nth-child(3) { background: #61c454; }

.pmap-hiw-window__addr {
	margin-left: 14px;
	padding: 3px 14px;
	flex: 1;
	max-width: 340px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid var(--hiw-border);
	font-size: 0.72rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	color: var(--hiw-muted);
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pmap-hiw-window__img {
	display: block;
	width: 100%;
	height: auto;
}

/* Hero penceresi: hafif floating + perspektif. */
.pmap-hiw-window--hero {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 620px;
	transform: perspective(1600px) rotateY(-4deg) rotateX(2deg);
	transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.pmap-hiw-window--hero:hover {
	transform: perspective(1600px) rotateY(0deg) rotateX(0deg) translateY(-4px);
}

/* Koyu bant (tenancy) icinde pencere. */
.pmap-hiw-window--dark {
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow:
		0 8px 24px rgba(0, 0, 0, 0.30),
		0 30px 70px rgba(0, 0, 0, 0.42);
}

/* Under-the-hood thumbnail penceresi. */
.pmap-hiw-window--thumb {
	border-radius: 12px;
	box-shadow:
		0 2px 4px rgba(17, 20, 58, 0.04),
		0 10px 22px rgba(17, 20, 58, 0.10);
}

.pmap-hiw-window--thumb .pmap-hiw-window__chrome {
	height: 30px;
}

.pmap-hiw-window--thumb .pmap-hiw-window__dot {
	width: 9px;
	height: 9px;
}

/* ===== SECTION 02: INTRO ===== */

.pmap-hiw-intro {
	background: #ffffff;
	padding: clamp(56px, 7vw, 88px) 24px;
}

.pmap-hiw-intro__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.pmap-hiw-intro__cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(28px, 4vw, 56px);
}

.pmap-hiw-intro__cols p {
	margin: 0;
	font-size: 1.05rem;
	line-height: 1.7;
	color: var(--hiw-muted);
}

/* ===== SECTION 03: PIPELINE STEPPER ===== */

.pmap-hiw-pipeline {
	background: var(--hiw-bg-alt);
	padding: clamp(56px, 7vw, 92px) 24px;
}

.pmap-hiw-pipeline__inner {
	max-width: 1180px;
	margin: 0 auto;
}

.pmap-hiw-pipeline__lead {
	margin: 0 0 40px 0;
	max-width: 46em;
	font-size: 1.05rem;
	line-height: 1.65;
	color: var(--hiw-muted);
}

.pmap-hiw-stepper {
	list-style: none;
	margin: 0 0 36px 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 18px;
	counter-reset: hiw-step;
}

.pmap-hiw-stepper__item {
	position: relative;
	background: #ffffff;
	border: 1px solid var(--hiw-border);
	border-radius: var(--hiw-radius);
	padding: 30px 22px 24px;
	box-shadow: 0 2px 4px rgba(17, 20, 58, 0.03);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	overflow: hidden;
}

/* Ust accent seridi. */
.pmap-hiw-stepper__item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, var(--hiw-primary) 0%, var(--hiw-accent) 100%);
	opacity: 0.85;
}

.pmap-hiw-stepper__item:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px rgba(17, 20, 58, 0.12);
	border-color: #d6d9ec;
}

/* Yatay baglanti oku (desktop). */
.pmap-hiw-stepper__item::after {
	content: "";
	position: absolute;
	top: 48px;
	right: -13px;
	width: 10px;
	height: 10px;
	border-top: 2px solid var(--hiw-accent);
	border-right: 2px solid var(--hiw-accent);
	transform: rotate(45deg);
	z-index: 2;
}

.pmap-hiw-stepper__item:last-child::after {
	display: none;
}

.pmap-hiw-stepper__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: linear-gradient(140deg, var(--hiw-primary) 0%, var(--hiw-accent) 100%);
	color: #ffffff;
	font-weight: 700;
	font-size: 1.05rem;
	margin-bottom: 16px;
	box-shadow: 0 6px 16px rgba(32, 35, 114, 0.30);
}

.pmap-hiw-stepper__label {
	margin: 0 0 8px 0;
	font-size: 1.02rem;
	font-weight: 700;
	color: var(--hiw-ink);
}

.pmap-hiw-stepper__text {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.55;
	color: var(--hiw-muted);
}

.pmap-hiw-proofbar {
	list-style: none;
	margin: 0;
	padding: 18px 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px 28px;
	background: var(--hiw-deep);
	border-radius: 999px;
	color: #ffffff;
}

.pmap-hiw-proofbar li {
	position: relative;
	font-size: 0.92rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	padding-right: 28px;
}

.pmap-hiw-proofbar li::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 14px;
	background: rgba(255, 255, 255, 0.28);
}

.pmap-hiw-proofbar li:last-child {
	padding-right: 0;
}

.pmap-hiw-proofbar li:last-child::after {
	display: none;
}

/* ===== SECTION 04: SPLIT STAGES ===== */

.pmap-hiw-stages {
	background: #ffffff;
	padding: clamp(48px, 6vw, 80px) 24px;
}

.pmap-hiw-stages__inner {
	max-width: 1180px;
	margin: 0 auto;
	display: grid;
	gap: clamp(56px, 7vw, 96px);
}

.pmap-hiw-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: clamp(32px, 5vw, 72px);
	align-items: center;
}

.pmap-hiw-split--reverse .pmap-hiw-split__media {
	order: 2;
}

/* Split media: ürün penceresi kendi cercevesini saglar; ekstra kutu yok.
   Hafif degrade zemin ışıması ile baskın gorsel hissi. */
.pmap-hiw-split__media {
	position: relative;
	display: flex;
	align-items: center;
}

.pmap-hiw-split__media::before {
	content: "";
	position: absolute;
	inset: -10% -8%;
	z-index: 0;
	background: radial-gradient(55% 55% at 50% 40%, rgba(49, 56, 168, 0.12) 0%, rgba(49, 56, 168, 0) 72%);
	pointer-events: none;
}

.pmap-hiw-split__media .pmap-hiw-window {
	position: relative;
	z-index: 1;
	width: 100%;
}

.pmap-hiw-split__title {
	margin: 0 0 16px 0;
	font-size: clamp(1.5rem, 2.6vw, 2.05rem);
	font-weight: 700;
	line-height: 1.2;
	color: var(--hiw-ink);
}

.pmap-hiw-split__lead {
	margin: 0 0 22px 0;
	font-size: 1.02rem;
	line-height: 1.68;
	color: var(--hiw-muted);
}

/* ===== SECTION 05: UNDER THE HOOD ===== */

.pmap-hiw-hood {
	background: var(--hiw-bg-alt);
	padding: clamp(56px, 7vw, 88px) 24px;
}

.pmap-hiw-hood__inner {
	max-width: 1180px;
	margin: 0 auto;
}

.pmap-hiw-hood__intro {
	margin: 0 0 40px 0;
	max-width: 48em;
	font-size: 1.05rem;
	line-height: 1.7;
	color: var(--hiw-muted);
}

.pmap-hiw-hood__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.pmap-hiw-card {
	background: #ffffff;
	border: 1px solid var(--hiw-border);
	border-radius: var(--hiw-radius);
	padding: 30px 26px;
	display: flex;
	flex-direction: column;
}

.pmap-hiw-card__head {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.pmap-hiw-card__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 12px;
	background: var(--hiw-bg-alt);
	color: var(--hiw-primary);
	margin-bottom: 18px;
}

.pmap-hiw-card__icon svg {
	width: 26px;
	height: 26px;
}

.pmap-hiw-card__title {
	margin: 0 0 12px 0;
	font-size: 1.18rem;
	font-weight: 700;
	color: var(--hiw-ink);
}

.pmap-hiw-card__body {
	margin: 0 0 18px 0;
	font-size: 0.96rem;
	line-height: 1.62;
	color: var(--hiw-muted);
	flex-grow: 1;
}

.pmap-hiw-cardlink {
	font-size: 0.92rem;
	font-weight: 600;
	color: var(--hiw-accent);
	text-decoration: none;
}

.pmap-hiw-cardlink:hover,
.pmap-hiw-cardlink:focus-visible {
	text-decoration: underline;
}

/* Ekran goruntulu one cikan kart: 3 kolonu kaplar, metin + ürün penceresi. */
.pmap-hiw-card--featured {
	grid-column: 1 / -1;
	flex-direction: row;
	align-items: center;
	gap: clamp(28px, 4vw, 56px);
	padding: clamp(28px, 3vw, 40px);
	background: linear-gradient(135deg, #ffffff 0%, #f5f6fd 100%);
}

.pmap-hiw-card--featured .pmap-hiw-card__head {
	flex: 1 1 40%;
	min-width: 0;
}

.pmap-hiw-card--featured .pmap-hiw-card__shot {
	flex: 1 1 60%;
	min-width: 0;
}

.pmap-hiw-card__shot .pmap-hiw-window {
	width: 100%;
}

/* ===== SECTION 06: MULTI-TENANCY (koyu bant) ===== */

.pmap-hiw-tenancy {
	background: var(--hiw-deep);
	padding: clamp(56px, 7vw, 96px) 24px;
}

.pmap-hiw-tenancy__inner {
	max-width: 1180px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.05fr 0.95fr;
	gap: clamp(32px, 5vw, 72px);
	align-items: center;
}

.pmap-hiw-tenancy__lead {
	margin: 0 0 26px 0;
	font-size: 1.05rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.82);
}

.pmap-hiw-tenancy__media img {
	display: block;
	width: 100%;
	border-radius: var(--hiw-radius);
	border: 1px solid rgba(255, 255, 255, 0.12);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

/* ===== SECTION 07: INTEGRATIONS ===== */

.pmap-hiw-integrations {
	background: #ffffff;
	padding: clamp(56px, 7vw, 92px) 24px;
}

.pmap-hiw-integrations__inner {
	max-width: 1180px;
	margin: 0 auto;
}

.pmap-hiw-integrations__lead {
	margin: 0 0 24px 0;
	max-width: 52em;
	font-size: 1.05rem;
	line-height: 1.7;
	color: var(--hiw-muted);
}

.pmap-hiw-integrations__points {
	list-style: none;
	margin: 0 0 44px 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.pmap-hiw-integrations__points li {
	position: relative;
	padding-left: 22px;
	color: var(--hiw-muted);
	font-size: 0.98rem;
	line-height: 1.5;
}

.pmap-hiw-integrations__points li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--hiw-accent);
}

.pmap-hiw-integrations__shot {
	margin: 0 0 44px;
}

.pmap-hiw-integrations__shot .pmap-hiw-window {
	max-width: 1000px;
	margin: 0 auto;
}

.pmap-hiw-vendors {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 40px;
}

.pmap-hiw-vendors__cat {
	background: var(--hiw-surface);
	border: 1px solid var(--hiw-border);
	border-radius: var(--hiw-radius);
	padding: 22px 22px 18px;
}

.pmap-hiw-vendors__catname {
	margin: 0 0 16px 0;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--hiw-primary);
}

.pmap-hiw-vendors__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.pmap-hiw-vendors__chip {
	font-size: 0.85rem;
	font-weight: 500;
	color: var(--hiw-ink);
	background: #ffffff;
	border: 1px solid var(--hiw-border);
	border-radius: 999px;
	padding: 7px 14px;
	line-height: 1.2;
	transition: border-color 0.18s ease, color 0.18s ease;
}

.pmap-hiw-vendors__chip:hover {
	border-color: var(--hiw-accent);
	color: var(--hiw-accent);
}

/* Akan vendor logo seridi (marquee) */
.pmap-hiw-marquee {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 40px;
	overflow: hidden;
	padding-top: 46px;
	-webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
	mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}

.pmap-hiw-marquee__row {
	display: flex;
}

.pmap-hiw-marquee__track {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	width: max-content;
	will-change: transform;
}

.pmap-hiw-marquee__row--a .pmap-hiw-marquee__track {
	animation: pmap-hiw-marquee-a 52s linear infinite;
}

.pmap-hiw-marquee__row--b .pmap-hiw-marquee__track {
	animation: pmap-hiw-marquee-b 52s linear infinite;
}

.pmap-hiw-marquee:hover .pmap-hiw-marquee__track,
.pmap-hiw-marquee:focus-within .pmap-hiw-marquee__track {
	animation-play-state: paused;
}

.pmap-hiw-logo {
	position: relative;
	flex: 0 0 auto;
	margin-right: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: none;
}

.pmap-hiw-logo__img {
	width: 46px;
	height: 46px;
	display: block;
	border-radius: 11px;
	opacity: 0.92;
	transition: transform 0.18s ease, opacity 0.18s ease, box-shadow 0.18s ease;
}

.pmap-hiw-logo:hover .pmap-hiw-logo__img,
.pmap-hiw-logo:focus-visible .pmap-hiw-logo__img {
	opacity: 1;
	transform: translateY(-3px) scale(1.08);
	box-shadow: 0 12px 24px rgba(17, 20, 58, 0.2);
}

.pmap-hiw-logo__name {
	position: absolute;
	bottom: calc(100% + 12px);
	left: 50%;
	transform: translateX(-50%) translateY(4px);
	background: var(--hiw-deep);
	color: #ffffff;
	font-size: 0.78rem;
	font-weight: 600;
	white-space: nowrap;
	padding: 5px 11px;
	border-radius: 7px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.16s ease, transform 0.16s ease;
	z-index: 6;
}

.pmap-hiw-logo__name::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 5px solid transparent;
	border-top-color: var(--hiw-deep);
}

.pmap-hiw-logo:hover .pmap-hiw-logo__name,
.pmap-hiw-logo:focus-visible .pmap-hiw-logo__name {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

@keyframes pmap-hiw-marquee-a {
	from { transform: translateX(0); }
	to { transform: translateX(-50%); }
}

@keyframes pmap-hiw-marquee-b {
	from { transform: translateX(-50%); }
	to { transform: translateX(0); }
}

@media (prefers-reduced-motion: reduce) {
	.pmap-hiw-marquee__track {
		animation: none !important;
		flex-wrap: wrap;
		gap: 16px;
	}
	.pmap-hiw-marquee {
		-webkit-mask-image: none;
		mask-image: none;
		padding-top: 0;
	}
}

.pmap-hiw-integrations__cta {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 40px;
}

/* ===== SECTION 09: FINAL CTA (koyu bant) ===== */

.pmap-hiw-finalcta {
	background: linear-gradient(135deg, var(--hiw-deep) 0%, #0b0e2c 100%);
	padding: clamp(64px, 8vw, 104px) 24px;
}

.pmap-hiw-finalcta__inner {
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.pmap-hiw-finalcta__title {
	margin: 0 0 18px 0;
	font-size: clamp(1.8rem, 3.4vw, 2.6rem);
	font-weight: 800;
	color: #ffffff;
}

.pmap-hiw-finalcta__lead {
	margin: 0 0 32px 0;
	font-size: 1.08rem;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.82);
}

.pmap-hiw-finalcta__cta {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
}

/* =========================================================================
 * RESPONSIVE
 * ========================================================================= */

@media (max-width: 1024px) {
	.pmap-hiw-hood__grid {
		grid-template-columns: 1fr 1fr;
	}

	.pmap-hiw-stepper {
		grid-template-columns: repeat(2, 1fr);
	}

	.pmap-hiw-stepper__item::after {
		display: none;
	}

	.pmap-hiw-card--featured {
		flex-direction: column;
		align-items: stretch;
	}

	.pmap-hiw-card--featured .pmap-hiw-card__head,
	.pmap-hiw-card--featured .pmap-hiw-card__shot {
		flex: 1 1 auto;
	}
}

@media (max-width: 860px) {
	.pmap-hiw-hero__inner,
	.pmap-hiw-tenancy__inner {
		grid-template-columns: 1fr;
	}

	.pmap-hiw-hero__media,
	.pmap-hiw-tenancy__media {
		order: -1;
	}

	.pmap-hiw-intro__cols {
		grid-template-columns: 1fr;
	}

	.pmap-hiw-split,
	.pmap-hiw-split--reverse {
		grid-template-columns: 1fr;
	}

	.pmap-hiw-split--reverse .pmap-hiw-split__media {
		order: -1;
	}

	.pmap-hiw-split__media {
		order: -1;
	}

	.pmap-hiw-vendors {
		grid-template-columns: 1fr;
	}

	/* Mobilde hero penceresini duzlestir, perspektifi kaldir. */
	.pmap-hiw-window--hero {
		transform: none;
		max-width: 100%;
	}

	.pmap-hiw-window--hero:hover {
		transform: translateY(-3px);
	}
}

@media (max-width: 640px) {
	.pmap-hiw-stepper {
		grid-template-columns: 1fr;
	}

	.pmap-hiw-hood__grid {
		grid-template-columns: 1fr;
	}

	.pmap-hiw-proofbar {
		border-radius: 16px;
	}

	.pmap-hiw-proofbar li {
		padding-right: 0;
	}

	.pmap-hiw-proofbar li::after {
		display: none;
	}
}
