/*
Theme Name: Forex Tool Vergleich
Theme URI: https://forex-tool-vergleich.de/
Author: TradingWelt
Author URI: https://tradingwelt.de/
Description: Redaktionelles Vergleichsportal für fundamentale Forex Research Tools mit 100 Punkte Methodik, Produktdatenbank und Direktvergleich.
Version: 1.3.0
Requires at least: 6.4
Tested up to: 7.1
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: forex-tool-vergleich
Tags: custom-logo, custom-menu, featured-images, accessibility-ready, blog, news
*/

:root {
	--ftv-green: #08795f;
	--ftv-green-dark: #075d4b;
	--ftv-green-deep: #0d332c;
	--ftv-mint: #e7f6f0;
	--ftv-mint-strong: #c9ebdf;
	--ftv-ink: #14201d;
	--ftv-copy: #41504b;
	--ftv-muted: #667570;
	--ftv-line: #dce6e2;
	--ftv-soft: #f5f8f7;
	--ftv-white: #ffffff;
	--ftv-amber: #a85f00;
	--ftv-red: #a63d3d;
	--ftv-shadow: 0 18px 50px rgba(14, 58, 48, .09);
	--ftv-shadow-small: 0 8px 24px rgba(14, 58, 48, .07);
	--ftv-radius: 16px;
	--ftv-radius-small: 10px;
	--ftv-container: 1200px;
}

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

html {
	scroll-behavior: smooth;
	scroll-padding-top: 108px;
}

body {
	margin: 0;
	background: var(--ftv-white);
	color: var(--ftv-copy);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 17px;
	line-height: 1.72;
	text-rendering: optimizeLegibility;
}

body.ftv-portal-theme {
	overflow-wrap: break-word;
}

a {
	color: var(--ftv-green-dark);
	text-decoration-thickness: .08em;
	text-underline-offset: .16em;
}

a:hover {
	color: var(--ftv-green);
}

img,
svg {
	display: block;
	max-width: 100%;
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
a {
	-webkit-tap-highlight-color: transparent;
}

:focus-visible {
	outline: 3px solid #25a985;
	outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 .55em;
	color: var(--ftv-ink);
	font-weight: 760;
	letter-spacing: -.025em;
	line-height: 1.16;
	overflow-wrap: normal;
	text-wrap: balance;
}

h1 {
	font-size: clamp(2.1rem, 4vw, 3.55rem);
	max-width: 900px;
}

h2 {
	font-size: clamp(1.55rem, 2.7vw, 2.35rem);
}

h3 {
	font-size: clamp(1.15rem, 1.7vw, 1.45rem);
}

p {
	margin: 0 0 1.2em;
}

ul,
ol {
	padding-left: 1.3em;
}

.ftv-container {
	width: min(calc(100% - 40px), var(--ftv-container));
	margin-inline: auto;
}

.ftv-container.is-narrow {
	max-width: 820px;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.screen-reader-text:focus {
	top: 12px;
	left: 12px;
	z-index: 9999;
	width: auto;
	height: auto;
	padding: 10px 16px;
	clip: auto;
	background: #fff;
	color: var(--ftv-ink);
}

.ftv-section {
	padding: clamp(60px, 7vw, 88px) 0;
}

.ftv-section.is-soft {
	background: var(--ftv-soft);
	border-block: 1px solid #edf2f0;
}

.ftv-section.is-dark {
	background: var(--ftv-green-deep);
	color: #dcebe6;
}

.ftv-section.is-dark h2,
.ftv-section.is-dark .ftv-kicker {
	color: #fff;
}

.ftv-section-heading {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
	align-items: end;
	gap: 60px;
	margin-bottom: 42px;
}

.ftv-section-heading h2,
.ftv-section-heading p {
	margin-bottom: 0;
}

.ftv-kicker,
.ftv-eyebrow {
	margin: 0 0 12px;
	color: var(--ftv-green);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.35;
	text-transform: uppercase;
}

.ftv-eyebrow {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ftv-eyebrow > span {
	width: 28px;
	height: 2px;
	background: currentColor;
}

.ftv-button {
	display: inline-flex;
	min-height: 48px;
	align-items: center;
	justify-content: center;
	padding: 11px 22px;
	border: 1px solid var(--ftv-green);
	border-radius: 9px;
	background: var(--ftv-green);
	box-shadow: 0 6px 14px rgba(8, 121, 95, .15);
	color: #fff;
	font-size: .92rem;
	font-weight: 750;
	line-height: 1.2;
	text-decoration: none;
	transition: background .18s ease, border-color .18s ease, transform .18s ease;
}

.ftv-button:hover {
	border-color: var(--ftv-green-dark);
	background: var(--ftv-green-dark);
	color: #fff;
	transform: translateY(-1px);
}

.ftv-button.is-secondary {
	border-color: #b9cac4;
	background: #fff;
	box-shadow: none;
	color: var(--ftv-ink);
}

.ftv-button.is-secondary:hover {
	border-color: var(--ftv-green);
	color: var(--ftv-green-dark);
}

.ftv-button.is-light {
	border-color: #fff;
	background: #fff;
	box-shadow: none;
	color: var(--ftv-green-deep);
}

.ftv-text-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--ftv-green-dark);
	font-size: .94rem;
	font-weight: 760;
	text-decoration: none;
}

.ftv-text-link span {
	transition: transform .18s ease;
}

.ftv-text-link:hover span {
	transform: translateX(3px);
}

.ftv-text-link.is-prominent {
	font-size: 1rem;
}

.ftv-site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: rgba(255, 255, 255, .96);
	border-bottom: 1px solid rgba(220, 230, 226, .9);
	backdrop-filter: blur(14px);
}

.ftv-header-inner {
	display: flex;
	min-height: 76px;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}

.ftv-brand {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	color: var(--ftv-ink);
	line-height: 1;
	text-decoration: none;
}

.ftv-brand:hover {
	color: var(--ftv-ink);
}

.ftv-brand-mark {
	width: 38px;
	height: 38px;
	color: var(--ftv-green);
	flex: 0 0 auto;
}

.ftv-brand span {
	display: grid;
	gap: 3px;
}

.ftv-brand strong {
	font-size: 1rem;
	letter-spacing: -.025em;
}

.ftv-brand small {
	color: var(--ftv-green);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.ftv-custom-logo {
	width: auto;
	max-height: 48px;
}

.ftv-primary-nav,
.ftv-primary-nav .menu,
.ftv-primary-nav ul {
	display: flex;
	align-items: center;
	gap: 28px;
}

.ftv-primary-nav .menu,
.ftv-primary-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ftv-primary-nav li {
	position: relative;
}

.ftv-primary-nav a {
	color: var(--ftv-ink);
	font-size: .9rem;
	font-weight: 680;
	text-decoration: none;
}

.ftv-primary-nav a:hover,
.ftv-primary-nav .current-menu-item > a {
	color: var(--ftv-green);
}

.ftv-primary-nav .sub-menu {
	position: absolute;
	top: calc(100% + 15px);
	left: -18px;
	display: none;
	min-width: 220px;
	padding: 12px;
	border: 1px solid var(--ftv-line);
	border-radius: 12px;
	background: #fff;
	box-shadow: var(--ftv-shadow-small);
}

.ftv-primary-nav li:hover > .sub-menu,
.ftv-primary-nav li:focus-within > .sub-menu {
	display: grid;
	gap: 4px;
}

.ftv-primary-nav .sub-menu a {
	display: block;
	padding: 8px 10px;
}

.ftv-header-cta {
	padding: 10px 16px;
	border-radius: 8px;
	background: var(--ftv-green);
	color: #fff !important;
}

.ftv-menu-toggle {
	display: none;
	width: 44px;
	height: 44px;
	padding: 10px;
	border: 1px solid var(--ftv-line);
	border-radius: 9px;
	background: #fff;
}

.ftv-menu-toggle > span:not(.screen-reader-text) {
	display: block;
	width: 100%;
	height: 2px;
	margin: 5px 0;
	background: var(--ftv-ink);
}

.ftv-hero {
	position: relative;
	overflow: hidden;
	padding: clamp(60px, 7vw, 92px) 0 clamp(62px, 7vw, 94px);
	background: linear-gradient(135deg, #f8fbfa 0%, #edf8f4 100%);
}

.ftv-hero::before,
.ftv-hero::after {
	position: absolute;
	content: "";
	border-radius: 999px;
	filter: blur(2px);
	pointer-events: none;
}

.ftv-hero::before {
	top: -220px;
	right: -80px;
	width: 500px;
	height: 500px;
	border: 85px solid rgba(8, 121, 95, .045);
}

.ftv-hero::after {
	bottom: -160px;
	left: 38%;
	width: 280px;
	height: 280px;
	background: rgba(34, 164, 128, .035);
}

.ftv-hero-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(390px, .8fr);
	align-items: center;
	gap: clamp(52px, 8vw, 110px);
}

.ftv-hero-copy h1 {
	max-width: 710px;
}

.ftv-hero-lead {
	max-width: 650px;
	margin: 24px 0 32px;
	color: #3d504a;
	font-size: clamp(1.1rem, 2vw, 1.3rem);
}

.ftv-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.ftv-trust-list {
	display: flex;
	flex-wrap: wrap;
	gap: 11px 20px;
	margin: 34px 0 0;
	padding: 0;
	color: var(--ftv-muted);
	font-size: .84rem;
	font-weight: 650;
	list-style: none;
}

.ftv-trust-list li {
	display: flex;
	align-items: center;
	gap: 7px;
}

.ftv-trust-list span {
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	border-radius: 99px;
	background: var(--ftv-mint-strong);
	color: var(--ftv-green-dark);
	font-size: .7rem;
}

.ftv-hero-panel {
	position: relative;
	padding: 26px;
	border: 1px solid rgba(8, 121, 95, .16);
	border-radius: 22px;
	background: rgba(255, 255, 255, .94);
	box-shadow: var(--ftv-shadow);
}

.ftv-hero-panel::before {
	position: absolute;
	top: -10px;
	right: 28px;
	width: 68px;
	height: 20px;
	content: "";
	border-radius: 6px;
	background: var(--ftv-green);
}

.ftv-hero-panel-head,
.ftv-hero-panel-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.ftv-hero-panel-head > div {
	display: grid;
}

.ftv-hero-panel-head span,
.ftv-hero-panel-foot span {
	color: var(--ftv-muted);
	font-size: .76rem;
}

.ftv-hero-panel-head strong {
	color: var(--ftv-ink);
	font-size: 1.14rem;
}

.ftv-live-label {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 5px 9px;
	border-radius: 99px;
	background: var(--ftv-mint);
	color: var(--ftv-green-dark) !important;
	font-weight: 750;
}

.ftv-live-label i {
	width: 7px;
	height: 7px;
	border-radius: 99px;
	background: #1aa77e;
}

.ftv-hero-matrix {
	display: grid;
	gap: 14px;
	margin: 28px 0;
	padding-block: 24px;
	border-block: 1px solid var(--ftv-line);
}

.ftv-hero-matrix > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 3px 20px;
}

