:root {
	--plm-navy: #061c2b;
	--plm-space: #050814;
	--plm-green: #0dd183;
	--plm-red: #e31b23;
	--plm-heading: #061c2b;
	--plm-body: #3c4a47;
	--plm-fog: #5a6570;
	--plm-line: #e6edf3;
	/* Match homepage (projectlibre-ai-elementor) density */
	--plm-max: 1240px;
	--plm-gutter: clamp(24px, 4.7vw, 90px);
	--plm-sans: "Outfit", sans-serif;
	--plm-chrome: 120px;
	--plm-fs-hero: clamp(38px, 2.81vw, 44px);
	--plm-lh-hero: clamp(46px, 2.9vw, 56px);
	--plm-fs-section: clamp(32px, 2.11vw, 34px);
	--plm-lh-section: clamp(38px, 2.2vw, 44px);
	--plm-fs-lead: clamp(16px, 1.03vw, 20px);
	--plm-lh-lead: clamp(27px, 1.97vw, 38px);
	--plm-fs-card: clamp(16px, 1.03vw, 20px);
	--plm-lh-card: 28px;
	--plm-fs-box: clamp(24px, 1.67vw, 30px);
	--plm-lh-box: clamp(32px, 2.11vw, 38px);
	--plm-fs-eyebrow: 13px;
	--plm-fs-btn: clamp(16px, 1.03vw, 22px);
	--plm-btn-h: 57px;
}

@media (max-width: 1100px) {
	:root {
		--plm-gutter: 24px;
		--plm-fs-hero: clamp(32px, 4.6vw, 40px);
		--plm-lh-hero: clamp(40px, 5.6vw, 50px);
		--plm-fs-section: clamp(28px, 3.6vw, 32px);
		--plm-lh-section: clamp(34px, 4.4vw, 40px);
		--plm-fs-btn: 16px;
		--plm-btn-h: 52px;
		--plm-chrome: 116px;
	}
}

@media (max-width: 700px) {
	:root {
		--plm-gutter: 16px;
		--plm-fs-hero: 30px;
		--plm-lh-hero: 38px;
		--plm-fs-section: 26px;
		--plm-lh-section: 34px;
		--plm-fs-lead: 16px;
		--plm-lh-lead: 26px;
		--plm-fs-btn: 15px;
		--plm-btn-h: 48px;
		--plm-chrome: 108px;
	}
}

body:has(.plm-hero) {
	padding-top: 0 !important;
}

/*
 * Migration hero pages: keep global header transparent so the hero
 * background image continues behind the nav (same behavior as .pla-hero).
 */
html body:has(.plm-hero) .pla-site-chrome--header,
html body:has(.plm-hero) .pla-site-chrome--header::before,
html body:has(.plm-hero) .pla-site-chrome--header .elementor,
html body:has(.plm-hero) .pla-site-chrome--header .e-con,
html body:has(.plm-hero) .pla-site-chrome--header .elementor-element,
html body:has(.plm-hero) .pla-site-chrome--header .elementor-widget,
html body:has(.plm-hero) .pla-site-chrome--header .elementor-widget-container,
html body:has(.plm-hero) .pla-header,
html body:has(.plm-hero) .pla-header.pla-wrap,
html body:has(.plm-hero) .pla-header__inner,
html body:has(.plm-hero) .pla-header__brand,
html body:has(.plm-hero) .pla-header__logo,
html body:has(.plm-hero) .pla-header__logo img {
	background-color: transparent !important;
	background-image: none !important;
	box-shadow: none !important;
}

html body:has(.plm-hero) .pla-site-chrome--header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100000;
}

html body.admin-bar:has(.plm-hero) .pla-site-chrome--header {
	top: 32px;
}

@media (max-width: 782px) {
	html body.admin-bar:has(.plm-hero) .pla-site-chrome--header {
		top: 46px;
	}
}

/* Hero background must paint from the top of the viewport under the nav */
html body:has(.plm-hero) .elementor-widget-plm_hero,
html body:has(.plm-hero) .elementor-widget-plm_hero > .elementor-widget-container,
html body:has(.plm-hero) .plm-hero {
	background-color: transparent;
}

html body:has(.plm-hero) .plm-hero {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.elementor-widget-plm_hero,
.elementor-widget-plm_why_now,
.elementor-widget-plm_journey,
.elementor-widget-plm_capabilities,
.elementor-widget-plm_comparison,
.elementor-widget-plm_beyond,
.elementor-widget-plm_opportunity,
.elementor-widget-plm_cta {
	width: 100%;
	max-width: none;
}

.elementor-widget-plm_hero .elementor-widget-container,
.elementor-widget-plm_why_now .elementor-widget-container,
.elementor-widget-plm_journey .elementor-widget-container,
.elementor-widget-plm_capabilities .elementor-widget-container,
.elementor-widget-plm_comparison .elementor-widget-container,
.elementor-widget-plm_beyond .elementor-widget-container,
.elementor-widget-plm_opportunity .elementor-widget-container,
.elementor-widget-plm_cta .elementor-widget-container {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none;
}

.plm-wrap {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	font-family: var(--plm-sans);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	overflow: hidden;
}

.plm-inner {
	width: min(var(--plm-max), calc(100% - (var(--plm-gutter) * 2)));
	margin: 0 auto;
	box-sizing: border-box;
}

.plm-eyebrow {
	display: inline-block;
	position: relative;
	max-width: 100%;
	margin: 0 0 12px;
	padding-left: 18px;
	color: var(--plm-fog);
	font-size: var(--plm-fs-eyebrow);
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 1.4;
	text-align: left;
	text-transform: uppercase;
}

.plm-eyebrow::before {
	content: "";
	position: absolute;
	top: 0.45em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--plm-red);
}

.plm-rule {
	display: block;
	width: 84px;
	height: 3px;
	margin: 16px auto 0;
	background: var(--plm-heading);
	border: 0;
}

.plm-rule--left {
	margin-left: 0;
}

