.home-title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 64px;
  text-align: center;
  color: var(--dark);
  margin: 0 auto;
}

.home-subtitle {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 32px;
  text-align: center;
  color: var(--red);
  margin: 0 auto;
}

.home-subsubtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--dark);
  margin: 4px auto 0;
}

.hero {
  margin: 12px;
  height: calc(100vh - 24px);
  background: var(--purple);
  border-radius: 24px;
  position: relative;
  display: flex;
  align-items: center;
}

.animated-pixels {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  opacity: 0.7;
}

.animated-pixel {
  position: absolute;
  width: 0;
  background: var(--white);
}

.hero-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
}

.hero-texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  z-index: 2;
}

.hero-pixels {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 10%;
}

.hero-pixels-rb {
  width: 15%;
  right: 0;
  left: auto;
  top: auto;
  bottom: 0;
}

.hero-labels {
  display: flex;
  gap: 16px;
}

.hero-title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 56px;
  line-height: 116%;
  text-align: center;
  color: var(--white);
  margin-top: 12px;
  max-width: 600px;
}

.hero-description {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--white);
  margin-top: 12px;
  max-width: 580px;
}

.hero-button {
  margin-top: 24px;
  position: relative;
}

.hero-register-ends {
  border: 1px dashed var(--light);
  border-radius: 12px;
  padding: 8px 16px;
  transform: rotate(8deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: calc(100% + 32px);
  width: 240px;
  top: 0;
}

.hero-register-ends-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 171%;
  text-align: center;
  color: var(--light);
  white-space: nowrap;
}

.hero-register-ends-text {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 14px;
  color: var(--light);
  white-space: nowrap;
}

.hero-badge {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -44px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  padding: 12px 32px 16px 29px;
  background: var(--light);
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 40px;
  white-space: nowrap;
  color: var(--red);
  max-width: calc(100% - 24px);
  overflow: visible;
}
.hero-badge-heart {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 100;
  line-height: 1;
  display: block;
  will-change: transform, opacity;
}
.hero-badge-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about {
  margin-top: 138px;
}

.about-content {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
  max-width: 1224px;
}

.about-card-big {
  border-radius: 40px;
  box-shadow: 0 0 200px 0 rgba(229, 61, 36, 0.5);
  background: var(--red);
  transform: rotate(-6deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 288px;
  height: 288px;
  flex-shrink: 0;
}

.about-card-big-title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 60px;
  text-align: center;
  color: var(--light);
}

.about-card-big-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  color: var(--light);
}

.about-cards {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  z-index: 2;
}

.about-card {
  width: calc(100% / 3 - 8px);
  border-radius: 40px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0;
  position: relative;
}

.about-card-noise {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.about-card:nth-child(2) {
  box-shadow: 0 0 200px 0 rgba(56, 75, 254, 0.5);
  background: var(--blue);
}
.about-card:nth-child(2) .about-card-title {
  color: var(--white);
}
.about-card:nth-child(2) .about-card-text {
  color: var(--white);
}

.about-card:nth-child(3) {
  box-shadow: 0 0 200px 0 rgba(201, 255, 62, 0.5);
  background: var(--green);
}

.about-card:nth-child(6) {
  box-shadow: 0 0 200px 0 rgba(245, 188, 63, 0.5);
  background: var(--yellow);
}

.about-card-title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 46px;
  text-align: center;
  color: var(--dark);
}

.about-card-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: var(--dark);
}

.key-worth {
  margin-top: 160px;
}

.key-worth-cards {
  margin-top: 24px;
  display: flex;
  width: 100%;
  gap: 24px;
}

.key-worth-card {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 24px;
}

.key-worth-card-icon {
  border-radius: 20px;
  width: 100px;
  height: 100px;
  background: #140f2d;
  flex-shrink: 0;
}

.key-worth-card-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  color: var(--dark);
}

.key-worth-card-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--dark);
  margin-top: 6px;
}

.program {
  margin-top: 80px;
}

.program-cards {
  margin-top: 24px;
  display: flex;
  gap: 24px;
}

.program-card {
  flex: 1;
  border-radius: 24px;
  padding: 16px 24px 24px;
  background: var(--white);
}

.program-card-day {
  display: flex;
  gap: 6px;
  align-items: center;
}

.program-card-day-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

