:root {
  --careers-bg: #ffffff;
  --careers-bg-alt: #f8fafc;
  --careers-text: #0f172a;
  --careers-text-muted: #6b7280;
  --careers-primary: #2563eb;
  --careers-primary-dark: #1d4ed8;
  --careers-border: #e5e7eb;
}

.careers-hero {
  position: relative;
  padding: 40px 0;
  background: linear-gradient(180deg, var(--careers-bg) 0%, var(--careers-bg-alt) 100%);
  overflow: hidden;
}

.careers-hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.careers-hero-gradient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 0% 0%, rgba(37, 99, 235, 0.06), transparent 55%),
    radial-gradient(circle at 100% 20%, rgba(79, 70, 229, 0.05), transparent 55%);
}

.careers-hero-glow {
  position: absolute;
  top: 55%;
  right: 8%;
  width: 480px;
  height: 360px;
  transform: translateY(-50%);
  background: radial-gradient(ellipse 70% 50% at 50% 50%, rgba(37, 99, 235, 0.08), transparent 65%);
  opacity: 0.7;
}

.careers-hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background-image: radial-gradient(circle at 1px 1px, rgba(148, 163, 184, 0.25) 1px, transparent 0);
  background-size: 32px 32px;
  mix-blend-mode: soft-light;
}

.careers-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 64px;
  align-items: center;
  max-width: 1430px;
  margin: 0 auto;
}

.careers-hero-left {
  max-width: 560px;
}

.careers-tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  margin-bottom: 24px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1d4ed8;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.06);
  border: 1px solid rgba(37, 99, 235, 0.12);
}

.careers-title {
  font-size: clamp(3rem, 5vw, 3.9rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
  color: var(--careers-text);
  margin-bottom: 24px;
}

.careers-title-highlight {
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.careers-sub {
  font-size: 18px;
  line-height: 1.6;
  color: var(--careers-text-muted);
  margin-bottom: 32px;
  max-width: 520px;
}

.careers-hero-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}

.careers-hero-avatars {
  display: inline-flex;
  align-items: center;
}

.careers-hero-avatar {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 2px solid #ffffff;
  object-fit: cover;
  background: #e5e7eb;
  margin-left: -8px;
}

.careers-hero-avatar:first-child {
  margin-left: 0;
}

.careers-hero-avatar-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  margin-left: -8px;
  background: #e5e7eb;
  font-size: 13px;
  font-weight: 600;
  color: #4b5563;
}

.careers-hero-trust {
  font-size: 13px;
  color: #6b7280;
}

.careers-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.careers-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
  font-family: inherit;
}

.careers-btn-primary {
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  color: #ffffff;
  box-shadow: 0 14px 35px rgba(30, 64, 175, 0.35);
}

.careers-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 45px rgba(30, 64, 175, 0.4);
}

.careers-btn-secondary {
  background: rgba(255, 255, 255, 0.9);
  color: var(--careers-text);
  border-color: #e5e7eb;
}

.careers-btn-secondary:hover {
  background: #f9fafb;
  border-color: #d1d5db;
}

.careers-hero-right {
  justify-self: stretch;
}

.careers-hero-media {
  position: relative;
  padding: 16px;
}

.careers-hero-float-card {
  position: absolute;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(226, 232, 240, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    0 10px 30px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(148, 163, 184, 0.3);
  font-size: 12px;
  font-weight: 500;
  color: #111827;
  animation: careers-float 7s ease-in-out infinite;
}

.careers-hero-float-label {
  white-space: nowrap;
}

.careers-hero-float-remote {
  top: 8%;
  left: -4%;
  animation-delay: 0s;
}

.careers-hero-float-global {
  top: 18%;
  right: -6%;
  animation-delay: -2s;
}

.careers-hero-float-growth {
  bottom: 10%;
  left: -2%;
  animation-delay: -4s;
}

.careers-hero-float-countries {
  bottom: -2%;
  right: 10%;
  animation-delay: -6s;
}

@keyframes careers-float {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -6px, 0);
  }
}

.careers-hero-media-bg {
  position: absolute;
  border-radius: 999px;
  opacity: 0.6;
  filter: blur(2px);
}

.careers-hero-media-bg-1 {
  inset: 10% 8% auto auto;
  height: 40%;
  background: radial-gradient(circle at 0 50%, rgba(59, 130, 246, 0.14), transparent 70%);
}

