/* Careers page — mirrors DCUBE_Revamp CareersPage.tsx (main content only) */

.careers-page-root {
  min-height: 100vh;
  background: linear-gradient(to bottom, #fff, rgba(236, 254, 255, 0.35), #fff);
}

/* —— Hero (500px) —— */
.careers-hero {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.careers-hero-bg {
  position: absolute;
  inset: 0;
  animation: careers-hero-zoom 1s ease-out forwards;
}

@keyframes careers-hero-zoom {
  from {
    transform: scale(1.08);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.careers-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.careers-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(17, 24, 39, 0.85),
    rgba(17, 24, 39, 0.75),
    rgba(17, 24, 39, 0.7)
  );
  animation: careers-fade-in 0.8s ease-out 0.2s both;
}

@keyframes careers-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.careers-hero-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.careers-hero-particles span {
  position: absolute;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #22d3ee;
  opacity: 0;
  animation: careers-p-rise 8s ease-in-out infinite;
}

@keyframes careers-p-rise {
  0% {
    transform: translate(0, 0) scale(0);
    opacity: 0;
  }
  15% {
    opacity: 0.7;
    transform: translate(10px, -80px) scale(1);
  }
  100% {
    transform: translate(-20px, -520px) scale(0);
    opacity: 0;
  }
}

.careers-hero-particles span:nth-child(1) {
  left: 8%;
  animation-delay: 0s;
  animation-duration: 6s;
}
.careers-hero-particles span:nth-child(2) {
  left: 15%;
  animation-delay: 1.2s;
  animation-duration: 7s;
}
.careers-hero-particles span:nth-child(3) {
  left: 22%;
  animation-delay: 2.4s;
  animation-duration: 5.5s;
}
.careers-hero-particles span:nth-child(4) {
  left: 31%;
  animation-delay: 0.4s;
  animation-duration: 8s;
}
.careers-hero-particles span:nth-child(5) {
  left: 38%;
  animation-delay: 2s;
  animation-duration: 6.5s;
}
.careers-hero-particles span:nth-child(6) {
  left: 44%;
  animation-delay: 3.2s;
  animation-duration: 7.5s;
}
.careers-hero-particles span:nth-child(7) {
  left: 52%;
  animation-delay: 0.8s;
  animation-duration: 5s;
}
.careers-hero-particles span:nth-child(8) {
  left: 58%;
  animation-delay: 1.6s;
  animation-duration: 8.5s;
}
.careers-hero-particles span:nth-child(9) {
  left: 65%;
  animation-delay: 2.8s;
  animation-duration: 6s;
}
.careers-hero-particles span:nth-child(10) {
  left: 72%;
  animation-delay: 0.2s;
  animation-duration: 7s;
}
.careers-hero-particles span:nth-child(11) {
  left: 78%;
  animation-delay: 1.8s;
  animation-duration: 5.5s;
}
.careers-hero-particles span:nth-child(12) {
  left: 86%;
  animation-delay: 3.5s;
  animation-duration: 8s;
}
.careers-hero-particles span:nth-child(13) {
  left: 12%;
  animation-delay: 4s;
  animation-duration: 7.2s;
}
.careers-hero-particles span:nth-child(14) {
  left: 48%;
  animation-delay: 4.5s;
  animation-duration: 6.2s;
}
.careers-hero-particles span:nth-child(15) {
  left: 92%;
  animation-delay: 2.2s;
  animation-duration: 5.8s;
}
.careers-hero-particles span:nth-child(16) {
  left: 5%;
  animation-delay: 3.8s;
  animation-duration: 7.8s;
}
.careers-hero-particles span:nth-child(17) {
  left: 60%;
  animation-delay: 5s;
  animation-duration: 6.8s;
}
.careers-hero-particles span:nth-child(18) {
  left: 35%;
  animation-delay: 1s;
  animation-duration: 8.2s;
}

.careers-hero-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(48px);
  pointer-events: none;
}

.careers-hero-orb-tr {
  top: 3rem;
  right: 3rem;
  width: 18rem;
  height: 18rem;
  background: rgba(6, 182, 212, 0.25);
  animation: careers-orb-pulse 12s ease-in-out infinite;
}

.careers-hero-orb-bl {
  bottom: 2rem;
  left: 2rem;
  width: 16rem;
  height: 16rem;
  background: rgba(59, 130, 246, 0.2);
  animation: careers-orb-pulse-alt 15s ease-in-out infinite;
}

@keyframes careers-orb-pulse {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.15;
  }
  50% {
    transform: scale(1.15) rotate(90deg);
    opacity: 0.22;
  }
}

