/* Extra sections for index.html (dark theme) — GMC, flyers, 48 langs */
.section-block {
  margin-top: 40px;
  padding: 24px 20px;
  border-radius: 18px;
  background: var(--card);
  border: 1px solid var(--line);
}
.section-block h2 {
  font-size: 1.35rem;
  text-align: center;
  margin-bottom: 8px;
}
.section-block .sub {
  text-align: center;
  color: var(--muted);
  font-size: 0.92rem;
  margin-bottom: 18px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.pill-row { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 12px 0 16px; }
.pill {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid var(--line);
}
.pill.gmc { background: rgba(106, 27, 154, 0.25); color: #e1bee7; }
.pill.wc { background: rgba(255, 193, 7, 0.12); color: #ffe082; }
.dl-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
  max-width: 900px;
  margin: 16px auto 0;
}
.dl-row .btn { width: 100%; justify-content: center; font-size: 0.88rem; }
.btn-dl { background: #1e293b; border: 1px solid var(--line); color: var(--text); }
.btn-dl:hover { background: #334155; text-decoration: none; }
.spotlight { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 14px; }
.spot-card {
  padding: 16px;
  border-radius: 14px;
  border: 1px solid rgba(59, 130, 246, 0.35);
  background: rgba(59, 130, 246, 0.08);
}
.spot-card.cafe { border-color: rgba(167, 139, 250, 0.4); background: rgba(106, 27, 154, 0.1); }
.spot-card h3 { font-size: 1rem; margin-bottom: 8px; }
.spot-card p { font-size: 0.88rem; color: var(--muted); margin-bottom: 10px; }
.flyer-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; }
.flyer-group h4 {
  grid-column: 1 / -1;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--muted);
  margin: 12px 0 6px;
}
.flyer-group:first-child h4 { margin-top: 0; }
a.flyer-link {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: #93c5fd;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
}
a.flyer-link:hover { border-color: var(--accent); background: rgba(59, 130, 246, 0.12); text-decoration: none; }
a.flyer-link span { display: block; font-size: 0.72rem; color: var(--muted); font-weight: 500; margin-top: 4px; }
.gdm-chips { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; }
.gdm-chips span {
  font-size: 0.72rem;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(59, 130, 246, 0.15);
  border: 1px solid rgba(59, 130, 246, 0.3);
  color: #93c5fd;
}
.level-compact { list-style: none; max-width: 720px; margin: 0 auto; }
.level-compact li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 0.9rem;
}
.level-compact li:last-child { border-bottom: none; }
.level-compact .n {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--accent); color: #fff;
  font-weight: 800; font-size: 0.85rem;
  display: flex; align-items: center; justify-content: center;
}
.lang-section-home {
  margin: 48px 0 24px;
  padding: 22px 16px 20px;
  border-radius: 18px;
  background: var(--card);
  border: 1px solid var(--line);
}
.lang-section-home h2 { font-size: 1.15rem; text-align: center; margin-bottom: 6px; }
.lang-section-home .sub { text-align: center; color: var(--muted); font-size: 0.88rem; margin-bottom: 14px; }
.lang-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  gap: 8px;
  max-width: 100%;
}
.lang-grid button {
  font: inherit;
  font-size: 0.74rem;
  font-weight: 600;
  padding: 8px 4px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  cursor: pointer;
  line-height: 1.3;
  word-break: break-word;
}
.lang-grid button .lang-short {
  font-weight: 800;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
  color: inherit;
}
@media (max-width: 640px) {
  .lang-grid {
    grid-template-columns: repeat(auto-fill, minmax(86px, 1fr));
    gap: 6px;
  }
  .lang-grid button {
    font-size: 0.68rem;
    padding: 7px 3px;
  }
}
.lang-grid button:hover { border-color: var(--accent); background: rgba(59, 130, 246, 0.2); }
.lang-grid button.active { background: var(--accent); border-color: var(--accent); color: #fff; }
.lang-status { text-align: center; font-size: 0.8rem; color: var(--muted); margin-top: 12px; min-height: 1.2em; }
.wrap { padding-bottom: 200px !important; }
