:root {
  --black: #03050b;
  --navy: #071426;
  --navy2: #0b1f3c;
  --blue: #248cff;
  --cyan: #22e6ff;
  --purple: #8b5cff;
  --gold: #d6ac4f;
  --text: #ffffff;
  --muted: #b8c3d6;
  --line: rgba(255,255,255,.12);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Prevent the sticky header from covering section headings on scroll/anchor jumps */
.hero,
.services,
.advantage,
.industries,
.assessment {
  scroll-margin-top: 130px;
}

.site-header {
  height: 112px;
  padding: 0 64px;
  display: flex;
  align-items: center;
  gap: 34px;
  background: rgba(3,5,11,.94);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}

.logo img {
  width: 300px;
  height: auto;
  display: block;
}

.desktop-nav {
  display: flex;
  gap: 32px;
  margin-left: auto;
  font-size: 16px;
  color: var(--muted);
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: white;
}

.desktop-nav a.active {
  border-bottom: 2px solid var(--gold);
  padding-bottom: 10px;
}

.top-cta {
  background: linear-gradient(135deg, #f2d27a, #c79632);
  color: #050505;
  padding: 18px 28px;
  border-radius: 10px;
  font-weight: 800;
  font-size: 15px;
}

.menu-btn {
  background: none;
  border: 0;
  cursor: pointer;
  display: none;
}

.menu-btn span {
  display: block;
  width: 30px;
  height: 2px;
  background: white;
  margin: 7px 0;
}

.mobile-menu {
  display: none;
  background: #050915;
  padding: 22px;
  border-bottom: 1px solid var(--line);
}

.mobile-menu a {
  display: block;
  padding: 14px;
  border-bottom: 1px solid var(--line);
}

.mobile-menu.open {
  display: block;
}

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 110px 7%;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 78% 38%, rgba(36,140,255,.32), transparent 28%),
    radial-gradient(circle at 90% 60%, rgba(139,92,255,.18), transparent 25%),
    linear-gradient(135deg, #03050b 0%, #06152c 58%, #03050b 100%);
}

.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 88px 88px;
  opacity: .55;
}

.hero-copy {
  max-width: 720px;
  z-index: 2;
}

.eyebrow {
  color: #a9d4ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
}

.center {
  text-align: center;
}

.hero h1 {
  font-size: clamp(56px, 6vw, 96px);
  line-height: .98;
  margin: 24px 0 28px;
  letter-spacing: -3px;
}

