.um26-page {
  --um26-content-width: 1100px;
  --um26-wide-width: 1200px;
  --um26-bg: #030306;
  --um26-panel: #111116;
  --um26-panel-soft: #17171f;
  --um26-text: #ffffff;
  --um26-muted: #8f8e93;
  --um26-dim: rgba(137, 137, 137, 0.58);
  --um26-pink: #ff5650;
  --um26-purple: #b03aff;
  --um26-cyan: #1ff0ff;
  min-height: 100vh;
  color: var(--um26-text);
  background:
    linear-gradient(180deg, rgba(12, 15, 38, 0.7) 0, rgba(3, 3, 6, 0) 520px),
    var(--um26-bg);
  overflow: hidden;
}

.um26-modal {
  --um26-pink: #ff5650;
  --um26-purple: #b03aff;
  --um26-cyan: #1ff0ff;
}

.brand-footer,
.footer-bflex {
  display: none;
}

.um26-page *,
.um26-modal * {
  box-sizing: border-box;
}

.um26-page a {
  text-decoration: none !important;
}

.um26-hero {
  position: relative;
  min-height: clamp(520px, 50vw, 960px);
  padding: clamp(80px, 6.82vw, 131px) 20px 0;
  background: #00000b;
  overflow: hidden;
}

.um26-hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(13, 5, 17, 0) calc(100% - 110px), #00000b 100%),
    radial-gradient(circle at 50% 0, rgba(62, 75, 148, 0.22), rgba(0, 0, 11, 0) 42%);
  pointer-events: none;
}

.um26-hero::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: clamp(-234px, -12.2vw, -112px);
  left: 50%;
  width: min(2762px, 143.85vw);
  aspect-ratio: 2762 / 1359;
  background: url("../../images/user-meet-2026/hero-bg.png") center top / 100% 100% no-repeat;
  transform: translateX(-50%);
  pointer-events: none;
}

.um26-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}

.um26-hero__content {
  position: relative;
  z-index: 2;
  width: min(880px, 100%);
  margin: 0 auto;
  text-align: center;
}

.um26-logo {
  display: block;
  width: clamp(126px, 10.78vw, 207px);
  height: auto;
  margin-bottom: clamp(32px, 2.29vw, 44px);
  margin-right: auto;
  margin-left: auto;
}

.um26-hero__copy {
  display: block;
  width: clamp(360px, 45.833vw, 880px);
  height: auto;
  margin: 0 auto;
}

.um26-hero__actions {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 1.56vw, 30px);
  margin-top: clamp(20px, 2.08vw, 40px);
}

.um26-hero__button,
.um26-register__button,
.um26-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(90deg, var(--um26-pink) 0%, var(--um26-purple) 51%, var(--um26-cyan) 100%);
  box-shadow: 0 0 26px rgba(31, 240, 255, 0.18);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.um26-hero__button {
  min-width: clamp(132px, 10.42vw, 200px);
  min-height: clamp(40px, 3.125vw, 60px);
  color: #0b0411 !important;
  background: #1ff0ff;
  box-shadow: none;
  font-size: clamp(16px, 1.25vw, 24px);
}

.um26-hero__button:hover,
.um26-register__button:hover,
.um26-form__submit:hover {
  filter: brightness(1.08);
}

.um26-hero__button:active,
.um26-register__button:active,
.um26-form__submit:active {
  transform: scale(0.97);
}

.um26-hero__outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(132px, 10.42vw, 200px);
  min-height: clamp(40px, 3.125vw, 60px);
  border: 2px solid #45bdfd;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  color: #45bdfd !important;
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 700;
}

.um26-nav {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 40px;
  width: min(var(--um26-content-width), calc(100% - 48px));
  min-height: clamp(64px, 5.625vw, 108px);
  margin: 0 auto;
  background: transparent;
  justify-content: space-between;
}

.um26-nav::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  background: rgba(5, 6, 14, 0.94);
  transform: translateX(-50%);
}

.um26-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 140px;
  width: 140px;
  height: 48px;
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.um26-nav a.is-active,
.um26-nav a:hover {
  color: #fff;
}

.um26-nav a.is-active {
  background: linear-gradient(90deg, var(--um26-pink), var(--um26-purple) 53.365%, var(--um26-cyan));
  font-weight: 700;
  backdrop-filter: blur(80px);
}

