:root {
  color-scheme: light;
  --ink: #0b0d10;
  --ink-soft: #17212b;
  --muted: #6b7280;
  --paper: #f8fafb;
  --surface: #ffffff;
  --accent: #00d4c4;
  --accent-dark: #007d74;
  --accent-soft: #c8fff5;
  --line: rgba(107, 114, 128, 0.2);
  --warm: #ffb454;
  --rose: #ff7a8a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family:
    Aptos, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
}

a {
  color: inherit;
}

.topbar {
  position: sticky;
  top: 14px;
  z-index: 20;
  width: calc(100% - 48px);
  max-width: 1480px;
  min-height: 68px;
  margin: 14px auto 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 10px 14px 10px 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(216, 222, 228, 0.82);
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(11, 13, 16, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 152px;
  min-width: 132px;
}

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

nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: clamp(12px, 1.6vw, 24px);
  color: #27313c;
  font-size: 0.95rem;
  font-weight: 750;
}

nav a,
.login-link {
  text-decoration: none;
}

nav a:hover,
.login-link:hover {
  color: var(--accent-dark);
}

.topbar__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.hero {
  width: min(100% - 48px, 1480px);
  min-height: calc(100vh - 120px);
  margin: 24px auto 0;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(430px, 0.78fr);
  gap: clamp(34px, 6vw, 96px);
  align-items: center;
  padding: clamp(56px, 7vw, 104px) clamp(28px, 6vw, 84px);
  background:
    radial-gradient(circle at 80% 22%, rgba(0, 212, 196, 0.2), transparent 28%),
    linear-gradient(135deg, #0b0d10 0%, #111820 56%, #071012 100%);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  color: #ffffff;
}

.pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin: 0 0 24px;
  padding: 8px 12px;
  color: #ffffff;
  border: 1px solid rgba(0, 212, 196, 0.46);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 850;
}

.pill span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 6px rgba(0, 212, 196, 0.14);
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  margin: 0;
  max-width: 860px;
  font-size: clamp(3.5rem, 7vw, 7.8rem);
  line-height: 0.92;
}

.lead {
  max-width: 760px;
  margin: 28px 0 0;
  color: #d9e3ea;
  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  line-height: 1.58;
}

.actions {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 10px;
  font-weight: 850;
  text-decoration: none;
}

.button--small {
  min-height: 44px;
  padding-inline: 18px;
}

.button--primary {
  color: var(--ink);
  background: var(--accent);
  border: 1px solid var(--accent);
}

.button--secondary {
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
}

.button--dark {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.34);
}

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

.signal-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 54px;
  max-width: 760px;
}

.hero-proof div {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-proof strong,
.hero-proof span {
  display: block;
}

.hero-proof strong {
  color: var(--accent);
  font-size: clamp(1.75rem, 3vw, 3rem);
}

.hero-proof span {
  margin-top: 5px;
  color: #d9e3ea;
}

.hero-network {
  position: relative;
  min-height: 560px;
}

.hero-network > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  opacity: 0.92;
}

.market-card {
  position: absolute;
  z-index: 1;
  width: min(320px, 76%);
  padding: 18px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 16px;
  box-shadow: var(--shadow-card, 0 8px 24px rgba(11, 13, 16, 0.08));
}

.market-card span {
  display: block;
  color: var(--muted);
  font-weight: 850;
  font-size: 0.84rem;
}

.market-card strong {
  display: block;
  margin-top: 6px;
  font-size: 1.1rem;
}

.market-card--top {
  top: 46px;
  left: 0;
}

.market-card--match {
  top: 178px;
  right: 18px;
}

.market-card--bottom {
  left: 44px;
  bottom: 62px;
}

.match-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.match-row img {
  width: 34px;
  height: 34px;
}

.match-row p {
  margin: 0;
}

.match-row small {
  display: block;
  margin-top: 2px;
  color: var(--muted);
}

