.blog-post-header {
	background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.9)), url('../images/landingImg4.jpg');
	background-size: cover;
	background-position: center;
	padding: 80px 0;
	margin-bottom: 40px;
	border-radius: 0 0 30px 30px;
}

.blog-post-header h1 {
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 2.5rem;
	margin-bottom: 15px;
}

.blog-post-header .meta {
	color: #aaa;
	font-size: 0.9rem;
}

.blog-content {
	color: #ccc;
	line-height: 1.9;
	font-size: 1.1rem;
}

.blog-content h2 {
	color: #e9163e;
	font-family: 'Montserrat', sans-serif;
	margin-top: 40px;
	margin-bottom: 20px;
}

.blog-content p {
	margin-bottom: 25px;
}

.back-link {
	display: inline-flex;
	align-items: center;
	color: #e9163e;
	text-decoration: none;
	margin-bottom: 30px;
	font-weight: 600;
}

.back-link:hover {
	color: #ff3366;
}

.back-link i {
	margin-right: 8px;
}

.cta-box {
	background: linear-gradient(145deg, #2a1a1a 0%, #1a0a0a 100%);
	border-radius: 15px;
	padding: 30px;
	margin: 40px 0;
	border: 2px solid #e9163e;
	text-align: center;
}

.cta-box h3 {
	color: #fff;
	margin-bottom: 15px;
}

.cta-box p {
	margin-bottom: 20px;
}

.blog-category {
	display: inline-block;
	background: rgba(233,22,62,0.2);
	color: #e9163e;
	padding: 5px 15px;
	border-radius: 20px;
	font-size: 0.8rem;
	margin-bottom: 20px;
}

.related-posts {
	margin-top: 60px;
	padding-top: 40px;
	border-top: 1px solid #333;
}

.related-posts h3 {
	color: #e9163e;
	margin-bottom: 30px;
}

.founder-card {
	background: linear-gradient(145deg, #2a1a1a 0%, #1a0a0a 100%);
	border-radius: 15px;
	padding: 30px;
	margin: 30px 0;
	border: 2px solid #e9163e;
}

.founder-card h3 {
	color: #fff;
	margin-bottom: 10px;
}

.founder-card .role {
	color: #e9163e;
	font-size: 0.9rem;
	margin-bottom: 15px;
}

.blog-content img {
	border-radius: 15px;
	margin: 30px 0;
}