.program-card-day-text {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 16px;
  color: var(--purple);
}
.program-card:nth-child(2) .program-card-day-text {
  color: var(--yellow);
}
.program-card:nth-child(3) .program-card-day-text {
  color: var(--red);
}

.program-card-title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 24px;
  color: var(--dark);
  margin-top: -3px;
}

.program-card-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: var(--dark);
  margin-top: 4px;
}

.program-card-tags {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.program-card-tag {
  border-radius: 5px;
  padding: 3px 8px 6px;
  width: fit-content;
  background: var(--red);
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 12px;
  line-height: 133%;
  color: var(--light);
}
.program-card-tag:nth-child(2) {
  background: var(--yellow);
  color: var(--dark);
}
.program-card-tag:nth-child(3) {
  background: var(--blue);
}
.program-card-tag:nth-child(4) {
  background: var(--green);
  color: var(--dark);
}

.formats {
  margin-top: 80px;
}

.formats-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.formats-cards {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}

.formats-card {
  border-radius: 25px;
  padding: 15px 24px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: var(--dark);
  background: var(--white);
}

.formats-actions {
  margin: 32px auto 0;
  display: flex;
  gap: 32px;
}

.formats-participant-button {
  background: var(--purple);
}
.formats-participant-button:hover {
  background: #1827b3;
}

.formats-speaker-button {
  background: var(--red);
}
.formats-speaker-button:hover {
  background: #b23320;
}

.people {
  margin-top: 134px;
  position: relative;
}

.people-title {
  position: absolute;
  top: -55px;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 12px;
  padding: 8px 40px 12px;
  background: var(--light);
  overflow: visible;
}
.people-heart {
  position: absolute;
  pointer-events: none;
  user-select: none;
  z-index: 100;
  line-height: 1;
  display: block;
  will-change: transform, opacity;
}
.people-title-icon {
  width: 40px;
  height: 40px;
}
.people-title-text {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 40px;
  color: var(--red);
  white-space: nowrap;
}

.people-slide {
  width: calc(100vw / 4);
}

.people-card {
  width: 100%;
}

.tags {
  margin-top: 89px;
}

.tags-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.tag {
  border-radius: 40px;
  padding: 0 20px;
  height: 120px;
  background: var(--blue);
  transform: rotate(-6deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tag:nth-child(2) {
  background: var(--green);
  transform: rotate(-6deg);
  z-index: 2;
}
.tag:nth-child(3) {
  background: var(--red);
  transform: rotate(6deg);
}

.tag-title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 30px;
  line-height: 107%;
  text-align: center;
  color: var(--light);
}
.tag:nth-child(2) .tag-title {
  color: var(--dark);
}

.tag-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: var(--light);
  text-align: center;
  max-width: 400px;
}
.tag:nth-child(2) .tag-text {
  color: var(--dark);
}

.location {
  margin-top: 80px;
}

.location-content {
  display: flex;
  position: relative;
}

.location-text-card {
  border-radius: 20px;
  padding: 16px 24px 16px 0px;
  width: 749px;
  background: var(--light);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: var(--dark);
  position: relative;
  z-index: 2;
  margin-top: 40px;
}
.location-text-card-bold {
  font-weight: 600;
}

.location-text-card-pixels {
  position: absolute;
  right: 0;
  top: 0;
}

.location-address {
  margin-top: 20px;
  display: flex;
  gap: 8px;
  max-width: 392px;
}

.location-address-icon {
  margin-top: 4px;
}

.location-address-text-title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--dark);
}

.location-address-text-link {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.location-address-text-link:hover {
  opacity: 0.8;
}

.location-address-text-link-text {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 16px;
  color: var(--purple);
}

.location-text-content {
  max-width: 40%;
}

.location-image {
  width: 60%;
  margin-left: auto;
  flex-shrink: 0;
  border-radius: 32px;
  overflow: hidden;
}

.transfer {
  margin-top: 60px;
}

.transfer-cards {
  margin-top: 24px;
  display: flex;
  gap: 24px;
}

.transfer-card {
  flex: 1;
  display: flex;
  gap: 20px;
}

.transfer-card-image {
  width: 148px;
  height: 148px;
  flex-shrink: 0;
}

.transfer-card-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  color: var(--dark);
}

