body.vlpg-has-pro-guide-page {
	background: #f8fafc;
}

/* Keep the guide palette self-contained so it remains correct when the guide is rendered on the front page. */
.vlpg-page {
	--vlpg-navy-950: #061226;
	--vlpg-navy-900: #0a1b38;
	--vlpg-navy-800: #102a52;
	--vlpg-blue-700: #1d4ed8;
	--vlpg-blue-600: #2563eb;
	--vlpg-blue-500: #3b82f6;
	--vlpg-cyan-400: #38bdf8;
	--vlpg-ink: #0f172a;
	--vlpg-copy: #334155;
	--vlpg-muted: #64748b;
	--vlpg-line: #dbe5f1;
	--vlpg-pale: #f3f7fc;
	--vlpg-white: #ffffff;
	--vlpg-danger: #b42318;
	--vlpg-danger-pale: #fff1f0;
}

body.vlpg-has-pro-guide-page .hero-section[data-type="type-1"] {
	display: none;
}

body.vlpg-has-pro-guide-page .site-main,
body.vlpg-has-pro-guide-page .site-main > article,
body.vlpg-has-pro-guide-page .entry-content {
	margin: 0;
	padding: 0;
	max-width: none;
}

body.vlpg-has-pro-guide-page .entry-content > .vlpg-page {
	width: 100%;
	max-width: none;
	margin-inline: 0;
}

.vlpg-page,
.vlpg-page * {
	box-sizing: border-box;
}

.vlpg-page {
	color: var(--vlpg-copy);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.68;
	overflow: clip;
}

.vlpg-page h1,
.vlpg-page h2,
.vlpg-page h3,
.vlpg-page p,
.vlpg-page ul,
.vlpg-page figure {
	margin-top: 0;
}

.vlpg-page h1,
.vlpg-page h2,
.vlpg-page h3 {
	color: var(--vlpg-ink);
	font-weight: 800;
	letter-spacing: -0.025em;
	line-height: 1.16;
}

.vlpg-page h1 {
	font-size: clamp(2.45rem, 8vw, 4.8rem);
	max-width: 850px;
	margin-bottom: 24px;
}

.vlpg-page h2 {
	font-size: clamp(1.8rem, 5.3vw, 3.15rem);
	margin-bottom: 0;
}

.vlpg-page h3 {
	font-size: clamp(1.2rem, 3.4vw, 1.58rem);
	margin-bottom: 14px;
}

.vlpg-page p:last-child,
.vlpg-page ul:last-child {
	margin-bottom: 0;
}

.vlpg-container {
	width: min(100% - 32px, 1180px);
	margin-inline: auto;
}

.vlpg-language-row {
	display: flex;
	justify-content: flex-end;
	padding-top: 20px;
}

.vlpg-language-switch {
	align-items: center;
	background: rgba(4, 19, 47, 0.72);
	border: 1px solid rgba(125, 211, 252, 0.5);
	border-radius: 999px;
	color: #dbeafe;
	display: inline-flex;
	font-size: 0.86rem;
	font-weight: 800;
	gap: 7px;
	letter-spacing: 0.06em;
	padding: 5px 9px;
}

.vlpg-language-switch button {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: #bfdbfe;
	cursor: pointer;
	font: inherit;
	line-height: 1;
	padding: 7px 9px;
}

.vlpg-language-switch button[aria-pressed="true"] {
	background: #e0f2fe;
	color: #082f49;
}

.vlpg-language-switch button:focus-visible {
	outline: 3px solid #7dd3fc;
	outline-offset: 2px;
}

