/* ===== CAREER PAGE — light, matches the site theme ===== */
.nav-links a.active { color: var(--blue); }

.btn-white { background: #fff; color: var(--blue); border: 1.5px solid #fff; }
.btn-white:hover { background: #eaf1ff; }

/* ---------- HERO ---------- */
.career-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #0a3d91 0%, #0b57c9 45%, #1188c9 100%);
  color: #fff;
  padding: 66px 24px 80px;
  text-align: center;
}
.career-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(60% 45% at 50% -10%, rgba(255,255,255,.20), transparent 70%);
  pointer-events: none;
}
.career-hero-inner { position: relative; z-index: 1; max-width: 820px; margin: 0 auto; }
.career-hero .eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #bcd8ff;
  margin-bottom: 16px;
}
.career-hero h1 {
  font-size: clamp(30px, 5vw, 54px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1px;
  margin-bottom: 18px;
}
.career-hero .lead {
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.6;
  color: rgba(255,255,255,.92);
  max-width: 700px;
  margin: 0 auto 30px;
}

/* ---------- SECTIONS ---------- */
.csec { padding: 62px 24px; background: #fff; }
.csec.alt { background: #f5f8fc; }
.csec-inner { max-width: 1080px; margin: 0 auto; }
.csec h2 {
  font-size: clamp(24px, 3.2vw, 36px);
  font-weight: 800;
  color: #0e1726;
  letter-spacing: -.5px;
  text-align: center;
  margin-bottom: 10px;
}
.csec .intro { text-align: center; color: #55617a; font-size: 17px; margin-bottom: 34px; }

/* check list */
.check-list {
  max-width: 780px;
  margin: 26px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 34px;
  list-style: none;
}
.check-list.center { max-width: 720px; }
.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: #26324b;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
.check-list li::before {
  content: "✔";
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 1px;
}

/* services */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc-card {
  background: #fff;
  border: 1px solid #e7ebf1;
  border-radius: 16px;
  padding: 26px 24px;
  transition: transform .18s ease, box-shadow .2s ease;
}
.csec:not(.alt) .svc-card { background: #f7f9fc; }
.svc-card:hover { transform: translateY(-4px); box-shadow: 0 16px 34px rgba(10,40,90,.10); }
.svc-ic { font-size: 34px; margin-bottom: 14px; }
.svc-card h3 { color: #0e1726; font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.svc-card p { color: #5a6579; font-size: 14.5px; line-height: 1.55; }

/* image-filled service card (Interview Coaching) */
.svc-card.svc-image { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.svc-image .svc-photo {
  height: 172px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.svc-interview .svc-photo { background-image: url("assets/job-interview.jpg"); background-position: center 35%; }
.svc-assess .svc-photo { background-image: url("assets/career-people.jpg"); background-position: center 45%; }
.svc-plan .svc-photo { background-image: url("assets/mindmap.jpg"); background-position: center; }
.svc-resume .svc-photo { background-image: url("assets/resume.webp"); background-position: center; }
.svc-transition .svc-photo {
  background-image: url("assets/career-transition.webp");
  background-size: contain;
  background-position: center;
  background-color: #eef4fc;
}
.svc-leadership .svc-photo { background-image: url("assets/leadership.jpg"); background-position: center 18%; }
.svc-image .svc-body { padding: 22px 24px 26px; }

/* process steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step {
  background: #fff;
  border: 1px solid #e7ebf1;
  border-radius: 16px;
  padding: 26px 22px;
}
.step .num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 17px;
  margin-bottom: 14px;
}
.step h3 { font-size: 16.5px; font-weight: 700; color: #0e1726; margin-bottom: 6px; }
.step p { font-size: 14px; color: #5a6579; line-height: 1.5; }

/* faq */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item {
  border: 1px solid #e7ebf1;
  border-radius: 12px;
  margin-bottom: 12px;
  background: #fff;
  overflow: hidden;
}
.faq-item summary {
  cursor: pointer;
  padding: 17px 20px;
  font-weight: 700;
  color: #0e1726;
  font-size: 16px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--blue); font-size: 24px; font-weight: 400; line-height: 1; }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { padding: 0 20px 18px; color: #5a6579; font-size: 15px; line-height: 1.6; margin: 0; }

/* closing cta band */
.cta-band {
  background: linear-gradient(90deg, #04143c, #0a2f7a 60%, #0a52d6);
  color: #fff;
  padding: 66px 24px;
  text-align: center;
}
.cta-inner { max-width: 720px; margin: 0 auto; }
.cta-band h2 { color: #fff; font-size: clamp(24px, 3vw, 36px); font-weight: 800; margin-bottom: 14px; }
.cta-band p { color: rgba(255,255,255,.9); font-size: 17px; line-height: 1.6; margin: 0 auto 10px; }
.cta-band .cta-sub { font-weight: 600; color: #fff; margin-bottom: 26px; }

/* footer */
.career-footer {
  background: #04143c;
  color: #a9bbdd;
  text-align: center;
  padding: 26px 20px;
  font-size: 14px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
  .svc-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .check-list { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
}
