/* =====================================================
   CAREERS PAGE — careers.css
   ===================================================== */

/* ── Shared layout ──────────────────────────────────── */
.careers-container {
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ── Hero ───────────────────────────────────────────── */
.careers-hero {
  padding: 80px 0 70px;
}

.careers-h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--senseye-white);
  margin: 0 0 24px;
  max-width: 600px;
}

.careers-hero-sub {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--senseye-white);
  margin: 0 0 36px;
  max-width: 560px;
}

.careers-btn,
.careers-apply-btn {
  display: inline-block;
  background: var(--senseye-teal);
  color: var(--senseye-navy);
  font-family: 'Source Sans 3', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: 1.5px solid var(--senseye-teal);
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.careers-btn {
  padding: 12px 32px;
}

.careers-btn:hover,
.careers-apply-btn:hover {
  background: var(--senseye-navy);
  color: var(--senseye-white);
  border-color: var(--senseye-teal);
}

/* ── Passion section ────────────────────────────────── */
.careers-passion {
  display: flex;
  align-items: stretch;
}

.careers-passion-img {
  flex: 0 0 50%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
}

.careers-passion-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.careers-passion-text {
  flex: 0 0 50%;
  min-width: 0;
  box-sizing: border-box;
  padding: 8% 6%;
  background: linear-gradient(135deg, #1a3a4a 0%, #1b2256 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.careers-passion-title {
  font-size: 32px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
  color: var(--senseye-teal);
  margin: 0 0 20px;
}

.careers-passion-text p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--senseye-text);
  margin: 0;
}

/* ── Benefits section ───────────────────────────────── */
.careers-benefits {
  padding: 70px 0 60px;
}

.careers-benefits-header {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 50px;
}

.careers-benefits-title {
  flex: 0 0 40%;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--senseye-white);
  margin: 0;
}

.careers-benefits-intro {
  flex: 1;
  font-size: 17px;
  line-height: 1.7;
  color: var(--senseye-text);
  margin: 0;
  text-align: right;
}

.careers-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 24px;
}

.careers-benefit {
  display: flex;
  flex-direction: column;
}

.careers-benefit-icon {
  font-size: 28px;
  color: var(--senseye-teal);
  margin-bottom: 12px;
  display: block;
}

.careers-benefit h4 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--senseye-white);
  margin: 0 0 8px;
}

.careers-benefit p {
  font-size: 16px;
  line-height: 1.6;
  color: var(--senseye-text);
  margin: 0;
}

/* ── Job openings section ───────────────────────────── */
.careers-openings {
  padding: 60px 0 80px;
}

.careers-openings-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--senseye-white);
  margin: 0 0 32px;
}

.careers-jobs {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.careers-job-link {
  display: inline-block;
  padding: 12px 32px;
  background: var(--senseye-teal);
  color: var(--senseye-white);
  font-family: 'Source Sans 3', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border: 1.5px solid var(--senseye-white);
  border-radius: 999px;
}

.careers-openings-cta p {
  font-size: 17px;
  line-height: 1.6;
  color: var(--senseye-text);
  margin: 0 0 20px;
  text-align: center;
}

.careers-openings-cta {
  text-align: center;
}

.careers-apply-btn {
  padding: 12px 48px;
}

/* ── Responsive ─────────────────────────────────────── */
@media (max-width: 860px) {
  .careers-container {
    padding: 0 24px;
  }

  .careers-hero {
    padding: 50px 0 40px;
  }

  .careers-h1 {
    font-size: 34px;
  }

  .careers-hero-sub {
    font-size: 18px;
  }

  .careers-passion {
    flex-direction: column;
  }

  .careers-passion-img {
    flex: none;
    height: 280px;
  }

  .careers-passion-text {
    flex: none;
    padding: 40px 24px;
  }

  .careers-passion-title {
    font-size: 26px;
  }

  .careers-benefits {
    padding: 40px 0;
  }

  .careers-benefits-header {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }

  .careers-benefits-title {
    flex: none;
    font-size: 26px;
  }

  .careers-benefits-intro {
    text-align: left;
  }

  .careers-benefits-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .careers-openings {
    padding: 40px 0 60px;
  }

  .careers-openings-title {
    font-size: 28px;
  }
}
