@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Plus+Jakarta+Sans:wght@600;700&display=swap");

.po-homepage {
	--po-charcoal: #1d1f21;
	--po-navy: #243447;
	--po-navy-hover: #1a2737;
	--po-warm-white: #f7f5f2;
	--po-stone: #d9d5cf;
	--po-soft-stone: #efede8;
	--po-sand: #c7b299;
	--po-sand-hover: #b89f80;
	--po-muted: #4a4d50;
	--po-faint: #9a8e7c;
	background: var(--po-warm-white);
	color: var(--po-charcoal);
	font-family: "Inter", sans-serif;
	overflow: visible;
}

.po-homepage *,
.po-homepage *::before,
.po-homepage *::after {
	box-sizing: border-box;
}

.po-home-existing-content .po-frontpage-2026,
.po-home-existing-content .po-frontpage-2026-wpb-row {
	display: none !important;
}

.po-homepage h1,
.po-homepage h2,
.po-homepage h3,
.po-homepage p,
.po-homepage figure,
.po-homepage blockquote {
	margin-top: 0;
}

.po-homepage h1,
.po-homepage h2,
.po-homepage h3 {
	color: var(--po-charcoal);
	font-family: "Plus Jakarta Sans", sans-serif;
}

.po-home-shell {
	width: min(1200px, calc(100% - 96px));
	margin-inline: auto;
}

.po-home-hero {
	position: relative;
	min-height: 650px;
	background:
		linear-gradient(100deg, rgba(20, 23, 26, .93) 0%, rgba(20, 23, 26, .67) 48%, rgba(20, 23, 26, .18) 100%),
		url("https://staging.promotiononline.se/wp-content/uploads/2026/05/promotiononline-hero-desktop-2560x720-1.webp") center / cover no-repeat;
}

.po-home-hero__inner {
	position: relative;
	padding-block: 116px 124px;
}

.po-home-eyebrow {
	margin-bottom: 16px;
	color: var(--po-faint);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 1.4;
	text-transform: uppercase;
}

.po-home-eyebrow--sand {
	margin-bottom: 26px;
	color: var(--po-sand);
	letter-spacing: .12em;
}

.po-home-hero h1 {
	max-width: 760px;
	margin-bottom: 26px;
	color: var(--po-warm-white);
	font-size: clamp(48px, 5vw, 66px);
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.06;
}

.po-home-hero__lead {
	max-width: 560px;
	margin-bottom: 40px;
	color: rgba(247, 245, 242, .82);
	font-size: 21px;
	line-height: 1.6;
}

.po-home-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}

.po-home-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 54px;
	border-radius: 8px;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.po-home-button:hover,
.po-home-button:focus-visible {
	text-decoration: none;
	transform: translateY(-1px);
}

.po-home-button--primary {
	border: 1.5px solid rgba(247, 245, 242, .2);
	background: var(--po-navy);
	color: var(--po-warm-white);
}

.po-home-button--primary:hover,
.po-home-button--primary:focus-visible {
	border-color: rgba(247, 245, 242, .35);
	background: var(--po-navy-hover);
	color: #fff;
}

.po-home-button--ghost {
	border: 1.5px solid rgba(247, 245, 242, .45);
	background: transparent;
	color: var(--po-warm-white);
}

.po-home-button--ghost:hover,
.po-home-button--ghost:focus-visible {
	border-color: var(--po-warm-white);
	background: rgba(247, 245, 242, .09);
	color: #fff;
}

.po-home-section {
	padding-block: 96px;
}

.po-home-section--warm {
	background: var(--po-warm-white);
}

.po-home-section--stone,
.po-home-section--trust {
	background: var(--po-soft-stone);
}

.po-home-section h2 {
	max-width: 680px;
	margin-bottom: 48px;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: -.01em;
	line-height: 1.12;
}