.ftv-hero-matrix span,
.ftv-hero-matrix strong {
	color: var(--ftv-ink);
	font-size: .78rem;
}

.ftv-hero-matrix i {
	grid-column: 1 / -1;
	height: 4px;
	overflow: hidden;
	border-radius: 99px;
	background: #e7eeeb;
}

.ftv-hero-matrix i::after {
	display: block;
	width: var(--bar);
	height: 100%;
	content: "";
	border-radius: inherit;
	background: linear-gradient(90deg, var(--ftv-green), #39ae8e);
}

.ftv-hero-panel-foot > div {
	display: grid;
	text-align: center;
}

.ftv-hero-panel-foot strong {
	color: var(--ftv-ink);
	font-size: 1.25rem;
}

.ftv-page-hero {
	padding: clamp(62px, 7vw, 96px) 0;
	background: linear-gradient(140deg, #f8fbfa, #edf7f3);
}

.ftv-page-hero.is-compact h1 {
	max-width: 880px;
	font-size: clamp(2rem, 4vw, 3.15rem);
}

.ftv-page-hero.is-compact > .ftv-container > p:last-child,
.ftv-page-hero .ftv-page-lead {
	max-width: 760px;
	margin-bottom: 0;
	font-size: 1.16rem;
}

.ftv-breadcrumb-wrap {
	padding-top: 26px;
}

.ftv-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 28px;
	color: var(--ftv-muted);
	font-size: .78rem;
}

.ftv-breadcrumbs a {
	color: var(--ftv-muted);
	text-decoration: none;
}

.ftv-disclosure-wrap {
	position: relative;
	z-index: 3;
	margin-top: -28px;
}

.ftv-disclosure,
.ftv-source-notice {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 14px;
	padding: 18px 22px;
	border: 1px solid #b9ddd2;
	border-radius: var(--ftv-radius-small);
	background: #f1faf7;
	box-shadow: var(--ftv-shadow-small);
	font-size: .88rem;
}

.ftv-disclosure.is-compact {
	box-shadow: none;
}

.ftv-disclosure p,
.ftv-source-notice p {
	margin: 1px 0 0;
}

.ftv-disclosure-icon {
	display: grid;
	width: 27px;
	height: 27px;
	place-items: center;
	border-radius: 99px;
	background: var(--ftv-green);
	color: #fff;
	font-weight: 800;
}

.ftv-winner-banner {
	display: grid;
	grid-template-columns: auto minmax(190px, .72fr) minmax(260px, 1fr) auto auto;
	align-items: center;
	gap: 26px;
	margin-bottom: 28px;
	padding: 28px;
	border-radius: var(--ftv-radius);
	background: var(--ftv-green-deep);
	color: #dce9e5;
	box-shadow: var(--ftv-shadow);
}

.ftv-winner-banner h2,
.ftv-winner-banner p {
	margin-bottom: 0;
	color: #fff;
}

.ftv-winner-number {
	color: rgba(255, 255, 255, .18);
	font-size: 3.2rem;
	font-weight: 850;
	letter-spacing: -.08em;
}

.ftv-winner-brand {
	display: flex;
	align-items: center;
	gap: 14px;
}

.ftv-winner-brand > div > span {
	color: #8fd3bf;
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ftv-ranking-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.ftv-tool-card {
	display: flex;
	min-width: 0;
	height: 100%;
	flex-direction: column;
	padding: 24px;
	border: 1px solid var(--ftv-line);
	border-radius: var(--ftv-radius);
	background: #fff;
	box-shadow: var(--ftv-shadow-small);
}

.ftv-tool-card.is-winner {
	border-top: 4px solid var(--ftv-green);
	padding-top: 21px;
}

.ftv-tool-card-top,
.ftv-tool-card-footer {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 16px;
}

.ftv-tool-identity {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 13px;
}

.ftv-tool-identity h2,
.ftv-tool-identity h3,
.ftv-tool-identity p {
	margin: 0;
}

.ftv-tool-identity h2 a,
.ftv-tool-identity h3 a {
	color: var(--ftv-ink);
	text-decoration: none;
}

.ftv-tool-identity p {
	color: var(--ftv-muted);
	font-size: .78rem;
}

.ftv-tool-identity.is-large {
	gap: 20px;
}

.ftv-tool-identity.is-large .ftv-tool-monogram {
	width: 74px;
	height: 74px;
	font-size: 1.1rem;
}

.ftv-tool-monogram {
	display: grid;
	width: 48px;
	height: 48px;
	flex: 0 0 auto;
	place-items: center;
	border: 1px solid #b9ddd2;
	border-radius: 12px;
	background: var(--ftv-mint);
	color: var(--ftv-green-dark);
	font-size: .72rem;
	font-weight: 850;
	letter-spacing: -.02em;
}

.ftv-tool-logo-image {
	width: 64px;
	height: 48px;
	object-fit: contain;
}

.ftv-rank-label {
	display: block;
	margin-bottom: 3px;
	color: var(--ftv-green);
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ftv-award {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 18px 0 11px;
	color: var(--ftv-green-dark);
	font-size: .78rem;
	font-weight: 750;
}

.ftv-award span {
	display: grid;
	width: 18px;
	height: 18px;
	place-items: center;
	border-radius: 99px;
	background: var(--ftv-mint-strong);
	font-size: .65rem;
}

.ftv-tool-summary {
	flex: 1;
	margin-bottom: 20px;
	font-size: .9rem;
}

.ftv-mini-profile {
	display: grid;
	gap: 7px;
	margin: 0 0 20px;
	padding: 14px;
	border: 1px solid #e1eae7;
	border-radius: 10px;
	background: #f8faf9;
}

.ftv-mini-profile > div {
	display: grid;
	grid-template-columns: 48px minmax(70px, 1fr) 28px;
	align-items: center;
	gap: 8px;
	font-size: .7rem;
	line-height: 1.2;
}

.ftv-mini-profile span {
	color: var(--ftv-muted);
	font-weight: 720;
}

.ftv-mini-profile i {
	height: 4px;
	overflow: hidden;
	border-radius: 99px;
	background: #dfe9e5;
}

.ftv-mini-profile b {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--ftv-green), #45b99b);
}

.ftv-mini-profile strong {
	color: var(--ftv-ink);
	text-align: right;
}

.ftv-chip-row {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-bottom: 20px;
}

.ftv-chip {
	padding: 4px 9px;
	border: 1px solid var(--ftv-line);
	border-radius: 99px;
	background: var(--ftv-soft);
	color: #53615d;
	font-size: .7rem;
	font-weight: 700;
}

.ftv-tool-card-footer {
	align-items: flex-end;
	padding-top: 16px;
	border-top: 1px solid var(--ftv-line);
}

.ftv-tool-card-footer > div {
	display: grid;
}

.ftv-tool-card-footer span,
.ftv-tool-card-footer strong {
	font-size: .78rem;
}

.ftv-tool-card-footer > div > span {
	color: var(--ftv-muted);
}

.ftv-score-ring {
	position: relative;
	display: grid;
	width: 86px;
	height: 86px;
	flex: 0 0 auto;
	place-content: center;
	border-radius: 50%;
	background: conic-gradient(var(--ftv-green) calc(var(--score) * 1%), #dfe9e5 0);
	color: var(--ftv-ink);
	text-align: center;
}

.ftv-score-ring::before {
	position: absolute;
	inset: 7px;
	content: "";
	border-radius: 50%;
	background: #fff;
}

.ftv-score-value,
.ftv-score-max {
	position: relative;
	z-index: 1;
}

.ftv-score-value {
	font-size: 1.52rem;
	font-weight: 850;
	letter-spacing: -.05em;
	line-height: 1;
}

.ftv-score-max {
	color: var(--ftv-muted);
	font-size: .57rem;
	font-weight: 700;
}

.ftv-score-ring.is-small {
	width: 64px;
	height: 64px;
}

.ftv-score-ring.is-small::before {
	inset: 5px;
}

.ftv-score-ring.is-small .ftv-score-value {
	font-size: 1.13rem;
}

.ftv-score-ring.is-large {
	width: 76px;
	height: 76px;
}

.ftv-score-ring.is-xlarge {
	width: 130px;
	height: 130px;
}

.ftv-score-ring.is-xlarge .ftv-score-value {
	font-size: 2.5rem;
}

.ftv-winner-banner .ftv-score-ring {
	background: conic-gradient(#78d3b8 calc(var(--score) * 1%), rgba(255, 255, 255, .17) 0);
	color: #fff;
}

.ftv-winner-banner .ftv-score-ring::before {
	background: var(--ftv-green-deep);
}

.ftv-winner-banner .ftv-score-max {
	color: #a7c9bf;
}

.ftv-centered-action,
.ftv-table-actions {
	margin: 30px 0 0;
	text-align: center;
}

.ftv-table-note {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 10px;
	color: var(--ftv-muted);
	font-size: .82rem;
	line-height: 1.45;
}

.ftv-table-note span {
	display: grid;
	width: 26px;
	height: 26px;
	flex: 0 0 auto;
	place-items: center;
	border-radius: 8px;
	background: var(--ftv-mint);
	color: var(--ftv-green-dark);
	font-weight: 850;
}

.ftv-table-shell {
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	scrollbar-color: #9bbcb2 #edf3f1;
	border: 1px solid var(--ftv-line);
	border-radius: var(--ftv-radius);
	background: #fff;
	box-shadow: var(--ftv-shadow-small);
}

.ftv-comparison-table {
	width: 100%;
	min-width: calc(205px + (var(--ftv-tool-count) * 168px));
	border-collapse: collapse;
	font-size: .88rem;
	line-height: 1.42;
}

.ftv-comparison-table th,
.ftv-comparison-table td {
	min-width: 168px;
	padding: 15px 14px;
	border-right: 1px solid var(--ftv-line);
	border-bottom: 1px solid var(--ftv-line);
	hyphens: auto;
	overflow-wrap: anywhere;
	text-align: center;
	vertical-align: middle;
	word-break: normal;
}

.ftv-comparison-table tr:last-child th,
.ftv-comparison-table tr:last-child td {
	border-bottom: 0;
}

.ftv-comparison-table th:last-child,
.ftv-comparison-table td:last-child {
	border-right: 0;
}

.ftv-comparison-table th:first-child {
	position: sticky;
	left: 0;
	z-index: 1;
	width: 205px;
	min-width: 205px;
	max-width: 205px;
	background: #fff;
	box-shadow: 8px 0 14px -14px rgba(13, 51, 44, .55);
	color: var(--ftv-ink);
	text-align: left;
}

.ftv-comparison-table thead th {
	padding-block: 20px;
	background: #f4f8f6;
	color: var(--ftv-ink);
}

.ftv-comparison-table thead th:first-child {
	z-index: 2;
	background: #eef5f2;
}

.ftv-comparison-table thead th.is-leading {
	background: var(--ftv-mint);
}

.ftv-comparison-table thead a {
	display: block;
	color: var(--ftv-ink);
	font-size: .9rem;
	font-weight: 800;
	line-height: 1.3;
	text-decoration: none;
}

.ftv-comparison-table thead span {
	color: var(--ftv-green-dark);
	font-size: .72rem;
}

.ftv-state {
	display: inline-grid;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	min-width: 58px;
	padding: 3px 8px;
	border-radius: 99px;
	background: #eef2f0;
	color: var(--ftv-muted);
	font-size: .72rem;
	font-weight: 760;
	line-height: 1.35;
	white-space: normal;
}

.ftv-state.is-ja,
.ftv-state.is-stark,
.ftv-state.is-integriert,
.ftv-state.is-vorhanden {
	background: var(--ftv-mint-strong);
	color: var(--ftv-green-dark);
}

.ftv-state.is-teilweise,
.ftv-state.is-eingeschränkt {
	background: #fff1d8;
	color: #805214;
}

.ftv-state.is-nein {
	background: #f8e7e7;
	color: var(--ftv-red);
}

.ftv-category-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.ftv-category-card {
	padding: 23px;
	border: 1px solid var(--ftv-line);
	border-radius: 14px;
	background: #fff;
}

.ftv-category-icon {
	display: grid;
	width: 34px;
	height: 34px;
	place-items: center;
	margin-bottom: 18px;
	border-radius: 10px;
	background: var(--ftv-mint);
	color: var(--ftv-green-dark);
	font-weight: 800;
}

.ftv-category-card p,
.ftv-category-card h3 {
	margin-bottom: 5px;
}

.ftv-category-card p {
	color: var(--ftv-muted);
	font-size: .76rem;
	font-weight: 700;
}

.ftv-category-card h3 a {
	color: var(--ftv-ink);
	text-decoration: none;
}

.ftv-category-card > strong {
	color: var(--ftv-green);
	font-size: .8rem;
}

.ftv-method-grid {
	display: grid;
	grid-template-columns: .8fr 1.2fr;
	align-items: center;
	gap: clamp(60px, 9vw, 130px);
}

.ftv-method-steps {
	display: grid;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ftv-method-steps li {
	display: grid;
	grid-template-columns: 52px 1fr;
	gap: 18px;
	padding: 20px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.ftv-method-steps > li > span {
	color: #64c6aa;
	font-size: 1.35rem;
	font-weight: 800;
}

.ftv-method-steps strong {
	color: #fff;
}

.ftv-method-steps p {
	margin: 4px 0 0;
	font-size: .86rem;
}

.ftv-editorial-intro {
	max-width: 850px;
}

.ftv-compare-selector {
	padding: 28px;
	border: 1px solid var(--ftv-line);
	border-radius: var(--ftv-radius);
	background: #fff;
	box-shadow: var(--ftv-shadow-small);
}

.ftv-compare-selector fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.ftv-compare-options {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.ftv-compare-option {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	min-height: 54px;
	padding: 10px 12px;
	border: 1px solid var(--ftv-line);
	border-radius: 9px;
	background: #fff;
	cursor: pointer;
	font-size: .78rem;
	font-weight: 700;
}

.ftv-compare-option:has(input:checked) {
	border-color: var(--ftv-green);
	background: var(--ftv-mint);
}

.ftv-compare-option input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.ftv-check-box {
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	border: 1px solid #9cafaa;
	border-radius: 5px;
	background: #fff;
}

.ftv-compare-option input:checked + .ftv-check-box {
	border-color: var(--ftv-green);
	background: var(--ftv-green);
}

.ftv-compare-option input:checked + .ftv-check-box::after {
	content: "✓";
	color: #fff;
	font-size: .72rem;
	font-weight: 800;
}

.ftv-compare-option input:focus-visible + .ftv-check-box {
	outline: 3px solid #25a985;
	outline-offset: 2px;
}

.ftv-compare-option strong {
	color: var(--ftv-green);
}

.ftv-compare-action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--ftv-line);
}

.ftv-compare-action p {
	margin: 0;
	color: var(--ftv-muted);
	font-size: .82rem;
}

.ftv-article-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.ftv-article-grid.is-wide {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ftv-article-card {
	display: flex;
	height: 100%;
	flex-direction: column;
	padding: 25px;
	border: 1px solid var(--ftv-line);
	border-radius: var(--ftv-radius);
	background: #fff;
	box-shadow: var(--ftv-shadow-small);
}

.ftv-article-card > span {
	margin-bottom: 28px;
	color: var(--ftv-green);
	font-size: .7rem;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.ftv-article-card h3 a {
	color: var(--ftv-ink);
	text-decoration: none;
}

.ftv-article-card > p {
	flex: 1;
	font-size: .88rem;
}

.ftv-article-meta {
	display: flex;
	gap: 12px;
	margin-bottom: 12px;
	color: var(--ftv-muted);
	font-size: .72rem;
}

.ftv-faq-layout {
	display: grid;
	grid-template-columns: .7fr 1.3fr;
	gap: clamp(50px, 8vw, 110px);
}

.ftv-faq-list details {
	border-bottom: 1px solid var(--ftv-line);
}

.ftv-faq-list summary {
	position: relative;
	padding: 20px 34px 20px 0;
	color: var(--ftv-ink);
	font-weight: 760;
	cursor: pointer;
	list-style: none;
}

.ftv-faq-list summary::-webkit-details-marker {
	display: none;
}

.ftv-faq-list summary::after {
	position: absolute;
	top: 20px;
	right: 3px;
	content: "+";
	color: var(--ftv-green);
	font-size: 1.35rem;
}

.ftv-faq-list details[open] summary::after {
	content: "−";
}

.ftv-faq-list details p {
	padding-right: 24px;
	font-size: .9rem;
}

.ftv-filter-bar {
	display: grid;
	grid-template-columns: 1fr auto auto;
	align-items: end;
	gap: 18px;
	margin-bottom: 28px;
	padding: 22px;
	border: 1px solid var(--ftv-line);
	border-radius: 13px;
	background: var(--ftv-soft);
}

.ftv-filter-bar p {
	margin: 3px 0 0;
	font-size: .82rem;
}

.ftv-filter-bar label {
	display: grid;
	gap: 5px;
	color: var(--ftv-muted);
	font-size: .7rem;
	font-weight: 750;
}

.ftv-filter-bar select {
	min-width: 190px;
	padding: 9px 34px 9px 11px;
	border: 1px solid #bfcfca;
	border-radius: 8px;
	background: #fff;
	color: var(--ftv-ink);
	font-size: .83rem;
}

.ftv-ranking-list {
	display: grid;
	gap: 14px;
}

.ftv-ranking-row {
	display: grid;
	grid-template-columns: 55px minmax(205px, .85fr) minmax(240px, 1.4fr) minmax(130px, .55fr) auto auto;
	align-items: center;
	gap: 20px;
	padding: 19px 20px;
	border: 1px solid var(--ftv-line);
	border-radius: 14px;
	background: #fff;
}

.ftv-ranking-row:first-child {
	border-color: #9bd0c0;
	box-shadow: var(--ftv-shadow-small);
}

.ftv-ranking-position {
	display: grid;
	text-align: center;
}

.ftv-ranking-position span {
	color: var(--ftv-muted);
	font-size: .62rem;
	font-weight: 750;
	text-transform: uppercase;
}

.ftv-ranking-position strong {
	color: var(--ftv-ink);
	font-size: 1.55rem;
}

.ftv-ranking-summary {
	margin: 0;
	font-size: .82rem;
}

.ftv-ranking-facts {
	display: grid;
	font-size: .74rem;
}

.ftv-ranking-facts span {
	color: var(--ftv-muted);
}

.ftv-content-intro {
	margin: 62px 0 26px;
}

.ftv-content-intro.is-top {
	max-width: 760px;
	margin-top: 0;
}

.ftv-content-intro h2,
.ftv-content-intro p {
	margin-bottom: 8px;
}

.ftv-product-hero {
	padding: 34px 0 46px;
	background: linear-gradient(150deg, #f9fbfa, #eef7f4);
}

.ftv-product-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 220px 250px;
	align-items: stretch;
	gap: 20px;
}

.ftv-product-title,
.ftv-product-score-card,
.ftv-product-buy-card {
	padding: 26px;
	border: 1px solid var(--ftv-line);
	border-radius: var(--ftv-radius);
	background: #fff;
	box-shadow: var(--ftv-shadow-small);
}

.ftv-product-title h1 {
	font-size: clamp(1.85rem, 3.4vw, 2.85rem);
}

.ftv-product-lead {
	max-width: 690px;
	margin: 24px 0 18px;
}

.ftv-fact-date {
	margin: 0;
	color: var(--ftv-muted);
	font-size: .75rem;
}

.ftv-product-score-card {
	display: grid;
	justify-items: center;
	align-content: center;
	text-align: center;
}

.ftv-product-score-card .ftv-award {
	margin-top: 0;
}

.ftv-product-score-card > p:not(.ftv-award) {
	margin: 14px 0 8px;
	font-size: .76rem;
}

.ftv-product-buy-card {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ftv-product-buy-card > span {
	color: var(--ftv-muted);
	font-size: .72rem;
	font-weight: 700;
}

.ftv-product-buy-card > strong {
	margin: 5px 0 4px;
	color: var(--ftv-ink);
	font-size: 1.25rem;
}

.ftv-product-buy-card p,
.ftv-product-buy-card small {
	font-size: .75rem;
}

.ftv-product-buy-card .ftv-button {
	margin-block: 10px;
}

.ftv-product-disclosure {
	margin-block: 24px;
}

.ftv-jump-nav {
	position: sticky;
	top: 76px;
	z-index: 50;
	border-block: 1px solid var(--ftv-line);
	background: rgba(255, 255, 255, .96);
	backdrop-filter: blur(12px);
}

.ftv-jump-nav .ftv-container {
	display: flex;
	overflow-x: auto;
	gap: 26px;
}

.ftv-jump-nav a {
	padding: 13px 0;
	color: var(--ftv-muted);
	font-size: .75rem;
	font-weight: 740;
	white-space: nowrap;
	text-decoration: none;
}

.ftv-jump-nav a:hover {
	color: var(--ftv-green);
}

.ftv-product-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 290px;
	align-items: start;
	gap: 64px;
	padding-block: 72px 96px;
}

.ftv-product-content {
	min-width: 0;
}

.ftv-summary-box {
	padding: 30px;
	border-left: 5px solid var(--ftv-green);
	border-radius: 0 14px 14px 0;
	background: var(--ftv-soft);
}

.ftv-summary-box p:last-child {
	margin-bottom: 0;
	font-size: 1.06rem;
}

.ftv-content-section {
	padding-top: 62px;
}

.ftv-score-bars {
	display: grid;
	gap: 16px;
	margin: 26px 0;
}

.ftv-score-bar-label {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 6px;
	color: var(--ftv-ink);
	font-size: .8rem;
}

.ftv-score-track {
	height: 8px;
	overflow: hidden;
	border-radius: 99px;
	background: #e3ebe8;
}

.ftv-score-track span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--ftv-green), #3bb493);
}

.ftv-pro-con-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.ftv-pro-box,
.ftv-con-box {
	padding: 26px;
	border-radius: 14px;
}

.ftv-pro-box {
	border: 1px solid #b9ddd2;
	background: #f2faf7;
}

.ftv-con-box {
	border: 1px solid #e4d9c6;
	background: #fbf8f2;
}

.ftv-pro-box h2,
.ftv-con-box h2 {
	font-size: 1.18rem;
}

.ftv-pro-box ul,
.ftv-con-box ul,
.ftv-sidebar-card ul {
	display: grid;
	gap: 10px;
	margin: 18px 0 0;
	padding: 0;
	list-style: none;
}

.ftv-pro-box li,
.ftv-con-box li,
.ftv-sidebar-card li {
	display: grid;
	grid-template-columns: 22px 1fr;
	gap: 8px;
	font-size: .83rem;
}

.ftv-pro-box li span,
.ftv-con-box li span,
.ftv-sidebar-card li span {
	display: grid;
	width: 19px;
	height: 19px;
	place-items: center;
	border-radius: 99px;
	background: var(--ftv-mint-strong);
	color: var(--ftv-green-dark);
	font-size: .63rem;
	font-weight: 800;
}

.ftv-con-box li span {
	background: #f2e5cd;
	color: #7a5521;
}

.ftv-feature-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 11px;
}

.ftv-feature-list > div {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: start;
	gap: 5px 12px;
	padding: 17px;
	border: 1px solid var(--ftv-line);
	border-radius: 10px;
}

.ftv-feature-list strong {
	color: var(--ftv-ink);
	font-size: .82rem;
}

.ftv-feature-list p {
	grid-column: 1 / -1;
	margin: 0;
	font-size: .75rem;
}

.ftv-editorial-content,
.ftv-prose {
	color: var(--ftv-copy);
	font-size: 1rem;
	line-height: 1.78;
}

.ftv-editorial-content p,
.ftv-editorial-content li,
.ftv-prose p,
.ftv-prose li {
	max-width: 72ch;
}

.ftv-editorial-content li + li,
.ftv-prose li + li {
	margin-top: .45em;
}

.ftv-editorial-content h2,
.ftv-prose h2 {
	margin-top: 1.75em;
	font-size: clamp(1.55rem, 2.8vw, 2.2rem);
}

.ftv-editorial-content h3,
.ftv-prose h3 {
	margin-top: 1.55em;
}

.ftv-editorial-content a,
.ftv-prose a {
	font-weight: 650;
}

.ftv-editorial-content blockquote,
.ftv-prose blockquote {
	margin: 2em 0;
	padding: 18px 24px;
	border-left: 4px solid var(--ftv-green);
	background: var(--ftv-soft);
	color: var(--ftv-ink);
	font-size: 1.08rem;
}

.ftv-source-list {
	display: grid;
	gap: 7px;
	padding: 0;
	list-style: none;
}

.ftv-source-list a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 12px 14px;
	border: 1px solid var(--ftv-line);
	border-radius: 8px;
	color: var(--ftv-ink);
	font-size: .82rem;
	text-decoration: none;
}

.ftv-visual-overview {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
	align-items: stretch;
	gap: 22px;
	margin-bottom: 30px;
}

.ftv-ranking-graphic {
	margin: 0 0 28px;
	padding: 26px;
	border: 1px solid #1d4a3f;
	border-radius: var(--ftv-radius);
	background: linear-gradient(145deg, #0b2d26, #10251f);
	box-shadow: var(--ftv-shadow-small);
	color: #c8d8d3;
}

.ftv-visual-overview .ftv-ranking-graphic {
	margin-bottom: 0;
}

.ftv-ranking-graphic-head {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 23px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.ftv-ranking-graphic-head > div {
	display: grid;
	gap: 3px;
}

.ftv-ranking-graphic-head span,
.ftv-ranking-graphic-head small {
	color: #91b2a8;
	font-size: .72rem;
	font-weight: 750;
	letter-spacing: .07em;
	text-transform: uppercase;
}

.ftv-ranking-graphic-head strong {
	color: #fff;
	font-size: 1.2rem;
}

.ftv-ranking-bars {
	display: grid;
	gap: 12px;
}

.ftv-ranking-bar {
	display: grid;
	grid-template-columns: minmax(145px, .7fr) minmax(130px, 1fr) 34px;
	align-items: center;
	gap: 12px;
}

.ftv-ranking-bar a {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 8px;
	color: #f6fbf9;
	font-size: .8rem;
	font-weight: 720;
	line-height: 1.3;
	text-decoration: none;
}

.ftv-ranking-bar a span {
	display: grid;
	width: 22px;
	height: 22px;
	flex: 0 0 auto;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 7px;
	color: #8ecbb9;
	font-size: .66rem;
}

.ftv-ranking-bar > div {
	height: 9px;
	overflow: hidden;
	border-radius: 99px;
	background: rgba(255, 255, 255, .1);
}

.ftv-ranking-bar i {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, #21a77f, #6fd0b4);
}

.ftv-ranking-bar:first-child i {
	background: linear-gradient(90deg, #f1be55, #55caa7);
}

.ftv-ranking-bar > strong {
	color: #fff;
	font-size: .82rem;
	text-align: right;
}

.ftv-ranking-graphic figcaption {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	color: #9eb9b1;
	font-size: .72rem;
	line-height: 1.55;
}

.ftv-research-card {
	padding: 26px;
	border: 1px solid var(--ftv-line);
	border-radius: var(--ftv-radius);
	background: #fff;
	box-shadow: var(--ftv-shadow-small);
}

.ftv-research-card h3 {
	max-width: 430px;
}

.ftv-research-card > p:not(.ftv-kicker):not(.ftv-research-links) {
	font-size: .9rem;
}

.ftv-research-numbers {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 7px;
	margin: 22px 0;
}

.ftv-research-numbers div {
	display: grid;
	gap: 2px;
	padding: 12px 10px;
	border-radius: 9px;
	background: var(--ftv-soft);
}

.ftv-research-numbers strong {
	color: var(--ftv-green-dark);
	font-size: 1.35rem;
	line-height: 1;
}

.ftv-research-numbers span {
	color: var(--ftv-muted);
	font-size: .64rem;
	line-height: 1.35;
}

.ftv-research-links {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
}

.ftv-research-links span {
	width: 100%;
	color: var(--ftv-muted);
	font-size: .68rem;
	font-weight: 700;
}

.ftv-research-links a {
	padding: 4px 8px;
	border: 1px solid var(--ftv-line);
	border-radius: 99px;
	color: var(--ftv-ink);
	font-size: .68rem;
	font-weight: 700;
	text-decoration: none;
}

.ftv-product-gallery-section > p:not(.ftv-kicker):not(.ftv-image-source) {
	max-width: 720px;
}

.ftv-product-gallery {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(220px, .5fr);
	gap: 16px;
	margin-top: 24px;
}

.ftv-product-gallery figure {
	min-width: 0;
	margin: 0;
	overflow: hidden;
	border: 1px solid #243c35;
	border-radius: 13px;
	background: #0c1815;
	box-shadow: var(--ftv-shadow-small);
}

.ftv-product-gallery figure.is-wide {
	grid-column: 1 / -1;
}

.ftv-product-gallery a {
	display: block;
	background: #0b1714;
}

.ftv-product-gallery img {
	width: 100%;
	height: 320px;
	object-fit: cover;
	object-position: top;
}

.ftv-product-gallery .is-wide img {
	height: auto;
	aspect-ratio: 1363 / 731;
}

.ftv-product-gallery .is-portrait img {
	object-fit: contain;
}

.ftv-product-gallery figcaption {
	padding: 11px 14px;
	color: #d6e2de;
	font-size: .72rem;
	line-height: 1.45;
}

.ftv-image-source {
	margin: 12px 0 0;
	color: var(--ftv-muted);
	font-size: .72rem;
}

.ftv-process-graphic {
	margin-top: 8px;
	margin-bottom: 0;
	padding: 24px;
	border: 1px solid var(--ftv-line);
	border-radius: var(--ftv-radius);
	background: linear-gradient(145deg, #f4faf7, #eef5f2);
	box-shadow: var(--ftv-shadow-small);
}

.ftv-process-graphic figcaption {
	margin-bottom: 18px;
	color: var(--ftv-ink);
	font-size: 1.08rem;
	font-weight: 780;
}

.ftv-process-graphic > div {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
}

.ftv-process-step {
	position: relative;
	display: grid;
	align-content: start;
	gap: 4px;
	min-width: 0;
	padding: 15px;
	border: 1px solid #d2e2dc;
	border-radius: 10px;
	background: #fff;
}

.ftv-process-step:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: -9px;
	z-index: 2;
	width: 16px;
	height: 16px;
	content: "→";
	color: var(--ftv-green);
	font-size: .8rem;
	font-weight: 900;
	line-height: 16px;
	text-align: center;
}

.ftv-process-step > span {
	color: var(--ftv-green);
	font-size: .65rem;
	font-weight: 850;
	letter-spacing: .08em;
}

.ftv-process-graphic strong {
	color: var(--ftv-ink);
	font-size: .82rem;
	line-height: 1.35;
}

.ftv-process-graphic small {
	color: var(--ftv-muted);
	font-size: .69rem;
	line-height: 1.45;
}

.ftv-legal-intro,
.ftv-legal-warning {
	margin-bottom: 30px;
	padding: 22px 24px;
	border: 1px solid #b9ddd2;
	border-left: 5px solid var(--ftv-green);
	border-radius: 0 12px 12px 0;
	background: #f2faf7;
}

.ftv-legal-intro p:last-child,
.ftv-legal-warning p:last-child {
	margin-bottom: 0;
}

.ftv-legal-details {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	max-width: 760px;
	margin: 20px 0 30px;
}

.ftv-legal-details div {
	padding: 16px;
	border: 1px solid var(--ftv-line);
	border-radius: 10px;
	background: var(--ftv-soft);
}

.ftv-legal-details dt {
	color: var(--ftv-muted);
	font-size: .72rem;
	font-weight: 750;
}

.ftv-legal-details dd {
	margin: 3px 0 0;
	color: var(--ftv-ink);
	font-weight: 720;
}

.ftv-product-sidebar {
	position: sticky;
	top: 140px;
	display: grid;
	gap: 15px;
}

.ftv-sidebar-card {
	padding: 22px;
	border: 1px solid var(--ftv-line);
	border-radius: 12px;
	background: #fff;
}

.ftv-sidebar-card h2 {
	font-size: 1.03rem;
}

.ftv-sidebar-card dl {
	margin: 0;
}

.ftv-sidebar-card dl > div {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px solid var(--ftv-line);
	font-size: .75rem;
}

.ftv-sidebar-card dt {
	color: var(--ftv-muted);
}

.ftv-sidebar-card dd {
	margin: 0;
	color: var(--ftv-ink);
	font-weight: 700;
	text-align: right;
}

.ftv-sidebar-card.is-compare {
	background: var(--ftv-soft);
}

.ftv-sidebar-card.is-compare p {
	font-size: .8rem;
}

.ftv-direct-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 28px;
}

.ftv-comparison-reading {
	max-width: 760px;
	margin: 38px auto 0;
	text-align: center;
}

.ftv-guide-topics {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 34px;
}

.ftv-guide-topics a {
	padding: 7px 12px;
	border: 1px solid var(--ftv-line);
	border-radius: 99px;
	background: var(--ftv-soft);
	color: var(--ftv-ink);
	font-size: .75rem;
	font-weight: 700;
	text-decoration: none;
}

.ftv-page-layout {
	display: grid;
	grid-template-columns: minmax(0, 820px);
	justify-content: center;
	padding-block: 70px 100px;
}

.ftv-article-header {
	padding: 66px 0 30px;
	text-align: center;
}

.ftv-article-header h1 {
	font-size: clamp(2rem, 4vw, 3.2rem);
}

.ftv-article-header .ftv-article-meta {
	justify-content: center;
}

.ftv-article-lead {
	font-size: 1.16rem;
}

.ftv-article-image img {
	width: 100%;
	border-radius: var(--ftv-radius);
}

.ftv-article-single .ftv-prose {
	padding-block: 50px 100px;
}

.ftv-search-results {
	display: grid;
	gap: 18px;
}

.ftv-search-results article {
	padding: 24px;
	border: 1px solid var(--ftv-line);
	border-radius: 12px;
}

.ftv-search-results h2 {
	font-size: 1.5rem;
}

.ftv-empty-state {
	padding: 52px 30px;
	border: 1px dashed #aec2bb;
	border-radius: var(--ftv-radius);
	background: var(--ftv-soft);
	text-align: center;
}

.ftv-empty-state > span {
	color: var(--ftv-green);
	font-size: 2.4rem;
}

.ftv-pagination {
	margin-top: 34px;
}

.ftv-pagination .nav-links {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.ftv-pagination .page-numbers {
	display: grid;
	min-width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid var(--ftv-line);
	border-radius: 7px;
	text-decoration: none;
}

.ftv-pagination .current {
	border-color: var(--ftv-green);
	background: var(--ftv-green);
	color: #fff;
}

.ftv-error-page {
	display: grid;
	min-height: 65vh;
	place-items: center;
	padding: 70px 0;
	background: var(--ftv-soft);
	text-align: center;
}

.ftv-error-code {
	margin: 0;
	color: var(--ftv-mint-strong);
	font-size: clamp(5rem, 16vw, 10rem);
	font-weight: 900;
	letter-spacing: -.08em;
	line-height: .8;
}

.ftv-error-page .ftv-hero-actions {
	justify-content: center;
}

.ftv-site-footer {
	padding-top: 72px;
	background: #102b25;
	color: #bcd0ca;
}

.ftv-footer-main {
	display: grid;
	grid-template-columns: 1.5fr repeat(3, 1fr);
	gap: 60px;
	padding-bottom: 48px;
}

.ftv-brand.is-footer,
.ftv-site-footer h2 {
	color: #fff;
}

.ftv-footer-brand p {
	max-width: 340px;
	margin-top: 20px;
	font-size: .82rem;
}

.ftv-site-footer h2 {
	font-size: .8rem;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ftv-site-footer ul {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ftv-site-footer li,
.ftv-site-footer a {
	color: #bcd0ca;
	font-size: .8rem;
	text-decoration: none;
}

.ftv-site-footer a:hover {
	color: #fff;
}

.ftv-risk-note {
	padding-block: 20px;
	border-block: 1px solid rgba(255, 255, 255, .11);
}

.ftv-risk-note p,
.ftv-footer-bottom p {
	margin: 0;
	font-size: .7rem;
}

.ftv-footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	padding-block: 20px;
}

@media (max-width: 1080px) {
	.ftv-primary-nav,
	.ftv-primary-nav .menu,
	.ftv-primary-nav ul {
		gap: 18px;
	}

	.ftv-hero-grid {
		grid-template-columns: 1fr 390px;
		gap: 46px;
	}

	.ftv-winner-banner {
		grid-template-columns: auto 1fr auto auto;
	}

	.ftv-winner-banner > p {
		grid-column: 2 / -1;
		grid-row: 2;
	}

	.ftv-ranking-row {
		grid-template-columns: 48px minmax(200px, .8fr) minmax(230px, 1fr) auto auto;
	}

	.ftv-ranking-facts {
		display: none;
	}

	.ftv-product-hero-grid {
		grid-template-columns: minmax(0, 1fr) 210px;
	}

	.ftv-product-buy-card {
		grid-column: 1 / -1;
		display: grid;
		grid-template-columns: 1fr 1fr auto;
		align-items: center;
		gap: 4px 20px;
	}

	.ftv-product-buy-card .ftv-button {
		grid-column: 3;
		grid-row: 1 / 3;
	}

	.ftv-product-buy-card small {
		grid-column: 1 / 3;
	}
}

@media (max-width: 880px) {
	html {
		scroll-padding-top: 82px;
	}

	.ftv-menu-toggle {
		display: block;
	}

	.ftv-primary-nav {
		position: absolute;
		top: 76px;
		left: 0;
		display: none;
		width: 100%;
		align-items: stretch;
		padding: 18px 20px 24px;
		border-bottom: 1px solid var(--ftv-line);
		background: #fff;
		box-shadow: var(--ftv-shadow-small);
	}

	.ftv-primary-nav.is-open {
		display: grid;
	}

	.ftv-primary-nav .menu,
	.ftv-primary-nav ul {
		display: grid;
		gap: 4px;
	}

	.ftv-primary-nav a {
		display: block;
		padding: 10px 6px;
	}

	.ftv-primary-nav .sub-menu {
		position: static;
		display: grid;
		box-shadow: none;
	}

	.ftv-header-cta {
		text-align: center;
	}

	.ftv-hero-grid,
	.ftv-method-grid,
	.ftv-faq-layout,
	.ftv-visual-overview {
		grid-template-columns: 1fr;
	}

	.ftv-process-graphic > div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ftv-process-step:nth-child(2)::after {
		display: none;
	}

	.ftv-hero-copy h1 {
		max-width: 650px;
	}

	.ftv-hero-panel {
		max-width: 560px;
	}

	.ftv-section-heading {
		grid-template-columns: 1fr;
		align-items: start;
		gap: 18px;
	}

	.ftv-winner-banner {
		grid-template-columns: auto 1fr auto;
	}

	.ftv-winner-banner .ftv-button {
		grid-column: 2 / -1;
	}

	.ftv-ranking-grid,
	.ftv-article-grid,
	.ftv-article-grid.is-wide,
	.ftv-direct-cards {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ftv-ranking-grid > :last-child,
	.ftv-direct-cards > :last-child:nth-child(odd) {
		grid-column: 1 / -1;
	}

	.ftv-category-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ftv-compare-options {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ftv-filter-bar {
		grid-template-columns: 1fr 1fr;
	}

	.ftv-filter-bar > div {
		grid-column: 1 / -1;
	}

	.ftv-ranking-row {
		grid-template-columns: 42px minmax(0, 1fr) auto auto;
	}

	.ftv-ranking-summary {
		grid-column: 2 / -1;
		grid-row: 2;
	}

	.ftv-product-layout {
		grid-template-columns: 1fr;
		gap: 50px;
	}

	.ftv-product-sidebar {
		position: static;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.ftv-footer-main {
		grid-template-columns: 1.4fr 1fr 1fr;
	}

	.ftv-footer-main > :last-child {
		grid-column: 2;
	}
}

@media (max-width: 640px) {
	body {
		font-size: 16px;
	}

	.ftv-container {
		width: min(calc(100% - 28px), var(--ftv-container));
	}

	.ftv-section {
		padding-block: 54px;
	}

	.ftv-header-inner {
		min-height: 68px;
	}

	.ftv-primary-nav {
		top: 68px;
	}

	.ftv-hero {
		padding-block: 60px 72px;
	}

	.ftv-hero-grid {
		gap: 44px;
	}

	.ftv-hero-actions .ftv-button {
		width: 100%;
	}

	.ftv-trust-list {
		display: grid;
	}

	.ftv-hero-panel {
		padding: 20px;
		border-radius: 16px;
	}

	.ftv-hero-panel-foot span {
		font-size: .62rem;
	}

	.ftv-page-hero {
		padding-block: 50px;
	}

	.ftv-disclosure-wrap {
		margin-top: -20px;
	}

	.ftv-disclosure,
	.ftv-source-notice {
		padding: 15px;
	}

	.ftv-winner-banner {
		grid-template-columns: auto 1fr;
		padding: 22px;
	}

	.ftv-winner-banner > p,
	.ftv-winner-banner .ftv-button {
		grid-column: 1 / -1;
	}

	.ftv-winner-banner .ftv-score-ring {
		grid-column: 1;
	}

	.ftv-ranking-grid,
	.ftv-article-grid,
	.ftv-article-grid.is-wide,
	.ftv-category-grid,
	.ftv-direct-cards,
	.ftv-pro-con-grid,
	.ftv-feature-list,
	.ftv-product-sidebar,
	.ftv-footer-main {
		grid-template-columns: 1fr;
	}

	.ftv-ranking-grid > :last-child,
	.ftv-direct-cards > :last-child:nth-child(odd),
	.ftv-footer-main > :last-child {
		grid-column: auto;
	}

	.ftv-compare-options {
		grid-template-columns: 1fr;
	}

	.ftv-compare-action {
		align-items: stretch;
		flex-direction: column;
	}

	.ftv-filter-bar {
		grid-template-columns: 1fr;
	}

	.ftv-filter-bar > div {
		grid-column: auto;
	}

	.ftv-filter-bar select {
		width: 100%;
	}

	.ftv-ranking-row {
		grid-template-columns: 38px minmax(0, 1fr) auto;
		gap: 14px;
	}

	.ftv-ranking-row .ftv-score-ring {
		grid-column: 3;
		grid-row: 1;
	}

	.ftv-ranking-row .ftv-button {
		grid-column: 2 / -1;
		width: 100%;
	}

	.ftv-product-hero-grid {
		grid-template-columns: 1fr;
	}

	.ftv-product-buy-card {
		display: flex;
	}

	.ftv-product-title,
	.ftv-product-score-card,
	.ftv-product-buy-card {
		padding: 21px;
	}

	.ftv-product-title .ftv-tool-identity.is-large {
		align-items: flex-start;
	}

	.ftv-jump-nav {
		top: 68px;
	}

	.ftv-product-layout {
		gap: 38px;
		padding-block: 50px 66px;
	}

	.ftv-summary-box,
	.ftv-compare-selector {
		padding: 21px;
	}

	.ftv-table-note {
		align-items: flex-start;
		font-size: .78rem;
	}

	.ftv-comparison-table {
		min-width: calc(150px + (var(--ftv-tool-count) * 150px));
		font-size: .8rem;
	}

	.ftv-comparison-table th,
	.ftv-comparison-table td {
		min-width: 150px;
		padding: 12px 10px;
	}

	.ftv-comparison-table th:first-child {
		width: 150px;
		min-width: 150px;
		max-width: 150px;
	}

	.ftv-comparison-table thead a {
		font-size: .82rem;
	}

	.ftv-ranking-graphic,
	.ftv-research-card,
	.ftv-process-graphic {
		padding: 20px;
	}

	.ftv-ranking-bar {
		grid-template-columns: minmax(112px, .75fr) minmax(74px, 1fr) 30px;
		gap: 9px;
	}

	.ftv-ranking-bar a {
		font-size: .72rem;
	}

	.ftv-research-numbers {
		grid-template-columns: 1fr;
	}

	.ftv-research-numbers div {
		grid-template-columns: 42px 1fr;
		align-items: center;
	}

	.ftv-product-gallery {
		grid-template-columns: 1fr;
	}

	.ftv-product-gallery figure.is-wide {
		grid-column: auto;
	}

	.ftv-product-gallery img,
	.ftv-product-gallery .is-wide img {
		height: auto;
		aspect-ratio: auto;
	}

	.ftv-process-graphic > div,
	.ftv-legal-details {
		grid-template-columns: 1fr;
	}

	.ftv-process-step::after {
		display: none !important;
	}

	.ftv-page-layout {
		padding-block: 50px 72px;
	}

	.ftv-footer-main {
		gap: 32px;
	}

	.ftv-footer-bottom {
		flex-direction: column;
		gap: 5px;
	}
}

/*
 * Readability system 1.2
 *
 * The portal uses 18px editorial copy, 16px functional content and a
 * dependable 14px floor for recurring labels. Comparison headings stay
 * deliberately compact so product names never overpower the actual facts.
 */

body {
	color: #30423d;
	font-size: 18px;
	line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	overflow-wrap: break-word;
	text-wrap: balance;
}

h1 {
	font-size: clamp(1.9rem, 3vw, 2.75rem);
}

h2 {
	font-size: clamp(1.4rem, 2vw, 1.9rem);
}

h3 {
	font-size: clamp(1.1rem, 1.35vw, 1.3rem);
}

.ftv-section {
	padding-block: clamp(52px, 6vw, 76px);
}

.ftv-section-heading {
	gap: clamp(26px, 4vw, 52px);
	margin-bottom: 34px;
}

.ftv-section-heading > p,
.ftv-content-intro > p,
.ftv-page-hero .ftv-page-lead {
	font-size: 1.125rem;
	line-height: 1.68;
}

.ftv-kicker,
.ftv-eyebrow {
	font-size: .875rem;
	letter-spacing: .09em;
	line-height: 1.45;
}

.ftv-button,
.ftv-text-link,
.ftv-text-link.is-prominent {
	font-size: 1rem;
}

.ftv-primary-nav a {
	font-size: .9375rem;
}

.ftv-brand small {
	font-size: .75rem;
}

.ftv-hero {
	padding-block: clamp(54px, 6vw, 78px);
}

.ftv-hero-copy h1 {
	max-width: 680px;
	font-size: clamp(2rem, 3.2vw, 2.75rem);
}

.ftv-hero-lead {
	font-size: clamp(1.125rem, 1.5vw, 1.3rem);
	line-height: 1.65;
}

.ftv-trust-list {
	font-size: .9375rem;
	line-height: 1.5;
}

.ftv-trust-list span {
	font-size: .8125rem;
}

.ftv-hero-panel-head span,
.ftv-hero-panel-foot span,
.ftv-hero-matrix span,
.ftv-hero-matrix strong {
	font-size: .875rem;
	line-height: 1.45;
}

.ftv-hero-panel-head strong {
	font-size: 1.2rem;
}

.ftv-page-hero {
	padding-block: clamp(50px, 6vw, 76px);
}

.ftv-page-hero.is-compact h1 {
	font-size: clamp(1.9rem, 2.8vw, 2.55rem);
}

.ftv-page-hero.is-compact > .ftv-container > p:last-child,
.ftv-page-hero .ftv-page-lead {
	font-size: 1.125rem;
}

.ftv-breadcrumbs {
	font-size: .875rem;
	line-height: 1.5;
}

.ftv-disclosure,
.ftv-source-notice {
	font-size: 1rem;
	line-height: 1.58;
}

.ftv-winner-brand > div > span,
.ftv-rank-label,
.ftv-ranking-position span {
	font-size: .875rem;
	line-height: 1.4;
}

.ftv-winner-banner h2 {
	font-size: 1.4rem;
}

.ftv-winner-banner > p {
	font-size: 1rem;
	line-height: 1.58;
}

.ftv-tool-identity {
	align-items: flex-start;
}

.ftv-tool-identity > div {
	min-width: 0;
}

.ftv-tool-identity h2,
.ftv-tool-identity h3 {
	font-size: 1.15rem;
	line-height: 1.3;
}

.ftv-tool-identity h2 a,
.ftv-tool-identity h3 a {
	display: inline;
	overflow-wrap: break-word;
}

.ftv-tool-identity p {
	font-size: .875rem;
	line-height: 1.45;
}

.ftv-tool-monogram {
	font-size: .875rem;
}

.ftv-award {
	font-size: .875rem;
	line-height: 1.45;
}

.ftv-award span {
	font-size: .75rem;
}

.ftv-tool-summary {
	font-size: 1rem;
	line-height: 1.65;
}

.ftv-mini-profile > div {
	grid-template-columns: 58px minmax(70px, 1fr) 34px;
	font-size: .875rem;
	line-height: 1.35;
}

.ftv-mini-profile i {
	height: 6px;
}

.ftv-chip {
	padding: 5px 10px;
	font-size: .875rem;
	line-height: 1.35;
}

.ftv-tool-card-footer span,
.ftv-tool-card-footer strong {
	font-size: .9375rem;
	line-height: 1.45;
}

.ftv-score-max {
	font-size: .6875rem;
}

.ftv-table-note {
	font-size: .9375rem;
	line-height: 1.55;
}

.ftv-table-shell {
	overscroll-behavior-inline: contain;
}

.ftv-comparison-table {
	min-width: calc(220px + (var(--ftv-tool-count) * 190px));
	font-size: 1rem;
	line-height: 1.5;
}

.ftv-comparison-table th,
.ftv-comparison-table td {
	min-width: 190px;
	padding: 17px 16px;
	hyphens: auto;
	overflow-wrap: break-word;
	white-space: normal;
	word-break: normal;
}

.ftv-comparison-table th:first-child {
	width: 220px;
	min-width: 220px;
	max-width: 220px;
}

.ftv-comparison-table thead a {
	font-size: .9375rem;
	line-height: 1.4;
}

.ftv-comparison-table thead span,
.ftv-state {
	font-size: .875rem;
	line-height: 1.4;
}

.ftv-state {
	min-width: 72px;
	padding: 5px 10px;
}

.ftv-category-card p,
.ftv-category-card > strong,
.ftv-method-steps p,
.ftv-compare-option,
.ftv-compare-action p {
	font-size: .9375rem;
	line-height: 1.55;
}

.ftv-article-card > span,
.ftv-article-meta {
	font-size: .875rem;
}

.ftv-article-card > p,
.ftv-faq-list details p {
	font-size: 1rem;
	line-height: 1.65;
}

.ftv-filter-bar p {
	font-size: 1rem;
	line-height: 1.55;
}

.ftv-filter-bar label {
	font-size: .875rem;
}

.ftv-filter-bar select {
	min-height: 46px;
	font-size: .9375rem;
}

.ftv-ranking-summary {
	font-size: 1rem;
	line-height: 1.6;
}

.ftv-ranking-facts {
	font-size: .875rem;
	line-height: 1.5;
}

.ftv-product-title h1 {
	font-size: clamp(1.8rem, 2.6vw, 2.3rem);
}

.ftv-product-lead {
	font-size: 1.0625rem;
	line-height: 1.65;
}

.ftv-fact-date,
.ftv-product-score-card > p:not(.ftv-award),
.ftv-product-buy-card > span,
.ftv-product-buy-card p,
.ftv-product-buy-card small,
.ftv-jump-nav a {
	font-size: .875rem;
	line-height: 1.5;
}

.ftv-product-buy-card > strong {
	font-size: 1.35rem;
	line-height: 1.35;
}

.ftv-summary-box p:last-child {
	font-size: 1.125rem;
	line-height: 1.7;
}

.ftv-score-bar-label,
.ftv-pro-box li,
.ftv-con-box li,
.ftv-sidebar-card li,
.ftv-feature-list strong,
.ftv-feature-list p {
	font-size: .9375rem;
	line-height: 1.55;
}

.ftv-pro-box h2,
.ftv-con-box h2 {
	font-size: 1.25rem;
}

.ftv-pro-box li span,
.ftv-con-box li span,
.ftv-sidebar-card li span {
	font-size: .75rem;
}

.ftv-editorial-content,
.ftv-prose {
	color: #30423d;
	font-size: 1.125rem;
	line-height: 1.75;
}

.ftv-editorial-content p,
.ftv-editorial-content li,
.ftv-prose p,
.ftv-prose li {
	max-width: 68ch;
}

.ftv-editorial-content h2,
.ftv-prose h2 {
	font-size: clamp(1.5rem, 2.1vw, 1.95rem);
}

.ftv-source-list a {
	font-size: .9375rem;
	line-height: 1.5;
}

.ftv-ranking-graphic-head span,
.ftv-ranking-graphic-head small {
	font-size: .875rem;
}

.ftv-ranking-graphic-head strong {
	font-size: 1.25rem;
}

.ftv-ranking-bar {
	grid-template-columns: minmax(170px, .8fr) minmax(130px, 1fr) 38px;
}

.ftv-ranking-bar a {
	font-size: .9375rem;
	line-height: 1.4;
}

.ftv-ranking-bar a span {
	font-size: .875rem;
}

.ftv-ranking-bar > strong {
	font-size: .9375rem;
}

.ftv-ranking-graphic figcaption,
.ftv-product-gallery figcaption,
.ftv-image-source {
	font-size: .875rem;
	line-height: 1.55;
}

.ftv-research-card > p:not(.ftv-kicker):not(.ftv-research-links) {
	font-size: 1rem;
	line-height: 1.65;
}

.ftv-research-numbers span,
.ftv-research-links span,
.ftv-research-links a {
	font-size: .875rem;
	line-height: 1.45;
}

.ftv-process-graphic figcaption {
	font-size: 1.2rem;
}

.ftv-process-step > span {
	font-size: .875rem;
}

.ftv-process-graphic strong {
	font-size: .9375rem;
	line-height: 1.4;
}

.ftv-process-graphic small {
	font-size: .875rem;
	line-height: 1.5;
}

.ftv-legal-details dt,
.ftv-sidebar-card dl > div,
.ftv-sidebar-card.is-compare p,
.ftv-guide-topics a {
	font-size: .9375rem;
	line-height: 1.5;
}

.ftv-sidebar-card h2 {
	font-size: 1.125rem;
}

.ftv-article-header h1 {
	font-size: clamp(1.9rem, 2.9vw, 2.5rem);
}

.ftv-footer-brand p,
.ftv-site-footer h2,
.ftv-site-footer li,
.ftv-site-footer a,
.ftv-risk-note p,
.ftv-footer-bottom p {
	font-size: .875rem;
	line-height: 1.55;
}

@media (max-width: 880px) {
	body {
		font-size: 17px;
	}

	h1,
	.ftv-hero-copy h1,
	.ftv-page-hero.is-compact h1,
	.ftv-product-title h1,
	.ftv-article-header h1 {
		font-size: clamp(1.85rem, 6.4vw, 2.2rem);
	}

	h2,
	.ftv-editorial-content h2,
	.ftv-prose h2 {
		font-size: clamp(1.35rem, 4.8vw, 1.65rem);
	}

	.ftv-ranking-row {
		align-items: start;
	}

	.ftv-ranking-summary {
		padding-right: 4px;
	}
}

@media (max-width: 640px) {
	.ftv-container {
		width: min(calc(100% - 32px), var(--ftv-container));
	}

	.ftv-section {
		padding-block: 46px;
	}

	.ftv-hero {
		padding-block: 48px 58px;
	}

	.ftv-tool-card,
	.ftv-product-title,
	.ftv-product-score-card,
	.ftv-product-buy-card,
	.ftv-ranking-graphic,
	.ftv-research-card,
	.ftv-process-graphic {
		padding: 20px;
	}

	.ftv-comparison-table {
		min-width: calc(180px + (var(--ftv-tool-count) * 180px));
		font-size: .9375rem;
	}

	.ftv-comparison-table th,
	.ftv-comparison-table td {
		min-width: 180px;
		padding: 15px 13px;
	}

	.ftv-comparison-table th:first-child {
		width: 180px;
		min-width: 180px;
		max-width: 180px;
	}

	.ftv-comparison-table thead a,
	.ftv-ranking-bar a {
		font-size: .875rem;
	}

	.ftv-ranking-bar {
		grid-template-columns: minmax(138px, .8fr) minmax(72px, 1fr) 34px;
	}

	.ftv-editorial-content,
	.ftv-prose {
		font-size: 1.0625rem;
		line-height: 1.72;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		transition-duration: .01ms !important;
	}
}

@media print {
	.ftv-site-header,
	.ftv-site-footer,
	.ftv-button,
	.ftv-jump-nav,
	.ftv-compare-selector,
	.ftv-filter-bar {
		display: none !important;
	}

	body {
		color: #000;
		font-size: 11pt;
	}

	.ftv-section,
	.ftv-product-layout {
		padding-block: 24px;
	}
}

/* Editorial SEO expansion 1.3 */

.ftv-editorial-figure {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 0;
	overflow: hidden;
	border: 1px solid #d6e4df;
	border-radius: 18px;
	background: #fff;
	box-shadow: var(--ftv-shadow-small);
}

.ftv-editorial-figure img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1400 / 788;
	object-fit: cover;
}

.ftv-editorial-figure figcaption {
	margin: 0;
	padding: 12px 16px;
	border-top: 1px solid #e3ece9;
	color: var(--ftv-muted);
	font-size: .875rem;
	line-height: 1.55;
}

.ftv-guide-feature {
	display: grid;
	grid-template-columns: minmax(0, .85fr) minmax(440px, 1.15fr);
	align-items: center;
	gap: clamp(34px, 6vw, 80px);
}

.ftv-guide-feature h2 {
	max-width: 17ch;
}

.ftv-guide-feature .ftv-editorial-figure {
	margin: 0;
}

.ftv-check-list {
	display: grid;
	gap: 9px;
	margin: 24px 0 28px;
	padding: 0;
	list-style: none;
}

.ftv-check-list li {
	position: relative;
	padding-left: 30px;
	color: var(--ftv-ink);
	font-weight: 650;
}

.ftv-check-list li::before {
	position: absolute;
	top: .1em;
	left: 0;
	display: grid;
	width: 21px;
	height: 21px;
	place-items: center;
	border-radius: 50%;
	background: var(--ftv-green);
	content: "✓";
	color: #fff;
	font-size: .7rem;
}

.ftv-key-takeaway,
.ftv-source-box {
	margin: 30px 0;
	padding: 22px 24px;
	border: 1px solid #b9ddd2;
	border-left: 5px solid var(--ftv-green);
	border-radius: 0 14px 14px 0;
	background: #f2faf7;
}

.ftv-key-takeaway > strong,
.ftv-source-box > strong {
	display: block;
	margin-bottom: 5px;
	color: var(--ftv-ink);
	font-size: 1rem;
}

.ftv-key-takeaway p,
.ftv-source-box p {
	margin: 0;
}

.ftv-source-box {
	border-color: #e1d5ad;
	border-left-color: #bc8b21;
	background: #fffaf0;
}

.ftv-formula-box {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
	gap: 18px;
	margin: 28px 0;
	padding: 20px 22px;
	border-radius: 14px;
	background: var(--ftv-ink);
	color: #fff;
}

.ftv-formula-box span {
	color: var(--ftv-mint-strong);
	font-size: .8rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ftv-editorial-table {
	display: block;
	width: 100%;
	margin: 28px 0;
	overflow-x: auto;
	border: 1px solid var(--ftv-line);
	border-collapse: collapse;
	border-radius: 12px;
	font-size: .975rem;
	line-height: 1.55;
}

.ftv-editorial-table th,
.ftv-editorial-table td {
	min-width: 160px;
	padding: 14px 16px;
	border-bottom: 1px solid var(--ftv-line);
	text-align: left;
	vertical-align: top;
}

.ftv-editorial-table th {
	background: #eef7f4;
	color: var(--ftv-ink);
}

.ftv-results-heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 26px;
}

.ftv-results-heading h2,
.ftv-results-heading p {
	margin-bottom: 0;
}

.ftv-results-heading > p {
	color: var(--ftv-muted);
	font-size: .9375rem;
}

.ftv-guide-topics a.is-active {
	border-color: var(--ftv-green);
	background: var(--ftv-green);
	color: #fff;
}

.ftv-article-card {
	padding: 0;
	overflow: hidden;
}

.ftv-article-card-image {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid var(--ftv-line);
	background: #edf6f3;
}

.ftv-article-card-image img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1400 / 788;
	object-fit: cover;
	transition: transform .25s ease;
}

.ftv-article-card:hover .ftv-article-card-image img {
	transform: scale(1.025);
}

.ftv-article-card-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 24px;
}

.ftv-article-card-body > span {
	margin-bottom: 16px;
	color: var(--ftv-green);
	font-size: .8rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ftv-article-card-body h3 {
	font-size: 1.25rem;
	line-height: 1.3;
}

.ftv-article-card-body > p {
	flex: 1;
	font-size: 1rem;
	line-height: 1.65;
}

.ftv-article-content-wrap {
	display: grid;
	grid-template-columns: 230px minmax(0, 760px);
	justify-content: center;
	gap: clamp(34px, 5vw, 70px);
	padding-block: 52px 84px;
}

.ftv-article-content-wrap.has-no-toc {
	grid-template-columns: minmax(0, 760px);
}

.ftv-article-copy {
	min-width: 0;
}

.ftv-article-copy h2 {
	scroll-margin-top: 120px;
}

.ftv-article-toc {
	position: sticky;
	top: 112px;
	padding: 20px;
	border: 1px solid var(--ftv-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: var(--ftv-shadow-small);
}

.ftv-article-toc > strong {
	display: block;
	margin-bottom: 12px;
	color: var(--ftv-ink);
	font-size: .875rem;
}

.ftv-article-toc ol {
	display: grid;
	gap: 8px;
	margin: 0;
	padding-left: 18px;
}

.ftv-article-toc li,
.ftv-article-toc a {
	color: var(--ftv-muted);
	font-size: .82rem;
	line-height: 1.45;
}

.ftv-article-toc a {
	text-decoration: none;
}

.ftv-article-toc a:hover,
.ftv-article-toc a:focus-visible {
	color: var(--ftv-green);
	text-decoration: underline;
}

.ftv-author-box {
	display: grid;
	grid-template-columns: 58px minmax(0, 1fr);
	gap: 18px;
	margin-top: 38px;
	padding: 24px;
	border: 1px solid var(--ftv-line);
	border-radius: 16px;
	background: #fff;
	box-shadow: var(--ftv-shadow-small);
}

.ftv-author-mark {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border-radius: 16px;
	background: var(--ftv-green);
	color: #fff;
	font-weight: 850;
}

.ftv-author-box span {
	color: var(--ftv-green);
	font-size: .78rem;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.ftv-author-box h2 {
	margin: 4px 0 8px;
	font-size: 1.25rem;
}

.ftv-author-box p {
	margin-bottom: 8px;
	font-size: 1rem;
}

.ftv-hub-content > .ftv-kicker:first-child {
	margin-bottom: 12px;
}

.ftv-hub-content > h2:first-of-type {
	margin-top: 0;
}

@media (max-width: 980px) {
	.ftv-guide-feature,
	.ftv-article-content-wrap {
		grid-template-columns: 1fr;
	}

	.ftv-guide-feature .ftv-editorial-figure {
		order: -1;
	}

	.ftv-guide-feature h2 {
		max-width: none;
	}

	.ftv-article-aside {
		max-width: 760px;
	}

	.ftv-article-toc {
		position: static;
	}
}

@media (max-width: 640px) {
	.ftv-results-heading {
		align-items: start;
		flex-direction: column;
		gap: 8px;
	}

	.ftv-formula-box,
	.ftv-author-box {
		grid-template-columns: 1fr;
	}

	.ftv-article-card-body,
	.ftv-key-takeaway,
	.ftv-source-box,
	.ftv-author-box {
		padding: 20px;
	}

	.ftv-editorial-figure {
		border-radius: 12px;
	}
}
