:root {
  --employer-jade: #3e2fa4;
  --employer-jade-deep: #31227f;
  --employer-jade-dark: #17233f;
  --employer-coral: #2cb7ad;
  --employer-cream: #f9f8ff;
  --employer-mint: #eef5ff;
  --employer-ink: #1f2a44;
  --employer-muted: #56657c;
  --employer-line: #e1e6f2;
  --employer-soft: #f6f8fc;
  --employer-white: #ffffff;
  --employer-shadow: 0 22px 60px rgba(31, 42, 68, .12);
  --employer-shadow-soft: 0 12px 34px rgba(31, 42, 68, .08);
}

body.jobs-body .jobs-page {
  background: #fffdfb;
}

.employer-site-header {
  position: relative;
  z-index: 100;
  height: 72px;
  border-bottom: 1px solid var(--employer-line);
  background: rgba(255, 255, 255, .98);
}

.employer-site-header__inner {
  width: min(1320px, calc(100% - 48px));
  height: 100%;
  display: flex;
  align-items: stretch;
  gap: 24px;
  margin: 0 auto;
}

.employer-brand {
  display: inline-flex !important;
  width: auto !important;
  min-width: max-content;
  align-items: center;
  gap: 10px;
  margin: 0 20px 0 0 !important;
  padding: 0 !important;
  color: var(--employer-ink) !important;
  text-decoration: none;
}

.employer-brand__mark {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 10px;
  background: #3e2fa4;
  box-shadow: 0 5px 14px rgba(62, 47, 164, .2);
  object-fit: contain;
}

.employer-brand__name {
  color: #25252b;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.035em;
}

.employer-brand__product {
  padding-left: 10px;
  border-left: 1px solid #d9d8de;
  color: #65656d;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.employer-site-header__nav,
.employer-site-header__actions {
  display: flex;
  align-items: stretch;
}

.employer-site-header__nav a,
.employer-header-signin {
  position: relative;
  display: inline-flex !important;
  width: auto !important;
  height: 72px !important;
  align-items: center;
  margin: 0 !important;
  padding: 0 14px !important;
  background: transparent !important;
  color: #2d2d2d !important;
  font-size: 14px !important;
  font-weight: 600;
  text-decoration: none;
}

.employer-site-header__nav a::before,
.employer-header-signin::before {
  display: none !important;
}

.employer-site-header__nav a:hover,
.employer-header-signin:hover {
  color: var(--employer-jade) !important;
}

.employer-site-header__actions {
  align-items: center;
  gap: 8px;
  margin-left: auto;
}

.employer-header-signin {
  color: var(--employer-jade-deep) !important;
  font-weight: 800;
}

.employer-header-post {
  min-height: 44px;
  padding: 0 18px;
  border-radius: 9px;
  box-shadow: none;
  white-space: nowrap;
}

.employer-kicker {
  margin: 0 0 14px;
  color: var(--employer-jade-deep) !important;
  font-size: 12px !important;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.3 !important;
  text-transform: uppercase;
}

.employer-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--employer-line);
  background:
    radial-gradient(circle at 82% 25%, rgba(15, 118, 110, .12), transparent 28%),
    linear-gradient(120deg, #fffaf6 0%, #fffdfb 45%, #e9f6f2 100%);
}

.employer-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -160px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(15, 118, 110, .12);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(15, 118, 110, .035), 0 0 0 116px rgba(15, 118, 110, .025);
}

.employer-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr);
  gap: clamp(48px, 7vw, 110px);
  align-items: center;
  min-height: 650px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.employer-hero__copy {
  max-width: 690px;
}

.jobs-employer-marketing .employer-hero h1 {
  max-width: 690px;
  margin: 0;
  color: var(--employer-ink) !important;
  font-size: clamp(44px, 5.4vw, 74px) !important;
  font-weight: 800;
  letter-spacing: -.058em;
  line-height: .99 !important;
}

.employer-hero__lead {
  max-width: 650px;
  margin: 26px 0 0 !important;
  color: var(--employer-muted) !important;
  font-size: 18px !important;
  line-height: 1.62 !important;
}

.employer-hero__actions {
  align-items: center;
  margin: 30px 0 0;
}

.employer-hero__actions .jobs-button {
  min-height: 52px;
  padding: 0 22px;
  border-radius: 10px;
  font-size: 15px !important;
}

.employer-primary-cta {
  box-shadow: 0 10px 24px rgba(15, 118, 110, .22);
}

.employer-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 24px 0 0;
  padding: 0;
  color: #47565d;
  font-size: 13px;
  list-style: none;
}

.employer-trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.employer-trust-list span {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--employer-mint);
  color: var(--employer-jade-deep);
  font-size: 11px;
  font-weight: 900;
}

.employer-hero__visual {
  position: relative;
  min-height: 510px;
}

.employer-hero__photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 390px;
  height: 390px;
  overflow: hidden;
  border-radius: 46% 54% 49% 51% / 57% 44% 56% 43%;
  background: #dcece8;
  box-shadow: var(--employer-shadow);
}

.employer-hero__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, transparent 55%, rgba(7, 95, 88, .13));
}

.employer-hero__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.employer-job-preview-card {
  position: absolute;
  z-index: 100;
  left: 0;
  bottom: 0;
  width: min(440px, 93%);
  padding: 24px;
  border: 1px solid rgba(36, 51, 59, .12);
  border-radius: 16px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 24px 70px rgba(36, 51, 59, .18);
  backdrop-filter: blur(12px);
}

.employer-job-preview-card__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 17px;
  color: var(--employer-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.employer-verified {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--employer-jade-deep);
}

.employer-verified i {
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: var(--employer-mint);
  font-size: 10px;
  font-style: normal;
}

.employer-job-preview-card h2 {
  margin: 0 0 6px;
  color: #202d33 !important;
  font-size: 22px !important;
  letter-spacing: -.025em;
  line-height: 1.2 !important;
}

.employer-job-preview-card > p {
  margin: 0;
  color: var(--employer-muted) !important;
  font-size: 14px !important;
}

.employer-job-preview-card__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 17px 0;
}

.employer-job-preview-card__facts span {
  padding: 7px 9px;
  border-radius: 6px;
  background: var(--employer-soft);
  color: #46555c;
  font-size: 12px;
  font-weight: 800;
}

.employer-job-preview-card__details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.employer-job-preview-card__details div {
  display: grid;
  gap: 3px;
  padding: 11px;
  border: 1px solid #dfece9;
  border-radius: 9px;
  background: #f8fcfb;
}

.employer-job-preview-card__details small {
  color: var(--employer-muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.employer-job-preview-card__details strong {
  color: var(--employer-ink);
  font-size: 12px;
}

.employer-hero__signal {
  position: absolute;
  z-index: 3;
  right: -14px;
  bottom: 56px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(36, 51, 59, .1);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--employer-shadow-soft);
}

.employer-hero__signal > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--employer-coral);
  color: #fff;
  font-weight: 900;
}

.employer-hero__signal div {
  display: grid;
  gap: 2px;
}

.employer-hero__signal strong {
  color: var(--employer-ink);
  font-size: 12px;
}

.employer-hero__signal small {
  color: var(--employer-muted);
  font-size: 10px;
}

.employer-proof-strip {
  border-bottom: 1px solid var(--employer-line);
  background: #fff;
}

.employer-proof-strip p {
  margin: 0;
  padding: 22px 0;
  color: var(--employer-muted) !important;
  font-size: 14px !important;
  text-align: center;
}

.employer-proof-strip strong {
  color: var(--employer-ink);
}

.employer-setup-wrap {
  padding-top: 30px;
}

.employer-section {
  padding: clamp(72px, 8vw, 112px) 0;
}

.employer-section-heading {
  max-width: 720px;
  margin-bottom: 44px;
}

.employer-section-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.jobs-employer-marketing .employer-section h2,
.employer-final-cta h2 {
  margin: 0;
  color: var(--employer-ink) !important;
  font-size: clamp(34px, 4.2vw, 54px) !important;
  font-weight: 800;
  letter-spacing: -.05em;
  line-height: 1.05 !important;
}

.employer-section-heading > p:last-child,
.employer-value__copy > p,
.employer-claim__grid > div > p:last-child,
.employer-faq__grid > div:first-child > p:last-child {
  margin: 20px 0 0;
  color: var(--employer-muted) !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.employer-how {
  background: #fff;
}

.employer-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--employer-line);
  border-radius: 16px;
  background: var(--employer-line);
  list-style: none;
}

.employer-steps li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  min-height: 215px;
  align-content: start;
  padding: 30px;
  background: #fffdfb;
}

.employer-steps > li > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 10px;
  background: var(--employer-jade-dark);
  color: #fff;
  font-size: 15px;
  font-weight: 900;
}

.employer-steps h3 {
  margin: 3px 0 10px;
  color: var(--employer-ink) !important;
  font-size: 20px !important;
  letter-spacing: -.025em;
  line-height: 1.25 !important;
}

.employer-steps p {
  margin: 0;
  color: var(--employer-muted) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.employer-value {
  background: linear-gradient(145deg, var(--employer-cream), #fff 52%, var(--employer-mint));
}

.employer-value__grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.employer-value__copy {
  position: sticky;
  top: 28px;
}

.employer-text-link {
  display: inline-flex !important;
  align-items: center;
  gap: 7px;
  margin-top: 24px;
  color: var(--employer-jade-deep) !important;
  font-size: 15px !important;
  font-weight: 850;
  text-decoration: none;
}

.employer-text-link:hover {
  text-decoration: underline;
}

.employer-value__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.employer-value__cards article {
  min-height: 250px;
  padding: 26px;
  border: 1px solid rgba(36, 51, 59, .12);
  border-radius: 15px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 24px rgba(36, 51, 59, .05);
}

.employer-value__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 10px;
  background: var(--employer-mint);
  color: var(--employer-jade-deep);
  font-size: 13px;
  font-weight: 900;
}

.employer-value__cards h3 {
  margin: 28px 0 10px;
  color: var(--employer-ink) !important;
  font-size: 20px !important;
  letter-spacing: -.025em;
  line-height: 1.25 !important;
}

.employer-value__cards p {
  margin: 0;
  color: var(--employer-muted) !important;
  font-size: 14px !important;
  line-height: 1.58 !important;
}

.employer-claim {
  background: var(--employer-jade-dark);
  color: #fff;
}

.employer-claim__grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}

.employer-claim .employer-kicker,
.employer-claim h2,
.employer-claim__grid > div > p:last-child {
  color: #fff !important;
}

.employer-claim__grid > div > p:last-child {
  opacity: .78;
}

.employer-claim-search {
  display: grid;
  gap: 10px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .18);
}

.employer-claim-search label {
  color: var(--employer-ink);
  font-size: 13px;
  font-weight: 850;
}

.employer-claim-search > div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.employer-claim-search input {
  min-width: 0;
  min-height: 50px;
  border: 1px solid #8a9599;
  border-radius: 8px;
  padding: 0 14px;
  color: var(--employer-ink);
}

.employer-claim-search button {
  min-height: 50px;
  padding: 0 20px;
}

