body {
  font-family: 'Montserrat', 'Roboto', sans-serif;
  color: #0b1f32;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  color: #6ecad4;
  margin-bottom: 0.8rem;
}

/* Hero Section */
.services-hero {
  position: relative;
  background: linear-gradient(135deg, #041c32, #0f4c75 50%, #009688);
  color: #fff;
  padding: 140px 0 110px;
  overflow: hidden;
}

.services-overlay {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background: url('../img/bg/abstract-bg-1.webp') center/cover no-repeat;
}

.services-hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 20px;
}

.services-hero-content h1 {
  font-size: clamp(2rem, 4vw, 3.5rem);
  font-weight: 600;
  margin-bottom: 1.2rem;
}

.services-hero-content p {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.8rem;
}

.hero-cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;

}
.hero-cta .btn{
  width: 200px;
  margin: 0;

}

.btn {
  border: none;
  border-radius: 999px;
  padding: 12px 28px;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.primary-btn {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.primary-btn {
  background: #00b7a8;
  color: #041c32;
  box-shadow: 0 10px 30px rgba(0, 183, 168, 0.25);
}

.secondary-btn {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 15, 15, 0.2);
}

/* Opportunity section */
.opportunity-section {
  padding: 80px 0 40px;
}

.opportunity-content {
  max-width: 760px;
  margin: 0 auto 48px;
  text-align: center;
}

.opportunity-content h2 {
  font-size: 2.2rem;
  margin-bottom: 18px;
}

.opportunity-content p {
  color: #4f5b66;
  line-height: 1.75;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
  padding: 0 16px;
}

.metrics article {
  background: #f9fbfd;
  border: 1px solid #e0eaef;
  border-radius: 18px;
  padding: 20px;
  text-align: center;
}

.metrics h3 {
  font-size: 2rem;
  color: #0f4c75;
  margin-bottom: 4px;
}

.metrics p {
  margin: 0;
  color: #4f5b66;
}

/* Filters */
.career-filters {
  padding: 60px 16px 20px;
  text-align: center;
}

.career-filters h2 {
  font-size: 2rem;
  margin-bottom: 22px;
}

.filter-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.filter-buttons button {
  border-radius: 999px;
  border: 1px solid #dfe8ee;
  background: #fff;
  color: #0f355a;
  padding: 10px 20px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-buttons button.active {
  background: #0f4c75;
  color: #fff;
  border-color: #0f4c75;
}

/* Job cards */
.career-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  padding: 30px 16px 70px;
}

.job-card {
  background: #ffffff;
  border: 1px solid #e4ebf0;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 25px 80px rgba(7, 47, 75, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.job-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 40px 90px rgba(7, 47, 75, 0.15);
}

.job-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.job-header h3 {
  margin: 0;
  font-size: 1.25rem;
}

.badge {
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
}

.badge.hybrid {
  background: rgba(0, 182, 196, 0.12);
  color: #007c85;
}

.badge.remote {
  background: rgba(0, 132, 255, 0.12);
  color: #0050a4;
}

.badge.onsite {
  background: rgba(255, 170, 51, 0.15);
  color: #a35b00;
}

.job-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: #4f5b66;
  font-size: 0.92rem;
}

.job-meta li {
  display: flex;
  gap: 6px;
  align-items: center;
}

.job-meta li::before {
  content: '•';
  color: #00a5bb;
}

.job-actions {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.ghost-btn {
  border: none;
  background: transparent;
  color: #0f4c75;
  font-weight: 600;
  cursor: pointer;
}

/* CTA */
.career-cta {
  margin: 0 16px 80px;
  padding: 38px 32px;
  border-radius: 24px;
  background: linear-gradient(120deg, rgba(9, 30, 66, 0.95), rgba(1, 107, 130, 0.95));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.career-cta h2 {
  margin: 8px 0;
}

@media (max-width: 768px) {
  .hero-cta {
    flex-direction: column;
  }

  .career-cta {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 412px) {
  .hero-cta {
    flex-direction: column;
    align-items: center;
  }

}
