.vc-pl-landing-page,
.vc-pl-landing-page .site,
.vc-pl-landing-page .site-content,
.vc-pl-landing-page .vc-basic-page {
	background: #070a0c;
}

.vc-pl-landing-page .vc-basic-page {
	max-width: none;
	padding: 0;
}

.vc-pll {
	--accent: #9cff00;
	--accent-soft: rgba(156, 255, 0, .1);
	--bg: #070a0c;
	--surface: #0d1216;
	--surface-2: #11181d;
	--surface-3: #161f25;
	--text: #f5f7f8;
	--muted: #a8b0b6;
	--line: rgba(255, 255, 255, .12);
	--line-accent: rgba(156, 255, 0, .3);
	position: relative;
	overflow: hidden;
	background: var(--bg);
	color: var(--text);
	font-family: inherit;
}

.vc-pll *,
.vc-pll *::before,
.vc-pll *::after {
	box-sizing: border-box;
}

.vc-pll__wrap {
	position: relative;
	z-index: 1;
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
}

.vc-pll h1,
.vc-pll h2,
.vc-pll h3,
.vc-pll p,
.vc-pll li,
.vc-pll summary,
.vc-pll strong,
.vc-pll span {
	color: inherit;
}

.vc-pll h1 {
	max-width: 780px;
	margin: 0 0 24px;
	font-size: clamp(42px, 5.4vw, 72px);
	line-height: 1.01;
	letter-spacing: -.05em;
}

.vc-pll h2 {
	margin: 0 0 22px;
	font-size: clamp(32px, 4vw, 50px);
	line-height: 1.07;
	letter-spacing: -.04em;
}

.vc-pll h3 {
	margin: 0 0 12px;
	font-size: 21px;
	line-height: 1.25;
}

.vc-pll p {
	font-size: 17px;
	line-height: 1.7;
}

.vc-pll__eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 15px;
	color: var(--accent) !important;
	font-size: 12px !important;
	font-weight: 800;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.vc-pll__eyebrow::before {
	display: inline-block;
	width: 24px;
	height: 2px;
	background: var(--accent);
	content: "";
}

.vc-pll__hero {
	position: relative;
	padding: 86px 0 78px;
	overflow: hidden;
	background:
		radial-gradient(circle at 79% 28%, rgba(156, 255, 0, .14), transparent 30%),
		linear-gradient(135deg, #070a0c 0%, #0c1216 58%, #10171b 100%);
	border-bottom: 1px solid var(--line);
}

.vc-pll__hero::before {
	position: absolute;
	inset: 0;
	background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
	background-size: 42px 42px;
	mask-image: linear-gradient(to right, transparent, #000 58%, transparent);
	content: "";
}

.vc-pll__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.04fr) minmax(0, .96fr);
	align-items: center;
	gap: 70px;
}

.vc-pll__copy,
.vc-pll__visual {
	min-width: 0;
}

.vc-pll__lead {
	max-width: 660px;
	margin-bottom: 0;
	color: #c4cbd0 !important;
	font-size: 19px !important;
}

.vc-pll__price {
	margin: 30px 0 23px;
	color: #fff;
	font-size: 30px;
	font-weight: 800;
}

.vc-pll__price .amount,
.vc-pll__price ins {
	color: var(--accent);
	text-decoration: none;
}

.vc-pll__price del,
.vc-pll__price del .amount {
	color: #7f8990;
	font-size: 17px;
}

.vc-pll__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.vc-pll__button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	padding: 14px 25px;
	border: 1px solid var(--accent);
	border-radius: 999px;
	background: var(--accent);
	box-shadow: 0 10px 30px rgba(156, 255, 0, .12);
	color: #070a0c !important;
	font-weight: 800;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.vc-pll__button::after {
	margin-left: 10px;
	font-size: 18px;
	content: "\2192";
}

.vc-pll__button:hover,
.vc-pll__button:focus-visible {
	background: #b3ff3d;
	box-shadow: 0 14px 36px rgba(156, 255, 0, .2);
	color: #070a0c !important;
	transform: translateY(-2px);
}

