/* ========================================
   Fonts css 
   ======================================== */
@font-face {
  font-family: "NeueHaasGroteskDisp Pro";
  src: url("../fonts/NHaasGroteskDSPro-55Rg.woff2") format("woff2"),
    url("../fonts/NHaasGroteskDSPro-55Rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeueHaasGroteskDisp Pro";
  src: url("../fonts/NHaasGroteskDSPro-75Bd.woff2") format("woff2"),
    url("../fonts/NHaasGroteskDSPro-75Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeueHaasGroteskText Pro";
  src: url("../fonts/NHaasGroteskTXPro-75Bd.woff2") format("woff2"),
    url("../fonts/NHaasGroteskTXPro-75Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeueHaasGroteskText Pro";
  src: url("../fonts/NHaasGroteskTXPro-55Rg.woff2") format("woff2"),
    url("../fonts/NHaasGroteskTXPro-55Rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeueHaasGroteskText Pro";
  src: url("../fonts/NHaasGroteskTXPro-55Rg.woff2") format("woff2"),
    url("../fonts/NHaasGroteskTXPro-55Rg.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "NeueHaasGroteskDisp Pro";
  src: url("../fonts/NHaasGroteskDSPro-75Bd.woff2") format("woff2"),
    url("../fonts/NHaasGroteskDSPro-75Bd.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* ========================================
   ROOT VARIABLES
   ======================================== */

:root {
  --color-primary: #0199d3;
  --color-primary-dark: #049bcc;
  --color-dark: #060824;
  --color-dark-navy: #242424;
  --color-dark-gray: #303031;
  --color-gray: #364153;
  --color-light-gray: #4a5565;
  --color-muted: #6c757d;
  --color-white: #ffffff;
  --color-light-bg: #f2f2f2;
  --color-light-purple: #e6e9fe;
  --color-cyan: #00aeef;

  /* Gradient Colors */
  --gradient-start: rgba(0, 174, 239, 1);
  --gradient-mid: rgba(142, 75, 157, 1);

  --gradient-text-start: #155dfc;
  --gradient-text-end: #9810fa;

  --font-primary: "NeueHaasGroteskText Pro";
  --transition: all 0.3s ease;

  --container-width: 1140px;
  --container-padding: 150px;
}

/* ========================================
   GLOBAL STYLES
   ======================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-primary);
  font-size: 16px;
  line-height: 1.6;
  color: var(--color-dark-navy);
  background: var(--color-white);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  transition: var(--transition);
}

.container-custom {
  max-width: var(--container-width);
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* ========================================
   SECTION TITLE
   ======================================== */
.section-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-dark-navy);
  margin-bottom: 40px;
}

.section-title--white {
  color: var(--color-dark-gray);
}

/* ========================================
   HERO SECTION
   ======================================== */
.hero-section {
  width: 100%;
  height: auto;
  position: relative;
}

/* ========================================
   ABOUT SECTION
   ======================================== */
.about-section {
  padding: 80px 0;
  padding-top: 150px;
  background: var(--color-white);
}

.about-section__slider-wrapper {
  position: relative;
  width: 494px;
  max-width: 100%;
}

.about-section__slider {
  position: relative;
}

.about-section__slide {
  position: relative;
  outline: none;
}

.about-section__slide-image {
  /* width: 100%;
  height: 437px;
  object-fit: cover;
  border-radius: 29px; */
}

.about-section__progress {
  width: 494px;
  max-width: 100%;
  height: 6px;
  background: #e4e5f1;
  border-radius: 50px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.regiterBtnsBlock {
  margin-top: 30px;
}
.about-section__progress-bar {
  height: 100%;
  width: 103px;
  background: var(--color-primary-dark);
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
  transition: width 0.3s ease;
}

.about-section__content {
  padding-left: 40px;
}

.about-section__content .btn {
  font-size: 20px;
  margin: 0 10px;
  padding: 6px 30px;
}

.about-section__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-dark-navy);
  margin-bottom: 16px;
  font-family: "NeueHaasGroteskDisp Pro";
}

.about-section__subtitle {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 32px;
  background: linear-gradient(
    135deg,
    rgba(0, 174, 239, 1),
    rgba(142, 75, 157, 1)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-section__text {
  font-size: 16px;
  line-height: 1.3;
  color: var(--color-dark-gray);
  margin-bottom: 16px;
}

.about-section__text strong {
  font-weight: 700;
}
.regiterBtnsBlock {
  display: flex;
}

.about-section__btn {
  padding: 8px 40px;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-white);
  background: linear-gradient(135deg, #4f39f6 0%, #9810fa 50%, #e60076 100%);
  border: none;
  border-radius: 10px;
  margin-top: 24px;
  transition: var(--transition);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-width: 200px;
}
.about-section__btn span {
  display: block;
}

.about-section__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* ========================================
   EXPECTATIONS SECTION
   ======================================== */
.expectations-section {
  padding: 90px 0;
  background: var(--color-white);
  position: relative;
  overflow: hidden;
  margin-top: 70px;
}

.expectations-section__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  z-index: 0;
}

.expectations-card {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  padding: 0;
  position: relative;
  z-index: 1;
  margin: 30px 0;
}

.expectations-card__icon {
  flex-shrink: 0;
  width: 148px;
  height: 148px;
  border-radius: 50%;
  overflow: hidden;
}

.expectations-card__icon-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expectations-card__content {
  flex: 1;
}

.expectations-card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.33;
  color: rgba(36, 36, 36, 1);
  margin-bottom: 16px;
  max-width: 345px;
}

.expectations-card__text {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(48, 48, 49, 1);
  max-width: 345px;
  margin: 0;
}

/* ========================================
   AGENDA SECTION
   ======================================== */
.agenda-section {
  padding: 90px 0 40px;
  background: var(--color-white);
}

.agenda-section__title {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--color-dark-navy);
}

.agenda-section__title-highlight {
  background: linear-gradient(
    135deg,
    var(--color-primary),
    var(--gradient-mid)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
}

.agenda-section__tabs-wrapper {
  margin-bottom: 40px;
}

.agenda-section__tabs {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  border: none;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 10px;
}

.agenda-section__tabs::-webkit-scrollbar {
  height: 6px;
}

.agenda-section__tabs::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.agenda-section__tabs::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 3px;
}
.agenda-section__tabs li {
  width: 20%;
}

.agenda-section__tabs .nav-link {
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-dark-navy);
  background: var(--color-light-purple);
  border: none;
  border-radius: 100px;

  transition: var(--transition);
}

.agenda-section__tabs .nav-link:hover {
  background: linear-gradient(
    135deg,
    var(--gradient-start),
    var(--gradient-mid)
  );
  color: var(--color-white);
}
.accordion-body {
  padding: 0 0 20px !important;
}
.accordion-button:not(.collapsed) {
  color: white;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-item {
  border: none !important;
}
.accordion-button {
  background: linear-gradient(
    135deg,
    var(--gradient-start),
    var(--gradient-mid)
  );
  color: var(--color-white);
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px !important;
  margin-bottom: 20px;
  border: none !important;
  padding: 1.5rem 1rem;
}
.agenda-section__tabs .nav-link.active {
  background: linear-gradient(
    135deg,
    var(--gradient-start),
    var(--gradient-mid)
  );
  color: var(--color-white);
}

.agenda-section__tab-content {
  margin-top: 40px;
}

.agenda-section__btn {
  padding: 24px 40px;
  font-size: 24px;
  font-weight: 700;
  color: var(--color-white);
  background: linear-gradient(135deg, #4f39f6 0%, #9810fa 50%, #e60076 100%);
  border: none;
  border-radius: 10px;
  transition: var(--transition);
}

.agenda-section__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* ========================================
   AGENDA TABLE
   ======================================== */
.agenda-table {
  background: var(--color-white);
  border-radius: 8px;
  box-shadow: 0 25px 50px -18px rgba(0, 0, 0, 0.11);
  border: 1px solid #e9ecef;
  overflow: hidden;
}

.agenda-table__table {
  margin: 0;
  border: none;
}

.agenda-table__head {
  background: var(--color-dark-gray);
}

.agenda-table__head tr {
  border-bottom: 2px solid #e9ecef;
}

.agenda-table__header {
  padding: 16px 24px !important;
  font-size: 16px !important;
  font-weight: 600;
  line-height: 1.5;
  color: var(--color-white) !important;
  text-align: left;
  border: none;
  white-space: nowrap;
  background: rgba(48, 48, 49, 1) !important;
  color: #fff;
}

.agenda-table__header svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -3px;
}

.agenda-table__body {
  background: var(--color-white);
}

.agenda-table__row {
  border-bottom: 1px solid #e9ecef;
}

.agenda-table__row:last-child {
  border-bottom: none;
}

.agenda-table__cell {
  padding: 21px 24px !important;
  font-size: 14px;
  line-height: 1.4;
  color: var(--color-light-gray);
  vertical-align: middle;
  border: none;
}

.agenda-table__day-badge {
  display: inline-block;
  padding: 6.5px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--color-white);
  background: transparent;
  border-radius: 10px;
  min-width: 70px;
  text-align: center;
}

.agenda-table__day-badge--gradient {
  background: linear-gradient(
    135deg,
    var(--gradient-start),
    var(--gradient-mid)
  );
}

.agenda-table__day-badge--gradient.day2 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8e4b9d+0,00aeef+100 */
  background: linear-gradient(
    45deg,
    #8e4b9d 0%,
    #00aeef 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.agenda-table__time {
  font-size: 14px;
  font-weight: 500;
  color: var(--color-gray);
}

.agenda-table__session {
  font-size: 14px;
  font-weight: 400;
  color: var(--color-light-gray);
}

.agenda-table__speaker {
  font-size: 16px;
  line-height: 1.4;
  background: linear-gradient(
    135deg,
    var(--gradient-text-start),
    var(--gradient-text-end)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ========================================
   SPEAKERS SECTION
   ======================================== */
.speakers-section {
  padding: 60px 0;
  background: var(--color-white);
}

.speaker-card {
  text-align: center;
  transition: var(--transition);
  cursor: pointer;
}

.speaker-card:hover {
  transform: translateY(-5px);
}

.speaker-card__image-wrapper {
  position: relative;
  width: 267.64px;
  height: 267.64px;
  margin: 0 auto 24px;
  border-radius: 13px;
  max-width: 100%;
  overflow: hidden;
  border: 3.858px solid var(--color-white);
  box-shadow: 0px 19.289px 24.112px -4.822px rgba(0, 0, 0, 0.1),
    0px 7.716px 9.645px -5.787px rgba(0, 0, 0, 0.1);
}

.speaker-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speaker-card__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0px;
  background: linear-gradient(
    135deg,
    var(--gradient-text-start),
    var(--gradient-text-end)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  clear: both;
}

.speaker-card__role {
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-dark-gray);
  margin: 0;
  margin-bottom: 10px;
}

/* ========================================
   AWARD SECTION
   ======================================== */
.award-section {
  padding: 82px 0;
  background: var(--color-white);
}

.award-section__card {
  background-image: url("../images/award-ceremony-bg.jpg");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 82px 208px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.award-section__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-white);
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}

.award-section__text {
  font-size: 24px;
  line-height: 1.5;
  color: var(--color-white);
  margin: 0;
  position: relative;
  z-index: 1;
}

/* ========================================
   FOOTER SECTION
   ======================================== */
.footer-section {
  padding: 40px 0;
  background: var(--color-cyan);
}

.footer-section__text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-white);
  max-width: 800px;
  margin: 0 auto;
}

