/*
 * CmdHire marketing site styles.
 */

:root {
  --bg: #f6f8f8;
  --ink: #0f1720;
  --muted: #60717f;
  --quiet: #8a99a6;
  --panel: rgba(255, 255, 255, 0.86);
  --line: rgba(15, 23, 32, 0.12);
  --teal: #0f766e;
  --blue: #2563eb;
  --cyan: #06b6d4;
  --gold: #c88a1d;
  --plum: #5b4bd6;
  --shadow: 0 28px 90px rgba(15, 23, 32, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, #fbfdfd 0%, var(--bg) 52%, #eef4f2 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.flash-stack {
  position: fixed;
  left: 50%;
  top: 18px;
  z-index: 30;
  width: min(calc(100% - 32px), 620px);
  display: grid;
  gap: 10px;
  transform: translateX(-50%);
}

.flash-message {
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 16px;
  padding: 13px 16px;
  color: #123236;
  background: rgba(236, 253, 245, 0.94);
  box-shadow: 0 18px 50px rgba(15, 23, 32, 0.12);
  font-weight: 820;
}

.flash-message.alert {
  border-color: rgba(220, 38, 38, 0.18);
  color: #7f1d1d;
  background: rgba(254, 242, 242, 0.96);
}

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

button,
input,
select {
  font: inherit;
}

.site-shell {
  width: min(100%, 1440px);
  margin: 0 auto;
  padding: 22px;
}

/* ─────────────────────────────────────────────────
   Navigation – canonical flexbox layout
   Three states:
   [>960px]  Brand | Links (centered) | Lang+CTA (right)
   [640-960] Brand + Lang+CTA (row 1) | Links scrollable (row 2)
   [<640px]  Brand + Lang (row 1) | Links scroll (row 2) | CTA full-width (row 3)
───────────────────────────────────────────────── */

.site-nav {
  position: sticky;
  top: 16px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(100%, 1240px);
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 50px rgba(15, 23, 32, 0.08);
  backdrop-filter: blur(18px) saturate(1.15);
}

.brand,
.app-brand,
.hero-actions,
.hero-metrics,
.nav-links,
.workflow-steps article,
.profile-preview,
.app-header,
.panel-title,
.match-row,
.section-heading,
.security-section,
.cta-section {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-size: 16px;
  font-weight: 820;
  flex-shrink: 0;
  white-space: nowrap;
}

.brand-mark,
.app-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: linear-gradient(145deg, var(--teal), var(--plum));
}

.brand-mark {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.24);
  overflow: hidden;
}

.brand-mark img,
.app-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

/* Center nav links – flex:1 takes all leftover space so nav-right stays pinned right */
.nav-links {
  flex: 1;
  justify-content: center;
  gap: 2px;
  overflow: hidden;
}

.nav-links a {
  border-radius: 999px;
  padding: 7px 11px;
  color: #465867;
  font-size: 12.5px;
  font-weight: 720;
  white-space: nowrap;
}

.nav-links a:hover {
  background: rgba(15, 118, 110, 0.08);
  color: var(--teal);
}

.nav-links a.active {
  background: rgba(15, 118, 110, 0.12);
  color: var(--teal);
}

.nav-mobile-cta {
  display: none;
}

/* Right cluster – never grows, never shrinks, always on the right */
.nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-left: auto;
}

.lang-switcher {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  background: rgba(15, 23, 32, 0.04);
  border: 1px solid rgba(15, 23, 32, 0.08);
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 11.5px;
  font-weight: 750;
  color: var(--muted);
  white-space: nowrap;
  flex-shrink: 0;
}

.lang-switcher a {
  padding: 3px 6px;
  border-radius: 6px;
  color: var(--muted);
  transition: all 120ms ease;
  white-space: nowrap;
  line-height: 1;
}

.lang-switcher a:hover {
  color: var(--teal);
}

.lang-switcher a.active {
  color: #ffffff;
  background: var(--teal);
}

.lang-divider {
  color: rgba(15, 23, 32, 0.2);
  font-size: 10px;
  flex-shrink: 0;
}

.nav-cta,
.primary-cta,
.secondary-cta,
.pilot-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-weight: 820;
}

.nav-cta {
  min-height: 38px;
  padding: 0 16px;
  color: #ffffff;
  background: linear-gradient(145deg, var(--teal), var(--blue));
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.18);
}

.nav-menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  border: 1px solid rgba(15, 23, 32, 0.1);
  border-radius: 12px;
  padding: 0;
  color: #173236;
  background: rgba(255, 255, 255, 0.84);
  cursor: pointer;
}

.nav-menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform 160ms ease, opacity 160ms ease;
}

.site-nav.nav-open .nav-menu-toggle span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.site-nav.nav-open .nav-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.site-nav.nav-open .nav-menu-toggle span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero-section {
  min-height: min(820px, calc(100vh - 40px));
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1.1fr);
  align-items: center;
  gap: 48px;
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: 84px 0 54px;
}

.hero-copy {
  display: grid;
  gap: 22px;
}

.eyebrow {
  width: fit-content;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--teal);
  background: rgba(224, 245, 240, 0.76);
  font-size: 12px;
  font-weight: 860;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 720px;
  font-size: 78px;
  font-weight: 870;
  line-height: 0.94;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 620px;
  color: var(--muted);
  font-size: 20px;
  font-weight: 560;
  line-height: 1.55;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
}

.primary-cta,
.secondary-cta {
  min-height: 50px;
  padding: 0 20px;
}

.primary-cta {
  color: #ffffff;
  background: linear-gradient(145deg, var(--teal), var(--blue));
  box-shadow: 0 18px 38px rgba(37, 99, 235, 0.24);
}

.secondary-cta {
  border: 1px solid var(--line);
  color: #22313d;
  background: rgba(255, 255, 255, 0.76);
}

.hero-metrics {
  flex-wrap: wrap;
  gap: 10px;
}

.hero-metrics div {
  min-width: 132px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.7);
}

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

.hero-metrics strong {
  font-size: 16px;
  font-weight: 850;
}

.hero-metrics span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.product-stage {
  position: relative;
  min-height: 660px;
}

.browser-card,
.cmdhire-card {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px) saturate(1.12);
}

.browser-card {
  top: 34px;
  right: 58px;
  width: min(92%, 560px);
  border-radius: 24px;
  padding: 18px;
  transform: rotate(1.2deg);
}

.browser-topbar {
  display: grid;
  grid-template-columns: 10px 10px 10px 1fr;
  align-items: center;
  gap: 7px;
  color: var(--quiet);
  font-size: 12px;
  font-weight: 720;
}

.browser-topbar span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d7dee5;
}

.browser-topbar strong {
  justify-self: end;
  overflow: hidden;
  font-weight: 720;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-preview {
  gap: 14px;
  margin-top: 36px;
  border-radius: 20px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.92), rgba(236, 253, 245, 0.88));
}

.profile-avatar {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: linear-gradient(145deg, var(--teal), var(--blue));
  font-size: 22px;
  font-weight: 850;
}

.profile-preview h2 {
  font-size: 26px;
  letter-spacing: 0;
}

.profile-preview p {
  margin-top: 5px;
  color: var(--muted);
  font-weight: 700;
}

.profile-lines {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.profile-lines span {
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(15, 118, 110, 0.16), rgba(37, 99, 235, 0.1));
}

.profile-lines span:nth-child(2) {
  width: 72%;
}

.profile-lines span:nth-child(3) {
  width: 48%;
}

.cmdhire-card {
  right: 0;
  bottom: 22px;
  width: min(96%, 620px);
  border-radius: 26px;
  padding: 18px;
  background:
    linear-gradient(145deg, rgba(18, 27, 36, 0.96), rgba(16, 44, 53, 0.94)),
    #111820;
  color: #ffffff;
}

.app-header {
  justify-content: space-between;
  gap: 14px;
}

.app-brand {
  gap: 12px;
}

.app-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  font-weight: 860;
  overflow: hidden;
}

.app-brand strong,
.app-brand small {
  display: block;
}

.app-brand small {
  margin-top: 2px;
  color: #a5b7c6;
  font-weight: 680;
}

.status-pill {
  border: 1px solid rgba(45, 212, 191, 0.24);
  border-radius: 999px;
  padding: 8px 11px;
  color: #99f6e4;
  background: rgba(15, 118, 110, 0.22);
  font-size: 12px;
  font-weight: 820;
}

