:root {
--fm-primary: #d84b78;
--fm-primary-dark: #b83260;
--fm-green: #16a34a;
--fm-yellow: #facc15;
--fm-red: #ef4444;

--fm-bg: #f8fafc;
--fm-card: rgba(255, 255, 255, .92);
--fm-text: #111827;
--fm-muted: #64748b;
--fm-border: rgba(209, 213, 219, .85);

--fm-radius: 24px;
--fm-shadow: 0 22px 60px rgba(15, 23, 42, .10);
}

.fm-page {
min-height: calc(100vh - 80px);
background:
radial-gradient(circle at 10% 8%, rgba(216, 75, 120, .12), transparent 32%),
radial-gradient(circle at 92% 12%, rgba(22, 163, 74, .12), transparent 30%),
linear-gradient(135deg, #fff7fb, #f8fafc 45%, #f0fdf4);
color: var(--fm-text);
}

.fm-container {
width: min(1120px, calc(100% - 32px));
margin: 0 auto;
}

.fm-hero {
padding: 64px 0 38px;
}

.fm-hero-layout {
display: grid;
grid-template-columns: 1.1fr .9fr;
gap: 30px;
align-items: center;
}

.fm-eyebrow,
.fm-badge {
display: inline-flex;
align-items: center;
width: fit-content;
border-radius: 999px;
padding: 8px 13px;
font-size: 12px;
font-weight: 850;
letter-spacing: .08em;
text-transform: uppercase;
color: #166534;
background: rgba(240, 253, 244, .9);
border: 1px solid rgba(22, 163, 74, .22);
}

.fm-hero-copy h1 {
margin: 16px 0 14px;
max-width: 560px;
font-size: clamp(32px, 3.8vw, 48px);
line-height: 1.15;
letter-spacing: -.025em;
font-weight: 800;
}

.fm-urgency {
margin: -4px 0 18px;
font-size: 14px;
font-weight: 700;
color: var(--fm-primary);
}

.fm-lead {
max-width: 560px;
margin: 0;
color: var(--fm-muted);
font-size: 15px;
line-height: 1.75;
}

.fm-actions {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-top: 24px;
}

.fm-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
padding: 0 18px;
border-radius: 999px;
font-size: 14px;
font-weight: 850;
text-decoration: none;
border: 1px solid transparent;
transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.fm-btn:hover {
transform: translateY(-2px);
}

.fm-btn-primary {
color: #fff;
background: linear-gradient(135deg, var(--fm-primary), var(--fm-primary-dark));
box-shadow: 0 14px 34px rgba(216, 75, 120, .26);
}

.fm-btn-secondary {
color: var(--fm-primary-dark);
background: rgba(255, 255, 255, .74);
border-color: rgba(216, 75, 120, .22);
}

.fm-small-note {
margin: 14px 0 0;
color: var(--fm-muted);
font-size: 13px;
line-height: 1.6;
}

.fm-small-proof {
margin-top: 14px;
font-size: 14px;
font-weight: 700;
color: var(--fm-muted);
}

.fm-summary-card,
.fm-feature-card,
.fm-step,
.fm-final-card {
background: var(--fm-card);
border: 1px solid var(--fm-border);
border-radius: var(--fm-radius);
box-shadow: var(--fm-shadow);
}

.fm-summary-card {
position: relative;
overflow: hidden;
padding: 26px;
}

.fm-summary-card::before {
content: "";
position: absolute;
inset: 0 0 auto;
height: 6px;
background: linear-gradient(90deg, var(--fm-green), var(--fm-yellow), var(--fm-red));
}

.fm-card-top {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
margin-bottom: 22px;
}

.fm-logo {
width: 58px;
height: 58px;
object-fit: cover;
border-radius: 18px;
border: 1px solid var(--fm-border);
}

.fm-summary-card h2 {
margin: 0 0 10px;
font-size: 24px;
line-height: 1.2;
letter-spacing: -.03em;
}

.fm-summary-card p {
margin: 0;
color: var(--fm-muted);
font-size: 14px;
line-height: 1.65;
}

.fm-progress {
margin-top: 22px;
}

.fm-progress-head {
display: flex;
justify-content: space-between;
gap: 14px;
margin-bottom: 8px;
color: var(--fm-muted);
font-size: 13px;
font-weight: 800;
}

.fm-progress-head strong {
color: var(--fm-text);
}

.fm-progress-bar {
height: 10px;
overflow: hidden;
border-radius: 999px;
background: rgba(148, 163, 184, .22);
}

.fm-progress-bar span {
display: block;
height: 100%;
border-radius: inherit;
background: linear-gradient(90deg, var(--fm-green), var(--fm-yellow), var(--fm-red));
}

.fm-strip {
padding: 10px 0 28px;
}

.fm-strip-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 14px;
}

