/*
 * Solution-White Label — overrides layered on top of solutions.css.
 *
 * Deliberately small: everything not defined here is inherited from the
 * Solutions template, so the two stay in sync apart from the hero scale, the
 * struck-through hero word, and the "The Difference" section.
 *
 * Palette is the theme's own: ink #191A23, paper #FCFAF7 / #F5F1ED,
 * divider #EBE8E4, amber #FFDB7D (already used across the theme).
 */

/* ── Hero ──────────────────────────────────────────────────────────────── */

/* Homepage scale (.hpv2-hero-title) rather than the Solutions 36px, so the
   positioning statement carries the page. Breakpoints mirror the homepage. */
.swl-hero__title {
	font-size: 52px;
	line-height: 1.12;
}

/*
 * Struck-through word, e.g. "Stop <s>reselling</s> someone else's EOR."
 *
 * Editors can use the WYSIWYG strikethrough button (<s>/<del>) or write
 * <span class="stk">. The rule covers all three so it works whichever way the
 * copy is entered.
 *
 * The bar is a pseudo-element rather than text-decoration: it can be thicker,
 * tilted and coloured independently of the greyed text, which reads as a
 * deliberate mark rather than a formatting accident.
 */
.swl-hero__title s,
.swl-hero__title del,
.swl-hero__title .stk {
	position: relative;
	color: #8A8A82;
	text-decoration: none;
	white-space: nowrap;
}

.swl-hero__title s::after,
.swl-hero__title del::after,
.swl-hero__title .stk::after {
	content: "";
	position: absolute;
	left: -2%;
	right: -2%;
	top: 54%;
	height: 5px;
	border-radius: 3px;
	background: #FFDB7D;
	transform: rotate(-1.5deg);
	pointer-events: none;
}

.swl-hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 16px;
}

/* The jump link points down the page, not onward — nudge the chevron on hover
   instead of the sideways motion the primary button uses. */
.swl-btn--jump svg {
	transition: transform 0.2s ease;
}

.swl-btn--jump:hover svg {
	transform: translateY(2px);
}

/* ── The Difference ────────────────────────────────────────────────────── */

.swl-diff {
	padding: 96px 0;
	background: #FCFAF7;
	scroll-margin-top: 96px;
}

.swl-diff:focus {
	outline: none;
}

.swl-diff__head {
	max-width: 720px;
	margin: 0 0 48px;
}

.swl-diff__eyebrow {
	display: inline-block;
	font-family: 'TWK Everett', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #8A8A82;
	margin: 0 0 16px;
}

.swl-diff__title {
	font-family: 'TWK Everett', sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.15;
	color: #191A23;
	margin: 0 0 16px;
}

.swl-diff__intro {
	font-size: 18px;
	line-height: 1.6;
	color: #55554F;
	margin: 0;
}

/*
 * Two columns, deliberately unequal in weight.
 *
 * The left is flat, muted and slightly desaturated; the right is a raised
 * white card with an amber rail and ink text. The asymmetry is the message —
 * the eye should settle on the right without needing to read first.
 */
.swl-diff__cols {
	display: grid;
	grid-template-columns: 1fr 1.08fr;
	gap: 24px;
	align-items: start;
}

.swl-diff__col {
	border-radius: 16px;
	padding: 36px 32px;
}

.swl-diff__col--them {
	background: #F5F1ED;
	border: 1px solid #EBE8E4;
}

.swl-diff__col--us {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #191A23;
	box-shadow: 0 18px 40px -24px rgba(25, 26, 35, 0.35);
	overflow: hidden;
}

/* Amber rail down the leading edge — the sample's accent bar, on-brand. */
.swl-diff__col--us::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background: linear-gradient(180deg, #FFDB7D, rgba(255, 219, 125, 0));
}

.swl-diff__badge {
	position: absolute;
	top: 20px;
	right: 20px;
	font-family: 'TWK Everett', sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #191A23;
	background: #FFDB7D;
	border-radius: 999px;
	padding: 5px 12px;
}

.swl-diff__col-head {
	margin: 0 0 24px;
	padding: 0 0 20px;
	border-bottom: 1px solid #EBE8E4;
}