.employer-claim-search small {
  color: var(--employer-muted);
  font-size: 12px;
  line-height: 1.5;
}

.employer-pricing {
  background: #fff;
}

.employer-pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 920px;
  margin: 0 auto;
}

.employer-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 500px;
  padding: 34px;
  border: 1px solid var(--employer-line);
  border-radius: 16px;
  background: #fff;
}

.employer-price-card--featured {
  border: 2px solid var(--employer-jade);
  box-shadow: var(--employer-shadow-soft);
}

.employer-price-card__tag {
  align-self: flex-start;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--employer-mint);
  color: var(--employer-jade-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.employer-price-card__tag--quiet {
  background: var(--employer-soft);
  color: var(--employer-muted);
}

.employer-price-card h3 {
  margin: 26px 0 12px;
  color: var(--employer-ink) !important;
  font-size: 26px !important;
  letter-spacing: -.035em;
}

.employer-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin: 0 0 24px;
}

.employer-price strong {
  color: var(--employer-ink);
  font-size: 46px;
  letter-spacing: -.05em;
}

.employer-price span {
  color: var(--employer-muted);
  font-size: 13px;
}

.employer-price-card ul {
  display: grid;
  gap: 13px;
  margin: 0 0 30px;
  padding: 0;
  color: #46555c;
  font-size: 14px;
  line-height: 1.45;
  list-style: none;
}

.employer-price-card li {
  position: relative;
  padding-left: 26px;
}

.employer-price-card li::before {
  content: "\2713";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--employer-jade);
  font-weight: 900;
}

.employer-price-card .jobs-button {
  width: 100%;
  min-height: 50px;
  margin-top: auto;
}

.employer-addons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 24px;
  max-width: 1000px;
  margin: 28px auto 0;
  padding: 18px 22px;
  border: 1px solid var(--employer-line);
  border-radius: 12px;
  background: var(--employer-soft);
  color: var(--employer-muted);
  font-size: 12px;
}

.employer-addons strong {
  color: var(--employer-ink);
}

.employer-preview-note {
  margin: 18px auto 0;
  color: var(--employer-muted) !important;
  font-size: 12px !important;
  text-align: center;
}

.employer-faq {
  border-top: 1px solid var(--employer-line);
  background: #fffdfb;
}

.employer-faq__grid {
  display: grid;
  grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
  gap: clamp(50px, 8vw, 110px);
  align-items: start;
}

.employer-faq__list {
  border-top: 1px solid var(--employer-line);
}

.employer-faq details {
  border-bottom: 1px solid var(--employer-line);
}

.employer-faq summary {
  position: relative;
  padding: 24px 48px 24px 0;
  color: var(--employer-ink);
  cursor: pointer;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.4;
  list-style: none;
}

.employer-faq summary::-webkit-details-marker {
  display: none;
}

.employer-faq summary::after {
  content: "+";
  position: absolute;
  top: 18px;
  right: 0;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: var(--employer-mint);
  color: var(--employer-jade-deep);
  font-size: 20px;
}

.employer-faq details[open] summary::after {
  content: "\2212";
}

