/* Pages HTML statiques SEO */
.seo-static { font-family: "El Messiri", "Cormorant Garamond", Georgia, serif; background:#f8fafc; color:#0f172a; margin:0; line-height:1.65; font-weight:500; }
.seo-static h1, .seo-static h2 { font-weight:600; letter-spacing:0.02em; }
.seo-static__header { background:#0f172a; color:#6ee7b7; padding:12px 16px; }
.seo-static__header a { color:#6ee7b7; font-weight:700; text-decoration:none; }
.seo-static__main { max-width:720px; margin:0 auto; padding:20px 16px 32px; }
.seo-static__footer { text-align:center; padding:16px; font-size:14px; background:#fff; border-top:1px solid #e2e8f0; }
.seo-static__footer a { color:#10b981; margin:0 6px; }
.seo-static__app { text-align:center; font-size:13px; color:#64748b; padding-bottom:24px; }

.static-market { margin-top: 1.5rem; }
.static-market h2, .static-market h3 { margin: 1rem 0 0.5rem; font-size: 1.1rem; }
.static-market__count { color: #94a3b8; font-size: 0.9rem; }
.static-market__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; margin: 12px 0; }
.static-market__card { background: #1e293b; border-radius: 10px; overflow: hidden; }
.static-market__card a { color: inherit; text-decoration: none; display: block; padding-bottom: 8px; }
.static-market__card h3 { font-size: 0.85rem; margin: 6px 8px 2px; font-weight: 700; }
.static-market__meta, .static-market__price { margin: 0 8px; font-size: 0.75rem; color: #94a3b8; }
.static-market__price { color: #6ee7b7; font-weight: 700; }
.static-market__img { width: 100%; height: 100px; object-fit: cover; display: block; background: #334155; }
.static-market__img--empty { display: flex; align-items: center; justify-content: center; font-size: 2rem; height: 100px; }
.static-market__stores { display: grid; gap: 8px; margin: 12px 0; }
.static-market__store { background: #1e293b; border-radius: 8px; padding: 12px; }
.static-market__store a { color: #f8fafc; text-decoration: none; }
.static-market__store h3 { margin: 0 0 4px; font-size: 0.95rem; }
.static-market__store p { margin: 0; font-size: 0.8rem; color: #94a3b8; }