.po-home-solution-grid,
.po-home-kit-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.po-home-solution-card {
	display: flex;
	min-height: 300px;
	flex-direction: column;
	border: 1px solid var(--po-stone);
	border-radius: 14px;
	background: var(--po-warm-white);
	box-shadow: 0 2px 12px rgba(29, 31, 33, .04);
	color: var(--po-charcoal);
	padding: 34px;
	text-decoration: none;
	transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.po-home-solution-card:hover,
.po-home-solution-card:focus-visible {
	border-color: var(--po-sand);
	box-shadow: 0 14px 32px rgba(29, 31, 33, .08);
	color: var(--po-charcoal);
	text-decoration: none;
	transform: translateY(-2px);
}

.po-home-icon {
	display: inline-flex;
	width: 52px;
	height: 52px;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
	border-radius: 50%;
	background: #ede9e2;
}

.po-home-icon svg {
	width: 24px;
	height: 24px;
	stroke: var(--po-charcoal);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.6;
}

.po-home-solution-card h3 {
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
}

.po-home-solution-card p {
	margin-bottom: 22px;
	color: var(--po-muted);
	font-size: 16px;
	line-height: 1.6;
}

.po-home-text-link {
	margin-top: auto;
	color: var(--po-navy);
	font-size: 15px;
	font-weight: 600;
}

.po-home-process {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.po-home-process__marker {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 16px;
}

.po-home-process__marker span {
	display: inline-flex;
	width: 34px;
	height: 34px;
	flex: 0 0 34px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--po-navy);
	color: var(--po-warm-white);
	font-size: 15px;
	font-weight: 600;
}

.po-home-process__marker i {
	height: 1px;
	flex: 1;
	background: var(--po-stone);
}

.po-home-process h3 {
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
}

.po-home-process p {
	margin-bottom: 0;
	color: var(--po-muted);
	font-size: 15px;
	line-height: 1.6;
}

.po-home-section-note {
	margin: -36px 0 48px;
	color: var(--po-faint);
	font-size: 17px;
}

.po-home-kit-grid {
	align-items: stretch;
}

.po-home-kit-card {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid var(--po-stone);
	border-radius: 14px;
	background: var(--po-warm-white);
	box-shadow: 0 2px 12px rgba(29, 31, 33, .04);
}

.po-home-kit-card--featured {
	border: 1.5px solid var(--po-sand);
	box-shadow: 0 6px 22px rgba(29, 31, 33, .08);
}

.po-home-kit-card__media {
	aspect-ratio: 40 / 21;
	height: auto;
	overflow: hidden;
	background: var(--po-soft-stone);
	display: flex;
	align-items: center;
	justify-content: center;
}

.po-home-kit-card__media img {
	display: block;
	width: 94%;
	height: 94%;
	object-fit: contain;
	object-position: center;
	border-radius: 8px;
}

.po-home-kit-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 30px;
}

.po-home-kit-card h3 {
	margin-bottom: 4px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.2;
}

.po-home-kit-price {
	margin-bottom: 20px;
	color: var(--po-faint);
	font-size: 15px;
}

.po-home-kit-card ul {
	margin: 0 0 26px;
	padding-left: 20px;
	color: var(--po-muted);
	font-size: 15px;
	line-height: 1.9;
}

.po-home-kit-button {
	display: inline-flex;
	width: 100%;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	gap: 7px;
	margin-top: auto;
	border: 1.5px solid var(--po-navy);
	border-radius: 8px;
	background: transparent;
	color: var(--po-navy);
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: background-color .2s ease, color .2s ease;
}

.po-home-kit-button:hover,
.po-home-kit-button:focus-visible,
.po-home-kit-button--filled {
	background: var(--po-navy);
	color: var(--po-warm-white);
	text-decoration: none;
}

.po-home-kit-button--filled:hover,
.po-home-kit-button--filled:focus-visible {
	background: var(--po-navy-hover);
	color: #fff;
}

.po-home-badge {
	position: absolute;
	z-index: 2;
	top: 18px;
	right: 18px;
	border-radius: 6px;
	background: var(--po-sand);
	color: var(--po-charcoal);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .06em;
	padding: 6px 13px;
	text-transform: uppercase;
}

.po-home-section--trust {
	padding-block: 80px;
}

.po-home-trust {
	text-align: center;
}

.po-home-trust h2 {
	max-width: none;
	margin-bottom: 12px;
	font-size: 30px;
	font-weight: 600;
}

.po-home-trust > p {
	max-width: 620px;
	margin: 0 auto 44px;
	color: var(--po-muted);
	font-size: 17px;
	line-height: 1.6;
}

.po-home-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 32px 48px;
	margin-bottom: 48px;
	opacity: .5;
}

.po-home-logos span {
	color: var(--po-charcoal);
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 24px;
	font-weight: 700;
}

.po-home-logos span:nth-child(2),
.po-home-logos span:nth-child(4),
.po-home-logos span:nth-child(6) {
	font-weight: 600;
}

.po-home-logos .po-home-logo-pill {
	border: 2px solid var(--po-charcoal);
	border-radius: 999px;
	padding: 3px 16px;
}

.po-home-quote {
	max-width: 760px;
	margin: 0 auto;
	border-top: 1px solid var(--po-stone);
	padding-top: 40px;
}

.po-home-quote blockquote {
	margin-bottom: 18px;
	color: var(--po-navy);
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.4;
}

.po-home-quote figcaption {
	color: var(--po-faint);
	font-size: 15px;
}

.po-home-final-cta {
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: none;
	margin-left: -50vw;
	margin-right: -50vw;
	background: var(--po-navy);
	padding-block: 88px;
}

.po-home-final-cta__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 48px;
}

.po-home-final-cta__inner > div {
	max-width: 640px;
}

