.hero-meta-row {
  margin-top: var(--space-4);
}

.section-header {
  margin-bottom: var(--space-8);
}

.section-header.text-center {
  max-width: 720px;
  margin-inline: auto;
}

.featured-grid .card {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.featured-image-wrapper {
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: var(--space-4);
}

.featured-image-wrapper img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.card .meta-inline {
  margin-top: var(--space-3);
}

.category-grid .category-card {
  height: 100%;
}

.category-list,
.why-list,
.participation-list,
.rules-list,
.quick-links-list {
  list-style: none;
  padding-left: 0;
}

.category-list li,
.why-list li,
.participation-list li,
.rules-list li,
.quick-links-list li {
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 0.5rem;
  color: var(--color-text-soft);
  font-size: var(--font-size-sm);
}

.category-list li::before,
.why-list li::before,
.participation-list li::before,
.rules-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: linear-gradient(120deg, #22d3ee, #a855f7);
}

.quick-links-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.9);
}

.quick-links-list a {
  color: var(--color-accent-blue);
  font-size: var(--font-size-sm);
}

.quick-links-list a:hover {
  color: var(--color-accent-purple);
}

.highlight-image-wrapper {
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-elevated);
}

.highlight-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dynamic-filter {
  margin-bottom: var(--space-4);
}

.filter-row {
  align-items: flex-end;
}

.filter-field {
  flex: 1 1 160px;
}

.filter-actions {
  flex: 0 0 auto;
}

.filter-hint {
  margin-top: var(--space-2);
  font-size: var(--font-size-xs);
}

.table-wrapper {
  overflow-x: auto;
}

.gallery-grid {
  margin-top: var(--space-3);
}

@media (max-width: 767px) {
  .featured-image-wrapper img {
    height: 190px;
  }

  .filter-row {
    flex-direction: column;
    align-items: stretch;
  }

  .filter-actions {
    width: 100%;
  }

  .filter-actions .btn {
    width: 100%;
  }
}
