body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(0, 79, 157, 0.14), transparent 28%),
    linear-gradient(180deg, #f6f9fc 0%, #eef4fa 100%);
  color: #10233b;
}

.careers-page {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 32px 0 72px;
}

.careers-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(280px, 0.8fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.careers-panel,
.careers-feature,
.career-card,
.careers-cta {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(16, 35, 59, 0.08);
  box-shadow: 0 18px 44px rgba(11, 33, 61, 0.08);
}

.careers-panel {
  padding: 28px;
}

.careers-kicker {
  margin: 0 0 10px;
  color: #2e74c9;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.76rem;
  font-weight: 800;
}

.careers-panel h1 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
  color: #0d2341;
}

.careers-panel p {
  margin: 14px 0 0;
  color: #526276;
  font-size: 1.03rem;
  line-height: 1.8;
}

.careers-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.careers-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.careers-button:hover {
  transform: translateY(-2px);
}

.careers-button.primary {
  background: #001f3f;
  color: #fff;
  box-shadow: 0 14px 24px rgba(0, 31, 63, 0.18);
}

.careers-button.secondary {
  background: rgba(0, 31, 63, 0.06);
  color: #001f3f;
}

.careers-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.careers-stat {
  padding: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff, #f4f8fd);
  border: 1px solid rgba(16, 35, 59, 0.08);
}

.careers-stat strong {
  display: block;
  font-size: 1.5rem;
  color: #0d2341;
}

.careers-stat span {
  display: block;
  margin-top: 6px;
  color: #62738a;
  font-size: 0.9rem;
}

.careers-feature {
  padding: 24px;
  display: grid;
  gap: 16px;
  align-content: start;
  background:
    linear-gradient(180deg, rgba(0, 31, 63, 0.96), rgba(12, 45, 82, 0.94)),
    #001f3f;
  color: #fff;
}

.careers-feature h2 {
  margin: 0;
  font-size: 1.35rem;
}

.careers-feature p,
.careers-feature li {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.careers-feature-list {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.careers-feature-note {
  margin-top: auto;
  padding: 16px 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.careers-note-copy,
.careers-feature-copy {
  margin: 0;
  color: inherit;
  line-height: 1.7;
}

.careers-note-copy {
  margin-top: 8px;
}

.careers-feature-title {
  margin: 0 0 12px;
  color: #526276;
}

.career-meta--spaced {
  margin-bottom: 12px;
}

.careers-actions--tight {
  margin-top: 0;
}

.careers-section {
  margin-top: 24px;
}

.careers-section-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.careers-section-header h2 {
  margin: 0;
  color: #0d2341;
  font-size: 1.7rem;
}

.careers-section-header p {
  margin: 6px 0 0;
  color: #62738a;
  max-width: 760px;
}

.jobs-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.career-card {
  padding: 22px;
  display: grid;
  gap: 16px;
}

.career-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.career-pill,
.career-status,
.career-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}

.career-pill {
  background: rgba(46, 116, 201, 0.12);
  color: #2e74c9;
}

.career-status {
  background: rgba(31, 143, 100, 0.12);
  color: #1f8f64;
}

.career-card h3 {
  margin: 0;
  font-size: 1.35rem;
  line-height: 1.25;
  color: #10233b;
}

.career-card p {
  margin: 0;
  color: #5d6e81;
  line-height: 1.75;
}

.career-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.career-chip {
  background: rgba(16, 35, 59, 0.06);
  color: #10233b;
  font-weight: 700;
}

.career-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}

.career-note {
  color: #62738a;
  font-size: 0.9rem;
}

.career-apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #001f3f;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.career-apply:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 22px rgba(0, 31, 63, 0.18);
}

.careers-lower-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.careers-info-card {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 35, 59, 0.08);
  box-shadow: 0 16px 32px rgba(11, 33, 61, 0.06);
}

.careers-info-card h3 {
  margin: 0 0 12px;
  color: #0d2341;
}

.careers-info-card ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
  color: #526276;
  line-height: 1.7;
}

.careers-linkedin-card {
  grid-column: 1 / -1;
  display: block;
  min-height: 340px;
  padding: 0;
  align-items: stretch;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 18% 18%, rgba(120, 193, 255, 0.22), transparent 28%),
    radial-gradient(circle at 82% 24%, rgba(255, 255, 255, 0.16), transparent 22%),
    linear-gradient(135deg, rgba(3, 25, 48, 0.98), rgba(10, 102, 194, 0.94)),
    #03192f;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 54px rgba(6, 22, 43, 0.18);
}

.careers-linkedin-card::before,
.careers-linkedin-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.careers-linkedin-card::before {
  background:
    radial-gradient(circle at 15% 15%, rgba(255, 255, 255, 0.18), transparent 18%),
    radial-gradient(circle at 85% 70%, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.06) 48%, transparent 100%);
  opacity: 0.85;
}

.careers-linkedin-card::after {
  inset: auto -6% -18% auto;
  width: 46%;
  height: 72%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 70%);
  filter: blur(18px);
}

