:root {
  --z: #daff01;
  --z-hot: #eeff4d;
  --z-dim: rgba(218, 255, 1, 0.14);
  --z-glow: rgba(218, 255, 1, 0.45);
  --zz-bg: #000000;
  --zz-surface: #111111;
  --zz-surface-raised: #1a1a1a;
  --zz-text: #ffffff;
  --zz-text-muted: #a8a8a8;
  --zz-border: #2a2a2a;
  --zz-font: "Poppins", system-ui, -apple-system, sans-serif;
  --zz-font-display: "Righteous", system-ui, sans-serif;
  --zz-shell: 1180px;
  --zz-gutter: 24px;
  --zz-radius: 18px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body.zzcareers-page {
  margin: 0;
  background: var(--zz-bg);
  color: var(--zz-text);
  font-family: var(--zz-font);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100%;
}

.zzcareers {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

.zzcareers img,
.zzcareers picture {
  max-width: 100%;
}

.zzcareers__shell {
  width: 100%;
  max-width: var(--zz-shell);
  margin: 0 auto;
  padding-left: var(--zz-gutter);
  padding-right: var(--zz-gutter);
}

.zzcareers__bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 90% 55% at 50% -8%, rgba(218, 255, 1, 0.08), transparent 68%);
}

.zzcareers__bg-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 40% at 0% 40%, rgba(218, 255, 1, 0.06), transparent 70%),
    radial-gradient(ellipse 45% 35% at 100% 60%, rgba(218, 255, 1, 0.05), transparent 68%);
}

.zzcareers__bg-grid {
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image:
    linear-gradient(rgba(218, 255, 1, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(218, 255, 1, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: radial-gradient(ellipse 100% 80% at 50% 20%, #000 15%, transparent 80%);
}

.zzcareers__header,
.zzcareers__hero,
.zzcareers__section,
.zzcareers__footer {
  position: relative;
  z-index: 1;
}

/* Header */
.zzcareers__header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(218, 255, 1, 0.12);
  background: rgba(0, 0, 0, 0.92);
  backdrop-filter: blur(16px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
}

.zzcareers__header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(218, 255, 1, 0.5) 20%, rgba(218, 255, 1, 0.5) 80%, transparent);
}

.zzcareers__header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.zzcareers__brand img {
  display: block;
  height: 42px;
  width: auto;
}

.zzcareers__nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.zzcareers__nav a {
  color: var(--zz-text-muted);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: color 0.15s ease;
}

.zzcareers__nav a:hover {
  color: var(--z);
}

.zzcareers__nav-cta {
  padding: 10px 18px !important;
  border-radius: 999px;
  background: var(--z) !important;
  color: #000 !important;
  font-weight: 800 !important;
  box-shadow: 0 0 24px rgba(218, 255, 1, 0.2);
}

.zzcareers__mobnav {
  display: none;
}

.zzcareers__mobbar {
  display: none;
}

.zzcareers__mobile-only {
  display: none;
}

  .zzcareers__mobile-intro {
    position: relative;
    z-index: 1;
    padding: 12px 0 10px;
    text-align: center;
  }

  .zzcareers__mobile-perks {
    justify-content: center;
  }

  .zzcareers__mobile-picks-label {
    text-align: center;
  }

  .zzcareers__mobile-form-head {
    text-align: center;
  }

.zzcareers__mobile-hero {
  margin: 0 0 12px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(218, 255, 1, 0.22);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.45);
  aspect-ratio: 16 / 10;
  background: #0a0a0a;
}

.zzcareers__mobile-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 35%;
}

.zzcareers__mobile-card {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid rgba(218, 255, 1, 0.18);
  background: linear-gradient(180deg, rgba(218, 255, 1, 0.06) 0%, rgba(12, 12, 12, 0.98) 42%);
}

.zzcareers__mobile-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: var(--z);
  color: #000;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.zzcareers__mobile-title {
  margin: 0 0 8px;
  font-family: var(--zz-font-display);
  font-size: 1.65rem;
  line-height: 1.08;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.zzcareers__mobile-sub {
  margin: 0 0 12px;
  color: var(--zz-text-muted);
  font-size: 0.875rem;
  line-height: 1.55;
}

.zzcareers__mobile-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.zzcareers__mobile-perks li {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid var(--zz-border);
  background: rgba(255, 255, 255, 0.04);
  color: #e8e8e8;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.zzcareers__mobile-picks-label {
  margin: 0 0 8px;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--z);
}

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

