/**
 * White Label Landing — 15 Figma frames
 */

:root {
	--wl-blue: #0015ab;
	--wl-blue-bright: #0026ca;
	--wl-green: #00be57;
	--wl-black: #000000;
	--wl-white: #ffffff;
	--wl-gray-bg: #f7f7f7;
	--wl-gray-card: #f3f4f6;
	--wl-gray-text: #6b6b6f;
	--wl-gray-muted: #a8a8ad;
	--wl-tan: #c4a574;
	--wl-mint: #6ee5c2;
	--wl-lavender: #adadc7;
	--wl-section-pad: 80px 0;
	--wl-radius: 16px;
}

@media (max-width: 992px) {
	:root {
		--wl-section-pad: 48px 0;
	}
}

/* Page base */
body.wl-landing {
	background: #ffffff;
	color: #1a191d;
}

/* Cancel global theme section spacing (causes white bar under header) */
body.wl-landing section {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
}

body.wl-landing section:first-of-type:not(.wl_frame15) {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

/* =============================================================================
   Frame 1 — Header (match Figma exactly)
   ============================================================================= */
.wl_frame1_header {
	background: #ffffff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	position: relative;
	z-index: 300;
	width: 100%;
}

.wl_frame1_header__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 72px;
	box-sizing: border-box;
}

.wl_frame1_logo {
	display: flex;
	align-items: center;
	gap: 14px;
	text-decoration: none;
	flex-shrink: 0;
}

.wl_frame1_logo:hover {
	text-decoration: none;
}

.wl_frame1_logo__mark {
	width: 48px;
	height: 44px;
	flex-shrink: 0;
	display: block;
}

.wl_frame1_logo__text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.15;
}

.wl_frame1_logo__brand {
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: #000a51;
	letter-spacing: -0.02em;
}

.wl_frame1_logo__tagline {
	font-family: "Poppins", sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #000a51;
	opacity: 0.85;
	margin-top: 2px;
}

/* Blue button, white label + white arrow */
.wl_frame1_cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	flex-shrink: 0;
	background: #0026ca !important;
	border: none !important;
	border-radius: 8px;
	padding: 14px 28px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #ffffff !important;
	text-decoration: none !important;
	box-shadow: none !important;
	white-space: nowrap;
	transition: background 0.2s ease;
}

.wl_frame1_cta span {
	color: #ffffff !important;
}

.wl_frame1_cta svg {
	flex-shrink: 0;
	width: 16px;
	height: 14px;
}

.wl_frame1_cta svg path {
	fill: #ffffff !important;
}

.wl_frame1_cta:hover {
	background: #0015ab !important;
	color: #ffffff !important;
	text-decoration: none !important;
}

.wl_frame1_menu,
.wl_frame1_mobile-panel {
	display: none;
}

@media (max-width: 992px) {
	.wl_frame1_header__inner {
		padding: 16px 20px;
	}
}

@media (max-width: 576px) {
	.wl_frame1_logo__tagline {
		display: none;
	}

	.wl_frame1_cta {
		font-size: 14px;
		padding: 12px 18px;
	}
}


/* Sections */
.wl_section--dark {
	background: var(--wl-black);
	color: var(--wl-white);
	padding: var(--wl-section-pad);
}

.wl_section--light {
	background: var(--wl-gray-bg);
	color: var(--wl-black);
	padding: var(--wl-section-pad);
}

.wl_section--blue {
	background: var(--wl-blue);
	color: var(--wl-white);
	padding: var(--wl-section-pad);
}

/* Intro block */
.wl_intro_eyebrow {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--wl-blue);
	margin-bottom: 12px;
}

.wl_intro--dark .wl_intro_eyebrow {
	color: var(--wl-blue-bright);
}

.wl_intro_heading {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 16px;
}

.wl_intro--dark .wl_intro_heading {
	color: #3a3a3c;
}

.wl_intro--light .wl_intro_heading {
	color: var(--wl-black);
}

.wl_intro_desc {
	font-size: 18px;
	line-height: 1.5;
	color: var(--wl-gray-text);
	max-width: 720px;
	margin: 0 auto;
}

.wl_intro--dark .wl_intro_desc {
	color: rgba(255, 255, 255, 0.72);
}

.text-lg-center .wl_intro_desc {
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 768px) {
	.wl_intro_heading {
		font-size: 28px;
	}
}

/* =============================================================================
   Frame 15 — Market announcement bar (top of page; US / UK by visitor geo)
   ============================================================================= */
body.wl-landing section.wl_frame15,
.wl_frame15 {
	background: #0026ca;
	background-color: #0026ca !important;
	width: 100%;
	margin: 0;
	padding: 20px 48px 14px;
	box-sizing: border-box;
	color: #ffffff;
}

.wl_frame15__inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}

body.wl-landing .wl_frame15__flag {
	flex-shrink: 0;
	display: block;
	width: 24px;
	height: 16px;
	object-fit: cover;
	border-radius: 2px;
}

body.wl-landing .wl_frame15__text {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.45;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

/* Mobile: left-aligned copy (bar is first in DOM on all breakpoints) */
@media (max-width: 992px) {
	body.wl-landing section.wl_frame15 {
		padding: 18px 16px 14px;
	}

	body.wl-landing .wl_frame15__inner {
		justify-content: flex-start;
		align-items: flex-start;
		text-align: left;
		gap: 12px;
		max-width: none;
	}

	body.wl-landing .wl_frame15__flag {
		margin-top: 2px;
	}

	body.wl-landing .wl_frame15__text {
		flex: 1;
		min-width: 0;
		font-size: 13px;
		font-weight: 500;
		line-height: 1.45;
		text-align: left;
	}
}

@media (max-width: 576px) {
	body.wl-landing section.wl_frame15 {
		padding: 16px 16px 12px;
	}

	body.wl-landing .wl_frame15__inner {
		gap: 10px;
	}

	body.wl-landing .wl_frame15__text {
		font-size: 12px;
		line-height: 1.42;
	}
}

/* =============================================================================
   Frame 2 — Hero (white background, match Figma spacing)
   ============================================================================= */
.wl_frame2_hero {
	background: #ffffff;
	width: 100%;
}

.wl_frame2_hero__inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 72px 40px 88px;
	box-sizing: border-box;
}

.wl_frame2_hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(260px, 360px);
	gap: 32px;
	align-items: start;
}

.wl_frame2_hero__content {
	min-width: 0;
	width: 100%;
}

/* Heading — sharp Google Ads icon after “Google Ads” on line 1; blur removed */
.wl_frame2_hero__heading-wrap {
	position: relative;
	margin: 0 0 24px;
	max-width: 560px;
}

.wl_frame2_hero__heading-lead,
.wl_frame2_hero__heading-mid,
.wl_frame2_hero__heading-tail {
	display: block;
}

.wl_frame2_hero__heading-lead {
	white-space: nowrap;
}

.wl_frame2_hero__deco--blur {
	display: none !important;
}

.wl_frame2_hero__heading {
	position: relative;
	z-index: 1;
	font-family: "Poppins", sans-serif;
	font-size: 52px;
	line-height: 1.12;
	font-weight: 700;
	letter-spacing: -0.02em;
	color: #1a191d;
	margin: 0;
}

.wl_frame2_hero__deco--sharp {
	display: inline-block !important;
	position: relative;
	top: -0.06em;
	width: 48px;
	height: auto;
	max-width: none;
	flex-shrink: 0;
	margin: 0 0 0 10px;
	transform: rotate(-14deg);
	pointer-events: none;
	vertical-align: middle;
}

