:root {
  --navy: #002a5d;
  --navy-deep: #061b3d;
  --magenta: #bf006f;
  --gold: #ffad24;
  --ink: #101828;
  --muted: #5c6678;
  --line: #dfe4ec;
  --soft: #f6f8fb;
  --white: #ffffff;
  --shadow: 0 18px 48px rgba(0, 42, 93, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "Inter", Arial, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.signal-field {
  position: fixed;
  inset: 0;
  z-index: -1;
  opacity: 0.62;
  pointer-events: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 12px clamp(18px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(0, 42, 93, 0.1);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  width: 148px;
}

.brand img {
  width: 100%;
  height: auto;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(16px, 2.4vw, 34px);
  color: var(--muted);
  font-size: 0.94rem;
  font-weight: 600;
}

.nav-links a {
  position: relative;
  padding: 10px 0;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 2px;
  background: var(--magenta);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.header-action,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.header-action,
.button.primary {
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 10px 24px rgba(0, 42, 93, 0.16);
}

.button.secondary {
  color: var(--navy);
  background: var(--white);
  border-color: rgba(0, 42, 93, 0.22);
}

.header-action:hover,
.button:hover {
  transform: translateY(-2px);
}

.hero {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 78px);
  padding: clamp(82px, 10vw, 138px) clamp(18px, 4vw, 64px) clamp(54px, 7vw, 82px);
  text-align: center;
}

.hero-copy {
  min-width: 0;
  max-width: 1120px;
}

.eyebrow {
  position: relative;
  display: inline-flex;
  margin: 0 0 16px;
  padding-bottom: 9px;
  color: var(--navy-deep);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--gold);
  border-radius: 999px;
  content: "";
}

.home-section-label {
  color: var(--magenta);
}

.home-section-label::after {
  display: block;
  background: var(--gold);
}

.partner-copy .home-section-label {
  color: var(--magenta);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: normal;
}

.partner-copy .home-section-label::after {
  display: block;
  background: var(--gold);
}

.industries-label {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  width: max-content;
  min-height: 24px;
  margin-bottom: 22px;
  padding: 0 0 3px;
  color: var(--magenta) !important;
  background: transparent;
  border: 0;
  border-bottom: 3px solid var(--gold);
  border-radius: 0;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1;
  box-shadow: none;
  backdrop-filter: none;
  word-spacing: normal;
}

.global-cities-copy .industries-label,
.industry-targets-heading .industries-label {
  margin-bottom: 34px;
}

.industries-label span {
  display: inline-block;
}

.industries-label span + span {
  margin-left: 0.38em;
}

.industries-label::after {
  display: none;
}

.ai-section-label {
  color: var(--navy-deep);
}

.ai-section-label::after {
  display: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 1120px;
  margin-bottom: 20px;
  color: var(--navy-deep);
  font-size: clamp(2.9rem, 6.2vw, 6.5rem);
  font-weight: 800;
  line-height: 1.12;
}

h1 span {
  display: block;
}

.typing-title {
  min-height: 2.1em;
  padding: 0.06em 0.08em 0.12em;
  overflow: visible;
}

.typing-title span {
  background: linear-gradient(90deg, var(--navy-deep), var(--magenta), var(--gold), var(--navy));
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
  animation: titleColorFlow 6s ease-in-out infinite;
}

.typing-title span:last-child::after {
  display: inline-block;
  width: 0.08em;
  height: 0.82em;
  margin-left: 0.08em;
  background: var(--gold);
  border-radius: 999px;
  content: "";
  transform: translateY(0.08em);
  animation: caretBlink 900ms steps(2, start) infinite;
}

.typing-title.is-complete span:last-child::after {
  display: none;
}

.ai-typing-title {
  width: min(620px, 100%);
  max-width: 620px;
  margin-bottom: 24px;
  padding-right: 0.1em;
  font-size: clamp(2.35rem, 3.65vw, 3.75rem);
  line-height: 1.14;
}

.hero-lede {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  line-height: 1.55;
}

.hero .eyebrow::after {
  display: none;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.section {
  padding: clamp(68px, 9vw, 118px) clamp(18px, 4vw, 64px);
  scroll-margin-top: 78px;
}

.proof-strip {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 0 clamp(18px, 4vw, 64px) clamp(58px, 7vw, 86px);
}

.proof-strip span {
  padding: 10px 16px;
  color: var(--navy);
  background: rgba(0, 42, 93, 0.04);
  border: 1px solid rgba(0, 42, 93, 0.12);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 700;
}

.ai-page {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(460px, 1.05fr);
  align-items: center;
  gap: clamp(34px, 4.5vw, 64px);
  min-height: 100vh;
  background: transparent;
}

.ai-page-copy {
  max-width: 860px;
  min-width: 0;
  overflow: visible;
}

.ai-page-copy h2 {
  margin-bottom: 22px;
  color: var(--navy-deep);
  font-size: clamp(3rem, 6vw, 6.4rem);
  line-height: 0.98;
}

.ai-page-copy > p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.7;
}

.ai-page-actions {
  display: flex;
  margin-top: 28px;
}

.ai-feature-grid {
  display: grid;
  gap: 14px;
}

.ai-feature-grid article {
  padding: clamp(24px, 3vw, 36px);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 42, 93, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.ai-feature-grid span {
  display: block;
  margin-bottom: 26px;
  color: var(--gold);
  font-weight: 800;
}

.ai-feature-grid h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 1.35rem;
}

.ai-feature-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.65;
}

.industries-page {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: clamp(34px, 4.5vw, 64px);
  min-height: 100vh;
  background:
    radial-gradient(circle at 80% 18%, rgba(255, 173, 36, 0.12), transparent 27%),
    radial-gradient(circle at 16% 78%, rgba(191, 0, 111, 0.09), transparent 30%),
    transparent;
}

.industries-hero-copy {
  max-width: 920px;
}

.industries-typing-title {
  width: min(820px, 100%);
  max-width: 820px;
  min-height: 2.55em;
  padding-right: 0.18em;
  padding-bottom: 0.22em;
}

.industries-typing-title span {
  white-space: normal;
  overflow-wrap: normal;
}

.industry-hero-panel {
  display: grid;
  gap: 14px;
}

.industry-hero-panel article {
  display: grid;
  gap: 8px;
  padding: clamp(22px, 3vw, 34px);
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(0, 42, 93, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.industry-hero-panel span,
.industry-card span {
  color: var(--gold);
  font-weight: 800;
}

.industry-hero-panel strong {
  color: var(--navy);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.industry-hero-panel p,
.industry-card p,
.industry-section-heading p,
.industry-delivery-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.industry-hero-panel q {
  display: block;
  margin-top: 10px;
  padding: 8px 12px 8px 13px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy-deep), var(--navy));
  border-left: 3px solid var(--gold);
  border-radius: 6px;
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  font-size: clamp(0.86rem, 0.98vw, 0.94rem);
  font-style: italic;
  font-weight: 800;
  line-height: 1.42;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 18px rgba(0, 42, 93, 0.1);
}

.industry-hero-panel q::before {
  color: var(--gold);
}

.industry-hero-panel q::after {
  color: var(--gold);
}

.industry-focus-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
  align-items: start;
  gap: clamp(28px, 4vw, 58px);
  min-height: 100vh;
  background:
    radial-gradient(circle at 76% 18%, rgba(255, 173, 36, 0.1), transparent 26%),
    radial-gradient(circle at 14% 72%, rgba(0, 42, 93, 0.06), transparent 32%),
    rgba(255, 255, 255, 0.58);
}

.industry-section-heading {
  position: sticky;
  top: 118px;
  max-width: 720px;
}

.industry-section-heading .eyebrow {
  margin-bottom: 18px;
}

.industry-section-heading h2,
.industry-delivery-copy h2 {
  margin: 0 0 18px;
  color: var(--navy-deep);
  font-size: clamp(2.35rem, 4.5vw, 4.85rem);
  line-height: 1.04;
}

.industry-section-heading p {
  max-width: 620px;
}

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

.industry-card {
  min-height: 248px;
  padding: clamp(22px, 2.6vw, 32px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 248, 251, 0.92)),
    var(--white);
  border: 1px solid rgba(0, 42, 93, 0.12);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(0, 42, 93, 0.07);
}

