@charset "UTF-8";
@font-face {
  font-family: "title-en";
  src: url("../fonts/LEMONMILK-Bold.woff2") format("woff2"), url("../fonts/LEMONMILK-Bold.woff") format("woff"), url("../fonts/LEMONMILK-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "text-bold-en";
  src: url("../fonts/LEMONMILK-RegularItalic.woff2") format("woff2"), url("../fonts/LEMONMILK-RegularItalic.woff") format("woff"), url("../fonts/LEMONMILK-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "text-en";
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "title-kh";
  src: url("../fonts/Dangrek.woff2") format("woff2"), url("../fonts/Dangrek.woff") format("woff"), url("../fonts/Dangrek.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "text-bold-kh";
  src: url("../fonts/Kantumruy-Bold.woff2") format("woff2"), url("../fonts/Kantumruy-Bold.woff") format("woff"), url("../fonts/Kantumruy-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "text-light-kh";
  src: url("../fonts/Kantumruy-Light.woff2") format("woff2"), url("../fonts/KantumruyLight.woff") format("woff"), url("../fonts/KantumruyLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.event-page {
  color: #212529;
  background-color: #ffffff;
}

.event-section {
  padding: 90px 0;
}
.event-section--muted {
  background-color: #f6f8fb;
}
.event-section--cta {
  background: linear-gradient(135deg, rgba(12, 32, 65, 0.95), rgba(81, 190, 149, 0.95));
  color: #ffffff;
}
.event-section--final {
  background: #0c2041;
  color: #ffffff;
}

.event-section__header {
  max-width: 720px;
  margin-bottom: 50px;
}
.event-section__header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0c2041;
  margin-bottom: 12px;
}
.event-section__header p {
  font-size: 18px;
  color: #6c757d;
  margin-bottom: 0;
}

.event-section--cta .event-section__header h2,
.event-section--final .event-section__header h2 {
  color: #ffffff;
}

.event-section--cta .event-section__header p,
.event-section--final .event-section__header p {
  color: rgba(255, 255, 255, 0.8);
}

.event-hero {
  position: relative;
  background: linear-gradient(135deg, rgba(12, 32, 65, 0.95), rgba(81, 190, 149, 0.8));
  background-size: cover;
  background-position: center;
  min-height: 80vh;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 120px 0 100px;
  overflow: hidden;
}

.event-hero--no-image {
  background-image: none;
}

.event-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(12, 32, 65, 0.9), rgba(12, 32, 65, 0.4));
}

.event-hero__content {
  position: relative;
  max-width: 720px;
  z-index: 1;
}

.event-hero__eyebrow {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 12px;
}

.event-hero__title {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.1;
}

.event-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-bottom: 28px;
  font-size: 16px;
}

.event-hero__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.12);
  padding: 8px 14px;
  border-radius: 999px;
}

.event-hero__meta-icon {
  color: #51be95;
}

.event-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.event-btn {
  border-radius: 999px;
  padding: 12px 28px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.event-btn:hover,
.event-btn:focus {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}

.event-btn--dark {
  color: #0c2041;
}

.event-overview {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 72px;
  align-items: start;
}

.event-overview__intro {
  max-width: 520px;
}

.event-overview__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0c2041;
  border: 1px solid rgba(12, 32, 65, 0.18);
  margin-bottom: 18px;
}

.event-overview__intro h2 {
  font-size: 42px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #0b0f17;
  margin-bottom: 18px;
}

.event-overview__intro p {
  font-size: 17px;
  line-height: 1.8;
  color: #5f6673;
  margin-bottom: 0;
}

.event-overview__accordion {
  border-top: 1px solid rgba(12, 32, 65, 0.14);
}

.overview-accordion__item {
  border-bottom: 1px solid rgba(12, 32, 65, 0.14);
  padding: 20px 0;
}

.overview-accordion__item:hover,
.overview-accordion__item:focus-within,
.overview-accordion__item:focus {
  background-color: transparent;
}