.hero h1 span {
  background: linear-gradient(90deg, #9ddaff, #9f72ff);
  -webkit-background-clip: text;
  color: transparent;
}

.hero-subtitle {
  font-size: 24px;
  color: var(--muted);
  line-height: 1.55;
  max-width: 650px;
}

.hero-actions {
  display: flex;
  gap: 20px;
  margin-top: 38px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px 28px;
  border-radius: 8px;
  font-weight: 900;
  border: 1px solid transparent;
}

.btn.gold {
  background: linear-gradient(135deg, #f2d27a, #c79632);
  color: #050505;
}

.btn.outline {
  border-color: rgba(255,255,255,.35);
  color: white;
}

.hero-visual {
  position: relative;
  z-index: 2;
}

.talent-network {
  width: 650px;
  height: 520px;
  position: absolute;
  right: -70px;
  top: 30px;
  border-radius: 40px;
  background:
    radial-gradient(circle at 65% 20%, rgba(255,255,255,.9), transparent 4%),
    radial-gradient(circle at 55% 48%, rgba(36,140,255,.35), transparent 34%),
    radial-gradient(circle at 72% 55%, rgba(139,92,255,.24), transparent 30%);
}

.talent-network:before {
  content: "";
  position: absolute;
  inset: 0;
  background: center / contain no-repeat
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20600%20500%22%3E%3Cg%20stroke%3D%22%236aa8ff%22%20stroke-width%3D%221%22%20stroke-opacity%3D%220.28%22%20fill%3D%22none%22%3E%3Cline%20x1%3D%22120%22%20y1%3D%2290%22%20x2%3D%22200%22%20y2%3D%22180%22%2F%3E%3Cline%20x1%3D%22200%22%20y1%3D%22180%22%20x2%3D%22300%22%20y2%3D%2270%22%2F%3E%3Cline%20x1%3D%22300%22%20y1%3D%2270%22%20x2%3D%22410%22%20y2%3D%22200%22%2F%3E%3Cline%20x1%3D%22410%22%20y1%3D%22200%22%20x2%3D%22470%22%20y2%3D%22110%22%2F%3E%3Cline%20x1%3D%22470%22%20y1%3D%22110%22%20x2%3D%22520%22%20y2%3D%22260%22%2F%3E%3Cline%20x1%3D%22520%22%20y1%3D%22260%22%20x2%3D%22200%22%20y2%3D%22330%22%2F%3E%3Cline%20x1%3D%22200%22%20y1%3D%22330%22%20x2%3D%22470%22%20y2%3D%22400%22%2F%3E%3Cline%20x1%3D%22470%22%20y1%3D%22400%22%20x2%3D%22400%22%20y2%3D%22330%22%2F%3E%3Cline%20x1%3D%22400%22%20y1%3D%22330%22%20x2%3D%22300%22%20y2%3D%22440%22%2F%3E%3Cline%20x1%3D%22300%22%20y1%3D%22440%22%20x2%3D%22130%22%20y2%3D%22400%22%2F%3E%3Cline%20x1%3D%22130%22%20y1%3D%22400%22%20x2%3D%2270%22%20y2%3D%22250%22%2F%3E%3Cline%20x1%3D%2270%22%20y1%3D%22250%22%20x2%3D%22120%22%20y2%3D%2290%22%2F%3E%3Cline%20x1%3D%22300%22%20y1%3D%22250%22%20x2%3D%22200%22%20y2%3D%22180%22%2F%3E%3Cline%20x1%3D%22300%22%20y1%3D%22250%22%20x2%3D%22410%22%20y2%3D%22200%22%2F%3E%3Cline%20x1%3D%22300%22%20y1%3D%22250%22%20x2%3D%22200%22%20y2%3D%22330%22%2F%3E%3Cline%20x1%3D%22300%22%20y1%3D%22250%22%20x2%3D%22400%22%20y2%3D%22330%22%2F%3E%3Cline%20x1%3D%22300%22%20y1%3D%22250%22%20x2%3D%22300%22%20y2%3D%2270%22%2F%3E%3Cline%20x1%3D%22300%22%20y1%3D%22250%22%20x2%3D%22300%22%20y2%3D%22440%22%2F%3E%3Cline%20x1%3D%22200%22%20y1%3D%22180%22%20x2%3D%22200%22%20y2%3D%22330%22%2F%3E%3Cline%20x1%3D%22410%22%20y1%3D%22200%22%20x2%3D%22400%22%20y2%3D%22330%22%2F%3E%3Cline%20x1%3D%22120%22%20y1%3D%2290%22%20x2%3D%22300%22%20y2%3D%2270%22%2F%3E%3Cline%20x1%3D%22470%22%20y1%3D%22110%22%20x2%3D%22300%22%20y2%3D%2270%22%2F%3E%3Cline%20x1%3D%22470%22%20y1%3D%22400%22%20x2%3D%22300%22%20y2%3D%22440%22%2F%3E%3Cline%20x1%3D%22130%22%20y1%3D%22400%22%20x2%3D%22300%22%20y2%3D%22440%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%22300%22%20cy%3D%22250%22%20r%3D%2216%22%20fill%3D%22%234d9bff%22%20opacity%3D%220.18%22%2F%3E%3Ccircle%20cx%3D%22300%22%20cy%3D%22250%22%20r%3D%226.5%22%20fill%3D%22%234d9bff%22%20opacity%3D%220.55%22%2F%3E%3Ccircle%20cx%3D%22300%22%20cy%3D%22250%22%20r%3D%225%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%22120%22%20cy%3D%2290%22%20r%3D%2210%22%20fill%3D%22%234d9bff%22%20opacity%3D%220.18%22%2F%3E%3Ccircle%20cx%3D%22120%22%20cy%3D%2290%22%20r%3D%224.5%22%20fill%3D%22%234d9bff%22%20opacity%3D%220.55%22%2F%3E%3Ccircle%20cx%3D%22120%22%20cy%3D%2290%22%20r%3D%223%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%22300%22%20cy%3D%2270%22%20r%3D%2211%22%20fill%3D%22%239f72ff%22%20opacity%3D%220.18%22%2F%3E%3Ccircle%20cx%3D%22300%22%20cy%3D%2270%22%20r%3D%224.7%22%20fill%3D%22%239f72ff%22%20opacity%3D%220.55%22%2F%3E%3Ccircle%20cx%3D%22300%22%20cy%3D%2270%22%20r%3D%223.2%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%22470%22%20cy%3D%22110%22%20r%3D%2210%22%20fill%3D%22%234d9bff%22%20opacity%3D%220.18%22%2F%3E%3Ccircle%20cx%3D%22470%22%20cy%3D%22110%22%20r%3D%224.5%22%20fill%3D%22%234d9bff%22%20opacity%3D%220.55%22%2F%3E%3Ccircle%20cx%3D%22470%22%20cy%3D%22110%22%20r%3D%223%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%22520%22%20cy%3D%22260%22%20r%3D%2210%22%20fill%3D%22%239f72ff%22%20opacity%3D%220.18%22%2F%3E%3Ccircle%20cx%3D%22520%22%20cy%3D%22260%22%20r%3D%224.5%22%20fill%3D%22%239f72ff%22%20opacity%3D%220.55%22%2F%3E%3Ccircle%20cx%3D%22520%22%20cy%3D%22260%22%20r%3D%223%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%22470%22%20cy%3D%22400%22%20r%3D%2210%22%20fill%3D%22%234d9bff%22%20opacity%3D%220.18%22%2F%3E%3Ccircle%20cx%3D%22470%22%20cy%3D%22400%22%20r%3D%224.5%22%20fill%3D%22%234d9bff%22%20opacity%3D%220.55%22%2F%3E%3Ccircle%20cx%3D%22470%22%20cy%3D%22400%22%20r%3D%223%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%22300%22%20cy%3D%22440%22%20r%3D%2211%22%20fill%3D%22%23e7c46a%22%20opacity%3D%220.18%22%2F%3E%3Ccircle%20cx%3D%22300%22%20cy%3D%22440%22%20r%3D%224.7%22%20fill%3D%22%23e7c46a%22%20opacity%3D%220.55%22%2F%3E%3Ccircle%20cx%3D%22300%22%20cy%3D%22440%22%20r%3D%223.2%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%22130%22%20cy%3D%22400%22%20r%3D%2210%22%20fill%3D%22%239f72ff%22%20opacity%3D%220.18%22%2F%3E%3Ccircle%20cx%3D%22130%22%20cy%3D%22400%22%20r%3D%224.5%22%20fill%3D%22%239f72ff%22%20opacity%3D%220.55%22%2F%3E%3Ccircle%20cx%3D%22130%22%20cy%3D%22400%22%20r%3D%223%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%2270%22%20cy%3D%22250%22%20r%3D%2210%22%20fill%3D%22%234d9bff%22%20opacity%3D%220.18%22%2F%3E%3Ccircle%20cx%3D%2270%22%20cy%3D%22250%22%20r%3D%224.5%22%20fill%3D%22%234d9bff%22%20opacity%3D%220.55%22%2F%3E%3Ccircle%20cx%3D%2270%22%20cy%3D%22250%22%20r%3D%223%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%22200%22%20cy%3D%22180%22%20r%3D%228%22%20fill%3D%22%23e7c46a%22%20opacity%3D%220.18%22%2F%3E%3Ccircle%20cx%3D%22200%22%20cy%3D%22180%22%20r%3D%223.9%22%20fill%3D%22%23e7c46a%22%20opacity%3D%220.55%22%2F%3E%3Ccircle%20cx%3D%22200%22%20cy%3D%22180%22%20r%3D%222.4%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%22410%22%20cy%3D%22200%22%20r%3D%228%22%20fill%3D%22%239f72ff%22%20opacity%3D%220.18%22%2F%3E%3Ccircle%20cx%3D%22410%22%20cy%3D%22200%22%20r%3D%223.9%22%20fill%3D%22%239f72ff%22%20opacity%3D%220.55%22%2F%3E%3Ccircle%20cx%3D%22410%22%20cy%3D%22200%22%20r%3D%222.4%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%22200%22%20cy%3D%22330%22%20r%3D%228%22%20fill%3D%22%234d9bff%22%20opacity%3D%220.18%22%2F%3E%3Ccircle%20cx%3D%22200%22%20cy%3D%22330%22%20r%3D%223.9%22%20fill%3D%22%234d9bff%22%20opacity%3D%220.55%22%2F%3E%3Ccircle%20cx%3D%22200%22%20cy%3D%22330%22%20r%3D%222.4%22%20fill%3D%22%23ffffff%22%2F%3E%3Ccircle%20cx%3D%22400%22%20cy%3D%22330%22%20r%3D%228%22%20fill%3D%22%23e7c46a%22%20opacity%3D%220.18%22%2F%3E%3Ccircle%20cx%3D%22400%22%20cy%3D%22330%22%20r%3D%223.9%22%20fill%3D%22%23e7c46a%22%20opacity%3D%220.55%22%2F%3E%3Ccircle%20cx%3D%22400%22%20cy%3D%22330%22%20r%3D%222.4%22%20fill%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-image: radial-gradient(ellipse at 60% 50%, black 0%, black 58%, transparent 82%);
          mask-image: radial-gradient(ellipse at 60% 50%, black 0%, black 58%, transparent 82%);
  opacity: .9;
  animation: talentFloat 10s ease-in-out infinite;
}
@keyframes talentFloat {
  0%, 100% { transform: translateY(-6px); }
  50% { transform: translateY(6px); }
}

.services {
  position: relative;
  overflow: hidden;
  padding: 130px 7% 90px;
  background:
    radial-gradient(760px 480px at 16% 14%, rgba(36,140,255,.10), transparent 60%),
    radial-gradient(760px 520px at 88% 86%, rgba(139,92,255,.10), transparent 60%),
    linear-gradient(180deg, #061426, #03050b);
  text-align: center;
}
.services > * {
  position: relative;
  z-index: 1;
}
.services:before {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: 0;
  background: center / cover no-repeat
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20600%20400%22%3E%3Cg%20stroke%3D%22%236aa8ff%22%20stroke-width%3D%221%22%20stroke-opacity%3D%220.13%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M40%2080%20L160%2040%20L300%20110%20L430%2060%20L560%20120%20M160%2040%20L150%20200%20M300%20110%20L260%20250%20L430%2060%20M260%20250%20L120%20320%20M430%2060%20L520%20230%20L560%20120%20M520%20230%20L400%20350%20M150%20200%20L40%2080%20M150%20200%20L260%20250%20M120%20320%20L260%20250%20M400%20350%20L520%20230%20M40%2080%20L120%20320%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2280%22%20r%3D%222.6%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22160%22%20cy%3D%2240%22%20r%3D%223%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22300%22%20cy%3D%22110%22%20r%3D%223.2%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22560%22%20cy%3D%22120%22%20r%3D%222.4%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22150%22%20cy%3D%22200%22%20r%3D%223%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22520%22%20cy%3D%22230%22%20r%3D%222.6%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22120%22%20cy%3D%22320%22%20r%3D%222.4%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22400%22%20cy%3D%22350%22%20r%3D%222.4%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22430%22%20cy%3D%2260%22%20r%3D%223%22%20fill%3D%22%23b6abff%22%20fill-opacity%3D%220.45%22%2F%3E%3Ccircle%20cx%3D%22260%22%20cy%3D%22250%22%20r%3D%223.4%22%20fill%3D%22%23e7c46a%22%20fill-opacity%3D%220.45%22%2F%3E%3C%2Fsvg%3E");
  opacity: .55;
  -webkit-mask-image: radial-gradient(120% 100% at 50% 50%, #000 25%, transparent 78%);
          mask-image: radial-gradient(120% 100% at 50% 50%, #000 25%, transparent 78%);
  animation: meshFloat 38s ease-in-out infinite alternate;
  pointer-events: none;
}
@keyframes meshFloat {
  from { transform: translate(-1.5%, -1%) scale(1.04); }
  to   { transform: translate(2%, 1.5%) scale(1.09); }
}

.services h2,
.advantage h2,
.industries h2,
.assessment h2 {
  font-family: Georgia, serif;
  font-size: clamp(38px, 4vw, 64px);
  margin: 14px 0 42px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.service-card {
  text-align: left;
  min-height: 300px;
  padding: 34px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.045);
  transition: .25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(36,140,255,.7);
  box-shadow: 0 20px 70px rgba(36,140,255,.14);
}

.pill {
  display: inline-flex;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(36,140,255,.15);
  color: #9ddaff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 900;
}

.service-card h3 {
  font-size: 28px;
  margin: 28px 0 16px;
}

.service-card p {
  color: var(--muted);
  line-height: 1.65;
}

.advantage {
  display: grid;
  grid-template-columns: .9fr 1.5fr;
  gap: 60px;
  padding: 130px 7% 90px;
  background:
    radial-gradient(circle at 60% 35%, rgba(36,140,255,.22), transparent 32%),
    radial-gradient(circle at 18% 80%, rgba(139,92,255,.14), transparent 34%),
    linear-gradient(135deg, #03050b, #071b35);
  position: relative;
  overflow: hidden;
}

.advantage:before {
  content: "";
  position: absolute;
  inset: -8%;
  background: center / cover no-repeat
    url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20600%20400%22%3E%3Cg%20stroke%3D%22%236aa8ff%22%20stroke-width%3D%221%22%20stroke-opacity%3D%220.13%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M40%2080%20L160%2040%20L300%20110%20L430%2060%20L560%20120%20M160%2040%20L150%20200%20M300%20110%20L260%20250%20L430%2060%20M260%20250%20L120%20320%20M430%2060%20L520%20230%20L560%20120%20M520%20230%20L400%20350%20M150%20200%20L40%2080%20M150%20200%20L260%20250%20M120%20320%20L260%20250%20M400%20350%20L520%20230%20M40%2080%20L120%20320%22%2F%3E%3C%2Fg%3E%3Ccircle%20cx%3D%2240%22%20cy%3D%2280%22%20r%3D%222.6%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22160%22%20cy%3D%2240%22%20r%3D%223%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22300%22%20cy%3D%22110%22%20r%3D%223.2%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22560%22%20cy%3D%22120%22%20r%3D%222.4%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22150%22%20cy%3D%22200%22%20r%3D%223%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22520%22%20cy%3D%22230%22%20r%3D%222.6%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22120%22%20cy%3D%22320%22%20r%3D%222.4%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22400%22%20cy%3D%22350%22%20r%3D%222.4%22%20fill%3D%22%239cc2ff%22%20fill-opacity%3D%220.4%22%2F%3E%3Ccircle%20cx%3D%22430%22%20cy%3D%2260%22%20r%3D%223%22%20fill%3D%22%23b6abff%22%20fill-opacity%3D%220.45%22%2F%3E%3Ccircle%20cx%3D%22260%22%20cy%3D%22250%22%20r%3D%223.4%22%20fill%3D%22%23e7c46a%22%20fill-opacity%3D%220.45%22%2F%3E%3C%2Fsvg%3E");
  opacity: .5;
  -webkit-mask-image: radial-gradient(120% 100% at 55% 45%, #000 26%, transparent 80%);
          mask-image: radial-gradient(120% 100% at 55% 45%, #000 26%, transparent 80%);
  animation: meshFloat 44s ease-in-out infinite alternate;
  pointer-events: none;
}

.advantage-copy,
.advantage-grid {
  position: relative;
  z-index: 2;
}

.advantage-copy p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 18px;
}

.advantage-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.advantage-grid div {
  padding: 30px;
  border-radius: 18px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.045);
}

.advantage-grid h3 {
  font-size: 24px;
}

.advantage-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.industries {
  padding: 130px 7% 90px;
  text-align: center;
  background: linear-gradient(180deg, #03050b, #071426);
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.industry-grid div {
  padding: 26px;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.045);
  font-weight: 800;
}

.assessment {
  display: grid;
  grid-template-columns: .9fr 1.4fr;
  gap: 50px;
  padding: 120px 7% 90px;
  background: #05070c;
  border-top: 1px solid var(--line);
}

.gold-text,
.assessment h2 span {
  color: var(--gold);
}

.assessment-copy p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 18px;
}

.lead-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 34px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.045);
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.18);
  color: white;
  padding: 17px;
  border-radius: 8px;
  font-size: 15px;
}

.lead-form select,
.lead-form textarea,
.lead-form button,
.privacy-note {
  grid-column: span 2;
}

.lead-form textarea {
  min-height: 120px;
  resize: vertical;
}

.privacy-note {
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.site-footer {
  padding: 55px 7%;
  display: grid;
  grid-template-columns: 1.6fr repeat(4, 1fr);
  gap: 36px;
  background: #020306;
  border-top: 1px solid var(--line);
}

.footer-brand img {
  width: 260px;
}

.site-footer p,
.site-footer a {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.site-footer h4 {
  color: var(--gold);
  text-transform: uppercase;
  font-size: 13px;
}

.site-footer a {
  display: block;
  margin: 10px 0;
}

@media (max-width: 1000px) {
  .hero,
  .services,
  .advantage,
  .industries,
  .assessment {
    scroll-margin-top: 100px;
  }

  .services,
  .advantage,
  .industries,
  .assessment {
    padding-top: 96px;
  }

  .desktop-nav,
  .top-cta {
    display: none;
  }

  .menu-btn {
    display: block;
    margin-left: auto;
  }

  .site-header {
    height: 96px;
    padding: 0 28px;
    justify-content: space-between;
  }

  .logo img {
    width: 230px;
  }

  .hero {
    grid-template-columns: 1fr;
    padding: 46px 7% 70px;
  }

  .hero-copy {
    order: 1;
  }

  .hero-visual {
    order: 2;
    min-height: 330px;
  }

  .talent-network {
    position: relative;
    width: 100%;
    max-width: 420px;
    height: 310px;
    right: auto;
    top: auto;
    margin: 36px auto 0;
  }

  .service-grid,
  .advantage,
  .advantage-grid,
  .industry-grid,
  .assessment,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .lead-form {
    grid-template-columns: 1fr;
  }

  .lead-form select,
  .lead-form textarea,
  .lead-form button,
  .privacy-note {
    grid-column: span 1;
  }

  .hero-actions {
    flex-direction: column;
  }
}
