/* =========================================================
   SafeHire — Solutions page
   Tokens matched to the SafeHire brand (indigo/blue, near-black
   text, single Inter family, lavender tints, green confirmations)
   ========================================================= */
:root{
  --ink:        #0B1220;
  --ink-soft:   #5B6472;
  --ink-faint:  #9AA6B8;
  --line:       #E7EAF2;
  --surface:    #FFFFFF;
  --surface-2:  #F7F8FC;
  --primary: #225be3;
  --norm: #374151;
  --blue:       #225BE3;
  --blue-2:     #1A46B8;
  --blue-light: #4D7CEB;
  --blue-tint:  #EAF0FE;
  --bg: #f8fafc;

  --green:      #16A34A;
  --green-tint: #EAFBF1;

  --amber:      #D97706;
  --amber-tint: #FEF3E2;

  --font-display: -apple-system, 'BlinkMacSystemFont', 'SF Pro Display', 'SF Pro Text', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --font-body:    -apple-system, 'BlinkMacSystemFont', 'SF Pro Display', 'SF Pro Text', 'Helvetica Neue', Helvetica, Arial, sans-serif;

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 22px;
  --shadow-card: 0 1px 2px rgba(15,23,42,.04), 0 14px 32px -18px rgba(30,41,84,.18);
  --shadow-btn: 0 8px 20px -8px rgba(79,70,229,.55);
}

.nav-links a.active {
    color: var(--primary);
}

.nav-links a.inactive {
    color: var(--norm);
}

.nav-links a.inactive:hover {
    color: var(--primary);
}

.panel__visual{
  display:flex;
  align-items:center;
  justify-content:center;
}

.panel__visual img,
.solution-image{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  border-radius: var(--radius-md);
}

.hiw-page {
    background: var(--bg);
    min-height: 100vh;
    padding: 100px 24px 60px;
}

*{ box-sizing: border-box; }
html{ scroll-behavior: smooth; }
body{
  margin:0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--surface);
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3{ font-family: var(--font-display); margin:0; letter-spacing: -0.02em; }
p{ margin:0; }
a{ color: inherit; text-decoration: none; }
ul{ margin:0; padding:0; list-style:none; }
:focus-visible{ outline: 2px solid var(--blue-light); outline-offset: 3px; }

.eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-family: var(--font-body);
  font-size: 13px; font-weight: 600; letter-spacing: .01em;
  color: var(--blue);
  margin-bottom: 14px;
  background: var(--blue-tint);
  padding: 5px 12px;
  border-radius: 999px;
}
.eyebrow--muted{ color: var(--ink-faint); background: transparent; padding: 0; font-weight: 600; text-transform: uppercase; letter-spacing: .06em; font-size: 12px; }

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding: 10px 18px; border-radius: 10px;
  font-weight: 600; font-size: 14.5px;
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, filter .15s ease;
}
.btn--primary{
  background: linear-gradient(135deg, var(--blue) 0%, var(--blue-2) 100%);
  color:#fff;
  box-shadow: var(--shadow-btn);
}
.btn--primary:hover{ transform: translateY(-1px); filter: brightness(1.06); }
.btn--ghost{ background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover{ border-color: var(--ink-faint); background: var(--surface-2); }
.btn--lg{ padding: 13px 24px; font-size: 15.5px; border-radius: 12px; }

/* =========================================================
   Hero
   ========================================================= */
.sol-hero{ padding: 88px 32px 48px; }
.sol-hero__inner{ max-width: 780px; margin: 0 auto; text-align:center; }
.sol-hero h1{
  font-size: clamp(34px, 5vw, 54px); font-weight: 800; line-height: 1.08; color: var(--ink);
}
.sol-hero__lede{
  margin: 22px auto 0; max-width: 560px;
  font-size: 17px; line-height: 1.6; color: var(--ink-soft);
}

/* =========================================================
   Switcher (tabs)
   ========================================================= */
.switcher{ padding: 0 32px 8px; }
.switcher__inner{ max-width: 1120px; margin: 0 auto; }
.switcher__tabs{
  display:flex; flex-wrap: wrap; justify-content:center; gap: 8px;
  padding: 6px; border: 1px solid var(--line); border-radius: 999px;
  background: var(--surface-2); width: fit-content; margin: 0 auto;
}
.tab{
  display:flex; align-items:center; gap:8px;
  padding: 10px 18px; border-radius: 999px;
  font-size: 14px; font-weight: 600; color: var(--ink-soft);
  background: transparent; border: none; cursor: pointer;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease;
  white-space: nowrap;
}
.tab:hover{ color: var(--ink); }
.tab.is-active{
  background: var(--blue-tint); color: var(--blue-2); box-shadow: none;
}
.tab__icon{ width: 15px; height: 15px; border-radius: 3px; background: currentColor; opacity: .5; }
.tab.is-active .tab__icon{ opacity: .9; }
.tab__icon[data-icon="seekers"]{ clip-path: polygon(50% 0,100% 38%,82% 100%,18% 100%,0 38%); }
.tab__icon[data-icon="campus"]{ clip-path: polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%); }
.tab__icon[data-icon="hr"]{ clip-path: polygon(20% 0,80% 0,100% 50%,80% 100%,20% 100%,0 50%); }
.tab__icon[data-icon="enterprise"]{ border-radius: 50%; }