.brand-statement,
.split-audience,
.how,
.vms-section,
.trust-section,
.final-cta {
  padding: clamp(72px, 9vw, 128px) clamp(24px, 6vw, 88px);
}

.brand-statement {
  display: grid;
  grid-template-columns: minmax(280px, 0.94fr) minmax(0, 1.06fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: end;
  background: #ffffff;
}

.brand-statement p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 1.2rem;
  line-height: 1.7;
}

.signal-row span {
  padding: 8px 12px;
  color: #27313c;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 800;
}

.hero__visual {
  position: relative;
  min-height: 620px;
  display: grid;
  place-items: center;
}

.hero__visual::before {
  content: "";
  position: absolute;
  inset: 36px 0;
  background: url("assets/web/skillriq_dark_hero_background.svg") center / cover;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(11, 13, 16, 0.22);
}

.match-panel,
.hero-card {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(216, 222, 228, 0.84);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(11, 13, 16, 0.16);
}

.match-panel {
  width: min(100%, 420px);
  padding: 24px;
}

.match-panel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  color: var(--muted);
  font-weight: 850;
}

.match-panel__header strong {
  color: var(--accent-dark);
  font-size: 2rem;
}

.candidate-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.candidate-card span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 0.92rem;
}

.avatar,
.company-logo {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border-radius: 8px;
  color: var(--ink);
  background: var(--accent-soft);
  font-weight: 900;
}

.bar {
  height: 12px;
  margin-top: 16px;
  overflow: hidden;
  background: #e8edf2;
  border-radius: 999px;
}

.bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--warm), var(--rose));
  border-radius: inherit;
}

.hero-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 320px;
  padding: 16px;
}

.hero-card img {
  width: 34px;
  height: 34px;
}

.hero-card p {
  margin: 0;
  color: #27313c;
  line-height: 1.35;
  font-weight: 800;
}

.hero-card--query {
  top: 58px;
  left: 4px;
}

.hero-card--price {
  right: 10px;
  bottom: 106px;
}

.hero-card--flow {
  left: 24px;
  bottom: 56px;
}

.human-band {
  width: min(100% - 48px, 1480px);
  margin: clamp(54px, 8vw, 110px) auto 0;
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  padding: clamp(28px, 5vw, 64px);
  background: var(--ink);
  color: #ffffff;
  border-radius: 16px;
  overflow: hidden;
}

.people-wall {
  padding: clamp(72px, 9vw, 128px) clamp(24px, 6vw, 88px);
  background:
    linear-gradient(180deg, #ffffff 0%, #f8fafb 100%);
}

.people-wall .section-heading {
  width: min(100%, 1180px);
  margin: 0 auto 42px;
}

.people-grid {
  width: min(100%, 1480px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
}

.people-card {
  grid-column: span 4;
  min-height: 520px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 22px 58px rgba(11, 13, 16, 0.08);
}

.people-card--wide {
  grid-column: span 8;
}

.people-card img {
  display: block;
  width: 100%;
  min-height: 390px;
  aspect-ratio: 1.45;
  object-fit: cover;
  border-radius: 12px;
  background: var(--paper);
}

.people-card figcaption {
  padding: 18px 8px 4px;
  color: #27313c;
  line-height: 1.35;
  font-weight: 850;
}

.people-card figcaption strong,
.people-card figcaption span {
  display: block;
}

.people-card figcaption strong {
  font-size: clamp(1.1rem, 1.4vw, 1.35rem);
}

.people-card figcaption span {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
  font-weight: 650;
}

.video-story {
  width: min(100% - 48px, 1480px);
  margin: clamp(54px, 8vw, 110px) auto 0;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
  padding: clamp(28px, 5vw, 64px);
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 28%, rgba(0, 212, 196, 0.28), transparent 30%),
    linear-gradient(135deg, #0b0d10 0%, #111820 70%);
  border-radius: 16px;
  overflow: hidden;
}

.video-story .eyebrow {
  color: var(--accent);
}

.video-story__copy p:not(.eyebrow) {
  max-width: 620px;
  color: #d9e3ea;
  font-size: 1.12rem;
  line-height: 1.7;
}

.video-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #05070a;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.32);
}

.video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.human-band .eyebrow {
  color: var(--accent);
}

.human-copy p:not(.eyebrow) {
  max-width: 720px;
  color: #d9e3ea;
  font-size: 1.16rem;
  line-height: 1.7;
}

.human-quotes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.human-quotes blockquote {
  margin: 0;
  padding: 20px;
  color: var(--ink);
  background: #ffffff;
  border-radius: 16px;
}

.human-quotes strong,
.human-quotes span {
  display: block;
}

.human-quotes span {
  margin-top: 10px;
  color: #48515e;
  line-height: 1.5;
}

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

.human-images figure {
  margin: 0;
  padding: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
}

.human-images figure:nth-child(2) {
  transform: translateY(42px);
}

.human-images img {
  display: block;
  width: 100%;
  aspect-ratio: 1.05;
  object-fit: cover;
  border-radius: 16px;
}

.split-audience {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  background: var(--paper);
}

.split-audience article {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: clamp(34px, 5vw, 64px);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-card, 0 8px 24px rgba(11, 13, 16, 0.08));
}