.vc-pll__button--ghost {
	border-color: rgba(255, 255, 255, .27);
	background: rgba(255, 255, 255, .035);
	box-shadow: none;
	color: #fff !important;
}

.vc-pll__button--ghost:hover,
.vc-pll__button--ghost:focus-visible {
	border-color: var(--accent);
	background: var(--accent-soft);
	color: var(--accent) !important;
}

.vc-pll__micro {
	max-width: 640px;
	margin: 17px 0 0;
	color: #89939a !important;
	font-size: 13px !important;
}

.vc-pll__visual {
	position: relative;
	padding: 28px;
	border: 1px solid var(--line);
	border-radius: 24px;
	background: linear-gradient(145deg, rgba(255, 255, 255, .07), rgba(255, 255, 255, .015));
	box-shadow: 0 35px 90px rgba(0, 0, 0, .42);
}

.vc-pll__visual::before {
	position: absolute;
	inset: 18% 10%;
	background: var(--accent);
	filter: blur(100px);
	opacity: .12;
	content: "";
}

.vc-pll__hero-image {
	position: relative;
	display: block;
	width: 100%;
	max-height: 500px;
	object-fit: contain;
	filter: drop-shadow(0 25px 30px rgba(0, 0, 0, .5));
}

.vc-pll__trust {
	padding: 22px 0;
	background: #0a0e11;
	border-bottom: 1px solid var(--line);
}

.vc-pll__trust-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.vc-pll__trust-grid div {
	position: relative;
	padding: 7px 25px;
	border-right: 1px solid var(--line);
}

.vc-pll__trust-grid div:first-child {
	padding-left: 0;
}

.vc-pll__trust-grid div:last-child {
	border-right: 0;
}

.vc-pll__trust-grid strong,
.vc-pll__trust-grid span {
	display: block;
}

.vc-pll__trust-grid strong {
	margin-bottom: 5px;
	color: #fff;
	font-size: 15px;
}

.vc-pll__trust-grid strong::before {
	margin-right: 8px;
	color: var(--accent);
	content: "\2713";
}

.vc-pll__trust-grid span {
	color: #8f9aa1;
	font-size: 13px;
	line-height: 1.5;
}

.vc-pll__video-proof {
	padding: 88px 0;
	background:
		radial-gradient(circle at 78% 46%, rgba(156, 255, 0, .1), transparent 28%),
		#070a0c;
	border-bottom: 1px solid var(--line);
}

.vc-pll__video-proof-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
	align-items: center;
	gap: clamp(48px, 8vw, 110px);
	max-width: 1040px;
}

.vc-pll__video-proof-copy > p:not(.vc-pll__eyebrow) {
	max-width: 590px;
	color: var(--muted);
}

.vc-pll__video-proof-copy ul {
	display: grid;
	gap: 12px;
	margin: 28px 0 32px;
	padding: 0;
	list-style: none;
}

.vc-pll__video-proof-copy li {
	display: flex;
	align-items: center;
	gap: 11px;
	font-size: 15px;
	font-weight: 700;
}

.vc-pll__video-proof-copy li::before {
	display: grid;
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	place-items: center;
	border-radius: 50%;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 12px;
	content: "\2713";
}

.vc-pll__video-proof-media {
	margin: 0;
}

.vc-pll__video-proof-media video {
	display: block;
	width: 100%;
	aspect-ratio: 9 / 16;
	border: 1px solid rgba(255, 255, 255, .16);
	border-radius: 22px;
	background: #050708;
	box-shadow: 0 32px 80px rgba(0, 0, 0, .48);
	object-fit: cover;
}

.vc-pll__video-proof-media figcaption {
	margin-top: 12px;
	color: var(--muted);
	font-size: 12px;
	text-align: center;
}

.vc-pll__section {
	position: relative;
	padding: 94px 0;
	background: var(--bg);
}

.vc-pll__section:nth-of-type(even) {
	background: #090d10;
}

