@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/inter-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/inter-latin-500-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/inter-latin-600-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/inter-latin-700-normal.woff2") format("woff2");
}

:root {
  --ink: #111318;
  --action: #2563eb;
  --canvas: #f7f8fa;
  --line: #dfe3ea;
  --muted: #64748b;
  --soft-blue: #eff6ff;
  --soft-green: #ecfdf5;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body.precision-light {
  margin: 0;
  overflow-x: hidden;
  background: var(--canvas) !important;
  color: var(--ink) !important;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

body.precision-light *,
body.precision-light *::before,
body.precision-light *::after {
  box-sizing: border-box;
  font-family: inherit;
}

body.precision-light a,
body.precision-light button,
body.precision-light input,
body.precision-light textarea,
body.precision-light select {
  transition-duration: 180ms !important;
}

body.precision-light a,
body.precision-light button {
  cursor: pointer;
}

body.precision-light :focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.34) !important;
  outline-offset: 3px !important;
}

body.precision-light .min-h-screen.pt-24 {
  padding-top: 0 !important;
}

/* Native precision-light composition shared by every public product surface. */
body.precision-light [data-public-shell] {
  min-height: 100vh;
  background: var(--canvas);
  color: var(--ink);
}

body.precision-light [data-public-hero] {
  min-height: auto;
  border-bottom: 1px solid var(--line);
  background-color: #fff;
  background-image:
    linear-gradient(#eef0f4 1px, transparent 1px),
    linear-gradient(90deg, #eef0f4 1px, transparent 1px);
  background-size: 36px 36px;
}

body.precision-light [data-public-hero] > .mx-auto {
  width: 100%;
  padding-top: clamp(4.5rem, 9vw, 8rem) !important;
  padding-bottom: clamp(4.5rem, 9vw, 8rem) !important;
}

body.precision-light [data-public-hero] > .mx-auto > .text-center {
  margin-left: 0 !important;
  text-align: left !important;
}

body.precision-light [data-public-hero] > .mx-auto > .text-center > p {
  margin-left: 0 !important;
}

body.precision-light [data-public-hero] > .mx-auto > .text-center .justify-center {
  justify-content: flex-start !important;
}

body.precision-light [data-public-section-heading] {
  display: grid;
  gap: 1rem;
  max-width: none !important;
  margin-bottom: 2.5rem !important;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--line);
  text-align: left !important;
}

body.precision-light [data-public-section-heading] > * {
  margin: 0 !important;
}

body.precision-light [data-public-section-heading] > p {
  max-width: 40rem;
  margin-left: 0 !important;
}

@media (min-width: 1024px) {
  body.precision-light [data-public-section-heading] {
    grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.72fr);
    align-items: end;
  }
}

/* The same product header as the approved landing. */
body.precision-light header {
  position: sticky !important;
  inset: 0 0 auto !important;
  z-index: 100 !important;
  width: 100% !important;
  border: 0 !important;
  border-bottom: 1px solid var(--line) !important;
  border-radius: 0 !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: none !important;
  backdrop-filter: blur(12px) !important;
}