.um26-section {
  position: relative;
  width: min(var(--um26-content-width), calc(100% - 48px));
  margin: 0 auto;
  padding: 60px 0;
}

.um26-agenda-section {
  padding-top: 50px;
  padding-bottom: 76px;
}

.um26-section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.um26-title-icon {
  display: block;
  width: 28px;
  height: 36px;
  flex: 0 0 auto;
}

.um26-section-title h2 {
  margin: 0;
  background: linear-gradient(90deg, #7b3aff 0%, #1ff0ff 50%, #ff5650 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}

.um26-copy {
  display: grid;
  gap: 12px;
  max-width: 1068px;
  color: var(--um26-muted);
  font-size: 16px;
  line-height: 1.8;
}

.um26-copy p,
.um26-section-desc {
  margin: 0;
}

.um26-section-desc {
  max-width: 1100px;
  color: var(--um26-muted);
  font-size: 16px;
  line-height: 2.25;
}

.um26-claim-list {
  display: grid;
  gap: 6px;
  margin-top: 30px;
}

.um26-claim-list div {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  align-items: center;
  gap: 4px;
}

.um26-claim-list strong {
  position: relative;
  display: block;
  padding-left: 16px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.um26-claim-list strong::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 4px;
  border-radius: 4px;
  background: linear-gradient(180deg, var(--um26-pink), var(--um26-cyan));
}

.um26-claim-list p {
  margin: 0;
  color: var(--um26-muted);
  font-size: 16px;
  line-height: 28px;
}

.um26-theme-grid {
  display: grid;
  grid-template-columns: repeat(3, 340px);
  justify-content: end;
  gap: 20px;
  width: 1100px;
  max-width: 100%;
  margin-top: 34px;
}

.um26-theme-grid article,
.um26-audience article,
.um26-speakers article {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    var(--um26-panel);
}

.um26-theme-grid article {
  position: relative;
  width: 340px;
  max-width: 100%;
  height: 128px;
  padding: 32px 22px 0;
  border-color: #1c1a2b;
  background: #111116;
  overflow: hidden;
}

.um26-theme-grid article::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -77px;
  left: 50%;
  width: 388px;
  height: 186px;
  background: url("../../images/user-meet-2026/theme-card-bg.png") center top / 388px 126px no-repeat;
  opacity: 0.3;
  transform: translateX(-50%);
  pointer-events: none;
}

.um26-theme-grid article::after {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 17, 22, 0) 30%, #0d0d11 96%);
  pointer-events: none;
}

.um26-theme-grid article > * {
  position: relative;
  z-index: 1;
}

.um26-theme-grid h3,
.um26-audience h3 {
  margin: 0 0 10px;
  color: #fff;
  font-weight: 800;
}

.um26-theme-grid h3 {
  margin-bottom: 18px;
  background: linear-gradient(180deg, #fff 31%, #ffccd7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  line-height: 30px;
}

.um26-audience h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 36px;
}

.um26-theme-grid p,
.um26-audience p {
  margin: 0;
  color: var(--um26-muted);
  font-size: 14px;
  line-height: 1.8;
}

.um26-theme-grid p {
  color: #fff;
  line-height: 24px;
  white-space: nowrap;
}

.um26-audience p {
  color: #79787e;
  font-size: 16px;
  line-height: 24px;
}

.um26-about__tail {
  margin-top: 28px;
}

.um26-audience {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.um26-audience article {
  min-height: 230px;
  padding: 24px;
  border-color: transparent;
  border-radius: 20px;
  background: #111116;
}

.um26-audience__icon {
  display: block;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
}

.um26-agenda {
  margin-top: 36px;
}

.um26-agenda__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 16px;
}

.um26-agenda__tabs {
  display: flex;
}

