body {
    margin: 0;
    background: #090909;
}



:root {
  --ease-premium: cubic-bezier(0.16, 1, 0.3, 1);
  --anim-fast: 0.35s;
  --anim-medium: 0.65s;
  --anim-slow: 1s;
  --font-main: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ec-partners__empty {
  min-height: 130px;
  grid-column: 1 / -1;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.65);
  font-size: 18px;
  font-weight: 500;
}

* {
  box-sizing: border-box;
}

.ec-hero {
  position: relative;
  padding: 35px 100px 70px;
  overflow: hidden;
  color: #fff;
  font-family: var(--font-main);
  background: #050506;
}

.ec-hero__bg,
.ec-hero__overlay {
  position: absolute;
  inset: 0;
}

.ec-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform var(--anim-slow) var(--ease-premium);
  will-change: transform;
}

.ec-hero:hover .ec-hero__video {
  transform: scale(1.07);
}

.ec-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;

  background:
    /* общий плавный уход в фон */
    linear-gradient(
      180deg,
      rgba(9, 9, 9, 0.08) 0%,
      rgba(9, 9, 9, 0.14) 28%,
      rgba(9, 9, 9, 0.36) 52%,
      rgba(9, 9, 9, 0.72) 76%,
      #090909 100%
    ),

    /* затемнение слева/справа */
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.22) 34%,
      rgba(0, 0, 0, 0.22) 66%,
      rgba(0, 0, 0, 0.72) 100%
    ),

    /* световые акценты */
    radial-gradient(
      circle at 50% 36%,
      rgba(93, 39, 126, 0.22),
      transparent 34%
    ),
    radial-gradient(
      circle at 78% 14%,
      rgba(255, 90, 20, 0.10),
      transparent 26%
    );
}

.ec-hero__overlay::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 58%;
  background: linear-gradient(
    180deg,
    rgba(9, 9, 9, 0) 0%,
    rgba(9, 9, 9, 0.22) 22%,
    rgba(9, 9, 9, 0.52) 48%,
    rgba(9, 9, 9, 0.84) 74%,
    #090909 100%
  );
  pointer-events: none;
}

.ec-hero__nav {
  position: fixed;
  top: 35px;
  left: 100px;
  right: 100px;
  z-index: 1000;

  height: 80px;
  padding: 0 13px 0 20px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ec-hero__logo img {
  display: flex;
  align-items: center;
  gap: 3px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  line-height: 0.9;
  width: 200px;
}

.ec-hero__logo-mark {
  font-size: 31px;
  color: #ff5a14;
}

.ec-hero__logo-text {
  font-size: 15px;
  letter-spacing: 0px;
}

.ec-hero__logo-lines {
  margin-left: 8px;
  font-size: 33px;
  color: #23d9ef;
  transform: rotate(90deg);
}

.ec-hero__menu {
  display: flex;
  align-items: center;
  gap: 8px;
}

.ec-hero__menu a {
  padding: 13px 17px;
  border-radius: 25px;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 17px;
  transition: all var(--anim-medium) var(--ease-premium);
}

.ec-hero__menu a:hover,
.ec-hero__menu a.is-active {
  color: #fff;
  background: rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.05);
}

.ec-hero__nav-btn,
.ec-hero__btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.ec-hero__nav-btn {
  padding: 15px 27px;
  border-radius: 18px;
  background: #ff5a14;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 17px;
  transition: transform var(--anim-medium) var(--ease-premium), box-shadow var(--anim-medium) var(--ease-premium);
}

.ec-hero__nav-btn::before,
.ec-hero__btn--primary::before {
  content: "";
  position: absolute;
  inset: -40% auto -40% -70%;
  width: 55%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent);
  transform: skewX(-18deg);
  transition: left var(--anim-slow) var(--ease-premium);
  z-index: -1;
}


.ec-hero__nav-btn:hover::before,
.ec-hero__btn--primary:hover::before {
  left: 125%;
}

.ec-hero__content {
  position: relative;
  z-index: 3;
  min-height: calc(100vh - 165px);
  display: grid;
  place-items: center;
  margin-top: 5vh;
}

.ec-hero__main {
  text-align: center;
  transform: translateY(25px);
}

.ec-hero__title {
  margin: 0;
  font-size: 5vw;
  line-height: 0.92;
  letter-spacing: 0px;
  font-weight: 700;
}

.ec-hero__subtitle {
  margin: 18px 0 33px;
  font-size: clamp(20px, 1.85vw, 27px);
  line-height: 1.14;
  letter-spacing: 0px;
  font-weight: 600;
}

.ec-hero__actions {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.ec-hero__btn {
  min-width: 166px;
  height: 60px;
  padding: 20px 35px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: all var(--anim-medium) var(--ease-premium);
}

.ec-hero__btn svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.ec-hero__btn--primary {
  color: #fff;
  background: #ff5a14;
  box-shadow: 0 16px 38px rgba(255, 90, 20, 0.22);
}

.ec-hero__btn--light {
  color: #151515;
  background: #fff;
}

.ec-hero__btn--light:hover {
  box-shadow: 0 16px 45px rgba(255, 255, 255, 0.2);
}

.ec-hero__badge {
  position: absolute;
  z-index: 4;
  min-width: 173px;
  min-height: 64px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 23px;
  background: rgba(38, 31, 42, 0.58);
  backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0;
  transition: transform var(--anim-medium) var(--ease-premium), border-color var(--anim-medium) var(--ease-premium), box-shadow var(--anim-medium) var(--ease-premium);
}

.ec-hero__badge:hover {
  animation-play-state: paused;
  transform: translateY(-5px) scale(1.025);
  border-color: rgba(255, 255, 255, 0.26);
  box-shadow: 0 25px 80px rgba(255, 90, 20, 0.14);
}

.ec-hero__badge.is-visible {
  animation-name: ec-badge-float;
  animation-duration: var(--ec-float-duration, 7s);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-delay: var(--ec-float-delay, 0s);
}

.ec-hero__badge--date {
  left: 32px;
  top: 23%;
}

.ec-hero__badge--people {
  left: 150px;
  bottom: 24%;
}

.ec-hero__badge--place {
  right: 31px;
  top: 47%;
}

.ec-hero__badge--date {
  --ec-float-x: 8px;
  --ec-float-y: -10px;
  --ec-float-rotate: -1.2deg;
  --ec-float-duration: 7.5s;
  --ec-float-delay: 0.2s;
}

.ec-hero__badge--people {
  --ec-float-x: -7px;
  --ec-float-y: 9px;
  --ec-float-rotate: 1deg;
  --ec-float-duration: 8.5s;
  --ec-float-delay: 0.8s;
}

.ec-hero__badge--place {
  --ec-float-x: 9px;
  --ec-float-y: 7px;
  --ec-float-rotate: 1.3deg;
  --ec-float-duration: 8s;
  --ec-float-delay: 0.5s;
}

@keyframes ec-badge-float {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  35% {
    transform: translate3d(
      var(--ec-float-x),
      var(--ec-float-y),
      0
    ) rotate(var(--ec-float-rotate));
  }

  70% {
    transform: translate3d(
      calc(var(--ec-float-x) * -0.55),
      calc(var(--ec-float-y) * 0.65),
      0
    ) rotate(calc(var(--ec-float-rotate) * -0.7));
  }

  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}

.ec-hero__icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.7;
}

.ec-hero__badge small {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
}

.ec-hero__badge strong {
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 1;
}

.ec-hero__burger {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
}

.ec-hero__burger span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
  border-radius: 2px;
}

.ec-reveal {
  opacity: 0;
  filter: blur(16px);
  clip-path: inset(0 0 20% 0);
  transform: translateY(28px) scale(0.985);
  transition:
    opacity var(--anim-slow) var(--ease-premium),
    filter var(--anim-slow) var(--ease-premium),
    clip-path var(--anim-slow) var(--ease-premium),
    transform var(--anim-slow) var(--ease-premium);
}

.ec-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0 0 0 0);
  transform: translateY(0) scale(1);
}

@media (max-width: 2024px) {
      .ec-location__earth {
      display: block;
    }
    
}

@media (max-width: 1024px) {
  .ec-hero {
    padding: 24px 40px 60px;
  }
  
  .ec-location__earth {
      display: visible;
    }

  .ec-hero__menu {
    display: none;
  }

  .ec-hero__burger {
    display: block;
  }
  
  .ec-hero__badge {
      display: none;
  }

  .ec-hero__badge--date {
    left: 0;
    top: 18%;
  }

  .ec-hero__badge--people {
    left: 0;
    bottom: 17%;
  }

  .ec-hero__badge--place {
    right: 0;
    top: 63%;
  }
  
    .ec-hero__nav {
    top: 24px;
    left: 40px;
    right: 40px;
  }

}

@media (max-width: 767px) {
  .ec-hero {
    height: 100vh;
    padding: 18px 18px 45px;
  }

  .ec-hero__nav {
    height: 58px;
    padding-left: 16px;
  }

  .ec-hero__nav-btn {
    display: none;
  }

  .ec-hero__logo-text {
    font-size: 13px;
  }

  .ec-hero__content {
    align-items: center;
  }

  .ec-hero__main {
    transform: translateY(0);
    margin-top: -60px;
  }

  .ec-hero__title {
    font-size: 48px;
    letter-spacing: 0px;
    text-align: left;
    margin-top: 200px;
  }

  .ec-hero__subtitle {
    font-size: 19px;
    text-align: left;
  }

  .ec-hero__actions {
    flex-direction: column;
    align-items: center;
    margin-top: 200px;
  }

  .ec-hero__btn {
    width: 100%;
  }

  .ec-hero__badge {
    position: static;
    margin: 10px auto;
    min-width: 230px;
    justify-content: flex-start;
  }

  .ec-hero__badge--date {
    margin-top: 85px;
  }

  .ec-hero__badge--place {
    margin-bottom: 24px;
  }
  
    .ec-hero__nav {
    top: 18px;
    left: 18px;
    right: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ec-reveal,
  .ec-hero__video,
  .ec-hero__badge,
  .ec-hero__btn,
  .ec-hero__nav-btn {
    transition: none !important;
    animation: none !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
  }
  
  .ec-hero__badge {
  animation: none !important;
}

  .ec-reveal {
    opacity: 1;
  }
}


/* //////////  ТЕМИ КОНФЕРЕНЦІЇ  ////////// */

:root {
  --ease-premium: cubic-bezier(0.16, 1, 0.3, 1);
  --anim-fast: 0.35s;
  --anim-medium: 0.65s;
  --anim-slow: 1s;
}

* {
  box-sizing: border-box;
}

.ec-topics {
  position: relative;
  min-height: 560px;
  padding: 100px 100px 70px;
  overflow: hidden;
  background: none;
  color: #fff;
  font-family: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.ec-topics__bg {
  position: absolute;
  inset: auto 0 0;
  height: 62%;
  z-index: 0;
  opacity: 0.38;
  pointer-events: none;
  overflow: hidden;
}

.ec-topics__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, #090909 0%, rgba(5, 5, 5, 0.72) 26%, rgba(5, 5, 5, 0.35) 100%),
    radial-gradient(circle at 50% 100%, rgba(255, 82, 15, 0.08), transparent 45%);
}

.ec-topics__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) contrast(1.25) brightness(0.45);
  transform: scale(1.08);
  opacity: 0.65;
}

.ec-topics__marquee {
  position: relative;
  z-index: 2;
  width: calc(100% + 200px);
  margin-left: -100px;
  overflow: hidden;
  white-space: nowrap;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.ec-topics__marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 22px;
  min-width: max-content;
  animation: ec-topics-marquee 26s linear infinite;
  will-change: transform;
}

.ec-topics__marquee span {
  font-size: clamp(34px, 3.1vw, 52px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1.8px;
  color: #f4f4f4;
}

.ec-topics__marquee-logo {
  width: clamp(20px, 3vw, 20px);
  height: clamp(20px, 3vw, 20px);
  object-fit: contain;
  flex: 0 0 auto;
  user-select: none;
  pointer-events: none;
}

.ec-topics__inner {
  position: relative;
  z-index: 3;
  margin: 60px auto 0;
}

.ec-topics__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
  position: relative;
  isolation: isolate;
}