.wl_frame2_hero__desc {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0;
	color: #6b6b6f;
	margin: 0 0 32px;
	max-width: 520px;
}

.wl_frame2_hero__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #0026ca !important;
	border: none !important;
	border-radius: 8px;
	padding: 15px 30px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #ffffff !important;
	text-decoration: none !important;
	margin: 0 0 48px;
	transition: background 0.2s ease;
}

.wl_frame2_hero__cta span {
	color: #ffffff !important;
}

.wl_frame2_hero__cta svg {
	flex-shrink: 0;
}

.wl_frame2_hero__cta svg path {
	fill: #ffffff !important;
}

.wl_frame2_hero__cta:hover {
	background: #0015ab !important;
	color: #ffffff !important;
	text-decoration: none !important;
}

/* Trust badges — Figma: 4 in one row; each card fits its text (no squeeze) */
.wl_frame2_hero__badges {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	overflow: visible;
}

body.wl-landing .wl_frame2_hero__badge {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	flex: 0 0 auto;
	flex-shrink: 0;
	width: auto;
	min-width: min-content;
	max-width: none;
	gap: 12px;
	background: #f7f7f8;
	border: 1px solid #ebebed;
	border-radius: 12px;
	padding: 12px 16px;
	min-height: 72px;
	box-sizing: border-box;
	box-shadow: none;
	overflow: hidden;
}

.wl_frame2_hero__badge-icon-wrap {
	flex: 0 0 32px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}

body.wl-landing .wl_frame2_hero__badge-icon {
	display: block !important;
	width: 32px !important;
	max-width: 32px !important;
	height: auto !important;
	max-height: 32px;
	margin: 0 !important;
	object-fit: contain;
}

body.wl-landing .wl_frame2_hero__badge-copy {
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: nowrap !important;
	align-items: flex-start !important;
	justify-content: center !important;
	gap: 4px !important;
	min-width: min-content;
	flex: 0 1 auto;
	overflow: visible;
}