.zzcareers__role-pick {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 8px;
  border-radius: 10px;
  border: 1px solid var(--zz-border);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.zzcareers__role-pick--featured {
  border-color: rgba(218, 255, 1, 0.4);
  background: rgba(218, 255, 1, 0.08);
  color: var(--z);
}

.zzcareers__role-pick.is-selected,
.zzcareers__role-pick:active {
  background: var(--z);
  border-color: var(--z);
  color: #000;
}

.zzcareers__mobile-form-head {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(218, 255, 1, 0.12);
}

.zzcareers__mobile-form-head h2 {
  margin: 0 0 4px;
  font-family: var(--zz-font-display);
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.zzcareers__mobile-form-head p {
  margin: 0;
  color: var(--zz-text-muted);
  font-size: 0.8125rem;
  line-height: 1.5;
}

/* Hero */
.zzcareers__hero {
  padding: 56px 0 64px;
}

.zzcareers__hero-top {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 440px);
  gap: 40px;
  align-items: center;
}

.zzcareers__hero-top > * {
  min-width: 0;
}

.zzcareers__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.zzcareers__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(218, 255, 1, 0.28);
  background: rgba(218, 255, 1, 0.08);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--z);
}

.zzcareers__badge--solid {
  background: var(--z);
  color: #000;
  border-color: var(--z);
  box-shadow: 0 0 28px rgba(218, 255, 1, 0.25);
}

.zzcareers__badge--solid svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  flex-shrink: 0;
}

.zzcareers__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--z);
  box-shadow: 0 0 12px var(--z-glow);
  animation: zzcareers-pulse 1.6s ease-in-out infinite;
}

@keyframes zzcareers-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.85); }
}

.zzcareers__title {
  margin: 0 0 16px;
  font-family: var(--zz-font-display);
  font-size: clamp(2.25rem, 5.5vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.zzcareers__title-accent {
  color: var(--z);
  text-shadow: 0 0 40px rgba(218, 255, 1, 0.25);
}

.zzcareers__lead {
  margin: 0 0 28px;
  max-width: 34rem;
  color: var(--zz-text-muted);
  font-size: 1.0625rem;
  line-height: 1.7;
}

.zzcareers__lead-strong {
  color: var(--z);
  font-weight: 700;
}

.zzcareers__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.zzcareers__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 0.9375rem;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
  transition: transform 0.15s ease, filter 0.15s ease, box-shadow 0.15s ease;
}

.zzcareers__btn svg {
  width: 12px;
  height: 15px;
  fill: currentColor;
}

.zzcareers__btn:hover {
  transform: translateY(-1px);
}

.zzcareers__btn--primary {
  background: var(--z);
  color: #000;
  box-shadow: 0 8px 32px rgba(218, 255, 1, 0.22);
}

.zzcareers__btn--primary:hover {
  filter: brightness(1.05);
  box-shadow: 0 12px 36px rgba(218, 255, 1, 0.3);
}

.zzcareers__btn--ghost {
  border-color: var(--zz-border);
  color: #fff;
  background: rgba(255, 255, 255, 0.03);
}

.zzcareers__btn--ghost:hover {
  border-color: rgba(218, 255, 1, 0.35);
  color: var(--z);
}

.zzcareers__hero-photo {
  position: relative;
  margin: 0;
  border-radius: var(--zz-radius);
  overflow: hidden;
  border: 1px solid rgba(218, 255, 1, 0.28);
  background: #0a0a0a;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.5),
    0 0 48px rgba(218, 255, 1, 0.08);
  aspect-ratio: 5 / 6;
  justify-self: end;
  width: 100%;
  max-width: 440px;
}

.zzcareers__hero-photo picture,
.zzcareers__hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
}

.zzcareers__hero-photo img {
  object-fit: cover;
  object-position: center 40%;
}

.zzcareers__hero-photo-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 48px 20px 18px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.55) 38%, rgba(0, 0, 0, 0.92) 100%);
  pointer-events: none;
}

.zzcareers__hero-photo-tag {
  margin: 0 0 4px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--z);
}

.zzcareers__hero-photo-quote {
  margin: 0;
  font-family: var(--zz-font-display);
  font-size: 1.0625rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.2;
}