/* =========================================================
   Panels
   ========================================================= */
.panels{ padding: 56px 32px 20px; }
.panels__inner{ max-width: 1120px; margin: 0 auto; position: relative; min-height: 460px; }
.panel{
  display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center;
  animation: rise .45s ease both;
}
@keyframes rise{ from{ opacity:0; transform: translateY(10px); } to{ opacity:1; transform:none; } }
.panel__desc{ margin-top: 16px; font-size: 16px; line-height: 1.65; color: var(--ink-soft); max-width: 46ch; }
.panel h2{ font-size: clamp(26px, 3vw, 32px); font-weight: 700; line-height: 1.2; color: var(--ink); }

.feature-list{ margin-top: 26px; display:flex; flex-direction: column; gap: 16px; }
.feature-list li{
  padding-left: 26px; position: relative; font-size: 14.5px; line-height: 1.55; color: var(--ink-soft);
}
.feature-list li::before{
  content:"✓"; position:absolute; left:0; top: -1px; width: 18px; height: 18px; border-radius: 50%;
  background: var(--green-tint); color: var(--green); font-size: 11px; font-weight: 800;
  display:flex; align-items:center; justify-content:center;
}
.feature-list strong{ color: var(--ink); font-weight: 600; }

.link-arrow{
  display:inline-block; margin-top: 28px; font-weight: 600; font-size: 14.5px;
  color: var(--blue); border-bottom: 1px solid transparent;
}
.link-arrow:hover{ border-color: var(--blue); }

.panel__visual{
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: var(--surface-2); box-shadow: var(--shadow-card);
  min-height: 380px; padding: 22px; position: relative; overflow: hidden;
}

