.pk-hero {
	position: relative;
	overflow: hidden;
	min-height: clamp( 420px, 58vw, 620px );
	border-radius: 32px;
	background: #0f2235;
	isolation: isolate;
}

.pk-hero__media,
.pk-hero__overlay {
	position: absolute;
	inset: 0;
}

.pk-hero__media {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transform: scale( 1.02 );
}

.pk-hero__overlay {
	background:
		radial-gradient( circle at top right, rgba( 255, 255, 255, 0.18 ), transparent 32% ),
		linear-gradient( 120deg, rgba( 7, 18, 31, 0.88 ) 0%, rgba( 9, 34, 56, 0.76 ) 42%, rgba( 26, 111, 160, 0.36 ) 100% );
}

.pk-hero__content {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	min-height: inherit;
	padding: clamp( 26px, 4vw, 42px );
}

.pk-hero__card {
	max-width: min( 680px, 100% );
	padding: clamp( 24px, 3.2vw, 34px );
	border: 1px solid rgba( 255, 255, 255, 0.14 );
	border-radius: 28px;
	background: linear-gradient( 180deg, rgba( 11, 25, 39, 0.72 ), rgba( 11, 25, 39, 0.56 ) );
	box-shadow: 0 24px 60px rgba( 4, 10, 18, 0.3 );
	backdrop-filter: blur( 8px );
}

.pk-hero__eyebrow {
	margin: 0 0 12px;
	font-size: 0.74rem;
	font-weight: 800;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: rgba( 255, 255, 255, 0.72 );
}

.wp-block-poliklinika-hero .pk-hero__title,
.entry-content .wp-block-poliklinika-hero .pk-hero__title {
	margin: 0;
	font-family: var( --font-display, 'Fraunces', serif );
	font-size: clamp( 2.3rem, 5.2vw, 4.7rem );
	line-height: 0.95;
	letter-spacing: -0.05em;
	color: #ffffff !important;
	text-wrap: balance;
}

.pk-hero__subtitle {
	max-width: 46rem;
	margin: 18px 0 0;
	font-size: clamp( 1rem, 1.5vw, 1.15rem );
	line-height: 1.72;
	color: rgba( 255, 255, 255, 0.82 );
}

.pk-hero__button {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 24px;
	padding: 14px 20px;
	border-radius: 999px;
	background: #ffffff;
	color: #10202f;
	text-decoration: none;
	font-weight: 800;
	box-shadow: 0 18px 30px rgba( 8, 21, 34, 0.22 );
	transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pk-hero__button::after {
	content: '';
	display: inline-block;
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	background: currentColor;
	mask: url( '../assets/lucide-arrow-right.svg' ) no-repeat center / contain;
	-webkit-mask: url( '../assets/lucide-arrow-right.svg' ) no-repeat center / contain;
}

.pk-hero__button:hover,
.pk-hero__button:focus-visible {
	background: #f0f7fb;
	color: #10202f;
	transform: translateY( -2px );
	box-shadow: 0 24px 36px rgba( 8, 21, 34, 0.28 );
}

@media ( max-width: 760px ) {
	.pk-hero {
		min-height: 460px;
		border-radius: 24px;
	}

	.pk-hero__content {
		align-items: flex-end;
		padding: 20px;
	}

	.pk-hero__card {
		padding: 22px;
		border-radius: 22px;
	}

	.pk-hero__subtitle {
		font-size: 0.98rem;
		line-height: 1.65;
	}
}
