:root {
	--fm-fr-bg: #f4f7f6;
	--fm-fr-surface: #ffffff;
	--fm-fr-surface-warm: #fff6e4;
	--fm-fr-border: #c8d6d1;
	--fm-fr-border-strong: #aebfb9;
	--fm-fr-text: #25313b;
	--fm-fr-muted: #657078;
	--fm-fr-soft: #e9f0ee;
	--fm-fr-accent: #2f7169;
	--fm-fr-accent-dark: #20534e;
	--fm-fr-gold: #e3b653;
	--fm-fr-green: #5f8a71;
	--fm-fr-blue: #5578a6;
	--fm-fr-coral: #c86f5b;
	--fm-fr-radius: 8px;
	--fm-fr-shadow: 0 16px 38px rgba(37, 49, 59, 0.13);
	--fm-fr-shadow-soft: 0 8px 20px rgba(37, 49, 59, 0.1);
}

.fm-fr-wrap,
.fm-fr-wrap * {
	box-sizing: border-box;
}

.fm-fr-wrap {
	max-width: 1080px;
	margin: 0 auto;
	padding: clamp(18px, 3vw, 34px);
	color: var(--fm-fr-text);
	font-family: inherit;
}

.fm-fr-hero,
.fm-fr-section,
.fm-fr-card,
.fm-fr-entry-card,
.fm-fr-open-card,
.fm-fr-empty,
.fm-fr-integration-notice,
.fm-fr-notice {
	border: 1.5px solid var(--fm-fr-border);
	background: var(--fm-fr-surface);
	border-radius: var(--fm-fr-radius);
	box-shadow: var(--fm-fr-shadow);
}

.fm-fr-hero {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: clamp(24px, 4vw, 44px);
	background: #edf6f3;
	border-color: rgba(47, 113, 105, .26);
	border-left: 7px solid var(--fm-fr-accent);
}

.fm-fr-hero h1,
.fm-fr-hero h2,
.fm-fr-section h3,
.fm-fr-card h3,
.fm-fr-entry-card h4 {
	margin: 0;
	line-height: 1.15;
}

.fm-fr-hero h1,
.fm-fr-hero h2 {
	margin: 0;
	font-size: 2.65rem;
	letter-spacing: 0;
	line-height: 1.15;
}

.fm-fr-hero p {
	max-width: 720px;
	margin: 12px 0 0;
	font-size: 1.08rem;
	color: var(--fm-fr-muted);
}

.fm-fr-eyebrow {
	margin: 0 0 8px !important;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 0.76rem !important;
	font-weight: 700;
	color: var(--fm-fr-accent);
}

.fm-fr-hero-symbol {
	width: clamp(78px, 14vw, 132px);
	height: clamp(78px, 14vw, 132px);
	background: transparent;
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	overflow: visible;
}

.fm-fr-lantern {
	align-items: center;
	display: flex;
	font-size: 3.25rem;
	height: 78px;
	filter: drop-shadow(0 10px 22px rgba(140, 90, 43, 0.18));
	width: 78px;
}

.fm-fr-lantern img,
.fm-fr-companion-lantern img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.fm-fr-section {
	margin-top: 22px;
	padding: clamp(18px, 3vw, 28px);
	background: rgba(255, 255, 255, 0.96);
}

.fm-fr-start-dashboard {
	display: grid;
	gap: 18px;
}

.fm-fr-start-primary {
	align-items: center;
	background: linear-gradient(135deg, rgba(237, 246, 243, .96), rgba(255, 246, 228, .72));
	border: 1.5px solid rgba(47, 113, 105, .28);
	border-radius: var(--fm-fr-radius);
	box-shadow: var(--fm-fr-shadow-soft);
	display: grid;
	gap: 18px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: clamp(18px, 3vw, 28px);
}

.fm-fr-start-primary h2 {
	font-size: clamp(1.55rem, 3vw, 2.25rem);
	line-height: 1.12;
	margin: 0;
}

.fm-fr-start-primary p {
	color: var(--fm-fr-muted);
	margin: 10px 0 0;
	max-width: 64ch;
}

.fm-fr-start-cta {
	justify-self: end;
	white-space: nowrap;
}

.fm-fr-start-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: 1.1fr 1fr 1fr;
}

.fm-fr-start-card {
	background: rgba(255, 255, 255, .9);
	border: 1.5px solid var(--fm-fr-border);
	border-radius: var(--fm-fr-radius);
	box-shadow: var(--fm-fr-shadow-soft);
	display: grid;
	gap: 10px;
	min-height: 190px;
	padding: 18px;
}

.fm-fr-start-card--focus {
	background: #f3faf7;
	border-color: rgba(47, 113, 105, .34);
	border-left: 6px solid var(--fm-fr-accent);
}

.fm-fr-start-card h3 {
	font-size: 1.18rem;
	line-height: 1.22;
	margin: 0;
}

.fm-fr-start-card p {
	color: var(--fm-fr-muted);
	margin: 0;
}

.fm-fr-start-card a {
	align-self: end;
	color: var(--fm-fr-accent-dark);
	font-weight: 800;
	text-decoration: none;
}

.fm-fr-start-card a:hover,
.fm-fr-start-card a:focus {
	text-decoration: underline;
}

