/* Careers pages — scoped to .careers-page and .careers-posting-page */

.careers-page,
.careers-posting-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #fff;
}

.careers-page .careers-header,
.careers-posting-page .careers-header {
  flex-shrink: 0;
  background-color: #fff;
}

.careers-page .careers-header .navbar.privacy-navbar,
.careers-posting-page .careers-header .navbar.privacy-navbar {
  background-color: #fff;
}

.careers-page .careers-main,
.careers-posting-page .careers-main {
  flex: 1 1 auto;
  margin-bottom: 0;
  padding-top: 1.25rem;
  padding-bottom: 0;
}

.careers-page .careers-content,
.careers-posting-page .careers-content {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.careers-subheading {
  font-size: 1.2rem;
  line-height: 1.35;
  margin: 0 0 0.85rem;
  max-width: 62ch;
}

.careers-page a,
.careers-posting-page a {
  text-underline-offset: 0.16em;
  text-decoration-thickness: 0.08em;
}

.careers-page .nav-link.nav-button,
.careers-page .nav-link.nav-button-app,
.careers-posting-page .nav-link.nav-button,
.careers-posting-page .nav-link.nav-button-app {
  text-decoration: none;
}

.careers-page a:focus-visible,
.careers-posting-page a:focus-visible {
  outline: 3px solid rgba(71, 215, 172, 0.55);
  outline-offset: 3px;
  border-radius: 8px;
}

/* Eyebrow badge */
.careers-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: rgba(65, 143, 222, 0.08);
  border: 1px solid rgba(65, 143, 222, 0.14);
  color: #418fde;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* Role card */
.careers-role-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  padding: 1.75rem 1.85rem;
  max-width: 62ch;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.05);
}

.careers-role-status {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: #2b9a78;
  margin-bottom: 0.65rem;
}

.careers-role-status::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #47d7ac;
  flex-shrink: 0;
}

.careers-role-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.35rem;
  color: #25282a;
}

.careers-role-meta {
  font-size: 0.9rem;
  color: #768692;
  margin-bottom: 0.85rem;
}

.careers-role-card p {
  margin-bottom: 1.25rem;
  color: rgba(37, 40, 42, 0.78);
  line-height: 1.65;
}

.careers-role-card .button-primary {
  display: inline-block;
  text-decoration: none;
}

/* Dark invite band */
.careers-invite {
  background: #25282a;
  color: #fff;
  text-align: center;
  padding: 3.5rem 8vw;
  margin-top: 0;
}

.careers-invite h2 {
  color: #fff;
  font-size: 1.45rem;
  margin: 0 auto 0.85rem;
  max-width: 28ch;
}

.careers-invite p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 52ch;
  margin: 0 auto 1.5rem;
  line-height: 1.65;
}

.careers-invite .button-primary {
  display: inline-block;
  text-decoration: none;
}

/* Posting page */
.careers-posting-back {
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 500;
  color: #768692;
  text-decoration: none;
  margin-bottom: 1.5rem;
}

.careers-posting-back:hover {
  color: #418fde;
}

.careers-posting-head {
  padding: 1rem 0 2rem;
}

.careers-posting-head h1 {
  margin: 1rem 0 0.5rem;
  letter-spacing: -0.02em;
}

.careers-posting-location {
  font-size: 0.95rem;
  color: #768692;
}

.careers-posting-section {
  padding: 2rem 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.careers-section-title {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #768692;
  margin-bottom: 1rem;
}

.careers-intro {
  font-size: 1.05rem;
  color: rgba(37, 40, 42, 0.78);
  max-width: 62ch;
  line-height: 1.65;
}

.careers-requirements {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 62ch;
}

.careers-requirements li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.65rem;
  color: rgba(37, 40, 42, 0.78);
  line-height: 1.6;
}

.careers-requirements li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #47d7ac, #418fde);
}

.careers-pay-card {
  background: rgba(71, 215, 172, 0.08);
  border: 1px solid rgba(71, 215, 172, 0.18);
  border-radius: 14px;
  padding: 1.5rem 1.65rem;
  max-width: 62ch;
}

.careers-pay-card p {
  color: rgba(37, 40, 42, 0.78);
  margin-bottom: 0.75rem;
  line-height: 1.65;
}

.careers-pay-card p:last-child {
  margin-bottom: 0;
}

.careers-pay-card strong {
  color: #25282a;
  font-weight: 600;
}

.careers-body-copy {
  max-width: 62ch;
  color: rgba(37, 40, 42, 0.78);
  line-height: 1.65;
}

.careers-body-copy p {
  margin-bottom: 0.85rem;
}

.careers-body-copy p:last-child {
  margin-bottom: 0;
}

.careers-apply p.careers-apply-ask {
  max-width: 62ch;
  color: rgba(37, 40, 42, 0.78);
  margin-bottom: 1.25rem;
  line-height: 1.65;
}

.careers-apply .button-primary {
  display: inline-block;
  text-decoration: none;
}

.careers-posting-footer {
  padding: 2rem 0 2.5rem;
  font-size: 0.85rem;
  color: #768692;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  margin-top: 0.75rem;
}

@media screen and (max-width: 760px) {
  .careers-posting-section {
    padding: 1.5rem 0;
  }
}
