/**
 * VERVES — component styles.
 * Loaded on the front end and in the editor. Design tokens come from theme.json;
 * this file styles the signature components (hero, cards, footer wordmark, badges).
 */

/* Web fonts (self-hosted files referenced in theme.json fontFace) load via
   theme.json; these @font-face-independent rules just set rhythm + components. */

/* ---------- Site gutter (all sections share the same left/right edge) ---------- */
:root {
	--verves-gutter: clamp(18px, 4vw, 40px);
	--verves-content-max: 1200px;
}

.verves-site-rail,
.verves-header__inner,
.verves-header .alignwide.verves-header__inner,
.verves-trust .wrap,
.verves-footer-wrap,
.footer .wrap,
.section > .wrap,
.section-tight > .wrap,
.wrap {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--verves-content-max);
	margin-inline: auto;
	padding-inline: var(--verves-gutter);
}

.verves-hero.is-layout-constrained > :where(:not(.alignfull)),
.verves-referrals-bar.is-layout-constrained > :where(:not(.alignfull)),
.verves-page-hero-section > *,
.section.verves-om-oss-hero > *,
.section.verves-anbefalere-hero > *,
.section.verves-slik-hero > *,
.section.verves-kontakt-hero > *,
.section.verves-faq-hero > *,
.section.verves-bli-hero > * {
	box-sizing: border-box;
	width: 100%;
	max-width: var(--verves-content-max);
	margin-inline: auto !important;
	padding-inline: var(--verves-gutter);
}

.verves-page-hero-section.is-layout-constrained,
.section.verves-om-oss-hero.is-layout-constrained,
.section.verves-anbefalere-hero.is-layout-constrained,
.section.verves-slik-hero.is-layout-constrained,
.section.verves-kontakt-hero.is-layout-constrained,
.section.verves-faq-hero.is-layout-constrained,
.section.verves-bli-hero.is-layout-constrained,
.verves-hero.is-layout-constrained,
.verves-referrals-bar.is-layout-constrained {
	padding-inline: 0 !important;
}

/* WP alignwide must not break out of the site rail inside page heroes */
.verves-page-hero-section > .alignwide,
.section.verves-om-oss-hero > .alignwide,
.section.verves-anbefalere-hero > .alignwide,
.section.verves-slik-hero > .alignwide,
.section.verves-kontakt-hero > .alignwide,
.section.verves-faq-hero > .alignwide,
.section.verves-bli-hero > .alignwide,
.page-head-grid.alignwide,
.verves-page-hero.alignwide {
	margin-inline: auto !important;
	max-width: var(--verves-content-max) !important;
	width: 100% !important;
	padding-inline: var(--verves-gutter) !important;
}

main.verves-page > .wp-block-shortcode,
.wp-block-group.verves-page > .wp-block-shortcode {
	width: 100%;
	max-width: none;
	margin-inline: 0;
	padding-inline: 0;
}

/* One gutter source — avoid stacking WP root padding with section rails. */
body .wp-site-blocks {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* ---------- Typographic accents ---------- */
.verves-accent,
.accent.verves-accent,
span.accent {
	font-family: "Newsreader", Georgia, serif;
	font-style: italic;
	font-weight: 400;
	color: var(--wp--preset--color--pine);
}

.display,
.verves-hero-title {
	font-size: clamp(2.25rem, 1.2rem + 4.6vw, 3.75rem);
	line-height: 1.05;
	letter-spacing: -0.03em;
	font-weight: 700;
}

.balance {
	text-wrap: balance;
}

.pretty {
	text-wrap: pretty;
}

.lead {
	font-size: clamp(1.05rem, 1rem + 0.35vw, 1.2rem);
	line-height: 1.6;
}

.muted {
	color: var(--wp--preset--color--muted);
}

.h2 {
	font-size: clamp(1.65rem, 1.2rem + 1.8vw, 2.35rem);
	line-height: 1.12;
	letter-spacing: -0.025em;
	font-weight: 700;
}

.h3 {
	font-size: 1.05rem;
	line-height: 1.25;
	font-weight: 600;
}

.verves-eyebrow {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--wp--preset--color--pine);
	margin-bottom: 0.75rem;
}

.verves-eyebrow--light {
	color: #aee0c4;
}

.verves-foot-eyebrow {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 0.7rem;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	opacity: 0.7;
	margin-bottom: 0.6rem;
}

.verves-lead {
	font-size: clamp(1.05rem, 1rem + 0.4vw, 1.25rem);
	line-height: 1.6;
	color: var(--wp--preset--color--ink-soft);
	max-width: 52ch;
}

.verves-muted {
	color: var(--wp--preset--color--muted);
}

/* ---------- Header / brand ---------- */
.wp-site-blocks > header.wp-block-template-part {
	position: sticky;
	top: 0;
	z-index: 100;
}

.admin-bar .wp-site-blocks > header.wp-block-template-part {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .wp-site-blocks > header.wp-block-template-part {
		top: 46px;
	}
}

.verves-header {
	border-bottom: 1px solid var(--wp--preset--color--line);
	background: var(--wp--preset--color--cream);
	position: relative;
	z-index: 100;
}

@media (min-width: 921px) {
	.verves-header {
		background: color-mix(in srgb, var(--wp--preset--color--cream) 94%, transparent);
		backdrop-filter: saturate(1.2) blur(10px);
		-webkit-backdrop-filter: saturate(1.2) blur(10px);
	}
}

/* Mobile: fixed header — reliable on iOS (sticky caused gap + content bleed). */
@media (max-width: 920px) {
	.wp-site-blocks > header.wp-block-template-part {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		max-width: 100%;
		z-index: 200;
		margin: 0 !important;
		padding: 0;
		box-sizing: border-box;
		background: var(--wp--preset--color--cream);
		border-bottom: 1px solid var(--wp--preset--color--line);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}

	.admin-bar .wp-site-blocks > header.wp-block-template-part {
		top: 32px;
	}

	@media screen and (max-width: 782px) {
		.admin-bar .wp-site-blocks > header.wp-block-template-part {
			top: 46px;
		}
	}

	.verves-header {
		background: var(--wp--preset--color--cream);
		border-bottom: none;
		backdrop-filter: none;
		-webkit-backdrop-filter: none;
	}

	.verves-header__inner,
	.verves-header .alignwide.verves-header__inner {
		padding-top: calc(1rem + env(safe-area-inset-top, 0px));
	}

	.verves-header.is-scrolled {
		box-shadow: 0 8px 24px rgba(20, 84, 59, 0.06);
	}

	.wp-site-blocks > header.wp-block-template-part + * {
		padding-top: var(
			--verves-header-offset,
			calc(4.25rem + env(safe-area-inset-top, 0px))
		);
	}

	html {
		scroll-padding-top: var(
			--verves-header-offset,
			calc(4.25rem + env(safe-area-inset-top, 0px))
		);
	}
}

.verves-header__inner,
.verves-header .alignwide.verves-header__inner {
	padding-block: 1rem;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
}

.verves-logo {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	text-decoration: none;
	color: var(--wp--preset--color--ink);
	flex: 0 0 auto;
}

.verves-wordmark {
	font-weight: 700;
	font-size: 1.35rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.verves-diamond {
	width: 18px;
	height: 18px;
	border-radius: 4px;
	background: var(--wp--preset--color--pine);
	transform: rotate(45deg);
	display: inline-block;
	flex: 0 0 auto;
}

@media (max-width: 920px) {
	.verves-logo {
		gap: 0.62rem;
	}

	.verves-wordmark {
		font-size: 1.52rem;
		letter-spacing: 0.07em;
	}

	.verves-diamond {
		width: 22px;
		height: 22px;
		border-radius: 5px;
	}
}

/* Primary navigation */
.verves-primary-nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1 1 auto;
	min-width: 0;
}

.verves-nav-desktop__list,
.verves-nav-drawer__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.verves-nav-desktop__list {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: clamp(0.75rem, 1.5vw, 1.5rem);
}

.verves-nav-desktop__list a,
.verves-nav-drawer__list a {
	text-decoration: none;
	color: var(--wp--preset--color--ink-soft);
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	transition: color 0.15s ease;
}

.verves-nav-desktop__list a:hover,
.verves-nav-desktop__list a:focus-visible,
.verves-nav-drawer__list a:hover,
.verves-nav-drawer__list a:focus-visible {
	color: var(--wp--preset--color--pine);
}

.verves-nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 12px;
	background: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--pine);
	cursor: pointer;
	flex: 0 0 auto;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.verves-nav-toggle:hover,
.verves-nav-toggle:focus-visible {
	border-color: var(--wp--preset--color--green-100);
	box-shadow: 0 4px 14px rgba(20, 84, 59, 0.08);
	outline: none;
}

.verves-nav-toggle__bars {
	display: grid;
	gap: 5px;
	width: 18px;
}

.verves-nav-toggle__bars span {
	display: block;
	height: 2px;
	border-radius: 2px;
	background: currentColor;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.verves-nav-toggle[aria-expanded="true"] .verves-nav-toggle__bars span:nth-child(1) {
	transform: translateY(7px) rotate(45deg);
}

.verves-nav-toggle[aria-expanded="true"] .verves-nav-toggle__bars span:nth-child(2) {
	opacity: 0;
}

.verves-nav-toggle[aria-expanded="true"] .verves-nav-toggle__bars span:nth-child(3) {
	transform: translateY(-7px) rotate(-45deg);
}

.verves-nav-drawer {
	position: fixed;
	inset: 0;
	z-index: 300;
	pointer-events: none;
}

body > .verves-nav-drawer--portal {
	z-index: 100001;
}

.admin-bar body > .verves-nav-drawer--portal {
	top: 32px;
	height: calc(100dvh - 32px);
}

@media screen and (max-width: 782px) {
	.admin-bar body > .verves-nav-drawer--portal {
		top: 46px;
		height: calc(100dvh - 46px);
	}
}

.verves-nav-drawer:not([hidden]) {
	pointer-events: auto;
}

.verves-nav-drawer__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(22, 23, 15, 0.42);
	opacity: 0;
	transition: opacity 0.25s ease;
}

.verves-nav-drawer.is-open .verves-nav-drawer__backdrop {
	opacity: 1;
}

.verves-nav-drawer__panel {
	position: absolute;
	top: 0;
	right: 0;
	width: min(100%, 360px);
	height: 100%;
	max-height: 100dvh;
	background: var(--wp--preset--color--cream);
	border-left: 1px solid var(--wp--preset--color--line);
	box-shadow: -12px 0 40px rgba(20, 84, 59, 0.12);
	display: flex;
	flex-direction: column;
	transform: translateX(100%);
	transition: transform 0.28s ease;
	box-sizing: border-box;
}

.verves-nav-drawer.is-open .verves-nav-drawer__panel {
	transform: translateX(0);
}

.verves-nav-drawer__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1.15rem;
	border-bottom: 1px solid var(--wp--preset--color--line);
	flex: 0 0 auto;
}

.verves-nav-drawer__brand {
	font-family: var(--wp--preset--font-family--mono);
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted);
	font-weight: 500;
}

.verves-nav-drawer__close {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: none;
	border-radius: 12px;
	background: transparent;
	color: var(--wp--preset--color--ink-soft);
	cursor: pointer;
}

.verves-nav-drawer__close:hover,
.verves-nav-drawer__close:focus-visible {
	background: var(--wp--preset--color--green-50);
	color: var(--wp--preset--color--pine);
	outline: none;
}

.verves-nav-drawer__body {
	flex: 1 1 auto;
	overflow-y: auto;
	padding: 0.5rem 1.15rem;
	-webkit-overflow-scrolling: touch;
}

.verves-nav-drawer__list {
	display: grid;
	gap: 0;
}

.verves-nav-drawer__list a {
	display: block;
	padding: 0.95rem 0;
	font-size: 0.95rem;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--wp--preset--color--ink);
	border-bottom: 1px solid var(--wp--preset--color--line);
}

.verves-nav-drawer__list li:last-child a {
	border-bottom: none;
}

.verves-nav-drawer__foot {
	padding: 1rem 1.15rem calc(1rem + env(safe-area-inset-bottom, 0px));
	border-top: 1px solid var(--wp--preset--color--line);
	flex: 0 0 auto;
}

.verves-nav-drawer__cta {
	width: 100%;
	justify-content: center;
}

body.verves-nav-open {
	overflow: hidden;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

@media (max-width: 920px) {
	.verves-nav-desktop {
		display: none;
	}

	.verves-nav-toggle {
		display: inline-flex;
	}
}

@media (prefers-reduced-motion: reduce) {
	.verves-nav-drawer__panel,
	.verves-nav-drawer__backdrop,
	.verves-nav-toggle__bars span {
		transition: none;
	}
}

/* Legacy nav block aliases (if cached templates still render core/navigation). */
.verves-nav a {
	text-decoration: none;
	color: var(--wp--preset--color--ink-soft);
}

.verves-nav a:hover {
	color: var(--wp--preset--color--pine);
}

/* ---------- Hero ---------- */
.verves-hero {
	padding-top: clamp(40px, 5vw, 72px);
	padding-bottom: clamp(48px, 6vw, 80px);
}

.verves-hero-grid,
.hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(36px, 5vw, 72px);
	align-items: center;
}

