.ff09-data-visual,
.ff09-callout,
.ff09-experiment,
.ff09-card-grid,
.ff09-radar-grid,
.ff09-process-grid,
.ff09-analysis-grid,
.ff09-faq,
.ff09-checklist {
	box-sizing: border-box;
	margin: 1.75rem 0 2.25rem;
}

body.single-post .entry-title,
body.single-post .entry-header h1 {
	font-size: clamp(2rem, 5.7vw, 3.65rem);
	line-height: 1.12;
	overflow-wrap: anywhere;
}

.ff09-data-visual {
	color: #f8fbff;
	background:
		radial-gradient(circle at 88% 10%, rgba(70, 111, 255, .36), transparent 34%),
		linear-gradient(145deg, #101b35, #192a50 70%, #203665);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 22px;
	padding: clamp(1.1rem, 3vw, 2rem);
	box-shadow: 0 18px 46px rgba(15, 28, 58, .15);
}

.ff09-metric-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: .75rem;
}

.ff09-metric {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 1rem;
	background: rgba(255, 255, 255, .08);
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 15px;
}

.ff09-metric span,
.ff09-metric small {
	color: #cbd7ef;
}

.ff09-metric span {
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .02em;
}

.ff09-metric strong {
	margin: .2rem 0;
	font-size: clamp(1.55rem, 4vw, 2.2rem);
	line-height: 1.1;
}

.ff09-metric small {
	font-size: .7rem;
}

.ff09-comparison {
	margin-top: 1.25rem;
	padding-top: 1.15rem;
	border-top: 1px solid rgba(255, 255, 255, .13);
}

.ff09-eyebrow {
	margin: 0 0 .5rem !important;
	font-size: .72rem !important;
	font-weight: 800;
	letter-spacing: .11em;
	text-transform: uppercase;
}

.ff09-progress-row {
	display: grid;
	grid-template-columns: 3rem minmax(0, 1fr) 3.5rem;
	align-items: center;
	gap: .75rem;
	margin: .7rem 0;
	font-size: .85rem;
}

.ff09-progress-row progress {
	width: 100%;
	height: .72rem;
	border: 0;
	border-radius: 999px;
	overflow: hidden;
	background: rgba(255, 255, 255, .13);
}

.ff09-progress-row progress::-webkit-progress-bar {
	background: rgba(255, 255, 255, .13);
	border-radius: 999px;
}