.ec-topics__chip {
  position: relative;
  min-height: 36px;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 999px;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.025)),
    linear-gradient(135deg, #303030 0%, #242424 48%, #1d1d1d 100%);

  color: #fff;
  font: inherit;
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.035em;

  cursor: pointer;
  overflow: hidden;
  isolation: isolate;

  opacity: 0;
  filter: blur(14px);
  clip-path: inset(0 12% 0 12% round 999px);
  transform: translateY(18px) scale(0.96);

  will-change: opacity, filter, clip-path, transform;
  transition:
    opacity var(--anim-slow) var(--ease-premium),
    filter var(--anim-slow) var(--ease-premium),
    clip-path var(--anim-slow) var(--ease-premium),
    transform var(--anim-medium) var(--ease-premium),
    background var(--anim-medium),
    border-color var(--anim-medium) var(--ease-premium),
}

.ec-topics__chip::before {
  content: "";
  position: absolute;
  inset: -55% auto -55% -85%;
  z-index: -1;
  width: 62%;



  transform: skewX(-18deg);
  opacity: 0;
  transition:
    left 0.85s var(--ease-premium),
    opacity 0.35s var(--ease-premium);
}

.ec-topics__chip::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -2;
  border-radius: inherit;

  pointer-events: none;
}

.ec-topics__chip.is-visible {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0 0 0 0 round 999px);
  transform: translateY(0) scale(1);
}

.ec-topics__chip.is-orange,
.ec-topics__chip.is-random-orange {


  background: #FF5B01;


}

.ec-topics__chip.is-orange::after,
.ec-topics__chip.is-random-orange::after {
  background: #FF5B01;
}

.ec-topics__chip:hover {
  transform: translateY(-3px) scale(1.025);
  border-color: rgba(255, 255, 255, 0.15);

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.135), rgba(255, 255, 255, 0.035)),
    linear-gradient(135deg, #353535 0%, #292929 48%, #202020 100%);

  box-shadow:
    0 16px 38px rgba(0, 0, 0, 0.34),
    0 5px 16px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.17),
    inset 0 -1px 0 rgba(0, 0, 0, 0.42);
}

.ec-topics__chip.is-orange:hover,
.ec-topics__chip.is-random-orange:hover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.045)),
    radial-gradient(circle at 25% 0%, rgba(255, 210, 160, 0.38), transparent 34%),
    linear-gradient(135deg, #ff7a28 0%, #ff510f 48%, #dc3500 100%);

  box-shadow:
    0 18px 46px rgba(255, 81, 15, 0.34),
    0 5px 16px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.28),
    inset 0 -1px 0 rgba(107, 22, 0, 0.45);
}

.ec-topics__chip:hover::before {
  left: 128%;
  opacity: 1;
}

.ec-topics__chip:active {
  transform: translateY(-1px) scale(1.012);
}

.ec-topics__chip:focus-visible {
  outline: none;
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.12),
    0 0 0 6px rgba(255, 81, 15, 0.2),
    0 14px 36px rgba(0, 0, 0, 0.32);
}

.ec-topics__chip--icon {
  width: 58px;
  min-width: 38px;
  height: 58px;
  min-height: 38px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  font-size: 15px;

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.025)),
    linear-gradient(135deg, #303030 0%, #242424 48%, #1d1d1d 100%);
}

.ec-topics__chip--icon img,
.ec-topics__chip--icon svg {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.ec-topics__chip,
.ec-topics__chip:hover {
  cursor: default;
}

@keyframes ec-topics-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 1024px) {
  .ec-topics {
    padding: 36px 40px 64px;
  }

  .ec-topics__marquee {
    width: calc(100% + 80px);
    margin-left: -40px;
  }

  .ec-topics__inner {
    max-width: 850px;
    margin-top: 32px;
  }

  .ec-topics__chips {
    column-gap: 12px;
    row-gap: 14px;
  }

  .ec-topics__chip {
    min-height: 35px;
    padding: 0 18px;
    font-size: 15px;
  }

  .ec-topics__chip--icon {
    width: 36px;
    min-width: 36px;
    height: 36px;
    min-height: 36px;
  }
}

@media (max-width: 767px) {
  .ec-topics {
    min-height: auto;
    padding: 32px 18px 52px;
  }

  .ec-topics__marquee {
    width: calc(100% + 36px);
    margin-left: -18px;
  }

  .ec-topics__marquee-track {
    gap: 15px;
    animation-duration: 18s;
  }

  .ec-topics__marquee span {
    font-size: 34px;
    letter-spacing: -1.2px;
  }

  .ec-topics__marquee-logo {
    width: 13px;
    height: 13px;
  }

  .ec-topics__inner {
    margin-top: 30px;
  }

  .ec-topics__chips {
    column-gap: 9px;
    row-gap: 11px;
  }

  .ec-topics__chip {
    min-height: 33px;
    padding: 0 15px;
    font-size: 14px;
    letter-spacing: -0.15px;
  }

  .ec-topics__chip--icon {
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ec-topics__marquee-track,
  .ec-topics__chip,
  .ec-topics__chip::before {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
  }

  .ec-topics__chip {
    opacity: 1;
  }
}



/* //////////  СПІКЕРИ  ////////// */

.ec-speakers {
  position: relative;
  padding: 105px 100px 130px;
  overflow: hidden;
  background: none;
  color: #fff;
  font-family: var(--font-main);
}

.ec-speakers__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.34;
  pointer-events: none;
  overflow: hidden;
}

.ec-speakers__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 90, 20, 0.045), transparent 34%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.75) 0%, rgba(5, 5, 5, 0.42) 45%, #090909 100%),
    linear-gradient(90deg, #090909 0%, rgba(5, 5, 5, 0.3) 28%, rgba(5, 5, 5, 0.3) 72%, #090909 100%);
}

.ec-speakers__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(0.42) contrast(1.2);
  transform: scale(1.08);
  opacity: 0.65;
}

.ec-speakers__inner {
  position: relative;
  z-index: 3;
  max-width: 1500px;
  margin: 0 auto;
}

.ec-speakers__head {
  text-align: center;
  margin-bottom: 52px;
}

.ec-speakers__label {
  width: max-content;
  margin: 0 auto 13px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ec-speakers__label span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff5a14;
  box-shadow: 0 0 18px rgba(255, 90, 20, 0.6);
}

.ec-speakers__title {
  margin: 0;
  font-size: clamp(42px, 3.4vw, 64px);
  line-height: 0.95;
  letter-spacing: -1.4px;
  font-weight: 700;
}

.ec-speakers__subtitle {
  max-width: 720px;
  margin: 14px auto 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(22px, 1.75vw, 31px);
  line-height: 1.12;
  letter-spacing: -0.35px;
  font-weight: 500;
}

.ec-speakers__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ec-speakers__card {
  position: relative;
  min-height: 500px;
  border-radius: 25px;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.12);
  isolation: isolate;
  transform-origin: center bottom;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 22px 70px rgba(0, 0, 0, 0.25);
  transition:
    transform var(--anim-medium) var(--ease-premium),
    border-color var(--anim-medium) var(--ease-premium),
    box-shadow var(--anim-medium) var(--ease-premium);
}

.ec-speakers__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, transparent 31%, rgba(0, 0, 0, 0.18) 53%, rgba(0, 0, 0, 0.84) 100%),
    radial-gradient(circle at 50% 15%, rgba(255, 255, 255, 0.08), transparent 35%);
  pointer-events: none;
}

.ec-speakers__card::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 4;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 90, 20, 0.45), transparent 38%, rgba(255, 255, 255, 0.1));
  transition: opacity var(--anim-medium) var(--ease-premium);
}

.ec-speakers__card:hover {
  transform: translateY(-9px) scale(1.018);
  border-color: rgba(255, 90, 20, 0.35);
  box-shadow:
    0 28px 85px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 90, 20, 0.08),
    0 0 45px rgba(255, 90, 20, 0.12);
}

.ec-speakers__card:hover::after {
  opacity: 1;
}

.ec-speakers__photo {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.ec-speakers__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.015);
  transition: transform var(--anim-slow) var(--ease-premium), filter var(--anim-slow) var(--ease-premium);
  will-change: transform;
}

.ec-speakers__card:hover .ec-speakers__photo img {
  transform: scale(1.075);
  filter: contrast(1.05) saturate(1.06);
}

.ec-speakers__content {
  position: absolute;
  left: 21px;
  right: 18px;
  bottom: 22px;
  z-index: 5;
}

.ec-speakers__content h3 {
  margin: 0 0 10px;
  font-size: clamp(22px, 1.4vw, 29px);
  line-height: 0.96;
  letter-spacing: -0.5px;
  font-weight: 600;
}

.ec-speakers__content p {
  margin: 0 0 9px;
  color: #ff5a14;
  font-size: clamp(15px, 0.95vw, 19px);
  line-height: 1.08;
  letter-spacing: 0.4px;
  font-weight: 500;
}

.ec-speakers__content span {
  display: block;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 1;
  font-weight: 500;
}

.ec-speakers__actions {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.ec-speakers__btn {
  position: relative;
  min-width: 235px;
  height: 60px;
  padding: 20px 35px;
  border-radius: 18px;
  background: #ff5a14;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 16px 38px rgba(255, 90, 20, 0.22);
  transition:
    transform var(--anim-medium) var(--ease-premium),
    box-shadow var(--anim-medium) var(--ease-premium),
    background-color var(--anim-medium) var(--ease-premium);
}

.ec-speakers__btn::before {
  content: "";
  position: absolute;
  inset: -40% auto -40% -70%;
  z-index: -1;
  width: 55%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent);
  transform: skewX(-18deg);
  transition: left var(--anim-slow) var(--ease-premium);
}

.ec-speakers__btn:hover {
  background: #ff621f;
  box-shadow:
    0 20px 55px rgba(255, 90, 20, 0.32),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}

.ec-speakers__btn:hover::before {
  left: 125%;
}

.ec-speakers__btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.ec-speakers-reveal {
  opacity: 0;
  filter: blur(16px);
  clip-path: inset(0 0 18% 0);
  transform: translateY(28px) scale(0.985);
  transition:
    opacity var(--anim-slow) var(--ease-premium),
    filter var(--anim-slow) var(--ease-premium),
    clip-path var(--anim-slow) var(--ease-premium),
    transform var(--anim-slow) var(--ease-premium);
}

.ec-speakers-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0 0 0 0);
  transform: translateY(0) scale(1);
}

@media (max-width: 1280px) {
  .ec-speakers__grid {
    gap: 14px;
  }

  .ec-speakers__card {
    min-height: 380px;
  }

  .ec-speakers__content {
    left: 17px;
    right: 15px;
    bottom: 18px;
  }
}

@media (max-width: 1024px) {
  .ec-speakers {
    padding: 85px 40px 100px;
  }

  .ec-speakers__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ec-speakers__card {
    min-height: 430px;
  }
}

@media (max-width: 767px) {
  .ec-speakers {
    padding: 68px 18px 78px;
  }
  
  .ec-moments__photo--one, .ec-moments__photo--two, .ec-moments__photo--three, .ec-moments__photo--four, .ec-moments__photo--five {
      display: none;
  }
  


  .ec-speakers__head {
    margin-bottom: 34px;
  }

  .ec-speakers__label {
    padding: 7px 14px;
    font-size: 13px;
  }

  .ec-speakers__title {
    font-size: 39px;
    letter-spacing: -0.8px;
  }

  .ec-speakers__subtitle {
    font-size: 19px;
    line-height: 1.18;
  }

  .ec-speakers__subtitle br {
    display: none;
  }

  .ec-speakers__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .ec-speakers__card {
    min-height: 320px;
    border-radius: 24px;
    
  }

  .ec-speakers__content h3 {
    font-size: 20px;
  }

  .ec-speakers__content p,
  .ec-speakers__content span {
    font-size: 13px;
  }

  .ec-speakers__actions {
    margin-top: 34px;
  }

  .ec-speakers__btn {
    width: 100%;
    max-width: 300px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ec-speakers-reveal,
  .ec-speakers__card,
  .ec-speakers__photo img,
  .ec-speakers__btn,
  .ec-speakers__btn::before {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
  }

  .ec-speakers-reveal {
    opacity: 1;
  }
}

.ec-shared-bg {
  position: relative;
  overflow: hidden;
  background: #090909;
}

.ec-shared-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;

  background-image: url("img/map-bg.jpg");
  background-size: 100% auto;
  background-position: center 350px;
  background-repeat: no-repeat;

  pointer-events: none;
}