.verves-hero-pill,
.pill.verves-hero-pill {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	background: #fff;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 999px;
	padding: 0.42rem 0.9rem 0.42rem 0.55rem;
	margin: 0 0 26px;
	max-width: 100%;
	white-space: nowrap;
}

.verves-hero-pill__avatars {
	display: flex;
	align-items: center;
}

.verves-hero-pill__avatar-wrap {
	display: flex;
	margin-left: -7px;
	border: 2px solid #fff;
	border-radius: 7px;
}

.verves-hero-pill__avatar-wrap:first-child {
	margin-left: 0;
}

.verves-hero-pill__avatar {
	width: 20px;
	height: 20px;
	border-radius: 5px;
	color: #fff;
	display: grid;
	place-items: center;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-weight: 700;
	flex: 0 0 auto;
	letter-spacing: -0.02em;
	line-height: 1;
}

.verves-hero-pill__text {
	font-size: 13.5px;
	color: var(--wp--preset--color--ink-soft);
	white-space: normal;
}

.verves-hero-pill__text b {
	font-weight: 600;
	color: var(--wp--preset--color--ink-soft);
}

.verves-hero-title {
	margin: 0;
}

.verves-hero-lead {
	max-width: 46ch;
	margin-top: 22px;
}

.verves-hero-actions {
	display: flex;
	gap: 12px;
	margin-top: 30px;
	flex-wrap: wrap;
}

.verves-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	font: inherit;
	font-weight: 600;
	text-decoration: none;
	border-radius: 999px;
	border: 1px solid transparent;
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.verves-btn--lg {
	padding: 0.82rem 1.35rem;
	font-size: 0.95rem;
}

.verves-btn--primary {
	background: var(--wp--preset--color--pine);
	border-color: var(--wp--preset--color--pine);
	color: #fff;
}

.verves-btn--primary:hover {
	background: var(--wp--preset--color--pine-700);
	border-color: var(--wp--preset--color--pine-700);
	color: #fff;
}

.verves-btn--ghost {
	background: #fff;
	border-color: var(--wp--preset--color--line);
	color: var(--wp--preset--color--ink);
}

.verves-btn--ghost:hover {
	border-color: #d4e6da;
	color: var(--wp--preset--color--pine);
}

.verves-hero-stats,
.stats.verves-hero-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 44px;
	padding-top: 0;
	border-top: none;
}

.verves-hero-stat .v {
	font-size: clamp(1.35rem, 1rem + 1.2vw, 1.75rem);
	line-height: 1.1;
	font-weight: 700;
	color: var(--wp--preset--color--pine);
	margin-bottom: 0.2rem;
}

.verves-hero-stat .l {
	font-size: 0.88rem;
	color: var(--wp--preset--color--muted);
	line-height: 1.35;
}

.verves-hero-stat strong {
	display: block;
	font-size: clamp(1.35rem, 1rem + 1.2vw, 1.75rem);
	line-height: 1.1;
	color: var(--wp--preset--color--pine);
	margin-bottom: 0.2rem;
}

.verves-hero-stat span {
	font-size: 0.88rem;
	color: var(--wp--preset--color--muted);
	line-height: 1.35;
}

.verves-hero-visual {
	position: relative;
	min-width: 0;
	display: flex;
	justify-content: flex-end;
}

.verves-hero-copy {
	min-width: 0;
}

.verves-hero-glow {
	position: absolute;
	inset: -6% -3%;
	background: radial-gradient(60% 55% at 70% 20%, rgba(20, 84, 59, 0.08), transparent 70%);
	filter: blur(8px);
	z-index: 0;
	pointer-events: none;
}

.verves-hero-card-wrap {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 440px;
	margin-left: auto;
	margin-right: 0;
	padding: 24px 0 16px;
}

.verves-request-card,
.card.hero-form {
	display: flex;
	flex-direction: column;
	gap: var(--verves-form-gap, 16px);
	width: 100%;
	max-width: 100%;
	min-width: 0;
	box-sizing: border-box;
	padding: 1.35rem;
	background: #fff;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 18px;
	box-shadow: 0 24px 60px rgba(20, 84, 59, 0.1);
}

.verves-request-card__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 0;
	min-width: 0;
}

.verves-request-card__eyebrow {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--wp--preset--color--pine);
	margin: 0;
}

.verves-request-card__title {
	font-size: 20px;
	font-weight: 600;
	margin: 6px 0 0;
	color: var(--wp--preset--color--ink);
}

.verves-request-card__mark,
.svc-mark.verves-request-card__mark {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 17px;
	font-weight: 700;
	flex-shrink: 0;
	letter-spacing: -0.02em;
}

.verves-request-card__field {
	margin-bottom: 0;
	width: 100%;
	min-width: 0;
}

.verves-request-card__label {
	display: block;
	font-size: 13.5px;
	font-weight: 500;
	color: var(--wp--preset--color--ink-soft);
	margin-bottom: 8px;
}

.verves-request-chips,
.chips.verves-request-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	width: 100%;
	min-width: 0;
}

.verves-request-chip,
.chip-select.verves-request-chip {
	font: inherit;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 500;
	color: var(--wp--preset--color--ink-soft);
	background: #fff;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 999px;
	padding: 0.44rem 0.82rem;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	box-sizing: border-box;
	max-width: 100%;
	transition: border-color 0.15s, background 0.15s, color 0.15s;
}

.verves-request-chip .dotc {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	flex-shrink: 0;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}

.verves-request-chip.is-active,
.verves-request-chip.sel {
	color: #fff;
	background: var(--wp--preset--color--pine);
	border-color: var(--wp--preset--color--pine);
}

.verves-request-chip.is-active .dotc,
.verves-request-chip.sel .dotc {
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.45);
}

.verves-request-benefit {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 14px;
	background: var(--wp--preset--color--green-50);
	border: 1px solid var(--wp--preset--color--green-100);
	margin-bottom: 0;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
}

.verves-request-benefit__icon {
	color: var(--wp--preset--color--pine);
	flex: 0 0 auto;
	margin-top: 1px;
	line-height: 0;
}

.verves-request-benefit__title {
	font-weight: 600;
	font-size: 15px;
	color: var(--wp--preset--color--ink);
}

.verves-request-benefit__rec {
	font-size: 13px;
	margin-top: 2px;
	color: var(--wp--preset--color--muted);
}

.verves-request-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.25rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	border-radius: 999px;
	padding: 0.78rem 1.1rem;
	background: var(--wp--preset--color--pine);
	border: 1px solid var(--wp--preset--color--pine);
	color: #fff !important;
	font-weight: 600;
	font-size: 0.92rem;
}

.verves-request-cta:hover {
	background: var(--wp--preset--color--pine-700);
	border-color: var(--wp--preset--color--pine-700);
	color: #fff !important;
}

.verves-request-note {
	font-size: 11.5px;
	text-align: center;
	margin: 0;
	display: flex;
	gap: 6px;
	justify-content: center;
	align-items: center;
	color: var(--wp--preset--color--muted);
}

.verves-proof-chip {
	position: absolute;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	background: #fff;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 999px;
	padding: 0.4rem 0.75rem;
	font-size: 0.82rem;
	font-weight: 500;
	color: var(--wp--preset--color--ink-soft);
	box-shadow: 0 10px 28px rgba(20, 84, 59, 0.08);
	white-space: nowrap;
}

.verves-proof-chip--a {
	top: 0;
	left: 0;
}

.verves-proof-chip--b {
	bottom: 0;
	right: 0;
}

.verves-proof-chip__avatar {
	width: 30px;
	height: 30px;
	border-radius: 8px;
	color: #fff;
	display: grid;
	place-items: center;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-weight: 700;
	flex: 0 0 auto;
	letter-spacing: -0.02em;
	line-height: 1;
}

.verves-proof-chip__arrow {
	color: var(--wp--preset--color--pine);
	line-height: 0;
}

.verves-proof-chip .muted {
	color: var(--wp--preset--color--muted);
}

@media (prefers-reduced-motion: no-preference) {
	.float-a,
	.verves-proof-chip--a {
		animation: verves-floaty 6s ease-in-out infinite;
	}

	.float-b,
	.verves-proof-chip--b {
		animation: verves-floaty 7s ease-in-out infinite 0.8s;
	}

	@keyframes verves-floaty {
		0%, 100% { transform: translateY(0); }
		50% { transform: translateY(-9px); }
	}
}

/* ---------- Referrals bar ---------- */
.verves-referrals-bar {
	padding-bottom: clamp(20px, 3vw, 40px);
}

.verves-referrals-inner {
	border-top: 1px solid var(--wp--preset--color--line);
	border-bottom: 1px solid var(--wp--preset--color--line);
	padding: 22px 0;
	display: flex;
	align-items: center;
	gap: 28px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.verves-referrals-bar__eyebrow {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 0.68rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted);
	flex: 0 0 auto;
	margin: 0;
}

.verves-referrals-items {
	display: flex;
	gap: clamp(20px, 3vw, 44px);
	flex-wrap: wrap;
	align-items: center;
}

.verves-referral-item {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-size: 14.5px;
	color: var(--wp--preset--color--ink-soft);
	font-weight: 500;
}

.verves-referral-item strong {
	font-weight: 600;
	color: var(--wp--preset--color--ink-soft);
}

.verves-referral-item svg {
	color: var(--wp--preset--color--pine);
	flex-shrink: 0;
}

.verves-referral-item .muted {
	color: var(--wp--preset--color--muted);
	font-weight: 400;
}

.verves-referrals-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1.25rem;
}

.verves-referrals-list li {
	font-size: 0.92rem;
	color: var(--wp--preset--color--ink-soft);
}

.verves-referrals-list a {
	color: var(--wp--preset--color--pine);
	text-decoration: none;
	font-weight: 600;
}

.verves-referrals-list a:hover {
	text-decoration: underline;
}

.verves-referrals-list span {
	color: var(--wp--preset--color--muted);
	margin: 0 0.15rem;
}

/* ---------- Trust section ---------- */
.section.verves-trust,
.verves-trust {
	background: var(--wp--preset--color--green-700);
	color: #e9efe9;
	padding-top: clamp(48px, 6vw, 80px);
	padding-bottom: clamp(48px, 6vw, 80px);
}

/* WP constrained layout centers each child at contentSize (~760px) — trust must be left-aligned. */
.verves-trust .wrap.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.verves-trust-intro {
	max-width: 60ch;
	margin-bottom: 52px;
	margin-left: 0;
	margin-right: auto;
	text-align: left;
}

.eyebrow,
.verves-trust-eyebrow {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.eyebrow.no-rule::after,
.verves-trust-eyebrow::after {
	content: none;
}

.verves-trust-eyebrow {
	color: #8fd1ad;
	margin: 0 0 18px;
}

.verves-trust-heading {
	color: #fff;
	margin: 0;
	text-align: left;
}

.verves-trust-lead {
	color: #c4d8c9;
	margin-top: 18px;
	max-width: 52ch;
	font-size: clamp(1rem, 0.95rem + 0.3vw, 1.125rem);
	line-height: 1.6;
	text-align: left;
}

.verves-trust-grid,
.trust-grid.verves-trust-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	width: 100%;
}

.verves-trust-item,
.trust-item.verves-trust-item {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
	padding-top: 22px;
	padding-right: clamp(18px, 2.5vw, 32px);
	padding-left: 0;
	min-width: 0;
}

.verves-trust-item:not(:first-child) {
	padding-left: clamp(18px, 2.5vw, 32px);
}

.verves-trust-item:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.verves-trust-item__icon,
.ico.verves-trust-item__icon {
	width: 24px;
	height: 24px;
	color: #8fd1ad;
	margin-bottom: 0.85rem;
	display: block;
}

.verves-trust-item__title,
.verves-trust-item .h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	margin: 0 0 0.5rem;
	line-height: 1.25;
}

.verves-trust-item__text {
	margin: 0;
	color: #c4d8c9;
	font-size: 15px;
	line-height: 1.6;
}

.verves-curation-grid,
.curation-grid.verves-curation-grid {
	margin-top: 48px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1px;
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	overflow: hidden;
	width: 100%;
}

.verves-curation-item {
	background: var(--wp--preset--color--green-700);
	padding: 18px 20px;
	display: flex;
	gap: 11px;
	align-items: flex-start;
	font-size: 14px;
	color: #d3e2d6;
	line-height: 1.45;
}

.verves-curation-item__check {
	color: #8fd1ad;
	flex: 0 0 auto;
	margin-top: 2px;
	line-height: 0;
}

.verves-trust-position,
.verves-trust-notice {
	margin-top: 20px;
	padding: 20px 24px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	display: flex;
	gap: 14px;
	align-items: flex-start;
	max-width: 70ch;
	margin-left: 0;
	margin-right: auto;
	background: transparent;
	width: 100%;
	box-sizing: border-box;
}