.swl-diff__col--us .swl-diff__col-head {
	border-bottom-color: #E4E1DC;
}

.swl-diff__tag {
	display: block;
	font-family: 'TWK Everett', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 8px;
}

.swl-diff__tag--them {
	/* Recessive via surface and elevation, not by dimming text —
	   #8A8A82 on #F5F1ED was 3.09:1, below the 4.5:1 AA minimum. */
	color: #3F3F3A;
}

.swl-diff__tag--us {
	color: #191A23;
}

.swl-diff__col-sub {
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	color: #55554F;
}

.swl-diff__col--us .swl-diff__col-sub {
	color: #55554F;
}

.swl-diff__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 14px;
}

.swl-diff__item {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: 16px;
	line-height: 1.55;
}

.swl-diff__col--them .swl-diff__item {
	/* 6.68:1 on the stone surface. Was #7C7C74 at 3.74:1 — failed AA. */
	color: #55554F;
}

.swl-diff__col--us .swl-diff__item {
	color: #191A23;
}

.swl-diff__mark {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	margin-top: 1px;
}

.swl-diff__mark--them {
	background: #E4DFD8;
	color: #6E6E66;
}

.swl-diff__mark--us {
	background: #191A23;
	color: #FFFFFF;
}

/* ── Logos ─────────────────────────────────────────────────────────────── */

/*
 * Competitor marks sit at the top of the left column, mirroring NEO's position
 * on the right — the two columns then open with a like-for-like comparison
 * before a word is read.
 *
 * Single row, no wrapping: a competitor set that spills onto two lines starts
 * to look like a partner wall. It scrolls instead if there are too many.
 */
.swl-diff__logos {
	display: flex;
	align-items: center;
	gap: 22px;
	margin: 0 0 18px;
	min-height: 34px;
	overflow-x: auto;
	scrollbar-width: none;
}

.swl-diff__logos::-webkit-scrollbar {
	display: none;
}

.swl-diff__logo {
	flex: 0 0 auto;
	max-height: 22px;
	width: auto;
	max-width: 104px;
	object-fit: contain;
}

/* Context, not endorsement — fully desaturated and well back, so they read as
   "the field" rather than competing with NEO's mark opposite. */
.swl-diff__logos--them .swl-diff__logo {
	filter: grayscale(1) contrast(0.85);
	opacity: 0.42;
}

/* NEO's mark leads its column at full strength and a size up. */
.swl-diff__logo--us {
	display: block;
	max-height: 34px;
	max-width: 160px;
	margin: 0 0 18px;
}

/* ── List items: headline + optional subheadline ───────────────────────── */

.swl-diff__item-body {
	display: flex;
	flex-direction: column;
	gap: 3px;
}

.swl-diff__item-title {
	font-weight: 500;
}

.swl-diff__item-desc {
	font-size: 15px;
	line-height: 1.5;
	color: #6E6E66;
}

/* Kept lighter than the headline but still AA on the white card. */
.swl-diff__col--us .swl-diff__item-desc {
	color: #55554F;
}

/* Rows breathe more once they can be two lines. */
.swl-diff__list {
	gap: 18px;
}

/* ── Responsive ────────────────────────────────────────────────────────── */

@media (max-width: 1024px) {
	.swl-hero__title {
		font-size: 44px;
	}

	.swl-diff {
		padding: 72px 0;
	}

	.swl-diff__title {
		font-size: 34px;
	}

	.swl-diff__col {
		padding: 30px 26px;
	}
}

