/**
 * Personal Landing Page (PLP) Custom Styles
 * 
 * Dark theme design for conversion-optimized landing pages
 * This stylesheet is conditionally loaded only on PLP post type pages
 * Works with custom templates for complete design control
 * 
 * Typography: Uses Google Fonts - Archivo family
 * Weights: 400 (regular), 500 (medium), 600 (semi-bold), 700 (bold)
 * Loaded via functions.php with preconnect optimization
 * 
 * @package Pollock Child
 * @since 1.0.0
 */

/* ==========================================================================
   CSS Variables for PLP Theme
   ========================================================================== */

:root {
	--plp-dark-bg: #050714;
	--plp-dark-secondary: #1e293b;
	--plp-dark-tertiary: #334155;
	--plp-blue-primary: #2F64AA;
	--plp-blue-hover: #2563eb;
	--plp-text-white: #FAFAFA;
	--plp-text-light: #e2e8f0;
	--plp-text-muted: #94a3b8;
	--plp-border-dark: rgba(255, 255, 255, 0.1);
	--plp-border-light: #417ECF;
	--plp-box-bg: linear-gradient(73deg, rgba(25, 26, 38, 0.40) 1.72%, rgba(92, 96, 140, 0.40) 198.29%);
	
	/* v2 */

	--plp-background-light: #FDFDFC;
	--plp-text-dark: #1B212D;
	--plp-text-success: #007153;
	--plp-text-dark-2: #262F40;
	--plp-light-1: #EDF0F3;
	--plp-light-2: #E5E7EB;
	--plp-text-dark-3: #24354C;
	
	/* V2 */

	--plp-tag-bg: rgba(148, 163, 184, 0.2);
	--plp-container-max: 85%
	--plp-container-padding: 2rem;
	--plp-border-radius: 6px;
	--plp-transition: all 0.3s ease;
	
	/* Typography - Archivo font family with system fallbacks */
/* 	--plp-font-primary: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	--plp-font-heading: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	--plp-font-body: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
	 */
	--plp-font-primary: 'Poppins', sans-serif;
	--plp-font-heading: 'Poppins', sans-serif;
	--plp-font-body: 'Poppins', sans-serif;
}

/* ==========================================================================
   Base PLP Main Content Styles
   ========================================================================== */

/* Main container for PLP pages */
.plp-main-content {
	background: var(--plp-background-light);
	color: var(--plp-text-white);
	min-height: 100vh;
	overflow: hidden;
	font-family: var(--plp-font-body);
	font-size: 16px;
	line-height: 1.6;
	font-feature-settings: "kern" 1, "liga" 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.plp-main-content * {
	box-sizing: border-box;
}

/* Container utility class */
.plp-container {
	width: 90%;
	margin: 0 auto;
	padding: 1rem 0 1.5rem 0;
}

/* ==========================================================================
   PLP Header Styles
   ========================================================================== */

.plp-header {
/* 	position: sticky; */
/* 	top: 0; */
	color: var(--plp-text-white);
	z-index: 999;
	transition: all 0.5s ease;
	padding-top: 1.5rem 0.5rem 1.5rem 0.5rem;
	background: linear-gradient(164.81deg, #1a1e40 0%, #222854 36%, #2268afe6 99.59%);
	border-bottom: none;
}

body.scrolled .plp-header {
	background: var(--plp-text-white);
	padding-top: 0;
}

.plp-header-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
}

.plp-header-logo {
	flex: 1;
	width: 185px;
}

.plp-logo-link {
	color: var(--plp-text-white);
	text-decoration: none;
	transition: var(--plp-transition);
}

.plp-logo-link:hover {
	color: var(--plp-blue-primary);
}

.plp-logo-text {
	font-family: var(--plp-font-heading);
	font-size: 2.75rem;
	font-weight: 700;
	letter-spacing: -0.025em;
}

.plp-header-nav {
	flex: 2;
	display: flex;
	justify-content: center;
}

.plp-nav-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 2rem;
}

.plp-nav-menu li {
	margin: 0;
}

.plp-nav-menu a {
	color: var(--plp-text-light);
	text-decoration: none;
	font-family: var(--plp-font-body);
	font-weight: 500;
	transition: var(--plp-transition);
}

.plp-nav-menu a:hover {
	color: var(--plp-blue-primary);
}

.plp-header-cta {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	color: #FAFAFA;
	font-family: var(--plp-font-body);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	gap: 30px;
}

.plp-logo-company-container {
	display: flex;
	gap: 8px;
}

.plp-company-divider {
	border-right: solid 1px #E2E8F0;
	align-self: stretch;
	background-color: #E2E8F0;
	width: 1px;
}

.plp-company-name {
	border-radius: 500px;
	border: solid 1px #E2E8F0;
	padding: 7px 10px;
	background-color: #EDF0F3;
	color: #262F40;
	font-weight: 500;
	font-size: 14px;
	line-height: 100%
}

/* ==========================================================================
   PLP Button Styles
   ========================================================================== */