.um26-agenda__tabs button {
  width: 240px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #252424;
  color: transparent;
  background: transparent;
  background-image: linear-gradient(90deg, var(--um26-pink), var(--um26-cyan));
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 16px;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.um26-agenda__tabs button:first-child {
  border-radius: 4px 0 0 4px;
}

.um26-agenda__tabs button:last-child {
  border-radius: 0 4px 4px 0;
}

.um26-agenda__tabs button.is-active {
  color: #fff;
  background: linear-gradient(90deg, var(--um26-pink) 0%, var(--um26-purple) 53%, var(--um26-cyan) 100%);
  -webkit-text-fill-color: #fff;
}

.um26-agenda__date {
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 36px;
  font-weight: 700;
  white-space: nowrap;
}

.um26-agenda__date span {
  margin-left: 3px;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.um26-agenda__panel {
  display: none;
}

.um26-agenda__panel.is-active {
  display: grid;
  gap: 12px;
}

.um26-agenda-item {
  display: grid;
  grid-template-columns: 106px minmax(0, 1fr) 200px;
  align-items: center;
  gap: 50px;
  min-height: 76px;
  padding: 14px 40px;
  border-radius: 12px;
  background: var(--um26-panel);
}

.um26-agenda-item__meta {
  display: grid;
  gap: 4px;
  width: 106px;
  color: var(--um26-dim);
  font-size: 16px;
  line-height: 1.4;
}

.um26-agenda-item__meta time {
  background: linear-gradient(90deg, var(--um26-pink), var(--um26-purple), var(--um26-cyan));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-weight: 700;
}

.um26-agenda-item__meta span {
  display: block;
  color: var(--um26-dim);
  font-size: 16px;
}

.um26-agenda-item h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}

.um26-agenda-item p {
  position: relative;
  margin: 0;
  padding-left: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
}

.um26-agenda-item p::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--um26-pink), var(--um26-cyan));
}

.um26-agenda-item--round {
  grid-template-columns: 106px minmax(0, 1fr);
  align-items: flex-start;
  min-height: 134px;
  padding-top: 22px;
}

.um26-agenda-item--round ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, max-content));
  gap: 10px 42px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.um26-agenda-item--round li {
  position: relative;
  padding-left: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
}

.um26-agenda-item--round li::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 2px;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--um26-pink), var(--um26-cyan));
}

.um26-speakers {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.um26-speakers__headline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.um26-speakers__headline span,
.um26-speakers__more {
  color: #79787e;
  font-size: 14px;
  line-height: 24px;
}

.um26-speakers article {
  min-height: 192px;
  padding: 0;
}

.um26-speaker-card {
  position: relative;
  min-height: 192px;
  overflow: hidden;
  border-color: #1b1b21 !important;
  border-radius: 24px !important;
  background: #111116 !important;
}

.um26-speaker-card::before {
  content: "";
  position: absolute;
  right: -72px;
  bottom: -152px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: #20202b;
  opacity: 0.75;
  pointer-events: none;
}

.um26-speaker-card__copy {
  position: relative;
  z-index: 2;
  padding: 20px 22px;
}

.um26-speaker-card strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.um26-speaker-card small {
  font-size: 14px;
  font-weight: 700;
}

.um26-speaker-card span {
  display: block;
  color: var(--um26-muted);
  font-size: 14px;
  line-height: 20px;
}

.um26-speaker-card > img {
  position: absolute;
  z-index: 1;
  right: -18px;
  bottom: 0;
  display: block;
  width: 178px;
  height: auto;
  pointer-events: none;
}

.um26-speaker-card--keven > img {
  right: -22px;
  top:8px;
  width: 202px;
}

.um26-speaker-card--litai > img {
  right: -8px;
  width: 230px;
  height: auto;
}

.um26-speaker-card--zhangxuan > img {
  right: -19px;
  top: 12px;
  bottom: auto;
  width: 180px;
  height: 196px;
  object-fit: fill;
  object-position: bottom;
}

.um26-speaker-card--zhengcanfeng > img {
  right: -62px;
  bottom: -406px;
  width: 236px;
}

.um26-speaker-card--chenxianting > img {
  right: -68px;
  bottom: -176px;
  width: 224px;
}

.um26-speaker-card--liubo > img {
  right: -30px;
  top: 12px;
  bottom: auto;
  width: 208px;
  height: 206px;
  object-fit: fill;
  object-position: bottom;
}

.um26-speaker-card--mingjian > img {
  right: -14px;
  bottom: -194px;
  width: 186px;
}

.um26-speaker-card--chenli > img {
  right: 0;
  bottom: -278px;
  width: 168px;
}

.um26-speaker-card--liji > img {
  right: -44px;
  bottom: -232px;
  width: 224px;
}

.um26-speaker-card--lizhe > img {
  right: -38px;
  bottom: -60px;
  width: 212px;
}

.um26-speaker-card--liji {
  grid-column: 2;
}

.um26-speaker-card--lizhe {
  grid-column: 3;
}

.um26-speakers__more {
  margin: 28px 0 0;
  text-align: center;
}

.um26-stats {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 34px;
  margin-top: 28px;
}

.um26-stats div {
  position: relative;
  min-width: 99px;
}

.um26-stats strong {
  display: block;
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 36px;
  font-weight: 800;
}

.um26-stats span {
  color: var(--um26-muted);
  font-size: 15px;
}

.um26-stats div + div::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -18px;
  width: 2px;
  background: rgba(143, 142, 147, 0.3);
}