.vc-pll__split {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
	align-items: center;
	gap: 80px;
}

.vc-pll__split > div:first-child > p:not(.vc-pll__eyebrow),
.vc-pll__section-head + p {
	color: var(--muted);
}

.vc-pll__checks {
	display: grid;
	gap: 14px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.vc-pll__checks li {
	position: relative;
	padding: 13px 16px 13px 46px;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 9px;
	background: rgba(255, 255, 255, .025);
	color: #cbd1d5;
	font-size: 15px;
}

.vc-pll__checks li::before {
	position: absolute;
	left: 16px;
	color: var(--accent);
	font-size: 17px;
	font-weight: 900;
	content: "\2713";
}

.vc-pll__panel {
	padding: 36px;
	border: 1px solid var(--line-accent);
	border-radius: 18px;
	background: linear-gradient(145deg, #121a1f, #0c1115);
	box-shadow: 0 30px 70px rgba(0, 0, 0, .32);
}

.vc-pll__panel > span {
	color: var(--accent);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}

.vc-pll__panel ol {
	display: grid;
	gap: 0;
	margin: 25px 0 0;
	padding: 0;
	list-style: none;
	counter-reset: vc-pl-step;
}

.vc-pll__panel li {
	position: relative;
	min-height: 46px;
	padding: 4px 0 20px 52px;
	color: #d5dade;
	line-height: 1.55;
	counter-increment: vc-pl-step;
}

.vc-pll__panel li::before {
	position: absolute;
	top: 0;
	left: 0;
	display: grid;
	width: 32px;
	height: 32px;
	place-items: center;
	border: 1px solid var(--line-accent);
	border-radius: 50%;
	background: var(--accent-soft);
	color: var(--accent);
	font-size: 12px;
	font-weight: 800;
	content: counter(vc-pl-step, decimal-leading-zero);
}

.vc-pll__panel li:not(:last-child)::after {
	position: absolute;
	top: 32px;
	bottom: 0;
	left: 16px;
	width: 1px;
	background: var(--line-accent);
	content: "";
}

.vc-pll__section--dark {
	background: #0c1115 !important;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.vc-pll__section--dark h2 {
	max-width: 760px;
}

.vc-pll__gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
	margin-top: 36px;
}

.vc-pll__gallery img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	border: 1px solid var(--line);
	border-radius: 14px;
	background: var(--surface-2);
	box-shadow: 0 18px 40px rgba(0, 0, 0, .25);
	object-fit: cover;
	transition: border-color .2s ease, transform .2s ease;
}

.vc-pll__gallery img:hover {
	border-color: var(--line-accent);
	transform: translateY(-3px);
}

.vc-pll__section-head {
	max-width: 780px;
}

.vc-pll__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 38px;
}

.vc-pll__cards article {
	position: relative;
	min-height: 220px;
	padding: 32px;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: linear-gradient(145deg, var(--surface-2), #0b1013);
	box-shadow: 0 20px 50px rgba(0, 0, 0, .2);
}

.vc-pll__cards article::before {
	display: block;
	width: 34px;
	height: 3px;
	margin-bottom: 28px;
	background: var(--accent);
	content: "";
}

.vc-pll__cards article::after {
	position: absolute;
	top: -50px;
	right: -50px;
	width: 130px;
	height: 130px;
	border: 1px solid rgba(156, 255, 0, .1);
	border-radius: 50%;
	content: "";
}

.vc-pll__cards p {
	margin: 0;
	color: var(--muted) !important;
	font-size: 15px;
}

.vc-pll__proof {
	padding: 40px 0;
	background: var(--accent);
	color: #070a0c;
}

.vc-pll__proof .vc-pll__wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	text-align: center;
}

.vc-pll__proof strong {
	font-size: 38px;
	letter-spacing: -.04em;
}

.vc-pll__proof span {
	font-weight: 750;
}

.vc-pll__faq {
	display: grid;
	grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
	gap: 72px;
}

.vc-pll__faq details {
	margin-bottom: 12px;
	padding: 0 22px;
	border: 1px solid var(--line);
	border-radius: 11px;
	background: var(--surface);
}