.careers-hero-media-bg-2 {
  inset: auto 12% 0 0;
  height: 40%;
  background: radial-gradient(circle at 100% 50%, rgba(79, 70, 229, 0.12), transparent 70%);
}

.careers-hero-image-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow:
    0 24px 60px rgba(15, 23, 42, 0.08),
    0 0 0 1px rgba(148, 163, 184, 0.16);
}

.careers-hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.careers-anchor-spacer {
  height: 1px;
  margin-top: -1px;
}

/* Life at Ziplofy */
.careers-life {
  padding: 40px 0 40px;
  background:
    radial-gradient(circle at 0 0, rgba(219, 234, 254, 0.6), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(191, 219, 254, 0.45), transparent 55%),
    linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
}
.careers-life-inner {
  max-width: 1430px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 56px;
  align-items: center;
}

.careers-life-media {
  position: relative;
}

.careers-life-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  box-shadow:
    0 20px 50px rgba(15, 23, 42, 0.08),
    0 0 0 1px rgba(148, 163, 184, 0.14);
}

.careers-life-image img {
  display: block;
  width: 100%;
  height: auto;
}

.careers-life-image-primary {
  max-width: 570px;
}

.careers-life-image-secondary {
  max-width: 260px;
  position: absolute;
  right: 0;
  bottom: -32px;
  transform: translateX(20%);
}

.careers-life-image-overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 0 0, rgba(15, 23, 42, 0.06), transparent 60%);
  mix-blend-mode: soft-light;
}

.careers-life-content {
  max-width: 480px;
}

.careers-life-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 16px;
}

.careers-life-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--careers-text);
  margin-bottom: 16px;
}

.careers-life-title-highlight {
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.careers-life-intro {
  font-size: 16px;
  line-height: 1.7;
  color: var(--careers-text-muted);
  margin-bottom: 24px;
}

.careers-life-rows {
  display: grid;
  gap: 16px;
  margin-top: 8px;
}

.careers-life-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 12px 0;
  border-radius: 12px;
  transition: transform 0.2s ease, background 0.2s ease;
}

.careers-life-row:hover {
  transform: translateX(4px);
  background: rgba(248, 250, 252, 0.8);
}

.careers-life-row-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 0, #bfdbfe, #eff6ff);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 6px 16px rgba(37, 99, 235, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: box-shadow 0.2s ease;
}

.careers-life-row:hover .careers-life-row-icon {
  box-shadow:
    0 10px 24px rgba(37, 99, 235, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.careers-life-row-icon svg {
  width: 16px;
  height: 16px;
  stroke: #1d4ed8;
  stroke-width: 2;
  fill: none;
}

.careers-life-row-body {
  flex: 1;
}

.careers-life-row-title {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 4px;
}

.careers-life-row-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--careers-text-muted);
}

.careers-life-tag-card {
  position: absolute;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(226, 232, 240, 0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    0 14px 35px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(148, 163, 184, 0.3);
  font-size: 12px;
  font-weight: 500;
  color: #111827;
}

.careers-life-tag-label {
  white-space: nowrap;
}

.careers-life-tag-remote {
  top: 8%;
  left: -6%;
}

.careers-life-tag-global {
  top: 18%;
  right: -4%;
}

.careers-life-tag-async {
  bottom: -4%;
  left: 12%;
}

/* Why Join section */
.careers-why {
  position: relative;
  padding: 40px 0 40px;
  background:
    radial-gradient(circle at 0 0, rgba(219, 234, 254, 0.6), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(191, 219, 254, 0.5), transparent 55%),
    linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
  overflow: hidden;
}

.careers-why-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.careers-why-header {
  text-align: center;
  margin-bottom: 40px;
}

.careers-why-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  margin-bottom: 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2563eb;
  background: rgba(219, 234, 254, 0.8);
  border: 1px solid rgba(191, 219, 254, 0.9);
}

.careers-why-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--careers-text);
  margin-bottom: 16px;
}

