:root {
  --ec-refresh-orange: #ff5a14;
  --ec-refresh-orange-bright: #ff6a21;
  --ec-refresh-surface: #101010;
  --ec-refresh-border: rgba(255, 255, 255, 0.11);
  --ec-refresh-muted: rgba(255, 255, 255, 0.62);
  --ec-refresh-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ECONF CONNECT */

.ec-connect {
  position: relative;
  padding: 108px 100px 118px;
  overflow: hidden;
  background: #090909;
  color: #fff;
  font-family: var(--font-main);
  isolation: isolate;
}

.ec-connect::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 86% 45%, rgba(255, 90, 20, 0.11), transparent 28%),
    linear-gradient(180deg, #090909 0%, #080808 100%);
  pointer-events: none;
}

.ec-connect__ambient {
  position: absolute;
  z-index: -1;
  right: -260px;
  top: 120px;
  width: 720px;
  height: 720px;
  border: 1px solid rgba(255, 90, 20, 0.1);
  border-radius: 50%;
  opacity: 0.78;
  pointer-events: none;
  animation: ec-connect-ambient-drift 16s var(--ec-refresh-ease) infinite alternate;
}

.ec-connect__ambient::before,
.ec-connect__ambient::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 90, 20, 0.075);
  border-radius: inherit;
}

.ec-connect__ambient::before {
  inset: 70px;
}

.ec-connect__ambient::after {
  inset: 150px;
}

.ec-connect__inner {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}

.ec-connect__headline {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 36px;
  color: #fff;
  font-size: clamp(38px, 3.15vw, 60px);
  line-height: 0.95;
  letter-spacing: -2px;
  font-weight: 760;
  text-align: center;
}

.ec-connect__headline-mark {
  width: clamp(44px, 3.55vw, 66px);
  height: clamp(44px, 3.55vw, 66px);
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: var(--ec-refresh-orange);
  box-shadow: 0 14px 44px rgba(255, 90, 20, 0.28);
}

.ec-connect__headline-mark svg {
  width: 52%;
  height: 52%;
  fill: none;
  stroke: #fff;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ec-connect__card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(430px, 0.84fr);
  min-height: 720px;
  overflow: hidden;
  border: 1px solid var(--ec-refresh-border);
  border-radius: 32px;
  background: #101010;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 42px 120px rgba(0, 0, 0, 0.34);
}

.ec-connect__card::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -170px;
  left: 25%;
  width: 590px;
  height: 400px;
  transform: rotate(-23deg);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.038), transparent 72%);
  pointer-events: none;
}

.ec-connect__copy {
  position: relative;
  z-index: 2;
  padding: 44px 44px 38px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.ec-connect__app-label {
  width: fit-content;
  min-height: 44px;
  padding: 0 16px 0 12px;
  border: 1px solid rgba(255, 90, 20, 0.55);
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.55px;
  font-weight: 720;
}

.ec-connect__app-label strong {
  color: var(--ec-refresh-orange-bright);
  font-weight: 780;
}

.ec-connect__app-label > span:not(.ec-connect__app-label-icon) {
  min-width: 0;
  white-space: nowrap;
}

.ec-connect__app-label-icon {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--ec-refresh-orange);
}

.ec-connect__app-label-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ec-connect__title {
  margin: 17px 0 0;
  color: #fff;
  font-size: clamp(54px, 5.1vw, 92px);
  line-height: 0.86;
  letter-spacing: -4.6px;
  font-weight: 760;
  white-space: nowrap;
}

.ec-connect__title span {
  color: var(--ec-refresh-orange);
}

.ec-connect__byline {
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 680;
}

.ec-connect__byline span {
  color: #31ce87;
}

.ec-connect__lead {
  max-width: 790px;
  margin: 25px 0 0;
  color: #fff;
  font-size: clamp(20px, 1.55vw, 28px);
  line-height: 1.14;
  letter-spacing: -0.45px;
  font-weight: 680;
}

.ec-connect__lead strong {
  display: block;
  color: var(--ec-refresh-orange-bright);
}

.ec-connect__description {
  max-width: 845px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.61);
  font-size: clamp(15px, 1.06vw, 19px);
  line-height: 1.43;
  font-weight: 430;
}

.ec-connect__access {
  width: max-content;
  max-width: 100%;
  min-height: 38px;
  margin-top: 14px;
  padding: 0 16px 0 12px;
  border: 1px solid rgba(255, 90, 20, 0.44);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #ff7b3d;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.35px;
  font-weight: 760;
}

.ec-connect__access svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ec-connect__benefits-title {
  margin-top: 18px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 2.5px;
  font-weight: 800;
}

.ec-connect__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  margin-top: 10px;
}

.ec-connect__benefit {
  min-height: 58px;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(13px, 0.86vw, 16px);
  line-height: 1.18;
  font-weight: 610;
  transition:
    transform 0.6s var(--ec-refresh-ease),
    border-color 0.6s var(--ec-refresh-ease),
    background-color 0.6s var(--ec-refresh-ease);
}

.ec-connect__benefit:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 90, 20, 0.28);
  background: rgba(255, 255, 255, 0.055);
}

.ec-connect__benefit-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--ec-refresh-orange);
}

.ec-connect__benefit-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ec-connect__actions {
  display: grid;
  grid-template-columns: minmax(250px, 330px) minmax(190px, 1fr);
  align-items: center;
  gap: 18px;
  margin-top: 18px;
}

.ec-connect__cta {
  position: relative;
  height: 54px;
  padding: 0 18px;
  overflow: hidden;
  border-radius: 15px;
  background: var(--ec-refresh-orange);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1;
  font-weight: 720;
  box-shadow: 0 15px 35px rgba(255, 90, 20, 0.22);
  transition:
    transform 0.65s var(--ec-refresh-ease),
    background-color 0.65s var(--ec-refresh-ease),
    box-shadow 0.65s var(--ec-refresh-ease);
}

.ec-connect__cta::before {
  content: "";
  position: absolute;
  top: -60%;
  bottom: -60%;
  left: -42%;
  width: 28%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: skewX(-18deg);
  transition: left 0.9s var(--ec-refresh-ease);
}

