body {
  background: radial-gradient(circle at top left, rgba(217, 177, 90, 0.12), transparent 55%), radial-gradient(circle at bottom right, rgba(12, 95, 74, 0.22), transparent 55%), #050608;
}

.section--alt {
  background-color: rgba(10, 11, 17, 0.9);
}

.section-heading {
  max-width: 720px;
}

.hero-schedule {
  position: relative;
}

.hero-schedule__layout {
  align-items: stretch;
}

.hero-schedule__content {
  max-width: 640px;
}

.hero-schedule__media {
  flex: 1;
  max-width: 560px;
  margin-left: auto;
}

.hero-schedule__actions .button {
  min-width: 190px;
}

.schedule-list {
  list-style: none;
  padding-left: 0;
}

.schedule-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: var(--color-text-muted);
}

.schedule-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d9b15a, #7b1230);
}

.card--featured-event {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.schedule-table-wrapper {
  margin-top: var(--space-5);
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border-subtle);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
}

.schedule-table {
  width: 100%;
  border-collapse: collapse;
  background-color: rgba(10, 11, 17, 0.96);
}

.schedule-table thead {
  background: linear-gradient(90deg, rgba(217, 177, 90, 0.24), rgba(123, 18, 48, 0.5));
}

.schedule-table th,
.schedule-table td {
  padding: 14px 18px;
  font-size: var(--font-size-sm);
  text-align: left;
  border-bottom: 1px solid var(--color-border-subtle);
}

.schedule-table th {
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.schedule-table tbody tr:nth-child(even) {
  background-color: rgba(22, 24, 34, 0.76);
}

.schedule-table tbody tr:hover {
  background-color: rgba(35, 38, 53, 0.95);
}

.schedule-table__date {
  font-weight: 600;
  color: var(--color-text);
}

.schedule-table__cta-col {
  white-space: nowrap;
}

.schedule-table__select {
  font-size: var(--font-size-xs);
  padding-inline: 1.1rem;
}

.schedule-table__note {
  font-size: var(--font-size-sm);
}

.schedule-filters {
  min-width: 200px;
}

.interactive-calendar__grid {
  align-items: flex-start;
  gap: var(--space-8);
}

.interactive-calendar__form {
  max-width: 520px;
}

.interactive-calendar__legend .card {
  height: 100%;
}

.timeslot-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  border: 1px solid var(--color-border-subtle);
  cursor: pointer;
  font-size: var(--font-size-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background-color: rgba(10, 11, 17, 0.9);
}

.timeslot-pill input[type="radio"] {
  accent-color: var(--color-primary);
}

.top-venues__grid {
  gap: var(--space-8);
  align-items: center;
}

.top-venues__table-wrapper {
  margin-top: var(--space-4);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--color-border-subtle);
}

.top-venues__table {
  width: 100%;
  border-collapse: collapse;
  background-color: rgba(10, 11, 17, 0.96);
}

.top-venues__table th,
.top-venues__table td {
  padding: 12px 16px;
  font-size: var(--font-size-sm);
  border-bottom: 1px solid var(--color-border-subtle);
}

.top-venues__table th {
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.top-venues__table tbody tr:nth-child(even) {
  background-color: rgba(22, 24, 34, 0.76);
}

.schedule-gallery__container {
  max-width: var(--container-max-width-wide);
}

.schedule-gallery__intro {
  max-width: 680px;
  margin-bottom: var(--space-5);
}

.hosts-grid {
  gap: var(--space-6);
  align-items: stretch;
}

.hosts-grid__intro {
  grid-column: span 3;
  max-width: 720px;
}

.host-card {
  height: 100%;
}

.group-panel__container {
  max-width: var(--container-max-width-wide);
}

.group-panel__layout {
  gap: var(--space-8);
  align-items: flex-start;
}

.group-panel__form {
  max-width: 640px;
}

.group-panel__sidebar .card {
  position: sticky;
  top: 100px;
}

.selected-slots-list {
  list-style: none;
  padding-left: 0;
  margin-top: var(--space-3);
}

.selected-slots-list li {
  font-size: var(--font-size-sm);
  padding: 6px 10px;
  border-radius: var(--radius-sm);
  background-color: rgba(22, 24, 34, 0.9);
  border: 1px solid var(--color-border-subtle);
  margin-bottom: 6px;
}

.selected-slots-list__placeholder {
  border-style: dashed;
  text-align: left;
}

.faq-grid {
  gap: var(--space-8);
}

.faq-item {
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border-subtle);
  background-color: rgba(10, 11, 17, 0.92);
  margin-bottom: var(--space-3);
  overflow: hidden;
}

.faq-item__trigger {
  width: 100%;
  text-align: left;
  padding: 14px 18px;
  font-size: var(--font-size-md);
  color: var(--color-text);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item__trigger::after {
  content: "+";
  font-size: 1.2rem;
}

.faq-item__trigger[aria-expanded="true"]::after {
  content: "";
}

.faq-item__content {
  padding: 0 18px 16px;
  border-top: 1px solid var(--color-border-subtle);
}

.faq-aside .card {
  height: 100%;
}

.event-flow__grid {
  gap: var(--space-8);
  align-items: flex-start;
}

.event-duration-table-wrapper {
  margin-top: var(--space-4);
  border-radius: var(--radius-md);
  border: 1px solid var(--color-border-subtle);
  overflow: hidden;
}

.event-duration-table {
  width: 100%;
  border-collapse: collapse;
  background-color: rgba(10, 11, 17, 0.96);
}

.event-duration-table th,
.event-duration-table td {
  padding: 10px 14px;
  font-size: var(--font-size-sm);
  border-bottom: 1px solid var(--color-border-subtle);
}

.event-duration-table th {
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.event-duration-table tbody tr:nth-child(even) {
  background-color: rgba(22, 24, 34, 0.76);
}

@media (max-width: 1024px) {
  .hero-schedule__layout {
    gap: var(--space-6);
  }

  .hero-schedule__media {
    max-width: 100%;
  }

  .group-panel__sidebar .card {
    position: static;
  }
}

@media (max-width: 768px) {
  .hero-schedule__layout {
    flex-direction: column;
  }

  .hero-schedule__media {
    order: -1;
  }

  .hosts-grid__intro {
    grid-column: span 1;
  }

  .schedule-table__cta-col {
    white-space: normal;
  }

  .schedule-table th:nth-child(2),
  .schedule-table td:nth-child(2) {
    display: none;
  }
}

@media (max-width: 600px) {
  .schedule-filters {
    width: 100%;
  }

  .schedule-table th,
  .schedule-table td {
    padding-inline: 10px;
  }

  .group-panel__layout {
    grid-template-columns: 1fr;
  }
}
