/* Agenda page — Cadence Korea-inspired structure using the existing Vietnam event branding. */
html,
body.agenda-page-body {
  min-height: 100% !important;
  height: auto !important;
  max-height: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}
body.agenda-page-body {
  margin: 0 !important;
  position: static !important;
  background: #fff;
  color: #171717;
}
.agenda-index-header {
  position: relative;
  z-index: 20;
  width: 100%;
  background: #fff;
}
.agenda-index-header__inner {
  width: 100%;
  max-width: 1826px;
  margin: 0 auto;
}
.agenda-index-header .WebsiteNavigator__container___2522 {
  min-height: 118px;
  padding: 15px 8px 15px 15px !important;
  background: #fff !important;
  border: 0 !important;
}
.agenda-index-header .WebsiteNavigator__leftContent___2522 a {
  display: block;
  width: 100%;
}
.agenda-index-header .WebsiteNavigator__leftContent___2522 img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.agenda-index-header .event-nav-link,
.agenda-index-header .event-lang-link {
  font-weight: 400 !important;
}
.agenda-index-header .event-nav-link.is-active,
.agenda-index-header .event-lang-link.is-active {
  font-weight: 700 !important;
}
.agenda-index-hero {
  width: 100%;
  min-height: 486px;
  display: flex;
  align-items: stretch;
  background-color: #061f3c;
  background-image: url("../images/hero-background.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.agenda-index-hero__inner {
  box-sizing: border-box;
  width: 100%;
  max-width: 1826px;
  min-height: 486px;
  margin: 0 auto;
  padding: 66px 42px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.agenda-index-hero__eyebrow {
  margin: 0 0 24px;
  color: #fff;
  font-family: "Rubix", Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 1.05vw, 22px);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.agenda-index-hero h1 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-family: "Rubix", Arial, Helvetica, sans-serif;
  font-size: clamp(48px, 4.15vw, 80px);
  line-height: 1.08;
  font-weight: 300;
  letter-spacing: -0.035em;
}
.agenda-index-hero__meta {
  margin-top: 42px;
  display: grid;
  gap: 15px;
  color: #fff;
  font-family: "Rubix", Arial, Helvetica, sans-serif;
  font-size: clamp(20px, 1.48vw, 30px);
  line-height: 1.3;
  font-weight: 300;
}
.agenda-index-hero__meta p { margin: 0; }
@media (max-width: 760px) {
  .agenda-index-header .WebsiteNavigator__container___2522 { min-height: auto; flex-wrap: wrap; }
  .agenda-index-header .WebsiteNavigator__navigation___2522,
  .agenda-index-header .WebsiteNavigator__rightContent___2522 { width: 100%; margin-left: 0 !important; }
  .agenda-index-header .event-nav-list { justify-content: flex-start; }
  .agenda-index-hero,
  .agenda-index-hero__inner { min-height: 350px; }
  .agenda-index-hero { background-position: 62% center; }
  .agenda-index-hero__inner { padding: 42px 22px 46px; }
  .agenda-index-hero h1 { font-size: clamp(38px, 10vw, 54px); }
  .agenda-index-hero__meta { margin-top: 28px; gap: 8px; font-size: 16px; }
}
.agenda-static-page {
  background: #fff;
  color: #161616;
}

.agenda-static-page .static-header {
  position: relative;
  z-index: 20;
  background: #fff;
}

.agenda-static-page .static-nav a[aria-current="page"] {
  color: #0076ce;
  font-weight: 700;
}

.agenda-page {
  width: 100%;
  min-height: 100vh;
  overflow: visible !important;
  background: #fff;
}

.agenda-hero {
  position: relative;
  min-height: 330px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #061f3c;
}

.agenda-hero__background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.005);
}

.agenda-hero__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(3, 25, 51, 0.96) 0%, rgba(3, 25, 51, 0.84) 34%, rgba(3, 25, 51, 0.46) 61%, rgba(3, 25, 51, 0.16) 100%);
}

.agenda-hero__content {
  position: relative;
  z-index: 2;
  width: min(100%, 1540px);
  margin: 0 auto;
  padding: 48px clamp(28px, 4.4vw, 72px) 52px;
  color: #fff;
}

.agenda-hero__eyebrow {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.agenda-hero h1 {
  max-width: 790px;
  margin: 0;
  color: #fff;
  font-size: clamp(38px, 4.1vw, 65px);
  line-height: 1.03;
  font-weight: 300;
  letter-spacing: -0.035em;
}

.agenda-hero__meta {
  margin-top: 27px;
  display: grid;
  gap: 7px;
  font-size: clamp(17px, 1.35vw, 22px);
  line-height: 1.42;
  font-weight: 400;
}

.agenda-hero__meta p {
  margin: 0;
}

.agenda-section {
  width: 100%;
  padding: 0 0 78px;
  background: #fff;
}

.agenda-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  box-shadow: none;
}

.agenda-titlebar {
  margin: 0;
  padding: 17px 24px 16px;
  background: #5aa4dc;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: 0.015em;
}