.zzcareers__hero-band {
  margin-top: 32px;
  border-radius: var(--zz-radius);
  border: 1px solid rgba(218, 255, 1, 0.16);
  background: linear-gradient(180deg, rgba(218, 255, 1, 0.05) 0%, rgba(12, 12, 12, 0.95) 100%);
  overflow: hidden;
}

.zzcareers__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.zzcareers__highlight {
  padding: 22px 24px;
  border-right: 1px solid var(--zz-border);
}

.zzcareers__highlight:last-child {
  border-right: 0;
}

.zzcareers__highlight h3 {
  margin: 0 0 6px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
}

.zzcareers__highlight p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--zz-text-muted);
}

.zzcareers__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--zz-border);
}

.zzcareers__stat {
  padding: 18px 20px;
  border-right: 1px solid var(--zz-border);
  background: rgba(10, 10, 10, 0.5);
  transition: background 0.2s ease;
}

.zzcareers__stat:last-child {
  border-right: 0;
}

.zzcareers__stat:hover {
  background: rgba(218, 255, 1, 0.04);
}

.zzcareers__stat--highlight {
  background: linear-gradient(145deg, rgba(218, 255, 1, 0.12) 0%, rgba(10, 10, 10, 0.6) 100%);
}

.zzcareers__stat-value {
  display: block;
  font-family: var(--zz-font-display);
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  color: var(--z);
  margin-bottom: 4px;
}

.zzcareers__stat-label {
  display: block;
  font-size: 0.75rem;
  color: var(--zz-text-muted);
  line-height: 1.4;
}

/* Sections */
.zzcareers__section {
  padding: 72px 0;
}

.zzcareers__section--alt {
  background: linear-gradient(180deg, rgba(218, 255, 1, 0.03) 0%, transparent 100%);
  border-top: 1px solid rgba(218, 255, 1, 0.08);
  border-bottom: 1px solid rgba(218, 255, 1, 0.08);
}

.zzcareers__section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
}

.zzcareers__section-kicker {
  margin: 0 0 8px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--z);
}

.zzcareers__section-title {
  margin: 0;
  font-family: var(--zz-font-display);
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.zzcareers__section-note {
  margin: 0;
  max-width: 300px;
  text-align: right;
  font-size: 0.875rem;
  color: var(--zz-text-muted);
  line-height: 1.5;
}

/* Roles */
.zzcareers__roles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.zzcareers__role-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: var(--zz-radius);
  border: 1px solid var(--zz-border);
  background: linear-gradient(180deg, var(--zz-surface-raised) 0%, var(--zz-surface) 100%);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.zzcareers__role-card:hover {
  border-color: rgba(218, 255, 1, 0.35);
  transform: translateY(-3px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.zzcareers__role-card--featured {
  border-color: rgba(218, 255, 1, 0.32);
  background: linear-gradient(160deg, rgba(218, 255, 1, 0.1) 0%, var(--zz-surface-raised) 38%, var(--zz-surface) 100%);
  box-shadow: 0 12px 40px rgba(218, 255, 1, 0.06);
}

.zzcareers__role-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: var(--z-dim);
  border: 1px solid rgba(218, 255, 1, 0.28);
}

.zzcareers__role-icon svg {
  width: 22px;
  height: 22px;
  fill: var(--z);
}

.zzcareers__role-tag {
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--z-dim);
  border: 1px solid rgba(218, 255, 1, 0.25);
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--z);
}

.zzcareers__role-card h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
}

.zzcareers__role-card p {
  margin: 0 0 14px;
  flex: 1;
  color: var(--zz-text-muted);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.zzcareers__role-card ul {
  margin: 0 0 18px;
  padding-left: 18px;
  color: #d4d4d4;
  font-size: 0.875rem;
  line-height: 1.6;
}

.zzcareers__role-card ul strong {
  color: var(--z);
  font-weight: 700;
}

.zzcareers__role-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  margin-top: auto;
  border-radius: 999px;
  border: 1px solid rgba(218, 255, 1, 0.35);
  background: rgba(218, 255, 1, 0.08);
  color: var(--z);
  font-size: 0.8125rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.zzcareers__role-cta:hover {
  background: var(--z);
  color: #000;
}

/* Why */
.zzcareers__why-layout {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.zzcareers__why-lead {
  margin: 12px 0 24px;
  color: var(--zz-text-muted);
  font-size: 0.9375rem;
  line-height: 1.6;
}

.zzcareers__why-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.zzcareers__why-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #e0e0e0;
}

.zzcareers__why-list svg {
  width: 16px;
  height: 16px;
  fill: var(--z);
  flex-shrink: 0;
}

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

.zzcareers__perk {
  padding: 22px;
  border-radius: var(--zz-radius);
  border: 1px solid var(--zz-border);
  background: rgba(10, 10, 10, 0.8);
  transition: border-color 0.2s ease;
}

.zzcareers__perk:hover {
  border-color: rgba(218, 255, 1, 0.28);
}

.zzcareers__perk-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-bottom: 12px;
  border-radius: 10px;
  background: var(--z-dim);
  border: 1px solid rgba(218, 255, 1, 0.25);
}