.split-audience article:nth-child(2) {
  background:
    linear-gradient(135deg, rgba(200, 255, 245, 0.78), #ffffff 58%);
}

.split-audience img {
  width: 52px;
  height: 52px;
}

.split-audience p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.7;
}

.section-heading {
  max-width: 1040px;
  margin-bottom: 42px;
}

.how {
  background: #ffffff;
}

.how-grid,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}

.how-grid article,
.trust-grid article {
  min-height: 300px;
  padding: clamp(28px, 4vw, 44px);
  background: #ffffff;
}

.how-grid span {
  color: var(--accent-dark);
  font-weight: 900;
}

.how-grid img,
.trust-grid img {
  width: 44px;
  height: 44px;
  margin-top: 34px;
}

.how-grid h3,
.trust-grid h3 {
  margin: 28px 0 0;
}

.how-grid p,
.trust-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.human-images figcaption {
  padding: 14px 4px 4px;
  color: #d9e3ea;
  line-height: 1.45;
  font-weight: 750;
}

.section {
  padding: clamp(72px, 9vw, 128px) clamp(24px, 6vw, 88px);
}

.story {
  width: min(100%, 1360px);
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-dark);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  max-width: 1000px;
  font-size: clamp(2.35rem, 4.5vw, 5rem);
  line-height: 1;
}

.story__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(28px, 5vw, 78px);
  margin-top: 36px;
}

.story__grid p {
  margin: 0;
  color: var(--muted);
  font-size: 1.18rem;
  line-height: 1.7;
}

.solutions {
  width: min(100% - 48px, 1480px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
}

.solutions article {
  min-height: 460px;
  padding: clamp(34px, 4.5vw, 58px);
  border-right: 1px solid var(--line);
}

.solutions article:last-child {
  border-right: 0;
}

.solutions img,
.audience__grid img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  margin-bottom: 28px;
}

.solutions h3 {
  max-width: 460px;
  margin: 0;
  font-size: clamp(1.75rem, 2.6vw, 2.7rem);
  line-height: 1.06;
}

.solutions p:last-child,
.audience__grid p {
  color: var(--muted);
  line-height: 1.65;
}

.dashboard-showcase {
  width: min(100% - 48px, 1480px);
  margin: clamp(70px, 9vw, 128px) auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(28px, 5vw, 78px);
  align-items: center;
}

.dashboard-copy p:last-child {
  max-width: 640px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.65;
}

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

.dashboard-card {
  min-height: 520px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 20px 58px rgba(11, 13, 16, 0.08);
}

.dashboard-card--dark {
  background: var(--ink);
  color: #ffffff;
}