body.wl-landing .wl_frame2_hero__badge p {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.wl-landing .wl_frame2_hero__badge-title {
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
	color: #1a191d;
	white-space: nowrap;
}

body.wl-landing .wl_frame2_hero__badge-sub {
	font-family: "Poppins", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.35;
	color: #6b6b6f;
	white-space: nowrap;
}

/* Hero badge links (Google Partner, Clutch) */
body.wl-landing a.wl_frame2_hero__badge--link {
	text-decoration: none !important;
	color: inherit;
}

body.wl-landing a.wl_frame2_hero__badge--link:hover {
	opacity: 0.92;
}

.wl_frame2_hero__media {
	position: relative;
	min-width: 0;
}

.wl_frame2_hero__photo-wrap {
	position: relative;
	overflow: visible;
}

.wl_frame2_hero__photo-inner {
	border-radius: 16px;
	overflow: hidden;
}

.wl_frame2_hero__photo {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}

@media (max-width: 1150px) {
	.wl_frame2_hero__heading {
		font-size: 44px;
	}

	.wl_frame2_hero__badges {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 12px;
	}

	body.wl-landing .wl_frame2_hero__badge {
		flex: 1 1 calc(50% - 6px);
		min-width: 155px;
		max-width: 100%;
	}
}

@media (max-width: 992px) {
	.wl_frame2_hero__inner {
		padding: 48px 20px 64px;
	}

	.wl_frame2_hero__grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.wl_frame2_hero__heading {
		font-size: 34px;
	}

	.wl_frame2_hero__heading-wrap {
		max-width: 100%;
	}

	body.wl-landing .wl_frame2_hero__deco--sharp {
		width: 40px;
	}

	.wl_frame2_hero__badges {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	body.wl-landing .wl_frame2_hero__badge {
		flex: 1 1 calc(50% - 8px);
		min-width: 0;
		padding: 12px 14px;
	}
}

@media (max-width: 576px) {
	.wl_frame2_hero__heading {
		font-size: 28px;
	}

	.wl_frame2_hero__badges {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	body.wl-landing .wl_frame2_hero__badge {
		flex: none;
		width: 100%;
		min-width: 0;
		padding: 12px 16px;
	}

	body.wl-landing .wl_frame2_hero__badge-title,
	body.wl-landing .wl_frame2_hero__badge-sub {
		white-space: normal;
	}

	body.wl-landing .wl_frame2_hero__deco--sharp {
		width: 32px;
	}
}

/* =============================================================================
   Frame 3 — Stats + agency logos (white background, match Figma)
   ============================================================================= */
.wl_frame3 {
	background: #ffffff;
	width: 100%;
}

.wl_frame3__inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 64px 40px 72px;
	box-sizing: border-box;
}

/* Stats row — 4 items, space-between */
.wl_frame3__stats {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	width: 100%;
	padding-bottom: 56px;
	margin-bottom: 0;
}

body.wl-landing .wl_frame3__stat {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	flex: 0 1 auto;
	gap: 16px;
	min-width: 0;
}

.wl_frame3__stat-icon-wrap {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #e4e4f0;
	border-radius: 12px;
}

body.wl-landing .wl_frame3__stat-icon {
	display: block !important;
	width: 24px !important;
	height: 24px !important;
	max-width: 24px;
	object-fit: contain;
	margin: 0 !important;
}

body.wl-landing .wl_frame3__stat-copy {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: center !important;
	gap: 4px !important;
	min-width: 0;
}

body.wl-landing .wl_frame3__stat-copy p {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.wl-landing .wl_frame3__stat-number {
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #1a191d;
	white-space: nowrap;
}

body.wl-landing .wl_frame3__stat-label {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #6b6b6f;
	white-space: nowrap;
}

/* Logos block */
.wl_frame3__logos-wrap {
	border-top: 1px solid #e8e8ec;
	padding-top: 48px;
}

.wl_frame3__logos-heading {
	font-family: "Poppins", sans-serif;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	text-align: center;
	color: #6b6b6f;
	margin: 0 0 36px;
	padding: 0;
}

.wl_frame3__logos {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
}

/* Marquee (Frame 3): continuous logo ticker */
.wl_frame3__logos--marquee {
	overflow: hidden;
	justify-content: flex-start;
	gap: 0;
}

.wl_frame3__logos--marquee .wl_frame3__logos-track {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 48px;
	width: max-content;
	will-change: transform;
	animation: wl-frame3-marquee 26s linear infinite;
}

.wl_frame3__logos--marquee:hover .wl_frame3__logos-track {
	animation-play-state: paused;
}

@keyframes wl-frame3-marquee {
	from {
		transform: translate3d(0, 0, 0);
	}
	to {
		transform: translate3d(-50%, 0, 0);
	}
}

.wl_frame3__logo {
	flex: 0 1 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wl_frame3__logo-img {
	display: block;
	height: 28px;
	width: auto;
	max-width: 160px;
	min-width: 48px;
	object-fit: contain;
	object-position: center;
	opacity: 0.72;
	filter: grayscale(1);
}

body.wl-landing .wl_frame3__logo-name {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: -0.02em;
	color: #a8a8ad;
	white-space: nowrap;
}

@media (max-width: 1100px) {
	body.wl-landing .wl_frame3__stat-number {
		font-size: 32px;
	}

	.wl_frame3__stats {
		flex-wrap: wrap;
		justify-content: flex-start;
		gap: 28px 32px;
	}

	body.wl-landing .wl_frame3__stat {
		flex: 1 1 calc(50% - 20px);
		min-width: 200px;
	}

	.wl_frame3__logos {
		flex-wrap: wrap;
		justify-content: center;
		gap: 28px 36px;
	}
}

@media (max-width: 992px) {
	.wl_frame3__inner {
		padding: 48px 20px 56px;
	}

	.wl_frame3__stats {
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		padding-bottom: 40px;
	}

	body.wl-landing .wl_frame3__stat {
		flex: none;
		width: 100%;
	}

	.wl_frame3__logos-wrap {
		padding-top: 40px;
	}

	.wl_frame3__logos:not(.slick-initialized) {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		gap: 16px;
		padding-bottom: 8px;
	}

	.wl_frame3__logos:not(.slick-initialized) .wl_frame3__logo {
		flex: 0 0 auto;
		scroll-snap-align: center;
	}
}

@media (max-width: 576px) {
	.wl_frame3__stats {
		display: flex;
		flex-direction: column;
		gap: 24px;
		align-items: stretch;
	}

	body.wl-landing .wl_frame3__stat {
		flex: none;
		width: 100%;
		min-width: 0;
	}

	body.wl-landing .wl_frame3__stat-number,
	body.wl-landing .wl_frame3__stat-label {
		white-space: normal;
	}

	.wl_frame3__logos {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 20px 28px;
		overflow-x: visible;
		padding-bottom: 0;
	}

	.wl_frame3__logo {
		flex: 0 0 auto;
		min-width: 72px;
	}

	.wl_frame3__logo-img {
		height: 32px;
		max-width: 110px;
		min-width: 56px;
		opacity: 0.85;
	}

	body.wl-landing .wl_frame3__logo-name {
		font-size: 16px;
		color: #8a8a8f;
	}
}

/* Buttons */
body.wl-landing .button.white_btn {
	background: var(--wl-white);
	color: var(--wl-black);
	border: 0;
}

body.wl-landing .button.white_btn svg path {
	fill: var(--wl-black);
}

/* =============================================================================
   Frame 4 — What's included (Figma)
   ============================================================================= */
body.wl-landing section.wl_frame4,
.wl_frame4 {
	background: #f7f7f5;
	background-color: #f7f7f5 !important;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 80px 48px 88px;
	box-sizing: border-box;
}

.wl_frame4__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}

/* Intro — left-aligned, gutter comes from section padding */
body.wl-landing .wl_frame4__intro {
	text-align: left;
	padding: 0 0 48px;
	margin: 0;
	max-width: 100%;
}

body.wl-landing .wl_frame4__eyebrow {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0026ca;
	margin: 0 0 16px;
	padding: 0;
}

body.wl-landing .wl_frame4__heading {
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #1a191d;
	margin: 0 0 20px;
	padding: 0;
	max-width: 920px;
}

body.wl-landing .wl_frame4__desc,
.wl_frame4__desc {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #7a7a7a;
	margin: 0;
	padding: 0;
	max-width: 920px;
}

/* White card + shadow — badge + services inside */
.wl_frame4__card {
	background: #ffffff;
	border: none;
	border-radius: 16px;
	box-shadow: 0 10px 48px rgba(15, 23, 42, 0.2);
	padding: 32px 40px 16px;
}

.wl_frame4__list-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #0026ca;
	background: rgba(0, 38, 202, 0.08);
	border: none;
	border-radius: 999px;
	padding: 10px 18px;
	margin: 0 0 16px;
}

.wl_frame4__list-badge-dot {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #0026ca;
	flex-shrink: 0;
}

.wl_frame4__services {
	display: flex;
	flex-direction: column;
}

body.wl-landing .wl_frame4__row {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 24px;
	padding: 24px 0;
	border-bottom: 1px solid #f1f5f9;
}

body.wl-landing .wl_frame4__row:last-child {
	border-bottom: none;
}

body.wl-landing .wl_frame4__row--highlight {
	background: transparent;
	border-bottom-color: transparent;
	border-left: 4px solid transparent;
	border-radius: 0;
}

body.wl-landing .wl_frame4__row--highlight + .wl_frame4__row {
	border-top: 1px solid #f1f5f9;
}

body.wl-landing .wl_frame4__row--active .wl_frame4__row-title {
	color: #0026ca;
}

.wl_frame4__row-body-wrap {
	flex: 1 1 auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-width: 0;
}

.wl_frame4__row-main {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 16px;
	flex: 1 1 auto;
	min-width: 0;
}

.wl_frame4__row-icon-wrap {
	flex: 0 0 32px;
	width: 32px;
	padding-top: 2px;
}

body.wl-landing .wl_frame4__row-icon {
	display: block !important;
	width: 32px !important;
	height: 32px !important;
	object-fit: contain;
	margin: 0 !important;
}

body.wl-landing .wl_frame4__row--active .wl_frame4__row-icon {
	filter: none;
	opacity: 1;
}

body.wl-landing .wl_frame4__row:not(.wl_frame4__row--active) .wl_frame4__row-icon {
	opacity: 0.5;
}

body.wl-landing .wl_frame4__row-body {
	min-width: 0;
	flex: 1 1 auto;
}

body.wl-landing .wl_frame4__row-title {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #1a191d;
	margin: 0 0 6px;
	padding: 0;
}

body.wl-landing .wl_frame4__row-text {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
	color: #64748b;
	margin: 0;
	padding: 0;
}

.wl_frame4__row-meta {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
	flex: 0 0 auto;
}

body.wl-landing .wl_frame4__row-tag {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 600;
	font-style: italic;
	line-height: 1;
	text-transform: lowercase;
	color: #0026ca;
	white-space: nowrap;
}

body.wl-landing .wl_frame4__row-num {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #94a3b8;
	min-width: 28px;
	text-align: right;
	white-space: nowrap;
}

body.wl-landing .wl_frame4__row--active .wl_frame4__row-num,
body.wl-landing .wl_frame4__row--active .wl_frame4__row-tag {
	color: #0026ca;
}

@media (max-width: 992px) {
	body.wl-landing section.wl_frame4 {
		padding: 56px 24px 64px !important;
	}

	body.wl-landing .wl_frame4__heading {
		font-size: 32px;
	}

	body.wl-landing .wl_frame4__desc {
		font-size: 18px;
	}

	.wl_frame4__card {
		padding: 24px 24px 12px;
	}
}

@media (max-width: 576px) {
	.wl_frame4__heading {
		font-size: 26px;
	}

	.wl_frame4__row-meta {
		padding-left: 0;
	}
}

/* =============================================================================
   Frame 5 — Why choose (white + 3×2 cards)
   ============================================================================= */
body.wl-landing section.wl_frame5,
.wl_frame5 {
	background: #ffffff;
	background-color: #ffffff !important;
	width: 100%;
	margin: 0;
	padding: 80px 48px 88px;
	box-sizing: border-box;
}

.wl_frame5__inner {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.wl_frame5__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	max-width: 820px;
	margin: 0 auto 48px;
}

body.wl-landing .wl_frame5__heading {
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #1a191d;
	margin: 0 0 28px;
	padding: 0;
}

.wl_frame5__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: auto;
	max-width: 100%;
	background: #0026ca !important;
	border: none !important;
	border-radius: 8px;
	padding: 16px 32px;
	min-height: 52px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #ffffff !important;
	text-decoration: none !important;
	transition: background 0.2s ease;
	box-sizing: border-box;
}

.wl_frame5__cta span {
	color: #ffffff !important;
}

.wl_frame5__cta svg path {
	fill: #ffffff !important;
}

.wl_frame5__cta:hover {
	background: #0015ab !important;
	color: #ffffff !important;
	text-decoration: none !important;
}

.wl_frame5__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: stretch;
}