.vc-pll__faq details[open] {
	border-color: var(--line-accent);
	background: var(--surface-2);
}

.vc-pll__faq summary {
	position: relative;
	padding: 21px 38px 21px 0;
	cursor: pointer;
	font-size: 16px;
	font-weight: 750;
	list-style: none;
}

.vc-pll__faq summary::-webkit-details-marker {
	display: none;
}

.vc-pll__faq summary::after {
	position: absolute;
	top: 50%;
	right: 0;
	color: var(--accent);
	font-size: 22px;
	font-weight: 400;
	content: "+";
	transform: translateY(-50%);
}

.vc-pll__faq details[open] summary::after {
	content: "\2212";
}

.vc-pll__faq details p {
	margin: -2px 0 21px;
	padding-right: 25px;
	color: var(--muted) !important;
	font-size: 15px;
}

.vc-pll__final {
	position: relative;
	padding: 96px 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 50% 110%, rgba(156, 255, 0, .2), transparent 42%),
		linear-gradient(135deg, #0c1115, #11191e);
	border-top: 1px solid var(--line);
	text-align: center;
}

.vc-pll__final::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 140px;
	height: 2px;
	background: var(--accent);
	content: "";
	transform: translateX(-50%);
}

.vc-pll__final .vc-pll__eyebrow {
	justify-content: center;
}

.vc-pll__final .vc-pll__eyebrow::before {
	display: none;
}

.vc-pll__final h2,
.vc-pll__final p {
	max-width: 780px;
	margin-right: auto;
	margin-left: auto;
}

.vc-pll__final p {
	color: #aeb7bd !important;
}

.vc-pll__final .vc-pll__button {
	margin-top: 16px;
}

/* Octavia 3 campaign landing: optimized for paid social continuity. */
.vc-pll--octavia .vc-pll__hero {
	padding-top: 68px;
	padding-bottom: 64px;
}

.vc-pll--octavia .vc-pll__hero-grid {
	grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
	gap: clamp(42px, 6vw, 82px);
}

.vc-pll--octavia .vc-pll__copy h1 {
	max-width: 720px;
	font-size: clamp(44px, 4.6vw, 64px);
}

.vc-pll__price-row {
	display: flex;
	align-items: center;
	gap: 18px;
	margin: 27px 0 20px;
}

.vc-pll--octavia .vc-pll__price {
	display: flex;
	align-items: baseline;
	gap: 9px;
	margin: 0;
	font-size: 36px;
}

.vc-pll--octavia .vc-pll__price small {
	color: #aab3b9;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.vc-pll--octavia .vc-pll__lead strong {
	color: #fff;
}

.vc-pll__availability {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 11px;
	border: 1px solid rgba(156, 255, 0, .24);
	border-radius: 999px;
	background: rgba(156, 255, 0, .07);
	color: #dfffb0 !important;
	font-size: 12px;
	font-weight: 750;
}

.vc-pll__availability i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--accent);
	box-shadow: 0 0 12px rgba(156, 255, 0, .75);
}

.vc-pll__hero-benefits {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px 24px;
	margin: 0 0 27px;
	padding: 0;
	list-style: none;
}

.vc-pll__hero-benefits li {
	position: relative;
	padding-left: 24px;
	color: #e0e5e8;
	font-size: 14px;
	font-weight: 650;
}

.vc-pll__hero-benefits li::before {
	position: absolute;
	left: 0;
	color: var(--accent);
	font-weight: 900;
	content: "\2713";
}

.vc-pll__hero-rating {
	display: flex;
	width: fit-content;
	align-items: center;
	gap: 9px;
	margin: 15px 0 21px;
	color: #fff !important;
	text-decoration: none;
}

.vc-pll__hero-rating > span,
.vc-pll__model-rating > span {
	color: var(--accent) !important;
	font-size: 15px;
	letter-spacing: .08em;
}

.vc-pll__hero-rating strong {
	font-size: 14px;
}