.industry-card h3 {
  margin: 26px 0 10px;
  color: var(--navy);
  font-size: 1.28rem;
}

.recruitment-shift-video {
  position: relative;
  min-height: clamp(520px, 55vw, 650px);
  padding: clamp(22px, 3.4vw, 36px);
  overflow: hidden;
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 173, 36, 0.26), transparent 24%),
    radial-gradient(circle at 14% 88%, rgba(0, 166, 166, 0.18), transparent 28%),
    linear-gradient(145deg, var(--navy-deep), var(--navy));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0, 42, 93, 0.24);
}

.recruitment-shift-video::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.1) 45%, transparent 62%);
  content: "";
  transform: translateX(-100%);
  animation: shiftScan 5.8s ease-in-out infinite;
}

.shift-video-topline {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  max-width: 560px;
}

.shift-video-topline span {
  width: max-content;
  padding: 7px 11px;
  color: var(--navy-deep);
  background: var(--gold);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.shift-video-topline strong {
  color: var(--white);
  font-size: clamp(1.45rem, 2.8vw, 2.45rem);
  line-height: 1.12;
}

.shift-chart {
  position: relative;
  z-index: 1;
  height: clamp(270px, 31vw, 360px);
  margin-top: clamp(26px, 4vw, 44px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.shift-grid-line {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.shift-grid-line.line-a {
  top: 26%;
}

.shift-grid-line.line-b {
  top: 52%;
}

.shift-grid-line.line-c {
  top: 78%;
}

.shift-bar {
  position: absolute;
  bottom: 0;
  width: 10.5%;
  min-width: 34px;
  background: linear-gradient(180deg, var(--gold), rgba(255, 255, 255, 0.12));
  border-radius: 9px 9px 0 0;
  transform-origin: bottom;
  animation: shiftBarRise 2.8s ease-out both, shiftBarGlow 4.6s ease-in-out infinite;
}

.shift-bar span {
  position: absolute;
  right: 50%;
  bottom: -30px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.74rem;
  font-weight: 800;
  transform: translateX(50%);
}

.bar-a {
  left: 2%;
  height: 24%;
  animation-delay: 0.05s, 0s;
}

.bar-b {
  left: 18%;
  height: 35%;
  animation-delay: 0.2s, 0.5s;
}

.bar-c {
  left: 34%;
  height: 48%;
  animation-delay: 0.35s, 1s;
}

.bar-d {
  left: 50%;
  height: 62%;
  animation-delay: 0.5s, 1.5s;
}

.bar-e {
  left: 66%;
  height: 76%;
  animation-delay: 0.65s, 2s;
}

.bar-f {
  left: 82%;
  height: 92%;
  animation-delay: 0.8s, 2.5s;
}

.shift-spike-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.shift-spike-line path {
  fill: none;
  stroke: #ffffff;
  stroke-dasharray: 900;
  stroke-dashoffset: 900;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 6;
  filter: drop-shadow(0 0 12px rgba(255, 173, 36, 0.62));
  animation: drawShiftSpike 3.4s ease-out 0.7s forwards;
}

.shift-pulse {
  position: absolute;
  width: 13px;
  height: 13px;
  background: var(--gold);
  border: 3px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 173, 36, 0.42);
  animation: shiftPulse 2.4s ease-out infinite;
}

.pulse-a {
  top: 48%;
  left: 49%;
}

.pulse-b {
  top: 26%;
  left: 72%;
  animation-delay: 0.45s;
}

.pulse-c {
  top: 9%;
  left: 94%;
  animation-delay: 0.9s;
}

.shift-trend-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 46px;
}

.shift-trend-row span {
  padding: 9px 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.recruitment-shift-video p {
  position: relative;
  z-index: 1;
  max-width: 610px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.7;
}

.global-reach-video {
  position: relative;
  min-height: clamp(520px, 55vw, 650px);
  padding: clamp(22px, 3.4vw, 36px);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 173, 36, 0.22), transparent 24%),
    radial-gradient(circle at 18% 86%, rgba(0, 166, 166, 0.2), transparent 30%),
    linear-gradient(145deg, var(--navy-deep), var(--navy));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0, 42, 93, 0.24);
}

.global-reach-video::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: radial-gradient(circle at center, black, transparent 74%);
}

.global-video-topline {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
  max-width: 560px;
}

.global-video-topline span {
  width: max-content;
  padding: 7px 11px;
  color: var(--navy-deep);
  background: var(--gold);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.global-video-topline strong {
  color: var(--white);
  font-size: clamp(1.45rem, 2.8vw, 2.45rem);
  line-height: 1.12;
}

.global-map-stage {
  position: relative;
  z-index: 1;
  height: clamp(300px, 35vw, 400px);
  margin-top: clamp(22px, 3vw, 34px);
}

.global-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: globalRingPulse 4.6s ease-in-out infinite;
}

.ring-one {
  width: min(52vw, 360px);
  height: min(52vw, 360px);
}

.ring-two {
  width: min(38vw, 250px);
  height: min(38vw, 250px);
  animation-delay: 1.2s;
}

.global-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 126px;
  height: 126px;
  color: var(--white);
  background: linear-gradient(145deg, rgba(191, 0, 111, 0.96), rgba(0, 42, 93, 0.96));
  border: 2px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24), 0 0 0 10px rgba(255, 255, 255, 0.05);
  text-align: center;
  transform: translate(-50%, -50%);
  animation: globalCorePulse 3.2s ease-in-out infinite;
}

