.careers-intro-section {
  padding: 80px 0 60px;
  background: #f8f9ff;
}

.careers-intro-section .section-tag {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #0972ba, #103472);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin-bottom: 14px;
}

.careers-intro-section h2.section-heading {
  font-size: 38px;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.25;
  margin-bottom: 20px;
}

.careers-intro-section p.section-lead {
  font-size: 16px;
  color: #475569;
  line-height: 1.8;
  max-width: 600px;
}

.careers-intro-image {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(99, 102, 241, 0.15);
  height: 380px;
  position: relative;
}

.careers-intro-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ── Why Work With Us ── */
.why-work-section {
  padding: 80px 0;
  background: #fff;
}

.section-center-tag {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #0972ba, #103472);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 12px;
}

.section-center-h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 12px;
}

.section-center-sub {
  text-align: center;
  color: #64748b;
  font-size: 16px;
  max-width: 650px;
  margin: 0 auto 50px;
  line-height: 1.8;
}

.why-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px 28px;
  height: 100%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.why-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(135deg, #0972ba, #103472);
  transform: scaleX(0);
  transition: transform 0.3s ease;
  transform-origin: left;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(99, 102, 241, 0.12);
  border-color: #c7d2fe;
}

.why-card:hover::before {
  transform: scaleX(1);
}

.why-card .icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0972ba, #103472);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
  transition: transform 0.3s ease;
}

.why-card:hover .icon-wrap {
  transform: scale(1.1) rotate(-5deg);
}

.why-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 10px;
}

.why-card p {
  font-size: 14.5px;
  color: #64748b;
  line-height: 1.7;
  margin: 0;
}

/* ── Our Culture ── */
.culture-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f0f4ff 0%, #faf5ff 100%);
}

.culture-section .col-tag {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #0972ba, #103472);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin-bottom: 12px;
}

.culture-section h2 {
  font-size: 34px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 14px;
}

.culture-section .culture-lead {
  font-size: 15.5px;
  color: #64748b;
  line-height: 1.8;
  margin-bottom: 32px;
}

.culture-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid #e2e8f0;
}

.culture-item:last-child {
  border-bottom: none;
}

.culture-item .c-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0972ba, #103472);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
}

.culture-item .c-content h5 {
  font-size: 15px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 3px;
}

.culture-item .c-content p {
  font-size: 13.5px;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
}

.culture-visual {
  background: linear-gradient(135deg, #0972ba, #103472);
  border-radius: 24px;
  padding: 50px 40px;
  color: #fff;
  position: relative;
  overflow: hidden;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.culture-visual::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  top: -80px;
  right: -80px;
}

.culture-visual::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  bottom: -60px;
  left: -40px;
}

.culture-visual .cv-stat {
  position: relative;
  z-index: 2;
  margin-bottom: 28px;
}

.culture-visual .cv-stat h3 {
  font-size: 52px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 4px;
  line-height: 1;
}