.verves-trust-position__icon,
.verves-trust-notice__icon {
	color: #8fd1ad;
	flex: 0 0 auto;
	margin-top: 2px;
	line-height: 0;
}

.verves-trust-position__text,
.verves-trust-position p,
.verves-trust-notice p {
	margin: 0;
	font-size: 14.5px;
	color: #d3e2d6;
	line-height: 1.6;
}

.verves-trust-position b,
.verves-trust-notice b {
	color: #fff;
	font-weight: 600;
}

.verves-trust-pillars {
	gap: clamp(1rem, 0.5rem + 2vw, 2rem);
}

.verves-trust-pillar {
	text-align: left;
}

.verves-trust-icon {
	width: 48px;
	height: 48px;
	margin: 0 0 0.85rem;
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	display: grid;
	place-items: center;
	font-size: 1.2rem;
}

.verves-trust-pillar h3 {
	margin: 0 0 0.5rem;
	font-size: 1.05rem;
	color: var(--wp--preset--color--cream);
}

.verves-trust-pillar p {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: #c8e0d2;
}

.verves-trust-checks {
	list-style: none;
	margin: clamp(1.75rem, 1rem + 2vw, 2.5rem) 0 1.25rem;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem;
	max-width: 720px;
}

.verves-trust-checks li {
	font-size: 0.88rem;
	color: #d4e6da;
	padding: 0.55rem 0.75rem 0.55rem 2rem;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	position: relative;
}

.verves-trust-checks li::before {
	content: "✓";
	position: absolute;
	left: 0.7rem;
	top: 0.55rem;
	color: #6fbf95;
	font-weight: 700;
}

@media (min-width: 921px) {
	.verves-header.is-scrolled {
		background: color-mix(in srgb, var(--wp--preset--color--cream) 98%, transparent);
		box-shadow: 0 8px 24px rgba(20, 84, 59, 0.06);
	}
}

/* ---------- Cards ---------- */
.verves-card {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 18px;
	padding: clamp(1.25rem, 1rem + 1vw, 1.75rem);
}

.verves-card--elevated {
	box-shadow: 0 24px 60px rgba(20, 84, 59, 0.1);
	border-radius: 22px;
}

.verves-card .wp-block-post-title {
	margin-top: 0;
}

.verves-card .wp-block-post-excerpt {
	color: var(--wp--preset--color--ink-soft);
	line-height: 1.55;
}

.verves-service-grid {
	gap: 18px;
}

.verves-card a {
	text-decoration: none;
}

.verves-benefit {
	display: inline-block;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 0.85rem;
	color: var(--wp--preset--color--pine-700);
	background: var(--wp--preset--color--green-50);
	border: 1px solid var(--wp--preset--color--green-100);
	padding: 0.4rem 0.75rem;
	border-radius: 999px;
}

/* ---------- Steps list ---------- */
.verves-steps {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: step;
}

.verves-steps li {
	counter-increment: step;
	position: relative;
	padding: 0.6rem 0 0.6rem 2.4rem;
	border-bottom: 1px solid var(--wp--preset--color--line);
}

.verves-steps li:last-child {
	border-bottom: 0;
}

.verves-steps li::before {
	content: "0" counter(step);
	position: absolute;
	left: 0;
	top: 0.6rem;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 0.78rem;
	color: var(--wp--preset--color--pine);
}

/* ---------- Verification badges ---------- */
.verves-badges {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0.75rem 0;
}

.verves-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 0.72rem;
	letter-spacing: 0.02em;
	color: var(--wp--preset--color--pine-700);
	background: var(--wp--preset--color--green-50);
	border: 1px solid var(--wp--preset--color--green-100);
	padding: 0.35rem 0.7rem;
	border-radius: 999px;
}

.verves-badge svg {
	color: var(--wp--preset--color--pine);
}

.verves-referral {
	margin-top: 0.6rem;
	display: inline-block;
	background: transparent !important;
	color: var(--wp--preset--color--pine) !important;
	border: 1px solid var(--wp--preset--color--pine);
}

/* ---------- Breadcrumb ---------- */
.verves-breadcrumb {
	font-size: 0.85rem;
	color: var(--wp--preset--color--muted);
	margin-bottom: 1.25rem;
}

.verves-breadcrumb a {
	color: var(--wp--preset--color--muted);
	text-decoration: none;
}

.verves-breadcrumb a:hover {
	color: var(--wp--preset--color--pine);
}

/* ---------- Profile head ---------- */
.verves-profile-head {
	gap: 1.25rem;
}

/* ---------- Single anbefaler profile (profiles.jsx) ---------- */
.verves-anbefaler-profile-card,
.card.verves-anbefaler-profile-card {
	padding: clamp(26px, 3.5vw, 44px);
	border-radius: 24px;
	box-shadow: 0 20px 50px rgba(20, 84, 59, 0.08);
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--line);
}

.verves-prof-card__head-row {
	display: flex;
	gap: clamp(16px, 2.5vw, 28px);
	align-items: flex-start;
	flex-wrap: wrap;
}

.verves-prof-card__intro {
	flex: 1 1 320px;
	min-width: 0;
}

.verves-prof-card__title-row {
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.verves-prof-card__title,
.verves-anbefaler-profile-card .h2.verves-prof-card__title {
	font-size: clamp(26px, 3vw, 38px);
	margin: 0;
	line-height: 1.1;
}

.verves-prof-vbadges {
	display: flex;
	gap: 6px;
	flex-wrap: wrap;
}

.verves-prof-eyebrow {
	font-size: 12px;
	margin-top: 8px;
	display: block;
	line-height: 1.7;
	overflow-wrap: anywhere;
}

.verves-prof-eyebrow__link {
	color: var(--wp--preset--color--pine);
	text-decoration: none;
}

.verves-prof-eyebrow__link:hover,
.verves-prof-eyebrow__link:focus-visible {
	text-decoration: underline;
}

.verves-prof-card__tagline {
	margin: 14px 0 0;
	color: var(--wp--preset--color--ink-soft);
	max-width: 60ch;
	line-height: 1.6;
}

.verves-prof-social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 14px;
}

.verves-prof-social__link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 12px 7px 10px;
	border-radius: 999px;
	border: 1px solid var(--wp--preset--color--line);
	background: var(--wp--preset--color--cream);
	color: var(--wp--preset--color--ink-soft);
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	transition: border-color 0.15s ease, color 0.15s ease, background 0.15s ease;
}

.verves-prof-social__link:hover,
.verves-prof-social__link:focus-visible {
	border-color: var(--wp--preset--color--pine);
	color: var(--wp--preset--color--pine);
	background: var(--wp--preset--color--green-50, #e7f0e9);
	outline: none;
}

.verves-prof-social__link svg {
	flex: 0 0 auto;
}

.verves-prof-social__label {
	white-space: nowrap;
}

.prof-stats.verves-prof-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: clamp(12px, 2vw, 20px);
	margin-top: 26px;
	padding-top: 22px;
	border-top: 1px solid var(--wp--preset--color--line);
}

.prof-stats.verves-prof-stats .verves-prof-stat {
	padding: clamp(10px, 1.4vw, 14px) clamp(12px, 1.8vw, 16px);
	border-radius: 12px;
}

.verves-prof-stat .v {
	font-size: clamp(1.35rem, 1rem + 1.2vw, 1.75rem);
	line-height: 1.1;
	font-weight: 700;
	color: var(--wp--preset--color--pine);
}

.verves-prof-stat .l {
	font-size: 13px;
	color: var(--wp--preset--color--muted);
	line-height: 1.35;
	margin-top: 4px;
}

button.verves-prof-stat--btn {
	appearance: none;
	border: 0;
	background: transparent;
	margin: 0;
	width: 100%;
	text-align: left;
	cursor: pointer;
	transition: background-color 0.15s ease, box-shadow 0.15s ease;
}

button.verves-prof-stat--btn:hover,
button.verves-prof-stat--btn:focus-visible {
	background: var(--wp--preset--color--green-50, #e7f0e9);
	outline: none;
	box-shadow: inset 0 0 0 1px rgba(20, 84, 59, 0.12);
}

button.verves-prof-stat--btn[aria-expanded="true"] {
	background: var(--wp--preset--color--green-50, #e7f0e9);
	box-shadow: inset 0 0 0 1px rgba(20, 84, 59, 0.18);
}

.verves-prof-stat-panels {
	margin-top: 14px;
}

.verves-prof-stat-panel {
	background: var(--wp--preset--color--cream-alt, #f4f1ea);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 14px;
	padding: 14px 16px;
	margin-top: 10px;
}

.verves-prof-stat-panel__title {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--wp--preset--color--pine);
	margin-bottom: 8px;
}

.verves-prof-stat-panel__list {
	margin: 0;
	padding-left: 1.1rem;
	display: grid;
	gap: 6px;
}

.verves-prof-stat-panel__list a {
	color: var(--wp--preset--color--pine);
	text-decoration: none;
	font-weight: 600;
}

.verves-prof-stat-panel__list a:hover,
.verves-prof-stat-panel__list a:focus-visible {
	text-decoration: underline;
}

.verves-prof-referral-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
}

.verves-prof-referral-item__link {
	font-size: 13px;
	font-weight: 600;
}

.verves-prof-referral-item__code code {
	font-size: 12px;
	padding: 2px 6px;
	border-radius: 6px;
	background: #fff;
	border: 1px solid var(--wp--preset--color--line);
}

.verves-anbefaler-services__grid.is-verves-filter-referrals .verves-service-card[data-verves-referral-active="0"] {
	display: none;
}

.verves-anbefaler-services__grid.is-verves-filter-referrals .verves-service-card[data-verves-referral-active="1"] {
	display: flex;
}

.verves-anbefaler-services__grid.is-verves-filter-referrals:empty::after,
.verves-anbefaler-services__grid.is-verves-filter-referrals:not(:has(.verves-service-card[data-verves-referral-active="1"]))::after {
	content: attr(data-verves-empty-label);
	display: block;
	padding: 20px;
	color: var(--wp--preset--color--muted);
}

.verves-prof-about {
	margin-top: 22px;
}

.verves-prof-about__title {
	font-size: 18px;
	margin: 0 0 8px;
}

.verves-prof-about__text {
	margin: 0;
	color: var(--wp--preset--color--ink-soft);
	max-width: 70ch;
	line-height: 1.65;
}

.verves-anbefaler-services__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 32px;
	flex-wrap: wrap;
	gap: 16px;
}

.verves-anbefaler-services__title {
	font-size: clamp(24px, 3vw, 36px);
	margin: 0;
}

.verves-anbefaler-services__grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-bottom: 0;
}

.section-tight.verves-anbefaler-cta-section {
	padding-top: clamp(24px, 3vw, 40px);
	padding-bottom: clamp(40px, 5vw, 64px);
}

.card.verves-anbefaler-profile-cta,
.verves-anbefaler-profile-cta {
	width: 100%;
	max-width: 100%;
	padding: 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 18px;
	box-sizing: border-box;
}

.verves-anbefaler-profile-cta__copy {
	flex: 1 1 280px;
	min-width: 0;
}

.verves-anbefaler-profile-cta__btn {
	flex: 0 0 auto;
	max-width: 100%;
}

.verves-anbefaler-profile-cta__title {
	font-size: 19px;
	margin: 0;
}

.verves-anbefaler-profile-cta__text {
	margin: 6px 0 0;
	font-size: 14.5px;
}

/* ---------- FAQ ---------- */
.verves-faq-item {
	border-bottom: 1px solid var(--wp--preset--color--line);
	padding: 0.4rem 0;
}

.verves-faq-item summary {
	cursor: pointer;
	font-weight: 600;
	font-size: 1.1rem;
	padding: 0.85rem 0;
	list-style: none;
}

.verves-faq-item summary::-webkit-details-marker {
	display: none;
}

.verves-faq-item summary::after {
	content: "+";
	float: right;
	color: var(--wp--preset--color--pine);
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1;
}

.verves-faq-item[open] summary::after {
	content: "–";
}

/* ---------- Buttons: outline style ---------- */
.wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	color: var(--wp--preset--color--pine);
	border: 1px solid var(--wp--preset--color--pine);
}

.wp-block-button.is-style-outline .wp-block-button__link:hover {
	background: var(--wp--preset--color--pine);
	color: #fff;
}

/* ---------- Footer ---------- */
.footer.verves-footer,
.verves-footer {
	position: relative;
	overflow: hidden;
	background: #0a0a0a;
	color: #e9efe9;
}

/* Remove cream gap between trust section and footer (WP block margins). */
.wp-site-blocks > main:has(+ footer.wp-block-template-part) {
	margin-block-end: 0;
}

.wp-site-blocks > footer.wp-block-template-part {
	margin-block-start: 0;
}

main.wp-block-group > .verves-trust:last-child {
	margin-block-end: 0 !important;
}