body.precision-light header > div:first-child {
  min-height: 64px;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

body.precision-light header a:first-child > div:first-child,
body.precision-light header > div:first-child > div:first-child > div:first-child {
  width: 2rem !important;
  height: 2rem !important;
  border-radius: 0.375rem !important;
  background: var(--ink) !important;
  box-shadow: none !important;
}

body.precision-light header a:first-child > div:first-child > span,
body.precision-light header > div:first-child > div:first-child > div:first-child > span {
  color: #fff !important;
}

body.precision-light header a:first-child > span:last-child,
body.precision-light header > div:first-child > div:first-child > span:last-child {
  color: var(--ink) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
}

body.precision-light header nav a {
  color: #475569 !important;
  font-weight: 500;
}

body.precision-light header nav a:hover {
  color: var(--ink) !important;
}

body.precision-light header nav a > span.absolute {
  display: none !important;
}

body.precision-light header button[aria-label="Toggle menu"] {
  min-width: 44px;
  min-height: 44px;
  border: 1px solid var(--line) !important;
  border-radius: 0.375rem !important;
  background: #fff !important;
  color: var(--ink) !important;
}

/* Editorial light canvas. */
body.precision-light section {
  border-bottom: 1px solid var(--line);
  background: #fff;
}

body.precision-light section:nth-of-type(even) {
  background: var(--canvas);
}

body.precision-light.vacancies-landing section:first-of-type,
body.precision-light.get-matched-page section:first-of-type,
body.precision-light.reverse-page section:first-of-type,
body.precision-light.jobs-catalog .min-h-screen > .mx-auto.max-w-7xl {
  background-color: #fff;
  background-image:
    linear-gradient(#eef0f4 1px, transparent 1px),
    linear-gradient(90deg, #eef0f4 1px, transparent 1px);
  background-size: 36px 36px;
}

body.precision-light section.min-h-screen {
  min-height: auto !important;
}

body.precision-light.vacancies-landing section:first-of-type a,
body.precision-light.vacancies-landing section:first-of-type button,
body.precision-light.get-matched-page section:first-of-type a,
body.precision-light.get-matched-page section:first-of-type button,
body.precision-light.reverse-page section:first-of-type a,
body.precision-light.reverse-page section:first-of-type button {
  min-height: 46px;
  padding: 0.75rem 1.25rem !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  line-height: 1.25rem !important;
}

body.precision-light h1 {
  max-width: 920px;
  color: var(--ink) !important;
  font-size: clamp(2.75rem, 6vw, 4.5rem) !important;
  font-weight: 600 !important;
  letter-spacing: -0.05em !important;
  line-height: 1.02 !important;
}

body.precision-light h2 {
  color: var(--ink) !important;
  font-size: clamp(2rem, 4vw, 2.75rem) !important;
  font-weight: 600 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.1 !important;
}

body.precision-light h3,
body.precision-light h4 {
  color: var(--ink) !important;
}

body.precision-light p {
  color: var(--muted);
}

body.precision-light [class*="bg-clip-text"] {
  color: var(--ink) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}

body.precision-light [class*="text-white"],
body.precision-light [class*="text-gray-100"],
body.precision-light [class*="text-gray-200"] {
  color: var(--ink) !important;
}

body.precision-light [class*="text-gray-300"],
body.precision-light [class*="text-gray-400"],
body.precision-light [class*="text-gray-500"],
body.precision-light [class*="text-gray-600"] {
  color: var(--muted) !important;
}

body.precision-light [class*="text-indigo"],
body.precision-light [class*="text-purple"],
body.precision-light [class*="text-blue"] {
  color: var(--action) !important;
}

body.precision-light [class*="text-green"],
body.precision-light [class*="text-emerald"] {
  color: #047857 !important;
}

body.precision-light [class*="bg-slate-8"],
body.precision-light [class*="bg-slate-9"],
body.precision-light [class*="bg-white/"],
body.precision-light [class*="hover:bg-white/"]:hover {
  background-color: #fff !important;
  background-image: none !important;
}

body.precision-light [class*="border-white"],
body.precision-light [class*="border-indigo"],
body.precision-light [class*="border-purple"] {
  border-color: var(--line) !important;
}

body.precision-light [class*="shadow"] {
  box-shadow: none !important;
}

body.precision-light [class*="rounded-3xl"],
body.precision-light [class*="rounded-2xl"],
body.precision-light [class*="rounded-xl"] {
  border-radius: 0.375rem !important;
}

/* Cards and structured surfaces. */
body.precision-light section [class*="bg-white/"],
body.precision-light.jobs-catalog .min-h-screen > .mx-auto.max-w-7xl > div[class*="bg-white/"],
body.precision-light .group[class*="bg-white/"] {
  border: 1px solid var(--line) !important;
  background: #fff !important;
}

body.precision-light .group[class*="bg-white/"]:hover {
  border-color: #94a3b8 !important;
  background: #f8fafc !important;
  transform: none !important;
}

body.precision-light [class*="bg-gradient-to-r"] {
  background-image: none !important;
}

body.precision-light a[class*="bg-gradient-to-r"],
body.precision-light button[class*="bg-gradient-to-r"] {
  border: 1px solid var(--action) !important;
  border-radius: 0.375rem !important;
  background: var(--action) !important;
  color: #fff !important;
  box-shadow: none !important;
  transform: none !important;
}

body.precision-light a[class*="bg-gradient-to-r"] *,
body.precision-light button[class*="bg-gradient-to-r"] * {
  color: #fff !important;
}

body.precision-light a[class*="bg-gradient-to-r"]:hover,
body.precision-light button[class*="bg-gradient-to-r"]:hover {
  border-color: #1d4ed8 !important;
  background: #1d4ed8 !important;
  transform: none !important;
}

body.precision-light a[class*="border-2"],
body.precision-light button[class*="border-2"] {
  border-width: 1px !important;
  border-color: #cbd5e1 !important;
  border-radius: 0.375rem !important;
  background: #fff !important;
  color: var(--ink) !important;
  transform: none !important;
}

body.precision-light input:not([type="file"]),
body.precision-light textarea,
body.precision-light select,
body.precision-light div[role="dialog"] button {
  border-color: #cbd5e1 !important;
  border-radius: 0.375rem !important;
}

body.precision-light input:not([type="file"]),
body.precision-light textarea,
body.precision-light .relative > button[class*="w-full"] {
  min-height: 46px;
  background: #fff !important;
  color: var(--ink) !important;
}

body.precision-light input::placeholder,
body.precision-light textarea::placeholder {
  color: #94a3b8 !important;
}

body.precision-light .custom-scrollbar {
  border: 1px solid var(--line) !important;
  background: #fff !important;
  color: var(--ink) !important;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.1) !important;
}

body.precision-light .custom-scrollbar button {
  color: #334155 !important;
}

body.precision-light .custom-scrollbar button:hover {
  background: #f1f5f9 !important;
  color: var(--ink) !important;
}

/* Badges and progress information. */
body.precision-light [class*="bg-indigo-500/"],
body.precision-light [class*="bg-purple-500/"],
body.precision-light [class*="bg-blue-500/"] {
  border-color: #bfdbfe !important;
  background: var(--soft-blue) !important;
  color: #1d4ed8 !important;
}

body.precision-light [class*="bg-green-500/"],
body.precision-light [class*="bg-emerald-500/"] {
  border-color: #a7f3d0 !important;
  background: var(--soft-green) !important;
  color: #047857 !important;
}

body.precision-light [class*="bg-yellow-500/"] {
  border-color: #fde68a !important;
  background: #fffbeb !important;
  color: #92400e !important;
}

body.precision-light .precision-primary {
  border: 1px solid var(--action) !important;
  background: var(--action) !important;
  color: #fff !important;
}

body.precision-light .precision-primary * {
  color: #fff !important;
}

body.precision-light .precision-primary:hover {
  border-color: #1d4ed8 !important;
  background: #1d4ed8 !important;
}

body.precision-light [data-public-header] [class~="bg-action"] {
  color: #fff !important;
}

body.precision-light [data-public-header] a[aria-label="Helpson home"] > span:first-child {
  color: #fff !important;
}

/* Catalog: search first, dense enough to scan. */
body.precision-light.jobs-catalog .min-h-screen > .mx-auto.max-w-7xl {
  max-width: none !important;
  padding-top: 4.5rem !important;
  padding-bottom: 6rem !important;
}

body.precision-light.jobs-catalog .min-h-screen > .mx-auto.max-w-7xl > * {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

body.precision-light.jobs-catalog .text-center.mb-12 {
  text-align: left !important;
}

body.precision-light.jobs-catalog .text-center.mb-12 p {
  margin-left: 0 !important;
}

body.precision-light.jobs-catalog .group h3:hover,
body.precision-light.jobs-catalog .group:hover h3 {
  color: var(--action) !important;
}

body.precision-light.jobs-catalog [class*="fixed"][class*="inset-0"] > div {
  border: 1px solid var(--line) !important;
  background: #fff !important;
  color: var(--ink) !important;
}

/* Upload area remains obviously interactive without neon treatment. */
body.precision-light.get-matched-page [class*="border-dashed"] {
  border-color: #93c5fd !important;
  background: #f8fbff !important;
}

body.precision-light.get-matched-page [class*="border-dashed"]:hover {
  border-color: var(--action) !important;
  background: var(--soft-blue) !important;
}

/* Reverse keeps two audiences distinct through structure, not color effects. */
body.precision-light.reverse-page section:first-of-type .grid-cols-3 {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

body.precision-light.reverse-page section:first-of-type .grid-cols-3 > div {
  padding: 1rem;
  border-left: 1px solid var(--line);
}

body.precision-light.reverse-page section:first-of-type .grid-cols-3 > div:first-child {
  border-left: 0;
}

body.precision-light footer {
  border-top: 1px solid var(--line);
  background: #fff !important;
  color: var(--muted) !important;
}

body.precision-light footer * {
  color: inherit !important;
}

@media (max-width: 640px) {
  body.precision-light header > div:first-child {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  body.precision-light header > div + div {
    border-top: 1px solid var(--line) !important;
    background: #fff !important;
  }

  body.precision-light header > div + div a {
    min-height: 44px;
    display: flex;
    align-items: center;
  }

  body.precision-light section > div,
  body.precision-light.jobs-catalog .min-h-screen > .mx-auto.max-w-7xl {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  body.precision-light h1 {
    font-size: 2.75rem !important;
  }

  body.precision-light h2 {
    font-size: 2rem !important;
  }

  body.precision-light.reverse-page section:first-of-type .grid-cols-3 > div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  body.precision-light.reverse-page section:first-of-type .grid-cols-3 > div:first-child {
    border-top: 0;
  }

  body.precision-light [class*="fixed"][class*="inset-0"] {
    padding: 0.75rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  body.precision-light *,
  body.precision-light *::before,
  body.precision-light *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