@media (max-width: 768px) {
	.swl-hero__title {
		font-size: 34px;
	}

	/* The tilted bar reads as a smudge at small sizes — thin it down. */
	.swl-hero__title s::after,
	.swl-hero__title del::after,
	.swl-hero__title .stk::after {
		height: 3px;
	}

	.swl-hero__actions {
		gap: 12px;
	}

	.swl-hero__actions .sol-btn {
		flex: 1 1 100%;
		justify-content: center;
	}

	.swl-diff {
		padding: 56px 0;
	}

	.swl-diff__title {
		font-size: 28px;
	}

	/* Stacked, but the NEO column stays first so the answer leads on mobile
	   rather than making the reader scroll past the problem. */
	.swl-diff__cols {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.swl-diff__col--us {
		order: -1;
	}
}

.swl-diff__ctas {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 24px;
}

/* White fill rather than the transparent secondary button: on the paper
   background a transparent button reads as an outline of nothing, and this
   needs to hold its own next to a solid black primary. */
.swl-diff__cta-alt {
	background: #FFFFFF;
	color: #191A23;
	border-color: #191A23;
}
.swl-diff__cta-alt:hover,
.swl-diff__cta-alt:focus-visible {
	background: #191A23;
	color: #FFFFFF;
}

@media (max-width: 480px) {
	/* Stacked, both full width — side-by-side buttons wrap into a ragged
	   two-line block at this size. */
	.swl-diff__ctas {
		flex-direction: column;
		align-items: stretch;
	}
	.swl-diff__ctas .sol-btn {
		width: 100%;
	}
}

/* ── ROI calculator ────────────────────────────────────────────────────── */

.swl-roi {
	padding: 0 0 96px;
	background: #FCFAF7;
}

/* One shell so the control, the two sides and the payoff read as a single
   instrument rather than three stacked blocks. */
.swl-roi__shell {
	border: 1px solid #E4DFD8;
	border-radius: 18px;
	background: #FFFFFF;
	overflow: hidden;
}

/* ── Control ── */

.swl-roi__control {
	padding: 28px 32px 24px;
	border-bottom: 1px solid #EBE8E4;
	background: #FCFAF7;
}

.swl-roi__control-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 24px;
	margin: 0 0 20px;
}

.swl-roi__label {
	display: block;
	font-family: 'TWK Everett', sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #191A23;
	line-height: 1.35;
}

.swl-roi__label span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #6E6E66;
	margin-top: 4px;
}

.swl-roi__count {
	flex: 0 0 auto;
	text-align: right;
}

.swl-roi__count-num {
	display: block;
	font-family: 'TWK Everett', sans-serif;
	font-size: 44px;
	font-weight: 500;
	line-height: 1;
	color: #191A23;
	font-variant-numeric: tabular-nums;
}

.swl-roi__count-unit {
	display: block;
	font-size: 12px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #6E6E66;
	margin-top: 4px;
}

.swl-roi__slider {
	display: block;
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	height: 6px;
	border-radius: 3px;
	background: #E4DFD8;
	outline: none;
}

.swl-roi__slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #191A23;
	border: 4px solid #FFDB7D;
	cursor: pointer;
}

.swl-roi__slider::-moz-range-thumb {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #191A23;
	border: 4px solid #FFDB7D;
	cursor: pointer;
}

.swl-roi__slider:focus-visible {
	box-shadow: 0 0 0 3px rgba(255, 219, 125, 0.7);
}

.swl-roi__ticks {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
	font-size: 12px;
	color: #8A8A82;
	font-variant-numeric: tabular-nums;
}

/* ── The two sides ── */

