/*this is for the sub-page lancers-html css style*/
/* ====================lancers-html==================== */
/* ====================lancers-html==================== */
/* ====================lancers-html==================== */

/* =========================
   Lancers page
========================= */

.flow-module-lancers {
  background:
    radial-gradient(
      circle at 84% 24%,
      rgba(233, 227, 255, 0.34) 0%,
      transparent 26%
    ),
    linear-gradient(
      180deg,
      rgba(250, 248, 255, 0.48) 0%,
      rgba(255, 255, 255, 0.2) 100%
    );
}

.lancers-hero,
.lancers-grid,
.lancers-cta {
  position: relative;
  z-index: 2;
}

.lancers-hero {
  padding-top: 36px;
  padding-bottom: 12px;
}

.lancers-hero-shell,
.lancers-card,
.lancers-cta-card {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.48) 0%,
    rgba(255, 255, 255, 0.24) 100%
  );
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.08);
}

.lancers-hero-shell::before,
.lancers-card::before,
.lancers-cta-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.18) 0%,
    rgba(255, 255, 255, 0.03) 38%,
    rgba(255, 255, 255, 0.1) 100%
  );
  pointer-events: none;
}

.lancers-hero-shell-simple {
  padding: 44px 42px;
  text-align: center;
  background:
    radial-gradient(
      circle at 18% 16%,
      rgba(255, 255, 255, 0.44) 0%,
      transparent 24%
    ),
    radial-gradient(
      circle at 82% 18%,
      rgba(126, 174, 255, 0.14) 0%,
      transparent 24%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.52) 0%,
      rgba(255, 255, 255, 0.24) 100%
    );
}

.lancers-hero-copy-simple {
  max-width: 920px;
  margin: 0 auto;
}

.lancers-hero-copy-simple .mini-label,
.lancers-hero-copy-simple h1,
.lancers-hero-copy-simple .lancers-hero-kicker,
.lancers-hero-copy-simple .lancers-hero-text {
  text-align: center;
}

.lancers-hero-kicker {
  margin: 0 0 16px;
  font-weight: 650;
  letter-spacing: -0.03em;
  color: rgba(48, 66, 96, 0.86);
}

.lancers-hero-kicker-simple {
  margin-bottom: 20px;
  font-size: clamp(1.7rem, 2.8vw, 2.45rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
  color: var(--text-strong);
}

.lancers-hero-text {
  max-width: 760px;
  margin: 0 auto 14px;
  font-size: 1.06rem;
  line-height: 1.76;
  color: var(--muted);
}

.lancers-grid {
  padding-top: 12px;
  padding-bottom: 14px;
}

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

.lancers-card {
  padding: 38px 34px 34px;
  min-height: 380px;
  text-align: left;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.72) 0%,
    rgba(255, 255, 255, 0.52) 100%
  );
  box-shadow: none;
}

.lancers-card-tall {
  min-height: 430px;
}

.lancers-card-feature {
  background:
    radial-gradient(
      circle at 86% 14%,
      rgba(126, 174, 255, 0.14) 0%,
      transparent 22%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.72) 0%,
      rgba(255, 255, 255, 0.52) 100%
    );
}

.lancers-card-wide {
  grid-column: 1 / -1;
  min-height: 300px;
}

.lancers-card h2 {
  margin: 12px 0 18px;
  max-width: 92%;
  font-size: clamp(1.8rem, 2.4vw, 2.45rem);
  line-height: 1.06;
  letter-spacing: -0.05em;
  text-align: left;
  color: var(--text-strong);
}

.lancers-card-lead {
  margin: 0 0 18px;
  max-width: 94%;
  font-size: 1.12rem;
  line-height: 1.62;
  letter-spacing: -0.02em;
  color: rgba(44, 60, 87, 0.88);
}

.lancers-card p {
  margin: 0 0 14px;
  max-width: 94%;
  text-align: left;
  font-size: 1rem;
  line-height: 1.7;
  color: var(--muted);
}

.lancers-list {
  margin: 10px 0 18px;
  padding: 0;
  list-style: none;
}

.lancers-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 18px;
  font-size: 1rem;
  line-height: 1.65;
  color: var(--muted);
}

.lancers-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(0, 113, 227, 0.65);
}

.lancers-cta {
  padding-top: 12px;
  padding-bottom: 24px;
}

.lancers-cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 32px;
  background:
    radial-gradient(
      circle at 18% 16%,
      rgba(255, 255, 255, 0.38) 0%,
      transparent 24%
    ),
    radial-gradient(
      circle at 84% 22%,
      rgba(126, 174, 255, 0.12) 0%,
      transparent 26%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.48) 0%,
      rgba(255, 255, 255, 0.24) 100%
    );
}

.lancers-cta-copy h2 {
  margin: 10px 0 12px;
  max-width: 100%;
  text-align: left;
}

.lancers-cta-copy p {
  margin: 0;
  max-width: 100%;
  text-align: left;
}

.lancers-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 980px) {
  .lancers-grid-shell {
    grid-template-columns: 1fr;
  }

  .lancers-card-wide {
    grid-column: auto;
  }

  .lancers-cta-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .lancers-cta-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .lancers-hero-shell,
  .lancers-card,
  .lancers-cta-card {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .lancers-hero-shell-simple {
    padding: 26px 18px;
  }

  .lancers-hero-kicker-simple {
    font-size: 1.42rem;
  }

  .lancers-hero-text,
  .lancers-card p,
  .lancers-list li {
    font-size: 0.98rem;
    line-height: 1.68;
  }

  .lancers-card,
  .lancers-card-tall,
  .lancers-card-wide {
    min-height: auto;
  }

  .lancers-card h2 {
    max-width: 100%;
    font-size: 1.58rem;
  }

  .lancers-card-lead {
    max-width: 100%;
    font-size: 1rem;
    line-height: 1.58;
  }
}


/* Homepage Lancer button */
#lancers .learn-more-outline {
  color: #0071e3 !important;
  -webkit-text-fill-color: #0071e3 !important;
  background: rgba(255, 255, 255, 0.72) !important;
  background-image: none !important;
  border: 1px solid #0071e3 !important;
  box-shadow: 0 6px 18px rgba(0, 113, 227, 0.1) !important;
}

#lancers .learn-more-outline:hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  background: #0071e3 !important;
  border-color: #0071e3 !important;
}