.wl_frame5__card-copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	width: 100%;
}

body.wl-landing .wl_frame5__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	background: #f1f1f5;
	border: none;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
	padding: 32px;
	min-height: 100%;
	box-sizing: border-box;
}

body.wl-landing .wl_frame5__card-title {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	color: #1a191d;
	margin: 0;
	padding: 0;
}

body.wl-landing .wl_frame5__card-text {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
	color: #7a7a7a;
	margin: 0;
}

body.wl-landing .wl_frame5__card-text p {
	margin: 0 0 12px;
	color: #7a7a7a;
}

body.wl-landing .wl_frame5__card-text p:last-child {
	margin-bottom: 0;
}

body.wl-landing .wl_frame5__card-footer {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	color: #1a191d;
	margin: 0;
	padding: 0;
}

.wl_frame5__tags {
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: 100%;
	margin: 0 0 8px;
}

body.wl-landing .wl_frame5__tag {
	display: block;
	width: 100%;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	color: #3d3d3d;
	background: #d1e3f8;
	border-radius: 8px;
	padding: 12px 14px;
}

body.wl-landing .wl_frame5__tag--mint {
	background: #d4f0e8;
	color: #1a4d42;
}

body.wl-landing .wl_frame5__tag--sky {
	background: #d1e3f8;
	color: #1a3d6d;
}

body.wl-landing .wl_frame5__tag--lavender {
	background: #e8e0f5;
	color: #3d2d5c;
}

body.wl-landing .wl_frame5__tag--blue {
	background: #dce8fc;
	color: #0026ca;
}

body.wl-landing .wl_frame5__tag--periwinkle {
	background: #e0e8ff;
	color: #1a3080;
}

body.wl-landing .wl_frame5__tag--sage {
	background: #d8ebe3;
	color: #1a4d42;
}

body.wl-landing .wl_frame5__tag--rose {
	background: #f5e0ea;
	color: #5c2d42;
}

body.wl-landing .wl_frame5__tag--amber {
	background: #f5ecd8;
	color: #5c4a1a;
}

body.wl-landing .wl_frame5__tag--default {
	background: #e8e8ec;
	color: #3d3d3d;
}

body.wl-landing .wl_frame5__heading-main,
body.wl-landing .wl_frame5__heading-sub {
	display: inline;
}

body.wl-landing .wl_frame5__heading-sub {
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
}

.wl_frame3__logos-slider-wrap {
	width: 100%;
}

.wl_frame3__logos-dots {
	display: none;
	margin-top: 20px;
	min-height: 12px;
}

.wl_frame5__card-visual {
	width: 100%;
	margin-top: auto;
	padding-top: 8px;
}

body.wl-landing .wl_frame5__card--mockup .wl_frame5__card-visual,
body.wl-landing .wl_frame5__card--icons .wl_frame5__card-visual {
	margin-top: 16px;
}

body.wl-landing .wl_frame5__card--chart .wl_frame5__card-copy {
	margin-bottom: 4px;
}

body.wl-landing .wl_frame5__card-img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 8px;
}

body.wl-landing .wl_frame5__card--icons .wl_frame5__card-img {
	max-height: 120px;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	object-fit: contain;
}

body.wl-landing .wl_frame5__card--tags .wl_frame5__card-copy {
	margin-bottom: 4px;
}

@media (max-width: 992px) {
	body.wl-landing section.wl_frame5,
	.wl_frame5 {
		padding: 56px 24px 64px;
	}

	body.wl-landing .wl_frame5__heading {
		font-size: 32px;
	}

	.wl_frame5__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	body.wl-landing .wl_frame5__card {
		padding: 24px;
	}
}

@media (max-width: 576px) {
	.wl_frame5__grid {
		grid-template-columns: 1fr;
	}

	body.wl-landing .wl_frame5__heading {
		font-size: 26px;
	}
}

/* =============================================================================
   Frame 6 — How it works (Figma)
   ============================================================================= */
body.wl-landing section.wl_frame6,
.wl_frame6 {
	background: #f9f9f9;
	background-color: #f9f9f9 !important;
	width: 100%;
	margin: 0;
	padding: 80px 48px 88px;
	box-sizing: border-box;
}

.wl_frame6__inner {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

body.wl-landing .wl_frame6__intro {
	text-align: center;
	max-width: 820px;
	margin: 0 auto 48px;
	padding: 0;
}

body.wl-landing .wl_frame6__eyebrow {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0026ca;
	margin: 0 0 16px;
	padding: 0;
}

body.wl-landing .wl_frame6__heading {
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #1a191d;
	margin: 0 0 20px;
	padding: 0;
}

body.wl-landing .wl_frame6__desc {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #7a7a7a;
	margin: 0 auto;
	padding: 0;
	max-width: 640px;
}

.wl_frame6__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: stretch;
}

body.wl-landing .wl_frame6__card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.06);
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
	padding: 36px 32px;
	min-height: 100%;
	box-sizing: border-box;
}

body.wl-landing .wl_frame6__card-corner {
	position: absolute;
	top: 20px;
	right: 24px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 12px;
	pointer-events: none;
}

body.wl-landing .wl_frame6__watermark {
	position: static;
	top: auto;
	right: auto;
	font-family: "Poppins", sans-serif;
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.04em;
	color: #e8edff;
	pointer-events: none;
	user-select: none;
	z-index: 0;
}

body.wl-landing .wl_frame6__card-head {
	position: relative;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	margin: 0 0 16px;
}

body.wl-landing .wl_frame6__card-title {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	color: #002060;
	margin: 0;
	padding: 0;
	flex: 1 1 auto;
	min-width: 0;
}

body.wl-landing .wl_frame6__badge {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	color: #3d3d3d;
	background: #f2f2f2;
	border-radius: 999px;
	padding: 8px 14px;
	white-space: nowrap;
}

body.wl-landing .wl_frame6__card-text {
	position: relative;
	z-index: 1;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
	color: #7a7a7a;
	margin: 0;
	padding: 0;
}

@media (max-width: 992px) {
	body.wl-landing section.wl_frame6,
	.wl_frame6 {
		padding: 56px 24px 64px;
	}

	body.wl-landing .wl_frame6__heading {
		font-size: 32px;
	}

	body.wl-landing .wl_frame6__desc {
		font-size: 18px;
	}

	.wl_frame6__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	body.wl-landing .wl_frame6__card {
		padding: 28px 24px;
	}

	body.wl-landing .wl_frame6__card-corner {
		top: 16px;
		right: 20px;
		gap: 16px;
	}

	body.wl-landing .wl_frame6__watermark {
		font-size: 64px;
	}
}

@media (max-width: 576px) {
	body.wl-landing .wl_frame6__heading {
		font-size: 26px;
	}

	body.wl-landing .wl_frame6__card-title {
		font-size: 18px;
	}
}

/* =============================================================================
   Frame 7 — White-label reporting (Figma)
   ============================================================================= */
body.wl-landing section.wl_frame7,
.wl_frame7 {
	background: #ffffff;
	background-color: #ffffff !important;
	width: 100%;
	margin: 0;
	padding: 80px 48px 88px;
	box-sizing: border-box;
	color: #1a191d;
}