.match-panel {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.panel-title {
  justify-content: space-between;
  color: #8bd8e5;
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
}

.panel-title strong {
  color: #ffffff;
  text-transform: none;
}

.match-row {
  gap: 13px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 16px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.06);
}

.match-row strong {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 25%, rgba(45, 212, 191, 0.42), rgba(37, 99, 235, 0.2));
}

.match-row div {
  min-width: 0;
}

.match-row span,
.match-row small {
  display: block;
}

.match-row span {
  font-size: 15px;
  font-weight: 820;
}

.match-row small {
  margin-top: 3px;
  color: #aec1cf;
  font-weight: 650;
}

.match-row.strong {
  box-shadow: inset 4px 0 0 #2dd4bf;
}

.match-row.warm {
  box-shadow: inset 4px 0 0 #facc15;
}

.match-row.watch {
  box-shadow: inset 4px 0 0 #94a3b8;
}

.chat-card {
  margin-top: 14px;
  border-radius: 18px;
  padding: 14px 16px;
  color: #10202a;
  background: rgba(255, 255, 255, 0.92);
}

.chat-card span {
  color: var(--quiet);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
}

.chat-card p {
  margin-top: 4px;
  font-weight: 720;
  line-height: 1.45;
}

.logo-strip {
  width: min(100%, 1160px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 88px;
}

.logo-strip span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  color: #4b5d6a;
  background: rgba(255, 255, 255, 0.65);
  font-size: 13px;
  font-weight: 780;
}

.section-block,
.workflow-section,
.security-section,
.cta-section {
  width: min(100%, 1160px);
  margin: 0 auto 88px;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(280px, 440px);
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 28px;
}

.section-heading .eyebrow {
  grid-column: 1;
}

.section-heading h2 {
  grid-column: 1;
}

.section-heading p {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
}

.section-heading h2,
.workflow-copy h2,
.security-section h2,
.cta-section h2 {
  max-width: 720px;
  margin-top: 14px;
  font-size: 52px;
  font-weight: 860;
  line-height: 1;
  letter-spacing: 0;
}

.section-heading p,
.workflow-copy p,
.cta-section p {
  max-width: 440px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 590;
  line-height: 1.55;
}

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

.feature-grid article,
.security-grid article {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 22px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 46px rgba(15, 23, 32, 0.07);
}

.feature-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(145deg, var(--teal), var(--blue));
  font-size: 12px;
  font-weight: 850;
}

.feature-grid h3,
.security-grid h3,
.workflow-steps h3 {
  font-size: 20px;
  font-weight: 840;
  letter-spacing: 0;
}

.feature-grid p,
.security-grid p,
.workflow-steps p {
  margin-top: 10px;
  color: var(--muted);
  font-weight: 590;
  line-height: 1.55;
}

.workflow-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1fr);
  gap: 42px;
  align-items: center;
  border-radius: 32px;
  padding: 36px;
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(18, 27, 36, 0.96), rgba(12, 47, 54, 0.95)),
    #111820;
  box-shadow: var(--shadow);
}

.workflow-copy .eyebrow {
  color: #99f6e4;
  background: rgba(15, 118, 110, 0.24);
  border-color: rgba(153, 246, 228, 0.2);
}

.workflow-copy p,
.workflow-steps p {
  color: #b7c8d4;
}

.workflow-steps {
  display: grid;
  gap: 12px;
}

.workflow-steps article {
  align-items: flex-start;
  gap: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.055);
}

.workflow-steps strong {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 12px;
  color: #ffffff;
  background: linear-gradient(145deg, var(--cyan), var(--blue));
}

.security-section {
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.security-grid {
  width: min(100%, 660px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.security-grid article {
  min-height: 210px;
}

.cta-section {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 28px;
  overflow: hidden;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 34px;
  padding: clamp(28px, 5vw, 54px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(235, 250, 247, 0.84)),
    linear-gradient(90deg, rgba(15, 118, 110, 0.12), rgba(37, 99, 235, 0.1));
  box-shadow: var(--shadow);
}

.cta-section::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 8px;
  background: linear-gradient(90deg, var(--teal), var(--cyan), var(--blue));
}

.cta-copy {
  max-width: 940px;
}

.cta-section .eyebrow,
.cta-section h2,
.cta-section p,
.pilot-form {
  position: relative;
  z-index: 1;
}

.cta-section h2 {
  max-width: 880px;
}

.cta-section p {
  max-width: 780px;
  font-size: 20px;
}

.pilot-form {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(190px, 0.55fr) auto;
  align-items: end;
  gap: 14px;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 18px 54px rgba(15, 23, 32, 0.08);
  backdrop-filter: blur(14px);
}

.pilot-form label {
  display: grid;
  gap: 8px;
  color: #3e5060;
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.pilot-form input,
.pilot-form select {
  width: 100%;
  height: 58px;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 0 16px;
  color: var(--ink);
  background: #ffffff;
  outline: 0;
}

.pilot-form input:focus,
.pilot-form select:focus {
  border-color: rgba(15, 118, 110, 0.42);
  box-shadow: 0 0 0 4px rgba(15, 118, 110, 0.1);
}

.pilot-form button {
  min-height: 58px;
  min-width: 230px;
  border: 0;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(145deg, var(--teal), var(--blue));
  cursor: pointer;
  box-shadow: 0 18px 36px rgba(37, 99, 235, 0.22);
}

.proof-section,
.page-hero,
.split-proof,
.impact-band,
.capability-list,
.operator-panel,
.trust-grid,
.policy-note,
.brand-lab,
.brand-usage,
.legal-page,
.site-footer {
  width: min(100%, 1160px);
  margin: 0 auto 88px;
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(520px, 1fr);
  gap: 28px;
  align-items: stretch;
}

.proof-copy {
  border-radius: 28px;
  padding: 32px;
  color: #ffffff;
  background: linear-gradient(145deg, rgba(18, 27, 36, 0.96), rgba(12, 47, 54, 0.95));
  box-shadow: var(--shadow);
}

.proof-copy h2 {
  margin-top: 14px;
  font-size: 42px;
  line-height: 1.05;
  letter-spacing: 0;
}

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

.proof-grid article,
.impact-band article,
.trust-grid article {
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 22px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 46px rgba(15, 23, 32, 0.07);
}

.proof-grid strong,
.impact-band strong {
  color: var(--teal);
  font-size: 18px;
  font-weight: 860;
}

.proof-grid p,
.impact-band p,
.trust-grid p,
.legal-page p,
.policy-note p,
.operator-panel li,
.split-proof p {
  color: var(--muted);
  font-weight: 590;
  line-height: 1.58;
}

.page-hero {
  padding: 92px 0 24px;
}

.page-hero h1 {
  max-width: 960px;
  margin-top: 16px;
  font-size: 68px;
  line-height: 0.98;
}

.page-hero p {
  max-width: 760px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 21px;
  font-weight: 570;
  line-height: 1.55;
}

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

.split-proof > div,
.operator-panel,
.policy-note {
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 52px rgba(15, 23, 32, 0.08);
}

.split-proof h2,
.operator-panel h2,
.policy-note h2 {
  margin-top: 12px;
  font-size: 38px;
  line-height: 1.08;
  letter-spacing: 0;
}

.split-proof p,
.policy-note p {
  margin-top: 16px;
  font-size: 17px;
}

.impact-band,
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.capability-list {
  display: grid;
  gap: 14px;
}

.capability-list article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 22px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 26px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 46px rgba(15, 23, 32, 0.07);
}

.capability-list span {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #ffffff;
  background: linear-gradient(145deg, var(--teal), var(--blue));
  font-weight: 860;
}

.capability-list h2,
.trust-grid h2,
.legal-page h2 {
  font-size: 26px;
  line-height: 1.16;
  letter-spacing: 0;
}

.capability-list p {
  max-width: 820px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 590;
  line-height: 1.58;
}

.operator-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  gap: 28px;
  align-items: start;
}

.operator-panel ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.operator-panel li {
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(236, 253, 245, 0.72);
  color: #16312e;
  font-weight: 760;
}

.radar-bullets {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.radar-bullets li {
  position: relative;
  padding-left: 20px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 590;
  line-height: 1.5;
}

.radar-bullets li::before {
  content: "•";
  position: absolute;
  left: 4px;
  top: 0;
  color: var(--teal);
  font-weight: 900;
}

.radar-compare-card {
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 26px;
  padding: 28px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 46px rgba(15, 23, 32, 0.07);
}

.radar-compare-card.modern-card {
  border-color: rgba(15, 118, 110, 0.28);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(236, 253, 245, 0.88));
}

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

.policy-note {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(237, 250, 247, 0.78));
}

