body.home-page {
  color: #f5f7fb;
  background:
    radial-gradient(1100px 600px at 85% -10%, rgba(66, 112, 255, 0.24), transparent 60%),
    radial-gradient(800px 420px at 0% 10%, rgba(24, 193, 191, 0.12), transparent 55%),
    linear-gradient(180deg, #08101d 0%, #0b1423 36%, #0f1626 100%);
}

.home-page .theme-switch {
  display: none;
}

.home-page .nav {
  background: rgba(6, 10, 18, 0.82);
  border-bottom: 1px solid rgba(163, 184, 255, 0.12);
}

.home-page .links a,
.home-page .language-select,
.home-page .menu-toggle {
  color: #aab6d3;
}

.home-page .links a:hover,
.home-page .language-select:hover,
.home-page .menu-toggle:hover {
  color: #f5f7fb;
  border-color: rgba(163, 184, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.home-page .btn {
  border-color: rgba(153, 177, 255, 0.18);
  color: #eff4ff;
}

.home-page .btn.primary {
  background: linear-gradient(135deg, #d8e4ff 0%, #8db2ff 100%);
  color: #07101d;
  border-color: transparent;
  box-shadow: 0 20px 50px rgba(78, 117, 255, 0.28);
}

.home-page .btn.ghost {
  background: rgba(255, 255, 255, 0.04);
}

.home-page .btn:hover {
  border-color: rgba(176, 196, 255, 0.28);
}

.home-page .footer {
  border-top: 1px solid rgba(163, 184, 255, 0.12);
}

.home-page .footer-note,
.home-page .footer-meta,
.home-page .footer-links a {
  color: #a5b0ca;
}

.home-hero {
  padding: 52px 0 28px;
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 34px;
  align-items: center;
}

.hero-copy-block {
  max-width: 660px;
  padding: 42px 0;
}

.hero-eyebrow,
.home-kicker,
.panel-kicker,
.price-tier,
.mini-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 800;
}

.hero-eyebrow {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(150, 172, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: #d4dcf5;
}

.hero-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7ab7ff;
  box-shadow: 0 0 0 5px rgba(122, 183, 255, 0.16);
}

.home-page h1,
.home-page h2,
.home-page h3 {
  color: #f7f9ff;
}

.home-page h1 {
  margin: 20px 0 16px;
  font-size: clamp(3.3rem, 7.6vw, 6.3rem);
  line-height: 0.92;
  max-width: 10ch;
}

.home-page h2 {
  font-size: clamp(2.15rem, 4vw, 4rem);
  line-height: 0.96;
  max-width: 13ch;
}

.home-page h3 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  line-height: 1.1;
}

.hero-sub,
.section-heading-row p,
.compare-grid > div > p,
.trust-section p,
.candidate-points p,
.pricing-cards p,
.rollout-grid p,
.final-cta-card p,
.resource-links a,
.home-page .footer-note {
  color: #aab6d3;
}

.hero-sub {
  max-width: 60ch;
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 24px;
}

.hero-proof-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-proof-chips span,
.status-pill,
.signal-strip article,
.compare-columns article,
.workflow-cards article,
.pricing-cards article,
.rollout-timeline article,
.resource-links a,
.final-cta-card,
.trust-pillars article,
.candidate-points article,
.trust-inspector details,
.module-panel,
.command-panel,
.command-shell,
.trust-strip-inner {
  backdrop-filter: blur(10px);
}

.hero-proof-chips span {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(158, 178, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #dbe5ff;
  font-size: 0.92rem;
  font-weight: 700;
}

.hero-command-center {
  position: relative;
  min-width: 0;
}

.command-shell {
  position: relative;
  overflow: hidden;
  padding: 22px;
  border-radius: 30px;
  border: 1px solid rgba(162, 181, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(18, 26, 46, 0.96), rgba(11, 18, 33, 0.92)),
    radial-gradient(circle at top right, rgba(114, 153, 255, 0.2), transparent 42%);
  box-shadow: 0 40px 90px rgba(2, 8, 20, 0.48);
}

.command-shell::after {
  content: "";
  position: absolute;
  inset: auto -40px -70px auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(110, 151, 255, 0.18), transparent 68%);
}

.command-topbar {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #98a7cb;
  font-size: 0.84rem;
  font-weight: 700;
}

.command-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(216, 228, 255, 0.25);
}

.command-topbar strong {
  margin-left: 10px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.command-headline-row,
.signal-strip,
.command-grid,
.workflow-line,
.inspector-score-row,
.section-heading-row,
.compare-grid,
.trust-strip-inner,
.candidate-grid,
.rollout-grid,
.resources-grid {
  display: flex;
}

.command-headline-row {
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin: 24px 0 22px;
}

.command-headline-row h2 {
  margin-top: 8px;
  max-width: none;
  font-size: clamp(1.7rem, 2.5vw, 2.3rem);
}

.mini-label,
.panel-kicker,
.home-kicker,
.price-tier {
  color: #8ea1cf;
}

.status-pill {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(108, 143, 255, 0.16);
  color: #d9e5ff;
  border: 1px solid rgba(145, 171, 255, 0.16);
  font-weight: 800;
}

.signal-strip {
  gap: 12px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}

.signal-strip article {
  flex: 1 1 135px;
  min-width: 0;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(163, 184, 255, 0.1);
}

.signal-strip span,
.workflow-line span,
.candidate-row span,
.pricing-cards li,
.rollout-timeline span,
.compare-columns li,
.module-panel li,
.resource-links a,
.trust-inspector p,
.trust-pillars p,
.workflow-cards p {
  color: #9eaccd;
}

.signal-strip strong {
  display: block;
  margin-top: 10px;
  font-size: 1.65rem;
  letter-spacing: -0.04em;
  color: #f7f9ff;
}

.command-grid {
  gap: 14px;
  align-items: stretch;
}

.command-focus-panel {
  flex: 1.3;
}

.evidence-panel,
.workflow-panel {
  flex: 0.85;
}

.command-panel {
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(163, 184, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
}

.command-focus-panel p,
.module-panel p,
.compare-columns p,
.final-cta-card p,
.trust-pillars p,
.workflow-cards p,
.pricing-cards p,
.rollout-grid p,
.candidate-points p,
.resource-links a {
  line-height: 1.7;
}

.candidate-stack {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.candidate-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(160, 181, 255, 0.1);
  background: rgba(5, 10, 19, 0.34);
}

.candidate-row.active {
  background: linear-gradient(90deg, rgba(108, 143, 255, 0.16), rgba(255, 255, 255, 0.04));
  border-color: rgba(162, 184, 255, 0.22);
}

.candidate-row strong,
.workflow-line strong,
.pricing-cards h3,
.compare-columns h3,
.trust-pillars h3,
.candidate-points strong,
.rollout-timeline strong {
  color: #f7f9ff;
}

.candidate-row em {
  font-style: normal;
  color: #cfe1ff;
  font-weight: 800;
}

.evidence-panel ul,
.compare-columns ul,
.pricing-cards ul,
.module-panel ul {
  margin: 16px 0 0;
  padding-left: 18px;
}

.evidence-panel li,
.compare-columns li,
.pricing-cards li,
.module-panel li {
  margin: 10px 0;
}

.workflow-line {
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(163, 184, 255, 0.1);
}

.workflow-line:last-child {
  border-bottom: 0;
}

.trust-strip {
  padding: 0 0 18px;
}

.trust-strip-inner {
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 18px 22px;
  border: 1px solid rgba(163, 184, 255, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
}

.trust-strip-inner p {
  margin: 0;
  color: #d9e4ff;
  font-weight: 700;
}

.trust-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.trust-metrics strong {
  display: block;
  color: #f5f7fb;
  font-size: 1.1rem;
}

.trust-metrics span {
  color: #93a3c8;
  font-size: 0.92rem;
}

.home-section {
  padding: 42px 0;
}

.section-heading-row,
.compare-grid,
.candidate-grid,
.rollout-grid,
.resources-grid {
  justify-content: space-between;
  gap: 26px;
  align-items: end;
  margin-bottom: 26px;
}

.section-heading-row p,
.compare-grid > div > p,
.rollout-grid > div > p,
.resources-grid > div + div,
.candidate-grid > div + div {
  max-width: 540px;
}

.workflow-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.workflow-cards article,
.pricing-cards article,
.compare-columns article,
.trust-pillars article,
.candidate-points article,
.resource-links a {
  border: 1px solid rgba(163, 184, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.workflow-cards article {
  padding: 22px;
  border-radius: 24px;
}

.workflow-cards span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(110, 146, 255, 0.16);
  color: #dce7ff;
  font-weight: 800;
  margin-bottom: 18px;
}

.modules-section {
  padding-top: 18px;
}

.module-tabs input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.module-tab-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  scrollbar-width: none;
}

.module-tab-labels::-webkit-scrollbar {
  display: none;
}

.module-tab-labels label {
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(163, 184, 255, 0.12);
  color: #9fb0d4;
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  font-weight: 700;
  transition: 0.2s ease;
  white-space: nowrap;
}

#tab-match:checked ~ .module-tab-labels label[for="tab-match"],
#tab-interview:checked ~ .module-tab-labels label[for="tab-interview"],
#tab-fit:checked ~ .module-tab-labels label[for="tab-fit"],
#tab-batch:checked ~ .module-tab-labels label[for="tab-batch"],
#tab-assistant:checked ~ .module-tab-labels label[for="tab-assistant"] {
  color: #07101d;
  background: linear-gradient(135deg, #d7e4ff, #8cb2ff);
  border-color: transparent;
}

.module-panels {
  position: relative;
  min-height: 340px;
}

.module-panel {
  display: none;
  grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
  gap: 28px;
  align-items: start;
  padding: 30px;
  border-radius: 28px;
  border: 1px solid rgba(163, 184, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(18, 27, 48, 0.9), rgba(10, 17, 31, 0.9)),
    radial-gradient(circle at top right, rgba(99, 136, 255, 0.18), transparent 40%);
}

.module-panel a {
  display: inline-flex;
  margin-top: 18px;
  color: #dce7ff;
  font-weight: 800;
}

.module-panel ul {
  margin-top: 0;
  padding-left: 18px;
}

#tab-match:checked ~ .module-panels .panel-match,
#tab-interview:checked ~ .module-panels .panel-interview,
#tab-fit:checked ~ .module-panels .panel-fit,
#tab-batch:checked ~ .module-panels .panel-batch,
#tab-assistant:checked ~ .module-panels .panel-assistant {
  display: grid;
}

.compare-grid {
  align-items: start;
}

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

.compare-columns article {
  padding: 24px;
  border-radius: 24px;
}

.compare-columns h3 {
  margin-bottom: 12px;
}

.trust-grid-home {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.92fr);
  gap: 26px;
  align-items: start;
}

.trust-pillars {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}

.trust-pillars article,
.candidate-points article {
  padding: 22px;
  border-radius: 22px;
}

.trust-inspector .inspector-card {
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(163, 184, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(20, 29, 50, 0.9), rgba(10, 16, 28, 0.92));
  box-shadow: 0 26px 60px rgba(2, 8, 20, 0.34);
}

.inspector-card h3 {
  margin: 10px 0 18px;
}

.inspector-score-row {
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
}

.inspector-score-row span {
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(108, 143, 255, 0.16);
  color: #dbe5ff;
  font-size: 0.88rem;
  font-weight: 700;
}

.trust-inspector details {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(163, 184, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
  margin-bottom: 12px;
}

.trust-inspector summary {
  cursor: pointer;
  font-weight: 800;
  color: #f7f9ff;
}

.trust-inspector p {
  margin: 12px 0 0;
  line-height: 1.7;
}

.candidate-grid {
  align-items: start;
}

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

.pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.pricing-cards article {
  padding: 24px;
  border-radius: 26px;
}

.pricing-cards .featured-plan {
  background:
    linear-gradient(180deg, rgba(20, 31, 57, 0.94), rgba(10, 16, 30, 0.92)),
    radial-gradient(circle at top right, rgba(107, 147, 255, 0.18), transparent 42%);
  border-color: rgba(175, 194, 255, 0.18);
  box-shadow: 0 28px 60px rgba(2, 8, 20, 0.28);
}

.rollout-grid {
  align-items: start;
}

.rollout-timeline {
  display: grid;
  gap: 12px;
  min-width: min(100%, 480px);
}

.rollout-timeline article {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(163, 184, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
}

.resources-grid {
  align-items: start;
}

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

.resource-links a {
  padding: 20px 22px;
  border-radius: 20px;
  font-weight: 700;
}

.resource-links a:hover,
.module-panel a:hover {
  color: #ffffff;
}

.final-cta-section {
  padding-bottom: 56px;
}

.final-cta-card {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(172, 191, 255, 0.16);
  background:
    linear-gradient(135deg, rgba(22, 34, 60, 0.96), rgba(11, 19, 34, 0.92)),
    radial-gradient(circle at top right, rgba(113, 153, 255, 0.22), transparent 42%);
  box-shadow: 0 32px 80px rgba(2, 8, 20, 0.34);
}

.final-actions {
  margin: 0;
  min-width: 260px;
  justify-content: flex-end;
}

@media (max-width: 1080px) {
  .home-hero-grid,
  .trust-grid-home,
  .compare-grid,
  .rollout-grid,
  .resources-grid,
  .candidate-grid,
  .final-cta-card,
  .command-grid {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .home-hero-grid {
    gap: 24px;
  }

  .command-headline-row {
    flex-direction: column;
  }

  .signal-strip article {
    flex: 1 1 calc(50% - 12px);
  }

  .workflow-cards,
  .pricing-cards,
  .candidate-points,
  .resource-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .module-panel {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .home-hero {
    padding-top: 24px;
  }

  .hero-copy-block {
    padding: 18px 0 8px;
  }

  .command-shell,
  .module-panel,
  .final-cta-card,
  .workflow-cards article,
  .pricing-cards article,
  .compare-columns article,
  .trust-pillars article,
  .candidate-points article {
    padding: 20px;
  }

  .command-headline-row,
  .trust-strip-inner,
  .section-heading-row,
  .compare-grid,
  .candidate-grid,
  .rollout-grid,
  .resources-grid {
    align-items: flex-start;
  }

  .signal-strip,
  .hero-actions,
  .hero-proof-chips,
  .module-tab-labels,
  .trust-metrics {
    gap: 10px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .signal-strip article {
    flex-basis: 100%;
  }

  .module-tab-labels {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
    margin-inline: -2px;
  }

  .workflow-cards,
  .pricing-cards,
  .candidate-points,
  .resource-links,
  .compare-columns {
    grid-template-columns: 1fr;
  }

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

  .resource-links a {
    min-height: 0;
  }

  .module-panels {
    min-height: unset;
  }

  .home-page h1 {
    font-size: clamp(2.7rem, 15vw, 4.2rem);
  }

  .home-page h2 {
    max-width: none;
    font-size: clamp(1.9rem, 9vw, 2.8rem);
  }
}
