.center_policies {
	position: relative;
	overflow: hidden;
	background-image:
		linear-gradient(90deg, rgba(9, 9, 9, 0.92) 0%, rgba(9, 9, 9, 0.72) 52%, rgba(9, 9, 9, 0.38) 100%),
		url("https://res.cloudinary.com/deoaqyjfh/image/upload/v1777646916/studio_xdblsz.jpg");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 320px;
	display: flex;
	align-items: flex-end;
}

.center_policies .center_m {
	position: relative;
	z-index: 1;
	width: 100%;
}

.center_policies .center_o1 {
	justify-content: flex-start;
}

.center_policies .center_o1 .col-md-12 {
	text-align: left;
}

.center_policies h1 {
	display: block;
	padding: 16px 22px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.20);
	border: 1px solid rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(8px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
	letter-spacing: 0.01em;
	width: fit-content;
	margin-left: 0;
}

.center_policies h6 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 8px 16px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(6px);
	margin-left: 0;
}


.policy_card {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 24px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.06);
	padding: 28px;
	height: 100%;
}

.policy_anchor {
	scroll-margin-top: 110px;
}

.policy_badge {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(209, 0, 0, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.12);
	letter-spacing: 0.12em;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}

.section_kicker {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 12px;
	font-weight: 700;
	color: var(--yellow);
}

.section_title {
	font-size: clamp(2rem, 3vw, 3.25rem);
	line-height: 1.08;
	font-weight: 800;
}

.policy_hero {
	min-height: 300px;
	display: flex;
	align-items: flex-end;
	position: relative;
	overflow: hidden;
}

.policy_hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at top right, rgba(255, 193, 7, 0.12), transparent 42%);
	pointer-events: none;
}

.policy_hero .container-xl {
	position: relative;
	z-index: 1;
}

.policy_hero h1 {
	display: inline-block;
	padding: 18px 22px;
	border-radius: 22px;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(8px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
	max-width: 15ch;
	margin-bottom: 0;
}