/* Sirius Lab — public landing CRO (idea / GitHub → progetto valutabile) */

.slab-page.slab-page--showcase {
  max-width: none;
  padding: 0;
  margin: -1rem -1rem -2rem;
  overflow-x: clip;
}

@media (min-width: 768px) {
  .slab-page.slab-page--showcase {
    margin: -1.25rem -1.75rem -2rem;
  }
}

.sl-val {
  --sl-navy: #070b16;
  --sl-deep: #0b1224;
  --sl-blue: #1e3a8a;
  --sl-accent: #2563eb;
  --sl-ink: #0f172a;
  --sl-muted: #64748b;
  --sl-line: rgba(15, 23, 42, 0.08);
  --sl-surface: #ffffff;
  --sl-mist: #f6f8fc;
  --sl-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --sl-display: "Sora", "Manrope", system-ui, sans-serif;
  --sl-sans: "Manrope", system-ui, sans-serif;
  --sl-max: 1120px;
  --c-blue: #2563eb;
  --c-green: #059669;
  --c-violet: #6d28d9;
  --c-orange: #ea580c;
  --c-red: #dc2626;
  --c-cyan: #0891b2;
  --c-yellow: #ca8a04;
  --c-teal: #0d9488;
  color: var(--sl-ink);
  font-family: var(--sl-sans);
  background: var(--sl-mist);
  -webkit-font-smoothing: antialiased;
}

.sl-val__progress {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 3px;
  z-index: 80;
  pointer-events: none;
}
.sl-val__progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #60a5fa, #1d4ed8);
}