.fm-fr-start-topic-list {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.fm-fr-start-topic-list li {
	border-left: 4px solid var(--fm-fr-gold);
	color: var(--fm-fr-text);
	display: grid;
	gap: 2px;
	line-height: 1.28;
	padding-left: 10px;
}

.fm-fr-start-topic-list span {
	color: var(--fm-fr-muted);
	font-size: .78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.fm-fr-start-more {
	align-items: center;
	border-top: 1.5px solid var(--fm-fr-border);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-start;
	padding-top: 16px;
}

.fm-fr-start-more a,
.fm-fr-start-more button {
	background: #fff;
	border: 1.5px solid var(--fm-fr-border);
	border-radius: 999px;
	color: var(--fm-fr-accent-dark);
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	line-height: 1.2;
	padding: 10px 14px;
	text-decoration: none;
}

.fm-fr-start-more a:hover,
.fm-fr-start-more a:focus,
.fm-fr-start-more button:hover,
.fm-fr-start-more button:focus {
	border-color: var(--fm-fr-accent);
	box-shadow: 0 0 0 3px rgba(47, 113, 105, .12);
	outline: none;
}

.fm-fr-section-head {
	display: flex;
	justify-content: space-between;
	gap: 18px;
	align-items: flex-start;
	margin-bottom: 18px;
}

.fm-fr-section-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: flex-end;
}

.fm-fr-section-head h3,
.fm-fr-step-title h3 {
	font-size: 1.65rem;
}

.fm-fr-step-title {
	margin: 0 0 18px;
}

.fm-fr-step-title p,
.fm-fr-soft-text {
	color: var(--fm-fr-muted);
}

.fm-fr-integration-notice,
.fm-fr-notice {
	margin-top: 18px;
	padding: 14px 16px;
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	background: #fffaf1;
}

.fm-fr-notice {
	background: #eff8f2;
	color: #315e42;
}

.fm-fr-progress {
	margin: 8px 0 24px;
	padding: 18px;
	border-radius: 18px;
	background: var(--fm-fr-bg);
	position: relative;
}

.fm-fr-progress-line {
	height: 8px;
	border-radius: 999px;
	background: var(--fm-fr-soft);
	overflow: hidden;
	margin-bottom: 12px;
}

.fm-fr-progress-line span {
	display: block;
	height: 100%;
	width: 0;
	border-radius: inherit;
	background: var(--fm-fr-accent);
	transition: width 0.25s ease;
}

.fm-fr-progress ol {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0.78rem;
	color: var(--fm-fr-muted);
}

.fm-fr-progress li.is-active {
	color: var(--fm-fr-accent-dark);
	font-weight: 700;
}

.fm-fr-step {
	display: none;
}

.fm-fr-step.is-active {
	display: block;
}

.no-js .fm-fr-step,
.fm-fr-wrap:not(.fm-fr-js-ready) .fm-fr-step {
	display: block;
}

.fm-fr-companion-message {
	display: flex;
	gap: 14px;
	align-items: center;
	margin: 8px 0 18px;
}

.fm-fr-companion-avatar {
	position: relative;
	width: 74px;
	height: 74px;
	border-radius: 26px;
	background: #fff0c8;
	display: grid;
	place-items: center;
	flex: 0 0 auto;
	box-shadow: 0 12px 28px rgba(82, 61, 37, 0.12);
	overflow: visible;
}

.fm-fr-companion-face {
	font-size: 2.2rem;
	color: var(--fm-fr-accent);
}

.fm-fr-companion-image img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fm-fr-companion-lantern {
	position: absolute;
	right: -9px;
	bottom: -6px;
	font-size: 1.6rem;
	height: 34px;
	width: 34px;
	filter: drop-shadow(0 6px 14px rgba(140, 90, 43, 0.2));
}

.fm-fr-speech {
	border: 1.5px solid var(--fm-fr-border);
	background: #fffaf2;
	border-radius: 20px;
	box-shadow: var(--fm-fr-shadow-soft);
	padding: 13px 16px;
	max-width: 720px;
}

.fm-fr-speech-label {
	display: block;
	font-size: 0.72rem;
	letter-spacing: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: var(--fm-fr-accent);
	margin-bottom: 4px;
}

.fm-fr-speech p {
	margin: 0;
	color: var(--fm-fr-text);
}

.fm-fr-card {
	padding: clamp(18px, 3vw, 26px);
	margin-bottom: 18px;
	border-color: var(--fm-fr-border-strong);
}

.fm-fr-warm-card {
	background: #fff8e9;
	border-left: 6px solid var(--fm-fr-gold);
}

.fm-fr-rules,
.fm-fr-format-grid,
.fm-fr-voice-grid,
.fm-fr-open-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.fm-fr-rule,
.fm-fr-voice-grid div,
.fm-fr-format-card {
	border: 1.5px solid var(--fm-fr-border);
	border-radius: 20px;
	background: #fffdf8;
	box-shadow: var(--fm-fr-shadow-soft);
	padding: 18px;
}

.fm-fr-rule > .fm-fr-rule-icon {
	align-items: center;
	display: flex;
	font-size: 2rem;
	height: 62px;
	margin-bottom: 8px;
	width: 62px;
}

.fm-fr-rule-icon img,
.fm-fr-format-icon img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.fm-fr-rule strong {
	display: block;
	margin-bottom: 6px;
}

.fm-fr-rule p,
.fm-fr-format-card small,
.fm-fr-entry-card p,
.fm-fr-open-card p {
	margin: 0;
	color: var(--fm-fr-muted);
}

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

.fm-fr-format-card {
	position: relative;
	cursor: pointer;
	transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
	min-height: 158px;
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.fm-fr-format-card:hover,
.fm-fr-format-card.is-selected {
	transform: translateY(-2px);
	border-color: rgba(140, 90, 43, 0.45);
	background: #fff8ea;
	box-shadow: 0 14px 32px rgba(82, 61, 37, 0.1);
}

.fm-fr-format-card input {
	position: absolute;
	top: 14px;
	right: 14px;
	width: 20px;
	height: 20px;
}

.fm-fr-format-icon {
	align-items: center;
	display: flex;
	font-size: 2.2rem;
	height: 58px;
	line-height: 1;
	width: 58px;
}

.fm-fr-format-card strong {
	font-size: 1.16rem;
}

.fm-fr-fields-card label,
.fm-fr-agreement-card label {
	display: block;
	margin: 0 0 16px;
}

.fm-fr-fields-card label:last-child,
.fm-fr-agreement-card label:last-child {
	margin-bottom: 0;
}

.fm-fr-fields-card span,
.fm-fr-agreement-card label > span {
	display: block;
	font-weight: 700;
	margin-bottom: 8px;
}

.fm-fr-participant-picker {
	background: #f8faf9;
	border: 1px solid #dde6e3;
	border-radius: 6px;
	margin-top: -4px;
	padding: 0.75rem;
}

.fm-fr-participant-picker > span {
	color: var(--fm-fr-muted);
	display: block;
	font-size: 0.82rem;
	font-weight: 820;
	letter-spacing: 0;
	margin-bottom: 0.55rem;
	text-transform: uppercase;
}

.fm-fr-participant-picker > div {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.fm-fr-participant-picker button {
	align-items: center;
	appearance: none;
	background: #ffffff;
	border: 1px solid #cddbd7;
	border-radius: 999px;
	color: var(--fm-fr-accent-dark);
	cursor: pointer;
	display: inline-flex;
	gap: 0.35rem;
	font: inherit;
	font-size: 0.9rem;
	font-weight: 820;
	line-height: 1.2;
	min-height: 38px;
	padding: 0.48rem 0.74rem;
}

.fm-fr-participant-picker button.is-selected {
	background: #dfeee9;
	border-color: #9fc6b7;
	box-shadow: 0 8px 18px rgba(47, 113, 105, 0.12);
}

.fm-fr-participant-picker small {
	color: var(--fm-fr-muted);
	font-size: 0.76rem;
	font-weight: 700;
}

.fm-fr-wrap input[type="text"],
.fm-fr-wrap input[type="date"],
.fm-fr-wrap select,
.fm-fr-wrap textarea {
	width: 100%;
	border: 1px solid var(--fm-fr-border);
	border-radius: 16px;
	padding: 13px 14px;
	background: #fff;
	font: inherit;
	line-height: 1.45;
	color: var(--fm-fr-text);
	outline: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.fm-fr-wrap input[type="date"],
.fm-fr-wrap select {
	min-height: 52px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.fm-fr-wrap textarea {
	resize: vertical;
}

.fm-fr-wrap input:focus,
.fm-fr-wrap select:focus,
.fm-fr-wrap textarea:focus {
	border-color: rgba(140, 90, 43, 0.5);
	box-shadow: 0 0 0 4px rgba(242, 195, 107, 0.22);
}

.fm-fr-voice-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-bottom: 16px;
}

.fm-fr-voice-grid div {
	text-align: center;
	font-size: 2rem;
}

.fm-fr-voice-grid span {
	display: block;
	font-size: 0.88rem;
	font-weight: 700;
	margin-top: 8px;
}

.fm-fr-soft-hint {
	margin: 0 0 14px;
	padding: 13px 15px;
	border-radius: 18px;
	background: #fff7e8;
	color: var(--fm-fr-accent-dark);
	border: 1px solid rgba(140, 90, 43, 0.12);
}

.fm-fr-question-group,
.fm-fr-question-card {
	display: none;
}

.fm-fr-question-group.is-active,
.fm-fr-question-card.is-active {
	display: block;
}

.fm-fr-question-card {
	border: 1px solid var(--fm-fr-border);
	border-radius: 24px;
	padding: clamp(18px, 3vw, 28px);
	background: #f8faf9;
}

.fm-fr-question-count {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	padding: 7px 10px;
	border-radius: 999px;
	background: var(--fm-fr-soft);
	font-size: 0.82rem;
	font-weight: 700;
	color: var(--fm-fr-accent-dark);
	margin-bottom: 16px;
}

.fm-fr-question-count strong {
	color: var(--fm-fr-text);
	font-size: 0.9rem;
}

.fm-fr-question-main {
	display: flex;
	gap: 15px;
	align-items: flex-start;
	margin-bottom: 16px;
}

.fm-fr-question-icon,
.fm-fr-card-symbol {
	width: 58px;
	height: 58px;
	border-radius: 20px;
	background: #fff2ce;
	display: grid;
	place-items: center;
	font-size: 2rem;
	flex: 0 0 auto;
}

.fm-fr-question-main h4 {
	margin: 0 0 4px;
	font-size: 1.5rem;
}

.fm-fr-question-main p {
	margin: 0;
	color: var(--fm-fr-muted);
}

.fm-fr-question-nav,
.fm-fr-step-actions,
.fm-fr-entry-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	margin-top: 18px;
}

.fm-fr-step-actions {
	justify-content: flex-end;
}

.fm-fr-button,
.fm-fr-wrap button,
.fm-fr-wrap a.fm-fr-button {
	appearance: none;
	border: 0;
	border-radius: 999px;
	padding: 12px 18px;
	font: inherit;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.fm-fr-button:hover {
	transform: translateY(-1px);
}

.fm-fr-button-primary {
	background: var(--fm-fr-accent);
	color: #fff;
	box-shadow: 0 10px 24px rgba(140, 90, 43, 0.22);
}

.fm-fr-button-secondary,
.fm-fr-button-small {
	background: var(--fm-fr-soft);
	color: var(--fm-fr-accent-dark);
}

.fm-fr-button-danger,
.fm-fr-wrap button.fm-fr-button-danger {
	background: #fff6f3;
	border-color: #e2b8ae;
	color: #913b2b;
}

.fm-fr-button-danger:hover,
.fm-fr-wrap button.fm-fr-button-danger:hover {
	background: #fbe8e3;
	border-color: #cb8f81;
	color: #742d20;
}

.fm-fr-button-small {
	padding: 9px 13px;
	font-size: 0.9rem;
}

.fm-fr-agreement-card {
	background: #f2f6fb;
}

.fm-fr-card-symbol {
	margin-bottom: 12px;
}

.fm-fr-check-row {
	display: flex !important;
	gap: 10px;
	align-items: center;
	border: 1px solid var(--fm-fr-border);
	padding: 12px;
	border-radius: 16px;
	background: #fffdf8;
}

.fm-fr-check-row input {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
}

.fm-fr-check-row span {
	margin: 0 !important;
}

.fm-fr-summary {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin: 16px 0;
}

.fm-fr-summary div {
	padding: 14px;
	border-radius: 16px;
	background: var(--fm-fr-bg);
}

.fm-fr-summary dt {
	font-weight: 800;
	font-size: 0.78rem;
	letter-spacing: 0;
	text-transform: uppercase;
	color: var(--fm-fr-accent);
	margin-bottom: 6px;
}

.fm-fr-summary dd {
	margin: 0;
	color: var(--fm-fr-text);
}

.fm-fr-open-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fm-fr-open-card {
	display: flex;
	gap: 12px;
	padding: 16px;
	border-color: rgba(202, 132, 79, .34);
	box-shadow: var(--fm-fr-shadow-soft);
	background: #fffaf1;
}

.fm-fr-open-card > div {
	display: grid;
	flex: 1;
	gap: 6px;
}

.fm-fr-open-meta {
	color: var(--fm-fr-accent-dark);
	font-size: 0.76rem;
	font-weight: 820;
	letter-spacing: 0;
	text-transform: uppercase;
}

.fm-fr-open-card b {
	color: var(--fm-fr-text);
}

.fm-fr-open-link {
	color: var(--fm-fr-accent-dark);
	font-size: 0.88rem;
	font-weight: 700;
	margin-top: 4px;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.fm-fr-review-overdue {
	color: #a74634;
	font-weight: 700;
}

.fm-fr-mini-icon {
	font-size: 1.5rem;
}

.fm-fr-history-filters {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin: 0.3rem 0 1rem;
	padding: 0.35rem;
	background: #f2f7f5;
	border: 1.5px solid var(--fm-fr-border);
	border-radius: 999px;
}

.fm-fr-history-filters button {
	appearance: none;
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: var(--fm-fr-muted);
	cursor: pointer;
	font: inherit;
	font-size: 0.9rem;
	font-weight: 820;
	min-height: 36px;
	padding: 0.45rem 0.85rem;
}

.fm-fr-history-filters button.is-active {
	background: var(--fm-fr-accent);
	color: #fff;
	box-shadow: 0 8px 18px rgba(47, 113, 105, 0.18);
}

.fm-fr-history-empty {
	background: #fff8e9;
	border: 1px solid rgba(202, 132, 79, 0.22);
	border-radius: 6px;
	color: var(--fm-fr-muted);
	font-weight: 720;
	margin-bottom: 1rem;
	padding: 0.85rem 1rem;
}

.fm-fr-entry-list {
	display: grid;
	gap: 14px;
}

.fm-fr-entry-card {
	padding: 18px;
	border-color: var(--fm-fr-border-strong);
	box-shadow: var(--fm-fr-shadow-soft);
}

.fm-fr-entry-topline {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
	margin-bottom: 10px;
	color: var(--fm-fr-muted);
	font-size: 0.9rem;
}

.fm-fr-entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
}

.fm-fr-entry-meta span {
	align-items: center;
	background: #f4f8f6;
	border: 1px solid #dce8e4;
	border-radius: 999px;
	color: #536862;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 760;
	line-height: 1.2;
	padding: 0.32rem 0.52rem;
}

.fm-fr-entry-format {
	margin-top: 4px !important;
}

.fm-fr-entry-source {
	align-items: start;
	background: #fff8e9;
	border-left: 4px solid var(--fm-fr-gold);
	border-radius: 6px;
	color: var(--fm-fr-text) !important;
	display: grid;
	gap: 0.22rem;
	margin-top: 0.75rem !important;
	padding: 0.6rem 0.7rem;
}

.fm-fr-entry-source span {
	color: var(--fm-fr-accent-dark);
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0;
	text-transform: uppercase;
}

.fm-fr-entry-source strong {
	color: var(--fm-fr-text);
	font-size: 0.95rem;
	line-height: 1.25;
}

.fm-fr-entry-source small {
	color: var(--fm-fr-muted);
	font-size: 0.84rem;
	line-height: 1.35;
}

.fm-fr-entry-source--compact {
	background: rgba(255, 248, 233, 0.78);
	margin-top: 0.15rem !important;
	padding: 0.48rem 0.58rem;
}

.fm-fr-entry-source--compact strong {
	font-size: 0.88rem;
}

.fm-fr-next-step-box {
	background: #f2f6fb;
	border: 1px solid #d6e2ef;
	border-left: 4px solid var(--fm-fr-blue);
	border-radius: 6px;
	margin-top: 0.85rem;
	padding: 0.75rem 0.85rem;
}

.fm-fr-next-step-box > span {
	color: #405f87;
	display: block;
	font-size: 0.76rem;
	font-weight: 850;
	letter-spacing: 0;
	margin-bottom: 0.3rem;
	text-transform: uppercase;
}

.fm-fr-next-step-box p {
	color: var(--fm-fr-text) !important;
	margin: 0 !important;
}

.fm-fr-next-step-box small {
	display: block;
	margin-top: 0.45rem;
}

.fm-fr-entry-connections {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: center;
	margin-top: 14px;
	padding-top: 12px;
	border-top: 1px solid #e2e9e6;
}

.fm-fr-entry-connections > span {
	color: var(--fm-fr-muted);
	font-size: 0.78rem;
	font-weight: 800;
	text-transform: uppercase;
}

.fm-fr-entry-connections > div {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.fm-fr-entry-connection {
	color: var(--fm-fr-accent-dark);
	font-size: 0.88rem;
	font-weight: 800;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.fm-fr-entry-connection:hover,
.fm-fr-entry-connection:focus-visible {
	color: var(--fm-fr-accent);
}

.fm-fr-status {
	display: inline-flex;
	align-items: center;
	padding: 5px 9px;
	border-radius: 999px;
	font-weight: 800;
	font-size: 0.78rem;
	background: var(--fm-fr-soft);
	color: var(--fm-fr-accent-dark);
}

.fm-fr-status-done {
	background: #e5f2e8;
	color: #315e42;
}

.fm-fr-status-archived {
	background: #ece9e3;
	color: #6a6259;
}

.fm-fr-inline-form {
	margin: 0;
}

.fm-fr-empty {
	padding: 24px;
	text-align: center;
	box-shadow: none;
	background: #fffdf8;
}

.fm-fr-empty span {
	display: block;
	font-size: 2.3rem;
	margin-bottom: 8px;
}

.fm-fr-empty p {
	margin: 0;
	color: var(--fm-fr-muted);
}

.fm-fr-empty h3 {
	color: var(--fm-fr-text);
	margin: 8px 0;
}

.fm-fr-empty .fm-fr-button {
	margin-top: 12px;
}

.fm-fr-error {
	border-color: rgba(176, 60, 38, 0.5) !important;
	box-shadow: 0 0 0 4px rgba(176, 60, 38, 0.12) !important;
}

.fm-fr-field-error {
	color: #a13f2e;
	display: block;
	font-size: 0.86rem;
	font-weight: 700;
	margin: 9px 0 0;
}

.fm-fr-field-error[hidden] {
	display: none;
}

.fm-fr-notice--error {
	background: #fff1ed;
	border-color: #efc7bd;
	color: #8b3526;
}

@media (max-width: 820px) {
	.fm-fr-hero {
		align-items: flex-start;
	}

	.fm-fr-start-primary,
	.fm-fr-start-grid {
		grid-template-columns: 1fr;
	}

	.fm-fr-start-cta {
		justify-self: start;
	}

	.fm-fr-section-actions {
		justify-content: flex-start;
	}

	.fm-fr-progress ol {
		grid-template-columns: repeat(4, 1fr);
	}

	.fm-fr-rules,
	.fm-fr-format-grid,
	.fm-fr-voice-grid,
	.fm-fr-open-grid,
	.fm-fr-summary {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.fm-fr-wrap {
		padding: 12px;
	}

	.fm-fr-integration-notice {
		align-items: stretch;
		flex-direction: column;
	}

	.fm-fr-section-head,
	.fm-fr-section-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.fm-fr-hero {
		flex-direction: column;
	}

	.fm-fr-start-primary {
		align-items: stretch;
	}

	.fm-fr-start-cta {
		justify-self: stretch;
		text-align: center;
		white-space: normal;
	}

	.fm-fr-start-more {
		align-items: stretch;
		flex-direction: column;
	}

	.fm-fr-start-more a,
	.fm-fr-start-more button {
		text-align: center;
		width: 100%;
	}

	.fm-fr-companion-message,
	.fm-fr-question-main {
		align-items: flex-start;
	}

	.fm-fr-step-actions,
	.fm-fr-question-nav,
	.fm-fr-entry-actions {
		flex-direction: column;
		align-items: stretch;
	}

	.fm-fr-entry-connections,
	.fm-fr-entry-connections > div {
		align-items: flex-start;
		flex-direction: column;
	}

	.fm-fr-button,
	.fm-fr-wrap button,
	.fm-fr-wrap a.fm-fr-button {
		width: 100%;
	}
}

/* v0.2 UI refresh: clearer hierarchy for the guided conversation. */
.fm-fr-page .entry-header,
.fm-fr-page .entry-title {
	display: none;
}

.fm-fr-page .entry-content {
	margin-top: 0;
}

.fm-fr-wrap {
	max-width: 1120px;
	padding-top: 8px;
}

.fm-fr-hero {
	background: #edf6f3;
	border: 0;
	border-left: 6px solid var(--fm-fr-gold);
	border-radius: var(--fm-fr-radius);
	box-shadow: none;
	padding: 28px 32px;
}

.fm-fr-hero h1,
.fm-fr-hero h2 {
	font-size: 2.65rem;
	letter-spacing: 0;
}

.fm-fr-hero p {
	font-size: 1.08rem;
}

.fm-fr-eyebrow {
	color: var(--fm-fr-accent-dark);
	letter-spacing: 0;
}

.fm-fr-hero-symbol {
	background: transparent;
	height: 92px;
	width: 92px;
}

.fm-fr-lantern {
	height: 82px;
	width: 82px;
}

.fm-fr-integration-notice {
	background: #f7faf9;
	border-color: #cbdad5;
	border-radius: var(--fm-fr-radius);
	box-shadow: none;
	padding: 12px 14px;
}

.fm-fr-integration-notice > div {
	display: grid;
	gap: 2px;
}

.fm-fr-integration-notice small {
	color: var(--fm-fr-muted);
	font-size: 0.78rem;
}

.fm-fr-integration-notice strong {
	color: var(--fm-fr-text);
}

.fm-fr-wizard-shell {
	background: #ffffff;
	border-color: #d5dfdc;
	box-shadow: var(--fm-fr-shadow);
}

.fm-fr-open-section,
.fm-fr-history-section {
	background: transparent;
	border: 0;
	border-top: 1px solid var(--fm-fr-border);
	border-radius: 0;
	box-shadow: none;
	padding-left: 0;
	padding-right: 0;
}

.fm-fr-section-head h3,
.fm-fr-step-title h3 {
	font-size: 1.65rem;
}

.fm-fr-progress {
	background: #f2f7f5;
	border: 1px solid #dce8e4;
	border-radius: var(--fm-fr-radius);
	padding: 14px 16px;
}

.fm-fr-progress-status {
	display: flex;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.fm-fr-progress-status span {
	color: var(--fm-fr-muted);
	font-size: 0.78rem;
}

.fm-fr-progress-status strong {
	color: var(--fm-fr-accent-dark);
	font-size: 0.88rem;
}

.fm-fr-progress-line {
	background: #dce8e4;
	border-radius: 2px;
	height: 5px;
}

.fm-fr-progress-line span {
	background: var(--fm-fr-accent);
	border-radius: 2px;
}

.fm-fr-progress ol {
	counter-reset: fm-fr-step;
	margin-top: 12px;
}

.fm-fr-progress li {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 5px;
	text-align: center;
}

.fm-fr-progress li::before {
	align-items: center;
	background: #ffffff;
	border: 1px solid #cddbd7;
	border-radius: 50%;
	color: var(--fm-fr-muted);
	content: counter(fm-fr-step);
	counter-increment: fm-fr-step;
	display: flex;
	font-size: 0.72rem;
	font-weight: 700;
	height: 24px;
	justify-content: center;
	width: 24px;
}

.fm-fr-progress li.is-complete::before {
	background: #dceee7;
	border-color: #9fc6b7;
	color: var(--fm-fr-accent-dark);
}

.fm-fr-progress li.is-active::before {
	background: var(--fm-fr-accent);
	border-color: var(--fm-fr-accent);
	color: #ffffff;
}

.fm-fr-companion-message {
	align-items: center;
	gap: 14px;
}

.fm-fr-companion-avatar {
	background: #fff0c8;
	border-radius: var(--fm-fr-radius);
	height: 68px;
	width: 68px;
}

.fm-fr-companion-image--fallback {
	background: transparent;
	box-shadow: none;
	height: 82px;
	width: 82px;
}

.fm-fr-companion-image--fallback img {
	overflow: visible;
}

.fm-fr-speech {
	background: #eef4fb;
	border: 1px solid #d5e1ef;
	border-left: 4px solid var(--fm-fr-blue);
	border-radius: var(--fm-fr-radius);
	box-shadow: none;
}

.fm-fr-speech-label {
	color: #405f87;
	letter-spacing: 0;
}

.fm-fr-card,
.fm-fr-entry-card,
.fm-fr-open-card,
.fm-fr-empty {
	border-radius: var(--fm-fr-radius);
	box-shadow: none;
}

.fm-fr-warm-card {
	background: #fff8e9;
	border-left: 4px solid var(--fm-fr-gold);
}

.fm-fr-rule,
.fm-fr-voice-grid div,
.fm-fr-format-card {
	border-radius: var(--fm-fr-radius);
}

.fm-fr-rule:nth-child(1),
.fm-fr-format-card:nth-child(1) {
	border-top: 4px solid var(--fm-fr-blue);
}

.fm-fr-rule:nth-child(2),
.fm-fr-format-card:nth-child(2) {
	border-top: 4px solid var(--fm-fr-gold);
}

.fm-fr-rule:nth-child(3),
.fm-fr-format-card:nth-child(3) {
	border-top: 4px solid var(--fm-fr-green);
}

.fm-fr-format-card:nth-child(4) {
	border-top: 4px solid var(--fm-fr-coral);
}

.fm-fr-format-card:nth-child(5) {
	border-top: 4px solid #7d6ca8;
}

.fm-fr-format-card:nth-child(6) {
	border-top: 4px solid #5d8ca0;
}

.fm-fr-format-card:hover,
.fm-fr-format-card.is-selected {
	background: #eef7f4;
	border-color: var(--fm-fr-accent);
	box-shadow: 0 8px 20px rgba(47, 113, 105, 0.1);
	transform: none;
}

.fm-fr-format-result {
	align-self: flex-start;
	background: rgba(47, 113, 105, 0.1);
	border: 1px solid rgba(47, 113, 105, 0.18);
	border-radius: 999px;
	color: var(--fm-fr-accent-dark);
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 800;
	line-height: 1.2;
	margin-top: 0.55rem;
	padding: 0.34rem 0.58rem;
}

.fm-fr-format-meta {
	display: grid;
	gap: 0.34rem;
	margin-top: 0.72rem;
	width: 100%;
}

.fm-fr-format-meta span {
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(85, 112, 103, 0.14);
	border-radius: 6px;
	color: #536862;
	display: block;
	font-size: 0.79rem;
	font-weight: 720;
	line-height: 1.35;
	padding: 0.38rem 0.48rem;
}

.fm-fr-fields-card {
	background: #f8faf9;
	border-color: #dde6e3;
}

.fm-fr-wrap input[type="text"],
.fm-fr-wrap input[type="date"],
.fm-fr-wrap select,
.fm-fr-wrap textarea {
	border-radius: 6px;
}

.fm-fr-wrap input:focus,
.fm-fr-wrap select:focus,
.fm-fr-wrap textarea:focus {
	border-color: var(--fm-fr-accent);
	box-shadow: 0 0 0 3px rgba(47, 113, 105, 0.14);
}

.fm-fr-soft-hint {
	background: #fff3dc;
	border-left: 4px solid var(--fm-fr-gold);
	border-radius: var(--fm-fr-radius);
}

.fm-fr-question-card {
	background: #f8faf9;
	border-color: #dce5e2;
	border-radius: var(--fm-fr-radius);
}

.fm-fr-question-count {
	align-items: center;
	background: #dfeee9;
	border-radius: 4px;
	color: var(--fm-fr-accent-dark);
	display: inline-flex;
	gap: 0.25rem;
}

.fm-fr-question-icon,
.fm-fr-card-symbol {
	background: #fff0c8;
	border-radius: var(--fm-fr-radius);
}

.fm-fr-question-microcopy {
	color: var(--fm-fr-muted);
	display: block;
	font-size: 0.84rem;
	line-height: 1.35;
	margin-top: 0.45rem;
}

.fm-fr-button,
.fm-fr-wrap button,
.fm-fr-wrap a.fm-fr-button {
	border-radius: 6px;
	min-height: 44px;
}

.fm-fr-button-primary {
	background: var(--fm-fr-accent);
	box-shadow: 0 6px 14px rgba(47, 113, 105, 0.18);
}

.fm-fr-button-primary:hover {
	background: var(--fm-fr-accent-dark);
}

.fm-fr-button-secondary,
.fm-fr-button-small {
	background: #ffffff;
	border-color: #cdd9d5;
	color: var(--fm-fr-accent-dark);
}

.fm-fr-agreement-card {
	background: #f2f6fb;
	border-left: 4px solid var(--fm-fr-blue);
}

.fm-fr-agreement-guide {
	display: grid;
	gap: 0.5rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 0.85rem 0 1rem;
}

.fm-fr-agreement-guide span {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(64, 95, 135, 0.14);
	border-radius: 6px;
	color: #405f87;
	display: flex;
	gap: 0.45rem;
	font-size: 0.84rem;
	font-weight: 760;
	line-height: 1.32;
	padding: 0.55rem 0.65rem;
}

.fm-fr-agreement-guide b {
	align-items: center;
	background: #d9e8f7;
	border-radius: 999px;
	color: #34557f;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.78rem;
	height: 1.5rem;
	justify-content: center;
	width: 1.5rem;
}

.fm-fr-check-row,
.fm-fr-summary div {
	border-radius: 6px;
}

.fm-fr-check-row {
	background: #edf6f3;
	border-color: #cddfd9;
}

.fm-fr-status {
	border-radius: 4px;
}

@media (max-width: 560px) {
	.fm-fr-agreement-guide {
		grid-template-columns: 1fr;
	}

	.fm-fr-hero {
		padding: 22px 20px;
	}

	.fm-fr-hero h1,
	.fm-fr-hero h2 {
		font-size: 2rem;
	}

	.fm-fr-hero-symbol {
		height: 68px;
		width: 68px;
	}

	.fm-fr-lantern {
		height: 60px;
		width: 60px;
	}

	.fm-fr-progress-status {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}

	.fm-fr-progress ol {
		display: none;
	}

	.fm-fr-progress-line {
		margin-bottom: 0;
	}

	.fm-fr-companion-avatar {
		height: 58px;
		width: 58px;
	}
}

.fm-fr-module-bridge {
	align-items: center;
	background: #f7faf9;
	border: 1px solid #cbdad5;
	border-radius: var(--fm-fr-radius);
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-top: 18px;
	padding: 12px 14px;
}

.fm-fr-module-bridge > div {
	display: grid;
	gap: 1px;
}

.fm-fr-module-bridge small,
.fm-fr-module-bridge span {
	color: var(--fm-fr-muted);
}

.fm-fr-module-bridge small {
	font-size: 0.76rem;
}

.fm-fr-module-bridge span {
	font-size: 0.86rem;
}

.fm-fr-help-strip {
	align-items: center;
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(48, 111, 104, 0.14);
	border-radius: 24px;
	box-shadow: 0 10px 24px rgba(32, 73, 69, 0.07);
	display: flex;
	gap: 14px;
	justify-content: space-between;
	margin: 18px 0;
	padding: 10px;
	width: 100%;
}

.fm-fr-help-strip__label,
.fm-fr-help-strip__actions,
.fm-fr-help-button {
	align-items: center;
	display: flex;
}

.fm-fr-help-strip__label {
	gap: 8px;
	font-size: 0.95rem;
	font-weight: 800;
}

.fm-fr-help-strip__label > span {
	align-items: center;
	background: #edf5eb;
	border-radius: 50%;
	color: var(--fm-fr-accent-dark);
	display: flex;
	font-family: Georgia, serif;
	font-style: italic;
	font-weight: 900;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.fm-fr-help-strip__actions {
	flex-wrap: wrap;
	gap: 8px;
}

.fm-fr-help-button {
	background: #ffffff;
	border: 1px solid rgba(47, 113, 105, 0.2);
	border-radius: 999px;
	color: var(--fm-fr-accent-dark);
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	gap: 6px;
	justify-content: center;
	min-height: 40px;
	padding: 8px 13px 8px 10px;
}

.fm-fr-dialog {
	background: #fffdf8;
	border: 1px solid var(--fm-fr-border);
	border-radius: var(--fm-fr-radius);
	box-shadow: 0 24px 70px rgba(37, 49, 59, 0.24);
	color: var(--fm-fr-text);
	max-height: calc(100vh - 48px);
	padding: 24px;
	width: min(680px, calc(100vw - 32px));
}

.fm-fr-dialog::backdrop {
	background: rgba(37, 49, 59, 0.48);
}

.fm-fr-dialog__close {
	align-items: center;
	background: #f1eee8;
	border: 0;
	border-radius: 50%;
	color: var(--fm-fr-text);
	cursor: pointer;
	display: flex;
	font-size: 1.5rem;
	height: 38px;
	justify-content: center;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 38px;
}

.fm-fr-dialog h2 {
	font-size: 1.7rem;
	line-height: 1.2;
	margin: 0 42px 12px 0;
}

.fm-fr-dialog__section {
	background: #f2f7f5;
	border-left: 4px solid var(--fm-fr-green);
	border-radius: 0 var(--fm-fr-radius) var(--fm-fr-radius) 0;
	margin: 16px 0;
	padding: 16px;
}

.fm-fr-dialog__section h3 {
	margin-top: 0;
}

.fm-fr-dialog__section ul,
.fm-fr-dialog__steps {
	margin: 10px 0 0;
	padding-left: 20px;
}

.fm-fr-dialog__section li,
.fm-fr-dialog__steps li {
	line-height: 1.5;
	margin-bottom: 9px;
}

.fm-fr-dialog__note {
	background: #fff4e3;
	border-radius: var(--fm-fr-radius);
	margin-bottom: 0;
	padding: 13px 16px;
}

@media (max-width: 640px) {
	.fm-fr-help-strip {
		align-items: stretch;
		flex-direction: column;
	}

	.fm-fr-help-strip__actions {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.fm-fr-topic-suggestions {
	background: #f8faf9;
	border: 1px solid #dbe5e2;
	border-radius: var(--fm-fr-radius);
	margin-top: 16px;
	padding: 0;
}

.fm-fr-topic-suggestions > summary {
	align-items: center;
	cursor: pointer;
	display: flex;
	gap: 14px;
	justify-content: space-between;
	list-style: none;
	padding: 14px 16px;
}

.fm-fr-topic-suggestions > summary::-webkit-details-marker {
	display: none;
}

.fm-fr-topic-suggestions > summary > span {
	display: grid;
	gap: 2px;
}

.fm-fr-topic-suggestions > summary small {
	color: var(--fm-fr-muted);
	font-size: 0.82rem;
	font-weight: 400;
}

.fm-fr-topic-suggestions > summary em {
	background: #e6f0ed;
	border-radius: 4px;
	color: var(--fm-fr-accent-dark);
	font-size: 0.76rem;
	font-style: normal;
	font-weight: 700;
	padding: 5px 7px;
	white-space: nowrap;
}

.fm-fr-topic-suggestions[open] > summary {
	border-bottom: 1px solid #dbe5e2;
}

.fm-fr-topic-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 14px;
}

.fm-fr-wrap button.fm-fr-topic-card {
	align-items: stretch;
	background: #ffffff;
	border: 1px solid #dce4e1;
	border-radius: 6px;
	box-shadow: none;
	color: var(--fm-fr-text);
	display: flex;
	flex-direction: column;
	font-weight: 400;
	gap: 8px;
	justify-content: flex-start;
	min-height: 180px;
	padding: 14px;
	text-align: left;
	width: 100%;
}

.fm-fr-wrap button.fm-fr-topic-card--success {
	border-top: 4px solid var(--fm-fr-green);
}

.fm-fr-wrap button.fm-fr-topic-card--stress {
	border-top: 4px solid var(--fm-fr-coral);
}

.fm-fr-wrap button.fm-fr-topic-card:hover,
.fm-fr-wrap button.fm-fr-topic-card.is-selected {
	background: #edf6f3;
	border-color: var(--fm-fr-accent);
	transform: none;
}

.fm-fr-topic-meta {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: space-between;
}

.fm-fr-topic-meta b {
	color: var(--fm-fr-accent-dark);
	font-size: 0.76rem;
}

.fm-fr-topic-meta small,
.fm-fr-topic-excerpt {
	color: var(--fm-fr-muted);
}

.fm-fr-topic-meta small {
	font-size: 0.72rem;
}

.fm-fr-topic-card > strong {
	font-size: 1rem;
	line-height: 1.35;
}

.fm-fr-topic-excerpt {
	font-size: 0.84rem;
	line-height: 1.5;
}

.fm-fr-topic-action {
	color: var(--fm-fr-accent-dark);
	font-size: 0.8rem;
	font-weight: 700;
	margin-top: auto;
}

.fm-fr-topic-selection {
	color: var(--fm-fr-muted);
	font-size: 0.82rem;
	margin: 0;
	padding: 0 14px 14px;
}

@media (max-width: 820px) {
	.fm-fr-topic-grid {
		grid-template-columns: 1fr;
	}

	.fm-fr-wrap button.fm-fr-topic-card {
		min-height: 0;
	}
}

@media (max-width: 560px) {
	.fm-fr-module-bridge,
	.fm-fr-topic-suggestions > summary {
		align-items: stretch;
		flex-direction: column;
	}

	.fm-fr-topic-suggestions > summary em {
		align-self: flex-start;
	}
}

/* v0.7.1 responsive consolidation: keep the guided start compact and scannable. */
@media (min-width: 561px) and (max-width: 820px) {
	.fm-fr-rules {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.fm-fr-format-grid,
	.fm-fr-voice-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.fm-fr-hero {
		align-items: center;
		flex-direction: row;
		gap: 14px;
		padding: 22px 20px;
	}

	.fm-fr-hero h1,
	.fm-fr-hero h2 {
		font-size: 2rem;
	}

	.fm-fr-hero p {
		font-size: 1rem;
	}

	.fm-fr-hero-symbol {
		flex: 0 0 62px;
		height: 62px;
		width: 62px;
	}

	.fm-fr-lantern {
		height: 58px;
		width: 58px;
	}

	.fm-fr-rules {
		gap: 10px;
	}

	.fm-fr-rule {
		display: grid;
		grid-template-columns: 46px minmax(0, 1fr);
		grid-template-rows: auto auto;
		column-gap: 12px;
		padding: 13px 14px;
	}

	.fm-fr-rule > .fm-fr-rule-icon {
		grid-column: 1;
		grid-row: 1 / 3;
		height: 44px;
		margin: 0;
		width: 44px;
	}

	.fm-fr-rule strong,
	.fm-fr-rule p {
		grid-column: 2;
	}

	.fm-fr-rule strong {
		margin-bottom: 2px;
	}

	.fm-fr-format-card {
		display: grid;
		grid-template-columns: 52px minmax(0, 1fr) 22px;
		grid-template-rows: auto auto;
		column-gap: 12px;
		min-height: 0;
		padding: 14px;
	}

	.fm-fr-format-card input {
		grid-column: 3;
		grid-row: 1 / 3;
		margin: 0;
		position: static;
	}

	.fm-fr-format-icon {
		grid-column: 1;
		grid-row: 1 / 3;
		height: 48px;
		width: 48px;
	}

	.fm-fr-format-card strong,
	.fm-fr-format-card small {
		grid-column: 2;
	}

	.fm-fr-format-card strong {
		font-size: 1rem;
	}
}

/* v0.7.2 public landing page for logged-out visitors. */
.fm-fr-public,
.fm-fr-public * {
	box-sizing: border-box;
}

.fm-fr-public {
	background: #fffaf4;
	border: 1px solid rgba(118, 83, 54, .16);
	border-radius: 8px;
	box-shadow: 0 18px 55px rgba(88, 62, 40, .11);
	color: var(--fm-fr-text);
	margin: 24px auto;
	max-width: 1180px;
	padding: clamp(18px, 3vw, 42px);
}

.fm-fr-public h1,
.fm-fr-public h2 {
	color: var(--fm-fr-text);
	letter-spacing: 0;
	line-height: 1.12;
	margin: 0 0 .55rem;
}

.fm-fr-public p {
	color: var(--fm-fr-muted);
	line-height: 1.58;
	margin: 0 0 1rem;
}

.fm-fr-public-hero {
	align-items: center;
	background: linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(255, 241, 222, .78));
	border: 1px solid rgba(202, 132, 79, .2);
	border-radius: 8px;
	display: grid;
	gap: clamp(20px, 4vw, 48px);
	grid-template-columns: minmax(0, 1.08fr) minmax(220px, .68fr);
	padding: clamp(1.2rem, 4vw, 2.2rem);
}

.fm-fr-public-hero h1 {
	font-size: clamp(2.1rem, 6vw, 4.1rem);
}

.fm-fr-public-lead {
	color: var(--fm-fr-text) !important;
	font-size: clamp(1.05rem, 2vw, 1.22rem);
	font-weight: 720;
	max-width: 62ch;
}

.fm-fr-public-actions {
	display: flex;
	flex-wrap: wrap;
	gap: .8rem;
	margin-top: 1.4rem;
}

.fm-fr-public .fm-fr-public-test-note {
	max-width: 620px;
	margin: 1.45rem 0 0;
	color: #60736a;
	font-size: .95rem;
	line-height: 1.5;
}

.fm-fr-public-button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-weight: 900;
	justify-content: center;
	line-height: 1.15;
	min-height: 44px;
	padding: .82rem 1.05rem;
	text-decoration: none !important;
}

.fm-fr-public-button--primary {
	background: linear-gradient(135deg, var(--fm-fr-accent), #d7a172);
	border: 1px solid rgba(202, 132, 79, .38);
	box-shadow: 0 12px 26px rgba(202, 132, 79, .22);
	color: #fff !important;
}

.fm-fr-public-button--ghost {
	background: rgba(255, 255, 255, .74);
	border: 1px solid rgba(118, 83, 54, .18);
	color: var(--fm-fr-accent-dark) !important;
}

.fm-fr-public-symbol {
	background: rgba(255, 255, 255, .76);
	border: 1px solid rgba(118, 83, 54, .14);
	border-radius: 8px;
	display: grid;
	min-height: 240px;
	place-items: center;
}

.fm-fr-public-lantern {
	filter: drop-shadow(0 18px 22px rgba(88, 62, 40, .14));
	height: min(260px, 70vw);
	object-fit: contain;
	width: min(260px, 70vw);
}

.fm-fr-public-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin: 1rem 0;
}

.fm-fr-public-grid article {
	background: rgba(255, 255, 255, .82);
	border: 1px solid rgba(118, 83, 54, .13);
	border-radius: 8px;
	box-shadow: 0 12px 26px rgba(88, 62, 40, .06);
	min-height: 190px;
	padding: 1rem;
}

.fm-fr-public-grid span {
	background: rgba(202, 132, 79, .15);
	border-radius: 999px;
	color: var(--fm-fr-accent-dark);
	display: grid;
	font-weight: 900;
	height: 2.1rem;
	margin-bottom: .8rem;
	place-items: center;
	width: 2.1rem;
}

.fm-fr-public-grid h2,
.fm-fr-public-flow h2,
.fm-fr-public-links h2 {
	font-size: clamp(1.22rem, 2.6vw, 1.85rem);
}

.fm-fr-public-flow {
	align-items: start;
	background: linear-gradient(135deg, rgba(255, 244, 229, .9), rgba(235, 247, 242, .66));
	border: 1px solid rgba(122, 154, 121, .2);
	border-radius: 8px;
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, .82fr) minmax(0, 1fr);
	margin: 1rem 0;
	padding: 1rem;
}

.fm-fr-public-flow ol {
	counter-reset: familyCouncilSteps;
	display: grid;
	gap: .7rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.fm-fr-public-flow li {
	align-items: start;
	background: rgba(255, 255, 255, .78);
	border: 1px solid rgba(118, 83, 54, .12);
	border-radius: 8px;
	counter-increment: familyCouncilSteps;
	display: grid;
	gap: .18rem .75rem;
	grid-template-areas: "number title" "number text";
	grid-template-columns: 2.1rem minmax(0, 1fr);
	padding: .8rem .85rem;
}

.fm-fr-public-flow li::before {
	background: rgba(122, 154, 121, .15);
	border-radius: 999px;
	color: #536f51;
	content: counter(familyCouncilSteps);
	display: grid;
	font-weight: 900;
	grid-area: number;
	height: 2.1rem;
	place-items: center;
	width: 2.1rem;
}

.fm-fr-public-flow strong {
	color: var(--fm-fr-text);
	display: block;
	grid-area: title;
	line-height: 1.22;
	min-width: 0;
}

.fm-fr-public-flow span {
	color: var(--fm-fr-muted);
	display: block;
	grid-area: text;
	line-height: 1.4;
	min-width: 0;
}

.fm-fr-public-links {
	background: rgba(235, 247, 242, .72);
	border: 1px solid rgba(122, 154, 121, .22);
	border-left: 7px solid var(--fm-fr-green);
	border-radius: 8px;
	display: grid;
	gap: .6rem;
	justify-items: start;
	margin-top: 1rem;
	padding: clamp(1rem, 3vw, 1.4rem);
}

.fm-fr-public-links p {
	max-width: 72ch;
}

body:has(.fm-fr-public) .entry-header {
	display: none;
}

@media (max-width: 980px) {
	.fm-fr-public-hero,
	.fm-fr-public-flow {
		grid-template-columns: 1fr;
	}

	.fm-fr-public-grid {
		grid-template-columns: 1fr;
	}
}
.fm-fr-public-promo {
  max-width: 560px;
  margin: 0 auto 20px;
}

.fm-fr-public-promo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(30, 47, 42, .14);
}

/* Pilot polish: keep module blocks clearly separated on softer displays. */
.fm-fr-wrap .fm-fr-hero,
.fm-fr-wrap .fm-fr-section,
.fm-fr-wrap .fm-fr-card,
.fm-fr-wrap .fm-fr-entry-card,
.fm-fr-wrap .fm-fr-open-card,
.fm-fr-wrap .fm-fr-empty,
.fm-fr-wrap .fm-fr-integration-notice,
.fm-fr-wrap .fm-fr-notice {
	border-color: var(--fm-fr-border);
	box-shadow: var(--fm-fr-shadow);
}

.fm-fr-wrap .fm-fr-hero {
	border-style: solid;
	border-width: 1.5px 1.5px 1.5px 7px;
	border-left: 7px solid var(--fm-fr-accent);
}

.fm-fr-wrap .fm-fr-start-primary,
.fm-fr-wrap .fm-fr-start-card,
.fm-fr-wrap .fm-fr-rule,
.fm-fr-wrap .fm-fr-voice-grid div,
.fm-fr-wrap .fm-fr-format-card,
.fm-fr-wrap .fm-fr-speech {
	border-color: var(--fm-fr-border-strong);
	box-shadow: var(--fm-fr-shadow-soft);
}

.fm-fr-wrap .fm-fr-start-card--focus,
.fm-fr-wrap .fm-fr-warm-card {
	border-left-width: 6px;
}

.fm-fr-wrap .fm-fr-start-card--focus {
	border-left-color: var(--fm-fr-accent);
}

.fm-fr-wrap .fm-fr-warm-card {
	border-left-color: var(--fm-fr-gold);
}