.plm-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: var(--plm-btn-h);
	padding: 0 22px 0 26px;
	border-radius: 999px;
	border: 1.5px solid transparent;
	font-family: var(--plm-sans);
	font-size: var(--plm-fs-btn);
	font-weight: 500;
	line-height: 1.3;
	text-decoration: none;
	box-sizing: border-box;
	transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.plm-btn--fill {
	background: var(--plm-green);
	color: #041321;
	box-shadow: 0 0 30px rgba(104, 255, 195, 0.36);
}

.plm-btn--ghost {
	background: transparent;
	color: #fff;
	border-color: #fff;
}

.plm-btn:hover {
	background: #0dd183 !important;
	color: #010010 !important;
	border-color: #0dd183 !important;
	transform: translateY(-2px);
}

.plm-btn__arrow {
	width: 27px;
	height: 15px;
	object-fit: contain;
}

/* Hero */
.plm-hero {
	padding: calc(var(--plm-chrome) + 86px) 0 72px;
	background-color: var(--plm-space);
	color: #fff;
}

/* Keep trust line clear of the next section even if Elementor bottom padding is 0 */
.plm-hero .plm-inner {
	padding-bottom: 8px;
}

.plm-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 40px 40px;
	align-items: center;
	padding-bottom: 48px;
}

.plm-hero__badge {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.plm-hero__title {
	margin: 20px 0 0;
	max-width: 100%;
	color: #fff;
	font-size: var(--plm-fs-hero);
	font-weight: 400;
	line-height: var(--plm-lh-hero);
}

.plm-hero__title-line,
.plm-hero__title-brand {
	display: block;
}

.plm-hero__title-brand {
	font-weight: 700;
}

.plm-hero__title strong {
	font-weight: 700;
}

.plm-hero__body {
	margin: 20px 0 0;
	max-width: 720px;
	color: rgba(255, 255, 255, 0.86);
	font-size: var(--plm-fs-lead);
	line-height: var(--plm-lh-lead);
}

.plm-hero__ctas {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 12px;
	margin-top: 36px;
}

.plm-hero__ctas .plm-btn {
	flex: 0 1 auto;
	width: auto;
	min-width: 0;
	padding: 0 18px 0 20px;
	white-space: nowrap;
}

.plm-hero__trust {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 16px;
	margin-top: 28px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	line-height: 31px;
}

.plm-hero__trust-item {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.plm-hero__trust-icon {
	display: block;
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	object-fit: contain;
}

.plm-hero__trust-text {
	color: inherit;
}

.plm-hero__sep {
	opacity: 0.45;
	line-height: 1;
}

.plm-hero__visual {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-width: 0;
	overflow: hidden;
}

.plm-hero__shot {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: 1051 / 700;
	border-radius: 18px;
	object-fit: contain;
	object-position: center center;
}

.plm-hero__shot--ph {
	min-height: 420px;
	aspect-ratio: 1051 / 700;
	background: linear-gradient(160deg, #1a2c3f, #0a1620);
	border-radius: 18px;
}

/* Why now */
.plm-why {
	padding: 70px 0 90px;
	background-color: #fff;
}

.elementor-widget-plm_why_now .plm-why {
	background-color: #fff !important;
}

.plm-why .plm-eyebrow {
	color: #3c4a47;
}

.elementor-widget-plm_why_now .plm-why .plm-eyebrow {
	color: #3c4a47 !important;
}

.plm-why__head {
	text-align: center;
	max-width: 1052px;
	margin: 0 auto 56px;
}

.plm-why__title {
	margin: 0;
	color: var(--plm-heading);
	font-size: clamp(26px, 2.2vw, 40px);
	font-weight: 500;
	line-height: 1.18;
}

.elementor-widget-plm_why_now .plm-why__title {
	color: #061c2b !important;
}

.plm-why .plm-rule {
	background: var(--plm-heading);
}

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

.plm-why-card {
	display: flex;
	flex-direction: column;
	padding: 36px 32px 28px;
	border-radius: 24px;
	border: 1px solid #e6edf2;
	background: #fff;
	box-shadow: 0 18px 50px rgba(4, 19, 33, 0.08);
}

.plm-why-card__icon {
	display: block;
	width: 68px;
	height: 68px;
	object-fit: contain;
	margin-bottom: 18px;
	border-radius: 14px;
}

.plm-why-card__icon--ph {
	background: #dce8f2;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 34px 34px;
}

.plm-why-card__icon--2 {
	background-color: #061c2b;
}

.plm-why-card h3 {
	margin: 0 0 16px;
	color: var(--plm-heading);
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
}

.plm-why-card p {
	margin: 0;
	color: var(--plm-body);
	font-size: 18px;
	line-height: 28px;
}

.plm-why-mini {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 22px;
}

.plm-why-mini__col {
	padding: 14px 14px 16px;
	border-radius: 10px;
	background: #f3f6f8;
	border: 1px dashed #c5d0d8;
}

.plm-why-mini strong {
	display: block;
	margin-bottom: 10px;
	color: var(--plm-heading);
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
}

.plm-why-mini ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--plm-body);
	font-size: 14px;
	line-height: 22px;
}

.plm-why-mini li {
	position: relative;
	padding-left: 14px;
	margin: 0 0 4px;
}

.plm-why-mini li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--plm-red);
}

.plm-why-mini__col--grid ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 8px;
	row-gap: 4px;
}

/* Journey — Figma IkxDZEXfUO5yquDgFNZXD3 from "Your migration journey" */
.plm-journey {
	--plm-j-1: #246c93;
	--plm-j-2: #0dd183;
	--plm-j-3: #f75555;
	--plm-j-4: #eca71c;
	padding: 80px 0 100px;
	background-color: var(--plm-navy);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #fff;
}

.plm-journey__head {
	text-align: center;
	max-width: 951px;
	margin: 0 auto 56px;
}

.plm-journey__title {
	margin: 0;
	color: #fff;
	font-size: clamp(24px, 2vw, 34px);
	font-weight: 500;
	line-height: 1.25;
}

.elementor-widget-plm_journey .plm-journey__title {
	color: #fff !important;
}

.elementor-widget-plm_journey .plm-eyebrow {
	color: rgba(255, 255, 255, 0.86) !important;
}

.plm-journey .plm-rule {
	width: 102px;
	height: 4px;
	margin-top: 21px;
	background: #fff;
}

.plm-journey__track {
	position: relative;
}