.ec-shared-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.ec-topics,
.ec-speakers {
  position: relative;
  z-index: 2;
  background: transparent;
  margin-top: 40px;
}


/* //////////  КВИТКИ  ////////// */

.ec-tickets {
  position: relative;
  padding: 95px 100px 115px;
  overflow: hidden;
  background: none;
  color: #fff;
  font-family: var(--font-main);
}

.ec-tickets__inner {
  position: relative;
  z-index: 2;
  max-width: 1600px;
  margin: 0 auto;
}

.ec-tickets__head {
  text-align: center;
  margin-bottom: 58px;
}

.ec-tickets__title {
  margin: 0;
  font-size: clamp(44px, 3.5vw, 68px);
  line-height: 0.95;
  letter-spacing: -0.6px;
  font-weight: 700;
}

.ec-tickets__subtitle {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(22px, 1.55vw, 30px);
  line-height: 1.15;
  font-weight: 500;
}

.ec-tickets__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
  align-items: start;
}

.ec-tickets__card {
  position: relative;
}

.ec-tickets__btn {
  position: absolute;
  left: 50%;
  bottom: 7.5%;
  transform: translateX(-50%) !important;

  width: 78%;
  max-width: 280px;
  height: 64px;
  padding: 0 28px;

  border-radius: 18px;
  background: #ff5a14;
  color: #fff;
  text-decoration: none;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-size: 22px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.4px;

  overflow: hidden;
  isolation: isolate;

  transition:
    background-color var(--anim-medium) var(--ease-premium),
    box-shadow var(--anim-medium) var(--ease-premium);

  box-shadow: 0 16px 42px rgba(255, 90, 20, 0.22);
  will-change: auto;
}

.ec-tickets__btn:hover {
  transform: translateX(-50%) !important;
  background: #ff681f;
  box-shadow: 0 18px 48px rgba(255, 90, 20, 0.32);
}

.ec-tickets__btn::before {
  content: "";
  position: absolute;
  inset: -45% auto -45% -75%;
  z-index: -1;
  width: 58%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), transparent);
  transform: skewX(-18deg);
  transition: left var(--anim-slow) var(--ease-premium);
}

.ec-tickets__btn:hover::before {
  left: 130%;
}

.ec-tickets__btn--light {
  background: #fff;
  color: #ff5a14;
  box-shadow: 0 16px 42px rgba(255, 255, 255, 0.16);
}

.ec-tickets__btn--light:hover {
  transform: translateX(-50%) !important;
  background: #fff;
  color: #ff5a14;
  box-shadow: 0 18px 48px rgba(255, 255, 255, 0.22);
}

.ec-tickets-reveal {
  opacity: 0;
  filter: blur(16px);
  clip-path: inset(0 0 18% 0);
  transform: translateY(30px) scale(0.985);
  transition:
    opacity var(--anim-slow) var(--ease-premium),
    filter var(--anim-slow) var(--ease-premium),
    clip-path var(--anim-slow) var(--ease-premium),
    transform var(--anim-slow) var(--ease-premium);
}

.ec-tickets-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0 0 0 0);
  transform: translateY(0) scale(1);
}

@media (max-width: 1440px) {
  .ec-tickets__grid {
    gap: 24px;
  }

  .ec-tickets__btn {
    height: 58px;
    left: 9.5%;
    right: 9.5%;
    bottom: 5%;
  }
}

@media (max-width: 1024px) {
  .ec-tickets {
    padding: 85px 40px 95px;
  }

  .ec-tickets__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ec-tickets__btn {
    height: 64px;
  }
}

@media (max-width: 767px) {
  .ec-tickets {
    padding: 68px 18px 76px;
  }

  .ec-tickets__head {
    margin-bottom: 38px;
  }

  .ec-tickets__title {
    font-size: 42px;
  }

  .ec-tickets__subtitle {
    font-size: 19px;
  }

  .ec-tickets__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ec-tickets__card {
    max-width: 390px;
    width: 90%;
    margin: 0 auto;
  }

  .ec-tickets__btn {
    height: 60px;
    font-size: 22px;
    left: 9%;
    right: 9%;
    bottom: 5%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ec-tickets-reveal,
  .ec-tickets__card,
  .ec-tickets__btn,
  .ec-tickets__btn::before {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
  }

  .ec-tickets-reveal {
    opacity: 1;
  }
}

/* //////////  ПАРТНЕРИ  ////////// */

.ec-partners {
  position: relative;
  padding: 105px 100px 120px;
  overflow: visible;
  background: none;
  color: #fff;
  font-family: var(--font-main);
  isolation: isolate;
}

.ec-partners::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 0;
  right: 0;
  bottom: -180px;
  z-index: -1;

  background-image: url("img/fireshow-bg.png");
  background-position: center 56%;
  background-repeat: no-repeat;
  background-size: 100% auto;

  pointer-events: none;
}

.ec-partners__inner {
  position: relative;
  z-index: 2;
  max-width: 1800px;
  margin: 0 auto;
}

.ec-partners__head {
  text-align: center;
  margin-bottom: 64px;
}

.ec-partners__title {
  margin: 0;
  font-size: clamp(44px, 3.4vw, 66px);
  line-height: 0.96;
  letter-spacing: -1px;
  font-weight: 700;
}

.ec-partners__title span {
  color: #ff5a14;
}

.ec-partners__subtitle {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.93);
  font-size: clamp(20px, 1.35vw, 29px);
  line-height: 1.2;
  font-weight: 500;
}

.ec-partners__cta {
  position: relative;
  margin-top: 28px;
  height: 60px;
  padding: 0 34px;
  border-radius: 18px;
  background: #ff5a14;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform var(--anim-medium) var(--ease-premium),
    box-shadow var(--anim-medium) var(--ease-premium),
    background-color var(--anim-medium) var(--ease-premium);
}

.ec-partners__cta::before {
  content: "";
  position: absolute;
  inset: -45% auto -45% -75%;
  z-index: -1;
  width: 58%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent);
  transform: skewX(-18deg);
  transition: left var(--anim-slow) var(--ease-premium);
}

.ec-partners__cta:hover {
  transform: translateY(-4px) scale(1.018);
  background: #ff681f;
}

.ec-partners__cta:hover::before {
  left: 130%;
}

.ec-partners__cta svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform var(--anim-medium) var(--ease-premium);
}

.ec-partners__cta:hover svg {
  transform: translateX(4px);
}

.ec-partners__panel {
  padding: 24px;
  border-radius: 44px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.ec-partners__card {
  position: relative;
  height: 160px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.06), transparent 42%),
    #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.095);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  text-decoration: none;
  transition:
    transform var(--anim-medium) var(--ease-premium),
    background-color var(--anim-medium) var(--ease-premium),
    border-color var(--anim-medium) var(--ease-premium),
    box-shadow var(--anim-medium) var(--ease-premium);
}

.ec-partners__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #ff5a14;
  opacity: 0;
  transition: opacity var(--anim-medium) var(--ease-premium);
}

.ec-partners__card::after {
  content: "";
  position: absolute;
  inset: -35% auto -35% -70%;
  z-index: 1;
  width: 55%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.34), transparent);
  transform: skewX(-18deg);
  transition: left var(--anim-slow) var(--ease-premium);
  pointer-events: none;
}

.ec-partners__card:hover {
  transform: translateY(-7px) scale(1.012);
  border-color: rgba(255, 90, 20, 0.55);
}

.ec-partners__card:hover::before {
  opacity: 1;
}

.ec-partners__card:hover::after {
  left: 130%;
}

.ec-partners__card img {
  position: relative;
  z-index: 2;
  max-width: 78%;
  max-height: 58%;
  object-fit: contain;
  transition:
    transform var(--anim-medium) var(--ease-premium),
    filter var(--anim-medium) var(--ease-premium);
  will-change: transform;
}

.ec-partners__card:hover img {
  transform: scale(1.055);
  filter: brightness(0) invert(1);
}

.ec-partners-reveal {
  opacity: 0;
  filter: blur(16px);
  clip-path: inset(0 0 18% 0);
  transform: translateY(28px) scale(0.985);
  transition:
    opacity var(--anim-slow) var(--ease-premium),
    filter var(--anim-slow) var(--ease-premium),
    clip-path var(--anim-slow) var(--ease-premium),
    transform var(--anim-slow) var(--ease-premium);
}

.ec-partners-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0 0 0 0);
  transform: translateY(0) scale(1);
}

@media (max-width: 1280px) {
  .ec-partners__panel {
    gap: 18px;
    padding: 18px;
  }

  .ec-partners__card {
    height: 135px;
  }
}

@media (max-width: 1024px) {
  .ec-partners {
    padding: 85px 40px 100px;
  }

  .ec-partners__panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-radius: 34px;
  }

  .ec-partners__card {
    height: 128px;
  }
}

@media (max-width: 767px) {
  .ec-partners {
    padding: 68px 18px 78px;
  }

  .ec-partners__head {
    margin-bottom: 38px;
  }

  .ec-partners__title {
    font-size: 39px;
    line-height: 1;
  }

  .ec-partners__subtitle {
    font-size: 18px;
  }

  .ec-partners__cta {
    height: 56px;
    padding: 0 28px;
    font-size: 16px;
  }

  .ec-partners__panel {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 14px;
    border-radius: 28px;
  }

  .ec-partners__card {
    height: 118px;
    border-radius: 12px;
  }

  .ec-partners__card img {
    max-width: 70%;
    max-height: 54%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ec-partners-reveal,
  .ec-partners__card,
  .ec-partners__card::before,
  .ec-partners__card::after,
  .ec-partners__card img,
  .ec-partners__cta,
  .ec-partners__cta::before,
  .ec-partners__cta svg {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
  }

  .ec-partners-reveal {
    opacity: 1;
  }
}

/* ////////// SHARED EXTRA BLOCKS ////////// */

.ec-program,
.ec-join,
.ec-location,
.ec-final,
.ec-footer {
  font-family: var(--font-main);
  color: #fff;
}

.ec-extra-reveal {
  opacity: 0;
  filter: blur(16px);
  clip-path: inset(0 0 18% 0);
  transform: translateY(28px) scale(0.985);
  transition:
    opacity var(--anim-slow) var(--ease-premium),
    filter var(--anim-slow) var(--ease-premium),
    clip-path var(--anim-slow) var(--ease-premium),
    transform var(--anim-slow) var(--ease-premium);
}

.ec-extra-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0 0 0 0);
  transform: translateY(0) scale(1);
}


/* ////////// ПРОГРАМА ////////// */

.ec-program {
  position: relative;
  padding: 100px 100px 80px;
  background: none;
  overflow: hidden;
}

.ec-program__inner {
  max-width: 1800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 95px;
  align-items: start;
}

.ec-program__left {
  position: sticky;
  top: 140px;
  padding-top: 4px;
}

.ec-program__label,
.ec-location__label {
  width: max-content;
  margin-bottom: 13px;
  padding: 7px 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
}

.ec-program__label span,
.ec-location__label span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff5a14;
  box-shadow: 0 0 18px rgba(255, 90, 20, 0.65);
}

.ec-program__title {
  margin: 0;
  font-size: clamp(42px, 3.6vw, 68px);
  line-height: 0.95;
  letter-spacing: -1px;
  font-weight: 700;
}

.ec-program__text {
  margin: 18px 0 28px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(20px, 1.45vw, 28px);
  line-height: 1.1;
  font-weight: 500;
}

.ec-program__btn,
.ec-join__btn {
  position: relative;
  height: 45px;
  padding: 0 23px;
  border-radius: 11px;
  background: #ff5a14;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 16px 38px rgba(255, 90, 20, 0.22);
  transition:
    transform var(--anim-medium) var(--ease-premium),
    box-shadow var(--anim-medium) var(--ease-premium),
    background-color var(--anim-medium) var(--ease-premium);
}