.agenda-subbar {
  padding: 12px 24px 11px;
  background: #35becd;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.055em;
}

.agenda-table-wrap {
  width: 100%;
  overflow-x: auto;
  background: #fff;
}

.agenda-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  color: #171717;
  background: #fff;
}

.agenda-table th,
.agenda-table td {
  vertical-align: middle;
}

.agenda-table thead th {
  padding: 15px 24px;
  background: #d8d8d8;
  color: #171717;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 400;
  text-align: left;
}

.agenda-table thead th:first-child {
  width: 25.5%;
  text-align: center;
}

.agenda-table tbody td {
  padding: 21px 28px;
  border-bottom: 1px solid #ececec;
  background: #fff;
  font-size: 17px;
  line-height: 1.48;
}

.agenda-table tbody tr:last-child td {
  border-bottom: 0;
}

.agenda-time {
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
  font-variant-numeric: tabular-nums;
}

.agenda-session-title {
  font-weight: 400;
}

.agenda-speaker {
  margin-top: 7px;
  color: #444;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 400;
}

.agenda-row--featured td {
  background: #fbfcfe !important;
}

.agenda-row--featured .agenda-session-title {
  font-weight: 400;
}

.agenda-row--break td {
  background: #f0f0f0 !important;
}

.agenda-row--break .agenda-session-title {
  font-weight: 400;
}

.agenda-row--closing td {
  background: #f7fafc !important;
  font-weight: 400;
}

@media (max-width: 980px) {
  .agenda-hero {
    min-height: 300px;
  }

  .agenda-hero__content {
    padding: 42px 34px 46px;
  }

  .agenda-section {
    padding-left: 0;
    padding-right: 0;
  }

  .agenda-table thead th:first-child {
    width: 29%;
  }

  .agenda-table tbody td {
    padding: 19px 20px;
    font-size: 16px;
  }
}

@media (max-width: 760px) {
  .agenda-static-page .static-header {
    min-height: auto;
  }

  .agenda-hero {
    min-height: 270px;
  }

  .agenda-hero__background {
    object-position: 62% center;
  }

  .agenda-hero__shade {
    background: linear-gradient(90deg, rgba(3, 25, 51, 0.95) 0%, rgba(3, 25, 51, 0.78) 62%, rgba(3, 25, 51, 0.47) 100%);
  }

  .agenda-hero__content {
    padding: 38px 22px 40px;
  }

  .agenda-hero__eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
    letter-spacing: 0.095em;
  }

  .agenda-hero h1 {
    max-width: 510px;
    font-size: clamp(34px, 10.4vw, 48px);
  }

  .agenda-hero__meta {
    margin-top: 21px;
    gap: 5px;
    font-size: 15px;
  }

  .agenda-section {
    padding: 0 0 54px;
  }

  .agenda-shell {
    box-shadow: none;
  }

  .agenda-titlebar {
    padding: 14px 14px 13px;
    font-size: 18px;
  }

  .agenda-subbar {
    padding: 10px 12px;
    font-size: 11px;
    letter-spacing: 0.025em;
  }

  .agenda-table thead th {
    padding: 13px 10px;
    font-size: 13px;
  }

  .agenda-table thead th:first-child {
    width: 31%;
  }

  .agenda-table tbody td {
    padding: 16px 12px;
    font-size: 14px;
    line-height: 1.42;
  }

  .agenda-time {
    white-space: normal;
    font-size: 13px;
  }

  .agenda-speaker {
    margin-top: 6px;
    font-size: 12.5px;
  }
}

@media (max-width: 480px) {
  .agenda-hero {
    min-height: 245px;
  }

  .agenda-hero__content {
    padding: 31px 17px 34px;
  }

  .agenda-hero h1 {
    font-size: 34px;
  }

  .agenda-hero__meta {
    font-size: 14px;
  }

  .agenda-section {
    padding-left: 0;
    padding-right: 0;
  }

  .agenda-table thead th:first-child {
    width: 30%;
  }

  .agenda-table tbody td {
    padding: 14px 9px;
    font-size: 13px;
  }

  .agenda-time {
    font-size: 12px;
  }
}

/* English agenda: 3-column Time / Flow / Speaker layout */
.agenda-table--three thead th:nth-child(1) {
  width: 15%;
  text-align: center;
}
.agenda-table--three thead th:nth-child(2) {
  width: 60%;
}
.agenda-table--three thead th:nth-child(3) {
  width: 25%;
}
.agenda-table--three .agenda-speaker-cell {
  font-weight: 400;
  color: #171717;
}
.agenda-table--three .agenda-row--section-head td {
  background: #d8d8d8 !important;
  font-weight: 400;
}
@media (max-width: 760px) {
  .agenda-table--three thead th:nth-child(1) {
    width: 20%;
  }
  .agenda-table--three thead th:nth-child(2) {
    width: 50%;
  }
  .agenda-table--three thead th:nth-child(3) {
    width: 30%;
  }
}
