#section-id-292,
#section-id-288 { display: none !important; }

.erhverv-redesign {
	position: relative;
	overflow: hidden;
	background: #fffff0;
	color: #4c3718;
	padding: 88px 24px;
}

.erhverv-redesign::before {
	position: absolute;
	top: 70px;
	right: -80px;
	width: 260px;
	height: 210px;
	border: 3px solid #fff87b;
	border-radius: 46% 54% 62% 38% / 52% 38% 62% 48%;
	content: "";
	transform: rotate(18deg);
}

.erhverv-redesign__inner {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

.erhverv-redesign__intro {
	max-width: 760px;
	margin-bottom: 48px;
}

.erhverv-redesign__eyebrow {
	display: inline-flex;
	margin: 0 0 12px;
	padding: 8px 12px;
	border-radius: 999px;
	background: #fff87b;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.erhverv-redesign h2,
.erhverv-redesign h3 { color: #4c3718; }

.erhverv-redesign h2 {
	margin-bottom: 16px;
	font-size: clamp(40px, 6vw, 68px);
	line-height: .98;
}

.erhverv-redesign__intro > p:last-child {
	max-width: 650px;
	font-size: 19px;
	line-height: 1.55;
}

.erhverv-packages {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-bottom: 88px;
}

.erhverv-package {
	position: relative;
	display: flex;
	min-height: 520px;
	flex-direction: column;
	padding: 32px;
	border: 2px solid #4c3718;
	border-radius: 34px 18px 34px 18px;
	background: #fff87b;
}

.erhverv-package:nth-child(2) {
	transform: translateY(24px);
	background: #4c3718;
	color: #fffff0;
}

.erhverv-package:nth-child(2) h3 { color: #fff87b; }
.erhverv-package:nth-child(3) { background: #ae8642; }

.erhverv-package__number {
	display: grid;
	width: 46px;
	height: 46px;
	place-items: center;
	margin-bottom: 28px;
	border: 2px solid currentColor;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 700;
}

.erhverv-package h3 {
	margin-bottom: 12px;
	font-size: clamp(26px, 2.2vw, 34px);
	line-height: 1;
	overflow-wrap: break-word;
}

.erhverv-package__for {
	min-height: 72px;
	margin-bottom: 24px;
	font-size: 16px;
	line-height: 1.5;
}

.erhverv-package ul {
	margin: 0 0 32px;
	padding: 0;
	list-style: none;
}

.erhverv-package li {
	position: relative;
	margin-bottom: 13px;
	padding-left: 24px;
}

.erhverv-package li::before {
	position: absolute;
	left: 0;
	content: "✓";
	font-weight: 700;
}

.erhverv-package__cta {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	align-self: flex-start;
	margin-top: auto;
	padding: 16px 22px;
	border-radius: 999px;
	background: #1c140b;
	color: #fff87b;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.erhverv-package__cta::after {
	content: "→";
	font-size: 20px;
	line-height: 1;
}

.erhverv-package__cta:hover,
.erhverv-package__cta:focus {
	background: #1c140b;
	color: #fff87b;
}

.erhverv-callback {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
	gap: 64px;
	padding: 56px;
	border-radius: 36px;
	background: #616711;
	color: #fffff0;
}

.erhverv-callback::after {
	position: absolute;
	right: -70px;
	bottom: -90px;
	width: 230px;
	height: 190px;
	border: 3px solid rgba(255, 248, 123, .35);
	border-radius: 57% 43% 38% 62% / 42% 58% 42% 58%;
	content: "";
	transform: rotate(-12deg);
}

.erhverv-callback > * { position: relative; z-index: 1; }

.erhverv-callback .erhverv-redesign__eyebrow {
	background: #4c3718;
	color: #fff87b;
}

.erhverv-callback h2 { color: #fff87b; }
.erhverv-callback__copy p { font-size: 18px; line-height: 1.55; }

.erhverv-callback__form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.erhverv-field--wide { grid-column: 1 / -1; }

.erhverv-callback label {
	display: block;
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: 700;
}

.erhverv-callback input {
	width: 100%;
	height: 54px;
	margin: 0;
	padding: 0 16px;
	border: 2px solid transparent;
	border-radius: 12px;
	background: #fffff0;
	color: #1c140b;
	box-shadow: none;
}

.erhverv-callback input:focus {
	border-color: #fff87b;
	outline: 3px solid rgba(255, 248, 123, .35);
}

.erhverv-callback button {
	grid-column: 1 / -1;
	justify-self: start;
	margin-top: 8px;
	padding: 18px 26px;
	border: 0;
	border-radius: 999px;
	background: #fff87b;
	color: #4c3718;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
}

.erhverv-callback button:disabled { cursor: wait; opacity: .7; }

.erhverv-form-status {
	grid-column: 1 / -1;
	margin: 0;
	font-weight: 700;
}

.erhverv-form-status[hidden] { display: none; }

@media (max-width: 900px) {
	.erhverv-packages { grid-template-columns: 1fr; }
	.erhverv-package { min-height: 0; }
	.erhverv-package:nth-child(2) { transform: none; }
	.erhverv-callback { grid-template-columns: 1fr; gap: 28px; }
}

@media (min-width: 901px) and (max-width: 1100px) {
	.erhverv-package h3 { font-size: 24px; }
}

@media (max-width: 640px) {
	.erhverv-redesign { padding: 64px 16px; }
	.erhverv-packages { margin-bottom: 64px; }
	.erhverv-package { padding: 26px; border-radius: 24px; }
	.erhverv-package__for { min-height: 0; }
	.erhverv-callback { padding: 30px 22px; border-radius: 26px; }
	.erhverv-callback__form { grid-template-columns: 1fr; }
	.erhverv-field--wide { grid-column: auto; }
	.erhverv-callback button { width: 100%; }
}


/* ---- 2026-09-03: kundereferencer + tryghed (trust-udvidelse) ---- */
.erhverv-logos {
	padding: 44px 24px;
	background: #4c3718;
	color: #fffff0;
}
.erhverv-logos__inner { max-width: 1280px; margin: 0 auto; }
.erhverv-logos__eyebrow {
	font-size: 14px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: #fff87b;
	margin: 0 0 18px;
	text-align: center;
}
.erhverv-logos__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px 34px;
}
.erhverv-logo {
	font-weight: 700;
	font-size: 17px;
	color: #fffff0;
	opacity: 0.88;
	white-space: nowrap;
}
.erhverv-hero-proof, .erhverv-hero-proof { display: none; }
.hero-slider__content .erhverv-hero-proof { display: block; margin-top: 18px; font-size: 15px; color: #4c3718; }

.erhverv-trust {
	padding: 88px 24px;
	background: #fffff0;
	color: #4c3718;
	position: relative;
	overflow: hidden;
}
.erhverv-trust__inner { max-width: 1280px; margin: 0 auto; position: relative; }
.erhverv-trust h2 { margin: 0 0 34px; }
.erhverv-trust__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
	gap: 22px;
	margin-bottom: 56px;
}
.erhverv-trust__item {
	background: #fffff0;
	border: 2px solid #4c3718;
	border-radius: 18px 22px 20px 24px / 22px 18px 24px 20px;
	padding: 24px;
}
.erhverv-trust__item h3 { margin: 0 0 8px; font-size: 20px; }
.erhverv-trust__item p { margin: 0; line-height: 1.5; }
.erhverv-trust__team {
	display: flex;
	align-items: center;
	gap: 40px;
	background: #4c3718;
	color: #fffff0;
	border-radius: 26px;
	padding: 34px;
}
.erhverv-trust__team-img { flex: 0 0 44%; }
.erhverv-trust__team-img img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 18px;
}
.erhverv-trust__team-txt h3 { color: #fff87b; margin: 0 0 10px; font-size: 26px; }
.erhverv-trust__team-txt p { margin: 0; line-height: 1.6; }
.erhverv-trust__tel {
	color: #4c3718;
	font-weight: 600;
	margin-left: 18px;
	white-space: nowrap;
}
@media (max-width: 46em) {
	.erhverv-trust__team { flex-direction: column; padding: 24px; }
	.erhverv-trust__team-img { flex: none; width: 100%; }
	.erhverv-logos__row { gap: 12px 22px; }
	.erhverv-trust__tel { margin-left: 0; display: inline-block; margin-top: 10px; }
}
