:root {
  --landing-bg:
    linear-gradient(180deg, #050915 0%, #071021 40%, #071223 100%);
}

.landing-body {
  background: var(--landing-bg);
  color: #f2f5fb;
}

.landing {
  overflow: clip;
}

.reveal {
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 700ms ease, transform 700ms ease;
}

.reveal--visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-search {
  position: relative;
  min-height: 980px;
  padding-top: 140px;
  padding-bottom: 80px;
}

.hero-search__video-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.hero-search__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
}

.hero-search__video-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(130, 171, 255, 0.12), transparent 28%),
    radial-gradient(circle at 14% 30%, rgba(123, 88, 255, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(4,8,20,0.70), rgba(4,8,20,0.78) 28%, rgba(4,8,20,0.90) 100%);
}

.hero-search__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.6), transparent 95%);
  opacity: 0.25;
}

.hero-search__wave {
  position: absolute;
  left: -5%;
  right: -5%;
  bottom: 30%;
  height: 320px;
  opacity: 0.55;
  background:
    radial-gradient(ellipse at center, rgba(146, 213, 255, 0.12), transparent 58%);
  filter: blur(18px);
  animation: waveMove 10s ease-in-out infinite;
}

.hero-search__content {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
  display: grid;
  gap: 18px;
}

.hero-search__eyebrow {
  color: rgba(255,255,255,0.82);
  font-size: 0.9rem;
  letter-spacing: 0.02em;
}

.hero-search__title {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5.4rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.hero-search__title span {
  display: block;
  background: linear-gradient(
    90deg,
    #9fd8ff 0%,
    #8fb2ff 22%,
    #b79bff 45%,
    #ffffff 62%,
    #8fdcff 78%,
    #c3a6ff 100%
  );
  background-size: 220% 220%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: heroGradientShift 16s ease-in-out infinite;
}

@keyframes heroGradientShift {
  0% {
    background-position: 0% 50%;
    filter: brightness(1);
  }
  25% {
    background-position: 30% 50%;
    filter: brightness(1.03);
  }
  50% {
    background-position: 100% 50%;
    filter: brightness(1.06);
  }
  75% {
    background-position: 70% 50%;
    filter: brightness(1.03);
  }
  100% {
    background-position: 0% 50%;
    filter: brightness(1);
  }
}

.hero-search__lead {
  margin: 0 auto;
  max-width: 760px;
  color: rgba(255,255,255,0.74);
  line-height: 1.7;
  font-size: 1.04rem;
}

.hero-searchbar {
  width: min(100%, 630px);
  margin: 8px auto 0;
  min-height: 68px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 16px 0 18px;
  border-radius: 20px;
  background: rgba(255,255,255,0.92);
  box-shadow:
    0 24px 60px rgba(150, 210, 255, 0.10),
    0 0 0 1px rgba(255,255,255,0.28) inset;
  backdrop-filter: blur(16px);
}

.hero-searchbar__icon,
.hero-searchbar__clear {
  color: #5d6478;
  font-size: 1rem;
  flex: 0 0 auto;
}

.hero-searchbar input {
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 1rem;
  color: #111827;
}

.hero-searchbar__clear {
  border: 0;
  background: rgba(17,24,39,0.08);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  cursor: pointer;
}

.hero-search__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-xl {
  min-height: 54px;
  padding-inline: 22px;
  border-radius: 16px;
}

.hero-market-link {
  color: rgba(255,255,255,0.76);
  text-decoration: none;
  font-size: 0.98rem;
}

.hero-cards {
  position: relative;
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.talent-card {
  padding: 18px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(14px);
  box-shadow:
    0 18px 40px rgba(0,0,0,0.24),
    0 0 30px rgba(157, 210, 255, 0.05);
}

.talent-card--featured {
  transform: translateY(-8px);
  box-shadow:
    0 22px 50px rgba(0,0,0,0.28),
    0 0 44px rgba(157, 210, 255, 0.08);
}

.talent-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}

.talent-card__person {
  display: flex;
  gap: 12px;
}

.talent-card__avatar {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top left, rgba(236,240,255,0.9), rgba(255,255,255,0.10));
}

.talent-card__person strong {
  display: block;
  margin-bottom: 3px;
}

.talent-card__person p {
  margin: 0;
  color: rgba(255,255,255,0.64);
  font-size: 0.92rem;
}

.talent-card__fav {
  border: 0;
  background: transparent;
  color: rgba(255,255,255,0.78);
  font-size: 1.1rem;
  cursor: pointer;
}

.talent-card__meta,
.talent-card__tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.talent-card__meta {
  margin-bottom: 12px;
}

.talent-card__meta span,
.talent-card__tags span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.84);
  font-size: 0.82rem;
}

.talent-card__footer {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(255,255,255,0.68);
  font-size: 0.86rem;
}

.verified-dot::before {
  content: "◉ ";
  color: #8fd8ff;
}

.hero-dots {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.hero-dots span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,0.24);
}

.hero-dots span.is-active {
  background: rgba(255,255,255,0.84);
}

.feature-strip-section,
.process-line-section,
.dual-section,
.launch-section {
  padding: 28px 0 42px;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.feature-strip__item {
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  color: rgba(255,255,255,0.84);
  text-align: center;
  box-shadow: 0 0 24px rgba(160, 216, 255, 0.04);
}

.process-line {
  text-align: center;
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  letter-spacing: -0.03em;
  color: rgba(255,255,255,0.92);
}

.dual-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.dual-card,
.launch-panel {
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 16px 40px rgba(0,0,0,0.22),
    0 0 36px rgba(160, 216, 255, 0.04);
}

.dual-card {
  padding: 28px;
  display: grid;
  gap: 16px;
}

.section-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.82);
  font-size: 0.82rem;
}

.dual-card h3,
.launch-panel h2 {
  margin: 0;
  letter-spacing: -0.04em;
}

.dual-card h3 {
  font-size: 1.8rem;
}

.dual-card p,
.launch-panel p {
  margin: 0;
  color: rgba(255,255,255,0.7);
  line-height: 1.7;
}

.launch-panel {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.launch-panel__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@keyframes waveMove {
  0%, 100% { transform: translateY(0px) scaleX(1); }
  50% { transform: translateY(-12px) scaleX(1.03); }
}

@media (max-width: 1180px) {
  .hero-cards,
  .feature-strip,
  .dual-grid {
    grid-template-columns: 1fr;
  }

  .hero-search {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .hero-actions,
  .launch-panel__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-searchbar {
    min-height: 60px;
  }

  .hero-search {
    padding-top: 130px;
  }
}