/* ==========================================================================
   PXVERS META ADS EXPERIENCE SECTION STYLES (RESPONSIVE 3-COLUMN GRID)
   With Continuous Animated Rainbow Neon Glow Border Framework
   ========================================================================== */

@keyframes pxvRainbowGlowBorder {
	0% {
		border-color: #00d2ff;
		box-shadow: 0 0 20px rgba(0, 210, 255, 0.4), inset 0 0 10px rgba(0, 210, 255, 0.12);
	}
	25% {
		border-color: #a855f7;
		box-shadow: 0 0 20px rgba(168, 85, 247, 0.4), inset 0 0 10px rgba(168, 85, 247, 0.12);
	}
	50% {
		border-color: #ec4899;
		box-shadow: 0 0 20px rgba(236, 72, 153, 0.4), inset 0 0 10px rgba(236, 72, 153, 0.12);
	}
	75% {
		border-color: #fbbf24;
		box-shadow: 0 0 20px rgba(251, 191, 36, 0.4), inset 0 0 10px rgba(251, 191, 36, 0.12);
	}
	100% {
		border-color: #00d2ff;
		box-shadow: 0 0 20px rgba(0, 210, 255, 0.4), inset 0 0 10px rgba(0, 210, 255, 0.12);
	}
}

.pxv-meta-ads-experience {
	padding: 110px 0;
	position: relative;
	background: transparent;
	overflow: hidden;
	color: #ffffff;
}

/* SECTION HEADER */
.pxv-meta-header {
	text-align: center;
	max-width: 860px;
	margin: 0 auto 60px auto;
}

.pxv-meta-badge {
	font-family: var(--font-mono, monospace);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 1.5px;
	color: #00d2ff;
	background: rgba(0, 210, 255, 0.08);
	border: 1px solid rgba(0, 210, 255, 0.25);
	padding: 6px 16px;
	border-radius: 20px;
	display: inline-block;
	margin-bottom: 16px;
	text-transform: uppercase;
}

.pxv-meta-main-title {
	font-family: var(--font-main, sans-serif);
	font-size: clamp(2rem, 3.8vw, 3.2rem);
	font-weight: 800;
	color: #ffffff;
	line-height: 1.15;
	margin-bottom: 16px;
	letter-spacing: -0.5px;
}

.pxv-meta-main-subtitle {
	font-family: var(--font-main, sans-serif);
	font-size: 16px;
	color: #cbd5e1;
	line-height: 1.65;
	margin: 0;
}

/* RESPONSIVE 3-COLUMN GRID CONTAINER */
.pxv-meta-grid-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	width: 100%;
	align-items: stretch;
}

/* CARD STYLING WITH CONTINUOUS RAINBOW GLOW BORDER */
.pxv-meta-scene-card {
	background: linear-gradient(145deg, rgba(13, 21, 37, 0.80) 0%, rgba(6, 10, 18, 0.88) 100%);
	border: 1.5px solid #00d2ff;
	border-radius: 20px;
	padding: 32px 28px;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
	box-sizing: border-box;
	animation: pxvRainbowGlowBorder 9s linear infinite;
}

.pxv-meta-scene-card:hover {
	transform: translateY(-4px);
	animation-duration: 4s; /* Faster rainbow glow cycle on hover */
}

.pxv-scene-num-badge {
	font-family: var(--font-mono, monospace);
	font-size: 11px;
	font-weight: 800;
	color: #00d2ff;
	letter-spacing: 1px;
	margin-bottom: 12px;
	display: inline-block;
}

.pxv-scene-num-badge.gold {
	color: #fbbf24;
}

.pxv-scene-title {
	font-family: var(--font-main, sans-serif);
	font-size: 21px;
	font-weight: 800;
	color: #ffffff;
	line-height: 1.25;
	margin-bottom: 12px;
}