.culture-visual .cv-stat p {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.culture-visual .cv-quote {
  position: relative;
  z-index: 2;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 24px;
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
  line-height: 1.7;
}

/* ── Employee Benefits ── */
.benefits-section {
  padding: 80px 0;
  background: #fff;
}

.benefit-card {
  text-align: center;
  padding: 36px 24px;
  border-radius: 18px;
  background: #f8f9ff;
  border: 1px solid #e8eaf6;
  transition: all 0.3s ease;
  height: 100%;
}

.benefit-card:hover {
  background: linear-gradient(135deg, #0972ba, #103472);
  border-color: transparent;
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(99, 102, 241, 0.25);
}

.benefit-card:hover h5,
.benefit-card:hover p {
  color: #fff;
}

.benefit-card:hover .b-icon {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.benefit-card .b-icon {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0972ba, #103472);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin: 0 auto 20px;
  transition: all 0.3s ease;
}

.benefit-card h5 {
  font-size: 16px;
  font-weight: 700;
  color: #1e293b;
  margin-bottom: 8px;
  transition: color 0.3s ease;
}

.benefit-card p {
  font-size: 13.5px;
  color: #64748b;
  margin: 0;
  line-height: 1.6;
  transition: color 0.3s ease;
}

/* ── Hiring Process ── */
.hiring-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #0f172a, #1e1b4b);
}

.hiring-section h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}

.hiring-section .hiring-sub {
  text-align: center;
  color: #94a3b8;
  font-size: 16px;
  margin-bottom: 60px;
}

.hiring-steps {
  display: flex;
  align-items: flex-start;
  gap: 0;
  position: relative;
  flex-wrap: wrap;
}

.hiring-steps::before {
  content: "";
  position: absolute;
  top: 32px;
  left: calc(10% + 32px);
  right: calc(10% + 32px);
  height: 2px;
  background: linear-gradient(90deg, #0972ba, #103472);
  z-index: 0;
}

.hiring-step {
  flex: 1;
  min-width: 140px;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

.hiring-step .step-number {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0972ba, #103472);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border: 3px solid #1e1b4b;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.4);
  transition: transform 0.3s ease;
}

.hiring-step:hover .step-number {
  transform: scale(1.15);
}

.hiring-step h5 {
  font-size: 13.5px;
  font-weight: 700;
  color: #e2e8f0;
  margin-bottom: 8px;
}

.hiring-step p {
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.5;
  margin: 0;
}

/* ── Openings + Form ── */
.openings-section {
  padding: 80px 0;
  background: #f8f9ff;
}

.openings-section .col-tag {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #0972ba, #103472);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  margin-bottom: 10px;
}

.openings-section h2 {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 10px;
}

.openings-section .openings-lead {
  color: #64748b;
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 1.7;
}

/* ── Job Cards Grid ── */
.job-cards-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}

.job-card {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 18px 20px;
  cursor: pointer;
  transition: all 0.28s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.job-card::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #0972ba, #103472);
  border-radius: 14px 0 0 14px;
  transform: scaleY(0);
  transition: transform 0.28s ease;
  transform-origin: bottom;
}

.job-card:hover {
  border-color: #0972ba;
  box-shadow: 0 8px 32px rgba(9, 114, 186, 0.13);
  transform: translateX(4px);
}

.job-card:hover::before {
  transform: scaleY(1);
}

.job-card:hover .job-card-arrow {
  background: linear-gradient(135deg, #0972ba, #103472);
  color: #fff;
  transform: translateX(3px);
}

.job-card:hover .job-card-icon {
  background: linear-gradient(135deg, #0972ba, #103472);
  color: #fff;
}

/* Icon */
.job-card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #eef4fb;
  color: #0972ba;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
  transition: all 0.28s ease;
}

/* Body */
.job-card-body {
  flex: 1;
  min-width: 0;
}

.job-category {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #0972ba;
  background: #eef4fb;
  padding: 2px 10px;
  border-radius: 50px;
  margin-bottom: 6px;
}

.job-card-body h4 {
  font-size: 15.5px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

/* Tags row */
.job-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.job-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #64748b;
  background: #f1f5f9;
  padding: 3px 10px;
  border-radius: 50px;
}

.job-tag i {
  font-size: 10px;
  color: #0972ba;
}

/* Arrow */
.job-card-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f1f5f9;
  color: #0972ba;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
  transition: all 0.28s ease;
}


.careers-accordion .card {
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  margin-bottom: 12px !important;
  overflow: hidden;
  box-shadow: none !important;
  background: #fff;
}

.careers-accordion .card-header {
  background: #fff !important;
  border: none !important;
  padding: 0 !important;
}

.careers-accordion .card-header a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  font-size: 15px;
  font-weight: 600;
  color: #1e293b !important;
  text-decoration: none;
  transition: all 0.25s ease;
}

.careers-accordion .card-header a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0972ba;
  transition: transform 0.3s ease;
}

.careers-accordion .card-header a:not(.collapsed) {
  background: linear-gradient(135deg, #0972ba, #103472);
  color: #fff !important;
}

.careers-accordion .card-header a:not(.collapsed)::after {
  color: #fff;
  transform: rotate(180deg);
}

.careers-accordion .card-body {
  padding: 20px 22px;
  background: #fafbff;
}

.careers-accordion .card-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.careers-accordion .card-body ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 14px;
  color: #475569;
  border-bottom: 1px solid #f1f5f9;
}

.careers-accordion .card-body ul li:last-child {
  border-bottom: none;
}

.careers-accordion .card-body ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0972ba, #103472);
  flex-shrink: 0;
}

.careers-accordion .card-body ul li span {
  font-weight: 600;
  color: #1e293b;
}

.no-role-banner {
  background: linear-gradient(135deg, #0972ba, #103472);
  border-radius: 14px;
  padding: 20px 24px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
}

.no-role-banner i {
  font-size: 28px;
  opacity: 0.85;
  flex-shrink: 0;
}

.no-role-banner p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.95;
}

/* Apply Form Panel */
.apply-form-panel {
  background: #fff;
  border-radius: 20px;
  padding: 36px 32px;
  box-shadow: 0 10px 40px rgba(99, 102, 241, 0.1);
  border: 1px solid #e8eaf6;
}

.apply-form-panel .panel-heading {
  margin-bottom: 24px;
}

.apply-form-panel .panel-heading h3 {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 6px;
}

.apply-form-panel .panel-heading p {
  font-size: 14px;
  color: #64748b;
  margin: 0;
}

@media (max-width: 992px) {
  .culture-visual {
    min-height: auto;
    margin-top: 30px;
    padding: 36px 28px;
  }

  .careers-intro-image {
    height: 280px;
    margin-top: 30px;
  }
}

@media (max-width: 768px) {
  .careers-intro-section h2.section-heading {
    font-size: 28px;
  }

  .section-center-h2 {
    font-size: 28px;
  }

  .hiring-steps::before {
    display: none;
  }

  .hiring-step {
    min-width: 50%;
    margin-bottom: 30px;
  }

  .apply-form-panel {
    padding: 24px 18px;
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .hiring-step {
    min-width: 100%;
  }
}