.plm-journey__track::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 44px;
	bottom: 44px;
	width: 1px;
	background: rgba(255, 255, 255, 0.75);
	transform: translateX(-50%);
	z-index: 0;
}

.plm-step {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 117px minmax(0, 1fr);
	column-gap: 24px;
	align-items: center;
	margin: 0 0 72px;
	position: relative;
}

.plm-step:last-child {
	margin-bottom: 0;
}

.plm-step__media {
	order: 1;
	justify-self: end;
	width: 100%;
	max-width: 748px;
}

.plm-step__axis {
	order: 2;
	align-self: stretch;
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.plm-step__copy {
	order: 3;
	justify-self: start;
	width: 100%;
	max-width: 575px;
	text-align: left;
}

.plm-step--flip .plm-step__copy {
	order: 1;
	justify-self: end;
	text-align: right;
}

.plm-step--flip .plm-step__axis {
	order: 2;
}

.plm-step--flip .plm-step__media {
	order: 3;
	justify-self: start;
	max-width: 642px;
}

.plm-step__num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 89px;
	height: 89px;
	border-radius: 50%;
	border: 14px solid #fff;
	background: #061c2b;
	box-sizing: content-box;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.02em;
}

.plm-step--1 .plm-step__num {
	color: var(--plm-j-1);
}

.plm-step--2 .plm-step__num {
	color: var(--plm-j-2);
}

.plm-step--3 .plm-step__num {
	color: var(--plm-j-3);
}

.plm-step--4 .plm-step__num {
	color: var(--plm-j-4);
}

.elementor-widget-plm_journey .plm-step--1 .plm-step__num {
	color: var(--plm-j-1) !important;
}

.elementor-widget-plm_journey .plm-step--2 .plm-step__num {
	color: var(--plm-j-2) !important;
}

.elementor-widget-plm_journey .plm-step--3 .plm-step__num {
	color: var(--plm-j-3) !important;
}

.elementor-widget-plm_journey .plm-step--4 .plm-step__num {
	color: var(--plm-j-4) !important;
}

.plm-step:not(:last-child) .plm-step__axis::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -40px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid;
	transform: translateX(-50%);
}

.plm-step--1:not(:last-child) .plm-step__axis::after {
	border-top-color: var(--plm-j-1);
}

.plm-step--2:not(:last-child) .plm-step__axis::after {
	border-top-color: var(--plm-j-2);
}

.plm-step--3:not(:last-child) .plm-step__axis::after {
	border-top-color: var(--plm-j-3);
}

.plm-step h3 {
	margin: 0 0 14px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}

.plm-step p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	line-height: 28px;
}

.plm-step__shot {
	overflow: hidden;
	border-radius: 30px;
	background: transparent;
}

.plm-step--1 .plm-step__shot,
.plm-step--2 .plm-step__shot,
.plm-step--3 .plm-step__shot,
.plm-step--4 .plm-step__shot {
	border: 0;
}

.plm-step__shot-inner {
	overflow: hidden;
	border-radius: 30px;
	background: transparent;
}

.plm-step__shot img {
	display: block;
	width: 100%;
	height: auto;
}

.plm-step__list-frame {
	padding: 15px;
	border: 1px dashed rgba(236, 167, 28, 0.6);
	border-radius: 40px;
	box-sizing: border-box;
	max-width: 617px;
}

.plm-step__shot + .plm-step__list-frame {
	margin-top: 16px;
}

.plm-step__list {
	margin: 0;
	padding: 36px 40px;
	list-style: none;
	background: #fff;
	border-radius: 30px;
	color: #3c4a47;
}

.plm-step__list li {
	display: flex;
	align-items: center;
	gap: 22px;
	margin: 0;
	padding: 0;
	min-height: 60px;
	font-size: 16px;
	font-weight: 500;
	line-height: 60px;
	color: #3c4a47;
}

.plm-step__list li::before {
	content: "";
	flex: 0 0 29px;
	width: 29px;
	height: 29px;
	background: url("../images/migration-check.svg") center / contain no-repeat;
}

/* Capabilities — Figma “Keep the depth. Upgrade the platform.” */
.plm-caps {
	padding: 64px 0 100px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #fff;
}

.plm-caps .plm-eyebrow {
	color: rgba(255, 255, 255, 0.72);
	font-size: 18px;
	font-weight: 500;
}

.plm-opp .plm-eyebrow {
	color: #3c4a47;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.elementor-widget-plm_opportunity .plm-opp .plm-eyebrow {
	color: #3c4a47 !important;
}

.plm-cta .plm-eyebrow {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.elementor-widget-plm_cta .plm-cta .plm-eyebrow {
	color: #fff !important;
}

.plm-caps__head {
	text-align: center;
	max-width: 1335px;
	margin: 0 auto 72px;
}

.plm-opp__head {
	text-align: center;
	max-width: 1146px;
	margin: 0 auto 56px;
}

.plm-caps__title {
	margin: 0;
	color: #fff;
	font-size: clamp(26px, 2.2vw, 36px);
	font-weight: 500;
	line-height: 1.27;
	text-transform: capitalize;
}

.plm-opp__title {
	margin: 0 auto;
	max-width: 1026px;
	color: #061c2b;
	font-size: clamp(24px, 2.2vw, 36px);
	font-weight: 500;
	line-height: 1.25;
	text-transform: capitalize;
}

.plm-cta__title {
	margin: 0;
	max-width: 740px;
	color: #fff;
	font-size: clamp(24px, 2.2vw, 36px);
	font-weight: 500;
	line-height: 1.25;
	text-transform: capitalize;
}

.plm-caps .plm-rule {
	width: 102px;
	height: 4px;
	margin: 21px auto 0;
	background: #fff;
}

.plm-opp .plm-rule {
	width: 102px;
	height: 4px;
	margin: 24px auto 0;
	border-radius: 100px;
	background: #061c2b;
}

.plm-caps__lead {
	margin: 27px auto 0;
	max-width: 1080px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	font-weight: 400;
	line-height: 42px;
}

.plm-opp__lead {
	margin: 24px auto 0;
	max-width: 1146px;
	color: #3c4a47;
	font-size: 16px;
	font-weight: 400;
	line-height: 38px;
}

.plm-caps__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 33px;
	align-items: stretch;
}

