/* NC-Live marketing.php — 48-lang grid + share footer (dark theme) */
.lang-section {
  margin: 48px auto 0;
  max-width: 1080px;
  padding: 28px 18px 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.lang-section h2 {
  font-size: 1.15rem;
  text-align: center;
  margin-bottom: 6px;
  color: #f1f5f9;
}
.lang-section .sub {
  text-align: center;
  color: #94a3b8;
  font-size: 0.88rem;
  margin-bottom: 14px;
  line-height: 1.5;
}
.lang-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 8px;
  max-width: 960px;
  margin: 0 auto;
}
.lang-grid button {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 10px;
  font-size: 0.78rem;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #e2e8f0;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}
.lang-grid button .lang-short {
  font-weight: 800;
  min-width: 1.6em;
  color: #93c5fd;
}
.lang-grid button:hover {
  border-color: #2563eb;
  background: rgba(37, 99, 246, 0.15);
}
.lang-grid button.active {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}
.lang-grid button.active .lang-short {
  color: #fff;
}
.lang-status {
  text-align: center;
  margin-top: 14px;
  font-size: 0.85rem;
  color: #94a3b8;
}
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(15, 23, 42, 0.98);
  padding: 24px 18px 32px;
  margin-top: 0;
}
.site-footer .footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
.site-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 20px;
  font-size: 0.88rem;
}
.site-footer .footer-links a {
  color: #93c5fd;
  text-decoration: none;
  font-weight: 600;
}
.site-footer .footer-links a:hover {
  text-decoration: underline;
}
.site-footer .muted-small {
  font-size: 0.78rem;
  color: #64748b;
  line-height: 1.5;
}
.site-footer .muted-small a {
  color: #93c5fd;
}
.share-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  align-items: center;
}
.share-footer .share-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 14px;
  border-radius: 999px;
  border: none;
  font-weight: 800;
  font-size: 0.86rem;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
}
.share-footer .share-pill:hover {
  text-decoration: none;
  transform: translateY(-1px);
}
.share-footer .share-nc {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.share-footer .share-nc img {
  height: 36px;
  width: auto;
  display: block;
  border-radius: 10px;
}
.share-footer .share-fb { background: #1877f2; }
.share-footer .share-x { background: #000; }
.share-footer .share-li { background: #0a66c2; }
.share-footer .share-wa { background: #25d366; }
.share-footer .share-tg { background: #229ed9; }
