.cs-card-7f304024 {
    border-radius: 24px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
    border: 1px solid #f0f0f0;
	transition: all 0.3s ease;
}

.cs-card-top {
    position: relative;
    color: #fff;
    padding: 30px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-size: cover;
    background-position: center;
    background-color: #1f2029; /* Fallback */
	z-index: 1;
}

.cs-card-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(145deg, rgba(31,32,41,0.9), rgba(15,16,21,0.9));
	z-index: -1;
	transition: opacity 0.3s ease;
}

.cs-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cs-badge {
    background: #d4ff3f;
    color: #000;
    font-weight: 800;
    font-size: 11px;
    padding: 6px 14px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	transition: all 0.3s ease;
}

.cs-platform {
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    font-weight: 500;
}

.cs-card-top-content {
    margin-top: 40px;
}

.cs-meta {
    font-size: 11px;
    font-weight: 700;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.cs-card-title {
    margin: 0;
    font-size: 32px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.5px;
	transition: color 0.3s ease;
}

.cs-card-bottom {
    padding: 35px 30px;
}

.cs-stat-headline {
    margin: 0 0 15px 0;
    font-size: 22px;
    font-weight: 800;
    color: #111;
    line-height: 1.3;
	transition: color 0.3s ease;
}

.cs-description {
    margin: 0 0 25px 0;
    font-size: 15px;
    line-height: 1.6;
    color: #666;
}

.cs-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
}

.cs-tag {
    background: #f4f5f7;
    color: #111;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 20px;
	transition: all 0.3s ease;
}

.cs-link-wrapper {
	text-align: left; /* default */
}

.cs-link {
    display: inline-block;
    color: #1a1b8c;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    transition: 0.2s ease;
}

.cs-link:hover {
    color: #0d0d4a;
}