.careers-linkedin-copy {
  position: relative;
  z-index: 3;
  display: grid;
  align-content: start;
  gap: 14px;
  color: #fff;
  width: min(58%, 620px);
  min-height: 340px;
  padding: 34px 34px 32px;
  background:
    linear-gradient(180deg, rgba(8, 25, 44, 0.45), rgba(8, 25, 44, 0.22)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.careers-linkedin-kicker {
  margin: 0;
  color: #9ed0ff;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 900;
}

.careers-linkedin-card h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.4rem, 2vw, 2rem);
  line-height: 1.1;
}

.careers-linkedin-text,
.careers-linkedin-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.75;
}

.careers-linkedin-actions {
  display: grid;
  gap: 10px;
  justify-items: start;
  margin-top: 8px;
}

.careers-linkedin-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.careers-linkedin-button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  padding: 12px 18px 12px 20px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  letter-spacing: 0.01em;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.04)),
    linear-gradient(180deg, #41a7ff 0%, #0a66c2 52%, #084f97 100%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.45),
    inset 0 -2px 0 rgba(0, 0, 0, 0.16),
    0 14px 26px rgba(10, 102, 194, 0.28),
    0 3px 0 rgba(6, 44, 92, 0.5);
  transform: translateY(0);
  transition: transform 0.24s ease, box-shadow 0.24s ease, filter 0.24s ease;
  animation: linkedinButtonFloat 3.2s ease-in-out infinite;
}

.careers-linkedin-button--secondary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03)),
    linear-gradient(180deg, #143b63 0%, #0b2744 56%, #071c31 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 -2px 0 rgba(0, 0, 0, 0.18),
    0 12px 24px rgba(0, 0, 0, 0.2),
    0 3px 0 rgba(0, 0, 0, 0.22);
}

.careers-linkedin-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 10%, rgba(255, 255, 255, 0.22) 45%, transparent 70%);
  transform: translateX(-120%);
  transition: transform 0.7s ease;
}

.careers-linkedin-button:hover {
  transform: translateY(-2px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -2px 0 rgba(0, 0, 0, 0.14),
    0 18px 34px rgba(10, 102, 194, 0.34),
    0 4px 0 rgba(6, 44, 92, 0.5);
  filter: saturate(1.06);
}

.careers-linkedin-button:hover::before {
  transform: translateX(120%);
}

.careers-linkedin-button-label,
.careers-linkedin-button-icon {
  position: relative;
  z-index: 1;
}

.careers-linkedin-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  font-size: 1rem;
}

.careers-linkedin-visual {
  position: relative;
  position: absolute;
  inset: 0;
  z-index: 1;
  min-height: 220px;
  border-radius: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 45%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(0, 0, 0, 0.24));
}

.careers-linkedin-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.18;
  transform: scale(1.08);
  filter: saturate(1.12) contrast(1.05) blur(0.2px);
  animation: linkedinImageFade 1.3s ease both;
}

.careers-linkedin-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3, 25, 48, 0.22) 0%, rgba(3, 25, 48, 0.28) 38%, rgba(3, 25, 48, 0.52) 100%),
    linear-gradient(180deg, rgba(3, 25, 48, 0.08), rgba(3, 25, 48, 0.36)),
    radial-gradient(circle at center, transparent 20%, rgba(3, 25, 48, 0.26) 78%);
  backdrop-filter: saturate(1.15);
}

.careers-linkedin-tag {
  position: absolute;
  left: auto;
  right: 22px;
  top: 22px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.careers-linkedin-tag::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: #79c3ff;
  box-shadow: 0 0 0 4px rgba(121, 195, 255, 0.18);
}

.careers-cta {
  margin-top: 24px;
  padding: 24px;
  background:
    linear-gradient(135deg, rgba(0, 31, 63, 0.96), rgba(0, 79, 157, 0.92)),
    #001f3f;
  color: #fff;
}

.careers-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.careers-cta h2 {
  margin: 0 0 8px;
  font-size: 1.8rem;
}

.careers-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  line-height: 1.7;
  max-width: 760px;
}

.careers-cta .careers-button.secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.careers-empty {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px dashed rgba(16, 35, 59, 0.18);
  color: #526276;
}

@media (max-width: 980px) {
  .careers-intro,
  .careers-lower-grid,
  .jobs-grid {
    grid-template-columns: 1fr;
  }

  .careers-section-header,
  .careers-cta-inner,
  .career-card-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .careers-stats {
    grid-template-columns: 1fr;
  }

  .careers-linkedin-card {
    grid-column: auto;
    min-height: unset;
  }

  .careers-linkedin-copy {
    width: 100%;
    min-height: unset;
    padding: 24px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .careers-linkedin-visual {
    position: relative;
    min-height: 220px;
  }
}

@keyframes linkedinButtonFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-2px);
  }
}

@keyframes linkedinImageFade {
  from {
    opacity: 0;
    transform: scale(1.08);
  }
  to {
    opacity: 0.28;
    transform: scale(1.04);
  }
}
