/* =========================================================
   CAREER LOCATION PAGE
   Scope: .page-career-location
========================================================= */

.page-career-location {
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 4rem;
}

.page-career-location .context-hero {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}

.page-career-location .hero-eyebrow {
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: #0f766e;
  margin-bottom: 0.5rem;
}

.page-career-location h1 {
  font-size: 2.2rem;
  margin-bottom: 0.75rem;
  color: #111827;
}

.page-career-location .hero-subtitle {
  color: #4b5563;
  max-width: 760px;
  line-height: 1.6;
}

.page-career-location .context-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-bottom: 2.5rem;
}

.page-career-location .context-card {
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  padding: 1.25rem;
  background: #f8fafc;
}

.page-career-location .context-card h3 {
  margin-bottom: 0.5rem;
  color: #111827;
}

.page-career-location .context-meta {
  font-size: 0.85rem;
  color: #6b7280;
  margin-top: 0.75rem;
}

.page-career-location .cities-section h2,
.page-career-location .scenario-section h2 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #111827;
}

.page-career-location .section-hint {
  margin: 0 0 1rem;
  color: #4b5563;
  line-height: 1.55;
}

.page-career-location .city-grid {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.85rem;
}

.page-career-location .city-card a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  text-decoration: none;
  color: #111827;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  transition: box-shadow 0.2s ease, transform 0.12s ease;
}

.page-career-location .city-card a:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
}

.page-career-location .scenario-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
  margin-bottom: 2rem;
}

.page-career-location .scenario-card {
  border-radius: 14px;
  border: 1px solid #e5e7eb;
  padding: 1.25rem;
  background: #ffffff;
}

.page-career-location .scenario-card.secondary {
  background: #f9fafb;
}

.page-career-location .scenario-card h3 {
  margin-bottom: 0.5rem;
  color: #111827;
}

.page-career-location .scenario-card p {
  color: #4b5563;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.page-career-location .axis-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
}

.page-career-location .axis-links .axis-cta {
  font-size: 0.92rem;
  font-weight: 600;
  padding: 0.75rem 0.9rem;
  border-radius: 10px;
  border: 1px solid #bfdbfe;
  color: #1d4ed8;
  text-decoration: none;
  background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%);
  display: block;
  text-align: center;
  transition: transform 0.12s ease, box-shadow 0.2s ease;
}

.page-career-location .axis-links .axis-cta:hover {
  background: linear-gradient(180deg, #dbeafe 0%, #bfdbfe 100%);
  box-shadow: 0 8px 16px rgba(29, 78, 216, 0.18);
  transform: translateY(-1px);
}

.page-career-location .secondary-title {
  margin-top: 2rem;
}

.page-career-location .context-cta {
  margin-top: 2rem;
}

@media (max-width: 640px) {
  .page-career-location {
    padding: 2rem 1rem 3rem;
  }

  .page-career-location .axis-links {
    gap: 0.4rem;
  }
}
