/**
 * RNB vs GARAGE About page.
 *
 * Keep the journey focused on: see the atmosphere -> understand the brand ->
 * find an event -> join owned updates or get the right support.
 */

.page-id-629 .entry-header {
	padding-top: 48px !important;
	padding-bottom: 28px !important;
}

.page-id-629 .entry-title {
	margin: 0 !important;
}

.lvm-rnb-about {
	box-sizing: border-box;
	width: calc(100% - 4rem) !important;
	max-width: 900px !important;
	margin: 0 auto 64px;
}

.lvm-rnb-about__video {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 18px;
	aspect-ratio: 16 / 9;
	background: #111;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.lvm-rnb-about__video iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.lvm-rnb-about__intro {
	max-width: 720px;
	margin: 28px auto 0;
	padding: 0 !important;
	text-align: center;
}

.lvm-rnb-about__intro h2,
.lvm-rnb-about__card h2 {
	margin: 0 0 14px;
	font-size: clamp(28px, 3.6vw, 42px);
	line-height: 1.15;
}

.lvm-rnb-about__intro p,
.lvm-rnb-about__card p {
	margin: 0;
	font-size: 18px;
	line-height: 1.55;
}

.lvm-rnb-about__actions {
	display: flex;
	justify-content: center;
	margin: 28px 0 0 !important;
}

.lvm-rnb-about__button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	border-radius: 999px;
	background: #df0050;
	color: #fff !important;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.2;
	text-decoration: none !important;
	white-space: nowrap;
	box-shadow: 0 6px 16px rgba(223, 0, 80, 0.24);
}

.lvm-rnb-about__button:hover,
.lvm-rnb-about__button:focus-visible {
	background: #b80042;
	transform: translateY(-1px);
	outline: 3px solid currentColor;
	outline-offset: 3px;
}

.lvm-rnb-about__cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-top: 30px;
}

.lvm-rnb-about__card {
	box-sizing: border-box;
	padding: 28px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 18px;
	background: #f6f6f6;
}

.lvm-rnb-about__card h2 {
	font-size: clamp(25px, 2.7vw, 32px);
}

.lvm-rnb-about__card--whatsapp {
	background: #effaf3;
}

.lvm-rnb-about__card .lvm-rnb-about__button {
	width: 100%;
	margin-top: 22px;
	background: #25d366;
	color: #0b2815 !important;
	box-shadow: 0 6px 16px rgba(37, 211, 102, 0.22);
}

.lvm-rnb-about__card .lvm-rnb-about__button:hover,
.lvm-rnb-about__card .lvm-rnb-about__button:focus-visible {
	background: #1fbd59;
}

.lvm-rnb-about__support-list {
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.lvm-rnb-about__support-list li {
	margin: 0;
	padding: 13px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 16px;
	line-height: 1.5;
}

.lvm-rnb-about__support-list li:last-child {
	padding-bottom: 0;
}

@media (max-width: 700px) {
	.page-id-629 .entry-header {
		padding-top: 34px !important;
		padding-bottom: 22px !important;
	}

	.lvm-rnb-about {
		width: calc(100% - 4rem);
		margin-bottom: 44px;
	}

	.lvm-rnb-about__video {
		border-radius: 12px;
	}

	.lvm-rnb-about__intro {
		margin-top: 24px;
	}

	.lvm-rnb-about__intro p,
	.lvm-rnb-about__card p {
		font-size: 17px;
	}

	.lvm-rnb-about__button {
		box-sizing: border-box;
		width: 100%;
	}

	.lvm-rnb-about__cards {
		grid-template-columns: 1fr;
		gap: 18px;
		margin-top: 26px;
	}

	.lvm-rnb-about__card {
		padding: 24px 20px;
		border-radius: 15px;
	}
}