.overview-accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.overview-accordion__header h3 {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.01em;
  color: #101723;
  margin: 0;
}

.overview-accordion__icon {
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  color: #101723;
  flex-shrink: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.overview-accordion__content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition: max-height 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}

.overview-accordion__content p {
  max-width: 95%;
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.75;
  color: #5f6673;
}

.overview-accordion__item:hover .overview-accordion__content,
.overview-accordion__item.is-active .overview-accordion__content {
  max-height: 240px;
  opacity: 1;
  transform: translateY(0);
}

.overview-accordion__item:hover .overview-accordion__icon,
.overview-accordion__item.is-active .overview-accordion__icon {
  transform: rotate(45deg);
}

/* ── Benefits section ───────────────────────────────────────── */
.event-benefits {
  background: #f9fafb;
}

.event-benefits__header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 64px;
}

.event-benefits__badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid rgba(12, 32, 65, 0.18);
  font-size: 12px;
  font-weight: 600;
  color: #0c2041;
  letter-spacing: 0.01em;
  margin-bottom: 22px;
}

.event-benefits__header h2 {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #0b0f17;
  margin-bottom: 16px;
}

.event-benefits__header p {
  font-size: 17px;
  line-height: 1.7;
  color: #6c757d;
  margin: 0;
}

.event-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.benefit-cell {
  padding: 38px 36px 40px;
  border-right: 1px solid rgba(12, 32, 65, 0.1);
  border-bottom: 1px solid rgba(12, 32, 65, 0.1);
  background: #f9fafb;
  transition: background 0.2s ease;
}
.benefit-cell:nth-child(3n) {
  border-right: none;
}
.benefit-cell:nth-last-child(-n+3) {
  border-bottom: none;
}
.benefit-cell:hover {
  background: #ffffff;
}

.benefit-cell__icon {
  font-size: 20px;
  color: #7b8593;
  margin-bottom: 20px;
  line-height: 1;
}

.benefit-cell__title {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #0b0f17;
  margin: 0 0 12px;
}

.benefit-cell__desc {
  font-size: 15px;
  line-height: 1.7;
  color: #6c757d;
  margin: 0;
}

/* ── General grid (non-benefit) ─────────────────────────────── */
.event-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.event-grid--speakers {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.event-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  height: 100%;
}

.event-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.event-card__icon {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(81, 190, 149, 0.15);
  color: #51be95;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 18px;
}

.event-card--speaker {
  padding: 0 0 20px;
  overflow: visible;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(81, 190, 149, 0.6);
  border-radius: 24px;
  box-shadow: none;
  background: #ffffff;
}

.event-card__image img,
.event-card__placeholder {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  background: #e9edf3;
}

.event-card--speaker .event-card__image {
  position: relative;
  border-radius: 23px;
  overflow: hidden;
}

.event-card--speaker .event-card__image img,
.event-card--speaker .event-card__placeholder {
  height: 320px;
}

.event-speaker__badge {
  position: relative;
  margin: -36px 20px 0;
  background: #ffffff;
  border-radius: 14px;
  padding: 16px 20px 14px;
  text-align: center;
  border: 1px solid rgba(12, 32, 65, 0.07);
  box-shadow: 0 8px 30px rgba(11, 22, 43, 0.18), 0 2px 8px rgba(11, 22, 43, 0.08);
  z-index: 2;
}

.event-speaker__badge h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #0c2041;
}

.event-speaker__title {
  margin: 6px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #7b8593;
  font-weight: 500;
}

.event-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9aa3b2;
  font-size: 40px;
}

.event-card__body {
  padding: 24px;
}

.event-card__meta {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 12px;
}

/* ── Agenda split-screen ─────────────────────────────────────── */
.agenda-days {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

.agenda-day {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(12, 32, 65, 0.08);
}

.agenda-day__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 22px 28px 18px;
  border-bottom: 1px solid rgba(12, 32, 65, 0.08);
}

.agenda-day__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #51be95;
}

