/* Careers Page Styles */

/* Hero */
.careers-hero {
  background: #f0f3f7;
  background-image:
    linear-gradient(rgba(200,210,220,0.3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(200,210,220,0.3) 1px, transparent 1px);
  background-size: 60px 60px;
  border-bottom: 1px solid #e0e4ea;
  padding: 80px 40px 72px;
}

.careers-hero-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.careers-eyebrow {
  font-size: 13px;
  font-weight: 600;
  color: #5a6670;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.careers-title {
  font-size: 44px;
  font-weight: 800;
  color: #1a2b3c;
  line-height: 1.15;
  margin: 0 0 20px;
}

.careers-desc {
  font-size: 17px;
  color: #5a6670;
  line-height: 1.7;
  margin: 0;
}

/* Why eLogii */
.careers-why {
  padding: 64px 40px;
}

.careers-why-inner {
  max-width: 960px;
  margin: 0 auto;
}

.careers-why-label {
  font-size: 12px;
  font-weight: 700;
  color: #00b7e5;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: center;
}

.careers-why-heading {
  font-size: 28px;
  font-weight: 800;
  color: #1a2b3c;
  margin: 0 0 40px;
  text-align: center;
}

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

.careers-why-card {
  text-align: center;
  padding: 32px 20px;
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 12px;
  transition: all 0.2s;
}

.careers-why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
  border-color: #00b7e5;
}

.careers-why-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f3f7;
  border-radius: 12px;
}

.careers-why-icon svg {
  width: 24px;
  height: 24px;
  color: #00b7e5;
}

.careers-why-card-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a2b3c;
  margin-bottom: 8px;
}

.careers-why-card-desc {
  font-size: 14px;
  color: #5a6670;
  line-height: 1.6;
  margin: 0;
}

/* Open Roles */
.careers-roles {
  padding: 64px 40px;
  background: #f0f3f7;
  border-top: 1px solid #e0e4ea;
  border-bottom: 1px solid #e0e4ea;
}

.careers-roles-inner {
  max-width: 720px;
  margin: 0 auto;
}

.careers-roles-label {
  font-size: 12px;
  font-weight: 700;
  color: #00b7e5;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
  text-align: center;
}

.careers-roles-heading {
  font-size: 28px;
  font-weight: 800;
  color: #1a2b3c;
  margin: 0 0 40px;
  text-align: center;
}

.careers-role-card {
  background: #fff;
  border: 1px solid #e8eaed;
  border-radius: 12px;
  padding: 32px;
  margin-bottom: 20px;
  transition: all 0.2s;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.careers-role-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  border-color: #00b7e5;
}

.careers-role-info {
  flex: 1;
}

.careers-role-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a2b3c;
  margin: 0 0 12px;
}

.careers-role-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.careers-role-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  color: #5a6670;
  background: #f0f3f7;
  padding: 4px 10px;
  border-radius: 100px;
}

.careers-role-tag svg {
  width: 12px;
  height: 12px;
}

.careers-role-desc {
  font-size: 15px;
  color: #5a6670;
  line-height: 1.6;
  margin: 0;
}

.careers-role-apply {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #7ed321;
  color: #001e39;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
  align-self: center;
}

.careers-role-apply:hover {
  background: #ffd012;
}

.careers-role-apply svg {
  width: 14px;
  height: 14px;
}

/* CTA */
.careers-cta {
  background: #1a2b3c;
  padding: 72px 40px;
  text-align: center;
}

.careers-cta-inner {
  max-width: 600px;
  margin: 0 auto;
}

.careers-cta h2 {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 16px;
}

.careers-cta-sub {
  font-size: 16px;
  color: #8a9bab;
  line-height: 1.7;
  margin: 0 0 32px;
}

.careers-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #7ed321;
  color: #001e39;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}

.careers-cta-btn:hover {
  background: #ffd012;
}

.careers-cta-btn svg {
  width: 14px;
  height: 14px;
}

/* Responsive */
@media (max-width: 768px) {
  .careers-hero {
    padding: 48px 16px 40px;
  }
  .careers-title {
    font-size: 32px;
  }
  .careers-why {
    padding: 48px 16px;
  }
  .careers-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .careers-roles {
    padding: 48px 16px;
  }
  .careers-role-card {
    flex-direction: column;
    padding: 24px;
  }
  .careers-role-apply {
    align-self: flex-start;
  }
  .careers-cta {
    padding: 48px 16px;
  }
}

@media (max-width: 480px) {
  .careers-title {
    font-size: 28px;
  }
  .careers-why-grid {
    grid-template-columns: 1fr;
  }
  .careers-why-heading {
    font-size: 24px;
  }
  .careers-roles-heading {
    font-size: 24px;
  }
}

/* Mega Menu - Explore Further Buttons */
.feature-group .mega-explore-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 6px 16px;
  background: #7ed321;
  color: #001e39;
  font-size: 12px;
  font-weight: 600;
  border-radius: 16px;
  transition: background 0.2s, transform 0.15s;
}
.feature-group .mega-explore-btn:hover {
  background: #ffd012;
  transform: translateY(-1px);
  color: #001e39;
}
.feature-group .mega-explore-btn span {
  font-size: 13px;
  transition: transform 0.2s;
}
.feature-group .mega-explore-btn:hover span {
  transform: translateX(2px);
}

.integration-more {
  font-size: 13px;
  font-weight: 600;
  color: #00b7e5;
  white-space: nowrap;
}