.pxv-scene-title.highlight-gold {
	color: #ffffff;
	background: linear-gradient(90deg, #ffffff 0%, #fbbf24 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.pxv-scene-desc {
	font-family: var(--font-main, sans-serif);
	font-size: 14.5px;
	color: #cbd5e1;
	line-height: 1.65;
	margin: 0 0 12px 0;
}

.pxv-scene-desc:last-child {
	margin-bottom: 0;
}

.pxv-scene-subtext {
	font-family: var(--font-main, sans-serif);
	font-size: 14px;
	font-weight: 600;
	color: #00d2ff;
	line-height: 1.55;
	margin: 10px 0 0 0;
}

/* Highlight Pills inside Scenes */
.pxv-scene-highlight-pill {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	background: rgba(0, 210, 255, 0.08);
	border: 1px solid rgba(0, 210, 255, 0.3);
	border-radius: 12px;
	padding: 12px 16px;
	font-family: var(--font-main, sans-serif);
	font-size: 13px;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.5;
	margin-top: auto;
}

.pxv-scene-highlight-pill.alt-red {
	background: rgba(239, 68, 68, 0.08);
	border-color: rgba(239, 68, 68, 0.35);
	color: #fca5a5;
}

/* Social Channel Pills (FB & IG) */
.pxv-social-channel-pills {
	display: flex;
	gap: 10px;
	margin-top: auto;
	padding-top: 14px;
}

.pxv-channel-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: 700;
	color: #cbd5e1;
}

.pxv-chan-icon {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	font-weight: 900;
}

.pxv-chan-icon.fb {
	background: #1a68f8;
	color: #ffffff;
}

.pxv-chan-icon.insta {
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	color: #ffffff;
}

/* Journey Stepper (Card 04) */
.pxv-journey-stepper-visual {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-top: auto;
	padding-top: 14px;
	flex-wrap: wrap;
}

.pxv-jstep {
	background: rgba(0, 210, 255, 0.06);
	border: 1px solid rgba(0, 210, 255, 0.2);
	border-radius: 8px;
	padding: 6px 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 10.5px;
	font-weight: 800;
	color: #cbd5e1;
}

.pxv-jstep .jnum {
	font-size: 9px;
	color: #00d2ff;
	margin-bottom: 2px;
}

.pxv-jstep.active {
	background: rgba(0, 210, 255, 0.2);
	border-color: #00d2ff;
	color: #ffffff;
	box-shadow: 0 0 12px rgba(0, 210, 255, 0.3);
}

.pxv-jarrow {
	color: #00d2ff;
	font-weight: 900;
	font-size: 12px;
}

/* Climax Banner (Card 05) */
.pxv-meta-climax-card {
	background: linear-gradient(135deg, rgba(0, 210, 255, 0.15) 0%, rgba(26, 104, 248, 0.25) 100%);
	border: 1.5px solid #00d2ff;
	border-radius: 14px;
	padding: 18px 16px;
	margin-top: auto;
	text-align: center;
	box-shadow: 0 0 25px rgba(0, 210, 255, 0.3);
}

.climax-sub {
	font-family: var(--font-mono, monospace);
	font-size: 9.5px;
	font-weight: 800;
	letter-spacing: 1.2px;
	color: #00d2ff;
	display: block;
	margin-bottom: 4px;
}

.climax-line1 {
	font-size: 14px;
	font-weight: 800;
	color: #ffffff;
	margin: 0 0 2px 0;
}

.climax-line2 {
	font-size: 16px;
	font-weight: 900;
	color: #00d2ff;
	margin: 0;
	text-shadow: 0 0 12px rgba(0, 210, 255, 0.5);
}

/* Budget Allocation Hub Grid (Card 06) */
.pxv-budget-hub-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 6px;
	margin-top: auto;
	padding-top: 14px;
}