.zzcareers__perk-icon svg {
  width: 14px;
  height: 18px;
  fill: var(--z);
}

.zzcareers__perk h3 {
  margin: 0 0 8px;
  font-size: 1.0625rem;
}

.zzcareers__perk p {
  margin: 0;
  color: var(--zz-text-muted);
  font-size: 0.9375rem;
  line-height: 1.55;
}

/* Apply */
.zzcareers__apply-layout {
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}

.zzcareers__apply-side {
  position: sticky;
  top: 96px;
}

.zzcareers__apply-lead {
  margin: 12px 0 24px;
  color: var(--zz-text-muted);
  font-size: 0.9375rem;
  line-height: 1.55;
}

.zzcareers__steps {
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.zzcareers__steps li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--zz-border);
  background: rgba(17, 17, 17, 0.9);
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--zz-text-muted);
}

.zzcareers__steps span {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--z);
  color: #000;
  font-size: 0.6875rem;
  font-weight: 800;
  flex-shrink: 0;
}

.zzcareers__apply-note {
  margin-bottom: 20px;
  padding: 16px;
  border-radius: 12px;
  border: 1px solid rgba(218, 255, 1, 0.28);
  background: rgba(218, 255, 1, 0.06);
}

.zzcareers__apply-note strong {
  display: block;
  margin-bottom: 6px;
  font-size: 0.875rem;
  color: var(--z);
}

.zzcareers__apply-note p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: var(--zz-text-muted);
}

.zzcareers__apply-call {
  width: 100%;
}

/* Form */
.zzcareers__form-panel {
  padding: 28px;
  border-radius: 22px;
  border: 1px solid rgba(218, 255, 1, 0.2);
  background: linear-gradient(180deg, rgba(218, 255, 1, 0.05) 0%, rgba(12, 12, 12, 0.98) 28%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.45);
}

.zzcareers__form {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.zzcareers__form-block {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--zz-border);
}

.zzcareers__form-block:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.zzcareers__form-title {
  margin: 0 0 4px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--z);
}

.zzcareers__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

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

.zzcareers__field label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #e5e5e5;
}

.zzcareers__req {
  color: var(--z);
}

.zzcareers__opt {
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  color: var(--zz-text-muted);
}

.zzcareers__field input,
.zzcareers__field select,
.zzcareers__field textarea {
  width: 100%;
  font-family: var(--zz-font);
  font-size: 1rem;
  padding: 13px 14px;
  border: 1px solid var(--zz-border);
  border-radius: 12px;
  background: #0a0a0a;
  color: var(--zz-text);
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.zzcareers__field input::placeholder,
.zzcareers__field textarea::placeholder {
  color: #666;
}

.zzcareers__field input:focus,
.zzcareers__field select:focus,
.zzcareers__field textarea:focus {
  outline: none;
  border-color: rgba(218, 255, 1, 0.55);
  box-shadow: 0 0 0 3px rgba(218, 255, 1, 0.12);
}

.zzcareers__field textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.5;
}

.zzcareers__check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: var(--zz-text-muted);
  cursor: pointer;
}

.zzcareers__check input {
  margin-top: 3px;
  accent-color: var(--z);
}

.zzcareers__honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.zzcareers__flash {
  padding: 14px 16px;
  border-radius: 12px;
  font-size: 0.875rem;
  line-height: 1.45;
}

.zzcareers__flash--success {
  background: rgba(72, 199, 116, 0.14);
  border: 1px solid rgba(72, 199, 116, 0.4);
  color: #9ee8b8;
}

.zzcareers__flash--error {
  background: rgba(255, 77, 77, 0.12);
  border: 1px solid rgba(255, 77, 77, 0.35);
  color: #ffb3b3;
}