.employer-faq details p {
  max-width: 690px;
  margin: -6px 48px 24px 0;
  color: var(--employer-muted) !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.employer-final-cta {
  padding: 70px 0;
  background: linear-gradient(130deg, #e8f6f2, #fff8f2);
}

.employer-final-cta .jobs-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.employer-final-cta h2 {
  max-width: 820px;
  font-size: clamp(30px, 4vw, 48px) !important;
}

.employer-final-cta .jobs-button {
  flex: 0 0 auto;
  min-height: 52px;
  padding: 0 24px;
}

/* Account entry */
.jobs-auth-page {
  min-height: calc(100vh - 72px);
  padding: 68px 0 84px;
  background:
    radial-gradient(circle at 10% 10%, rgba(239, 106, 80, .08), transparent 27%),
    linear-gradient(145deg, #fffdfb, #edf8f5);
}

.employer-auth-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(470px, .9fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: start;
}

.employer-auth-intro {
  max-width: 600px;
  padding-top: 24px;
}

.employer-auth-intro h1 {
  margin: 0;
  color: var(--employer-ink) !important;
  font-size: clamp(42px, 5vw, 66px) !important;
  letter-spacing: -.055em;
  line-height: 1 !important;
}

.employer-auth-intro > p:not(.employer-kicker) {
  margin: 24px 0 0;
  color: var(--employer-muted) !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
}

.employer-auth-benefits {
  display: grid;
  gap: 0;
  margin: 36px 0 0;
  padding: 0;
  border-top: 1px solid rgba(36, 51, 59, .13);
  list-style: none;
}

.employer-auth-benefits li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(36, 51, 59, .13);
}

.employer-auth-benefits span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--employer-jade-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.employer-auth-benefits strong {
  display: block;
  color: var(--employer-ink);
  font-size: 14px;
}

.employer-auth-benefits small {
  display: block;
  margin-top: 3px;
  color: var(--employer-muted);
  font-size: 12px;
  line-height: 1.45;
}

.employer-auth-card {
  padding: 34px;
  border: 1px solid var(--employer-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: var(--employer-shadow);
}

.employer-auth-card__heading {
  margin-bottom: 24px;
}

.employer-auth-card__heading span {
  color: var(--employer-jade-deep);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.employer-auth-card__heading h2 {
  margin: 8px 0 5px;
  color: var(--employer-ink) !important;
  font-size: 26px !important;
  letter-spacing: -.035em;
  line-height: 1.2 !important;
}

.employer-auth-card__heading h1 {
  margin: 8px 0 7px;
  color: var(--employer-ink) !important;
  font-size: 32px !important;
  letter-spacing: -.04em;
  line-height: 1.12 !important;
}

.employer-auth-card__heading p,
.employer-auth-footer {
  margin: 0;
  color: var(--employer-muted) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

.employer-auth-card .jobs-form--card {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.employer-auth-card .jobs-form {
  gap: 16px;
}

.employer-auth-card .jobs-form-grid {
  gap: 16px 14px;
}

.employer-auth-card .jobs-form label {
  gap: 7px;
  color: #344249;
  font-size: 13px;
  font-weight: 800;
}

.employer-auth-card .jobs-form input {
  min-height: 49px;
  margin: 0 !important;
  border: 1px solid #8a9599;
  border-radius: 7px;
  padding: 0 13px;
  font-weight: 500;
}

.employer-auth-card .jobs-form input::placeholder {
  color: #737d81;
  font-weight: 400;
  text-align: left;
}

.employer-auth-card .jobs-form label small {
  font-size: 11px;
  line-height: 1.45;
}

.employer-auth-card .jobs-button {
  width: 100%;
  min-height: 50px;
  margin-top: 4px;
  border-radius: 8px;
}

.employer-status-page .jobs-auth-shell {
  padding: 20px 0 60px;
}

.employer-status-page .employer-auth-card {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.employer-auth-footer {
  margin-top: 22px;
  text-align: center;
}

.employer-auth-footer a {
  font-weight: 850;
}

.employer-auth-card .jobs-notice {
  margin: 0 0 18px;
}

/* Employer portal and posting builder */
.jobs-portal {
  background: #f7f8f6 !important;
}

.jobs-portal-bar {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: var(--employer-jade-dark) !important;
}

.jobs-portal-bar .jobs-shell {
  min-height: 64px;
}

.jobs-portal-bar .jobs-shell > div strong {
  font-size: 13px;
}

.jobs-portal-bar .jobs-shell > div span {
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.jobs-portal-bar nav a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  font-size: 12px !important;
  font-weight: 750;
  color: #fff !important;
}

.jobs-portal-bar nav a[aria-current="page"] {
  background: #fff;
  color: var(--employer-jade-dark) !important;
}

.jobs-portal > .jobs-shell {
  padding-top: 40px !important;
}

.employer-builder-intro {
  max-width: 1160px;
  align-items: end;
  margin: 0 auto 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--employer-line);
}

.employer-builder-intro h1 {
  margin: 4px 0 8px !important;
  color: var(--employer-ink) !important;
  font-size: clamp(34px, 4vw, 48px) !important;
  letter-spacing: -.045em;
  line-height: 1.05 !important;
}

.employer-builder-intro p:last-child {
  max-width: 730px;
  margin: 0;
  color: var(--employer-muted) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.jobs-portal-title p,
.jobs-portal-title > div > p,
.jobs-portal-title > div > p:last-child {
  color: var(--employer-muted) !important;
}

.employer-builder-badge {
  display: inline-grid;
  gap: 2px;
  min-width: 180px;
  padding: 14px 16px;
  border: 1px solid #cfe4df;
  border-radius: 11px;
  background: #fff;
  color: var(--employer-muted);
  font-size: 11px;
}

.employer-builder-badge strong {
  color: var(--employer-ink);
  font-size: 13px;
}

.employer-wizard-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 800px);
  gap: 28px;
  max-width: 1100px;
  align-items: start;
  margin: 0 auto;
}

.employer-wizard-rail {
  position: sticky;
  top: 24px;
  overflow: hidden;
  border: 1px solid var(--employer-line);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(36, 51, 59, .05);
}

.employer-wizard-progress {
  padding: 20px;
  border-bottom: 1px solid var(--employer-line);
}

.employer-wizard-progress__top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 11px;
  color: var(--employer-muted);
  font-size: 11px;
  font-weight: 800;
}

.employer-wizard-progress__track {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #e9ecea;
}

.employer-wizard-progress__track span {
  display: block;
  width: 20%;
  height: 100%;
  border-radius: inherit;
  background: var(--employer-coral);
  transition: width .2s ease;
}

.employer-wizard-steps {
  display: grid;
  margin: 0;
  padding: 9px 0;
  list-style: none;
}

.employer-wizard-steps button {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  width: 100%;
  align-items: center;
  min-height: 51px;
  border: 0;
  border-left: 3px solid transparent;
  padding: 7px 16px 7px 13px;
  background: transparent;
  color: var(--employer-muted);
  cursor: pointer;
  font-size: 12px;
  font-weight: 750;
  text-align: left;
}

.employer-wizard-steps button > span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border: 1px solid #c9cfcc;
  border-radius: 50%;
  background: #fff;
  font-size: 10px;
}

.employer-wizard-steps li.is-active button {
  border-left-color: var(--employer-coral);
  background: #fff7f4;
  color: var(--employer-ink);
}

.employer-wizard-steps li.is-active button > span {
  border-color: var(--employer-coral);
  background: var(--employer-coral);
  color: #fff;
}

.employer-wizard-steps li.is-complete button > span {
  border-color: var(--employer-jade);
  background: var(--employer-mint);
  color: var(--employer-jade-deep);
}

.employer-wizard-steps button:disabled {
  cursor: default;
  opacity: .72;
}

.employer-wizard-help {
  padding: 18px;
  border-top: 1px solid var(--employer-line);
  background: #fbfcfb;
}

.employer-wizard-help strong {
  display: block;
  color: var(--employer-ink);
  font-size: 12px;
}

.employer-wizard-help p {
  margin: 5px 0 0;
  color: var(--employer-muted) !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
}

.jobs-job-wizard {
  width: 100%;
  max-width: none !important;
  margin: 0 !important;
}

.jobs-job-wizard .employer-step {
  margin: 0;
  padding: 30px;
  border: 1px solid var(--employer-line);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 8px 26px rgba(36, 51, 59, .055);
}

.jobs-job-wizard .employer-step[hidden] {
  display: none !important;
}

.employer-step__heading {
  margin-bottom: 27px;
  padding-bottom: 21px;
  border-bottom: 1px solid #e8e5e1;
}

.employer-step__number {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--employer-jade-deep);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.employer-step__heading h2 {
  margin: 0 0 7px;
  color: var(--employer-ink) !important;
  font-size: 25px !important;
  letter-spacing: -.035em;
  line-height: 1.2 !important;
}

.employer-step__heading h2:focus {
  outline: none;
}

.employer-step__heading p {
  max-width: 650px;
  margin: 0;
  color: var(--employer-muted) !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}

.jobs-job-wizard .jobs-form-grid {
  gap: 18px 16px;
}

.jobs-job-wizard label,
.jobs-job-wizard fieldset {
  gap: 7px;
  color: #344249;
  font-size: 13px;
  font-weight: 800;
}

.jobs-job-wizard input,
.jobs-job-wizard select,
.jobs-job-wizard textarea {
  min-height: 49px;
  margin: 0 !important;
  border: 1px solid #8a9599;
  border-radius: 7px;
  padding: 11px 12px;
  background: #fff;
  font-weight: 550;
}

.jobs-job-wizard input::placeholder,
.jobs-job-wizard textarea::placeholder {
  color: #737d81;
  font-weight: 400;
  text-align: left;
}

.jobs-job-wizard textarea {
  min-height: 220px;
  resize: vertical;
  line-height: 1.55;
}

.jobs-job-wizard label small,
.jobs-job-wizard .jobs-muted {
  color: var(--employer-muted) !important;
  font-size: 11px !important;
  font-weight: 500;
  line-height: 1.45 !important;
}

.employer-field-note {
  margin: 19px 0 0 !important;
  padding: 13px 14px;
  border-radius: 8px;
  background: var(--employer-mint);
}

.jobs-job-wizard .jobs-check-grid,
.jobs-job-wizard .jobs-check-stack {
  gap: 10px;
}

.jobs-job-wizard .jobs-check-grid label {
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid #e1dfdc;
  border-radius: 8px;
  background: #fbfbfa;
  font-weight: 650;
}

.jobs-job-wizard input[type="checkbox"] {
  width: 18px;
  min-height: 18px;
  accent-color: var(--employer-jade);
}

.employer-preview-panel {
  margin-top: 22px;
  padding: 20px;
  border: 1px solid #cfe4df;
  border-radius: 11px;
  background: #f8fcfb;
}

.employer-preview-panel > h3 {
  margin: 0 0 14px;
  color: var(--employer-ink) !important;
  font-size: 16px !important;
}

.employer-preview-panel .job-card {
  margin: 0;
  border-radius: 9px;
  box-shadow: none;
}

.employer-preview-panel .job-card__identity {
  margin: 0 0 12px;
}

.employer-preview-panel .job-card h3 {
  margin: 0 0 4px;
  color: var(--employer-ink) !important;
  font-size: 18px !important;
}

.employer-preview-panel .job-card p {
  margin: 0;
  color: var(--employer-muted) !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.employer-promotion-list {
  display: grid;
  gap: 11px;
}

.employer-promotion-option {
  display: grid !important;
  grid-template-columns: auto 1fr auto !important;
  gap: 13px !important;
  align-items: center;
  min-height: 78px;
  padding: 14px 15px;
  border: 1px solid var(--employer-line);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

.employer-promotion-option:has(input:checked) {
  border-color: var(--employer-jade);
  box-shadow: 0 0 0 1px var(--employer-jade);
  background: #f8fcfb;
}

.employer-promotion-option span {
  display: grid;
  gap: 3px;
}

.employer-promotion-option strong {
  color: var(--employer-ink);
  font-size: 13px;
}

.employer-promotion-option small {
  color: var(--employer-muted);
  font-size: 11px;
  font-weight: 500;
}

.employer-promotion-option > b {
  color: var(--employer-ink);
  font-size: 14px;
}

.jobs-job-wizard .jobs-form-actions {
  position: sticky;
  z-index: 15;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
  margin-top: 14px;
  padding: 14px 0;
  border-top: 0;
  background: rgba(247, 248, 246, .94);
  backdrop-filter: blur(12px);
}

.employer-wizard-status {
  display: none;
  margin-right: auto;
  color: var(--employer-muted);
  font-size: 11px;
}

.jobs-job-wizard .jobs-form-actions .jobs-button {
  min-height: 47px;
  padding: 0 17px;
  border-radius: 8px;
}

.jobs-job-wizard .jobs-form-actions [hidden] {
  display: none !important;
}

.jobs-notice {
  border-left-width: 4px !important;
  border-radius: 9px !important;
}

/* Checkout refinements */
.employer-checkout-summary {
  max-width: 720px;
  margin: 0 auto;
}

.employer-checkout-summary > h1 {
  margin: 6px 0 8px;
  color: var(--employer-ink) !important;
  font-size: clamp(34px, 4vw, 46px) !important;
  letter-spacing: -.045em;
}

.employer-checkout-summary > p:not(.jobs-eyebrow) {
  color: var(--employer-muted) !important;
}

.employer-checkout-summary .jobs-form--card {
  padding: 26px;
  border-radius: 13px;
  box-shadow: 0 8px 26px rgba(36, 51, 59, .06);
}

.employer-checkout-summary .jobs-order-list li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 16px 0;
}

.employer-checkout-summary .jobs-order-list li > span {
  display: grid;
  gap: 3px;
}

.employer-checkout-summary .jobs-order-list li > span small {
  color: var(--employer-muted);
  font-size: 11px;
}

.employer-checkout-summary .jobs-order-list label {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.employer-checkout-summary .jobs-order-list input[type="checkbox"] {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 0 !important;
  accent-color: var(--employer-jade);
}

.employer-checkout-summary .jobs-actions {
  align-items: stretch;
}

.employer-checkout-summary .jobs-button--primary {
  background: var(--employer-jade) !important;
  color: #fff !important;
}

.employer-checkout-summary .jobs-button--secondary {
  border-color: var(--employer-line) !important;
  background: #fff !important;
  color: var(--employer-jade-deep) !important;
}

@media (max-width: 1080px) {
  .employer-site-header__inner {
    width: calc(100% - 32px);
  }

  .employer-site-header__nav .employer-site-header__browse {
    display: none !important;
  }

  .employer-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(400px, .85fr);
    gap: 44px;
  }

  .employer-hero__photo {
    width: 340px;
    height: 340px;
  }

  .employer-hero__signal {
    right: 0;
  }

  .employer-value__grid {
    grid-template-columns: minmax(0, .8fr) minmax(480px, 1.2fr);
    gap: 48px;
  }
}

@media (max-width: 900px) {
  .employer-site-header {
    height: 64px;
  }

  .employer-brand__mark {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    background-size: 28px;
  }

  .employer-site-header__nav {
    display: none;
  }

  .employer-header-signin {
    height: 64px !important;
  }

  .employer-hero__grid {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .employer-hero__copy {
    max-width: 760px;
  }

  .employer-hero__visual {
    width: min(620px, 100%);
    min-height: 480px;
    margin: 0 auto;
  }

  .employer-hero__photo {
    right: 0;
    width: 360px;
    height: 360px;
  }

  .employer-steps {
    grid-template-columns: 1fr;
  }

  .employer-steps li {
    min-height: 0;
  }

  .employer-value__grid,
  .employer-claim__grid,
  .employer-faq__grid,
  .employer-auth-layout {
    grid-template-columns: 1fr;
  }

  .employer-value__copy {
    position: static;
  }

  .employer-claim__grid {
    gap: 36px;
  }

  .employer-auth-intro {
    max-width: 720px;
    padding-top: 0;
  }

  .employer-auth-benefits {
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    border: 1px solid rgba(36, 51, 59, .13);
    border-radius: 12px;
    background: rgba(36, 51, 59, .13);
    overflow: hidden;
  }

  .employer-auth-benefits li {
    display: block;
    padding: 17px;
    border: 0;
    background: rgba(255, 255, 255, .74);
  }

  .employer-auth-benefits span {
    margin-bottom: 13px;
  }

  .employer-auth-card {
    max-width: 680px;
  }

  .employer-wizard-layout {
    grid-template-columns: 1fr;
  }

  .employer-wizard-rail {
    position: static;
  }

  .employer-wizard-steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding: 0;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .employer-wizard-steps::-webkit-scrollbar {
    display: none;
  }

  .employer-wizard-steps button {
    grid-template-columns: 1fr;
    justify-items: center;
    width: 100%;
    min-width: 0;
    border-top: 3px solid transparent;
    border-left: 0;
    padding: 11px 7px;
    background: transparent !important;
    font-size: 0 !important;
    text-align: center;
  }

  .employer-wizard-steps button::after {
    color: inherit;
    font-size: 10px;
    line-height: 1.15;
  }

  .employer-wizard-steps li:nth-child(1) button::after { content: "Role"; }
  .employer-wizard-steps li:nth-child(2) button::after { content: "Pay"; }
  .employer-wizard-steps li:nth-child(3) button::after { content: "OT details"; }
  .employer-wizard-steps li:nth-child(4) button::after { content: "Describe"; }
  .employer-wizard-steps li:nth-child(5) button::after { content: "Reach"; }

  .employer-wizard-steps button > span {
    font-size: 10px;
  }

  .employer-wizard-steps li.is-active button {
    border-top-color: var(--employer-coral);
    border-left-color: transparent;
    background: #fff7f4 !important;
  }

  .employer-wizard-help {
    display: none;
  }
}

@media (max-width: 680px) {
  .employer-site-header__inner {
    width: calc(100% - 22px);
    gap: 8px;
  }

  .employer-brand {
    gap: 7px;
    margin-right: auto !important;
  }

  .employer-brand__name {
    font-size: 16px;
  }

  .employer-brand__product {
    display: none;
  }

  .employer-header-signin {
    padding: 0 6px !important;
    font-size: 13px !important;
  }

  .employer-header-post {
    min-height: 40px;
    padding: 0 12px;
    font-size: 13px !important;
  }

  .employer-hero__grid {
    width: min(100% - 26px, 1180px);
    gap: 34px;
    padding-top: 44px;
    padding-bottom: 42px;
  }

  .jobs-employer-marketing .employer-hero h1 {
    font-size: clamp(39px, 12.5vw, 58px) !important;
  }

  .employer-hero__lead {
    margin-top: 20px !important;
    font-size: 16px !important;
  }

  .employer-hero__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    margin-top: 24px;
  }

  .employer-hero__actions .jobs-button {
    width: 100%;
    min-height: 49px;
    padding: 0 13px;
  }

  .employer-trust-list {
    display: grid;
    gap: 9px;
  }

  .employer-hero__visual {
    min-height: 430px;
  }

  .employer-hero__photo {
    width: 290px;
    height: 290px;
  }

  .employer-job-preview-card {
    width: calc(100% - 10px);
    padding: 18px;
  }

  .employer-job-preview-card__topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .employer-job-preview-card__details {
    grid-template-columns: 1fr 1fr;
  }

  .employer-hero__signal {
    display: none;
  }

  .employer-proof-strip p {
    padding: 18px 0;
    text-align: left;
  }

  .employer-section {
    padding: 66px 0;
  }

  .employer-section-heading {
    margin-bottom: 30px;
  }

  .jobs-employer-marketing .employer-section h2,
  .employer-final-cta h2 {
    font-size: 35px !important;
  }

  .employer-steps li {
    grid-template-columns: 38px 1fr;
    padding: 22px 19px;
  }

  .employer-steps > li > span {
    width: 38px;
    height: 38px;
  }

  .employer-value__cards,
  .employer-pricing-grid {
    grid-template-columns: 1fr;
  }

  .employer-value__cards article {
    min-height: 0;
    padding: 22px;
  }

  .employer-claim-search {
    padding: 20px;
  }

  .employer-claim-search > div {
    grid-template-columns: 1fr;
  }

  .employer-price-card {
    min-height: 0;
    padding: 26px 22px;
  }

  .employer-addons {
    align-items: flex-start;
    flex-direction: column;
  }

  .employer-final-cta {
    padding: 58px 0;
  }

  .employer-final-cta .jobs-shell {
    align-items: flex-start;
    flex-direction: column;
  }

  .employer-final-cta .jobs-button {
    width: 100%;
  }

  .jobs-auth-page {
    padding: 42px 0 62px;
  }

  .employer-auth-layout {
    gap: 34px;
  }

  .employer-auth-intro h1 {
    font-size: 42px !important;
  }

  .employer-auth-benefits {
    grid-template-columns: 1fr;
  }

  .employer-auth-benefits li {
    display: grid;
    grid-template-columns: 34px 1fr;
  }

  .employer-auth-benefits span {
    margin-bottom: 0;
  }

  .employer-auth-card {
    padding: 23px 19px;
  }

  .employer-auth-card .jobs-form-grid,
  .jobs-job-wizard .jobs-form-grid {
    grid-template-columns: 1fr;
  }

  .employer-auth-card .jobs-form-wide,
  .jobs-job-wizard .jobs-form-wide {
    grid-column: auto;
  }

  .jobs-portal-bar .jobs-shell {
    gap: 8px;
  }

  .jobs-portal-bar .jobs-shell > div {
    width: 100%;
  }

  .jobs-portal-bar nav {
    margin: 0 -11px;
    padding: 0 11px 3px;
    scrollbar-width: none;
  }

  .jobs-portal-bar nav::-webkit-scrollbar { display: none; }

  .jobs-portal > .jobs-shell {
    width: min(100% - 22px, 1180px);
    padding-top: 28px !important;
  }

  .employer-builder-intro {
    align-items: flex-start;
  }

  .employer-builder-intro h1 {
    font-size: 36px !important;
  }

  .employer-builder-badge {
    width: 100%;
  }

  .employer-wizard-layout {
    gap: 15px;
  }

  .jobs-job-wizard .employer-step {
    padding: 23px 18px;
  }

  .employer-step__heading h2 {
    font-size: 23px !important;
  }

  .jobs-job-wizard .jobs-form-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-right: -11px;
    margin-left: -11px;
    padding: 12px 11px;
  }

  .employer-wizard-status {
    grid-column: 1 / -1;
    margin: 0;
    text-align: center;
  }

  .jobs-job-wizard .jobs-form-actions .jobs-button {
    width: 100%;
    min-width: 0;
  }

  .jobs-job-wizard .jobs-form-actions [data-wizard-submit] {
    grid-column: 1 / -1;
  }

  .employer-promotion-option {
    grid-template-columns: auto 1fr !important;
  }

  .employer-promotion-option > b {
    grid-column: 2;
  }

  .employer-checkout-summary .jobs-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .employer-checkout-summary .jobs-actions .jobs-button {
    width: 100%;
    min-height: 48px;
    margin: 0 !important;
    font-size: 13px !important;
  }
}

/* Employer marketing uses solid color and spacing for hierarchy. */
.jobs-employer-marketing *,
.jobs-employer-marketing *::before,
.jobs-employer-marketing *::after {
  background-image: none !important;
}

.jobs-employer-marketing .employer-hero h1 span {
  background: none;
  color: #3e2fa4;
  -webkit-text-fill-color: currentColor;
}

.jobs-employer-marketing .employer-brand__mark { background:#3e2fa4 !important; }

@media (prefers-reduced-motion: reduce) {
  .employer-wizard-progress__track span {
    transition: none;
  }
}

/* 2026 homepage-aligned employer experience */
body.jobs-body {
  --jobs-brand: #3e2fa4;
  --jobs-brand-dark: #31227f;
  --jobs-accent: #eff1ff;
  --jobs-green: #3e2fa4;
}

body.jobs-body .jobs-page.jobs-employer-marketing,
body.jobs-body .jobs-page.jobs-employer-marketing * {
  font-family: Montserrat, Arial, sans-serif !important;
}

body.jobs-body .jobs-page.jobs-employer-marketing h1,
body.jobs-body .jobs-page.jobs-employer-marketing h2,
body.jobs-body .jobs-page.jobs-employer-marketing h3,
.employer-site-header,
.employer-site-header * {
  font-family: Raleway, Montserrat, Arial, sans-serif !important;
}

body.jobs-body .jobs-page {
  background: #fff;
}

body.jobs-body .jobs-page.jobs-employer-marketing {
  padding-top: 76px;
}

.employer-site-header {
  position: sticky;
  top: 0;
  height: 76px;
  border-color: #e7eaf2;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(18px);
  transition: box-shadow .2s ease, background .2s ease;
}

.employer-site-header.is-scrolled {
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 12px 35px rgba(31, 42, 68, .08);
}

.jobs-employer-marketing .employer-site-header {
  position: fixed;
  right: 0;
  left: 0;
}

.employer-site-header__inner {
  width: min(1180px, calc(100% - 48px));
  gap: 18px;
}

.employer-brand {
  gap: 12px;
  margin-right: 18px !important;
}

.employer-brand__name {
  display: inline-flex;
  align-items: baseline;
  color: #1f2a44;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.045em;
}

.employer-brand__ot {
  color: #1f2a44;
}

.employer-brand__bestie {
  color: #3e2fa4;
}

.employer-brand__product {
  border-left-color: #dde3ee;
  color: #65728a;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
}

.employer-site-header__nav a,
.employer-header-signin {
  height: 76px !important;
  padding: 0 11px !important;
  color: #26344f !important;
  font-size: 13px !important;
  font-weight: 750;
}

.employer-site-header__nav a:hover,
.employer-header-signin:hover {
  color: #3e2fa4 !important;
}

.employer-header-signin {
  color: #31227f !important;
}

.employer-header-post,
.jobs-employer-marketing .jobs-button--primary {
  border: 0;
  background: #3e2fa4;
  box-shadow: none;
}

.employer-header-post:hover,
.jobs-employer-marketing .jobs-button--primary:hover {
  background: #31227f;
}

.jobs-employer-marketing .jobs-button--secondary {
  border-color: #d9deea;
  color: #31227f !important;
}

.jobs-employer-marketing .jobs-button:focus-visible,
.jobs-employer-marketing a:focus-visible,
.jobs-employer-marketing input:focus-visible,
.jobs-employer-marketing summary:focus-visible {
  outline-color: rgba(62, 47, 164, .35);
}

.employer-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  color: #65728a !important;
  font-size: 11px !important;
  letter-spacing: .13em;
}

.employer-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3e2fa4, #2cb7ad);
  box-shadow: 0 0 0 4px rgba(62, 47, 164, .07);
}

.employer-hero {
  overflow: hidden;
  border-bottom-color: #e7eaf2;
  background:
    radial-gradient(circle at 18% 12%, rgba(59, 99, 217, .07), transparent 24%),
    radial-gradient(circle at 82% 22%, rgba(44, 183, 173, .07), transparent 22%),
    linear-gradient(180deg, #fff 0%, #fff 62%, #fbfcff 100%);
}

.employer-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .5;
  background-image:
    linear-gradient(rgba(62, 47, 164, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(62, 47, 164, .035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, transparent, #000 35%, #000 80%, transparent);
  pointer-events: none;
}

.employer-hero::after {
  display: none;
}

.employer-hero__inner {
  position: relative;
  z-index: 1;
  padding-top: clamp(55px, 6vw, 82px);
  padding-bottom: clamp(64px, 7vw, 92px);
}

.employer-hero__copy {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.jobs-employer-marketing .employer-hero h1 {
  max-width: 880px;
  margin: 0 auto;
  color: #282b31 !important;
  font-size: clamp(44px, 5.35vw, 72px) !important;
  font-weight: 540;
  letter-spacing: -.045em;
  line-height: 1.02 !important;
}

.jobs-employer-marketing .employer-hero h1 span {
  background: linear-gradient(110deg, #3e2fa4 8%, #3b63d9 55%, #239d9b 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}

.employer-hero__lead {
  max-width: 760px;
  margin: 22px auto 0 !important;
  color: #56657c !important;
  font-size: clamp(16px, 1.5vw, 18px) !important;
  line-height: 1.7 !important;
}

.employer-hero__actions {
  justify-content: center;
  margin-top: 28px;
}

.employer-hero__actions .jobs-button {
  min-height: 48px;
  padding: 0 20px;
  border-radius: 10px;
  font-size: 14px !important;
}

.employer-primary-cta {
  box-shadow: none;
}

.employer-hero__benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 860px;
  margin: 30px auto 0;
  padding: 0;
  text-align: left;
  list-style: none;
}

.employer-hero__benefits li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 11px;
  min-height: 118px;
  padding: 17px 16px;
  border: 1px solid #e0e4ef;
  border-radius: 15px;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 32px -28px rgba(31, 42, 68, .5);
}

.employer-hero__benefits li > span {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  background: #eefbf7;
  color: #15836f;
  font-size: 11px;
  font-weight: 900;
}

.employer-hero__benefits div {
  display: grid;
  align-content: start;
  gap: 6px;
}

.employer-hero__benefits strong {
  color: #26344f;
  font-size: 14px;
  line-height: 1.3;
}

.employer-hero__benefits small {
  color: #5d6b82;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 12px;
  line-height: 1.45;
}

.employer-product-stage {
  position: relative;
  width: min(1020px, 100%);
  min-height: 480px;
  margin: 42px auto 0;
}

.employer-product-shell {
  position: absolute;
  inset: 0 30px;
  overflow: hidden;
  border: 2px solid rgba(62, 47, 164, .62);
  border-radius: 25px;
  background:
    linear-gradient(rgba(62, 47, 164, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(62, 47, 164, .045) 1px, transparent 1px),
    linear-gradient(145deg, #fff, #f8faff);
  background-size: 38px 38px, 38px 38px, auto;
  box-shadow: 0 38px 90px -62px rgba(31, 42, 68, .7);
}

.employer-job-preview-card {
  top: 58px;
  bottom: auto;
  left: 42px;
  width: min(620px, calc(100% - 330px));
  min-height: 356px;
  padding: 27px;
  border-color: #e1e6f2;
  border-radius: 17px;
  box-shadow: 0 22px 50px rgba(31, 42, 68, .12);
}

.employer-job-preview-card__topline {
  margin-bottom: 18px;
  color: #67758b;
}

.employer-verified {
  color: #31227f;
}

.employer-verified i {
  background: #eff1ff;
  color: #3e2fa4;
}

.employer-job-preview-card__identity {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 13px;
  align-items: center;
}

.employer-job-preview-card__identity > span {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 13px;
  background: linear-gradient(135deg, #17233f, #3e2fa4);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.employer-job-preview-card__identity h2 {
  margin: 0 0 5px;
  color: #1f2a44 !important;
  font-size: 22px !important;
}

.employer-job-preview-card__identity p {
  margin: 0;
  color: #667389 !important;
  font-size: 13px !important;
}

.employer-job-preview-card__facts span {
  border: 1px solid #e2e7f1;
  border-radius: 8px;
  background: #f7f8fc;
  color: #35445e;
}

.employer-job-preview-card__details {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.employer-job-preview-card__details div {
  gap: 4px;
  border-color: #e0e5f1;
  border-radius: 10px;
  background: #fbfcff;
}

.employer-job-preview-card__details small {
  color: #6a758a;
}

.employer-job-preview-card__details strong {
  color: #25334e;
}

.employer-job-preview-card__details em {
  color: #3e2fa4;
  font-size: 9px;
  font-style: normal;
  font-weight: 750;
}

.employer-readiness-card {
  position: absolute;
  z-index: 3;
  top: 82px;
  right: 38px;
  width: 245px;
  min-height: 315px;
  padding: 20px;
  border: 1px solid #e0e5f1;
  border-radius: 17px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 22px 50px rgba(31, 42, 68, .13);
}

.employer-readiness-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #65728a;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.employer-readiness-card__top strong {
  padding: 5px 8px;
  border-radius: 999px;
  background: #eefbf7;
  color: #147c6b;
  font-size: 9px;
}

.employer-readiness-card__score {
  display: grid;
  width: 102px;
  height: 102px;
  grid-template-columns: auto auto;
  place-content: center;
  align-items: baseline;
  margin: 18px auto 14px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fff 57%, transparent 59%),
    conic-gradient(#3e2fa4 0 76%, #2cb7ad 76% 92%, #e8ebf4 92% 100%);
  color: #1f2a44;
}

.employer-readiness-card__score span {
  font-size: 30px;
  font-weight: 850;
}

.employer-readiness-card__score small {
  font-size: 11px;
  font-weight: 800;
}

.employer-readiness-card > p {
  margin: 0 0 14px;
  color: #56657c !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
  text-align: center;
}

.employer-readiness-card ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  color: #42516a;
  font-size: 10px;
  font-weight: 750;
  list-style: none;
}

.employer-readiness-card li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.employer-readiness-card li span {
  grid-column: 1 / -1;
  grid-row: 2;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: linear-gradient(90deg, #3e2fa4 0 86%, #e7eaf2 86%);
}

.employer-preview-callout {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 3px;
  padding: 12px 15px;
  border: 1px solid #e0e5f1;
  border-radius: 13px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 18px 35px rgba(31, 42, 68, .1);
}

.employer-preview-callout strong {
  color: #26344f;
  font-size: 11px;
}

.employer-preview-callout span {
  color: #65728a;
  font-size: 9px;
}

.employer-preview-callout--pay {
  top: 24px;
  left: 8px;
}

.employer-preview-callout--fit {
  right: 4px;
  bottom: 20px;
}

.employer-proof-strip {
  border-bottom-color: #e7eaf2;
}

.employer-proof-strip__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.employer-proof-strip p {
  display: grid;
  gap: 5px;
  padding: 25px 28px;
  text-align: left;
}

.employer-proof-strip p + p {
  border-left: 1px solid #e7eaf2;
}

.employer-proof-strip strong {
  color: #26344f;
  font-size: 13px;
}

.employer-proof-strip span {
  color: #65728a;
  font-size: 11px;
  line-height: 1.45;
}

.employer-section {
  scroll-margin-top: 76px;
  padding: clamp(78px, 8vw, 112px) 0;
}

.employer-section-heading {
  max-width: 760px;
}

.jobs-employer-marketing .employer-section h2,
.employer-final-cta h2 {
  color: #202d47 !important;
  font-weight: 590;
  letter-spacing: -.045em;
}

.employer-section-heading > p:last-child,
.employer-value__copy > p,
.employer-claim__grid > div > p:last-child,
.employer-faq__grid > div:first-child > p:last-child {
  color: #5a687e !important;
  font-size: 16px !important;
}

.employer-start {
  background:
    radial-gradient(circle at 10% 0%, rgba(62, 47, 164, .055), transparent 28%),
    #fff;
}

.employer-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.employer-path {
  position: relative;
  display: grid !important;
  grid-template-columns: 42px 1fr;
  gap: 18px;
  min-height: 310px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid #dfe4ef;
  border-radius: 18px;
  background: #fff;
  color: #26344f !important;
  text-decoration: none;
  box-shadow: 0 18px 45px -40px rgba(31, 42, 68, .7);
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.employer-path:hover {
  transform: translateY(-4px);
  border-color: #bfc6dd;
  box-shadow: 0 28px 55px -40px rgba(31, 42, 68, .55);
}

.employer-path--primary {
  border-color: rgba(62, 47, 164, .48);
  background: linear-gradient(145deg, #fff, #f7f6ff);
}

.employer-path__number {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  background: #eff1ff;
  color: #3e2fa4;
  font-size: 11px;
  font-weight: 900;
}

.employer-path--primary .employer-path__number {
  background: linear-gradient(135deg, #3e2fa4, #3b63d9);
  color: #fff;
}

.employer-path > div {
  display: flex;
  flex-direction: column;
}

.employer-path small {
  color: #68758a;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.employer-path h3 {
  margin: 18px 0 11px;
  color: #202d47 !important;
  font-size: 21px !important;
  line-height: 1.18 !important;
}

.employer-path p {
  margin: 0;
  color: #5c697d !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

.employer-path strong {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 28px;
  color: #31227f;
  font-size: 12px;
}

.employer-how {
  background: #fbfcff;
}

.employer-steps {
  gap: 14px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.employer-steps li {
  grid-template-columns: 46px 1fr;
  gap: 18px;
  min-height: 260px;
  padding: 28px;
  border: 1px solid #dfe4ef;
  border-radius: 18px;
  background:
    linear-gradient(rgba(62, 47, 164, .03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(62, 47, 164, .03) 1px, transparent 1px),
    #fff;
  background-size: 34px 34px, 34px 34px, auto;
}

.employer-steps > li > span {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(135deg, #17233f, #3e2fa4);
}

.employer-steps small {
  color: #667389;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.employer-steps h3 {
  margin-top: 10px;
  color: #202d47 !important;
}

.employer-steps p {
  color: #5d6b80 !important;
}

.employer-value {
  background:
    radial-gradient(circle at 88% 18%, rgba(44, 183, 173, .08), transparent 28%),
    linear-gradient(145deg, #f8f7ff, #fff 54%, #f5fbff);
}

.employer-text-link {
  color: #31227f !important;
}

.employer-value__cards article {
  border-color: #dfe4ef;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(31, 42, 68, .05);
}

.employer-value__icon {
  background: #eff1ff;
  color: #3e2fa4;
}

.employer-value__cards h3 {
  color: #202d47 !important;
}

.employer-value__cards p {
  color: #5d6b80 !important;
}

.employer-claim {
  scroll-margin-top: 76px;
  background:
    radial-gradient(circle at 78% 10%, rgba(87, 117, 239, .2), transparent 24%),
    radial-gradient(circle at 12% 100%, rgba(44, 183, 173, .16), transparent 25%),
    #17233f;
}

.employer-claim .employer-kicker {
  color: #aebbe0 !important;
}

.jobs-employer-marketing .employer-claim h2 {
  color: #fff !important;
}

.jobs-employer-marketing .employer-claim__grid > div > p:last-child {
  color: #c7d0e3 !important;
}

.employer-claim .employer-kicker::before {
  background: #66d2c7;
  box-shadow: 0 0 0 4px rgba(102, 210, 199, .12);
}

.employer-claim-search {
  border-color: rgba(255, 255, 255, .14);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(9, 17, 38, .25);
}

.employer-claim-search input {
  border-color: #b9c3d3;
  border-radius: 10px;
}

.employer-pricing {
  background: #fff;
}

.employer-price-card {
  border-color: #dfe4ef;
  border-radius: 18px;
}

.employer-price-card--featured {
  border-color: #3e2fa4;
  box-shadow: 0 20px 50px rgba(62, 47, 164, .1);
}

.employer-price-card__tag {
  background: #eff1ff;
  color: #3e2fa4;
}

.employer-price-card__tag--quiet {
  background: #f4f6fa;
  color: #637086;
}

.employer-price-card h3,
.employer-price strong {
  color: #202d47 !important;
}

.employer-price-card li::before {
  color: #3e2fa4;
}

.employer-addons {
  border-color: #dfe4ef;
  background: #f7f8fc;
}

.employer-faq {
  border-top-color: #e4e8f1;
  background: #fbfcff;
}

.employer-faq__list {
  border-top-color: #dfe4ef;
}

.employer-faq details {
  border-bottom-color: #dfe4ef;
}

.employer-faq summary {
  color: #202d47;
}

.employer-faq summary::after {
  background: #eff1ff;
  color: #3e2fa4;
}

.employer-final-cta {
  background:
    radial-gradient(circle at 85% 35%, rgba(44, 183, 173, .1), transparent 24%),
    linear-gradient(135deg, #f7f6ff, #f5faff);
}

.jobs-auth-page {
  background:
    radial-gradient(circle at 10% 12%, rgba(62, 47, 164, .07), transparent 28%),
    radial-gradient(circle at 90% 88%, rgba(44, 183, 173, .07), transparent 26%),
    linear-gradient(145deg, #fff, #f7f9ff);
}

.employer-auth-card {
  border-color: #e1e6f2;
  border-radius: 18px;
  box-shadow: 0 24px 65px rgba(31, 42, 68, .1);
}

.employer-auth-card .jobs-form input:focus {
  border-color: #3e2fa4;
  outline-color: rgba(62, 47, 164, .18);
}

@media (max-width: 1080px) {
  .employer-site-header__nav a {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }

  .employer-job-preview-card {
    left: 28px;
    width: min(600px, calc(100% - 295px));
  }

  .employer-readiness-card {
    right: 24px;
    width: 225px;
  }
}

@media (max-width: 900px) {
  body.jobs-body .jobs-page.jobs-employer-marketing {
    padding-top: 68px;
  }

  .employer-site-header {
    height: 68px;
  }

  .employer-header-signin {
    height: 68px !important;
  }

  .employer-hero__benefits,
  .employer-paths {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .employer-hero__benefits li {
    min-height: 0;
  }

  .employer-path {
    min-height: 0;
  }

  .employer-path strong {
    margin-top: 20px;
    padding-top: 0;
  }

  .employer-product-stage {
    min-height: 650px;
  }

  .employer-product-shell {
    right: 18px;
    left: 18px;
  }

  .employer-job-preview-card {
    top: 46px;
    left: 30px;
    width: calc(100% - 60px);
  }

  .employer-readiness-card {
    top: auto;
    right: 30px;
    bottom: 34px;
    width: 270px;
    min-height: 220px;
  }

  .employer-readiness-card__score {
    float: left;
    width: 82px;
    height: 82px;
    margin: 17px 14px 8px 0;
  }

  .employer-preview-callout--fit {
    display: none;
  }

  .employer-proof-strip__grid {
    grid-template-columns: 1fr;
  }

  .employer-proof-strip p + p {
    border-top: 1px solid #e7eaf2;
    border-left: 0;
  }
}

@media (max-width: 680px) {
  .employer-site-header__inner {
    width: calc(100% - 24px);
  }

  .employer-brand__name {
    font-size: 17px;
  }

  .employer-header-post {
    min-height: 40px;
    border-radius: 9px;
  }

  .employer-hero__inner {
    width: min(100% - 26px, 1180px);
    padding-top: 46px;
    padding-bottom: 54px;
  }

  .jobs-employer-marketing .employer-hero h1 {
    font-size: clamp(38px, 11vw, 52px) !important;
  }

  .jobs-employer-marketing .employer-hero h1 span {
    white-space: normal;
  }

  .employer-hero__actions {
    grid-template-columns: 1fr;
  }

  .employer-hero__benefits {
    gap: 9px;
    margin-top: 24px;
  }

  .employer-product-stage {
    min-height: 660px;
    margin-top: 30px;
  }

  .employer-product-shell {
    right: 0;
    left: 0;
    border-radius: 19px;
  }

  .employer-job-preview-card {
    top: 44px;
    left: 14px;
    width: calc(100% - 28px);
    min-height: 0;
    padding: 18px;
  }

  .employer-job-preview-card__identity {
    grid-template-columns: 40px 1fr;
  }

  .employer-job-preview-card__identity > span {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .employer-job-preview-card__identity h2 {
    font-size: 17px !important;
  }

  .employer-job-preview-card__details {
    grid-template-columns: 1fr;
  }

  .employer-job-preview-card__details div:nth-child(n + 3) {
    display: none;
  }

  .employer-readiness-card {
    right: 14px;
    bottom: 26px;
    width: calc(100% - 28px);
  }

  .employer-preview-callout--pay {
    top: 13px;
    left: 6px;
  }

  .employer-preview-callout--pay span {
    display: none;
  }

  .employer-proof-strip p {
    padding: 20px 4px;
  }

  .employer-section {
    scroll-margin-top: 68px;
  }

  .employer-path {
    grid-template-columns: 38px 1fr;
    padding: 22px 19px;
  }

  .employer-path__number {
    width: 38px;
    height: 38px;
  }

  .employer-steps li {
    grid-template-columns: 38px 1fr;
    min-height: 0;
  }

  .employer-steps > li > span {
    width: 38px;
    height: 38px;
  }
}

/* Employer journey revamp */
body.jobs-body .jobs-page.jobs-portal {
  background:
    radial-gradient(circle at 8% 0, rgba(62, 47, 164, .055), transparent 24%),
    linear-gradient(180deg, #fbfcff 0, #f6f8fc 100%);
}

.employer-journey {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 34px;
  padding: 18px 22px;
  border: 1px solid #e1e6f2;
  border-radius: 15px;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 10px 30px rgba(31, 42, 68, .055);
}

.jobs-auth-page > .jobs-shell:first-child .employer-journey {
  margin-bottom: 26px;
}

.employer-journey ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.employer-journey li {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: #7a8496;
}

.employer-journey li:not(:last-child)::after {
  position: absolute;
  top: 17px;
  right: -8px;
  width: 16px;
  height: 1px;
  background: #dfe4ef;
  content: "";
}

.employer-journey__marker {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid #cfd6e3;
  border-radius: 50%;
  background: #fff;
  font-size: 11px;
  font-weight: 900;
}

.employer-journey li > span:last-child {
  display: grid;
  min-width: 0;
  gap: 2px;
}

.employer-journey strong {
  color: inherit;
  font-size: 12px;
  line-height: 1.2;
}

.employer-journey small {
  overflow: hidden;
  color: inherit;
  font-size: 10px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.employer-journey li.is-active {
  color: #31227f;
}

.employer-journey li.is-active .employer-journey__marker {
  border-color: #3e2fa4;
  background: #3e2fa4;
  color: #fff;
  box-shadow: 0 5px 14px rgba(62, 47, 164, .22);
}

.employer-journey li.is-complete {
  color: #187d76;
}

.employer-journey li.is-complete .employer-journey__marker {
  border-color: rgba(44, 183, 173, .3);
  background: #eaf9f7;
  color: #187d76;
}

.employer-password-field {
  position: relative;
  display: block;
}

.employer-password-field input {
  width: 100%;
  padding-right: 72px !important;
}

.employer-password-field [data-password-toggle] {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 8px;
  width: 54px !important;
  min-width: 54px !important;
  height: 36px !important;
  min-height: 36px !important;
  padding: 0 !important;
  border: 0;
  border-radius: 7px;
  background: #eff1ff;
  color: #31227f;
  font-size: 11px;
  font-weight: 850;
  transform: translateY(-50%);
  cursor: pointer;
}

.employer-password-rules {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-top: 2px;
}

.employer-password-rules small {
  position: relative;
  padding-left: 16px;
}

.employer-password-rules small::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #aab3c2;
  border-radius: 50%;
  content: "";
}

.employer-password-rules small.is-met {
  color: #187d76 !important;
}

.employer-password-rules small.is-met::before {
  border-color: #2cb7ad;
  background: #2cb7ad;
  box-shadow: inset 0 0 0 2px #fff;
}

.employer-form-assurance {
  margin: -2px 0 0 !important;
  color: #68768a !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
  text-align: center;
}

.employer-required-badge {
  display: inline-flex;
  width: max-content;
  align-items: center;
  margin-left: 6px;
  padding: 2px 6px;
  border-radius: 999px;
  background: #f0efff;
  color: #4b3db0;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .06em;
  line-height: 1.4;
  text-transform: uppercase;
}

.employer-password-field .employer-required-badge {
  position: absolute;
  top: -25px;
  left: 62px;
}

.jobs-job-wizard .is-error input,
.jobs-job-wizard .is-error select,
.jobs-job-wizard .is-error textarea {
  border-color: #bd3b54 !important;
  box-shadow: 0 0 0 3px rgba(189, 59, 84, .11);
}

.employer-detail-groups {
  display: grid;
  gap: 18px;
}

.jobs-job-wizard .employer-detail-group {
  min-width: 0;
  margin: 0;
  padding: 20px;
  border: 1px solid #e1e6f2;
  border-radius: 12px;
  background: #fbfcff;
}

.employer-detail-group > legend {
  display: grid;
  gap: 3px;
  margin: 0 0 16px;
  padding: 0 8px 0 0;
}

.employer-detail-group > legend span {
  color: #202d47;
  font-size: 15px;
  font-weight: 850;
}

.employer-detail-group > legend small {
  color: #65738a;
  font-size: 10px;
  font-weight: 500;
}

.employer-detail-group .jobs-form-grid {
  margin: 0;
}

.employer-detail-group .jobs-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.employer-detail-group .jobs-check-grid label {
  display: flex;
  min-height: 44px;
  flex-direction: row;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid #e1e6f2;
  border-radius: 9px;
  background: #fff;
}

[data-conditional-field][hidden] {
  display: none !important;
}

.employer-standard-inclusion,
.employer-order-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 17px 18px;
  border-radius: 11px;
}

.employer-standard-inclusion {
  margin-bottom: 14px;
  border: 1px solid rgba(44, 183, 173, .28);
  background: #eefaf9;
}

.employer-standard-inclusion span,
.employer-order-total span {
  display: grid;
  gap: 3px;
}

.employer-standard-inclusion strong,
.employer-order-total strong {
  color: #202d47;
  font-size: 13px;
}

.employer-standard-inclusion small,
.employer-order-total small {
  color: #65738a;
  font-size: 10px;
}

.employer-standard-inclusion b,
.employer-order-total b {
  color: #202d47;
  font-size: 18px;
}

.employer-order-total {
  margin-top: 16px;
  border: 1px solid #dedbf8;
  background: #f7f6ff;
}

.employer-order-total b {
  font-size: 25px;
  letter-spacing: -.04em;
}

.employer-draft-status {
  margin-right: auto;
  color: #187d76;
  font-size: 10px;
  font-weight: 750;
  white-space: nowrap;
}

.employer-wizard-progress__track span,
.employer-wizard-steps li.is-active button > span {
  background: #3e2fa4;
}

.employer-wizard-steps li.is-active button {
  border-left-color: #3e2fa4;
  background: #f4f2ff;
}

.employer-wizard-steps li.is-complete button > span {
  border-color: #2cb7ad;
  background: #eaf9f7;
  color: #187d76;
}

.employer-promotion-option:has(input:checked) {
  border-color: #3e2fa4;
  background: #f7f6ff;
  box-shadow: 0 0 0 1px #3e2fa4;
}

.jobs-job-wizard input[type="checkbox"],
.employer-checkout-form input[type="checkbox"] {
  accent-color: #3e2fa4;
}

.jobs-job-wizard .jobs-form-actions {
  background: rgba(246, 248, 252, .94);
}

.employer-checkout-summary {
  max-width: 1160px;
}

.employer-checkout-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e1e6f2;
}

.employer-checkout-heading h1,
.employer-preview-toolbar h1,
.employer-dashboard-heading h1 {
  margin: 5px 0 7px !important;
  color: #1f2a44 !important;
  font-size: clamp(34px, 4.5vw, 50px) !important;
  letter-spacing: -.045em;
  line-height: 1.04 !important;
}

.employer-checkout-heading p:last-child,
.employer-preview-toolbar p:last-child,
.employer-dashboard-heading p:last-child {
  margin: 0;
  color: #5f6e84 !important;
}

.employer-checkout-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 28px;
  max-width: none !important;
  align-items: start;
  margin: 24px 0 0 !important;
}

.employer-checkout-options {
  margin: 0 !important;
  padding: 28px !important;
  border-color: #e1e6f2 !important;
  border-radius: 15px !important;
  box-shadow: 0 12px 34px rgba(31, 42, 68, .065) !important;
}

.employer-checkout-card-heading {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e7ebf3;
}

.employer-checkout-card-heading span {
  color: #187d76;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.employer-checkout-card-heading h2,
.employer-checkout-order h2 {
  margin: 4px 0 0;
  color: #202d47 !important;
  font-size: 21px !important;
  line-height: 1.25 !important;
}

.employer-checkout-card-heading > strong {
  color: #202d47;
  font-size: 21px;
}

.employer-checkout-options > p {
  color: #5f6e84 !important;
  line-height: 1.55 !important;
}

.employer-checkout-options > h3 {
  margin: 27px 0 13px;
  color: #202d47 !important;
  font-size: 16px !important;
}

.employer-checkout-order {
  position: sticky;
  top: 22px;
}

.employer-checkout-order__card {
  padding: 25px;
  border: 1px solid #dcdff0;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(31, 42, 68, .09);
}

.employer-checkout-order dl {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.employer-checkout-order dl > div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: #5f6e84;
  font-size: 11px;
}

.employer-checkout-order dd {
  margin: 0;
}

.employer-checkout-total {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 0;
  border-top: 1px solid #e3e7f0;
  color: #202d47;
  font-weight: 850;
}

.employer-checkout-total strong {
  font-size: 30px;
  letter-spacing: -.05em;
}

.employer-checkout-order__card > p:not(.jobs-eyebrow) {
  color: #68768a !important;
  font-size: 11px !important;
  line-height: 1.5 !important;
}

.employer-checkout-order__card > .jobs-button {
  width: 100%;
  min-height: 50px;
  margin: 9px 0 13px !important;
}

.employer-checkout-order__card > a:not(.jobs-button) {
  display: block;
  color: #3e2fa4;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.employer-checkout-order details {
  margin-top: 21px;
  padding-top: 16px;
  border-top: 1px solid #e5e9f1;
}

.employer-checkout-order summary {
  color: #3e2fa4;
  cursor: pointer;
  font-size: 11px;
  font-weight: 850;
}

.employer-checkout-order details p {
  color: #68768a !important;
  font-size: 10px !important;
  line-height: 1.45 !important;
}

.employer-checkout-order details .jobs-button {
  width: 100%;
}

.employer-checkout-assurance {
  display: flex;
  gap: 8px;
  margin: 12px 3px 0 !important;
  color: #68768a !important;
  font-size: 10px !important;
  line-height: 1.45 !important;
}

.employer-checkout-assurance span {
  color: #187d76;
  font-weight: 900;
}

.employer-preview-page > .jobs-shell {
  max-width: 1280px;
}

.employer-preview-toolbar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 22px;
}

.employer-preview-toolbar > div:first-child {
  max-width: 680px;
}

.employer-preview-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

.employer-device-switcher {
  display: inline-flex;
  padding: 4px;
  border: 1px solid #dce1ec;
  border-radius: 10px;
  background: #eef1f7;
}

.employer-device-switcher a {
  display: inline-grid;
  min-height: 40px;
  place-items: center;
  padding: 0 14px;
  border-radius: 7px;
  color: #59687e;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}

.employer-device-switcher a[aria-current="page"] {
  background: #fff;
  color: #31227f;
  box-shadow: 0 3px 10px rgba(31, 42, 68, .1);
}

.employer-preview-frame-label {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  padding: 12px 18px;
  border-radius: 12px 12px 0 0;
  background: #202d47;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.employer-preview-frame-label small {
  color: #cfd7e8;
}

.employer-preview-page .jobs-preview-stage {
  margin-top: 0;
  border-radius: 0 0 18px 18px;
  background: #dfe4ef;
}

.employer-preview-page .jobs-preview-stage--mobile {
  border-radius: 18px;
}

.employer-dashboard-heading {
  align-items: end;
  margin-bottom: 28px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e1e6f2;
}

.employer-dashboard-empty {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 44px;
  align-items: center;
  padding: clamp(30px, 5vw, 58px);
  border: 1px solid #dedff0;
  border-radius: 22px;
  background:
    radial-gradient(circle at 92% 10%, rgba(44, 183, 173, .13), transparent 30%),
    linear-gradient(135deg, #fff, #f5f4ff);
  box-shadow: 0 20px 48px rgba(31, 42, 68, .08);
}

.employer-dashboard-empty__icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 16px;
  background: #3e2fa4;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(62, 47, 164, .2);
}

.employer-dashboard-empty h2 {
  max-width: 680px;
  margin: 6px 0 12px;
  color: #1f2a44 !important;
  font-size: clamp(29px, 4vw, 44px) !important;
  letter-spacing: -.045em;
  line-height: 1.08 !important;
}

.employer-dashboard-empty > div > p:not(.jobs-eyebrow) {
  max-width: 620px;
  color: #5f6e84 !important;
  line-height: 1.6 !important;
}

.employer-dashboard-empty ol {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.employer-dashboard-empty li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  align-items: center;
  padding: 15px;
  border: 1px solid #e1e4f0;
  border-radius: 12px;
  background: rgba(255, 255, 255, .82);
}

.employer-dashboard-empty li > span {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #eaf9f7;
  color: #187d76;
  font-size: 11px;
  font-weight: 900;
}

.employer-dashboard-empty li div {
  display: grid;
  gap: 3px;
}

.employer-dashboard-empty li strong {
  color: #202d47;
  font-size: 12px;
}

.employer-dashboard-empty li small {
  color: #68768a;
  font-size: 10px;
  line-height: 1.4;
}

.employer-listings-panel .jobs-panel__heading {
  align-items: end;
}

.employer-listings-panel .jobs-panel__heading h2 {
  margin: 2px 0 0;
}

.employer-status-pill {
  display: inline-flex;
  padding: 5px 8px;
  border-radius: 999px;
  background: #eef5ff;
  color: #31227f;
  font-size: 10px;
  font-weight: 850;
}

.employer-listing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 11px;
  align-items: center;
}

.employer-listing-actions a,
.employer-listing-actions button {
  color: #3e2fa4;
  font-size: 10px;
  font-weight: 800;
}

@media (max-width: 900px) {
  .employer-journey {
    padding: 15px;
  }

  .employer-journey small {
    display: none;
  }

  .employer-journey li {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .employer-journey__marker {
    width: 30px;
    height: 30px;
  }

  .employer-journey li:not(:last-child)::after {
    top: 15px;
  }

  .employer-checkout-form,
  .employer-dashboard-empty {
    grid-template-columns: 1fr;
  }

  .employer-checkout-order {
    position: static;
  }

  .employer-preview-toolbar {
    align-items: start;
    flex-direction: column;
  }

  .employer-preview-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .employer-journey {
    margin-bottom: 22px;
    padding: 12px 10px;
    overflow-x: auto;
  }

  .employer-journey ol {
    min-width: 450px;
    gap: 10px;
  }

  .employer-journey li {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 7px;
  }

  .employer-journey__marker {
    width: 28px;
    height: 28px;
  }

  .employer-journey li:not(:last-child)::after {
    top: 14px;
    right: -5px;
    width: 10px;
  }

  .employer-journey strong {
    font-size: 10px;
  }

  .employer-detail-group .jobs-check-grid {
    grid-template-columns: 1fr;
  }

  .employer-draft-status {
    grid-column: 1 / -1;
    margin: 0;
    text-align: center;
  }

  .employer-checkout-heading {
    align-items: start;
    flex-direction: column;
  }

  .employer-checkout-heading .jobs-button {
    width: 100%;
  }

  .employer-checkout-options {
    padding: 21px 17px !important;
  }

  .employer-checkout-form {
    gap: 17px;
  }

  .employer-preview-actions,
  .employer-preview-actions > .jobs-button {
    width: 100%;
  }

  .employer-device-switcher {
    width: 100%;
  }

  .employer-device-switcher a {
    width: 50%;
  }

  .employer-dashboard-empty {
    gap: 30px;
    padding: 25px 18px;
    border-radius: 16px;
  }
}

/* Open, editorial employer marketing layout */
.jobs-employer-marketing .employer-hero__benefits {
  gap: 0;
  max-width: 980px;
  margin-top: 42px;
  border-top: 1px solid #dfe4ef;
  border-bottom: 1px solid #dfe4ef;
}

.jobs-employer-marketing .employer-hero__benefits li {
  min-height: 0;
  padding: 21px 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.jobs-employer-marketing .employer-hero__benefits li + li {
  border-left: 1px solid #dfe4ef;
}

.jobs-employer-marketing .employer-hero__benefits li > span {
  width: auto;
  height: auto;
  place-items: start;
  border-radius: 0;
  background: transparent;
  color: #2cb7ad;
  font-size: 14px;
}

.employer-listing-anatomy {
  width: min(1020px, 100%);
  margin: 56px auto 0;
  border-top: 2px solid #3e2fa4;
  border-bottom: 1px solid #cfd6e3;
  background: rgba(255, 255, 255, .52);
  text-align: left;
}

.employer-listing-anatomy > header,
.employer-listing-anatomy > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.employer-listing-anatomy > header {
  padding: 16px 0;
  color: #68758a;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.employer-listing-anatomy > header strong {
  color: #31227f;
}

.employer-listing-anatomy > header i {
  color: #2cb7ad;
  font-style: normal;
}

.employer-listing-anatomy__identity {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: center;
  padding: 30px 0 26px;
  border-top: 1px solid #dfe4ef;
}

.employer-listing-anatomy__identity > span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  background: #17233f;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.employer-listing-anatomy__identity h2 {
  margin: 0 0 5px;
  color: #1f2a44 !important;
  font-size: clamp(23px, 3vw, 34px) !important;
  letter-spacing: -.035em;
}

.employer-listing-anatomy__identity p {
  margin: 0;
  color: #65728a !important;
}

.employer-listing-anatomy__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 16px 0;
  border-top: 1px solid #dfe4ef;
  color: #35445e;
  font-size: 12px;
}

.employer-listing-anatomy__facts > * {
  padding: 0 22px;
  border-left: 1px solid #dfe4ef;
}

.employer-listing-anatomy__facts > *:first-child {
  padding-left: 0;
  border-left: 0;
  color: #31227f;
}

.employer-listing-anatomy__details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid #dfe4ef;
}

.employer-listing-anatomy__details > div {
  display: grid;
  min-width: 0;
  gap: 6px;
  padding: 23px 22px;
}

.employer-listing-anatomy__details > div + div {
  border-left: 1px solid #dfe4ef;
}

.employer-listing-anatomy__details dt,
.employer-listing-anatomy__note {
  color: #6b778c;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.employer-listing-anatomy__details dd {
  margin: 0;
  color: #26344f;
  font-size: 13px;
  font-weight: 800;
}

.employer-listing-anatomy__details .employer-listing-anatomy__note {
  color: #3e2fa4;
  letter-spacing: 0;
  text-transform: none;
}

.employer-listing-anatomy > footer {
  padding: 17px 0;
  border-top: 1px solid #dfe4ef;
  color: #65728a;
  font-size: 11px;
}

.employer-listing-anatomy > footer strong {
  color: #187d76;
}

.jobs-employer-marketing .employer-start__layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: clamp(55px, 8vw, 110px);
  align-items: start;
}

.jobs-employer-marketing .employer-start .employer-section-heading {
  position: sticky;
  top: 110px;
}

.jobs-employer-marketing .employer-paths {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid #ccd4e2;
}

.jobs-employer-marketing .employer-path {
  grid-template-columns: 54px 1fr;
  gap: 22px;
  min-height: 0;
  padding: 30px 0;
  border: 0;
  border-bottom: 1px solid #ccd4e2;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: color .18s ease, padding-left .18s ease;
}

.jobs-employer-marketing .employer-path:hover {
  padding-left: 10px;
  border-color: #9aa6bc;
  box-shadow: none;
  transform: none;
}

.jobs-employer-marketing .employer-path__number,
.jobs-employer-marketing .employer-path--primary .employer-path__number {
  display: block;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: #3e2fa4;
  font-size: 12px;
  letter-spacing: .08em;
}

.jobs-employer-marketing .employer-path h3 {
  margin: 7px 0 8px;
  font-size: 24px !important;
}

.jobs-employer-marketing .employer-path strong {
  margin-top: 15px;
  padding-top: 0;
}

.jobs-employer-marketing .employer-how {
  background: #fff;
}

.jobs-employer-marketing .employer-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 46px;
  border-top: 1px solid #ccd4e2;
  border-bottom: 1px solid #ccd4e2;
}

.jobs-employer-marketing .employer-steps li {
  display: block;
  min-height: 0;
  padding: 32px 32px 38px;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.jobs-employer-marketing .employer-steps li + li {
  border-left: 1px solid #ccd4e2;
}

.jobs-employer-marketing .employer-steps > li > span {
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 44px;
  border-radius: 0;
  background: transparent;
  color: #3e2fa4;
  font-size: 26px;
  font-weight: 600;
  text-align: left;
}

.jobs-employer-marketing .employer-value {
  background: #f7f8fc;
}

.employer-value__list {
  border-top: 1px solid #ccd4e2;
}

.employer-value__list article {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 20px;
  padding: 25px 0;
  border-bottom: 1px solid #ccd4e2;
}

.employer-value__list article > span {
  color: #3e2fa4;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.employer-value__list h3 {
  margin: 0 0 7px;
  color: #202d47 !important;
  font-size: 18px !important;
}

.employer-value__list p {
  margin: 0;
  color: #5d6b80 !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

.jobs-employer-marketing .employer-claim-search {
  padding: 10px 0 10px clamp(28px, 5vw, 70px);
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, .24);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.jobs-employer-marketing .employer-pricing-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1000px;
  margin: 48px auto 0;
  border-top: 1px solid #ccd4e2;
  border-bottom: 1px solid #ccd4e2;
}

.jobs-employer-marketing .employer-plan {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 38px clamp(28px, 4vw, 54px) 42px;
}

.jobs-employer-marketing .employer-plan + .employer-plan {
  border-left: 1px solid #ccd4e2;
}

.jobs-employer-marketing .employer-plan__tag {
  color: #3e2fa4;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.jobs-employer-marketing .employer-plan h3 {
  margin: 18px 0 8px;
  color: #202d47 !important;
  font-size: 24px !important;
}

.jobs-employer-marketing .employer-plan .employer-price {
  margin: 0 0 27px;
}

.jobs-employer-marketing .employer-plan .employer-price strong {
  color: #202d47 !important;
}

.jobs-employer-marketing .employer-plan ul {
  display: grid;
  gap: 0;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.jobs-employer-marketing .employer-plan li {
  padding: 11px 0;
  border-top: 1px solid #e3e7ef;
  color: #536178;
  font-size: 12px;
}

.jobs-employer-marketing .employer-plan li:last-child {
  border-bottom: 1px solid #e3e7ef;
}

.jobs-employer-marketing .employer-plan .jobs-button {
  width: 100%;
  margin-top: auto;
}

.jobs-employer-marketing .employer-addons {
  max-width: 1000px;
  margin-top: 26px;
  padding: 18px 0;
  border: 0;
  border-top: 1px solid #dfe4ef;
  border-bottom: 1px solid #dfe4ef;
  border-radius: 0;
  background: transparent;
}

@media (max-width: 900px) {
  .jobs-employer-marketing .employer-start__layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .jobs-employer-marketing .employer-start .employer-section-heading {
    position: static;
  }

  .employer-listing-anatomy__details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .employer-listing-anatomy__details > div:nth-child(3) {
    border-left: 0;
  }

  .employer-listing-anatomy__details > div:nth-child(n + 3) {
    border-top: 1px solid #dfe4ef;
  }

  .jobs-employer-marketing .employer-claim-search {
    padding: 34px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .24);
    border-left: 0;
  }
}

@media (max-width: 680px) {
  .jobs-employer-marketing .employer-hero__benefits {
    display: block;
  }

  .jobs-employer-marketing .employer-hero__benefits li {
    padding: 18px 0;
  }

  .jobs-employer-marketing .employer-hero__benefits li + li {
    border-top: 1px solid #dfe4ef;
    border-left: 0;
  }

  .employer-listing-anatomy {
    margin-top: 40px;
  }

  .employer-listing-anatomy__facts > * {
    padding: 7px 12px;
  }

  .employer-listing-anatomy__facts > *:first-child {
    width: 100%;
    padding-left: 0;
  }

  .employer-listing-anatomy__details {
    grid-template-columns: 1fr;
  }

  .employer-listing-anatomy__details > div + div,
  .employer-listing-anatomy__details > div:nth-child(3) {
    border-top: 1px solid #dfe4ef;
    border-left: 0;
  }

  .employer-listing-anatomy > footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .jobs-employer-marketing .employer-path {
    grid-template-columns: 38px 1fr;
    padding: 24px 0;
  }

  .jobs-employer-marketing .employer-steps {
    grid-template-columns: 1fr;
  }

  .jobs-employer-marketing .employer-steps li {
    padding: 28px 0;
  }

  .jobs-employer-marketing .employer-steps li + li {
    border-top: 1px solid #ccd4e2;
    border-left: 0;
  }

  .jobs-employer-marketing .employer-steps > li > span {
    margin-bottom: 22px;
  }

  .jobs-employer-marketing .employer-pricing-table {
    grid-template-columns: 1fr;
  }

  .jobs-employer-marketing .employer-plan {
    padding: 30px 0 34px;
  }

  .jobs-employer-marketing .employer-plan + .employer-plan {
    border-top: 1px solid #ccd4e2;
    border-left: 0;
  }
}

/* Final no-gradient guard for every employer-facing Jobs surface. */
.jobs-employer-marketing *,
.jobs-employer-marketing *::before,
.jobs-employer-marketing *::after,
.jobs-employer-body *,
.jobs-employer-body *::before,
.jobs-employer-body *::after {
  background-image: none !important;
}

.jobs-employer-marketing .employer-hero h1 span {
  background: none;
  color: #3e2fa4;
  -webkit-text-fill-color: currentColor;
}

.jobs-employer-marketing .employer-brand__mark { background:#3e2fa4 !important; }
.jobs-employer-marketing .employer-path--primary { background-color:#f7f6ff !important; }
.jobs-employer-marketing .employer-path--primary .employer-path__number,
.jobs-employer-marketing .employer-steps > li > span { background-color:#3e2fa4 !important; }
.jobs-employer-body .jobs-auth-page { background-color:#f7f9ff !important; }
.jobs-employer-body .jobs-page.jobs-portal { background-color:#f6f8fc !important; }
.jobs-employer-body .employer-dashboard-empty { background-color:#fff !important; }

/* Keep the employer header visually identical to the public Jobs header. */
.employer-site-header {
  box-sizing: content-box;
  height: 72px;
  border-bottom-color: var(--jobs-line);
  background: rgba(255, 255, 255, .97);
  backdrop-filter: blur(16px);
}

.employer-site-header__inner {
  width: 100%;
  height: 100%;
  gap: 0;
  margin: 0;
  padding: 0 28px;
}

.employer-brand {
  gap: 10px;
  margin: 0 27px 0 0 !important;
}

.employer-brand__mark {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
}

.employer-brand__name {
  color: var(--jobs-ink);
  font-family: "OT Bestie Poppins", "Segoe UI", sans-serif !important;
  font-size: 18px !important;
  font-weight: 600;
  letter-spacing: -.035em;
}

.employer-brand__ot {
  color: #1f2a44;
  font-weight: 400;
}

.employer-brand__bestie {
  color: var(--jobs-brand);
  font-weight: 600;
}

.employer-brand__product {
  padding-left: 11px;
  border-left-color: var(--jobs-line);
  color: var(--jobs-muted);
  font-family: "OT Bestie Poppins", "Segoe UI", sans-serif !important;
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: -.015em;
}

body.jobs-body .jobs-page .employer-site-header,
body.jobs-body .jobs-page .employer-site-header * {
  font-family: Arial, "Helvetica Neue", sans-serif !important;
}

body.jobs-body .jobs-page .employer-site-header {
  box-sizing: content-box;
}

body.jobs-body .jobs-page .employer-site-header .employer-brand__name,
body.jobs-body .jobs-page .employer-site-header .employer-brand__name *,
body.jobs-body .jobs-page .employer-site-header .employer-brand__product {
  font-family: "OT Bestie Poppins", "Segoe UI", sans-serif !important;
}

.employer-site-header__nav,
.employer-site-header__actions {
  align-items: stretch;
}

.employer-site-header__nav a,
.employer-site-header__actions a {
  height: 72px !important;
  margin: 0 !important;
  padding: 0 14px !important;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  color: #263149 !important;
  box-shadow: none;
  font-family: Arial, "Helvetica Neue", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.2 !important;
}

.employer-site-header__nav a:hover,
.employer-site-header__actions a:hover {
  background: transparent !important;
  color: var(--jobs-brand) !important;
}

.employer-site-header__actions {
  gap: 0;
}

.employer-site-header__actions .employer-header-signin {
  color: var(--jobs-brand) !important;
  font-weight: 700;
}

.employer-site-header__actions > span {
  width: 1px;
  height: 24px;
  align-self: center;
  margin: 0 10px;
  background: #d4d2d0;
}

body.jobs-body .jobs-page.jobs-employer-marketing {
  padding-top: 73px;
}

@media (max-width: 900px) {
  .employer-site-header {
    height: 60px;
  }

  .employer-site-header__inner {
    padding: 0 16px;
  }

  .employer-brand {
    height: 60px !important;
    margin-right: auto !important;
  }

  .employer-brand__mark {
    width: 35px;
    height: 35px;
    flex-basis: 35px;
  }

  .employer-brand__name {
    font-size: 16px !important;
  }

  .employer-brand__product {
    display: inline;
    padding-left: 8px;
    font-size: 11px !important;
  }

  .employer-site-header__nav,
  .employer-site-header__actions > span {
    display: none !important;
  }

  body.jobs-body .jobs-page .employer-site-header .employer-site-header__actions .employer-header-signin {
    display: flex !important;
    min-width: 50px;
    height: 60px !important;
    padding: 0 14px !important;
    font-size: 14px !important;
    white-space: nowrap;
  }

  .employer-site-header__actions .employer-header-post {
    display: flex !important;
    height: 60px !important;
  }

  body.jobs-body .jobs-page.jobs-employer-marketing {
    padding-top: 61px;
  }
}

@media (max-width: 520px) {
  .employer-brand {
    gap: 8px;
  }

  .employer-brand__product {
    display: none;
  }
}