.pxv-bcore {
	grid-column: span 4;
	background: linear-gradient(90deg, #1a68f8 0%, #00d2ff 100%);
	color: #ffffff;
	font-size: 11px;
	font-weight: 900;
	text-align: center;
	padding: 6px;
	border-radius: 6px;
	letter-spacing: 1px;
}

.pxv-bitem {
	background: rgba(255, 255, 255, 0.03);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 6px;
	padding: 6px 2px;
	font-size: 10px;
	font-weight: 700;
	color: #cbd5e1;
	text-align: center;
}

/* FULL-WIDTH FINAL CLOSING CARD (Card 07 Spanning all 3 columns) */
.pxv-grid-full-width {
	grid-column: 1 / -1;
	background: linear-gradient(145deg, rgba(0, 210, 255, 0.08) 0%, rgba(8, 14, 25, 0.98) 100%);
	padding: 44px 40px;
	margin-top: 10px;
}

.pxv-final-card-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-bottom: 24px;
}

.pxv-final-card-left,
.pxv-final-card-right {
	display: flex;
	flex-direction: column;
}

/* Final Punchline Banner */
.pxv-meta-punchline-card {
	background: linear-gradient(135deg, rgba(251, 191, 36, 0.12) 0%, rgba(26, 104, 248, 0.2) 100%);
	border: 1.5px solid #fbbf24;
	border-radius: 16px;
	padding: 24px;
	margin: 24px 0;
	text-align: center;
	box-shadow: 0 0 35px rgba(251, 191, 36, 0.3);
}

.punchline-sub {
	font-family: var(--font-mono, monospace);
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 1.5px;
	color: #fbbf24;
	display: block;
	margin-bottom: 6px;
}

.punchline-top {
	font-size: 17px;
	font-weight: 800;
	color: #ffffff;
	margin: 0 0 4px 0;
}

.punchline-main {
	font-size: 20px;
	font-weight: 900;
	color: #fbbf24;
	margin: 0;
	text-shadow: 0 0 15px rgba(251, 191, 36, 0.5);
}

/* Final CTA Buttons */
.pxv-meta-cta-group {
	display: flex;
	gap: 16px;
	margin-top: 24px;
	justify-content: center;
}

.btn-pxv-meta-wa {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
	color: #ffffff;
	font-family: var(--font-main, sans-serif);
	font-weight: 800;
	font-size: 15px;
	padding: 16px 36px;
	border-radius: 30px;
	text-decoration: none;
	box-shadow: 0 0 25px rgba(37, 211, 102, 0.4);
	transition: all 0.3s ease;
}

.btn-pxv-meta-wa:hover {
	transform: translateY(-2px);
	box-shadow: 0 0 35px rgba(37, 211, 102, 0.6);
	color: #ffffff;
}

.btn-pxv-meta-sec {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: #ffffff;
	font-family: var(--font-main, sans-serif);
	font-weight: 700;
	font-size: 15px;
	padding: 16px 30px;
	border-radius: 30px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.btn-pxv-meta-sec:hover {
	background: rgba(0, 210, 255, 0.12);
	border-color: #00d2ff;
	color: #ffffff;
}

/* Reveal Observer Initial Animations */
.pxv-meta-reveal {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.pxv-meta-reveal.is-revealed {
	opacity: 1;
	transform: translateY(0);
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS (Tablet & Mobile Layout Overrides)
   ========================================================================== */

/* Tablet Breakpoint (768px - 1099px): 2 Columns */
@media (max-width: 1099px) {
	.pxv-meta-grid-container {
		grid-template-columns: repeat(2, 1fr);
		gap: 22px;
	}
	.pxv-grid-full-width {
		grid-column: 1 / -1;
	}
	.pxv-final-card-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

/* Mobile Breakpoint (<768px): 1 Column */
@media (max-width: 767px) {
	.pxv-meta-ads-experience {
		padding: 70px 0;
	}
	.pxv-meta-grid-container {
		grid-template-columns: 1fr;
		gap: 18px;
	}
	.pxv-meta-scene-card {
		padding: 24px 20px;
	}
	.pxv-grid-full-width {
		grid-column: 1;
		padding: 24px 20px;
	}
	.pxv-final-card-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	.pxv-meta-cta-group {
		flex-direction: column;
	}
	.btn-pxv-meta-wa,
	.btn-pxv-meta-sec {
		width: 100%;
	}
}