.ec-program__btn svg,
.ec-location__btn svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.ec-program__btn::before,
.ec-join__btn::before,
.ec-location__btn::before,
.ec-footer__card::before {
  content: "";
  position: absolute;
  inset: -45% auto -45% -75%;
  width: 58%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.38), transparent);
  transform: skewX(-18deg);
  transition: left var(--anim-slow) var(--ease-premium);
  z-index: -1;
}

.ec-program__btn:hover,
.ec-join__btn:hover {
  transform: translateY(-4px) scale(1.018);
  background: #ff681f;
  box-shadow: 0 20px 55px rgba(255, 90, 20, 0.3);
}

.ec-program__btn:hover::before,
.ec-join__btn:hover::before,
.ec-location__btn:hover::before,
.ec-footer__card:hover::before {
  left: 130%;
}

.ec-program__list {
  display: grid;
  gap: 15px;
}

.ec-program__item {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.018);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition:
    border-color var(--anim-medium) var(--ease-premium),
    background-color var(--anim-medium) var(--ease-premium),
    box-shadow var(--anim-medium) var(--ease-premium),
    transform var(--anim-medium) var(--ease-premium);
}

.ec-program__item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 90, 20, 0.35);
}

.ec-program__item.is-open {
  border-color: rgba(255, 90, 20, 0.85);
  background: rgba(255, 255, 255, 0.014);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.28);
}

.ec-program__trigger {
  width: 100%;
  min-height: 82px;
  padding: 0 28px;
  border: 0;
  background: transparent;
  color: #fff;
  display: grid;
  grid-template-columns: 145px 1fr 22px;
  align-items: center;
  gap: 28px;
  text-align: left;
  cursor: pointer;
  font: inherit;
}

.ec-program__time {
  font-size: clamp(18px, 1.2vw, 23px);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.92);
}

.ec-program__name {
  font-size: clamp(18px, 1.2vw, 23px);
  line-height: 1.1;
  font-weight: 600;
}

.ec-program__arrow {
  width: 12px;
  height: 12px;
  border-right: 1.5px solid rgba(255,255,255,.75);
  border-bottom: 1.5px solid rgba(255,255,255,.75);
  transform: rotate(45deg);
  transition: transform var(--anim-medium) var(--ease-premium), border-color var(--anim-medium) var(--ease-premium);
}

.ec-program__item.is-open .ec-program__arrow {
  transform: rotate(225deg);
  border-color: #ff5a14;
}

.ec-program__content {
  max-height: 0;
  overflow: hidden;
  padding: 0 28px 0 201px;
  transition: max-height var(--anim-slow) var(--ease-premium), padding var(--anim-medium) var(--ease-premium);
}

.ec-program__item.is-open .ec-program__content {
  max-height: 320px;
  padding-bottom: 26px;
  padding-top: 10px;
  font-size: 17px;
}

.ec-program__content p {
  max-width: 520px;
  margin: -6px 0 22px;
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
}

.ec-program__speakers {
  display: grid;
  gap: 12px;
}

.ec-program__speakers div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ec-program__speakers img {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  object-fit: cover;
}

.ec-program__speakers span {
  display: grid;
  gap: 2px;
  color: rgba(255,255,255,.62);
  font-size: 12px;
  line-height: 1;
}

.ec-program__speakers strong {
  color: #fff;
  font-size: 13px;
}


/* ////////// ПАРТНЕРСЬКИЙ CTA ////////// */

.ec-join {
  position: relative;
  padding: 85px 100px 90px;
  background: none;
  overflow: hidden;
}

.ec-join__inner {
  max-width: 1800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.45fr 0.95fr;
  gap: 0;
  align-items: stretch;
}

.ec-join__image {
  min-height: 420px;
  border-radius: 24px;
  overflow: hidden;
  background: #111;
}

.ec-join__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--anim-slow) var(--ease-premium);
}

.ec-join__image:hover img {
  transform: scale(1.055);
}

.ec-join__card {
  min-height: 420px;
  padding: 46px 48px;
  border-radius: 24px;
  background: #1a1a1a;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: none;
}

.ec-join__card h2 {
  margin: 0;
  font-size: clamp(36px, 2.6vw, 54px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.8px;
}

.ec-join__card p {
  max-height: none;
  margin: 20px 0 20px 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(18px, 1.2vw, 24px);
  line-height: 1.16;
  font-weight: 500;
}

.ec-join__btn {
  width: 100%;
  height: 60px;
  font-size: 20px;
}


/* ////////// ЛОКАЦІЯ ////////// */

.ec-location {
  position: relative;
  padding: 95px 100px 115px;
  background: none;
  overflow: hidden;
}

.ec-location__inner {
  max-width: 1800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.65fr 1fr;
  gap: 0;
  align-items: stretch;
}

.ec-location__info,
.ec-location__photo {
  position: relative;
  min-height: 430px;
  border-radius: 24px;
  overflow: hidden;
  background: #111;
}

.ec-location__info {
  padding: 42px 42px;
  border: 1px solid rgba(255,255,255,.08);
}

.ec-location__info h2 {
  margin: 0;
  font-size: clamp(38px, 3vw, 58px);
  line-height: 0.95;
  font-weight: 700;
  letter-spacing: -0.9px;
}

.ec-location__info p {
  margin: 14px 0 22px;
  color: rgba(255,255,255,.88);
  font-size: clamp(18px, 1.3vw, 26px);
  line-height: 1.15;
  font-weight: 500;
}

.ec-location__btn {
  position: relative;
  height: 42px;
  padding: 0 18px;
  border-radius: 9px;
  background: #fff;
  color: #111;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  isolation: isolate;
  transition: transform var(--anim-medium) var(--ease-premium), box-shadow var(--anim-medium) var(--ease-premium);
}

.ec-location__btn:hover {
  transform: translateY(-3px) scale(1.018);
  box-shadow: 0 18px 45px rgba(255,255,255,.14);
}

.ec-location__earth {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 58%;
  opacity: 0.78;
  display: none;
}

.ec-location__earth img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ec-location__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--anim-slow) var(--ease-premium);
}

.ec-location__photo:hover img {
  transform: scale(1.045);
}

.ec-location__date {
  position: absolute;
  left: 32px;
  top: 32px;
  min-width: 175px;
  padding: 15px 18px;
  border-radius: 16px;
  background: #fff;
  color: #111;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  box-shadow: 0 20px 60px rgba(0,0,0,.22);
}

.ec-location__date svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #111;
  stroke-width: 1.8;
}

.ec-location__date small,
.ec-location__date em {
  display: block;
  color: rgba(0,0,0,.62);
  font-size: 11px;
  font-style: normal;
  line-height: 1;
}

.ec-location__date strong {
  display: block;
  margin: 4px 0;
  color: #111;
  font-size: 15px;
  line-height: 1;
}


/* ////////// ФІНАЛЬНИЙ CTA ////////// */

.ec-final {
  padding: 115px 20px 22px;
  background: none;
}

.ec-final__box {
  position: relative;
  max-width: 1920px;
  min-height: 285px;
  margin: 0 auto;
  padding: 72px 85px;
  border-radius: 26px;
  background: #1a1a1a;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.05);
}

.ec-final__box h2 {
  margin: 0;
  max-width: 820px;
  font-size: clamp(46px, 4.5vw, 92px);
  line-height: 0.91;
  letter-spacing: -2px;
  font-weight: 800;
}

.ec-final__stamp {
  position: absolute;
  right: 95px;
  top: 50%;
  width: 10vw;
  height: 10vw;
  transform: translateY(-50%);
}

.ec-final__stamp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: ec-final-rotate 18s linear infinite;
}

@keyframes ec-final-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


/* ////////// FOOTER ////////// */

.ec-footer {
  padding: 0 20px 20px;
  background: none;
}

.ec-footer__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding: 48px 85px 38px;
  border-radius: 26px;
  background: url("img/footer-bg.png");
  position: relative;
  overflow: hidden;
}

.ec-footer__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background-image: url("img/footer-bg.png");
  pointer-events: none;
}

.ec-footer__links {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 42px;
  margin-bottom: 55px;
}

.ec-footer__card {
  position: relative;
  width: 230px;
  height: 78px;
  padding: 0 27px;
  border-radius: 18px;
  color: #fff;
  text-decoration: none;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  isolation: isolate;
  transition:
    transform var(--anim-medium) var(--ease-premium),
    background-color var(--anim-medium) var(--ease-premium),
    box-shadow var(--anim-medium) var(--ease-premium);
}

.ec-footer__card:hover {
  transform: translateY(-5px) scale(1.018);
  background: rgba(255,255,255,.12);
  box-shadow: 0 22px 60px rgba(0,0,0,.26);
}

.ec-footer__card span {
  font-size: 16px;
  font-weight: 600;
}

.ec-footer__card svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
}

.ec-footer__bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.ec-footer__bottom a,
.ec-footer__bottom p {
  margin: 0;
  color: #fff;
  text-decoration: none;
}

.ec-footer__bottom p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* ////////// ADAPTIVE ////////// */

@media (max-width: 1024px) {
  .ec-program {
    padding: 85px 40px 70px;
  }

  .ec-program__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .ec-program__left {
    position: relative;
    top: auto;
  }

  .ec-program__trigger {
    grid-template-columns: 125px 1fr 20px;
  }

  .ec-program__content {
    padding-left: 181px;
  }

  .ec-join,
  .ec-location {
    padding-left: 40px;
    padding-right: 40px;
  }

  .ec-join__inner,
  .ec-location__inner {
    grid-template-columns: 1fr;
  }

  .ec-join__card,
  .ec-join__image,
  .ec-location__info,
  .ec-location__photo {
    min-height: 380px;
  }

  .ec-final__box,
  .ec-footer__inner {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (max-width: 767px) {
  .ec-program {
    padding: 68px 18px 55px;
  }

  .ec-program__text br {
    display: none;
  }

  .ec-program__trigger {
    min-height: auto;
    padding: 22px 20px;
    grid-template-columns: 1fr 20px;
    gap: 12px;
  }

  .ec-program__time {
    grid-column: 1 / -1;
    font-size: 16px;
  }

  .ec-program__name {
    font-size: 17px;
  }

  .ec-program__content {
    padding: 0 20px;
  }

  .ec-program__item.is-open .ec-program__content {
    padding-bottom: 22px;
  }

  .ec-program__content p {
    margin-top: 0;
  }

  .ec-join,
  .ec-location {
    padding: 58px 18px;
  }

  .ec-join__image,
  .ec-join__card,
  .ec-location__info,
  .ec-location__photo {
    min-height: 260px;
  }

  .ec-join__card,
  .ec-location__info {
    padding: 32px 26px;
  }

  .ec-location__date {
    left: 18px;
    top: 18px;
  }

  .ec-final {
    padding-top: 70px;
  }

  .ec-final__box {
    min-height: 260px;
    padding: 42px 28px;
  }

  .ec-final__box h2 {
    font-size: 42px;
  }

  .ec-final__stamp {
    right: 26px;
    bottom: 26px;
    top: auto;
    width: 92px;
    height: 92px;
    transform: none;
  }

  .ec-footer__inner {
    padding: 34px 22px 26px;
  }

  .ec-footer__links {
    flex-direction: row;
    gap: 14px;
    margin-bottom: 34px;
  }

  .ec-footer__card {
    width: 100%;
  }

  .ec-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ec-extra-reveal,
  .ec-program__item,
  .ec-program__arrow,
  .ec-program__content,
  .ec-program__btn,
  .ec-join__btn,
  .ec-location__btn,
  .ec-footer__card,
  .ec-final__stamp img {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
  }

  .ec-extra-reveal {
    opacity: 1;
  }
}

/* //////////  SPEAKERS TEASER  ////////// */

.ec-speakers-teaser {
  position: relative;
  padding: 95px 100px 105px;
  overflow: hidden;
  color: #fff;
  font-family: var(--font-main);
  margin-top: 100px;
}

.ec-speakers-teaser__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.34;
  pointer-events: none;
  overflow: hidden;
}

.ec-speakers-teaser__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 90, 20, 0.045), transparent 35%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.72) 0%, rgba(5, 5, 5, 0.36) 48%, #050505 100%),
    linear-gradient(90deg, #050505 0%, rgba(5, 5, 5, 0.28) 28%, rgba(5, 5, 5, 0.28) 72%, #050505 100%);
}