.wl_frame7__inner {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

.wl_frame7__layout {
	display: grid;
	grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
	gap: 48px;
	align-items: start;
}

body.wl-landing .wl_frame7__intro {
	text-align: left;
	margin: 0 0 28px;
	padding: 0;
}

body.wl-landing .wl_frame7__eyebrow {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0026ca;
	margin: 0 0 16px;
	padding: 0;
}

body.wl-landing .wl_frame7__heading {
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #1a191d;
	margin: 0 0 20px;
	padding: 0;
}

body.wl-landing .wl_frame7__desc {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #7a7a7a;
	margin: 0;
	padding: 0;
}

.wl_frame7__features {
	list-style: none;
	margin: 0 0 24px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

body.wl-landing .wl_frame7__feature {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin: 0;
	padding: 0;
}

body.wl-landing .wl_frame7__feature-icon {
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	margin-top: 3px;
	border: 2px solid #0026ca;
	border-radius: 50%;
	box-sizing: border-box;
	position: relative;
}

body.wl-landing .wl_frame7__feature-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	margin: -3px 0 0 -3px;
	background: #0026ca;
	border-radius: 50%;
}

body.wl-landing .wl_frame7__feature-text {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #7a7a7a;
}

body.wl-landing .wl_frame7__link {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
	color: #0026ca;
	text-decoration: none;
	transition: color 0.2s ease;
}

body.wl-landing .wl_frame7__link:hover {
	color: #0015ab;
	text-decoration: none;
}

.wl_frame7__media {
	min-width: 0;
	width: 100%;
}

.wl_frame7__slider {
	width: 100%;
}

/* Visible before/without Slick (prevents blank slider if JS fails) */
body.wl-landing .wl_frame7__slider:not(.slick-initialized) .wl_frame7__slide {
	display: block;
	width: 100%;
}

body.wl-landing .wl_frame7__slider:not(.slick-initialized) .wl_frame7__slide + .wl_frame7__slide {
	display: none;
}

body.wl-landing .wl_frame7__slider.slick-initialized .slick-slide {
	display: block;
}

body.wl-landing .wl_frame7__slider .slick-list {
	overflow: hidden;
	border-radius: 16px;
}

body.wl-landing .wl_frame7__slide-img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
	box-shadow: 0 10px 48px rgba(15, 23, 42, 0.12);
}

body.wl-landing .wl_frame7__slide {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

body.wl-landing .wl_frame7__slide-caption {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 16px 20px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #1a191d;
	background: #dce8fc;
	border-radius: 12px;
}

.wl_frame7__footer {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 48px;
	margin-top: 40px;
}

body.wl-landing .wl_frame7__dots {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	margin: 0;
	padding: 0;
}

body.wl-landing .wl_frame7__dots .slick-dots {
	position: static;
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.wl-landing .wl_frame7__dots .slick-dots li {
	width: auto;
	height: auto;
	margin: 0;
}

body.wl-landing .wl_frame7__dots .slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0;
}

body.wl-landing .wl_frame7__dots .slick-dots li button::before {
	content: "";
	width: 10px;
	height: 10px;
	line-height: 10px;
	border-radius: 50%;
	background: #d1d1d6;
	opacity: 1;
}

body.wl-landing .wl_frame7__dots .slick-dots li.slick-active button::before {
	background: #0026ca;
	opacity: 1;
}

body.wl-landing .wl_frame7__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #0026ca !important;
	border: none !important;
	border-radius: 8px;
	padding: 15px 30px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #ffffff !important;
	text-decoration: none !important;
	transition: background 0.2s ease;
	flex-shrink: 0;
}

body.wl-landing .wl_frame7__cta span {
	color: #ffffff !important;
}

body.wl-landing .wl_frame7__cta svg path {
	fill: #ffffff !important;
}

body.wl-landing .wl_frame7__cta:hover {
	background: #0015ab !important;
	color: #ffffff !important;
	text-decoration: none !important;
}

@media (max-width: 992px) {
	body.wl-landing section.wl_frame7,
	.wl_frame7 {
		padding: 56px 24px 64px;
	}

	.wl_frame7__layout {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	body.wl-landing .wl_frame7__heading {
		font-size: 32px;
	}

	.wl_frame7__footer {
		flex-direction: column;
		align-items: center;
		gap: 24px;
		margin-top: 32px;
	}

	body.wl-landing .wl_frame7__dots {
		position: static;
		transform: none;
		order: 1;
	}

	body.wl-landing .wl_frame7__cta {
		order: 2;
		width: 100%;
		max-width: 320px;
	}
}

@media (max-width: 576px) {
	body.wl-landing .wl_frame7__heading {
		font-size: 26px;
	}
}

/* =============================================================================
   Frame 8 — Results (Figma)
   ============================================================================= */
body.wl-landing section.wl_frame8,
.wl_frame8 {
	background: #f9f9f9;
	background-color: #f9f9f9 !important;
	width: 100%;
	margin: 0;
	padding: 80px 48px 88px;
	box-sizing: border-box;
}

.wl_frame8__inner {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

body.wl-landing .wl_frame8__intro {
	text-align: left;
	margin: 0 0 48px;
	padding: 0;
	max-width: 920px;
}

body.wl-landing .wl_frame8__eyebrow {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0026ca;
	margin: 0 0 16px;
	padding: 0;
}

body.wl-landing .wl_frame8__heading {
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #1a191d;
	margin: 0 0 20px;
	padding: 0;
}

body.wl-landing .wl_frame8__desc {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #7a7a7a;
	margin: 0;
	padding: 0;
}

.wl_frame8__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: stretch;
}

body.wl-landing .wl_frame8__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	background: #ffffff;
	border: 1px solid rgba(15, 23, 42, 0.06);
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
	padding: 28px 28px 32px;
	min-height: 100%;
	box-sizing: border-box;
}

body.wl-landing .wl_frame8__card-top {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 20px;
}

body.wl-landing .wl_frame8__icon {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
	flex-shrink: 0;
}

body.wl-landing .wl_frame8__label {
	font-family: "Poppins", sans-serif;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #a8a8ad;
}

body.wl-landing .wl_frame8__metric {
	font-family: "Poppins", sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.03em;
	margin: 0 0 8px;
	padding: 0;
}

body.wl-landing .wl_frame8__metric--blue {
	color: #0026ca;
}

body.wl-landing .wl_frame8__metric--green {
	color: #00be57;
}

body.wl-landing .wl_frame8__metric-label {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: #1a191d;
	margin: 0 0 6px;
	padding: 0;
}

body.wl-landing .wl_frame8__timeframe {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #7a7a7a;
	margin: 0 0 20px;
	padding: 0;
}

body.wl-landing .wl_frame8__divider {
	width: 100%;
	height: 0;
	border: none;
	border-top: 1px solid #e8e8ed;
	margin: 0 0 20px;
	padding: 0;
}

body.wl-landing .wl_frame8__client {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.4;
	color: #1a191d;
	margin: 0 0 6px;
	padding: 0;
}

body.wl-landing .wl_frame8__partner {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	color: #7a7a7a;
	margin: 0 0 16px;
	padding: 0;
}

body.wl-landing .wl_frame8__body {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
	color: #7a7a7a;
	margin: 0;
	padding: 0;
}

@media (max-width: 992px) {
	body.wl-landing section.wl_frame8,
	.wl_frame8 {
		padding: 56px 24px 64px;
	}

	body.wl-landing .wl_frame8__heading {
		font-size: 32px;
	}

	body.wl-landing .wl_frame8__desc {
		font-size: 18px;
	}

	.wl_frame8__grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	body.wl-landing .wl_frame8__metric {
		font-size: 40px;
	}
}