.dashboard-card img {
  width: 100%;
  aspect-ratio: 1.4;
  object-fit: cover;
  border-radius: 8px;
}

.mini-dashboard {
  padding: 20px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.dashboard-card--dark .mini-dashboard {
  background: #111820;
  border-color: #1f2933;
}

.mini-dashboard span {
  color: var(--muted);
  font-weight: 850;
}

.dashboard-card--dark .mini-dashboard span {
  color: #d9e3ea;
}

.mini-dashboard strong {
  display: block;
  margin-top: 8px;
  font-size: 1.65rem;
}

.dash-line {
  height: 12px;
  margin-top: 16px;
  overflow: hidden;
  background: #d8dee4;
  border-radius: 999px;
}

.dashboard-card--dark .dash-line {
  background: #26323f;
}

.dash-line i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--warm), var(--rose));
  border-radius: inherit;
}

.persona-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: #ffffff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.persona-strip article {
  min-height: 230px;
  padding: clamp(24px, 4vw, 44px);
  border-right: 1px solid var(--line);
}

.persona-strip article:last-child {
  border-right: 0;
}

.persona-strip img {
  width: 42px;
  height: 42px;
}

.persona-strip span,
.persona-strip strong {
  display: block;
}

.persona-strip span {
  margin-top: 28px;
  color: var(--accent-dark);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.persona-strip strong {
  max-width: 260px;
  margin-top: 10px;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.08;
}

.ticker-section {
  padding: clamp(70px, 9vw, 128px) 0;
  overflow: hidden;
}

.ticker-section--jobs {
  background: var(--ink);
  color: #ffffff;
}

.ticker-section--companies {
  background: var(--accent-soft);
}

.ticker-heading {
  width: min(100% - 48px, 1320px);
  margin: 0 auto 34px;
}

.ticker-section--jobs .eyebrow,
.data-section .eyebrow {
  color: var(--accent);
}

.ticker-heading p:last-child {
  max-width: 720px;
  color: inherit;
  opacity: 0.72;
  font-size: 1.12rem;
  line-height: 1.6;
}

.marquee {
  width: 100%;
  overflow: hidden;
}

.marquee__track {
  width: max-content;
  display: flex;
  gap: 18px;
  animation: scroll-left 36s linear infinite;
}

.marquee--reverse .marquee__track {
  animation-name: scroll-right;
}

.marquee:hover .marquee__track {
  animation-play-state: paused;
}

.job-card,
.company-card {
  width: 340px;
  min-height: 210px;
  padding: 24px;
  border-radius: 16px;
  background: #ffffff;
  color: var(--ink);
  box-shadow: 0 20px 48px rgba(11, 13, 16, 0.18);
}

.job-card span {
  color: var(--accent-dark);
  font-weight: 900;
}

.job-card h3,
.company-card h3 {
  margin: 26px 0 0;
  font-size: 1.45rem;
}

.job-card p,
.company-card p {
  color: var(--muted);
  line-height: 1.5;
}

.company-card {
  display: grid;
  align-content: start;
  box-shadow: 0 18px 42px rgba(11, 13, 16, 0.1);
}

.company-logo {
  width: 76px;
  height: 76px;
  color: #ffffff;
  background: var(--ink);
}

.company-logo--image {
  overflow: hidden;
  padding: 12px;
  background: #ffffff;
  border: 1px solid var(--line);
}

.company-logo--image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vms-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(32px, 6vw, 96px);
  align-items: center;
  color: #ffffff;
  background:
    radial-gradient(circle at 80% 24%, rgba(0, 212, 196, 0.16), transparent 30%),
    linear-gradient(135deg, #0b0d10 0%, #121820 58%, #071012 100%);
  overflow: hidden;
}

.vms-section::before {
  content: "";
  position: absolute;
  inset: 9% -8% auto auto;
  width: min(760px, 52vw);
  height: min(760px, 52vw);
  border: 72px solid rgba(0, 212, 196, 0.18);
  border-radius: 999px;
  pointer-events: none;
}

.vms-section > * {
  position: relative;
  z-index: 1;
}

.vms-section .eyebrow {
  color: var(--accent);
}

.vms-section p:not(.eyebrow) {
  max-width: 720px;
  color: #d9e3ea;
  font-size: 1.16rem;
  line-height: 1.7;
}

.product-panel {
  padding: 20px;
  background:
    linear-gradient(135deg, #f8fafb, #ffffff),
    #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-card, 0 8px 24px rgba(11, 13, 16, 0.08));
}

.panel-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.panel-tabs span {
  padding: 9px 13px;
  color: var(--muted);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 850;
}

.panel-tabs span:first-child {
  color: var(--ink);
  background: var(--accent);
  border-color: var(--accent);
}

.panel-screen {
  min-height: 360px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-content: end;
  padding: 24px;
  background:
    linear-gradient(120deg, rgba(0, 212, 196, 0.14), transparent),
    var(--ink);
  border-radius: 16px;
}

.panel-screen div {
  padding: 18px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
}

.panel-screen strong,
.panel-screen span {
  display: block;
}

.panel-screen strong {
  color: var(--accent);
  font-size: 2.2rem;
}

.panel-screen span {
  margin-top: 6px;
  color: #d9e3ea;
}

.vms-visual {
  padding: clamp(16px, 2vw, 24px);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 18px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
}

.vms-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px;
  color: #ffffff;
  background: var(--ink);
  border-radius: 12px;
}

.vms-topbar strong {
  font-size: 1.12rem;
}

.vms-topbar span {
  color: #d9e3ea;
  font-weight: 800;
}

.vms-alert {
  margin-top: 14px;
  padding: 14px 16px;
  color: #6b4a12;
  background: #fff7df;
  border: 1px solid #f2dfaf;
  border-radius: 10px;
  font-weight: 800;
}

.vms-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0;
}