.transfer-card-list {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.transfer-card-list-item {
  display: flex;
  gap: 10px;
}

.transfer-card-list-item-icon {
  height: 24px;
}

.transfer-card-list-item-icon span {
  border-radius: 1px;
  width: 24px;
  height: 3px;
  background: var(--purple);
}

.transfer-card-list-item-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--dark);
}

.transfer-card-hint {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: #868686;
  margin-top: 12px;
}

.transfer-hint {
  border: 1px solid var(--purple);
  border-radius: 12px;
  padding: 12px 20px;
  width: fit-content;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--purple);
  margin: 32px auto 0;
  background: var(--light);
}

#tickets,
#become-speaker {
  scroll-margin-top: 100px;
}

.participation {
  margin-top: 245px;
}

.participation-notification {
  display: flex;
  align-items: center;
  gap: 5px;
  border-radius: 5px;
  padding: 4px 9px 6px;
  background: var(--blue);
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 12px;
  line-height: 133%;
  color: var(--light);
  width: fit-content;
  margin: 6px auto 0;
}

.participation-cards {
  margin-top: 28px;
  display: flex;
  gap: 24px;
}

.participation-card {
  flex: 1;
  border-radius: 16px;
  padding: 8px;
  background: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.participation-card:last-child {
  box-shadow: 0 0 200px 0 rgba(109, 56, 255, 0.5);
  background: var(--purple);
}
.participation-card:nth-child(3) {
  position: relative;
  z-index: 2;
}
.participation-card:last-child .participation-card-title {
  color: var(--light);
}
.participation-card:last-child .participation-card-subtitle {
  color: var(--light);
}
.participation-card:last-child .participation-card-list-item-text {
  color: var(--light);
}
.participation-card:last-child .participation-card-list-item-icon span {
  background: var(--light);
}
.participation-card {
  position: relative;
}
.participation-card-noise {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.participation-card-image {
  width: 100%;
  aspect-ratio: 272/190;
  position: relative;
}
.participation-card-image img {
  object-fit: contain;
}

.participation-card-image-tag {
  border-radius: 5px;
  padding: 3px 12px 6px;
  background: var(--red);
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 14px;
  line-height: 114%;
  color: var(--light);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.participation-card-content {
  margin-top: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 22px;
}

.participation-card-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 108%;
  text-align: center;
  color: var(--dark);
}

.participation-card-text {
  margin-top: 4px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: var(--dark);
}

.participation-card-button {
  margin-top: auto;
  width: 100%;
}
.participation-card-button .button {
  width: 100%;
  display: flex;
  justify-content: center;
}

.participation-free-button {
  background: var(--light);
  color: var(--purple);
}
.participation-free-button:hover {
  background: #bfbfbf;
}

.participation-card-subtitle {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  text-align: center;
  color: var(--dark);
  margin-top: 2px;
}

.participation-card-list {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding-left: 5px;
}

.participation-card-list-item {
  display: flex;
  gap: 8px;
}

.participation-card-list-item-icon {
  width: 16px;
  height: 16px;
}

.speakers {
  margin-top: 160px;
  position: relative;
}

.speakers-slider-buttons > div {
  border-radius: 12px;
  padding: 4px;
  width: 40px;
  height: 40px;
  background: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.speakers-slider-buttons > div img {
  width: 18px;
}
.speakers-slider-button-next {
  transform: rotate(180deg);
}

.become-speaker {
  margin-top: 100px;
}

.become-speaker-card {
  background: var(--dark);
  border-radius: 40px;
  padding: 40px 100px 50px 60px;
  position: relative;
  overflow: hidden;
}

.become-speaker-card-content {
  max-width: 447px;
  z-index: 2;
  position: relative;
}

.become-speaker-card-title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 48px;
  line-height: 125%;
  color: var(--light);
}

.become-speaker-card-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--light);
  margin-top: 12px;
}

.become-speaker-card-geometry {
  position: absolute;
  right: 0;
  top: 0;
}

.become-speaker-card-geometry-mobile {
  display: none;
}