.fm-strip-grid div {
padding: 18px;
border-radius: 20px;
background: rgba(255, 255, 255, .76);
border: 1px solid var(--fm-border);
text-align: center;
}

.fm-strip-grid strong {
display: block;
font-size: 22px;
font-weight: 900;
color: var(--fm-primary-dark);
}

.fm-strip-grid span {
display: block;
margin-top: 4px;
font-size: 13px;
color: var(--fm-muted);
}

.fm-section {
padding: 38px 0;
}

.fm-soft {
background: rgba(255, 255, 255, .46);
border-top: 1px solid rgba(209, 213, 219, .55);
border-bottom: 1px solid rgba(209, 213, 219, .55);
}

.fm-section-head {
max-width: 680px;
margin-bottom: 22px;
}

.fm-section-head span {
display: inline-block;
margin-bottom: 8px;
color: var(--fm-primary);
font-size: 12px;
font-weight: 900;
letter-spacing: .08em;
text-transform: uppercase;
}

.fm-section-head h2 {
margin: 0;
font-size: clamp(24px, 3vw, 34px);
line-height: 1.15;
letter-spacing: -.035em;
}

.fm-section-head p {
margin: 10px 0 0;
color: var(--fm-muted);
font-size: 15px;
line-height: 1.7;
}

.fm-feature-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
}

.fm-feature-card,
.fm-step {
padding: 20px;
}

.fm-icon {
width: 42px;
height: 42px;
display: grid;
place-items: center;
margin-bottom: 14px;
border-radius: 15px;
background: rgba(216, 75, 120, .10);
font-size: 20px;
}

.fm-feature-card h3,
.fm-step h3 {
margin: 0 0 8px;
font-size: 17px;
line-height: 1.25;
}

.fm-feature-card p,
.fm-step p {
margin: 0;
color: var(--fm-muted);
font-size: 14px;
line-height: 1.65;
}

.fm-steps {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
}

.fm-step strong {
display: inline-grid;
place-items: center;
width: 34px;
height: 34px;
margin-bottom: 14px;
border-radius: 999px;
color: #fff;
background: var(--fm-primary);
font-size: 14px;
}

.fm-benefits {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 14px;
}

.fm-benefits div {
padding: 16px 18px;
border-radius: 18px;
background: rgba(255, 255, 255, .78);
border: 1px solid var(--fm-border);
color: var(--fm-text);
font-size: 14px;
font-weight: 800;
}

.fm-community {
padding: 56px 0;
}

.fm-community-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
}