.ec-speakers-teaser__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(0.42) contrast(1.2);
  transform: scale(1.08);
  opacity: 0.65;
}

.ec-speakers-teaser__head {
  position: relative;
  z-index: 4;
  text-align: center;
  margin-bottom: 62px;
}

.ec-speakers-teaser__label {
  width: max-content;
  margin: 0 auto 14px;
  padding: 8px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.86);
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ec-speakers-teaser__label span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff5a14;
  box-shadow: 0 0 18px rgba(255, 90, 20, 0.65);
}

.ec-speakers-teaser__head h2 {
  margin: 0;
  font-size: clamp(42px, 3.4vw, 64px);
  line-height: 0.95;
  letter-spacing: -1.2px;
  font-weight: 700;
}

.ec-speakers-teaser__head p {
  max-width: 760px;
  margin: 18px auto 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(22px, 1.75vw, 31px);
  line-height: 1.12;
  letter-spacing: -0.35px;
  font-weight: 500;
}

.ec-speakers-teaser__slider {
  position: relative;
  z-index: 3;
  width: calc(100% + 200px);
  margin-left: -100px;
  overflow: hidden;
  padding: 0 0 10px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

.ec-speakers-teaser__slider::before {
  content: "";
  position: absolute;
  inset: -40px 0 -30px;
  z-index: 4;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.42), transparent 28%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.78) 0%, transparent 24%, transparent 76%, rgba(5, 5, 5, 0.78) 100%);
  pointer-events: none;
}

.ec-speakers-teaser__track {
  display: flex;
  width: max-content;
  gap: 24px;
  animation: ec-speakers-teaser-marquee 32s linear infinite;
  will-change: transform;
}

.ec-speakers-teaser__row {
  display: flex;
  gap: 24px;
}

.ec-speakers-teaser__card {
  position: relative;
  flex: 0 0 292px;
  height: 420px;
  border-radius: 25px;
  overflow: hidden;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 22px 70px rgba(0, 0, 0, 0.25);
}

.ec-speakers-teaser__card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, transparent 30%, rgba(0,0,0,.18) 52%, rgba(0,0,0,.92) 100%),
    linear-gradient(180deg, rgba(0,0,0,.32), transparent 34%),
    rgba(0, 0, 0, 0.22);
  pointer-events: none;
}

.ec-speakers-teaser__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.02);
  filter: brightness(0.62) saturate(0.9);
}

.ec-speakers-teaser__center-text {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 8;
  transform: translate(-50%, -50%);
  width: max-content;
  max-width: calc(100vw - 40px);
  text-align: center;
  color: #fff;
  font-size: clamp(28px, 2.45vw, 46px);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.9px;
  text-shadow: 0 18px 55px rgba(0, 0, 0, 0.95);
  pointer-events: none;
}

@keyframes ec-speakers-teaser-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - 12px), 0, 0);
  }
}

.ec-speakers-teaser-reveal {
  opacity: 0;
  filter: blur(16px);
  clip-path: inset(0 0 18% 0);
  transform: translateY(28px) scale(0.985);
  transition:
    opacity var(--anim-slow) var(--ease-premium),
    filter var(--anim-slow) var(--ease-premium),
    clip-path var(--anim-slow) var(--ease-premium),
    transform var(--anim-slow) var(--ease-premium);
}

.ec-speakers-teaser-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0 0 0 0);
  transform: translateY(0) scale(1);
}

@media (max-width: 1024px) {
  .ec-speakers-teaser {
    padding: 85px 40px 95px;
  }

  .ec-speakers-teaser__slider {
    width: calc(100% + 80px);
    margin-left: -40px;
  }

  .ec-speakers-teaser__card {
    flex-basis: 245px;
    height: 365px;
  }
}

@media (max-width: 767px) {
  .ec-speakers-teaser {
    padding: 68px 18px 78px;
  }

  .ec-speakers-teaser__head {
    margin-bottom: 38px;
  }

  .ec-speakers-teaser__head h2 {
    font-size: 39px;
    letter-spacing: -0.8px;
  }

  .ec-speakers-teaser__head p {
    font-size: 19px;
    line-height: 1.18;
  }

  .ec-speakers-teaser__head p br {
    display: none;
  }

  .ec-speakers-teaser__slider {
    width: calc(100% + 36px);
    margin-left: -18px;
  }

  .ec-speakers-teaser__track,
  .ec-speakers-teaser__row {
    gap: 14px;
  }

  .ec-speakers-teaser__track {
    animation-duration: 22s;
  }

  .ec-speakers-teaser__card {
    flex-basis: 210px;
    height: 315px;
    border-radius: 22px;
  }

  .ec-speakers-teaser__center-text {
    font-size: 27px;
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ec-speakers-teaser__track,
  .ec-speakers-teaser-reveal {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
  }

  .ec-speakers-teaser-reveal {
    opacity: 1;
  }
}

/* //////////  MOMENTS  ////////// */

.ec-moments {
  position: relative;
  padding: 50px 100px 105px;
  overflow: hidden;
  color: #fff;
  font-family: var(--font-main);
  margin-top: 0;
}

.ec-moments__gallery {
  overflow: visible;
}

.ec-moments,
.ec-moments__inner,
.ec-moments__gallery {
  overflow: visible;
}

.ec-moments__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 52%, rgba(255, 255, 255, 0.035), transparent 24%),
    radial-gradient(circle at 50% 45%, rgba(255, 90, 20, 0.035), transparent 34%),
    linear-gradient(180deg, #050505 0%, #070707 48%, #050505 100%);
}

.ec-moments__inner {
  position: relative;
  z-index: 2;
  max-width: 1700px;
  margin: 0 auto;
}

.ec-moments__head {
  text-align: center;
  margin-bottom: 20px;
}

.ec-moments__head h2 {
  margin: 0;
  font-size: clamp(42px, 3.4vw, 68px);
  line-height: 0.95;
  letter-spacing: -1.4px;
  font-weight: 800;
  text-transform: uppercase;
}

.ec-moments__stats {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(80px, 8vw, 170px);
  margin-bottom: 34px;
}

.ec-moments__stat {
  text-align: center;
}

.ec-moments__stat strong {
  display: block;
  color: #ff5a14;
  font-size: clamp(52px, 4.8vw, 94px);
  line-height: 0.88;
  font-weight: 900;
  letter-spacing: -1.6px;
}

.ec-moments__stat span {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: clamp(15px, 1.05vw, 22px);
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.ec-moments__gallery {
  position: relative;
  height: 410px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  margin-top: 0px;
  padding-top: 260px;
  padding-bottom: 220px;
}

.ec-moments__photo {
  position: relative;
  width: 285px;
  height: 380px;
  border-radius: 26px;
  overflow: hidden;
  background: #111;
  transform-origin: center bottom;
  transition:
    transform var(--anim-medium) var(--ease-premium),
    box-shadow var(--anim-medium) var(--ease-premium),
    filter var(--anim-medium) var(--ease-premium);
}

.ec-moments__photo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.05), transparent 45%, rgba(0,0,0,0.16)),
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.1), transparent 36%);
  pointer-events: none;
}

.ec-moments__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--anim-slow) var(--ease-premium);
  will-change: transform;
}

.ec-moments__photo:hover {
  z-index: 10;
  transform: translateY(-14px) scale(1.045) rotate(0deg);
  box-shadow:
    0 36px 110px rgba(0, 0, 0, 0.55),
    0 0 55px rgba(255, 90, 20, 0.12);
}

.ec-moments__photo:hover img {
  transform: scale(1.065);
}

.ec-moments__photo--one {
  margin-right: -12px;
  transform: translateY(-4px) rotate(1deg);
}

.ec-moments__photo--two {
  margin-right: -10px;
  transform: translateY(10px) rotate(0.4deg);
}

.ec-moments__photo--three {
  z-index: 3;
  width: 300px;
  height: 410px;
  transform: translateY(-18px) rotate(0deg);
}

.ec-moments__photo--four {
  margin-left: -10px;
  transform: translateY(8px) rotate(0.3deg);
}

.ec-moments__photo--five {
  margin-left: -12px;
  transform: translateY(-1px) rotate(-0.6deg);
}

.ec-moments__actions {
  margin-top: 38px;
  display: flex;
  justify-content: center;
}

.ec-moments__btn {
  position: relative;
  height: 58px;
  padding: 0 36px;
  border-radius: 16px;
  background: #ff5a14;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 16px 38px rgba(255, 90, 20, 0.24);
  transition:
    transform var(--anim-medium) var(--ease-premium),
    box-shadow var(--anim-medium) var(--ease-premium),
    background-color var(--anim-medium) var(--ease-premium);
}

.ec-moments__btn::before {
  content: "";
  position: absolute;
  inset: -45% auto -45% -75%;
  z-index: -1;
  width: 58%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.42), transparent);
  transform: skewX(-18deg);
  transition: left var(--anim-slow) var(--ease-premium);
}

.ec-moments__btn:hover {
  transform: translateY(-4px) scale(1.018);
  background: #ff681f;
  box-shadow:
    0 22px 60px rgba(255, 90, 20, 0.32),
    0 0 0 1px rgba(255,255,255,.08);
}

.ec-moments__btn:hover::before {
  left: 130%;
}

.ec-moments__btn svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform var(--anim-medium) var(--ease-premium);
}

.ec-moments__btn:hover svg {
  transform: translateX(4px);
}

.ec-moments-reveal {
  opacity: 0;
  filter: blur(16px);
  clip-path: inset(0 0 18% 0);
  transform: translateY(28px) scale(0.985);
  transition:
    opacity var(--anim-slow) var(--ease-premium),
    filter var(--anim-slow) var(--ease-premium),
    clip-path var(--anim-slow) var(--ease-premium),
    transform var(--anim-slow) var(--ease-premium);
}

.ec-moments-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0 0 0 0);
  transform: translateY(0) scale(1);
}

@media (max-width: 1280px) {
  .ec-moments__photo {
    width: 240px;
    height: 330px;
  }

  .ec-moments__photo--three {
    width: 255px;
    height: 360px;
  }

  .ec-moments__gallery {
    height: 365px;
  }
}

@media (max-width: 1024px) {
  .ec-moments {
    padding: 85px 40px 95px;
  }

  .ec-moments__stats {
    gap: 55px;
  }

  .ec-moments__gallery {
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .ec-moments__photo,
  .ec-moments__photo--three {
    width: 100%;
    height: 330px;
    margin: 0;
    transform: none;
  }
}

@media (max-width: 767px) {
  .ec-moments {
    padding: 68px 18px 78px;
  }

  .ec-moments__head h2 {
    font-size: 34px;
    line-height: 0.98;
    letter-spacing: -0.8px;
  }

  .ec-moments__stats {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 32px 0;
  }

  .ec-moments__stat strong {
    font-size: 58px;
  }

  .ec-moments__gallery {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .ec-moments__photo,
  .ec-moments__photo--three {
    height: 390px;
    border-radius: 24px;
  }

  .ec-moments__actions {
    margin-top: 30px;
  }

  .ec-moments__btn {
    width: 100%;
    max-width: 300px;
    height: 56px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ec-moments-reveal,
  .ec-moments__photo,
  .ec-moments__photo img,
  .ec-moments__btn,
  .ec-moments__btn::before,
  .ec-moments__btn svg {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
  }

  .ec-moments-reveal {
    opacity: 1;
  }
}




/* //////////  PARTNERS TEASER  ////////// */

.ec-partners-teaser {
  position: relative;
  padding: 95px 100px 105px;
  overflow: hidden;
  color: #fff;
  font-family: var(--font-main);
}

.ec-partners-teaser__inner {
  position: relative;
  z-index: 2;
  max-width: 1800px;
  margin: 0 auto;
}

.ec-partners-teaser__head {
  text-align: center;
  margin-bottom: 58px;
}

.ec-partners-teaser__head h2 {
  margin: 0;
  font-size: clamp(44px, 3.4vw, 66px);
  line-height: 0.96;
  letter-spacing: -1px;
  font-weight: 700;
}

.ec-partners-teaser__head h2 span {
  color: #ff5a14;
}

.ec-partners-teaser__head p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.93);
  font-size: clamp(20px, 1.35vw, 29px);
  line-height: 1.2;
  font-weight: 500;
}

.ec-partners-teaser__btn {
  position: relative;
  margin-top: 28px;
  height: 60px;
  padding: 0 34px;
  border-radius: 18px;
  background: #ff5a14;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 16px 38px rgba(255, 90, 20, 0.22);
  transition:
    transform var(--anim-medium) var(--ease-premium),
    box-shadow var(--anim-medium) var(--ease-premium),
    background-color var(--anim-medium) var(--ease-premium);
}

.ec-partners-teaser__btn::before {
  content: "";
  position: absolute;
  inset: -45% auto -45% -75%;
  z-index: -1;
  width: 58%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.4), transparent);
  transform: skewX(-18deg);
  transition: left var(--anim-slow) var(--ease-premium);
}