.legal-page {
  max-width: 880px;
  padding: 92px 0 16px;
}

.legal-page h1 {
  margin-top: 16px;
  font-size: 58px;
  line-height: 1;
}

.legal-page h2 {
  margin-top: 34px;
}

.legal-page p {
  margin-top: 10px;
  font-size: 17px;
}

.legal-date {
  color: var(--quiet);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
  color: var(--muted);
}

.site-footer strong,
.site-footer span {
  display: block;
}

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

.site-footer span {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 650;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-size: 13px;
  font-weight: 760;
}

.compact-cta {
  margin-top: 0;
}

.brand-hero {
  padding-bottom: 10px;
}

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

.brand-candidate {
  display: grid;
  gap: 20px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 30px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: var(--shadow);
}

.brand-candidate-main {
  display: grid;
  place-items: center;
  border-radius: 24px;
  padding: 34px;
  background: linear-gradient(145deg, #101c28, #05111d);
}

.brand-candidate-main img {
  width: min(100%, 320px);
  aspect-ratio: 1;
  filter: drop-shadow(0 22px 34px rgba(0, 0, 0, 0.24));
}

.brand-candidate-copy h2 {
  margin-top: 10px;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0;
}

.brand-candidate-copy p {
  margin-top: 10px;
  color: var(--muted);
  font-weight: 590;
  line-height: 1.58;
}

.brand-scale-row {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.brand-scale-row img {
  flex: 0 0 auto;
}

.size-xl {
  width: 72px;
  height: 72px;
}

.size-md {
  width: 48px;
  height: 48px;
}

.size-sm {
  width: 32px;
  height: 32px;
}

.size-xs {
  width: 18px;
  height: 18px;
}

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

.brand-nav-preview {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  column-gap: 14px;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 18px 46px rgba(15, 23, 32, 0.07);
}

.brand-nav-preview img {
  grid-row: span 2;
  width: 54px;
  height: 54px;
}

.brand-nav-preview strong,
.brand-nav-preview span {
  display: block;
}

.brand-nav-preview strong {
  font-size: 18px;
  font-weight: 860;
}

.brand-nav-preview span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 680;
}

@media (max-width: 1040px) {
  h1 {
    font-size: 62px;
  }

  .page-hero h1 {
    font-size: 54px;
  }

  .section-heading h2,
  .workflow-copy h2,
  .security-section h2,
  .cta-section h2 {
    font-size: 44px;
  }

  .hero-section,
  .workflow-section,
  .security-section,
  .cta-section,
  .proof-section,
  .operator-panel,
  .brand-lab,
  .brand-usage {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: 0;
  }

  .product-stage {
    min-height: 620px;
  }

  .section-heading,
  .security-section,
  .cta-section {
    align-items: flex-start;
  }

  .pilot-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .pilot-form button {
    width: 100%;
    min-width: 0;
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-heading .eyebrow,
  .section-heading h2,
  .section-heading p {
    grid-column: 1;
  }

  .section-heading p {
    grid-row: auto;
  }

  .feature-grid,
  .security-grid,
  .impact-band,
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
}

@media (max-width: 720px) {
  body {
    background:
      radial-gradient(circle at 18% 0%, rgba(45, 212, 191, 0.18), transparent 34%),
      radial-gradient(circle at 100% 12%, rgba(37, 99, 235, 0.16), transparent 36%),
      linear-gradient(180deg, #f8fbfb 0%, #eef6f4 52%, #f7faf9 100%);
  }

  .site-shell {
    padding: 12px;
  }

  .site-nav {
    position: sticky;
    top: 10px;
    grid-template-columns: 1fr auto;
    border-radius: 18px;
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 22px 70px rgba(15, 23, 32, 0.13);
  }

  .nav-links {
    display: none;
  }

  .hero-section {
    padding-top: 50px;
  }

  .brand {
    font-size: 19px;
  }

  .brand-mark {
    width: 44px;
    height: 44px;
    border-radius: 13px;
  }

  .nav-cta {
    min-height: 44px;
    border-radius: 14px;
    font-size: 15px;
    box-shadow: 0 16px 34px rgba(37, 99, 235, 0.24);
  }

  .hero-copy p {
    font-size: 17px;
  }

  h1 {
    font-size: 42px;
    line-height: 1;
  }

  .section-heading h2,
  .workflow-copy h2,
  .security-section h2,
  .cta-section h2 {
    font-size: 34px;
    line-height: 1.06;
  }

  .page-hero {
    padding-top: 48px;
  }

  .page-hero h1,
  .legal-page h1 {
    font-size: 40px;
    line-height: 1.05;
  }

  .page-hero p {
    font-size: 18px;
  }

  .product-stage {
    min-height: 720px;
  }

  .browser-card,
  .cmdhire-card {
    position: relative;
    inset: auto;
    width: 100%;
    transform: none;
  }

  .cmdhire-card {
    margin-top: -10px;
  }

  .feature-grid,
  .security-grid,
  .proof-grid,
  .split-proof,
  .impact-band,
  .trust-grid {
    grid-template-columns: 1fr;
  }

  .feature-grid article,
  .security-grid article {
    min-height: 220px;
  }

  .workflow-section,
  .cta-section {
    padding: 24px;
    border-radius: 24px;
  }

  .cta-section {
    gap: 20px;
  }

  .cta-section h2 {
    font-size: 32px;
    line-height: 1.04;
  }

  .cta-section p {
    font-size: 16px;
    line-height: 1.45;
  }

  .pilot-form {
    border-radius: 20px;
    padding: 12px;
  }

  .security-section {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .security-section h2 {
    max-width: none;
  }

  .security-grid article {
    min-height: 0;
    gap: 18px;
  }

  .proof-copy h2,
  .split-proof h2,
  .operator-panel h2,
  .policy-note h2 {
    font-size: 30px;
  }

  .capability-list article {
    grid-template-columns: 1fr;
  }

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

/* 2026 homepage upgrade */

.hero-section-v2 {
  position: relative;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: 42px;
  min-height: 760px;
  padding: 72px 0 40px;
}

.hero-section-v2::before {
  content: "";
  position: absolute;
  inset: 30px -22px auto;
  height: 310px;
  z-index: -1;
  border-radius: 34px;
  background:
    linear-gradient(120deg, rgba(6, 24, 39, 0.08), rgba(15, 118, 110, 0.08) 42%, rgba(37, 99, 235, 0.1)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0));
}

.hero-section-v2::after {
  content: "";
  position: absolute;
  right: 4%;
  top: 96px;
  z-index: -1;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45, 212, 191, 0.24), rgba(37, 99, 235, 0));
  filter: blur(10px);
}

.hero-kicker-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.live-pill {
  width: fit-content;
  border: 1px solid rgba(200, 138, 29, 0.2);
  border-radius: 999px;
  padding: 7px 11px;
  color: #7a4c08;
  background: rgba(255, 247, 237, 0.86);
  font-size: 12px;
  font-weight: 860;
  text-transform: uppercase;
}

.hero-section-v2 h1 {
  max-width: 680px;
  font-size: 72px;
  line-height: 0.96;
}

.hero-section-v2 .hero-lede {
  max-width: 610px;
  color: #425565;
  font-size: 21px;
  line-height: 1.5;
}

.hero-ats-note {
  display: flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  max-width: 610px;
  margin: 0;
  border-left: 3px solid var(--teal);
  padding: 10px 14px;
  color: #425565;
  background: rgba(255, 255, 255, 0.64);
  font-size: 14px;
  line-height: 1.45;
}

.hero-ats-note strong {
  flex: 0 0 auto;
  color: #0c5550;
  font-weight: 900;
}

.hero-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 610px;
}

.hero-proof-row span {
  min-height: 56px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(15, 23, 32, 0.1);
  border-radius: 16px;
  padding: 10px 12px;
  color: #173236;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(15, 23, 32, 0.06);
  font-size: 13px;
  font-weight: 850;
}

.hero-visual-shell {
  position: relative;
  min-width: 0;
}

.desktop-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 30px;
  padding: 14px;
  color: #ffffff;
  background:
    linear-gradient(145deg, rgba(5, 18, 31, 0.98), rgba(9, 45, 54, 0.96) 56%, rgba(10, 20, 35, 0.98)),
    #061827;
  box-shadow: 0 38px 110px rgba(5, 18, 31, 0.28);
  transform: perspective(1100px) rotateY(-4deg) rotateX(1deg);
  transform-origin: center;
  animation: deskFloat 7s ease-in-out infinite;
}

