.e8Landing .e8HeroStage {
  position: relative;
  margin-bottom: 112px;
  background: #ffffff;
}

.e8Top {
  position: relative;
  z-index: 10;
  height: 90px;
  background: #ffffff;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.e8Top__inner {
  height: 100%;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.e8Brand .mktBrand__wordmark {
  width: 214px;
  max-width: 42vw;
}

.e8Nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #172033;
}

.e8Nav__a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 6px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #172033;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.e8Nav__a:hover {
  background: #f6f7f9;
  border-color: #d9dde5;
}

.e8Nav__a:active {
  transform: translateY(1px);
}

.e8Nav__a:focus-visible,
.e8HeroBtn:focus-visible {
  outline: 3px solid rgba(255, 106, 0, 0.28);
  outline-offset: 4px;
}

.e8Nav__a--on {
  background: #f6f7f9;
  border-color: #d9dde5;
}

.e8Nav__a--loginSignup {
  gap: 4px;
}

.e8Nav__signup {
  color: #2563eb;
}

.e8LangSelect {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: 1px solid #d9dde5;
  border-radius: 999px;
  background: #f6f7f9;
  color: #172033;
}

.e8LangSelect select {
  width: 76px;
  min-height: 38px;
  padding: 7px 28px 7px 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  appearance: none;
  cursor: pointer;
}

.e8LangSelect select:focus-visible {
  outline: 3px solid rgba(255, 106, 0, 0.28);
  outline-offset: 4px;
}

.e8LangSelect__icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-54%);
  color: rgba(23, 32, 51, 0.72);
  font-size: 18px;
  line-height: 1;
  pointer-events: none;
}

.e8Hero {
  position: relative;
  min-height: 834px;
  padding: 52px 0 118px;
  overflow: visible;
  background: #ffffff;
}

.e8Hero__visual {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 63%;
  overflow: hidden;
  pointer-events: none;
}

.e8Hero__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.e8Hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.98) 31%, rgba(255, 255, 255, 0.38) 47%, rgba(255, 255, 255, 0.03) 67%),
    linear-gradient(180deg, rgba(255, 255, 255, 0) 66%, #ffffff 100%);
  pointer-events: none;
}

.e8Hero__copy {
  position: relative;
  z-index: 2;
  width: min(575px, calc(100% - 80px));
  margin-left: 68px;
}

.e8Hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 9px 18px;
  border-radius: 999px;
  background: rgba(246, 247, 249, 0.95);
  color: #172033;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.e8Hero__badge span:first-child {
  color: #22c55e;
}

.e8Hero__title {
  margin: 36px 0 0;
  background: linear-gradient(94deg, #ff6a00 0%, #f04b24 36%, #db2777 93%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 78px;
  line-height: 1.13;
  font-weight: 900;
}

.e8Hero__subtitle {
  margin: 28px 0 0;
  color: #172033;
  font-size: 29px;
  line-height: 1.22;
  font-weight: 900;
}

.e8Hero__lead {
  margin: 24px 0 0;
  color: rgba(23, 32, 51, 0.72);
  font-size: 19px;
  line-height: 1.55;
  font-weight: 500;
}

.e8Hero__actions {
  position: relative;
  z-index: 4;
  margin-top: 34px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.e8HeroBtn {
  position: relative;
  z-index: 4;
  min-height: 88px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 18px 27px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  color: #172033;
  text-decoration: none;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.06);
  cursor: pointer;
  transition: box-shadow 160ms ease, filter 160ms ease, transform 160ms ease;
}

.e8HeroBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 46px rgba(15, 23, 42, 0.13);
}

.e8HeroBtn:active {
  transform: translateY(1px);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.1);
}

.e8HeroBtn strong,
.e8HeroBtn small {
  display: block;
  line-height: 1.15;
}

.e8HeroBtn strong {
  font-size: 18px;
  font-weight: 900;
}

.e8HeroBtn small {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 700;
}

.e8HeroBtn--primary {
  min-width: 264px;
  color: #ffffff;
  border: 0;
  background: linear-gradient(100deg, #ff6a00, #df0d72);
}

.e8HeroBtn--primary:hover {
  filter: saturate(1.08) brightness(1.02);
}

.e8HeroBtn--secondary {
  min-width: 198px;
  background: rgba(255, 255, 255, 0.88);
}

.e8HeroBtn__icon {
  width: 36px;
  height: 36px;
  flex: 0 0 auto;
  position: relative;
}

.e8HeroBtn__icon--qr {
  background: url("/static/landing/co24-logo-white-icon.png") center / contain no-repeat;
}

.e8HeroBtn__icon--qr::before {
  content: none;
}

.e8HeroBtn__icon--play::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 5px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #172033;
}

.e8Hero__note {
  margin: 34px 0 0;
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(23, 32, 51, 0.72);
  font-size: 16px;
  font-weight: 600;
}

.e8Hero__note span {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #dcfce7;
  color: #22c55e;
  font-size: 13px;
  font-weight: 900;
}