.plp-cta-button,
.plp-button-primary {
	display: inline-block;
	background: #f68c1f;
	color: #ffffff;
	padding: 6px 30px;
	border: none;
	border-radius: 8px;
	font-family: var(--plp-font-body);
	font-weight: 500;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	transition: var(--plp-transition);
	text-align: center;
	border: solid 2px #f68c1f;
}

.plp-cta-button:hover,
.plp-button-primary:hover {
	color: #ffffff !important;
	transform: translateY(-2px);
}

.plp-cta-button:focus,
.plp-button-primary:focus {
	outline: 2px solid var(--plp-blue-primary);
	outline-offset: 2px;
}

.plp-cta-button-dark {
	color: #ffffff;
	border: solid 2px #222854;
	background: #222854;
}

.plp-cta-button-dark:hover {
	color: #ffffff;
	border: solid 2px #222854;
	background: #222854;
}

.plp-button-success {
	display: inline-block;
	background-color: #007153;
	color: #ffffff;
	padding: 4px 12px;
	border: none;
	border-radius: 8px;
	font-family: var(--plp-font-body);
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
}

.plp-button-success:hover {
	color: #ffffff;
}

/* ==========================================================================
   PLP Hero Section Styles
   ========================================================================== */

.plp-hero {
	/* background: linear-gradient(135deg, var(--plp-dark-bg) 0%, var(--plp-dark-secondary) 100%); */
	padding: 0;
	position: relative;
	overflow: hidden;
	height: calc(100vh - 65px);
	height: calc(100dvh - 65px);
	overflow: visible;
	background: url('https://brandlock.io/wp-content/uploads/2026/03/hero-bg.png');
	background-size: cover;
}

.plp-hero-background {
	position: absolute;
	height: 100%;
	width: 100%;
	background: linear-gradient(76.81deg, #1a1e40 0%, #222854 32%, #2268afe6 99.59%);
}

.plp-hero-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.1;
	z-index: 1;
}

.plp-hero-content-container {
	height: calc(100vh - 300px);
	padding-top: 2.5rem;
}

.plp-hero-content {
	position: relative;
	z-index: 3;
/* 	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4rem; */
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.plp-hero-left {
	width: 65%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.plp-hero-right {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row !important;
}

.plp-hero-right img {
	max-height: 100%;
/* 	height: 100%; */
}

.plp-hero-title {
	font-family: var(--plp-font-heading);
	color: #fbfaf9e6;
	font-size: 78px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -2.5%;
}

.plp-hero-title-sub {
	color: #f68c1f;
	font-style: italic;
}

.plp-hero-tabs-container {
	display: flex;
	gap: 20px;
	margin: 24px 0 32px 0;
	width: 100%;
}

.plp-hero-tabs {
	flex: 1 1 0%;
	padding: 15px 15px;
	border: solid 1px #fbfaf9e6;
	background-color: #ffffff;
	border-radius: 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	vertical-align: middle;
	color: var(--plp-text-dark-2);
	transition:
		flex-basis 400ms cubic-bezier(0.4, 0, 0.2, 1),
		background-color 100ms linear,
		color 100ms linear;
	display: flex;
	align-items: center;
}

.plp-hero-tabs-icons {
	margin-right: 10px;
}

.plp-hero-tabs-icons-img {
	width: 24px;
	filter: brightness(0.1);
}

.plp-hero-tabs-active {
	color: #fbfaf9e6;
	background-color: #f68c1f;
	border: solid 1px #f68c1f;
}

.plp-hero-tabs-active .plp-hero-tabs-icons-img {
	filter: none;
}

.plp-hero-tab-text-container {
	width: 70%;
	min-height: 70px;
}

.plp-hero-tab-text {
	font-size: 20px;
	line-height: 150%;
	letter-spacing: 0%;
	font-weight: 400;
	color: #fbfaf9e6;
	display: none;
}

.plp-hero-tab-text-active {
	display: block;
}

.plp-hero-description {
	font-family: var(--plp-font-body);
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 21.6px */
	letter-spacing: 0.72px;
}

.plp-hero-cta {
	margin-top: 2rem;
}

.plp-hero-cta .plp-cta-button {
	color: #FAFAFA;
	font-family: var(--plp-font-primary);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: inline-flex;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 6px;
	background: var(--plp-blue-primary);
}

/* .plp-hero-right {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	align-items: flex-start;
} */

.plp-features-grid {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	width: 100%;
}

.plp-feature-box {

	background: var(--plp-box-bg, linear-gradient(73deg, rgba(25, 26, 38, 0.40) 1.72%, rgba(92, 96, 140, 0.40) 198.29%));
	box-shadow: -16px 4px 16px 0px rgba(0, 0, 0, 0.09);
	backdrop-filter: blur(6px);
	/* background: var(--plp-box-bg); */
	border: 1px solid var(--plp-border-dark);
	border-radius: 12px;
	padding: 20px;
	transition: var(--plp-transition);
	position: relative;
	overflow: hidden;
}

.plp-feature-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, transparent 0%, rgba(59, 130, 246, 0.1) 100%);
	opacity: 0;
	transition: var(--plp-transition);
}

.plp-feature-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
	border-color: var(--plp-blue-primary);
}