/* Hero */
.sl-val-hero {
  position: relative;
  padding: 1.1rem 1.25rem 3.5rem;
  color: #e8eefc;
  overflow: hidden;
  background: linear-gradient(165deg, var(--sl-navy) 0%, var(--sl-deep) 45%, #132045 100%);
}
@media (min-width: 768px) {
  .sl-val-hero { padding: 1.35rem 2rem 4.25rem; }
}
.sl-val-hero__bg { position: absolute; inset: 0; pointer-events: none; }
.sl-val-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.4;
}
.sl-val-hero__glow--1 {
  width: 420px; height: 420px; top: -120px; left: -80px;
  background: radial-gradient(circle, #2563eb 0%, transparent 70%);
}
.sl-val-hero__glow--2 {
  width: 360px; height: 360px; right: -60px; bottom: 8%;
  background: radial-gradient(circle, #1d4ed8 0%, transparent 68%);
  opacity: 0.3;
}
.sl-val-hero__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(148,163,184,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148,163,184,.07) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 30%, #000 20%, transparent 75%);
  opacity: 0.5;
}

.sl-val-topbar {
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: space-between;
  max-width: var(--sl-max); margin: 0 auto 1.75rem;
}
.sl-val-back {
  display: inline-flex; align-items: center; gap: 0.4rem;
  color: rgba(226,232,240,.78); text-decoration: none; font-size: 0.875rem; font-weight: 600;
}
.sl-val-back:hover { color: #fff; }
.sl-val-brand {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-family: var(--sl-display); font-weight: 700; font-size: 1.05rem; color: #fff;
}

.sl-val-hero__grid-layout {
  position: relative; z-index: 2;
  max-width: var(--sl-max); margin: 0 auto;
  display: grid; gap: 2.25rem; align-items: start;
}
@media (min-width: 980px) {
  .sl-val-hero__grid-layout--wide {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2.5rem;
  }
}

.sl-val-kicker {
  display: inline-flex; margin: 0 0 1rem; padding: 0.32rem 0.75rem;
  border-radius: 999px; font-size: 0.72rem; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: #bfdbfe; background: rgba(255,255,255,.06);
  border: 1px solid rgba(147,197,253,.22);
}
.sl-val-hero__title {
  margin: 0 0 1rem;
  font-family: var(--sl-display); font-weight: 700;
  font-size: clamp(1.85rem, 4.2vw, 3.05rem);
  line-height: 1.1; letter-spacing: -0.035em; color: #fff;
}
.sl-val-hero__title > span { display: block; }
.sl-val-hero__title-accent {
  background: linear-gradient(105deg, #93c5fd 0%, #e0e7ff 50%, #bfdbfe 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.sl-val-hero__sub {
  margin: 0 0 1.1rem; max-width: 36rem;
  font-size: clamp(1rem, 1.4vw, 1.1rem); line-height: 1.55;
  color: rgba(203,213,225,.94); font-weight: 500;
}
.sl-val-hero__checks {
  list-style: none; margin: 0 0 1rem; padding: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 0.35rem 1rem;
  max-width: 34rem;
}
.sl-val-hero__checks li {
  position: relative; padding-left: 1.15rem;
  font-size: 0.86rem; font-weight: 600; color: #e2e8f0;
}
.sl-val-hero__checks li::before {
  content: "✓"; position: absolute; left: 0; color: #34d399; font-weight: 800;
}
.sl-val-hero__note {
  margin: 0 0 1.35rem; max-width: 34rem;
  font-size: 0.92rem; line-height: 1.5; color: rgba(148,163,184,.95);
}
.sl-val-hero__cta {
  display: flex; flex-wrap: wrap; gap: 0.75rem;
}

.sl-val-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.95rem 1.4rem; border-radius: 999px;
  font-weight: 700; font-size: 0.98rem; text-decoration: none;
  transition: transform 0.18s var(--sl-ease), box-shadow 0.18s ease;
}
.sl-val-btn--primary {
  color: #fff;
  background: linear-gradient(180deg, #3b82f6 0%, #1d4ed8 100%);
  box-shadow: 0 14px 34px -12px rgba(37,99,235,.85);
}
.sl-val-btn--primary:hover { transform: translateY(-2px); color: #fff; }
.sl-val-btn--pulse { animation: slPulse 2.4s ease-in-out infinite; }
@keyframes slPulse {
  0%,100% { box-shadow: 0 14px 34px -12px rgba(37,99,235,.85); }
  50% { box-shadow: 0 16px 42px -8px rgba(96,165,250,.95); }
}
.sl-val-btn--ghost {
  color: #e2e8f0; background: rgba(255,255,255,.04);
  border: 1px solid rgba(148,163,184,.28); font-weight: 600;
}
.sl-val-btn--ghost:hover { color: #fff; background: rgba(255,255,255,.08); }
.sl-val-btn--lg { padding: 1.15rem 1.9rem; font-size: 1.08rem; }

.sl-val-hero__reassure {
  margin: 1rem 0 0;
  max-width: 34rem;
  font-size: 0.84rem;
  line-height: 1.45;
  color: rgba(148, 163, 184, 0.95);
}

/* Journey preview (hero) */
.sl-val-journey-preview {
  display: grid;
  gap: 0.65rem;
}
.sl-val-journey-step {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.85rem;
  row-gap: 0.15rem;
  align-items: start;
  border-radius: 16px;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(148, 163, 184, 0.22);
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(10px);
}
.sl-val-journey-step__n {
  grid-row: 1 / span 2;
  display: inline-grid;
  place-items: center;
  width: 1.85rem;
  height: 1.85rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  color: #bfdbfe;
  background: rgba(37, 99, 235, 0.28);
  border: 1px solid rgba(147, 197, 253, 0.35);
}
.sl-val-journey-step strong {
  font-family: var(--sl-display);
  font-size: 1rem;
  color: #fff;
}
.sl-val-journey-step em {
  grid-column: 2;
  font-style: normal;
  font-size: 0.78rem;
  color: #94a3b8;
  line-height: 1.4;
}

/* Risk list */
.sl-val-risk {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: grid;
  gap: 0.65rem;
  max-width: 48rem;
}
.sl-val-risk li {
  background: #fff;
  border: 1px solid var(--sl-line);
  border-radius: 14px;
  padding: 0.95rem 1.1rem 0.95rem 2.75rem;
  position: relative;
  font-weight: 650;
  font-size: 0.98rem;
}
.sl-val-risk li::before {
  content: "!";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  font-weight: 800;
  color: #b45309;
  background: #fff7ed;
  border: 1px solid #fed7aa;
}

/* Phases (what & when) */
.sl-val-phases {
  display: grid;
  gap: 1rem;
}
@media (min-width: 860px) {
  .sl-val-phases { grid-template-columns: 1fr 1fr; align-items: stretch; }
}
.sl-val-phase {
  background: #fff;
  border: 1px solid var(--sl-line);
  border-radius: 20px;
  padding: 1.35rem 1.25rem 1.4rem;
  box-shadow: 0 12px 32px -28px rgba(15, 23, 42, 0.4);
}
.sl-val-phase__when {
  margin: 0 0 0.45rem;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--c-blue);
}
.sl-val-phase--later .sl-val-phase__when { color: #0f766e; }
.sl-val-phase h3 {
  margin: 0 0 0.9rem;
  font-family: var(--sl-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.sl-val-phase ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}
.sl-val-phase li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.92rem;
  line-height: 1.45;
  color: var(--sl-muted);
  font-weight: 600;
}
.sl-val-phase li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: var(--c-blue);
  font-weight: 800;
}
.sl-val-phase--later {
  border-top: 3px solid #0d9488;
}
.sl-val-phase--early {
  border-top: 3px solid var(--c-blue);
}
.sl-val-score-note,
.sl-val-rule {
  margin: 1.25rem auto 0;
  max-width: 48rem;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--sl-muted);
}
.sl-val-rule {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1e3a8a;
  font-weight: 650;
}

/* Prototype vs MVP */
.sl-val-compare {
  display: grid;
  gap: 1rem;
}
@media (min-width: 800px) {
  .sl-val-compare { grid-template-columns: 1fr 1fr; }
}
.sl-val-compare__col {
  background: #fff;
  border: 1px solid var(--sl-line);
  border-radius: 20px;
  padding: 1.3rem 1.2rem 1.4rem;
}
.sl-val-compare__col h3 {
  margin: 0 0 0.85rem;
  font-family: var(--sl-display);
  font-size: 1.15rem;
}
.sl-val-compare__col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}
.sl-val-compare__col li {
  padding: 0.55rem 0.7rem;
  border-radius: 10px;
  background: #f8fafc;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.4;
}
.sl-val-compare__col--proto { border-top: 3px solid #0891b2; }
.sl-val-compare__col--mvp { border-top: 3px solid #64748b; }

/* After groups */
.sl-val-after-groups {
  display: grid;
  gap: 0.9rem;
}
@media (min-width: 800px) {
  .sl-val-after-groups { grid-template-columns: repeat(3, 1fr); }
}
.sl-val-after-group {
  background: #fff;
  border: 1px solid var(--sl-line);
  border-radius: 18px;
  padding: 1.15rem 1.1rem 1.25rem;
}
.sl-val-after-group h3 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-family: var(--sl-display);
}
.sl-val-after-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}
.sl-val-after-group li {
  position: relative;
  padding-left: 1.05rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--sl-muted);
  line-height: 1.4;
}
.sl-val-after-group li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--c-blue);
  font-weight: 800;
}