.become-speaker-card-button {
  position: absolute;
  right: 9%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.become-speaker-card-pixels {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.in-2025 {
  margin-top: 160px;
}

.in-2025-content {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.in-2025-title {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.in-2025-title div {
  margin: 0;
}

.in-2025-title .home-subtitle {
  margin-top: -10px;
}

.in-2025-cards {
  width: 100%;
  max-width: 704px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.in-2025-card {
  display: flex;
  border: 2px solid var(--purple);
  border-radius: 20px;
  padding: 20px;
  background: var(--light);
  display: flex;
  gap: 10px;
}

.in-2025-card-point {
  width: 24px;
  height: 24px;
}
.in-2025-card-point span {
  border-radius: 1px;
  width: 24px;
  height: 3px;
  background: var(--purple);
}

.in-2025-card-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--dark);
}

.in-2025-card:nth-child(2) {
  border-color: var(--red);
}
.in-2025-card:nth-child(2) .in-2025-card-point span {
  background: var(--red);
}
.in-2025-card:nth-child(3) {
  border-color: var(--yellow);
}
.in-2025-card:nth-child(3) .in-2025-card-point span {
  background: var(--yellow);
}
.in-2025-card:nth-child(4) {
  border-color: var(--green);
}
.in-2025-card:nth-child(4) .in-2025-card-point span {
  background: var(--green);
}

.about-2025 {
  margin-top: 80px;
}

.about-2025 .about-card-big {
  background: var(--purple);
}

.about-2025 .about-card:nth-child(2) {
  background: var(--red);
}

.about-2025 .about-card:nth-child(3) {
  background: var(--light);
}

.about-2025 .about-card:nth-child(4) {
  background: var(--green);
}

.about-2025 .about-card:nth-child(6) {
  background: var(--yellow);
}

.comments {
  margin-top: 60px;
}

.comments-content {
  display: flex;
  flex-direction: column;
}

.comments-card {
  width: 100%;
  max-width: 807px;
  margin-top: -120px;
}
.comments-card:first-child {
  margin-top: 0;
}

.comments-card-author {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
.comments-card:nth-child(2) {
  margin-left: auto;
}
.comments-card:nth-child(2) .comments-card-author {
  flex-direction: row-reverse;
}

.comments-card-author-image {
  width: 288px;
}

.comments-card-author-text {
  margin-bottom: 60px;
}

.comments-card-author-name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: var(--dark);
}

.comments-card-author-position {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: #868686;
  margin-top: 2px;
}

.comments-card-text {
  border-radius: 20px;
  padding: 24px;
  background: var(--white);
  display: flex;
  gap: 10px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.comments-card-text-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: var(--dark);
}

.guests {
  margin-top: 80px;
  position: relative;
}

.quests-slide {
  width: 288px;
}

.quests-slide-fake {
  width: calc((100vw - 1330px) / 2);
}

.quests-slider {
  margin-top: 24px;
}

.quests-slider-buttons {
  position: absolute;
  top: 50%;
  left: calc((100vw - 1300px) / 2);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

.quests-slider-buttons > div {
  border-radius: 12px;
  padding: 4px;
  width: 40px;
  height: 40px;
  background: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.quests-slider-buttons > div img {
  width: 18px;
}
.quests-slider-button-next {
  transform: rotate(180deg);
}

.quests-slider-item {
  width: 288px;
}

.quests-slider-item-image {
  border-radius: 24px;
  width: 288px;
  height: 320px;
  overflow: hidden;
}

.quests-slider-item-text {
  margin-top: 12px;
}

.quests-slider-item-name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: var(--dark);
}

.quests-slider-item-position {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: #868686;
}

.photobank {
  margin-top: 80px;
}

.photobank-grid {
  display: flex;
  flex-wrap: wrap;
}

.photobank-grid-item {
  width: calc(100% / 4);
}

.partners {
  margin-top: 160px;
}

.partners-main {
  display: flex;
  gap: 150px;
  justify-content: center;
  flex-wrap: wrap;
}

.partners-main-item {
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
}

.partners-main-item-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #868686;
}

.partners-other {
  margin-top: 160px;
}

.partners-other-content {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}

.partners-group {
  display: flex;
  gap: 95px;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 65px;
}

.partners-group-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  max-width: 209px;
}

.partners-group-item-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #868686;
}

.become-partner {
  margin-top: 160px;
}

.become-partner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.become-partner-subtitle {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: var(--dark);
  margin-top: 4px;
  max-width: 714px;
}
.become-partner-subtitle span {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
}

.become-partner-cards {
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
  width: 100%;
  gap: 24px;
}

.become-partner-card {
  border-radius: 32px;
  padding: 24px 32px 32px;
  background: var(--white);
  width: 100%;
}

.become-partner-card-title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 24px;
  line-height: 125%;
  color: var(--dark);
}