.zzcareers__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 54px;
  margin-top: 4px;
  padding: 0 24px;
  border: 0;
  border-radius: 999px;
  background: var(--z);
  color: #000;
  font-family: var(--zz-font);
  font-size: 1rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 36px rgba(218, 255, 1, 0.22);
  transition: filter 0.15s ease, transform 0.15s ease;
}

.zzcareers__submit svg {
  width: 12px;
  height: 15px;
  fill: currentColor;
}

.zzcareers__submit:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.zzcareers__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
}

/* Footer */
.zzcareers__footer {
  padding: 24px 0 32px;
  text-align: center;
  border-top: 1px solid var(--zz-border);
}

.zzcareers__footer p {
  margin: 0;
  color: var(--zz-text-muted);
  font-size: 0.8125rem;
}

.zzcareers__footer a {
  color: var(--z);
  text-decoration: none;
}

.zzcareers__footer a:hover {
  text-decoration: underline;
}

/* Embed — parent page scrolls; iframe is a tall passthrough panel */
html.zzcareers-embedded,
body.zzcareers-embedded {
  min-height: 0;
  overflow: visible !important;
  height: auto !important;
  width: 100%;
  max-width: 100%;
  touch-action: pan-y;
  overscroll-behavior: none;
  scroll-behavior: auto;
}

body.zzcareers-embedded .zzcareers {
  min-height: 0;
  overflow: visible !important;
}

body.zzcareers-embedded .zzcareers__section.zzcareers__apply {
  padding-bottom: 48px;
}

body.zzcareers-embedded .zzcareers__header {
  position: relative;
  top: auto;
}

body.zzcareers-embedded .zzcareers__footer {
  display: none;
}

body.zzcareers-embedded .zzcareers__hero {
  padding-top: 16px;
  padding-bottom: 32px;
}

body.zzcareers-embedded .zzcareers__section {
  padding-top: 40px;
  padding-bottom: 40px;
}

body.zzcareers-embedded .zzcareers__apply-side {
  position: static;
}

body.zzcareers-embedded .zzcareers__bg {
  position: absolute;
}

body.zzcareers-embedded .zzcareers__form-panel {
  box-shadow: none;
}

body.zzcareers-embedded .zzcareers__mobbar {
  display: none !important;
}

/* Responsive */
@media (max-width: 1024px) {
  .zzcareers__hero-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .zzcareers__hero-photo {
    justify-self: stretch;
    max-width: none;
    aspect-ratio: 16 / 10;
    height: auto;
  }

  .zzcareers__hero-photo picture,
  .zzcareers__hero-photo img {
    height: auto;
  }

  .zzcareers__why-layout,
  .zzcareers__apply-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .zzcareers__apply-side {
    position: static;
  }
}

@media (max-width: 900px) {
  .zzcareers__highlights {
    grid-template-columns: 1fr;
  }

  .zzcareers__highlight {
    padding: 16px 18px;
    border-right: 0;
    border-bottom: 1px solid var(--zz-border);
  }

  .zzcareers__highlight:last-child {
    border-bottom: 0;
  }

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

  .zzcareers__stat {
    border-right: 1px solid var(--zz-border);
    border-bottom: 1px solid var(--zz-border);
    padding: 14px 16px;
  }

  .zzcareers__stat:nth-child(2n) {
    border-right: 0;
  }

  .zzcareers__stat:nth-child(3),
  .zzcareers__stat:nth-child(4) {
    border-bottom: 0;
  }

  .zzcareers__stat-value {
    font-size: 1.2rem;
  }

  .zzcareers__stat-label {
    font-size: 0.6875rem;
  }

  .zzcareers__roles {
    grid-template-columns: 1fr;
  }

  .zzcareers__section-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .zzcareers__section-note {
    text-align: left;
    max-width: none;
  }
}

