/* Static guest landing page (templates/community-home.php) — replacement for Elementor page 2374. */

@font-face {
	font-family: "Proxima Nova";
	src: url("../fonts/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Proxima Nova";
	src: url("../fonts/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Proxima Nova";
	src: url("../fonts/ProximaNova-Extrabld.woff2") format("woff2"), url("../fonts/ProximaNova-Extrabld.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

.clvh {
	font-family: "Proxima Nova", sans-serif;
	color: #373737;
	overflow-x: hidden;
}

.clvh-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

.clvh-h2 {
	font-family: "Proxima Nova", sans-serif;
	font-size: 62px;
	font-weight: 700;
	line-height: 1;
	color: #2F375B;
	margin: 0 0 24px;
}

.clvh-upper { text-transform: uppercase; }
.clvh-center { text-align: center; }
.clvh-h2--ondark { color: #fff; font-size: 56px; }

.clvh-intro {
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	max-width: 980px;
	margin: 0 auto 48px;
}

.clvh-btn {
	display: inline-block;
	background-color: #DC6E4A;
	color: #fff;
	font-family: "Proxima Nova", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	padding: 15px 60px;
	border-radius: 50px;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.clvh-btn:hover,
.clvh-btn:focus {
	background-color: #c25a38;
	color: #fff;
}

.clvh-btn--light {
	background-color: #F8E7E1;
	color: #DC6E4A;
}

.clvh-btn--light:hover,
.clvh-btn--light:focus {
	background-color: #f2d6cb;
	color: #DC6E4A;
}

.clvh section { padding: 60px 0; }

/* --- Hero --- */

.clvh-hero { padding-top: 40px; }

.clvh-hero__grid {
	display: grid;
	grid-template-columns: 1fr 1.4fr;
	gap: 40px;
	align-items: center;
}

.clvh-hero__title {
	font-family: "Proxima Nova", sans-serif;
	font-size: 62px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	color: #2F375B;
	margin: 0 0 28px;
}

.clvh-hero__lead {
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 36px;
}

.clvh-hero__actions {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.clvh-hero__media {
	position: relative;
}

.clvh-hero__media > img {
	display: block;
	width: 100%;
	max-width: 804px;
	height: auto;
	margin-left: auto;
}

.clvh-hero__badge {
	position: absolute;
	left: -20px;
	bottom: 30px;
	display: flex;
	gap: 18px;
	align-items: flex-start;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 18px 45px rgba(47, 55, 91, 0.14);
	padding: 26px 30px;
	max-width: 520px;
}

.clvh-hero__badge-num { white-space: nowrap; }

.clvh-hero__badge svg { flex: 0 0 66px; }

.clvh-hero__badge-label {
	display: block;
	font-family: "Roboto", sans-serif;
	font-weight: 800;
	font-size: 20px;
	color: #2F375B;
	margin-bottom: 6px;
}

.clvh-hero__badge-num {
	display: block;
	font-family: "Roboto", sans-serif;
	font-weight: 800;
	font-size: 55px;
	line-height: 1;
	color: #DC6E4A;
	margin-bottom: 10px;
}

.clvh-hero__badge p {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	line-height: 1.4;
	color: #5B5B5B;
	margin: 0;
}

/* --- Guidance cards --- */

.clvh-guidance__cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-bottom: 48px;
}

.clvh-card {
	background: #fff;
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	padding: 32px 24px;
}

.clvh-card img { margin-bottom: 20px; }

.clvh-card h3 {
	font-family: "Proxima Nova", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.06;
	color: #313131;
	margin: 0 0 16px;
}

.clvh-card p {
	font-size: 18px;
	line-height: 1.45;
	color: #313131;
	margin: 0;
}

/* --- Membership rows --- */

.clvh-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	margin: 70px 0;
}

.clvh-row--reverse .clvh-row__copy { order: 2; }
.clvh-row--reverse .clvh-row__media { order: 1; }

.clvh-row__copy h3 {
	font-family: "Proxima Nova", sans-serif;
	font-size: 46px;
	font-weight: 700;
	line-height: 1;
	color: #2F375B;
	margin: 0 0 22px;
}

.clvh-row__copy p {
	font-size: 20px;
	line-height: 1.5;
	margin: 0;
}

.clvh-row__media video,
.clvh-row__media img {
	display: block;
	width: 100%;
	height: auto;
}

/* --- Expert voices --- */

.clvh-experts {
	background-color: #2F375B;
	font-family: "Roboto", sans-serif;
}

.clvh-experts__label {
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #DC6E4A;
	border: 1px solid #DC6E4A;
	border-radius: 30px;
	width: fit-content;
	margin: 0 auto 28px;
	padding: 8px 22px;
}

.clvh-experts__sub {
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin: 0 0 48px;
}

.clvh-experts__cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	align-items: stretch;
}

.clvh-expert { display: flex; flex-direction: column; }

.clvh-expert__quote {
	font-family: Georgia, serif;
	font-size: 110px;
	line-height: 0.6;
	color: #DC6E4A;
	height: 52px;
	display: block;
}

.clvh-expert__card {
	background: #fff;
	border-radius: 20px;
	padding: 32px 26px;
	flex: 1;
}

.clvh-expert__card img {
	display: block;
	width: 140px;
	height: 140px;
	margin: 0 auto 18px;
	border-radius: 50%;
	object-fit: cover;
}

.clvh-expert__card h3 {
	font-family: "Roboto", sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	color: #303859;
	text-align: center;
	margin: 0 0 10px;
}

.clvh-expert__role {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #626262;
	margin-bottom: 18px;
}

.clvh-expert__card p {
	font-size: 20px;
	line-height: 1.4;
	color: #373737;
	margin: 0;
}

/* --- Who we are --- */

.clvh-who__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
}

.clvh-who__grid p {
	font-size: 18px;
	line-height: 1.55;
	margin: 0 0 20px;
}

.clvh-who__media img {
	display: block;
	width: 100%;
	max-width: 640px;
	height: auto;
	margin-left: auto;
}

/* --- Stats --- */

.clvh-stats {
	background-color: #2F375B;
	padding: 30px 0;
}

.clvh-stats__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.clvh-stat {
	display: flex;
	align-items: center;
	gap: 22px;
}

.clvh-stat img { flex: 0 0 80px; }

.clvh-stat__num {
	display: block;
	font-family: "Roboto", sans-serif;
	font-weight: 800;
	font-size: 55px;
	line-height: 1.1;
	color: #DC6E4A;
}

.clvh-stat__title {
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	color: #fff;
}

/* --- FAQ --- */

.clvh-faq { padding: 90px 0; }

.clvh-faq__grid {
	display: grid;
	grid-template-columns: 1fr 1.6fr;
	gap: 60px;
	align-items: start;
}

.clvh-faq__grid .clvh-h2 { font-size: 56px; }

.clvh-faq__list details {
	border-bottom: 1px solid #C9D4F0;
	padding: 6px 0 10px;
}

.clvh-faq__list summary {
	list-style: none;
	cursor: pointer;
	font-family: "Proxima Nova", sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #2F375B;
	padding: 12px 0;
}

.clvh-faq__list summary::-webkit-details-marker { display: none; }

.clvh-faq__list summary::after {
	content: "+";
	color: #2F375B;
	margin-left: 12px;
}

.clvh-faq__list details[open] summary { color: #DC6E4A; }
.clvh-faq__list details[open] summary::after { content: "\2212"; color: #DC6E4A; }

.clvh-faq__answer {
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	line-height: 1.55;
	padding: 4px 0 12px 24px;
	border-top: 1px solid #DC6E4A;
}

.clvh-faq__answer p { margin: 14px 0 0; }

/* --- CTA --- */

.clvh-cta {
	position: relative;
	background-size: cover;
	background-position: center;
	min-height: 677px;
	display: flex;
	align-items: center;
}

.clvh-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background-color: rgba(46, 55, 92, 0.6);
}

.clvh-cta__inner {
	position: relative;
	text-align: center;
	width: 100%;
}

.clvh-cta__inner h2 {
	font-family: "Proxima Nova", sans-serif;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.05;
	text-transform: uppercase;
	color: #fff;
	max-width: 964px;
	margin: 0 auto 36px;
}

.clvh-cta .clvh-btn {
	font-family: "Nunito", sans-serif;
	padding: 15px 40px;
}

/* --- Responsive --- */

@media (max-width: 1200px) {
	.clvh-h2, .clvh-hero__title { font-size: 48px; }
	.clvh-guidance__cards, .clvh-experts__cards { grid-template-columns: repeat(2, 1fr); }
	.clvh-card h3 { font-size: 26px; }
	.clvh-row__copy h3 { font-size: 38px; }
}

@media (max-width: 767px) {
	.clvh section { padding: 40px 0; }
	.clvh-h2, .clvh-hero__title, .clvh-h2--ondark { font-size: 32px; }
	.clvh-faq__grid .clvh-h2 { font-size: 32px; }

	.clvh-hero__grid,
	.clvh-guidance__cards,
	.clvh-row,
	.clvh-experts__cards,
	.clvh-who__grid,
	.clvh-stats__grid,
	.clvh-faq__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.clvh-row { margin: 40px 0; }
	.clvh-row--reverse .clvh-row__copy { order: 1; }
	.clvh-row--reverse .clvh-row__media { order: 2; }
	.clvh-row__copy h3 { font-size: 30px; }

	.clvh-hero__badge {
		position: static;
		margin-top: 20px;
		max-width: none;
	}

	.clvh-hero__badge-num { font-size: 42px; white-space: normal; }
	.clvh-hero__grid > *, .clvh-row > *, .clvh-who__grid > *, .clvh-faq__grid > * { min-width: 0; }
	.clvh-intro { font-size: 18px; margin-bottom: 32px; }
	.clvh-cta { min-height: 500px; }
	.clvh-cta__inner h2 { font-size: 32px; }
	.clvh-faq__list summary { font-size: 21px; }
	.clvh-expert__card h3 { font-size: 26px; }
}
