.joint-venture-hero {
    padding: 140px 0 100px;
    background:
        linear-gradient(rgba(22, 50, 79, 0.72), rgba(22, 50, 79, 0.72)),
        url('/resources/joint-ventures-and-institutional-opportunities.webp') center/cover no-repeat;
    color: #fff;
}

.joint-venture-hero .hero-content {
    max-width: 760px;
}

.joint-venture-hero .hero-eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    margin-bottom: 24px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.joint-venture-hero h1 {
    margin: 0 0 24px;
    font-size: clamp(3rem, 6vw, 5.25rem);
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 700;
}

.joint-venture-hero p {
    margin: 0;
    max-width: 700px;
    font-size: 1.12rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.88);
}

.page-joint-venture {
	background: var(--color-background);
}

.page-joint-venture .joint-venture-content {
	padding: 90px 0;
}

.page-joint-venture .joint-venture-content .section-inner {
	max-width: 980px;
	margin: 0 auto;
	padding: 0 32px;
}

.page-joint-venture .content-card {
	padding: 42px;
	border-radius: 28px;
	background: var(--color-surface);
	border: 1px solid var(--color-border);
	box-shadow: var(--shadow-soft);
}

.page-joint-venture .content-card + .content-card {
	margin-top: 28px;
}

.page-joint-venture .content-card h2 {
	margin: 0 0 18px;
	font-size: clamp(1.9rem, 3vw, 2.6rem);
	line-height: 1.15;
	color: var(--color-primary);
	letter-spacing: -0.03em;
}

.page-joint-venture .content-card p {
	margin: 0 0 18px;
	font-size: 1.02rem;
	line-height: 1.85;
	color: var(--color-text-light);
}

.page-joint-venture .content-card p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.page-joint-venture .joint-venture-content {
		padding: 70px 0;
	}

	.page-joint-venture .joint-venture-content .section-inner {
		padding: 0 20px;
	}

	.page-joint-venture .content-card {
		padding: 30px 24px;
	}
}