/* ---- Visual: Job Seekers — scan/report card ---- */
.panel__visual[data-visual="seekers"]{ background: linear-gradient(180deg,#fff,#F7F8FC); }
.v-seek-card{
  background:#fff; border:1px solid var(--line); border-radius: var(--radius-md);
  padding: 18px; box-shadow: var(--shadow-card);
}
.v-seek-card__row{ display:flex; justify-content: space-between; align-items:center; margin-bottom: 14px; }
.v-seek-card__title{ font-weight:700; font-size: 14px; color: var(--ink); }
.v-score{
  display:flex; align-items:center; gap:8px; font-size: 12px; font-weight:700; color: var(--amber);
  background: var(--amber-tint); padding: 4px 10px; border-radius: 999px;
}
.v-score__dot{ width:7px; height:7px; border-radius:50%; background: var(--amber); }
.v-seek-bar{ height: 8px; border-radius: 6px; background: var(--blue-tint); overflow:hidden; margin: 10px 0 16px; }
.v-seek-bar__fill{ height:100%; width: 74%; background: linear-gradient(90deg, var(--amber), #F0B74A); border-radius: 6px; }
.v-flag{
  display:flex; gap:10px; align-items:flex-start; padding: 10px 0; border-top: 1px dashed var(--line);
  font-size: 12.5px; color: var(--ink-soft);
}
.v-flag:first-of-type{ border-top:none; }
.v-flag b{ color: var(--ink); }
.v-flag__mark{ color:var(--amber); font-weight:700; }

/* ---- Visual: Campus — network map ---- */
.panel__visual[data-visual="campus"]{ display:grid; place-items:center; }
.v-net{ width: 100%; height: 100%; position:relative; }
.v-net__node{
  position:absolute; width: 46px; height:46px; border-radius:50%;
  background:#fff; border:1px solid var(--line); box-shadow: var(--shadow-card);
  display:grid; place-items:center; font-size: 11px; font-weight: 600; color: var(--ink-soft);
}
.v-net__node--hub{ background: var(--blue); color:#fff; border-color: var(--blue); width:64px; height:64px; font-size:22px; }
.v-net__line{ position:absolute; height:1px; background: var(--line); transform-origin: left center; }
.v-net__line--alert{ background: linear-gradient(90deg, var(--amber), transparent); height:2px; }

/* ---- Visual: HR — verified badge ---- */
.panel__visual[data-visual="hr"]{ display:grid; place-items:center; }
.v-badge{
  background:#fff; border:1px solid var(--line); border-radius: var(--radius-md);
  box-shadow: var(--shadow-card); padding: 26px; width: 260px; text-align:center;
}
.v-badge__shield{ width: 56px; height:56px; margin: 0 auto 14px; color: var(--blue); }
.v-badge__name{ font-weight:700; font-size:15px; color: var(--ink); }
.v-badge__role{ font-size:12.5px; color: var(--ink-faint); margin-top:2px; }
.v-badge__pill{
  margin-top: 16px; display:inline-flex; align-items:center; gap:6px;
  background: var(--green-tint); color: var(--green); font-weight:700; font-size:11.5px;
  padding: 6px 12px; border-radius: 999px;
}

/* ---- Visual: Enterprise — api/dashboard ---- */
.panel__visual[data-visual="enterprise"]{ font-size: 12.5px; }
.v-api{ background:#0B1220; border-radius: var(--radius-md); padding: 18px; color:#C6CCDA; height: 100%; font-family: "SFMono-Regular", Menlo, monospace; }
.v-api__dot{ display:inline-block; width:8px; height:8px; border-radius:50%; margin-right:6px; }
.v-api__bars{ display:flex; align-items:flex-end; gap:6px; height: 100px; margin-top: 18px; }
.v-api__bar{ flex:1; background: linear-gradient(180deg, var(--blue-light), var(--blue-2)); border-radius: 4px 4px 0 0; }

/* =========================================================
   Pipeline strip
   ========================================================= */
.pipeline{ padding: 64px 32px; background: var(--surface-2); border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.pipeline__inner{ max-width: 1000px; margin: 0 auto; text-align:center; }
.pipeline__steps{
  margin-top: 26px; display:flex; align-items:center; justify-content:center; gap: 4px; flex-wrap: wrap;
}
.pstep{ display:flex; align-items:center; gap: 12px; padding: 10px 6px; }
.pstep__n{
  width: 30px; height:30px; border-radius:50%; background: var(--blue); border: 1px solid var(--blue);
  display:grid; place-items:center; font-size:13px; font-weight:700; color: #fff;
  flex-shrink:0;
}
.pstep strong{ display:block; font-size: 13.5px; color: var(--ink); }
.pstep small{ display:block; font-size: 11.5px; color: var(--ink-faint); margin-top:1px; }
.pstep__rule{ width: 42px; height:1px; background: var(--line); margin: 0 6px; }

/* =========================================================
   CTA band
   ========================================================= */
.cta-band{ padding: 84px 32px; }
.cta-band__inner{ max-width: 640px; margin: 0 auto; text-align:center; }
.cta-band h2{ font-size: clamp(24px, 3vw, 30px); font-weight: 700; line-height:1.3; color: var(--ink); }
.cta-band__actions{ margin-top: 26px; display:flex; gap:12px; justify-content:center; flex-wrap: wrap; }

/* =========================================================
   Footer
   ========================================================= */
.footer{ border-top: 1px solid var(--line); padding: 26px 32px; }
.footer__inner{
  max-width: 1240px; margin:0 auto; display:flex; justify-content: space-between; align-items:center;
  font-size: 13px; color: var(--ink-faint); flex-wrap: wrap; gap: 10px;
}
.footer__badge{
  background: var(--blue-tint); color: var(--blue);
  padding: 4px 10px; border-radius: 999px; font-size: 11.5px; font-weight: 600;
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 860px){
  .nav__links{ display:none; }
  .panel{ grid-template-columns: 1fr; }
  .panel__visual{ order:-1; min-height: 260px; }
  .sol-hero{ padding-top: 56px; }
}

@media (prefers-reduced-motion: reduce){
  html{ scroll-behavior: auto; }
  .panel{ animation: none; }
}