.become-partner-card-list {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.become-partner-card-list-item {
  width: calc(50% - 16px);
  display: flex;
  gap: 12px;
}

.become-partner-card-list-item-number {
  border-radius: 99px;
  width: 40px;
  height: 40px;
  background: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 188%;
  color: var(--light);
  flex-shrink: 0;
}

.become-partner-card-list-item-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--dark);
}

.become-partner-card-link {
  margin-top: 24px;
  display: flex;
  gap: 2px;
  align-items: center;
}

.become-partner-card-link-icon {
  margin-top: 3px;
}

.become-partner-card-link-text {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 16px;
  color: var(--purple);
}

.become-partner-card:nth-child(2) {
  background: var(--dark);
  width: calc(50% - 16px);
}
.become-partner-card:nth-child(2) .become-partner-card-title {
  color: var(--light);
}

.become-partner-card:nth-child(3) {
  background: var(--purple);
  width: calc(50% - 16px);
}
.become-partner-card:nth-child(3) .become-partner-card-title {
  color: var(--light);
}

.become-partner-card-list-2 {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.become-partner-card-list-2-item {
  display: flex;
  gap: 10px;
}

.become-partner-card-list-2-item-point {
  width: 24px;
  height: 24px;
}
.become-partner-card-list-2-item-point span {
  background: var(--purple);
  border-radius: 1px;
  width: 24px;
  height: 3px;
}
.become-partner-card-list-2-item:nth-child(2)
  .become-partner-card-list-2-item-point
  span {
  background: var(--red);
}
.become-partner-card-list-2-item:nth-child(3)
  .become-partner-card-list-2-item-point
  span {
  background: var(--yellow);
}
.become-partner-card-list-2-item:nth-child(4)
  .become-partner-card-list-2-item-point
  span {
  background: var(--light);
}
.become-partner-card-list-2-item:nth-child(5)
  .become-partner-card-list-2-item-point
  span {
  background: var(--blue);
}
.become-partner-card-list-2-item:nth-child(6)
  .become-partner-card-list-2-item-point
  span {
  background: var(--green);
}

.become-partner-card-list-2-item-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--light);
}

.become-partner-card-hint {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #929292;
  margin-top: 30px;
}

.become-partner-card-contacts {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.become-partner-card-contacts-button {
  margin-top: auto;
  width: 100%;
}
.become-partner-card-contacts-button .button {
  width: 100%;
}

.become-partner-card-contacts-item-name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: var(--light);
}

.become-partner-card-contacts-item-position {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: #bda5ff;
  margin-top: 2px;
}

.become-partner-card-contacts-item-link {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: var(--light);
  margin-top: 8px;
}

.become-partner-card:last-child {
  display: flex;
  flex-direction: column;
}

.about {
  position: relative;
}

.about-p-pixel {
  position: absolute;
  left: 5%;
  top: -70px;
}

.about-p-pixel-2 {
  position: absolute;
  left: 80%;
  top: -60px;
}

.about-p-pixel-3 {
  position: absolute;
  left: 30%;
  bottom: -100px;
}

.program {
  position: relative;
}

.program-p-pixel {
  position: absolute;
  left: 20%;
  top: 0;
}

.formats {
  position: relative;
}

.formats-p-pixel {
  position: absolute;
  right: 20%;
  bottom: 0;
}

.tags {
  position: relative;
}

.tags-p-pixel {
  position: absolute;
  left: 20%;
  bottom: -50px;
}

.participation {
  position: relative;
}

.participation-p-pixel {
  position: absolute;
  right: 7%;
  top: 0;
}

.participation-p-pixel-2 {
  position: absolute;
  left: 7%;
  top: 50px;
}

.in-2025 {
  position: relative;
}

.in-2025-p-pixel {
  position: absolute;
  left: 15%;
  bottom: 100px;
}

.about-2025 {
  position: relative;
}

.about-2025-p-pixel {
  position: absolute;
  right: 5%;
  bottom: -40px;
}

.partners-main {
  position: relative;
}