.ec-connect__cta:hover {
  transform: translateY(-4px);
  background: #ff6722;
  box-shadow: 0 22px 54px rgba(255, 90, 20, 0.32);
}

.ec-connect__cta:hover::before {
  left: 118%;
}

.ec-connect__cta-ticket,
.ec-connect__cta-arrow {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
}

.ec-connect__cta-ticket svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ec-connect__cta-arrow {
  width: 19px;
  height: 19px;
  margin-left: auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.55s var(--ec-refresh-ease);
}

.ec-connect__cta > span:nth-child(2) {
  white-space: nowrap;
}

.ec-connect__cta:hover .ec-connect__cta-arrow {
  transform: translateX(4px);
}

.ec-connect__note {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  line-height: 1.35;
  font-weight: 500;
}

.ec-connect__note > span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: rgba(255, 90, 20, 0.18);
  color: var(--ec-refresh-orange);
  font-size: 11px;
  font-weight: 800;
}

.ec-connect__visual {
  position: relative;
  z-index: 2;
  min-width: 0;
  padding: 18px;
}

.ec-connect__visual-frame {
  position: relative;
  height: 100%;
  min-height: 680px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background:
    radial-gradient(circle at 55% 50%, rgba(255, 90, 20, 0.15), transparent 44%),
    #070707;
  isolation: isolate;
}

.ec-connect__visual-orbit {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 52%;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(255, 90, 20, 0.22);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 80px rgba(255, 90, 20, 0.08);
}

.ec-connect__visual-orbit::after {
  content: "";
  position: absolute;
  inset: 82px;
  border: 1px solid rgba(255, 90, 20, 0.14);
  border-radius: inherit;
}

.ec-connect__visual-crop {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  width: min(96%, 555px);
  aspect-ratio: 555 / 674;
  overflow: hidden;
  transform: translateX(-50%);
}

.ec-connect__visual-crop img {
  position: absolute;
  top: 0;
  left: -9.37%;
  width: 109.37%;
  height: 100%;
  max-width: none;
  object-fit: fill;
  display: block;
  transform: translate3d(var(--ec-connect-parallax-x, 0), var(--ec-connect-parallax-y, 0), 0) scale(1.012);
  transform-origin: 50% 58%;
  transition: transform 0.8s var(--ec-refresh-ease), filter 0.8s var(--ec-refresh-ease);
  will-change: transform;
}

.ec-connect__visual-frame:hover .ec-connect__visual-crop img {
  filter: saturate(1.04) contrast(1.025);
}

.ec-connect__visual-badge {
  position: absolute;
  z-index: 5;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  line-height: 1;
  font-weight: 760;
  white-space: nowrap;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
}

.ec-connect__visual-badge--top {
  top: 28px;
  left: 24px;
  background: #fff;
  color: #121212;
}

.ec-connect__visual-badge--top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ec-refresh-orange);
}

.ec-connect__visual-badge--bottom {
  left: 24px;
  bottom: 28px;
  border: 1px solid rgba(255, 90, 20, 0.72);
  background: rgba(7, 7, 7, 0.76);
  color: #fff;
}

.ec-connect__visual-badge--bottom span {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 90, 20, 0.2);
  color: var(--ec-refresh-orange);
}

/* 2025 AFTERMOVIE */

.ec-year25 {
  position: relative;
  padding: 118px 100px 126px;
  overflow: hidden;
  color: #fff;
  font-family: var(--font-main);
}

.ec-year25__inner {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
}

.ec-year25__head {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}

.ec-year25__label {
  width: max-content;
  margin: 0 auto 18px;
  padding: 9px 15px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1.35px;
  font-weight: 700;
}

.ec-year25__label span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--ec-refresh-orange);
  box-shadow: 0 0 18px rgba(255, 90, 20, 0.65);
}

.ec-year25__title {
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5.3vw, 96px);
  line-height: 0.91;
  letter-spacing: -4.5px;
  font-weight: 720;
}

.ec-year25__title span {
  color: var(--ec-refresh-orange);
}

.ec-year25__subtitle {
  max-width: 850px;
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: clamp(18px, 1.55vw, 26px);
  line-height: 1.24;
  letter-spacing: -0.35px;
  font-weight: 470;
}

.ec-year25__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1180px;
  margin: 52px auto 46px;
  padding: 28px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ec-year25__stat {
  position: relative;
  min-height: 92px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.ec-year25__stat + .ec-year25__stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12%;
  bottom: 12%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.ec-year25__stat strong {
  color: var(--ec-refresh-orange);
  font-size: clamp(48px, 4.2vw, 78px);
  line-height: 0.88;
  letter-spacing: -3px;
  font-weight: 820;
  white-space: nowrap;
}

.ec-year25__stat span {
  max-width: 150px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(14px, 1vw, 18px);
  line-height: 1.12;
  letter-spacing: -0.15px;
  font-weight: 640;
}

.ec-year25__video {
  position: relative;
  width: min(68%, 1500px);
  margin: 0 auto;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.025);
  box-shadow:
    0 44px 130px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 90, 20, 0.035);
}

.ec-year25__video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 24px;
  background: #050505;
  isolation: isolate;
}

.ec-year25__video-frame::before,
.ec-year25__video-frame::after {
  content: "";
  position: absolute;
  z-index: 8;
  left: 0;
  right: 0;
  pointer-events: none;
  transition: opacity 0.7s var(--ec-refresh-ease);
}

.ec-year25__video-frame::before {
  top: 0;
  height: 14%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.48), transparent);
}

.ec-year25__video-frame::after {
  bottom: 0;
  height: 16%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.62), transparent);
}

.ec-year25__video-poster {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.025);
  filter: saturate(0.9) contrast(1.05) brightness(0.72);
  transition:
    transform 1.15s var(--ec-refresh-ease),
    filter 1.15s var(--ec-refresh-ease),
    opacity 0.65s var(--ec-refresh-ease);
}