.ec-partners-teaser__btn:hover {
  transform: translateY(-4px) scale(1.018);
  background: #ff681f;
  box-shadow:
    0 20px 55px rgba(255, 90, 20, 0.32),
    0 0 0 1px rgba(255,255,255,.08);
}

.ec-partners-teaser__btn:hover::before {
  left: 130%;
}

.ec-partners-teaser__btn svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  transition: transform var(--anim-medium) var(--ease-premium);
}

.ec-partners-teaser__btn:hover svg {
  transform: translateX(4px);
}

.ec-partners-teaser__slider {
  position: relative;
  width: calc(100% + 200px);
  margin-left: -100px;
  overflow: hidden;
  padding: 0 0 4px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.ec-partners-teaser__slider::before {
  content: "";
  position: absolute;
  inset: -30px 0;
  z-index: 5;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.42), transparent 23%),
    linear-gradient(90deg, rgba(5, 5, 5, 0.76) 0%, transparent 23%, transparent 77%, rgba(5, 5, 5, 0.76) 100%);
  pointer-events: none;
}

.ec-partners-teaser__track {
  display: flex;
  width: max-content;
  gap: 24px;
  animation: ec-partners-teaser-marquee 34s linear infinite;
  will-change: transform;
}

.ec-partners-teaser__row {
  display: grid;
  grid-template-columns: repeat(5, 290px);
  grid-auto-rows: 142px;
  gap: 24px;
}

.ec-partners-teaser__card {
  border-radius: 13px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.07), transparent 44%),
    #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.09);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 18px 50px rgba(0, 0, 0, 0.22);
}

.ec-partners-teaser__card.is-orange {
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.08), transparent 44%),
    #ff5a14;
  border-color: rgba(255, 90, 20, 0.85);
}

.ec-partners-teaser__center-text {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 8;
  transform: translate(-50%, -50%);
  width: max-content;
  max-width: calc(100vw - 40px);
  text-align: center;
  color: #fff;
  font-size: clamp(24px, 1.65vw, 34px);
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.4px;
  text-shadow: 0 18px 55px rgba(0, 0, 0, 0.95);
  pointer-events: none;
}

@keyframes ec-partners-teaser-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - 12px), 0, 0);
  }
}

.ec-partners-teaser-reveal {
  opacity: 0;
  filter: blur(16px);
  clip-path: inset(0 0 18% 0);
  transform: translateY(28px) scale(0.985);
  transition:
    opacity var(--anim-slow) var(--ease-premium),
    filter var(--anim-slow) var(--ease-premium),
    clip-path var(--anim-slow) var(--ease-premium),
    transform var(--anim-slow) var(--ease-premium);
}

.ec-partners-teaser-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0 0 0 0);
  transform: translateY(0) scale(1);
}

@media (max-width: 1024px) {
  .ec-partners-teaser {
    padding: 85px 40px 95px;
  }

  .ec-partners-teaser__slider {
    width: calc(100% + 80px);
    margin-left: -40px;
  }

  .ec-partners-teaser__row {
    grid-template-columns: repeat(5, 245px);
    grid-auto-rows: 124px;
    gap: 18px;
  }

  .ec-partners-teaser__track {
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .ec-partners-teaser {
    padding: 68px 18px 78px;
  }

  .ec-partners-teaser__head {
    margin-bottom: 38px;
  }

  .ec-partners-teaser__head h2 {
    font-size: 39px;
    line-height: 1;
  }

  .ec-partners-teaser__head p {
    font-size: 18px;
  }

  .ec-partners-teaser__btn {
    height: 56px;
    padding: 0 28px;
    font-size: 16px;
  }

  .ec-partners-teaser__slider {
    width: calc(100% + 36px);
    margin-left: -18px;
  }

  .ec-partners-teaser__row {
    grid-template-columns: repeat(5, 210px);
    grid-auto-rows: 108px;
    gap: 14px;
  }

  .ec-partners-teaser__track {
    gap: 14px;
    animation-duration: 24s;
  }

  .ec-partners-teaser__center-text {
    font-size: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ec-partners-teaser__track,
  .ec-partners-teaser-reveal,
  .ec-partners-teaser__btn,
  .ec-partners-teaser__btn::before,
  .ec-partners-teaser__btn svg {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    filter: none !important;
    clip-path: none !important;
  }

  .ec-partners-teaser-reveal {
    opacity: 1;
  }
}

.smm-footer-btn {
    width: 40px;
}








@media (max-width: 900px) {
  .ec-hero__nav {
    position: fixed;
    top: 16px;
    left: 16px;
    right: 16px;
    z-index: 9999;
  }

  .ec-hero__burger {
    display: flex;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(7, 20, 47, 0.55);
    backdrop-filter: blur(18px);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 7px;
    cursor: pointer;
    z-index: 10001;
  }

  .ec-hero__burger span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 99px;
    background: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .ec-hero__burger.is-active span:first-child {
    transform: translateY(4.5px) rotate(45deg);
  }

  .ec-hero__burger.is-active span:last-child {
    transform: translateY(-4.5px) rotate(-45deg);
  }

  .ec-hero__menu {
    position: fixed;
    top: 80px;
    left: 16px;
    right: 16px;
    z-index: 10000;

    display: flex;
    flex-direction: column;
    gap: 8px;

    padding: 18px;
    border-radius: 26px;
    background: rgba(7, 20, 47, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(24px);
    box-shadow: 0 24px 80px rgba(0, 0, 0, 0.35);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px) scale(0.98);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  }

  .ec-hero__menu.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
  }

  .ec-hero__menu a {
    width: 100%;
    padding: 16px 18px;
    border-radius: 18px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.1;
    background: rgba(255, 255, 255, 0.06);
  }

  .ec-hero__menu a:hover {
    background: rgba(255, 255, 255, 0.12);
  }

  .ec-hero__nav-btn {
    display: none;
  }

  body.ec-menu-open {
    overflow: hidden;
  }
}


/* ================================
   ECONF HEADER / MOBILE MENU
================================ */

.ec-mobile-header {
  position: fixed;
  top: 24px;
  left: 100px;
  right: 100px;
  z-index: 10000;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

  min-height: 74px;
  padding: 12px 14px 12px 24px;

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow:
    0 22px 70px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);

  font-family: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, sans-serif;
}

.ec-mobile-header__logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.ec-mobile-header__logo img {
  display: block;
  max-width: 156px;
  height: auto;
  object-fit: contain;
}

.ec-mobile-header__desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  flex: 1 1 auto;
}

.ec-mobile-header__desktop-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  transition: color 0.25s ease;
}

.ec-mobile-header__desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 100%;
  height: 1px;
  border-radius: 999px;
  background: #fff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.28s ease;
}

.ec-mobile-header__desktop-nav a:hover {
  color: #fff;
}

.ec-mobile-header__desktop-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.ec-mobile-header__ticket {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 26px;

  border-radius: 999px;
  background: #FF5B01;
  color: #fff;
  text-decoration: none;

  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.02em;

  box-shadow:
    0 12px 34px rgba(255, 255, 255, 0.18),
    inset 0 -2px 0 rgba(7, 20, 47, 0.08);

  transition: box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.ec-mobile-header__ticket:hover {
  background: #f3f7ff;
  color: #07142f;
  box-shadow:
    0 16px 44px rgba(255, 255, 255, 0.25),
    inset 0 -2px 0 rgba(7, 20, 47, 0.1);
}

.ec-mobile-header__burger {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 7px;

  width: 52px;
  height: 52px;

  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;

  transition: background 0.25s ease, border-color 0.25s ease;
}

.ec-mobile-header__burger span {
  display: block;
  width: 21px;
  height: 2px;
  border-radius: 999px;
  background: #fff;
  transition: transform 0.3s ease;
}

.ec-mobile-header__burger.is-active {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
}

.ec-mobile-header__burger.is-active span:first-child {
  transform: translateY(4.5px) rotate(45deg);
}

.ec-mobile-header__burger.is-active span:last-child {
  transform: translateY(-4.5px) rotate(-45deg);
}

/* Mobile menu */

.ec-mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 9998;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: opacity 0.35s ease, visibility 0.35s ease;
  font-family: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, sans-serif;
}

.ec-mobile-menu.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.ec-mobile-menu__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.12), transparent 34%),
    rgba(2, 8, 22, 0.74);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.ec-mobile-menu__panel {
  position: absolute;
  top: 104px;
  left: 16px;
  right: 16px;

  padding: 22px;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.45);

  transform: translateY(-18px) scale(0.98);
  transition: transform 0.35s ease;
}

.ec-mobile-menu.is-active .ec-mobile-menu__panel {
  transform: translateY(0) scale(1);
}

.ec-mobile-menu__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ec-mobile-menu__top span {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.ec-mobile-menu__top small {
  max-width: 150px;
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  line-height: 1.25;
  text-align: right;
}

.ec-mobile-menu__nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px 0 18px;
}

.ec-mobile-menu__nav a {
  display: flex;
  align-items: center;
  gap: 16px;

  min-height: 58px;
  padding: 0 18px;

  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  color: #fff;
  text-decoration: none;

  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.045em;

  transition: background 0.25s ease;
}

.ec-mobile-menu__nav a span {
  min-width: 26px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
}

.ec-mobile-menu__nav a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.ec-mobile-menu__bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.ec-mobile-menu__cta,
.ec-mobile-menu__partner {
  display: flex;
  align-items: center;
  justify-content: center;

  min-height: 58px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.ec-mobile-menu__cta {
  gap: 10px;
  background: #fff;
  color: #07142f;
}

.ec-mobile-menu__cta svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ec-mobile-menu__partner {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body.ec-mobile-menu-open {
  overflow: hidden;
}

/* Responsive */

@media (max-width: 1180px) {
  .ec-mobile-header {
    left: 40px;
    right: 40px;
  }

  .ec-mobile-header__desktop-nav {
    gap: 18px;
  }

  .ec-mobile-header__desktop-nav a {
    font-size: 15px;
  }
}

@media (max-width: 900px) {
  .ec-mobile-header {
    top: 14px;
    left: 14px;
    right: 14px;
    min-height: 68px;
    padding: 8px 8px 8px 18px;
    border-radius: 999px;
  }

  .ec-mobile-header__logo img {
    max-width: 132px;
  }

  .ec-mobile-header__desktop-nav,
  .ec-mobile-header__ticket {
    display: none;
  }

  .ec-mobile-header__burger {
    display: flex;
  }
}

@media (max-width: 480px) {
  .ec-mobile-menu__panel {
    top: 94px;
    padding: 18px;
    border-radius: 28px;
  }

  .ec-mobile-menu__nav a {
    min-height: 54px;
    font-size: 22px;
    border-radius: 18px;
  }

  .ec-mobile-menu__cta,
  .ec-mobile-menu__partner {
    min-height: 54px;
  }
}


/* ================================
   ECONF FINAL FOOTER
================================ */

.ec-footer-final {
  position: relative;
  align-items: center;
  padding: 00px 10px 10px;
  overflow: hidden;
  font-family: "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, sans-serif;
}

.ec-footer-final__glow {
  position: absolute;
  top: -80px;
  left: 50%;
  width: 520px;
  height: 360px;
  transform: translateX(-18%);

  filter: blur(42px);
  opacity: 0.75;
  pointer-events: none;
}

.ec-footer-final__inner {
  position: relative;
  z-index: 2;
  min-height: 380px;
  margin: 0px 100px 0px 100px;
  padding: 78px 72px 44px;

  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.08);

  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    #141414;

  box-shadow:
    0 40px 120px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.ec-footer-final__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.ec-footer-final__content h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5.4vw, 88px);
  line-height: 0.93;
  font-weight: 900;
  letter-spacing: -0.075em;
  text-transform: uppercase;
}