.global-core span {
  color: var(--gold);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.global-core strong {
  width: min-content;
  font-size: 1rem;
  line-height: 1.1;
}

.global-route-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.global-route-layer .route {
  fill: none;
  stroke: rgba(255, 255, 255, 0.78);
  stroke-dasharray: 520;
  stroke-dashoffset: 520;
  stroke-linecap: round;
  stroke-width: 3;
  filter: drop-shadow(0 0 9px rgba(255, 173, 36, 0.58));
  animation: globalRouteDraw 4.8s ease-in-out infinite;
}

.global-route-layer .route-b {
  animation-delay: 0.35s;
}

.global-route-layer .route-c {
  animation-delay: 0.7s;
}

.global-route-layer .route-d {
  animation-delay: 1.05s;
}

.global-route-layer .route-e {
  animation-delay: 1.4s;
}

.global-hub {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.global-hub i {
  width: 10px;
  height: 10px;
  background: var(--gold);
  border: 2px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 173, 36, 0.45);
  animation: globalHubPulse 2.2s ease-out infinite;
}

.hub-na {
  top: 30%;
  left: 2%;
}

.hub-eu {
  top: 16%;
  right: 8%;
}

.hub-apac {
  right: 2%;
  bottom: 12%;
}

.hub-mea {
  top: 3%;
  left: 49%;
}

.hub-latam {
  bottom: 12%;
  left: 0;
}

.map-dot {
  position: absolute;
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  animation: mapDotFloat 4s ease-in-out infinite;
}

.dot-a {
  top: 24%;
  left: 22%;
}

.dot-b {
  top: 36%;
  left: 70%;
  animation-delay: 0.4s;
}

.dot-c {
  top: 58%;
  left: 84%;
  animation-delay: 0.8s;
}

.dot-d {
  top: 68%;
  left: 18%;
  animation-delay: 1.2s;
}

.dot-e {
  top: 14%;
  left: 58%;
  animation-delay: 1.6s;
}

.dot-f {
  top: 74%;
  left: 58%;
  animation-delay: 2s;
}

.global-signal-row {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.global-signal-row span {
  padding: 9px 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.global-reach-video p {
  position: relative;
  z-index: 2;
  max-width: 610px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.7;
}

.timezone-hiring-video {
  position: relative;
  min-height: clamp(520px, 55vw, 650px);
  padding: clamp(22px, 3.4vw, 36px);
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 16%, rgba(255, 173, 36, 0.2), transparent 24%),
    radial-gradient(circle at 16% 88%, rgba(0, 166, 166, 0.18), transparent 30%),
    linear-gradient(145deg, var(--navy-deep), var(--navy));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 26px 70px rgba(0, 42, 93, 0.24);
}

.timezone-hiring-video::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 38px 38px;
  content: "";
  mask-image: radial-gradient(circle at center, black, transparent 76%);
}

.timezone-video-topline {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 10px;
  max-width: 570px;
}

.timezone-video-topline span {
  width: max-content;
  padding: 7px 11px;
  color: var(--navy-deep);
  background: var(--gold);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.timezone-video-topline strong {
  color: var(--white);
  font-size: clamp(1.38rem, 2.55vw, 2.25rem);
  line-height: 1.12;
}

.timezone-map-stage {
  position: relative;
  z-index: 2;
  height: clamp(430px, 42vw, 500px);
  margin-top: clamp(24px, 3.4vw, 38px);
}

.country-lane {
  position: absolute;
  right: 4%;
  left: 22%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  min-height: 56px;
  padding: 12px 14px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  backdrop-filter: blur(12px);
}

.country-lane strong {
  min-width: 76px;
  color: var(--white);
  font-size: 0.92rem;
}

.country-lane span {
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
}

.lane-canada {
  top: 4%;
}

.lane-usa {
  top: 33%;
}

.lane-mexico {
  top: 60%;
}

.timezone-flow-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.tz-path {
  fill: none;
  stroke-dasharray: 560;
  stroke-dashoffset: 560;
  stroke-linecap: round;
  stroke-width: 4;
  animation: timezonePathFlow 4.8s ease-in-out infinite;
}

.path-est {
  stroke: #ffad24;
}

.path-cst {
  stroke: #ffffff;
  animation-delay: 0.35s;
}

.path-mst {
  stroke: #00a6a6;
  animation-delay: 0.7s;
}

.path-pst {
  stroke: #bf006f;
  animation-delay: 1.05s;
}

.timezone-node {
  position: absolute;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  color: var(--white);
  background: rgba(6, 27, 61, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.timezone-node i {
  width: 10px;
  height: 10px;
  background: var(--gold);
  border: 2px solid var(--white);
  border-radius: 50%;
  animation: timezoneNodePulse 2.2s ease-out infinite;
}

.node-est {
  top: 12%;
  left: 3%;
}

.node-cst {
  top: 31%;
  left: 3%;
}

.node-mst {
  top: 50%;
  left: 3%;
}

.node-pst {
  top: 69%;
  left: 3%;
}

.hire-card {
  position: absolute;
  z-index: 5;
  display: grid;
  gap: 4px;
  min-width: 126px;
  padding: 11px 13px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(14px);
  animation: hireCardFloat 4.2s ease-in-out infinite;
}

.hire-card span {
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hire-card strong {
  font-size: 0.92rem;
}

.hire-canada {
  top: 20%;
  right: 6%;
}

.hire-usa {
  top: 51%;
  right: 13%;
  animation-delay: 0.7s;
}

.hire-mexico {
  right: 8%;
  top: 83%;
  animation-delay: 1.4s;
}

.timezone-signal-row {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.timezone-signal-row span {
  padding: 9px 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 800;
  backdrop-filter: blur(12px);
}

.timezone-hiring-video p {
  position: relative;
  z-index: 3;
  max-width: 620px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.98rem;
  line-height: 1.7;
}

.global-cities-section {
  display: grid;
  gap: clamp(28px, 4vw, 54px);
  min-height: 100vh;
  background:
    radial-gradient(circle at 78% 16%, rgba(0, 42, 93, 0.07), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.56), rgba(248, 251, 255, 0.5));
}

.global-cities-copy {
  max-width: 900px;
}

.global-cities-copy h2 {
  max-width: 980px;
  margin: 0 0 18px;
  color: var(--navy-deep);
  font-size: clamp(2.35rem, 4.5vw, 4.85rem);
  line-height: 1.04;
}

.global-cities-copy p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.world-map-panel {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 2 / 1;
  min-height: 0;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 42, 93, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 42, 93, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 48%, rgba(255, 255, 255, 0.98), rgba(243, 247, 252, 0.86));
  background-size: 38px 38px, 38px 38px, auto;
  border: 1px solid rgba(0, 42, 93, 0.08);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(0, 42, 93, 0.08);
}

.world-map-panel::before {
  position: absolute;
  inset: 10%;
  background: radial-gradient(circle, rgba(0, 42, 93, 0.045), transparent 68%);
  content: "";
}

.world-map-base {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.72;
  filter: drop-shadow(0 12px 18px rgba(0, 42, 93, 0.08));
}

.city-marker {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--navy);
  font-size: clamp(0.62rem, 0.78vw, 0.76rem);
  font-weight: 900;
  line-height: 1;
  transform: translate(-8px, -8px);
}

.city-marker.label-left {
  flex-direction: row-reverse;
  transform: translate(calc(-100% + 8px), -8px);
}

.city-marker.label-above {
  flex-direction: column-reverse;
  align-items: center;
  gap: 5px;
  transform: translate(-50%, calc(-100% + 8px));
}

.city-marker i {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  flex: 0 0 auto;
  background: #d71920;
  border: 2px solid var(--white);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(215, 25, 32, 0.36);
}

.city-marker i::before {
  position: absolute;
  inset: -7px;
  border: 2px solid rgba(215, 25, 32, 0.72);
  border-radius: 50%;
  content: "";
  animation: cityBubbleExpand 2.6s ease-out infinite;
}

.city-marker strong {
  padding: 3px 6px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(0, 42, 93, 0.08);
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(0, 42, 93, 0.06);
  white-space: nowrap;
}

.city-toronto {
  top: 25.2%;
  left: 27.7%;
}

.city-new-york {
  top: 27.2%;
  left: 29.3%;
}

.city-mexico {
  top: 39.2%;
  left: 22.5%;
}

.city-london {
  top: 21.4%;
  left: 50%;
}

.city-dubai {
  top: 36%;
  left: 65.4%;
}

.city-bangalore {
  top: 42.8%;
  left: 71.6%;
}

.city-singapore {
  top: 49.2%;
  left: 78.8%;
}

.city-sydney {
  top: 68.8%;
  left: 92%;
}

.city-lagos {
  top: 48%;
  left: 51.1%;
}

.city-sao-paulo {
  top: 64.1%;
  left: 35.5%;
}

.city-bogota {
  top: 50.7%;
  left: 30.9%;
}

.city-tokyo {
  top: 29%;
  left: 88.8%;
}

.city-moscow {
  top: 18.9%;
  left: 60.5%;
}

.city-bay-area {
  top: 32.4%;
  left: 17.3%;
}

.city-vancouver {
  top: 22.8%;
  left: 16.2%;
}

.city-toronto i::before {
  animation-delay: 0.2s;
}

.city-mexico i::before {
  animation-delay: 0.45s;
}

.city-london i::before {
  animation-delay: 0.7s;
}

.city-dubai i::before {
  animation-delay: 0.95s;
}

.city-bangalore i::before {
  animation-delay: 1.2s;
}

.city-singapore i::before {
  animation-delay: 1.45s;
}

.city-sydney i::before {
  animation-delay: 1.7s;
}

.city-lagos i::before {
  animation-delay: 1.95s;
}

.city-sao-paulo i::before {
  animation-delay: 2.2s;
}

.city-bogota i::before {
  animation-delay: 2.45s;
}

.city-tokyo i::before {
  animation-delay: 2.7s;
}

.city-moscow i::before {
  animation-delay: 2.95s;
}

.city-bay-area i::before {
  animation-delay: 3.2s;
}

.city-vancouver i::before {
  animation-delay: 3.45s;
}

.industry-targets-section {
  display: grid;
  gap: clamp(30px, 4.5vw, 62px);
  min-height: 100vh;
  background:
    radial-gradient(circle at 84% 14%, rgba(255, 173, 36, 0.12), transparent 24%),
    radial-gradient(circle at 12% 82%, rgba(0, 42, 93, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(248, 251, 255, 0.5), rgba(255, 255, 255, 0.56));
}

.industry-targets-heading {
  max-width: 980px;
}

.industry-targets-heading h2 {
  max-width: 1000px;
  margin: 0 0 18px;
  color: var(--navy-deep);
  font-size: clamp(2.25rem, 4.6vw, 5.2rem);
  line-height: 1;
}

.industry-targets-heading p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.industry-section-heading > h2,
.global-cities-copy > h2,
.industry-targets-heading > h2 {
  margin: 0 0 18px !important;
  color: var(--navy-deep) !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: clamp(2.35rem, 4.5vw, 4.85rem) !important;
  font-weight: 800 !important;
  line-height: 1.04 !important;
  letter-spacing: 0 !important;
}

.industry-main-title {
  display: block !important;
  width: min(100%, 840px) !important;
  max-width: 840px !important;
  margin: 0 0 18px !important;
  color: var(--navy-deep) !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-size: clamp(2.45rem, 4.25vw, 4.45rem) !important;
  font-weight: 800 !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
}

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

.industry-target-group {
  position: relative;
  min-height: 300px;
  padding: clamp(22px, 2.8vw, 34px);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 248, 251, 0.88)),
    var(--white);
  border: 1px solid rgba(0, 42, 93, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0, 42, 93, 0.08);
  animation: industryCardFloat 7s ease-in-out infinite;
}

.industry-target-group::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255, 173, 36, 0.16) 46%, transparent 64%);
  content: "";
  transform: translateX(-105%);
  animation: industryCardSweep 5.8s ease-in-out infinite;
}