.verves-footer-wrap,
.footer .wrap {
	margin: 0 auto;
}

.verves-footer-cta,
.footer-cta.verves-footer-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1.5rem;
	padding: clamp(40px, 5vw, 64px) 0 clamp(28px, 3.5vw, 40px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.verves-footer-cta__title {
	margin: 0;
	color: #fff;
	font-size: clamp(26px, 3vw, 40px);
	line-height: 1.1;
	font-weight: 700;
}

.verves-footer-cta__dot {
	color: #6fbf95;
}

.verves-footer-cta__lead {
	margin: 10px 0 0;
	color: #a9a89c;
	font-size: 15px;
	line-height: 1.5;
}

.verves-footer-cta__actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

.verves-footer-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	font: inherit;
	font-weight: 600;
	text-decoration: none;
	border-radius: 999px;
	padding: 0.82rem 1.35rem;
	font-size: 0.95rem;
	border: 1px solid transparent;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.verves-footer-btn--light {
	background: #fff;
	color: var(--wp--preset--color--green-700);
}

.verves-footer-btn--light:hover {
	background: #f3f3f0;
	color: var(--wp--preset--color--green-700);
}

.verves-footer-btn--ghost {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.3);
}

.verves-footer-btn--ghost:hover {
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
}

.verves-footer-grid,
.footer-grid.verves-footer-grid {
	display: grid;
	grid-template-columns: 1.35fr 1.15fr 0.85fr 0.85fr;
	gap: clamp(1rem, 0.5rem + 2vw, 2rem);
	margin-top: clamp(28px, 3vw, 40px);
	padding: clamp(1.25rem, 1rem + 1.5vw, 2rem);
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 18px;
	background: rgba(255, 255, 255, 0.02);
	position: relative;
	z-index: 2;
}

.verves-footer-brand {
	display: inline-flex;
	align-items: center;
	gap: 0.55rem;
	text-decoration: none;
	color: #fff;
}

.verves-footer-brand__dot {
	width: 18px;
	height: 18px;
	border-radius: 4px;
	background: var(--wp--preset--color--pine);
	transform: rotate(45deg);
	display: inline-block;
	flex-shrink: 0;
}

.verves-footer-brand__name {
	font-weight: 700;
	font-size: 1.2rem;
	letter-spacing: -0.03em;
	color: #fff;
}

.verves-footer-brand__text {
	color: #a9a89c;
	max-width: 30ch;
	margin: 14px 0 0;
	font-size: 14.5px;
	line-height: 1.55;
}

.verves-footer-netn {
	display: inline-flex;
	width: fit-content;
	align-items: center;
	gap: 10px;
	margin-top: 16px;
	padding: 8px 13px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	font-size: 13px;
	color: #b6b5aa;
	white-space: nowrap;
}

.verves-footer-netn__avatar {
	width: 22px;
	height: 22px;
	border-radius: 6px;
	background: #1d6b4a;
	color: #fff;
	display: grid;
	place-items: center;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-weight: 700;
	font-size: 9px;
	flex: 0 0 auto;
	letter-spacing: -0.02em;
	line-height: 1;
}

.verves-footer-netn b {
	color: #fff;
	font-weight: 600;
}

.verves-footer-col__title {
	margin: 0 0 0.85rem;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #a9a89c;
	font-weight: 600;
}

.verves-footer-svc-list,
.footer-svc-list.verves-footer-svc-list,
.verves-footer-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

.verves-footer-svc-list,
.footer-svc-list.verves-footer-svc-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.45rem 1rem;
}

.verves-footer-links {
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.verves-footer-svc-list a,
.verves-footer-links a {
	color: #cfcec4;
	text-decoration: none;
	font-size: 0.95rem;
}

.verves-footer-svc-list a:hover,
.verves-footer-links a:hover {
	color: #fff;
}

.verves-footer-all {
	color: #6fbf95 !important;
}

.verves-footer-bottom,
.footer-bottom.verves-footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
	padding: clamp(24px, 3vw, 36px) 0 clamp(20px, 2.5vw, 28px);
	position: relative;
	z-index: 2;
}

.verves-footer-copy {
	color: #a9a89c;
	font-size: 13px;
	line-height: 1.45;
}

.verves-footer-copy__link {
	color: inherit;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.verves-footer-copy__link:hover,
.verves-footer-copy__link:focus-visible {
	color: #fff;
}

.verves-footer-email {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #cfcec4;
	text-decoration: none;
	font-size: 13px;
}

.verves-footer-email:hover {
	color: #fff;
}

.verves-footer-mega,
.footer-mega.verves-footer-mega {
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 0.72;
	font-size: clamp(5rem, 18vw, 16rem);
	text-align: center;
	margin: 0 auto -0.14em;
	background: linear-gradient(180deg, #2b7a57 0%, #14543b 62%, #0e3d2a 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	user-select: none;
	max-width: 1200px;
	position: relative;
	z-index: 1;
	pointer-events: none;
}

.verves-footer a {
	text-decoration: none;
}

/* Legacy footer class aliases */
.verves-foot-eyebrow {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 11px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #a9a89c;
	margin: 0 0 0.85rem;
}

.verves-foot-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	font-size: 0.95rem;
}

.verves-foot-list a {
	color: #cfcec4;
	text-decoration: none;
}

.verves-foot-all {
	color: #6fbf95 !important;
}

.verves-footer-wordmark {
	font-weight: 700;
	letter-spacing: -0.04em;
	line-height: 0.72;
	font-size: clamp(5rem, 18vw, 16rem);
	text-align: center;
	margin: 0 auto -0.14em;
	background: linear-gradient(180deg, #2b7a57 0%, #14543b 62%, #0e3d2a 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	user-select: none;
	max-width: 1200px;
}

/* ---------- Forms — shared rhythm (equal insets, no overlap) ---------- */
.verves-form br,
.verves-service-request-form br,
.verves-apply-form br,
.verves-contact-form br {
	display: none;
}

.verves-form,
.verves-apply-form,
.verves-contact-form {
	display: flex;
	flex-direction: column;
	gap: var(--verves-form-gap, 16px);
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.verves-form__fields,
.verves-apply-form__fields,
.verves-contact-form__fields {
	display: flex;
	flex-direction: column;
	gap: var(--verves-form-gap, 16px);
	width: 100%;
	max-width: 100%;
	min-width: 0;
}

.verves-field,
.verves-apply-field,
.verves-contact-field {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	min-width: 0;
	width: 100%;
	max-width: 100%;
}

.verves-field-row,
.verves-apply-field-row,
.verves-contact-field-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--verves-form-row-gap, 20px);
	width: 100%;
	min-width: 0;
}

.verves-field-row > *,
.verves-apply-field-row > *,
.verves-contact-field-row > * {
	min-width: 0;
}

.verves-field label {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 0.72rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--wp--preset--color--ink-soft);
}

.verves-field label span {
	color: var(--wp--preset--color--pine);
}

.verves-form input,
.verves-form select,
.verves-form textarea {
	box-sizing: border-box;
	width: 100%;
	font: inherit;
	color: var(--wp--preset--color--ink);
	background: var(--wp--preset--color--cream);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 12px;
	padding: 0.75rem 0.9rem;
}

.verves-form input:focus,
.verves-form select:focus,
.verves-form textarea:focus {
	outline: none;
	border-color: var(--wp--preset--color--pine);
	box-shadow: 0 0 0 3px var(--wp--preset--color--green-50);
}

.verves-form textarea {
	resize: vertical;
	min-height: 96px;
}

.verves-form button {
	align-self: flex-start;
	border: 0;
	cursor: pointer;
	margin-top: 0.25rem;
}

.verves-form-note {
	font-size: 0.85rem;
	color: var(--wp--preset--color--muted);
	margin: 0;
}

.verves-notice {
	border-radius: 12px;
	padding: 0.9rem 1.1rem;
	margin-bottom: 1.25rem;
	font-size: 0.95rem;
}

.verves-notice--ok {
	background: var(--wp--preset--color--green-50);
	border: 1px solid var(--wp--preset--color--green-100);
	color: var(--wp--preset--color--pine-700);
}

.verves-notice--error {
	background: #fbeceb;
	border: 1px solid #f2c9c6;
	color: #9a2b25;
}

@media (max-width: 600px) {
	.verves-field-row,
	.verves-apply-field-row,
	.verves-contact-field-row {
		grid-template-columns: 1fr;
	}
}

.verves-foot-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
	font-size: 0.95rem;
}

.verves-foot-list a {
	color: #cfcec4;
	text-decoration: none;
}

.verves-foot-list a:hover {
	color: #fff;
}

.verves-foot-all {
	color: #6fbf95 !important;
}

.verves-logo--light .verves-wordmark {
	color: var(--wp--preset--color--cream);
}

/* ---------- Footer (legacy button aliases) ---------- */
.verves-btn-light .wp-block-button__link {
	background: #fff;
	color: var(--wp--preset--color--green-700);
}

.verves-btn-ondark .wp-block-button__link {
	background: transparent;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.verves-btn-ondark .wp-block-button__link:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

/* ---------- Inner pages ---------- */
.verves-page {
	padding-top: var(--wp--preset--spacing--30);
	padding-bottom: var(--wp--preset--spacing--40);
}

.verves-page-eyebrow {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 0.72rem;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--wp--preset--color--pine);
	margin: 0 0 0.75rem;
}

.verves-page-eyebrow::before {
	content: "— ";
	opacity: 0.7;
}

.verves-page-hero {
	margin-bottom: clamp(1.5rem, 1rem + 2vw, 2.5rem);
	gap: 1.5rem;
}

.verves-page-hero--stack {
	margin-bottom: 2rem;
}

.verves-page-illustration {
	min-height: 220px;
	display: grid;
	place-items: center;
	position: relative;
}

/* Tjenester hero illustration (design SVG 440×340) */
.verves-illus-tjenester-wrap {
	margin: 0;
	display: flex;
	justify-content: center;
}

.verves-illus-tjenester {
	display: block;
	width: min(100%, 440px);
	height: auto;
	max-height: 355px;
}

.verves-illus-card {
	position: absolute;
	border-radius: 16px;
	background: #fff;
	border: 1px solid var(--wp--preset--color--line);
	box-shadow: 0 20px 50px rgba(20, 84, 59, 0.08);
}

.verves-illus-card--back {
	width: 58%;
	height: 110px;
	top: 18%;
	right: 8%;
	transform: rotate(6deg);
}

.verves-illus-card--front {
	width: 62%;
	height: 120px;
	bottom: 12%;
	left: 10%;
	display: grid;
	place-items: center;
	font-size: 2rem;
}

.verves-illus-check {
	position: absolute;
	right: 18%;
	bottom: 8%;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--wp--preset--color--pine);
	color: #fff;
	display: grid;
	place-items: center;
	font-size: 0.9rem;
}

.verves-illus-hub,
.verves-illus-node {
	position: absolute;
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 0.72rem;
	font-weight: 700;
}

.verves-illus-hub {
	width: 44px;
	height: 44px;
	background: var(--wp--preset--color--pine);
	transform: rotate(45deg);
	border-radius: 10px;
	top: 42%;
	left: 46%;
}

.verves-illus-node {
	width: 42px;
	height: 42px;
	color: #fff;
}

.verves-illus-node--1 { background: #14543b; top: 12%; left: 20%; }
.verves-illus-node--2 { background: #6b4c9a; top: 18%; right: 16%; }
.verves-illus-node--3 { background: #8b5e3c; bottom: 18%; left: 14%; }
.verves-illus-node--4 { background: #2a7a72; bottom: 12%; right: 18%; }

.verves-filter {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem 0.75rem;
	margin: 0 0 30px;
}

.verves-filter__label {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted);
	margin-right: 4px;
	flex: 0 0 auto;
}

.verves-filter__label.eyebrow.no-rule::after,
.verves-filter__label::after {
	content: none;
}

.verves-filter__chips {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}

.verves-filter-chip {
	font: inherit;
	font-size: 0.82rem;
	border: 1px solid var(--wp--preset--color--line);
	background: #fff;
	border-radius: 999px;
	padding: 0.48rem 0.9rem;
	cursor: pointer;
	color: var(--wp--preset--color--ink-soft);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.42rem;
	line-height: 1;
	min-height: 2.15rem;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.verves-filter-chip .ico {
	display: block;
	width: 16px;
	height: 16px;
	flex: 0 0 16px;
	color: var(--wp--preset--color--pine);
}

.verves-filter-chip.is-active,
.verves-filter-chip.sel {
	background: var(--wp--preset--color--pine);
	border-color: var(--wp--preset--color--pine);
	color: #fff;
}

.verves-filter-chip.is-active .ico,
.verves-filter-chip.sel .ico {
	color: #fff;
}

.verves-filter-chip__count,
.verves-filter-chip .n {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.25rem;
	height: 1.25rem;
	padding: 0 0.3rem;
	margin-left: 0.05rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.2);
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 0.68rem;
	font-weight: 600;
	line-height: 1;
}

.verves-filter-chip:not(.is-active):not(.sel) .verves-filter-chip__count,
.verves-filter-chip:not(.is-active):not(.sel) .n {
	background: #e7f0e9;
	color: var(--wp--preset--color--pine);
}

.verves-svc-section {
	padding-top: 0;
}

.verves-tjenester-grid,
.svc-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--verves-grid-gap, 20px);
	margin-bottom: 2rem;
	width: 100%;
	min-width: 0;
}

.verves-tjenester-grid > *,
.svc-grid > * {
	min-width: 0;
}

.verves-anbefalere-grid,
.prof-grid.verves-anbefalere-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--verves-grid-gap, 20px);
	margin-bottom: 0;
	width: 100%;
	min-width: 0;
}