.ec-footer-final__stamp {
  flex: 0 0 auto;
  width: clamp(120px, 14vw, 180px);
  height: clamp(120px, 14vw, 180px);
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ec-footer-final__stamp img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  animation: ecFooterStampRotate 18s linear infinite;
}

.ec-footer-final__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  gap: 5px;

  margin-top: 92px;
  color: #fff;
}

.ec-footer-final__socials {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ec-footer-final__socials a {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.ec-footer-final__socials a:hover {
  opacity: 0.72;
  transform: translateY(-2px);
}

.ec-footer-final__socials img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ec-footer-final__link,
.ec-footer-final__made,
.ec-footer-final__made a {
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.025em;
  text-decoration: none;
}

.ec-footer-final__link:hover,
.ec-footer-final__made a:hover {
  color: #fff;
}

.ec-footer-final__made {
  margin: 0;
  text-align: right;
}

.ec-footer-final__made a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@keyframes ecFooterStampRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Tablet */

@media (max-width: 1024px) {
  .ec-footer-final {
    padding-top: 120px;
  }

  .ec-footer-final__inner {
    padding: 58px 44px 36px;
    border-radius: 30px;
  }

  .ec-footer-final__bottom {
    grid-template-columns: 1fr 1fr;
    gap: 24px 34px;
    margin-top: 76px;
  }

  .ec-footer-final__made {
    text-align: left;
  }
}

/* Mobile */

@media (max-width: 640px) {
  .ec-footer-final {
    padding: 90px 10px 10px;
  }

  .ec-footer-final__glow {
    top: -40px;
    left: 42%;
    width: 360px;
    height: 280px;
    filter: blur(38px);
  }

  .ec-footer-final__inner {
    min-height: auto;
    padding: 42px 24px 28px;
    border-radius: 28px;
  }
  
    .ec-footer-final__inner {
      margin: 0px 10px 0px 10px;
  }

  .ec-footer-final__content {
    flex-direction: column;
    gap: 36px;
  }

  .ec-footer-final__content h2 {
    font-size: 7vw;
    line-height: 0.95;
  }

  .ec-footer-final__stamp {
    width: 128px;
    height: 128px;
    margin-left: auto;
    margin-top: 0;
  }

  .ec-footer-final__bottom {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 58px;
  }

  .ec-footer-final__socials {
    gap: 14px;
  }

  .ec-footer-final__socials a {
    width: 28px;
    height: 28px;
  }

  .ec-footer-final__link,
  .ec-footer-final__made,
  .ec-footer-final__made a {
    font-size: 15px;
  }

  .ec-footer-final__made {
    text-align: left;
  }
}

.ec-speakers__empty {
  min-height: 260px;
  grid-column: 1 / -1;
  border-radius: 25px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.65);
  font-size: 20px;
  font-weight: 500;
}

.ec-tickets__waves {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 26px 0 34px;
}

.ec-tickets__wave {
  min-height: 54px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.09);
  background: #1a1a1a;
  color: rgba(255,255,255,.88);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition:
    background-color var(--anim-medium) var(--ease-premium),
    border-color var(--anim-medium) var(--ease-premium),
    transform var(--anim-medium) var(--ease-premium),
    box-shadow var(--anim-medium) var(--ease-premium);
}

.ec-tickets__wave:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.16);
}

.ec-tickets__wave.is-active {
  background: #ff5a14;
  color: #fff;
  border-color: rgba(255, 90, 20, 0.95);
  box-shadow: 0 14px 40px rgba(255, 90, 20, 0.22);
}

.ec-tickets__wave-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.ec-tickets__wave-timer {
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  color: #151515;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.ec-tickets__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.ec-tickets__card {
  position: relative;
}

.ec-tickets__image {
  width: 100%;
  display: block;
  height: auto;
}

.ec-tickets__btn {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  width: calc(100% - 46px);
  height: 60px;
  border-radius: 14px;
  background: #ff5a14;
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    transform var(--anim-medium) var(--ease-premium),
    box-shadow var(--anim-medium) var(--ease-premium),
    background-color var(--anim-medium) var(--ease-premium);
}

.ec-tickets__btn:hover {
  transform: translateX(-50%) translateY(-3px);
  box-shadow: 0 16px 36px rgba(255, 90, 20, 0.24);
}

.ec-tickets__btn--light {
  background: #f2f2f2;
  color: #ff5a14;
}

.ec-tickets__btn--light:hover {
  box-shadow: 0 16px 36px rgba(255,255,255,.14);
}

.ec-tickets__empty {
  min-height: 220px;
  grid-column: 1 / -1;
  border-radius: 24px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.68);
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .ec-tickets__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ec-tickets__waves {
    justify-content: flex-start;
  }

  .ec-tickets__wave {
    min-height: 48px;
    padding: 0 16px;
  }

  .ec-tickets__wave-title {
    font-size: 15px;
  }

  .ec-tickets__wave-timer {
    font-size: 12px;
    padding: 0 10px;
  }

  .ec-tickets__grid {
    grid-template-columns: 1fr;
  }
}

.ec-tickets__waves {
  width: max-content;
  max-width: 100%;
  margin: 28px auto 34px;
  padding: 4px;
  border-radius: 999px;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.ec-tickets__wave {
  min-width: 150px;
  height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-family: var(--font-main);
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition:
    background-color var(--anim-medium) var(--ease-premium),
    color var(--anim-medium) var(--ease-premium),
    transform var(--anim-medium) var(--ease-premium);
}

.ec-tickets__wave.is-active {
  background: #ff5a14;
  color: #fff;
}

.ec-tickets__wave strong {
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  color: #111;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.ec-tickets__wave:not(.is-active) strong {
  display: none;
}

.ec-tickets__wave:hover {
  transform: translateY(-2px);
}

@media (max-width: 767px) {
  .ec-tickets__waves {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 4px;
  }

  .ec-tickets__wave {
    min-width: max-content;
    height: 44px;
    padding: 0 16px;
    font-size: 14px;
  }

  .ec-tickets__wave strong {
    font-size: 11px;
  }
}


.ec-telegram-float {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 9999;

  width: 68px;
  height: 68px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  background:
    radial-gradient(circle at 35% 25%, rgba(255,255,255,.32), transparent 30%),
    linear-gradient(135deg, #34c6ff 0%, #168eea 55%, #0877c8 100%);

  text-decoration: none;
  overflow: hidden;
  isolation: isolate;

  transition:
    transform var(--anim-medium) var(--ease-premium),
    filter var(--anim-medium) var(--ease-premium);
}

.ec-telegram-float::before {
  content: "";
  position: absolute;
  inset: -45% auto -45% -75%;
  z-index: 0;
  width: 58%;
  transform: skewX(-18deg);
  transition: left var(--anim-slow) var(--ease-premium);
}

.ec-telegram-float::after {
  content: "";
  position: absolute;
  inset: -8px;
  z-index: -1;
  border-radius: inherit;
  filter: blur(14px);
  opacity: 0.85;
  transition: opacity var(--anim-medium) var(--ease-premium);
}

.ec-telegram-float:hover {
  transform: translateY(-6px) scale(1.06);
  filter: saturate(1.08);
}

.ec-telegram-float:hover::before {
  left: 130%;
}

.ec-telegram-float:hover::after {
  opacity: 1;
}

.ec-telegram-float svg {
  position: relative;
  z-index: 2;
  width: 38px;
  height: 38px;
  display: block;
}

.ec-telegram-float svg path:first-child {
  fill: transparent;
}

.ec-telegram-float svg path:last-child {
  fill: #fff;
}

@media (max-width: 767px) {
  .ec-telegram-float {
    right: 40px;
    bottom: 55px;
    width: 58px;
    height: 58px;
  }

  .ec-telegram-float svg {
    width: 33px;
    height: 33px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ec-telegram-float,
  .ec-telegram-float::before,
  .ec-telegram-float::after {
    transition: none !important;
    transform: none !important;
  }
}


.ec-program__right {
  position: relative;
  min-width: 0;
}

.ec-program__placeholder {
  position: relative;
  display: none;
  overflow: hidden;
  border-radius: 24px;
}

.ec-program__placeholder.is-active {
  display: block;
}

.ec-program__placeholder-list {
  display: grid;
  gap: 15px;
  filter: blur(7px);
  transform: scale(0.985);
  opacity: 0.72;
  pointer-events: none;
  user-select: none;
}

.ec-program__placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 4;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 90, 20, 0.1), transparent 36%),
    linear-gradient(180deg, rgba(5,5,5,.12), rgba(5,5,5,.5));
  pointer-events: none;
}

.ec-program__placeholder-overlay {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: grid;
  place-items: center;
  pointer-events: none;
}

.ec-program__placeholder-badge {
  min-height: 72px;
  padding: 0 34px;
  border-radius: 999px;
  background: rgba(255, 90, 20, 0.96);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  font-size: clamp(22px, 1.7vw, 32px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.3px;
  box-shadow:
    0 26px 80px rgba(255, 90, 20, 0.34),
    0 0 0 1px rgba(255,255,255,.14),
    inset 0 1px 0 rgba(255,255,255,.2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.ec-program__placeholder-badge span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 22px rgba(255,255,255,.7);
}

.ec-program__list.is-hidden {
  display: none;
}

@media (max-width: 767px) {
  .ec-program__placeholder-badge {
    min-height: 58px;
    padding: 0 24px;
    font-size: 20px;
  }

  .ec-program__placeholder-list {
    filter: blur(6px);
  }
}












.ec-photo-strip {
  position: relative;
  width: calc(100% + 200px);
  margin-left: -100px;
  overflow: hidden;
  padding: 8px 0;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.ec-photo-strip__track {
  display: flex;
  width: max-content;
  gap: 24px;
  animation: ec-photo-strip-left 28s linear infinite;
  will-change: transform;
}

.ec-photo-strip__row {
  display: flex;
  gap: 24px;
}

.ec-photo-strip__item {
  flex: 0 0 280px;
  width: 280px;
  height: 280px;
  border-radius: 26px;
  overflow: hidden;
  background: #151515;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.ec-photo-strip__item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ec-photo-strip:hover .ec-photo-strip__track {
  animation-play-state: paused;
}

@keyframes ec-photo-strip-left {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-50% - 12px), 0, 0);
  }
}


@media (max-width: 4000px) {
    .ec-photo-strip {
        display: none;
    }
}



@media (max-width: 1024px) {
  .ec-photo-strip {
    width: calc(100% + 80px);
    margin-left: -40px;
  }

  .ec-photo-strip__item {
    flex-basis: 235px;
    width: 235px;
    height: 235px;
    border-radius: 22px;
  }
}

@media (max-width: 767px) {
  .ec-photo-strip {
    width: calc(100% + 36px);
    margin-left: -18px;
  }

  .ec-photo-strip__track,
  .ec-photo-strip__row {
    gap: 14px;
  }

  .ec-photo-strip__track {
    animation-duration: 22s;
  }

  .ec-photo-strip__item {
    flex-basis: 190px;
    width: 190px;
    height: 190px;
    border-radius: 20px;
  }
  
      .ec-photo-strip {
        display: block;
    }
}

@media (prefers-reduced-motion: reduce) {
  .ec-photo-strip__track {
    animation: none !important;
    transform: none !important;
  }
}