.swl-roi__body {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.swl-roi__side {
	padding: 32px;
}

.swl-roi__side--them {
	background: #F5F1ED;
	border-right: 1px solid #EBE8E4;
}

/* Amber rail marks the destination side, matching the comparison above. */
.swl-roi__side--us {
	position: relative;
	background: #FFFFFF;
}

.swl-roi__side--us::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 4px;
	background: linear-gradient(180deg, #FFDB7D, rgba(255, 219, 125, 0));
}

.swl-roi__side-tag {
	display: block;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0 0 6px;
}

.swl-roi__side--them .swl-roi__side-tag {
	color: #8A8A82;
}

.swl-roi__side--us .swl-roi__side-tag {
	color: #A07C21;
}

.swl-roi__side-title {
	font-family: 'TWK Everett', sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.25;
	margin: 0 0 22px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.swl-roi__side--them .swl-roi__side-title {
	color: #3F3F3A;
}

.swl-roi__side--us .swl-roi__side-title {
	color: #191A23;
}

.swl-roi__side-badge {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #191A23;
	background: #FFDB7D;
	border-radius: 999px;
	padding: 4px 10px;
}

/* ── Line items ── */

.swl-roi__line {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 16px;
	padding: 11px 0;
	border-bottom: 1px solid #E4DFD8;
	font-size: 15px;
}

.swl-roi__side--us .swl-roi__line {
	border-bottom-color: #EFECE7;
}

.swl-roi__line .k {
	color: #55554F;
}

.swl-roi__line .k small {
	display: block;
	font-size: 12px;
	color: #8A8A82;
	margin-top: 2px;
}

.swl-roi__line .v {
	font-weight: 500;
	color: #191A23;
	font-variant-numeric: tabular-nums;
	white-space: nowrap;
}

.swl-roi__line .v.is-zero {
	color: #A3A39A;
}

.swl-roi__line .v.is-pos {
	color: #1B7F4B;
}

/* ── Keep / give split ── */

.swl-roi__split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin-top: 24px;
}

.swl-roi__cell {
	padding: 16px;
	border-radius: 12px;
	background: #FFFFFF;
	border: 1px solid #E4DFD8;
}

.swl-roi__side--us .swl-roi__cell {
	background: #FCFAF7;
}

/* "Keep" on the NEO side is the number the section exists to produce. */
.swl-roi__cell--keep.is-us {
	background: #FFF6E2;
	border-color: #F2D89B;
}

.swl-roi__cell-label {
	display: block;
	font-size: 12px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #6E6E66;
	margin: 0 0 8px;
}

.swl-roi__cell-label small {
	display: block;
	text-transform: none;
	letter-spacing: 0;
	font-size: 11px;
	color: #8A8A82;
	margin-top: 2px;
}

.swl-roi__cell-val {
	display: block;
	font-family: 'TWK Everett', sans-serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.05;
	font-variant-numeric: tabular-nums;
	color: #191A23;
}

/* What you hand over is stated plainly, not shouted — the contrast between
   the two cells carries it. */
.swl-roi__cell--give .swl-roi__cell-val {
	color: #8A8A82;
}

.swl-roi__cell--keep.is-us .swl-roi__cell-val {
	color: #191A23;
}

.swl-roi__cell-sub {
	display: block;
	font-size: 13px;
	color: #6E6E66;
	margin-top: 5px;
	font-variant-numeric: tabular-nums;
}

/* ── Payoff bar ── */

.swl-roi__uplift {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0;
	padding: 22px 32px;
	background: #191A23;
	color: #FFFFFF;
}

.swl-roi__uplift-num {
	flex: 0 0 auto;
	font-family: 'TWK Everett', sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
	color: #FFDB7D;
	font-variant-numeric: tabular-nums;
}

.swl-roi__uplift-txt {
	font-size: 15px;
	line-height: 1.5;
	color: #E7E5E0;
}

.swl-roi__uplift-txt b {
	color: #FFFFFF;
	font-weight: 500;
}

.swl-roi__note {
	margin: 20px 0 0;
	font-size: 13px;
	line-height: 1.55;
	color: #6E6E66;
}

/* ── Responsive ── */

@media (max-width: 1024px) {
	.swl-roi { padding-bottom: 72px; }
	.swl-roi__side { padding: 26px 24px; }
	.swl-roi__count-num { font-size: 36px; }
}

@media (max-width: 768px) {
	.swl-roi { padding-bottom: 56px; }

	.swl-roi__control { padding: 22px 20px 20px; }

	.swl-roi__control-top {
		flex-direction: column;
		gap: 14px;
	}

	.swl-roi__count { text-align: left; }
	.swl-roi__count-num { font-size: 32px; }

	/* Source order here, unlike the comparison above: the reseller figure has
	   to be read first for the NEO figure to land. */
	.swl-roi__body { grid-template-columns: 1fr; }

	.swl-roi__side--them {
		border-right: 0;
		border-bottom: 1px solid #EBE8E4;
	}

	.swl-roi__side { padding: 24px 20px; }

	.swl-roi__uplift {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
		padding: 20px;
	}

	.swl-roi__uplift-num { font-size: 34px; }
}

/* ══════════════════════════════════════════════════════════════════════════
   SECTION 1d — The white-label lifecycle
   ══════════════════════════════════════════════════════════════════════════ */
.swl-flow {
	padding: 96px 0;
	background: #F5F1ED;
	scroll-margin-top: 96px;
}
.swl-flow__head {
	max-width: 760px;
	margin: 0 0 56px;
}
.swl-flow__eyebrow {
	display: inline-block;
	font-family: 'TWK Everett', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #8A8A82;
	margin: 0 0 16px;
}
.swl-flow__title {
	font-family: 'TWK Everett', sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.15;
	color: #191A23;
	margin: 0 0 16px;
}
.swl-flow__intro {
	font-size: 18px;
	line-height: 1.6;
	color: #55554F;
	margin: 0;
}

/* Counter-driven numbering: the steps are an ordered list, so the numbers
   follow the DOM and cannot drift out of sync with a reordered repeater. */
.swl-flow__track {
	counter-reset: swl-step;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.swl-flow__step {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 28px 22px 22px;
	background: #FFFFFF;
	border: 1px solid #E6E1DA;
	border-radius: 16px;
}
.swl-flow__num {
	counter-increment: swl-step;
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin: 0 0 16px;
	border-radius: 50%;
	background: #191A23;
	color: #FFDB7D;
	font-family: 'TWK Everett', sans-serif;
	font-size: 17px;
	font-weight: 600;
	font-variant-numeric: tabular-nums;
}
.swl-flow__num::before {
	content: counter(swl-step);
}

/*
 * Connector track between steps.
 *
 * Runs from the centre of this step's number (card padding 22px + half of the
 * 40px circle = 42px) to just past the card's right edge by the grid gap, so it
 * bridges the space between cards. Expressed as left/right rather than a width
 * calc — the card width is a grid fraction, so anything computed from it would
 * be guesswork.
 *
 * The next card is also positioned and comes later in the DOM, so it paints
 * over the overhang; the line is only ever visible in the gap and across this
 * card's own empty upper-right area.
 */
.swl-flow__step::after {
	content: '';
	position: absolute;
	top: 47px;
	left: 42px;
	right: -20px;
	height: 2px;
	background: #E0D9CF;
	z-index: 0;
}
.swl-flow__step:last-child::after {
	display: none;
}
.swl-flow__step-title {
	font-family: 'TWK Everett', sans-serif;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.25;
	color: #191A23;
	margin: 0 0 8px;
}
.swl-flow__step-text {
	font-size: 15px;
	line-height: 1.55;
	color: #55554F;
	margin: 0 0 18px;
}
.swl-flow__badge {
	margin-top: auto;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 6px;
	background: #F5F1ED;
	color: #55554F;
	font-family: 'TWK Everett', sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

/* Five across stops working well before the tablet breakpoint — the cards get
   too narrow for a two-word heading to stay on one line. */
@media (max-width: 1100px) {
	.swl-flow__track {
		grid-template-columns: repeat(3, 1fr);
	}
	.swl-flow__step::after {
		display: none;
	}
}
@media (max-width: 780px) {
	.swl-flow {
		padding: 64px 0;
	}
	.swl-flow__title {
		font-size: 30px;
	}
	.swl-flow__track {
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.swl-flow__step {
		padding: 22px 20px 20px;
	}
}

/* ══════════════════════════════════════════════════════════════════════════
   SECTION 1e — Who builds on NEO
   ══════════════════════════════════════════════════════════════════════════ */
.swl-aud {
	padding: 96px 0;
	background: #FCFAF7;
	scroll-margin-top: 96px;
}
.swl-aud__head {
	max-width: 760px;
	margin: 0 0 48px;
}
.swl-aud__eyebrow {
	display: inline-block;
	font-family: 'TWK Everett', sans-serif;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #8A8A82;
	margin: 0 0 16px;
}
.swl-aud__title {
	font-family: 'TWK Everett', sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.15;
	color: #191A23;
	margin: 0 0 16px;
}
.swl-aud__intro {
	font-size: 18px;
	line-height: 1.6;
	color: #55554F;
	margin: 0;
}
.swl-aud__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.swl-aud__card {
	padding: 28px 26px;
	background: #FFFFFF;
	border: 1px solid #E6E1DA;
	border-radius: 16px;
	transition: border-color 0.2s ease, transform 0.2s ease;
}
.swl-aud__card:hover {
	border-color: #191A23;
	transform: translateY(-2px);
}
.swl-aud__icon {
	display: block;
	width: 32px;
	height: 32px;
	object-fit: contain;
	margin: 0 0 16px;
}
.swl-aud__card-title {
	font-family: 'TWK Everett', sans-serif;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.25;
	color: #191A23;
	margin: 0 0 8px;
}
.swl-aud__card-text {
	font-size: 15px;
	line-height: 1.6;
	color: #55554F;
	margin: 0;
}

@media (max-width: 1100px) {
	.swl-aud__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 780px) {
	.swl-aud {
		padding: 64px 0;
	}
	.swl-aud__title {
		font-size: 30px;
	}
	.swl-aud__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}
}

/* Hover lift and the connector line are decoration; motion-sensitive users
   should not get either animated. */
@media (prefers-reduced-motion: reduce) {
	.swl-aud__card {
		transition: none;
	}
	.swl-aud__card:hover {
		transform: none;
	}
}

/* ══════════════════════════════════════════════════════════════════════════
   SECTION 1e — The platform is on us

   A visual clone of .psol-features on the NEO Hire page. Values are copied
   verbatim from dist/platform-solution.css (section head 48/18, cards 36px on
   #f5f1ea at radius 20, 308:231 media well, 24px titles, 15px copy) so the two
   sections read as the same component. Duplicated rather than shared: that
   stylesheet also carries hero, tab and section-spacing rules that would
   collide with this page.
   ══════════════════════════════════════════════════════════════════════════ */
.swl-feat {
	padding: 0 0 120px;
	background: #FCFAF7;
	scroll-margin-top: 96px;
}
.swl-feat__head {
	max-width: 780px;
	margin: 0 auto;
	padding: 100px 0 36px;
	text-align: center;
}
.swl-feat__title {
	margin: 0 0 16px;
	font-size: 48px;
	line-height: 1.16;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: #1d1d1f;
}
.swl-feat__desc {
	max-width: 580px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.5;
	color: #1d1d1f;
}
.swl-feat__grid {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.swl-feat__card {
	display: flex;
	flex-direction: column;
	padding: 36px;
	border-radius: 20px;
	background: #f5f1ea;
	min-height: 475px;
}

/* Fixed ratio keeps the copy on a common baseline across the row whether or
   not a given card has artwork yet. */
.swl-feat__media {
	width: 100%;
	aspect-ratio: 308 / 231;
	margin-bottom: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.swl-feat__media img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	display: block;
}
.swl-feat__body {
	flex: 1;
}
.swl-feat__card-title {
	margin: 0 0 16px;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: #1d1d1f;
}

/* Rich text, so the wrapper carries no styles of its own — the child elements
   the editor produces are styled instead. */
.swl-feat__card-desc {
	font-size: 15px;
	line-height: 1.5;
	color: #4b5563;
}
.swl-feat__card-desc > *:first-child {
	margin-top: 0;
}
.swl-feat__card-desc > *:last-child {
	margin-bottom: 0;
}
.swl-feat__card-desc p {
	margin: 0 0 12px;
}
.swl-feat__card-desc ul,
.swl-feat__card-desc ol {
	margin: 0 0 12px;
	padding-left: 18px;
}
.swl-feat__card-desc li {
	margin: 0 0 6px;
}
.swl-feat__card-desc strong {
	font-weight: 600;
	color: #1d1d1f;
}
.swl-feat__card-desc a {
	color: #1d1d1f;
	text-decoration: underline;
}
.swl-feat__link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-top: 24px;
	font-size: 14px;
	font-weight: 500;
	color: #1d1d1f;
	text-decoration: none;
}
.swl-feat__link:hover {
	text-decoration: underline;
}

/* Breakpoints mirror platform-solution.css so the clone reflows identically. */
@media (max-width: 1024px) {
	.swl-feat__title {
		font-size: 36px;
	}
	.swl-feat__head {
		padding: 70px 0 28px;
	}
	.swl-feat__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 640px) {
	.swl-feat {
		padding-bottom: 72px;
	}
	.swl-feat__title {
		font-size: 28px;
	}
	.swl-feat__desc {
		font-size: 16px;
	}
	.swl-feat__grid {
		grid-template-columns: 1fr;
	}
	.swl-feat__card {
		padding: 24px;
		min-height: 0;
	}
}