.careers-why-title-highlight {
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.careers-why-sub {
  font-size: 16px;
  line-height: 1.6;
  color: var(--careers-text-muted);
  max-width: 600px;
  margin: 0 auto;
}

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

.careers-why-card {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 32px;
  box-shadow:
    0 18px 45px rgba(15, 23, 42, 0.06),
    0 0 0 1px rgba(148, 163, 184, 0.16);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.careers-why-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 24px 60px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(59, 130, 246, 0.22);
  border-color: rgba(191, 219, 254, 0.95);
}

.careers-why-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  margin-bottom: 16px;
  background: radial-gradient(circle at 30% 0, #bfdbfe, #eff6ff);
  box-shadow:
    0 8px 20px rgba(37, 99, 235, 0.25),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.careers-why-icon svg {
  width: 22px;
  height: 22px;
  stroke: #1d4ed8;
  stroke-width: 1.6;
  fill: none;
}

.careers-why-card-title {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
}

.careers-why-card-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--careers-text-muted);
  margin-bottom: 6px;
}

.careers-why-stat {
  font-size: 13px;
  font-weight: 500;
  color: #4b5563;
}

/* Open Positions */
.careers-jobs {
  padding: 40px 0 40px;
  background:
    radial-gradient(circle at 0 0, rgba(219, 234, 254, 0.4), transparent 55%),
    radial-gradient(circle at 100% 100%, rgba(191, 219, 254, 0.35), transparent 55%),
    linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
}

.careers-jobs-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.careers-jobs-header {
  text-align: center;
  margin-bottom: 24px;
}

.careers-jobs-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  margin-bottom: 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #2563eb;
  background: rgba(219, 234, 254, 0.8);
  border: 1px solid rgba(191, 219, 254, 0.9);
}

.careers-jobs-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--careers-text);
  margin-bottom: 12px;
}

.careers-jobs-sub {
  font-size: 16px;
  line-height: 1.6;
  color: var(--careers-text-muted);
  max-width: 600px;
  margin: 0 auto;
}

.careers-jobs-filter-bar {
  position: sticky;
  top: 80px;
  z-index: 5;
  padding: 12px 14px 16px;
  border-radius: 50px;
  margin-bottom: 8px;
  background: linear-gradient(to bottom, #ffffff 70%, rgba(255, 255, 255, 0.9));
  backdrop-filter: blur(8px);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.careers-jobs-filters {
  display: inline-flex;
  gap: 8px;
  padding: 4px;
  border-radius: 999px;
  background: #f3f4f6;
  min-width: max-content;
}

.careers-jobs-filter-bar::-webkit-scrollbar {
  display: none;
}

.careers-jobs-filter {
  border: none;
  background: transparent;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  color: #4b5563;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.careers-jobs-filter.is-active {
  background: #ffffff;
  color: #111827;
  box-shadow: 0 4px 12px rgba(148, 163, 184, 0.5);
  transform: scale(1.03);
}

.careers-jobs-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.careers-job-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 28px 28px 30px;
  border-radius: 20px;
  border: 1px solid rgba(226, 232, 240, 0.9);
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.careers-job-card:hover {
  border-color: rgba(37, 99, 235, 0.4);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
  transform: translateY(-3px);
}

.careers-job-main {
  flex: 1;
}

.careers-job-title {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 6px;
}

.careers-job-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 8px;
}

.careers-job-tag {
  font-weight: 500;
  color: #111827;
}

.careers-job-dot {
  opacity: 0.5;
}

.careers-job-desc {
  font-size: 14px;
  line-height: 1.5;
  color: var(--careers-text-muted);
}

.careers-job-tags {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.careers-job-tag-pill {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  color: #4b5563;
  background: #f3f4f6;
}

.careers-job-cta {
  display: flex;
  align-items: center;
}

.careers-job-apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 12px;
  border: 1px solid transparent;
  color: #ffffff;
  text-decoration: none;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 12px 32px rgba(37, 99, 235, 0.35);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.careers-job-apply:hover {
  box-shadow: 0 16px 40px rgba(37, 99, 235, 0.4);
  transform: translateY(-2px);
}

/* Hiring process */
.careers-process {
  padding: 40px 0;
  background:
    radial-gradient(circle at top, rgba(219, 234, 254, 0.45), transparent 60%),
    linear-gradient(to bottom, #ffffff, #f8fafc);
}

.careers-process-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.careers-process-header {
  text-align: center;
  margin-bottom: 48px;
}

.careers-process-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 14px;
}

.careers-process-title {
  font-size: clamp(2.5rem, 3.4vw, 3rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #0f172a;
  margin-bottom: 12px;
}

.careers-process-sub {
  font-size: 15px;
  line-height: 1.6;
  color: var(--careers-text-muted);
  max-width: 520px;
  margin: 0 auto;
}

.careers-process-timeline {
  position: relative;
  max-width: 960px;
  margin: 0 auto 8px;
}

.careers-process-timeline::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4%;
  right: 4%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(148, 163, 184, 0.4), transparent);
  opacity: 0.5;
}

.careers-process-steps {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.careers-process-steps::before {
  content: '';
  position: absolute;
  top: 48px;
  left: 4%;
  right: 4%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(209, 213, 219, 0.7), transparent);
  opacity: 0.4;
  pointer-events: none;
}

.careers-process-card {
  position: relative;
  border-radius: 20px;
  padding: 32px 28px 30px;
  background: #ffffff;
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.05);
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  border: 1px solid rgba(229, 231, 235, 0.9);
}