.agenda-day__date {
  font-size: 13px;
  color: #9aa3b2;
  font-weight: 500;
}

.agenda-day__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.agenda-row {
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 28px;
  border-bottom: 1px solid rgba(12, 32, 65, 0.06);
  transition: background 0.15s ease;
}
.agenda-row:last-child {
  border-bottom: none;
}
.agenda-row:hover {
  background: #f9fafb;
}
.agenda-row--break {
  background: #f6f8fb;
}
.agenda-row--break .agenda-row__time,
.agenda-row--break .agenda-row__title {
  color: #9aa3b2;
}

.agenda-row__time {
  font-size: 12px;
  font-weight: 700;
  color: #0c2041;
  letter-spacing: 0.01em;
  white-space: nowrap;
  padding-top: 2px;
}

.agenda-row__body {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.agenda-row__title {
  font-size: 14px;
  font-weight: 600;
  color: #0b0f17;
  line-height: 1.4;
}

.agenda-row__speaker {
  font-size: 12px;
  color: #7b8593;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.agenda-row__tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
}
.agenda-row__tag--check-in {
  background: rgba(81, 190, 149, 0.12);
  color: #2a9d72;
}
.agenda-row__tag--opening {
  background: rgba(12, 32, 65, 0.08);
  color: #0c2041;
}
.agenda-row__tag--programs {
  background: rgba(99, 102, 241, 0.1);
  color: #4f46e5;
}
.agenda-row__tag--panel {
  background: rgba(245, 158, 11, 0.12);
  color: #b45309;
}
.agenda-row__tag--break {
  background: rgba(156, 163, 175, 0.15);
  color: #6b7280;
}
.agenda-row__tag--pitching {
  background: rgba(239, 68, 68, 0.1);
  color: #dc2626;
}
.agenda-row__tag--showcase {
  background: rgba(99, 102, 241, 0.1);
  color: #4f46e5;
}
.agenda-row__tag--competition {
  background: rgba(245, 158, 11, 0.12);
  color: #b45309;
}
.agenda-row__tag--awards {
  background: rgba(81, 190, 149, 0.12);
  color: #2a9d72;
}
.agenda-row__tag--closing {
  background: rgba(12, 32, 65, 0.08);
  color: #0c2041;
}

.event-register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.event-register h2 {
  color: #ffffff;
  margin-bottom: 12px;
}

.event-register__details {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.event-register__details li {
  color: rgba(255, 255, 255, 0.85);
}

/* ── Countdown ───────────────────────────────────────────────── */
.event-register__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}

.event-countdown {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 20px 36px 16px;
  backdrop-filter: blur(4px);
  min-width: 140px;
  text-align: center;
}

.event-countdown__number {
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  color: #ffffff;
  letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}

.event-countdown__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 6px;
}

.event-venue {
  display: grid;
  gap: 28px;
  grid-template-columns: 1.2fr 1fr;
  align-items: start;
}

.event-venue__map {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  background: #ffffff;
  min-height: 320px;
}

.event-venue__map iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

.event-venue__placeholder {
  height: 100%;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #6c757d;
  font-size: 16px;
}

.event-venue__details {
  display: grid;
  gap: 16px;
}

.event-faq {
  display: grid;
  gap: 16px;
}

.faq-item {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(15, 23, 42, 0.08);
  overflow: hidden;
}