.desktop-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(45, 212, 191, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 28%);
}

.frame-toolbar,
.radar-pane-header,
.copilot-pane {
  display: flex;
  align-items: center;
}

.frame-toolbar {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  gap: 12px;
  min-height: 42px;
  border-radius: 18px;
  padding: 0 13px;
  background: rgba(255, 255, 255, 0.07);
}

.frame-toolbar strong {
  font-size: 13px;
  font-weight: 860;
}

.frame-toolbar > span {
  color: #99f6e4;
  font-size: 12px;
  font-weight: 760;
}

.frame-dots {
  display: flex;
  gap: 7px;
}

.frame-dots span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.32);
}

.desk-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(210px, 0.72fr) minmax(300px, 1fr);
  grid-template-rows: auto auto;
  gap: 14px;
  margin-top: 14px;
}

.candidate-pane,
.radar-pane,
.copilot-pane {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.candidate-pane {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 18px;
}

.pane-label,
.radar-pane-header span,
.copilot-pane span {
  color: #8bd8e5;
  font-size: 11px;
  font-weight: 860;
  text-transform: uppercase;
}

.candidate-photo {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 24px;
  color: #ffffff;
  background: linear-gradient(145deg, var(--teal), var(--blue));
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.26);
  font-size: 24px;
  font-weight: 880;
  overflow: hidden;
}

.candidate-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.candidate-pane h2 {
  font-size: 28px;
  line-height: 1.02;
}

.candidate-pane p {
  color: #c3d3de;
  font-weight: 650;
  line-height: 1.45;
}

.skill-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.skill-cloud span {
  border: 1px solid rgba(153, 246, 228, 0.18);
  border-radius: 999px;
  padding: 7px 9px;
  color: #d6fffb;
  background: rgba(15, 118, 110, 0.2);
  font-size: 11px;
  font-weight: 780;
}

.radar-pane {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.radar-pane-header {
  justify-content: space-between;
  gap: 10px;
}

.radar-pane-header strong {
  font-size: 13px;
  font-weight: 850;
}

.radar-hit {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.06);
}

.radar-hit strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #061827;
  background:
    radial-gradient(circle at 34% 26%, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0) 34%),
    linear-gradient(145deg, #99f6e4, #60a5fa);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.36), 0 12px 24px rgba(37, 99, 235, 0.22);
  font-size: 15px;
  font-weight: 880;
}

.radar-hit.warm strong {
  background: #fde68a;
}

.radar-hit.review strong {
  color: #ffffff;
  background: #64748b;
}

.radar-hit h3 {
  font-size: 15px;
  line-height: 1.2;
}

.radar-hit p {
  margin-top: 4px;
  color: #b6c8d4;
  font-size: 13px;
  font-weight: 620;
  line-height: 1.38;
}

.copilot-pane {
  grid-column: 1 / -1;
  gap: 14px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.92);
  color: #0f1720;
}

.copilot-icon {
  width: 52px;
  height: 52px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 16px 36px rgba(5, 18, 31, 0.18);
}

.copilot-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.copilot-pane p {
  margin-top: 4px;
  color: #20313d;
  font-weight: 760;
  line-height: 1.45;
}

.logo-strip-v2 {
  margin-bottom: 34px;
}

.product-showcase-section {
  width: min(100%, 1160px);
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1.22fr);
  gap: 32px;
  align-items: center;
  margin: 0 auto 96px;
}

.showcase-copy {
  display: grid;
  align-content: center;
  gap: 18px;
}

.showcase-copy h2 {
  max-width: 620px;
  font-size: 54px;
  font-weight: 870;
  line-height: 0.98;
  letter-spacing: 0;
}

.showcase-copy p {
  max-width: 520px;
  color: #516575;
  font-size: 18px;
  font-weight: 590;
  line-height: 1.58;
}

.showcase-console {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 34px;
  padding: 18px;
  color: #ffffff;
  background:
    linear-gradient(150deg, rgba(7, 17, 30, 0.98), rgba(9, 52, 61, 0.96) 48%, rgba(8, 18, 34, 0.98)),
    #081221;
  box-shadow: 0 34px 100px rgba(5, 18, 31, 0.24);
}

.showcase-console::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(45, 212, 191, 0.16), transparent 34%),
    radial-gradient(circle at 76% 12%, rgba(37, 99, 235, 0.28), transparent 28%),
    radial-gradient(circle at 8% 90%, rgba(200, 138, 29, 0.2), transparent 25%);
}

.console-topline,
.profile-headline,
.prompt-row,
.match-tile {
  display: flex;
  align-items: center;
}

.console-topline {
  position: relative;
  z-index: 1;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
  border-radius: 20px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.07);
}

.console-topline strong,
.console-topline span {
  display: block;
}

.console-topline strong {
  font-size: 17px;
  font-weight: 880;
}

.console-topline div > span {
  margin-top: 3px;
  color: #aac0cf;
  font-size: 12px;
  font-weight: 700;
}

.console-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

.console-chips span {
  border: 1px solid rgba(153, 246, 228, 0.18);
  border-radius: 999px;
  padding: 7px 9px;
  color: #d6fffb;
  background: rgba(15, 118, 110, 0.18);
  font-size: 11px;
  font-weight: 820;
}

.console-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 14px;
}

.console-card {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.context-card {
  min-height: 290px;
}

.chat-card-v3 {
  min-height: 290px;
  display: grid;
  align-content: start;
  gap: 12px;
}

.radar-card-v3,
.action-card {
  display: grid;
  gap: 12px;
}

.mini-label {
  margin-bottom: 14px;
  color: #8bd8e5;
  font-size: 11px;
  font-weight: 880;
  text-transform: uppercase;
}

.profile-headline {
  gap: 13px;
}

.profile-initials {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 20px;
  color: #ffffff;
  background: linear-gradient(145deg, var(--teal), var(--blue));
  box-shadow: 0 16px 36px rgba(37, 99, 235, 0.24);
  font-size: 20px;
  font-weight: 880;
  overflow: hidden;
}

.profile-initials img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.profile-headline h3,
.match-tile h3 {
  font-size: 17px;
  line-height: 1.15;
}

.profile-headline p,
.match-tile p,
.chat-bubble {
  color: #c1d0dc;
  font-weight: 650;
  line-height: 1.45;
}

.profile-headline p {
  margin-top: 4px;
  font-size: 13px;
}

.signal-bars {
  display: grid;
  gap: 10px;
  margin: 22px 0;
}

.signal-bars span {
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(153, 246, 228, 0.58), rgba(96, 165, 250, 0.22));
}

.signal-bars span:nth-child(2) {
  width: 76%;
}

.signal-bars span:nth-child(3) {
  width: 56%;
}

.tag-cloud,
.action-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag-cloud span,
.action-list span {
  border: 1px solid rgba(153, 246, 228, 0.16);
  border-radius: 999px;
  padding: 7px 9px;
  color: #dffefa;
  background: rgba(15, 118, 110, 0.18);
  font-size: 11px;
  font-weight: 800;
}

.chat-bubble {
  max-width: 88%;
  border-radius: 18px;
  padding: 13px 14px;
  font-size: 13px;
}

.chat-bubble.user {
  justify-self: end;
  color: #0b1d2a;
  background: #dbeafe;
}

.chat-bubble.assistant {
  color: #10202a;
  background: rgba(255, 255, 255, 0.94);
}

.prompt-row {
  justify-content: space-between;
  gap: 12px;
  margin-top: 4px;
  border: 1px solid rgba(153, 246, 228, 0.22);
  border-radius: 18px;
  padding: 12px 12px 12px 14px;
  color: #a9bdcb;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 760;
}

.prompt-row strong {
  border-radius: 12px;
  padding: 8px 12px;
  color: #ffffff;
  background: linear-gradient(145deg, var(--teal), var(--blue));
}

.match-tile {
  gap: 12px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  padding: 13px;
  background: rgba(255, 255, 255, 0.06);
}

.match-tile strong {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  color: #061827;
  background:
    radial-gradient(circle at 34% 26%, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0) 34%),
    linear-gradient(145deg, #99f6e4, #60a5fa);
  font-size: 15px;
  font-weight: 900;
}