.vc-pll__hero-rating small {
	color: #9fa9af;
	font-size: 13px;
}

.vc-pll__visual--product {
	padding-top: 48px;
	background:
		radial-gradient(circle at 50% 48%, rgba(156, 255, 0, .13), transparent 52%),
		linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .015));
}

.vc-pll__visual-badge {
	position: absolute;
	top: 18px;
	left: 20px;
	z-index: 2;
	padding: 7px 11px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 999px;
	background: rgba(7, 10, 12, .72);
	backdrop-filter: blur(10px);
	color: #eef2f4 !important;
	font-size: 11px;
	font-weight: 750;
	letter-spacing: .04em;
}

.vc-pll__visual--product > p {
	position: relative;
	margin: 8px 0 0;
	color: #aeb7bd !important;
	font-size: 13px;
	text-align: center;
}

.vc-pll__mobile-proof {
	display: none;
}

.vc-pll--octavia .vc-pll__trust-grid {
	grid-template-columns: repeat(4, 1fr);
}

.vc-pll--octavia .vc-pll__trust-grid > div:first-child strong {
	color: var(--accent);
}

.vc-pll--octavia .vc-pll__trust-grid > div:first-child strong::before {
	display: none;
}

.vc-pll__showcase {
	position: relative;
	padding: 96px 0 82px;
	background: #090d10;
	border-bottom: 1px solid var(--line);
}

.vc-pll__showcase .vc-pll__section-head {
	max-width: 850px;
	margin-bottom: 38px;
}

.vc-pll__showcase .vc-pll__section-head > p:last-child,
.vc-pll__section--benefits .vc-pll__section-head > p:last-child,
.vc-pll__looks .vc-pll__section-head > p:last-child,
.vc-pll__section--process .vc-pll__section-head > p:last-child,
.vc-pll__reviews-head p,
.vc-pll__section--features .vc-pll__split > div:first-child > p:not(.vc-pll__eyebrow),
.vc-pll__faq > div:first-child > p:not(.vc-pll__eyebrow),
.vc-pll__section--compatibility .vc-pll__split > div:first-child > p:not(.vc-pll__eyebrow) {
	color: var(--muted) !important;
}

.vc-pll__showcase-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.55fr) minmax(290px, .55fr);
	gap: 18px;
	align-items: stretch;
}

.vc-pll__showcase-media {
	position: relative;
	aspect-ratio: 4 / 3;
	margin: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 22px;
	background: #050708;
	box-shadow: 0 35px 90px rgba(0, 0, 0, .42);
}

.vc-pll__showcase-media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100% !important;
	max-height: none;
	object-fit: cover;
	object-position: center;
}

.vc-pll__showcase-points {
	display: grid;
	grid-template-rows: repeat(3, 1fr);
	gap: 12px;
}

.vc-pll__showcase-points span {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: #0d1216;
}

.vc-pll__showcase-points b {
	margin-bottom: 10px;
	color: var(--accent);
	font-size: 11px;
	letter-spacing: .08em;
}

.vc-pll__showcase-points strong {
	font-size: 18px;
	line-height: 1.25;
}

.vc-pll__showcase-points small {
	margin-top: 7px;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.55;
}

.vc-pll__section--benefits .vc-pll__section-head,
.vc-pll__looks .vc-pll__section-head,
.vc-pll__section--process .vc-pll__section-head {
	max-width: 880px;
}

.vc-pll__cards--benefits article {
	min-height: 260px;
}

.vc-pll__cards--benefits article::before {
	display: none;
}

.vc-pll__card-number {
	display: grid;
	width: 42px;
	height: 42px;
	margin-bottom: 35px;
	place-items: center;
	border: 1px solid var(--line-accent);
	border-radius: 50%;
	background: var(--accent-soft);
	color: var(--accent) !important;
	font-size: 11px;
	font-weight: 850;
}

.vc-pll__disclaimer {
	margin: 20px 0 0;
	color: #7f8a91 !important;
	font-size: 12px !important;
}