.vms-tabs span {
  padding: 9px 0;
  color: #3a4552;
  border-bottom: 2px solid transparent;
  font-weight: 850;
}

.vms-tabs span:last-child {
  color: var(--ink);
  border-color: var(--accent);
}

.vms-table {
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
}

.vms-row {
  display: grid;
  grid-template-columns: 1fr 1.35fr 0.82fr 0.58fr 0.76fr;
  min-width: 720px;
}

.vms-row span {
  padding: 14px 12px;
  border-right: 1px solid var(--line);
  border-top: 1px solid var(--line);
  font-weight: 750;
}

.vms-row span:last-child {
  border-right: 0;
}

.vms-row--head span {
  color: #ffffff;
  background: #2d3035;
  border-top: 0;
  font-weight: 900;
}

.vms-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.vms-metrics div {
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.vms-metrics strong,
.vms-metrics span {
  display: block;
}

.vms-metrics strong {
  color: var(--accent-dark);
  font-size: 2rem;
}

.vms-metrics span {
  margin-top: 4px;
  color: var(--muted);
  font-weight: 800;
}

.data-section,
.investor,
.contact,
.audience {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 6vw, 96px);
  padding: clamp(72px, 9vw, 128px) clamp(24px, 6vw, 88px);
}

.data-section {
  color: #ffffff;
  background: var(--ink);
}

.data-section p {
  max-width: 720px;
  color: #d9e3ea;
  font-size: 1.16rem;
  line-height: 1.7;
}

.data-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: #1f2933;
  border: 1px solid #1f2933;
  border-radius: 16px;
  overflow: hidden;
}

.data-grid article {
  min-height: 210px;
  padding: clamp(24px, 4vw, 42px);
  background: var(--ink);
}

.data-grid strong {
  display: block;
  color: var(--accent);
  font-size: clamp(2.3rem, 4vw, 4.2rem);
  line-height: 1;
}