.match-tile p {
  margin-top: 4px;
  font-size: 13px;
}

.action-card {
  align-content: start;
  gap: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(236, 253, 245, 0.9)),
    #ffffff;
  color: #0f1720;
}

.action-card .mini-label {
  margin-bottom: 0;
  color: var(--teal);
}

.action-card h3 {
  max-width: 360px;
  font-size: 25px;
  line-height: 1.04;
  letter-spacing: 0;
}

.action-card p {
  max-width: 420px;
  color: #526676;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.48;
}

.action-list {
  display: grid;
  gap: 9px;
  margin-top: 4px;
}

.action-list span {
  display: grid;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  border-radius: 16px;
  padding: 8px 12px 8px 9px;
  color: #123236;
  background: rgba(236, 253, 245, 0.82);
  border-color: rgba(15, 118, 110, 0.18);
}

.action-list strong {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #ffffff;
  background: linear-gradient(145deg, var(--teal), var(--blue));
  font-size: 10px;
  font-weight: 900;
}

@keyframes deskFloat {
  0%,
  100% {
    transform: perspective(1100px) rotateY(-4deg) rotateX(1deg) translateY(0);
  }

  50% {
    transform: perspective(1100px) rotateY(-2deg) rotateX(0deg) translateY(-8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .desktop-frame {
    animation: none;
  }
}

.outcome-band {
  width: min(100%, 1160px);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0 auto 96px;
}

.outcome-band article {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(15, 23, 32, 0.1);
  border-radius: 24px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 48px rgba(15, 23, 32, 0.08);
}

.outcome-band strong {
  color: #061827;
  font-size: 32px;
  line-height: 1;
}

.outcome-band span {
  color: #526676;
  font-size: 15px;
  font-weight: 680;
  line-height: 1.45;
}

.pain-block .section-heading {
  align-items: center;
}

.feature-grid-v2 article {
  min-height: 236px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.feature-grid-v2 article:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 118, 110, 0.18);
  box-shadow: 0 26px 70px rgba(15, 23, 32, 0.12);
}

.workflow-section-v2 {
  position: relative;
  overflow: hidden;
}

.workflow-section-v2::after {
  content: "";
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, #2dd4bf, #60a5fa, #facc15);
}

.security-section-v2 {
  border-radius: 30px;
  padding: 32px;
  background: rgba(255, 255, 255, 0.58);
}

.proof-section-v2 .proof-copy {
  display: grid;
  align-content: end;
  min-height: 330px;
}

@media (min-width: 1041px) {
  .hero-section-v2::before {
    inset: 30px -22px 24px;
    height: auto;
  }
}

@media (max-width: 1040px) {
  .hero-section-v2 {
    grid-template-columns: 1fr;
    gap: 30px;
    min-height: 0;
    padding-top: 58px;
  }

  .hero-section-v2 h1 {
    font-size: 58px;
  }

  .hero-visual-shell {
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
  }

  .outcome-band {
    grid-template-columns: 1fr;
    margin-bottom: 72px;
  }

  .product-showcase-section {
    grid-template-columns: 1fr;
    margin-bottom: 72px;
  }

  .showcase-copy h2 {
    font-size: 44px;
  }

  .outcome-band article {
    min-height: 118px;
  }
}

/* ── Tablet and mobile: compact header with expandable menu ── */
@media (max-width: 960px) {
  .site-nav {
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 10px 14px;
  }

  .nav-right {
    margin-left: auto;
    flex-shrink: 0;
    order: 1;
  }

  .nav-links {
    order: 2;
    flex: 0 0 100%;
    width: 100%;
    overflow: visible;
    border-top: 1px solid rgba(15, 23, 32, 0.06);
    padding-top: 10px;
  }

  .site-nav:not(.nav-open) > .nav-links {
    display: none;
  }

  .site-nav.nav-open > .nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .site-nav.nav-open > .nav-links a {
    display: flex;
    align-items: center;
    min-height: 42px;
    border-radius: 10px;
    padding: 8px 10px;
    background: rgba(15, 23, 32, 0.035);
  }

  .site-nav > .nav-right > .nav-menu-toggle {
    display: inline-flex;
  }

  .site-nav > .nav-right > .nav-cta {
    display: none;
  }

  .site-nav.nav-open > .nav-links .nav-mobile-cta {
    display: flex;
    grid-column: 1 / -1;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(145deg, var(--teal), var(--blue));
  }
}

/* ── Mobile: full stack with grid areas ────────────────────── */
@media (max-width: 640px) {
  .site-shell {
    overflow-x: hidden;
  }

  .site-nav {
    position: sticky;
    top: 8px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    grid-template-rows: auto auto;
    grid-template-areas:
      "brand lang menu"
      "links links links";
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    padding: 12px;
  }

  .site-nav > .brand {
    grid-area: brand;
    align-self: center;
  }

  .site-nav > .nav-links {
    grid-area: links;
    order: unset;
    flex: unset;
    width: 100%;
    border-top: none;
    padding-top: 0;
    gap: 4px;
  }

  .site-nav:not(.nav-open) > .nav-links {
    display: none;
  }

  .site-nav.nav-open > .nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    border-top: 1px solid rgba(15, 23, 32, 0.08);
    padding-top: 10px;
    overflow: visible;
  }

  .site-nav.nav-open > .nav-links a {
    display: flex;
    align-items: center;
    min-height: 42px;
    border-radius: 10px;
    padding: 8px 10px;
    background: rgba(15, 23, 32, 0.035);
  }

  .site-nav > .nav-right {
    grid-area: unset;
    display: contents;
    order: unset;
    margin-left: 0;
  }

  .site-nav > .nav-right > .lang-switcher {
    grid-area: lang;
    justify-self: end;
    align-self: center;
  }

  .site-nav > .nav-right > .nav-menu-toggle {
    grid-area: menu;
    display: inline-flex;
    justify-self: end;
  }

  .site-nav > .nav-right > .nav-cta {
    display: none;
  }
}