.partners-main-p-pixel {
  position: absolute;
  right: 30%;
  bottom: -100px;
}

.become-partner {
  position: relative;
}

.become-partner-p-pixel {
  position: absolute;
  right: 20%;
  top: -40px;
}

.become-partner-p-pixel-2 {
  position: absolute;
  left: 15%;
  top: 150px;
}

@media screen and (max-width: 1300px) {
  .quests-slider-buttons {
    left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .participation-card {
    width: calc(50% - 6px);
    flex: auto;
  }
  .participation-cards {
    gap: 12px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1150px) {
  .about-card {
    width: calc(100% / 2 - 6px);
  }
  .tag-title {
    font-size: 24px;
    line-height: 125%;
  }
  .tag-text {
    font-size: 14px;
    line-height: 114%;
  }
  .comments-card {
    margin-top: 0;
  }
}

@media screen and (max-width: 1100px) {
  .become-speaker-card-button {
    right: 13%;
  }
  .program-p-pixel {
    left: 10%;
  }
}

@media screen and (max-width: 900px) {
  .p-pixel {
    display: none;
  }
  .hero-button {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hero-register-ends {
    position: static;
    margin-top: 24px;
    transform: rotate(3deg);
  }
  .about-content {
    flex-direction: column;
    align-items: center;
  }
  .about-card {
    width: 100%;
  }
  .about-card-big-title {
    font-size: 48px;
  }
  .about-card-big-text {
    font-size: 24px;
  }
  .about-card-title {
    font-size: 36px;
  }
  .about-card-text {
    font-size: 16px;
    line-height: 125%;
  }
  .home-title {
    font-size: 48px;
  }
  .home-subtitle {
    font-size: 24px;
    line-height: 125%;
  }
  .key-worth-cards {
    margin-top: 20px;
    flex-direction: column;
  }
  .key-worth-card {
    width: 100%;
  }
  .key-worth-card-icon {
    width: 80px;
    height: 80px;
  }
  .key-worth-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .key-worth-card-text,
  .key-worth-card-title {
    text-align: center;
  }
  .program-cards {
    margin-top: 20px;
    gap: 20px;
    flex-direction: column;
  }
  .program-card {
    width: 100%;
  }
  .formats-cards {
    gap: 8px;
  }
  .formats-card {
    font-size: 16px;
    border-radius: 25px;
    padding: 12px 20px;
  }
  .formats-actions {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
  .formats-actions > a {
    width: 100%;
  }
  .people-title-text {
    font-size: 32px;
    line-height: 125%;
    text-align: center;
  }
  .people-title {
    flex-direction: column;
    gap: 0;
    align-items: center;
    max-width: calc(100vw - 32px);
  }
  .people-slide {
    width: calc(100vw);
  }
  .tag:nth-child(1) {
    order: 1;
  }
  .tag:nth-child(2) {
    order: 3;
  }
  .tag:nth-child(3) {
    order: 2;
  }
  .tags-content {
    gap: 20px;
  }
  .location-content {
    flex-direction: column;
  }
  .location-image {
    width: 100%;
    margin-top: 24px;
  }
  .location-text-content {
    max-width: 100%;
  }
  .location-text-card {
    font-size: 16px;
  }
  .location-text-card-pixels {
    display: none;
  }
  .location-text-card {
    width: 100%;
  }
  .location-address {
    margin-top: 0;
  }
  .transfer-cards {
    flex-direction: column;
    gap: 20px;
  }
  .transfer-card {
    width: 100%;
    flex-direction: column;
  }
  .participation {
    margin-top: 80px;
  }
  .participation-card {
    width: 100%;
  }
  .participation-card-list-item-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    color: var(--dark);
  }
  .become-speaker-card {
    padding: 32px 24px 100px;
  }
  .become-speaker-card-geometry {
    display: none;
  }
  .become-speaker-card-geometry-mobile {
    display: block;
    margin-top: 19px;
    width: calc(100% + 48px);
    margin-bottom: -110px;
  }
  .become-speaker-card {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .become-speaker-card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .become-speaker-card-title {
    text-align: center;
    font-size: 32px;
    line-height: 131%;
  }
  .become-speaker-card-text {
    font-size: 14px;
    line-height: 143%;
    margin-top: 6px;
  }
  .become-speaker-card-button {
    right: 25%;
    top: 75%;
  }
  .in-2025-content {
    flex-direction: column;
  }
  .in-2025-cards {
    gap: 16px;
  }
  .in-2025-card-text {
    font-size: 16px;
  }
  .comments-card-author {
    flex-direction: column-reverse !important;
    align-items: center;
    gap: 0;
  }
  .comments-card-author-text {
    display: flex;
    margin-bottom: -10px;
    flex-direction: column;
    align-items: center;
  }
  .comments-card-text-text {
    font-size: 16px;
    line-height: 150%;
  }
  .comments-card-text-icon {
    width: 32px;
    height: 32px;
  }
  .comments-content {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .quests-slider-buttons {
    top: 105%;
    justify-content: center;
    gap: 13px;
  }
  .photobank {
    margin-top: 120px;
  }
  .photobank-grid-item {
    width: calc(100% / 2);
  }
  .partners-main {
    gap: 64px;
  }
  .become-partner-subtitle {
    font-size: 14px;
    line-height: 143%;
  }
  .become-partner-subtitle span {
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
  }
  .become-partner-card-title {
    font-size: 20px;
    line-height: 120%;
  }
  .become-partner-card-list {
    flex-direction: column;
    gap: 20px;
  }
  .become-partner-card-list-item {
    width: 100%;
  }
  .become-partner-card:nth-child(2) {
    width: 100%;
  }
  .become-partner-card:nth-child(3) {
    width: 100%;
  }
  .become-partner-card-contacts-button {
    margin-top: 12px;
  }
  .become-partner-cards {
    gap: 16px;
  }
  .animated-pixels {
    opacity: 0.4;
  }
}

@media screen and (max-width: 768px) {
  .hero-content {
    padding: 20px;
  }
  .hero-labels {
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .hero-title {
    font-size: 40px;
  }
  .hero-description {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
  }
  .hero-button {
    margin-top: 16px;
  }
  .hero-badge {
    font-family: var(--second-family);
    font-weight: 800;
    font-size: 28px;
    line-height: 125%;
    text-align: center;
    color: var(--red);
    flex-direction: column;
    min-width: 280px;
    z-index: 2;
  }
  .hero-badge span {
    white-space: normal;
  }
  .hero-badge-nowrap {
    white-space: nowrap !important;
  }
  .header-logo {
    width: 64px;
  }
  .photobank-grid-item {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .home-title {
    font-size: 36px;
  }
  .tag-title {
    font-size: 20px;
  }
  .tag-text {
    font-size: 12px;
  }
}

/* ─── Notify Modal ──────────────────────────────────────────── */

.notify-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 250ms ease;
}

.notify-modal.is-open {
  pointer-events: all;
  opacity: 1;
}

.notify-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(32, 32, 32, 0.6);
  backdrop-filter: blur(4px);
}

.notify-modal-dialog {
  position: relative;
  background: var(--light);
  border-radius: 20px;
  padding: 40px 40px 36px;
  width: 100%;
  max-width: 480px;
  transform: translateY(16px) scale(0.97);
  transition: transform 300ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.notify-modal.is-open .notify-modal-dialog {
  transform: translateY(0) scale(1);
}

.notify-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--dark);
  padding: 0;
  border-radius: 50%;
}

.notify-modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.notify-modal-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--blue);
  padding: 8px;
  margin-bottom: 20px;
}

.notify-modal-title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 24px;
  color: var(--dark);
  margin-bottom: 10px;
  line-height: 1.2;
}

.notify-modal-subtitle {
  font-family: var(--font-family);
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 24px;
  max-width: 340px;
}

.notify-modal-form {
  width: 100%;
}

.notify-modal-input {
  width: 100%;
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 12px 16px;
  font-family: var(--font-family);
  font-size: 16px;
  color: var(--dark);
  background: var(--white);
  outline: none;
  transition: border-color 200ms;
  margin-bottom: 8px;
}

.notify-modal-input:focus {
  border-color: var(--blue);
}

.notify-modal-input.has-error {
  border-color: var(--red);
}

.notify-modal-error {
  font-size: 12px;
  color: var(--red);
  min-height: 16px;
  margin-bottom: 16px;
  text-align: left;
  padding-left: 4px;
}

.notify-modal-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
}