@media (max-width: 576px) {
	body.wl-landing .wl_frame8__heading {
		font-size: 26px;
	}
}

/* =============================================================================
   Frame 9 — Testimonials (Figma)
   ============================================================================= */
body.wl-landing section.wl_frame9,
.wl_frame9 {
	background: #ffffff;
	background-color: #ffffff !important;
	width: 100%;
	margin: 0;
	padding: 80px 48px 88px;
	box-sizing: border-box;
	color: #1a191d;
}

.wl_frame9__inner {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

body.wl-landing .wl_frame9__intro {
	text-align: center;
	max-width: 820px;
	margin: 0 auto 48px;
	padding: 0;
}

body.wl-landing .wl_frame9__eyebrow {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0026ca;
	margin: 0 0 16px;
	padding: 0;
}

body.wl-landing .wl_frame9__heading {
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #1a191d;
	margin: 0 0 20px;
	padding: 0;
}

body.wl-landing .wl_frame9__desc {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #7a7a7a;
	margin: 0 auto;
	padding: 0;
	max-width: 640px;
}

body.wl-landing .wl_frame9__scroll {
	max-height: min(72vh, 720px);
	overflow-y: auto;
	overflow-x: hidden;
	overscroll-behavior: contain;
	-webkit-overflow-scrolling: touch;
	padding-right: 4px;
	scrollbar-gutter: stable;
}

body.wl-landing .wl_frame9__scroll::-webkit-scrollbar {
	width: 6px;
}

body.wl-landing .wl_frame9__scroll::-webkit-scrollbar-thumb {
	background: #d1d1d6;
	border-radius: 999px;
}

.wl_frame9__grid {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: stretch;
}

body.wl-landing .wl_frame9__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
	background: #ffffff !important;
	background-color: #ffffff !important;
	border: 1px solid rgba(15, 23, 42, 0.08);
	border-radius: 16px;
	box-shadow: 0 10px 48px rgba(15, 23, 42, 0.1);
	padding: 32px 32px 28px;
	min-height: 100%;
	box-sizing: border-box;
	color: #1a191d;
}

body.wl-landing .wl_frame9__stars {
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0 0 20px;
}

body.wl-landing .wl_frame9__star {
	font-size: 16px;
	line-height: 1;
	color: #0026ca;
}

body.wl-landing .wl_frame9__quote {
	margin: 0;
	padding: 0;
	border: none;
	flex: 1 1 auto;
}

body.wl-landing .wl_frame9__quote-lead {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
	color: #1a191d;
	margin: 0 0 12px;
	padding: 0;
}

body.wl-landing .wl_frame9__quote-body {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.55;
	color: #7a7a7a;
	margin: 0;
	padding: 0;
}

body.wl-landing .wl_frame9__divider {
	width: 100%;
	height: 0;
	border: none;
	border-top: 1px solid #e8e8ed;
	margin: 24px 0 20px;
	padding: 0;
}

body.wl-landing .wl_frame9__card footer.wl_frame9__author {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0;
	margin-top: auto;
	padding: 0;
	background: transparent !important;
	border: none;
}

body.wl-landing .wl_frame9__avatar {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #0026ca !important;
	color: #ffffff !important;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.wl-landing .wl_frame9__author-text {
	min-width: 0;
	flex: 1 1 auto;
}

body.wl-landing .wl_frame9__name {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.35;
	color: #1a191d !important;
	margin: 0 0 2px;
	padding: 0;
}

body.wl-landing .wl_frame9__details {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	color: #7a7a7a !important;
	margin: 0;
	padding: 0;
}

@media (max-width: 992px) {
	body.wl-landing section.wl_frame9,
	.wl_frame9 {
		padding: 56px 24px 64px;
	}

	body.wl-landing .wl_frame9__heading {
		font-size: 32px;
	}

	.wl_frame9__grid {
		gap: 20px;
	}
}

@media (max-width: 576px) {
	body.wl-landing .wl_frame9__heading {
		font-size: 26px;
	}
}

body.wl-landing .wl_frame9__reviews-cta {
	margin-top: 28px;
	display: flex;
	justify-content: center;
}

body.wl-landing .wl_frame9__reviews-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 48px;
	padding: 0 24px;
	border-radius: 16px;
	background: #0026ca;
	text-decoration: none !important;
}

body.wl-landing .wl_frame9__reviews-btn span {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #ffffff;
}

body.wl-landing .wl_frame9__reviews-btn:hover {
	background: #001da0;
}

/* =============================================================================
   Frame 10 — Why agencies stay (Figma)
   ============================================================================= */
body.wl-landing section.wl_frame10,
.wl_frame10 {
	background: #ffffff;
	background-color: #ffffff !important;
	width: 100%;
	margin: 0;
	padding: 80px 48px 88px;
	box-sizing: border-box;
	color: #1a191d;
}

.wl_frame10__inner {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

body.wl-landing .wl_frame10__intro {
	text-align: left;
	margin: 0 0 32px;
	padding: 0;
	max-width: 920px;
}

body.wl-landing .wl_frame10__eyebrow {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0026ca;
	margin: 0 0 16px;
	padding: 0;
}

body.wl-landing .wl_frame10__heading {
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #1a191d;
	margin: 0;
	padding: 0;
	max-width: 920px;
}

body.wl-landing .wl_frame10__card {
	background: #0026ca;
	border: none;
	border-radius: 16px;
	padding: 40px 40px 36px;
	box-sizing: border-box;
	color: #ffffff;
}

body.wl-landing .wl_frame10__card-heading {
	font-family: "Poppins", sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #ffffff;
	margin: 0 0 20px;
	padding: 0;
	max-width: 900px;
}

body.wl-landing .wl_frame10__card-text {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.92);
	margin: 0 0 28px;
	padding: 0;
	max-width: 820px;
}

.wl_frame10__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

body.wl-landing .wl_frame10__tag {
	display: inline-flex;
	align-items: center;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.2);
	border-radius: 999px;
	padding: 10px 16px;
}

@media (max-width: 992px) {
	body.wl-landing section.wl_frame10,
	.wl_frame10 {
		padding: 56px 24px 64px;
	}

	body.wl-landing .wl_frame10__card {
		padding: 28px 24px;
	}

	body.wl-landing .wl_frame10__card-heading {
		font-size: 26px;
	}

	body.wl-landing .wl_frame10__heading {
		font-size: 32px;
	}
}

@media (max-width: 576px) {
	body.wl-landing .wl_frame10__heading {
		font-size: 26px;
	}

	body.wl-landing .wl_frame10__card-heading {
		font-size: 22px;
	}
}

/* =============================================================================
   Frame 11 — Outcome (Figma)
   ============================================================================= */
body.wl-landing section.wl_frame11,
.wl_frame11 {
	background: #ffffff;
	background-color: #ffffff !important;
	width: 100%;
	margin: 0;
	padding: 80px 48px 88px;
	box-sizing: border-box;
	color: #1a191d;
}

.wl_frame11__inner {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

body.wl-landing .wl_frame11__intro {
	text-align: center;
	max-width: 820px;
	margin: 0 auto 56px;
	padding: 0;
}

body.wl-landing .wl_frame11__eyebrow {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0026ca;
	margin: 0 0 16px;
	padding: 0;
}

body.wl-landing .wl_frame11__heading {
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #1a191d;
	margin: 0 0 20px;
	padding: 0;
}

body.wl-landing .wl_frame11__desc {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #7a7a7a;
	margin: 0 auto;
	padding: 0;
	max-width: 640px;
}

.wl_frame11__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	align-items: stretch;
	margin: 0 0 56px;
}