.industry-target-group:nth-child(2) {
  animation-delay: 0.5s;
}

.industry-target-group:nth-child(2)::before {
  animation-delay: 0.8s;
}

.industry-target-group:nth-child(3) {
  animation-delay: 1s;
}

.industry-target-group:nth-child(3)::before {
  animation-delay: 1.6s;
}

.industry-target-group:nth-child(4) {
  animation-delay: 1.5s;
}

.industry-target-group:nth-child(4)::before {
  animation-delay: 2.4s;
}

.industry-target-group.wide {
  grid-column: 1 / -1;
  min-height: 230px;
}

.industry-target-group > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.industry-target-group h3 {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin: 0 0 22px;
  color: var(--navy);
  font-size: clamp(1.35rem, 2.3vw, 2rem);
  line-height: 1.15;
}

.target-chip-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.industry-target-group.wide .target-chip-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.target-chip-grid strong {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 10px 12px 10px 34px;
  color: var(--navy-deep);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 42, 93, 0.1);
  border-radius: 8px;
  font-size: 0.92rem;
  line-height: 1.2;
  box-shadow: 0 10px 24px rgba(0, 42, 93, 0.05);
}

.target-chip-grid strong::before {
  position: absolute;
  left: 13px;
  width: 9px;
  height: 9px;
  background: var(--magenta);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(191, 0, 111, 0.24);
  content: "";
  animation: targetChipPulse 2.8s ease-out infinite;
}

.target-chip-grid strong:nth-child(2n)::before {
  background: var(--gold);
  animation-delay: 0.4s;
}

.target-chip-grid strong:nth-child(3n)::before {
  background: var(--navy);
  animation-delay: 0.8s;
}

.industry-delivery-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
  min-height: 100vh;
  background:
    radial-gradient(circle at 88% 22%, rgba(0, 42, 93, 0.08), transparent 29%),
    var(--soft);
}

.industry-delivery-image {
  position: relative;
  min-height: clamp(300px, 36vw, 520px);
  margin: 0;
  overflow: hidden;
  background: var(--navy-deep);
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(0, 42, 93, 0.16);
}

.industry-delivery-image img {
  width: 100%;
  height: 100%;
  min-height: clamp(300px, 36vw, 520px);
  object-fit: cover;
}

.industry-delivery-copy {
  max-width: 720px;
}

.industry-delivery-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.industry-delivery-list span {
  padding: 16px 18px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(0, 42, 93, 0.11);
  border-radius: 8px;
  font-weight: 800;
  box-shadow: 0 12px 34px rgba(0, 42, 93, 0.06);
}

.ai-visual-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
  min-height: 100vh;
  background: transparent;
}

.ai-visual-copy {
  max-width: 540px;
}

.ai-gradient-title {
  margin-bottom: 18px;
  background: linear-gradient(90deg, var(--navy-deep), var(--magenta), var(--gold), var(--navy));
  background-size: 260% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: clamp(2.35rem, 3.65vw, 3.75rem);
  font-weight: 800;
  line-height: 1.14;
  animation: titleColorFlow 6s ease-in-out infinite;
}

.ai-solid-title {
  margin-bottom: 20px;
  color: var(--navy-deep);
  font-size: clamp(2.2rem, 4.8vw, 5.4rem);
  font-weight: 800;
  line-height: 0.98;
}

.ai-visual-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.7;
}

.ai-video-frame {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 20%, rgba(191, 0, 111, 0.28), transparent 26%),
    radial-gradient(circle at 78% 76%, rgba(255, 173, 36, 0.24), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(246, 248, 251, 0.72));
  border: 1px solid rgba(0, 42, 93, 0.14);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 42, 93, 0.12);
  backdrop-filter: blur(16px);
}

.ai-toolbar {
  position: absolute;
  top: 28px;
  left: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(78%, 520px);
  min-height: 54px;
  padding: 0 18px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 42, 93, 0.14);
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(0, 42, 93, 0.1);
  transform: translateX(-50%);
}

.ai-toolbar span {
  font-size: 0.9rem;
  font-weight: 800;
}

.ai-toolbar i {
  position: relative;
  flex: 1;
  height: 9px;
  overflow: hidden;
  background: rgba(0, 42, 93, 0.1);
  border-radius: 999px;
}

.ai-toolbar i::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 42%;
  background: linear-gradient(90deg, var(--magenta), var(--gold));
  border-radius: inherit;
  content: "";
  animation: aiSearchSweep 3.4s ease-in-out infinite;
}

.video-role-panel {
  position: absolute;
  bottom: 28px;
  left: 28px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 250px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 42, 93, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 38px rgba(0, 42, 93, 0.1);
  animation: videoFloat 8s ease-in-out infinite;
}

.video-role-panel span,
.video-role-panel strong {
  width: 100%;
}

.video-role-panel span {
  color: var(--magenta);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.video-role-panel strong {
  color: var(--navy);
  font-size: 0.95rem;
}

.video-role-panel em {
  padding: 6px 9px;
  color: var(--navy);
  background: rgba(0, 42, 93, 0.06);
  border-radius: 999px;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
}

.video-orbit {
  position: absolute;
  inset: 12%;
  border: 1px solid rgba(0, 42, 93, 0.12);
  border-radius: 50%;
  animation: videoSpin 18s linear infinite;
}

.video-orbit-two {
  inset: 24% 16%;
  border-color: rgba(191, 0, 111, 0.18);
  animation-duration: 24s;
  animation-direction: reverse;
}

.video-card {
  position: absolute;
  display: grid;
  gap: 8px;
  width: 206px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(0, 42, 93, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(0, 42, 93, 0.12);
  animation: videoFloat 7s ease-in-out infinite;
}

.video-card span,
.video-card strong,
.video-card i {
  display: block;
  font-style: normal;
}

.video-card span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.video-card strong {
  color: var(--navy);
  font-size: 1.05rem;
}

.video-card i {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 700;
}

.video-card-a {
  top: 22%;
  left: 10%;
}

.video-card-b {
  top: 25%;
  right: 9%;
  animation-delay: -2s;
}

.video-card-c {
  right: 24%;
  bottom: 12%;
  animation-delay: -4s;
}

.video-center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  place-items: center;
  gap: 14px;
  width: 170px;
  height: 170px;
  padding: 30px;
  background: linear-gradient(135deg, var(--navy), var(--magenta));
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 20px 60px rgba(191, 0, 111, 0.22);
  transform: translate(-50%, -50%);
  animation: videoPulse 3.2s ease-in-out infinite;
}

.video-center span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: var(--navy);
  background: var(--gold);
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 900;
}