.vc-pll__looks .vc-pll__gallery {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vc-pll__gallery figure {
	position: relative;
	margin: 0;
}

.vc-pll__gallery figure img {
	height: auto !important;
	aspect-ratio: 1 / 1;
	background: #050708;
	object-fit: cover;
}

.vc-pll__gallery figcaption {
	position: absolute;
	right: 12px;
	bottom: 12px;
	padding: 6px 9px;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 999px;
	background: rgba(7, 10, 12, .7);
	backdrop-filter: blur(8px);
	color: #fff;
	font-size: 10px;
	font-weight: 750;
}

.vc-pll__section-cta {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	margin-top: 34px;
}

.vc-pll__section-cta span {
	color: #aab3b9;
	font-size: 13px;
}

.vc-pll__section--mirrorbox {
	background: linear-gradient(145deg, #0a0f12, #11191e) !important;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.vc-pll__mirrorbox-media {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(280px, .75fr);
	gap: 20px;
	margin-top: 38px;
}

.vc-pll__mirrorbox-media figure {
	position: relative;
	min-height: 420px;
	margin: 0;
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: #050708;
}

.vc-pll__mirrorbox-media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vc-pll__mirrorbox-media figure:last-child img {
	object-position: center 42%;
}

.vc-pll__mirrorbox-media figure::after {
	position: absolute;
	inset: 48% 0 0;
	background: linear-gradient(to bottom, transparent, rgba(3, 5, 6, .88));
	pointer-events: none;
	content: "";
}

.vc-pll__mirrorbox-media figcaption {
	position: absolute;
	right: 22px;
	bottom: 20px;
	left: 22px;
	z-index: 1;
}

.vc-pll__mirrorbox-media figcaption strong,
.vc-pll__mirrorbox-media figcaption span {
	display: block;
}

.vc-pll__mirrorbox-media figcaption strong {
	margin-bottom: 4px;
	font-size: 18px;
}

.vc-pll__mirrorbox-media figcaption span {
	color: #c1c8cc;
	font-size: 12px;
}

.vc-pll__mirrorbox-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
	margin: 38px 0 26px;
}

.vc-pll__mirrorbox-grid article {
	padding: 30px;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: rgba(255, 255, 255, .025);
}

.vc-pll__mirrorbox-grid article:last-child {
	border-color: rgba(156, 255, 0, .24);
	background: rgba(156, 255, 0, .045);
}

.vc-pll__mirrorbox-grid span {
	color: var(--accent);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .11em;
}

.vc-pll__mirrorbox-grid h3 {
	margin: 12px 0 9px;
}

.vc-pll__mirrorbox-grid p {
	margin: 0;
	color: var(--muted) !important;
	font-size: 14px;
}

.vc-pll__feature-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 28px;
}

.vc-pll__feature-tags span {
	padding: 10px 14px;
	border: 1px solid var(--line);
	border-radius: 999px;
	background: rgba(255, 255, 255, .025);
	color: #dbe1e4;
	font-size: 13px;
	font-weight: 650;
}

.vc-pll__feature-tags span::before {
	margin-right: 8px;
	color: var(--accent);
	content: "\2713";
}

.vc-pll__feature-visual {
	overflow: hidden;
	border: 1px solid var(--line);
	border-radius: 18px;
	background: var(--surface-2);
	box-shadow: 0 30px 70px rgba(0, 0, 0, .3);
}

.vc-pll__feature-media {
	position: relative;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.vc-pll__feature-media img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100% !important;
	max-height: none;
	object-fit: cover;
}

.vc-pll__feature-visual p {
	margin: 0;
	padding: 18px 20px;
	border-top: 1px solid var(--line);
	color: #aeb7bd !important;
	font-size: 13px;
}

.vc-pll__feature-visual strong {
	display: block;
	margin-bottom: 3px;
	color: #fff;
}

.vc-pll__section--process {
	background: #090d10 !important;
}

.vc-pll__process {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
	margin: 40px 0 0;
	padding: 0;
	list-style: none;
}