body.wl-landing .wl_frame11__card {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	text-align: left;
	background: #ffffff !important;
	background-color: #ffffff !important;
	border: 1px solid #eeeeee;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
	padding: 32px;
	min-height: 100%;
	box-sizing: border-box;
}

body.wl-landing .wl_frame11__card-body {
	flex: 1 1 auto;
	min-width: 0;
}

body.wl-landing .wl_frame11__card-title {
	font-family: "Poppins", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	color: #1a191d;
	margin: 0 0 8px;
	padding: 0;
}

body.wl-landing .wl_frame11__card-text {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	color: #7a7a7a;
	margin: 0;
	padding: 0;
}

body.wl-landing .wl_frame11__icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: rgba(0, 38, 202, 0.08);
}

body.wl-landing .wl_frame11__icon {
	display: block;
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.wl_frame11__cta-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}

body.wl-landing .wl_frame11__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #0026ca !important;
	border: none !important;
	border-radius: 8px;
	padding: 15px 30px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #ffffff !important;
	text-decoration: none !important;
	transition: background 0.2s ease;
}

body.wl-landing .wl_frame11__cta span {
	color: #ffffff !important;
}

body.wl-landing .wl_frame11__cta svg path {
	fill: #ffffff !important;
}

body.wl-landing .wl_frame11__cta:hover {
	background: #0015ab !important;
	color: #ffffff !important;
	text-decoration: none !important;
}

@media (max-width: 992px) {
	body.wl-landing section.wl_frame11,
	.wl_frame11 {
		padding: 56px 24px 64px;
	}

	body.wl-landing .wl_frame11__heading {
		font-size: 32px;
	}

	body.wl-landing .wl_frame11__desc {
		font-size: 16px;
	}

	body.wl-landing .wl_frame11__intro {
		margin-bottom: 40px;
	}

	.wl_frame11__grid {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 40px;
	}

	body.wl-landing .wl_frame11__card {
		padding: 24px;
	}

	body.wl-landing .wl_frame11__card-title {
		font-size: 20px;
	}
}

@media (max-width: 576px) {
	body.wl-landing .wl_frame11__heading {
		font-size: 26px;
	}
}

/* =============================================================================
   Frame 12 — FAQ (Figma)
   ============================================================================= */
body.wl-landing section.wl_frame12,
.wl_frame12 {
	background: #ffffff;
	background-color: #ffffff !important;
	width: 100%;
	margin: 0;
	padding: 80px 48px 88px;
	box-sizing: border-box;
	color: #1a191d;
}

.wl_frame12__inner {
	max-width: 920px;
	margin: 0 auto;
	width: 100%;
}

body.wl-landing .wl_frame12__intro {
	text-align: center;
	margin: 0 0 48px;
	padding: 0;
}

body.wl-landing .wl_frame12__eyebrow {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0026ca;
	margin: 0 0 16px;
	padding: 0;
}

body.wl-landing .wl_frame12__heading {
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #1a191d;
	margin: 0;
	padding: 0;
}

.wl_frame12__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

body.wl-landing .wl_frame12__item {
	position: relative;
	box-sizing: border-box;
	background: #ffffff !important;
	background-color: #ffffff !important;
	border: 1px solid #e8e8ed !important;
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(15, 23, 42, 0.06);
	overflow: visible;
}

body.wl-landing .wl_frame12__item.is-open {
	border-color: #e8e8ed !important;
}

body.wl-landing .wl_frame12__question {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	background: #ffffff !important;
	color: #1a191d !important;
	border: none !important;
	outline: none;
	box-shadow: none !important;
	border-radius: 16px;
	padding: 22px 28px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	cursor: pointer;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none;
}

body.wl-landing .wl_frame12__item.is-open .wl_frame12__question {
	border-radius: 16px;
}

body.wl-landing .wl_frame12__question-text {
	flex: 1 1 auto;
	min-width: 0;
}

body.wl-landing .wl_frame12__plus {
	position: relative;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border: 1px solid #d1d1d6;
	border-radius: 50%;
	box-sizing: border-box;
	background: #ffffff;
}

body.wl-landing .wl_frame12__plus::before,
body.wl-landing .wl_frame12__plus::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	background: #1a191d;
	transform: translate(-50%, -50%);
}

body.wl-landing .wl_frame12__plus::before {
	width: 14px;
	height: 2px;
}

body.wl-landing .wl_frame12__plus::after {
	width: 2px;
	height: 14px;
}

body.wl-landing .wl_frame12__item.is-open .wl_frame12__plus::after {
	height: 0;
}

body.wl-landing .wl_frame12__answer[hidden] {
	display: none;
}

body.wl-landing .wl_frame12__answer {
	border: none !important;
	border-top: none !important;
	background: #ffffff !important;
	border-radius: 0 0 16px 16px;
	overflow: hidden;
	box-shadow: none !important;
}

body.wl-landing .wl_frame12__answer-inner {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
	color: #7a7a7a;
	padding: 0 28px 24px;
}

body.wl-landing .wl_frame12__answer-inner p {
	margin: 0 0 12px;
	color: #7a7a7a;
}

body.wl-landing .wl_frame12__answer-inner p:last-child {
	margin-bottom: 0;
}

@media (max-width: 992px) {
	body.wl-landing section.wl_frame12,
	.wl_frame12 {
		padding: 56px 24px 64px;
	}

	body.wl-landing .wl_frame12__heading {
		font-size: 32px;
	}

	body.wl-landing .wl_frame12__question {
		padding: 18px 22px;
		font-size: 15px;
	}

	body.wl-landing .wl_frame12__answer-inner {
		padding: 0 22px 20px;
	}
}

@media (max-width: 576px) {
	body.wl-landing .wl_frame12__heading {
		font-size: 26px;
	}
}

/* =============================================================================
   Frame 13 — Book a call (Figma + Calendly)
   ============================================================================= */
body.wl-landing section.wl_frame13,
.wl_frame13 {
	background: #ffffff;
	background-color: #ffffff !important;
	width: 100%;
	margin: 0;
	padding: 80px 48px 88px;
	box-sizing: border-box;
	color: #1a191d;
}