.data-grid span {
  display: block;
  margin-top: 16px;
  color: #d9e3ea;
  line-height: 1.45;
}

.audience {
  background: var(--paper);
}

.audience__grid {
  display: grid;
  gap: 18px;
}

.audience__grid article {
  padding: 28px;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.audience__grid h3 {
  margin: 0;
}

.customer-strip {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 8px;
}

.customer-strip span {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 0 16px;
  color: #27313c;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-weight: 900;
}

.investor {
  background: var(--accent-soft);
}

.investor__copy {
  display: grid;
  gap: 20px;
}

.investor__copy p {
  margin: 0;
  color: #27313c;
  font-size: 1.08rem;
  line-height: 1.7;
}

.growth-chart {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 10px;
}

.chart-stage {
  min-height: 260px;
  display: grid;
  align-content: space-between;
  padding: 24px;
  background: #ffffff;
  border: 1px solid rgba(11, 13, 16, 0.12);
  border-radius: 16px;
}

.chart-stage span {
  color: var(--muted);
  font-weight: 900;
}

.chart-stage strong {
  display: block;
  color: var(--ink);
  font-size: 1.12rem;
}

.growth-bars {
  height: 140px;
  display: flex;
  align-items: end;
  gap: 10px;
}

.growth-bars i {
  flex: 1;
  display: block;
  min-height: 18px;
  background: linear-gradient(180deg, var(--accent), var(--accent-dark));
  border-radius: 6px 6px 0 0;
}

.growth-curve {
  height: 140px;
  border-left: 2px solid #d8dee4;
  border-bottom: 2px solid #d8dee4;
  background:
    radial-gradient(circle at 18% 78%, var(--accent) 0 6px, transparent 7px),
    radial-gradient(circle at 38% 64%, var(--accent) 0 6px, transparent 7px),
    radial-gradient(circle at 58% 42%, var(--warm) 0 6px, transparent 7px),
    radial-gradient(circle at 80% 14%, var(--rose) 0 7px, transparent 8px),
    linear-gradient(135deg, transparent 0 46%, rgba(0, 212, 196, 0.22) 47% 52%, transparent 53%);
  border-radius: 0 0 0 8px;
}

.investor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 6px;
}

.dual-cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(72px, 9vw, 128px) clamp(24px, 6vw, 88px);
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.trust-section {
  background: var(--paper);
}

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

.customers-section {
  padding: clamp(72px, 9vw, 128px) clamp(24px, 6vw, 88px);
  background: #ffffff;
}

.customers-section .section-heading {
  max-width: 1120px;
}

.customers-section .section-heading p:last-child {
  max-width: 840px;
  color: var(--muted);
  font-size: 1.14rem;
  line-height: 1.7;
}

.customer-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.customer-logo-grid span {
  display: grid;
  min-height: 92px;
  place-items: center;
  padding: 18px;
  text-align: center;
  color: #27313c;
  background: #ffffff;
  font-weight: 950;
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.testimonials article {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 3vw, 34px);
  color: #ffffff;
  background: var(--ink);
  border-radius: 16px;
}

.testimonials p {
  margin: 0;
  font-size: 1.22rem;
  line-height: 1.55;
}

.testimonials span {
  margin-top: 24px;
  color: var(--accent);
  font-weight: 850;
}

.final-cta {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 28px;
  align-items: center;
  color: #ffffff;
  background: var(--ink);
}

.final-cta .eyebrow {
  color: var(--accent);
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
}

.final-actions .login-link {
  color: #ffffff;
  font-weight: 850;
}