.video-center strong {
  display: block;
  max-width: 104px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.86rem;
  line-height: 1.15;
  text-align: center;
}

.video-node {
  position: absolute;
  width: 14px;
  height: 14px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(255, 173, 36, 0.12);
  animation: videoNodePulse 2.4s ease-in-out infinite;
}

.human-review {
  position: absolute;
  top: 68%;
  left: 47%;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 13px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 42, 93, 0.12);
  border-radius: 999px;
  box-shadow: 0 14px 30px rgba(0, 42, 93, 0.1);
  animation: videoFloat 6.4s ease-in-out infinite;
}

.human-review span {
  width: 24px;
  height: 24px;
  background:
    radial-gradient(circle at 50% 35%, var(--gold) 0 25%, transparent 27%),
    radial-gradient(circle at 50% 82%, var(--magenta) 0 34%, transparent 36%);
  border-radius: 50%;
}

.human-review strong {
  font-size: 0.78rem;
}

.node-a {
  top: 18%;
  left: 48%;
}

.node-b {
  top: 62%;
  left: 14%;
  background: var(--magenta);
  box-shadow: 0 0 0 10px rgba(191, 0, 111, 0.12);
  animation-delay: -0.8s;
}

.node-c {
  right: 14%;
  bottom: 22%;
  background: #00a6a6;
  box-shadow: 0 0 0 10px rgba(0, 166, 166, 0.12);
  animation-delay: -1.4s;
}

.node-d {
  top: 34%;
  right: 32%;
  background: var(--navy);
  box-shadow: 0 0 0 10px rgba(0, 42, 93, 0.1);
  animation-delay: -2s;
}

.ai-content-hero {
  display: grid;
  align-items: center;
  min-height: calc(100vh - 78px);
  background: transparent;
}

.ai-content-hero > div {
  max-width: 980px;
}

.ai-content-hero .ai-gradient-title {
  max-width: 940px;
  font-size: clamp(3rem, 6.3vw, 6.2rem);
  line-height: 1;
}

.ai-content-hero p:last-child {
  max-width: 700px;
  color: var(--muted);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  line-height: 1.7;
}

.ai-content-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px);
}

.ai-content-feature {
  min-height: 320px;
  padding: clamp(28px, 4vw, 52px);
  border-top: 1px solid var(--line);
}

.ai-content-feature:nth-child(odd) {
  border-right: 1px solid var(--line);
}

.ai-content-feature span {
  display: block;
  margin-bottom: 34px;
  color: var(--gold);
  font-weight: 800;
}

.ai-content-feature h2,
.ai-content-band h2 {
  margin-bottom: 16px;
  color: var(--navy);
  font-size: clamp(1.8rem, 3.3vw, 3.25rem);
  line-height: 1.05;
}

.ai-content-feature p,
.ai-content-band p {
  max-width: 620px;
  color: var(--muted);
  line-height: 1.7;
}

.ai-content-band {
  display: grid;
  justify-items: start;
  min-height: 70vh;
  align-content: center;
  background:
    radial-gradient(circle at 78% 22%, rgba(255, 173, 36, 0.14), transparent 28%),
    radial-gradient(circle at 12% 76%, rgba(191, 0, 111, 0.12), transparent 30%),
    transparent;
}

.ai-content-band p {
  font-size: clamp(1rem, 1.35vw, 1.14rem);
}

.ai-content-band .button {
  margin-top: 20px;
}

.ai-content-page {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
  min-height: 100vh;
  background: transparent;
}

.ai-content-intro {
  max-width: 560px;
}

.ai-content-intro p:last-child {
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.7;
}

.ai-content-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(0, 42, 93, 0.12);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
  backdrop-filter: blur(14px);
}

.ai-content-list .ai-content-feature {
  min-height: 260px;
  border-top: 0;
}

.ai-content-list .ai-content-feature:nth-child(1),
.ai-content-list .ai-content-feature:nth-child(3) {
  border-right: 1px solid var(--line);
}

.ai-content-list .ai-content-feature:nth-child(3),
.ai-content-list .ai-content-feature:nth-child(4) {
  border-top: 1px solid var(--line);
}

.ai-content-list .ai-content-feature h3 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: clamp(1.3rem, 2vw, 1.75rem);
}

.ai-dual-video-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
  min-height: 100vh;
  background: transparent;
}

.ai-single-video-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.62fr) minmax(0, 1.38fr);
  align-items: center;
  gap: clamp(34px, 5vw, 76px);
  min-height: 100vh;
  background: transparent;
}

.ai-vms-section {
  grid-template-columns: minmax(0, 1.38fr) minmax(280px, 0.62fr);
}

.ai-vms-section .ai-dual-video-copy {
  order: 2;
}

.ai-vms-section .mini-ai-video {
  order: 1;
}

.ai-dual-video-copy {
  max-width: 540px;
}

.ai-dual-video-copy p:last-child {
  color: var(--muted);
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  line-height: 1.7;
}

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

.mini-ai-video {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background:
    radial-gradient(circle at 24% 18%, rgba(191, 0, 111, 0.22), transparent 28%),
    radial-gradient(circle at 82% 82%, rgba(255, 173, 36, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(246, 248, 251, 0.72));
  border: 1px solid rgba(0, 42, 93, 0.14);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(0, 42, 93, 0.11);
  backdrop-filter: blur(16px);
}

.mini-video-header {
  position: absolute;
  top: 22px;
  left: 22px;
  right: 22px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 0 15px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 42, 93, 0.12);
  border-radius: 999px;
}

.mini-video-header span {
  font-size: 0.82rem;
  font-weight: 900;
}

.mini-video-header i {
  position: relative;
  flex: 1;
  height: 8px;
  overflow: hidden;
  background: rgba(0, 42, 93, 0.1);
  border-radius: 999px;
}

.mini-video-header i::after {
  position: absolute;
  inset: 0 auto 0 0;
  width: 44%;
  background: linear-gradient(90deg, var(--magenta), var(--gold));
  border-radius: inherit;
  content: "";
  animation: aiSearchSweep 3.2s ease-in-out infinite;
}

.ats-column {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 9px;
  width: 158px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 42, 93, 0.12);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(0, 42, 93, 0.1);
  animation: videoFloat 7s ease-in-out infinite;
}

.ats-column strong,
.vendor-center strong,
.mini-video-core strong {
  color: var(--navy);
  font-size: 0.9rem;
}

.ats-column span,
.vendor-stack span {
  padding: 8px 10px;
  color: var(--muted);
  background: rgba(0, 42, 93, 0.05);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 800;
}

.ats-left {
  top: 28%;
  left: 26px;
}

.ats-right {
  right: 26px;
  bottom: 12%;
  animation-delay: -2s;
}

.mini-video-core,
.vendor-center {
  position: absolute;
  top: 52%;
  left: 50%;
  z-index: 4;
  display: grid;
  place-items: center;
  gap: 10px;
  width: 140px;
  height: 140px;
  padding: 24px;
  background: linear-gradient(135deg, var(--navy), var(--magenta));
  border-radius: 50%;
  box-shadow: 0 20px 54px rgba(191, 0, 111, 0.2);
  text-align: center;
  transform: translate(-50%, -50%);
  animation: videoPulse 3.4s ease-in-out infinite;
}