.um26-register {
  padding-top: 60px;
  text-align: left;
}

.um26-register__button {
  display: flex;
  min-width: 300px;
  min-height: 58px;
  margin: 36px auto 0;
  padding: 0 48px;
  font-size: 24px;
}

.um26-benefits {
  margin: 28px auto 0;
  padding: 20px 32px;
  border-radius: 14px;
  background: var(--um26-panel);
}

.um26-benefits h3 {
  margin: 0 0 16px;
  color: #43beff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
}

.um26-benefits ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 171px;
  margin: 0;
  padding: 0;
  list-style: disc;
  list-style-position: outside;
  color: var(--um26-muted);
  font-size: 16px;
  line-height: normal;
}

.um26-benefits li {
  margin-left: 24px;
  padding-left: 0;
  list-style: disc;
}

.um26-review {
  padding-bottom: 60px;
}

.um26-review-carousel {
  --um26-review-edge: 28px;
  --um26-review-arrow-size: 46px;
  --um26-review-arrow-half: 23px;
  position: relative;
  margin-top: 38px;
  padding: 0 var(--um26-review-edge);
}

.um26-review-carousel__viewport {
  overflow: hidden;
}

.um26-review-carousel__track {
  display: flex;
  gap: 10px;
  transition: transform 0.36s ease;
  will-change: transform;
}

.um26-review-carousel figure {
  flex: 0 0 calc((100% - 20px) / 3);
  aspect-ratio: 350 / 265;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #111116;
}

.um26-review-carousel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.um26-review-carousel__arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--um26-review-arrow-size);
  height: var(--um26-review-arrow-size);
  border: 0;
  border-radius: 50%;
  color: #a9a9a9;
  background: rgba(255, 255, 255, 0.82);
  font-size: 0;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 0.18s ease, background 0.18s ease, transform 0.18s ease;
}

.um26-review-carousel__arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.um26-review-carousel__arrow--prev::before {
  margin-left: 4px;
  transform: rotate(-135deg);
}

.um26-review-carousel__arrow--next::before {
  margin-right: 4px;
  transform: rotate(45deg);
}

.um26-review-carousel__arrow:hover {
  color: #2a66ff;
  background: #fff;
  transform: translateY(-50%) scale(1.04);
}

.um26-review-carousel__arrow--prev {
  left: calc(var(--um26-review-edge) - var(--um26-review-arrow-half));
}

.um26-review-carousel__arrow--next {
  right: calc(var(--um26-review-edge) - var(--um26-review-arrow-half));
}

.um26-review-brands {
  width: 100%;
  margin: 0;
}

.um26-review-brands img {
  display: block;
  width: 100%;
  height: auto;
}

.um26-review__button {
  min-width: 300px;
  margin: 0 auto;
}

.um26-brands-section {
  width: min(var(--um26-wide-width), calc(100% - 48px));
  padding-top: 30px;
  padding-bottom: 60px;
}

.um26-download-section {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 80px;
}

@media (min-width: 901px) {
  .um26-about {
    min-height: 576px;
  }

  .um26-audience-section {
    min-height: 525px;
  }

  .um26-agenda-section {
    min-height: 960px;
  }

  .um26-register {
    min-height: 543px;
  }

  .um26-speakers-section {
    min-height: 919px;
  }

  .um26-review {
    min-height: 637px;
  }

  .um26-brands-section {
    min-height: 688px;
  }

  .um26-download-section {
    min-height: 168px;
  }
}

.um26-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(12px, 4vw, 24px);
  overflow-y: auto;
}

.um26-modal.is-open {
  display: flex;
}

.um26-modal__mask {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.84);
}

.um26-modal__content {
  position: relative;
  display: grid;
  grid-template-columns: 450px 450px;
  width: min(920px, 100%);
  max-height: calc(100dvh - clamp(24px, 8vw, 48px));
  min-height: 500px;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
}

