.af-tekst-wrap{
	width: 100%;
	box-sizing: border-box;
	background-color: #253343;
}

.af-tekst-inner{
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.af-tekst-kicker{
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #dfc290;
	margin: 0 0 18px;
}

.af-tekst-title{
	font-family: 'Playfair Display', serif;
	font-weight: 600;
	font-size: clamp(28px, 4vw, 46px);
	line-height: 1.25;
	color: #f8efe0;
	margin: 0 0 26px;
}

.af-tekst-highlight{
	font-style: italic;
	font-weight: 500;
	color: #dfc290;
}

.af-tekst-desc{
	font-family: 'Inter', sans-serif;
	font-size: 15.5px;
	line-height: 1.6;
	color: rgba(248, 239, 224, 0.75);
	max-width: 480px;
	margin: 0 auto 34px;
}

.af-tekst-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 15px 32px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size: 13px;
	border-radius: 999px;
	background-color: #dfc290;
	color: #253343;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.af-tekst-btn:hover{
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(223, 194, 144, 0.35);
	color: #253343;
}

@media (max-width: 767px){
	.af-tekst-wrap{
		padding: 60px 20px !important;
	}
	.af-tekst-title{
		font-size: clamp(24px, 7vw, 32px);
	}
	.af-tekst-desc{
		font-size: 14.5px;
	}
}