.careers-process-card::before {
  content: attr(data-step);
  position: absolute;
  top: 12px;
  right: 18px;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -0.08em;
  color: rgba(209, 213, 219, 0.35);
  pointer-events: none;
}

.careers-process-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}

.careers-process-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: linear-gradient(135deg, #eef2ff, #f5f3ff);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 10px 30px rgba(129, 140, 248, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.careers-process-icon svg {
  width: 20px;
  height: 20px;
  stroke: #4f46e5;
  stroke-width: 1.7;
  fill: none;
}

.careers-process-step-title {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
}

.careers-process-step-desc {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
}

.careers-process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.09);
  border-color: rgba(191, 219, 254, 0.9);
}

.careers-process-card:hover .careers-process-icon {
  transform: translateY(-2px) scale(1.03);
  box-shadow:
    0 14px 36px rgba(129, 140, 248, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.careers-process-note {
  margin-top: 28px;
  text-align: center;
}

.careers-process-note-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7280;
  background: rgba(249, 250, 251, 0.9);
  border: 1px solid rgba(229, 231, 235, 0.95);
}

/* Benefits */
.careers-benefits {
  padding: 40px 0 40px;
  background:
    radial-gradient(circle at 0 0, rgba(219, 234, 254, 0.55), transparent 55%),
    linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.careers-benefits-inner {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

.careers-benefits-inner::before {
  content: "";
  position: absolute;
  inset: 10% 5% auto auto;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle at 100% 0, rgba(129, 140, 248, 0.2), transparent 70%);
  opacity: 0.7;
  pointer-events: none;
}

.careers-benefits-header {
  text-align: center;
  margin-bottom: 32px;
}

.careers-benefits-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 12px;
}

.careers-benefits-title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: var(--careers-text);
  margin-bottom: 12px;
}

.careers-benefits-sub {
  font-size: 15px;
  line-height: 1.6;
  color: var(--careers-text-muted);
  max-width: 520px;
  margin: 0 auto;
}

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

.careers-benefit {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 32px;
  border-radius: 20px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.careers-benefit:hover {
  border-color: rgba(37, 99, 235, 0.35);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
  transform: translateY(-6px);
}

.careers-benefit-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, #eef2ff, #f5f3ff);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 8px 20px rgba(129, 140, 248, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  transition: box-shadow 0.2s ease;
}

.careers-benefit-icon svg {
  width: 20px;
  height: 20px;
  stroke: #4f46e5;
  stroke-width: 1.7;
  fill: none;
}

.careers-benefit-title {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}

.careers-benefit-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #6b7280;
}