.plm-cap {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 0;
	padding: 28px 32px 28px;
	border-radius: 30px;
	background: #fff;
	border: 1px solid #c4c5d5;
	box-sizing: border-box;
	overflow: hidden;
}

.plm-cap__icon {
	position: absolute;
	top: 24px;
	right: 23px;
	width: 131px;
	height: 131px;
	object-fit: contain;
	display: block;
}

.plm-cap__title {
	margin: 0 0 16px;
	padding-right: 96px;
	color: #061c2b;
	font-family: var(--plm-sans);
	font-size: 18px;
	font-weight: 500;
	line-height: 40px;
}

.plm-cap__cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px 28px;
	margin-top: 0;
	padding-right: 110px;
}

.plm-cap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.plm-cap li {
	position: relative;
	padding: 0 0 12px 36px;
	color: #3c4a47;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.plm-cap li:last-child {
	padding-bottom: 0;
}

.plm-cap li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 25px;
	height: 25px;
	background: url("../images/migration-check.svg") center / contain no-repeat;
}

/* Comparison — Figma “Why switch to ProjectLibre Cloud?” (1:406) */
.plm-compare.plm-wrap,
.elementor-widget-plm_comparison,
.elementor-widget-plm_comparison > .elementor-widget-container,
.elementor-widget-plm_comparison .plm-compare {
	overflow: visible;
}

.plm-compare {
	padding: 72px 0 100px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #061c2b;
}

.plm-compare .plm-inner {
	width: min(1720px, calc(100% - 48px));
	max-width: 1720px;
}

.plm-compare .plm-eyebrow {
	color: #3c4a47;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.elementor-widget-plm_comparison .plm-compare .plm-eyebrow {
	color: #3c4a47 !important;
}

.plm-compare__head {
	text-align: center;
	max-width: 1140px;
	margin: 0 auto 48px;
}

.plm-compare__title {
	margin: 0 auto;
	max-width: 760px;
	color: #061c2b;
	font-size: clamp(26px, 2.2vw, 36px);
	font-weight: 500;
	line-height: 1.27;
	text-transform: capitalize;
}

.plm-compare .plm-rule {
	width: 102px;
	height: 4px;
	margin: 24px auto 0;
	border-radius: 100px;
	background: #061c2b;
}

.plm-compare__lead {
	margin: 28px auto 0;
	max-width: 1080px;
	color: #3c4a47;
	font-size: 16px;
	font-weight: 400;
	line-height: 42px;
}

.plm-compare__scroll {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	padding: 28px 4px 16px;
}

.plm-compare__board {
	width: 100%;
	min-width: 0;
	overflow: visible;
	background: #fff;
	border: 0;
	border-radius: 32px;
	box-shadow: 0 8px 32px rgba(6, 28, 43, 0.08);
}

.plm-compare__cols {
	--plm-head-h: 220px;
	--plm-rows: 13;
	display: grid;
	grid-template-columns: minmax(200px, 1.05fr) repeat(5, minmax(168px, 1fr));
	grid-template-rows: var(--plm-head-h) repeat(var(--plm-rows), minmax(88px, auto));
}

.plm-compare__col {
	min-width: 0;
	display: grid;
	grid-template-rows: subgrid;
	grid-row: 1 / -1;
	background: #fff;
	border-right: 1.5px solid #dde5fb;
}

.plm-compare__col:last-child {
	border-right: 0;
}

.plm-compare__col--feat {
	border-right: 0;
}