.ec-year25__video:hover .ec-year25__video-poster {
  transform: scale(1.055);
  filter: saturate(0.98) contrast(1.06) brightness(0.76);
}

.ec-year25__video-shade {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    radial-gradient(circle at 50% 50%, transparent 0%, rgba(0, 0, 0, 0.05) 38%, rgba(0, 0, 0, 0.45) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.22), transparent 32%, transparent 68%, rgba(0, 0, 0, 0.2));
  transition: opacity 0.7s var(--ec-refresh-ease);
  pointer-events: none;
}

.ec-year25__video-meta {
  position: absolute;
  z-index: 5;
  top: 28px;
  left: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1.2px;
  font-weight: 720;
  transition: opacity 0.5s var(--ec-refresh-ease);
}

.ec-year25__video-meta span:last-child {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ec-year25__play {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
  cursor: pointer;
  font: inherit;
  transition: transform 0.65s var(--ec-refresh-ease);
}

.ec-year25__play:hover {
  transform: translate(-50%, calc(-50% - 5px));
}

.ec-year25__play-ring {
  position: absolute;
  left: 0;
  top: 0;
  width: 82px;
  height: 82px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  animation: ec-year25-play-pulse 2.8s ease-out infinite;
  pointer-events: none;
}

.ec-year25__play-icon {
  position: relative;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: var(--ec-refresh-orange);
  box-shadow: 0 18px 54px rgba(255, 90, 20, 0.36);
  transition:
    transform 0.65s var(--ec-refresh-ease),
    background-color 0.65s var(--ec-refresh-ease),
    box-shadow 0.65s var(--ec-refresh-ease);
}

.ec-year25__play:hover .ec-year25__play-icon {
  transform: scale(1.06);
  background: #ff6823;
  box-shadow: 0 22px 70px rgba(255, 90, 20, 0.5);
}

.ec-year25__play-icon svg {
  width: 36%;
  height: 36%;
  margin-left: 4px;
  fill: #fff;
  stroke: none;
}

.ec-year25__play-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.45);
}

.ec-year25__play-copy small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
}

.ec-year25__play-copy strong {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.35px;
  font-weight: 760;
}

.ec-year25__video-player {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  object-fit: cover;
  background: #050505;
}

.ec-year25__video.is-playing .ec-year25__video-poster,
.ec-year25__video.is-playing .ec-year25__video-shade,
.ec-year25__video.is-playing .ec-year25__video-meta,
.ec-year25__video.is-playing .ec-year25__play {
  opacity: 0;
  pointer-events: none;
}

.ec-year25__video-control {
  position: absolute;
  z-index: 12;
  right: 20px;
  bottom: 18px;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(5, 5, 5, 0.64);
  display: grid;
  place-items: center;
  color: #fff;
  cursor: pointer;
  opacity: 0.68;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    opacity 0.5s var(--ec-refresh-ease),
    transform 0.5s var(--ec-refresh-ease),
    border-color 0.5s var(--ec-refresh-ease),
    background-color 0.5s var(--ec-refresh-ease);
}

.ec-year25__video-control[hidden] {
  display: none;
}

.ec-year25__video-control:hover,
.ec-year25__video-control:focus-visible {
  opacity: 1;
  transform: translateY(-3px);
  border-color: rgba(255, 90, 20, 0.56);
  background: rgba(255, 90, 20, 0.84);
}

.ec-year25__video-control svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.ec-year25__video-error {
  position: absolute;
  z-index: 14;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(5, 5, 5, 0.72);
  font-size: 12px;
  white-space: nowrap;
  backdrop-filter: blur(10px);
}

/* SPEAKER CARD FLIP */

.ec-speakers__card--has-info {
  overflow: visible;
  background: transparent;
  border-color: transparent;
  perspective: 1200px;
  isolation: auto;
}

.ec-speakers__card--has-info::before,
.ec-speakers__card--has-info::after {
  display: none;
}

.ec-speakers__card:not(.ec-speakers__card--placeholder)::before,
.ec-speakers__card:not(.ec-speakers__card--placeholder)::after {
  display: none;
}

.ec-speakers__card-inner {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.78s cubic-bezier(0.2, 0.72, 0.18, 1);
  will-change: transform;
}

.ec-speakers__card.is-info-open .ec-speakers__card-inner {
  transform: rotateY(180deg);
}

.ec-speakers__face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.ec-speakers__card--has-info .ec-speakers__face {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 25px;
  background: #111;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 22px 70px rgba(0, 0, 0, 0.25);
}

.ec-speakers__face--front::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__face--front::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 0.45s var(--ec-refresh-ease);
}

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

.ec-speakers__face--back {
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 30px 28px 26px;
  transform: rotateY(180deg);
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 90, 20, 0.2), transparent 34%),
    linear-gradient(145deg, #181818 0%, #0a0a0a 58%, #050505 100%);
  border-color: rgba(255, 90, 20, 0.3);
}

.ec-speaker-info__back-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ec-speaker-info__back-head h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(23px, 1.5vw, 31px);
  line-height: 0.98;
  letter-spacing: -0.6px;
  font-weight: 600;
}

.ec-speaker-info__back-head img {
  width: auto;
  max-width: 96px;
  height: auto;
  max-height: 38px;
  object-fit: contain;
  flex: 0 0 auto;
}

.ec-speaker-info__text {
  margin: 24px 0 18px;
  overflow-y: auto;
  color: rgba(255, 255, 255, 0.86);
  font-size: 14px;
  line-height: 1.52;
  font-weight: 500;
  white-space: pre-line;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 90, 20, 0.7) transparent;
}

.ec-speaker-info__company {
  display: block;
  margin-top: auto;
  padding-top: 10px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
}

.ec-speaker-info__button {
  position: absolute;
  z-index: 12;
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: rgba(9, 9, 9, 0.62);
  display: grid;
  place-items: center;
  color: #fff;
  font-family: Georgia, serif;
  font-size: 18px;
  line-height: 1;
  font-style: italic;
  font-weight: 700;
  cursor: pointer;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
  transition:
    transform 0.55s var(--ec-refresh-ease),
    background-color 0.55s var(--ec-refresh-ease),
    border-color 0.55s var(--ec-refresh-ease),
    box-shadow 0.55s var(--ec-refresh-ease);
}

