/* ssg-meta-trends.css — page /tendances-meta/ (FR) + /en/meta-trends/ (EN) */

.mt-hero { max-width: 1100px; margin: 0 auto; padding: 48px 20px 8px; text-align: center; }
.mt-hero__title { font-size: clamp(28px, 4vw, 42px); color: #fff; margin: 0 0 10px; }
.mt-hero__title span { color: var(--accent-cyan, #42b7ff); }
.mt-hero__sub { color: rgba(255,255,255,.5); font-size: 15px; margin: 0; }

.mt-intro { max-width: 900px; margin: 0 auto; padding: 16px 20px 32px; color: rgba(255,255,255,.7); line-height: 1.6; font-size: 15px; }
.mt-intro p { margin: 0 0 12px; }
.mt-intro strong { color: #fff; }

.mt-insights { max-width: 1100px; margin: 0 auto 40px; padding: 0 20px; display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
.mt-insight-card { background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 18px 20px; }
.mt-insight-card__label { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .04em; color: rgba(255,255,255,.4); margin-bottom: 8px; }
.mt-insight-card p { margin: 0; color: rgba(255,255,255,.8); font-size: 14.5px; line-height: 1.55; }
.mt-insight-card strong { color: #fff; }
.mt-insight-card .mt-up { color: #4ade80; font-weight: 600; }
.mt-insight-card .mt-down { color: #f87171; font-weight: 600; }

.mt-section { max-width: 1100px; margin: 0 auto 48px; padding: 0 20px; }
.mt-section__head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 16px; flex-wrap: wrap; }
.mt-section__head h2 { font-size: 20px; color: #fff; margin: 0; }
.mt-section__head span { font-size: 13px; color: rgba(255,255,255,.4); }

.mt-table { width: 100%; border-collapse: collapse; background: rgba(255,255,255,.02); border-radius: 12px; overflow: hidden; }
.mt-table th, .mt-table td { padding: 10px 14px; text-align: left; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.06); }
.mt-table th { color: rgba(255,255,255,.4); font-weight: 500; font-size: 12px; text-transform: uppercase; letter-spacing: .03em; }
.mt-table tbody tr:hover { background: rgba(255,255,255,.03); }
.mt-table tbody tr:last-child td { border-bottom: none; }
.mt-row-champ { display: flex; align-items: center; gap: 10px; text-decoration: none; color: #fff; font-weight: 600; }
.mt-row-champ img { width: 34px; height: 34px; border-radius: 8px; object-fit: cover; }
.mt-delta { font-weight: 700; }
.mt-delta--up { color: #4ade80; }
.mt-delta--down { color: #f87171; }
.mt-spark { display: block; }

.mt-explorer { max-width: 1100px; margin: 0 auto 48px; padding: 0 20px; }
.mt-explorer__head { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.mt-explorer__head h2 { font-size: 20px; color: #fff; margin: 0; }
.mt-explorer select { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.15); color: #fff; border-radius: 8px; padding: 8px 12px; font-size: 14px; }
.mt-chart-wrap { background: rgba(255,255,255,.02); border: 1px solid rgba(255,255,255,.08); border-radius: 12px; padding: 24px; }
.mt-chart-wrap svg { width: 100%; height: auto; display: block; }
.mt-chart-legend { display: flex; gap: 18px; margin-top: 12px; font-size: 13px; color: rgba(255,255,255,.5); }
.mt-chart-legend span { display: inline-flex; align-items: center; gap: 6px; }
.mt-chart-legend i { width: 12px; height: 3px; border-radius: 2px; display: inline-block; }

.mt-faq { max-width: 900px; margin: 0 auto 60px; padding: 0 20px; }
.mt-faq h2 { font-size: 20px; color: #fff; margin: 0 0 16px; }
.mt-faq details { background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.08); border-radius: 10px; padding: 14px 18px; margin-bottom: 10px; }
.mt-faq summary { color: #fff; font-weight: 600; cursor: pointer; font-size: 14.5px; }
.mt-faq p { color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.6; margin: 10px 0 0; }

@media (max-width: 640px) {
  .mt-table th:nth-child(4), .mt-table td:nth-child(4) { display: none; }
}