@media (max-width: 720px) {
  .hero-section-v2 {
    isolation: isolate;
    gap: 18px;
    margin-top: 12px;
    border: 1px solid rgba(125, 211, 252, 0.22);
    border-radius: 34px;
    padding: 20px 18px 18px;
    color: #f8fafc;
    background:
      radial-gradient(circle at 18% 12%, rgba(45, 212, 191, 0.3), transparent 34%),
      radial-gradient(circle at 100% 4%, rgba(37, 99, 235, 0.28), transparent 40%),
      linear-gradient(160deg, #071923 0%, #0b2f35 48%, #071525 100%);
    box-shadow: 0 34px 90px rgba(6, 24, 39, 0.3);
    overflow: hidden;
  }

  .hero-section-v2 .hero-copy {
    display: contents;
  }

  .hero-section-v2::before {
    inset: auto -42px -90px;
    height: 240px;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(45, 212, 191, 0.26), transparent 62%);
  }

  .hero-section-v2::after {
    right: -76px;
    top: -96px;
    width: 230px;
    height: 230px;
    z-index: -1;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.42), rgba(37, 99, 235, 0));
    filter: blur(2px);
  }

  .hero-kicker-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    order: 1;
    width: 100%;
    padding: 8px;
    border: 1px solid rgba(153, 246, 228, 0.16);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .hero-kicker-row .eyebrow,
  .hero-kicker-row .live-pill {
    width: 100%;
    justify-content: center;
    border-color: rgba(153, 246, 228, 0.22);
    padding: 9px 10px;
    color: #cffff7;
    background: rgba(13, 148, 136, 0.18);
    text-align: center;
  }

  .hero-kicker-row .live-pill {
    color: #fef3c7;
    border-color: rgba(250, 204, 21, 0.2);
    background: rgba(120, 53, 15, 0.22);
  }

  .hero-section-v2 h1 {
    order: 2;
    color: #ffffff;
    text-wrap: balance;
  }

  .hero-section-v2 .hero-lede {
    order: 3;
    color: #c7d7e0;
  }

  .hero-copy .hero-ats-note {
    order: 4;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
    border: 1px solid rgba(153, 246, 228, 0.2);
    border-left: 3px solid #2dd4bf;
    border-radius: 12px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
  }

  .hero-ats-note strong {
    color: #99f6e4;
  }

  .hero-copy .hero-ats-note span {
    color: #ffffff;
  }

  .hero-actions {
    order: 5;
  }

  .hero-visual-shell {
    order: 6;
  }

  .hero-proof-row {
    order: 7;
  }

  .hero-section-v2 h1 {
    font-size: 44px;
    line-height: 0.98;
  }

  .hero-section-v2 .hero-lede {
    font-size: 17px;
    line-height: 1.45;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-actions .primary-cta {
    border-radius: 16px;
    min-height: 54px;
    background: linear-gradient(135deg, #14b8a6, #2563eb);
    box-shadow: 0 20px 44px rgba(37, 99, 235, 0.32);
  }

  .hero-actions .secondary-cta {
    border-color: rgba(255, 255, 255, 0.18);
    color: #e6f5f2;
    background: rgba(255, 255, 255, 0.1);
  }

  .primary-cta,
  .secondary-cta {
    width: 100%;
  }

  .desk-grid,
  .outcome-band {
    grid-template-columns: 1fr;
  }

  .hero-proof-row {
    display: none;
  }

  .desktop-frame {
    border-radius: 24px;
    padding: 10px;
    box-shadow: 0 24px 70px rgba(5, 18, 31, 0.46);
    transform: none;
    animation: none;
  }

  .frame-toolbar {
    min-height: 38px;
  }

  .frame-toolbar strong {
    display: none;
  }

  .candidate-pane,
  .radar-pane,
  .copilot-pane {
    border-radius: 18px;
    padding: 14px;
  }

  .candidate-pane {
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: center;
  }

  .candidate-pane .pane-label,
  .candidate-pane .skill-cloud {
    grid-column: 1 / -1;
  }

  .candidate-photo {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    font-size: 19px;
  }

  .candidate-pane h2 {
    font-size: 23px;
  }

  .candidate-pane p {
    grid-column: 1 / -1;
    margin-top: -6px;
  }

  .radar-hit {
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 10px;
    padding: 11px;
  }

  .radar-hit h3 {
    font-size: 14px;
  }

  .copilot-pane {
    align-items: flex-start;
  }

  .outcome-band {
    margin-bottom: 64px;
  }

  .product-showcase-section {
    gap: 20px;
    margin-bottom: 64px;
  }

  .showcase-copy h2 {
    font-size: 35px;
    line-height: 1.04;
  }

  .showcase-copy p {
    font-size: 16px;
  }

  .showcase-console {
    border-radius: 26px;
    padding: 12px;
  }

  .console-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .console-chips {
    justify-content: flex-start;
  }

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

  .context-card,
  .chat-card-v3 {
    min-height: 0;
  }

  .console-card {
    border-radius: 20px;
    padding: 14px;
  }

  .chat-bubble {
    max-width: 100%;
  }

  .outcome-band article {
    min-height: 112px;
    border-radius: 20px;
    padding: 18px;
  }

  .outcome-band strong {
    font-size: 27px;
  }

  .section-block,
  .workflow-section,
  .security-section,
  .cta-section,
  .proof-section,
  .page-hero,
  .split-proof,
  .impact-band,
  .capability-list,
  .operator-panel,
  .trust-grid,
  .policy-note,
  .brand-lab,
  .brand-usage,
  .legal-page,
  .site-footer {
    margin-bottom: 64px;
  }

  .feature-grid-v2 article {
    min-height: 190px;
  }

  .security-section-v2 {
    padding: 22px;
  }

  .proof-section-v2 .proof-copy {
    min-height: 260px;
  }
}

@media (max-width: 420px) {
  .site-shell {
    padding: 8px;
  }

  .hero-section-v2 h1 {
    font-size: 38px;
  }

  .eyebrow,
  .live-pill {
    font-size: 10px;
  }

  .cta-section {
    gap: 16px;
    padding: 18px;
  }

  .cta-section h2 {
    font-size: 29px;
  }

  .pilot-form input,
  .pilot-form select,
  .pilot-form button {
    height: 54px;
    min-height: 54px;
  }

  .logo-strip span {
    width: 100%;
    text-align: center;
  }

  .radar-pane-header {
    align-items: flex-start;
    flex-direction: column;
  }
}

.research-brief {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 42px;
  align-items: center;
  margin-bottom: 92px;
  padding: 52px;
  overflow: hidden;
  border: 1px solid rgba(15, 118, 110, .2);
  border-radius: 28px;
  background: linear-gradient(125deg, #eefaf8 0%, #f8fbfd 52%, #eaf2ff 100%);
  box-shadow: 0 24px 60px rgba(14, 35, 51, .1);
}

.research-brief-copy h2 {
  max-width: 760px;
  margin: 8px 0 16px;
  color: #0b1722;
  font-size: clamp(36px, 4.2vw, 68px);
  line-height: 1;
}

.research-brief-copy > p {
  max-width: 720px;
  color: #516575;
  font-size: 19px;
  line-height: 1.55;
}

.research-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0;
}

.research-stats span {
  display: flex;
  min-width: 0;
  min-height: 100px;
  flex-direction: column;
  justify-content: center;
  padding: 16px;
  border: 1px solid rgba(15, 118, 110, .16);
  border-radius: 8px;
  background: rgba(255, 255, 255, .78);
  color: #617482;
  font-size: 13px;
  font-weight: 700;
}

.research-stats strong {
  margin-bottom: 5px;
  color: #0f766e;
  font-size: 28px;
}

.research-downloads {
  display: grid;
  gap: 10px;
}

.research-download-label {
  color: #334b5c;
  font-size: 13px;
  font-weight: 800;
}

.research-download-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.research-download {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 50px;
  padding: 0 18px;
  border: 1px solid rgba(15, 118, 110, .2);
  border-radius: 8px;
  background: rgba(255, 255, 255, .82);
  color: #123047;
  font-weight: 800;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.research-download:hover,
.research-download.is-current {
  border-color: transparent;
  background: linear-gradient(100deg, #0f827b, #2667e8);
  color: #fff;
  box-shadow: 0 12px 24px rgba(38, 103, 232, .18);
  transform: translateY(-2px);
}

.research-download span {
  font-size: 22px;
}

.research-cover {
  position: relative;
  display: flex;
  aspect-ratio: 210 / 297;
  min-height: 420px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  overflow: hidden;
  border-radius: 8px;
  background: #071a2b;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 28px 48px rgba(7, 26, 43, .25);
  transform: rotate(2deg);
  transition: transform .2s ease, box-shadow .2s ease;
}

.research-cover:hover {
  transform: rotate(0deg) translateY(-4px);
  box-shadow: 0 34px 58px rgba(7, 26, 43, .3);
}

.research-cover img {
  position: absolute;
  top: 28px;
  left: 28px;
  width: 48px;
  height: 48px;
}

.research-cover::before,
.research-cover::after {
  position: absolute;
  top: -50px;
  right: -68px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: #0d4050;
  content: "";
}

.research-cover::after {
  top: 22px;
  right: 2px;
  width: 115px;
  height: 115px;
  background: #12b8a6;
}

.research-cover span,
.research-cover strong,
.research-cover small {
  position: relative;
  z-index: 1;
}

.research-cover span {
  margin-bottom: 12px;
  color: #7fe7ea;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.research-cover strong {
  font-size: 34px;
  line-height: 1.02;
}

.research-cover small {
  margin-top: 14px;
  color: #bfd1dc;
  font-size: 14px;
  line-height: 1.4;
}

.research-cover i {
  position: absolute;
  right: 34px;
  bottom: 34px;
  width: 54px;
  height: 2px;
  background: #7fe7ea;
}

@media (max-width: 900px) {
  .research-brief {
    grid-template-columns: 1fr;
    padding: 32px;
  }

  .research-cover {
    width: min(100%, 380px);
    min-height: 0;
    justify-self: center;
    transform: none;
  }
}

@media (max-width: 560px) {
  .research-brief {
    gap: 28px;
    margin-bottom: 64px;
    padding: 22px;
    border-radius: 20px;
  }

  .research-brief-copy h2 {
    font-size: 36px;
  }

  .research-stats {
    grid-template-columns: 1fr;
  }

  .research-stats span {
    min-height: 82px;
  }

  .research-download {
    min-width: calc(50% - 5px);
    flex: 1 1 auto;
  }

  .research-cover {
    padding: 28px;
  }

  .research-cover strong {
    font-size: 30px;
  }
}

/* Product tour */
.product-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(480px, 1.14fr);
  gap: 52px;
  align-items: center;
  padding-top: 76px;
}

.product-page-hero-copy {
  display: grid;
  gap: 20px;
  align-content: center;
}

.product-page-hero-copy h1 {
  max-width: 620px;
}

.product-page-hero-copy > p {
  max-width: 580px;
}

.product-page-hero .hero-actions {
  margin-top: 2px;
}

.product-page-hero .secondary-cta {
  border-color: rgba(30, 61, 81, 0.2);
  background: rgba(255, 255, 255, 0.88);
  color: #173048;
}

.product-page-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-page-proof span {
  padding: 8px 11px;
  border: 1px solid rgba(71, 117, 139, 0.34);
  border-radius: 999px;
  background: rgba(235, 248, 247, 0.7);
  color: #315b73;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.01em;
}

.product-shot {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(128, 184, 199, 0.52);
  border-radius: 24px;
  background: linear-gradient(145deg, #0d2634 0%, #102c3c 48%, #17234b 100%);
  color: #effbfc;
  box-shadow: 0 24px 60px rgba(18, 47, 63, 0.18), 0 4px 0 rgba(45, 212, 191, 0.18) inset;
}

.product-shot::before {
  position: absolute;
  top: 0;
  right: 18px;
  left: 18px;
  height: 3px;
  background: linear-gradient(90deg, #2dd4bf, #35bdf3 45%, #ef7b82);
  content: "";
}

.product-shot-hero {
  padding: 18px;
  transform: rotate(1deg);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.product-shot-hero:hover {
  transform: rotate(0deg) translateY(-4px);
  box-shadow: 0 30px 68px rgba(18, 47, 63, 0.24), 0 4px 0 rgba(45, 212, 191, 0.22) inset;
}

.shot-window-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  min-height: 30px;
  color: #8eb4c0;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shot-window-bar strong {
  color: #d9f3f2;
  font-size: 11px;
  text-align: center;
}

.shot-dots {
  display: flex;
  gap: 5px;
}

.shot-dots i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2dd4bf;
}

.shot-dots i:nth-child(2) {
  background: #f4ca63;
}

.shot-dots i:nth-child(3) {
  background: #ef7b82;
}

.shot-status-row,
.shot-context-banner,
.shot-radar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.shot-status-row {
  margin: 20px 0 14px;
  color: #8cf0df;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shot-shortcut {
  padding: 6px 9px;
  border: 1px solid rgba(103, 190, 220, 0.4);
  border-radius: 7px;
  background: rgba(37, 104, 144, 0.24);
  color: #a9e9fb;
  font-size: 10px;
  letter-spacing: 0.06em;
}

.shot-capture-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 10px;
}

.shot-profile-card,
.shot-signal-card,
.shot-action-card {
  padding: 16px;
  border: 1px solid rgba(120, 182, 193, 0.28);
  border-radius: 16px;
  background: rgba(237, 250, 249, 0.08);
}

.shot-label {
  color: #8adfe2;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shot-profile-head {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-top: 15px;
}

.shot-profile-head.large {
  margin-top: 24px;
}

.shot-avatar {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  border: 2px solid #35d8cb;
  border-radius: 15px;
  object-fit: cover;
}

.shot-profile-head.large .shot-avatar {
  width: 72px;
  height: 72px;
  border-radius: 20px;
}

.shot-profile-head h2 {
  margin: 0;
  color: #f6ffff;
  font-size: 20px;
  line-height: 1.08;
}

.shot-profile-head p {
  margin: 5px 0 0;
  color: #b4ced8;
  font-size: 12px;
  line-height: 1.35;
}

.shot-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.shot-tag-row span {
  padding: 6px 8px;
  border: 1px solid rgba(72, 185, 203, 0.34);
  border-radius: 999px;
  background: rgba(25, 118, 136, 0.18);
  color: #b4e8f2;
  font-size: 10px;
  font-weight: 760;
}

.shot-signal-card {
  display: grid;
  align-content: start;
  gap: 10px;
}

.shot-signal-card > strong {
  margin-top: 5px;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.08;
}

.shot-signal-card > p {
  margin: 0;
  color: #bad1da;
  font-size: 12px;
  line-height: 1.38;
}

.shot-mini-score {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 3px;
}

.shot-mini-score span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 2px solid #6ce2e1;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, #b3fff0 0%, #58bee9 48%, #2570cb 100%);
  color: #082237;
  font-size: 15px;
  font-weight: 900;
}

.shot-mini-score i {
  display: block;
  width: 35px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2dd4bf 0 84%, rgba(144, 194, 208, 0.18) 84%);
}