.ec-speaker-info__button:hover,
.ec-speaker-info__button:focus-visible,
.ec-speakers__card.is-info-open .ec-speaker-info__button {
  transform: translateY(-3px) scale(1.03);
  border-color: rgba(255, 90, 20, 0.7);
  background: var(--ec-refresh-orange);
  box-shadow: 0 14px 34px rgba(255, 90, 20, 0.28);
  outline: none;
}

/* WHAT YOU GET IN ONE DAY */

.ec-benefits {
  position: relative;
  padding: 104px 0;
  overflow: hidden;
  background: #090909;
  color: #f5f4f0;
  font-family: var(--font-main);
  isolation: isolate;
}

.ec-benefits::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 91, 24, 0.055), transparent 29%),
    linear-gradient(180deg, #090909 0%, #090909 100%);
  pointer-events: none;
}

.ec-benefits__symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.ec-benefits__inner {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 48px), 1120px);
  margin-inline: auto;
}

.ec-benefits__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(54px, 8vw, 110px);
}

.ec-benefits__visual {
  position: relative;
  min-height: 620px;
}

.ec-benefits__visual picture {
  position: absolute;
  overflow: hidden;
  border-radius: 14px;
  background: #111110;
}

.ec-benefits__visual picture:first-child {
  inset: 0 18% 14% 0;
}

.ec-benefits__visual picture:last-child {
  inset: 26% 0 0 44%;
  border: 10px solid #090909;
}

.ec-benefits__visual img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.ec-benefits__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  max-width: 760px;
  margin-bottom: 34px;
}

.ec-benefits__heading h2 {
  max-width: 15ch;
  margin: 0;
  color: #f5f4f0;
  font-size: clamp(2.15rem, 4vw, 3.65rem);
  font-weight: 750;
  line-height: 0.98;
  letter-spacing: -0.055em;
}

.ec-benefits__heading p {
  max-width: 62ch;
  margin: 0;
  color: #aaa9a4;
  font-size: clamp(0.92rem, 1.25vw, 1.05rem);
  line-height: 1.6;
}

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

.ec-benefits__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  min-height: 112px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(245, 244, 240, 0.09);
  border-radius: 10px;
  background: rgba(18, 18, 17, 0.96);
  color: #f5f4f0;
  font-size: 1rem;
  line-height: 1.45;
}

.ec-benefits__item::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: inherit;
  opacity: 0.12;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
  background-repeat: repeat;
  background-size: 130px 130px;
  pointer-events: none;
}

.ec-benefits__item > * {
  position: relative;
  z-index: 2;
}

.ec-benefits__icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  flex: 0 0 24px;
  color: #ff5b18;
  filter: drop-shadow(0 0 6px rgba(255, 91, 24, 0.45));
}

.ec-benefits__icon-ring {
  fill: currentColor;
  transform-origin: 50%;
  transform-box: fill-box;
  animation: ec-benefits-gear-spin 8s linear infinite;
}

@keyframes ec-benefits-gear-spin {
  to { transform: rotate(360deg); }
}

@media (min-width: 1200px) {
  .ec-benefits__inner {
    width: min(calc(100% - 64px), 1280px);
  }
}

@media (min-width: 1600px) {
  .ec-benefits__inner {
    width: min(calc(100% - 80px), 1440px);
  }
}

@media (min-width: 1100px) {
  .ec-benefits {
    padding: clamp(92px, 6.25vw, 128px) 0;
  }

  .ec-benefits__layout {
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: clamp(64px, 7vw, 112px);
  }

  .ec-benefits__visual {
    min-height: 650px;
  }

  .ec-benefits__heading {
    gap: 16px;
    max-width: 800px;
  }

  .ec-benefits__heading h2 {
    max-width: 10ch;
    font-size: clamp(2.8rem, 4vw, 4.6rem);
    line-height: 0.94;
  }

  .ec-benefits__heading p {
    max-width: 56ch;
    font-size: 1rem;
    line-height: 1.58;
  }

  .ec-benefits__list {
    gap: 12px;
  }

  .ec-benefits__item {
    min-height: 132px;
    padding: 24px;
  }
}

@media (max-width: 1099px) {
  .ec-benefits__layout {
    grid-template-columns: 1fr;
  }

  .ec-benefits__visual {
    min-height: 520px;
  }
  
  .ec-year25__video {
  width: min(100%, 1500px);
}
}

@media (max-width: 900px) {
  .ec-benefits__inner {
    width: min(calc(100% - 32px), 1120px);
  }
}

@media (max-width: 640px) {
  .ec-benefits {
    padding: 76px 0;
  }

  .ec-benefits__inner {
    width: calc(100% - 28px);
  }

  .ec-benefits__layout {
    gap: 42px;
  }

  .ec-benefits__visual {
    min-height: 370px;
  }

  .ec-benefits__heading h2 {
    font-size: clamp(2rem, 10.5vw, 3.2rem);
  }

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

  .ec-benefits__item {
    min-height: 96px;
    padding: 14px;
    font-size: 0.88rem;
  }
}

/* TICKET SALES WAVES */

.ec-wave-pricing {
  position: relative;
  padding: clamp(96px, 7vw, 132px) 100px 46px;
  overflow: hidden;
  color: #f5f4f0;
  font-family: var(--font-main);
  isolation: isolate;
}

.ec-wave-pricing__ambient {
  position: absolute;
  z-index: -1;
  top: 2%;
  right: -11%;
  width: min(52vw, 820px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 90, 20, 0.08);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 90, 20, 0.09), transparent 66%);
  box-shadow:
    inset 0 0 0 74px rgba(255, 90, 20, 0.018),
    inset 0 0 0 148px rgba(255, 90, 20, 0.012);
  pointer-events: none;
}

.ec-wave-pricing__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.ec-wave-pricing__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 42px;
  margin-bottom: 44px;
}

