/* =====================================================
   IncubaOS — Solutions page shared styles
   (loaded on every solutions/*.html alongside incubaos.css)
   ===================================================== */

/* ===== Breadcrumb ===== */
.sol-crumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,.55);
  padding: 6px 14px 6px 8px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  margin-bottom: 22px;
  background: rgba(255,255,255,.04);
  text-decoration: none;
  transition: all .2s;
}
.sol-crumb:hover { background: rgba(255,255,255,.08); color: white; }
.sol-crumb-i {
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.7);
}
.sol-crumb-i svg { width: 12px; height: 12px; }
html[dir="rtl"] .sol-crumb svg { transform: scaleX(-1); }

/* ===== Solution hero ===== */
.sol-hero {
  background: linear-gradient(180deg, #0F1520 0%, #1A2233 100%);
  color: white;
  padding: 56px 0 100px;
  border-radius: 0 0 var(--r-2xl) var(--r-2xl);
  position: relative;
  overflow: hidden;
}
.sol-hero-glow {
  position: absolute;
  top: -240px; right: -140px;
  width: 760px; height: 760px;
  background: radial-gradient(circle, rgba(230,27,71,.22), rgba(255,90,110,.04) 42%, transparent 65%);
  pointer-events: none;
}
.sol-hero .container { position: relative; }
.sol-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 48px;
  align-items: center;
}
.sol-hero-copy,
.sol-hero-vis,
.sol-browser {
  min-width: 0;
  max-width: 100%;
}
.sol-hero-copy { max-width: 560px; }
.sol-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(34px, 4.4vw, 52px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.1;
  text-wrap: balance;
  margin-bottom: 18px;
}
.sol-hero-sub {
  color: rgba(255,255,255,.72);
  font-size: 16.5px;
  line-height: 1.6;
  margin-bottom: 30px;
  text-wrap: pretty;
}
.sol-hero-pillrow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 30px;
}
.sol-hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  font-size: 12.5px;
  color: rgba(255,255,255,.78);
  font-weight: 500;
}
.sol-hero-pill::before {
  content:'';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--coral);
  flex-shrink: 0;
}

/* ===== Hero visual: browser + eligibility card ===== */
.sol-hero-vis {
  position: relative;
  filter: drop-shadow(0 30px 60px rgba(0,0,0,.5));
}
.sol-browser {
  background: #0A0F1A;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  overflow: hidden;
}
.sol-browser-chrome {
  background: linear-gradient(180deg, #1f2737, #15202F);
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.sol-browser-chrome .dots { display: flex; gap: 6px; }
.sol-browser-chrome .dot {
  width: 11px; height: 11px;
  border-radius: 50%;
  background: rgba(255,255,255,.12);
}
.sol-browser-chrome .url {
  flex: 1;
  height: 22px;
  background: rgba(255,255,255,.06);
  border-radius: 999px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  font-family: var(--font-mono);
  font-size: 10.5px;
  color: rgba(255,255,255,.5);
}
.sol-browser-body { background: white; min-height: 340px; }

/* Mocked public site inside the browser */
.mock-site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid var(--mist);
}
.mock-site-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  color: var(--charcoal);
}
.mock-site-logo .b {
  width: 22px; height: 22px;
  background: var(--grad);
  border-radius: 6px;
}
.mock-site-nav .links { display: flex; gap: 18px; }
.mock-site-nav .links span {
  height: 8px; width: 50px;
  background: var(--mist); border-radius: 3px;
}
.mock-site-nav .cta {
  font-size: 11px;
  font-weight: 600;
  color: white;
  background: var(--grad);
  padding: 7px 14px;
  border-radius: 999px;
}
.mock-hero {
  padding: 36px 24px 28px;
  text-align: center;
}
.mock-hero-h {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--charcoal);
  margin-bottom: 6px;
  letter-spacing: -.02em;
}
.mock-hero-h .accent { color: var(--primary); }
.mock-hero-sub {
  font-size: 12px;
  color: var(--slate);
  margin-bottom: 16px;
}
.mock-hero-btns { display: inline-flex; gap: 8px; }
.mock-hero-btns .b1, .mock-hero-btns .b2 {
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
}
.mock-hero-btns .b1 { background: var(--charcoal); color: white; }
.mock-hero-btns .b2 { background: white; color: var(--charcoal); border: 1px solid var(--mist); }
.mock-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 0 24px 24px;
}
.mock-card {
  background: var(--cloud);
  border-radius: 10px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.mock-card .ico {
  width: 24px; height: 24px;
  background: white;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}
.mock-card .ico svg { width: 14px; height: 14px; }
.mock-card .t {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 11px;
  color: var(--charcoal);
}
.mock-card .l { height: 4px; background: var(--mist); border-radius: 2px; }
.mock-card .l.s { width: 60%; }

/* Floating AI eligibility result */
.elig-card {
  position: absolute;
  bottom: -32px;
  right: -32px;
  width: 260px;
  background: white;
  border: 1px solid var(--mist);
  border-radius: 18px;
  padding: 16px;
  box-shadow:
    0 1px 2px rgba(0,0,0,.04),
    0 20px 50px rgba(0,0,0,.25),
    0 40px 80px rgba(0,0,0,.20);
  z-index: 2;
}
.elig-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--mist);
}
.elig-head-ico {
  width: 22px; height: 22px;
  border-radius: 6px;
  background: #FFE8EC;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.elig-head-ico svg { width: 12px; height: 12px; }
.elig-head-t {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  color: var(--charcoal);
}
.elig-head-tag {
  margin-left: auto;
  font-size: 10px;
  font-weight: 600;
  color: var(--primary);
  background: #FFE8EC;
  padding: 3px 8px;
  border-radius: 999px;
}
html[dir="rtl"] .elig-head-tag { margin-left: 0; margin-right: auto; }
.elig-score-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 10px;
}
.elig-score {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 38px;
  letter-spacing: -.03em;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}
