@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=DM+Mono:wght@400;500&display=swap');

/* ── RESET ARTICLE ── */
.smq-nb-guide *,
.smq-nb-guide *::before,
.smq-nb-guide *::after { box-sizing: border-box; }
.smq-nb-guide { font-family: 'DM Sans', sans-serif; color: #1a1a1a; max-width: 860px; margin: 0 auto; background: #fff; }
.smq-nb-guide p { margin: 0 0 14px; line-height: 1.75; font-size: 0.96rem; color: #333; }
.smq-nb-guide strong { color: #0a0a0a; font-weight: 700; }
.smq-nb-guide a { color: #CF0A2C; text-decoration: none; }
.smq-nb-guide a:hover { text-decoration: underline; }
.smq-nb-guide img { max-width: 100%; height: auto; display: block; }

/* ── HERO ── */
.smq-nb-hero {
  background: #0a0a0a;
  border-radius: 16px;
  padding: 52px 44px;
  margin-bottom: 36px;
  position: relative;
  overflow: hidden;
}
.smq-nb-hero::before {
  content: 'NB';
  position: absolute;
  right: -20px; top: -30px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 220px;
  color: rgba(255,255,255,0.025);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.smq-nb-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #CF0A2C 0%, #ff4d6d 50%, #CF0A2C 100%);
}
.smq-nb-tag {
  display: inline-block;
  background: #CF0A2C;
  color: #fff;
  font-family: 'DM Mono', monospace;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.smq-nb-hero h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  color: #fff;
  line-height: 1.02;
  margin: 0 0 18px;
  letter-spacing: 0.02em;
}
.smq-nb-hero h1 em {
  color: #CF0A2C;
  font-style: normal;
}
.smq-nb-hero-sub {
  color: #888;
  font-size: 0.96rem;
  line-height: 1.7;
  max-width: 580px;
  margin: 0 0 32px;
}
.smq-nb-stats {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.07);
}
.smq-nb-stat-val {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.8rem;
  color: #CF0A2C;
  line-height: 1;
  display: block;
}
.smq-nb-stat-label {
  font-family: 'DM Mono', monospace;
  font-size: 0.67rem;
  color: #555;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
  margin-top: 3px;
}

/* ── TOC ── */
.smq-nb-toc {
  background: #0a0a0a;
  border-radius: 12px;
  padding: 26px 30px;
  margin-bottom: 40px;
  border: 1px solid rgba(255,255,255,0.06);
}
.smq-nb-toc-label {
  font-family: 'DM Mono', monospace;
  font-size: 0.68rem;
  color: #CF0A2C;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}
.smq-nb-toc ol {
  list-style: none;
  margin: 0; padding: 0;
  counter-reset: toc-nb;
}
.smq-nb-toc li {
  counter-increment: toc-nb;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.smq-nb-toc li:last-child { border-bottom: none; }
.smq-nb-toc li::before {
  content: counter(toc-nb, decimal-leading-zero);
  font-family: 'DM Mono', monospace;
  font-size: 0.68rem;
  color: #CF0A2C;
  min-width: 26px;
  flex-shrink: 0;
}
.smq-nb-toc a {
  color: #bbb;
  font-size: 0.9rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}
.smq-nb-toc a:hover { color: #fff; text-decoration: none; }

/* ── SECTION HEADERS ── */
.smq-nb-guide h2 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.95rem;
  letter-spacing: 0.04em;
  color: #0a0a0a;
  margin: 52px 0 0;
  line-height: 1;
}
.smq-nb-rule {
  width: 44px; height: 3px;
  background: #CF0A2C;
  border-radius: 2px;
  margin: 8px 0 22px;
}
.smq-nb-guide h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0a0a0a;
  margin: 30px 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.smq-nb-guide h3::before {
  content: '';
  display: inline-block;
  width: 4px; height: 16px;
  background: #CF0A2C;
  border-radius: 2px;
  flex-shrink: 0;
}

/* ── TABLEAUX ── */
.smq-nb-table-wrap {
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid #e8e8e8;
  margin: 18px 0 32px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.smq-nb-table {
  width: 100%; border-collapse: collapse; font-size: 0.9rem;
}
.smq-nb-table thead { background: #0a0a0a; }
.smq-nb-table thead th {
  padding: 14px 16px;
  color: #fff;
  font-family: 'DM Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}
.smq-nb-table thead th:first-child {
  background: #CF0A2C;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.smq-nb-table tbody tr:nth-child(even) { background: #f9f9f9; }
.smq-nb-table tbody tr:hover { background: #fff5f5; }
.smq-nb-table tbody td {
  padding: 12px 16px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  font-weight: 500;
}
.smq-nb-table tbody td:first-child {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.15rem;
  color: #CF0A2C;
  letter-spacing: 0.04em;
}
.smq-nb-table tbody td.eu {
  font-weight: 700; color: #0a0a0a;
}
.smq-nb-table tbody tr.featured { background: #fff8f8; }
.smq-nb-table tbody tr.featured td { font-weight: 700; }

/* ── MODEL CARDS ── */
.smq-nb-models {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 20px 0 32px;
}
.smq-nb-model-card {
  background: #0a0a0a;
  border-radius: 12px;
  padding: 24px 20px;
  border: 1px solid rgba(255,255,255,0.06);
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
  cursor: default;
}
.smq-nb-model-card:hover {
  border-color: #CF0A2C;
  transform: translateY(-2px);
}
.smq-nb-model-card::after {
  content: attr(data-m);
  position: absolute;
  right: -6px; bottom: -14px;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 80px;
  color: rgba(255,255,255,0.03);
  line-height: 1;
  pointer-events: none;
}
.smq-nb-model-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 4px;
}
.smq-nb-model-type {
  font-family: 'DM Mono', monospace;
  font-size: 0.68rem;
  color: #555;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.smq-nb-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.78rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.smq-nb-badge.ok { background: rgba(30,200,100,0.1); color: #1ec864; }
.smq-nb-badge.up { background: rgba(207,10,44,0.1); color: #CF0A2C; }
.smq-nb-badge.ok::before { content: '✓ '; }
.smq-nb-badge.up::before { content: '↑ '; }

/* ── TIPS / WARNINGS ── */
.smq-nb-tip, .smq-nb-warn, .smq-nb-info {
  display: flex; gap: 16px;
  border-radius: 10px; padding: 18px 22px;
  margin: 20px 0; align-items: flex-start;
}
.smq-nb-tip {
  background: rgba(207,10,44,0.03);
  border: 1px solid rgba(207,10,44,0.12);
  border-left: 4px solid #CF0A2C;
}
.smq-nb-warn {
  background: rgba(245,166,35,0.04);
  border: 1px solid rgba(245,166,35,0.18);
  border-left: 4px solid #f5a623;
}
.smq-nb-info {
  background: #f6f6f6;
  border: 1px solid #e8e8e8;
  border-left: 4px solid #aaa;
}
.smq-nb-tip-ico { font-size: 1.3rem; flex-shrink: 0; margin-top: 1px; }
.smq-nb-tip p, .smq-nb-warn p, .smq-nb-info p { margin: 0; font-size: 0.93rem; line-height: 1.65; }
.smq-nb-warn p, .smq-nb-warn strong { color: #7a4400; }

/* ── CHECKLIST ── */
.smq-nb-list {
  list-style: none; padding: 0; margin: 14px 0 24px;
  border: 1px solid #eee; border-radius: 10px; overflow: hidden;
}
.smq-nb-list li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 13px 18px; border-bottom: 1px solid #f0f0f0;
  font-size: 0.94rem; line-height: 1.55; background: #fff;
  transition: background 0.15s;
}
.smq-nb-list li:last-child { border-bottom: none; }
.smq-nb-list li:hover { background: #fafafa; }
.smq-nb-dot {
  width: 7px; height: 7px; background: #CF0A2C;
  border-radius: 50%; flex-shrink: 0; margin-top: 7px;
}
.smq-nb-num {
  font-family: 'DM Mono', monospace;
  font-size: 0.72rem; color: #CF0A2C; font-weight: 500;
  min-width: 22px; flex-shrink: 0; margin-top: 2px;
}

/* ── IMAGE ── */
.smq-nb-img {
  margin: 24px 0;
  border-radius: 12px; overflow: hidden;
  border: 1px solid #eee;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}
.smq-nb-img img { width: 100%; display: block; }
.smq-nb-img-cap {
  background: #f6f6f6; padding: 10px 16px;
  font-family: 'DM Mono', monospace;
  font-size: 0.75rem; color: #888;
}

/* ── CTA AFFILIÉ ── */
.smq-nb-cta {
  background: #0a0a0a;
  border-radius: 14px; padding: 36px 32px;
  margin: 36px 0; position: relative; overflow: hidden;
}
.smq-nb-cta::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, #CF0A2C, #ff4d6d, #CF0A2C);
}
.smq-nb-cta-tag {
  font-family: 'DM Mono', monospace;
  font-size: 0.68rem; color: #CF0A2C;
  letter-spacing: 0.14em; text-transform: uppercase;
  margin-bottom: 10px; display: block;
}
.smq-nb-cta h3 {
  font-family: 'Bebas Neue', sans-serif !important;
  font-size: 1.8rem !important; color: #fff !important;
  margin: 0 0 6px !important; letter-spacing: 0.04em;
}
.smq-nb-cta h3::before { display: none !important; }
.smq-nb-cta p { color: #666; font-size: 0.88rem; margin: 0 0 22px; }
.smq-nb-btns { display: flex; flex-wrap: wrap; gap: 10px; }
.smq-nb-btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 12px 22px; border-radius: 6px;
  font-weight: 700; font-size: 0.87rem;
  text-decoration: none !important;
  letter-spacing: 0.02em; transition: all 0.2s;
}
.smq-nb-btn:hover { transform: translateY(-2px); }
.smq-nb-btn-red { background: #CF0A2C; color: #fff !important; }
.smq-nb-btn-red:hover { background: #a00820; box-shadow: 0 6px 20px rgba(207,10,44,0.35); }
.smq-nb-btn-ghost { background: transparent; color: #bbb !important; border: 1px solid rgba(255,255,255,0.12); }
.smq-nb-btn-ghost:hover { border-color: rgba(255,255,255,0.35); color: #fff !important; }

/* ── FAQ ── */
.smq-nb-faq { margin: 20px 0 36px; border: 1px solid #eee; border-radius: 12px; overflow: hidden; }
.smq-nb-faq-item { border-bottom: 1px solid #f0f0f0; }
.smq-nb-faq-item:last-child { border-bottom: none; }
.smq-nb-faq-q {
  padding: 16px 20px;
  font-weight: 700; font-size: 0.94rem;
  display: flex; align-items: center;
  justify-content: space-between; gap: 12px;
  background: #fff; width: 100%; border: none;
  cursor: pointer; text-align: left;
  transition: background 0.15s; color: #0a0a0a;
}
.smq-nb-faq-q:hover { background: #fafafa; }
.smq-nb-faq-q::after { content: '+'; font-size: 1.5rem; color: #CF0A2C; font-weight: 300; flex-shrink: 0; line-height: 1; }
.smq-nb-faq-a { padding: 0 20px 16px; font-size: 0.92rem; line-height: 1.7; color: #444; background: #fafafa; }

/* ── RESPONSIVE ── */
@media (max-width: 600px) {
  .smq-nb-hero { padding: 30px 20px; }
  .smq-nb-hero h1 { font-size: 2.2rem; }
  .smq-nb-toc, .smq-nb-cta { padding: 18px 16px; }
  .smq-nb-models { grid-template-columns: 1fr; }
  .smq-nb-btns { flex-direction: column; }
  .smq-nb-btn { justify-content: center; }
  .smq-nb-table thead th, .smq-nb-table tbody td { padding: 10px 10px; font-size: 0.82rem; }
  .smq-nb-stats { gap: 20px; }
}