.um26-modal__poster {
  background: #080813;
}

.um26-modal__poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.um26-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 2;
  width: 28px;
  height: 28px;
  border: 0;
  color: #505764;
  background: transparent;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}

.um26-form {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  padding: 42px 24px 38px 30px;
  overflow: visible;
  color: #121518;
}

.um26-form h2 {
  margin: 0 0 10px;
  color: #121518;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.um26-form-field {
  display: grid;
  gap: 4px;
}

.um26-form-field span,
.um26-form-topics legend {
  color: #505764;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.um26-form-field b,
.um26-form-topics b {
  margin-right: 4px;
  color: #ff5650;
  font-weight: 400;
}

.um26-form input[type="text"],
.um26-form input[type="tel"],
.um26-form input[type="email"] {
  width: 100%;
  height: 32px;
  border: 1px solid #e2e4e9;
  border-radius: 4px;
  padding: 0 8px;
  color: #121518;
  background: #fff;
  font-size: 14px;
  line-height: 32px;
}

.um26-form input::placeholder {
  color: #9ea2ab;
}

.um26-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.um26-form-topics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 30px;
  margin: 0;
  border: 0;
  padding: 0;
}

.um26-form-topics legend {
  grid-column: 1 / -1;
  padding: 0;
}

.um26-form-topics label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-width: 0;
  color: #505764;
  font-size: 14px;
  line-height: 22px;
  white-space: normal;
  cursor: pointer;
}

.um26-modal .um26-form-topics input[type="radio"] {
  position: relative;
  display: inline-block;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #e2e4e9;
  border-radius: 8px;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.um26-modal .um26-form-topics input[type="radio"]::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--um26-pink), var(--um26-purple) 52%, var(--um26-cyan));
  opacity: 0;
}

.um26-modal .um26-form-topics input[type="radio"]:checked {
  border-color: #e2e4e9;
}

.um26-modal .um26-form-topics input[type="radio"]:checked::after {
  opacity: 1;
}

.um26-form__submit {
  width: 100%;
  min-height: 44px;
  margin-top: 6px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
}

.um26-modal .um26-form button.um26-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 40px !important;
  color: #fff !important;
  background-color: var(--um26-purple);
  background-image: linear-gradient(90deg, var(--um26-pink) 0%, var(--um26-purple) 53.365%, var(--um26-cyan) 100%) !important;
  box-shadow: 0 8px 22px rgba(176, 58, 255, 0.24);
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
  appearance: none;
  -webkit-appearance: none;
}