.sl-val-final__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
.sl-val-final .sl-val-btn--ghost {
  color: #e2e8f0;
  border-color: rgba(226, 232, 240, 0.35);
  background: rgba(255, 255, 255, 0.06);
}
.sl-val-final .sl-val-btn--ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.sl-val-example__score em {
  display: block;
  margin-top: 0.35rem;
  font-style: normal;
  font-size: 0.65rem;
  font-weight: 700;
  color: #047857;
  line-height: 1.3;
}

/* Flow six steps: compact grid on wide screens */
@media (min-width: 900px) {
  .sl-val-flow--six {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem 1.1rem;
    justify-items: stretch;
  }
  .sl-val-flow--six .sl-val-flow__step {
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .sl-val-flow--six .sl-val-flow__step:not(:last-child)::after {
    content: none;
  }
}

/* Stack preview hero */
.sl-val-stack-preview {
  display: grid; gap: 0.65rem;
}
.sl-val-stack-card {
  border-radius: 16px; padding: 0.95rem 1rem;
  border: 1px solid rgba(148,163,184,.2);
  background: rgba(15,23,42,.55);
  backdrop-filter: blur(10px);
}
.sl-val-stack-card__label {
  display: block; font-size: 0.65rem; font-weight: 800;
  letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 0.25rem;
}
.sl-val-stack-card strong {
  font-family: var(--sl-display); font-size: 1.05rem; color: #fff;
}
.sl-val-stack-card strong span { font-size: 0.75rem; color: #94a3b8; font-weight: 600; }
.sl-val-stack-card em {
  display: block; margin-top: 0.2rem; font-style: normal;
  font-size: 0.75rem; color: #94a3b8;
}
.sl-val-stack-card--demo { border-color: rgba(8,145,178,.35); }
.sl-val-stack-card--demo .sl-val-stack-card__label { color: #67e8f9; }
.sl-val-stack-card--pitch { border-color: rgba(202,138,4,.35); }
.sl-val-stack-card--pitch .sl-val-stack-card__label { color: #fde047; }
.sl-val-stack-card--exec { border-color: rgba(37,99,235,.35); }
.sl-val-stack-card--exec .sl-val-stack-card__label { color: #93c5fd; }
.sl-val-stack-card--score { border-color: rgba(5,150,105,.35); }
.sl-val-stack-card--score .sl-val-stack-card__label { color: #6ee7b7; }
.sl-val-stack-card--score strong { font-size: 1.75rem; }

/* Sections */
.sl-val-section {
  max-width: var(--sl-max);
  margin: 0 auto;
  padding: 3.5rem 1.35rem 1rem;
}
.sl-val-section--tight { padding-top: 2.5rem; }
.sl-val-section--soft {
  max-width: none;
  padding-left: max(1.35rem, calc((100% - var(--sl-max)) / 2 + 1.35rem));
  padding-right: max(1.35rem, calc((100% - var(--sl-max)) / 2 + 1.35rem));
  background: linear-gradient(180deg, #eef2f8 0%, #f8fafc 100%);
  border-block: 1px solid var(--sl-line);
}
.sl-val-section--soft > * {
  max-width: var(--sl-max);
  margin-left: auto; margin-right: auto;
}
.sl-val-section__head {
  text-align: center; max-width: 40rem; margin: 0 auto 2rem;
}
.sl-val-section__eyebrow {
  margin: 0 0 0.5rem; font-size: 0.72rem; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--sl-accent);
}
.sl-val-section__head h2 {
  margin: 0 0 0.55rem;
  font-family: var(--sl-display);
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  letter-spacing: -0.03em;
}
.sl-val-section__head p {
  margin: 0; color: var(--sl-muted); font-size: 1.02rem; line-height: 1.55;
}

/* Sezione start — conversion spotlight */
.sl-val-section--start {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  scroll-margin-top: 5.5rem;
}
.sl-val-start-panel {
  position: relative;
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(37, 99, 235, 0.12), transparent 55%),
    radial-gradient(ellipse 70% 50% at 90% 100%, rgba(124, 58, 237, 0.1), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f4f7fd 100%);
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 28px;
  padding: 1.75rem 1.25rem 1.5rem;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.8) inset,
    0 28px 60px -36px rgba(30, 58, 138, 0.55);
}
@media (min-width: 768px) {
  .sl-val-start-panel { padding: 2.25rem 2rem 1.85rem; }
}
.sl-val-start-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  border-radius: 28px 28px 0 0;
  background: linear-gradient(90deg, #2563eb, #7c3aed 55%, #0891b2);
  pointer-events: none;
}
.sl-val-section__head--start {
  max-width: 40rem;
  margin-bottom: 1.5rem;
}
.sl-val-section__head--start h2 {
  font-size: clamp(1.75rem, 3.6vw, 2.45rem);
  letter-spacing: -0.035em;
  color: #0b1224;
}
.sl-val-start-badge {
  display: inline-flex;
  margin: 0 0 0.65rem;
  padding: 0.32rem 0.75rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #047857;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}
.sl-val-start-micro {
  text-align: center;
  margin: 1.25rem 0 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--sl-muted);
}

/* Entry cards full width */
.sl-val-entries {
  display: grid; gap: 1rem;
}
@media (min-width: 800px) {
  .sl-val-entries { grid-template-columns: 1fr 1fr; gap: 1.15rem; }
}
.sl-val-entry {
  display: flex; flex-direction: column;
  text-decoration: none; color: inherit;
  background: #fff; border: 1px solid var(--sl-line);
  border-radius: 22px; padding: 1.5rem 1.35rem 1.4rem;
  box-shadow: 0 18px 40px -30px rgba(15,23,42,.4);
  transition: transform 0.2s var(--sl-ease), border-color 0.2s ease, box-shadow 0.2s ease;
  min-height: 17rem;
  border-top: 4px solid var(--c-blue);
}
.sl-val-entry--repo { border-top-color: #7c3aed; }
.sl-val-entry:hover {
  transform: translateY(-5px);
  border-color: rgba(37,99,235,.35);
  box-shadow: 0 24px 48px -24px rgba(37,99,235,.45);
  color: inherit;
}
.sl-val-entry--repo:hover {
  border-color: rgba(124,58,237,.4);
  box-shadow: 0 24px 48px -24px rgba(124,58,237,.4);
}
.sl-val-entry__icon {
  width: 3.5rem; height: 3.5rem; border-radius: 16px;
  display: grid; place-items: center; font-size: 1.6rem; margin-bottom: 0.9rem;
}
.sl-val-entry--idea .sl-val-entry__icon {
  background: linear-gradient(145deg, #fef3c7, #fde68a); color: #b45309;
}
.sl-val-entry--repo .sl-val-entry__icon {
  background: linear-gradient(145deg, #ede9fe, #ddd6fe); color: #5b21b6; font-size: 1.45rem;
}
.sl-val-entry__badge {
  align-self: flex-start; margin-bottom: 0.45rem;
  padding: 0.2rem 0.55rem; border-radius: 999px;
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase;
  background: #eff6ff; color: var(--c-blue);
}
.sl-val-entry--repo .sl-val-entry__badge { background: #f5f3ff; color: #5b21b6; }
.sl-val-entry h3 {
  margin: 0 0 0.45rem;
  font-family: var(--sl-display); font-size: 1.45rem; letter-spacing: -0.025em;
}
.sl-val-entry p {
  margin: 0 0 1.1rem; color: var(--sl-muted); line-height: 1.5; flex: 1;
}
.sl-val-entry__cta {
  font-weight: 750; color: var(--c-blue); font-size: 0.98rem;
  display: inline-flex; align-items: center; gap: 0.35rem;
}
.sl-val-entry__cta--btn {
  align-self: stretch;
  justify-content: center;
  margin-top: 0.25rem;
  padding: 0.85rem 1rem;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(180deg, #3b82f6 0%, #1d4ed8 100%);
  box-shadow: 0 12px 28px -12px rgba(37,99,235,.75);
  font-size: 1rem;
}
.sl-val-entry__cta--repo {
  background: linear-gradient(180deg, #8b5cf6 0%, #6d28d9 100%);
  box-shadow: 0 12px 28px -12px rgba(109,40,217,.7);
}
.sl-val-entry:hover .sl-val-entry__cta--btn {
  filter: brightness(1.05);
}

html[data-theme="dark"] .sl-val-start-panel,
html[data-bs-theme="dark"] .sl-val-start-panel,
body.theme-dark .sl-val-start-panel,
body.dark-mode .sl-val-start-panel {
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(37, 99, 235, 0.22), transparent 55%),
    linear-gradient(180deg, #111827 0%, #0b1220 100%);
  border-color: rgba(96, 165, 250, 0.22);
}
html[data-theme="dark"] .sl-val-section__head--start h2,
html[data-bs-theme="dark"] .sl-val-section__head--start h2,
body.theme-dark .sl-val-section__head--start h2,
body.dark-mode .sl-val-section__head--start h2 {
  color: #f8fafc;
}

/* Flow */
.sl-val-flow {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 0;
  justify-items: center;
  counter-reset: none;
}
.sl-val-flow__step {
  width: min(100%, 420px);
  background: #fff; border: 1px solid var(--sl-line);
  border-radius: 18px; padding: 1.15rem 1.2rem;
  text-align: center; position: relative;
  margin: 0 0 1.55rem;
}
.sl-val-flow__step:last-child { margin-bottom: 0; }
.sl-val-flow__step:not(:last-child)::after {
  content: "↓";
  position: absolute;
  left: 50%;
  bottom: -1.25rem;
  transform: translateX(-50%);
  color: var(--sl-muted);
  font-size: 1.15rem;
  line-height: 1;
  pointer-events: none;
}
.sl-val-flow__num {
  display: inline-grid; place-items: center;
  width: 2rem; height: 2rem; border-radius: 999px;
  background: #eff6ff; color: var(--c-blue);
  font-weight: 800; font-size: 0.85rem; margin-bottom: 0.45rem;
}
.sl-val-flow__step h3 { margin: 0 0 0.3rem; font-size: 1.05rem; }
.sl-val-flow__step p { margin: 0; color: var(--sl-muted); font-size: 0.9rem; line-height: 1.45; }

/* Outputs */
.sl-val-outputs {
  display: grid; gap: 0.9rem;
}
@media (min-width: 640px) {
  .sl-val-outputs { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 980px) {
  .sl-val-outputs { grid-template-columns: repeat(4, 1fr); }
}
.sl-val-out {
  background: #fff; border: 1px solid var(--sl-line);
  border-radius: 18px; padding: 1rem 1rem 1.15rem;
  border-top: 3px solid var(--c-blue);
  box-shadow: 0 10px 28px -24px rgba(15,23,42,.35);
}
.sl-val-out h3 { margin: 0.75rem 0 0.35rem; font-size: 1rem; font-weight: 750; }
.sl-val-out p { margin: 0; font-size: 0.86rem; color: var(--sl-muted); line-height: 1.45; }
.sl-val-out__preview {
  height: 72px; border-radius: 12px;
  background: #f1f5f9; display: grid; place-items: center; gap: 0.35rem;
  overflow: hidden;
}
.sl-val-out__ui {
  display: block; width: 70%; height: 8px; border-radius: 4px; background: #cbd5e1;
}
.sl-val-out__ui--sm { width: 45%; }
.sl-val-out__preview--slides {
  display: flex; flex-wrap: wrap; gap: 0.3rem; align-content: center; justify-content: center; padding: 0.5rem;
}
.sl-val-out__preview--slides span {
  font-size: 0.58rem; font-weight: 800; letter-spacing: 0.02em;
  padding: 0.2rem 0.4rem; border-radius: 6px; background: #fff; color: #92400e;
  border: 1px solid #fde68a;
}
.sl-val-out__preview--doc i {
  display: block; width: 70%; height: 6px; border-radius: 3px; background: #bfdbfe;
}
.sl-val-out__preview--score {
  font-family: var(--sl-display); font-size: 2rem; font-weight: 700; color: var(--c-green);
  background: #ecfdf5;
}
.sl-val-out__preview--road {
  display: flex; align-items: center; justify-content: center; gap: 0.55rem;
}
.sl-val-out__preview--road i {
  width: 0.7rem; height: 0.7rem; border-radius: 50%; background: var(--c-blue);
  box-shadow: 1.2rem 0 0 #93c5fd, 2.4rem 0 0 #dbeafe;
}
.sl-val-out__preview--grid {
  background:
    linear-gradient(#e2e8f0 1px, transparent 1px) 0 0 / 33% 33%,
    linear-gradient(90deg, #e2e8f0 1px, transparent 1px) 0 0 / 33% 33%,
    #f8fafc;
}
.sl-val-out__preview--bars {
  display: flex; align-items: flex-end; justify-content: center; gap: 0.4rem; padding: 0.75rem;
}
.sl-val-out__preview--bars i {
  display: block; width: 12px; height: var(--h); border-radius: 4px 4px 0 0; background: var(--c-yellow);
}
.sl-val-out__preview--risk {
  font-family: var(--sl-display); font-size: 1.8rem; font-weight: 700;
  color: var(--c-red); background: #fef2f2;
}
.sl-val-out--demo { border-top-color: var(--c-cyan); }
.sl-val-out--pitch { border-top-color: var(--c-yellow); }
.sl-val-out--exec { border-top-color: var(--c-blue); }
.sl-val-out--score { border-top-color: var(--c-green); }
.sl-val-out--road { border-top-color: #4f46e5; }
.sl-val-out--biz { border-top-color: var(--c-teal); }
.sl-val-out--mkt { border-top-color: var(--c-orange); }
.sl-val-out--risk { border-top-color: var(--c-red); }

/* Gallery — non interactive */
.sl-val-gallery {
  display: grid; gap: 0.9rem;
  pointer-events: none; user-select: none;
}
@media (min-width: 640px) {
  .sl-val-gallery { grid-template-columns: 1fr 1fr; }
}
@media (min-width: 980px) {
  .sl-val-gallery { grid-template-columns: repeat(3, 1fr); }
}
.sl-val-thumb {
  background: #fff; border: 1px solid var(--sl-line);
  border-radius: 16px; overflow: hidden;
}
.sl-val-thumb__media {
  height: 110px; display: grid; place-items: center;
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.04em;
  text-transform: uppercase; color: #fff;
  position: relative;
}
.sl-val-thumb__media--shot {
  height: 168px;
  padding: 0;
  background: #0b1220;
  overflow: hidden;
}
.sl-val-thumb__media--shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  pointer-events: none;
  user-select: none;
  -webkit-user-drag: none;
}
.sl-val-thumb__kind {
  position: absolute;
  left: 0.65rem; bottom: 0.65rem;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  font-size: 0.62rem; font-weight: 800;
  letter-spacing: 0.04em; text-transform: uppercase;
  color: #fff;
  background: rgba(15, 23, 42, 0.72);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(6px);
}
.sl-val-thumb__media--1 { background: linear-gradient(135deg, #0f766e, #134e4a); }
.sl-val-thumb__media--2 { background: linear-gradient(135deg, #1d4ed8, #1e3a8a); }
.sl-val-thumb__media--3 { background: linear-gradient(135deg, #b45309, #92400e); }
.sl-val-thumb__media--4 { background: linear-gradient(135deg, #0e7490, #155e75); }
.sl-val-thumb__media--5 { background: linear-gradient(135deg, #4f46e5, #3730a3); }
.sl-val-thumb__media--6 { background: linear-gradient(135deg, #be123c, #9f1239); }
.sl-val-thumb__meta {
  padding: 0.85rem 0.95rem 1rem;
  display: grid; gap: 0.2rem;
}
.sl-val-thumb__meta strong { font-size: 0.95rem; }
.sl-val-thumb__meta span { font-size: 0.78rem; color: var(--sl-muted); }
.sl-val-thumb__entry {
  display: inline-flex !important; width: fit-content;
  margin-top: 0.2rem !important; padding: 0.15rem 0.45rem;
  border-radius: 999px; background: #f1f5f9; font-weight: 700 !important; color: #334155 !important;
}
.sl-val-thumb__meta em {
  font-style: normal; font-size: 0.75rem; color: var(--c-blue); font-weight: 650; margin-top: 0.25rem;
}
.sl-val-gallery__cta {
  text-align: center;
  margin: 1.75rem 0 0;
}

/* Proof / credibility numbers */
.sl-val-proof {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: 0.75rem;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 720px) {
  .sl-val-proof { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 980px) {
  .sl-val-proof { grid-template-columns: repeat(6, 1fr); }
}
.sl-val-proof li {
  background: #fff;
  border: 1px solid var(--sl-line);
  border-radius: 18px;
  padding: 1.15rem 0.9rem;
  text-align: center;
  box-shadow: 0 12px 28px -24px rgba(15,23,42,.35);
}
.sl-val-proof strong {
  display: block;
  font-family: var(--sl-display);
  font-size: clamp(1.55rem, 3vw, 2rem);
  letter-spacing: -0.03em;
  color: var(--c-blue);
  line-height: 1.1;
  margin-bottom: 0.35rem;
}
.sl-val-proof span {
  display: block;
  font-size: 0.82rem;
  font-weight: 650;
  color: var(--sl-muted);
  line-height: 1.35;
}

/* Example */
.sl-val-example {
  background: #fff; border: 1px solid var(--sl-line);
  border-radius: 24px; padding: 1.4rem 1.25rem 1.5rem;
  box-shadow: 0 20px 50px -36px rgba(15,23,42,.4);
}
.sl-val-example__head {
  display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start;
  margin-bottom: 1.1rem;
}
.sl-val-example__kicker {
  margin: 0 0 0.25rem; font-size: 0.7rem; font-weight: 800;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--c-blue);
}
.sl-val-example__head h3 {
  margin: 0 0 0.4rem;
  font-family: var(--sl-display); font-size: clamp(1.25rem, 2.5vw, 1.7rem);
}
.sl-val-example__head p { margin: 0; color: var(--sl-muted); max-width: 36rem; line-height: 1.5; }
.sl-val-example__score {
  flex-shrink: 0; text-align: center;
  min-width: 5.5rem; padding: 0.75rem;
  border-radius: 16px; background: #ecfdf5; border: 1px solid #a7f3d0;
}
.sl-val-example__score strong {
  display: block; font-family: var(--sl-display); font-size: 2rem; color: var(--c-green); line-height: 1;
}
.sl-val-example__score span { font-size: 0.75rem; color: var(--sl-muted); font-weight: 700; }
.sl-val-example__facts {
  display: grid; gap: 0.65rem; margin: 0 0 1.15rem;
}
@media (min-width: 700px) {
  .sl-val-example__facts { grid-template-columns: 1fr 1fr; }
}
.sl-val-example__facts > div {
  padding: 0.75rem 0.85rem; border-radius: 12px; background: #f8fafc; border: 1px solid var(--sl-line);
}
.sl-val-example__facts dt {
  font-size: 0.68rem; font-weight: 800; letter-spacing: 0.05em;
  text-transform: uppercase; color: var(--sl-muted); margin-bottom: 0.2rem;
}
.sl-val-example__facts dd { margin: 0; font-size: 0.92rem; font-weight: 600; }
.sl-val-example__previews {
  display: grid; gap: 0.65rem;
  pointer-events: none; user-select: none;
}
@media (min-width: 640px) {
  .sl-val-example__previews { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 980px) {
  .sl-val-example__previews { grid-template-columns: repeat(5, 1fr); }
}
.sl-val-mini-prev {
  border-radius: 14px; border: 1px solid var(--sl-line);
  background: #f8fafc; padding: 0.75rem; min-height: 100px;
}
.sl-val-mini-prev > span {
  display: block; font-size: 0.65rem; font-weight: 800;
  letter-spacing: 0.05em; text-transform: uppercase; color: var(--sl-muted); margin-bottom: 0.45rem;
}
.sl-val-mini-prev--exec i {
  display: block; height: 6px; border-radius: 3px; background: #cbd5e1; margin: 0.35rem 0;
}
.sl-val-mini-prev--pitch {
  background: linear-gradient(160deg, #0b1224, #1e3a8a); color: #fff; border: 0;
}
.sl-val-mini-prev--pitch > span { color: #93c5fd; }
.sl-val-mini-prev--pitch strong {
  font-family: var(--sl-display); font-size: 0.95rem; color: #fff;
}
.sl-val-mini-prev--road ol {
  list-style: none; margin: 0; padding: 0; display: flex; gap: 0.45rem; align-items: center;
}
.sl-val-mini-prev--road li {
  width: 0.55rem; height: 0.55rem; border-radius: 50%; background: var(--c-blue);
}
.sl-val-mini-prev--mvp ul { list-style: none; margin: 0; padding: 0; }
.sl-val-mini-prev--mvp li {
  height: 6px; border-radius: 3px; background: #a7f3d0; margin: 0.35rem 0; width: 80%;
}
.sl-val-mini-prev__screen {
  height: 48px; border-radius: 8px;
  background: linear-gradient(135deg, #ecfeff, #cffafe);
  border: 1px solid #a5f3fc;
}

/* Why / After */
.sl-val-why, .sl-val-after {
  list-style: none; margin: 0 auto; padding: 0;
  display: grid; gap: 0.65rem; max-width: 44rem;
}
.sl-val-why li, .sl-val-after li {
  background: #fff; border: 1px solid var(--sl-line);
  border-radius: 14px; padding: 0.95rem 1.1rem;
  font-weight: 650; font-size: 0.98rem;
}
.sl-val-why li::before, .sl-val-after li::before {
  content: "✔ "; color: var(--c-green);
}
.sl-val-after {
  counter-reset: after;
}
.sl-val-after li {
  counter-increment: after;
  padding-left: 3rem; position: relative;
}
.sl-val-after li::before {
  content: counter(after);
  position: absolute; left: 0.85rem; top: 50%; transform: translateY(-50%);
  width: 1.6rem; height: 1.6rem; border-radius: 999px;
  background: #eff6ff; color: var(--c-blue);
  display: grid; place-items: center;
  font-size: 0.75rem; font-weight: 800;
}
.sl-val-after__note {
  text-align: center; margin: 1.25rem auto 0; max-width: 36rem;
  color: var(--sl-muted); font-size: 0.95rem;
}

/* Final */
.sl-val-final {
  max-width: var(--sl-max);
  margin: 2.5rem auto 1rem;
  padding: 2.75rem 1.5rem;
  text-align: center;
  border-radius: 28px;
  background: linear-gradient(145deg, #0b1224 0%, #1e3a8a 55%, #2563eb 100%);
  color: #fff;
  width: calc(100% - 2.5rem);
  box-shadow: 0 30px 60px -34px rgba(30,58,138,.7);
}
.sl-val-final h2 {
  margin: 0 0 0.65rem;
  font-family: var(--sl-display);
  font-size: clamp(1.55rem, 3.4vw, 2.25rem);
  letter-spacing: -0.03em;
}
.sl-val-final h2 span { display: block; }
.sl-val-final__sub {
  margin: 0 0 1.5rem; color: rgba(219,234,254,.92); font-size: 1.05rem;
}
.sl-val-final .sl-val-btn--primary {
  background: #fff; color: #1e3a8a;
  box-shadow: 0 14px 34px -14px rgba(0,0,0,.35);
}
.sl-val-final .sl-val-btn--primary:hover { color: #1e3a8a; background: #f8fafc; }

/* Courses */
.sl-val-courses { padding-bottom: 2rem; }
.sl-val-courses__grid { display: grid; gap: 0.9rem; }
@media (min-width: 720px) {
  .sl-val-courses__grid { grid-template-columns: 1fr 1fr; }
}
.sl-val-course {
  display: flex; flex-direction: column; text-decoration: none; color: inherit;
  background: #fff; border: 1px solid var(--sl-line); border-radius: 18px;
  padding: 1.2rem; border-left: 4px solid var(--sl-course-accent, #1e3a8a);
}
.sl-val-course:hover { color: inherit; transform: translateY(-2px); }
.sl-val-course__icon {
  width: 2.4rem; height: 2.4rem; border-radius: 10px;
  display: grid; place-items: center; margin-bottom: 0.55rem;
  background: color-mix(in srgb, var(--sl-course-accent, #1e3a8a) 12%, white);
  color: var(--sl-course-accent, #1e3a8a);
}
.sl-val-course__badge { font-size: 0.68rem; font-weight: 750; color: var(--sl-muted); }
.sl-val-course h3 { margin: 0.2rem 0; font-size: 1.05rem; }
.sl-val-course__headline { margin: 0 0 0.35rem; font-size: 0.9rem; font-weight: 650; }
.sl-val-course__summary { margin: 0 0 0.85rem; font-size: 0.85rem; color: var(--sl-muted); line-height: 1.4; }
.sl-val-course__cta {
  margin-top: auto; font-weight: 750; color: var(--c-blue); font-size: 0.9rem;
  display: inline-flex; gap: 0.3rem; align-items: center;
}
.sl-val-courses__hub { text-align: center; margin-top: 1.25rem; }
.sl-val-courses__hub a { font-weight: 700; color: var(--c-blue); text-decoration: none; }

.sl-val-footer {
  text-align: center; padding: 1.5rem 1.25rem 2.5rem;
  font-size: 0.8rem; color: var(--sl-muted);
}

/* Reveal: visibile di default (no blank page senza JS). Animazione solo con .js-ready */
.sl-val-reveal {
  opacity: 1; transform: none;
  transition: opacity 0.55s var(--sl-ease), transform 0.55s var(--sl-ease);
}
.sl-val.js-ready .sl-val-reveal:not(.is-in) {
  opacity: 0; transform: translateY(14px);
}
.sl-val-reveal.is-in { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  .sl-val.js-ready .sl-val-reveal:not(.is-in),
  .sl-val-reveal { opacity: 1; transform: none; transition: none; }
  .sl-val-btn--pulse { animation: none; }
}

/* Dark mode (shell Sirius / preferenze sistema) */
html[data-theme="dark"] .sl-val,
html[data-bs-theme="dark"] .sl-val,
body.theme-dark .sl-val,
body.dark-mode .sl-val {
  --sl-ink: #e8eefc;
  --sl-muted: #94a3b8;
  --sl-line: rgba(148, 163, 184, 0.18);
  --sl-surface: #111827;
  --sl-mist: #0b1220;
  background: var(--sl-mist);
  color: var(--sl-ink);
}
html[data-theme="dark"] .sl-val-entry,
html[data-bs-theme="dark"] .sl-val-entry,
body.theme-dark .sl-val-entry,
body.dark-mode .sl-val-entry,
html[data-theme="dark"] .sl-val-out,
html[data-bs-theme="dark"] .sl-val-out,
body.theme-dark .sl-val-out,
body.dark-mode .sl-val-out,
html[data-theme="dark"] .sl-val-flow__step,
html[data-bs-theme="dark"] .sl-val-flow__step,
body.theme-dark .sl-val-flow__step,
body.dark-mode .sl-val-flow__step,
html[data-theme="dark"] .sl-val-thumb,
html[data-bs-theme="dark"] .sl-val-thumb,
body.theme-dark .sl-val-thumb,
body.dark-mode .sl-val-thumb,
html[data-theme="dark"] .sl-val-example,
html[data-bs-theme="dark"] .sl-val-example,
body.theme-dark .sl-val-example,
body.dark-mode .sl-val-example,
html[data-theme="dark"] .sl-val-why li,
html[data-bs-theme="dark"] .sl-val-why li,
body.theme-dark .sl-val-why li,
body.dark-mode .sl-val-why li,
html[data-theme="dark"] .sl-val-after li,
html[data-bs-theme="dark"] .sl-val-after li,
body.theme-dark .sl-val-after li,
body.dark-mode .sl-val-after li,
html[data-theme="dark"] .sl-val-proof li,
html[data-bs-theme="dark"] .sl-val-proof li,
body.theme-dark .sl-val-proof li,
body.dark-mode .sl-val-proof li,
html[data-theme="dark"] .sl-val-risk li,
html[data-bs-theme="dark"] .sl-val-risk li,
body.theme-dark .sl-val-risk li,
body.dark-mode .sl-val-risk li,
html[data-theme="dark"] .sl-val-phase,
html[data-bs-theme="dark"] .sl-val-phase,
body.theme-dark .sl-val-phase,
body.dark-mode .sl-val-phase,
html[data-theme="dark"] .sl-val-compare__col,
html[data-bs-theme="dark"] .sl-val-compare__col,
body.theme-dark .sl-val-compare__col,
body.dark-mode .sl-val-compare__col,
html[data-theme="dark"] .sl-val-after-group,
html[data-bs-theme="dark"] .sl-val-after-group,
body.theme-dark .sl-val-after-group,
body.dark-mode .sl-val-after-group {
  background: #111827;
  border-color: rgba(148, 163, 184, 0.18);
  color: #e8eefc;
}
html[data-theme="dark"] .sl-val-compare__col li,
html[data-bs-theme="dark"] .sl-val-compare__col li,
body.theme-dark .sl-val-compare__col li,
body.dark-mode .sl-val-compare__col li,
html[data-theme="dark"] .sl-val-rule,
html[data-bs-theme="dark"] .sl-val-rule,
body.theme-dark .sl-val-rule,
body.dark-mode .sl-val-rule {
  background: #0b1220;
  border-color: rgba(148, 163, 184, 0.22);
  color: #bfdbfe;
}
html[data-theme="dark"] .sl-val-section--soft,
html[data-bs-theme="dark"] .sl-val-section--soft,
body.theme-dark .sl-val-section--soft,
body.dark-mode .sl-val-section--soft {
  background: linear-gradient(180deg, #0f172a 0%, #0b1220 100%);
  border-color: rgba(148, 163, 184, 0.12);
}
html[data-theme="dark"] .sl-val-section__head h2,
html[data-bs-theme="dark"] .sl-val-section__head h2,
body.theme-dark .sl-val-section__head h2,
body.dark-mode .sl-val-section__head h2,
html[data-theme="dark"] .sl-val-entry h3,
html[data-bs-theme="dark"] .sl-val-entry h3,
body.theme-dark .sl-val-entry h3,
body.dark-mode .sl-val-entry h3,
html[data-theme="dark"] .sl-val-out h3,
html[data-bs-theme="dark"] .sl-val-out h3,
body.theme-dark .sl-val-out h3,
body.dark-mode .sl-val-out h3 {
  color: #f8fafc;
}
html[data-theme="dark"] .sl-val-out__preview,
html[data-bs-theme="dark"] .sl-val-out__preview,
body.theme-dark .sl-val-out__preview,
body.dark-mode .sl-val-out__preview,
html[data-theme="dark"] .sl-val-example__facts > div,
html[data-bs-theme="dark"] .sl-val-example__facts > div,
body.theme-dark .sl-val-example__facts > div,
body.dark-mode .sl-val-example__facts > div,
html[data-theme="dark"] .sl-val-mini-prev,
html[data-bs-theme="dark"] .sl-val-mini-prev,
body.theme-dark .sl-val-mini-prev,
body.dark-mode .sl-val-mini-prev {
  background: #0b1220;
  border-color: rgba(148, 163, 184, 0.18);
}
