@font-face {
  font-family: "Clash Display";
  src: url("../fonts/clash-display-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Clash Display";
  src: url("../fonts/clash-display-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-600.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family:
    "Clash Display",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #334155;
  background-color: #ffffff;
  overflow-x: hidden;
}

body.speaker-modal-open {
  overflow: hidden;
}

.about-card__text,
.speaker-card__role,
.speaker-card__company,
.agenda-item__topic,
.footer__description,
p {
  font-family: "Poppins", sans-serif;
}

.hero__label,
.hero__date,
.hero__shaping,
.hero__future {
  font-family: 'Clash Display', sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

ul {
  list-style: none;
}

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

.logo__image {
  width: 189.573px;
  height: 22.002px;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0px 16px;
  height: 38px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn--primary {
  background: #d5225d;
  color: white;
}
.btn--primary:hover {
  transform: translateY(-0.1px);
  background: #f84f86;
}

.section-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 60px;
}

.section-tag {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(99, 102, 241, 0.1);
  color: #6366f1;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
}

.header {
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1000px;
  width: calc(100% - 30px);
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 24px;
}
.header.mobile-menu-open {
  border-radius: 16px 16px 0 0;
}
@media (min-width: 767px) {
  .header {
    top: 25px;
  }
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 24px;
}

section[id] {
  scroll-margin-top: 0px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 600;
  color: #0f172a;
}
.logo__icon {
  font-size: 24px;
  background: linear-gradient(135deg, #6366f1 0%, #0ea5e9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.nav__list {
  display: flex;
  gap: 32px;
}
.nav__link {
  font-size: 18px;
  font-weight: 400;
  color: #0b112e;
}
.nav__link:hover {
  color: #d5225d;
}
.nav__link--active,
.nav__link--active:hover {
  color: #d5225d;
}

.mobile-menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 0px;
  background: none;
  border: none;
  cursor: pointer;
}
.mobile-menu-btn span {
  display: block;
  width: 24px;
  height: 2px;
  background: #0f172a;
  transition: all 0.3s ease;
}

.hero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 120px 0px 0px;
  min-height: 800px;
  height: 100vh;
  background: url("../img/summit.webp") no-repeat top center;
  background-size: cover;
  background-color: #000000;
  position: relative;
  overflow: hidden;
}
.hero .container {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 1440px;
  height: 100%;
}
.hero__left {
  flex: 1.5;
  color: #ffffff;
  text-align: left;
  position: absolute;
  left: 60px;
  top: 37.5%;
  transform: translateY(-50%);
}
.hero__label {
  font-size: 35px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 8px;
}
.hero__date {
  font-size: 80px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 48px;
}
.hero__tagline {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
}
.hero__opportunities {
  font-size: 28px;
  font-weight: 600;
  color: #e91e63;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.hero__center {
  flex: 1.15;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 50px;
}
.hero__sponsor {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 30px;
}
.hero__flutter-bottom {
  width: 11vw;
}
.hero__right {
  flex: 1.35;
  color: #ffffff;
  text-align: left;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}
.hero__shaping {
  font-size: 30px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
}
.hero__future {
  font-size: 64px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 1280px) {
  section[id] {
    scroll-margin-top: 60px;
  }
  section[id="about"] {
    scroll-margin-top: 35px;
  }
  .container {
    padding: 0;
  }
  .hero {
    padding: 120px 60px 10px;
    background-position: center center;
    align-items: flex-start;
  }
  .hero__left {
    flex: 1.3;
  }
  .hero__center {
    flex: 1;
    margin-top: 50px;
  }
  .hero__right {
    flex: 1.2;
  }
  .hero__date {
    font-size: 60px;
    margin-bottom: 36px;
  }
  .hero__opportunities {
    font-size: 24px;
  }
  .hero__future {
    font-size: 44px;
  }
  .hero__shaping {
    font-size: 20px;
  }
  .hero__flutter-bottom {
    width: 14vw;
  }
}
@media (max-width: 1024px) {
  .nav__list {
    display: flex;
    gap: 20px;
  }
  .hero {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
    padding: clamp(88px, 22vw, 140px) clamp(20px, 5vw, 48px)
      clamp(24px, 5vw, 40px);
    min-height: 125vw;
    height: 125vw;
    background: url("../img/summit-mob.webp") no-repeat top center;
    background-size: 100%;
  }
  .hero .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;
    /* height: auto; */
    width: 100%;
  }
  .hero__left {
    position: relative;
    left: auto;
    top: 1vw;
    transform: none;
    flex: none;
    text-align: left;
    order: 1;
    width: 100%;
    max-width: 50vw;
    padding-right: 8%;
  }
  .hero__right {
    position: relative;
    right: auto;
    top: 20vw;
    transform: none;
    flex: none;
    text-align: left;
    order: 2;
    width: 100%;
    max-width: 50vw;
    margin-top: clamp(12px, 3.5vw, 28px);
    padding-right: 8%;
  }
  .hero__center {
    flex: none;
    order: 3;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    padding-top: clamp(16px, 4vw, 32px);
    padding-bottom: clamp(12px, 3vw, 24px);
    position: absolute;
    bottom: 0;
    margin-left: 0;
  }
  .hero__label {
    font-size: clamp(14px, 3.2vw, 28px);
    margin-bottom: clamp(4px, 1vw, 10px);
  }
  .hero__date {
    font-size: clamp(28px, 7vw, 64px);
    margin-bottom: 0;
    line-height: 1.1;
  }
  .hero__shaping {
    font-size: clamp(13px, 2.6vw, 24px);
    margin-bottom: clamp(6px, 1.2vw, 14px);
  }
  .hero__future {
    font-size: clamp(22px, 5.5vw, 52px);
    font-weight: 600;
    line-height: 1.1;
    letter-spacing: 0.06em;
  }
  .hero__sponsor {
    position: relative;
    bottom: auto;
  }
  .hero__flutter-bottom {
    width: clamp(100px, 22vw, 180px);
  }
}
@media (max-width: 767px) {
  .hero {
    padding: 100px 20px 30px;
  }
  .hero__label {
    font-size: 24px;
  }
  .hero__date {
    font-size: 56px;
  }
  .hero__shaping {
    font-size: 20px;
  }
  .hero__future {
    font-size: 40px;
  }
  .hero__flutter-bottom {
    width: 140px;
  }
}
@media (max-width: 480px) {
  .hero {
    padding: 80px 16px 20px;
    gap: 15px;
  }
  .hero__right {
    margin-top: 30px;
  }
  .hero__label {
    font-size: 14px;
  }
  .hero__date {
    font-size: 32px;
  }
  .hero__shaping {
    font-size: 11px;
  }
  .hero__future {
    font-size: 22px;
  }
  .hero__flutter-bottom {
    width: 120px;
  }
}
.main-sections {
  background: url("../img/sections-bg.webp") no-repeat top center;
  background-size: cover;
}

.about {
  padding: 100px 0 0;
  background: transparent;
}
.about .section-header {
  margin-bottom: 24px;
}
.about .section-tag {
  background: #d5225d;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 16px;
}
.about__carousel {
  position: relative;
}
.about__arrow {
  display: none;
}
.about__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  max-width: 1440px;
  padding: 0 50px;
  margin: 0 auto;
}
.about__grid .about-card {
  grid-column: span 2;
}
.about__grid .about-card:nth-child(4) {
  grid-column: 2/4;
}
.about__grid .about-card:nth-child(5) {
  grid-column: 4/6;
}