.mini-video-core span,
.vendor-center span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: var(--navy);
  background: var(--gold);
  border-radius: 50%;
  font-weight: 900;
}

.mini-video-core strong,
.vendor-center strong {
  color: rgba(255, 255, 255, 0.92);
}

.mini-node {
  position: absolute;
  width: 12px;
  height: 12px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(255, 173, 36, 0.12);
  animation: videoNodePulse 2.4s ease-in-out infinite;
}

.mini-node-a {
  top: 24%;
  left: 48%;
}

.mini-node-b {
  bottom: 24%;
  left: 26%;
  background: var(--magenta);
  box-shadow: 0 0 0 10px rgba(191, 0, 111, 0.12);
  animation-delay: -1s;
}

.mini-node-c {
  top: 42%;
  right: 20%;
  background: #00a6a6;
  box-shadow: 0 0 0 10px rgba(0, 166, 166, 0.12);
  animation-delay: -1.6s;
}

.ats-video {
  background:
    radial-gradient(circle at 20% 18%, rgba(0, 42, 93, 0.16), transparent 30%),
    radial-gradient(circle at 80% 78%, rgba(191, 0, 111, 0.2), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(246, 248, 251, 0.74));
}

.video-kicker {
  position: absolute;
  top: 28px;
  left: 32px;
  right: 32px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 48px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 42, 93, 0.12);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(0, 42, 93, 0.08);
}

.video-kicker span {
  color: var(--magenta);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.video-kicker strong {
  color: var(--navy);
  font-size: 0.86rem;
  text-align: right;
}

.ats-dashboard-shell {
  position: absolute;
  top: 94px;
  left: 32px;
  right: 32px;
  z-index: 2;
  display: grid;
  gap: 12px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 42, 93, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 42, 93, 0.1);
}

.ats-insight-row {
  position: absolute;
  right: 34px;
  bottom: 210px;
  left: 34px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ats-insight-row span,
.vms-status-row span {
  padding: 8px 10px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 42, 93, 0.1);
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(0, 42, 93, 0.08);
}

.ats-dashboard-top,
.ats-dashboard-row {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  align-items: center;
  gap: 12px;
}

.ats-dashboard-top {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ats-dashboard-row {
  min-height: 58px;
  padding: 12px;
  background: rgba(0, 42, 93, 0.04);
  border: 1px solid rgba(0, 42, 93, 0.08);
  border-radius: 8px;
}

.ats-dashboard-row strong {
  color: var(--navy);
  font-size: 0.88rem;
}

.ats-dashboard-row span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.ats-ai-sidebar {
  position: absolute;
  right: 34px;
  bottom: 34px;
  z-index: 4;
  display: grid;
  gap: 8px;
  width: 210px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 42, 93, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 42, 93, 0.12);
}

.ats-ai-sidebar span {
  color: var(--magenta);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ats-ai-sidebar strong {
  color: var(--navy);
  font-size: 0.95rem;
}

.ats-ai-sidebar em {
  padding: 7px 10px;
  color: var(--navy);
  background: rgba(0, 42, 93, 0.06);
  border-radius: 999px;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 800;
}

.ats-flow-step {
  position: absolute;
  z-index: 5;
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--magenta));
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(191, 0, 111, 0.2);
}

.step-a {
  left: 40px;
  bottom: 54px;
}

.step-b {
  left: 28%;
  bottom: 82px;
}

.step-c {
  left: 46%;
  bottom: 54px;
  background: linear-gradient(135deg, var(--magenta), var(--gold));
}

.step-d {
  left: 62%;
  bottom: 96px;
}

.ats-scan-line {
  position: absolute;
  top: 102px;
  bottom: 170px;
  left: 32px;
  z-index: 3;
  width: 3px;
  background: linear-gradient(180deg, transparent, var(--gold), var(--magenta), transparent);
  border-radius: 999px;
  box-shadow: 0 0 20px rgba(255, 173, 36, 0.45);
  animation: atsScanMove 4s ease-in-out infinite;
}

.vendor-video {
  background:
    radial-gradient(circle at 18% 22%, rgba(255, 173, 36, 0.2), transparent 28%),
    radial-gradient(circle at 76% 72%, rgba(0, 42, 93, 0.18), transparent 30%),
    radial-gradient(circle at 54% 42%, rgba(191, 0, 111, 0.16), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(246, 248, 251, 0.72));
}

.vms-board,
.vms-side-card,
.vms-connector,
.vms-pulse,
.vms-flow-board,
.vms-ai-core,
.vms-metric-card,
.vms-routing-line,
.vms-routing-dot {
  display: none;
}

.vms-content-board {
  position: absolute;
  top: 94px;
  left: 30px;
  right: 30px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(0, 42, 93, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 42, 93, 0.1);
}

.vms-flow-step-card {
  display: grid;
  gap: 10px;
  min-height: 132px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.72);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.vms-flow-step-card:nth-child(2) {
  border-right: 0;
}

.vms-flow-step-card:nth-child(3) {
  border-bottom: 0;
}

.vms-flow-step-card:nth-child(4) {
  border-right: 0;
  border-bottom: 0;
}

.vms-flow-step-card span {
  color: var(--magenta);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.vms-flow-step-card strong {
  color: var(--navy);
  font-size: 0.98rem;
  line-height: 1.35;
}

.vms-flow-step-card.active {
  background: rgba(191, 0, 111, 0.07);
}

.vms-content-summary {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 42, 93, 0.12);
  border-radius: 8px;
  box-shadow: 0 16px 36px rgba(0, 42, 93, 0.1);
}

.vms-content-summary span {
  color: var(--magenta);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.vms-content-summary strong {
  flex: 1 1 100%;
  color: var(--navy);
  font-size: 1.05rem;
  line-height: 1.35;
}

.vms-content-summary em {
  padding: 7px 10px;
  color: var(--navy);
  background: rgba(0, 42, 93, 0.06);
  border-radius: 999px;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 900;
}

.vms-status-row {
  position: absolute;
  right: 30px;
  bottom: 150px;
  left: 30px;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.vms-crisp-line {
  position: absolute;
  z-index: 2;
  top: 82px;
  bottom: 120px;
  left: 30px;
  width: 3px;
  background: linear-gradient(180deg, transparent, var(--gold), var(--magenta), transparent);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(255, 173, 36, 0.38);
  animation: vmsCrispScan 4.2s ease-in-out infinite;
}

.vendor-stack {
  position: absolute;
  right: 24px;
  bottom: 24px;
  z-index: 3;
  display: grid;
  gap: 9px;
  width: 190px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(0, 42, 93, 0.12);
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(0, 42, 93, 0.1);
}

.vendor-badge {
  position: absolute;
  z-index: 4;
  padding: 10px 13px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(0, 42, 93, 0.12);
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0, 42, 93, 0.1);
  animation: videoFloat 6.8s ease-in-out infinite;
}

.badge-a {
  top: 30%;
  left: 28px;
}

.badge-b {
  top: 30%;
  right: 30px;
  animation-delay: -2s;
}

.badge-c {
  left: 42px;
  bottom: 22%;
  animation-delay: -4s;
}

.vendor-line {
  position: absolute;
  left: 20%;
  right: 20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(191, 0, 111, 0.4), rgba(255, 173, 36, 0.45), transparent);
  transform-origin: center;
  animation: vendorLinePulse 3s ease-in-out infinite;
}

.line-a {
  top: 38%;
  transform: rotate(18deg);
}

.line-b {
  top: 64%;
  transform: rotate(-20deg);
  animation-delay: -1.3s;
}

.split {
  display: grid;
  grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(34px, 5vw, 72px);
}

.solutions-page {
  min-height: 100vh;
  align-items: center;
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 173, 36, 0.11), transparent 26%),
    radial-gradient(circle at 12% 72%, rgba(191, 0, 111, 0.08), transparent 30%),
    var(--white);
}

.solutions-heading {
  position: sticky;
  top: 118px;
}