.elig-score-l {
  font-size: 12px;
  color: var(--slate);
  font-weight: 500;
}
.elig-meter {
  height: 6px;
  background: var(--mist);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 14px;
}
.elig-meter span {
  display: block; height: 100%;
  width: 87%;
  background: var(--grad);
  border-radius: 999px;
  animation: eligFill 1.6s cubic-bezier(.2,.8,.2,1) .6s both;
}
@keyframes eligFill { from { width: 0; } to { width: 87%; } }
.elig-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 12px;
}
.elig-list li {
  font-size: 11.5px;
  color: var(--charcoal);
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.elig-list li::before {
  content:'';
  flex-shrink: 0;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: #1F9D55;
  margin-top: 6px;
}
.elig-rec {
  background: var(--cloud);
  border-radius: 8px;
  padding: 9px 12px;
  font-size: 11px;
  color: var(--slate);
  line-height: 1.4;
}
.elig-rec strong {
  display: block;
  color: var(--charcoal);
  font-family: var(--font-display);
  font-weight: 600;
  margin-bottom: 2px;
  font-size: 11.5px;
}

/* ===== Flow ===== */
.sol-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin-top: 40px;
  position: relative;
}
.sol-flow-step {
  background: white;
  border: 1px solid var(--mist);
  border-radius: var(--r-lg);
  padding: 20px 18px;
  box-shadow: var(--shadow-xs);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.sol-flow-step::after {
  content:'→';
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--slate);
  background: var(--cloud);
  width: 24px; height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.sol-flow-step:last-child::after { display: none; }
html[dir="rtl"] .sol-flow-step::after { content:'←'; right: auto; left: -12px; }
.sol-flow-n {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  color: var(--primary);
  letter-spacing: .14em;
}
.sol-flow-t {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
  color: var(--charcoal);
  letter-spacing: -.01em;
}
.sol-flow-s {
  font-size: 12.5px;
  color: var(--slate);
  line-height: 1.45;
}

/* ===== Capability grid ===== */
.cap-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
}
.cap-card {
  background: white;
  border: 1px solid var(--mist);
  border-radius: var(--r-lg);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: all .25s cubic-bezier(.2,.8,.2,1);
}
.cap-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
  border-color: var(--coral);
}
.cap-head { display: flex; align-items: center; gap: 10px; }
.cap-ico {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: #FFE8EC;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cap-ico svg { width: 20px; height: 20px; }
.cap-card h3 {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.2;
}
.cap-card p {
  font-size: 13.5px;
  color: var(--slate);
  line-height: 1.55;
  flex: 1;
}
.cap-vis {
  background: var(--cloud);
  border-radius: var(--r-md);
  height: 90px;
  border: 1px solid var(--mist);
  padding: 10px;
  position: relative;
  overflow: hidden;
}

/* per-cap visualizations (compact) */
.cv-page { display: grid; grid-template-rows: 14px 1fr; gap: 6px; height: 100%; }
.cv-page .h { background: var(--grad); border-radius: 4px; }
.cv-page .b { background: white; border-radius: 4px; padding: 5px; display: flex; flex-direction: column; gap: 3px; }
.cv-page .b span { height: 4px; background: var(--mist); border-radius: 2px; }
.cv-page .b span:nth-child(1) { width: 50%; }
.cv-page .b span:nth-child(2) { width: 80%; }
.cv-page .b span:nth-child(3) { width: 65%; }

.cv-cards { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 4px; height: 100%; }
.cv-cards > div { background: white; border-radius: 4px; padding: 4px; display: flex; flex-direction: column; gap: 3px; }
.cv-cards > div::before {
  content:''; height: 16px; background: var(--mist); border-radius: 3px;
}
.cv-cards > div::after {
  content:''; height: 4px; background: var(--mist); border-radius: 2px; width: 60%;
}

.cv-event { display: flex; flex-direction: column; gap: 4px; padding-top: 6px; }
.cv-event .e { display: flex; gap: 6px; align-items: center; background: white; border-radius: 4px; padding: 4px 6px; }
.cv-event .d { background: var(--primary); color: white; font-family: var(--font-display); font-weight: 700; font-size: 10px; padding: 2px 5px; border-radius: 3px; flex-shrink: 0; }
.cv-event .l { flex: 1; height: 4px; background: var(--mist); border-radius: 2px; }

.cv-form { display: flex; flex-direction: column; gap: 4px; padding-top: 8px; }
.cv-form .f { height: 12px; background: white; border: 1px solid var(--mist); border-radius: 4px; }
.cv-form .btn { align-self: flex-end; background: var(--grad); color: white; font-size: 9px; padding: 3px 10px; border-radius: 999px; margin-top: 2px; font-weight: 600; font-family: var(--font-display); }

.cv-ai { display: flex; flex-direction: column; gap: 6px; justify-content: center; height: 100%; }
.cv-ai .row { display: flex; align-items: center; gap: 6px; }
.cv-ai .label { font-size: 9px; color: var(--slate); width: 40px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.cv-ai .bar { flex: 1; height: 6px; background: var(--mist); border-radius: 999px; overflow: hidden; }
.cv-ai .bar span { display: block; height: 100%; background: var(--grad); border-radius: 999px; }
.cv-ai .pct { font-family: var(--font-display); font-weight: 700; font-size: 11px; color: var(--primary); width: 28px; text-align: right; }

.cv-mail { display: flex; flex-direction: column; gap: 3px; }
.cv-mail .m { display: flex; align-items: center; gap: 5px; background: white; padding: 4px 5px; border-radius: 3px; }
.cv-mail .av { width: 12px; height: 12px; border-radius: 50%; background: var(--grad); flex-shrink: 0; }
.cv-mail .ln { flex: 1; height: 4px; background: var(--mist); border-radius: 2px; }
.cv-mail .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--primary); flex-shrink: 0; }