.vlpg-hero {
	position: relative;
	isolation: isolate;
	background:
		radial-gradient(circle at 85% 8%, rgba(56, 189, 248, 0.22), transparent 31%),
		radial-gradient(circle at 8% 88%, rgba(37, 99, 235, 0.26), transparent 35%),
		linear-gradient(145deg, var(--vlpg-navy-950), #0b2450 58%, #0b3772);
	color: #dbeafe;
	padding: clamp(64px, 9vw, 122px) 0 clamp(70px, 9vw, 112px);
}

.vlpg-hero::after {
	position: absolute;
	inset: 0;
	z-index: -1;
	content: "";
	background-image: radial-gradient(rgba(125, 211, 252, 0.17) 1px, transparent 1px);
	background-size: 24px 24px;
	mask-image: linear-gradient(to bottom right, transparent, #000 45%, transparent);
}

.vlpg-hero-inner {
	display: grid;
	justify-items: start;
}

.vlpg-hero h1,
.vlpg-hero p {
	color: inherit;
}

.vlpg-eyebrow,
.vlpg-kicker,
.vlpg-card-label {
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.vlpg-eyebrow {
	color: #7dd3fc !important;
	margin-bottom: 15px;
}

.vlpg-hero-copy {
	max-width: 820px;
	font-size: clamp(1rem, 2.4vw, 1.18rem);
}

.vlpg-hero-copy p {
	margin-bottom: 13px;
}

.vlpg-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	padding: 13px 23px;
	border-radius: 10px;
	font-weight: 800;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.vlpg-button:hover,
.vlpg-button:focus-visible {
	transform: translateY(-2px);
}

.vlpg-button:focus-visible {
	outline: 3px solid #7dd3fc;
	outline-offset: 3px;
}

.vlpg-button-primary {
	margin-top: 20px;
	background: linear-gradient(135deg, #38bdf8, #2563eb);
	box-shadow: 0 16px 32px rgba(37, 99, 235, 0.34);
	color: #fff;
}

.vlpg-button-primary:hover,
.vlpg-button-primary:focus-visible {
	color: #fff;
	box-shadow: 0 20px 38px rgba(37, 99, 235, 0.42);
}

.vlpg-section-nav {
	position: sticky;
	top: 0;
	z-index: 20;
	border-bottom: 1px solid rgba(148, 163, 184, 0.28);
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.07);
	backdrop-filter: blur(12px);
}

.admin-bar .vlpg-section-nav {
	top: 32px;
}

.vlpg-section-nav-scroll {
	display: flex;
	gap: 7px;
	overflow-x: auto;
	padding-block: 10px;
	scrollbar-width: thin;
	-webkit-overflow-scrolling: touch;
}

.vlpg-section-nav a {
	flex: 0 0 auto;
	padding: 9px 12px;
	border-radius: 8px;
	color: #1e3a5f;
	font-size: 0.84rem;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
}

.vlpg-section-nav a:hover,
.vlpg-section-nav a:focus-visible {
	background: #eaf2ff;
	color: #1d4ed8;
}

.vlpg-section {
	scroll-margin-top: 84px;
	padding: clamp(68px, 8vw, 112px) 0;
}

.vlpg-section-light {
	background: var(--vlpg-white);
}

.vlpg-section-tint {
	background: linear-gradient(180deg, #f4f8fd, #eaf2fb);
}

.vlpg-section-dark,
.vlpg-section-rules {
	background:
		radial-gradient(circle at 90% 10%, rgba(59, 130, 246, 0.21), transparent 30%),
		linear-gradient(150deg, var(--vlpg-navy-950), var(--vlpg-navy-800));
	color: #dbeafe;
}

.vlpg-section-heading {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: clamp(32px, 5vw, 54px);
}

.vlpg-section-number {
	display: inline-grid;
	flex: 0 0 48px;
	place-items: center;
	min-height: 48px;
	border-radius: 12px;
	background: linear-gradient(135deg, #dbeafe, #bfdbfe);
	color: #1d4ed8;
	font-size: 1rem;
	font-weight: 900;
}

.vlpg-kicker,
.vlpg-card-label {
	color: var(--vlpg-blue-600);
	margin-bottom: 7px;
}

.vlpg-section-heading-dark h2,
.vlpg-section-heading-dark .vlpg-kicker {
	color: #fff;
}

.vlpg-section-heading-dark .vlpg-section-number {
	border: 1px solid rgba(125, 211, 252, 0.35);
	background: rgba(37, 99, 235, 0.24);
	color: #7dd3fc;
}

.vlpg-prose {
	max-width: 900px;
	font-size: 1.04rem;
}

.vlpg-prose p {
	margin-bottom: 12px;
}

.vlpg-check-grid,
.vlpg-task-grid,
.vlpg-icon-list,
.vlpg-duration-list {
	list-style: none;
	padding: 0;
}

.vlpg-check-grid,
.vlpg-task-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 28px 0;
}

.vlpg-check-grid li,
.vlpg-task-grid li {
	position: relative;
	min-height: 58px;
	padding: 15px 16px 15px 48px;
	border: 1px solid var(--vlpg-line);
	border-radius: 12px;
	background: #f8fbff;
	color: #1e293b;
	font-weight: 650;
}

.vlpg-check-grid li::before,
.vlpg-task-grid li::before {
	position: absolute;
	top: 15px;
	left: 16px;
	display: grid;
	place-items: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #dbeafe;
	color: #1d4ed8;
	content: "✓";
	font-size: 0.82rem;
	font-weight: 900;
}

.vlpg-task-grid li::before {
	content: "•";
}

.vlpg-alert {
	display: grid;
	gap: 5px;
	margin: 28px 0 34px;
	padding: 19px 20px;
	border-radius: 13px;
}

.vlpg-alert-danger {
	border: 1px solid #f6b4ad;
	border-left: 5px solid #dc2626;
	background: var(--vlpg-danger-pale);
	color: #7f1d1d;
}

.vlpg-alert-danger strong {
	font-size: 1.05rem;
}

.vlpg-split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
	align-items: start;
	gap: clamp(24px, 4vw, 42px);
}

.vlpg-info-card,
.vlpg-media-card,
.vlpg-image-card,
.vlpg-feature-card,
.vlpg-points-card {
	margin: 0;
	border: 1px solid var(--vlpg-line);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.07);
}

.vlpg-info-card,
.vlpg-feature-card,
.vlpg-points-card {
	padding: clamp(21px, 4vw, 32px);
}

.vlpg-info-card ul,
.vlpg-dark-card ul,
.vlpg-rule-card ul,
.vlpg-support ul {
	padding-left: 21px;
}

.vlpg-media-card,
.vlpg-image-card {
	overflow: hidden;
	padding: clamp(16px, 3vw, 24px);
}

.vlpg-media-card figcaption,
.vlpg-image-card figcaption {
	margin-top: 14px;
	color: var(--vlpg-muted);
	font-size: 0.92rem;
}

.vlpg-video-frame {
	position: relative;
	overflow: hidden;
	aspect-ratio: 16 / 9;
	border-radius: 13px;
	background: #020617;
}

.vlpg-video-frame video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.vlpg-video-frame-portrait {
	width: min(100%, 390px);
	aspect-ratio: 320 / 568;
	margin-inline: auto;
}

.vlpg-task-video-example {
	margin-top: 34px;
}

.vlpg-video-frame-task-example {
	width: min(100%, 420px);
	aspect-ratio: 4 / 9;
	margin-inline: auto;
}

.vlpg-icon-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 18px 0;
}

.vlpg-icon-list li,
.vlpg-duration-list li {
	padding: 10px 13px;
	border: 1px solid #bfdbfe;
	border-radius: 9px;
	background: #eff6ff;
	color: #1e40af;
	font-weight: 700;
}

.vlpg-search-card {
	display: grid;
	gap: 9px;
	margin-top: 24px;
	padding: 18px;
	border-radius: 13px;
	background: #0f284e;
	color: #dbeafe;
}

.vlpg-search-card p,
.vlpg-search-card span {
	margin: 0;
}

.vlpg-search-card code {
	padding: 9px 11px;
	border: 1px solid rgba(125, 211, 252, 0.27);
	border-radius: 8px;
	background: rgba(2, 6, 23, 0.4);
	color: #fff;
	font-family: inherit;
	font-size: 0.91rem;
	font-weight: 700;
	white-space: normal;
}

.vlpg-duration-card {
	margin-top: 36px;
	border-color: #93c5fd;
	background: linear-gradient(145deg, #fff, #edf6ff);
}

.vlpg-large-answer,
.vlpg-big-stat {
	color: var(--vlpg-blue-700);
	font-size: clamp(1.75rem, 5vw, 2.45rem);
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.1;
}

.vlpg-duration-list {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin: 18px 0;
}

.vlpg-note {
	margin: 24px 0 30px;
	padding: 17px 19px;
	border-left: 4px solid #3b82f6;
	border-radius: 0 12px 12px 0;
	background: #eff6ff;
}

.vlpg-note p {
	margin-bottom: 5px;
}

.vlpg-image-card {
	margin-bottom: 34px;
	text-align: center;
}

.vlpg-image-card a {
	display: block;
	border-radius: 12px;
	outline-offset: 4px;
}

.vlpg-image-card img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 12px;
}

.vlpg-three-column {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.vlpg-process-line {
	padding: 13px;
	border-radius: 9px;
	background: #eef4fb;
	color: #1e3a5f;
	font-weight: 700;
}

.vlpg-points-card {
	border-color: #60a5fa;
	background: linear-gradient(155deg, #071a38, #123c76);
	color: #dbeafe;
}

.vlpg-points-card .vlpg-card-label {
	color: #7dd3fc;
}

.vlpg-conversion {
	font-size: clamp(1.25rem, 3vw, 1.65rem);
	line-height: 1.25;
}

.vlpg-conversion strong {
	color: #fff;
	font-size: 1.45em;
}

.vlpg-conversion span {
	color: #7dd3fc;
	padding-inline: 4px;
}

.vlpg-points-card ul {
	padding-left: 21px;
}

.vlpg-review-card .vlpg-big-stat {
	margin: 20px 0;
}

.vlpg-withdrawal-grid {
	margin-bottom: 34px;
}

.vlpg-dark-card {
	padding: clamp(21px, 4vw, 30px);
	border: 1px solid rgba(125, 211, 252, 0.2);
	border-radius: 17px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 18px 42px rgba(2, 6, 23, 0.22);
}

.vlpg-dark-card h3,
.vlpg-dark-card p,
.vlpg-dark-card li {
	color: #eaf4ff;
}

.vlpg-dark-card .vlpg-big-stat {
	color: #7dd3fc;
	font-size: clamp(1.45rem, 3.4vw, 2rem);
}

.vlpg-image-card-withdrawal {
	width: min(100%, 620px);
	margin-inline: auto;
	margin-bottom: 0;
}

.vlpg-image-card-withdrawal img {
	max-height: 840px;
	object-fit: contain;
	background: #f8fafc;
}

.vlpg-registration-flow {
	display: grid;
	grid-template-columns: repeat(11, auto);
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin: 0 auto 30px;
}

.vlpg-registration-flow span {
	display: grid;
	place-items: center;
	min-height: 84px;
	padding: 13px;
	border: 1px solid #bfdbfe;
	border-radius: 12px;
	background: #fff;
	color: #1e3a5f;
	font-weight: 800;
	line-height: 1.3;
	text-align: center;
}

.vlpg-registration-flow i {
	color: #2563eb;
	font-size: 1.3rem;
	font-style: normal;
	transform: rotate(-90deg);
}

.vlpg-registration-note {
	max-width: 850px;
	margin-inline: auto;
}

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

.vlpg-rule-card {
	position: relative;
	padding: 27px;
	border: 1px solid rgba(125, 211, 252, 0.22);
	border-radius: 17px;
	background: rgba(255, 255, 255, 0.08);
}

.vlpg-rule-card > span {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	margin-bottom: 16px;
	border-radius: 11px;
	background: #2563eb;
	color: #fff;
	font-weight: 900;
}

.vlpg-rule-card h3,
.vlpg-rule-card p,
.vlpg-rule-card li {
	color: #eaf4ff;
}

.vlpg-rule-card-priority {
	grid-column: 1 / -1;
	border-color: rgba(56, 189, 248, 0.72);
	background: linear-gradient(145deg, rgba(37, 99, 235, 0.32), rgba(14, 116, 144, 0.2));
	box-shadow: 0 20px 46px rgba(2, 6, 23, 0.28);
}

.vlpg-rule-card-priority > span {
	background: #0284c7;
}

.vlpg-rule-priority-label {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid rgba(125, 211, 252, 0.42);
	border-radius: 999px;
	background: rgba(2, 132, 199, 0.25);
	font-size: 0.75rem;
	font-weight: 900;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.vlpg-rule-summary {
	padding: 14px 16px;
	border-left: 4px solid #38bdf8;
	border-radius: 0 10px 10px 0;
	background: rgba(2, 6, 23, 0.34);
}

.vlpg-rule-card-critical {
	border-color: rgba(248, 113, 113, 0.58);
	background: rgba(127, 29, 29, 0.32);
}

.vlpg-rule-card-critical > span {
	background: #dc2626;
}

.vlpg-rule-card-wide {
	grid-column: 1 / -1;
}

.vlpg-support {
	background: linear-gradient(135deg, #eef6ff, #dbeafe);
	padding: clamp(60px, 8vw, 96px) 0;
}

.vlpg-support-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: clamp(30px, 6vw, 70px);
	padding: clamp(26px, 5vw, 48px);
	border: 1px solid #93c5fd;
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 24px 55px rgba(30, 64, 175, 0.12);
}

.vlpg-button-whatsapp {
	width: min(100%, 330px);
	background: #0f766e;
	box-shadow: 0 14px 30px rgba(15, 118, 110, 0.24);
	color: #fff;
}

.vlpg-button-whatsapp:hover,
.vlpg-button-whatsapp:focus-visible {
	background: #115e59;
	color: #fff;
}

/*
 * Front-page visual regression guard.
 * These selectors intentionally scope the approved dark card treatments to the guide root
 * so theme/global article styles cannot wash out the card backgrounds or text contrast.
 */
.vlpg-page .vlpg-points-card {
	border-color: #60a5fa !important;
	background: linear-gradient(155deg, #071a38, #123c76) !important;
	color: #dbeafe !important;
}

.vlpg-page .vlpg-points-card h3,
.vlpg-page .vlpg-points-card p,
.vlpg-page .vlpg-points-card li {
	color: #dbeafe !important;
}

.vlpg-page .vlpg-points-card .vlpg-card-label,
.vlpg-page .vlpg-points-card .vlpg-conversion span {
	color: #7dd3fc !important;
}

.vlpg-page .vlpg-points-card .vlpg-conversion strong {
	color: #fff !important;
}

.vlpg-page .vlpg-section-rules .vlpg-rule-card {
	border-color: rgba(125, 211, 252, 0.22) !important;
	background: rgba(255, 255, 255, 0.08) !important;
}

.vlpg-page .vlpg-section-rules .vlpg-rule-card h3,
.vlpg-page .vlpg-section-rules .vlpg-rule-card p,
.vlpg-page .vlpg-section-rules .vlpg-rule-card li {
	color: #eaf4ff !important;
}

.vlpg-page .vlpg-section-rules .vlpg-rule-card-priority {
	border-color: rgba(56, 189, 248, 0.72) !important;
	background: linear-gradient(145deg, rgba(37, 99, 235, 0.32), rgba(14, 116, 144, 0.2)) !important;
}

.vlpg-page .vlpg-section-rules .vlpg-rule-card-critical {
	border-color: rgba(248, 113, 113, 0.58) !important;
	background: rgba(127, 29, 29, 0.32) !important;
}

.vlpg-page .vlpg-section-dark .vlpg-dark-card {
	border-color: rgba(125, 211, 252, 0.2) !important;
	background: rgba(255, 255, 255, 0.08) !important;
}

.vlpg-page .vlpg-section-dark .vlpg-dark-card h3,
.vlpg-page .vlpg-section-dark .vlpg-dark-card p,
.vlpg-page .vlpg-section-dark .vlpg-dark-card li {
	color: #eaf4ff !important;
}

.vlpg-page .vlpg-section-dark .vlpg-dark-card .vlpg-big-stat {
	color: #7dd3fc !important;
}

@media (max-width: 1024px) {
	.vlpg-three-column,
	.vlpg-registration-flow {
		grid-template-columns: 1fr;
	}

	.vlpg-registration-flow {
		max-width: 620px;
	}

	.vlpg-registration-flow i {
		transform: none;
	}

	.vlpg-registration-flow span {
		min-height: 62px;
	}
}

@media (max-width: 782px) {
	.admin-bar .vlpg-section-nav {
		top: 46px;
	}

	.vlpg-section-nav {
		position: relative;
		top: auto;
	}

	.vlpg-section {
		scroll-margin-top: 16px;
	}

	.vlpg-check-grid,
	.vlpg-task-grid,
	.vlpg-split,
	.vlpg-rules-grid,
	.vlpg-support-inner {
		grid-template-columns: 1fr;
	}

	.vlpg-support-inner {
		justify-items: stretch;
	}

	.vlpg-button-whatsapp {
		width: 100%;
	}
}

@media (max-width: 520px) {
	.vlpg-container {
		width: min(100% - 28px, 1180px);
	}

	.vlpg-page {
		font-size: 15.5px;
		line-height: 1.62;
	}

	.vlpg-hero {
		padding: 58px 0 64px;
	}

	.vlpg-hero h1 {
		font-size: clamp(2.25rem, 12vw, 3rem);
	}

	.vlpg-button-primary {
		width: 100%;
	}

	.vlpg-section {
		padding: 62px 0;
	}

	.vlpg-section-heading {
		gap: 11px;
	}

	.vlpg-section-number {
		flex-basis: 42px;
		min-height: 42px;
		border-radius: 10px;
	}

	.vlpg-section-heading h2 {
		font-size: clamp(1.65rem, 8.1vw, 2.25rem);
	}

	.vlpg-check-grid li,
	.vlpg-task-grid li {
		padding: 14px 14px 14px 44px;
	}

	.vlpg-alert,
	.vlpg-info-card,
	.vlpg-feature-card,
	.vlpg-points-card,
	.vlpg-dark-card,
	.vlpg-rule-card {
		padding: 20px;
	}

	.vlpg-media-card,
	.vlpg-image-card {
		padding: 13px;
	}

	.vlpg-image-card a {
		overflow-x: auto;
	}

	.vlpg-image-card:not(.vlpg-image-card-withdrawal) img {
		width: 760px;
		max-width: none;
	}

	.vlpg-duration-list,
	.vlpg-icon-list {
		display: grid;
		grid-template-columns: 1fr;
	}

	.vlpg-rule-card-wide {
		grid-column: auto;
	}

	.vlpg-support-inner {
		padding: 22px 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vlpg-button {
		transition: none;
	}
}