.section-heading h2,
.partner-copy h2,
.contact-section h2 {
  margin-bottom: 20px;
  color: var(--navy-deep);
  font-size: clamp(2.2rem, 4.8vw, 5.4rem);
  line-height: 0.98;
}

.section-heading.compact {
  max-width: 880px;
}

.section-heading,
.partner-copy,
.contact-section > div {
  min-width: 0;
}

.solutions-heading > p:last-child {
  max-width: 520px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.solution-grid {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.solution-visual {
  position: relative;
  grid-column: 1 / -1;
  width: 100%;
  min-height: clamp(240px, 30vw, 390px);
  margin: 0;
  overflow: hidden;
  background: var(--navy-deep);
  border-radius: 8px;
  box-shadow: 0 24px 58px rgba(0, 42, 93, 0.14);
}

.solution-visual img {
  width: 100%;
  height: 100%;
  min-height: clamp(240px, 30vw, 390px);
  object-fit: cover;
  object-position: center;
}

.solution-card {
  padding: clamp(24px, 4vw, 40px) 0;
  background: transparent;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.card-number {
  display: block;
  margin-bottom: 28px;
  color: var(--gold);
  font-weight: 800;
}

.solution-card h3,
.timeline h3 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 1.45rem;
}

.solution-card p,
.partner-copy p:not(.eyebrow),
.timeline p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.software-strip {
  position: relative;
  overflow: hidden;
  padding: 24px 0;
  background: transparent;
}

.software-strip::before,
.software-strip::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: clamp(48px, 10vw, 160px);
  content: "";
  pointer-events: none;
}

.software-strip::before {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.94), transparent);
}

.software-strip::after {
  right: 0;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.94), transparent);
}

.software-track {
  display: flex;
  width: max-content;
  gap: 18px;
  animation: softwareMarquee 68s linear infinite;
}

.software-track span,
.software-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 64px;
  padding: 8px 14px;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.software-logo.logo-wide {
  width: 126px;
}

.software-track img,
.software-track svg {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(11, 43, 87, 0.08));
}

.software-logo.logo-wide svg,
.software-logo.logo-wide img {
  width: 98px;
}

.software-track span:nth-child(3n + 1) {
  border-color: transparent;
}

.software-track span:nth-child(3n + 2) {
  border-color: transparent;
}

.software-track span:nth-child(3n) {
  border-color: transparent;
}

.partner-section {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  align-items: center;
  gap: clamp(36px, 6vw, 86px);
  background: linear-gradient(180deg, var(--white), var(--soft));
}

.partner-copy {
  max-width: 650px;
}

.partner-board {
  display: grid;
  gap: 0;
  padding: 0;
  background: transparent;
  border-top: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.board-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 22px;
  background: transparent;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.board-row span {
  color: var(--muted);
  font-weight: 700;
}

.board-row strong {
  color: var(--navy);
  text-align: right;
}

.board-row.accent {
  background: rgba(191, 0, 111, 0.04);
}

.board-row.dark {
  color: var(--navy);
  background: rgba(0, 42, 93, 0.05);
}

.board-row.dark span,
.board-row.dark strong {
  color: var(--navy);
}

.process-section {
  background: var(--white);
}

.timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 44px;
}

.timeline article {
  padding: 28px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.timeline span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 26px;
  color: var(--white);
  background: var(--magenta);
  border-radius: 50%;
  font-weight: 800;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: clamp(34px, 6vw, 88px);
  padding: clamp(70px, 9vw, 126px) clamp(18px, 4vw, 64px);
  color: var(--white);
  background: var(--navy-deep);
}