.careers-benefit:hover .careers-benefit-icon {
  box-shadow:
    0 12px 26px rgba(129, 140, 248, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* Employee testimonials */
.careers-testimonials {
  padding: 40px 0;
  background:
    radial-gradient(circle at top left, rgba(191, 219, 254, 0.25), transparent 55%),
    radial-gradient(circle at bottom right, rgba(221, 214, 254, 0.2), transparent 60%),
    linear-gradient(to bottom, #ffffff, #f8fafc);
}

.careers-testimonials-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.careers-testimonials-header {
  text-align: left;
  margin-bottom: 40px;
}

.careers-testimonials-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 12px;
}

.careers-testimonials-title {
  font-size: clamp(2.5rem, 4vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #0f172a;
  margin-bottom: 10px;
}

.careers-testimonials-sub {
  font-size: 15px;
  line-height: 1.7;
  color: #6b7280;
  max-width: 520px;
}

.careers-testimonials-shell {
  position: relative;
  border-radius: 24px;
  background: radial-gradient(circle at top left, rgba(239, 246, 255, 0.9), #ffffff);
  box-shadow: 0 20px 60px rgba(15, 23, 42, 0.06);
  padding: 56px 56px 52px;
  overflow: hidden;
}

.careers-testimonials-shell::before {
  content: '';
  position: absolute;
  inset: -120px -40px auto auto;
  background: radial-gradient(circle at top, rgba(129, 140, 248, 0.07), transparent 65%);
  opacity: 0.9;
  pointer-events: none;
}

.careers-testimonials-quote-bg {
  position: absolute;
  top: 32px;
  right: 40px;
  font-size: 110px;
  line-height: 1;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: rgba(148, 163, 184, 0.18);
  pointer-events: none;
  user-select: none;
}

.careers-testimonials-track {
  display: flex;
  width: 100%;
  transition:
    transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
    opacity 0.6s ease;
}

.careers-testimonial {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  align-items: center;
  gap: 40px;
}

.careers-testimonial-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.careers-testimonial-portrait-shell {
  position: relative;
  width: 176px;
  height: 176px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: careers-testimonial-float 6s ease-in-out infinite;
}

.careers-testimonial-portrait-bg {
  position: absolute;
  inset: 10%;
  border-radius: 999px;
  background:
    radial-gradient(circle at top, rgba(129, 140, 248, 0.4), transparent 60%),
    radial-gradient(circle at bottom, rgba(59, 130, 246, 0.35), transparent 65%);
  filter: blur(10px);
  opacity: 0.55;
  z-index: 0;
}

.careers-testimonial-avatar-lg {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 999px;
  padding: 4px;
  background: conic-gradient(from 180deg, rgba(129, 140, 248, 0.9), rgba(59, 130, 246, 0.9), rgba(56, 189, 248, 0.9), rgba(129, 140, 248, 0.9));
  box-shadow:
    0 18px 40px rgba(15, 23, 42, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.6);
  overflow: hidden;
}

.careers-testimonial-avatar-lg::before {
  content: '';
  position: absolute;
  inset: 6px;
  border-radius: inherit;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.6), rgba(248, 250, 252, 0.95));
  z-index: 0;
}

.careers-testimonial-avatar-lg img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-fit: cover;
}

.careers-testimonial-content {
  position: relative;
}

.careers-testimonial-quote-large {
  font-size: 22px;
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #0f172a;
  margin-bottom: 20px;
}

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

.careers-testimonial-name {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 2px;
}

.careers-testimonial-role {
  font-size: 14px;
  color: #6b7280;
}

.careers-testimonial-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1d4ed8;
  background: rgba(219, 234, 254, 0.85);
  border: 1px solid rgba(147, 197, 253, 0.7);
  box-shadow: 0 8px 20px rgba(191, 219, 254, 0.65);
}

.careers-testimonials-controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 28px;
}

.careers-testimonials-arrow {
  border: none;
  background: rgba(15, 23, 42, 0.04);
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #4b5563;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.16);
  transition:
    background 0.25s ease,
    color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.careers-testimonials-arrow:hover {
  background: rgba(37, 99, 235, 0.11);
  color: #1d4ed8;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.35);
  transform: translateY(-1px);
}

@keyframes careers-testimonial-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* Final CTA */
.careers-cta {
  padding: 40px 0;
  background:
    radial-gradient(circle at top, rgba(191, 219, 254, 0.35), transparent 60%),
    radial-gradient(circle at bottom, rgba(224, 231, 255, 0.35), transparent 60%),
    linear-gradient(to bottom, #ffffff, #f8fafc);
  position: relative;
  overflow: hidden;
}

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

.careers-cta::before {
  content: '';
  position: absolute;
  inset: -40%;
  background-image: radial-gradient(circle at 0 0, rgba(148, 163, 184, 0.09), transparent 55%);
  opacity: 0.6;
  pointer-events: none;
}

.careers-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 50% 0, rgba(129, 140, 248, 0.18), transparent 60%),
    repeating-linear-gradient(
      45deg,
      rgba(15, 23, 42, 0.02),
      rgba(15, 23, 42, 0.02) 1px,
      transparent 1px,
      transparent 3px
    );
  mix-blend-mode: soft-light;
  opacity: 0.7;
  pointer-events: none;
}