.shot-confirm {
  padding-top: 10px;
  border-top: 1px solid rgba(162, 212, 219, 0.2);
  color: #ffe398;
  font-size: 11px;
  font-weight: 740;
  line-height: 1.38;
}

.feature-tour {
  width: min(1160px, calc(100% - 40px));
  margin: 110px auto 0;
}

.feature-tour-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.feature-tour-heading h2 {
  max-width: 720px;
}

.tour-stack {
  display: grid;
  gap: 20px;
}

.tour-step {
  display: grid;
  grid-template-columns: minmax(0, 0.74fr) minmax(0, 1.26fr);
  gap: 28px;
  align-items: center;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(115, 166, 179, 0.26);
  border-radius: 28px;
  background: linear-gradient(140deg, rgba(239, 249, 248, 0.92), rgba(238, 246, 255, 0.84));
  box-shadow: 0 18px 48px rgba(32, 68, 82, 0.08);
}

.tour-step-reverse {
  grid-template-columns: minmax(0, 1.26fr) minmax(0, 0.74fr);
}

.tour-step-reverse .tour-copy {
  order: 2;
}

.tour-step-reverse .tour-shot {
  order: 1;
}

.tour-copy {
  display: grid;
  gap: 16px;
  align-content: center;
}

.tour-number {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, #0d7f7b, #2769d9);
  color: #ffffff;
  font-size: 14px;
  font-weight: 850;
}

.tour-copy h3 {
  max-width: 430px;
  margin: 0;
  color: #102535;
  font-size: 32px;
  line-height: 1.04;
}

.tour-copy p {
  max-width: 470px;
  margin: 0;
  color: #587086;
  font-size: 16px;
  line-height: 1.55;
}

.tour-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding-left: 12px;
  border-left: 3px solid #2dc8b9;
  color: #587086;
  font-size: 12px;
  line-height: 1.35;
}

.tour-proof strong {
  color: #0a7772;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.tour-shot {
  min-height: 340px;
  padding: 18px;
}

.shot-context-banner {
  justify-content: flex-start;
  margin: 20px 0 0;
  padding: 10px 12px;
  border: 1px solid rgba(90, 202, 208, 0.3);
  border-radius: 10px;
  background: rgba(17, 137, 145, 0.16);
  color: #9deae4;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.shot-context-banner strong {
  margin-left: auto;
  color: #ffffff;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
}

.shot-pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2dd4bf;
  box-shadow: 0 0 0 5px rgba(45, 212, 191, 0.16);
}

.shot-signal-lines {
  display: grid;
  gap: 8px;
  margin-top: 22px;
}

.shot-signal-lines i {
  display: block;
  height: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(102, 215, 202, 0.72), rgba(79, 165, 205, 0.16));
}

.shot-signal-lines i:nth-child(1) {
  width: 82%;
}

.shot-signal-lines i:nth-child(2) {
  width: 68%;
}

.shot-signal-lines i:nth-child(3) {
  width: 49%;
}

.radar-shot {
  display: grid;
  align-content: start;
  gap: 10px;
}

.shot-radar-header {
  margin-bottom: 2px;
  color: #8ce3e2;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.shot-radar-header strong {
  color: #d8f0f2;
  font-size: 11px;
  letter-spacing: 0;
  text-transform: none;
}

.shot-radar-row {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 13px;
  border: 1px solid rgba(106, 176, 195, 0.24);
  border-radius: 14px;
  background: rgba(236, 250, 250, 0.08);
}

.shot-radar-row.strong {
  box-shadow: inset 3px 0 #2dd4bf;
}

.shot-radar-row.warm {
  box-shadow: inset 3px 0 #f4ca63;
}

.shot-radar-row.watch {
  box-shadow: inset 3px 0 #9caec4;
}

.shot-score {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 2px solid rgba(89, 188, 210, 0.65);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(177, 255, 241, 0.95), rgba(58, 159, 210, 0.62) 52%, rgba(27, 65, 119, 0.8));
  color: #f4ffff;
  font-size: 14px;
  font-weight: 900;
}