.about-card {
  padding: 32px 24px;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s ease;
}
/* .about-card:hover {
  transform: translateY(-4px);
  background: rgba(15, 23, 42, 0.95);
  border-color: rgba(255, 255, 255, 0.2);
} */
.about-card__title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 12px;
}
.about-card__text {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 720px) and (max-width: 1024px) {
  .about-card {
    padding: 10px 8px;
  }
  .about-card__title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .about-card__text {
    font-size: 12px;
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  .about {
    padding: 35px 0 0;
  }
  .about .section-header {
    margin-bottom: 0;
  }
}
@media (max-width: 719px) {
  .about__carousel {
    position: relative;
    padding-bottom: 50px;
  }
  .about__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d5225d;
    border: none;
    border-radius: 12px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 10px;
    z-index: 10;
    width: 33px;
    height: 33px;
  }
  .about__arrow--prev {
    left: 24px;
  }
  .about__arrow--next {
    right: 24px;
  }
  .about__arrow:hover {
    background: #f84f86;
  }
  .about__arrow:active {
    transform: scale(0.95);
  }
  .about__grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 10px 24px;
  }
  .about__grid::-webkit-scrollbar {
    display: none;
  }
  .about-card {
    flex: 0 0 222px;
    width: 222px;
    height: 134px;
    padding: 16px;
    scroll-snap-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .about-card:nth-child(n) {
    flex: 0 0 282px;
    width: 282px;
    height: 163px;
    margin: 0;
  }
  .about-card__title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .about-card__text {
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
  }
}
.speakers {
  padding: 100px 0 0;
  background: transparent;
}
.speakers .section-header {
  margin-bottom: 24px;
}
.speakers .section-tag {
  background: #d5225d;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 16px;
}
.speakers__carousel {
  position: relative;
}
.speakers__arrow {
  display: none;
}
.speakers__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.speaker-card {
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: url(../img/person.webp) no-repeat center center;
  background-size: cover;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  width: 238.4px;
  height: 302px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 15px;
  cursor: pointer;
}
.speaker-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.2);
}