.careers-cta-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 16px;
}

.careers-cta-title {
  font-size: clamp(2.75rem, 4vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  color: #0f172a;
  line-height: 1.02;
  margin-bottom: 18px;
}

.careers-cta-title-highlight {
  background: linear-gradient(135deg, #2563eb, #4f46e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.careers-cta-sub {
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  max-width: 520px;
  margin: 0 auto 32px;
}

.careers-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.careers-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  min-height: 56px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  box-shadow: 0 15px 40px rgba(37, 99, 235, 0.25);
  border: none;
  gap: 10px;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
  animation: careers-cta-pulse 4s ease-in-out infinite;
}

.careers-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(37, 99, 235, 0.36);
}

.careers-cta-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transform: translateY(1px);
  transition: transform 0.3s ease;
}

.careers-cta-btn:hover .careers-cta-btn-icon {
  transform: translate(3px, 1px);
}

.careers-cta-secondary {
  border: none;
  background: transparent;
  font-size: 14px;
  color: #6b7280;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.careers-cta-secondary:hover {
  color: #4b5563;
  text-decoration-color: #4b5563;
}

.careers-cta-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.careers-cta-pill {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7280;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(249, 250, 251, 0.8);
  border: 1px solid rgba(229, 231, 235, 0.9);
}

@keyframes careers-cta-pulse {
  0%,
  100% {
    box-shadow: 0 15px 40px rgba(37, 99, 235, 0.25);
  }
  50% {
    box-shadow: 0 18px 52px rgba(37, 99, 235, 0.36);
  }
}

/* Fade-in animation */
.careers-hero-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.careers-hero-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.careers-hero-right.careers-hero-reveal {
  transition-delay: 0.1s;
}

/* Responsive */
@media (max-width: 1024px) {
  .careers-hero {
    padding: 96px 0;
  }

  .careers-hero-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .careers-hero-left {
    max-width: 100%;
  }

  .careers-hero-right {
    max-width: 640px;
    width: 100%;
    justify-self: center;
  }

  .careers-why {
    padding: 40px 0 40px;
  }

  .careers-why-inner {
    max-width: 100%;
  }

  .careers-life {
    padding: 40px 0 40px;
  }

  .careers-life-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .careers-life-media {
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }

  .careers-life-image-secondary {
    right: 0;
    bottom: -24px;
    transform: translateX(10%);
  }

  .careers-life-content {
    max-width: 100%;
  }

  .careers-jobs {
    padding: 40px 0 40px;
  }

  .careers-process-steps {
    grid-template-columns: 1fr 1fr;
    row-gap: 28px;
  }

  .careers-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .careers-hero {
    padding: 40px 0 40px;
  }

  .careers-actions {
    flex-direction: column;
  }

  .careers-btn {
    width: 100%;
    justify-content: center;
  }

  .careers-title {
    font-size: clamp(2.25rem, 9vw, 3rem);
  }

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

  .careers-why-card {
    padding: 20px 20px 24px;
  }

  .careers-life-image-secondary {
    display: none;
  }

   .careers-job-card {
    flex-direction: column;
    align-items: flex-start;
   }

  .careers-job-cta {
    width: 100%;
    justify-content: flex-start;
  }

  .careers-process-steps {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }

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

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

  .careers-testimonials {
    padding: 40px 0 40px;
  }

  .careers-testimonials-inner {
    max-width: 100%;
  }

  .careers-testimonials-header {
    text-align: center;
    margin-bottom: 28px;
  }

  .careers-testimonials-sub {
    margin: 0 auto;
  }

  .careers-testimonials-shell {
    padding: 28px 0px 28px;
  }

  .careers-testimonials-quote-bg {
    font-size: 72px;
    right: 16px;
    top: 18px;
  }

  .careers-testimonial {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .careers-testimonial-media {
    order: 2;
  }

  .careers-testimonial-content {
    text-align: left;
  }

  .careers-testimonial-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .careers-testimonials-controls {
    justify-content: center;
  }
}

