/* ─── CGU / Legal pages ──────────────────────────────────────────────────── */
.legal-page { max-width: 760px; margin: 0 auto; padding: 40px 24px 80px; }
.legal-page h1 { font-size: 22px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.legal-page .legal-date { font-size: 13px; color: var(--text-muted); margin-bottom: 40px; }
.legal-page h2 { font-size: 15px; font-weight: 700; color: var(--text); margin: 36px 0 10px; padding-bottom: 6px; border-bottom: 1px solid var(--border); }
.legal-page h3 { font-size: 13px; font-weight: 600; color: var(--text); margin: 20px 0 6px; }
.legal-page p, .legal-page li { font-size: 14px; line-height: 1.7; color: var(--text); margin-bottom: 10px; }
.legal-page ul, .legal-page ol { padding-left: 20px; margin-bottom: 10px; }
.legal-page table { width: 100%; border-collapse: collapse; font-size: 13px; margin: 16px 0; }
.legal-page th { background: var(--surface); font-weight: 600; text-align: left; padding: 8px 12px; border: 1px solid var(--border); color: var(--text); }
.legal-page td { padding: 8px 12px; border: 1px solid var(--border); vertical-align: top; line-height: 1.5; }
.legal-page a { color: var(--accent); }
.legal-highlight { background: var(--accent-dim); border-left: 3px solid var(--accent); padding: 12px 16px; border-radius: 4px; margin: 16px 0; }
.legal-highlight p { margin: 0; font-size: 13px; color: var(--text); }

/* ─── Contact page ───────────────────────────────────────────────────────── */
.contact-page { max-width: 560px; margin: 0 auto; padding: 40px 24px 80px; }
.contact-page h1 { font-size: 22px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.contact-page .subtitle { font-size: 14px; color: var(--text-muted); margin-bottom: 36px; line-height: 1.6; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 13px; font-weight: 500; color: var(--text); margin-bottom: 6px; }
.form-group input,
.form-group textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 14px;
  font-size: 14px;
  font-family: inherit;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface);
  color: var(--text);
  outline: none;
  transition: border-color .15s;
}
.form-group input:focus,
.form-group textarea:focus { border-color: #1a56db; }
.form-group textarea { min-height: 140px; resize: vertical; }
.hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.form-actions { margin-top: 24px; }
.btn-send {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 24px;
  background: #1a56db;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background .15s;
}
.btn-send:hover { background: #1e40af; }
.btn-send:disabled { background: #93c5fd; cursor: not-allowed; }
.form-feedback {
  margin-top: 18px;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 14px;
  display: none;
}
.form-feedback.success { background: #f0fdf4; border: 1px solid #86efac; color: #166534; }
.form-feedback.error   { background: #fef2f2; border: 1px solid #fca5a5; color: #991b1b; }
.legal-note { margin-top: 24px; font-size: 12px; color: var(--text-muted); line-height: 1.6; }
.legal-note a { color: #1a56db; }
.pow-widget {
  display: flex; align-items: center; gap: 10px;
  padding: 10px 14px; border: 1px solid var(--border);
  border-radius: 8px; background: var(--surface);
  font-size: 13px; color: var(--text-muted);
  margin-bottom: 18px; min-height: 42px;
}
.pow-widget.solved { border-color: #86efac; background: #f0fdf4; color: #166534; }
.pow-widget.error  { border-color: #fca5a5; background: #fef2f2; color: #991b1b; }
.pow-spinner {
  width: 16px; height: 16px; border: 2px solid var(--border);
  border-top-color: #1a56db; border-radius: 50%;
  animation: spin .7s linear infinite; flex-shrink: 0;
}
@keyframes spin { to { transform: rotate(360deg); } }
.pow-icon { font-size: 16px; flex-shrink: 0; }

/* ─── Verification guide page ────────────────────────────────────────────── */
.verif-page { max-width: 720px; margin: 0 auto; padding: 40px 24px 80px; }
.verif-page h1 { font-size: 22px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.verif-intro { font-size: 14px; color: var(--text-muted); margin-bottom: 40px; line-height: 1.6; }
.verif-section { margin-bottom: 40px; }
.verif-section-header { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; padding-bottom: 12px; border-bottom: 2px solid var(--border); }
.verif-icon { width: 36px; height: 36px; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.verif-icon--hash  { background: rgba(99,102,241,0.1); }
.verif-icon--btc   { background: rgba(245,158,11,0.1); }
.verif-icon--tsa   { background: rgba(16,185,129,0.1); }
.verif-section-title { font-size: 16px; font-weight: 700; color: var(--text); margin: 0; }
.verif-section-sub   { font-size: 12px; color: var(--text-muted); margin: 0; }
.verif-body { font-size: 14px; line-height: 1.7; color: var(--text); }
.verif-body p { margin: 0 0 12px; }
.verif-body ol { padding-left: 20px; margin: 12px 0; }
.verif-body li { margin-bottom: 8px; }
.verif-body a { color: var(--accent); }
.verif-cta { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; padding: 10px 18px; background: var(--accent); color: #fff; border-radius: 8px; font-size: 14px; font-weight: 600; text-decoration: none; }
.verif-cta:hover { opacity: .9; }
.verif-cta--sec { background: var(--bg3); color: var(--text); border: 1px solid var(--border); }
.verif-note { background: var(--bg3); border-left: 3px solid var(--accent); padding: 10px 14px; border-radius: 4px; font-size: 13px; color: var(--text-muted); margin-top: 12px; line-height: 1.6; }
.verif-tools { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 8px; }
.verif-tool-pill { background: var(--bg3); border: 1px solid var(--border); border-radius: 6px; padding: 4px 12px; font-size: 12px; font-weight: 600; color: var(--text-muted); }
.verif-page code { background: var(--bg3); padding: 1px 6px; border-radius: 4px; font-size: 12px; font-family: monospace; }

/* ─── Admin page ─────────────────────────────────────────────────────────── */
.admin-wrap { display: grid; grid-template-columns: 200px 1fr; min-height: calc(100vh - 56px); gap: 0; }
.admin-sidebar { background: var(--surface); border-right: 1px solid var(--border); padding: 24px 0; }
.admin-sidebar-title { font-size: 0.7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--text-muted); padding: 0 20px 8px; }
.admin-nav a { display: block; padding: 10px 20px; color: var(--text); text-decoration: none; font-size: 0.9rem; border-left: 3px solid transparent; }
.admin-nav a:hover { background: var(--bg); }
.admin-nav a.active { border-left-color: var(--accent); color: var(--accent); font-weight: 600; background: var(--bg); }
.admin-main { padding: 32px; overflow: auto; }
.admin-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.admin-header h1 { font-size: 1.25rem; font-weight: 700; margin: 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 32px; }
.stat-box { background: var(--surface); border: 1px solid var(--border); border-radius: 8px; padding: 16px; }
.stat-box .val { font-size: 1.5rem; font-weight: 700; margin-bottom: 2px; }
.stat-box .lbl { font-size: 0.8rem; color: var(--text-muted); }
.section { display: none; }
.section.active { display: block; }
.toolbar { display: flex; gap: 8px; margin-bottom: 16px; align-items: center; flex-wrap: wrap; }
.toolbar input[type=text] { flex: 1; min-width: 180px; padding: 8px 12px; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); color: var(--text); font-size: 0.875rem; }
.toolbar select { padding: 8px 10px; border: 1px solid var(--border); border-radius: 6px; background: var(--surface); color: var(--text); font-size: 0.875rem; }
.table-wrap { overflow-x: auto; }
.admin-main table { width: 100%; border-collapse: collapse; font-size: 0.85rem; }
.admin-main th { text-align: left; padding: 10px 12px; border-bottom: 2px solid var(--border); font-size: 0.75rem; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted); font-weight: 600; white-space: nowrap; }
.admin-main td { padding: 10px 12px; border-bottom: 1px solid var(--border); vertical-align: middle; }
.admin-main tr:hover td { background: var(--surface); }
.pill { display: inline-block; padding: 2px 8px; border-radius: 20px; font-size: 0.75rem; font-weight: 600; }
.pill-ready    { background: #d1fae5; color: #065f46; }
.pill-deleted  { background: #fee2e2; color: #991b1b; }
.pill-pending  { background: #fef3c7; color: #92400e; }
.pill-free     { background: var(--bg); color: var(--text-muted); border: 1px solid var(--border); }
.pill-perso    { background: #dbeafe; color: #1d4ed8; }
.pill-pro      { background: #ede9fe; color: #5b21b6; }
.pill-business { background: #fef3c7; color: #92400e; }
.pill-admin    { background: #fee2e2; color: #991b1b; }
.pill-blocked  { background: #fee2e2; color: #991b1b; }
.btn-sm { padding: 4px 10px; font-size: 0.8rem; border-radius: 5px; border: 1px solid var(--border); background: var(--surface); color: var(--text); cursor: pointer; transition: background .15s; white-space: nowrap; }
.btn-sm:hover { background: var(--bg); }
.btn-sm.danger { border-color: #fca5a5; color: #dc2626; }
.btn-sm.danger:hover { background: #fee2e2; }
.btn-sm.success { border-color: #6ee7b7; color: #059669; }
.btn-sm.success:hover { background: #d1fae5; }
.pagination { display: flex; gap: 8px; align-items: center; margin-top: 16px; font-size: 0.875rem; }
.pagination button { padding: 4px 12px; border: 1px solid var(--border); border-radius: 5px; background: var(--surface); cursor: pointer; color: var(--text); }
.pagination button:disabled { opacity: .4; cursor: default; }
.empty { text-align: center; color: var(--text-muted); padding: 40px; }
.modal-overlay { position: fixed; inset: 0; background: rgba(0,0,0,.5); display: flex; align-items: center; justify-content: center; z-index: 1000; }
.modal { background: var(--surface); border-radius: 12px; padding: 28px; max-width: 400px; width: 90%; }
.modal h3 { margin: 0 0 12px; }
.modal p { margin: 0 0 20px; color: var(--text-muted); font-size: 0.9rem; }
.modal-actions { display: flex; gap: 8px; justify-content: flex-end; }
.mollie-mode-bar { transition: border-color .2s; }
@media (max-width: 768px) {
  .admin-wrap { grid-template-columns: 1fr; }
  .admin-sidebar { display: none; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ─── FAQ page ───────────────────────────────────────────────────────────── */
.faq-page { max-width: 760px; margin: 0 auto; padding: 40px 24px 80px; }
.faq-page h1 { font-size: 22px; font-weight: 700; color: var(--text); margin-bottom: 6px; }
.faq-page .faq-intro { font-size: 14px; color: var(--text-muted); margin-bottom: 40px; line-height: 1.6; }
.faq-section-title { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); margin: 40px 0 16px; padding-bottom: 8px; border-bottom: 2px solid var(--accent); }
.faq-item { margin-bottom: 0; border-bottom: 1px solid var(--border); }
.faq-item summary { font-size: 14px; font-weight: 600; color: var(--text); padding: 16px 0; cursor: pointer; user-select: none; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 18px; font-weight: 300; color: var(--text-muted); flex-shrink: 0; transition: transform .2s; }
.faq-item[open] summary::after { content: '−'; }
.faq-item .faq-body { padding: 0 0 20px; }
.faq-item p, .faq-item li { font-size: 14px; line-height: 1.7; color: var(--text); margin-bottom: 8px; }
.faq-item ul, .faq-item ol { padding-left: 20px; margin-bottom: 8px; }
.faq-item table { width: 100%; border-collapse: collapse; font-size: 13px; margin: 12px 0; }
.faq-item th { background: var(--bg3); font-weight: 600; text-align: left; padding: 8px 12px; border: 1px solid var(--border); color: var(--text); }
.faq-item td { padding: 8px 12px; border: 1px solid var(--border); vertical-align: top; line-height: 1.5; }
.faq-item a { color: var(--accent); }
.faq-highlight { background: var(--accent-dim); border-left: 3px solid var(--accent); padding: 12px 16px; border-radius: 4px; margin: 12px 0; font-size: 13px; line-height: 1.6; color: var(--text); }
.faq-highlight p { margin: 0; color: var(--text); }
.badge-eu { display: inline-block; background: var(--accent-dim); color: var(--accent); font-size: 11px; font-weight: 700; padding: 2px 7px; border-radius: 4px; vertical-align: middle; }