.shot-radar-row.warm .shot-score {
  border-color: rgba(247, 208, 99, 0.75);
  background: radial-gradient(circle at 35% 30%, #fff5b0, #e6a54e 60%, #7c4d3e);
  color: #172238;
}

.shot-radar-row.watch .shot-score {
  border-color: rgba(173, 192, 214, 0.68);
  background: radial-gradient(circle at 35% 30%, #d7e4ee, #788dab 62%, #394a68);
}

.shot-radar-row strong {
  display: block;
  overflow: hidden;
  color: #f3ffff;
  font-size: 14px;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shot-radar-row p {
  margin: 5px 0 0;
  color: #b7d0da;
  font-size: 11px;
  line-height: 1.3;
}

.shot-radar-row small {
  display: block;
  margin-top: 5px;
  color: #ffe398;
  font-size: 10px;
  line-height: 1.3;
}

.action-shot {
  display: grid;
  align-content: start;
  gap: 10px;
}

.shot-chat-bubble {
  max-width: 88%;
  padding: 12px 14px;
  border: 1px solid rgba(145, 203, 210, 0.22);
  border-radius: 15px;
  font-size: 12px;
  line-height: 1.4;
}

.shot-chat-bubble.user {
  justify-self: end;
  background: rgba(58, 123, 222, 0.34);
  color: #e9f4ff;
}

.shot-chat-bubble.assistant {
  background: rgba(246, 252, 251, 0.95);
  color: #183043;
}

.shot-action-card {
  display: grid;
  gap: 8px;
  margin-top: 2px;
}

.shot-action-card > strong {
  color: #ffffff;
  font-size: 16px;
}

.shot-action-row {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 8px 9px;
  border-radius: 8px;
  background: rgba(245, 253, 252, 0.08);
  color: #d3e7ec;
  font-size: 11px;
}

.shot-action-row span {
  color: #72e6db;
  font-weight: 850;
}

.shot-prompt {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  margin-top: 2px;
  padding: 8px 9px 8px 12px;
  border: 1px solid rgba(102, 207, 213, 0.35);
  border-radius: 10px;
  background: rgba(6, 24, 35, 0.72);
  color: #8eaab6;
  font-size: 11px;
}

.shot-prompt strong {
  padding: 8px 11px;
  border-radius: 7px;
  background: linear-gradient(135deg, #12a9a0, #2f68dd);
  color: #ffffff;
  font-size: 10px;
  text-transform: uppercase;
}

.desk-shot {
  display: grid;
  align-content: start;
  gap: 10px;
}

.desk-shot-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px;
  padding: 9px 11px;
  border: 1px solid rgba(81, 190, 203, 0.3);
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(25, 144, 149, 0.24), rgba(44, 86, 190, 0.2));
}

.desk-shot-header span {
  color: #8ce3e2;
  font-size: 10px;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.desk-shot-header strong {
  color: #e1f6f6;
  font-size: 11px;
}

.desk-shot-summary {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 2px 3px;
}

.desk-shot-summary strong {
  color: #f2ffff;
  font-size: 14px;
}

.desk-shot-summary span {
  color: #91afbe;
  font-size: 10px;
  text-align: right;
}

.desk-action-list {
  display: grid;
  gap: 8px;
}

.desk-action-card {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(105, 173, 198, 0.3);
  border-radius: 12px;
  background: rgba(240, 250, 251, 0.08);
}

.desk-action-card.urgent {
  border-color: rgba(230, 91, 125, 0.48);
}

.desk-action-card.coverage {
  border-color: rgba(63, 126, 215, 0.48);
}

.desk-action-index {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  background: rgba(113, 28, 68, 0.72);
  color: #ffd1dc;
  font-size: 11px;
  font-weight: 900;
}

.desk-action-card.coverage .desk-action-index {
  background: rgba(18, 87, 123, 0.72);
  color: #b9eff6;
}

.desk-action-card small {
  display: block;
  color: #7fdef0;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.desk-action-card strong {
  display: block;
  overflow: hidden;
  margin-top: 2px;
  color: #f4ffff;
  font-size: 12px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.desk-action-card p {
  overflow: hidden;
  margin: 3px 0 0;
  color: #94b0bd;
  font-size: 10px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.desk-action-cta {
  padding: 7px 8px;
  border: 1px solid rgba(75, 177, 207, 0.34);
  border-radius: 7px;
  color: #c3ebf4;
  font-size: 10px;
  font-weight: 760;
  white-space: nowrap;
}

.desk-health {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 1px;
  padding: 10px 11px;
  border-top: 1px solid rgba(143, 200, 211, 0.2);
}

.desk-health div {
  display: grid;
  gap: 2px;
}

.desk-health span {
  color: #8ce3e2;
  font-size: 9px;
  font-weight: 820;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.desk-health strong {
  color: #e8f9fb;
  font-size: 11px;
}

.desk-health b {
  color: #f4ca63;
  font-size: 10px;
  white-space: nowrap;
}

.not-ats-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 38px;
  width: min(1160px, calc(100% - 40px));
  margin: 72px auto 0;
  padding: 34px;
  border: 1px solid rgba(69, 173, 180, 0.35);
  border-radius: 28px;
  background: linear-gradient(135deg, #071c29, #0d3445 55%, #132850);
  color: #ffffff;
  box-shadow: 0 20px 50px rgba(24, 64, 82, 0.14);
}

.not-ats-panel .eyebrow {
  border-color: rgba(104, 230, 215, 0.3);
  background: rgba(67, 199, 186, 0.12);
  color: #9af2e4;
}

.not-ats-panel h2 {
  max-width: 500px;
  margin-top: 16px;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.04;
}

.not-ats-panel p {
  align-self: center;
  max-width: 480px;
  margin: 0;
  color: #c0d7df;
  font-size: 17px;
  line-height: 1.55;
}

@media (max-width: 1040px) {
  .product-page-hero {
    grid-template-columns: 1fr;
    padding-top: 58px;
  }

  .product-shot-hero {
    width: min(100%, 760px);
    margin: 0 auto;
    transform: none;
  }

  .product-shot-hero:hover {
    transform: translateY(-4px);
  }

  .tour-step,
  .tour-step-reverse {
    grid-template-columns: 1fr;
  }

  .tour-step-reverse .tour-copy,
  .tour-step-reverse .tour-shot {
    order: initial;
  }
}

@media (max-width: 720px) {
  .product-page-hero h1 {
    font-size: 44px;
    line-height: 0.98;
  }

  .product-page-hero-copy > p {
    font-size: 17px;
  }

  .feature-tour {
    width: min(100% - 28px, 600px);
    margin-top: 76px;
  }

  .feature-tour-heading h2 {
    font-size: 36px;
  }

  .tour-step {
    gap: 18px;
    padding: 18px;
    border-radius: 22px;
  }

  .tour-copy h3 {
    font-size: 28px;
  }

  .tour-shot {
    min-height: 0;
    padding: 14px;
    border-radius: 20px;
  }

  .product-shot-hero {
    padding: 14px;
    border-radius: 20px;
  }

  .shot-capture-layout {
    grid-template-columns: 1fr;
  }

  .desk-action-card {
    grid-template-columns: 30px minmax(0, 1fr);
  }

  .desk-action-cta {
    grid-column: 2;
    justify-self: start;
  }

  .not-ats-panel {
    grid-template-columns: 1fr;
    gap: 18px;
    width: min(100% - 28px, 600px);
    margin-top: 54px;
    padding: 22px;
    border-radius: 22px;
  }

  .not-ats-panel h2 {
    font-size: 28px;
  }

  .not-ats-panel p {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .product-page-hero h1 {
    font-size: 38px;
  }

  .product-page-proof {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .product-page-proof span {
    font-size: 11px;
  }

  .shot-window-bar {
    grid-template-columns: auto 1fr;
  }

  .shot-window-bar > span {
    display: none;
  }

  .shot-profile-head.large {
    align-items: flex-start;
  }

  .shot-profile-head.large h2 {
    font-size: 22px;
  }

  .shot-profile-head.large p {
    font-size: 13px;
  }

  .shot-radar-row {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 10px;
    padding: 10px;
  }

  .shot-radar-row strong {
    font-size: 13px;
  }

  .shot-radar-row small {
    font-size: 10px;
  }

  .shot-prompt {
    grid-template-columns: 1fr;
  }

  .shot-prompt strong {
    width: 100%;
    text-align: center;
  }
}