.notify-modal-submit {
  padding: 10px 32px 14px;
}

.notify-modal-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.notify-modal-cancel {
  font-family: var(--font-family);
  font-size: 14px;
  color: #888;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

/* Success state */

.notify-modal-success {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 8px 0 4px;
  gap: 16px;
}

.notify-modal-success.is-visible {
  display: flex;
}

.notify-modal-success-icon {
  width: 48px;
  height: 48px;
}

.notify-modal-success-title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 28px;
  color: var(--dark);
}

.notify-modal-success-text {
  font-family: var(--font-family);
  font-size: 15px;
  color: #555;
  line-height: 1.5;
  max-width: 300px;
}

@media screen and (max-width: 540px) {
  .notify-modal-dialog {
    padding: 32px 24px 28px;
  }

  .notify-modal-title {
    font-size: 20px;
  }

  .notify-modal-actions {
    flex-direction: column;
    gap: 12px;
  }

  .notify-modal-submit {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 460px) {
  .become-speaker-card-button {
    right: 23%;
    top: 80%;
  }
}

/* ─── Partner Modal ─────────────────────────────────────────── */

.partner-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 250ms ease;
}

.partner-modal.is-open {
  pointer-events: all;
  opacity: 1;
}

.partner-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(32, 32, 32, 0.6);
  backdrop-filter: blur(4px);
}