@media (max-width: 720px) {
  :root {
    --zz-gutter: 16px;
    --zz-radius: 14px;
    --zz-font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --zz-font-display: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  }

  html.zzcareers-page,
  body.zzcareers-page {
    width: 100%;
    margin: 0 auto;
    overflow-x: clip;
  }

  .zzcareers {
    margin: 0 auto;
    overflow-x: clip;
  }

  .zzcareers__bg {
    position: absolute;
  }

  .zzcareers__mobile-intro .zzcareers__shell,
  .zzcareers__section.zzcareers__apply .zzcareers__shell {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
    padding-left: max(var(--zz-gutter), env(safe-area-inset-left, 0px));
    padding-right: max(var(--zz-gutter), env(safe-area-inset-right, 0px));
  }

  .zzcareers__form {
    position: relative;
    overflow: hidden;
    width: 100%;
  }

  .zzcareers__form-panel {
    width: 100%;
    margin-inline: auto;
  }

  .zzcareers__mobile-only {
    display: block;
  }

  .zzcareers__desktop-only {
    display: none !important;
  }

  body.zzcareers-page {
    padding-bottom: env(safe-area-inset-bottom, 0);
  }

  .zzcareers__bg-grid {
    display: none;
  }

  .zzcareers__bg-glow {
    opacity: 0.35;
  }

  .zzcareers__mobile-intro {
    text-align: center;
  }

  .zzcareers__mobile-perks {
    justify-content: center;
  }

  .zzcareers__mobile-picks-label {
    text-align: center;
  }

  .zzcareers__mobile-form-head {
    text-align: center;
  }

  #apply {
    scroll-margin-top: 8px;
  }

  .zzcareers__section.zzcareers__apply {
    padding: 4px 0 24px;
  }

  .zzcareers__apply-layout {
    display: block;
  }

  .zzcareers__form-panel {
    padding: 16px 14px 18px;
    border: 1px solid rgba(218, 255, 1, 0.18);
    border-radius: 16px;
    background: rgba(10, 10, 10, 0.92);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  }

  .zzcareers__form-optional {
    display: none !important;
  }

  .zzcareers__form-title {
    display: none;
  }

  .zzcareers__form {
    gap: 14px;
    min-width: 0;
  }

  .zzcareers__form-block {
    gap: 12px;
    padding-bottom: 0;
    border-bottom: 0;
    min-width: 0;
  }

  .zzcareers__field-row {
    grid-template-columns: 1fr;
  }

  .zzcareers__field input,
  .zzcareers__field select,
  .zzcareers__field textarea {
    font-size: 16px;
    padding: 12px 13px;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }

  .zzcareers__field textarea {
    min-height: 96px;
  }

  .zzcareers__field label {
    font-size: 0.6875rem;
    color: #d8d8d8;
  }

  .zzcareers__field input,
  .zzcareers__field select,
  .zzcareers__field textarea {
    border-color: #333;
    background: #080808;
  }

  .zzcareers__submit {
    margin-top: 10px;
    min-height: 50px;
    font-size: 0.9375rem;
  }

  body.zzcareers-embedded .zzcareers__mobile-intro {
    padding-top: 8px;
  }

  body.zzcareers-embedded .zzcareers__shell {
    padding-left: max(16px, env(safe-area-inset-left, 0px));
    padding-right: max(16px, env(safe-area-inset-right, 0px));
  }

  body.zzcareers-embedded .zzcareers__form-panel {
    padding: 14px 12px 16px;
    box-shadow: none;
  }

  body.zzcareers-embedded .zzcareers__section.zzcareers__apply {
    padding-bottom: 56px;
  }

  body.zzcareers-embedded .zzcareers__submit {
    margin-bottom: 8px;
  }

  .zzcareers__field--schedule label {
    font-size: 0.6875rem;
  }

  body.zzcareers-embedded .zzcareers__mobbar {
    display: none !important;
  }

  body.zzcareers-page:not(.zzcareers-embedded) .zzcareers__footer {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0));
  }

  body.zzcareers-page:not(.zzcareers-embedded) .zzcareers__mobbar {
    display: flex;
    align-items: center;
    gap: 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    padding: 10px var(--zz-gutter) calc(10px + env(safe-area-inset-bottom, 0));
    border-top: 1px solid rgba(218, 255, 1, 0.15);
    background: rgba(0, 0, 0, 0.94);
    backdrop-filter: blur(12px);
  }

  .zzcareers__mobbar-cta {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 999px;
    background: var(--z);
    color: #000;
    font-size: 0.9375rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 28px rgba(218, 255, 1, 0.2);
  }

  .zzcareers__mobbar-call {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 50%;
    border: 1px solid var(--zz-border);
    background: rgba(255, 255, 255, 0.04);
    color: var(--z);
    text-decoration: none;
  }

  .zzcareers__mobbar-call svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }
}