.ec-wave-pricing__copy {
  max-width: 790px;
}

.ec-wave-pricing__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ec-wave-pricing__eyebrow > span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ec-refresh-orange);
  box-shadow: 0 0 18px rgba(255, 90, 20, 0.62);
}

.ec-wave-pricing__title {
  max-width: 10ch;
  margin: 0;
  color: #fff;
  font-size: clamp(50px, 4.55vw, 84px);
  line-height: 0.92;
  font-weight: 760;
  letter-spacing: -0.058em;
}

.ec-wave-pricing__lead {
  max-width: 650px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: clamp(16px, 1.14vw, 20px);
  line-height: 1.5;
}

.ec-wave-pricing__side {
  display: grid;
  justify-items: end;
  gap: 12px;
  width: min(100%, 570px);
}

.ec-wave-pricing__countdown {
  position: relative;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 93, 20, 0.32);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 91, 17, 0.18), transparent 42%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018)),
    rgba(15, 15, 15, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.055),
    0 22px 55px rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.ec-wave-pricing__countdown[hidden] {
  display: none;
}

.ec-wave-pricing__countdown::after {
  content: "";
  position: absolute;
  top: -72px;
  right: -72px;
  width: 175px;
  height: 175px;
  border: 1px solid rgba(255, 100, 28, 0.13);
  border-radius: 50%;
  box-shadow: inset 0 0 0 30px rgba(255, 91, 17, 0.025);
  pointer-events: none;
}

.ec-wave-pricing__countdown-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.ec-wave-pricing__countdown-copy {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}

.ec-wave-pricing__countdown-pulse {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-radius: 50%;
  background: var(--ec-refresh-orange);
  box-shadow: 0 0 0 0 rgba(255, 90, 20, 0.48);
  animation: ec-wave-countdown-pulse 1.8s ease-out infinite;
}

.ec-wave-pricing__countdown-copy span:not(.ec-wave-pricing__countdown-pulse) {
  display: block;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 9px;
  line-height: 1;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ec-wave-pricing__countdown-copy strong {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 1.05;
  font-weight: 760;
  letter-spacing: -0.025em;
}

.ec-wave-pricing__deadline {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.56);
  font-size: 10px;
  line-height: 1;
  font-weight: 650;
  white-space: nowrap;
}

.ec-wave-pricing__timer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 9px;
}

.ec-wave-pricing__timer[hidden],
.ec-wave-pricing__countdown-complete[hidden] {
  display: none;
}

.ec-wave-pricing__timer > div {
  position: relative;
  display: grid;
  justify-items: center;
  min-width: 0;
  padding: 12px 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.045);
}

.ec-wave-pricing__timer strong {
  color: #fff;
  font-variant-numeric: tabular-nums;
  font-size: clamp(25px, 1.8vw, 32px);
  line-height: 0.95;
  font-weight: 760;
  letter-spacing: -0.05em;
}

.ec-wave-pricing__timer span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.38);
  font-size: 8px;
  line-height: 1;
  font-weight: 740;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ec-wave-pricing__countdown-complete {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: 61px;
  margin: 0;
  padding: 0 18px;
  border: 1px solid rgba(255, 108, 41, 0.22);
  border-radius: 14px;
  background: rgba(255, 90, 20, 0.1);
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 720;
}

.ec-wave-pricing__countdown.is-complete .ec-wave-pricing__countdown-pulse {
  animation: none;
  box-shadow: 0 0 14px rgba(255, 90, 20, 0.52);
}

.ec-wave-pricing__legend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px 18px;
  max-width: 500px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(15, 15, 15, 0.72);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.ec-wave-pricing__legend > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  line-height: 1;
  font-weight: 650;
  white-space: nowrap;
}

.ec-wave-pricing__legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.ec-wave-pricing__legend-dot--ended {
  background: #777773;
}

.ec-wave-pricing__legend-dot--active {
  background: var(--ec-refresh-orange);
  box-shadow: 0 0 12px rgba(255, 90, 20, 0.58);
}

.ec-wave-pricing__legend-dot--future {
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: #181818;
}

.ec-wave-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.ec-wave-pricing__tabs {
  display: none;
}

.ec-wave-pricing__card {
  position: relative;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.032), transparent 44%),
    rgba(14, 14, 14, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.025),
    0 28px 70px rgba(0, 0, 0, 0.18);
}

.ec-wave-pricing__card::before {
  content: "";
  position: absolute;
  top: -110px;
  right: -95px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 90, 20, 0.08), transparent 70%);
  pointer-events: none;
}

.ec-wave-pricing__card--featured {
  border-color: rgba(255, 90, 20, 0.2);
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 90, 20, 0.065), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.04), transparent 44%),
    rgba(14, 14, 14, 0.94);
}

.ec-wave-pricing__card-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  min-height: 96px;
  padding: 15px 14px 21px;
}

.ec-wave-pricing__card-kicker {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  line-height: 1;
  font-weight: 720;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ec-wave-pricing__card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 2vw, 34px);
  line-height: 0.92;
  font-weight: 780;
  letter-spacing: -0.04em;
}

.ec-wave-pricing__format {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  line-height: 1;
  font-weight: 680;
}

.ec-wave-pricing__rows {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.ec-wave-pricing__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(76px, auto);
  align-items: center;
  gap: 10px;
  min-height: 76px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 16px;
  background: #1b1b1b;
  color: #fff;
  transition:
    color 0.55s var(--ec-refresh-ease),
    background-color 0.55s var(--ec-refresh-ease),
    border-color 0.55s var(--ec-refresh-ease),
    box-shadow 0.55s var(--ec-refresh-ease),
    transform 0.55s var(--ec-refresh-ease),
    opacity 0.55s var(--ec-refresh-ease);
}

.ec-wave-pricing__wave-name {
  grid-column: 1;
  min-width: 0;
  font-size: clamp(13px, 1.03vw, 17px);
  line-height: 1.1;
  font-weight: 720;
  letter-spacing: -0.015em;
}