.contact-section h2 {
  color: var(--white);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  font: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form .button {
  width: 100%;
  background: var(--magenta);
  cursor: pointer;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 26px clamp(18px, 4vw, 64px);
  color: var(--muted);
  background: rgba(255, 255, 255, 0.68);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.site-footer address {
  display: grid;
  gap: 4px;
  max-width: 520px;
  font-style: normal;
  line-height: 1.5;
}

.site-footer address strong {
  color: var(--navy);
}

.site-footer a {
  color: var(--navy);
  font-weight: 800;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-links span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.social-links a {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--white);
  background: var(--navy);
  border-radius: 50%;
  transition: transform 180ms ease, background 180ms ease;
}

.social-links a:hover {
  background: var(--magenta);
  transform: translateY(-2px);
}

.social-links svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .split,
  .ai-page,
  .industries-page,
  .industry-focus-section,
  .industry-delivery-section,
  .ai-visual-section,
  .ai-content-page,
  .ai-dual-video-section,
  .ai-single-video-section,
  .ai-content-section,
  .partner-section,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .solutions-heading,
  .industry-section-heading {
    position: static;
  }

  .hero {
    min-height: auto;
  }

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

@media (max-width: 640px) {
  .site-header {
    gap: 12px;
    min-height: 74px;
    padding-right: 14px;
    padding-left: 14px;
  }

  .brand {
    width: 118px;
  }

  .header-action {
    display: none;
  }

  h1 {
    font-size: clamp(1.2rem, 5vw, 1.38rem);
    line-height: 1.08;
    overflow-wrap: break-word;
  }

  .typing-title {
    width: 100%;
    min-height: 2.2em;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .typing-title span {
    width: 100%;
    text-align: center;
  }

  .hero-lede {
    max-width: 292px;
    font-size: 0.88rem;
    line-height: 1.55;
    text-align: center;
  }

  .hero {
    align-items: center;
    width: 100%;
    min-height: calc(100svh - 74px);
    margin-left: 0;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 72px;
    padding-left: 20px;
  }

  .hero-copy {
    align-self: center;
  }

  .hero-copy {
    display: grid;
    justify-items: center;
    position: relative;
    width: min(330px, calc(100vw - 40px));
    max-width: 330px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    transform: translateX(-34px);
  }

  .hero-actions {
    display: grid;
    width: min(100%, 270px);
    justify-content: stretch;
    gap: 12px;
    margin-top: 28px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 52px;
    font-size: 1rem;
  }

  .proof-strip {
    display: none;
  }

  .ai-page {
    min-height: 100svh;
    padding-top: 72px;
  }

  .industries-page {
    min-height: auto;
    padding-top: 72px;
  }

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

  .industry-card {
    min-height: auto;
  }

  .recruitment-shift-video {
    min-height: 520px;
  }

  .global-reach-video {
    min-height: 560px;
  }

  .timezone-hiring-video {
    min-height: 590px;
  }

  .industry-delivery-section {
    min-height: auto;
  }

  .industry-target-grid,
  .industry-target-group.wide .target-chip-grid {
    grid-template-columns: 1fr;
  }

  .industry-target-group.wide {
    grid-column: auto;
  }

  .ai-page-copy h2 {
    font-size: clamp(2.4rem, 11vw, 3.8rem);
  }

  .ai-visual-section {
    min-height: auto;
    padding-top: 72px;
  }

  .ai-gradient-title {
    font-size: clamp(1.85rem, 8.4vw, 2.65rem);
  }

  .ai-video-frame {
    min-height: 420px;
  }

  .video-card {
    width: 150px;
    padding: 14px;
  }

  .video-center {
    width: 132px;
    height: 132px;
  }

  .ai-toolbar {
    top: 18px;
    width: calc(100% - 34px);
  }

  .video-role-panel {
    bottom: 18px;
    left: 18px;
    width: 190px;
  }

  .human-review {
    left: 38%;
  }

  .ai-typing-title {
    width: 100%;
    padding-right: 0.12em;
    font-size: clamp(1.85rem, 8.4vw, 2.65rem);
  }

  .ai-page-actions {
    justify-content: center;
  }

  .ai-content-hero {
    min-height: calc(100svh - 74px);
    padding-top: 72px;
    text-align: center;
  }

  .ai-content-hero > div {
    margin-right: auto;
    margin-left: auto;
  }

  .ai-content-hero .ai-gradient-title {
    font-size: clamp(2.15rem, 11vw, 3.6rem);
  }

  .ai-content-feature {
    min-height: auto;
    border-right: 0;
  }

  .ai-content-feature:nth-child(odd) {
    border-right: 0;
  }

  .ai-content-band {
    min-height: auto;
    justify-items: center;
    text-align: center;
  }

  .ai-content-page {
    min-height: auto;
    padding-top: 72px;
  }

  .ai-content-intro {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .ai-content-list {
    grid-template-columns: 1fr;
  }

  .ai-content-list .ai-content-feature,
  .ai-content-list .ai-content-feature:nth-child(1),
  .ai-content-list .ai-content-feature:nth-child(3) {
    border-right: 0;
  }

  .ai-content-list .ai-content-feature:not(:first-child) {
    border-top: 1px solid var(--line);
  }

  .ai-dual-video-section {
    min-height: auto;
    padding-top: 72px;
  }

  .ai-single-video-section {
    min-height: auto;
    padding-top: 72px;
  }

  .ai-vms-section .ai-dual-video-copy,
  .ai-vms-section .mini-ai-video {
    order: initial;
  }

  .ai-dual-video-copy {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .ai-dual-video-grid {
    grid-template-columns: 1fr;
  }

  .mini-ai-video {
    min-height: 430px;
  }

  .ats-column {
    width: 144px;
  }

  .ats-dashboard-shell {
    right: 18px;
    left: 18px;
  }

  .video-kicker {
    right: 18px;
    left: 18px;
    align-items: flex-start;
    flex-direction: column;
    min-height: auto;
    padding: 12px;
  }

  .video-kicker strong {
    text-align: left;
  }

  .ats-dashboard-top,
  .ats-dashboard-row {
    grid-template-columns: 1fr;
  }

  .ats-ai-sidebar {
    right: 18px;
    bottom: 24px;
    width: 188px;
  }

  .ats-insight-row {
    right: 18px;
    bottom: 186px;
    left: 18px;
  }

  .ats-flow-step {
    width: 62px;
    height: 62px;
  }

  .step-a {
    left: 18px;
  }

  .step-b {
    left: 24%;
  }

  .step-c {
    left: 44%;
  }

  .step-d {
    left: 62%;
  }

  .vms-board,
  .vms-flow-board,
  .vms-content-board {
    right: 18px;
    left: 18px;
    width: auto;
  }

  .vms-flow-board,
  .vms-content-board {
    grid-template-columns: 1fr;
    max-height: 210px;
    overflow: hidden;
  }

  .vms-ai-core {
    top: 55%;
    left: 50%;
    width: 132px;
    height: 132px;
  }

  .vms-client {
    top: 50%;
    left: 18px;
  }

  .vms-vendor {
    left: 18px;
    bottom: 18%;
  }

  .vms-recruiter {
    right: 18px;
    bottom: 10%;
  }

  .vms-flow-step-card {
    min-height: 88px;
    padding: 14px;
    border-right: 0;
  }

  .vms-flow-step-card:nth-child(2),
  .vms-flow-step-card:nth-child(3),
  .vms-flow-step-card:nth-child(4) {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .vms-content-summary {
    right: 18px;
    bottom: 18px;
    left: 18px;
  }

  .vms-status-row {
    right: 18px;
    bottom: 156px;
    left: 18px;
  }

  .section-heading h2,
  .partner-copy h2,
  .contact-section h2 {
    max-width: 100%;
    font-size: clamp(1.85rem, 8vw, 2.35rem);
    line-height: 1.05;
    overflow-wrap: break-word;
  }

  .solutions-page {
    min-height: 100svh;
    padding-top: 72px;
  }

  .board-row,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .board-row strong {
    text-align: left;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .signal-field {
    display: none;
  }

  .typing-title span {
    animation: none;
  }

  .typing-title span:last-child::after {
    display: none;
  }
}

@keyframes titleColorFlow {
  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes softwareMarquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes caretBlink {
  0%,
  45% {
    opacity: 1;
  }

  46%,
  100% {
    opacity: 0;
  }
}

@keyframes shiftScan {
  0%,
  100% {
    transform: translateX(-115%);
  }

  48%,
  58% {
    transform: translateX(115%);
  }
}

@keyframes shiftBarRise {
  from {
    transform: scaleY(0.08);
    opacity: 0.4;
  }

  to {
    transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes shiftBarGlow {
  0%,
  100% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.24);
  }
}

@keyframes drawShiftSpike {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes shiftPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 173, 36, 0.45);
    transform: scale(0.92);
  }

  70% {
    box-shadow: 0 0 0 18px rgba(255, 173, 36, 0);
    transform: scale(1.08);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 173, 36, 0);
    transform: scale(0.92);
  }
}

@keyframes globalRingPulse {
  0%,
  100% {
    opacity: 0.28;
    transform: translate(-50%, -50%) scale(0.96);
  }

  50% {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes globalCorePulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes globalRouteDraw {
  0% {
    stroke-dashoffset: 520;
    opacity: 0;
  }

  35%,
  70% {
    stroke-dashoffset: 0;
    opacity: 0.9;
  }

  100% {
    stroke-dashoffset: -520;
    opacity: 0;
  }
}

@keyframes globalHubPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 173, 36, 0.48);
  }

  70% {
    box-shadow: 0 0 0 14px rgba(255, 173, 36, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 173, 36, 0);
  }
}

@keyframes mapDotFloat {
  0%,
  100% {
    opacity: 0.35;
    transform: translateY(0);
  }

  50% {
    opacity: 0.9;
    transform: translateY(-8px);
  }
}

@keyframes timezonePathFlow {
  0% {
    stroke-dashoffset: 560;
    opacity: 0;
  }

  34%,
  68% {
    stroke-dashoffset: 0;
    opacity: 0.9;
  }

  100% {
    stroke-dashoffset: -560;
    opacity: 0;
  }
}

@keyframes timezoneNodePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 173, 36, 0.5);
  }

  70% {
    box-shadow: 0 0 0 13px rgba(255, 173, 36, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 173, 36, 0);
  }
}

@keyframes hireCardFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes cityBubbleExpand {
  0% {
    opacity: 0.88;
    transform: scale(0.7);
  }

  70% {
    opacity: 0.08;
    transform: scale(2.7);
  }

  100% {
    opacity: 0;
    transform: scale(3.2);
  }
}

@keyframes industryCardFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes industryCardSweep {
  0%,
  100% {
    transform: translateX(-105%);
  }

  48%,
  58% {
    transform: translateX(105%);
  }
}

@keyframes targetChipPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(191, 0, 111, 0.26);
    transform: scale(0.92);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(191, 0, 111, 0);
    transform: scale(1.05);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(191, 0, 111, 0);
    transform: scale(0.92);
  }
}

@keyframes videoSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes videoFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(10px, -16px, 0);
  }
}

@keyframes videoPulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.04);
  }
}

@keyframes videoNodePulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.8;
  }

  50% {
    transform: scale(1.35);
    opacity: 1;
  }
}

@keyframes aiSearchSweep {
  0%,
  100% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(140%);
  }
}

@keyframes vendorLinePulse {
  0%,
  100% {
    opacity: 0.35;
  }

  50% {
    opacity: 0.9;
  }
}

@keyframes atsScanMove {
  0%,
  100% {
    transform: translateX(0);
    opacity: 0.25;
  }

  50% {
    transform: translateX(calc(100vw / 3));
    opacity: 0.9;
  }
}

@keyframes vmsRowSignal {
  0%,
  100% {
    border-color: rgba(0, 42, 93, 0.08);
    transform: translateX(0);
  }

  50% {
    border-color: rgba(191, 0, 111, 0.24);
    transform: translateX(-7px);
  }
}

@keyframes vmsCrispScan {
  0%,
  100% {
    transform: translateX(0);
    opacity: 0.18;
  }

  50% {
    transform: translateX(calc(100vw / 3));
    opacity: 0.8;
  }
}
