/* ============================================
   Agenda 頁 — Figma node 4:2
   ============================================ */

.agenda {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

.agenda__main {
  position: absolute;
  left: 120px;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 70px;
  z-index: 2;
}

.agenda__title {
  font-family: 'NATS', sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: 9px;
  color: #333;
}

.agenda__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.agenda__item {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 800px;
}

.agenda__num {
  flex-shrink: 0;
  width: 75px;
  height: 75px;
  background: var(--cover-red, #e22d2a);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Nata Sans', sans-serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
}

.agenda__item-text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.agenda__item-title {
  font-family: 'Nata Sans', sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.3px;
  color: #090909;
  white-space: nowrap;
}

.agenda__item-sub {
  font-family: 'Nata Sans', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
  color: rgba(51, 51, 51, 0.8);
}

.agenda__image-wrap {
  position: absolute;
  left: 920px;
  top: 60px;
  bottom: calc(var(--slide-footer-height) + 60px);
  width: 940px;
  border-radius: 20px;
  overflow: hidden;
  background: #d9d9d9;
  z-index: 1;
}

.agenda__image {
  position: absolute;
  width: 147.77%;
  height: 107.45%;
  left: -1.9%;
  top: -3.75%;
  object-fit: cover;
}