.verves-anbefalere-grid > *,
.prof-grid.verves-anbefalere-grid > * {
	min-width: 0;
}

a.verves-prof-card,
a.prof-card.verves-prof-card {
	background: #fff;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 18px;
	padding: 1.15rem 1.2rem;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	min-height: 100%;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 1px 0 rgba(20, 84, 59, 0.03);
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

a.verves-prof-card:hover,
a.verves-prof-card:focus-visible,
a.prof-card.card-hover:hover,
a.prof-card.card-hover:focus-visible {
	border-color: #d4e6da;
	box-shadow: 0 10px 28px rgba(20, 84, 59, 0.08);
	transform: translateY(-1px);
}

.verves-prof-card.is-hidden,
a.verves-prof-card.is-hidden {
	display: none;
}

.verves-prof-card__head {
	display: flex;
	gap: 0.85rem;
	align-items: flex-start;
}

.verves-prof-card__avatar {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-weight: 700;
	flex: 0 0 auto;
	letter-spacing: -0.02em;
	line-height: 1;
}

.verves-prof-card__meta {
	min-width: 0;
}

.verves-prof-card__title-row {
	display: flex;
	align-items: center;
	gap: 9px;
	flex-wrap: wrap;
}

.verves-prof-card__name {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	color: var(--wp--preset--color--ink);
}

.verves-prof-card__vbadge,
.vbadge.verves-prof-card__vbadge {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	font-size: 0.72rem;
	line-height: 1.2;
	color: var(--wp--preset--color--pine);
	white-space: nowrap;
}

.verves-prof-card__vbadge svg,
.vbadge.verves-prof-card__vbadge svg {
	flex: 0 0 auto;
}

.verves-prof-card__tags {
	font-size: 11px;
	margin-top: 4px;
	color: var(--wp--preset--color--muted);
}

.verves-prof-card__tag-sep {
	margin: 0 0.35em;
}

.verves-prof-card__site-icon {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	color: var(--wp--preset--color--muted);
	line-height: 0;
}

.verves-prof-card__site-icon svg {
	width: 13px;
	height: 13px;
}

.verves-prof-eyebrow__link--icon {
	display: inline-flex;
	align-items: center;
	vertical-align: middle;
	line-height: 0;
	color: inherit;
	text-decoration: none;
}

.verves-prof-eyebrow__link--icon svg {
	width: 13px;
	height: 13px;
}

.verves-prof-eyebrow__link--icon:hover {
	color: var(--wp--preset--color--pine-700);
}

.verves-prof-card__excerpt {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: var(--wp--preset--color--ink-soft);
}

.verves-prof-card__foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding-top: 14px;
	border-top: 1px solid var(--wp--preset--color--line);
	margin-top: auto;
}

.verves-prof-card__foot-left {
	display: flex;
	align-items: center;
	gap: 9px;
	min-width: 0;
}

.verves-prof-card__marks {
	display: flex;
	align-items: center;
}

.verves-prof-card__mark-wrap {
	border: 2px solid var(--wp--preset--color--surface);
	border-radius: 8px;
	display: flex;
}

.verves-prof-card__svc-mark,
.verves-prof-card__marks .svc-mark {
	width: 24px;
	height: 24px;
	font-size: 10px;
	border-radius: 7px;
	display: grid;
	place-items: center;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1;
}

.verves-prof-card__count {
	font-size: 12.5px;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	white-space: nowrap;
}

.verves-prof-card__link,
.verves-prof-card__foot .tlink {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	font-size: 13.5px;
	font-weight: 600;
	color: var(--wp--preset--color--pine);
	white-space: nowrap;
}

.verves-anbefalere-cta,
.card.verves-anbefalere-cta {
	margin-top: 28px;
	padding: 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
	background: var(--wp--preset--color--cream-alt);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 18px;
}

.verves-anbefalere-cta__title {
	font-size: 19px;
	margin: 0;
}

.verves-anbefalere-cta__text {
	margin: 6px 0 0;
	font-size: 14.5px;
}

.btn.btn-primary,
a.btn.btn-primary.verves-anbefalere-cta__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	font: inherit;
	font-weight: 600;
	text-decoration: none;
	border-radius: 999px;
	padding: 0.72rem 1.2rem;
	font-size: 0.92rem;
	background: var(--wp--preset--color--pine);
	color: #fff;
	border: 1px solid var(--wp--preset--color--pine);
	transition: background 0.15s ease, border-color 0.15s ease;
}

.btn.btn-primary:hover,
a.btn.btn-primary.verves-anbefalere-cta__btn:hover {
	background: var(--wp--preset--color--pine-700);
	border-color: var(--wp--preset--color--pine-700);
	color: #fff;
}

.verves-anbefalere-hero {
	padding-top: clamp(16px, 2.2vw, 32px);
	padding-bottom: clamp(32px, 4vw, 56px);
}

.verves-page--anbefalere {
	padding-top: 0;
	padding-bottom: var(--wp--preset--spacing--40);
}

.verves-page-head-grid,
.page-head-grid.verves-page-head-grid {
	margin-bottom: 0;
	gap: clamp(1.25rem, 1rem + 2vw, 2rem);
}

.verves-page-eyebrow--green,
.eyebrow.green.verves-page-eyebrow {
	margin-bottom: 18px;
}

.verves-anbefalere-title {
	font-size: clamp(36px, 4.6vw, 60px);
}

.verves-anbefalere-lead {
	margin-top: 20px;
	max-width: 50ch;
}

.verves-anbefalere-art,
.hero-art.verves-anbefalere-art {
	display: flex;
	justify-content: center;
}

.verves-anbefalere-art svg,
.hero-art.verves-anbefalere-art svg {
	display: block;
	width: min(100%, 440px);
	height: auto;
}

.verves-anbefalere-list {
	padding-bottom: clamp(32px, 4vw, 56px);
}

.verves-breadcrumb {
	margin-bottom: 26px;
}

/* ---------- Single tjeneste profile ---------- */
.verves-svc-hero,
.svc-hero.verves-svc-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
	gap: clamp(28px, 4vw, 48px);
	align-items: start;
}

.verves-svc-mark,
.svc-mark.verves-svc-mark {
	display: grid;
	place-items: center;
	font-family: var(--wp--preset--font-family--mono);
	font-weight: 700;
	letter-spacing: -0.02em;
	flex: 0 0 auto;
}

.verves-benefit-list,
.benefit-list.verves-benefit-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
	max-width: 62ch;
}

.verves-benefit-list li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 15px;
	line-height: 1.55;
	color: var(--wp--preset--color--ink-soft);
}

.verves-benefit-list__check,
.benefit-list .ck {
	width: 22px;
	height: 22px;
	border-radius: 7px;
	background: var(--wp--preset--color--green-50);
	border: 1px solid var(--wp--preset--color--green-100);
	color: var(--wp--preset--color--pine);
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	margin-top: 1px;
}

.verves-vbadge,
.vbadge.verves-vbadge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 11px;
	font-weight: 600;
	color: var(--wp--preset--color--pine-700);
	background: var(--wp--preset--color--green-50);
	border: 1px solid var(--wp--preset--color--green-100);
	padding: 3px 8px;
	border-radius: 999px;
	white-space: nowrap;
}

.verves-rec-card,
.card.rec-card.verves-rec-card {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 16px 18px;
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 18px;
	flex-wrap: wrap;
}

.verves-rec-card__info {
	flex: 1 1 180px;
	min-width: 0;
}

.verves-rec-card__actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-left: auto;
}

.verves-svc-rec-pill,
.pill.pill-link.verves-svc-rec-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 7px 12px 7px 8px;
	border-radius: 999px;
	border: 1px solid var(--wp--preset--color--line);
	background: var(--wp--preset--color--surface);
	color: var(--wp--preset--color--ink-soft);
	text-decoration: none;
	font-weight: 500;
	transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.verves-svc-rec-pill:hover,
.verves-svc-rec-pill:focus-visible {
	border-color: var(--wp--preset--color--green-100);
	box-shadow: 0 4px 14px rgba(20, 84, 59, 0.06);
	color: var(--wp--preset--color--ink);
}

.verves-svc-form-col,
.svc-form-col.verves-svc-form-col {
	position: sticky;
	top: 90px;
}

.verves-service-request-form .input,
.verves-service-request-form .textarea,
.verves-service-request-form input.input,
.verves-service-request-form textarea.textarea {
	width: 100%;
	box-sizing: border-box;
	font: inherit;
	font-size: 0.95rem;
	padding: 0.72rem 0.85rem;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 12px;
	background: #fff;
	color: var(--wp--preset--color--ink);
}

.verves-service-request-form .input:focus,
.verves-service-request-form .textarea:focus {
	outline: 2px solid color-mix(in srgb, var(--wp--preset--color--pine) 35%, transparent);
	outline-offset: 1px;
	border-color: var(--wp--preset--color--green-100);
}

.verves-service-field label,
.verves-service-request-form .field label {
	display: block;
	font-size: 0.88rem;
	font-weight: 600;
	margin-bottom: 6px;
}

.verves-service-field .req {
	color: var(--wp--preset--color--pine);
}

.verves-service-check,
label.check.verves-service-check {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 13px;
	line-height: 1.5;
	color: var(--wp--preset--color--ink-soft);
	cursor: pointer;
}

.verves-service-check input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
}

.verves-service-check .box {
	width: 20px;
	height: 20px;
	border-radius: 6px;
	border: 1.5px solid var(--wp--preset--color--line);
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	margin-top: 1px;
	background: #fff;
}

.verves-service-check input:checked + .box {
	background: var(--wp--preset--color--pine);
	border-color: var(--wp--preset--color--pine);
	color: #fff;
}

.verves-service-check input:focus-visible + .box {
	outline: 2px solid color-mix(in srgb, var(--wp--preset--color--pine) 40%, transparent);
	outline-offset: 2px;
}

.verves-service-code-card__field {
	margin-bottom: 14px;
}

.verves-service-code-card__label {
	display: block;
	font-size: 0.88rem;
	font-weight: 600;
	margin-bottom: 8px;
}

.verves-service-code-card__row {
	display: flex;
	gap: 10px;
	align-items: stretch;
	flex-wrap: wrap;
}

.verves-service-code-card__code {
	flex: 1 1 140px;
	min-width: 0;
	margin: 0;
	padding: 0.85rem 1rem;
	border-radius: 12px;
	border: 1px solid var(--wp--preset--color--line);
	background: var(--wp--preset--color--cream-alt);
	color: var(--wp--preset--color--pine-700);
	font-family: var(--wp--preset--font-family--mono);
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.3;
	word-break: break-all;
}

.verves-service-code-copy {
	flex: 0 0 auto;
	white-space: nowrap;
}

.verves-service-code-copy.is-copied {
	background: var(--wp--preset--color--pine-700);
}

.verves-service-code-card__link {
	width: 100%;
	justify-content: center;
	margin-top: 4px;
}

@media (max-width: 480px) {
	.verves-service-code-card__row {
		flex-direction: column;
	}

	.verves-service-code-copy {
		width: 100%;
		justify-content: center;
	}
}

.btn.btn-lg.verves-service-submit {
	width: 100%;
}

.verves-svc-related__grid {
	display: grid;
	gap: var(--verves-grid-gap, 20px);
}

.tlink {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	font-size: 14px;
	font-weight: 600;
	color: var(--wp--preset--color--pine);
	text-decoration: none;
}

.tlink:hover,
.tlink:focus-visible {
	text-decoration: underline;
}

.btn.btn-ghost {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font: inherit;
	font-weight: 600;
	text-decoration: none;
	border-radius: 999px;
	padding: 0.55rem 1rem;
	font-size: 0.88rem;
	background: transparent;
	color: var(--wp--preset--color--ink);
	border: 1px solid var(--wp--preset--color--line);
	transition: border-color 0.15s ease, background 0.15s ease;
}

.btn.btn-ghost:hover,
.btn.btn-ghost:focus-visible {
	border-color: var(--wp--preset--color--green-100);
	background: var(--wp--preset--color--cream-alt);
}

.card.verves-card,
.card.verves-service-form-card {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 18px;
}

/* Service & legacy profile cards */
a.verves-service-card,
.verves-profile-card {
	background: #fff;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 18px;
	padding: 1.15rem 1.2rem;
	display: flex;
	flex-direction: column;
	gap: 0.85rem;
	min-width: 0;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	min-height: 100%;
}