.wl_frame13__inner {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

body.wl-landing .wl_frame13__intro {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 48px;
	padding: 0;
}

body.wl-landing .wl_frame13__eyebrow {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #0026ca;
	margin: 0 0 16px;
	padding: 0;
}

body.wl-landing .wl_frame13__heading {
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #1a191d;
	margin: 0 0 20px;
	padding: 0;
}

body.wl-landing .wl_frame13__desc {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #7a7a7a;
	margin: 0;
	padding: 0;
}

body.wl-landing .wl_frame13__card {
	background: #ffffff !important;
	border: 1px solid #e8e8ed !important;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
	padding: 24px;
	box-sizing: border-box;
	overflow: hidden;
}

body.wl-landing .wl_frame13__embed {
	width: 100%;
	min-width: 320px;
	overflow: hidden;
}

body.wl-landing .wl_frame13__embed .calendly-inline-widget {
	min-width: 320px !important;
	width: 100% !important;
	height: 700px !important;
}

@media (max-width: 992px) {
	body.wl-landing section.wl_frame13,
	.wl_frame13 {
		padding: 56px 24px 64px;
	}

	body.wl-landing .wl_frame13__heading {
		font-size: 32px;
	}

	body.wl-landing .wl_frame13__desc {
		font-size: 16px;
	}

	body.wl-landing .wl_frame13__card {
		padding: 16px;
	}

	body.wl-landing .wl_frame13__embed .calendly-inline-widget {
		height: 620px !important;
	}
}

@media (max-width: 576px) {
	body.wl-landing .wl_frame13__heading {
		font-size: 26px;
	}

	body.wl-landing .wl_frame13__embed .calendly-inline-widget {
		height: 560px !important;
	}
}

/* =============================================================================
   Frame 14 — AI + final CTA (Figma)
   ============================================================================= */
body.wl-landing section.wl_frame14,
.wl_frame14 {
	background: #ffffff;
	background-color: #ffffff !important;
	width: 100%;
	margin: 0;
	padding: 80px 48px 88px;
	box-sizing: border-box;
	color: #1a191d;
}

.wl_frame14__inner {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}

body.wl-landing .wl_frame14__panel {
	background: #0026ca;
	background-color: #0026ca !important;
	padding: 20px;
	box-sizing: border-box;
	color: #ffffff;
	border-radius: 16px;
	width: 100%;
}

/* AI block — Figma: copy + photo on top; buttons full width, pulled up over photo whitespace */
.wl_frame14__ai {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin: 0;
}

.wl_frame14__ai-top {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(240px, 36%);
	gap: 24px 32px;
	align-items: start;
}

.wl_frame14__ai-copy {
	min-width: 0;
	padding-top: 4px;
}

.wl_frame14__photo-wrap {
	border-radius: 12px;
	overflow: hidden;
	line-height: 0;
	background: #ffffff;
}

.wl_frame14__platforms {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	width: 100%;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

@media (min-width: 993px) {
	.wl_frame14__platforms {
		/* Covers white strip under team photo (see Figma) */
		margin-top: -96px;
	}
}

body.wl-landing .wl_frame14__ai-heading {
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #ffffff;
	margin: 0 0 16px;
	padding: 0;
}

body.wl-landing .wl_frame14__ai-desc {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.92);
	margin: 0;
	padding: 0;
	max-width: 520px;
}

body.wl-landing .wl_frame14__photo {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
}

body.wl-landing .wl_frame14__platform {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 72px;
	padding: 20px 24px;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	color: #1a191d !important;
	text-decoration: none !important;
	box-sizing: border-box;
	transition: opacity 0.2s ease;
}

body.wl-landing .wl_frame14__platform:hover {
	opacity: 0.92;
	color: #1a191d !important;
	text-decoration: none !important;
}

body.wl-landing .wl_frame14__platform--tan {
	background: #f2d8c1 !important;
}

body.wl-landing .wl_frame14__platform--green {
	background: #b9e1d2 !important;
}

body.wl-landing .wl_frame14__platform--blue {
	background: #c2d1e8 !important;
}

body.wl-landing .wl_frame14__platform-icon {
	display: block;
	width: 28px;
	height: 28px;
	object-fit: contain;
	flex-shrink: 0;
}

body.wl-landing .wl_frame14__platform-label {
	color: #1a191d;
}

/* =============================================================================
   Frame 14 — Final CTA (full-width blue)
   ============================================================================= */
body.wl-landing section.wl_frame14_fin,
.wl_frame14_fin {
	background: #0026ca;
	background-color: #0026ca !important;
	width: 100%;
	margin: 0;
	padding: 80px 48px 88px;
	box-sizing: border-box;
	color: #ffffff;
}

.wl_frame14_fin__inner {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
}

.wl_frame14__fin {
	text-align: center;
	max-width: 820px;
	margin: 0 auto;
	width: 100%;
}

body.wl-landing .wl_frame14__fin-heading {
	font-family: "Poppins", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
	text-transform: none;
	color: #ffffff;
	margin: 0 0 20px;
	padding: 0;
}

body.wl-landing .wl_frame14__fin-desc {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.92);
	margin: 0 auto 32px;
	padding: 0;
	max-width: 640px;
}

body.wl-landing .wl_frame14__fin-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background: #ffffff !important;
	border: none !important;
	border-radius: 999px;
	padding: 16px 32px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	color: #1a191d !important;
	text-decoration: none !important;
	transition: background 0.2s ease, color 0.2s ease;
}

body.wl-landing .wl_frame14__fin-cta span {
	color: #1a191d !important;
}

body.wl-landing .wl_frame14__fin-cta svg path {
	fill: #1a191d !important;
}

body.wl-landing .wl_frame14__fin-cta:hover {
	background: #f1f1f5 !important;
	color: #1a191d !important;
	text-decoration: none !important;
}

.wl_frame14__benefits {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 12px 28px;
	list-style: none;
	margin: 28px 0 0;
	padding: 0;
}

body.wl-landing .wl_frame14__benefit {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	color: #ffffff;
	margin: 0;
	padding: 0 0 0 22px;
	position: relative;
}

body.wl-landing .wl_frame14__benefit::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	font-weight: 700;
	color: #ffffff;
}

@media (max-width: 992px) {
	body.wl-landing section.wl_frame14_fin,
	.wl_frame14_fin {
		padding: 56px 24px 64px;
	}

	body.wl-landing .wl_frame14__fin-heading {
		font-size: 32px;
	}

	.wl_frame14__benefits {
		flex-direction: column;
		gap: 10px;
	}
}

@media (max-width: 576px) {
	body.wl-landing .wl_frame14__ai-heading,
	body.wl-landing .wl_frame14__fin-heading {
		font-size: 26px;
	}
}

/* =============================================================================
   Landing footer (replaces theme footer.php on this template)
   ============================================================================= */
body.wl-landing .wl_footer {
	background: #ffffff;
	background-color: #ffffff !important;
	border-top: 1px solid #e8e8ed;
	width: 100%;
	margin: 0;
	padding: 24px 48px;
	box-sizing: border-box;
}

body.wl-landing .wl_footer__inner {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px 24px;
	box-sizing: border-box;
}

body.wl-landing .wl_footer__left,
body.wl-landing .wl_footer__right {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

body.wl-landing .wl_footer__copy,
body.wl-landing .wl_footer__address,
body.wl-landing .wl_footer__sep {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	color: #7a7a7a;
}

body.wl-landing .wl_footer__link,
body.wl-landing .wl_footer__phone {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	color: #7a7a7a;
	text-decoration: none;
	transition: color 0.2s ease;
}

body.wl-landing .wl_footer__link:hover,
body.wl-landing .wl_footer__phone:hover {
	color: #1a191d;
	text-decoration: none;
}

@media (max-width: 992px) {
	body.wl-landing .wl_footer {
		padding: 20px 24px;
	}

	body.wl-landing .wl_footer__inner {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	body.wl-landing .wl_footer__copy,
	body.wl-landing .wl_footer__address,
	body.wl-landing .wl_footer__sep,
	body.wl-landing .wl_footer__link,
	body.wl-landing .wl_footer__phone {
		font-size: 13px;
	}
}

@media (max-width: 576px) {
	body.wl-landing .wl_footer {
		padding: 18px 16px;
	}

	body.wl-landing .wl_footer__right {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}

	body.wl-landing .wl_footer__right .wl_footer__sep {
		display: none;
	}
}

/* Slick on landing (Frame 7 reporting slider) */
body.wl-landing .slick-prev,
body.wl-landing .slick-next {
	z-index: 2;
}