/* ========================================
   SLICK CAROUSEL CUSTOMIZATION
   ======================================== */
.slick-slider {
  position: relative;
}

.slick-dots {
  display: none !important;
}

.slick-arrow {
  display: none !important;
}

.slick-slide {
  outline: none;
}

.slick-slide img {
  display: block;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Desktop Large */
@media (min-width: 1200px) {
}

/* Tablet */
@media (max-width: 991px) {
  :root {
    --container-padding: 40px;
  }

  .section-title {
    font-size: 36px;
  }

  .about-section {
    padding: 60px 0;
  }

  .about-section__slider-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .about-section__content {
    padding-left: 0;
  }

  .about-section__title {
    font-size: 36px;
  }

  .about-section__subtitle {
    font-size: 20px;
  }

  .expectations-section {
    padding: 60px 0;
  }

  .expectations-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .expectations-card__title,
  .expectations-card__text {
    max-width: 100%;
  }

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

  .agenda-section__title {
    font-size: 36px;
  }

  .speakers-section {
    padding: 60px 0;
  }

  .award-section__card {
    padding: 60px 40px;
  }

  .award-section__title {
    font-size: 36px;
  }

  .award-section__text {
    font-size: 20px;
  }
  .about-section__content .btn {
    font-size: 15px;
    margin: 0 10px;
    padding: 15px 18px;
  }
}
@media (max-width: 1200px) {
  .agenda-section__tabs .nav-link {
    font-size: 16px;
  }
}
@media (max-width: 1140px) {
  .agenda-section__tabs .nav-link {
    font-size: 15px;
    padding: 12px 16px;
  }
  .about-section__content .btn {
    padding: 6px 25px;
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
  .agenda-section__tabs .nav-link {
    padding: 12px 16px;
    font-size: 13px;
  }
}
/* Mobile */
@media (max-width: 767px) {
  :root {
    --container-padding: 20px;
  }

  .section-title {
    font-size: 28px;
  }

  .about-section {
    padding: 40px 0;
  }

  .about-section__title {
    font-size: 28px;
  }

  .about-section__subtitle {
    font-size: 18px;
  }

  .about-section__btn {
    padding: 16px 32px;
    font-size: 18px;
  }

  .about-section__slide-image {
    height: 320px;
  }

  .expectations-section {
    padding: 40px 0;
  }

  .expectations-card {
    gap: 20px;
  }

  .expectations-card__icon {
    width: 120px;
    height: 120px;
  }

  .expectations-card__title {
    font-size: 20px;
  }

  .expectations-card__text {
    font-size: 14px;
  }

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

  .agenda-section__title {
    font-size: 28px;
  }

  .agenda-section__tabs {
    gap: 10px;
  }

  .agenda-section__tabs .nav-link {
    padding: 12px 15px;
    font-size: 14px;
    white-space: nowrap;
  }
  .agenda-section__tabs li {
    width: auto;
  }

  .agenda-section__btn {
    padding: 16px 32px;
    font-size: 18px;
  }

  .agenda-table__header {
    padding: 12px 16px !important;
    font-size: 14px !important;
    background: rgba(48, 48, 49, 1);
  }

  .agenda-table__cell {
    padding: 16px;
    font-size: 12px;
  }

  .agenda-table__day-badge {
    font-size: 12px;
  }

  .agenda-table__time,
  .agenda-table__session {
    font-size: 12px;
  }

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

  .speakers-section {
    padding: 40px 0;
  }

  .speaker-card__image-wrapper {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    max-width: 270px;
  }
  .about-section__slider-wrapper {
    max-width: 300px;
  }
  .agenda-modal-new {
    width: 98%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .speaker-card__name {
    font-size: 14px;
  }

  .speaker-card__role {
    font-size: 12px;
  }

  .award-section {
    padding: 40px 0;
  }

  .award-section__card {
    padding: 40px 20px;
  }

  .award-section__title {
    font-size: 24px;
  }

  .award-section__text {
    font-size: 16px;
  }

  .footer-section__text {
    font-size: 14px;
  }
  .expectations-section__background {
    display: none;
  }
  .regiterBtnsBlock {
    text-align: center;
    flex-direction: column;
  }
  .regiterBtnsBlock .btn {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 320px;
  }
  .expectations-section {
    margin-top: 0;
  }
  .expectations-card {
    margin: 0;
  }
}

/* Small Mobile */
@media (max-width: 575px) {
  .about-section__progress {
    width: 100%;
  }
  .agenda-modal-new__download-link {
    font-size: 13px;
  }
  .expectations-card__icon {
    width: 100px;
    height: 100px;
  }

  .agenda-table {
    font-size: 11px;
  }

  .agenda-table__header,
  .agenda-table__cell {
    padding: 10px 12px;
  }
}

/* ========================================
   UTILITY CLASSES
   ======================================== */
.text-gradient {
  background: linear-gradient(
    135deg,
    var(--gradient-text-start),
    var(--gradient-text-end)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ========================================
   ACCESSIBILITY
   ======================================== */
:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.btn {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00aeef+0,8e4b9d+100 */
  background: linear-gradient(
    45deg,
    #00aeef 0%,
    #8e4b9d 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  padding: 15px 40px;
  font-size: 1.5rem;
  font-family: "NeueHaasGroteskText Pro";
}
.btn:hover {
  color: #fff;
  background: linear-gradient(
    45deg,
    #8e4b9d 0%,
    #00aeef 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.speaker-modal__close:focus {
  outline: none;
  box-shadow: none;
}

/* ========================================
   AGENDA MODAL
   ======================================== */
/* ========================================
   NEW AGENDA MODAL (FIGMA DESIGN)
   ======================================== */
.agenda-modal-new {
  border: none;
  border-radius: 0;
}

.agenda-modal-new__top-header {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1000;
  border: none;
  background: transparent;
  padding: 0;
}

.agenda-modal-new__top-header .btn-close {
  background-color: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  opacity: 1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23303031'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  background-size: 50%;
  padding: 0;
}

.agenda-modal-new__body {
  background: #f9fafb;
  overflow-y: auto;
  max-height: 94vh;
}

/* Day Section */
.agenda-modal-new__day-section {
  margin-bottom: 0;
}

.agenda-modal-new__day-header {
  background: #00aeef;
  color: white;
  text-align: center;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.3125px;
  font-family: var(--font-primary);
}

/* Table Header */
.agenda-modal-new__table-header {
  display: grid;
  grid-template-columns: 160px 1fr 1fr 320px;
  background: #303031;
  padding: 16px 0;
  gap: 24px;
}

.agenda-modal-new__header-col {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 0 24px;
  letter-spacing: -0.3125px;
  font-family: var(--font-primary);
}

.agenda-modal-new__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

/* Row Items */
.agenda-modal-new__row-item {
  display: grid;
  grid-template-columns: 160px 1fr 1fr 320px;
  min-height: 81px;
  background: white;
  border-bottom: 1px solid #e5e7eb;
  gap: 24px;
  align-items: center;
}

.agenda-modal-new__row-item--alt {
  background: rgba(250, 245, 255, 0.5);
}
.agenda-modal-new__row-item--highlighted {
  background: rgba(236, 253, 245, 0.5);
}

.agenda-modal-new__col {
  padding: 14px 24px;
  font-size: 16px;
  letter-spacing: -0.3125px;
  font-family: var(--font-primary);
}

.agenda-modal-new__col--time {
  display: flex;
  align-items: center;
  padding-left: 24px;
}

/* Time Badges */
.agenda-modal-new__time-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  font-size: 18px;
  font-weight: 700;
  color: #303031;
  position: relative;
  padding-left: 12px;
  letter-spacing: -0.3125px;
  font-family: "NeueHaasGroteskDisp Pro", sans-serif;
}

.agenda-modal-new__time-badge::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 48px;
  border-radius: 100px;
}

.agenda-modal-new__time-badge--gray::before {
  background: #d1d5dc;
}

.agenda-modal-new__time-badge--purple::before {
  background: #9810fa;
}

.agenda-modal-new__time-badge--blue::before {
  background: linear-gradient(135deg, #51a2ff 0%, #00b8db 100%);
}

/* Topic */
.agenda-modal-new__col--topic {
  color: #303031;
  line-height: 1.375;
}

/* Session */
.agenda-modal-new__col--session {
  color: #303031;
  line-height: 1.5;
}

/* Speaker */
.agenda-modal-new__speaker-text {
  background: linear-gradient(135deg, #155dfc, #9810fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.44;
  letter-spacing: -0.3014px;
  font-family: var(--font-primary);
}

/* Breakout Label */
.agenda-modal-new__breakout-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: #8200db;
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 16px;

  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f3e8ff+0,fce7f3+100 */
  background: linear-gradient(
    45deg,
    #f3e8ff 0%,
    #fce7f3 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.agenda-modal-new__breakout-icon {
  width: 12px;
  height: 12px;
}

/* Footer */
.agenda-modal-new__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 40px 24px;
  background: white;
}

.agenda-modal-new__download-icon {
  width: 16px;
  height: 16px;
}

.agenda-modal-new__download-link {
  color: #51a2ff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.5125px;
  font-family: "NeueHaasGroteskDisp Pro";
  text-decoration: underline;
}

.agenda-modal-new__download-link svg {
  margin: -4px 10px 0 0;
}

.agenda-modal-new__download-link:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 1539px) {
  .expectations-card__icon {
    width: 120px;
    height: 120px;
  }
  .expectations-card__title {
    font-size: 20px;
  }
  .about-section__title {
    font-size: 38px;
  }
  .about-section__subtitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {
  .agenda-modal-new__table-header,
  .agenda-modal-new__row-item {
    grid-template-columns: 140px 1fr 1fr 280px;
    gap: 16px;
  }
}

@media (max-width: 991px) {
  .agenda-modal-new__table-header,
  .agenda-modal-new__row-item {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .agenda-modal-new__table-header {
    display: none;
  }

  .agenda-modal-new__row-item {
    display: block;
    padding: 20px 16px;
  }

  .agenda-modal-new__col {
    padding: 0px 0;
  }

  .agenda-modal-new__col--time {
    padding-left: 0;
    margin-bottom: 8px;
  }

  .agenda-modal-new__col--topic {
    font-weight: 600;
    margin-bottom: 8px;
  }

  .agenda-modal-new__col--session,
  .agenda-modal-new__col--speaker {
    font-size: 14px;
  }

  .agenda-modal-new__day-header {
    font-size: 18px;
    padding: 14px 16px;
  }
  .about-section__title {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .agenda-modal-new__download-link {
    font-size: 13px;
  }
  .btn {
    font-size: 1rem;
  }
  .agenda-modal-new__day-header {
    font-size: 16px;
    padding: 12px 16px;
  }

  .agenda-modal-new__time-badge {
    font-size: 16px;
  }

  .agenda-modal-new__col--topic {
    font-size: 15px;
  }

  .agenda-modal-new__top-header {
    top: 0px;
    right: 0px;
  }

  .agenda-modal-new__top-header .btn-close {
    width: 22px;
    height: 22px;
  }
}

/* ========================================
   SPEAKER DETAILS MODAL
   ======================================== */
.speaker-modal {
  border-radius: 20px;
  border: none;
  overflow: hidden;
}

.speaker-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  width: 32px;
  height: 32px;
  background-color: #303031;
  border-radius: 50%;
  opacity: 1;
  padding: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  background-size: 50%;
}

.speaker-modal__close:hover {
  opacity: 0.8;
}

.speaker-modal__body {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  padding: 50px;
}
.register-modal__body {
  grid-template-columns: 1fr;
}

.speaker-modal__image-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.speaker-modal__image {
  width: 300px;
  height: 352px;
  object-fit: cover;
  margin-bottom: 30px;
  border-radius: 4px;
}

.speaker-modal__name {
  font-family: "Neue Haas Grotesk Display", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #242424;
  margin-bottom: 12px;
  line-height: normal;
}

.speaker-modal__position {
  font-family: var(--font-primary);
  font-size: 16px;
  color: #303031;
  line-height: 23px;
  margin: 0;
}

.speaker-modal__content-section {
  padding-top: 0;
}

.speaker-modal__section-title {
  font-family: var(--font-primary);
  font-size: 20px;
  font-weight: 600;
  color: #51a2ff;
  margin-bottom: 16px;
  line-height: normal;
}

.speaker-modal__section-title--speaking {
  color: #00aeef;
  margin-top: 32px;
}

.speaker-modal__bio {
  font-family: var(--font-primary);
  font-size: 16px;
  color: #303031;
  line-height: 23px;
}

.speaker-modal__bio p {
  margin-bottom: 16px;
  font-size: 1rem;
}

.speaker-modal__bio p:last-child {
  margin-bottom: 0;
}

.speaker-modal__topic {
  font-family: var(--font-primary);
  font-size: 16px;
  color: #303031;
  line-height: 23px;
  margin: 0;
}
.expectations-section h2 {
  margin-bottom: 90px !important;
}

/* Responsive */
@media (max-width: 991px) {
  .expectations-section h2 {
    margin-bottom: 40px !important;
  }
  .speaker-modal__body {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 40px 30px;
  }

  .speaker-modal__image {
    width: 100%;
    height: auto;
    max-width: 300px;
  }
}

@media (max-width: 575px) {
  .speaker-modal__body {
    padding: 30px 20px;
    gap: 24px;
  }

  .speaker-modal__close {
    width: 28px;
    height: 28px;
    top: 15px;
    right: 15px;
  }

  .speaker-modal__name {
    font-size: 20px;
  }

  .speaker-modal__section-title {
    font-size: 18px;
  }

  .speaker-modal__bio,
  .speaker-modal__position,
  .speaker-modal__topic {
    font-size: 15px;
    line-height: 21px;
  }

  .about-section__content .btn,
  .accordion-button {
    font-size: 16px;
  }
  .about-section__content .btn span {
    display: inline;
  }
}

/* ========================================
   ACCESSIBILITY
   ======================================== */
:focus-visible {
  outline: 2px solid var(--color-primary);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