.plp-feature-box:hover::before {
	opacity: 1;
}

.plp-feature-content {
	position: relative;
	z-index: 2;
}

.plp-feature-title {
	color: var(--plp-text-white);
	font-family: var(--plp-font-heading);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 24px */
	letter-spacing: 0.8px;
}

.plp-feature-description {
	color: var(--plp-text-light);
	font-family: var(--plp-font-body);
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 120%; /* 21.6px */
	letter-spacing: 0.72px;
	margin-bottom: 10px;
}

.plp-feature-tags {
	display: flex;
	flex-wrap: wrap;
	padding: 8px 0px 8px;
	justify-content: start;
	align-items: center;
	gap: 10px;
	margin-top: 1rem;
}

.plp-tag {
	background: #417ECF33;
	color: var(--plp-text-white);
	padding: 8px 16px;
	border-radius: 20px;
	font-family: var(--plp-font-body);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.72px;
	border: 2px solid var(--plp-border-light);
}

.plp-tag:hover {
	/* background: var(--plp-blue-primary);
	transform: scale(1.05); */
}

/* ==========================================================================
   PLP Content Section Styles
   ========================================================================== */

.plp-content-section {
	padding: 4rem 0;
	background: var(--plp-dark-bg);
}

.plp-post-content {
	color: var(--plp-text-light);
	font-family: var(--plp-font-body);
	line-height: 1.6;
}

.plp-post-content h1,
.plp-post-content h2,
.plp-post-content h3,
.plp-post-content h4,
.plp-post-content h5,
.plp-post-content h6 {
	color: var(--plp-text-white);
	font-family: var(--plp-font-heading);
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.plp-post-content p {
	margin-bottom: 1.5rem;
}

.plp-post-content a {
	color: var(--plp-blue-primary);
	text-decoration: none;
}

.plp-post-content a:hover {
	text-decoration: underline;
}

/* ==========================================================================
   PLP Footer Styles
   ========================================================================== */

.plp-footer {
	background: var(--plp-background-light);
	color: var(--plp-text-white);
	padding: 2rem;
	border-top: 1px solid var(--plp-border-dark);
	position: relative;
}

.plp-footer-container {
	position: relative;
}

.plp-footer-overlay {
	position: absolute;
	width: 150%;
	height: 320px;
	flex-shrink: 0;
	bottom: -30%;
	left: 0;
	border-radius: 5000%;
	opacity: 0.2;
	background: rgba(47, 100, 170, 0.40);
	filter: blur(5px);
	transform: translateX(-16%);
}

.features-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px 0px 64px 0px;
}

.features-card-container {
	display: flex;
	flex-direction: row;
	gap: 15px;
	margin-bottom: 40px;
}

.features-card {
	padding: 15px 20px;
	border: solid 1px #003AAE33;
	box-shadow: 0px 2px 10px #0000001A;
	border-radius: 16px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.features-card-text {
	font-weight: 600;
	font-size: 16px;
	line-height: 120%;
	vertical-align: middle;
	font-family: var(--plp-font-body);
	color: #1B212D;
	margin-bottom: 0px;
}

.feature-card-icon-box {
	width: 42px;
	height: 42px;
	border-radius: 8px;
	background-color: #003AAE1A;
	display: flex;
	justify-content: center;
	align-items: center;
}

.plp-footer-content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 2rem;
	width: 85%;
	margin: 0 auto;
}

.plp-footer-copyright {
	flex: 1;
	/* min-width: 250px; */
}

.plp-copyright-text {
	margin: 0;
	font-family: var(--plp-font-body);
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	line-height: 18.2px;
	font-style: normal;
}

.plp-footer-links {
	flex: 2;
	display: flex;
	justify-content: center;
	min-width: 300px;
}

.plp-footer-nav {
	display: flex;
	align-items: center;
	gap: 2rem;
	flex-wrap: wrap;
}

.plp-footer-link {
	color: #000000;
	text-decoration: none;
	font-family: var(--plp-font-body);
	font-size: 14px;
	font-weight: 400;
	transition: var(--plp-transition);
	position: relative;
}

.plp-footer-link:hover {
	color: var(--plp-blue-primary);
	transform: translateY(-1px);
}

.plp-footer-link::after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--plp-blue-primary);
	transition: width 0.3s ease;
}

.plp-footer-link:hover::after {
	width: 100%;
}

.plp-footer-social {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	min-width: 200px;
}

.plp-social-links {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.plp-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	aspect-ratio: 1/1;
	/* background: var(--plp-box-bg); */
	/* border: 1px solid var(--plp-border-dark); */
	/* border-radius: 50%; */
	color: var(--plp-text-light);
	text-decoration: none;
	transition: var(--plp-transition);
}