.ec-wave-pricing__row > strong {
  grid-column: 3;
  justify-self: end;
  color: inherit;
  font-size: clamp(21px, 1.75vw, 30px);
  line-height: 1;
  font-weight: 780;
  letter-spacing: -0.045em;
  white-space: nowrap;
}

.ec-wave-pricing__row > strong small {
  margin-left: 2px;
  font-size: 0.52em;
  font-weight: 720;
  letter-spacing: 0;
  opacity: 0.66;
}

.ec-wave-pricing__status {
  grid-column: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  color: inherit;
}

.ec-wave-pricing__status[hidden] {
  display: none;
}

.ec-wave-pricing__status > span {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 9px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 9px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ec-wave-pricing__status > svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ec-wave-pricing__row.is-active {
  border-color: rgba(255, 116, 54, 0.96);
  background: linear-gradient(135deg, #ff641b 0%, #ff4f08 100%);
  color: #fff;
  box-shadow:
    0 16px 40px rgba(255, 80, 8, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

.ec-wave-pricing__row.is-ended {
  border-color: rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.042);
  color: rgba(255, 255, 255, 0.38);
  box-shadow: none;
}

.ec-wave-pricing__row.is-ended .ec-wave-pricing__status {
  color: rgba(255, 255, 255, 0.42);
}

.ec-wave-pricing__row.is-future {
  border-color: rgba(255, 255, 255, 0.075);
  background: #1b1b1b;
  color: rgba(255, 255, 255, 0.88);
}

.ec-wave-pricing + .ec-tickets {
  padding-top: 62px;
}

@media (max-width: 1120px) {
  .ec-wave-pricing {
    padding-left: 40px;
    padding-right: 40px;
  }

  .ec-wave-pricing__head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ec-wave-pricing__side {
    justify-items: start;
    width: 100%;
  }

  .ec-wave-pricing__countdown {
    max-width: 570px;
  }

  .ec-wave-pricing__legend {
    justify-content: flex-start;
    max-width: none;
    width: max-content;
  }

  .ec-wave-pricing__grid {
    gap: 12px;
  }

  .ec-wave-pricing__row {
    padding: 0 14px;
  }
}

@media (max-width: 900px) {
  .ec-wave-pricing__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ec-wave-pricing__card-head {
    min-height: 82px;
  }

  .ec-wave-pricing__wave-name {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .ec-wave-pricing__tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 4px;
    margin: 0 0 12px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.045);
  }

  .ec-wave-pricing__tabs button {
    min-width: 0;
    padding: 11px 4px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: rgba(255, 255, 255, 0.55);
    font: inherit;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: color 180ms ease, background 180ms ease, box-shadow 180ms ease;
  }

  .ec-wave-pricing__tabs button[aria-selected="true"] {
    color: #111;
    background: #ff7417;
    box-shadow: 0 8px 22px rgba(255, 116, 23, 0.24);
  }

  .ec-wave-pricing__grid .ec-wave-pricing__card {
    display: none;
  }

  .ec-wave-pricing__grid .ec-wave-pricing__card.is-mobile-active {
    display: block;
    animation: ec-wave-card-switch 220ms ease both;
  }

  .ec-wave-pricing {
    padding: 78px 18px 24px;
  }

  .ec-wave-pricing__ambient {
    top: 12%;
    right: -60%;
    width: 125vw;
  }

  .ec-wave-pricing__head {
    gap: 24px;
    margin-bottom: 28px;
  }

  .ec-wave-pricing__eyebrow {
    margin-bottom: 14px;
    font-size: 10px;
  }

  .ec-wave-pricing__title {
    font-size: clamp(43px, 13vw, 60px);
  }

  .ec-wave-pricing__lead {
    margin-top: 16px;
    font-size: 15px;
  }

  .ec-wave-pricing__side,
  .ec-wave-pricing__countdown {
    max-width: none;
    width: 100%;
  }

  .ec-wave-pricing__countdown {
    padding: 15px;
    border-radius: 19px;
  }

  .ec-wave-pricing__countdown-head {
    display: grid;
    gap: 10px;
    margin-bottom: 14px;
  }

  .ec-wave-pricing__deadline {
    width: max-content;
  }

  .ec-wave-pricing__timer {
    gap: 6px;
  }

  .ec-wave-pricing__timer > div {
    padding: 11px 4px 9px;
    border-radius: 11px;
  }

  .ec-wave-pricing__timer strong {
    font-size: clamp(24px, 8vw, 31px);
  }

  .ec-wave-pricing__countdown-complete {
    min-height: 56px;
    padding: 0 14px;
    font-size: 14px;
  }

  .ec-wave-pricing__legend {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 12px;
    width: 100%;
    padding: 14px;
    border-radius: 18px;
  }

  .ec-wave-pricing__legend > span:last-child {
    grid-column: 1 / -1;
  }

  .ec-wave-pricing__card {
    padding: 10px;
    border-radius: 22px;
  }

  .ec-wave-pricing__card-head {
    min-height: 78px;
    padding: 12px 10px 17px;
  }

  .ec-wave-pricing__card h3 {
    font-size: 26px;
  }

  .ec-wave-pricing__row {
    grid-template-columns: minmax(0, 1fr) auto minmax(72px, auto);
    gap: 8px;
    min-height: 66px;
    padding: 0 13px;
    border-radius: 14px;
  }

  .ec-wave-pricing__wave-name {
    font-size: 13px;
  }

  .ec-wave-pricing__row > strong {
    font-size: 21px;
  }

  .ec-wave-pricing__status > span {
    min-height: 22px;
    padding: 0 7px;
    font-size: 8px;
  }

  .ec-wave-pricing + .ec-tickets {
    padding-top: 54px;
  }
}

/* SHARED REVEALS */

.ec-connect-reveal,
.ec-benefits-reveal,
.ec-wave-pricing-reveal,
.ec-year25-reveal {
  --ec-stagger-delay: calc(var(--ec-stagger, 0) * 74ms);
  opacity: 0;
  filter: blur(14px);
  clip-path: inset(0 0 15% 0 round 10px);
  transform: translateY(30px) scale(0.986);
  transition:
    opacity 0.95s var(--ec-refresh-ease) var(--ec-stagger-delay),
    filter 0.95s var(--ec-refresh-ease) var(--ec-stagger-delay),
    clip-path 0.95s var(--ec-refresh-ease) var(--ec-stagger-delay),
    transform 0.95s var(--ec-refresh-ease) var(--ec-stagger-delay);
}

.ec-connect-reveal.is-visible,
.ec-benefits-reveal.is-visible,
.ec-wave-pricing-reveal.is-visible,
.ec-year25-reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0 0 0 0 round 0);
  transform: translateY(0) scale(1);
}

