/*
 * Justiflex Editorial Authority — två testamenten säger olika saker.
 *
 * The article column is the hard layout boundary. Components intentionally
 * stay inside that boundary so they never slide below either sticky rail.
 */

.jfea-site.jfea-pack-tva-testamenten {
	--jfea-paper: #f4f0e8;
	--jfea-paper-soft: #fbf9f4;
	--jfea-ink: #0b1730;
	--jfea-navy: #1b365d;
	--jfea-blue: #245d8a;
	--jfea-blue-soft: #e7eff5;
	--jfea-oxblood: #6a2428;
	--jfea-brass: #b8914f;
	--jfea-brass-soft: #e1c995;
	--jfea-text: #24313e;
	--jfea-muted: #63707c;
	--jfea-line: #d5cec1;
	--jfea-white: #fffefa;
	--jfea-shadow: 0 18px 48px rgba(7, 26, 51, .09);
	--jfea-shadow-soft: 0 8px 26px rgba(7, 26, 51, .065);
}

.jfea-site.jfea-pack-tva-testamenten .jfea-header {
	background: rgba(243, 239, 231, .97);
	border-bottom-color: rgba(7, 26, 51, .16);
	box-shadow: 0 8px 28px rgba(7, 26, 51, .035);
}

.jfea-site.jfea-pack-tva-testamenten .jfea-hero {
	background:
		radial-gradient(circle at 13% 16%, rgba(35, 106, 162, .16), transparent 34%),
		linear-gradient(135deg, #fbf9f3 0%, #e7f0f6 62%, #dce9f2 100%);
	border-bottom-color: rgba(7, 26, 51, .17);
}

.jfea-site.jfea-pack-tva-testamenten .jfea-hero-copy {
	position: relative;
}

.jfea-site.jfea-pack-tva-testamenten .jfea-hero-copy::before {
	position: absolute;
	top: clamp(38px, 5vw, 72px);
	left: clamp(38px, 7vw, 108px);
	width: 68px;
	height: 2px;
	background: linear-gradient(90deg, var(--jfea-brass), transparent);
	content: "";
}

.jfea-site.jfea-pack-tva-testamenten .jfea-hero h1 {
	color: var(--jfea-ink);
	text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
}

.jfea-site.jfea-pack-tva-testamenten .jfea-subtitle {
	color: var(--jfea-blue);
}

.jfea-site.jfea-pack-tva-testamenten .jfea-hero-media::after {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background:
		linear-gradient(90deg, rgba(7, 26, 51, .2), transparent 28%, rgba(7, 26, 51, .08)),
		linear-gradient(180deg, transparent 70%, rgba(7, 26, 51, .12));
	content: "";
}

.jfea-site.jfea-pack-tva-testamenten .jfea-hero-image {
	/* Keeps both textile layers and their shared brass seam visible in hard crops. */
	object-position: 68% 50%;
}

.jfea-site.jfea-pack-tva-testamenten .jfea-direct-answer {
	position: relative;
	background:
		linear-gradient(112deg, rgba(36, 104, 158, .48), transparent 52%),
		var(--jfea-ink);
	overflow: hidden;
}

.jfea-site.jfea-pack-tva-testamenten .jfea-direct-answer::after {
	position: absolute;
	top: -118px;
	right: -54px;
	width: 318px;
	height: 318px;
	border: 1px solid rgba(225, 201, 149, .2);
	border-radius: 50%;
	box-shadow:
		0 0 0 42px rgba(225, 201, 149, .035),
		0 0 0 88px rgba(225, 201, 149, .02);
	content: "";
}

.jfea-site.jfea-pack-tva-testamenten .jfea-direct-answer > div {
	position: relative;
	z-index: 1;
}

.jfea-site.jfea-pack-tva-testamenten .jfea-toc-list a:hover,
.jfea-site.jfea-pack-tva-testamenten .jfea-toc-list a[aria-current="true"] {
	color: var(--jfea-blue);
	border-left-color: var(--jfea-brass);
}

.jfea-site.jfea-pack-tva-testamenten .jfea-expert-card {
	border-top: 4px solid var(--jfea-blue);
	background: linear-gradient(160deg, var(--jfea-white), #eef3f6);
	box-shadow: var(--jfea-shadow-soft);
}

/* Article boundary and universal overflow defence. */
.jfea-site .jfea-tva-testamenten-pack {
	container-name: jfea-sista;
	container-type: inline-size;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	color: var(--jfea-text, #24313e);
	overflow-wrap: anywhere;
	word-break: normal;
}

.jfea-site .jfea-tva-testamenten-pack *,
.jfea-site .jfea-tva-testamenten-pack *::before,
.jfea-site .jfea-tva-testamenten-pack *::after {
	box-sizing: border-box;
	min-width: 0;
}

.jfea-site .jfea-tva-testamenten-pack img,
.jfea-site .jfea-tva-testamenten-pack svg,
.jfea-site .jfea-tva-testamenten-pack video {
	display: block;
	max-width: 100%;
	height: auto;
}

.jfea-site .jfea-tva-testamenten-pack a,
.jfea-site .jfea-tva-testamenten-pack button,
.jfea-site .jfea-tva-testamenten-pack input,
.jfea-site .jfea-tva-testamenten-pack summary,
.jfea-site .jfea-tva-testamenten-pack [tabindex="0"] {
	-webkit-tap-highlight-color: transparent;
}

.jfea-site .jfea-tva-testamenten-pack :where(a, button, input, summary, [tabindex="0"]):focus-visible {
	outline: 3px solid var(--jfea-blue, #174f7d);
	outline-offset: 4px;
}

.jfea-site .jfea-tva-testamenten-pack h2,
.jfea-site .jfea-tva-testamenten-pack h3,
.jfea-site .jfea-tva-testamenten-pack [id] {
	scroll-margin-top: 140px;
}

.admin-bar .jfea-site .jfea-tva-testamenten-pack h2,
.admin-bar .jfea-site .jfea-tva-testamenten-pack h3,
.admin-bar .jfea-site .jfea-tva-testamenten-pack [id] {
	scroll-margin-top: 174px;
}

.jfea-site .jfea-tva-testamenten-pack h2 {
	position: relative;
}

.jfea-site .jfea-tva-testamenten-pack h2::after {
	display: block;
	width: 58px;
	height: 2px;
	margin-top: 17px;
	background: linear-gradient(90deg, var(--jfea-brass, #a98342), transparent);
	content: "";
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-opening {
	margin: 0 0 28px;
	color: var(--jfea-ink, #071a33);
	font-family: var(--jfea-serif, Georgia, serif);
	font-size: clamp(22px, 4cqi, 30px);
	font-weight: 500;
	letter-spacing: -.015em;
	line-height: 1.42;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-module {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: clamp(34px, 7cqi, 66px) 0;
}

.jfea-site .jfea-tva-testamenten-pack :where(
	.jfea-value-grid,
	.jfea-emergency-module,
	.jfea-partition-types,
	.jfea-document-type-grid,
	.jfea-sista-grid,
	.jfea-sista-detail-grid,
	.jfea-five-situations,
	.jfea-pack-table-wrap,
	.jfea-case-law-timeline,
	.jfea-pack-cta,
	.jfea-social-proof,
	.jfea-gift-grid,
	.jfea-accounting-grid,
	.jfea-protection-module,
	.jfea-guardian-grid,
	.jfea-case-grid,
	.jfea-pack-quiz,
	.jfea-do-dont-grid,
	.jfea-mistake-grid,
	.jfea-step-grid,
	.jfea-consequence-grid,
	.jfea-faq,
	.jfea-final-cta,
	.jfea-related-module,
	.jfea-law-notice
) {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin-right: 0;
	margin-left: 0;
	transform: none;
}

.jfea-site .jfea-tva-testamenten-pack :where(p, li, td, th, summary, legend, a, strong) {
	overflow-wrap: anywhere;
}

.jfea-site .jfea-tva-testamenten-pack a:not(.jfea-button) {
	text-decoration-color: rgba(23, 79, 125, .42);
	text-decoration-thickness: 1px;
	text-underline-offset: .17em;
}

.jfea-site .jfea-tva-testamenten-pack a:not(.jfea-button):hover {
	color: var(--jfea-blue, #174f7d);
	text-decoration-color: currentColor;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-eyebrow {
	margin: 0 0 10px;
	color: var(--jfea-brass, #a98342);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .14em;
	line-height: 1.35;
	text-transform: uppercase;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-module-intro {
	max-width: 64ch;
	margin: 0 0 24px;
	color: var(--jfea-muted, #63707c);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	border: 0 !important;
	overflow: hidden !important;
	white-space: nowrap !important;
}

/* Value promise. */
.jfea-site .jfea-tva-testamenten-pack .jfea-value-grid {
	border: 1px solid rgba(7, 26, 51, .16);
	background: var(--jfea-white, #fffefa);
	box-shadow: var(--jfea-shadow-soft, 0 8px 26px rgba(7, 26, 51, .065));
}

.jfea-site .jfea-tva-testamenten-pack .jfea-value-grid ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 265px), 1fr));
	gap: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-value-grid li {
	position: relative;
	margin: 0;
	padding: 21px 24px 21px 56px;
	border-right: 1px solid rgba(7, 26, 51, .11);
	border-bottom: 1px solid rgba(7, 26, 51, .11);
	font-size: 15px;
	line-height: 1.55;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-value-grid li::before {
	position: absolute;
	top: 20px;
	left: 22px;
	display: grid;
	width: 22px;
	height: 22px;
	place-items: center;
	border: 1px solid rgba(23, 79, 125, .34);
	border-radius: 50%;
	color: var(--jfea-blue, #174f7d);
	font-size: 11px;
	font-weight: 900;
	content: "✓";
}

/* First-day response: a blue incident panel, deliberately unlike the calmer article cards. */
.jfea-site .jfea-tva-testamenten-pack .jfea-emergency-module {
	position: relative;
	padding: clamp(28px, 6cqi, 48px);
	border: 1px solid rgba(112, 174, 220, .3);
	background:
		linear-gradient(135deg, rgba(36, 104, 158, .86), rgba(11, 41, 75, .24) 48%, transparent 74%),
		var(--jfea-ink, #071a33);
	color: rgba(255, 254, 250, .84);
	box-shadow: 0 24px 58px rgba(7, 26, 51, .18);
	overflow: hidden;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-emergency-module::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 100%;
	background: linear-gradient(180deg, #70aede, var(--jfea-brass, #a98342) 62%, var(--jfea-oxblood, #742a34));
	content: "";
}

.jfea-site .jfea-tva-testamenten-pack .jfea-emergency-module > h2 {
	max-width: 21ch;
	margin-top: 0;
	color: var(--jfea-white, #fffefa);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-emergency-module > h2::after {
	background: linear-gradient(90deg, #8fc4ea, var(--jfea-brass-soft, #e1c995), transparent);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-emergency-module > p {
	color: rgba(255, 254, 250, .82);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-emergency-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin: 28px 0;
	padding: 0;
	counter-reset: jfea-emergency-step;
	list-style: none;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-emergency-list > li {
	position: relative;
	margin: 0;
	padding: 22px 20px 22px 58px;
	border: 1px solid rgba(255, 254, 250, .14);
	background: rgba(255, 254, 250, .065);
	color: rgba(255, 254, 250, .78);
	font-size: 14px;
	line-height: 1.55;
	counter-increment: jfea-emergency-step;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-emergency-list > li::before {
	position: absolute;
	top: 21px;
	left: 19px;
	display: grid;
	width: 27px;
	height: 27px;
	place-items: center;
	border: 1px solid rgba(143, 196, 234, .64);
	border-radius: 50%;
	color: #bce0fa;
	font-size: 10px;
	font-weight: 850;
	line-height: 1;
	content: counter(jfea-emergency-step, decimal-leading-zero);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-emergency-list strong {
	color: var(--jfea-white, #fffefa);
}

/* Four document questions: an editorial index rather than another poster grid. */
.jfea-site .jfea-tva-testamenten-pack .jfea-document-type-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid rgba(11, 23, 48, .2);
	border-left: 1px solid rgba(11, 23, 48, .2);
	background: var(--jfea-white, #fffefa);
	box-shadow: var(--jfea-shadow-soft, 0 8px 26px rgba(11, 23, 48, .065));
}

.jfea-site .jfea-tva-testamenten-pack .jfea-document-type-card {
	position: relative;
	padding: clamp(25px, 5cqi, 36px);
	border-right: 1px solid rgba(11, 23, 48, .2);
	border-bottom: 1px solid rgba(11, 23, 48, .2);
	background:
		linear-gradient(145deg, rgba(36, 93, 138, .045), transparent 54%),
		var(--jfea-white, #fffefa);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-document-type-card:nth-child(4) {
	background:
		linear-gradient(145deg, rgba(106, 36, 40, .06), transparent 58%),
		var(--jfea-white, #fffefa);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-document-type-card h3 {
	margin: 0 0 14px;
	color: var(--jfea-ink, #0b1730);
	font-size: clamp(19px, 3.5cqi, 24px);
	line-height: 1.24;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-document-type-card > :last-child {
	margin-bottom: 0;
}

/* Article-specific decision modules. */
.jfea-site .jfea-tva-testamenten-pack :where(
	.jfea-gift-grid,
	.jfea-accounting-grid,
	.jfea-guardian-grid
) {
	display: grid;
	gap: 16px;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-gift-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jfea-site .jfea-tva-testamenten-pack :where(.jfea-accounting-grid, .jfea-guardian-grid) {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jfea-site .jfea-tva-testamenten-pack :where(
	.jfea-gift-card,
	.jfea-accounting-card,
	.jfea-guardian-card
) {
	position: relative;
	padding: clamp(23px, 5cqi, 32px);
	border: 1px solid rgba(7, 26, 51, .15);
	border-top: 4px solid var(--jfea-blue, #174f7d);
	background: linear-gradient(155deg, var(--jfea-white, #fffefa), #edf4f8);
	box-shadow: var(--jfea-shadow-soft, 0 8px 26px rgba(7, 26, 51, .065));
}

.jfea-site .jfea-tva-testamenten-pack .jfea-gift-card:first-child {
	border-top-color: var(--jfea-oxblood, #742a34);
	background: linear-gradient(155deg, var(--jfea-white, #fffefa), #f8eeee);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-accounting-card:nth-child(2) {
	border-top-color: var(--jfea-brass, #a98342);
	background: linear-gradient(155deg, var(--jfea-white, #fffefa), #f7f2e6);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-accounting-card:nth-child(3),
.jfea-site .jfea-tva-testamenten-pack .jfea-guardian-card:last-child {
	border-top-color: #236aa2;
	background: linear-gradient(155deg, var(--jfea-white, #fffefa), #e6f1f8);
}

.jfea-site .jfea-tva-testamenten-pack :where(
	.jfea-gift-card,
	.jfea-accounting-card,
	.jfea-guardian-card
) h3 {
	margin: 0 0 13px;
	color: var(--jfea-ink, #071a33);
	font-size: clamp(19px, 3.4cqi, 23px);
	line-height: 1.22;
}

.jfea-site .jfea-tva-testamenten-pack :where(
	.jfea-gift-card,
	.jfea-accounting-card,
	.jfea-guardian-card
) > :last-child {
	margin-bottom: 0;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-protection-module {
	padding: clamp(27px, 6cqi, 46px);
	border: 1px solid rgba(23, 79, 125, .2);
	background:
		radial-gradient(circle at 100% 0%, rgba(35, 106, 162, .13), transparent 33%),
		linear-gradient(145deg, #fbfaf6, #edf4f8);
	box-shadow: var(--jfea-shadow-soft, 0 8px 26px rgba(7, 26, 51, .065));
}

.jfea-site .jfea-tva-testamenten-pack .jfea-protection-module > h2:first-child {
	margin-top: 0;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-protection-module > h2:not(:first-child) {
	margin-top: clamp(42px, 8cqi, 68px);
	padding-top: clamp(28px, 5cqi, 42px);
	border-top: 1px solid rgba(23, 79, 125, .18);
}

/* Voluntary agreement versus compulsory distribution. */
.jfea-site .jfea-tva-testamenten-pack .jfea-partition-types {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
	gap: 16px;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-partition-type-card,
.jfea-site .jfea-tva-testamenten-pack .jfea-partition-card {
	position: relative;
	padding: clamp(24px, 5cqi, 34px);
	border: 1px solid rgba(7, 26, 51, .16);
	border-top: 4px solid var(--jfea-blue, #174f7d);
	background: linear-gradient(155deg, var(--jfea-white, #fffefa), #f1f5f7);
	box-shadow: var(--jfea-shadow-soft, 0 8px 26px rgba(7, 26, 51, .065));
}

.jfea-site .jfea-tva-testamenten-pack .jfea-partition-type-card.is-urgent,
.jfea-site .jfea-tva-testamenten-pack .jfea-partition-card.is-urgent,
.jfea-site .jfea-tva-testamenten-pack .jfea-partition-card:last-child {
	border-top-color: var(--jfea-oxblood, #742a34);
	background: linear-gradient(155deg, var(--jfea-white, #fffefa), #f7edef);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-partition-type-card h3,
.jfea-site .jfea-tva-testamenten-pack .jfea-partition-card h3 {
	margin-top: 0;
	color: var(--jfea-ink, #071a33);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-partition-type-card p:last-child,
.jfea-site .jfea-tva-testamenten-pack .jfea-partition-card p:last-child {
	margin-bottom: 0;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-partition-card::before,
.jfea-site .jfea-tva-testamenten-pack .jfea-situation-card::before,
.jfea-site .jfea-tva-testamenten-pack .jfea-evidence-card::before {
	display: block;
	margin-bottom: 14px;
	color: var(--jfea-brass, #a98342);
	font-family: var(--jfea-serif, Georgia, serif);
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
	content: attr(data-jfea-number);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-card-label,
.jfea-site .jfea-tva-testamenten-pack .jfea-card-value {
	display: block;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-card-label {
	margin-bottom: 4px;
	color: var(--jfea-blue, #174f7d);
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .075em;
	line-height: 1.35;
	text-transform: uppercase;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-card-value {
	font-size: 14px;
	line-height: 1.5;
}

/* SISTA proprietary model. */
.jfea-site .jfea-tva-testamenten-pack .jfea-sista-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 12px;
	padding: clamp(18px, 4cqi, 30px);
	border: 1px solid rgba(225, 201, 149, .32);
	background:
		radial-gradient(circle at 92% 0%, rgba(169, 131, 66, .13), transparent 33%),
		var(--jfea-ink, #071a33);
	box-shadow: var(--jfea-shadow, 0 18px 48px rgba(7, 26, 51, .09));
	overflow: hidden;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-sista-card {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	align-content: start;
	gap: 7px;
	padding: 22px 20px;
	border: 1px solid rgba(255, 254, 250, .14);
	background: rgba(255, 254, 250, .055);
	color: rgba(255, 254, 250, .86);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .035);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-sista-card:last-child {
	border-color: rgba(225, 201, 149, .55);
	background: rgba(116, 42, 52, .42);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-sista-card p {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: rgba(255, 254, 250, .78);
	font-size: 14px;
	line-height: 1.55;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-sista-letter {
	display: block;
	margin-bottom: 12px;
	color: var(--jfea-brass-soft, #e1c995);
	font-family: var(--jfea-serif, Georgia, serif);
	font-size: clamp(30px, 6cqi, 43px);
	font-weight: 600;
	line-height: 1;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-sista-card h3 {
	margin: 0;
	color: var(--jfea-white, #fffefa);
	font-size: 17px;
	line-height: 1.25;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-sista-detail-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	margin-top: 18px;
	border-top: 1px solid rgba(11, 23, 48, .18);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-sista-detail-card {
	display: grid;
	grid-template-columns: minmax(150px, .48fr) minmax(0, 1fr);
	gap: 18px 30px;
	padding: clamp(24px, 5cqi, 36px) 0;
	border-bottom: 1px solid rgba(11, 23, 48, .18);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-sista-detail-card h3 {
	margin: 0;
	color: var(--jfea-ink, #0b1730);
	font-size: clamp(20px, 3.6cqi, 25px);
	line-height: 1.2;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-sista-detail-card > :not(h3) {
	grid-column: 2;
	margin-top: 0;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-sista-detail-card > :last-child {
	margin-bottom: 0;
}

/* Decision and evidence cards stay readable without crossing the prose column. */
.jfea-site .jfea-tva-testamenten-pack .jfea-five-situations,
.jfea-site .jfea-tva-testamenten-pack .jfea-evidence-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
	gap: 15px;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-situation-card,
.jfea-site .jfea-tva-testamenten-pack .jfea-evidence-card {
	position: relative;
	padding: 24px;
	border: 1px solid rgba(7, 26, 51, .15);
	background: var(--jfea-white, #fffefa);
	box-shadow: var(--jfea-shadow-soft, 0 8px 26px rgba(7, 26, 51, .065));
}

.jfea-site .jfea-tva-testamenten-pack .jfea-situation-card[data-jfea-level="grönt"] {
	border-top: 4px solid #357a68;
	background: linear-gradient(155deg, var(--jfea-white, #fffefa), #edf6f1);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-situation-card[data-jfea-level="gult"] {
	border-top: 4px solid var(--jfea-brass, #a98342);
	background: linear-gradient(155deg, var(--jfea-white, #fffefa), #faf4e6);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-situation-card[data-jfea-level="orange"] {
	border-top: 4px solid #b66535;
	background: linear-gradient(155deg, var(--jfea-white, #fffefa), #faeee5);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-situation-card[data-jfea-level="rött"] {
	border-top: 4px solid var(--jfea-oxblood, #742a34);
	background: linear-gradient(155deg, var(--jfea-white, #fffefa), #f8eded);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-situation-card[data-jfea-level="mörkrött"] {
	grid-column: 1 / -1;
	border-color: rgba(116, 42, 52, .28);
	border-top: 5px solid #4d1721;
	background:
		linear-gradient(100deg, rgba(116, 42, 52, .09), transparent 60%),
		var(--jfea-white, #fffefa);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-risk-level {
	display: inline-flex;
	min-height: 25px;
	align-items: center;
	margin: 0 0 15px;
	padding: 4px 9px;
	border: 1px solid currentColor;
	border-radius: 999px;
	font-size: 10px;
	font-weight: 850;
	letter-spacing: .08em;
	line-height: 1;
	text-transform: uppercase;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-situation-card[data-jfea-level="grönt"] .jfea-risk-level {
	color: #2f6f5e;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-situation-card[data-jfea-level="gult"] .jfea-risk-level {
	color: #87641f;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-situation-card[data-jfea-level="orange"] .jfea-risk-level {
	color: #a04e20;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-situation-card[data-jfea-level="rött"] .jfea-risk-level,
.jfea-site .jfea-tva-testamenten-pack .jfea-situation-card[data-jfea-level="mörkrött"] .jfea-risk-level {
	color: var(--jfea-oxblood, #742a34);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-situation-card h3,
.jfea-site .jfea-tva-testamenten-pack .jfea-evidence-card h3 {
	margin: 0 0 14px;
	color: var(--jfea-ink, #071a33);
	font-size: 20px;
	line-height: 1.22;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-situation-warning {
	margin-bottom: 0;
	padding-top: 14px;
	border-top: 1px solid rgba(116, 42, 52, .17);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-situation-warning .jfea-card-label {
	color: var(--jfea-oxblood, #742a34);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-evidence-card {
	border-top: 3px solid var(--jfea-blue, #174f7d);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-evidence-card:last-child:nth-child(odd) {
	grid-column: 1 / -1;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-evidence-card p:last-child {
	margin-bottom: 0;
	font-size: 14px;
}

/* Semantic tables stay readable without crossing the prose column. */
.jfea-site .jfea-tva-testamenten-pack .jfea-clause-conflict-table {
	border-top: 4px solid var(--jfea-navy, #1b365d);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-testament-evidence-table {
	border-top: 4px solid var(--jfea-brass, #b8914f);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-clause-conflict-table th:first-child,
.jfea-site .jfea-tva-testamenten-pack .jfea-clause-conflict-table td:first-child {
	width: 17%;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-testament-evidence-table table {
	min-width: 980px;
}

.jfea-site .jfea-tva-testamenten-pack :where(
	.jfea-five-situations:has(table),
	.jfea-pack-table-wrap
) {
	border: 1px solid rgba(7, 26, 51, .16);
	background: var(--jfea-white, #fffefa);
	box-shadow: var(--jfea-shadow-soft, 0 8px 26px rgba(7, 26, 51, .065));
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) table {
	width: 100%;
	max-width: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	background: transparent;
	table-layout: fixed;
}

.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) th,
.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) td {
	padding: 15px 14px;
	border: 0;
	border-right: 1px solid rgba(7, 26, 51, .1);
	border-bottom: 1px solid rgba(7, 26, 51, .1);
	vertical-align: top;
	font-size: 14px;
	line-height: 1.52;
	hyphens: auto;
}

.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) th:last-child,
.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) td:last-child {
	border-right: 0;
}

.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) tbody tr:last-child td {
	border-bottom: 0;
}

.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) thead th {
	background: var(--jfea-ink, #071a33);
	color: var(--jfea-white, #fffefa);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .04em;
	line-height: 1.4;
	text-align: left;
	text-transform: uppercase;
}

.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) tbody tr:nth-child(even) td {
	background: #f5f2eb;
}

/* Nine-column evidence matrix: scrolls on wide screens and becomes labelled cards on narrow ones. */
.jfea-site .jfea-tva-testamenten-pack .jfea-transaction-table {
	border-top: 4px solid #236aa2;
	background: #f9fbfc;
	scrollbar-color: var(--jfea-blue, #174f7d) #e4edf3;
	scrollbar-width: thin;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-transaction-table table {
	min-width: 1180px;
	table-layout: auto;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-transaction-table thead th {
	background: linear-gradient(180deg, #123f67, var(--jfea-ink, #071a33));
}

.jfea-site .jfea-tva-testamenten-pack .jfea-transaction-table :where(th, td):nth-child(1) {
	width: 96px;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-transaction-table :where(th, td):nth-child(2) {
	width: 94px;
	font-variant-numeric: tabular-nums;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-transaction-table :where(th, td):nth-child(8) {
	width: 76px;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-transaction-table td:nth-child(8) {
	color: var(--jfea-oxblood, #742a34);
	font-weight: 800;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-transaction-table :where(th, td):nth-child(9) {
	min-width: 190px;
}

/* Mid-page conversion and proof, deliberately compact. */
.jfea-site .jfea-tva-testamenten-pack .jfea-pack-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(22px, 5cqi, 38px);
	align-items: center;
	padding: clamp(26px, 6cqi, 42px);
	border-left: 5px solid var(--jfea-brass, #a98342);
	background: var(--jfea-ink, #071a33);
	color: rgba(255, 254, 250, .84);
	box-shadow: var(--jfea-shadow, 0 18px 48px rgba(7, 26, 51, .09));
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-cta h2,
.jfea-site .jfea-tva-testamenten-pack .jfea-pack-cta h3 {
	margin: 0 0 12px;
	color: var(--jfea-white, #fffefa);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-cta h2::after {
	display: none;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-cta p:last-child {
	margin: 22px 0 0;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-cta > p strong {
	color: var(--jfea-brass-soft, #e1c995);
	font-family: var(--jfea-serif, Georgia, serif);
	font-size: clamp(22px, 4.5cqi, 31px);
	font-weight: 600;
	line-height: 1.15;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-cta-action {
	display: grid;
	gap: 11px;
	align-content: center;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-price {
	margin: 0;
	color: var(--jfea-brass-soft, #e1c995);
	font-family: var(--jfea-serif, Georgia, serif);
	font-size: clamp(26px, 5cqi, 38px);
	line-height: 1.05;
	text-align: center;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-button,
.jfea-site .jfea-tva-testamenten-pack .jfea-pack-cta a[role="button"],
.jfea-site .jfea-tva-testamenten-pack .jfea-final-cta a[role="button"] {
	display: inline-flex;
	width: auto;
	max-width: 100%;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 12px 18px;
	border: 1px solid transparent;
	border-radius: 2px;
	background: var(--jfea-oxblood, #742a34);
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	box-shadow: 0 9px 24px rgba(0, 0, 0, .14);
	transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-button:hover,
.jfea-site .jfea-tva-testamenten-pack .jfea-pack-cta a[role="button"]:hover,
.jfea-site .jfea-tva-testamenten-pack .jfea-final-cta a[role="button"]:hover {
	background: #8b3541;
	color: #fff;
	transform: translateY(-1px);
	box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-social-proof {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	align-items: center;
	justify-content: space-between;
	padding: 15px 19px;
	border: 1px solid rgba(7, 26, 51, .13);
	background: #f6f3ec;
	color: var(--jfea-muted, #63707c);
	font-size: 13px;
	line-height: 1.45;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-social-proof strong {
	color: var(--jfea-ink, #071a33);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-social-proof p {
	margin: 0;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-review-link {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
	font-weight: 760;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-review-link::before {
	color: var(--jfea-brass, #a98342);
	font-size: 14px;
	letter-spacing: .045em;
	content: "★★★★★";
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-cta .jfea-pack-review-link {
	color: var(--jfea-brass-soft, #e1c995);
	text-decoration-color: rgba(225, 201, 149, .58);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-cta .jfea-pack-review-link:hover,
.jfea-site .jfea-tva-testamenten-pack .jfea-pack-cta .jfea-pack-review-link:focus-visible {
	color: var(--jfea-white, #fffefa);
	text-decoration-color: currentColor;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-cta .jfea-pack-review-link:focus-visible {
	outline-color: var(--jfea-brass-soft, #e1c995);
}

/* Case-law timeline: one continuous evidentiary thread. */
.jfea-site .jfea-tva-testamenten-pack .jfea-case-law-timeline {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 0;
	padding-left: 34px;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-case-law-timeline::before {
	position: absolute;
	top: 16px;
	bottom: 16px;
	left: 8px;
	width: 1px;
	background: linear-gradient(180deg, var(--jfea-brass, #b8914f), var(--jfea-blue, #245d8a), var(--jfea-oxblood, #6a2428));
	content: "";
}

.jfea-site .jfea-tva-testamenten-pack .jfea-case-law-card {
	position: relative;
	padding: clamp(23px, 5cqi, 34px) 0 clamp(23px, 5cqi, 34px) clamp(17px, 4cqi, 30px);
	border-bottom: 1px solid rgba(11, 23, 48, .16);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-case-law-card::before {
	position: absolute;
	top: 34px;
	left: -31px;
	width: 13px;
	height: 13px;
	border: 3px solid var(--jfea-paper, #f4f0e8);
	border-radius: 50%;
	background: var(--jfea-brass, #b8914f);
	box-shadow: 0 0 0 1px rgba(11, 23, 48, .28);
	content: "";
}

.jfea-site .jfea-tva-testamenten-pack .jfea-case-law-card:nth-child(2)::before {
	background: var(--jfea-blue, #245d8a);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-case-law-card:nth-child(3)::before {
	background: var(--jfea-oxblood, #6a2428);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-case-law-card h3 {
	margin: 0 0 13px;
	color: var(--jfea-ink, #0b1730);
	font-size: clamp(20px, 3.6cqi, 25px);
	line-height: 1.22;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-case-law-card > .jfea-card-number {
	display: none;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-case-law-card > :last-child {
	margin-bottom: 0;
}

/* Cases and decision cards. */
.jfea-site .jfea-tva-testamenten-pack :where(
	.jfea-case-module,
	.jfea-mistake-module,
	.jfea-step-module,
	.jfea-consequence-module
) {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.jfea-site .jfea-tva-testamenten-pack :where(
	.jfea-case-module,
	.jfea-mistake-module,
	.jfea-step-module,
	.jfea-consequence-module
) > :where(h2, .jfea-module-intro, p:not(.jfea-card-number)) {
	grid-column: 1 / -1;
}

.jfea-site .jfea-tva-testamenten-pack :where(
	.jfea-case-module,
	.jfea-mistake-module,
	.jfea-step-module,
	.jfea-consequence-module
) > section.level3 {
	position: relative;
	margin: 0;
	padding: clamp(22px, 5cqi, 31px);
	border: 1px solid rgba(7, 26, 51, .15);
	border-top: 3px solid var(--jfea-blue, #174f7d);
	background:
		linear-gradient(155deg, rgba(255, 254, 250, .98), rgba(239, 245, 248, .8));
	box-shadow: var(--jfea-shadow-soft, 0 8px 26px rgba(7, 26, 51, .065));
}

.jfea-site .jfea-tva-testamenten-pack :where(
	.jfea-case-module,
	.jfea-mistake-module,
	.jfea-step-module,
	.jfea-consequence-module
) > section.level3 > h3 {
	margin: 0 0 11px;
	color: var(--jfea-ink, #071a33);
	font-size: clamp(19px, 3.4cqi, 23px);
	line-height: 1.2;
}

.jfea-site .jfea-tva-testamenten-pack :where(
	.jfea-case-module,
	.jfea-mistake-module,
	.jfea-step-module,
	.jfea-consequence-module
) > section.level3 > :last-child {
	margin-bottom: 0;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-case-module > section.level3:nth-of-type(4) {
	border-top-color: var(--jfea-oxblood, #742a34);
	background: linear-gradient(155deg, var(--jfea-white, #fffefa), #f7edef);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-mistake-module {
	counter-reset: jfea-mistake;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-mistake-module > section.level3 {
	counter-increment: jfea-mistake;
	padding-top: 66px;
	border-top-color: rgba(116, 42, 52, .72);
	background: linear-gradient(155deg, var(--jfea-white, #fffefa), #f8f0ef);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-mistake-module > section.level3::before {
	position: absolute;
	top: 22px;
	left: 24px;
	display: grid;
	width: 29px;
	height: 29px;
	place-items: center;
	border: 1px solid rgba(116, 42, 52, .34);
	border-radius: 50%;
	color: var(--jfea-oxblood, #742a34);
	font-size: 11px;
	font-weight: 900;
	line-height: 1;
	content: counter(jfea-mistake, decimal-leading-zero);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-step-module {
	counter-reset: jfea-process-step;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-step-module > section.level3 {
	counter-increment: jfea-process-step;
	padding-top: 68px;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-step-module > section.level3::before {
	position: absolute;
	top: 21px;
	left: 24px;
	color: var(--jfea-brass, #a98342);
	font-family: var(--jfea-serif, Georgia, serif);
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	content: counter(jfea-process-step, decimal-leading-zero);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-consequence-module {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jfea-site .jfea-tva-testamenten-pack .jfea-consequence-module > section.level3 {
	border-top-width: 4px;
	border-top-color: var(--jfea-brass, #a98342);
	background: linear-gradient(155deg, var(--jfea-white, #fffefa), #f4f1e8);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-consequence-module > section.level3:first-of-type {
	border-top-color: var(--jfea-oxblood, #742a34);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-consequence-module > section.level3:last-of-type {
	border-top-color: var(--jfea-blue, #174f7d);
}

.jfea-site .jfea-tva-testamenten-pack :where(
	.jfea-case-grid,
	.jfea-do-dont-grid,
	.jfea-mistake-grid,
	.jfea-step-grid,
	.jfea-consequence-grid
) {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
	gap: 16px;
}

.jfea-site .jfea-tva-testamenten-pack :where(
	.jfea-case-card,
	.jfea-do-dont-row,
	.jfea-do-card,
	.jfea-dont-card,
	.jfea-mistake-card,
	.jfea-step-card,
	.jfea-consequence-card
) {
	position: relative;
	padding: clamp(22px, 5cqi, 31px);
	border: 1px solid rgba(7, 26, 51, .15);
	background: var(--jfea-white, #fffefa);
	box-shadow: var(--jfea-shadow-soft, 0 8px 26px rgba(7, 26, 51, .065));
}

.jfea-site .jfea-tva-testamenten-pack :where(
	.jfea-case-card,
	.jfea-do-dont-row,
	.jfea-do-card,
	.jfea-dont-card,
	.jfea-mistake-card,
	.jfea-step-card,
	.jfea-consequence-card
) h3 {
	margin: 0 0 11px;
	color: var(--jfea-ink, #071a33);
	font-size: clamp(19px, 3.4cqi, 23px);
	line-height: 1.2;
}

.jfea-site .jfea-tva-testamenten-pack :where(
	.jfea-case-card,
	.jfea-do-dont-row,
	.jfea-do-card,
	.jfea-dont-card,
	.jfea-mistake-card,
	.jfea-step-card,
	.jfea-consequence-card
) p:last-child,
.jfea-site .jfea-tva-testamenten-pack :where(
	.jfea-case-card,
	.jfea-do-card,
	.jfea-dont-card,
	.jfea-mistake-card,
	.jfea-step-card,
	.jfea-consequence-card
) ul:last-child {
	margin-bottom: 0;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-case-card {
	border-top: 3px solid var(--jfea-blue, #174f7d);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-case-card strong:first-child {
	color: var(--jfea-blue, #174f7d);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-card-number {
	display: inline-block;
	margin-bottom: 14px;
	color: var(--jfea-brass, #a98342);
	font-family: var(--jfea-serif, Georgia, serif);
	font-size: 25px;
	font-weight: 600;
	line-height: 1;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-case-assessment {
	margin-top: 18px;
	padding-top: 15px;
	border-top: 1px solid rgba(7, 26, 51, .11);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-mistake-card > .jfea-card-number,
.jfea-site .jfea-tva-testamenten-pack .jfea-step-card > .jfea-card-number {
	display: none;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-do-dont-row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 0;
	overflow: hidden;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-do-dont-grid {
	grid-template-columns: minmax(0, 1fr);
	gap: 12px;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-do-dont-row > div {
	padding: 21px 22px;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-do-dont-row .jfea-do {
	border-top: 4px solid var(--jfea-blue, #174f7d);
	background: #eff5f8;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-do-dont-row .jfea-dont {
	border-top: 4px solid var(--jfea-oxblood, #742a34);
	background: #f7edef;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-do-dont-row .jfea-dont .jfea-card-label {
	color: var(--jfea-oxblood, #742a34);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-do-dont-row p {
	margin: 0;
	font-size: 14px;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-do-card {
	border-top: 4px solid var(--jfea-blue, #174f7d);
	background: linear-gradient(155deg, var(--jfea-white, #fffefa), #eff5f8);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-dont-card {
	border-top: 4px solid var(--jfea-oxblood, #742a34);
	background: linear-gradient(155deg, var(--jfea-white, #fffefa), #f7edef);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-mistake-card {
	padding-top: 58px;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-mistake-card::before {
	position: absolute;
	top: 22px;
	left: 24px;
	display: grid;
	width: 25px;
	height: 25px;
	place-items: center;
	border: 1px solid rgba(116, 42, 52, .35);
	border-radius: 50%;
	color: var(--jfea-oxblood, #742a34);
	font-size: 14px;
	font-weight: 900;
	content: "!";
}

.jfea-site .jfea-tva-testamenten-pack .jfea-step-grid {
	counter-reset: jfea-step;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-step-card {
	counter-increment: jfea-step;
	padding-top: 63px;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-step-card::before {
	position: absolute;
	top: 22px;
	left: 24px;
	color: var(--jfea-brass, #a98342);
	font-family: var(--jfea-serif, Georgia, serif);
	font-size: 27px;
	font-weight: 600;
	line-height: 1;
	content: counter(jfea-step, decimal-leading-zero);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-consequence-grid {
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 190px), 1fr));
}

.jfea-site .jfea-tva-testamenten-pack .jfea-consequence-card {
	border-top: 4px solid var(--jfea-oxblood, #742a34);
}

/* Ten-question quiz: one calm question row at a time. */
.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz {
	padding: clamp(24px, 6cqi, 42px);
	border: 1px solid rgba(7, 26, 51, .17);
	background: linear-gradient(150deg, var(--jfea-white, #fffefa), #eef3f6);
	box-shadow: var(--jfea-shadow, 0 18px 48px rgba(7, 26, 51, .09));
}

.jfea-site .jfea-tva-testamenten-pack .jfea-quiz-slot .jfea-pack-quiz {
	margin: 22px 0 0;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz > h2,
.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz > h3 {
	margin-top: 0;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz-form,
.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz-questions {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 12px;
	margin: 26px 0 0;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz fieldset {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 16px 22px;
	align-items: center;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 18px 20px;
	border: 1px solid rgba(7, 26, 51, .13);
	background: rgba(255, 254, 250, .88);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz fieldset[aria-invalid="true"] {
	border-color: var(--jfea-oxblood, #742a34);
	box-shadow: 0 0 0 2px rgba(116, 42, 52, .1);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz legend {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	color: var(--jfea-ink, #071a33);
	font-size: 15px;
	font-weight: 750;
	line-height: 1.5;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz legend > span {
	display: inline-grid;
	width: 29px;
	height: 29px;
	margin-right: 10px;
	place-items: center;
	border: 1px solid rgba(23, 79, 125, .26);
	border-radius: 50%;
	color: var(--jfea-blue, #174f7d);
	font-size: 11px;
	font-weight: 850;
	line-height: 1;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz-options {
	display: grid;
	grid-template-columns: repeat(3, minmax(68px, 1fr));
	gap: 7px;
	width: min(100%, 360px);
	min-width: 0;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz label {
	display: flex;
	min-height: 46px;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	padding: 8px 10px;
	border: 1px solid rgba(7, 26, 51, .17);
	background: var(--jfea-white, #fffefa);
	color: var(--jfea-ink, #071a33);
	font-size: 13px;
	font-weight: 760;
	line-height: 1.25;
	cursor: pointer;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz label:hover,
.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz label.is-selected,
.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz label:has(input:checked) {
	border-color: var(--jfea-blue, #174f7d);
	background: var(--jfea-blue-soft, #e7eff5);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz input[type="radio"] {
	width: 17px;
	height: 17px;
	margin: 0;
	accent-color: var(--jfea-blue, #174f7d);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz-submit {
	display: inline-flex;
	min-height: 50px;
	align-items: center;
	justify-content: center;
	margin-top: 24px;
	padding: 12px 22px;
	border: 0;
	border-radius: 2px;
	background: var(--jfea-ink, #071a33);
	color: var(--jfea-white, #fffefa);
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	line-height: 1.35;
	cursor: pointer;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz-submit:hover {
	background: var(--jfea-blue, #174f7d);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz-result {
	margin-top: 22px;
	padding: 22px;
	border: 1px solid transparent;
	border-left-width: 5px;
	background: var(--jfea-paper-soft, #fbf9f4);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz-result[hidden] {
	display: none;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz-result[data-level="red"] {
	border-color: var(--jfea-oxblood, #742a34);
	background: #f7edef;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz-result[data-level="yellow"] {
	border-color: var(--jfea-brass, #a98342);
	background: #fbf6e9;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz-result[data-level="green"] {
	border-color: var(--jfea-blue, #174f7d);
	background: #eaf2f3;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz-result h3 {
	margin: 0 0 9px;
	color: var(--jfea-ink, #071a33);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz-result p:last-child,
.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz-result ul:last-child {
	margin-bottom: 0;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz-privacy,
.jfea-site .jfea-tva-testamenten-pack .jfea-quiz-disclaimer {
	margin: 16px 0 0;
	color: var(--jfea-muted, #63707c);
	font-size: 12px;
	line-height: 1.5;
}

/* FAQ uses native details/summary semantics. */
.jfea-site .jfea-tva-testamenten-pack .jfea-faq {
	border-top: 1px solid var(--jfea-line, #d5cec1);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-faq details {
	border-bottom: 1px solid var(--jfea-line, #d5cec1);
	background: transparent;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-faq details[open] {
	background: rgba(255, 254, 250, .58);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-faq summary {
	position: relative;
	display: flex;
	width: 100%;
	min-height: 66px;
	align-items: center;
	padding: 14px 52px 14px 2px;
	color: var(--jfea-ink, #071a33);
	font-size: 16px;
	font-weight: 760;
	line-height: 1.42;
	list-style: none;
	cursor: pointer;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-faq summary::-webkit-details-marker {
	display: none;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-faq summary::before,
.jfea-site .jfea-tva-testamenten-pack .jfea-faq summary::after {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 17px;
	height: 1px;
	background: var(--jfea-blue, #174f7d);
	content: "";
	transition: transform .18s ease;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-faq summary::after {
	transform: rotate(90deg);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-faq details[open] summary::after {
	transform: rotate(0);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-faq details > :not(summary) {
	margin-right: 46px;
	margin-left: 2px;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-faq details > :last-child {
	margin-bottom: 23px;
}

/* Contained final CTA. */
.jfea-site .jfea-tva-testamenten-pack .jfea-final-cta {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: clamp(24px, 6cqi, 44px);
	align-items: center;
	padding: clamp(30px, 7cqi, 54px);
	border: 1px solid rgba(225, 201, 149, .29);
	background:
		radial-gradient(circle at 100% 0%, rgba(169, 131, 66, .17), transparent 36%),
		var(--jfea-ink, #071a33);
	color: rgba(255, 254, 250, .84);
	box-shadow: var(--jfea-shadow, 0 18px 48px rgba(7, 26, 51, .09));
}

.jfea-site .jfea-tva-testamenten-pack .jfea-final-cta h2,
.jfea-site .jfea-tva-testamenten-pack .jfea-final-cta h3 {
	margin: 0 0 14px;
	color: var(--jfea-white, #fffefa);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-final-cta h2::after {
	display: none;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-final-cta ul {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
	gap: 8px 24px;
	margin: 22px 0;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-final-cta > p strong {
	color: var(--jfea-brass-soft, #e1c995);
	font-family: var(--jfea-serif, Georgia, serif);
	font-size: clamp(22px, 4.5cqi, 31px);
	font-weight: 600;
	line-height: 1.15;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-final-cta > p:last-child {
	margin-top: 22px;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-final-cta p:last-child,
.jfea-site .jfea-tva-testamenten-pack .jfea-final-cta ul:last-child {
	margin-bottom: 0;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-final-cta-action {
	display: grid;
	gap: 12px;
	align-content: center;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-author-note,
.jfea-site .jfea-tva-testamenten-pack .jfea-related-guides,
.jfea-site .jfea-tva-testamenten-pack .jfea-source-list {
	width: 100%;
	max-width: 100%;
	padding: clamp(21px, 5cqi, 32px);
	border: 1px solid rgba(7, 26, 51, .13);
	background: rgba(255, 254, 250, .64);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-source-list {
	font-size: 14px;
	line-height: 1.55;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-related-module {
	padding: clamp(24px, 5cqi, 36px);
	border: 1px solid rgba(11, 23, 48, .14);
	background:
		linear-gradient(145deg, rgba(36, 93, 138, .06), transparent 58%),
		var(--jfea-white, #fffefa);
}

.jfea-site .jfea-tva-testamenten-pack .jfea-related-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0 28px;
	margin-bottom: 0;
	padding-left: 20px;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-law-notice {
	margin: clamp(34px, 7cqi, 66px) 0 0;
	padding: 22px 24px;
	border-top: 1px solid rgba(11, 23, 48, .2);
	border-bottom: 1px solid rgba(11, 23, 48, .2);
	color: var(--jfea-muted, #63707c);
	font-size: 13px;
	line-height: 1.58;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-law-notice h2 {
	margin-top: 0;
	font-family: var(--jfea-sans, system-ui, sans-serif);
	font-size: 12px;
	font-weight: 850;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-law-notice h2::after {
	display: none;
}

.jfea-site .jfea-tva-testamenten-pack .jfea-law-notice > :last-child {
	margin-bottom: 0;
}

/* The shared sticky CTA owns positioning and state; the pack only refines it. */
.jfea-site.jfea-pack-tva-testamenten .jfea-mobile-sticky {
	max-width: 520px;
	margin-right: auto;
	margin-left: auto;
}

@container jfea-sista (min-width: 680px) {
	.jfea-site .jfea-tva-testamenten-pack .jfea-sista-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-sista-card {
		grid-template-columns: 70px minmax(175px, .42fr) minmax(0, 1fr);
		gap: 18px;
		align-items: center;
		padding: 19px 22px;
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-sista-letter {
		margin: 0;
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-sista-card p {
		font-size: 15px;
	}
}

@container jfea-sista (min-width: 520px) and (max-width: 679px) {
	.jfea-site .jfea-tva-testamenten-pack .jfea-sista-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-sista-card {
		grid-template-columns: 54px minmax(0, 1fr);
		gap: 7px 16px;
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-sista-letter {
		grid-row: 1 / span 2;
		margin: 0;
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-sista-card h3,
	.jfea-site .jfea-tva-testamenten-pack .jfea-sista-card p {
		grid-column: 2;
	}
}

@container jfea-sista (max-width: 720px) {
	.jfea-site .jfea-tva-testamenten-pack :where(
		.jfea-case-module,
		.jfea-mistake-module,
		.jfea-step-module,
		.jfea-consequence-module
	) {
		grid-template-columns: minmax(0, 1fr);
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-pack-cta,
	.jfea-site .jfea-tva-testamenten-pack .jfea-final-cta {
		grid-template-columns: minmax(0, 1fr);
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-pack-cta-action,
	.jfea-site .jfea-tva-testamenten-pack .jfea-final-cta-action {
		max-width: 330px;
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-pack-price {
		text-align: left;
	}

	.jfea-site .jfea-tva-testamenten-pack :where(
		.jfea-emergency-list,
		.jfea-gift-grid,
		.jfea-accounting-grid,
		.jfea-guardian-grid,
		.jfea-document-type-grid,
		.jfea-related-list
	) {
		grid-template-columns: minmax(0, 1fr);
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-sista-detail-card {
		grid-template-columns: minmax(0, 1fr);
		gap: 12px;
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-sista-detail-card > :not(h3) {
		grid-column: 1;
	}

	.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) {
		border: 0;
		background: transparent;
		box-shadow: none;
		overflow: visible;
	}

	.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) table,
	.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) tbody,
	.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) tr,
	.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) td {
		display: block;
		width: 100%;
		max-width: 100%;
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-transaction-table table {
		min-width: 0;
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-testament-evidence-table table {
		min-width: 0;
	}

	.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) thead {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		padding: 0;
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		border: 0;
		overflow: hidden;
		white-space: nowrap;
	}

	.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) colgroup {
		display: none;
	}

	.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) tbody {
		display: grid;
		gap: 13px;
	}

	.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) tr {
		border: 1px solid rgba(7, 26, 51, .15);
		background: var(--jfea-white, #fffefa);
		box-shadow: var(--jfea-shadow-soft, 0 8px 26px rgba(7, 26, 51, .065));
	}

	.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) td,
	.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) tbody tr:nth-child(even) td {
		display: grid;
		grid-template-columns: minmax(105px, 34%) minmax(0, 1fr);
		gap: 12px;
		padding: 13px 15px;
		border: 0;
		border-bottom: 1px solid rgba(7, 26, 51, .09);
		background: transparent;
	}

	.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) td:last-child {
		border-bottom: 0;
	}

	.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) td::before {
		color: var(--jfea-blue, #174f7d);
		font-size: 11px;
		font-weight: 850;
		letter-spacing: .05em;
		line-height: 1.35;
		text-transform: uppercase;
		content: attr(data-label);
	}

	/* Static fallbacks keep the mobile cards understandable before JavaScript runs. */
	.jfea-site .jfea-tva-testamenten-pack .jfea-five-situations td:nth-child(1)::before {
		content: "Situation";
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-five-situations td:nth-child(2)::before {
		content: "Trolig utgångspunkt";
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-five-situations td:nth-child(3)::before {
		content: "Det som avgör";
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-clause-conflict-table td:nth-child(1)::before { content: "Fråga"; }
	.jfea-site .jfea-tva-testamenten-pack .jfea-clause-conflict-table td:nth-child(2)::before { content: "Äldre handling"; }
	.jfea-site .jfea-tva-testamenten-pack .jfea-clause-conflict-table td:nth-child(3)::before { content: "Senare handling"; }
	.jfea-site .jfea-tva-testamenten-pack .jfea-clause-conflict-table td:nth-child(4)::before { content: "Relationen"; }
	.jfea-site .jfea-tva-testamenten-pack .jfea-clause-conflict-table td:nth-child(5)::before { content: "Preliminär status"; }

	.jfea-site .jfea-tva-testamenten-pack .jfea-testament-evidence-table td:nth-child(1)::before { content: "Handling"; }
	.jfea-site .jfea-tva-testamenten-pack .jfea-testament-evidence-table td:nth-child(2)::before { content: "Undertecknad"; }
	.jfea-site .jfea-tva-testamenten-pack .jfea-testament-evidence-table td:nth-child(3)::before { content: "Handlingstyp"; }
	.jfea-site .jfea-tva-testamenten-pack .jfea-testament-evidence-table td:nth-child(4)::before { content: "Egendom eller andel"; }
	.jfea-site .jfea-tva-testamenten-pack .jfea-testament-evidence-table td:nth-child(5)::before { content: "Mottagare"; }
	.jfea-site .jfea-tva-testamenten-pack .jfea-testament-evidence-table td:nth-child(6)::before { content: "Villkor"; }
	.jfea-site .jfea-tva-testamenten-pack .jfea-testament-evidence-table td:nth-child(7)::before { content: "Överlappning"; }
	.jfea-site .jfea-tva-testamenten-pack .jfea-testament-evidence-table td:nth-child(8)::before { content: "Bevislucka"; }

	.jfea-site .jfea-tva-testamenten-pack .jfea-do-dont-grid td:nth-child(1)::before {
		content: "Gör detta först";
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-do-dont-grid td:nth-child(2)::before {
		content: "Gör inte detta";
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz fieldset {
		grid-template-columns: minmax(0, 1fr);
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz-options {
		width: 100%;
		min-width: 0;
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-do-dont-row {
		grid-template-columns: minmax(0, 1fr);
	}
}

@container jfea-sista (max-width: 480px) {
	.jfea-site .jfea-tva-testamenten-pack .jfea-value-grid ul,
	.jfea-site .jfea-tva-testamenten-pack :where(
		.jfea-partition-types,
		.jfea-sista-grid,
		.jfea-case-grid,
		.jfea-do-dont-grid,
		.jfea-mistake-grid,
		.jfea-step-grid,
		.jfea-consequence-grid
	) {
		grid-template-columns: minmax(0, 1fr);
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-value-grid li {
		border-right: 0;
	}

	.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) td,
	.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) tbody tr:nth-child(even) td {
		display: block;
	}

	.jfea-site .jfea-tva-testamenten-pack :where(.jfea-five-situations:has(table), .jfea-pack-table-wrap) td::before {
		display: block;
		margin-bottom: 5px;
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-faq summary {
		padding-right: 44px;
		font-size: 15px;
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-faq details > :not(summary) {
		margin-right: 2px;
	}
}

@container jfea-sista (max-width: 360px) {
	.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz {
		padding: 20px 14px;
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz fieldset {
		padding: 16px 13px;
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz-options {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 5px;
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz label {
		min-height: 46px;
		gap: 4px;
		padding: 7px 4px;
		font-size: 12px;
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz input[type="radio"] {
		width: 15px;
		height: 15px;
	}
}

@media (max-width: 767px) {
	.jfea-site.jfea-pack-tva-testamenten .jfea-hero h1 {
		font-size: clamp(36px, 9.5vw, 48px);
		letter-spacing: -.032em;
		line-height: 1.025;
		hyphens: auto;
		overflow-wrap: normal;
	}

	.jfea-site.jfea-pack-tva-testamenten .jfea-hero-copy::before {
		top: 26px;
		left: 24px;
	}

	.jfea-site .jfea-tva-testamenten-pack :where(
		.jfea-case-module,
		.jfea-mistake-module,
		.jfea-step-module,
		.jfea-consequence-module
	) {
		grid-template-columns: minmax(0, 1fr);
	}

	.jfea-site.jfea-pack-tva-testamenten .jfea-tva-testamenten-pack {
		padding-bottom: 18px;
	}

	.jfea-site.jfea-pack-tva-testamenten:has(.jfea-mobile-sticky.is-visible) .jfea-tva-testamenten-pack {
		padding-bottom: 88px;
	}
}

@media (max-width: 390px) {
	.jfea-site.jfea-pack-tva-testamenten .jfea-hero h1 {
		font-size: clamp(34px, 10.2vw, 40px);
	}
}

@media (prefers-reduced-motion: reduce) {
	.jfea-site .jfea-tva-testamenten-pack *,
	.jfea-site .jfea-tva-testamenten-pack *::before,
	.jfea-site .jfea-tva-testamenten-pack *::after {
		scroll-behavior: auto !important;
		transition-duration: .001ms !important;
		animation-duration: .001ms !important;
		animation-iteration-count: 1 !important;
	}
}

@media print {
	.jfea-site .jfea-tva-testamenten-pack .jfea-pack-module,
	.jfea-site .jfea-tva-testamenten-pack :where(
		.jfea-value-grid,
		.jfea-partition-types,
		.jfea-sista-grid,
		.jfea-pack-table-wrap,
		.jfea-case-module > section.level3,
		.jfea-mistake-module > section.level3,
		.jfea-step-module > section.level3,
		.jfea-consequence-module > section.level3,
		.jfea-case-grid,
		.jfea-do-dont-grid,
		.jfea-mistake-grid,
		.jfea-step-grid,
		.jfea-consequence-grid,
		.jfea-faq,
		.jfea-final-cta
	) {
		break-inside: avoid;
		box-shadow: none;
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-sista-grid,
	.jfea-site .jfea-tva-testamenten-pack .jfea-pack-cta,
	.jfea-site .jfea-tva-testamenten-pack .jfea-final-cta {
		border: 1px solid #071a33;
		background: #fff;
		color: #071a33;
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-sista-card,
	.jfea-site .jfea-tva-testamenten-pack .jfea-sista-card h3,
	.jfea-site .jfea-tva-testamenten-pack .jfea-sista-card b,
	.jfea-site .jfea-tva-testamenten-pack .jfea-sista-letter,
	.jfea-site .jfea-tva-testamenten-pack .jfea-sista-grid tbody tr,
	.jfea-site .jfea-tva-testamenten-pack .jfea-sista-grid td,
	.jfea-site .jfea-tva-testamenten-pack .jfea-sista-grid td:first-child strong,
	.jfea-site .jfea-tva-testamenten-pack .jfea-sista-grid td:nth-child(2) strong,
	.jfea-site .jfea-tva-testamenten-pack .jfea-sista-grid td:nth-child(3),
	.jfea-site .jfea-tva-testamenten-pack .jfea-pack-cta h2,
	.jfea-site .jfea-tva-testamenten-pack .jfea-pack-cta h3,
	.jfea-site .jfea-tva-testamenten-pack .jfea-final-cta h2,
	.jfea-site .jfea-tva-testamenten-pack .jfea-final-cta h3 {
		color: #071a33;
	}

	.jfea-site .jfea-tva-testamenten-pack .jfea-pack-quiz-submit,
	.jfea-site .jfea-tva-testamenten-pack .jfea-mobile-sticky {
		display: none !important;
	}
}
