/* Mobile-only overrides; loaded only for narrow screens to preserve desktop */

/* Applies when viewport width is <= 640px (see link media attr) */

.page-container {
  padding: 0 14px;
}

.topbar .page-container {
  padding: 0 14px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.topbar__inner {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.topbar__brand {
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.topbar__nav {
  width: 100%;
  gap: 12px;
  flex-wrap: nowrap;
  justify-content: center;
}

.topbar__nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  min-width: 90px;
  text-align: center;
  height: 44px;
  padding: 0 14px;
  line-height: 1.15;
}

.hero__text {
  text-align: left;
}

.hero__text h1 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.lead {
  font-size: 16px;
  line-height: 1.6;
}

.hero__actions {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}

.hero__actions .btn {
  width: 100%;
  font-size: 16px;
  padding: 12px 14px;
}

.hero__meta {
  grid-template-columns: 1fr;
  gap: 10px;
}

.panel,
.card {
  padding: 14px;
}

.panel__header h2 {
  font-size: 22px;
}

.grid.two,
.timeline {
  grid-template-columns: 1fr;
}

.partner-logos {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  justify-items: stretch;
}

.partner-logos__item {
  width: 100%;
  min-height: 220px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(123, 212, 255, 0.28);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-logos__item img {
  display: block;
  width: 90%;
  height: auto;
  max-height: 200px;
  min-height: 120px;
  object-fit: contain;
}

.organizer-logos {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  justify-items: stretch;
}

.organizer-logos__item {
  width: 100%;
  min-height: 240px;
  padding: 18px;
  border-radius: 16px;
}

.organizer-logos__item img {
  display: block;
  width: 95%;
  height: auto;
  max-height: 260px;
  object-fit: contain;
  margin: 0 auto;
}

.form-shell {
  padding: 0;
}

.form-grid {
  grid-template-columns: 1fr;
  gap: 10px;
}

label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 600;
}

.form-input {
  width: 100%;
  height: 46px;
  padding: 12px 16px;
  border-radius: 7px;
}

.form-actions {
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
}

.form-actions .form-note {
  margin-left: 0;
  width: 100%;
  text-align: center;
}

.form-actions .btn,
.card .btn,
.panel .btn {
  width: 100%;
}

.option {
  gap: 10px;
  padding: 10px 8px;
  align-items: flex-start;
  border-radius: 10px;
}

.option:hover {
  background: rgba(255, 255, 255, 0.04);
}