.partner-modal-dialog {
  position: relative;
  background: var(--light);
  border-radius: 24px;
  padding: 36px 40px 40px;
  width: 100%;
  max-width: 680px;
  max-height: 90vh;
  overflow-y: auto;
  transform: translateY(16px) scale(0.97);
  transition: transform 300ms cubic-bezier(0.34, 1.56, 0.64, 1);
  scrollbar-width: thin;
}

.partner-modal.is-open .partner-modal-dialog {
  transform: translateY(0) scale(1);
}

.partner-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--dark);
  padding: 0;
  border-radius: 50%;
}

.partner-modal-header {
  margin-bottom: 28px;
}

.partner-modal-title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 28px;
  color: var(--dark);
  margin-bottom: 8px;
  line-height: 1.15;
}

.partner-modal-subtitle {
  font-family: var(--font-family);
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

.partner-modal-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.partner-modal-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.partner-modal-field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.partner-modal-field-full {
  grid-column: 1 / -1;
}

.partner-modal-label {
  font-family: var(--font-family);
  font-size: 13px;
  font-weight: 500;
  color: var(--dark);
}

.partner-required {
  color: var(--red);
}

.partner-modal-input {
  width: 100%;
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 11px 14px;
  font-family: var(--font-family);
  font-size: 15px;
  color: var(--dark);
  background: var(--white);
  outline: none;
  transition: border-color 200ms;
  appearance: none;
}

.partner-modal-input:focus {
  border-color: var(--red);
}

.partner-modal-input.has-error {
  border-color: var(--red);
  background: #fff8f7;
}

.partner-modal-select {
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23202020' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
}

.partner-modal-textarea {
  resize: vertical;
  min-height: 84px;
  line-height: 1.5;
}

.partner-modal-error {
  font-size: 12px;
  color: var(--red);
  min-height: 15px;
  padding-left: 2px;
}

.partner-modal-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 4px;
}

.partner-modal-submit {
  padding: 10px 32px 14px;
}

.partner-modal-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.partner-modal-cancel {
  font-family: var(--font-family);
  font-size: 14px;
  color: #888;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.partner-modal-success {
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  padding: 16px 0 8px;
}

.partner-modal-success.is-visible {
  display: flex;
}

.partner-modal-success-icon {
  width: 56px;
  height: 56px;
}

.partner-modal-success-title {
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 30px;
  color: var(--dark);
}

.partner-modal-success-text {
  font-family: var(--font-family);
  font-size: 15px;
  color: #555;
  line-height: 1.5;
  max-width: 360px;
}

.partner-modal-success-close {
  margin-top: 4px;
  padding: 10px 32px 14px;
}

@media screen and (max-width: 600px) {
  .partner-modal-dialog {
    padding: 28px 20px 32px;
  }

  .partner-modal-row {
    grid-template-columns: 1fr;
  }

  .partner-modal-title {
    font-size: 22px;
  }

  .partner-modal-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .partner-modal-submit {
    width: 100%;
    justify-content: center;
  }
}
