.fmj-app {
	--fmj-brand: #7b3f70;
	--fmj-brand-dark: #4e2749;
	--fmj-accent: #d76b7c;
	--fmj-surface: #fffafc;
	--fmj-border: #eadfe7;
	--fmj-text: #2b2630;
	--fmj-muted: #6f6870;
	color: var(--fmj-text);
	font-size: 16px;
	line-height: 1.75;
	margin: 0 auto;
	max-width: 1120px;
}
.fmj-app *, .fmj-app *::before, .fmj-app *::after { box-sizing: border-box; }
.fmj-hero { background: linear-gradient(135deg, #fff7fa, #f5eff8); border: 1px solid var(--fmj-border); border-radius: 18px; padding: 34px 30px; margin-bottom: 24px; }
.fmj-eyebrow { color: var(--fmj-brand); font-size: 12px; font-weight: 700; letter-spacing: .08em; margin: 0 0 6px; }
.fmj-hero h2, .fmj-section-heading h3, .fmj-results-header h3, .fmj-trust-grid h3 { color: var(--fmj-brand-dark); margin: 0 0 8px; }
.fmj-hero h2 { font-size: clamp(1.8rem, 4vw, 2.7rem); line-height: 1.3; }
.fmj-lead { font-size: 1.05rem; margin: 0 0 12px; }
.fmj-disclosure { color: var(--fmj-muted); font-size: .78rem; margin: 0; }
.fmj-panel { background: #fff; border: 1px solid var(--fmj-border); border-radius: 16px; padding: 24px; margin-bottom: 24px; }
.fmj-search-form { align-items: end; display: grid; gap: 14px; grid-template-columns: minmax(0, 1fr) 180px auto; }
.fmj-field { display: grid; gap: 5px; }
.fmj-field label, .fmj-quiz legend { font-size: .85rem; font-weight: 700; }
.fmj-field input, .fmj-field select { background: #fff; border: 1px solid #cfc5ce; border-radius: 8px; min-height: 46px; padding: 9px 12px; width: 100%; }
.fmj-button { border: 0; border-radius: 9px; cursor: pointer; font-weight: 700; min-height: 46px; padding: 10px 18px; transition: transform .15s ease, opacity .15s ease; }
.fmj-button:hover { opacity: .88; transform: translateY(-1px); }
.fmj-button:focus-visible, .fmj-suggests button:focus-visible { outline: 3px solid #f1a6b2; outline-offset: 2px; }
.fmj-button-primary { background: var(--fmj-brand); color: #fff; }
.fmj-button-secondary { background: var(--fmj-accent); color: #fff; }
.fmj-button-ghost { background: #fff; border: 1px solid var(--fmj-brand); color: var(--fmj-brand); }
.fmj-suggests { align-items: center; display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.fmj-suggests button { background: var(--fmj-surface); border: 1px solid var(--fmj-border); border-radius: 99px; color: var(--fmj-brand-dark); cursor: pointer; padding: 5px 12px; }
.fmj-section-heading { margin-bottom: 14px; }
.fmj-quiz { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.fmj-quiz fieldset { border: 0; margin: 0; padding: 0; }
.fmj-quiz legend { margin-bottom: 8px; }
.fmj-quiz label { display: block; font-size: .9rem; margin: 5px 0; }
.fmj-quiz input { accent-color: var(--fmj-brand); margin-right: 6px; }
.fmj-quiz .fmj-button { align-self: end; }
.fmj-quiz-result { background: #fff7ef; border-left: 4px solid var(--fmj-accent); margin: 18px 0 0; padding: 10px 14px; }
.fmj-results-header { align-items: baseline; display: flex; gap: 12px; justify-content: space-between; margin: 30px 0 12px; }
.fmj-results-header h3 { margin: 0; }
.fmj-results-header p { color: var(--fmj-muted); font-size: .9rem; margin: 0; }
.fmj-status { color: var(--fmj-muted); padding: 20px 0; }
.fmj-status.is-error { color: #9e2c42; }
.fmj-results { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.fmj-card { background: #fff; border: 1px solid var(--fmj-border); border-radius: 13px; display: flex; flex-direction: column; overflow: hidden; }
.fmj-card-image { aspect-ratio: 16 / 10; background: #f4edf3; display: block; overflow: hidden; }
.fmj-card-image img { height: 100%; object-fit: cover; width: 100%; }
.fmj-card-body { display: flex; flex: 1; flex-direction: column; padding: 16px; }
.fmj-card h4 { font-size: 1rem; line-height: 1.5; margin: 0 0 8px; }
.fmj-card h4 a { color: var(--fmj-brand-dark); text-decoration: none; }
.fmj-card h4 a:hover { text-decoration: underline; }
.fmj-card-meta { color: var(--fmj-muted); font-size: .78rem; margin: 0 0 9px; }
.fmj-tags { display: flex; flex-wrap: wrap; gap: 5px; margin: 0 0 12px; }
.fmj-tag { background: var(--fmj-surface); border-radius: 4px; color: var(--fmj-brand); font-size: .72rem; padding: 2px 6px; }
.fmj-card-description { color: var(--fmj-muted); font-size: .84rem; margin: 0 0 14px; }
.fmj-card-footer { align-items: center; display: flex; gap: 9px; justify-content: space-between; margin-top: auto; }
.fmj-price { font-size: .9rem; font-weight: 700; }
.fmj-card-cta { background: var(--fmj-brand); border-radius: 7px; color: #fff; font-size: .82rem; padding: 7px 10px; text-decoration: none; }
.fmj-more-wrap { padding: 24px 0; text-align: center; }
.fmj-trust-grid { display: grid; gap: 18px; grid-template-columns: repeat(2, 1fr); margin-top: 30px; }
.fmj-trust-grid > div { background: var(--fmj-surface); border: 1px solid var(--fmj-border); border-radius: 12px; padding: 18px; }
.fmj-trust-grid h3 { font-size: 1rem; }
.fmj-trust-grid p { color: var(--fmj-muted); font-size: .88rem; margin: 0; }
@media (max-width: 820px) {
	.fmj-search-form { grid-template-columns: 1fr 1fr; }
	.fmj-search-form .fmj-field-wide { grid-column: 1 / -1; }
	.fmj-search-form .fmj-button { grid-column: 1 / -1; }
	.fmj-quiz { grid-template-columns: 1fr; }
	.fmj-results { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
	.fmj-hero, .fmj-panel { border-radius: 12px; padding: 20px 16px; }
	.fmj-search-form { grid-template-columns: 1fr; }
	.fmj-search-form .fmj-field-wide, .fmj-search-form .fmj-button { grid-column: auto; }
	.fmj-results, .fmj-trust-grid { grid-template-columns: 1fr; }
	.fmj-results-header { align-items: flex-start; flex-direction: column; gap: 2px; }
}