.ff09-progress-row progress::-webkit-progress-value {
	background: linear-gradient(90deg, #73e8c0, #7fa5ff);
	border-radius: 999px;
}

.ff09-progress-row progress::-moz-progress-bar {
	background: linear-gradient(90deg, #73e8c0, #7fa5ff);
	border-radius: 999px;
}

.ff09-progress-row strong {
	text-align: right;
}

.ff09-caption {
	margin: .9rem 0 0 !important;
	color: #b8c7e3;
	font-size: .74rem !important;
	line-height: 1.55;
}

.ff09-callout {
	position: relative;
	padding: 1.35rem 1.45rem 1.35rem 1.65rem;
	border: 1px solid #d8e2f2;
	border-radius: 16px;
	background: #f7faff;
	overflow: hidden;
}

.ff09-callout::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 5px;
	background: #315ee8;
}

.ff09-callout--green {
	background: #f2fbf7;
	border-color: #cbe9da;
}

.ff09-callout--green::before { background: #14895f; }
.ff09-callout--amber { background: #fff9ed; border-color: #f0dfb9; }
.ff09-callout--amber::before { background: #d38b16; }
.ff09-callout .ff09-eyebrow { color: #315ee8; }
.ff09-callout--green .ff09-eyebrow { color: #14895f; }
.ff09-callout--amber .ff09-eyebrow { color: #a96506; }

.ff09-callout h3 {
	margin: 0 0 .4rem;
	font-size: clamp(1.05rem, 2.6vw, 1.3rem);
	line-height: 1.4;
}

.ff09-callout > p:last-child {
	margin: 0;
	color: #3e4c63;
	font-size: .94rem;
	line-height: 1.75;
}

.ff09-step-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: .85rem;
}

.ff09-step {
	padding: 1.25rem;
	border: 1px solid #dce4f1;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(32, 51, 86, .07);
}

.ff09-step > span {
	display: inline-grid;
	place-items: center;
	width: 2rem;
	height: 2rem;
	color: #fff;
	background: #173876;
	border-radius: 10px;
	font-size: .74rem;
	font-weight: 800;
}

.ff09-step h3 {
	margin: .8rem 0 .35rem;
	font-size: 1rem;
}

.ff09-step p,
.ff09-experiment-detail p {
	font-size: .88rem;
	line-height: 1.7;
}

.ff09-step p { margin: 0; color: #526079; }

.ff09-experiment-detail {
	margin-top: 1rem;
	padding: 1rem 1.2rem;
	border-radius: 14px;
	background: #eef3fb;
}

.ff09-experiment-detail p { margin: .45rem 0; }

.ff09-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.ff09-idea-card {
	padding: 1.35rem;
	border: 1px solid #dce4f1;
	border-top: 4px solid #315ee8;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(32, 51, 86, .07);
}

.ff09-idea-card:nth-child(2) { border-top-color: #168a66; }
.ff09-idea-card:nth-child(3) { border-top-color: #d38b16; }
.ff09-idea-card:nth-child(4) { border-top-color: #7b5bd6; }

.ff09-idea-card h3 {
	margin: 0 0 .55rem;
	font-size: 1.03rem;
	line-height: 1.45;
}

.ff09-idea-card p {
	margin: 0;
	color: #526079;
	font-size: .9rem;
	line-height: 1.72;
}

.ff09-checklist {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .7rem;
	padding: 0 !important;
	list-style: none !important;
}

.ff09-checklist li {
	display: flex;
	align-items: flex-start;
	gap: .65rem;
	padding: .9rem 1rem;
	border: 1px solid #dfe6f0;
	border-radius: 12px;
	background: #f8fafc;
}

.ff09-checklist li > span {
	display: inline-grid;
	flex: 0 0 auto;
	place-items: center;
	width: 1.35rem;
	height: 1.35rem;
	color: #fff;
	background: #168a66;
	border-radius: 50%;
	font-size: .72rem;
	font-weight: 800;
}

.ff09-radar-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.ff09-radar-card {
	padding: 1.25rem;
	border: 1px solid #dce4f1;
	border-radius: 17px;
	background: linear-gradient(155deg, #fff, #f5f8fe);
	box-shadow: 0 10px 30px rgba(32, 51, 86, .07);
}

.ff09-radar-card:first-child {
	grid-column: 1 / -1;
	background: linear-gradient(140deg, #122347, #244a91);
	color: #fff;
}

.ff09-radar-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .75rem;
}

.ff09-radar-head span {
	display: inline-flex;
	padding: .28rem .6rem;
	color: #234fae;
	background: #e9f0ff;
	border-radius: 999px;
	font-size: .72rem;
	font-weight: 800;
}

.ff09-radar-head small { color: #71809a; }
.ff09-radar-card:first-child .ff09-radar-head small { color: #bfceeb; }

.ff09-radar-card h3 {
	margin: .8rem 0 1rem;
	font-size: 1.08rem;
	line-height: 1.45;
}

.ff09-mini-progress {
	display: grid;
	grid-template-columns: 4.7rem minmax(0, 1fr);
	align-items: center;
	gap: .65rem;
	margin: .55rem 0;
	font-size: .76rem;
}

.ff09-mini-progress progress {
	width: 100%;
	height: .55rem;
	border: 0;
	border-radius: 999px;
	overflow: hidden;
	background: #e3e9f3;
}

.ff09-mini-progress progress::-webkit-progress-bar { background: #e3e9f3; border-radius: 999px; }
.ff09-mini-progress progress::-webkit-progress-value { background: linear-gradient(90deg, #315ee8, #43b896); border-radius: 999px; }
.ff09-mini-progress progress::-moz-progress-bar { background: linear-gradient(90deg, #315ee8, #43b896); border-radius: 999px; }
.ff09-radar-card:first-child .ff09-mini-progress progress::-webkit-progress-bar { background: rgba(255,255,255,.18); }

.ff09-card-links {
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	margin: 1rem 0 0 !important;
}

.ff09-card-links a {
	display: inline-flex;
	padding: .48rem .7rem;
	border: 1px solid #cad6e9;
	border-radius: 9px;
	font-size: .76rem;
	font-weight: 700;
	text-decoration: none;
}

.ff09-radar-card:first-child .ff09-card-links a {
	color: #fff;
	border-color: rgba(255,255,255,.32);
}

.ff09-process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: .75rem;
}

.ff09-process-card {
	position: relative;
	padding: 1.15rem;
	border: 1px solid #dce4f1;
	border-radius: 15px;
	background: #fff;
}

.ff09-process-card > span {
	color: #315ee8;
	font-size: .72rem;
	font-weight: 900;
	letter-spacing: .08em;
}

.ff09-process-card h3 {
	margin: .55rem 0 .35rem;
	font-size: .94rem;
}

.ff09-process-card p {
	margin: 0;
	color: #526079;
	font-size: .8rem;
	line-height: 1.65;
}

.ff09-analysis-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

.ff09-analysis-card {
	padding: 1.35rem;
	border: 1px solid #dce4f1;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(32, 51, 86, .06);
}

.ff09-analysis-card:first-child {
	grid-column: 1 / -1;
	background: #f3f7ff;
	border-color: #cbd9f3;
}

.ff09-analysis-card .ff09-eyebrow { color: #315ee8; }

.ff09-analysis-card h3 {
	margin: .45rem 0 .8rem;
	font-size: 1.08rem;
}

.ff09-analysis-card > p:not(.ff09-eyebrow) {
	margin: .55rem 0;
	color: #4d5c74;
	font-size: .88rem;
	line-height: 1.72;
}

.ff09-experiment-line {
	margin-top: 1rem !important;
	padding-top: .8rem;
	border-top: 1px dashed #cbd5e6;
}

.ff09-faq { border-top: 1px solid #dce4f1; }

.ff09-faq details {
	border-bottom: 1px solid #dce4f1;
	background: #fff;
}

.ff09-faq summary {
	position: relative;
	padding: 1.05rem 2.5rem 1.05rem .2rem;
	cursor: pointer;
	font-weight: 800;
	line-height: 1.5;
}

.ff09-faq summary::after {
	content: "+";
	position: absolute;
	right: .35rem;
	top: .9rem;
	color: #315ee8;
	font-size: 1.35rem;
}

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

.ff09-faq details p {
	margin: 0;
	padding: 0 .2rem 1.15rem;
	color: #526079;
	font-size: .92rem;
	line-height: 1.75;
}

@media (max-width: 720px) {
	.ff09-metric-grid,
	.ff09-card-grid,
	.ff09-radar-grid,
	.ff09-analysis-grid,
	.ff09-checklist { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ff09-step-grid,
	.ff09-process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 460px) {
	.ff09-metric-grid,
	.ff09-card-grid,
	.ff09-radar-grid,
	.ff09-process-grid,
	.ff09-analysis-grid,
	.ff09-checklist { grid-template-columns: 1fr; }
	.ff09-radar-card:first-child { grid-column: auto; }
	.ff09-analysis-card:first-child { grid-column: auto; }
	body.single-post .entry-title,
	body.single-post .entry-header h1 { font-size: clamp(1.9rem, 9vw, 2.65rem); }
	.ff09-progress-row { grid-template-columns: 2.6rem minmax(0, 1fr) 2.8rem; gap: .5rem; }
}