.plp-social-link:hover {
	background: var(--plp-blue-primary);
	color: var(--plp-text-white);
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.plp-social-link svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

/* ==========================================================================
   Brand Carousel Styles
   ========================================================================== */

.plp-brands-carousel-container {
	position: relative;
	width: 100%;
}

.brands-carousel-container {
    margin: 0 0 78px 0;
    position: relative;
    overflow: hidden;
    background: transparent;
}

.brands-carousel-overlay {
	background-image: linear-gradient(to right, 
	  var(--plp-dark-bg) 0%, 
	  transparent 10%, 
	  transparent 90%, 
	  var(--plp-dark-bg) 100%);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	pointer-events: none;
}

.brands-carousel-heading {
    text-align: center;
	color: var(--plp-text-white);
	font-family: var(--plp-font-heading);
	margin-bottom: 2rem;
	font-weight: 700;
	font-style: normal;
	font-size: 2rem;
	opacity: 0;
	animation: fadeInUp 0.8s ease-out forwards;
}

.brands-slider {
    width: 100%;
    height: 80px;
    position: relative;
}

.brands-track {
    display: flex;
    align-items: center;
    height: 100%;
    animation: brandSlide 30s linear infinite;
    will-change: transform;
    backface-visibility: hidden;
	background-color: transparent;
}

.brand-slide {
	width: 76px;
	height: 80px;
	margin-right: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.brand-slide img,
.brand-slide svg {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: all 0.3s ease;
}
.brand-slide img:hover,
.brand-slide svg:hover {
    filter: grayscale(0);
}

/* Pause animation on hover */
.brands-track:hover {
    animation-play-state: paused;
}

/* Performance optimizations */
.brands-track {
    backface-visibility: hidden;
    perspective: 1000px;
}

.brand-slide {
    backface-visibility: hidden;
	position: relative;
}

/* ==============================================
   HOVER POPUP - RESPONSIVE VERSION
   ============================================== */

/* Popup container - Desktop */
.brand-popup {
    position: absolute;
    display: flex;
	width: 340px;
	padding: 16px 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	top: 120px; /* Position below the brands slider */
	left: 50%;
	transform: translateX(-50%);

	border-radius: 12px;
	border: 2px solid rgba(47, 100, 170, 0.40);
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(6px);
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);

    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    pointer-events: auto; /* Allow hover events on popup */
}

/* Popup main text - Desktop */
.brand-popup-text {
    font-family: var(--plp-font-body);
    align-self: stretch;
    white-space: normal;
	color: rgba(32, 32, 32, 0.90);
	font-size: 18px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.72px;
	margin-bottom: 12px;
}

/* Revenue section - Desktop */
.brand-revenue {
    display: flex;
	align-items: end;
    width: 100%;
}

/* Revenue text container */
.brand-revenue-text {
    flex: 1;
}

/* Revenue value (large percentage) - Desktop */
.brand-revenue-value {
    font-family: var(--plp-font-heading);
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	color: rgba(32, 32, 32, 0.90);
	margin: 0;
}

/* Revenue label - Desktop */
.brand-revenue-label {
	color: rgba(32, 32, 32, 0.80);
	font-family: var(--plp-font-heading);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: 0.56px;
	margin: 0;
}

/* Arrow icon - Desktop */
.brand-arrow {
    width: 20px;
	height: 20px;
	aspect-ratio: 1/1;
	display: flex;
	justify-content: end;
	align-items: end;
}

.brand-arrow svg {
    width: 100%;
    height: 100%;
}

/* ==========================================================================
   User Stories Carousel Styles
   ========================================================================== */

.plp-hero-user-stories-container {
	width: 90%;
	margin: auto;
}

.plp-user-stories-carousel-container {
    margin: 3rem auto;
    position: relative;
	padding: 0 !important;
}

.plp-user-stories-carousel-content {
    display: flex;
	position: relative;
}

.plp-user-stories-carousel-content button {
	position: absolute;
	background: transparent;
	border: solid 1px #E0E5EB;
	height: 44px;
	width: 44px;
	outline: none;
	cursor: pointer;
	font-size: 1.6rem;
	font-weight: 700;
	transition: all 0.3s ease;
	z-index: 10;
	padding: 0;
	top: 35%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

.plp-user-stories-carousel-container:hover .plp-user-stories-carousel-content button {
/* 	display: block; */
}

.plp-user-stories-carousel-prev {
	transform: translate(-150%, 0);
	left: 0;
}

.plp-user-stories-carousel-next {
	transform: translate(150%, 0);
	right: 0;
}

.plp-user-stories-carousel-content button svg {
	color: #1B212D;
}

.plp-user-stories-carousel-slider {
    overflow: visible;
	width: 100%;
}

.user-stories-track {
    display: flex;
    transition: transform 0.5s ease;
}

.user-stories-slide {
    width: 100%;
    flex-shrink: 0;
	flex-grow: 1;
    display: grid;
/*     grid-template-columns: repeat(6, 1fr); */
    gap: 24px;
	justify-content: center;
}

.user-story-card-cover {
	
}

/* Individual Story Card */
.user-story-card {
/*     background: #FAFAFA14; */
    border-radius: 12px;
    padding: 18px 24px;
    display: flex;
    flex-direction: column;
	align-items: flex-start;
    gap: 2px;
    min-height: 120px;
/*     border: 2px solid rgba(244, 244, 244, 0.08); */
    transition: all 0.3s ease;
	width: 100%;
	backdrop-filter: blur(6px);
	justify-content: space-between;
	background-color: #FFFFFF;
	border: solid 2px #FBFAF9E6;
	box-shadow: 8px 10px 20px #222854;
}

.user-story-card:hover {
	border: 2px solid #fbfaf9e6;
	backdrop-filter: blur(6px);
	transform: translatey(-12px);
}

.user-story-card.empty {
    display: none;
}

/* Logo Section */
.story-logo {
    width: 100%;
	aspect-ratio: 64/16;
}

.story-logo svg, .story-logo img {
    max-width: 100%;
    max-height: 25px;
	object-fit: contain;
}

/* Story Text */
.story-text {
    color: rgba(250, 250, 250, 0.90);
	font-family: var(--plp-font-body);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.72px;
}

/* Metrics Section */
.story-metrics {
    display: flex;
	align-items: flex-end;
	gap: 16px;
	align-self: stretch;
}

.story-revenue {
    flex: 1;
}

.revenue-value {
    color: #22af46;
	font-family: var(--plp-font-heading);
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 41.6px;
	margin-bottom: 10px;
}

.revenue-label {
    color: #1B212D;
	font-family: var(--plp-font-body);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0px;
	margin-bottom: 0;
}

.story-arrow {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
	cursor: pointer;
}

.user-story-card:hover .story-arrow {
    opacity: 1;
}

/* Navigation Dots */
.user-stories-nav {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 2.4rem 0;
}

.nav-dot {
	padding: 0;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: rgba(47, 100, 170, 0.30);
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-dot.active {
    width: 20px;
	height: 8px;
	border-radius: 8px;
	background: rgba(47, 100, 170, 0.90) !important;
}

.nav-dot:hover {
    background: rgba(255, 255, 255, 0.5);
}

/* CTA Button */
.plp-user-stories-carousel-cta {
	display: block;
	gap: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	width: fit-content;
}

.skeleton-box {
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.4s infinite;
}

.skeleton-card {
    min-height: 132px;
    padding: 18px 24px;
    justify-content: space-between;
    box-sizing: border-box;
}

@keyframes shimmer {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* ==========================================================================
   Media Queries - Responsive Design
   ========================================================================== */

@media (max-width: 1024px) {
	
	.plp-hero {
		height: auto;
	}
	
	.plp-hero-content-container {
		height: auto;
	}
	
	.plp-hero-content {
		grid-template-columns: 1fr;
		gap: 3rem;
	}

	.plp-hero-title {
		font-size: 3rem;
	}

	.plp-hero-left,
	.plp-hero-right {
		max-width: 100%;
	}
	
	.plp-hero-left {
		padding: 48px 0;
	}

	.plp-footer-content {
		gap: 1.5rem;
	}
	
	.plp-footer-content {
		gap: 1.5rem;
		flex-wrap: nowrap;
	}

	.plp-footer-nav {
		justify-content: center;
	}
	
	.plp-social-links {
		gap: 0.75rem;
	}

	.brands-carousel-heading {
		font-size: 1.75rem;
	}
	
	.brands-slider {
		height: 70px;
	}
	
	.brand-slide {
		width: 70px;
		height: 35px;
		margin-right: 70px;
	}

	.brand-popup {
        width: 300px;
        padding: 14px 18px;
        gap: 10px;
        top: 100px;
    }
    
    .brand-popup-text {
        font-size: 16px;
        letter-spacing: 0.64px;
        margin-bottom: 10px;
    }
    
    .brand-revenue-value {
        font-size: 22px;
    }
    
    .brand-revenue-label {
        font-size: 13px;
        letter-spacing: 0.52px;
    }
    
    .brand-arrow {
        width: 18px;
        height: 18px;
    }

	.user-story-card {
        padding: 20px;
        min-height: 150px;
		box-shadow: none;
    }
	
	.user-story-card:hover {
		transform: translatey(0px);
	}
    
    .story-text {
        font-size: 15px;
    }
    
    .revenue-value {
        font-size: 24px;
    }
    
    .revenue-label {
        font-size: 13px;
    }

	.user-stories-slide {
		grid-template-columns: repeat(2, 1fr);
	}

	.user-stories-slide {
        grid-template-columns: repeat(2, 1fr);
    }

	.plp-footer-overlay {
		bottom: -35%;
	}

	.brands-carousel-overlay {
		background-image: linear-gradient(to right, 
			var(--plp-dark-bg) 0%, 
			transparent 16%, 
			transparent 84%, 
			var(--plp-dark-bg) 100%);
	}
	
	.plp-user-stories-carousel-slider {
		width: 90%;
		margin: auto;
		overflow: hidden;
	}
	
	.plp-user-stories-carousel-prev {
		transform: translate(-10%, 0);
	}
	
	.plp-user-stories-carousel-next {
		transform: translate(10%, 0);
	}
	
	.shopper-tabs {
        flex-wrap: wrap;
    }

    .shopper-funnel-container {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* Remove bridge */
    .shopper-funnel-container.active-container::after {
        display: none;
    }
	
.shopper-funnel-container.active-container {
    border: solid 1px #e0e5eb;
	border-radius: 16px;
}
	
	.shopper-funnel-shopper.active-tab {
		border: solid 1px #eaecf0;
		border-radius: 8px;
	}

    /* Remove shopper bridge */
    .shopper-funnel-shopper.active-tab::after,
    .shopper-funnel-shopper[data-active="true"]::before {
        display: none;
    }

    /* Hide hover */
    .shopper-funnel-hover-container {
        display: none !important;
    }

    /* Keep radius normal */
    .shopper-funnel-container.active-container {
        border-radius: 16px;
        border-bottom: 1px solid #E0E5EB;
    }
	
	.shopper-funnel-container:last-child:nth-child(odd) {
        flex: 0 0 100%;
        max-width: 100%;
    }
	
	.shopper-funnel-shopper-container {
		justify-content: space-evenly;
	}
	
	/* hide white shopper bridges */
    .shopper-funnel-shopper-bridge {
        display: none !important;
    }

    /* hide dark shopper bridges */
    .shopper-funnel-shopper-dark-bridge {
        display: none !important;
    }

    /* hide container bridges */
    .shopper-funnel-container-bridge {
        display: none !important;
    }
	
	.shopper-funnel-container.container-bridge-pos-first 
	.shopper-funnel-container-bridge-right {
		display: none;
	}

	/* LAST shopper → show LEFT bridge only */
	.shopper-funnel-container.container-bridge-pos-last 
	.shopper-funnel-container-bridge-left {
		display: none;
	}

	/* MIDDLE shopper → show BOTH bridges */
	.shopper-funnel-container.container-bridge-pos-middle 
	.shopper-funnel-container-bridge-left,
	.shopper-funnel-container.container-bridge-pos-middle 
	.shopper-funnel-container-bridge-right {
		display: none;
	}
	
	/* FIRST shopper → show RIGHT bridge only */
	.shopper-funnel-shopper.bridge-pos-first 
	.shopper-funnel-shopper-bridge-right {
		display: none;
	}

	/* LAST shopper → show LEFT bridge only */
	.shopper-funnel-shopper.bridge-pos-last 
	.shopper-funnel-shopper-bridge-left {
		display: none;
	}

	/* MIDDLE shopper → show BOTH bridges */
	.shopper-funnel-shopper.bridge-pos-middle 
	.shopper-funnel-shopper-bridge-left,
	.shopper-funnel-shopper.bridge-pos-middle 
	.shopper-funnel-shopper-bridge-right {
		display: none;
	}
}

@media (max-width: 768px) {
	
	.container {
		padding-left: 0% !important;
		padding-right: 0% !important;
	}
	
	.brands-carousel-container {
		margin: 40px 0 60px 0;
	}
	
	.brands-carousel-heading {
		font-size: 1.5rem;
		margin-bottom: 25px;
		line-height: 1.3;
	}
	
	.brands-slider {
		height: 60px;
	}
	
	.brand-slide {
		width: 60px;
		height: 30px;
		margin-right: 60px;
	}

	.plp-hero {
		padding: 0rem 0 4rem;
		min-height: 60vh;
	}

	.plp-hero-content {
		gap: 2rem;
	}

	.plp-hero-title {
		font-size: 2.5rem;
	}

	.plp-hero-description {
		font-size: 1.125rem;
	}

	.plp-features-grid {
		gap: 1rem;
	}

	.plp-feature-box {
		padding: 1.25rem;
	}

	.plp-header-nav {
		order: 3;
	}

	.plp-nav-menu {
		flex-direction: column;
		gap: 1rem;
	}

	.plp-cta-button {
		padding: 0.75rem 1.5rem;
	}

	.plp-hero-cta .plp-cta-button {
		padding: 0.875rem 2rem;
	}

	.plp-footer {
		padding: 2rem 0 1.5rem;
	}
	
	.plp-footer-content {
		flex-direction: column;
		text-align: center;
		gap: 1.5rem;
	}
	
	.plp-footer-copyright,
	.plp-footer-links,
	.plp-footer-social {
		flex: none;
		width: 100%;
		min-width: auto;
		justify-content: center;
	}
	
	.plp-footer-nav {
		justify-content: center;
		gap: 1rem;
	}

	.brand-popup {
        width: 280px;
        padding: 12px 16px;
        gap: 8px;
        top: 80px;
        border-radius: 10px;
    }
    
    .brand-popup-text {
        font-size: 14px;
        letter-spacing: 0.56px;
        margin-bottom: 8px;
        line-height: 130%;
    }
    
    .brand-revenue-value {
        font-size: 20px;
    }
    
    .brand-revenue-label {
        font-size: 12px;
        letter-spacing: 0.48px;
    }
    
    .brand-arrow {
        width: 16px;
        height: 16px;
    }

	.plp-user-stories-carousel-container {
        margin: 40px auto;
		padding: 0 !important;
    }
    
    .user-stories-slide {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 0 5px;
    }
    
    .user-story-card {
        padding: 18px;
        min-height: 150px;
        gap: 14px;
    }
    
    .story-logo {
        height: 35px;
    }
    
    .story-text {
        font-size: 14px;
        line-height: 135%;
    }
    
    .revenue-value {
        font-size: 22px;
    }
    
    .revenue-label {
        font-size: 12px;
    }
    
    .story-arrow {
        width: 20px;
        height: 20px;
    }
    
    .nav-dot {
        width: 10px;
        height: 10px;
    }

	.user-stories-slide {
        grid-template-columns: repeat(1, 1fr);
    }

	.brands-carousel-overlay {
		background-image: linear-gradient(to right, 
			var(--plp-dark-bg) 0%, 
			transparent 12%, 
			transparent 88%, 
			var(--plp-dark-bg) 100%);
	}

	.plp-user-stories-carousel-container:hover .plp-user-stories-carousel-content button {
		display: none;
	}
	
	.plp-user-stories-carousel-slider {
		width: 100%;
		margin: auto;
	}
	
	.plp-user-stories-carousel-prev {
		display: none !important;
	}
	
	.plp-user-stories-carousel-next {
		display: none !important;
	}
	
	.plp-user-stories-carousel-container:hover .plp-user-stories-carousel-content button {
		display: none !important;
	}
	
	.shopper-funnel-container {
        flex: 0 0 100%;
        max-width: 100%;
    }
	
	.revenue-calculator-result-value {
		padding-left: 120px;
	}
	
	.revenue-calculator-result-value span {
		font-size: 30px;
	}

}

@media (max-width: 480px) {
	
	.container {
		padding-left: 0% !important;
		padding-right: 0% !important;
	}
	
	.plp-hero-title {
		font-size: 2rem;
	}

	.plp-hero-description {
		font-size: 1rem;
	}

	.plp-feature-title {
		font-size: 1rem;
	}

	.plp-feature-description {
		font-size: 0.85rem;
	}

	.plp-logo-text {
		font-size: 1.5rem;
	}

	.plp-container {
		padding: 0 1rem;
	}

	.plp-nav-menu {
		gap: 0.75rem;
	}

	.plp-footer {
		padding: 1.5rem 0 1rem;
	}
	
	.plp-footer-content {
		gap: 1rem;
		padding-bottom: 1rem;
	}
	
	.plp-footer-nav {
		flex-direction: column;
		gap: 0.75rem;
	}
	
	.plp-social-links {
		gap: 0.5rem;
	}
	
	.plp-social-link {
		width: 36px;
		height: 36px;
	}
	
	.plp-social-link svg {
		width: 18px;
		height: 18px;
	}

	.brand-popup {
        width: 260px;
        padding: 10px 14px;
        gap: 6px;
        top: 70px;
        border-radius: 8px;
    }
    
    .brand-popup-text {
        font-size: 13px;
        letter-spacing: 0.52px;
        margin-bottom: 6px;
        line-height: 135%;
    }
    
    .brand-revenue-value {
        font-size: 18px;
    }
    
    .brand-revenue-label {
        font-size: 11px;
        letter-spacing: 0.44px;
    }
    
    .brand-arrow {
        width: 14px;
        height: 14px;
    }

	.user-story-card {
        padding: 16px;
        min-height: 150px;
        gap: 12px;
    }
    
    .story-logo {
        height: 30px;
    }
    
    .story-text {
        font-size: 13px;
        line-height: 140%;
    }
    
    .revenue-value {
        font-size: 20px;
    }
    
    .revenue-label {
        font-size: 11px;
    }
    
    .story-arrow {
        width: 18px;
        height: 18px;
    }
    
    .nav-dot {
        width: 8px;
        height: 8px;
        gap: 8px;
    }

	.user-stories-slide {
        grid-template-columns: repeat(1, 1fr);
    }

	.brands-carousel-overlay {
		background-image: linear-gradient(to right, 
			var(--plp-dark-bg) 0%, 
			transparent 4%, 
			transparent 96%, 
			var(--plp-dark-bg) 100%);
	}

	.plp-header-content {
		flex-direction: column;
		text-align: center;
	}
	
	.plp-user-stories-carousel-container:hover .plp-user-stories-carousel-content button {
		display: none;
	}
	
	.features-card-container {
		flex-direction: column;
		width: 100%;
	}
	
	.features-card {
		width: 100%;
	}
	
	.plp-user-stories-carousel-prev {
		display: none !important;
	}
	
	.plp-user-stories-carousel-next {
		display: none !important;
	}
	
	.plp-user-stories-carousel-container:hover .plp-user-stories-carousel-content button {
		display: none !important;
	}
	
	.revenue-calculator-metric-container {
		flex-direction: column;
	}
	
	.revenue-calculator-metrics {
		max-width: 100%;
	}
	
	.plp-header {
		padding: 16px 0;
	}
	
	.domain-list-wrapper {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.multi-domain-layout {
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.revenue-calculator-result-value {
		font-size: 48px !important;
	}
	
	.shopper-funnel-container {
        flex: 0 0 100%;
        max-width: 100%;
    }
	
	.shopper-funnel-shopper-container {
        flex-wrap: wrap;
        gap: 10px;
    }

    .shopper-funnel-shopper {
        width: calc(50% - 5px) !important;
        max-width: calc(50% - 5px) !important;
        flex: 0 0 calc(50% - 5px);
        box-sizing: border-box;
    }
}

/* ==========================================================================
   Animation Classes
   ========================================================================== */

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.plp-hero-title {
	animation: fadeInUp 0.8s ease-out;
}

.plp-hero-description {
	animation: fadeInUp 0.8s ease-out 0.2s both;
}

.plp-hero-cta {
	animation: fadeInUp 0.8s ease-out 0.4s both;
}

.plp-feature-box:nth-child(1) {
	animation: fadeInUp 0.8s ease-out 0.6s both;
}

.plp-feature-box:nth-child(2) {
	animation: fadeInUp 0.8s ease-out 0.8s both;
	margin: 0 20px;
}

.plp-feature-box:nth-child(3) {
	animation: fadeInUp 0.8s ease-out 1s both;
	margin: 0 40px;
}

/* ==========================================================================
   Focus and Accessibility Styles
   ========================================================================== */

.plp-cta-button:focus-visible,
.plp-button-primary:focus-visible {
	outline: 2px solid var(--plp-blue-primary);
	outline-offset: 2px;
}

.plp-feature-box:focus-within {
	outline: 2px solid var(--plp-blue-primary);
	outline-offset: 2px;
}

/* Disable animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
	.plp-hero-title,
	.plp-hero-description,
	.plp-hero-cta,
	.plp-feature-box {
		animation: none;
	}

	.plp-cta-button:hover,
	.plp-button-primary:hover,
	.plp-feature-box:hover {
		transform: none;
	}
}

/* ==========================================================================
   Utility Classes
   ========================================================================== */

.plp-text-center {
	text-align: center;
}

.plp-mb-large {
	margin-bottom: 3rem;
}

.plp-mt-large {
	margin-top: 3rem;
}

.plp-hidden {
	display: none;
}

.plp-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.revenue-calculator-main {
	position: relative;
}

.revenue-calculator-main.custom-loading > .loader-overlay {
    position: absolute;
    z-index: 100;
    height: calc(100% - 50px);
    width: calc(100% + 50px);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    filter: blur(10px);
    padding: inherit;
    transform: translate(0px, 0);
}

.revenue-calculator-main.custom-loading > .loader {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	animation: rotate 1s linear infinite;
	position: absolute;
    z-index: 120;
    translate: -50% -50%;
    left: 50%;
    top: 25%;
}

.revenue-calculator-main.custom-loading > .loader::before,
.revenue-calculator-main.custom-loading > .loader::after {
	content: "";
	box-sizing: border-box;
	position: absolute;
	inset: 0px;
	border-radius: 50%;
	border: 5px solid var(--plp-blue-primary);
	animation: prixClipFix 2s linear infinite;
}

.revenue-calculator-main.custom-loading > .loader::after {
	border-color: var(--plp-dark-bg);
	animation: prixClipFix 2s linear infinite, rotate 0.5s linear infinite reverse;
	inset: 6px;
}

.scroll-to-top {
    bottom: 3rem;
    right: 3rem;
    width: 40px;
    height: 40px;
    position: fixed;
    background: linear-gradient(135deg, #2F64AA, #1e4a7a);
    border: none;
    border-radius: 10%;
    color: white;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(2rem);
    transition: all 0.3s ease;
    box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.2);
    z-index: 9999;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.scroll-to-top.show {
	opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top svg {
    width: 16px;
    height: 16px;
}

.trial-tooltip {
	--bs-tooltip-bg: rgba(47, 100, 170, 0.40) !important;
	--bs-tooltip-color: #2f64aa !important;
	--bs-tooltip-font-size: 16px !important;
	--bs-tooltip-border-radius: 8px !important;
	-webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.trial-tooltip .tooltip-inner {
	background-color: rgba(47, 100, 170, 0.20) !important;
    border: 2px solid var(--bs-tooltip-bg) !important;
    padding: 5px 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    min-width: 120px;
	max-width: 320px;
	white-space: normal;
	overflow-wrap: break-word;
}

.pricing-list-cta {
	display: none;
}

body[data-meeting_finalised="true"] .pricing-list-cta {
	display: block;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes prixClipFix {
	0% {
		clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
	}

	25% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
	}

	50% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
	}

	75% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
	}

	100% {
		clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
	}
}

/* ==========================================================================
   Font Usage Summary
   ========================================================================== */

/*
 * Archivo Font Family Implementation
 * 
 * Primary Font Stack: 'Archivo', system-ui fallbacks
 * Loaded from Google Fonts with font-display: swap
 * 
 * Usage:
 * - Headings (h1-h6): var(--plp-font-heading) - Archivo 600-700
 * - Body Text: var(--plp-font-body) - Archivo 400-500  
 * - Logo: var(--plp-font-heading) - Archivo 700
 * - Buttons: var(--plp-font-body) - Archivo 600
 * - Navigation: var(--plp-font-body) - Archivo 500
 * 
 * Performance Optimizations:
 * - Preconnect links in <head>
 * - font-display: swap for better loading
 * - Conditional loading only on PLP pages
 * - System font fallbacks for better FOUT handling
 */ 