.faq-item__button {
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  padding: 20px 24px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.faq-item__panel {
  padding: 0 24px 20px;
  color: #6c757d;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.25s ease, opacity 0.25s ease;
}

.faq-item.is-open .faq-item__panel {
  max-height: 320px;
  opacity: 1;
}

/* ── Partners carousel ───────────────────────────────────────── */
.event-partners {
  background: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.event-partners__header {
  text-align: center;
  margin-bottom: 48px;
}
.event-partners__header h2 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0b0f17;
  margin: 0 0 10px;
}

.event-partners__accent {
  display: block;
  width: 36px;
  height: 3px;
  border-radius: 999px;
  background: #51be95;
  margin: 0 auto;
}

.event-partners__carousel {
  display: flex;
  align-items: center;
  gap: 16px;
}

.event-partners__arrow {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(12, 32, 65, 0.15);
  background: #ffffff;
  color: #9aa3b2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.event-partners__arrow:hover {
  color: #0c2041;
  border-color: rgba(12, 32, 65, 0.4);
}
.event-partners__arrow:disabled {
  opacity: 0.3;
  cursor: default;
}

.event-partners__track-wrapper {
  flex: 1;
  overflow: hidden;
}

.event-partners__track {
  display: flex;
  align-items: center;
  gap: 0;
  transition: transform 0.35s ease;
}

.event-partner-logo {
  flex: 0 0 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 32px;
  border-right: 1px solid rgba(12, 32, 65, 0.08);
}
.event-partner-logo:last-child {
  border-right: none;
}
.event-partner-logo img {
  max-width: 100%;
  max-height: 86px;
  width: auto;
  object-fit: contain;
  transition: transform 0.25s ease;
}
.event-partner-logo:hover img {
  transform: scale(1.05);
}

.event-final {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.event-final__actions {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
}

.event-final__contact a,
.event-final__contact span {
  color: rgba(255, 255, 255, 0.85);
  display: block;
}

.event-section a:focus-visible,
.event-section button:focus-visible {
  outline: 3px solid rgba(104, 184, 231, 0.5);
  outline-offset: 3px;
}

@media (max-width: 1200px) {
  .event-grid--speakers {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .event-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 992px) {
  .event-hero__title {
    font-size: 42px;
  }
  .event-overview {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .event-overview__intro {
    max-width: 100%;
  }
  .event-overview__intro h2 {
    font-size: 36px;
  }
  .overview-accordion__header h3 {
    font-size: 24px;
  }
  .event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .event-grid--speakers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .event-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .benefit-cell:nth-child(3n) {
    border-right: 1px solid rgba(12, 32, 65, 0.1);
  }
  .benefit-cell:nth-child(2n) {
    border-right: none;
  }
  .benefit-cell:nth-last-child(-n+3) {
    border-bottom: 1px solid rgba(12, 32, 65, 0.1);
  }
  .benefit-cell:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .event-benefits__header h2 {
    font-size: 34px;
  }
  .event-venue {
    grid-template-columns: 1fr;
  }
  .agenda-item {
    grid-template-columns: 1fr;
  }
  .agenda-days {
    grid-template-columns: 1fr;
  }
  .agenda-row {
    grid-template-columns: 110px 1fr auto;
    padding: 12px 20px;
  }
}
@media (max-width: 768px) {
  .event-section {
    padding: 70px 0;
  }
  .event-section__header h2 {
    font-size: 30px;
  }
  .event-overview {
    gap: 28px;
  }
  .event-overview__intro h2 {
    font-size: 32px;
  }
  .overview-accordion__header h3 {
    font-size: 22px;
  }
  .event-hero {
    padding: 110px 0 80px;
  }
  .event-hero__title {
    font-size: 36px;
  }
  .event-grid {
    grid-template-columns: 1fr;
  }
  .event-benefits__grid {
    grid-template-columns: 1fr;
  }
  .benefit-cell:nth-child(2n) {
    border-right: none;
  }
  .benefit-cell:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(12, 32, 65, 0.1);
  }
  .benefit-cell:last-child {
    border-bottom: none;
  }
  .benefit-cell {
    padding: 28px 24px;
  }
  .event-benefits__header h2 {
    font-size: 28px;
  }
  .event-partner-logo {
    flex: 0 0 33.333%;
  }
}
@media (max-width: 576px) {
  .event-hero__meta {
    flex-direction: column;
    align-items: flex-start;
  }
  .event-register,
  .event-final {
    align-items: flex-start;
  }
  .event-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

/*# sourceMappingURL=event.css.map */