a.verves-service-card {
	text-decoration: none;
	color: inherit;
	transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

a.verves-service-card:hover,
a.verves-service-card:focus-visible {
	border-color: #d4e6da;
	box-shadow: 0 10px 28px rgba(20, 84, 59, 0.08);
	transform: translateY(-1px);
}

.verves-service-card.is-hidden,
.verves-profile-card.is-hidden {
	display: none;
}

.verves-service-card__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
	min-width: 0;
}

.verves-service-card__brand {
	display: flex;
	gap: 13px;
	align-items: center;
	min-width: 0;
	flex: 1 1 auto;
}

.verves-service-card__meta {
	min-width: 0;
	flex: 1 1 auto;
}

.verves-service-card__mark {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: grid;
	place-items: center;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 0.72rem;
	font-weight: 700;
	flex-shrink: 0;
	letter-spacing: -0.02em;
}

.verves-service-card__title {
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
	color: var(--wp--preset--color--ink);
}

.verves-service-card__cat {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--wp--preset--color--muted);
	margin-top: 3px;
}

.verves-service-card__badge {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 0.62rem;
	letter-spacing: 0.02em;
	line-height: 1.35;
	padding: 0.38rem 0.6rem;
	border-radius: 999px;
	flex: 0 0 auto;
	max-width: 46%;
	text-align: center;
	border: none;
}

.verves-service-card__badge[data-tint="clay"] {
	background: #fce8e8;
	color: #b42318;
}

.verves-service-card__badge[data-tint="green"] {
	background: #dceee3;
	color: #14543b;
}

.verves-service-card__badge[data-tint="violet"] {
	background: #ebe4f7;
	color: #6b4c9a;
}

.verves-service-card__badge[data-tint="amber"] {
	background: #fdecd8;
	color: #b45309;
}

.verves-service-card__excerpt {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: var(--wp--preset--color--ink-soft);
}

.verves-service-card__by {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 0.82rem;
	color: var(--wp--preset--color--muted);
	min-width: 0;
}

.verves-service-card__rec-text {
	min-width: 0;
}

.verves-service-card__rec-avatar {
	width: 22px;
	height: 22px;
	border-radius: 6px;
	display: grid;
	place-items: center;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-weight: 700;
	flex: 0 0 auto;
	letter-spacing: -0.02em;
	line-height: 1;
}

.verves-service-card__rec-text b {
	color: var(--wp--preset--color--ink-soft);
	font-weight: 600;
}

.verves-service-card__foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 14px;
	border-top: 1px solid #f0ebe0;
	margin-top: auto;
}

.verves-service-card__link {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	font-weight: 600;
	color: var(--wp--preset--color--pine);
	font-size: 0.92rem;
	line-height: 1;
}

.verves-service-card__link .verves-arr {
	display: block;
	flex: 0 0 auto;
}

.verves-profile-card__head {
	display: flex;
	gap: 0.75rem;
	align-items: center;
}

.verves-profile-card__avatar {
	width: 48px;
	height: 48px;
	border-radius: 14px;
	background: var(--wp--preset--color--green-50);
	color: var(--wp--preset--color--pine);
	display: grid;
	place-items: center;
	font-weight: 700;
	font-size: 0.85rem;
	flex-shrink: 0;
}

.verves-profile-card__name {
	display: block;
	margin: 0 0 0.2rem;
}

.verves-profile-card__name a {
	color: var(--wp--preset--color--ink);
	text-decoration: none;
}

.verves-profile-card__badge {
	font-size: 0.72rem;
	color: var(--wp--preset--color--pine);
}

.verves-profile-card__tags {
	margin: 0;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 0.62rem;
	letter-spacing: 0.08em;
	color: var(--wp--preset--color--muted);
}

.verves-profile-card__excerpt {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: var(--wp--preset--color--ink-soft);
}

.verves-profile-card__foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0.5rem;
	margin-top: auto;
}

.verves-profile-card__services {
	font-size: 0.82rem;
	color: var(--wp--preset--color--muted);
}

.verves-profile-card__link {
	font-weight: 600;
	color: var(--wp--preset--color--pine);
	text-decoration: none;
	font-size: 0.9rem;
}

.verves-inline-cta {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin-top: 1rem;
}

.verves-step-cards {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	margin-top: 1.25rem;
}

/* ---------- Slik fungerer det ---------- */
.verves-page--slik {
	padding-top: 0;
	padding-bottom: var(--wp--preset--spacing--40);
}

.verves-slik-hero {
	padding-top: clamp(16px, 2.2vw, 32px);
	padding-bottom: clamp(28px, 3.5vw, 48px);
}

.verves-slik-title {
	font-size: clamp(34px, 4.4vw, 58px);
}

.verves-slik-lead {
	margin-top: 20px;
	max-width: 52ch;
}

.verves-slik-art svg,
.hero-art.verves-slik-art svg {
	display: block;
	width: min(100%, 440px);
	height: auto;
	margin: 0 auto;
}

.verves-slik-steps__title {
	margin: 0;
}

.verves-slik-steps__grid,
.steps.verves-slik-steps__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.verves-slik-step,
.step.verves-slik-step {
	background: #fff;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 18px;
	padding: 1.25rem 1.2rem 1.35rem;
}

.verves-slik-step__num,
.step .num.verves-slik-step__num {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 0.78rem;
	font-weight: 600;
	color: var(--wp--preset--color--pine);
	margin-bottom: 0.85rem;
	letter-spacing: 0.02em;
}

.verves-slik-step__num span {
	opacity: 0.55;
}

.verves-slik-step .ico {
	display: block;
	width: 22px;
	height: 22px;
	color: var(--wp--preset--color--pine);
	margin-bottom: 0.9rem;
}

.verves-slik-step__title {
	font-size: 19px;
	margin: 0 0 9px;
	font-weight: 600;
	line-height: 1.25;
}

.verves-slik-step__text {
	margin: 0;
	font-size: 14.5px;
	line-height: 1.55;
}

.verves-slik-flow__card,
.card.verves-slik-flow__card {
	padding: clamp(28px, 4vw, 48px);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 18px;
	background: #fff;
}

.verves-slik-flow__nodes,
.flow.verves-slik-flow__nodes {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem 0.85rem;
}

.verves-slik-flow__node,
.flow .node.verves-slik-flow__node {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	padding: 0.5rem 0.85rem;
	border-radius: 999px;
	background: var(--wp--preset--color--green-50);
	border: 1px solid var(--wp--preset--color--green-100);
	font-size: 0.9rem;
	font-weight: 500;
	color: var(--wp--preset--color--ink-soft);
}

.verves-slik-flow__node svg {
	flex: 0 0 auto;
	color: var(--wp--preset--color--pine);
}

.verves-slik-flow__brand {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	font-size: 16px;
	font-weight: 700;
	color: var(--wp--preset--color--ink);
}

.verves-slik-flow__dot {
	width: 7px;
	height: 7px;
	border-radius: 2px;
	background: var(--wp--preset--color--pine);
	transform: rotate(45deg);
	display: inline-block;
	flex-shrink: 0;
}

.verves-slik-flow__arrow,
.flow .arr-flow.verves-slik-flow__arrow {
	display: inline-flex;
	align-items: center;
	color: var(--wp--preset--color--muted);
}

.verves-slik-flow__text {
	margin-top: 24px;
	max-width: 70ch;
	line-height: 1.65;
}

.verves-slik-flow {
	padding-bottom: clamp(32px, 4vw, 56px);
}

@media (max-width: 920px) {
	#slik .verves-slik-steps__grid,
	#slik .steps.verves-slik-steps__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 540px) {
	#slik .verves-slik-steps__grid,
	#slik .steps.verves-slik-steps__grid {
		grid-template-columns: 1fr;
	}
}

.verves-step-card {
	background: #fff;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 18px;
	padding: 1.1rem;
}

.verves-step-card__num {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 0.72rem;
	color: var(--wp--preset--color--pine);
}

.verves-step-card__icon {
	display: block;
	font-size: 1.2rem;
	margin: 0.5rem 0;
}

.verves-step-card h3 {
	margin: 0 0 0.4rem;
	font-size: 1rem;
}

.verves-step-card p {
	margin: 0;
	font-size: 0.88rem;
	line-height: 1.45;
	color: var(--wp--preset--color--ink-soft);
}

.verves-process-card {
	margin-top: 2rem;
	margin-bottom: 1rem;
}

.verves-process-flow {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	margin: 0.75rem 0 1rem;
}

.verves-process-flow span {
	background: var(--wp--preset--color--green-50);
	border: 1px solid var(--wp--preset--color--green-100);
	border-radius: 999px;
	padding: 0.35rem 0.75rem;
	font-size: 0.85rem;
}

.verves-feature-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 1.5rem 0 2rem;
}

.verves-feature-card__icon {
	display: inline-grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: var(--wp--preset--color--green-50);
	margin-bottom: 0.65rem;
}

.verves-feature-card h3 {
	margin: 0 0 0.35rem;
	font-size: 1rem;
}

.verves-feature-card p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.5;
	color: var(--wp--preset--color--ink-soft);
}

.verves-not-box {
	background: var(--wp--preset--color--cream-alt);
	padding: clamp(1.25rem, 1rem + 1vw, 2rem);
	margin-bottom: 1rem;
}

.verves-not-box h2 {
	margin-top: 0;
}

.verves-faq-layout {
	gap: 1.5rem;
}

.verves-faq-rail {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.5rem;
	padding-top: 0.5rem;
	color: var(--wp--preset--color--pine);
	opacity: 0.5;
}

.verves-faq-cta {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin-top: 2rem;
	background: var(--wp--preset--color--cream-alt);
}

/* ---------- Kontakt page ---------- */
.verves-page--kontakt {
	padding-top: 0;
	padding-bottom: var(--wp--preset--spacing--40);
}

.verves-kontakt-hero {
	padding-top: clamp(16px, 2.2vw, 32px);
	padding-bottom: clamp(28px, 3.5vw, 48px);
}

.verves-kontakt-head {
	max-width: 62ch;
}

.verves-kontakt-title {
	font-size: clamp(34px, 4.4vw, 58px);
}

.verves-kontakt-lead {
	margin-top: 20px;
	max-width: 52ch;
}

.verves-kontakt-body {
	padding-bottom: clamp(32px, 4vw, 56px);
}

.verves-kontakt-grid,
.contact-grid.verves-kontakt-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
	gap: clamp(28px, 5vw, 64px);
	align-items: start;
}

.verves-kontakt-grid--solo {
	grid-template-columns: minmax(0, 1fr);
	max-width: 760px;
	margin-inline: auto;
}