.vc-pll__process li {
	padding: 27px 24px;
	border: 1px solid var(--line);
	border-radius: 15px;
	background: linear-gradient(145deg, var(--surface-2), #0b1013);
}

.vc-pll__process li > span {
	display: grid;
	width: 36px;
	height: 36px;
	margin-bottom: 25px;
	place-items: center;
	border-radius: 50%;
	background: var(--accent);
	color: #070a0c;
	font-size: 12px;
	font-weight: 850;
}

.vc-pll__process h3 {
	font-size: 17px;
}

.vc-pll__process p {
	margin: 0;
	color: var(--muted) !important;
	font-size: 13px;
}

.vc-pll__section--reviews {
	background: #0c1115 !important;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.vc-pll__reviews-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 38px;
}

.vc-pll__reviews-head > div:first-child {
	max-width: 760px;
}

.vc-pll__model-rating {
	display: flex;
	min-width: 205px;
	align-items: flex-end;
	flex-direction: column;
}

.vc-pll__model-rating strong {
	font-size: 30px;
}

.vc-pll__model-rating small {
	color: #9ba5ab;
	font-size: 12px;
}

.vc-pll__reviews {
	position: relative;
}

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

.vc-pll__review-card {
	display: flex;
	min-height: 260px;
	align-items: flex-start;
	flex-direction: column;
	padding: 30px;
	border: 1px solid var(--line);
	border-radius: 16px;
	background: linear-gradient(145deg, #11181d, #0a0e11);
}

.vc-pll__review-card > span,
.vc-pll__review-card > div > span {
	color: var(--accent) !important;
	font-size: 15px;
	letter-spacing: .08em;
}

.vc-pll__review-card blockquote {
	margin: 19px 0 auto;
	padding: 0;
	border: 0;
	color: #e5e9eb;
	font-size: 16px;
	font-style: normal;
	line-height: 1.65;
}

.vc-pll__review-card strong {
	margin-top: 24px;
	font-size: 15px;
}

.vc-pll__review-card small {
	margin-top: 4px;
	color: #909ba1;
	font-size: 11px;
}

.vc-pll__review-card--photo {
	grid-row: span 2;
	padding: 0;
	overflow: hidden;
}

.vc-pll__review-card--photo figure {
	position: relative;
	width: 100%;
	margin: 0;
	background: #080b0e;
}

.vc-pll__review-card--photo figure img {
	display: block;
	width: 100%;
	height: 330px;
	object-fit: cover;
}

.vc-pll__review-card--photo figcaption {
	position: absolute;
	right: 14px;
	bottom: 14px;
	padding: 6px 9px;
	border-radius: 999px;
	background: rgba(7, 10, 12, .76);
	color: #fff;
	font-size: 10px;
	font-weight: 700;
}

.vc-pll__review-card--photo > div {
	display: flex;
	min-height: 290px;
	align-items: flex-start;
	flex-direction: column;
	padding: 30px;
}

.vc-pll__review-note {
	margin: 16px 0 0;
	color: #727d83 !important;
	font-size: 11px !important;
}

.vc-pll__text-link {
	display: inline-block;
	margin-top: 24px;
	color: var(--accent) !important;
	font-size: 14px;
	font-weight: 750;
	text-decoration: none;
}

.vc-pll__section--compatibility {
	background: #080b0e !important;
}

.vc-pll__section--compatibility .vc-pll__panel h3 {
	margin-top: 18px;
	font-size: 26px;
}

.vc-pll__section--compatibility .vc-pll__panel p {
	color: var(--muted) !important;
	font-size: 15px;
}

.vc-pll__section--compatibility .vc-pll__panel .vc-pll__button {
	margin-top: 12px;
}

.vc-pll--octavia .vc-pll__final small {
	display: block;
	margin-top: 24px;
	color: #89949a;
	font-size: 12px;
}

.vc-pll__final-actions {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px;
}

.vc-pll__final .vc-pll__final-actions .vc-pll__button {
	margin-top: 16px;
}

.vc-pll__mobile-cta {
	display: none;
}