@media (max-width: 767px) {
  .ec-tickets__waves {
    width: 100%;
    max-width: 360px;
    margin: 24px auto 34px;
    padding: 5px;
    border-radius: 28px;
    background: rgba(26, 26, 26, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.12);

    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5px;

    overflow: visible;
  }

  .ec-tickets__wave {
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 0 12px;
    border-radius: 999px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    white-space: nowrap;
  }

  .ec-tickets__wave.is-active {
    grid-column: 1 / -1;
    height: 48px;
    justify-content: center;
    box-shadow: 0 16px 36px rgba(255, 90, 20, 0.22);
  }

  .ec-tickets__wave span {
    display: inline-flex;
    align-items: center;
    line-height: 1;
  }

  .ec-tickets__wave strong {
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
  }

  .ec-tickets__wave:not(.is-active) strong {
    display: none;
  }

  .ec-tickets__wave:hover {
    transform: none;
  }
}

.ec-footer-final__stamp {
  position: relative;
  flex: 0 0 auto;
}

.ec-footer-final__stamp-link {
  position: relative;
  width: 150px;
  height: 150px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
  isolation: isolate;
}

.ec-footer-final__stamp-ring {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: ec-footer-stamp-rotate 16s linear infinite;
  transform-origin: center;
  will-change: transform;
}

.ec-footer-final__stamp-center {
  position: relative;
  z-index: 2;
  width: 52%;
  height: 52%;
  object-fit: contain;
  transform: translateZ(0);
  transition:
    transform var(--anim-medium) var(--ease-premium),
    filter var(--anim-medium) var(--ease-premium);
}

.ec-footer-final__stamp-link::before {
  content: "";
  position: absolute;
  inset: 18%;
  z-index: 0;
  border-radius: 50%;
  background: rgba(35, 217, 239, 0.08);
  filter: blur(18px);
  opacity: 0;
  transition: opacity var(--anim-medium) var(--ease-premium);
}

.ec-footer-final__stamp-link:hover::before {
  opacity: 1;
}

.ec-footer-final__stamp-link:hover .ec-footer-final__stamp-ring {
  animation-duration: 7s;
}

.ec-footer-final__stamp-link:hover .ec-footer-final__stamp-center {
  transform: scale(1.08);
  filter: drop-shadow(0 0 18px rgba(35, 217, 239, 0.28));
}

@keyframes ec-footer-stamp-rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  .ec-footer-final__stamp-link {
    width: 105px;
    height: 105px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ec-footer-final__stamp-ring {
    animation: none !important;
  }

  .ec-footer-final__stamp-center,
  .ec-footer-final__stamp-link::before {
    transition: none !important;
  }
}

.ec-footer-final__stamp-link {
  width: 210px;
  height: 210px;
}

.ec-footer-final__stamp-ring {
  position: absolute;
  width: calc(100% + 44px);
  height: calc(100% + 44px);
  object-fit: contain;
  animation: ec-footer-stamp-rotate 16s linear infinite !important;
}

.ec-footer-final__stamp-center {
  width: 42%;
  height: 42%;
  animation: none !important;
}

.ec-hero__bg {
    background: linear-gradient(180deg, #050505 0%, #1a1a1a 100%);
}



.ec-speakers__company {
  margin-top: auto;
  padding-top: 18px;
  width: 100%;

  display: flex;
  align-items: center;
  gap: 14px;
}

.ec-speakers__company.has-both {
  justify-content: space-between;
}

.ec-speakers__company.has-company,
.ec-speakers__company.has-logo {
  justify-content: flex-start;
}

.ec-speakers__company span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.1;
  font-weight: 600;
  text-align: left;
}

.ec-speakers__company img {
  max-width: 96px;
  max-height: 34px;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
}

.ec-speakers__company.has-both img {
  margin-left: auto;
}

.ec-speakers__company.has-logo img {
  margin-left: 0;
}

.ec-speakers__company img {
  max-width: 92px;
  max-height: 28px;
  object-fit: contain;
  display: block;
}

.ec-speakers__company span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
}

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.ec-bg-between {
  position: relative;
  overflow: visible;
  background: #090909;
}

.ec-bg-between > section {
  position: relative;
  z-index: 2;
}

.ec-bg-between::before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;

  left: 85%;
  top: 50%;
  width: 2000px;
  height: 2000px;

  background: url("img/decor-bg.png") center / contain no-repeat;
  transform: translate(-50%, -50%);
  opacity: 0.9;
  
    animation: ec-bg-slow-rotate 60s linear infinite;
  will-change: transform;
}





.ec-speakers__company {
  margin-top: 14px;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ec-speakers__company span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
  text-align: left;
}

.ec-speakers__company img {
  max-width: 96px;
  max-height: 34px;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
  margin-left: auto;
}

.ec-speakers__content {
  display: flex;
  flex-direction: column;
}

.ec-speakers__company {
  margin-top: auto;
  padding-top: 18px;
}

@media (max-width: 767px) {
  .ec-speakers__company {
    gap: 12px;
  }

  .ec-speakers__company span {
    font-size: 15px;
  }

  .ec-speakers__company img {
    max-width: 82px;
    max-height: 30px;
  }
}


.ec-speakers__company {
  margin-top: auto;
  padding-top: 18px;
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ec-speakers__company span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.1;
  font-weight: 500;
  text-align: left;
}

.ec-speakers__company img {
  max-width: 96px;
  max-height: 34px;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
  margin-left: auto;
}

.ec-speakers__content {
  display: flex;
  flex-direction: column;
}

.ec-speakers__card--placeholder {
  border: 1px dashed rgba(255, 90, 20, 0.48);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 90, 20, 0.16), transparent 42%),
    rgba(255, 255, 255, 0.035);
}

.ec-speakers__photo--placeholder {
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 40%, rgba(255, 90, 20, 0.28), transparent 48%),
    rgba(255, 255, 255, 0.06);
}

.ec-speakers__photo--placeholder span {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #ff5a14;
  color: #fff;
  font-size: 42px;
  font-weight: 800;
}


.ec-partners__card--placeholder {
  min-height: 150px;
  padding: 24px;
  border: 1px dashed rgba(255, 90, 20, 0.48);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 90, 20, 0.16), transparent 46%),
    rgba(255, 255, 255, 0.035);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;

  text-align: center;
}

.ec-partners__loader {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 2px;
}

.ec-partners__loader img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.ec-partners__placeholder-title {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.ec-partners__placeholder-text {
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.15;
  font-weight: 600;
}

.ec-partners__placeholder-title {
  color: #fff;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
}

.ec-partners__placeholder-text {
  max-width: 320px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.25;
  font-weight: 500;
}



.ec-tickets__wave {position: relative;}

.ec-tickets__wave.is-disabled {cursor: not-allowed;pointer-events: none;}

.ec-tickets__wave.is-ended {background: rgba(255, 255, 255, 0.07);color: #FF5B01;}

.ec-tickets__wave.is-future {background: rgba(255, 255, 255, 0.045);color: rgba(255, 255, 255, 0.42);}

.ec-tickets__wave.is-active {opacity: 1;background: #ff5a14;color: #fff;}

.ec-tickets__wave-status {display: inline-flex;align-items: center;gap: 5px;white-space: nowrap;}

.ec-tickets__lock {font-size: 12px;line-height: 1;}

.ec-tickets__timer,.ec-tickets__countdown,#ticketsCountdown,[data-countdown] {display: none !important;}

.ec-tickets__lock {width: 13px;height: 13px;display: inline-flex;align-items: center;justify-content: center;}

.ec-tickets__lock svg {width: 100%;height: 100%;fill: none;stroke: currentColor;stroke-width: 2;stroke-linecap: round;stroke-linejoin: round;}

.ec-tickets__wave.is-ended {
  position: relative !important;
  padding-right: 46px !important;
}

.ec-tickets__wave.is-ended::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 15px;
  height: 15px;
  transform: translateY(-50%);
  opacity: 0.85;
  background-color: currentColor;

  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10V8a5 5 0 0 1 10 0v2M6 10h12v10H6V10Z' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;

  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10V8a5 5 0 0 1 10 0v2M6 10h12v10H6V10Z' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

/* скрываем текст "Завершено", оставляем только замок */
.ec-tickets__wave.is-ended strong,
.ec-tickets__wave.is-ended .ec-tickets__wave-status {
  display: none !important;
}

@media (max-width: 767px) {
  .ec-tickets__wave.is-ended {
    padding-right: 42px !important;
  }

  .ec-tickets__wave.is-ended::after {
    right: 16px;
    width: 17px;
    height: 17px;
  }
}



.ec-partners__card--placeholder {
  min-height: 150px;
  padding: 24px;
  border: 1px dashed rgba(255, 90, 20, 0.48);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 90, 20, 0.16), transparent 46%),
    rgba(255, 255, 255, 0.035);

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;

  text-align: center;
}

.ec-partners__card--placeholder:hover {
  border-color: rgba(255, 90, 20, 0.7);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 90, 20, 0.22), transparent 46%),
    rgba(255, 255, 255, 0.055);
}

.ec-partners__loader {
  position: relative;
  z-index: 2;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 2px;
}

.ec-partners__loader img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  filter: none !important;
  transform: none !important;
}

.ec-partners__card--placeholder:hover .ec-partners__loader img {
  filter: none !important;
  transform: none !important;
}

.ec-partners__placeholder-title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

.ec-partners__placeholder-text {
  position: relative;
  z-index: 2;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.15;
  font-weight: 600;
}

@media (max-width: 767px) {
  .ec-partners__card--placeholder {
    min-height: 118px;
    padding: 18px;
    gap: 8px;
  }

  .ec-partners__loader {
    width: 28px;
    height: 28px;
  }

  .ec-partners__placeholder-title {
    font-size: 16px;
  }

  .ec-partners__placeholder-text {
    font-size: 14px;
  }
}


.ec-speakers__card--placeholder .ec-speakers__photo {
  background:
    radial-gradient(circle at 50% 22%, rgba(255,255,255,0.06), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
}

.ec-speakers__photo--placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  filter: grayscale(0.1) brightness(0.82);
}

.ec-speakers__content--placeholder {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ec-speakers__content--placeholder h3 {
  margin-bottom: 0;
}

.ec-speakers__content--placeholder p {
  margin: 0;
}

.ec-speakers__placeholder-loading {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 26px;
}

.ec-speakers__placeholder-loading img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex: 0 0 auto;
}

.ec-speakers__placeholder-loading span {
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.ec-speakers__company--placeholder {
  margin-top: auto;
}

.ec-speakers__card--placeholder {
  background: #111;
}

.ec-speakers__card--placeholder .ec-speakers__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 0.82;
  filter: grayscale(0.1) brightness(0.82);
}

.ec-speakers__content--placeholder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.ec-speakers__content--placeholder h3 {
  margin: 0;
  font-size: clamp(22px, 1.4vw, 29px);
  line-height: 0.96;
  letter-spacing: -0.5px;
  font-weight: 600;
  color: #fff;
}

.ec-speakers__placeholder-loading {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.ec-speakers__placeholder-loading img {
  width: 22px !important;
  height: 22px !important;
  object-fit: contain !important;
  display: block;
  filter: none !important;
  transform: none !important;
}

.ec-speakers__placeholder-loading span {
  display: inline-block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
}

.ec-speakers__company {
  margin-top: 10px;
  width: 100%;

  display: flex;
  align-items: center;
  gap: 14px;
}

.ec-speakers__company.has-both {
  justify-content: space-between;
}

.ec-speakers__company.has-company,
.ec-speakers__company.has-logo {
  justify-content: flex-start;
}

.ec-speakers__company span {
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 1;
  font-weight: 500;
  text-align: left;
}

.ec-speakers__company img {
  max-width: 96px;
  max-height: 34px;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
}

.ec-speakers__company.has-both img {
  margin-left: auto;
}

.ec-speakers__company.has-logo img {
  margin-left: 0;
}

.ec-speakers__content.has-no-topic h3 {
  margin-bottom: 12px;
}

.ec-speakers__content.has-no-topic .ec-speakers__company {
  margin-top: 0;
}