@keyframes careers-orb-pulse-alt {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.1;
  }
  50% {
    transform: scale(1.12) rotate(-90deg);
    opacity: 0.18;
  }
}

.careers-hero-shape {
  position: absolute;
  pointer-events: none;
  border: 2px solid rgba(34, 211, 238, 0.25);
}

.careers-hero-diamond {
  top: 8rem;
  left: 5rem;
  width: 5rem;
  height: 5rem;
  transform: rotate(45deg);
  animation: careers-float-up 10s ease-in-out infinite;
}

.careers-hero-circle-ring {
  bottom: 7rem;
  right: 8rem;
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  border-color: rgba(96, 165, 250, 0.35);
  animation: careers-float-down 12s ease-in-out infinite;
}

@keyframes careers-float-up {
  0%,
  100% {
    transform: rotate(45deg) translateY(0);
  }
  50% {
    transform: rotate(45deg) translateY(-24px);
  }
}

@keyframes careers-float-down {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(18px) rotate(-180deg);
  }
}

.careers-hero-inner {
  position: relative;
  z-index: 10;
  max-width: 56rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  animation: careers-hero-content 0.8s ease-out both;
}

@keyframes careers-hero-content {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.careers-hero-kicker {
  color: #22d3ee;
  /* React: text-xl font-medium tracking-wide */
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  margin-bottom: 1rem;
}

.careers-hero-title {
  color: #fff;
  /* React: text-7xl font-bold (fixed 4.5rem) */
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
  .careers-hero-title {
    font-size: clamp(1.875rem, 8vw, 2.75rem);
    line-height: 1.05;
  }

  .careers-hero-kicker {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }

  .careers-cta-btn,
  .careers-share-cta {
    font-size: 0.875rem;
    padding: 0.625rem 1rem;
  }

  .careers-share-cta {
    padding: 0.75rem 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .careers-hero-title {
    font-size: clamp(1.75rem, 10vw, 2.25rem);
  }
}

.careers-hero-line {
  height: 6px;
  width: 0;
  max-width: 280px;
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(to right, transparent, #22d3ee, transparent);
  animation: careers-line-grow 1s ease-out 0.6s forwards;
}

@keyframes careers-line-grow {
  to {
    width: 100%;
  }
}

.careers-hero-lead {
  color: rgba(255, 255, 255, 0.9);
  /* React: text-lg */
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625;
  margin-top: 1.5rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  animation: careers-fade-in 0.6s ease-out 0.95s both;
}

/* —— Sticky tabs —— */
.careers-sticky-tabs {
  position: sticky;
  top: var(--navbar-height, 72px);
  z-index: 40;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.careers-tab-bar {
  /* React: gap-6 py-6 */
  gap: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.careers-tab-react {
  position: relative;
  background: none;
  border: none;
  /* React: pb-2 (0.5rem) — room for gradient underline */
  padding: 0 0 8px;
  /* React: text-lg font-semibold */
  font-size: 1.125rem;
  font-weight: 600;
  color: #4b5563;
  cursor: pointer;
  transition: color 0.2s ease;
}

.careers-tab-react:hover {
  color: #111827;
}

.careers-tab-react.active {
  color: transparent;
  background: linear-gradient(90deg, #0891b2, #2563eb);
  -webkit-background-clip: text;
  background-clip: text;
}

.careers-tab-react.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #06b6d4, #3b82f6, #a855f7);
}

/* —— Content area —— */
.careers-page-body {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* Openings: giant card */
.careers-openings-card {
  position: relative;
  background: linear-gradient(to bottom right, #ecfeff, #eff6ff, #faf5ff);
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 3rem;
}

.careers-openings-bg-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(48px);
  pointer-events: none;
}

.careers-openings-bg-orb-1 {
  top: -4rem;
  right: -4rem;
  width: min(500px, 90vw);
  height: min(500px, 90vw);
  background: linear-gradient(to bottom right, rgba(34, 211, 238, 0.3), rgba(59, 130, 246, 0.28));
  animation: careers-orb-spin 20s linear infinite;
}

.careers-openings-bg-orb-2 {
  bottom: -5rem;
  left: -5rem;
  width: min(560px, 95vw);
  height: min(560px, 95vw);
  background: linear-gradient(to top right, rgba(192, 132, 252, 0.28), rgba(236, 72, 153, 0.25));
  animation: careers-orb-spin-rev 25s linear infinite;
}

@keyframes careers-orb-spin {
  from {
    transform: rotate(0deg) scale(1);
    opacity: 0.35;
  }
  50% {
    transform: rotate(180deg) scale(1.08);
    opacity: 0.45;
  }
  to {
    transform: rotate(360deg) scale(1);
    opacity: 0.35;
  }
}

@keyframes careers-orb-spin-rev {
  from {
    transform: rotate(360deg) scale(1.05);
    opacity: 0.35;
  }
  50% {
    transform: rotate(180deg) scale(1);
    opacity: 0.45;
  }
  to {
    transform: rotate(0deg) scale(1.05);
    opacity: 0.35;
  }
}

.careers-openings-grid-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  animation: careers-grid-opacity 4s ease-in-out infinite;
  background-image:
    linear-gradient(rgba(6, 182, 212, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(6, 182, 212, 0.12) 1px, transparent 1px);
  background-size: 50px 50px;
  pointer-events: none;
}

@keyframes careers-grid-opacity {
  0%,
  100% {
    opacity: 0.03;
  }
  50% {
    opacity: 0.08;
  }
}

.careers-openings-inner {
  position: relative;
  z-index: 2;
  padding: 3rem 1.5rem 4rem;
}

.careers-openings-stack-max {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .careers-openings-inner {
    padding: 2rem 2rem 2rem;
  }
}

/* Icon hub */
.careers-openings-icon-hub {
  display: flex;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.careers-openings-icon-float {
  animation: careers-icon-bob 4s ease-in-out infinite;
}

@keyframes careers-icon-bob {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

.careers-openings-icon-box {
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom right, #06b6d4, #2563eb, #9333ea);
  box-shadow: 0 20px 50px rgba(37, 99, 235, 0.35);
}

.careers-openings-icon-box .careers-i-xl {
  width: 2rem;
  height: 2rem;
  color: #fff;
  stroke-width: 1.5;
}

.careers-openings-icon-glow {
  position: absolute;
  inset: 0;
  border-radius: 1.35rem;
  background: linear-gradient(to bottom right, #06b6d4, #2563eb);
  filter: blur(24px);
  opacity: 0.45;
  z-index: -1;
  animation: careers-glow-breathe 2.5s ease-in-out infinite;
}

@keyframes careers-glow-breathe {
  0%,
  100% {
    opacity: 0.4;
    transform: scale(0.92);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.05);
  }
}

.careers-openings-icon-pulse-inner {
  display: inline-flex;
  animation: careers-inner-pulse 3s ease-in-out infinite;
}

@keyframes careers-inner-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}

/* Heading */
.careers-openings-heading {
  text-align: center;
  margin-bottom: 1rem;
}

.careers-openings-title {
  /* React: text-5xl md:text-6xl lg:text-7xl font-bold */
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .careers-openings-title {
    font-size: 3.75rem;
  }
}

@media (min-width: 1024px) {
  .careers-openings-title {
    font-size: 2.5rem;
  }
}

.careers-gradient-shift {
  display: inline;
  background: linear-gradient(
    90deg,
    #111827,
    #0891b2,
    #2563eb,
    #111827,
    #0891b2
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: careers-gradient-move 5s linear infinite;
}

@keyframes careers-gradient-move {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

.careers-openings-underline {
  height: 8px;
  width: 120px;
  margin: 0 auto 2rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #06b6d4, #3b82f6, #a855f7);
  position: relative;
  overflow: hidden;
}

.careers-openings-underline::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 45%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  animation: careers-ul-sweep 2s linear infinite;
}

@keyframes careers-ul-sweep {
  0% {
    transform: translateX(-120%);
  }
  100% {
    transform: translateX(320%);
  }
}

.careers-openings-copy {
  text-align: center;
  /* React: text-xl md:text-2xl leading-relaxed text-gray-700 */
  font-size: 1.25rem;
  font-weight: 400;
  color: #374151;
  max-width: 48rem;
  margin: 0 auto 3rem;
  line-height: 1.625;
}

@media (min-width: 768px) {
  .careers-openings-copy {
    font-size: 1.5rem;
  }
}

.careers-text-gradient {
  /* React: font-semibold */
  font-weight: 600;
  background: linear-gradient(90deg, #0891b2, #2563eb);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* CTA cards */
.careers-cta-grid {
  display: grid;
  gap: 1.5rem;
  max-width: 56rem;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .careers-cta-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.careers-cta-card {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  padding: 1.5rem;
  border: 2px solid #f3f4f6;
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.careers-cta-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.12);
  border-color: transparent;
}

.careers-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.careers-cta-card--cyan::before {
  background: linear-gradient(to bottom right, #06b6d4, #2563eb);
}
.careers-cta-card--blue::before {
  background: linear-gradient(to bottom right, #3b82f6, #9333ea);
}
.careers-cta-card--purple::before {
  background: linear-gradient(to bottom right, #a855f7, #db2777);
}

.careers-cta-card:hover::before {
  opacity: 0.05;
}

.careers-cta-deco {
  position: absolute;
  top: -2rem;
  right: -2rem;
  width: 6rem;
  height: 6rem;
  border-radius: 999px;
  filter: blur(24px);
  opacity: 0.28;
  pointer-events: none;
}

.careers-cta-card--cyan .careers-cta-deco {
  background: linear-gradient(to bottom right, #06b6d4, #2563eb);
}
.careers-cta-card--blue .careers-cta-deco {
  background: linear-gradient(to bottom right, #3b82f6, #9333ea);
}
.careers-cta-card--purple .careers-cta-deco {
  background: linear-gradient(to bottom right, #a855f7, #db2777);
}

.careers-cta-emoji {
  /* React: text-5xl */
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 1rem;
  display: block;
  animation: careers-emoji-wiggle 4s ease-in-out infinite;
}

.careers-cta-card:nth-child(2) .careers-cta-emoji {
  animation-delay: 0.5s;
}
.careers-cta-card:nth-child(3) .careers-cta-emoji {
  animation-delay: 1s;
}

@keyframes careers-emoji-wiggle {
  0%,
  100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(8deg);
  }
  75% {
    transform: rotate(-8deg);
  }
}

.careers-cta-card h3 {
  /* React: text-xl font-bold */
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  color: #111827;
  margin-bottom: 0.5rem;
}

.careers-cta-card p {
  /* React: text-sm text-gray-600 */
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #4b5563;
  margin-bottom: 1rem;
}

.careers-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 0.75rem;
  /* React: font-semibold */
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.25);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.careers-cta-btn:hover {
  color: #fff;
  transform: scale(1.03);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.3);
}

.careers-cta-btn--cyan {
  background: linear-gradient(90deg, #06b6d4, #2563eb);
}
.careers-cta-btn--blue {
  background: linear-gradient(90deg, #3b82f6, #9333ea);
}
.careers-cta-btn--purple {
  background: linear-gradient(90deg, #a855f7, #db2777);
}

.careers-cta-arrow {
  display: inline-block;
  animation: careers-arrow-nudge 1.5s ease-in-out infinite;
}

@keyframes careers-arrow-nudge {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}

.careers-openings-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 3rem;
  padding: 0.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  border: 2px solid #cffafe;
  box-shadow: 0 10px 30px rgba(6, 182, 212, 0.12);
  animation: careers-pill-pulse 3s ease-in-out infinite;
}

@keyframes careers-pill-pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}

.careers-openings-pill-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #06b6d4, #2563eb);
  animation: careers-dot-pop 2s ease-in-out infinite;
}

@keyframes careers-dot-pop {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
}

.careers-openings-pill span:last-child {
  /* React: text-gray-700 font-medium */
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #374151;
}

/* —— Why DCUBE Ai —— */
.careers-why-title-block {
  text-align: center;
  margin-bottom: 4rem;
}

.careers-why-main-title {
  /* React: text-5xl md:text-6xl font-bold */
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
}

@media (min-width: 768px) {
  .careers-why-main-title {
    font-size: 3.75rem;
  }
}

.careers-underline-accent {
  position: relative;
  display: inline-block;
}

.careers-underline-accent-z {
  position: relative;
  z-index: 2;
}

.careers-gradient-text-static {
  background: linear-gradient(90deg, #0891b2, #2563eb, #9333ea);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

/* Lighter gradient for “DCUBE” on dark band (matches React cyan/blue/purple) */
.careers-gradient-dcube-light {
  background: linear-gradient(90deg, #22d3ee, #60a5fa, #c084fc);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.careers-underline-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem !important;
  height: 0.65rem;
  /* border-radius: 4px; */
  background: linear-gradient(90deg, #a5f3fc, #bfdbfe, #e9d5ff);
  opacity: 0.4;
  z-index: 1;
  transform-origin: center;
  animation: careers-bar-grow 0.9s ease-out 0.2s both;
}

@keyframes careers-bar-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.careers-underline-glow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.35rem;
  height: 0.65rem;
  border-radius: 4px;
  background: linear-gradient(90deg, #a5f3fc, #bfdbfe, #e9d5ff);
  filter: blur(8px);
  opacity: 0;
  z-index: 0;
  animation: careers-glow-fade 3s ease-in-out 1s infinite;
}

@keyframes careers-glow-fade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 0.28;
  }
}

.careers-why-two-col {
  display: grid;
  gap: 3rem;
  align-items: start;
  margin-bottom: 5rem;
}

@media (min-width: 992px) {
  .careers-why-two-col {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}

.careers-benefits-panel {
  position: relative;
  background: linear-gradient(to bottom right, #ecfeff, #eff6ff, #faf5ff);
  border-radius: 1.5rem;
  padding: 2.5rem 1.75rem;
  overflow: hidden;
}

.careers-benefits-orb-1,
.careers-benefits-orb-2 {
  position: absolute;
  border-radius: 999px;
  filter: blur(40px);
  pointer-events: none;
}

.careers-benefits-orb-1 {
  top: 0;
  right: 0;
  width: 16rem;
  height: 16rem;
  background: rgba(34, 211, 238, 0.2);
  animation: careers-orb-spin 20s linear infinite;
}

.careers-benefits-orb-2 {
  bottom: 0;
  left: 0;
  width: 14rem;
  height: 14rem;
  background: rgba(59, 130, 246, 0.18);
  animation: careers-orb-spin-rev 25s linear infinite;
}

.careers-benefits-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.careers-benefit-tile {
  border-radius: 1rem;
  padding: 1.15rem;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.careers-benefit-tile:hover {
  transform: scale(1.04) translateY(-4px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.08);
}

.careers-benefit-tile--cyan {
  background: #ecfeff;
}
.careers-benefit-tile--blue {
  background: #eff6ff;
}
.careers-benefit-tile--purple {
  background: #faf5ff;
}
.careers-benefit-tile--pink {
  background: #fdf2f8;
}
.careers-benefit-tile--indigo {
  background: #eef2ff;
}
.careers-benefit-tile--teal {
  background: #f0fdfa;
}

.careers-benefit-icon-wrap {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.careers-benefit-tile .careers-i-sm {
  width: 1.5rem;
  height: 1.5rem;
}

.careers-t-cyan {
  color: #0891b2;
}
.careers-t-blue {
  color: #2563eb;
}
.careers-t-purple {
  color: #9333ea;
}
.careers-t-pink {
  color: #db2777;
}
.careers-t-indigo {
  color: #4f46e5;
}
.careers-t-teal {
  color: #0d9488;
}

.careers-benefit-tile p {
  /* React: text-sm font-semibold text-gray-800 leading-tight */
  font-size: 0.875rem;
  font-weight: 600;
  color: #1f2937;
  line-height: 1.25;
  margin: 0;
}

.careers-stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}

.careers-stat {
  text-align: center;
  padding: 1rem;
  background: linear-gradient(to bottom right, #ecfeff, #eff6ff);
  border-radius: 0.75rem;
  transition: transform 0.2s ease;
}

.careers-stat:hover {
  transform: translateY(-4px);
}

.careers-stat-val {
  /* React: text-3xl font-bold */
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 2.25rem;
  background: linear-gradient(90deg, #0891b2, #2563eb);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.careers-stat-label {
  /* React: text-sm text-gray-600 */
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #4b5563;
  margin-top: 0.25rem;
}

/* Right column wrap: React text-lg leading-relaxed on block */
.careers-why-copy {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625;
  color: #374151;
}

.careers-why-copy .lead-strong {
  /* React: text-xl font-medium text-gray-900 */
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  color: #111827;
}

/* Core values */
.careers-core-block {
  margin-bottom: 5rem;
}

.careers-core-title {
  /* React: text-4xl font-bold */
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.5rem;
  text-align: center;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .careers-core-title {
    line-height: 2.75rem;
  }
}

.careers-core-lead {
  text-align: center;
  /* React: text-lg text-gray-600 */
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625;
  color: #4b5563;
  max-width: 48rem;
  margin: 0 auto 3rem;
}

.careers-core-grid {
  display: grid;
  gap: 2rem;
}

@media (min-width: 768px) {
  .careers-core-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.careers-core-card {
  position: relative;
  background: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  border: 1px solid #f3f4f6;
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.careers-core-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 24px 48px rgba(15, 23, 42, 0.1);
}

.careers-core-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.careers-core-card:hover::before {
  opacity: 0.06;
}

.careers-core-card--int::before {
  background: linear-gradient(to bottom right, #ecfeff, #dbeafe);
}
.careers-core-card--emp::before {
  background: linear-gradient(to bottom right, #dbeafe, #faf5ff);
}
.careers-core-card--pow::before {
  background: linear-gradient(to bottom right, #faf5ff, #fdf2f8);
}

.careers-core-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.2);
}

.careers-core-icon .careers-i-md {
  width: 2rem;
  height: 2rem;
  color: #fff;
}

.careers-core-icon--cyan {
  background: linear-gradient(to bottom right, #06b6d4, #3b82f6);
}
.careers-core-icon--blue {
  background: linear-gradient(to bottom right, #3b82f6, #9333ea);
}
.careers-core-icon--purple {
  background: linear-gradient(to bottom right, #a855f7, #db2777);
}

.careers-core-card h3 {
  /* React: text-2xl font-bold */
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 1rem;
  color: #111827;
  transition: all 0.25s ease;
}

.careers-core-card:hover h3 {
  background: linear-gradient(90deg, #0891b2, #2563eb);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.careers-core-card p {
  /* React: text-gray-600 leading-relaxed — base ~1rem */
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  color: #4b5563;
  margin: 0;
}

.careers-core-corner {
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  width: 8rem;
  height: 8rem;
  border-radius: 999px;
  opacity: 0;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
  pointer-events: none;
}

.careers-core-card:hover .careers-core-corner {
  opacity: 0.09;
}

.careers-core-card--int .careers-core-corner {
  background: linear-gradient(to bottom right, #06b6d4, #3b82f6);
}
.careers-core-card--emp .careers-core-corner {
  background: linear-gradient(to bottom right, #3b82f6, #9333ea);
}
.careers-core-card--pow .careers-core-corner {
  background: linear-gradient(to bottom right, #a855f7, #db2777);
}

/* Share band */
.careers-share-band {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
  background: linear-gradient(to bottom right, #111827, #1f2937, #111827);
}

.careers-share-orbs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.careers-share-orb-tr,
.careers-share-orb-bl {
  position: absolute;
  border-radius: 999px;
  filter: blur(48px);
  pointer-events: none;
  animation: careers-share-float 10s ease-in-out infinite;
}

.careers-share-orb-tr {
  top: -5rem;
  right: -4rem;
  width: 20rem;
  height: 20rem;
  background: rgba(6, 182, 212, 0.2);
}

.careers-share-orb-bl {
  bottom: -5rem;
  left: -3rem;
  width: 18rem;
  height: 18rem;
  background: rgba(59, 130, 246, 0.18);
  animation-delay: 1s;
  animation-duration: 12s;
}

@keyframes careers-share-float {
  0%,
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 0.65;
  }
  50% {
    transform: scale(1.15) rotate(45deg);
    opacity: 0.85;
  }
}

.careers-share-inner {
  position: relative;
  z-index: 2;
  padding: 3rem 1.5rem;
}

@media (min-width: 768px) {
  .careers-share-inner {
    padding: 4rem;
  }
}

.careers-share-grid {
  display: grid;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 768px) {
  .careers-share-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.careers-share-icon-wrap {
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom right, #22d3ee, #3b82f6);
  margin-bottom: 1.5rem;
}

.careers-share-icon-wrap .careers-i-md {
  width: 2rem;
  height: 2rem;
  color: #fff;
}

.careers-share-title {
  /* React: text-4xl md:text-5xl font-bold leading-tight */
  font-size: 2.25rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .careers-share-title {
    font-size: 3rem;
    line-height: 1.1;
  }
}

.careers-share-title .careers-underline-bar {
  opacity: 0.35;
  bottom: -0.15rem;
}

.careers-share-copy {
  /* React: text-lg text-gray-300 leading-relaxed */
  color: #d1d5db;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.625;
  margin-bottom: 2rem;
}

.careers-share-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 0.75rem;
  /* React: font-bold */
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #fff;
  background: linear-gradient(90deg, #06b6d4, #2563eb);
  box-shadow: 0 12px 32px rgba(6, 182, 212, 0.35);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.careers-share-cta:hover {
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 18px 40px rgba(6, 182, 212, 0.45);
}

.careers-share-cta .careers-i-mail {
  width: 1.25rem;
  height: 1.25rem;
}

.careers-share-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.careers-share-mini {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
  border-radius: 1rem;
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: transform 0.2s ease;
}

.careers-share-mini:hover {
  transform: scale(1.04) translateY(-4px);
}

.careers-mini-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.careers-mini-icon .careers-i-sm {
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
}

.careers-mini-cyan {
  background: linear-gradient(to bottom right, #06b6d4, #3b82f6);
}
.careers-mini-blue {
  background: linear-gradient(to bottom right, #3b82f6, #9333ea);
}
.careers-mini-purple {
  background: linear-gradient(to bottom right, #a855f7, #ec4899);
}
.careers-mini-pink {
  background: linear-gradient(to bottom right, #ec4899, #ef4444);
}

.careers-share-mini p {
  /* React: text-white font-semibold text-sm leading-tight */
  color: #fff;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25;
  margin: 0;
}

/* —— Job openings (accordion + apply form) —— */
.careers-job-accordion {
  max-width: 56rem;
  margin: 0 auto;
}

.careers-job-item {
  border: 1px solid rgba(37, 99, 235, 0.18) !important;
  border-radius: 1rem !important;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 40px -28px rgba(15, 23, 42, 0.35);
}

.careers-job-item + .careers-job-item {
  margin-top: 1rem;
}

.careers-job-accordion .accordion-button {
  background: #fff;
  box-shadow: none !important;
  padding: 1.35rem 1.5rem;
}

.careers-job-accordion .accordion-button:not(.collapsed) {
  background: #f8fbff;
  color: inherit;
}

.careers-job-accordion .accordion-button:not(.collapsed) .careers-job-readmore {
  display: none;
}

.careers-job-accordion .accordion-button::after {
  margin-left: 1rem;
  flex-shrink: 0;
}

.careers-job-summary-inner {
  display: flex;
  width: 100%;
  gap: 1.5rem;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
}

.careers-job-title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.careers-job-teaser {
  margin: 0 0 0.75rem;
  color: #475569;
  font-size: 0.875rem;
  line-height: 1.6;
  max-width: 40rem;
}

.careers-job-readmore {
  color: #2563eb;
  font-weight: 600;
  font-size: 0.875rem;
}

.careers-job-posted {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
  color: #475569;
  font-size: 0.875rem;
  padding-top: 0.2rem;
}

.careers-job-posted-label {
  font-weight: 700;
  color: #0f172a;
}

.careers-job-detail {
  padding: 0.5rem 1.5rem 1.75rem;
}

.careers-job-detail-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .careers-job-detail-top {
    grid-template-columns: 1fr auto;
    align-items: start;
  }
}

.careers-job-detail-copy h3 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.careers-job-detail-copy p {
  margin: 0 0 0.65rem;
  color: #475569;
  font-size: 0.875rem;
  line-height: 1.6;
}

.careers-job-list {
  margin: 0 0 0.5rem;
  padding-left: 1.2rem;
  color: #475569;
  font-size: 0.875rem;
  line-height: 1.6;
}

.careers-job-apply-side {
  display: flex;
  justify-content: flex-start;
}

@media (min-width: 992px) {
  .careers-job-apply-side {
    justify-content: flex-end;
  }
}

.careers-job-apply-now {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.35rem;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, #06b6d4, #2563eb);
  color: #fff !important;
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 10px 24px -12px rgba(37, 99, 235, 0.7);
}

.careers-job-apply-now:hover {
  color: #fff;
  filter: brightness(1.05);
}

.careers-job-detail h4 {
  margin: 1.25rem 0 0.65rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.careers-job-list li {
  margin-bottom: 0.4rem;
  line-height: 1.6;
}

.careers-apply-form-wrap {
  margin-top: 1.75rem;
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px solid rgba(37, 99, 235, 0.16);
  background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
}

.careers-apply-form-wrap h3 {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.careers-form-group {
  margin-bottom: 1.25rem;
}

.careers-form-group label {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
  font-size: 0.875rem;
  color: #0f172a;
}

.careers-form-group label span {
  color: #ef4444;
}

.careers-form-group input[type="text"],
.careers-form-group input[type="email"] {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e8edf3;
  border-radius: 0;
  padding: 0.55rem 0.15rem;
  font-size: 0.9375rem;
  color: #0f172a;
  background: transparent;
  transition: border-color 0.2s ease;
}

.careers-form-group input[type="text"]:focus,
.careers-form-group input[type="email"]:focus {
  outline: none;
  border-bottom-color: #93c5fd;
  box-shadow: none;
}

.careers-form-group--file > label[for="resume"] {
  margin-bottom: 0.55rem;
}

.careers-file-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  position: relative;
}

.careers-file-row input[type="file"] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.careers-file-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0.45rem 0.95rem;
  border: 1px solid #94a3b8;
  border-radius: 0.4rem;
  background: #fff;
  color: #334155;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  pointer-events: none;
}

.careers-file-name {
  color: #64748b;
  font-size: 0.8125rem;
  line-height: 1.4;
}

.careers-apply-form .error-msg {
  margin-top: 0.35rem;
  color: #dc2626;
  font-size: 0.8125rem;
  font-weight: 500;
}

.careers-form-status {
  margin: 0.5rem 0 0.85rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.careers-form-status.is-success {
  color: #059669;
}

.careers-form-status.is-error {
  color: #dc2626;
}

.careers-submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.5rem;
  padding: 0.75rem 1.5rem;
  border: 0;
  border-radius: 0.65rem;
  background: linear-gradient(135deg, #06b6d4, #2563eb 55%, #7c3aed);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.careers-submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.careers-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 767.98px) {
  .careers-job-summary-inner {
    flex-direction: column;
    gap: 0.75rem;
  }
}