.plm-compare__col--hl {
	z-index: 2;
	margin-top: -12px;
	background: #e7f4ff;
	border: 1px solid #43bcfc;
	border-radius: 30px 30px 0 0;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.plm-compare__col--hl .plm-compare__hcell {
	background: #f1f7fe;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom: 0;
	box-shadow: 7px 7px 21.4px rgba(183, 197, 210, 0.33);
}

.plm-compare__hcell {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 22px 10px 20px;
	box-sizing: border-box;
	border-bottom: 1.5px solid #dde5fb;
	text-align: center;
	overflow: visible;
}

.plm-compare__hcell--feat {
	justify-content: flex-start;
	align-items: flex-end;
	padding: 0 28px 28px;
	color: #061c2b;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.15;
	text-transform: capitalize;
	background: #fff;
	overflow: visible;
}

.plm-compare__col--ms .plm-compare__hcell { background: #f3fcf2; }
.plm-compare__col--ms-online .plm-compare__hcell { background: #e0f8f9; }
.plm-compare__col--monday .plm-compare__hcell { background: #f3f0ff; }
.plm-compare__col--asana .plm-compare__hcell {
	background: #fdf1f1;
	border-top-right-radius: 32px;
}

.plm-compare__col--feat .plm-compare__hcell--feat {
	border-top-left-radius: 32px;
}

.plm-compare__brand {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	max-width: 100%;
	min-height: 0;
	box-sizing: border-box;
}

.plm-compare__logo {
	display: block;
	width: auto;
	max-width: 160px;
	max-height: 48px;
	object-fit: contain;
	flex: 0 0 auto;
}

.plm-compare__brand-name {
	color: #061c2b;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: capitalize;
	white-space: normal;
	overflow: visible;
	text-overflow: unset;
	overflow-wrap: break-word;
	max-width: 100%;
}

.plm-compare__brand-sub {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	min-height: 36px;
	padding: 6px 8px;
	border-radius: 5px;
	background: #e31b23;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.15;
	text-align: center;
	text-transform: capitalize;
	white-space: normal;
	box-sizing: border-box;
	overflow: visible;
	text-overflow: unset;
	overflow-wrap: break-word;
}

.plm-compare__col--ms .plm-compare__brand-sub { background: #16854b; }
.plm-compare__col--ms-online .plm-compare__brand-sub { background: #038489; }
.plm-compare__col--monday .plm-compare__brand-sub { background: #5d3ed9; }
.plm-compare__col--asana .plm-compare__brand-sub { background: #fc315b; }

.plm-compare__cell {
	display: flex;
	align-items: center;
	padding: 12px 14px;
	box-sizing: border-box;
	border-bottom: 1px solid #e6edf3;
	background: #fff;
}

.plm-compare__col--feat .plm-compare__cell {
	padding-left: 28px;
	padding-right: 18px;
}

.plm-compare__cell--stripe {
	background: #fafafa;
}

.plm-compare__col--hl .plm-compare__cell {
	background: transparent;
	justify-content: flex-start;
	border-bottom-color: rgba(67, 188, 252, 0.28);
}

.plm-compare__col--ms .plm-compare__cell,
.plm-compare__col--ms-online .plm-compare__cell,
.plm-compare__col--monday .plm-compare__cell,
.plm-compare__col--asana .plm-compare__cell {
	justify-content: flex-start;
}

.plm-compare__feat {
	color: #061c2b;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.35;
	text-transform: capitalize;
}

.plm-compare__status {
	display: inline-flex;
	align-items: flex-start;
	gap: 10px;
	max-width: 100%;
}

.plm-compare__status-text {
	color: #061c2b;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	text-align: left;
	text-transform: capitalize;
	white-space: normal;
	overflow-wrap: break-word;
	word-break: normal;
}

.plm-compare__status-text--price {
	font-weight: 700;
}

.plm-compare__col--hl .plm-compare__status-text--price { color: #e31b23; }
.plm-compare__col--ms .plm-compare__status-text--price { color: #16854b; }
.plm-compare__col--ms-online .plm-compare__status-text--price { color: #038489; }
.plm-compare__col--monday .plm-compare__status-text--price { color: #5d3ed9; }
.plm-compare__col--asana .plm-compare__status-text--price { color: #fc315b; }

.plm-compare__ico {
	width: 25px;
	height: 25px;
	flex: 0 0 25px;
	margin-top: 3px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.plm-compare__ico--yes {
	background-image: url("../images/migration-compare-yes.svg");
}

.plm-compare__ico--no {
	background-image: url("../images/migration-compare-no.svg");
}

.plm-compare__ico--warn {
	width: 25px;
	height: 22px;
	background-image: url("../images/migration-compare-warn.svg");
}

@supports not (grid-template-rows: subgrid) {
	.plm-compare__cols {
		display: flex;
		align-items: stretch;
	}

	.plm-compare__col {
		display: flex;
		flex-direction: column;
		flex: 1 1 0;
		grid-row: auto;
	}

	.plm-compare__hcell {
		flex: 0 0 var(--plm-head-h);
		min-height: var(--plm-head-h);
	}

	.plm-compare__cell {
		flex: 1 0 auto;
		min-height: 88px;
	}
}

/* Beyond — Figma “Beyond work management” (~1:291–1:377) */
.plm-beyond {
	position: relative;
	padding: 72px 0 80px;
	background-color: #041321;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #fff;
	overflow: visible;
	z-index: 2;
}

.elementor-widget-plm_beyond,
.elementor-widget-plm_beyond > .elementor-widget-container {
	overflow: visible !important;
}

.elementor-element:has(> .elementor-widget-plm_beyond),
.e-con:has(.elementor-widget-plm_beyond) {
	overflow: visible !important;
}

.plm-beyond .plm-eyebrow {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.elementor-widget-plm_beyond .plm-beyond .plm-eyebrow {
	color: #fff !important;
}

.plm-beyond__intro {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 845px) minmax(0, 655px);
	gap: 40px 48px;
	align-items: start;
	margin-bottom: 72px;
	padding-bottom: 8px;
}

.plm-beyond__title {
	margin: 0;
	max-width: 760px;
	color: #fff;
	font-size: clamp(26px, 2.4vw, 36px);
	font-weight: 500;
	line-height: 1.15;
	text-transform: capitalize;
}

.plm-beyond .plm-rule {
	width: 102px;
	height: 4px;
	margin: 20px 0 0;
	border-radius: 100px;
	background: #0dd183;
}

.plm-beyond .plm-rule--left {
	margin-left: 0;
	margin-right: auto;
}

.plm-beyond__lead {
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 16px;
	font-weight: 400;
	line-height: 38px;
}

.plm-beyond__lead--left {
	max-width: 845px;
}

/* Figma right callout — dashed frame + blue heading */
.plm-beyond__aside {
	position: relative;
	padding: 36px 40px 40px;
	border: 1.5px dashed rgba(255, 255, 255, 0.55);
	border-radius: 28px;
	box-sizing: border-box;
	text-align: center;
	overflow: visible;
}

.plm-beyond__kicker {
	margin: 0 auto;
	max-width: 520px;
	color: #5ba8e0 !important;
	font-size: clamp(22px, 1.7vw, 30px);
	font-weight: 500;
	line-height: 1.27;
	text-align: center;
}

.plm-beyond__lead--right {
	margin: 18px auto 0;
	max-width: 520px;
	text-align: center;
}

/* Figma — curly arrow sits in the gutter between intro columns, above comparison cols */
.plm-beyond__callout-arrow {
	position: absolute;
	left: calc(845px + 24px);
	bottom: -58px;
	z-index: 4;
	width: clamp(150px, 12vw, 220px);
	height: auto;
	pointer-events: none;
	object-fit: contain;
	transform: translateX(-50%);
}

@media (max-width: 1548px) {
	.plm-beyond__callout-arrow {
		/* 845fr / (845+655) ≈ 56.3% of content width + half gutter */
		left: calc(56.3% + 24px);
	}
}

.plm-beyond__cols {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: stretch;
	margin-top: 28px;
}

.plm-beyond__vs {
	position: absolute;
	left: 50%;
	top: 42%;
	z-index: 3;
	width: min(270px, 28vw);
	height: auto;
	transform: translate(-50%, -50%);
	pointer-events: none;
	object-fit: contain;
}

.plm-beyond-col {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	padding: 52px 40px 40px;
	border-radius: 30px;
	border: 3px solid rgba(255, 255, 255, 0.92);
	background: linear-gradient(133deg, #487292 9%, #041321 66%);
	box-sizing: border-box;
	overflow: hidden;
	min-height: 0;
}

.plm-beyond-col__title {
	margin: 0 0 16px;
	max-width: 640px;
	color: #fff;
	font-size: clamp(24px, 1.8vw, 32px);
	font-weight: 500;
	line-height: 1.35;
	text-transform: capitalize;
}

.plm-beyond-col__sub {
	margin: 0 0 28px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.plm-beyond-row {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	padding: 18px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.plm-beyond-row:last-child {
	padding-bottom: 0;
}

.plm-beyond-row__ico {
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	margin-top: 2px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.plm-beyond-row.is-yes .plm-beyond-row__ico {
	background-image: url("../images/migration-compare-yes.svg");
}

.plm-beyond-row.is-no .plm-beyond-row__ico {
	background-image: url("../images/migration-compare-no.svg");
}

.plm-beyond-row__text {
	min-width: 0;
	flex: 1;
}

.plm-beyond-row__title {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
}

.plm-beyond-row__body {
	margin: 2px 0 0;
	color: rgba(255, 255, 255, 0.68);
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.plm-beyond .plm-inner {
	position: relative;
	z-index: 1;
}

.plm-qcards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	/* Sit below the two comparison columns, still on Beyond section bg */
	margin: 48px 0 0;
	padding: 0;
	position: relative;
	z-index: 3;
	transform: none;
}

.plm-qcard {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 250px;
	padding: 36px 32px 40px;
	border-radius: 24px;
	border: 1px solid #d7dee5;
	background: linear-gradient(155deg, #ffffff 0%, #f2f4f6 100%);
	box-sizing: border-box;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(4, 19, 33, 0.18);
}

/* Text column — always clears the top-right icon */
.plm-qcard__copy {
	position: relative;
	z-index: 1;
	padding-right: 108px;
	max-width: 100%;
	box-sizing: border-box;
}

.plm-qcard__icon-wrap,
.plm-qcard__icon {
	position: absolute;
	top: 24px;
	right: 24px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 82px;
	height: 82px;
	border-radius: 50%;
	box-sizing: border-box;
	overflow: hidden;
	flex: 0 0 auto;
}

.plm-qcard__icon-wrap {
	background: #ffd68a;
}

/* Elementor-uploaded icon: fixed box, no extra CSS circle invented on top */
.plm-qcard__icon--upload {
	background: transparent;
	border-radius: 0;
	overflow: visible;
}

.plm-qcard__icon--upload img,
.plm-qcard__icon-wrap img,
.plm-qcard__glyph {
	display: block;
	width: 82px;
	height: 82px;
	max-width: 100%;
	object-fit: contain;
}

.plm-qcard__icon-wrap .plm-qcard__glyph {
	width: 40px;
	height: 40px;
}

.plm-qcard__title {
	margin: 0 0 14px;
	color: #061c2b;
	font-size: 18px;
	font-weight: 700;
	line-height: 35px;
	text-transform: capitalize;
}

.plm-qcard__body {
	margin: 0;
	color: #3c4a47;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}

/* Beyond ends cleanly; Opportunity follows without overlap padding hacks */
.elementor-widget-plm_beyond {
	margin-bottom: 0;
}

/* Opportunity — light section */
.plm-opp {
	padding: 90px 0 90px;
	background: #ffffff;
	color: #061c2b;
}

.plm-opp__head {
	position: relative;
	z-index: 1;
}

.plm-opp__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
	align-items: stretch;
	margin-top: 48px;
}

.plm-opp-card {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	min-height: 280px;
	padding: 140px 32px 36px;
	border-radius: 24px;
	background: linear-gradient(160deg, #ffffff 0%, #f3f6f9 100%);
	border: 1.5px dashed #8a93a0;
	box-sizing: border-box;
	overflow: hidden;
}

.plm-opp-card__icon {
	position: absolute;
	top: 28px;
	right: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 96px;
	height: 96px;
	margin: 0;
	border-radius: 22px;
	background: #061c2b;
	flex: 0 0 auto;
	box-sizing: border-box;
}

/* Uploaded Figma icons already include the navy tile — no filter or double background */
.plm-opp-card__icon--upload {
	background: transparent;
	width: auto;
	height: auto;
	max-width: 96px;
	max-height: 96px;
}

.plm-opp-card__icon img {
	display: block;
	width: 48px;
	height: 48px;
	max-width: 56%;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.plm-opp-card__icon--upload img {
	width: 96px;
	height: 96px;
	max-width: 96px;
	filter: none;
}

.plm-opp-card__title {
	margin: 0 0 14px;
	max-width: calc(100% - 8px);
	color: #061c2b;
	font-size: clamp(18px, 1.35vw, 24px);
	font-weight: 700;
	line-height: 1.25;
	text-transform: capitalize;
	white-space: nowrap;
}

.plm-opp-card__body {
	margin: 0;
	max-width: 449px;
	color: #3c4a47;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}

/* CTA — Figma “Get Started” (~1:34 / 1:40–1:70) */
.plm-cta {
	padding: 70px 0 80px;
	background-color: #061c2b;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #fff;
	overflow: hidden;
}

.plm-cta__grid {
	display: grid;
	grid-template-columns: minmax(280px, 680px) minmax(340px, 1.1fr);
	gap: clamp(28px, 3vw, 56px);
	align-items: center;
}

.plm-cta__lead {
	margin: 24px 0 0;
	max-width: 687px;
	color: rgba(255, 255, 255, 0.55);
	font-size: 16px;
	font-weight: 400;
	line-height: 38px;
}

.plm-cta__buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 36px;
}

.plm-cta .plm-btn {
	min-width: min(100%, 300px);
	min-height: 54px;
	letter-spacing: 1px;
}

.plm-cta .plm-btn--fill {
	min-width: min(100%, 320px);
}

.plm-cta__visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	min-height: clamp(320px, 34vw, 580px);
	overflow: visible;
}

.plm-cta__right-img,
.plm-cta__orbit-img {
	display: block;
	width: 108%;
	height: auto;
	max-width: 1100px;
	margin-left: auto;
	object-fit: contain;
	object-position: center right;
}

/* Empty slot until an image is uploaded in Elementor */
.plm-cta__right-placeholder {
	width: 108%;
	max-width: 1100px;
	min-height: clamp(320px, 34vw, 580px);
	margin-left: auto;
	border: 1.5px dashed rgba(255, 255, 255, 0.28);
	border-radius: 24px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.03);
}

@media (max-width: 1200px) {
	.plm-why__cards,
	.plm-caps__grid,
	.plm-beyond__intro,
	.plm-beyond__cols,
	.plm-qcards,
	.plm-opp__cards,
	.plm-cta__grid {
		grid-template-columns: 1fr;
	}

	.plm-hero__grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.plm-beyond__aside {
		padding: 28px 24px 32px;
	}

	.plm-beyond__callout-arrow {
		left: 50%;
		bottom: -48px;
		width: min(180px, 42vw);
		transform: translateX(-50%);
	}

	.plm-beyond__vs {
		position: static;
		display: block;
		width: 160px;
		margin: 8px auto;
		transform: none;
	}

	.plm-beyond-col {
		border-width: 2px;
	}

	.plm-qcards {
		margin-top: 36px;
		transform: none;
		gap: 18px;
	}

	.plm-qcard {
		min-height: 0;
	}

	.plm-qcard__copy {
		padding-right: 96px;
	}

	.plm-qcard__title {
		max-width: none;
	}

	.elementor-widget-plm_beyond {
		margin-bottom: 0;
	}

	.plm-opp {
		padding-top: 72px;
	}

	.plm-cap {
		min-height: 0;
		padding: 24px 22px 22px;
	}

	.plm-cap__icon {
		width: 72px;
		height: 72px;
		top: 18px;
		right: 18px;
	}

	.plm-cap h3,
	.plm-cap__title {
		margin-bottom: 12px;
		padding-right: 84px;
	}

	.plm-journey__track::before {
		left: 36px;
		transform: none;
	}

	.plm-step,
	.plm-step--flip {
		grid-template-columns: 72px minmax(0, 1fr);
		column-gap: 18px;
		margin-bottom: 56px;
	}

	.plm-step__axis,
	.plm-step--flip .plm-step__axis {
		order: 1;
		grid-row: 1 / span 3;
		justify-content: flex-start;
		padding-top: 8px;
	}

	.plm-step__media,
	.plm-step--flip .plm-step__media,
	.plm-step__copy,
	.plm-step--flip .plm-step__copy {
		order: 2;
		grid-column: 2;
		justify-self: stretch;
		max-width: none;
		text-align: left;
	}

	.plm-step__copy,
	.plm-step--flip .plm-step__copy {
		margin-top: 16px;
	}

	.plm-step__num {
		width: 48px;
		height: 48px;
		border-width: 8px;
		font-size: 18px;
	}

	.plm-step__list-frame {
		padding: 10px;
		border-radius: 24px;
	}

	.plm-step__shot,
	.plm-step__shot-inner {
		border-radius: 18px;
	}

	.plm-step__list {
		padding: 20px 22px;
		border-radius: 18px;
	}

	.plm-step__list li {
		gap: 12px;
		min-height: 36px;
		font-size: 16px;
		line-height: 28px;
	}

	.plm-step__list li::before {
		flex-basis: 22px;
		width: 22px;
		height: 22px;
	}

	.plm-cta .plm-btn {
		min-width: 0;
		width: 100%;
	}

	.plm-compare__scroll {
		padding-left: 0;
		padding-right: 0;
	}

	.plm-compare__board {
		border-radius: 20px;
		min-width: 1180px;
	}

	.plm-compare__hcell--feat {
		font-size: 16px;
		padding-left: 18px;
	}

	.plm-compare__brand-name {
		font-size: 12px;
	}

	.plm-compare__brand-sub {
		font-size: 11px;
		min-height: 32px;
		padding: 5px 6px;
	}

	.plm-cta__right-img,
	.plm-cta__orbit-img,
	.plm-cta__right-placeholder {
		max-width: 100%;
		margin: 0 auto;
	}

	.plm-cta__visual {
		min-height: 0;
		justify-content: center;
	}
}

@media (max-width: 700px) {
	.plm-hero {
		padding-top: calc(var(--plm-chrome) + 24px);
		padding-bottom: 56px;
	}

	.plm-hero__grid {
		grid-template-columns: 1fr;
		padding-bottom: 32px;
	}

	.plm-hero__visual {
		order: -1;
		justify-content: center;
	}

	.plm-hero__shot {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
	}

	.plm-beyond-col {
		padding: 36px 22px 28px;
	}

	.plm-beyond__kicker {
		font-size: 18px;
	}

	.plm-beyond__callout-arrow {
		bottom: -36px;
		width: min(160px, 50vw);
	}

	.plm-qcards {
		margin-top: 28px;
		transform: none;
		gap: 16px;
	}

	.plm-qcard {
		padding: 28px 22px 30px;
	}

	.plm-qcard__copy {
		padding-right: 84px;
	}

	.plm-qcard__icon-wrap,
	.plm-qcard__icon {
		width: 64px;
		height: 64px;
		top: 20px;
		right: 18px;
	}

	.plm-qcard__icon--upload img,
	.plm-qcard__icon-wrap img {
		width: 64px;
		height: 64px;
	}

	.plm-qcard__icon-wrap .plm-qcard__glyph {
		width: 32px;
		height: 32px;
	}

	.plm-qcard__title {
		margin: 0 0 12px;
		font-size: 16px;
		line-height: 28px;
	}

	.elementor-widget-plm_beyond {
		margin-bottom: 0;
	}

	.plm-opp {
		padding-top: 56px;
	}

	.plm-cap__cols,
	.plm-why-mini {
		grid-template-columns: 1fr;
	}

	.plm-hero__title {
		font-size: 26px;
		line-height: 40px;
	}

	.plm-hero__body,
	.plm-why-card p,
	.plm-step p,
	.plm-caps__lead,
	.plm-opp__lead,
	.plm-compare__lead,
	.plm-cta__lead {
		font-size: 18px;
		line-height: 1.3em;
	}

	.plm-btn {
		min-height: 52px;
		font-size: 16px;
	}

	.plm-opp-card {
		min-height: 0;
		padding: 110px 24px 32px;
	}

	.plm-opp-card__icon--upload {
		top: 20px;
		right: 20px;
		max-width: 72px;
		max-height: 72px;
	}

	.plm-opp-card__icon--upload img {
		width: 72px;
		height: 72px;
		max-width: 72px;
	}

	.plm-opp-card__title {
		max-width: 100%;
		font-size: clamp(16px, 4.2vw, 20px);
		line-height: 1.25;
		white-space: nowrap;
	}
}

@media (max-width: 1400px) {
	.plm-hero__ctas .plm-btn,
	.plm-cta .plm-btn {
		min-width: 0;
	}
}

@media (max-width: 1100px) {
	.plm-hero__grid,
	.plm-why__cards,
	.plm-caps__grid,
	.plm-beyond__intro,
	.plm-beyond__cols,
	.plm-qcards,
	.plm-opp__cards,
	.plm-cta__grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.plm-hero__visual,
	.plm-cta__visual {
		order: -1;
	}

	.plm-hero__shot {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
	}

	.plm-cta__right-img {
		max-width: 100%;
		margin: 0 auto;
	}
}

@media (max-width: 700px) {
	.plm-btn {
		min-width: 0;
	}

	.plm-cta .plm-btn {
		width: 100%;
	}

	.plm-hero__ctas {
		flex-wrap: nowrap;
		gap: 8px;
	}

	.plm-hero__ctas .plm-btn {
		width: auto;
		flex: 1 1 0;
		min-width: 0;
		padding: 0 12px;
		font-size: 14px;
	}

	.plm-hero__trust {
		gap: 10px 12px;
	}

	.plm-hero__sep {
		display: none;
	}

	.plm-hero__trust-item {
		flex: 1 1 100%;
	}
}

@media (max-width: 767px) {
	.plm-why__title,
	.plm-journey__title,
	.plm-caps__title,
	.plm-compare__title,
	.plm-beyond__title,
	.plm-opp__title,
	.plm-cta__title,
	.plm-caps .plm-eyebrow {
		font-size: 30px;
		line-height: 1.4em;
	}

	.plm-cap {
		padding: 20px 18px 18px;
	}

	.plm-cap__icon {
		width: 52px;
		height: 52px;
		top: 14px;
		right: 14px;
	}

	.plm-cap__title {
		padding-right: 64px;
	}
}

/*
 * Additional CSS for two migration sections only.
 * Elementor Style controls stay in the panel; these rules tighten layout
 * and scale the comparison table so it does not look zoomed.
 */
.elementor-widget-plm_capabilities .plm-cap {
	min-height: 0 !important;
	padding: 24px 28px 22px !important;
}

.elementor-widget-plm_capabilities .plm-cap__title {
	margin-bottom: 12px !important;
	padding-right: 110px !important;
	line-height: 1.25 !important;
}

.elementor-widget-plm_capabilities .plm-cap__cols {
	margin-top: 0 !important;
	gap: 6px 20px !important;
	/* Keep list text clear of the absolute top-right icon (Elementor icon ~80px). */
	padding-right: 110px !important;
}

.elementor-widget-plm_capabilities .plm-cap li {
	padding-bottom: 8px !important;
}

.elementor-widget-plm_comparison .plm-compare .plm-inner {
	width: min(1400px, calc(100% - 48px)) !important;
	max-width: 1400px !important;
}

.elementor-widget-plm_comparison .plm-compare__cols {
	--plm-head-h: 168px;
	grid-template-columns: minmax(168px, 1.05fr) repeat(5, minmax(140px, 1fr));
	grid-template-rows: var(--plm-head-h) repeat(var(--plm-rows), minmax(72px, auto));
}

.elementor-widget-plm_comparison .plm-compare__hcell {
	padding: 12px 8px 10px !important;
}

.elementor-widget-plm_comparison .plm-compare__hcell--feat {
	padding: 0 16px 14px !important;
	font-size: 18px !important;
	line-height: 1.2 !important;
}

.elementor-widget-plm_comparison .plm-compare__logo {
	max-width: 112px !important;
	max-height: 34px !important;
}

.elementor-widget-plm_comparison .plm-compare__brand-name {
	font-size: 12px !important;
	line-height: 1.2 !important;
}

.elementor-widget-plm_comparison .plm-compare__brand-sub {
	font-size: 11px !important;
	line-height: 1.15 !important;
	min-height: 26px !important;
	padding: 4px 6px !important;
}

.elementor-widget-plm_comparison .plm-compare__cell {
	padding: 8px 10px !important;
}

.elementor-widget-plm_comparison .plm-compare__col--feat .plm-compare__cell {
	padding-left: 16px !important;
	padding-right: 12px !important;
}

.elementor-widget-plm_comparison .plm-compare__feat {
	font-size: 13px !important;
	line-height: 1.3 !important;
}

.elementor-widget-plm_comparison .plm-compare__status-text {
	font-size: 13px !important;
	line-height: 1.35 !important;
	font-weight: 500 !important;
}

.elementor-widget-plm_comparison .plm-compare__ico,
.elementor-widget-plm_comparison .plm-compare__ico--warn {
	width: 16px !important;
	height: 16px !important;
	flex-basis: 16px !important;
}

@supports not (grid-template-rows: subgrid) {
	.elementor-widget-plm_comparison .plm-compare__cell {
		min-height: 72px !important;
	}
}

@media (max-width: 1200px) {
	.elementor-widget-plm_capabilities .plm-cap {
		padding: 20px 20px 18px !important;
	}

	.elementor-widget-plm_capabilities .plm-cap__title,
	.elementor-widget-plm_capabilities .plm-cap__cols {
		padding-right: 88px !important;
	}

	.elementor-widget-plm_comparison .plm-compare__board {
		min-width: 1040px !important;
	}

	.elementor-widget-plm_comparison .plm-compare__hcell--feat {
		font-size: 16px !important;
	}
}

@media (max-width: 767px) {
	.elementor-widget-plm_capabilities .plm-cap {
		padding: 18px 16px 16px !important;
	}

	.elementor-widget-plm_capabilities .plm-cap__title,
	.elementor-widget-plm_capabilities .plm-cap__cols {
		padding-right: 68px !important;
	}

	.elementor-widget-plm_comparison .plm-compare__hcell--feat {
		font-size: 15px !important;
	}

	.elementor-widget-plm_comparison .plm-compare__feat,
	.elementor-widget-plm_comparison .plm-compare__status-text {
		font-size: 12px !important;
	}
}

