/*
 * The brand page (24 of them: Audi through Volkswagen).
 *
 * Ported from the live embed markup, metric for metric. On Wix this stylesheet
 * existed 24 times over, once per page, each copy scoped to its own #rs-<brand>
 * id inside its own iframe. Here it is one file, loaded only on brand pages.
 */

/* ---------------------------------------------------------------- hero ---- */

.gb-brand-hero {
	padding: 78px 0 56px;
	background:
		radial-gradient(circle at top right, rgba(243, 54, 69, 0.1), transparent 30%),
		linear-gradient(180deg, var(--gb-black) 0%, var(--gb-black-deep) 100%);
}

.gb-brand-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
	gap: 34px;
	align-items: stretch;
}

.gb-brand-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	padding: 10px 14px;
	border: 1px solid var(--gb-line);
	border-radius: var(--gb-r-pill);
	background: rgba(255, 255, 255, 0.03);
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	color: var(--gb-on-dark-70);
}

.gb-brand-eyebrow .gb-icon {
	color: var(--gb-red);
	font-size: 14px;
}

.gb-brand-title {
	margin: 0 0 18px;
	font-size: 62px;
	line-height: 1.04;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: var(--gb-on-dark);
}

.gb-brand-intro {
	margin: 0 0 26px;
	max-width: 860px;
	font-size: 20px;
	line-height: 1.68;
	font-weight: 400;
	color: var(--gb-on-dark-60);
}

.gb-brand-models {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
}

.gb-brand-models li {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 14px;
	border: 1px solid var(--gb-red-edge);
	border-radius: var(--gb-r-pill);
	background: var(--gb-red-tint);
	font-size: 15px;
	line-height: 1.2;
	font-weight: 500;
	color: var(--gb-red-chip);
}

.gb-brand-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 24px;
}

.gb-brand-note {
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
	font-weight: 400;
	color: var(--gb-on-dark-50);
}

.gb-brand-note a {
	color: var(--gb-on-dark);
	text-decoration: none;
	font-weight: 500;
}

.gb-brand-note a:hover {
	text-decoration: underline;
}

/* ----------------------------------------------------------- hero card ---- */

.gb-brand-hero-card {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 22px;
	height: 100%;
	padding: 28px;
	border: 1px solid var(--gb-line);
	border-radius: 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.03) 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.gb-brand-logo-box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 130px;
	padding: 22px;
	border-radius: var(--gb-r-md);
	background: var(--gb-white);
}

.gb-brand-logo-box img {
	display: block;
	width: auto;
	max-width: 220px;
	height: 58px;
	object-fit: contain;
}

.gb-brand-logo-fallback {
	display: none;
	font-size: 34px;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--gb-on-light);
}

.gb-brand-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.gb-brand-mini-card {
	padding: 18px 16px;
	border: 1px solid var(--gb-line-soft);
	border-radius: var(--gb-r-sm);
	background: var(--gb-fill);
}

.gb-brand-mini-label {
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--gb-on-dark-45);
}

.gb-brand-mini-value {
	margin: 0;
	font-size: 21px;
	line-height: 1.25;
	font-weight: 700;
	color: var(--gb-on-dark);
}

.gb-brand-sister-box {
	padding: 18px;
	border-left: 3px solid var(--gb-red);
	border-radius: 12px;
	background: var(--gb-red-tint);
}

.gb-brand-sister-box p {
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
	font-weight: 400;
	color: var(--gb-on-dark-70);
}

/* ------------------------------------------------------------ services ---- */

.gb-brand-services {
	padding: 22px 0 30px;
	background: var(--gb-light);
	color: var(--gb-on-light);
}

.gb-brand-section-head {
	max-width: 900px;
	margin: 0 auto 34px;
	text-align: center;
}

.gb-brand-section-head--left {
	max-width: none;
	margin: 0 0 24px;
	text-align: left;
}

.gb-brand-section-title {
	margin: 0 0 14px;
	font-size: 46px;
	line-height: 1.08;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: var(--gb-on-light);
}

.gb-brand-section-head--left .gb-brand-section-title {
	margin-bottom: 12px;
}

.gb-brand-section-text {
	margin: 0;
	font-size: 19px;
	line-height: 1.65;
	font-weight: 400;
	color: var(--gb-on-light-soft);
}

.gb-brand-services-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.gb-brand-service-card {
	padding: 26px 24px;
	border: 1px solid var(--gb-line-light);
	border-radius: var(--gb-r-md);
	background: var(--gb-white);
	box-shadow: var(--gb-shadow-card);
}

.gb-brand-service-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin: 0 0 18px;
	border-radius: var(--gb-r-sm);
	background: var(--gb-red-tint);
	color: var(--gb-red);
	font-size: 26px;
	line-height: 1;
}

.gb-brand-service-title {
	margin: 0 0 12px;
	font-size: 24px;
	line-height: 1.22;
	font-weight: 700;
	color: var(--gb-on-light);
}