.cv-needs { display: flex; gap: 5px; flex-wrap: wrap; padding-top: 6px; }
.cv-needs span {
  font-size: 9px;
  background: white;
  padding: 4px 8px;
  border-radius: 999px;
  color: var(--charcoal);
  border: 1px solid var(--mist);
  font-weight: 500;
}
.cv-needs span.hi { background: #FFE8EC; color: var(--primary); border-color: transparent; font-weight: 600; }

.cv-qr { display: flex; align-items: center; gap: 10px; justify-content: center; height: 100%; }
.cv-qr svg { width: 50px; height: 50px; }
.cv-qr .meta { display: flex; flex-direction: column; gap: 4px; }
.cv-qr .meta span { height: 5px; background: var(--mist); border-radius: 2px; }
.cv-qr .meta span:nth-child(1) { width: 50px; }
.cv-qr .meta span:nth-child(2) { width: 35px; background: var(--primary); }

.cv-services { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding-top: 4px; }
.cv-services > div { background: white; border-radius: 4px; padding: 4px 5px; display: flex; align-items: center; gap: 4px; font-size: 9px; font-weight: 600; color: var(--charcoal); }
.cv-services > div::before {
  content:''; width: 10px; height: 10px; border-radius: 50%; background: var(--grad); flex-shrink: 0;
}

/* Founder portal page specific visualizations */
.cv-signup { display: flex; flex-direction: column; gap: 5px; padding-top: 4px; }
.cv-signup .row { display: flex; gap: 5px; align-items: center; }
.cv-signup .av { width: 18px; height: 18px; border-radius: 50%; background: var(--grad); flex-shrink: 0; }
.cv-signup .l { flex: 1; height: 8px; background: white; border-radius: 4px; border: 1px solid var(--mist); }
.cv-signup .btn { align-self: flex-end; background: var(--grad); color: white; font-size: 9px; padding: 4px 10px; border-radius: 999px; font-weight: 600; font-family: var(--font-display); margin-top: 2px; }

.cv-gate { display: flex; align-items: center; justify-content: center; gap: 12px; height: 100%; }
.cv-gate .pill { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px; font-size: 10px; font-weight: 600; font-family: var(--font-display); }
.cv-gate .pending { background: #FFF1D9; color: #B17B1A; }
.cv-gate .pending::before { content:''; width: 8px; height: 8px; background: #F6A623; border-radius: 50%; }
.cv-gate .ok { background: #E1F5E8; color: #1F7A3A; }
.cv-gate .ok::before { content:'✓'; font-size: 10px; line-height: 1; }
.cv-gate .arrow { color: var(--slate); font-size: 14px; }

.cv-ring { display: flex; align-items: center; justify-content: center; height: 100%; gap: 12px; }
.cv-ring .donut { width: 56px; height: 56px; position: relative; }
.cv-ring .donut svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.cv-ring .donut .ring { fill: none; stroke: var(--mist); stroke-width: 6; }
.cv-ring .donut .arc  { fill: none; stroke: var(--primary); stroke-width: 6; stroke-linecap: round; stroke-dasharray: 138; stroke-dashoffset: 42; }
.cv-ring .donut .num  { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 13px; color: var(--charcoal); transform: rotate(0); }
.cv-ring .meta { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.cv-ring .meta span { height: 5px; background: var(--mist); border-radius: 2px; }
.cv-ring .meta span:nth-child(1) { width: 80%; }
.cv-ring .meta span:nth-child(2) { width: 60%; background: var(--grad); }
.cv-ring .meta span:nth-child(3) { width: 50%; }

.cv-editor { display: flex; flex-direction: column; gap: 4px; padding-top: 4px; }
.cv-editor .h { height: 8px; width: 50%; background: var(--charcoal); border-radius: 3px; }
.cv-editor .ln { height: 5px; background: var(--mist); border-radius: 2px; }
.cv-editor .ln.s { width: 70%; }
.cv-editor .bar { height: 6px; background: var(--mist); border-radius: 999px; overflow: hidden; margin-top: 2px; }
.cv-editor .bar span { display: block; height: 100%; width: 65%; background: var(--grad); border-radius: 999px; }

.cv-submitted { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 6px; height: 100%; }
.cv-submitted .ribbon { background: var(--grad); color: white; padding: 5px 14px; border-radius: 999px; font-size: 11px; font-weight: 600; font-family: var(--font-display); display: inline-flex; align-items: center; gap: 5px; }
.cv-submitted .ribbon::before { content:'✓'; }
.cv-submitted .meta { display: flex; gap: 6px; align-items: center; }
.cv-submitted .meta span { height: 5px; width: 40px; background: var(--mist); border-radius: 2px; }
.cv-submitted .meta span.k { background: var(--charcoal); width: 26px; }

.cv-track { display: flex; align-items: center; gap: 6px; padding: 8px 4px; height: 100%; }
.cv-track .step { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px; position: relative; }
.cv-track .d { width: 14px; height: 14px; border-radius: 50%; background: white; border: 2px solid var(--mist); position: relative; z-index: 1; }
.cv-track .step.done .d { background: var(--primary); border-color: var(--primary); }
.cv-track .step.now .d  { background: var(--primary); border-color: var(--primary); box-shadow: 0 0 0 3px rgba(230,27,71,.18); }
.cv-track .l { height: 4px; width: 22px; background: var(--mist); border-radius: 2px; }
.cv-track .step.done .l { background: var(--primary); }
.cv-track .step:not(:last-child)::after {
  content:''; position: absolute; top: 7px; left: 50%; right: -50%; height: 2px; background: var(--mist); z-index: 0;
}
.cv-track .step.done:not(:last-child)::after { background: var(--primary); }

.cv-sfrim { display: flex; align-items: center; gap: 10px; justify-content: center; height: 100%; }
.cv-sfrim .radar { width: 56px; height: 56px; position: relative; }
.cv-sfrim .radar svg { width: 100%; height: 100%; }
.cv-sfrim .meta { display: flex; flex-direction: column; gap: 4px; }
.cv-sfrim .meta .l { font-size: 9px; color: var(--slate); font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.cv-sfrim .meta .n { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--primary); letter-spacing: -.02em; }

.cv-bell { display: flex; align-items: center; gap: 10px; padding: 8px; height: 100%; }
.cv-bell .b {
  position: relative;
  width: 30px; height: 30px;
  background: white;
  border-radius: 8px;
  border: 1px solid var(--mist);
  display: flex; align-items: center; justify-content: center;
  color: var(--charcoal);
}
.cv-bell .b svg { width: 16px; height: 16px; }
.cv-bell .b::after {
  content:'3';
  position: absolute;
  top: -4px; right: -4px;
  background: var(--primary);
  color: white;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 9px;
  width: 16px; height: 16px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  border: 2px solid var(--cloud);
}
.cv-bell .msgs { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.cv-bell .msgs .m { display: flex; align-items: center; gap: 5px; }
.cv-bell .msgs .m .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--primary); flex-shrink: 0; }
.cv-bell .msgs .m .ln { flex: 1; height: 5px; background: var(--mist); border-radius: 2px; }
.cv-bell .msgs .m.read .dot { background: var(--mist); }

/* Valorisation page-specific visualizations */
.cv-wizard { display: grid; grid-template-columns: 32px 1fr; gap: 6px; height: 100%; }
.cv-wizard .side { display: flex; flex-direction: column; gap: 4px; padding: 4px 2px; }
.cv-wizard .side .s { width: 100%; height: 5px; background: var(--mist); border-radius: 2px; }
.cv-wizard .side .s.done { background: #1F9D55; }
.cv-wizard .side .s.now  { background: var(--grad); }
.cv-wizard .body { background: white; border-radius: 6px; border: 1px solid var(--mist); padding: 6px; display: flex; flex-direction: column; gap: 4px; }
.cv-wizard .body .h { height: 7px; width: 50%; background: var(--charcoal); border-radius: 3px; }
.cv-wizard .body .ln { height: 4px; background: var(--mist); border-radius: 2px; }
.cv-wizard .body .ln.s { width: 60%; }

.cv-save { display: flex; flex-direction: column; gap: 6px; padding-top: 8px; }
.cv-save .row { display: flex; align-items: center; gap: 6px; }
.cv-save .row .d { width: 8px; height: 8px; border-radius: 50%; background: #1F9D55; flex-shrink: 0; }
.cv-save .row .l { flex: 1; height: 5px; background: var(--mist); border-radius: 2px; }
.cv-save .row .t { font-family: var(--font-display); font-size: 9px; color: #1F7A3A; font-weight: 600; }
.cv-save .pulse { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #1F9D55; box-shadow: 0 0 0 2px rgba(31,157,85,.2); animation: simDot 1.4s ease-in-out infinite; flex-shrink: 0; }

.cv-progress { display: flex; flex-direction: column; gap: 6px; justify-content: center; height: 100%; }
.cv-progress .row { display: flex; align-items: center; gap: 6px; }
.cv-progress .label { font-size: 9px; color: var(--slate); width: 50px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.cv-progress .bar { flex: 1; height: 5px; background: var(--mist); border-radius: 999px; overflow: hidden; }
.cv-progress .bar span { display: block; height: 100%; border-radius: 999px; }
.cv-progress .bar span.full { background: #1F9D55; width: 100%; }
.cv-progress .bar span.partial { background: var(--grad); }
.cv-progress .bar span.empty { background: var(--mist); width: 0; }
.cv-progress .pct { font-family: var(--font-display); font-weight: 700; font-size: 11px; width: 28px; text-align: right; }
.cv-progress .pct.ok { color: #1F7A3A; }
.cv-progress .pct.warn { color: var(--primary); }

.cv-ai-draft { background: var(--cloud); border-radius: 6px; padding: 8px; height: 100%; display: flex; flex-direction: column; gap: 4px; position: relative; }
.cv-ai-draft .h { display: flex; align-items: center; gap: 5px; font-family: var(--font-display); font-size: 10px; font-weight: 600; color: var(--primary); }
.cv-ai-draft .h::before { content:'✦'; }
.cv-ai-draft .ln { height: 4px; background: white; border-radius: 2px; }
.cv-ai-draft .ln:nth-child(2) { width: 90%; }
.cv-ai-draft .ln:nth-child(3) { width: 75%; }
.cv-ai-draft .ln:nth-child(4) { width: 85%; }
.cv-ai-draft .ln:nth-child(5) { width: 50%; }

.cv-evidence { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 4px; padding-top: 6px; }
.cv-evidence > div {
  background: white;
  border: 1px dashed var(--mist);
  border-radius: 5px;
  padding: 6px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  font-size: 8.5px;
  color: var(--slate);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.cv-evidence > div::before {
  content:'📎';
  font-size: 14px;
  line-height: 1;
}

.cv-queue { display: flex; flex-direction: column; gap: 4px; padding-top: 4px; }
.cv-queue .row { display: flex; align-items: center; gap: 6px; background: white; border-radius: 5px; padding: 4px 6px; border: 1px solid var(--mist); }
.cv-queue .row .av { width: 12px; height: 12px; border-radius: 4px; background: var(--grad); flex-shrink: 0; }
.cv-queue .row .l { flex: 1; height: 4px; background: var(--mist); border-radius: 2px; }
.cv-queue .row .tag { font-size: 8.5px; padding: 2px 7px; border-radius: 999px; font-weight: 600; font-family: var(--font-display); }
.cv-queue .row .tag.review { background: #FFF1D9; color: #B17B1A; }
.cv-queue .row .tag.signed { background: #E1F5E8; color: #1F7A3A; }
.cv-queue .row .tag.draft  { background: var(--mist);  color: var(--slate); }

.cv-otp { display: flex; align-items: center; justify-content: center; height: 100%; padding: 6px; }
.cv-otp .box { display: flex; gap: 5px; }
.cv-otp .box span {
  width: 18px; height: 24px;
  background: white;
  border: 1.5px solid var(--mist);
  border-radius: 5px;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  color: var(--charcoal);
}
.cv-otp .box span.filled { border-color: var(--primary); color: var(--primary); }
.cv-otp .box span.active { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(230,27,71,.15); animation: simDot 1.4s ease-in-out infinite; }

.cv-sign { display: flex; align-items: center; justify-content: center; height: 100%; padding: 8px; }
.cv-sign .pad {
  width: 100%; height: 100%;
  background: white;
  border: 1px dashed var(--mist);
  border-radius: 6px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cv-sign .pad svg { width: 70%; height: 70%; }
.cv-sign .pad svg path {
  fill: none;
  stroke: var(--primary);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
  animation: signDraw 3s ease-out infinite;
}
@keyframes signDraw {
  0%,5%    { stroke-dashoffset: 200; }
  60%,90%  { stroke-dashoffset: 0; }
  100%     { stroke-dashoffset: 200; }
}

.cv-hash { display: flex; align-items: center; justify-content: center; height: 100%; gap: 8px; }
.cv-hash .lock {
  width: 26px; height: 26px;
  background: var(--grad);
  color: white;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
}
.cv-hash .lock svg { width: 14px; height: 14px; }
.cv-hash .code {
  font-family: var(--font-mono);
  font-size: 9.5px;
  color: var(--slate);
  background: white;
  padding: 5px 8px;
  border-radius: 6px;
  border: 1px solid var(--mist);
  font-weight: 500;
  letter-spacing: .04em;
}
.cv-hash .code b { color: var(--primary); font-weight: 700; }

.cv-docx { display: flex; align-items: center; justify-content: center; height: 100%; gap: 8px; }
.cv-docx .file {
  width: 40px; height: 50px;
  background: white;
  border: 1px solid var(--mist);
  border-radius: 5px;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 3px;
  gap: 2px;
}
.cv-docx .file::after {
  content:'';
  position: absolute;
  top: 0; right: 0;
  width: 0; height: 0;
  border-style: solid;
  border-width: 0 8px 8px 0;
  border-color: transparent var(--mist) transparent transparent;
}
.cv-docx .file .ln { height: 2px; background: var(--mist); border-radius: 1px; margin-top: 2px; }
.cv-docx .file .ln:nth-of-type(1) { margin-top: 8px; width: 80%; }
.cv-docx .file .ln:nth-of-type(2) { width: 60%; }
.cv-docx .file .ln:nth-of-type(3) { width: 70%; }
.cv-docx .file .ln:nth-of-type(4) { width: 50%; }
.cv-docx .file .tag {
  position: absolute;
  bottom: 3px; left: 3px; right: 3px;
  background: var(--primary);
  color: white;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 7px;
  text-align: center;
  padding: 2px;
  border-radius: 2px;
  letter-spacing: .04em;
}
.cv-docx .arr { font-size: 16px; color: var(--primary); }
.cv-docx .out {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 10px;
  color: var(--primary);
  background: #FFE8EC;
  padding: 5px 9px;
  border-radius: 999px;
}

.cv-batch { display: flex; align-items: center; justify-content: center; height: 100%; position: relative; }
.cv-batch .pile { position: relative; width: 60px; height: 60px; }
.cv-batch .pile .f {
  position: absolute;
  width: 32px; height: 42px;
  background: white;
  border: 1px solid var(--mist);
  border-radius: 4px;
}
.cv-batch .pile .f::before { content:''; position: absolute; top: 4px; left: 4px; right: 6px; height: 2px; background: var(--mist); border-radius: 1px; }
.cv-batch .pile .f::after { content:''; position: absolute; top: 10px; left: 4px; right: 12px; height: 2px; background: var(--mist); border-radius: 1px; }
.cv-batch .pile .f1 { top: 0; left: 6px; transform: rotate(-6deg); }
.cv-batch .pile .f2 { top: 4px; left: 14px; transform: rotate(2deg); }
.cv-batch .pile .f3 { top: 8px; left: 22px; transform: rotate(8deg); }
.cv-batch .arrow { color: var(--primary); font-size: 18px; margin: 0 6px; }
.cv-batch .merged {
  width: 36px; height: 46px;
  background: var(--grad);
  border-radius: 5px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 4px;
  color: white;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 7px;
}

/* Admin & governance page-specific */
.cv-queues { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; padding-top: 4px; }
.cv-queues > div {
  background: white;
  border: 1px solid var(--mist);
  border-radius: 5px;
  padding: 4px 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 9px;
  font-weight: 600;
  color: var(--charcoal);
}
.cv-queues > div .n {
  font-family: var(--font-display);
  font-weight: 800;
  color: var(--primary);
  font-size: 11px;
}

.cv-roles { display: flex; flex-direction: column; gap: 4px; padding-top: 6px; }
.cv-roles .r { display: flex; align-items: center; gap: 6px; }
.cv-roles .av { width: 14px; height: 14px; border-radius: 50%; flex-shrink: 0; }
.cv-roles .av.a { background: var(--grad); }
.cv-roles .av.b { background: linear-gradient(135deg,#2E5BFF,#5878FF); }
.cv-roles .av.c { background: linear-gradient(135deg,#1F9D55,#34C66E); }
.cv-roles .l { flex: 1; height: 4px; background: var(--mist); border-radius: 2px; }
.cv-roles .tag { font-family: var(--font-display); font-size: 8px; padding: 2px 7px; border-radius: 999px; background: var(--cloud); color: var(--slate); font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }

.cv-approval { display: flex; align-items: center; justify-content: center; gap: 8px; height: 100%; }
.cv-approval .pill {
  display: inline-flex; align-items: center; gap: 5px;
  background: white; border: 1px solid var(--mist);
  padding: 5px 9px; border-radius: 999px;
  font-size: 10px; font-weight: 600; font-family: var(--font-display);
  color: var(--charcoal);
}
.cv-approval .pill .av { width: 10px; height: 10px; border-radius: 50%; background: var(--grad); }
.cv-approval .btn { background: var(--grad); color: white; border-radius: 999px; padding: 5px 10px; font-size: 9.5px; font-weight: 700; font-family: var(--font-display); }
.cv-approval .btn.alt { background: var(--cloud); color: var(--slate); }

.cv-registry { display: flex; flex-direction: column; gap: 4px; padding-top: 4px; }
.cv-registry .row { display: flex; align-items: center; gap: 6px; background: white; border-radius: 5px; padding: 4px 6px; border: 1px solid var(--mist); font-size: 9px; }
.cv-registry .row .k { flex: 1; color: var(--charcoal); font-weight: 500; }
.cv-registry .row .arrow { color: var(--primary); font-weight: 700; }
.cv-registry .row .v { color: var(--primary); font-weight: 700; font-family: var(--font-display); }

.cv-alias { display: flex; flex-direction: column; gap: 4px; padding-top: 6px; }
.cv-alias .row { display: flex; align-items: center; gap: 6px; background: white; border: 1px solid var(--mist); border-radius: 5px; padding: 4px 6px; font-size: 9px; }
.cv-alias .raw { flex: 1; color: var(--slate); font-family: var(--font-mono); font-size: 8.5px; }
.cv-alias .ok { background: #E1F5E8; color: #1F7A3A; padding: 2px 6px; border-radius: 999px; font-weight: 700; font-family: var(--font-display); font-size: 8.5px; }

.cv-scanqueue { display: flex; flex-direction: column; gap: 5px; justify-content: center; height: 100%; padding-top: 4px; }
.cv-scanqueue .row { display: flex; align-items: center; gap: 6px; }
.cv-scanqueue .label { font-size: 9px; font-weight: 600; color: var(--slate); width: 56px; text-transform: uppercase; letter-spacing: .04em; }
.cv-scanqueue .bar { flex: 1; height: 6px; background: var(--mist); border-radius: 999px; overflow: hidden; }
.cv-scanqueue .bar span { display: block; height: 100%; border-radius: 999px; }
.cv-scanqueue .bar span.ok { background: #1F9D55; }
.cv-scanqueue .bar span.warn { background: var(--grad); }
.cv-scanqueue .n { font-family: var(--font-display); font-weight: 800; font-size: 10px; width: 24px; text-align: right; }

.cv-sfrim-q { display: flex; flex-direction: column; gap: 4px; padding-top: 4px; }
.cv-sfrim-q .row { display: flex; align-items: center; gap: 6px; background: white; border: 1px solid var(--mist); border-radius: 5px; padding: 4px 6px; }
.cv-sfrim-q .av { width: 14px; height: 14px; border-radius: 50%; background: var(--grad); flex-shrink: 0; }
.cv-sfrim-q .score { font-family: var(--font-display); font-weight: 800; font-size: 12px; color: var(--charcoal); width: 28px; }
.cv-sfrim-q .l { flex: 1; height: 4px; background: var(--mist); border-radius: 2px; }
.cv-sfrim-q .tag { font-family: var(--font-display); font-size: 8.5px; padding: 2px 7px; border-radius: 999px; font-weight: 700; }
.cv-sfrim-q .tag.warn { background: #FFF1D9; color: #B17B1A; }
.cv-sfrim-q .tag.ok { background: #E1F5E8; color: #1F7A3A; }

.cv-cleanup { display: flex; flex-direction: column; gap: 5px; justify-content: center; height: 100%; padding-top: 4px; }
.cv-cleanup .row { display: flex; align-items: center; gap: 6px; background: white; border: 1px solid var(--mist); border-radius: 5px; padding: 4px 8px; font-size: 9px; }
.cv-cleanup .ico { color: var(--primary); font-weight: 700; }
.cv-cleanup .l { flex: 1; color: var(--charcoal); font-weight: 500; }
.cv-cleanup .btn { font-family: var(--font-display); font-size: 8.5px; font-weight: 700; color: white; background: var(--grad); padding: 2px 7px; border-radius: 999px; }

/* Operational queue grid (for queues section) */
.queue-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 36px;
}
.queue-tile {
  background: white;
  border: 1px solid var(--mist);
  border-radius: var(--r-lg);
  padding: 20px 18px;
  box-shadow: var(--shadow-xs);
  display: flex;
  flex-direction: column;
  gap: 8px;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}
.queue-tile:hover { transform: translateY(-2px); border-color: var(--coral); box-shadow: var(--shadow-md); }
.queue-tile-h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.queue-tile-ico {
  width: 32px; height: 32px;
  border-radius: 10px;
  background: var(--cloud);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.queue-tile-ico svg { width: 16px; height: 16px; }
.queue-tile-count {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 22px;
  letter-spacing: -.025em;
  color: var(--charcoal);
}
.queue-tile-count.urgent { color: var(--primary); }
.queue-tile-t {
  font-family: var(--font-display);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: -.01em;
  color: var(--charcoal);
  line-height: 1.25;
}
.queue-tile-s {
  font-size: 11.5px;
  color: var(--slate);
  line-height: 1.4;
}
.queue-tile-pulse {
  position: absolute;
  top: 18px; right: 18px;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--primary);
  box-shadow: 0 0 0 3px rgba(230,27,71,.18);
  animation: simDot 1.6s ease-in-out infinite;
}
html[dir="rtl"] .queue-tile-pulse { right: auto; left: 18px; }

/* Valorisation — generic vs specific 3-column */
.gen-spec {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0;
  background: white;
  border: 1px solid var(--mist);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.gen-spec-col { padding: 28px; position: relative; }
.gen-spec-col + .gen-spec-col { border-left: 1px solid var(--mist); }
html[dir="rtl"] .gen-spec-col + .gen-spec-col { border-left: none; border-right: 1px solid var(--mist); }
.gen-spec-col.middle { background: linear-gradient(180deg, var(--cloud), white); }
.gen-spec-step {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
}
.gen-spec-col h3 {
  font-family: var(--font-display);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.015em;
  margin-bottom: 8px;
  line-height: 1.2;
}
.gen-spec-col p {
  font-size: 13.5px;
  color: var(--slate);
  line-height: 1.55;
  margin-bottom: 16px;
}
.gen-spec-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.gen-spec-list li {
  font-size: 13px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: var(--charcoal);
}
.gen-spec-list li::before {
  content:'';
  flex-shrink: 0;
  margin-top: 6px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--primary);
}

/* Valorisation — template cards */
.tpl-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.tpl-card {
  background: white;
  border: 1px solid var(--mist);
  border-radius: var(--r-lg);
  padding: 24px 22px;
  box-shadow: var(--shadow-xs);
  position: relative;
  transition: all .2s;
  display: flex;
  flex-direction: column;
}
.tpl-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); border-color: var(--coral); }
.tpl-card.featured {
  border-color: var(--primary);
  background: linear-gradient(180deg, white, #FFFAFB);
}
.tpl-tag {
  position: absolute;
  top: -10px;
  left: 22px;
  background: var(--grad);
  color: white;
  font-family: var(--font-display);
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  letter-spacing: .06em;
}
html[dir="rtl"] .tpl-tag { left: auto; right: 22px; }
.tpl-doc {
  width: 40px; height: 50px;
  background: var(--cloud);
  border: 1px solid var(--mist);
  border-radius: 6px;
  position: relative;
  margin-bottom: 14px;
}
.tpl-doc::before { content:''; position: absolute; top: 6px; left: 6px; right: 6px; height: 3px; background: var(--charcoal); border-radius: 2px; }
.tpl-doc::after { content:''; position: absolute; top: 13px; left: 6px; right: 12px; height: 2px; background: var(--mist); border-radius: 1px; box-shadow: 0 5px 0 var(--mist), 0 10px 0 var(--mist), 0 15px 0 var(--mist); }
.tpl-card.featured .tpl-doc::before { background: var(--primary); }
.tpl-card h4 {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -.01em;
  margin-bottom: 4px;
  line-height: 1.2;
}
.tpl-card p {
  font-size: 12.5px;
  color: var(--slate);
  line-height: 1.5;
  margin-bottom: 14px;
  flex: 1;
}
.tpl-meta {
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 600;
  color: var(--slate);
  letter-spacing: .04em;
  text-transform: uppercase;
  border-top: 1px dashed var(--mist);
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
}
.tpl-meta strong { color: var(--charcoal); font-weight: 700; }

/* Valorisation — DOCX anatomy two-column */
.docx-anat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.docx-anat-card {
  background: white;
  border-radius: var(--r-xl);
  padding: 32px;
  border: 1px solid var(--mist);
  box-shadow: var(--shadow-sm);
}
.docx-anat-card.old { background: var(--cloud); border: none; }
.docx-anat-card h3 {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.docx-anat-card.old h3 { color: var(--slate); }
.docx-anat-card.new h3 { color: var(--primary); }
.docx-anat-card .timer {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 36px;
  letter-spacing: -.025em;
  line-height: 1;
  margin: 14px 0 4px;
}
.docx-anat-card.old .timer { color: var(--slate); }
.docx-anat-card.new .timer {
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.docx-anat-card .timer-l {
  font-size: 12px;
  color: var(--slate);
  font-weight: 500;
  margin-bottom: 20px;
}
.docx-anat-card .steps { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.docx-anat-card .steps li {
  font-size: 13px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--charcoal);
  line-height: 1.45;
}
.docx-anat-card.old .steps li { color: var(--slate); }
.docx-anat-card .steps li::before {
  content:'';
  flex-shrink: 0;
  margin-top: 4px;
  width: 18px; height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 10px;
  color: white;
}
.docx-anat-card.old .steps li:nth-child(1)::before { content:'1'; background: var(--slate); }
.docx-anat-card.old .steps li:nth-child(2)::before { content:'2'; background: var(--slate); }
.docx-anat-card.old .steps li:nth-child(3)::before { content:'3'; background: var(--slate); }
.docx-anat-card.old .steps li:nth-child(4)::before { content:'4'; background: var(--slate); }
.docx-anat-card.old .steps li:nth-child(5)::before { content:'5'; background: var(--slate); }
.docx-anat-card.new .steps li::before { content:'✓'; background: var(--grad); }

/* Wider hero pill list — valorisation has more pills */
.sol-hero-pillrow.wide .sol-hero-pill { font-size: 12px; }

/* ===== Split feature (AI eligibility deep dive) ===== */
.split {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 56px;
  align-items: center;
}
.split.reverse { grid-template-columns: 1.1fr 1fr; }
.split.reverse .split-copy { order: 2; }
.split-copy .lede { margin-left: 0; }
.split-feats {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.split-feat { display: flex; gap: 12px; }
.split-feat-ico {
  width: 36px; height: 36px;
  border-radius: 10px;
  background: #FFE8EC;
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.split-feat-ico svg { width: 18px; height: 18px; }
.split-feat h4 { font-family: var(--font-display); font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.split-feat p { font-size: 13px; color: var(--slate); line-height: 1.5; }

/* AI eligibility visual */
.elig-visual {
  background: linear-gradient(180deg, #1A2233 0%, #0F1520 100%);
  border-radius: var(--r-xl);
  padding: 32px;
  position: relative;
  overflow: hidden;
  color: white;
  min-height: 460px;
}
.elig-visual::before {
  content:'';
  position: absolute;
  top: -120px; right: -120px;
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(230,27,71,.3), transparent 60%);
  pointer-events: none;
}
.elig-visual-h {
  display: flex; align-items: center; gap: 10px;
  margin-bottom: 18px;
  position: relative;
}
.elig-visual-h .b {
  width: 26px; height: 26px;
  background: var(--grad);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.elig-visual-h .b svg { width: 14px; height: 14px; color: white; }
.elig-visual-h .t {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 15px;
}
.elig-visual-h .tag {
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: rgba(255,255,255,.7);
  letter-spacing: .06em;
}
html[dir="rtl"] .elig-visual-h .tag { margin-left: 0; margin-right: auto; }

.elig-input {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  padding: 18px;
  margin-bottom: 18px;
  position: relative;
}
.elig-input-label {
  font-size: 10.5px;
  font-weight: 700;
  color: rgba(255,255,255,.55);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.elig-input-body {
  font-family: var(--font-mono);
  font-size: 12px;
  line-height: 1.6;
  color: rgba(255,255,255,.85);
  min-height: 64px;
}
.elig-input-cursor {
  display: inline-block;
  width: 2px;
  height: 13px;
  background: var(--coral);
  vertical-align: middle;
  margin-left: 2px;
  animation: blink 1.1s steps(1) infinite;
}
@keyframes blink { 50% { opacity: 0; } }

.elig-arrow {
  text-align: center;
  margin: 10px 0;
  color: rgba(255,255,255,.5);
  font-size: 14px;
  position: relative;
}
.elig-arrow::before {
  content:'⌄';
  display: block;
  font-size: 18px;
  color: var(--coral);
  line-height: 1;
}
.elig-arrow span {
  font-size: 10.5px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--coral);
}

.elig-out {
  background: white;
  color: var(--charcoal);
  border-radius: 14px;
  padding: 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
}
.elig-out-score {
  text-align: center;
  padding-right: 20px;
  border-right: 1px solid var(--mist);
}
html[dir="rtl"] .elig-out-score { border-right: none; border-left: 1px solid var(--mist); padding-right: 0; padding-left: 20px; }
.elig-out-score .num {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 46px;
  background: var(--grad);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  letter-spacing: -.03em;
}
.elig-out-score .lbl {
  font-size: 11px;
  color: var(--slate);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-top: 4px;
}
.elig-out-body { display: flex; flex-direction: column; gap: 8px; }
.elig-out-body .verdict {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 14px;
  color: var(--charcoal);
}
.elig-out-body .verdict .ok {
  font-size: 11px;
  font-weight: 700;
  color: #1F7A3A;
  background: #E1F5E8;
  padding: 3px 8px;
  border-radius: 999px;
  margin-left: 6px;
  letter-spacing: .04em;
}
.elig-out-body .rec {
  font-size: 12.5px;
  color: var(--slate);
  line-height: 1.5;
}

/* ===== Anatomy / data structure ===== */
.anat-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 40px;
  align-items: center;
}
.anat-left {
  background: var(--cloud);
  border-radius: var(--r-xl);
  padding: 32px;
}
.anat-left h3 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--slate);
}
.anat-left .email {
  font-family: var(--font-mono);
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--slate);
  background: white;
  border-radius: 10px;
  padding: 16px 18px;
  position: relative;
}
.anat-left .email::before {
  content:'';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 3px;
  background: var(--mist);
  border-radius: 10px 0 0 10px;
}
html[dir="rtl"] .anat-left .email::before { left: auto; right: 0; border-radius: 0 10px 10px 0; }
.anat-left .email b { color: var(--charcoal); font-weight: 700; }
.anat-left .email .lost {
  display: inline-block;
  background: #FFE8EC;
  color: var(--primary);
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  letter-spacing: .06em;
  margin-top: 10px;
  text-transform: uppercase;
}

.anat-right {
  background: white;
  border: 1px solid var(--mist);
  border-radius: var(--r-xl);
  padding: 32px;
  box-shadow: var(--shadow-sm);
}
.anat-right h3 {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 14px;
  color: var(--primary);
}
.anat-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}
.anat-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 14px;
  background: var(--cloud);
  border-radius: 10px;
}
.anat-field .k {
  font-size: 10px;
  font-weight: 700;
  color: var(--slate);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.anat-field .v {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 13px;
  color: var(--charcoal);
}
.anat-field.full { grid-column: 1 / -1; }

/* ===== Engagement (4 cols) ===== */
.eng-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.eng-card {
  background: white;
  border: 1px solid var(--mist);
  border-radius: var(--r-lg);
  padding: 24px 22px;
  box-shadow: var(--shadow-xs);
  transition: all .2s;
}
.eng-card:hover { border-color: var(--coral); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.eng-ico {
  width: 40px; height: 40px;
  border-radius: 12px;
  background: var(--grad);
  color: white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.eng-ico svg { width: 20px; height: 20px; }
.eng-card h4 {
  font-family: var(--font-display);
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: -.01em;
}
.eng-card p { font-size: 13px; color: var(--slate); line-height: 1.5; }

/* ===== Before / after stack ===== */
.swap-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--mist);
  border-radius: var(--r-xl);
  overflow: hidden;
  background: white;
}
.swap-col { padding: 32px 28px; }
.swap-col.old { background: var(--cloud); border-right: 1px solid var(--mist); }
html[dir="rtl"] .swap-col.old { border-right: none; border-left: 1px solid var(--mist); }
.swap-col h4 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.swap-col.old h4 { color: var(--slate); }
.swap-col.new h4 { color: var(--primary); }
.swap-col ul { list-style: none; display: flex; flex-direction: column; gap: 12px; }
.swap-col li {
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--charcoal);
}
.swap-col.old li { color: var(--slate); text-decoration: line-through; text-decoration-color: rgba(126,135,152,.4); }
.swap-col li::before {
  content:'';
  flex-shrink: 0;
  margin-top: 5px;
  width: 12px; height: 12px;
}
.swap-col.old li::before {
  background: var(--mist);
  border-radius: 50%;
}
.swap-col.new li::before {
  background: var(--grad);
  border-radius: 50%;
}

/* ===== Trust strip ===== */
.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.trust-cell {
  background: white;
  border: 1px solid var(--mist);
  border-radius: var(--r-md);
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.trust-cell-ico {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: var(--cloud);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.trust-cell-ico svg { width: 16px; height: 16px; }
.trust-cell-t {
  font-family: var(--font-display);
  font-size: 13px;
  font-weight: 600;
  color: var(--charcoal);
  line-height: 1.3;
}
.trust-cell-s { font-size: 11.5px; color: var(--slate); margin-top: 2px; line-height: 1.3; }

/* ===== Solution page section spacing ===== */
.sol-section-head { text-align: left; max-width: 720px; margin-bottom: 32px; }
.sol-section-head .h2 { margin-bottom: 12px; }
.sol-section-head .lede { margin-left: 0; max-width: 600px; }

/* ===== Responsive ===== */
@media (max-width: 1100px) {
  .sol-hero-inner { grid-template-columns: 1fr; gap: 60px; }
  .sol-hero-copy { width: 100%; }
  .sol-hero-vis { margin-bottom: 40px; }
  .sol-flow { grid-template-columns: 1fr 1fr; }
  .sol-flow-step::after { display: none; }
  .cap-grid { grid-template-columns: 1fr 1fr; }
  .split, .split.reverse { grid-template-columns: 1fr; gap: 40px; }
  .split.reverse .split-copy { order: 0; }
  .anat-grid { grid-template-columns: 1fr; }
  .eng-grid { grid-template-columns: 1fr 1fr; }
  .swap-grid { grid-template-columns: 1fr; }
  .swap-col.old { border-right: none; border-bottom: 1px solid var(--mist); }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .queue-grid { grid-template-columns: repeat(2, 1fr); }
  .tpl-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gen-spec { grid-template-columns: 1fr; }
  .gen-spec-col + .gen-spec-col {
    border-left: none;
    border-top: 1px solid var(--mist);
  }
  html[dir="rtl"] .gen-spec-col + .gen-spec-col {
    border-right: none;
    border-top: 1px solid var(--mist);
  }
}
@media (max-width: 720px) {
  .sol-hero { padding: 44px 0 72px; }
  .sol-hero-inner {
    gap: 34px;
    min-width: 0;
    width: 100%;
  }
  .sol-hero-copy,
  .sol-hero-vis,
  .sol-browser {
    width: 100%;
  }
  .sol-hero h1 { font-size: clamp(31px, 9vw, 42px); }
  .sol-hero-pillrow,
  .sol-hero .hero-ctas {
    max-width: 100%;
  }
  .sol-hero .hero-ctas .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    white-space: normal;
  }
  .elig-card { position: static; width: 100%; margin-top: 16px; }
  .sol-flow { grid-template-columns: 1fr; }
  .cap-grid { grid-template-columns: 1fr; }
  .queue-grid { grid-template-columns: 1fr; }
  .tpl-grid { grid-template-columns: 1fr; }
  .tpl-card,
  .docx-anat,
  .docx-anat-card {
    min-width: 0;
  }
  .docx-anat { grid-template-columns: 1fr; }
  .tpl-meta {
    gap: 10px;
    flex-wrap: wrap;
  }
  .eng-grid { grid-template-columns: 1fr; }
  .trust-row { grid-template-columns: 1fr; }
  .split-feats { grid-template-columns: 1fr; }
  .anat-fields { grid-template-columns: 1fr; }
  .elig-out { grid-template-columns: 1fr; }
  .elig-out-score { border-right: none; padding-right: 0; padding-bottom: 16px; border-bottom: 1px solid var(--mist); }
}
