:root {
  --bg: #f4f7ff;
  --ink: #11203f;
  --muted: #6072a5;
  --line: rgba(93, 127, 214, 0.18);
  --hero1: #4e8cff;
  --hero2: #88b3ff;
  --gold: #f7c948;
  --panel: rgba(255,255,255,0.76);
  --shadow: 0 26px 80px rgba(41, 69, 154, 0.16);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Outfit", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(120,170,255,0.55), transparent 30%),
    linear-gradient(180deg, #ecf3ff 0%, #f8fbff 34%, #eef4ff 100%);
}
.page-shell { min-height: 100vh; }
.top-nav {
  max-width: 1220px;
  margin: 0 auto;
  padding: 22px 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand-mark { font-size: 1.35rem; font-weight: 800; letter-spacing: 0.02em; }
.nav-links, .nav-actions { display: flex; align-items: center; gap: 18px; }
.nav-links a, .nav-actions a { color: inherit; text-decoration: none; }
.nav-links a { color: var(--muted); font-weight: 500; }
.solid-btn, .ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.solid-btn {
  color: #161616;
  background: linear-gradient(180deg, #ffd767 0%, var(--gold) 100%);
  box-shadow: 0 14px 30px rgba(247, 201, 72, 0.33);
}
.ghost-btn {
  color: #f3f7ff;
  border: 1px solid rgba(255,255,255,0.45);
  background: rgba(255,255,255,0.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.35);
}
.solid-btn:hover, .ghost-btn:hover { transform: translateY(-2px); }
.large { min-width: 184px; }
.hero {
  margin: 18px auto 0;
  max-width: 1280px;
  min-height: 720px;
  padding: 72px 40px 180px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 0 0 34px 34px;
  background:
    radial-gradient(circle at 20% 10%, rgba(255,255,255,0.26), transparent 24%),
    linear-gradient(135deg, var(--hero1) 0%, #5c87ff 30%, #81a8ff 62%, #a4c1ff 100%);
  box-shadow: 0 30px 80px rgba(61, 104, 224, 0.22);
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  inset: auto auto -180px -80px;
  width: 540px;
  height: 320px;
  background: radial-gradient(circle, rgba(255,255,255,0.25), transparent 65%);
  transform: rotate(-14deg);
}
.hero::after {
  inset: 40px -100px auto auto;
  width: 420px;
  height: 420px;
  transform: none;
}
.hero-copy { position: relative; z-index: 2; color: #fff; }
.eyebrow {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.26);
  font-size: .88rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero h1 {
  max-width: 650px;
  margin: 0;
  font-size: clamp(3.2rem, 5vw, 5.6rem);
  line-height: .95;
  letter-spacing: -0.04em;
}
.hero p {
  max-width: 580px;
  margin: 24px 0 0;
  font: 500 1.3rem/1.7 "Manrope", sans-serif;
  color: rgba(244, 248, 255, 0.92);
}
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 28px; }
.hero-metrics {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
}
.metric-chip, .glass-stack, .flow-strip, .stage-card, .platform-panel {
  border: 1px solid rgba(255,255,255,0.38);
  background: var(--panel);
  backdrop-filter: blur(22px);
  box-shadow: var(--shadow);
}
.metric-chip {
  border-radius: 22px;
  padding: 16px 18px;
  color: #17306b;
}
.metric-chip strong { display: block; font-size: 1.05rem; }
.metric-chip span { display: block; margin-top: 6px; color: #4361a3; line-height: 1.5; }
.hero-visual { position: relative; min-height: 530px; z-index: 2; }
.glass-stack { position: absolute; border-radius: 28px; }
.card-a { top: 22px; right: 34px; width: 330px; padding: 24px; }
.card-b { top: 180px; left: 12px; width: 420px; padding: 24px; }
.card-c { bottom: 12px; right: 0; width: 360px; padding: 24px; }
.mini-header {
  height: 130px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(225,235,255,0.86));
}
.mini-lines {
  margin-top: 14px;
  height: 14px;
  width: 76%;
  border-radius: 999px;
  background: rgba(120, 153, 239, 0.38);
  box-shadow: 0 28px 0 rgba(120, 153, 239, 0.24), 0 56px 0 rgba(120, 153, 239, 0.18);
}
.mini-badges, .pill-row {
  margin-top: 78px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.mini-badges span, .pill-row span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: #23418a;
  font-weight: 600;
}
.candidate-row {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px dashed rgba(69, 101, 184, 0.22);
}
.candidate-row:last-child { border-bottom: none; }
.candidate-row p { margin: 4px 0 0; color: #6679b2; line-height: 1.45; font-size: .95rem; }
.avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(180deg, #89b5ff, #3a7af2);
}
.avatar.alt { background: linear-gradient(180deg, #9bd8c4, #4db88c); }
.score-rail {
  margin-top: 22px;
  height: 14px;
  border-radius: 999px;
  background: rgba(129, 157, 229, 0.24);
  overflow: hidden;
}
.score-fill {
  height: 100%;
  width: 78%;
  border-radius: inherit;
  background: linear-gradient(90deg, #4e8cff, #72c7bc, #f7c948);
}
.flow-strip {
  max-width: 1060px;
  margin: -70px auto 0;
  position: relative;
  z-index: 3;
  border-radius: 34px;
  padding: 22px 28px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}
.flow-strip div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 64px;
  color: #1f3370;
  font-weight: 700;
}
.section { max-width: 1220px; margin: 70px auto 0; padding: 0 24px; }
.section-heading { text-align: center; margin-bottom: 30px; }
.section-heading .eyebrow {
  background: rgba(100, 139, 243, 0.1);
  color: #3456ac;
  border-color: rgba(100, 139, 243, 0.14);
}
.section-heading h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  letter-spacing: -0.04em;
}
.stage-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.stage-card { border-radius: 28px; padding: 26px 24px 28px; }
.stage-number {
  display: inline-flex;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(96, 148, 255, 0.18), rgba(96, 148, 255, 0.1));
  color: #4272da;
  font-size: 1.8rem;
  font-weight: 700;
}
.stage-card h3 { margin: 18px 0 10px; font-size: 1.4rem; }
.stage-card p { margin: 0; color: var(--muted); line-height: 1.7; }
.logo-band {
  max-width: 1220px;
  margin: 38px auto 0;
  padding: 28px 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 26px 34px;
  justify-content: center;
  color: #4063b1;
  font-size: clamp(1.4rem, 2vw, 2.2rem);
  font-weight: 700;
}
.platform-section { padding-bottom: 60px; }
.platform-layout {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 22px;
}
.platform-panel { border-radius: 34px; padding: 24px; }
.sidebar-preview {
  background: linear-gradient(180deg, #2e72ec 0%, #4f95ff 100%);
  color: #f4f8ff;
}
.sidebar-brand { font-size: 1.55rem; font-weight: 800; margin-bottom: 26px; }
.sidebar-item {
  padding: 14px 16px;
  border-radius: 18px;
  color: rgba(243, 247, 255, 0.86);
  margin-bottom: 10px;
}
.sidebar-item.active {
  background: rgba(255,255,255,0.18);
  color: #fff;
  font-weight: 700;
}
.panel-header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}
.panel-header p { margin: 6px 0 0; color: var(--muted); }
.panel-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(98, 138, 240, 0.12);
  color: #3356ac;
  font-weight: 700;
}
.kanban-preview {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.kanban-col h4 { margin: 0 0 14px; color: #35539d; }
.mini-entry {
  height: 88px;
  border-radius: 20px;
  margin-bottom: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(233,239,255,0.8));
  border: 1px solid rgba(97,130,216,0.18);
}
.mini-entry.highlight {
  background: linear-gradient(180deg, rgba(255, 243, 201, 0.96), rgba(255, 234, 163, 0.78));
}
@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-bottom: 120px; }
  .hero-visual { min-height: 460px; }
  .stage-grid, .flow-strip, .hero-metrics, .kanban-preview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .platform-layout { grid-template-columns: 1fr; }
}
@media (max-width: 720px) {
  .top-nav { flex-wrap: wrap; }
  .nav-links { display: none; }
  .hero { padding: 54px 20px 110px; border-radius: 0 0 24px 24px; }
  .hero h1 { font-size: 3.1rem; }
  .hero p { font-size: 1.06rem; }
  .flow-strip, .stage-grid, .hero-metrics, .kanban-preview { grid-template-columns: 1fr; }
  .card-a, .card-b, .card-c { position: relative; inset: auto; width: auto; margin-bottom: 14px; }
  .hero-visual { min-height: auto; }
  .section { margin-top: 54px; }
  .logo-band { font-size: 1.1rem; }
}