.speaker-card:focus-visible {
  outline: 2px solid #d5225d;
  outline-offset: 3px;
}
.speaker-card__info {
  padding: 4px 8px;
  position: relative;
  z-index: 1;
  background: #d5225d;
  border-radius: 10px;
  width: 211px;
  height: 70px;
  margin: 0 auto;
}
.speaker-card__name {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0px;
  text-transform: uppercase;
  line-height: 1.3;
}
.speaker-card__role {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.1;
}
.speaker-card__company {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.8);
}

#speaker-1 {
  background-image: url(../img/speakers/speaker-1.webp);
}

#speaker-2 {
  background-image: url(../img/speakers/speaker-2.webp);
}

#speaker-3 {
  background-image: url(../img/speakers/speaker-3.webp);
}

#speaker-4 {
  background-image: url(../img/speakers/speaker-4.webp);
}

#speaker-5 {
  background-image: url(../img/speakers/speaker-5.webp);
}

#speaker-6 {
  background-image: url(../img/speakers/speaker-6.webp);
}

#speaker-7 {
  background-image: url(../img/speakers/speaker-7.webp);
}

@media (max-width: 1200px) {
  .speakers__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .speakers__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .location {
    background: transparent !important;
  }
  .main-sections {
    background: url("../img/section-bg-mob.webp") no-repeat top center;
    background-size: cover;
  }
  .speakers {
    padding: 10px 0 0;
  }
  .speakers .section-header {
    margin-bottom: 0;
  }
}
@media (max-width: 719px) {
  .speakers__carousel {
    position: relative;
    padding-bottom: 60px;
  }
  .speakers__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    background: #d5225d;
    border: none;
    border-radius: 12px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 10px;
    z-index: 10;
  }
  .speakers__arrow--prev {
    left: 24px;
  }
  .speakers__arrow--next {
    right: 24px;
  }
  .speakers__arrow:hover {
    background: #f84f86;
  }
  .speakers__arrow:active {
    transform: scale(0.95);
  }
  .speakers__grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 10px 24px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    touch-action: pan-x;
  }
  .speakers__grid::-webkit-scrollbar {
    display: none;
  }
  .speaker-card {
    flex: 0 0 216px;
    scroll-snap-align: center;
    width: 216px;
    height: 216px;
    padding-bottom: 10px;
  }
  .speaker-card__name {
    font-size: 12px;
    margin-bottom: 1px;
  }
  .speaker-card__role {
    font-size: 10px;
  }
  .speaker-card__company {
    font-size: 9px;
  }
  .speaker-card__info {
    padding: 2px 8px;
    width: 183px;
    height: 54px;
  }
}
.agenda {
  padding: 100px 0;
  background: transparent;
}
.agenda.agenda--soon {
  padding: 72px 0 80px;
}
.agenda__soon-banner {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 56px 24px 60px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 60px;
  border-radius: 0;
}
.agenda__soon-line {
  width: 80%;
  height: 1px;
  flex-shrink: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(167, 139, 250, 0.35) 22%,
    rgba(244, 114, 182, 0.65) 50%,
    rgba(167, 139, 250, 0.35) 78%,
    transparent 100%
  );
  box-shadow: 0 0 12px rgba(244, 114, 182, 0.15);
}
.agenda__soon-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.agenda__soon-title {
  font-family:
    "Clash Display",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0;
}
.agenda__soon-subtitle {
  font-family:
    "Clash Display",
    -apple-system,
    BlinkMacSystemFont,
    sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.02em;
  margin: 0;
  background: linear-gradient(90deg, #c4b5fd 0%, #e879f9 45%, #fb7185 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.agenda .section-header {
  margin-bottom: 48px;
}
.agenda .section-tag {
  background: #d5225d;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 16px;
  margin-bottom: 12px;
}
.agenda__subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
.agenda__carousel {
  position: relative;
}
.agenda__arrow {
  display: none;
}
.agenda__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.agenda-card {
  padding: 16px;
  background: rgba(15, 23, 42, 0.8);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  transition: all 0.3s ease;
  width: 410px;
  height: 214px;
}
/* .agenda-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.2);
} */
.agenda-card__time {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  margin-bottom: 0px;
}
.agenda-card__title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  /* margin-bottom: 10px; */
  line-height: 1;
  height: 60px;
}
.agenda-card__speaker-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 5px;
  font-family: "Clash Display";
}
.agenda-card__speaker {
  background: #d5225d;
  border-radius: 8px;
  padding: 4px 8px;
  width: 211px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.agenda-card__speaker-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.agenda-card__speaker-role {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.1;
  font-family: "Clash Display";
}
.agenda-card__speaker-company {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Clash Display";
}

@media (max-width: 1024px) {
  .agenda__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 0 30px;
  }
  .agenda-card {
    width: calc(50% - 8px);
    min-width: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .agenda {
    padding: 10px 0 0;
  }
  .agenda.agenda--soon {
    padding: 48px 0 56px;
  }
  .agenda__soon-banner {
    padding: 40px 20px 44px;
    gap: 32px;
  }
  .agenda__soon-title {
    font-size: 44px;
  }
  .agenda__soon-subtitle {
    font-size: 44px;
  }
  .agenda .section-header {
    margin-bottom: 0;
  }
  .agenda__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 719px) {
  .agenda__carousel {
    position: relative;
    padding-bottom: 60px;
  }
  .agenda__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    background: #d5225d;
    border: none;
    border-radius: 12px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 10px;
    z-index: 10;
  }
  .agenda__arrow--prev {
    left: 24px;
  }
  .agenda__arrow--next {
    right: 24px;
  }
  .agenda__arrow:hover {
    background: #f84f86;
  }
  .agenda__arrow:active {
    transform: scale(0.95);
  }
  .agenda__grid {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding: 10px 24px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .agenda__grid::-webkit-scrollbar {
    display: none;
  }
  .agenda-card {
    flex: 0 0 289px;
    width: 289px;
    height: 215px;
    /* height: auto; */
    scroll-snap-align: center;
    padding: 16px;
  }
  .agenda-card__time {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1;
  }
  .agenda-card__title {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.2;
    height: 55px;
  }
  .agenda-card__speaker-label {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .agenda-card__speaker {
    padding: 4px 8px;
  }
  .agenda-card__speaker-name {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .agenda-card__speaker-role,
  .agenda-card__speaker-company {
    font-size: 12px;
  }
}
.location {
  background: url("../img/location-bg.webp") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}
.location__content {
  display: flex;
  align-items: center;
  height: 434px;
}
.location__info {
  width: 60%;
  padding: 80px 60px 80px 80px;
  position: absolute;
}
.location__info .section-tag {
  background: #d5225d;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 16px;
  margin-bottom: 12px;
  display: inline-block;
}
.location__text {
  font-size: 22px;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 24px;
  font-weight: 500;
}
.location__link {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.location__link:hover {
  color: #d5225d;
}
.location__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: transparent;
  background: #fff;
  border-radius: 30px;
  color: #d5225d;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.location__btn svg {
  width: 20px;
  height: 20px;
}
.location__btn svg path {
  fill: currentColor;
}
.location__btn:hover {
  background: #d5225d;
  color: #ffffff;
}
.location__image {
  width: 55%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  background: url(../img/location-img.webp) no-repeat center center;
  background-size: cover;
  right: 0;
  top: 0;
}
/* .location__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.location__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(213, 34, 93, 0.3) 0%, rgba(11, 17, 46, 0.5) 100%);
  mix-blend-mode: overlay;
  z-index: 2;
} */
.location__image img {
  width: 100%;
  height: 100%;
  display: flex;
}

@media (max-width: 1024px) {
  .location__info {
    padding: 60px 40px;
  }
  .location__text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .location__content {
    flex-direction: column;
    min-height: auto;
    position: relative;
    min-height: 450px;
  }
  .location__info {
    padding: 10px 15px;
    width: 100%;
    height: 100%;
    text-align: center;
    order: 1;
    z-index: 2;
  }
  .location__info .section-tag {
    margin-bottom: 8px;
    font-size: 20px;
    padding: 8px;
    border-radius: 16px;
  }
  .speakers .section-tag {
    font-size: 20px;
    padding: 8px;
  }

  .agenda .section-tag {
    font-size: 20px;
    padding: 8px;
  }

  .about .section-tag {
    font-size: 20px;
    padding: 8px;
  }
  .location__text {
    font-size: 16px;
  }
  .location__image {
    width: 100%;
    min-height: 213px;
    height: 213px;
    bottom: 0;
    position: absolute;
    top: auto;
    z-index: 1;
  }
  .location__image::before {
    background: linear-gradient(180deg, #0b112e 0%, transparent 30%);
  }
  .location__image img {
    position: relative;
  }
  .location__btn {
    left: 5%;
    bottom: 33%;
    padding: 8px 12px;
    font-size: 18px;
    position: absolute;
    border-radius: 16px;
  }
}
.footer {
  background: #04081a;
  color: white;
  padding: 30px 10px 0;
}
.footer__content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
}
.footer__brand {
  max-width: 500px;
}
.footer__title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
}
.footer__description {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}
.footer__nav {
  display: contents;
}
.footer__menu {
  padding-left: 0;
}
@media (min-width: 1025px) {
  .footer__menu {
    padding-left: 70px;
  }
  .footer__title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 16px;
  }
}
.footer__heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}
.footer__list-item {
  margin-bottom: 10px;
}
.footer__link {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.footer__link:hover {
  color: #d5225d;
}
.footer__bottom {
  padding: 24px 0;
  text-align: center;
}
.footer__copyright {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-link {
  width: 36px;
  height: 36px;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background: #0b112e;
}
.social-link:hover {
  background: #d5225d;
}

@media (max-width: 767px) {
  .footer {
    padding: 40px 10px 0;
  }
  .footer__content {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }
  .footer__brand {
    max-width: 100%;
  }
  .footer__nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .footer__social {
    margin-top: 16px;
  }
  .social-links {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .header .btn {
    display: inline-flex;
    padding: 8px 14px;
    font-size: 14px;
    margin-left: auto;
  }
  .header .container {
    padding: 5px 12px;
    gap: 12px;
  }
  .logo__image {
    width: 140px;
    height: auto;
  }
  .nav {
    display: none;
  }
  .mobile-menu-btn {
    display: flex;
  }
  .header.mobile-menu-open .mobile-menu-btn span {
    background: #d5225d;
  }
  .mobile-menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  .header.mobile-menu-open .nav {
    display: block;
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: #f1f5f9;
    padding: 6px 0 20px;
    margin: 0;
    border-radius: 0 0 16px 16px;
    /* box-shadow: 0 24px 40px rgba(15, 23, 42, 0.12); */
    animation: slideDown 0.3s ease;
  }
  .header.mobile-menu-open .nav .nav__list {
    flex-direction: column;
    gap: 0px;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header.mobile-menu-open .nav .nav__list li {
    margin: 0;
    padding: 0;
  }
  .header.mobile-menu-open .nav .nav__link {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 7px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #0b112e;
    border-bottom: none;
    border-radius: 0;
    text-align: left;
    text-decoration: none;
    transition:
      background-color 0.2s ease,
      color 0.2s ease;
  }
  .header.mobile-menu-open .nav .nav__link:hover:not(.nav__link--active) {
    color: #d5225d;
  }
  .header.mobile-menu-open .nav .nav__link--active,
  .header.mobile-menu-open .nav .nav__link--active:hover {
    background-color: #d5225d;
    color: #ffffff;
    font-weight: 600;
  }
  @keyframes slideDown {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
@media (max-width: 480px) {
  .footer__copyright {
    font-style: italic;
  }
  .social-link {
    width: 44px;
    height: 44px;
  }
}

.hide {
  display: none;
}

/* Speaker bio modal + in-modal carousel */
.speaker-modal[hidden] {
  display: none !important;
}

.speaker-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  box-sizing: border-box;
}

.speaker-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(6px);
}

.speaker-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 800px;
  max-height: min(560px, calc(100vh - 48px));
  background: linear-gradient(145deg, #141218 0%, #0a0a0c 50%, #121015 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  box-shadow:
    0 0 0 1px rgba(213, 34, 93, 0.12),
    0 24px 80px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.speaker-modal__dialog::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 40%;
  height: 120px;
  background: radial-gradient(
    ellipse 80% 100% at 0% 0%,
    rgba(213, 34, 93, 0.18),
    transparent 70%
  );
  pointer-events: none;
}

.speaker-modal__close {
  position: absolute;
  top: 7px;
  right: 16px;
  z-index: 3;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 12px;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.speaker-modal__close:hover {
  /* background: rgba(255, 255, 255, 0.12); */
  color: #ffffff;
}

.speaker-modal__layout {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 0;
  flex: 1;
  background: linear-gradient(292deg, #020202 34.07%, #d5225d 163.52%);
  padding: 16px;
}

.speaker-modal__media {
  width: 345px;
  height: 383px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.speaker-modal__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.speaker-modal__content {
  flex: 1;
  padding: 0px 38px 0px 24px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}

.speaker-modal__title-row {
  padding-right: 44px;
  margin-bottom: 8px;
}

.speaker-modal__title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

.speaker-modal__meta {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: rgb(255 255 255);
  margin-bottom: 16px;
  line-height: 1.4;
  font-weight: 400;
}

.speaker-modal__bio {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #abadb9;
  flex: 1;
  overflow-y: auto;
  min-height: 0;
  padding-right: 4px;
  margin-bottom: 16px;
}

.speaker-modal__nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: auto;
  flex-shrink: 0;
}

.speaker-modal__arrow {
  width: 27.5px;
  height: 27.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition:
    transform 0.15s ease,
    background 0.2s ease,
    opacity 0.2s ease;
}

.speaker-modal__arrow:active {
  transform: scale(0.96);
}

.speaker-modal__arrow--prev {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.75);
}

.speaker-modal__arrow--prev:hover {
  background: #72072a;
  transform: scale(1.03);
}

.speaker-modal__arrow--next {
  background: #000000;
  color: #ffffff;
}

.speaker-modal__arrow--next:hover {
  background: #72072a;
  transform: scale(1.03);
}

@media (max-width: 719px) {
  .speaker-modal {
    padding: 16px;
    align-items: center;
  }

  .speaker-modal__dialog {
    width: 343px;
    height: 513px;
    border-radius: 20px 20px 16px 16px;
  }

  .speaker-modal__layout {
    flex-direction: column;
    max-height: inherit;
  }

  .speaker-modal__media {
    flex: none;
    max-width: none;
    width: 311px;
    height: 212px;
    min-height: 200px;
  }

  .speaker-modal__photo {
    object-position: center;
  }

  .speaker-modal__content {
    padding: 16px 0px 5px;
    flex: 1;
    min-height: 0;
  }

  .speaker-modal__title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding-right: 48px;
    margin-bottom: 6px;
  }

  .speaker-modal__title {
    font-size: 16px;
  }

  .speaker-modal__meta {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .speaker-modal__bio {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .speaker-modal__close {
    top: 232px;
    right: 12px;
  }
}

.speaker-modal__arrow.speaker-modal__arrow--prev svg {
  transform: rotate(180deg);
}