.gb-brand-service-text {
	margin: 0;
	font-size: 17px;
	line-height: 1.68;
	font-weight: 400;
	color: var(--gb-on-light-mid);
}

/* ----------------------------------------------------------------- why ---- */

.gb-brand-why {
	padding: 34px 0 82px;
	background: var(--gb-light);
	color: var(--gb-on-light);
}

.gb-brand-why-grid {
	display: grid;
	grid-template-columns: 1.08fr 0.92fr;
	gap: 28px;
	align-items: start;
}

.gb-brand-feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.gb-brand-feature-card {
	padding: 22px 20px;
	border: 1px solid var(--gb-line-light);
	border-radius: var(--gb-r-md);
	background: var(--gb-white);
	box-shadow: var(--gb-shadow-card);
}

.gb-brand-feature-card h3 {
	margin: 0 0 10px;
	font-size: 22px;
	line-height: 1.2;
	font-weight: 700;
	color: var(--gb-on-light);
}

.gb-brand-feature-card p {
	margin: 0;
	font-size: 16px;
	line-height: 1.68;
	font-weight: 400;
	color: var(--gb-on-light-mid);
}

/* ----------------------------------------------------- booking panel ------ */

.gb-brand-side-panel {
	padding: 28px 26px;
	border-radius: var(--gb-r-lg);
	background: var(--gb-panel);
	color: var(--gb-on-dark);
}

.gb-brand-side-panel h2 {
	margin: 0 0 14px;
	font-size: 34px;
	line-height: 1.12;
	font-weight: 700;
	color: var(--gb-on-dark);
}

.gb-brand-side-panel p {
	margin: 0 0 22px;
	font-size: 17px;
	line-height: 1.7;
	font-weight: 400;
	color: var(--gb-on-dark-60);
}

.gb-brand-price-box {
	padding: 18px;
	margin-bottom: 18px;
	border: 1px solid var(--gb-red-edge);
	border-radius: var(--gb-r-sm);
	background: var(--gb-red-tint-strong);
}

.gb-brand-price-box strong {
	display: block;
	margin: 0 0 6px;
	font-size: 19px;
	line-height: 1.2;
	font-weight: 700;
	color: var(--gb-on-dark);
}

.gb-brand-price-box span {
	display: block;
	font-size: 15px;
	line-height: 1.6;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.72);
}

.gb-brand-checks {
	display: grid;
	gap: 12px;
	list-style: none;
	margin: 0 0 26px;
	padding: 0;
}

.gb-brand-checks li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	color: var(--gb-on-dark-80);
}

.gb-brand-checks .gb-icon {
	margin-top: 3px;
	font-size: 17px;
	color: var(--gb-red);
}

/* --------------------------------------------------------- breakpoints ---- */

@media screen and (max-width: 1100px) {
	.gb-brand-hero-grid,
	.gb-brand-why-grid {
		grid-template-columns: 1fr;
	}

	.gb-brand-services-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (max-width: 991px) {
	.gb-brand-title {
		font-size: 44px;
	}

	.gb-brand-intro,
	.gb-brand-section-text {
		font-size: 18px;
	}

	.gb-brand-section-title {
		font-size: 38px;
	}

	.gb-brand-hero {
		padding: 58px 0 46px;
	}

	.gb-brand-services-grid,
	.gb-brand-feature-grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (max-width: 640px) {
	.gb-brand-hero {
		padding: 44px 0 38px;
	}

	.gb-brand-title {
		font-size: 34px;
		line-height: 1.1;
	}

	.gb-brand-intro,
	.gb-brand-section-text,
	.gb-brand-note,
	.gb-brand-service-text,
	.gb-brand-feature-card p,
	.gb-brand-side-panel p {
		font-size: 16px;
		line-height: 1.68;
	}

	.gb-brand-actions {
		flex-direction: column;
	}

	.gb-brand-actions .gb-btn {
		width: 100%;
	}

	.gb-brand-hero-card {
		padding: 22px;
		border-radius: 16px;
	}

	.gb-brand-logo-box {
		min-height: 110px;
		padding: 18px;
		border-radius: var(--gb-r-sm);
	}

	.gb-brand-logo-box img {
		max-width: 180px;
		height: 48px;
	}

	.gb-brand-card-grid {
		grid-template-columns: 1fr;
	}

	.gb-brand-services {
		padding: 8px 0 24px;
	}

	.gb-brand-section-title {
		font-size: 30px;
		line-height: 1.12;
	}

	.gb-brand-service-card,
	.gb-brand-feature-card,
	.gb-brand-side-panel {
		padding: 22px 20px;
		border-radius: 16px;
	}

	.gb-brand-service-title,
	.gb-brand-feature-card h3 {
		font-size: 20px;
	}

	.gb-brand-why {
		padding: 24px 0 48px;
	}

	.gb-brand-side-panel h2 {
		font-size: 28px;
	}
}
