/* FalconSouq — coming-soon landing (light). Self-contained, RTL-safe (logical properties only).
   Brand palette from the FalconSouq logo (red / orange); app mock-ups use the app theme gold (#C8952A). */
:root {
    --fm-red: #c8161d;
    --fm-red-700: #a50f16;
    --fm-orange: #e8841a;
    --fm-maroon: #6e1010;
    --fm-app-gold: #c8952a;
    --fm-bg: #fffbf5;
    --fm-bg-alt: #fbf4ea;
    --fm-surface: #ffffff;
    --fm-ink: #1c1917;
    --fm-text: #44403c;
    --fm-muted: #78716c;
    --fm-line: #ece2d4;
    --fm-tint: #fdeee0;
    --fm-radius: 16px;
    --fm-shadow: 0 1px 2px rgba(28, 25, 23, .05), 0 8px 24px -14px rgba(28, 25, 23, .18);
    --fm-shadow-lg: 0 40px 80px -40px rgba(28, 25, 23, .45);
    --fm-font: "Plus Jakarta Sans", "Segoe UI", "Helvetica Neue", Arial, "Noto Sans Arabic", Tahoma, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body.fm {
    margin: 0; min-height: 100vh;
    font-family: var(--fm-font); font-size: 16px; line-height: 1.6;
    color: var(--fm-text); background: var(--fm-bg);
    -webkit-font-smoothing: antialiased; overflow-x: hidden;
}

.fm img { max-width: 100%; height: auto; display: block; }
.fm a { color: inherit; text-decoration: none; }
.fm h1, .fm h2, .fm h3 { color: var(--fm-ink); margin: 0; line-height: 1.15; letter-spacing: -.02em; }
.fm p { margin: 0; }
.fm figure { margin: 0; }
.fm svg.lucide { width: 20px; height: 20px; flex: none; }

.fm-container { width: 100%; max-width: 1180px; margin-inline: auto; padding-inline: 20px; }
.fm-center { text-align: center; margin-inline: auto; }
.fm-link { color: var(--fm-red) !important; font-weight: 700; text-decoration: underline !important; text-underline-offset: 3px; }

.fm-skip { position: absolute; inset-inline-start: 12px; top: -60px; z-index: 100; background: var(--fm-ink); color: #fff; padding: 10px 14px; border-radius: 10px; }
.fm-skip:focus { top: 12px; }
.fm :focus-visible { outline: 3px solid var(--fm-orange); outline-offset: 3px; border-radius: 8px; }

/* ---------- Buttons ---------- */
.fm-btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 13px 22px; border: 0; border-radius: 10px; cursor: pointer;
    font: 700 15px/1 var(--fm-font); color: #fff !important; background: var(--fm-red);
    transition: background-color .15s ease; white-space: nowrap;
}
.fm-btn:hover { background: var(--fm-red-700); }
.fm-btn-sm { padding: 10px 16px; font-size: 14px; }
.fm-btn-light { background: #fff; color: var(--fm-red) !important; }
.fm-btn-light:hover { background: #fff4ea; }

/* ---------- Top bar & header ---------- */
.fm-topbar { background: var(--fm-ink); color: #f5f5f4; font-size: 14px; }
.fm-topbar .fm-container { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 40px; text-align: center; flex-wrap: wrap; padding-block: 6px; }
.fm-topbar svg.lucide { width: 16px; height: 16px; color: #fbbf24; }
.fm-topbar a { color: #fff !important; font-weight: 700; text-decoration: underline !important; text-underline-offset: 3px; }

.fm-header { position: sticky; top: 0; z-index: 20; background: rgba(255, 251, 245, .92); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--fm-line); }
.fm-header .fm-container { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 68px; }
.fm-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; font-size: 21px; letter-spacing: -.02em; color: var(--fm-red) !important; }
.fm-brand img { width: 44px; }
.fm-brand-accent { color: var(--fm-orange); }
.fm-nav { display: flex; align-items: center; gap: 26px; font-size: 15px; font-weight: 600; }
.fm-nav-link:hover { color: var(--fm-red); }

.fm-lang-toggle { display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border: 1px solid var(--fm-line); border-radius: 8px; background: #fff; font-size: 14px; font-weight: 700; color: var(--fm-ink); white-space: nowrap; transition: border-color .15s ease, color .15s ease; }
.fm-lang-toggle:hover { border-color: var(--fm-red); color: var(--fm-red); }
.fm-lang-toggle svg.lucide { width: 16px; height: 16px; color: var(--fm-muted); }
.fm-lang-toggle:lang(ar) { font-family: "Noto Kufi Arabic", "Noto Sans Arabic", Tahoma, sans-serif; font-weight: 600; }

/* ---------- Hero ---------- */
.fm-hero { position: relative; overflow: hidden; background: radial-gradient(1100px 560px at 100% 0%, #ffe7c7 0%, transparent 58%), linear-gradient(180deg, #fff7ec 0%, var(--fm-bg) 100%); }
.fm-hero-body { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding-block: 80px 96px; }

.fm-hero h1 { font-size: clamp(36px, 5.2vw, 60px); font-weight: 800; line-height: 1.04; letter-spacing: -.035em; margin: 0 0 20px; }
.fm-accent { color: var(--fm-red); }
.fm-lead { font-size: 19px; line-height: 1.65; max-width: 30em; }

.fm-notify { margin-top: 28px; max-width: 500px; }
.fm-notify label { display: block; font-size: 14px; font-weight: 700; color: var(--fm-ink); margin-bottom: 8px; }
.fm-notify-row { display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid #d6cfc5; border-radius: 12px; padding: 5px; padding-inline-start: 14px; }
.fm-notify-row:focus-within { border-color: var(--fm-red); box-shadow: 0 0 0 3px rgba(200, 22, 29, .12); }
.fm-notify-row > svg.lucide { color: var(--fm-muted); }
.fm-notify input { flex: 1; min-width: 0; border: 0; outline: 0; background: transparent; font: 500 16px var(--fm-font); color: var(--fm-ink); padding: 10px 4px; }
.fm-notify input::placeholder { color: #a8a29e; }
.fm-note { font-size: 13px; color: var(--fm-muted); margin-top: 8px; }

.fm-alert { margin-top: 12px; padding: 10px 14px; border-radius: 10px; font-size: 14px; font-weight: 600; }
.fm-alert-success { background: #ecfdf3; color: #067647; border: 1px solid #abefc6; }
.fm-alert-info, .fm-alert-warning { background: #fffaeb; color: #b54708; border: 1px solid #fedf89; }
.fm-alert-error { background: #fef3f2; color: #b42318; border: 1px solid #fecdca; }

.fm-stores { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.fm-center-row { justify-content: center; margin-top: 40px; }
.fm-store { display: inline-flex; align-items: center; gap: 10px; min-width: 168px; padding: 9px 16px; border-radius: 10px; background: #111; color: #fff !important; border: 1px solid #111; }
.fm-store svg { width: 26px; height: 26px; flex: none; }
.fm-store-text { display: flex; flex-direction: column; line-height: 1.15; }
.fm-store-text small { font-size: 11px; opacity: .8; }
.fm-store-text strong { font-size: 17px; font-weight: 700; }
.fm-store.is-soon { cursor: default; }
.fm-store.is-soon small { color: #fcd34d; opacity: 1; font-weight: 600; }

.fm-hero-species { display: flex; align-items: center; gap: 14px; max-width: 500px; margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--fm-line); font-size: 14px; color: var(--fm-muted); }
.fm-hero-species strong { color: var(--fm-ink); }
.fm-avatars { display: flex; flex: none; }
.fm-avatars img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; border: 2px solid #fff; box-shadow: 0 1px 3px rgba(28, 25, 23, .18); }
.fm-avatars img + img { margin-inline-start: -12px; }

.fm-hero-visual { position: relative; display: flex; justify-content: center; padding-block: 28px; }
.fm-hero-panel { position: absolute; inset: 9% 5% 9%; border-radius: 32px; background: linear-gradient(180deg, rgba(255, 247, 236, 0) 45%, rgba(110, 16, 16, .35) 100%), var(--fm-panel-img) center 65% / cover no-repeat; box-shadow: var(--fm-shadow-lg); }
/* hero notification sits low so it stays clear of the phone's search bar */
.fm-notif { position: absolute; z-index: 3; bottom: 20%; inset-inline-start: -9%; width: 270px; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 16px; background: rgba(255, 255, 255, .94); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); box-shadow: 0 24px 44px -22px rgba(28, 25, 23, .5), 0 0 0 1px rgba(28, 25, 23, .05); font-size: 13px; line-height: 1.3; }
.fm-notif img { width: 34px; flex: none; padding: 4px; border-radius: 9px; background: #fff; box-shadow: 0 0 0 1px var(--fm-line); }
.fm-notif span { flex: 1; display: flex; flex-direction: column; }
.fm-notif small { color: var(--fm-text); font-size: 12.5px; }
.fm-notif em { align-self: flex-start; font-style: normal; font-size: 11px; color: var(--fm-muted); }

/* ---------- Phone + app mock-up ---------- */
.fm-phone { position: relative; z-index: 1; width: 300px; aspect-ratio: 9 / 19.2; border-radius: 46px; padding: 10px; background: #141414; box-shadow: var(--fm-shadow-lg), inset 0 0 0 2px #2b2b2b; flex: none; }
.fm-phone-notch { position: absolute; top: 18px; left: 50%; transform: translateX(-50%); width: 92px; height: 26px; border-radius: 20px; background: #000; z-index: 3; }
.fm-app { position: relative; height: 100%; overflow: hidden; border-radius: 37px; background: #f7f7f7; color: #1f1f1f; font-size: 11px; line-height: 1.35; display: flex; flex-direction: column; }
.fm-app svg.lucide { width: 14px; height: 14px; }
.fm-app strong { color: #1f1f1f; }
.fm-app small { color: #8a8a8a; font-size: 10px; }
.fm-app-status { display: flex; justify-content: space-between; align-items: center; padding: 14px 24px 6px; font-weight: 700; font-size: 11px; }
.fm-app-status span:last-child { display: inline-flex; gap: 3px; }
.fm-app-status svg.lucide { width: 12px; height: 12px; }
.fm-app-top { display: flex; align-items: center; gap: 8px; padding: 10px 14px 8px; }
.fm-app-top img { width: 30px; }
.fm-app-loc { flex: 1; display: flex; flex-direction: column; line-height: 1.2; }
.fm-app-loc strong { display: inline-flex; align-items: center; gap: 2px; font-size: 12px; }
.fm-app-loc svg.lucide { width: 12px; height: 12px; }
.fm-app-search { display: flex; align-items: center; gap: 6px; margin: 0 14px 10px; padding: 9px 10px; border-radius: 10px; background: #fff; border: 1px solid #ebebeb; color: #9f9f9f; }
.fm-app-cats { display: flex; gap: 10px; padding: 0 14px 10px; }
.fm-app-cats span { display: flex; flex-direction: column; align-items: center; gap: 4px; font-size: 9.5px; font-weight: 600; color: #555; }
.fm-app-cats img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid #fff; box-shadow: 0 0 0 1px #e5e5e5; }
.fm-app-cats .is-active { color: var(--fm-app-gold); }
.fm-app-cats .is-active img { box-shadow: 0 0 0 2px var(--fm-app-gold); }
.fm-app-head { display: flex; justify-content: space-between; align-items: baseline; padding: 2px 14px 8px; }
.fm-app-head strong { font-size: 13px; }
.fm-app-head small { color: var(--fm-app-gold); font-weight: 700; }
.fm-app-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 0 14px; flex: 1; align-content: start; }
.fm-app-card { position: relative; background: #fff; border-radius: 12px; padding: 6px 6px 8px; box-shadow: 0 1px 2px rgba(0, 0, 0, .06); display: flex; flex-direction: column; gap: 1px; }
.fm-app-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 8px; margin-bottom: 5px; }
.fm-app-card strong { font-size: 11px; }
.fm-app-verified { display: inline-flex; align-items: center; gap: 3px; font-size: 9px; font-weight: 700; color: #0f7b3f; }
.fm-app-card .fm-app-verified { position: absolute; top: 10px; inset-inline-start: 10px; background: rgba(255, 255, 255, .95); padding: 2px 6px; border-radius: 6px; }
.fm-app-verified svg.lucide { width: 11px; height: 11px; }
.fm-app-tabs { display: flex; justify-content: space-around; align-items: center; padding: 8px 8px 18px; background: #fff; border-top: 1px solid #eee; margin-top: 8px; }
.fm-app-tabs span { display: flex; flex-direction: column; align-items: center; gap: 2px; font-size: 9px; color: #9f9f9f; }
.fm-app-tabs .is-active { color: var(--fm-app-gold); font-weight: 700; }
.fm-app-tabs svg.lucide { width: 16px; height: 16px; }
.fm-app-post { width: 36px; height: 36px; border-radius: 50%; background: var(--fm-app-gold); color: #fff !important; justify-content: center; margin-top: -14px; box-shadow: 0 6px 12px -4px rgba(200, 149, 42, .7); }

/* detail screen */
.fm-app-hero { position: relative; }
.fm-app-hero img { width: 100%; aspect-ratio: 1 / .9; object-fit: cover; }
.fm-app-back, .fm-app-fav { position: absolute; top: 40px; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: rgba(255, 255, 255, .92); }
.fm-app-back { inset-inline-start: 14px; }
.fm-app-fav { inset-inline-end: 14px; }
.fm-app-body { padding: 12px 14px; display: flex; flex-direction: column; gap: 5px; flex: 1; }
.fm-app-title { font-size: 14px; }
.fm-app-meta { display: inline-flex; align-items: center; gap: 3px; }
.fm-app-meta svg.lucide { width: 11px; height: 11px; }
.fm-app-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 6px; }
.fm-app-specs span { background: #fff; border-radius: 8px; padding: 6px; font-weight: 700; display: flex; flex-direction: column; border: 1px solid #efefef; }
.fm-app-seller { display: flex; align-items: center; gap: 8px; margin-top: 8px; padding: 8px; background: #fff; border-radius: 10px; border: 1px solid #efefef; }
.fm-app-seller span:last-child { display: flex; flex-direction: column; }
.fm-app-avatar { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #f3e6cc; color: #8a6414; font-weight: 800; font-size: 10px; flex: none; }
.fm-app-actions { display: flex; gap: 8px; padding: 10px 14px 20px; background: #fff; border-top: 1px solid #eee; }
.fm-app-btn { flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 5px; padding: 10px; border-radius: 10px; background: var(--fm-app-gold); color: #fff; font-weight: 700; }
.fm-app-btn-ghost { display: grid; place-items: center; width: 38px; border-radius: 10px; border: 1px solid #e3e3e3; color: var(--fm-app-gold); }

/* chat screen */
.fm-app-chathead { display: flex; align-items: center; gap: 8px; padding: 44px 12px 10px; background: #fff; border-bottom: 1px solid #eee; }
.fm-app-chathead span:last-child { display: flex; flex-direction: column; }
.fm-app-chathead small { display: inline-flex; align-items: center; gap: 3px; color: #0f7b3f; font-weight: 700; }
.fm-app-ref { display: flex; gap: 8px; align-items: center; margin: 10px 12px; padding: 6px; background: #fff; border-radius: 10px; border: 1px solid #efefef; }
.fm-app-ref img { width: 40px; height: 32px; border-radius: 6px; object-fit: cover; }
.fm-app-ref span { display: flex; flex-direction: column; }
.fm-app-msgs { flex: 1; display: flex; flex-direction: column; gap: 8px; padding: 4px 12px; }
.fm-app-msgs p { max-width: 80%; padding: 8px 10px; border-radius: 12px; background: #fff; border: 1px solid #efefef; align-self: flex-start; }
.fm-app-msgs .is-me { align-self: flex-end; background: var(--fm-app-gold); color: #fff; border-color: transparent; }
.fm-app-input { display: flex; justify-content: space-between; align-items: center; margin: 8px 12px 20px; padding: 10px 12px; background: #fff; border-radius: 20px; border: 1px solid #e6e6e6; color: #9f9f9f; }
.fm-app-input svg.lucide { color: var(--fm-app-gold); }

/* post screen */
.fm-app-formhead { display: flex; align-items: center; gap: 8px; padding: 44px 14px 10px; background: #fff; }
.fm-app-formhead strong { flex: 1; font-size: 13px; }
.fm-app-progress { height: 3px; background: #eee; }
.fm-app-progress span { display: block; width: 50%; height: 100%; background: var(--fm-app-gold); }
.fm-app-form { flex: 1; display: flex; flex-direction: column; gap: 5px; padding: 12px 14px; }
.fm-app-form > small { font-weight: 700; color: #555; margin-top: 4px; }
.fm-app-photos { display: flex; gap: 6px; }
.fm-app-photos img, .fm-app-photos span { width: 58px; height: 58px; border-radius: 10px; object-fit: cover; }
.fm-app-photos span { display: grid; place-items: center; border: 1.5px dashed #cfcfcf; color: #9f9f9f; }
.fm-app-field { display: flex; justify-content: space-between; align-items: center; padding: 9px 10px; background: #fff; border-radius: 10px; border: 1px solid #e6e6e6; font-weight: 600; }
.fm-app-seg { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.fm-app-seg span { text-align: center; padding: 8px; border-radius: 10px; background: #fff; border: 1px solid #e6e6e6; font-weight: 600; }
.fm-app-seg .is-active { border-color: var(--fm-app-gold); color: var(--fm-app-gold); background: #fdf6e7; }
.fm-app-kyc { display: flex; align-items: center; gap: 6px; margin-top: 8px; padding: 8px 10px; border-radius: 10px; background: #ecfdf3; color: #0f7b3f; font-weight: 700; }

/* ---------- Trust strip ---------- */
.fm-strip { background: var(--fm-surface); border-block: 1px solid var(--fm-line); }
.fm-strip ul { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; list-style: none; margin: 0; padding: 20px 0; }
.fm-strip li { display: flex; align-items: center; justify-content: center; gap: 10px; font-weight: 700; color: var(--fm-ink); font-size: 15px; }
.fm-strip svg.lucide { color: var(--fm-red); }

/* ---------- Sections ---------- */
.fm-section { padding-block: 88px; }
.fm-section-tight { padding-block: 16px 88px; }
.fm-section-alt { background: var(--fm-bg-alt); }
.fm-section-head { max-width: 620px; margin-bottom: 40px; }
.fm-section-head h2, .fm-gear h2, .fm-faq h2 { font-size: clamp(28px, 3.4vw, 38px); font-weight: 800; margin-bottom: 12px; }
.fm-section-head p, .fm-gear-copy > p, .fm-faq > div > p { font-size: 17px; }
.fm-section-head-row { max-width: none; display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.fm-section-head-row > div { max-width: 620px; }
.fm-pill { display: inline-flex; align-items: center; gap: 6px; padding: 7px 12px; border-radius: 999px; background: #fff; border: 1px solid var(--fm-line); font-size: 13px; font-weight: 700; color: var(--fm-ink); }
.fm-pill svg.lucide { width: 16px; height: 16px; color: var(--fm-orange); }

/* species */
.fm-species { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.fm-species-card { background: var(--fm-surface); border: 1px solid var(--fm-line); border-radius: var(--fm-radius); overflow: hidden; }
.fm-species-card img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.fm-species-card > div { padding: 16px 18px 20px; }
.fm-species-card h3 { font-size: 19px; }
.fm-species-card em { display: block; font-size: 13px; color: var(--fm-muted); margin: 2px 0 8px; }
.fm-species-card p { font-size: 14px; }

/* gear */
.fm-gear { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: center; }
.fm-gear-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.fm-gear-list li { display: flex; align-items: center; gap: 12px; padding: 12px 14px; background: #fff; border: 1px solid var(--fm-line); border-radius: 12px; font-weight: 700; color: var(--fm-ink); }
.fm-gear-list svg.lucide { width: 22px; height: 22px; padding: 7px; box-sizing: content-box; border-radius: 10px; background: #e8f5ee; color: #0b6b3a; }
.fm-gear-img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 20px; }

/* app preview */
.fm-phones { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; justify-items: center; }
.fm-phone-sm { width: 270px; }
.fm-phone-fig figcaption { margin-top: 20px; text-align: center; font-size: 15px; max-width: 270px; }
.fm-phone-fig figcaption strong { display: block; color: var(--fm-ink); font-size: 17px; margin-bottom: 2px; }
.fm-fineprint { text-align: center; font-size: 12px; color: var(--fm-muted); margin-top: 16px; }

/* steps */
.fm-steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; counter-reset: fm-step; }
.fm-step { counter-increment: fm-step; border-top: 2px solid var(--fm-ink); padding-top: 18px; }
.fm-step::before { content: "Step " counter(fm-step); display: block; font-size: 13px; font-weight: 700; color: var(--fm-muted); margin-bottom: 12px; }
.fm-step > svg.lucide { width: 26px; height: 26px; color: var(--fm-red); }
.fm-step h3 { font-size: 18px; margin-block: 12px 6px; }
.fm-step p { font-size: 15px; color: var(--fm-muted); }

/* FAQ */
.fm-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 56px; }
.fm-faq-list details { border-bottom: 1px solid var(--fm-line); }
.fm-faq-list details:first-child { border-top: 1px solid var(--fm-line); }
.fm-faq-list summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 0; font-weight: 700; font-size: 17px; color: var(--fm-ink); }
.fm-faq-list summary::-webkit-details-marker { display: none; }
.fm-faq-list summary svg.lucide { color: var(--fm-muted); transition: transform .2s ease; }
.fm-faq-list details[open] summary svg.lucide { transform: rotate(45deg); color: var(--fm-red); }
.fm-faq-list details p { padding-bottom: 20px; max-width: 40em; }

/* CTA */
.fm-cta { position: relative; overflow: hidden; isolation: isolate; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding: 52px; border-radius: 24px; color: #fff; background: var(--fm-cta-img) center 70% / cover no-repeat, var(--fm-maroon); }
.fm-cta::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(90, 12, 12, .94) 0%, rgba(160, 18, 24, .82) 50%, rgba(160, 18, 24, .45) 100%); }
[dir="rtl"] .fm-cta::before { background: linear-gradient(-100deg, rgba(90, 12, 12, .94) 0%, rgba(160, 18, 24, .82) 50%, rgba(160, 18, 24, .45) 100%); }
.fm-cta h2 { color: #fff; font-size: clamp(26px, 3.2vw, 36px); font-weight: 800; }
.fm-cta p { color: rgba(255, 255, 255, .9); margin-top: 8px; font-size: 17px; }

/* Footer */
.fm-footer { background: var(--fm-surface); border-top: 1px solid var(--fm-line); padding-block: 44px 26px; }
.fm-footer-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; padding-bottom: 26px; border-bottom: 1px solid var(--fm-line); }
.fm-footer-links { display: flex; flex-wrap: wrap; gap: 8px 22px; list-style: none; margin: 0; padding: 0; font-size: 14px; font-weight: 600; }
.fm-footer-links a:hover { color: var(--fm-red); }
.fm-social { display: flex; gap: 10px; list-style: none; margin: 0; padding: 0; }
.fm-social a { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--fm-tint); }
.fm-footer-bottom { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; padding-top: 20px; font-size: 13px; color: var(--fm-muted); }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
    .fm-species { grid-template-columns: repeat(2, 1fr); }
    .fm-steps { grid-template-columns: repeat(2, 1fr); }
    .fm-phones { grid-template-columns: repeat(3, 1fr); gap: 16px; }
    .fm-phone-sm { width: 230px; }
    .fm-notif { inset-inline-start: 0; }
}
@media (max-width: 900px) {
    .fm-hero-body { grid-template-columns: 1fr; gap: 44px; padding-block: 44px 56px; }
    .fm-nav-link { display: none; }
    .fm-gear, .fm-faq { grid-template-columns: 1fr; gap: 32px; }
    .fm-strip ul { grid-template-columns: repeat(2, 1fr); }
    .fm-strip li { justify-content: flex-start; }
    .fm-section { padding-block: 64px; }
    .fm-cta { padding: 36px 28px; }
    .fm-phones { grid-template-columns: 1fr; gap: 48px; }
    .fm-phone-sm { width: 270px; }
}
@media (max-width: 560px) {
    .fm-container { padding-inline: 16px; }
    .fm-topbar { font-size: 13px; }
    .fm-brand { font-size: 18px; }
    .fm-brand img { width: 38px; }
    .fm-nav { gap: 10px; }
    .fm-btn-sm { display: none; }
    .fm-species { grid-template-columns: 1fr 1fr; gap: 12px; }
    .fm-species-card > div { padding: 12px; }
    .fm-species-card p { display: none; }
    .fm-gear-list { grid-template-columns: 1fr; }
    .fm-steps { grid-template-columns: 1fr; gap: 24px; }
    .fm-strip ul { grid-template-columns: 1fr; gap: 12px; }
    .fm-notify-row { flex-wrap: wrap; padding: 8px; }
    .fm-notify-row > svg.lucide { display: none; }
    .fm-notify input { flex-basis: 100%; padding: 10px; }
    .fm-notify .fm-btn { width: 100%; }
    .fm-store { flex: 1 1 100%; }
    .fm-phone { width: 272px; }
    .fm-hero-body { padding-block: 40px 56px; }
    .fm-hero-panel { inset: 10% 0 6%; }
    .fm-notif { bottom: auto; top: 0; inset-inline-start: 8px; width: calc(100% - 16px); }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .fm *, .fm *::before, .fm *::after { transition: none !important; }
}

/* ---------- Content pages (layouts.landing.falcon) ---------- */
.fm-page-head { background: linear-gradient(180deg, #fff3e2 0%, var(--fm-bg) 100%); border-bottom: 1px solid var(--fm-line); padding-block: 48px 40px; }
.fm-page-head h1 { font-size: clamp(30px, 4vw, 44px); font-weight: 800; letter-spacing: -.03em; }
.fm-page-head p { margin-top: 10px; font-size: 18px; max-width: 40em; }
.fm-crumbs { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 600; color: var(--fm-muted); margin-bottom: 14px; }
.fm-crumbs a:hover { color: var(--fm-red); }
.fm-crumbs svg.lucide { width: 14px; height: 14px; }
.fm-page-body { padding-block: 48px 88px; }
.fm-page-body > .fm-alert { margin: 0 0 24px; }

.fm-prose { max-width: 760px; font-size: 17px; line-height: 1.75; color: var(--fm-text); }
.fm-prose h1, .fm-prose h2, .fm-prose h3, .fm-prose h4 { color: var(--fm-ink); margin: 1.6em 0 .6em; line-height: 1.25; }
.fm-prose h2 { font-size: 26px; } .fm-prose h3 { font-size: 21px; } .fm-prose h4 { font-size: 18px; }
.fm-prose > :first-child { margin-top: 0; }
.fm-prose p, .fm-prose ul, .fm-prose ol { margin: 0 0 1.1em; }
.fm-prose ul, .fm-prose ol { padding-inline-start: 1.4em; }
.fm-prose li { margin-bottom: .4em; }
.fm-prose a { color: var(--fm-red); text-decoration: underline; text-underline-offset: 3px; }
.fm-prose img { border-radius: 12px; margin: 1em 0; }
.fm-prose table { width: 100%; border-collapse: collapse; margin: 0 0 1.2em; font-size: 15px; }
.fm-prose th, .fm-prose td { border: 1px solid var(--fm-line); padding: 8px 10px; text-align: start; }

.fm-about { display: grid; grid-template-columns: 1fr 340px; gap: 56px; align-items: start; }
.fm-about-side { position: sticky; top: 96px; background: var(--fm-surface); border: 1px solid var(--fm-line); border-radius: var(--fm-radius); overflow: hidden; }
.fm-about-side img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.fm-about-side ul { list-style: none; margin: 0; padding: 18px 20px 22px; display: grid; gap: 12px; }
.fm-about-side li { display: flex; align-items: center; gap: 10px; font-weight: 700; color: var(--fm-ink); }
.fm-about-side svg.lucide { color: var(--fm-red); }

.fm-contact { display: grid; grid-template-columns: 1fr 360px; gap: 48px; align-items: start; }
.fm-form { display: grid; gap: 16px; background: var(--fm-surface); border: 1px solid var(--fm-line); border-radius: var(--fm-radius); padding: 28px; }
.fm-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.fm-form label { display: grid; gap: 6px; font-size: 14px; font-weight: 700; color: var(--fm-ink); }
.fm-form input, .fm-form textarea { width: 100%; font: 500 16px var(--fm-font); color: var(--fm-ink); background: #fff; border: 1px solid #d6cfc5; border-radius: 10px; padding: 11px 13px; outline: 0; }
.fm-form textarea { resize: vertical; min-height: 140px; }
.fm-form input:focus, .fm-form textarea:focus { border-color: var(--fm-red); box-shadow: 0 0 0 3px rgba(200, 22, 29, .12); }
.fm-form .fm-btn { justify-self: start; }
.fm-form .fm-btn svg.lucide { width: 18px; height: 18px; }
.fm-form .fm-alert { margin: 0; }
.fm-captcha { display: flex; align-items: flex-end; gap: 12px; flex-wrap: wrap; }
.fm-captcha label { flex: 1 1 200px; }
.fm-captcha img { border-radius: 8px; border: 1px solid var(--fm-line); height: 46px; width: auto; }
.fm-captcha a { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 10px; border: 1px solid var(--fm-line); text-decoration: none !important; }
.fm-contact-info { display: grid; gap: 12px; }
.fm-contact-info a, .fm-contact-info p { display: flex; gap: 12px; align-items: flex-start; padding: 16px 18px; background: var(--fm-surface); border: 1px solid var(--fm-line); border-radius: 14px; font-weight: 600; color: var(--fm-ink); word-break: break-word; }
.fm-contact-info a:hover { border-color: var(--fm-red); }
.fm-contact-info svg.lucide { color: var(--fm-red); margin-top: 2px; }
.fm-contact-info span { display: flex; flex-direction: column; }
.fm-contact-info small { font-size: 12px; font-weight: 700; color: var(--fm-muted); text-transform: uppercase; letter-spacing: .06em; }

@media (max-width: 900px) {
    .fm-about, .fm-contact { grid-template-columns: 1fr; gap: 32px; }
    .fm-about-side { position: static; }
}
@media (max-width: 560px) {
    .fm-form { padding: 20px; }
    .fm-form-row { grid-template-columns: 1fr; }
    .fm-page-head { padding-block: 32px 28px; }
}

/* ---------- UAE identity ---------- */
.fm-flag { display: inline-block; flex: none; border-radius: 2px; box-shadow: 0 0 0 1px rgba(0, 0, 0, .12); vertical-align: middle; }
.fm-topbar { border-top: 3px solid transparent; border-image: linear-gradient(90deg, #EF3340 0 25%, #00843D 25% 50%, #ffffff 50% 75%, #000000 75%) 1; }
.fm-ar { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 16px; font-family: "Noto Kufi Arabic", "Noto Sans Arabic", Tahoma, sans-serif; font-size: 17px; font-weight: 700; color: var(--fm-ink); }
.fm-made { display: inline-flex; align-items: center; gap: 8px; }
.fm-flagbar { height: 6px; background: linear-gradient(90deg, #EF3340 0 25%, #00843D 25% 50%, #ffffff 50% 75%, #000000 75%); }

.fm-heritage { background: #1c1917; color: #e7e5e4; }
.fm-heritage-body { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; padding-block: 80px; }
.fm-heritage img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 20px; }
.fm-heritage h2 { color: #fff; font-size: clamp(28px, 3.4vw, 38px); font-weight: 800; margin-bottom: 14px; }
.fm-heritage p { font-size: 17px; line-height: 1.7; }
.fm-heritage p + p { margin-top: 12px; }
.fm-heritage .fm-ar { color: #fff; }
.fm-heritage + .fm-section-tight { padding-top: 88px; }

/* ---------- Stores / Souq ---------- */
.fm-tag { display: inline-flex; align-items: center; gap: 6px; padding: 5px 10px; border-radius: 8px; font-size: 13px; font-weight: 700; margin-bottom: 12px; }
.fm-tag svg.lucide { width: 15px; height: 15px; }
.fm-tag-stores { background: #e8f5ee; color: #0b6b3a; }
.fm-tag-souq { background: var(--fm-tint); color: var(--fm-red); }

.fm-cats { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fm-cat { display: grid; grid-template-columns: 200px 1fr; gap: 24px; align-items: start; padding: 20px; background: var(--fm-surface); border: 1px solid var(--fm-line); border-radius: 20px; transition: border-color .15s ease, box-shadow .15s ease; }
.fm-cat:hover { box-shadow: var(--fm-shadow); }
.fm-cat-stores:hover { border-color: #0b6b3a; }
.fm-cat-souq:hover { border-color: var(--fm-red); }
.fm-cat img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 14px; }
.fm-cat h3 { font-size: 24px; margin-bottom: 6px; }
.fm-cat p { font-size: 15px; }
.fm-cat ul { list-style: none; padding: 0; margin: 14px 0 16px; display: grid; gap: 8px; font-size: 14px; font-weight: 600; color: var(--fm-ink); }
.fm-cat li { display: flex; align-items: center; gap: 8px; }
.fm-cat li svg.lucide { width: 17px; height: 17px; }
.fm-cat-stores li svg.lucide, .fm-cat-stores .fm-cat-link { color: #0b6b3a; }
.fm-cat-souq li svg.lucide, .fm-cat-souq .fm-cat-link { color: var(--fm-red); }
.fm-cat-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 800; font-size: 15px; }
.fm-cat-link svg.lucide { width: 18px; height: 18px; }

.fm-app-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin: 0 14px 8px; padding: 3px; border-radius: 10px; background: #ececec; }
.fm-app-switch span { display: inline-flex; align-items: center; justify-content: center; gap: 4px; padding: 6px 4px; border-radius: 8px; font-weight: 700; color: #6b6b6b; font-size: 10.5px; }
.fm-app-switch svg.lucide { width: 12px; height: 12px; }
.fm-app-switch .is-active { background: #fff; color: var(--fm-app-gold); box-shadow: 0 1px 2px rgba(0, 0, 0, .1); }

@media (max-width: 1080px) {
    .fm-cat { grid-template-columns: 1fr; }
    .fm-cat img { aspect-ratio: 16 / 9; }
}
@media (max-width: 900px) {
    .fm-cats, .fm-heritage-body { grid-template-columns: 1fr; gap: 28px; }
    .fm-heritage-body { padding-block: 56px; }
}
.fm-kicker { font-family: var(--fm-font); font-size: 15px; letter-spacing: .01em; }

/* ---------- Emirates ---------- */
/* 7 cards: the first (featured) spans two columns, so 4-col = 3+4 and 2-col = 1+2+2+2 — no ragged last row */
.fm-emirates { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.fm-emirate { position: relative; overflow: hidden; display: flex; flex-direction: column; gap: 6px; padding: 22px 20px 20px; background: var(--fm-surface); border: 1px solid var(--fm-line); border-radius: 16px; }
.fm-emirate:first-child { grid-column: span 2; background: linear-gradient(180deg, #fff 0%, #fdf3e6 100%); }
.fm-emirate::before { content: ""; position: absolute; inset-inline: 0; top: 0; height: 4px; background: linear-gradient(90deg, #EF3340 0 25%, #00843D 25% 50%, #ffffff 50% 75%, #000000 75%); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .06); }
.fm-emirate svg.lucide { width: 22px; height: 22px; padding: 9px; box-sizing: content-box; border-radius: 10px; background: var(--fm-tint); color: var(--fm-red); margin-bottom: 6px; }
.fm-emirate h3 { font-size: 18px; }
.fm-emirate-ar { font-family: "Noto Kufi Arabic", "Noto Sans Arabic", Tahoma, sans-serif; font-size: 14px; font-weight: 600; color: var(--fm-muted); }
.fm-emirate p { font-size: 15px; }
@media (max-width: 900px) { .fm-emirates { grid-template-columns: repeat(2, 1fr); gap: 12px; } }
@media (max-width: 359px) { .fm-emirates { grid-template-columns: 1fr; } .fm-emirate:first-child { grid-column: auto; } }

/* ---------- Arabic / RTL ----------
   Typography keys off :lang(ar) (also covers inline lang="ar" snippets on the English page);
   mirroring keys off [dir="rtl"]. Latin runs keep Plus Jakarta Sans, Arabic falls through per glyph. */
html:lang(ar) {
    --fm-font: "Plus Jakarta Sans", "IBM Plex Sans Arabic", "Noto Kufi Arabic", "Noto Sans Arabic", Tahoma, sans-serif;
    --fm-font-ar-head: "Plus Jakarta Sans", "Noto Kufi Arabic", "Noto Sans Arabic", Tahoma, sans-serif;
}
/* letter-spacing breaks Arabic letter joining; uppercase is meaningless for it */
:lang(ar), :lang(ar) *, :lang(ar) *::before, :lang(ar) *::after { letter-spacing: normal !important; text-transform: none !important; }
body.fm:lang(ar) { line-height: 1.8; }
.fm:lang(ar) :is(h1, h2, h3, h4) { font-family: var(--fm-font-ar-head); line-height: 1.4; }
.fm-hero h1:lang(ar) { font-size: clamp(32px, 4.6vw, 52px); line-height: 1.35; }
.fm-brand:lang(ar), .fm-btn:lang(ar), .fm-pill:lang(ar), .fm-tag:lang(ar), .fm-cat-link:lang(ar) { font-family: var(--fm-font-ar-head); font-weight: 700; }
.fm-btn:lang(ar) { line-height: 1.4; padding-block: 10px; }
.fm-btn-sm:lang(ar) { padding-block: 7px; }
.fm-lead:lang(ar), .fm-heritage p:lang(ar) { line-height: 1.85; }
.fm-prose:lang(ar) { line-height: 1.9; }
.fm-store-text:lang(ar) { line-height: 1.35; }
.fm-notif:lang(ar), .fm-app:lang(ar) { line-height: 1.5; }
.fm-step:lang(ar)::before { content: "الخطوة " counter(fm-step); }

/* mirror the hero glow */
[dir="rtl"] .fm-hero { background: radial-gradient(1100px 560px at 0% 0%, #ffe7c7 0%, transparent 58%), linear-gradient(180deg, #fff7ec 0%, var(--fm-bg) 100%); }
/* directional icons point the other way (lucide swaps <i> for svg.lucide-<name>) */
[dir="rtl"] .fm svg:is(.lucide-arrow-right, .lucide-arrow-left, .lucide-chevron-right, .lucide-chevron-left, .lucide-send) { transform: scaleX(-1); }
/* LTR-only fields (email, phone, URLs) on an RTL page: keep LTR order, align with the RTL column */
[dir="rtl"] .fm input[dir="ltr"], [dir="rtl"] .fm textarea[dir="ltr"] { text-align: right; }

/* ---------- Touch widths: ≥44px tap targets, ≥14px text ---------- */
@media (max-width: 900px) {
    .fm-topbar { font-size: 14px; }
    .fm-topbar a, .fm-brand, .fm-lang-toggle, .fm-footer-links a, .fm-crumbs a { display: inline-flex; align-items: center; min-height: 44px; }
    .fm-btn, .fm-notify input { min-height: 44px; }
    .fm-social a { width: 44px; height: 44px; }
    .fm-footer-links { gap: 0 20px; }
    .fm-note, .fm-species-card em, .fm-fineprint, .fm-footer-bottom, .fm-crumbs, .fm-contact-info small { font-size: 14px; }
}
.fm-strip li a { display: inline-flex; align-items: center; gap: 10px; color: inherit; }
