.fertilitas-careers-page {
  color: #1f2937;
  background: #f8f6f4;
}

.fertilitas-careers-page * {
  box-sizing: border-box;
}

.fc-container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.fc-narrow {
  max-width: 760px;
}

.fc-center {
  text-align: center;
}

.fc-section {
  padding: 72px 0;
}

.fc-section h2,
.fc-section h3,
.fc-hero h1 {
  margin: 0 0 16px;
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #111827;
}

.fc-section h2 {
  font-size: clamp(32px, 3vw, 54px);
  font-weight: 800;
}

.fc-section h3 {
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 800;
}

.fc-section__lead {
  color: #6b7280;
  font-size: 18px;
  line-height: 1.7;
}

.fc-section__lead p:last-child,
.fc-hero__text p:last-child {
  margin-bottom: 0;
}

.fc-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  background-color: #d7d1cb;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.fc-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(30, 25, 20, 0.65) 0%, rgba(30, 25, 20, 0.35) 32%, rgba(30, 25, 20, 0.06) 65%, rgba(30, 25, 20, 0.02) 100%);
}

.fc-hero__content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: 80px 0;
  color: #fff;
}

.fc-hero h1 {
  color: #fff;
  font-size: clamp(42px, 7vw, 54px);
  font-weight: 800;
}

.fc-hero__text {
  font-size: 22px;
  line-height: 1.55;
  max-width: 560px;
  color: rgba(255,255,255,0.94);
  margin-bottom: 28px;
}

.fc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

.fc-btn:hover {
  transform: translateY(-1px);
}

.fc-btn--primary {
  background: #ef3125;
  color: #fff;
  box-shadow: 0 12px 30px rgba(239, 49, 37, 0.24);
}

.fc-btn--primary:hover {
  background: #d8291f;
  color: #fff;
}

.fc-btn--light {
  background: #fff;
  color: #d8291f;
}

.fc-btn--light:hover {
  color: #c51f17;
}

.fc-card-grid {
  display: grid;
  gap: 24px;
  margin-top: 40px;
}

.fc-card-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fc-card-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fc-info-card,
.fc-quote-card,
.fc-social-card,
.fc-job-row {
  background: #fff;
  border: 1px solid #e7e5e4;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(17, 24, 39, 0.04);
}

.fc-info-card {
  padding: 32px 28px;
  text-align: left;
}

.fc-info-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(239, 49, 37, 0.08);
  color: #ef3125;
  font-size: 20px;
  margin-bottom: 22px;
}

.fc-info-card h3 {
  font-size: 24px;
  margin-bottom: 12px;
}

.fc-info-card p,
.fc-badge-text,
.fc-muted,
.fc-social-card__content,
.fc-social-card__time,
.fc-quote-card span,
.fc-job-row p {
  color: #6b7280;
  line-height: 1.7;
}

.fc-section--badge {
  padding-top: 12px;
}

.fc-badge-logo img {
  max-width: 120px;
  height: auto;
}

.fc-badge-title {
  font-size: 22px;
  margin-top: 14px;
  margin-bottom: 8px;
}

.fc-badge-text {
  max-width: 520px;
  margin: 0 auto;
}

.fc-list-wrap {
  max-width: 760px;
}

.fc-job-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 28px;
  margin-bottom: 16px;
  text-decoration: none;
  color: inherit;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.fc-job-row:hover {
  transform: translateY(-2px);
  border-color: rgba(239, 49, 37, 0.22);
  box-shadow: 0 16px 36px rgba(17, 24, 39, 0.08);
}

.fc-job-row__main {
  text-align: left;
}

.fc-job-row__main h3 {
  font-size: 30px;
  margin: 0 0 8px;
}

.fc-job-row__main p {
  margin: 0;
}

.fc-job-row__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #6b7280;
  font-size: 15px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.fc-job-row__meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.fc-job-row__arrow {
  font-size: 26px;
  line-height: 1;
  color: #9ca3af;
}

.fc-muted {
  margin-top: 18px;
}

.fc-muted a {
  color: #ef3125;
  text-decoration: none;
}

.fc-quote-card {
  padding: 28px;
  text-align: left;
}

.fc-quote-card blockquote {
  margin: 0 0 24px;
  font-style: italic;
  font-size: 17px;
  line-height: 1.8;
  color: #374151;
  box-shadow: none;
}

.fc-quote-card__author {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fc-quote-card strong {
  font-size: 18px;
  color: #111827;
}

.fc-social-card {
  padding: 24px;
  text-align: left;
}

.fc-social-card__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.fc-social-card__header span {
  display: block;
  color: #6b7280;
  font-size: 14px;
  margin-top: 3px;
}

.fc-social-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: #3b82f6;
  flex: 0 0 40px;
}

.fc-social-card__content {
  margin: 0 0 18px;
}

.fc-social-card__time {
  font-size: 14px;
}

.fc-section--cta {
  background: #ef3125;
  color: #fff;
}

.fc-section--cta h2,
.fc-section__lead--light,
.fc-section__lead--light p {
  color: #fff;
}

@media (max-width: 1024px) {
  .fc-card-grid--4,
  .fc-card-grid--3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fc-job-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .fc-job-row__meta {
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .fc-section {
    padding: 52px 0;
  }

  .fc-hero {
    min-height: 520px;
    background-position: 62% center;
  }

  .fc-hero__text {
    font-size: 18px;
  }

  .fc-card-grid--4,
  .fc-card-grid--3 {
    grid-template-columns: 1fr;
  }

  .fc-job-row {
    padding: 20px;
  }

  .fc-job-row__main h3,
  .fc-info-card h3 {
    font-size: 24px;
  }
}