.fm-community-card {
padding: 32px 24px;
border-radius: 28px;
background: var(--fm-card);
border: 1px solid var(--fm-border);
text-align: center;
box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

.fm-community-card strong {
display: block;
font-size: 38px;
font-weight: 900;
margin-bottom: 10px;
color: var(--fm-primary);
}

.fm-community-card span {
font-size: 15px;
font-weight: 700;
color: var(--fm-muted);
}

.fm-final {
padding: 42px 0 64px;
}

.fm-final-card {
padding: 30px;
text-align: center;
}

.fm-final-card h2 {
margin: 12px 0 10px;
font-size: clamp(25px, 3vw, 36px);
line-height: 1.15;
letter-spacing: -.035em;
}

.fm-final-card p {
margin: 0 auto 20px;
max-width: 560px;
color: var(--fm-muted);
font-size: 15px;
line-height: 1.7;
}

.fm-ethiopia {
margin-top: 18px !important;
font-size: 13px !important;
}

.fm-theme-toggle {
position: fixed;
right: 18px;
bottom: 18px;
z-index: 40;
width: 44px;
height: 44px;
border: 0;
border-radius: 999px;
cursor: pointer;
background: #111827;
color: #fff;
box-shadow: 0 14px 34px rgba(15, 23, 42, .25);
}

/* Dark mode */
body.dark-mode .fm-page,
body.theme-dark .fm-page,
html[data-theme="dark"] .fm-page {
--fm-card: rgba(15, 23, 42, .92);
--fm-text: #f8fafc;
--fm-muted: #cbd5e1;
--fm-border: rgba(148, 163, 184, .22);

background:
radial-gradient(circle at 10% 8%, rgba(216, 75, 120, .18), transparent 32%),
radial-gradient(circle at 92% 12%, rgba(22, 163, 74, .16), transparent 30%),
linear-gradient(135deg, #020617, #0f172a);
}

body.dark-mode .fm-strip-grid div,
body.theme-dark .fm-strip-grid div,
html[data-theme="dark"] .fm-strip-grid div,
body.dark-mode .fm-benefits div,
body.theme-dark .fm-benefits div,
html[data-theme="dark"] .fm-benefits div {
background: rgba(15, 23, 42, .78);
border-color: rgba(148, 163, 184, .22);
}

body.dark-mode .fm-btn-secondary,
body.theme-dark .fm-btn-secondary,
html[data-theme="dark"] .fm-btn-secondary {
color: #fecdd3;
background: rgba(255, 255, 255, .06);
border-color: rgba(255, 255, 255, .14);
}

body.dark-mode .fm-eyebrow,
body.theme-dark .fm-eyebrow,
html[data-theme="dark"] .fm-eyebrow,
body.dark-mode .fm-badge,
body.theme-dark .fm-badge,
html[data-theme="dark"] .fm-badge {
color: #bbf7d0;
background: rgba(22, 101, 52, .22);
border-color: rgba(74, 222, 128, .24);
}

/* Responsive */
@media (max-width: 980px) {
.fm-hero-layout,
.fm-feature-grid {
grid-template-columns: 1fr 1fr;
}

.fm-strip-grid,
.fm-benefits {
grid-template-columns: repeat(2, 1fr);
}
}

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

@media (max-width: 720px) {
.fm-hero {
padding-top: 38px;
}

.fm-hero-layout,
.fm-feature-grid,
.fm-steps,
.fm-strip-grid,
.fm-benefits {
grid-template-columns: 1fr;
}

.fm-hero-copy {
text-align: center;
}

.fm-hero-copy h1 {
margin-left: auto;
margin-right: auto;
max-width: 420px;
font-size: clamp(30px, 9vw, 42px);
}

.fm-eyebrow,
.fm-actions {
margin-left: auto;
margin-right: auto;
justify-content: center;
}

.fm-lead {
margin: 0 auto;
max-width: 460px;
}

.fm-summary-card,
.fm-final-card {
padding: 22px;
}
}

@media (max-width: 480px) {
.fm-container {
width: min(100% - 24px, 1120px);
}

.fm-hero-copy h1 {
font-size: 30px;
line-height: 1.15;
}

.fm-section-head h2 {
font-size: 25px;
}

.fm-btn {
width: 100%;
}
}
.fm-final-message{
margin:18px 0 28px;

font-size:15px;

font-weight:700;

opacity:.92;
}

html[data-theme="dark"] .fm-final-message{
opacity:.95;
}