@media (max-width: 900px) {
  .um26-hero {
    min-height: 560px;
    padding-top: 96px;
  }

  .um26-hero::after {
    top: -112px;
    width: 170vw;
  }

  .um26-hero__copy {
    width: clamp(360px, 62vw, 560px);
  }

  .um26-nav {
    width: calc(100% - 32px);
    gap: 24px;
    min-height: 72px;
    overflow-x: auto;
  }

  .um26-nav a {
    flex: 0 0 112px;
    width: 112px;
    height: 40px;
    font-size: 18px;
    line-height: 24px;
  }

  .um26-section {
    width: calc(100% - 32px);
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .um26-agenda-section {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .um26-brands-section {
    width: calc(100% - 32px);
    padding-top: 30px;
  }

  .um26-download-section {
    padding-top: 30px;
  }

  .um26-theme-grid,
  .um26-audience,
  .um26-speakers,
  .um26-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .um26-theme-grid {
    justify-content: stretch;
    width: 100%;
  }

  .um26-theme-grid article {
    width: 100%;
  }

  .um26-speakers__headline {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .um26-speaker-card--liji,
  .um26-speaker-card--lizhe {
    grid-column: auto;
  }

  .um26-benefits ul {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .um26-agenda__head {
    align-items: flex-start;
    flex-direction: column-reverse;
  }

  .um26-agenda__tabs {
    width: 100%;
    overflow-x: auto;
  }

  .um26-agenda__tabs button {
    flex: 0 0 220px;
  }

  .um26-agenda-item,
  .um26-agenda-item--round {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 20px;
  }

  .um26-agenda-item p {
    padding-left: 12px;
  }

  .um26-agenda-item--round ul {
    grid-template-columns: 1fr;
  }

  .um26-stats {
    gap: 18px;
  }

  .um26-stats div + div::before {
    display: none;
  }

  .um26-review-carousel {
    --um26-review-edge: 24px;
  }

  .um26-review-brands {
    margin-top: 0;
  }

  .um26-modal__content {
    grid-template-columns: 1fr;
    width: min(450px, 100%);
    max-width: 450px;
    max-height: calc(100dvh - 32px);
    min-height: 0;
    overflow-y: auto;
  }

  .um26-modal__poster {
    display: none;
  }

  .um26-form {
    width: 100%;
    padding: 42px 30px 52px;
    overflow: visible;
  }
}

@media (max-width: 640px) {
  .um26-page {
    overflow-x: hidden;
  }

  .um26-hero {
    min-height: 420px;
    padding: 0 18px 0;
  }

  .um26-hero::after {
    top: 0;
    width: 220vw;
  }

  .um26-hero__content {
    padding-top: 56px;
  }

  .um26-logo {
    width: 112px;
    margin-bottom: 18px;
  }

  .um26-hero__copy {
    width: 100%;
    max-width: 360px;
  }

  .um26-hero__actions {
    gap: 10px;
    margin-top: 22px;
  }

  .um26-hero__button,
  .um26-hero__outline {
    min-width: 112px;
    min-height: 36px;
    font-size: 12px;
  }

  .um26-hero__outline {
    border-width: 1px;
  }

  .um26-nav {
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 8px 20px;
    width: 100%;
    min-height: 110px;
    padding: 0 28px;
    overflow: visible;
  }

  .um26-nav a {
    flex: 0 0 86px;
    width: 86px;
    height: 30px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 19px;
  }

  .um26-section-title h2 {
    font-size: 30px;
  }

  .um26-claim-list div {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .um26-claim-list strong {
    font-size: 22px;
  }

  .um26-theme-grid,
  .um26-audience,
  .um26-speakers {
    grid-template-columns: 1fr;
  }

  .um26-theme-grid p {
    white-space: normal;
  }

  .um26-audience article {
    min-height: 0;
  }

  .um26-speaker-card {
    min-height: 180px;
  }

  .um26-review-carousel {
    --um26-review-edge: 18px;
    --um26-review-arrow-size: 38px;
    --um26-review-arrow-half: 19px;
    margin-top: 28px;
  }

  .um26-review-carousel__track {
    gap: 0;
  }

  .um26-review-carousel figure {
    flex-basis: 100%;
  }

  .um26-review-carousel__arrow {
    width: var(--um26-review-arrow-size);
    height: var(--um26-review-arrow-size);
  }

  .um26-review-brands {
    margin-top: 0;
  }

  .um26-agenda__tabs {
    justify-content: center;
    width: 318px;
    max-width: 100%;
    margin: 0 auto;
    overflow: visible;
  }

  .um26-agenda__tabs button {
    flex: 0 0 159px;
    width: 159px;
    height: 38px;
    padding: 0 18px;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    white-space: nowrap;
  }

  .um26-stats {
    grid-template-columns: 120px 100px;
    justify-content: flex-start;
    position: relative;
    width: 242px;
    gap: 13px 20px;
    margin: 28px 0 0;
  }

  .um26-stats div {
    position: relative;
    display: grid;
    align-content: center;
    min-width: 0;
    min-height: 72px;
  }

  .um26-stats div:nth-child(odd) {
    width: 120px;
  }

  .um26-stats div:nth-child(even) {
    width: 100px;
  }

  .um26-stats div + div::before {
    display: none;
  }

  .um26-stats div:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 8px;
    right: -11px;
    width: 2px;
    height: 56px;
    background: rgba(143, 142, 147, 0.3);
  }

  .um26-stats strong {
    font-size: 36px;
    line-height: 24px;
  }

  .um26-stats span {
    margin-top: 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .um26-agenda__date {
    font-size: 30px;
  }

  .um26-agenda__date span {
    font-size: 20px;
  }

  .um26-form {
    padding: 32px 24px;
  }

  .um26-form-grid,
  .um26-form-topics {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .um26-form-topics label {
    white-space: normal;
  }

  .um26-benefits {
    padding: 20px;
  }

  .um26-register__button,
  .um26-review__button {
    width: min(300px, 100%);
    min-width: 0;
    min-height: 48px;
    font-size: 18px;
  }
}
