/* Togamaker.com Belgium — only multilingual additions to the exact V6-11 system. */

.lang-switch {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  flex: none;
}

.header-top > .brand { order: 1; }
.header-top > .lang-switch { order: 2; }
.header-top > .nav-toggle { order: 3; }

.lang-switch a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 38px;
  padding: 5px 10px;
  border: 1px solid rgba(15, 29, 56, .3);
  border-radius: 999px;
  background: #fffaf2;
  color: var(--navy);
  box-shadow: 0 2px 8px rgba(15, 29, 56, .06);
  font-family: var(--sans);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
}

.lang-switch a:hover {
  border-color: var(--gold);
  background: #f4ead8;
  color: var(--navy);
}

.lang-switch a[aria-current="true"] {
  border-color: var(--gold);
  background: var(--navy);
  color: var(--gold-soft);
}

.lang-switch a:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.metrics.six {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric-note {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-family: var(--sans);
  font-size: .72rem;
  line-height: 1.5;
}

.section.dark .metric-note { color: #aeb7c5; }

main .check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 18px;
  margin: 26px 0;
  padding: 0;
  list-style: none;
}

main .check-list li {
  position: relative;
  min-width: 0;
  padding: 15px 16px 15px 42px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fffaf2;
  color: var(--ink-soft);
  font-family: var(--sans);
  font-size: .92rem;
  line-height: 1.55;
}

main .check-list li::before {
  content: "✓";
  position: absolute;
  top: 14px;
  left: 16px;
  color: var(--gold);
  font-weight: 900;
}

.section.dark .check-list li {
  border-color: #31405e;
  background: #182844;
  color: #d6dce6;
}

.tm-consent-card { position: relative; }

.tm-consent-close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--navy);
  font: 600 1.5rem/1 var(--sans);
  cursor: pointer;
}

.tm-consent-current {
  grid-column: 1 / -1;
  margin: 0 !important;
  color: #525b68 !important;
  font: 700 .78rem/1.4 var(--sans);
}

@media (max-width: 1040px) {
  .metrics.six { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .header-top:has(> .lang-switch) { gap: 10px; }
  .header-top > .brand { min-width: 0; }
  .header-top > .lang-switch { margin-left: auto; gap: 5px; }
  .lang-switch a { min-width: 34px; min-height: 34px; padding: 4px 7px; font-size: .7rem; }
  .metrics.six,
  main .check-list { grid-template-columns: minmax(0, 1fr); }
  .tm-consent-current { grid-column: auto; }
}

@media (max-width: 430px) {
  .header-top:has(> .lang-switch) .brand small { display: none; }
  .header-top:has(> .lang-switch) .brand strong { font-size: 1rem; }
}