.verves-kontakt-content {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.verves-kontakt-info-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.verves-kontakt-help-card,
.card.verves-kontakt-help-card {
	padding: clamp(22px, 3vw, 28px);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 18px;
	background: #fff;
}

.verves-kontakt-help-card .verves-kontakt-help__item:first-child {
	border-top: 0;
	padding-top: 0;
}

.verves-kontakt-actions {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.verves-kontakt-cta-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.verves-kontakt-cta-row .verves-kontakt-cta {
	flex: 1 1 220px;
	justify-content: center;
}

.verves-kontakt-left__stack {
	display: flex;
	flex-direction: column;
	gap: 22px;
}

.verves-kontakt-info-card,
.card.verves-kontakt-info-card {
	padding: 22px;
	display: flex;
	gap: 14px;
	align-items: center;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 18px;
	background: #fff;
	text-decoration: none;
	color: inherit;
}

.verves-kontakt-info-card--link:hover {
	border-color: rgba(20, 84, 59, 0.22);
}

.verves-kontakt-info-card__icon {
	display: inline-flex;
	color: var(--wp--preset--color--pine);
	flex-shrink: 0;
}

.verves-kontakt-info-card__label {
	font-size: 13px;
	color: var(--wp--preset--color--muted);
}

.verves-kontakt-info-card__value {
	font-weight: 600;
}

.verves-kontakt-help__eyebrow {
	margin-bottom: 16px;
}

.verves-kontakt-help__item {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding: 16px 0;
	border-top: 1px solid var(--wp--preset--color--line);
}

.verves-kontakt-help__icon {
	display: inline-flex;
	color: var(--wp--preset--color--pine);
	flex: 0 0 auto;
	margin-top: 2px;
}

.verves-kontakt-help__title {
	font-weight: 600;
	font-size: 15.5px;
}

.verves-kontakt-help__text {
	margin: 4px 0 0;
	font-size: 14px;
	line-height: 1.55;
}

.verves-kontakt-response,
.card.verves-kontakt-response {
	padding: 20px;
	display: flex;
	gap: 13px;
	align-items: flex-start;
	background: var(--wp--preset--color--green-50);
	border: 1px solid var(--wp--preset--color--green-100);
	border-radius: 18px;
}

.verves-kontakt-response__icon {
	display: inline-flex;
	color: var(--wp--preset--color--pine);
	flex: 0 0 auto;
	margin-top: 2px;
}

.verves-kontakt-response__text {
	margin: 0;
	font-size: 14px;
	color: var(--wp--preset--color--ink-soft);
	line-height: 1.6;
}

.verves-kontakt-response__text strong {
	color: var(--wp--preset--color--ink);
	font-weight: 600;
}

.verves-kontakt-response__text a {
	color: var(--wp--preset--color--pine);
	text-decoration: underline;
	text-underline-offset: 3px;
}

.verves-contact-card,
.card.verves-contact-card {
	padding-block: var(--verves-card-padding, clamp(24px, 3vw, 34px));
	padding-inline: var(--verves-card-padding, clamp(24px, 3vw, 34px));
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 22px;
	background: #fff;
	box-shadow: 0 24px 60px rgba(20, 84, 59, 0.08);
	width: 100%;
	min-width: 0;
}

.verves-contact-card__title {
	font-size: 22px;
	margin: 0 0 6px;
	font-weight: 600;
	line-height: 1.25;
}

.verves-contact-card__intro {
	font-size: 14px;
	margin: 0 0 22px;
}

.verves-contact-field label {
	display: block;
	font-size: 13.5px;
	font-weight: 500;
	color: var(--wp--preset--color--ink-soft);
	margin-bottom: 4px;
}

.verves-contact-field .req {
	color: var(--wp--preset--color--pine);
}

.verves-contact-optional {
	font-weight: 400;
}

.verves-contact-form .input,
.verves-contact-form .textarea,
.verves-contact-form input.input,
.verves-contact-form textarea.textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	font: inherit;
	font-size: 15px;
	color: var(--wp--preset--color--ink);
	background: #fff;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 12px;
	padding: 0.72rem 0.85rem;
}

.verves-contact-form .textarea,
.verves-contact-form textarea.textarea {
	min-height: 110px;
	resize: vertical;
}

.verves-contact-form .input:focus,
.verves-contact-form .textarea:focus {
	outline: none;
	border-color: var(--wp--preset--color--pine);
	box-shadow: 0 0 0 3px rgba(20, 84, 59, 0.1);
}

.verves-contact-check,
label.check.verves-contact-check {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
	font-size: 13.5px;
	color: var(--wp--preset--color--ink-soft);
	line-height: 1.5;
	cursor: pointer;
	margin-top: 2px;
}

.verves-contact-check input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.verves-contact-check .box {
	width: 20px;
	height: 20px;
	border-radius: 6px;
	border: 1px solid var(--wp--preset--color--line);
	background: #fff;
	display: grid;
	place-items: center;
	flex-shrink: 0;
	color: transparent;
	transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.verves-contact-check input:checked + .box {
	background: var(--wp--preset--color--pine);
	border-color: var(--wp--preset--color--pine);
	color: #fff;
}

.verves-contact-submit,
.btn.verves-contact-submit {
	width: 100%;
	justify-content: center;
	margin-top: 4px;
}

.verves-contact-footnote {
	font-size: 12.5px;
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 2px 0 0;
	justify-content: center;
	text-align: left;
}

.verves-contact-footnote svg {
	flex-shrink: 0;
	color: var(--wp--preset--color--muted);
}

.verves-bli-steps {
	list-style: none;
	margin: 0 0 1rem;
	padding: 0;
	display: grid;
	gap: 0.85rem;
}

/* ---------- Bli med ---------- */
.verves-page--bli-med {
	padding-top: 0;
	padding-bottom: 0;
}

.verves-bli-hero {
	padding-top: clamp(16px, 2.2vw, 32px);
	padding-bottom: clamp(28px, 3.5vw, 48px);
}

.verves-bli-grid,
.partner-grid.verves-bli-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: clamp(36px, 5vw, 72px);
	align-items: start;
}

.verves-bli-grid__form {
	min-width: 0;
	width: 100%;
}

.verves-bli-title {
	font-size: clamp(36px, 4.6vw, 60px);
}

.verves-bli-lead {
	margin-top: 20px;
	max-width: 50ch;
}

.verves-bli-stats,
.stats.verves-bli-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1rem;
	margin-top: 36px;
}

.verves-bli-stat .v,
.stat.verves-bli-stat .v {
	font-size: clamp(1.35rem, 1rem + 1.2vw, 1.75rem);
	line-height: 1.1;
	font-weight: 700;
	color: var(--wp--preset--color--pine);
	margin-bottom: 0.2rem;
}

.verves-bli-stat .l,
.stat.verves-bli-stat .l {
	font-size: 0.88rem;
	color: var(--wp--preset--color--muted);
	line-height: 1.35;
}

.verves-bli-process {
	margin-top: 44px;
}

.verves-bli-process__list {
	display: flex;
	flex-direction: column;
}

.verves-bli-process__row {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	padding: 18px 0;
	border-top: 1px solid var(--wp--preset--color--line);
}

.verves-bli-process__num,
.verves-bli-process__row .num {
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 13px;
	color: var(--wp--preset--color--pine);
	letter-spacing: 0.04em;
	margin-top: 3px;
	flex: 0 0 auto;
}

.verves-bli-process__num span {
	opacity: 0.55;
}

.verves-bli-process__icon {
	color: var(--wp--preset--color--pine);
	flex: 0 0 auto;
	margin-top: 1px;
	display: inline-flex;
}

.verves-bli-process__title {
	font-weight: 600;
	font-size: 16.5px;
	line-height: 1.3;
}

.verves-bli-process__text {
	margin: 5px 0 0;
	font-size: 14.5px;
	line-height: 1.55;
}

.verves-bli-trust,
.card.verves-bli-trust {
	margin-top: 10px;
	padding: 20px;
	display: flex;
	gap: 13px;
	align-items: flex-start;
	background: var(--wp--preset--color--green-50);
	border-color: var(--wp--preset--color--green-100);
}

.verves-bli-trust__icon {
	color: var(--wp--preset--color--pine);
	flex: 0 0 auto;
	margin-top: 2px;
	display: inline-flex;
}

.verves-bli-trust__text {
	margin: 0;
	font-size: 14px;
	color: var(--wp--preset--color--ink-soft);
	line-height: 1.6;
}

.verves-bli-trust__text b {
	color: var(--wp--preset--color--ink);
}

.card.verves-apply-card,
.verves-apply-card {
	padding-block: var(--verves-card-padding, clamp(24px, 3vw, 34px));
	padding-inline: var(--verves-card-padding, clamp(24px, 3vw, 34px));
	border-radius: 22px;
	border: 1px solid var(--wp--preset--color--line);
	background: #fff;
	box-shadow: 0 24px 60px rgba(20, 84, 59, 0.08);
	width: 100%;
	min-width: 0;
}

.verves-apply-card__eyebrow {
	font-size: 11px;
	margin-bottom: 0;
}

.verves-apply-card__title {
	font-size: 22px;
	margin-top: 8px;
	margin-bottom: 0;
}

.verves-apply-card__intro {
	font-size: 13.5px;
	margin-top: 8px;
	margin-bottom: 0;
}

.verves-apply-field label,
.verves-apply-field__legend {
	display: block;
	font-size: 13.5px;
	font-weight: 500;
	color: var(--wp--preset--color--ink-soft);
	margin-bottom: 4px;
}

.verves-apply-field__legend {
	margin-bottom: 8px;
}

.verves-apply-field .req {
	color: var(--wp--preset--color--pine);
}

.verves-apply-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.verves-apply-panel {
	display: flex;
	flex-direction: column;
	gap: var(--verves-form-gap, 16px);
	width: 100%;
	min-width: 0;
}

.verves-apply-panel.is-hidden {
	display: none;
}

.verves-apply-form .input,
.verves-apply-form .textarea,
.verves-apply-form input.input,
.verves-apply-form textarea.textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	font: inherit;
	font-size: 15px;
	color: var(--wp--preset--color--ink);
	background: #fff;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 12px;
	padding: 0.72rem 0.85rem;
}

.verves-apply-form .textarea,
.verves-apply-form textarea.textarea {
	min-height: 110px;
	resize: vertical;
}

.verves-apply-form .input:focus,
.verves-apply-form .textarea:focus {
	outline: none;
	border-color: var(--wp--preset--color--pine);
	box-shadow: 0 0 0 3px rgba(20, 84, 59, 0.1);
}

.verves-apply-check,
label.check.verves-apply-check {
	display: flex;
	gap: 0.65rem;
	align-items: flex-start;
	font-size: 13.5px;
	color: var(--wp--preset--color--ink-soft);
	line-height: 1.5;
	cursor: pointer;
	margin-top: 2px;
}

.verves-apply-check input {
	position: absolute;
	opacity: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.verves-apply-check .box,
label.check .box {
	width: 20px;
	height: 20px;
	border-radius: 6px;
	border: 1px solid var(--wp--preset--color--line);
	background: #fff;
	display: grid;
	place-items: center;
	flex-shrink: 0;
	color: transparent;
	transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.verves-apply-check input:checked + .box {
	background: var(--wp--preset--color--pine);
	border-color: var(--wp--preset--color--pine);
	color: #fff;
}

.verves-apply-submit,
.btn.verves-apply-submit {
	width: 100%;
	justify-content: center;
	margin-top: 4px;
}

.verves-apply-footnote {
	font-size: 12.5px;
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 2px 0 0;
	justify-content: center;
	text-align: left;
}

.verves-apply-footnote svg {
	flex-shrink: 0;
	color: var(--wp--preset--color--muted);
}

.verves-bli-why {
	background: var(--wp--preset--color--cream-alt);
	padding-top: clamp(40px, 5vw, 64px);
	padding-bottom: clamp(40px, 5vw, 64px);
}

.verves-bli-why__intro {
	max-width: 54ch;
	margin-bottom: 44px;
}

.verves-bli-why__title {
	margin: 0;
}

.verves-bli-why__grid,
.partner-cards.verves-bli-why__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.verves-bli-why-card,
.card.verves-bli-why-card {
	padding: 28px;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 18px;
	background: #fff;
}

.verves-bli-why-card__icon {
	display: inline-flex;
	color: var(--wp--preset--color--pine);
}

.verves-bli-why-card__title {
	font-size: 20px;
	margin: 16px 0 8px;
	font-weight: 600;
	line-height: 1.25;
}

.verves-bli-why-card__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
}

/* ---------- Om oss ---------- */
.verves-page--om-oss {
	padding-top: 0;
	padding-bottom: var(--wp--preset--spacing--40);
}

.verves-om-oss-hero {
	padding-top: clamp(16px, 2.2vw, 32px);
	padding-bottom: clamp(28px, 3.5vw, 48px);
}

.verves-om-oss-title {
	font-size: clamp(34px, 4.4vw, 58px);
}

.verves-om-oss-lead {
	margin-top: 20px;
	max-width: 52ch;
}

.verves-om-oss-art svg,
.hero-art.verves-om-oss-art svg {
	display: block;
	width: min(100%, 440px);
	height: auto;
	margin: 0 auto;
}

.verves-om-oss-values__grid,
.about-vals.verves-om-oss-values__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.verves-om-oss-value-card,
.card.verves-om-oss-value-card {
	padding: 28px;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 18px;
	background: #fff;
}

.verves-om-oss-value-card__icon {
	display: inline-flex;
	color: var(--wp--preset--color--pine);
}

.verves-om-oss-value-card__title {
	font-size: 20px;
	margin: 16px 0 8px;
	font-weight: 600;
	line-height: 1.25;
}

.verves-om-oss-value-card__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
}

.verves-om-oss-position {
	padding-bottom: clamp(32px, 4vw, 56px);
}

.verves-om-oss-position__card,
.card.verves-om-oss-position__card {
	padding: clamp(28px, 4vw, 52px);
	background: var(--wp--preset--color--cream-alt);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 18px;
}

.verves-om-oss-position__copy {
	max-width: 64ch;
}

.verves-om-oss-position__title {
	margin: 0 0 18px;
}

.verves-om-oss-position__text {
	margin: 0;
	color: var(--wp--preset--color--ink-soft);
	font-size: 17px;
	line-height: 1.7;
}

/* ---------- Legal pages (personvern / vilkår) ---------- */
.verves-page--legal {
	padding-top: 0;
	padding-bottom: var(--wp--preset--spacing--40);
}

.verves-legal-hero {
	padding-top: clamp(16px, 2.2vw, 32px);
	padding-bottom: clamp(28px, 3.5vw, 48px);
}

.verves-legal-title {
	font-size: clamp(34px, 4.4vw, 58px);
}

.verves-legal-lead {
	margin-top: 20px;
	max-width: 52ch;
}

.verves-legal-art svg,
.hero-art.verves-legal-art svg {
	display: block;
	width: min(100%, 440px);
	height: auto;
	margin: 0 auto;
}

.verves-legal-wrap {
	max-width: var(--verves-content-max);
}

.verves-legal-page-grid,
.legal-page-grid.verves-legal-page-grid {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: start;
}