.dual-cta article {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.dual-cta h2 {
  max-width: 640px;
}

.dual-cta p:not(.eyebrow) {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.65;
}

.contact {
  background: #ffffff;
  border-top: 1px solid var(--line);
}

.contact__cards {
  display: grid;
  gap: 14px;
}

.contact__cards a {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
}

.contact__cards a:hover {
  border-color: var(--accent);
}

.contact__cards span {
  color: var(--muted);
}

.login-page {
  background:
    linear-gradient(90deg, rgba(200, 255, 245, 0.8), transparent 46%),
    var(--paper);
}

.login-header {
  width: min(100% - 48px, 1220px);
  margin: 28px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login-main {
  width: min(100% - 48px, 1220px);
  min-height: calc(100vh - 110px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 7vw, 112px);
  align-items: center;
}

.login-hero h1 {
  font-size: clamp(3.5rem, 7vw, 7rem);
}

.login-hero p:last-child {
  color: var(--muted);
  font-size: 1.2rem;
  line-height: 1.65;
}

.login-options {
  display: grid;
  gap: 16px;
}

.login-option {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 24px;
  color: var(--ink);
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 18px 42px rgba(11, 13, 16, 0.08);
}

.login-option:hover {
  border-color: var(--accent);
  transform: translateY(-1px);
}

.login-option img {
  width: 46px;
  height: 46px;
}

.login-option span,
.login-option strong {
  grid-column: 2;
}

.login-option span {
  font-size: 1.35rem;
  font-weight: 900;
}

.login-option strong {
  color: var(--muted);
  font-weight: 700;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

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

  nav {
    justify-content: flex-start;
  }

  .topbar__actions {
    justify-content: flex-start;
  }

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

  .hero__visual {
    min-height: 540px;
  }

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

  .solutions article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .solutions article:last-child {
    border-bottom: 0;
  }

  .brand-statement,
  .story__grid,
  .human-band,
  .dashboard-showcase,
  .data-section,
  .investor,
  .contact,
  .audience,
  .login-main,
  .dual-cta,
  .split-audience,
  .video-story,
  .vms-section,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .dashboard-grid,
  .growth-chart,
  .human-images,
  .human-quotes,
  .people-grid,
  .testimonials {
    grid-template-columns: 1fr;
  }

  .customer-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .people-card,
  .people-card--wide {
    grid-column: auto;
  }

  .human-images figure:nth-child(2) {
    transform: none;
  }

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

  .persona-strip article:nth-child(2) {
    border-right: 0;
  }

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

  .final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 680px) {
  .topbar,
  .hero,
  .solutions,
  .ticker-heading,
  .login-header,
  .login-main {
    width: calc(100% - 28px);
  }

  .hero-proof,
  .panel-screen,
  .how-grid,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .hero-network {
    min-height: 620px;
  }

  .market-card {
    position: relative;
    inset: auto;
    width: 100%;
    margin: 12px 0;
  }

  .hero-network > img {
    opacity: 0.38;
  }

  .topbar {
    top: 8px;
    margin-top: 8px;
    padding: 16px;
  }

  .topbar__actions,
  .actions {
    width: 100%;
  }

  .topbar__actions .button,
  .actions .button {
    flex: 1 1 180px;
  }

  .hero {
    min-height: auto;
    padding: 34px 20px;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.4rem);
  }

  .hero__visual {
    min-height: 520px;
  }

  .hero-card {
    position: relative;
    inset: auto;
    margin-top: 12px;
  }

  .match-panel {
    margin-top: 90px;
  }

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

  .job-card,
  .company-card {
    width: 300px;
  }

  .dashboard-showcase {
    width: calc(100% - 28px);
  }

  .human-band {
    width: calc(100% - 28px);
    padding: 22px;
  }

  .people-wall {
    padding-inline: 14px;
  }

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

  .people-card img {
    min-height: 260px;
  }

  .persona-strip {
    grid-template-columns: 1fr;
  }

  .persona-strip article,
  .persona-strip article:nth-child(2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .persona-strip article:last-child {
    border-bottom: 0;
  }

  .customer-strip span {
    width: 100%;
  }

  .video-story {
    width: calc(100% - 28px);
    padding: 22px;
  }

  .vms-metrics,
  .customer-logo-grid {
    grid-template-columns: 1fr;
  }
}