@keyframes ec-connect-ambient-drift {
  0% { transform: translate3d(0, -8px, 0) scale(0.98); }
  100% { transform: translate3d(-24px, 22px, 0) scale(1.035); }
}

@keyframes ec-year25-play-pulse {
  0% { opacity: 0.64; transform: scale(1); }
  70%, 100% { opacity: 0; transform: scale(1.45); }
}

@keyframes ec-wave-countdown-pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 90, 20, 0.48); }
  70%, 100% { box-shadow: 0 0 0 9px rgba(255, 90, 20, 0); }
}

@keyframes ec-wave-card-switch {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1380px) {
  .ec-connect__card {
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  }

  .ec-connect__copy {
    padding: 38px 34px 34px;
  }

  .ec-connect__title {
    font-size: clamp(54px, 5vw, 75px);
  }

  .ec-connect__actions {
    grid-template-columns: minmax(245px, 310px) 1fr;
  }

  .ec-connect__visual-frame {
    min-height: 650px;
  }

  .ec-year25__stat {
    padding: 0 24px;
  }
}

@media (max-width: 1120px) {
  .ec-connect,
  .ec-year25 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .ec-connect__copy {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .ec-connect__visual {
    min-height: 720px;
  }

  .ec-connect__visual-frame {
    min-height: 680px;
  }

  .ec-connect__visual-crop {
    width: min(78%, 555px);
  }

  .ec-year25__stat {
    padding: 0 18px;
    gap: 12px;
  }
}

@media (max-width: 767px) {
  .ec-connect {
    padding: 72px 18px 82px;
  }

  .ec-connect__ambient {
    right: -310px;
    top: 260px;
    opacity: 0.48;
  }

  .ec-connect__headline {
    gap: 8px;
    margin-bottom: 24px;
    font-size: clamp(27px, 9vw, 40px);
    line-height: 0.98;
    letter-spacing: -1.25px;
  }

  .ec-connect__headline-mark {
    width: 38px;
    height: 38px;
  }

  .ec-connect__card {
    min-height: 0;
    border-radius: 24px;
  }

  .ec-connect__copy {
    padding: 24px 18px 22px;
  }

  .ec-connect__app-label {
    min-height: 40px;
    padding: 0 12px 0 10px;
    gap: 7px;
    font-size: 10px;
    letter-spacing: 0.28px;
  }

  .ec-connect__app-label-icon {
    width: 22px;
    height: 22px;
  }

  .ec-connect__title {
    margin-top: 17px;
    font-size: clamp(44px, 13.2vw, 65px);
    line-height: 0.88;
    letter-spacing: -2.7px;
    white-space: normal;
  }

  .ec-connect__title span {
    display: block;
  }

  .ec-connect__byline {
    font-size: 16px;
  }

  .ec-connect__lead {
    margin-top: 22px;
    font-size: 19px;
    line-height: 1.17;
  }

  .ec-connect__description {
    font-size: 14px;
    line-height: 1.42;
  }

  .ec-connect__access {
    width: 100%;
    min-height: 42px;
    padding: 7px 11px;
    border-radius: 13px;
    font-size: 10px;
    line-height: 1.2;
  }

  .ec-connect__benefits-title {
    margin-top: 20px;
  }

  .ec-connect__benefits {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .ec-connect__benefit {
    min-height: 58px;
    font-size: 14px;
  }

  .ec-connect__actions {
    grid-template-columns: 1fr;
    gap: 13px;
    margin-top: 16px;
  }

  .ec-connect__cta {
    width: 100%;
    height: 56px;
    font-size: 14px;
  }

  .ec-connect__note {
    padding: 0 3px;
  }

  .ec-connect__visual {
    min-height: 535px;
    padding: 10px;
  }

  .ec-connect__visual-frame {
    min-height: 515px;
    border-radius: 20px;
  }

  .ec-connect__visual-crop {
    width: min(104%, 440px);
  }

  .ec-connect__visual-orbit {
    width: 420px;
    height: 420px;
  }

  .ec-connect__visual-badge {
    min-height: 35px;
    padding: 0 11px;
    font-size: 10px;
  }

  .ec-connect__visual-badge--top {
    top: 18px;
    left: 14px;
  }

  .ec-connect__visual-badge--bottom {
    left: 14px;
    bottom: 18px;
  }

  .ec-year25 {
    padding: 76px 18px 84px;
  }

  .ec-year25__label {
    margin-bottom: 15px;
    font-size: 10px;
  }

  .ec-year25__title {
    font-size: clamp(43px, 13vw, 62px);
    line-height: 0.94;
    letter-spacing: -2.5px;
  }

  .ec-year25__title span {
    display: block;
  }

  .ec-year25__subtitle {
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.28;
  }

  .ec-year25__stats {
    grid-template-columns: 1fr;
    margin: 34px auto 28px;
    padding: 9px 0;
  }

  .ec-year25__stat {
    min-height: 88px;
    padding: 16px 6px;
    justify-content: flex-start;
  }

  .ec-year25__stat + .ec-year25__stat::before {
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: auto;
    height: 1px;
  }

  .ec-year25__stat strong {
    min-width: 118px;
    font-size: 56px;
    letter-spacing: -2.5px;
  }

  .ec-year25__stat span {
    max-width: 170px;
    font-size: 15px;
  }

  .ec-year25__video {
    padding: 5px;
    border-radius: 22px;
  }

  .ec-year25__video-frame {
    aspect-ratio: 4 / 3;
    border-radius: 17px;
  }

  .ec-year25__video-poster {
    object-position: center;
  }

  .ec-year25__video-meta {
    top: 16px;
    left: 16px;
    right: 16px;
    font-size: 9px;
  }

  .ec-year25__video-meta span:last-child {
    padding: 7px 9px;
  }

  .ec-year25__play {
    flex-direction: column;
    gap: 10px;
  }

  .ec-year25__play-ring,
  .ec-year25__play-icon {
    width: 68px;
    height: 68px;
  }

  .ec-year25__play-copy {
    align-items: center;
  }

  .ec-year25__play-copy small {
    font-size: 10px;
  }

  .ec-year25__play-copy strong {
    font-size: 15px;
  }

  .ec-year25__video-player {
    left: -18.5%;
    top: 0;
    width: 137%;
    height: 100%;
  }

  .ec-year25__video-control {
    right: 12px;
    bottom: 12px;
    width: 42px;
    height: 42px;
  }

  .ec-speaker-info__button {
    right: 12px;
    bottom: 12px;
    width: 36px;
    height: 36px;
    font-size: 16px;
  }

  .ec-speakers__face {
    border-radius: 24px;
  }

  .ec-speakers__face--back {
    padding: 20px 17px 17px;
  }

  .ec-speaker-info__back-head {
    display: block;
    padding-bottom: 15px;
  }

  .ec-speaker-info__back-head h3 {
    font-size: 20px;
    line-height: 1;
  }

  .ec-speaker-info__back-head img {
    max-width: 72px;
    max-height: 26px;
    margin-top: 12px;
  }

  .ec-speaker-info__text {
    margin: 15px 0 10px;
    font-size: 11.5px;
    line-height: 1.4;
  }

  .ec-speaker-info__company {
    font-size: 10.5px;
  }
}

/* Compact phones (320-380px): keep the Connect hero balanced and readable. */
@media (max-width: 380px) {
  .ec-connect {
    padding: 64px 12px 72px;
  }

  .ec-connect__headline {
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 20px;
    display: grid;
    grid-template-columns: minmax(0, auto) 34px;
    justify-content: center;
    align-items: center;
    column-gap: 7px;
    row-gap: 3px;
    font-size: clamp(25px, 8.65vw, 32px);
    line-height: 0.96;
    letter-spacing: -1px;
  }

  .ec-connect__headline > span:first-child {
    min-width: 0;
  }

  .ec-connect__headline > span:last-child {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .ec-connect__headline-mark {
    width: 34px;
    height: 34px;
  }

  .ec-connect__card {
    border-radius: 20px;
  }

  .ec-connect__copy {
    min-width: 0;
    padding: 20px 15px 20px;
  }

  .ec-connect__app-label {
    width: 100%;
    min-width: 0;
    min-height: 42px;
    box-sizing: border-box;
    padding: 6px 10px 6px 9px;
    display: grid;
    grid-template-columns: 21px minmax(0, 1fr);
    gap: 7px;
    font-size: 9px;
    line-height: 1.08;
    letter-spacing: 0.2px;
  }

  .ec-connect__app-label-icon {
    width: 21px;
    height: 21px;
  }

  .ec-connect__title {
    margin-top: 15px;
    font-size: clamp(40px, 12.8vw, 48px);
    line-height: 0.9;
    letter-spacing: -2.2px;
  }

  .ec-connect__byline {
    margin-top: 8px;
    font-size: 14px;
  }

  .ec-connect__lead {
    margin-top: 19px;
    font-size: 17px;
  }

  .ec-connect__description {
    font-size: 13px;
  }

  .ec-connect__access {
    min-width: 0;
    height: auto;
    min-height: 42px;
    padding: 8px 10px;
    align-items: center;
    font-size: 9px;
    line-height: 1.18;
    letter-spacing: 0.2px;
  }

  .ec-connect__benefit {
    min-width: 0;
    padding: 9px 11px;
    gap: 10px;
    font-size: 13px;
  }

  .ec-connect__benefit-icon {
    width: 25px;
    height: 25px;
  }

  .ec-connect__visual {
    min-height: 460px;
    padding: 8px;
  }

  .ec-connect__visual-frame {
    min-height: 444px;
    border-radius: 16px;
  }

  .ec-connect__visual-crop {
    width: min(108%, 400px);
  }

  .ec-connect__visual-orbit {
    width: 350px;
    height: 350px;
  }

  .ec-connect__visual-badge {
    max-width: calc(100% - 20px);
    min-height: 32px;
    padding: 0 9px;
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ec-connect__ambient,
  .ec-benefits__icon-ring,
  .ec-wave-pricing__countdown-pulse,
  .ec-year25__play-ring {
    animation: none !important;
  }

  .ec-connect-reveal,
  .ec-benefits-reveal,
  .ec-wave-pricing-reveal,
  .ec-year25-reveal,
  .ec-connect__benefit,
  .ec-connect__cta,
  .ec-connect__cta::before,
  .ec-connect__visual-crop img,
  .ec-year25__video-poster,
  .ec-year25__play,
  .ec-year25__play-icon,
  .ec-speaker-info__button,
  .ec-speakers__card-inner {
    animation: none !important;
    transition: none !important;
    filter: none !important;
    clip-path: none !important;
  }

  .ec-speakers__card.is-info-open .ec-speakers__card-inner {
    transform: rotateY(180deg) !important;
  }

  .ec-connect-reveal,
  .ec-benefits-reveal,
  .ec-wave-pricing-reveal,
  .ec-year25-reveal {
    opacity: 1 !important;
  }
}

/* Меняем местами бейджи возле телефона */
.ec-connect__visual-badge--top {
  top: auto;
  bottom: 28px;
}

.ec-connect__visual-badge--bottom {
  top: 28px;
  bottom: auto;
}

@media (max-width: 767px) {
  .ec-connect__visual-badge--top {
    top: auto;
    bottom: 18px;
  }

  .ec-connect__visual-badge--bottom {
    top: 18px;
    bottom: auto;
  }
}