.verves-legal-side-art,
.legal-side-art.verves-legal-side-art {
	position: sticky;
	top: 100px;
}

.verves-legal-side-art svg {
	display: block;
	width: 100%;
	height: auto;
}

.verves-legal-main {
	display: flex;
	flex-direction: column;
	gap: 18px;
	min-width: 0;
}

.verves-legal-intro,
.card.verves-legal-intro {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	padding: 22px 24px;
	border: 1px solid rgba(20, 84, 59, 0.14);
	border-radius: 18px;
	background: linear-gradient(135deg, rgba(231, 240, 233, 0.65), #fff 58%);
}

.verves-legal-intro__icon {
	display: inline-flex;
	color: var(--wp--preset--color--pine);
	flex-shrink: 0;
	margin-top: 2px;
}

.verves-legal-intro__text {
	margin: 0;
	font-size: 16px;
	line-height: 1.65;
	color: var(--wp--preset--color--ink-soft);
}

.verves-legal-sections {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.verves-legal-section,
.card.verves-legal-section {
	padding: 24px 26px;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 18px;
	background: #fff;
}

.verves-legal-section__head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 14px;
}

.verves-legal-section__icon {
	display: inline-flex;
	color: var(--wp--preset--color--pine);
	flex-shrink: 0;
}

.verves-legal-section__title {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.25;
}

.verves-legal-section__body {
	font-size: 15px;
	line-height: 1.65;
	color: var(--wp--preset--color--ink-soft);
}

.verves-legal-section__body p {
	margin: 0;
}

.verves-legal-section__body p + .verves-legal-list,
.verves-legal-section__body .verves-legal-list {
	margin-top: 14px;
}

.verves-legal-list {
	margin: 0;
	padding-left: 1.15em;
	display: grid;
	gap: 8px;
}

.verves-legal-list li {
	line-height: 1.55;
}

.verves-legal-section__body a {
	color: var(--wp--preset--color--pine-700);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.verves-legal-cta-row {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
	gap: 16px;
	margin-top: 8px;
}

.verves-legal-cta,
.card.verves-legal-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 22px 24px;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 18px;
	background: #fff;
}

.verves-legal-cta__title {
	font-size: 20px;
	margin: 0 0 6px;
}

.verves-legal-cta__text {
	margin: 0;
	font-size: 14px;
}

.verves-legal-related,
.card.verves-legal-related {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 22px 24px;
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 18px;
	background: var(--wp--preset--color--cream-alt);
	text-decoration: none;
	color: inherit;
	min-height: 100%;
}

.verves-legal-related__title {
	font-size: 18px;
	line-height: 1.3;
}

.verves-legal-related__link {
	margin-top: auto;
}

/* ---------- FAQ page ---------- */
.verves-page--faq {
	padding-top: 0;
	padding-bottom: var(--wp--preset--spacing--40);
}

.verves-faq-hero {
	padding-top: clamp(16px, 2.2vw, 32px);
	padding-bottom: clamp(28px, 3.5vw, 48px);
}

.verves-faq-title {
	font-size: clamp(34px, 4.4vw, 58px);
}

.verves-faq-lead {
	margin-top: 20px;
	max-width: 52ch;
}

.verves-faq-art svg,
.hero-art.verves-faq-art svg {
	display: block;
	width: min(100%, 440px);
	height: auto;
	margin: 0 auto;
}

.verves-faq-wrap {
	max-width: var(--verves-content-max);
}

.verves-faq-page-grid,
.faq-page-grid.verves-faq-page-grid {
	display: grid;
	grid-template-columns: 200px minmax(0, 1fr);
	gap: clamp(28px, 5vw, 72px);
	align-items: start;
}

.verves-faq-side-art,
.faq-side-art.verves-faq-side-art {
	position: sticky;
	top: 100px;
}

.verves-faq-side-art svg {
	display: block;
	width: 100%;
	height: auto;
}

.verves-page--faq .verves-faq-item {
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 16px;
	margin-bottom: 10px;
	background: #fff;
	overflow: hidden;
}

.verves-page--faq .verves-faq-item[open] {
	border-color: rgba(20, 84, 59, 0.22);
	box-shadow: 0 8px 28px rgba(20, 84, 59, 0.06);
}

.verves-page--faq .verves-faq-item summary.faq-q {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	cursor: pointer;
	font-weight: 600;
	font-size: 1.05rem;
	line-height: 1.35;
	padding: 20px 22px;
	list-style: none;
	text-align: left;
}

.verves-page--faq .verves-faq-item summary.faq-q::-webkit-details-marker {
	display: none;
}

.verves-page--faq .verves-faq-item summary.faq-q::after {
	display: none;
}

.verves-page--faq .verves-faq-ic {
	flex: 0 0 auto;
	color: var(--wp--preset--color--pine);
	transition: transform 0.2s ease;
	margin-top: 2px;
}

.verves-page--faq .verves-faq-item[open] .verves-faq-ic {
	transform: rotate(45deg);
}

.verves-page--faq .faq-a {
	padding: 0 22px 20px;
}

.verves-page--faq .faq-a-inner {
	margin: 0;
	color: var(--wp--preset--color--ink-soft);
	font-size: 15px;
	line-height: 1.65;
}

.verves-page--faq .faq-a-inner a {
	color: var(--wp--preset--color--pine);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.verves-page--faq .verves-faq-cta,
.card.verves-faq-cta {
	margin-top: 40px;
	padding: 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
	background: var(--wp--preset--color--cream-alt);
	border: 1px solid var(--wp--preset--color--line);
	border-radius: 18px;
}

.verves-faq-cta__title {
	font-size: 19px;
	margin: 0;
	font-weight: 600;
	line-height: 1.25;
}

.verves-faq-cta__text {
	margin: 6px 0 0;
	font-size: 14.5px;
}

.verves-faq-cta__btn {
	white-space: nowrap;
}

.verves-bli-steps li {
	display: flex;
	gap: 0.75rem;
}

.verves-bli-steps li span {
	width: 28px;
	height: 28px;
	border-radius: 8px;
	background: var(--wp--preset--color--green-50);
	color: var(--wp--preset--color--pine);
	display: grid;
	place-items: center;
	font-family: "JetBrains Mono", ui-monospace, monospace;
	font-size: 0.75rem;
	flex-shrink: 0;
}

.verves-bli-steps p {
	margin: 0.15rem 0 0;
	font-size: 0.88rem;
	color: var(--wp--preset--color--ink-soft);
}

.verves-trust-notice--light {
	background: var(--wp--preset--color--green-50);
	border-color: var(--wp--preset--color--green-100);
}

.verves-trust-notice--light strong,
.verves-trust-notice--light p {
	color: var(--wp--preset--color--pine-700);
}

.verves-why-section {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid var(--wp--preset--color--line);
}

.verves-apply__title {
	margin: 0 0 1rem;
	font-size: 1.15rem;
}

.verves-hero-stats--compact {
	margin-top: 1.25rem;
}

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
	.verves-footer-grid,
	.footer-grid.verves-footer-grid {
		grid-template-columns: 1fr 1fr;
	}

	.verves-hero-grid,
	.hero-grid {
		grid-template-columns: 1fr !important;
	}

	.verves-hero-card-wrap {
		max-width: 100%;
		margin-inline: auto;
		padding: 0;
	}

	.verves-proof-chip--a,
	.verves-proof-chip--b,
	.float-a,
	.float-b {
		display: none;
	}

	.verves-curation-grid,
	.curation-grid.verves-curation-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 920px) {
	.verves-svc-hero,
	.svc-hero.verves-svc-hero {
		grid-template-columns: 1fr;
	}

	.verves-svc-form-col,
	.svc-form-col.verves-svc-form-col {
		position: static;
	}

	.verves-svc-related__grid {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.prof-stats.verves-prof-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.verves-anbefaler-services__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (max-width: 782px) {
	.verves-service-layout,
	.verves-profile-head {
		flex-wrap: wrap;
	}

	.verves-footer-cta,
	.footer-cta.verves-footer-cta {
		flex-direction: column;
		align-items: flex-start;
	}

	.verves-hero-columns {
		flex-wrap: wrap !important;
	}

	.verves-om-oss-values__grid,
	.about-vals.verves-om-oss-values__grid {
		grid-template-columns: 1fr !important;
	}

	.verves-faq-page-grid,
	.faq-page-grid.verves-faq-page-grid {
		grid-template-columns: 1fr !important;
	}

	.verves-legal-page-grid,
	.legal-page-grid.verves-legal-page-grid {
		grid-template-columns: 1fr !important;
	}

	.verves-legal-side-art,
	.legal-side-art.verves-legal-side-art {
		display: none;
	}

	.verves-legal-cta-row {
		grid-template-columns: 1fr !important;
	}

	.verves-legal-cta,
	.card.verves-legal-cta {
		flex-direction: column;
		align-items: flex-start;
	}

	.verves-faq-side-art,
	.faq-side-art.verves-faq-side-art {
		display: none;
	}

	.verves-kontakt-grid,
	.contact-grid.verves-kontakt-grid {
		grid-template-columns: 1fr !important;
	}

	.verves-kontakt-info-row {
		grid-template-columns: 1fr;
	}

	.verves-kontakt-cta-row .verves-kontakt-cta {
		flex: 1 1 100%;
	}

	.verves-bli-grid,
	.partner-grid.verves-bli-grid {
		grid-template-columns: 1fr !important;
	}

	.verves-bli-stats,
	.stats.verves-bli-stats {
		grid-template-columns: 1fr;
	}

	.verves-bli-why__grid,
	.partner-cards.verves-bli-why__grid {
		grid-template-columns: 1fr !important;
	}

	.verves-hero-stats,
	.stats.verves-hero-stats {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 0.5rem 0.65rem;
		width: 100%;
	}

	.verves-hero-stat .v {
		font-size: clamp(1.05rem, 4.2vw, 1.3rem);
	}

	.verves-hero-stat .l {
		font-size: 0.7rem;
		line-height: 1.25;
		hyphens: auto;
	}

	.verves-hero-stat {
		text-align: center;
	}

	.verves-trust-grid,
	.trust-grid.verves-trust-grid {
		grid-template-columns: 1fr;
	}

	.verves-trust-item:not(:last-child) {
		border-right: none;
		padding-right: 0;
	}

	.verves-trust-item:not(:first-child) {
		padding-left: 0;
	}

	.verves-trust-item + .verves-trust-item {
		margin-top: 0;
	}

	.verves-trust-checks {
		grid-template-columns: 1fr;
	}

	.verves-curation-grid,
	.curation-grid.verves-curation-grid {
		grid-template-columns: 1fr;
	}

	.verves-referrals-inner {
		flex-direction: column;
		align-items: stretch;
		gap: 0.75rem;
	}

	.verves-referrals-items {
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		gap: 0.85rem;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x proximity;
		padding-bottom: 2px;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.verves-referrals-items::-webkit-scrollbar {
		display: none;
	}

	.verves-referral-item {
		flex: 0 0 auto;
		scroll-snap-align: start;
		padding: 0.4rem 0.85rem;
		background: #fff;
		border: 1px solid var(--wp--preset--color--line);
		border-radius: 999px;
		white-space: nowrap;
	}

	.verves-tjenester-grid {
		grid-template-columns: 1fr;
	}

	.verves-svc-related__grid {
		grid-template-columns: 1fr !important;
	}

	.verves-rec-card__actions {
		width: 100%;
		margin-left: 0;
	}

	.verves-anbefalere-grid,
	.prof-grid.verves-anbefalere-grid,
	.verves-step-cards,
	.verves-feature-cards {
		grid-template-columns: 1fr;
	}

	.verves-page-head-grid .wp-block-columns,
	.page-head-grid.verves-page-head-grid {
		flex-wrap: wrap !important;
	}

	.verves-anbefalere-cta,
	.card.verves-anbefalere-cta,
	.verves-anbefaler-profile-cta,
	.card.verves-anbefaler-profile-cta {
		flex-direction: column;
		align-items: flex-start;
	}

	.verves-anbefaler-services__grid {
		grid-template-columns: 1fr !important;
	}

	.prof-stats.verves-prof-stats {
		grid-template-columns: 1fr 1fr;
	}

	.verves-page-hero .wp-block-columns {
		flex-wrap: wrap !important;
	}
}

@media (max-width: 640px) {
	.verves-footer-bottom,
	.footer-bottom.verves-footer-bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 0.65rem;
	}

	.verves-footer-copy,
	.verves-footer-email {
		font-size: 11px;
		line-height: 1.5;
	}
}

@media (max-width: 480px) {
	.verves-footer-grid,
	.footer-grid.verves-footer-grid {
		grid-template-columns: 1fr;
	}

	.verves-footer-svc-list,
	.footer-svc-list.verves-footer-svc-list {
		grid-template-columns: 1fr;
	}

	.verves-footer-mega,
	.footer-mega.verves-footer-mega {
		font-size: clamp(4rem, 22vw, 8rem);
	}
}