.po-home-final-cta h2 {
	margin-bottom: 14px;
	color: var(--po-warm-white) !important;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -.01em;
	line-height: 1.15;
}

html body.page-id-143 #main.po-homepage .po-home-final-cta .po-home-final-cta__inner p {
	margin-bottom: 0;
	color: #f7f5f2 !important;
	opacity: 1 !important;
	font-size: 19px;
	line-height: 1.6;
}

body.page-id-143 {
	overflow-x: clip;
}

body.page-id-143 .footer-wrapper {
	border-top: 0 !important;
}

.po-home-button--sand {
	border: 0;
	background: var(--po-sand);
	color: var(--po-charcoal) !important;
	padding: 16px 32px;
}

.po-home-button--sand:hover,
.po-home-button--sand:focus-visible {
	background: var(--po-sand-hover);
	color: var(--po-charcoal);
}

@media (max-width: 900px) {
	.po-home-shell {
		width: min(100% - 56px, 720px);
	}

	.po-home-hero {
		min-height: 600px;
		background-position: 62% center;
	}

	.po-home-solution-grid,
	.po-home-kit-grid {
		grid-template-columns: 1fr;
	}

	.po-home-process {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 36px 28px;
	}

	.po-home-kit-card {
		max-width: 620px;
		width: 100%;
		margin-inline: auto;
	}
}

@media (max-width: 640px) {
	.po-home-shell {
		width: min(100% - 32px, 520px);
	}

	.po-home-hero {
		min-height: auto;
		background-position: 68% center;
	}

	.po-home-hero__inner {
		padding-block: 80px 88px;
	}

	.po-home-hero h1 {
		font-size: 36px;
		line-height: 1.1;
	}

	.po-home-hero__lead {
		font-size: 18px;
		line-height: 1.55;
	}

	.po-home-actions,
	.po-home-button {
		width: 100%;
	}

	.po-home-section {
		padding-block: 68px;
	}

	.po-home-section h2 {
		margin-bottom: 36px;
		font-size: 32px;
	}

	.po-home-solution-card {
		min-height: 0;
		padding: 28px;
	}

	.po-home-process {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.po-home-process__marker i {
		display: none;
	}

	.po-home-section-note {
		margin-top: -24px;
		margin-bottom: 36px;
	}

	.po-home-kit-card__body {
		padding: 26px 24px;
	}

	.po-home-section--trust {
		padding-block: 64px;
	}

	.po-home-trust h2 {
		font-size: 27px;
	}

	.po-home-logos {
		gap: 24px 30px;
	}

	.po-home-quote blockquote {
		font-size: 22px;
	}

	.po-home-final-cta {
		padding-block: 64px;
	}

	.po-home-final-cta h2 {
		font-size: 32px;
	}

	.po-home-final-cta__inner,
	.po-home-final-cta .po-home-button {
		width: 100%;
	}
}

/* Designsystem compliance: scoped to the front-page content only. */
body.page-id-143 .po-homepage h2 {
	color: #1d1f21 !important;
	font-size: 36px !important;
	font-weight: 600 !important;
	line-height: 1.15 !important;
}

body.page-id-143 .po-homepage h3 {
	color: #1d1f21 !important;
	font-size: 22px !important;
	font-weight: 600 !important;
	line-height: 1.2 !important;
}

body.page-id-143 .po-homepage .po-home-eyebrow {
	color: #9a8e7c !important;
	font-size: 12px !important;
	font-weight: 500 !important;
	letter-spacing: .08em !important;
}

body.page-id-143 .po-homepage > section:not(.po-home-final-cta) p,
body.page-id-143 .po-homepage > section:not(.po-home-final-cta) li {
	color: #4a4d50 !important;
}

body.page-id-143 .po-homepage .po-home-solution-card {
	padding: 28px !important;
}

body.page-id-143 .po-homepage .po-home-kit-card__body {
	padding: 28px !important;
}

body.page-id-143 .po-homepage .po-home-kit-button {
	border-color: #243447 !important;
}

body.page-id-143 .po-homepage .po-home-quote {
	text-align: left !important;
}

body.page-id-143 .po-homepage .po-home-quote blockquote {
	border: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}

body.page-id-143 .po-homepage .po-home-final-cta h2 {
	color: #f7f5f2 !important;
}

body.page-id-143 .po-homepage .po-home-final-cta p {
	color: #f7f5f2 !important;
	font-size: 17px !important;
	line-height: 1.6 !important;
}

body.page-id-143 .po-homepage .po-home-button--sand {
	border-color: #c7b299 !important;
	color: #1d1f21 !important;
}

body.page-id-143 .po-homepage a {
	transition-duration: 150ms !important;
}

@media (max-width: 640px) {
	body.page-id-143 .po-homepage h2 {
		font-size: 32px !important;
	}
}
