/* Sirius Detector — Homepage v3 · Intelligence Platform */
:root {
  --sv-blue: #1e3a8a;
  --sv-blue-mid: #2563eb;
  --sv-blue-bright: #3b82f6;
  --sv-blue-soft: #eff6ff;
  --sv-blue-glow: #60a5fa;
  --sv-ink: #030712;
  --sv-ink-soft: #0f172a;
  --sv-muted: #64748b;
  --sv-border: #e2e8f0;
  --sv-surface: #f1f5f9;
  --sv-white: #ffffff;
  --sv-max: 1320px;
  --sv-header: 4.25rem;
  --sv-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --sv-panel: #0b1220;
  --sv-panel-border: rgba(59, 130, 246, 0.25);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.sv-home {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--sv-white);
  color: var(--sv-ink-soft);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  overflow-x: hidden;
}

.sv-page { background: var(--sv-white); }
.sv-page a { color: var(--sv-blue-mid); text-decoration: none; transition: color 0.2s; }
.sv-page a:hover { color: var(--sv-blue); }

/* ── Header ── */
.sv-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 500;
  height: var(--sv-header);
  display: flex;
  align-items: center;
  padding: 0 clamp(1rem, 3vw, 2rem);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px) saturate(1.4);
  border-bottom: 1px solid var(--sv-border);
  transition: background 0.35s var(--sv-ease), border-color 0.35s, box-shadow 0.35s;
}
.sv-header.is-scrolled { box-shadow: 0 8px 32px rgba(15, 23, 42, 0.06); }
.sv-header__inner {
  width: 100%;
  max-width: var(--sv-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.sv-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--sv-ink-soft) !important;
  text-decoration: none !important;
}
.sv-logo {
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(145deg, #0f172a, #1e3a8a);
  border-radius: 10px;
  border: 1px solid rgba(96, 165, 250, 0.35);
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.3);
}
.sv-logo img { width: 26px; height: 26px; }
.sv-wordmark { font-weight: 800; font-size: 1rem; letter-spacing: -0.03em; line-height: 1; }
.sv-wordmark em {
  font-style: normal;
  color: var(--sv-blue-mid);
}
.sv-nav { display: none; gap: 1.5rem; font-size: 0.82rem; font-weight: 600; }
.sv-nav a { color: var(--sv-muted) !important; }
.sv-nav a:hover { color: var(--sv-blue) !important; }
@media (min-width: 960px) { .sv-nav { display: flex; } }
.sv-header__cta { display: flex; align-items: center; gap: 0.45rem; flex-wrap: nowrap; justify-content: flex-end; }
@media (max-width: 768px) {
  /* Su mobile i CTA sono nella barra fissa in basso: evita Accedi tagliato/non cliccabile nell'header. */
  .sv-header__cta .sv-btn { display: none; }
  .sv-header__cta .sv-lang-switch { display: inline-flex; }
}

/* ── Language switch (IT|EN pill) ── */
.sv-lang-switch {
  display: inline-flex;
  align-items: stretch;
  padding: 2px;
  border-radius: 999px;
  background: var(--sv-surface);
  border: 1px solid var(--sv-border);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}
.sv-lang-switch__opt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  padding: 0.35rem 0.55rem;
  border-radius: 999px;
  color: var(--sv-muted) !important;
  text-decoration: none !important;
  transition: background 0.2s var(--sv-ease), color 0.2s var(--sv-ease), box-shadow 0.2s;
}
.sv-lang-switch__opt:hover {
  color: var(--sv-blue) !important;
}
.sv-lang-switch__opt.is-active {
  background: var(--sv-white);
  color: var(--sv-blue) !important;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.08);
}
@media (max-width: 959px) {
  .sv-lang-switch { order: -1; }
}

.sv-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 0.35rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  font-size: 0.82rem; font-weight: 700;
  border: none; cursor: pointer;
  transition: transform 0.2s var(--sv-ease), box-shadow 0.25s, background 0.25s;
  text-decoration: none !important;
  white-space: nowrap;
}
.sv-btn:hover { transform: translateY(-1px); }
.sv-btn--primary {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: #fff !important;
  box-shadow: 0 4px 24px rgba(37, 99, 235, 0.45);
}
.sv-btn--ghost {
  background: transparent;
  color: var(--sv-blue) !important;
  border: 1px solid var(--sv-border);
}
.sv-btn--lg { padding: 0.8rem 1.5rem; font-size: 0.92rem; border-radius: 10px; }
.sv-btn--white { background: #fff; color: var(--sv-blue) !important; box-shadow: 0 8px 32px rgba(0,0,0,0.15); }

/* ── Hero (base bianca) ── */
.sv-hero {
  position: relative;
  min-height: min(100vh, 900px);
  min-height: min(100dvh, 900px);
  display: flex;
  align-items: center;
  padding: calc(var(--sv-header) + 2rem) clamp(1rem, 3vw, 2rem) 3rem;
  background: var(--sv-white);
  overflow: hidden;
}
.sv-hero__grid {
  width: 100%;
  max-width: var(--sv-max);
  margin: 0 auto;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 1024px) {
  .sv-hero__grid { grid-template-columns: 1fr 1.1fr; gap: 3rem; }
}
.sv-hero__bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 55% 45% at 75% 35%, rgba(37, 99, 235, 0.07), transparent),
    radial-gradient(ellipse 40% 30% at 15% 75%, rgba(30, 58, 138, 0.05), transparent),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.sv-hero__gridlines {
  position: absolute; inset: 0; opacity: 0.35;
  background-image:
    linear-gradient(rgba(30, 58, 138, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30, 58, 138, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
}
.sv-hero__copy { position: relative; z-index: 2; }
.sv-hero__badge {
  display: inline-flex; align-items: center; gap: 0.4rem;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  font-size: 0.68rem; font-weight: 800;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--sv-blue);
  background: var(--sv-blue-soft, #eff6ff);
  border: 1px solid rgba(37, 99, 235, 0.2);
  margin-bottom: 1.25rem;
}
.sv-hero h1,
.sv-hero__title {
  margin: 0 0 1.25rem;
  font-size: clamp(2.8rem, 7vw, 4.5rem);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.95;
  color: var(--sv-ink-soft);
}
.sv-hero__title-row {
  display: block;
}
.sv-hero__title-row + .sv-hero__title-row {
  color: var(--sv-blue-mid);
}
.sv-hero__type {
  display: inline;
}
.sv-hero__type::after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 0.78em;
  margin-left: 2px;
  vertical-align: -0.06em;
  background: var(--sv-blue-mid);
  animation: sv-hero-cursor 0.9s step-end infinite;
}
.sv-hero__title.is-typing-done .sv-hero__type::after {
  display: none;
}
.sv-hero__prova {
  display: inline;
  color: var(--sv-blue-mid);
  opacity: 0;
  visibility: hidden;
}
.sv-hero__prova.is-visible {
  opacity: 1;
  visibility: visible;
}
.sv-hero__prova.is-blink {
  animation: sv-hero-prova-blink 0.38s ease-in-out;
}
.sv-hero__title.is-static .sv-hero__type::after { display: none; }
.sv-hero__title.is-static .sv-hero__prova { opacity: 1; visibility: visible; }
@keyframes sv-hero-cursor {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
@keyframes sv-hero-prova-blink {
  0%, 100% { opacity: 1; color: var(--sv-blue-mid); text-shadow: none; }
  50% { opacity: 0.15; color: var(--sv-blue-bright); text-shadow: 0 0 28px rgba(37, 99, 235, 0.65); }
}
.sv-hero__lead {
  font-size: clamp(1rem, 2vw, 1.2rem);
  color: var(--sv-muted);
  margin: 0 0 2rem;
  max-width: 28rem;
  line-height: 1.65;
}
.sv-hero__lead strong { color: var(--sv-ink-soft); font-weight: 600; }
.sv-hero__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-bottom: 2rem; }
.sv-hero__meta {
  display: flex; flex-wrap: wrap; gap: 1rem 1.5rem;
  font-size: 0.75rem; font-weight: 600; color: var(--sv-muted);
}
.sv-hero__meta i { color: var(--sv-blue-mid); }

.sv-hero__visual {
  position: relative;
  z-index: 2;
  aspect-ratio: 1.1;
  max-height: min(72vh, 580px);
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1024px) { .sv-hero__visual { margin: 0; } }
.sv-hero__canvas {
  width: 100%; height: 100%;
  border-radius: 16px;
  background: linear-gradient(145deg, #f8fafc, #eff6ff);
  border: 1px solid var(--sv-border);
  box-shadow: 0 24px 64px rgba(30, 58, 138, 0.1);
}
.sv-float {
  position: absolute;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--sv-border);
  backdrop-filter: blur(12px);
  box-shadow: 0 12px 32px rgba(30, 58, 138, 0.12);
  font-size: 0.72rem;
  color: var(--sv-muted);
  animation: sv-float 6s ease-in-out infinite;
  will-change: transform;
}
.sv-float strong { display: block; color: var(--sv-ink-soft); font-size: 0.8rem; margin-bottom: 0.15rem; }
.sv-float--1 { top: 8%; right: -4%; animation-delay: 0s; }
.sv-float--2 { bottom: 28%; left: -6%; animation-delay: -2s; }
.sv-float--3 { bottom: 6%; right: 8%; animation-delay: -4s; }
.sv-float__dot {
  display: inline-block; width: 6px; height: 6px;
  border-radius: 50%; background: #22c55e;
  margin-right: 0.3rem;
  box-shadow: 0 0 8px #22c55e;
}
@keyframes sv-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* ── Hero orbit (Sirius AI + software ecosystem) ── */
.sv-orbit {
  position: absolute;
  top: 50%; left: 50%;
  width: 420px; height: 420px;
  transform: translate(-50%, -50%);
}
.sv-orbit__ringline {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(37, 99, 235, 0.16);
}
.sv-orbit__ringline--1 { width: 156px; height: 156px; }
.sv-orbit__ringline--2 { width: 256px; height: 256px; border-style: dashed; border-color: rgba(37, 99, 235, 0.13); }
.sv-orbit__ringline--3 { width: 364px; height: 364px; }

.sv-orbit__dotspin {
  position: absolute; inset: 0;
  will-change: transform;
}
.sv-orbit__dotspin--1 { animation: sv-orbit-spin 26s linear infinite; }
.sv-orbit__dotspin--2 { animation: sv-orbit-spin 38s linear infinite reverse; }
.sv-orbit__dotspin--3 { animation: sv-orbit-spin 52s linear infinite; }
.sv-orbit__dot {
  position: absolute; top: 50%; left: 50%;
  transform-origin: 0 0;
  width: 9px; height: 9px; border-radius: 50%;
  background: var(--sv-blue-bright);
  box-shadow: 0 0 14px rgba(59, 130, 246, 0.8);
  transform: rotate(var(--a)) translateY(calc(-1 * var(--r))) translate(-50%, -50%);
}

.sv-orbit__core {
  position: absolute; top: 50%; left: 50%;
  width: 112px; height: 112px; border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 0.1rem;
  background: radial-gradient(circle at 32% 28%, var(--sv-blue-bright), var(--sv-blue) 78%);
  color: #fff;
  box-shadow: 0 18px 50px rgba(37, 99, 235, 0.45), 0 0 0 10px rgba(96, 165, 250, 0.12);
  z-index: 3;
  animation: sv-orbit-pulse 4.5s ease-in-out infinite;
}
.sv-orbit__core i { font-size: 1.5rem; line-height: 1; }
.sv-orbit__core span { font-size: 0.74rem; font-weight: 800; letter-spacing: 0.02em; line-height: 1.05; text-align: center; }

.sv-orbit__node {
  position: absolute; top: 50%; left: 50%;
  transform-origin: 0 0;
  z-index: 2;
  transform: rotate(var(--a)) translateY(calc(-1 * var(--r))) rotate(calc(-1 * var(--a))) translate(-50%, -50%);
}
.sv-orbit__node > span {
  display: block;
  padding: 0.4rem 0.72rem; border-radius: 999px;
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
  box-shadow: 0 8px 24px rgba(2, 6, 23, 0.08);
  font-size: 0.72rem; font-weight: 700;
  color: var(--sv-ink-soft);
  white-space: nowrap;
}
@keyframes sv-orbit-spin { to { transform: rotate(360deg); } }
@keyframes sv-orbit-pulse {
  0%, 100% { box-shadow: 0 18px 50px rgba(37, 99, 235, 0.4), 0 0 0 10px rgba(96, 165, 250, 0.1); }
  50% { box-shadow: 0 18px 56px rgba(37, 99, 235, 0.55), 0 0 0 16px rgba(96, 165, 250, 0.18); }
}
@media (max-width: 520px) {
  .sv-orbit { transform: translate(-50%, -50%) scale(0.74); }
}
@media (prefers-reduced-motion: reduce) {
  .sv-orbit__dotspin, .sv-orbit__core { animation: none; }
}

/* ── Section base ── */
.sv-wrap { max-width: var(--sv-max); margin: 0 auto; padding: 0 clamp(1rem, 3vw, 2rem); }
.sv-section { padding: clamp(4rem, 10vw, 6.5rem) 0; }
.sv-section--dark { background: var(--sv-ink-soft); color: #e2e8f0; }
.sv-section--surface { background: var(--sv-surface); }
.sv-eyebrow {
  font-size: 0.68rem; font-weight: 800;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--sv-blue-mid);
  margin: 0 0 0.6rem;
}
.sv-section--dark .sv-eyebrow { color: var(--sv-blue-glow); }
.sv-section h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.1;
}
.sv-section--dark h2 { color: #fff; }
.sv-lead {
  margin: 0 0 2.5rem;
  max-width: 36rem;
  font-size: 1.05rem;
  color: var(--sv-muted);
  line-height: 1.65;
}
.sv-section--dark .sv-lead { color: rgba(255,255,255,0.55); }

.sv-reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s var(--sv-ease), transform 0.8s var(--sv-ease);
}
.sv-reveal.is-visible { opacity: 1; transform: none; }

/* ── Audience ticker ── */
.sv-ticker {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
  padding: 1.25rem 0;
  border-top: 1px solid var(--sv-border);
  border-bottom: 1px solid var(--sv-border);
}
.sv-ticker span {
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.78rem; font-weight: 700;
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
  color: var(--sv-ink-soft);
  transition: border-color 0.2s, transform 0.2s;
}
.sv-ticker span:hover {
  border-color: rgba(37, 99, 235, 0.4);
  transform: translateY(-2px);
}

/* ── Featured products (WSPD / DEFEND / BIR) ── */
.sv-featured {
  display: grid;
  gap: 1.25rem;
  margin-top: -2rem;
  position: relative;
  z-index: 10;
  padding-bottom: 1rem;
}
@media (min-width: 900px) { .sv-featured { grid-template-columns: repeat(3, 1fr); } }
.sv-product {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  overflow: hidden;
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
  transition: transform 0.4s var(--sv-ease), box-shadow 0.4s;
  text-decoration: none !important;
  color: inherit !important;
}
.sv-product:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 80px rgba(30, 58, 138, 0.18);
}
@media (min-width: 900px) {
  .sv-product--center {
    transform: translateY(-4px);
    box-shadow: 0 28px 72px rgba(30, 58, 138, 0.14);
    border-color: rgba(37, 99, 235, 0.28);
  }
  .sv-product--center:hover {
    transform: translateY(-8px);
    box-shadow: 0 36px 88px rgba(30, 58, 138, 0.22);
  }
}
.sv-product__visual {
  position: relative;
  aspect-ratio: 16/11;
  background: var(--sv-panel);
  overflow: hidden;
}
.sv-product__visual img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.6s var(--sv-ease);
}
.sv-product__visual img.is-shot {
  object-fit: contain;
  object-position: center;
  padding: 0.65rem 0.85rem 0.5rem;
  background: linear-gradient(160deg, #f8fafc 0%, #eff6ff 100%);
  box-sizing: border-box;
}
.sv-product:hover .sv-product__visual img.is-shot { transform: scale(1.02); }
.sv-product:hover .sv-product__visual img:not(.is-shot) { transform: scale(1.04); }
.sv-product__visual::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(3,7,18,0.35));
  pointer-events: none;
}
.sv-product__badge {
  position: absolute; top: 0.85rem; left: 0.85rem; z-index: 2;
  padding: 0.25rem 0.65rem;
  border-radius: 6px;
  font-size: 0.62rem; font-weight: 800;
  letter-spacing: 0.08em; text-transform: uppercase;
  background: rgba(37, 99, 235, 0.9);
  color: #fff;
}
.sv-product__body { padding: 1.25rem 1.35rem 1.5rem; flex: 1; display: flex; flex-direction: column; }
.sv-product__body h3 { margin: 0 0 0.4rem; font-size: 1.1rem; font-weight: 800; letter-spacing: -0.02em; }
.sv-product__body p { margin: 0; font-size: 0.85rem; color: var(--sv-muted); line-height: 1.55; flex: 1; }
.sv-product__cta {
  margin-top: 1rem;
  font-size: 0.8rem; font-weight: 700;
  color: var(--sv-blue-mid) !important;
  display: inline-flex; align-items: center; gap: 0.3rem;
}
.sv-product__price {
  position: absolute; bottom: 0.85rem; right: 0.85rem; z-index: 2;
  padding: 0.35rem 0.75rem;
  border-radius: 8px;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(8px);
  font-size: 0.78rem; font-weight: 700; color: #fff;
}

/* ── Capability blocks (4 large) ── */
.sv-capabilities { display: grid; gap: 1.25rem; }
@media (min-width: 768px) { .sv-capabilities { grid-template-columns: 1fr 1fr; } }
.sv-cap {
  display: grid;
  border-radius: 16px;
  overflow: hidden;
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
  transition: transform 0.35s var(--sv-ease), box-shadow 0.35s;
}
@media (min-width: 640px) { .sv-cap { grid-template-columns: 1fr 1fr; } }
.sv-cap:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(30, 58, 138, 0.12);
}
.sv-cap__visual {
  background: linear-gradient(160deg, #f8fafc, #eff6ff);
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  overflow: hidden;
}
.sv-cap__text {
  padding: 1.75rem;
  display: flex; flex-direction: column; justify-content: center;
}
.sv-cap__text h3 { margin: 0 0 0.5rem; font-size: 1.25rem; font-weight: 800; letter-spacing: -0.02em; }
.sv-cap__text p { margin: 0; font-size: 0.88rem; color: var(--sv-muted); line-height: 1.6; }
.sv-cap:nth-child(even) .sv-cap__visual { order: -1; }
@media (max-width: 639px) { .sv-cap:nth-child(even) .sv-cap__visual { order: 0; } }

/* ── Masonry ecosystem ── */
.sv-masonry {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .sv-masonry { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) {
  .sv-masonry { grid-template-columns: repeat(12, 1fr); }
  .sv-masonry__item--hero { grid-column: span 8; }
  .sv-masonry__item--side { grid-column: span 4; }
  .sv-masonry__item--wide { grid-column: span 6; }
  .sv-masonry__item--half { grid-column: span 6; }
  .sv-masonry__item--third { grid-column: span 4; }
  .sv-masonry__item--tall { grid-row: span 2; }
}
.sv-eco {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s var(--sv-ease), box-shadow 0.35s;
}
.sv-eco:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 64px rgba(30, 58, 138, 0.14);
}
.sv-eco__img {
  background: var(--sv-panel);
  overflow: hidden;
  flex-shrink: 0;
}
.sv-eco__img--sm { aspect-ratio: 16/9; }
.sv-eco__img--md { aspect-ratio: 16/10; }
.sv-eco__img--lg { aspect-ratio: 16/11; }
.sv-eco__img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s var(--sv-ease); }
.sv-eco:hover .sv-eco__img img { transform: scale(1.03); }
.sv-eco__body { padding: 1.25rem 1.35rem 1.5rem; flex: 1; }
.sv-eco__tag {
  font-size: 0.62rem; font-weight: 800;
  letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--sv-blue-mid);
  margin-bottom: 0.35rem;
}
.sv-eco h3 { margin: 0 0 0.45rem; font-size: 1.05rem; font-weight: 800; }
.sv-eco p { margin: 0; font-size: 0.84rem; color: var(--sv-muted); line-height: 1.55; }
.sv-eco__metrics {
  display: flex; flex-wrap: wrap; gap: 0.5rem;
  margin-top: 0.85rem;
}
.sv-eco__metrics span {
  padding: 0.25rem 0.55rem;
  border-radius: 6px;
  font-size: 0.68rem; font-weight: 700;
  background: var(--sv-surface);
  color: var(--sv-ink-soft);
  border: 1px solid var(--sv-border);
}
.sv-eco__link {
  display: inline-flex; align-items: center; gap: 0.3rem;
  margin-top: 0.85rem;
  font-size: 0.78rem; font-weight: 700;
}

/* ── Workflow pipeline ── */
.sv-pipeline {
  display: grid;
  gap: 0;
  position: relative;
}
@media (min-width: 900px) {
  .sv-pipeline {
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
}
.sv-pipeline__step {
  position: relative;
  padding: 1.5rem;
  border-radius: 14px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  transition: border-color 0.3s, background 0.3s;
}
.sv-pipeline__step:hover {
  background: rgba(37, 99, 235, 0.1);
  border-color: rgba(59, 130, 246, 0.35);
}
.sv-pipeline__num {
  font-size: 0.65rem; font-weight: 800;
  color: var(--sv-blue-glow);
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
.sv-pipeline__step h4 { margin: 0 0 0.35rem; font-size: 0.95rem; font-weight: 800; color: #fff; }
.sv-pipeline__step p { margin: 0; font-size: 0.78rem; color: rgba(255,255,255,0.5); line-height: 1.5; }
.sv-pipeline__icon {
  width: 40px; height: 40px;
  border-radius: 10px;
  background: rgba(37, 99, 235, 0.2);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
  color: var(--sv-blue-glow);
}
.sv-pipeline__arrow {
  display: none;
  position: absolute;
  right: -0.75rem; top: 50%;
  transform: translateY(-50%);
  color: var(--sv-blue-glow);
  font-size: 1.2rem;
  z-index: 2;
}
@media (min-width: 900px) {
  .sv-pipeline__step:not(:last-child) .sv-pipeline__arrow { display: block; }
}
.sv-pipeline__msg {
  text-align: center;
  margin-top: 2.5rem;
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  font-weight: 800;
  color: #fff;
}
.sv-pipeline__msg em { font-style: normal; color: var(--sv-blue-glow); }

/* ── Mission control stats ── */
.sv-mission {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background: var(--sv-panel);
  border: 1px solid var(--sv-panel-border);
  box-shadow: 0 40px 100px rgba(0,0,0,0.25);
}
.sv-mission__bg {
  position: absolute; inset: 0;
  opacity: 0.35;
}
.sv-mission__bg img { width: 100%; height: 100%; object-fit: cover; }
.sv-mission__overlay {
  position: relative;
  padding: 2rem;
  background: linear-gradient(180deg, rgba(3,7,18,0.3), rgba(3,7,18,0.85));
}
.sv-mission__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 768px) { .sv-mission__grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 1024px) { .sv-mission__grid { grid-template-columns: repeat(5, 1fr); } }
.sv-metric {
  text-align: center;
  padding: 1.25rem 0.75rem;
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  transition: border-color 0.3s, box-shadow 0.3s;
}
.sv-metric:hover {
  border-color: rgba(59, 130, 246, 0.4);
  box-shadow: 0 0 24px rgba(37, 99, 235, 0.15);
}
.sv-metric strong {
  display: block;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
.sv-metric strong.is-glow { color: var(--sv-blue-glow); text-shadow: 0 0 20px rgba(96, 165, 250, 0.5); }
.sv-metric span {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.7rem; font-weight: 600;
  color: rgba(255,255,255,0.45);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* ── Split panels ── */
.sv-panels { display: grid; gap: 1.25rem; }
@media (min-width: 768px) { .sv-panels { grid-template-columns: 1fr 1fr; } }
.sv-panel {
  border-radius: 16px;
  padding: 2rem;
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
  position: relative;
  overflow: hidden;
}
.sv-panel--glow::before {
  content: '';
  position: absolute; top: -50%; right: -30%;
  width: 60%; height: 100%;
  background: radial-gradient(circle, rgba(37,99,235,0.08), transparent 70%);
}
.sv-panel h3 { margin: 0 0 0.65rem; font-size: 1.2rem; font-weight: 800; position: relative; }
.sv-panel p { margin: 0; font-size: 0.9rem; color: var(--sv-muted); line-height: 1.65; position: relative; }

/* ── Formazione strip ── */
.sv-training {
  display: flex; flex-wrap: wrap; gap: 0.65rem;
  margin-bottom: 2rem;
}
.sv-training span {
  padding: 0.55rem 1rem;
  border-radius: 10px;
  font-size: 0.82rem; font-weight: 700;
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
}

.sv-formation-lead {
  max-width: 40rem;
  margin: 0.75rem 0 1.75rem;
}

.sv-formation-paths {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1fr;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .sv-formation-paths { grid-template-columns: 1fr 1fr; gap: 1.35rem; }
}

.sv-formation-path {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  padding: 1.35rem 1.4rem 1.25rem;
  border-radius: 16px;
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
  text-decoration: none;
  color: inherit;
  min-height: 100%;
  transition: transform 0.28s var(--sv-ease), box-shadow 0.28s, border-color 0.28s;
}
.sv-formation-path:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(30, 58, 138, 0.12);
  border-color: rgba(37, 99, 235, 0.35);
  color: inherit;
}
.sv-formation-path--accent {
  background: linear-gradient(165deg, #eff6ff 0%, #ffffff 55%);
  border-color: #bfdbfe;
}
.sv-formation-path__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 10px;
  background: #eff6ff;
  color: #1e3a8a;
  font-size: 1.15rem;
  margin-bottom: 0.25rem;
}
.sv-formation-path--accent .sv-formation-path__icon {
  background: #1e3a8a;
  color: #fff;
}
.sv-formation-path__kicker {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2563eb;
}
.sv-formation-path__title {
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.25;
  color: var(--sv-ink, #0f172a);
}
.sv-formation-path__desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--sv-muted);
  flex: 1;
}
.sv-formation-path__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.55rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #1e3a8a;
}
.sv-formation-path:hover .sv-formation-path__cta { gap: 0.55rem; }
.sv-formation-more {
  margin: 0;
  font-size: 0.82rem;
  color: var(--sv-muted);
  line-height: 1.5;
}

/* ── Ecosistema · griglia ordinata ── */
.sv-tools-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .sv-tools-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .sv-tools-grid { grid-template-columns: repeat(3, 1fr); } }

.sv-tool {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
  overflow: hidden;
  min-height: 100%;
  transition: transform 0.3s var(--sv-ease), box-shadow 0.3s;
}
.sv-tool:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(30, 58, 138, 0.1);
}
.sv-tool__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem 0;
}
.sv-tool__num {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--sv-blue-mid);
  letter-spacing: 0.08em;
}
.sv-tool__cat {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--sv-muted);
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  background: var(--sv-surface);
  border: 1px solid var(--sv-border);
}
.sv-tool__visual {
  margin: 0.85rem 1.25rem 0;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(160deg, #f8fafc, #eff6ff);
  border: 1px solid var(--sv-border);
  aspect-ratio: 16/10;
  flex-shrink: 0;
}
.sv-tool__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.sv-tool__visual--anim {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  padding: 0.5rem;
}
.sv-tool__visual--anim .sv-bir-star { width: 110px; height: 110px; }
.sv-tool__visual img.is-preview {
  object-fit: contain;
  object-position: center;
  padding: 0.35rem;
  background: #f8fafc;
}
.sv-tool__visual--anim { padding: 0.75rem; }
.sv-tool__visual--fill {
  display: flex;
  align-items: stretch;
  padding: 0;
}
.sv-tool__visual--fill .sv-prev { min-height: 0; }

/* ── Preview moduli piattaforma (light, animati) ── */
.sv-prev {
  width: 100%;
  height: 100%;
  min-height: 130px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--sv-ink-soft);
}
.sv-prev__title {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--sv-blue-mid);
  text-transform: uppercase;
}
.sv-prev__row {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.55rem;
  border-radius: 6px;
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
}
.sv-prev__row--active {
  border-color: #93c5fd;
  background: #eff6ff;
  color: var(--sv-blue);
}
.sv-prev__bar {
  height: 5px;
  border-radius: 3px;
  background: var(--sv-border);
  overflow: hidden;
}
.sv-prev__bar span {
  display: block;
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, var(--sv-blue-mid), var(--sv-blue));
  border-radius: 3px;
  animation: sv-prev-fill 2.8s ease-in-out infinite;
}
@keyframes sv-prev-fill {
  0%, 100% { width: 35%; }
  50% { width: 88%; }
}

/* WSPD radar */
.sv-prev-wspd__radar {
  position: relative;
  width: 72px;
  height: 72px;
  margin: 0.15rem auto 0.35rem;
  border-radius: 50%;
  background: radial-gradient(circle, #eff6ff 0%, var(--sv-white) 70%);
  border: 1px solid #bfdbfe;
  overflow: hidden;
}
.sv-prev-wspd__sweep {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg, transparent 0deg, rgba(37, 99, 235, 0.22) 55deg, transparent 56deg);
  animation: sv-wspd-sweep 2.4s linear infinite;
}
.sv-prev-wspd__core {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--sv-white);
  border: 2px solid var(--sv-blue-mid);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--sv-blue);
  font-size: 0.75rem;
  z-index: 1;
}
@keyframes sv-wspd-sweep { to { transform: rotate(360deg); } }
.sv-prev-wspd__devices span {
  animation: sv-wspd-device 4.5s ease-in-out infinite;
}
.sv-prev-wspd__devices span:nth-child(2) { animation-delay: 1.5s; }
.sv-prev-wspd__devices span:nth-child(3) { animation-delay: 3s; }
@keyframes sv-wspd-device {
  0%, 20%, 100% { border-color: var(--sv-border); color: var(--sv-muted); background: var(--sv-white); }
  8%, 14% { border-color: var(--sv-blue-mid); color: var(--sv-blue); background: #eff6ff; }
}

/* WSPD devices row */
.sv-prev-wspd__devices { display: flex; gap: 0.35rem; margin-bottom: 0.25rem; }
.sv-prev-wspd__devices span {
  flex: 1; text-align: center; padding: 0.35rem 0;
  border-radius: 6px; background: var(--sv-white); border: 1px solid var(--sv-border);
  font-size: 0.58rem; color: var(--sv-muted);
}
.sv-prev-wspd__devices span.is-on { border-color: var(--sv-blue-mid); color: var(--sv-blue); background: #eff6ff; }

/* DEFEND */
.sv-prev-defend { gap: 0.35rem; }
.sv-prev-defend__floats {
  display: flex; gap: 0.3rem; flex-wrap: wrap; margin-bottom: 0.15rem;
}
.sv-prev-defend__chip {
  display: inline-flex; align-items: center; gap: 0.25rem;
  padding: 0.28rem 0.45rem; border-radius: 999px;
  background: var(--sv-white); border: 1px solid var(--sv-border);
  font-size: 0.55rem; color: var(--sv-muted);
  animation: sv-defend-chip 3s ease-in-out infinite;
}
.sv-prev-defend__chip:nth-child(2) { animation-delay: 0.5s; }
.sv-prev-defend__chip:nth-child(3) { animation-delay: 1s; }
@keyframes sv-defend-chip {
  0%, 100% { transform: translateY(0); border-color: var(--sv-border); color: var(--sv-muted); }
  50% { transform: translateY(-3px); border-color: #93c5fd; color: var(--sv-blue); background: #eff6ff; }
}
.sv-prev-defend__step {
  display: flex; align-items: center; gap: 0.45rem;
  padding: 0.35rem 0.5rem; border-radius: 6px;
  background: var(--sv-white); border: 1px solid var(--sv-border);
  opacity: 0.5;
}
.sv-prev-defend__step:nth-child(3) { animation: sv-defend-step 3.6s ease-in-out infinite; }
.sv-prev-defend__step:nth-child(4) { animation: sv-defend-step 3.6s ease-in-out infinite 1.2s; }
.sv-prev-defend__step:nth-child(5) { animation: sv-defend-step 3.6s ease-in-out infinite 2.4s; }
@keyframes sv-defend-step {
  0%, 25%, 100% { opacity: 0.5; border-color: var(--sv-border); background: var(--sv-white); }
  8%, 18% { opacity: 1; border-color: #93c5fd; background: #eff6ff; }
}
.sv-prev-defend__dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--sv-blue-mid); flex-shrink: 0; opacity: 0.35;
}

/* Nexius */
.sv-prev-nexius__channels { display: flex; gap: 0.3rem; flex-wrap: wrap; }
.sv-prev-nexius__channels span {
  padding: 0.3rem 0.5rem; border-radius: 6px;
  background: var(--sv-white); border: 1px solid var(--sv-border);
  font-size: 0.58rem; animation: sv-nexius-flow 2.4s ease-in-out infinite;
}
.sv-prev-nexius__channels span:nth-child(2) { animation-delay: 0.3s; }
.sv-prev-nexius__channels span:nth-child(3) { animation-delay: 0.6s; }
.sv-prev-nexius__channels span:nth-child(4) { animation-delay: 0.9s; }
.sv-prev-nexius__flow {
  height: 3px; background: var(--sv-border); border-radius: 2px; position: relative; overflow: hidden;
}
.sv-prev-nexius__flow::after {
  content: ''; position: absolute; left: -30%; top: 0; width: 30%; height: 100%;
  background: var(--sv-blue-mid); border-radius: 2px;
  animation: sv-nexius-slide 2s linear infinite;
}
@keyframes sv-nexius-flow {
  0%, 100% { border-color: var(--sv-border); color: var(--sv-muted); }
  50% { border-color: #93c5fd; color: var(--sv-blue); background: #eff6ff; }
}
@keyframes sv-nexius-slide { to { left: 100%; } }

/* Fast Intelligence pipeline */
.sv-prev-fast__pipe {
  display: flex; align-items: stretch; gap: 0.2rem; margin-top: 0.15rem;
}
.sv-prev-fast__col {
  flex: 1; display: flex; flex-direction: column; gap: 0.2rem;
  padding: 0.35rem 0.3rem; border-radius: 6px;
  background: var(--sv-white); border: 1px solid var(--sv-border);
  font-size: 0.52rem; color: var(--sv-muted);
  animation: sv-fast-col 4.2s ease-in-out infinite;
}
.sv-prev-fast__col strong {
  font-size: 0.55rem; color: var(--sv-blue); letter-spacing: 0.04em;
}
.sv-prev-fast__col.is-mid { animation-delay: 1.4s; }
.sv-prev-fast__col:last-child { animation-delay: 2.8s; }
.sv-prev-fast__arrow {
  align-self: center; font-size: 0.65rem; color: #93c5fd;
  animation: sv-fast-arrow 4.2s ease-in-out infinite;
}
@keyframes sv-fast-col {
  0%, 25%, 100% { border-color: var(--sv-border); box-shadow: none; }
  10%, 18% { border-color: #93c5fd; box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1); background: #eff6ff; }
}
@keyframes sv-fast-arrow {
  0%, 100% { opacity: 0.35; transform: translateX(0); }
  50% { opacity: 1; transform: translateX(2px); }
}

/* Curriculum ring */
.sv-prev-cv__ring {
  position: relative; width: 72px; height: 72px; margin: 0.2rem auto 0.35rem;
}
.sv-prev-cv__ring svg {
  width: 100%; height: 100%; transform: rotate(-90deg);
}
.sv-prev-cv__arc {
  animation: sv-cv-arc 3.2s ease-in-out infinite;
}
.sv-prev-cv__ring > span {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; font-weight: 900; color: var(--sv-blue-mid);
}
@keyframes sv-cv-arc {
  0%, 100% { stroke-dashoffset: 52; }
  50% { stroke-dashoffset: 28; }
}

/* Curriculum score (legacy) */
.sv-prev-cv__score {
  font-size: 1.75rem; font-weight: 900; color: var(--sv-blue-mid);
  letter-spacing: -0.03em; line-height: 1;
}
.sv-prev-cv__score small { font-size: 0.75rem; color: var(--sv-muted); font-weight: 600; }
.sv-prev-cv__meter {
  height: 8px; border-radius: 4px; background: var(--sv-border); overflow: hidden; margin-top: 0.35rem;
}
.sv-prev-cv__meter span {
  display: block; height: 100%; width: 78%;
  background: linear-gradient(90deg, var(--sv-blue-mid), var(--sv-blue));
  border-radius: 4px;
  animation: sv-cv-meter 3s ease-in-out infinite;
}
@keyframes sv-cv-meter {
  0%, 100% { width: 72%; }
  50% { width: 82%; }
}

/* Crystalize — griglia quadrati */
.sv-prev-crystal { gap: 0.35rem; }
.sv-prev-crystal--fill {
  position: relative;
  gap: 0;
  padding: 0;
  min-height: 100%;
}
.sv-prev-crystal--fill .sv-prev__title {
  position: absolute;
  top: 0.55rem;
  left: 0.65rem;
  z-index: 2;
  margin: 0;
}
.sv-prev-crystal__stage {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  width: 100%;
  min-height: 100%;
  padding: 1.85rem 0.65rem 0.55rem;
  gap: 0.45rem;
}
.sv-prev-crystal__grid {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 4px;
  width: 100%;
  min-height: 0;
}
.sv-prev-crystal__sq {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 4px;
  background: var(--sv-white);
  border: 1.5px solid var(--sv-border);
  animation: sv-crystal-sq 3.2s ease-in-out infinite;
  animation-delay: calc(var(--sq-i, 0) * 0.08s);
}
.sv-prev-crystal__sq:nth-child(6n+3),
.sv-prev-crystal__sq:nth-child(6n+5) {
  animation-duration: 2.6s;
}
.sv-prev-crystal__hash {
  flex-shrink: 0;
  font-family: ui-monospace, monospace;
  font-size: 0.65rem;
  color: var(--sv-muted);
  text-align: center;
  letter-spacing: 0.04em;
  padding-bottom: 0.15rem;
}
@keyframes sv-crystal-sq {
  0%, 100% {
    background: var(--sv-white);
    border-color: var(--sv-border);
    box-shadow: none;
    transform: scale(1);
  }
  35%, 50% {
    background: linear-gradient(145deg, #eff6ff, #dbeafe);
    border-color: #93c5fd;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.14);
    transform: scale(0.94);
  }
}

/* CinScan hospitality graph */
.sv-prev-cinscan__graph {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
  min-height: 88px;
  margin: 0.2rem 0 0.35rem;
  padding: 0.35rem;
  border-radius: 8px;
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
}
.sv-prev-cinscan__line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, #93c5fd, transparent);
  transform-origin: left center;
  opacity: 0.5;
  animation: sv-cinscan-line 2.8s ease-in-out infinite;
}
.sv-prev-cinscan__line--a { width: 42%; top: 38%; left: 28%; transform: rotate(-18deg); }
.sv-prev-cinscan__line--b { width: 38%; top: 58%; left: 32%; transform: rotate(12deg); animation-delay: 0.6s; }
.sv-prev-cinscan__line--c { width: 36%; top: 48%; left: 52%; transform: rotate(-35deg); animation-delay: 1.2s; }
.sv-prev-cinscan__hotel {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: 0.15rem;
  padding: 0.4rem 0.25rem; border-radius: 8px;
  background: #f8fafc; border: 1px solid var(--sv-border);
  font-size: 0.85rem; color: var(--sv-blue-mid);
  animation: sv-cinscan-hotel 3s ease-in-out infinite;
}
.sv-prev-cinscan__hotel small { font-size: 0.5rem; color: var(--sv-muted); font-weight: 600; }
.sv-prev-cinscan__hotel:nth-child(5) { animation-delay: 0.4s; }
.sv-prev-cinscan__hotel:nth-child(6) { animation-delay: 0.8s; }
.sv-prev-cinscan__hotel:nth-child(7) { animation-delay: 1.2s; }
.sv-prev-cinscan__hotel:nth-child(8) { animation-delay: 1.6s; }
.sv-prev-cinscan__hotel.is-alert {
  border-color: #fca5a5; color: #dc2626; background: #fef2f2;
}
@keyframes sv-cinscan-line {
  0%, 100% { opacity: 0.25; }
  50% { opacity: 1; }
}
@keyframes sv-cinscan-hotel {
  0%, 100% { transform: scale(1); border-color: var(--sv-border); }
  50% { transform: scale(1.04); border-color: #93c5fd; }
}

/* Crystalize blocks (legacy) */
.sv-prev-crystal__block {
  padding: 0.35rem 0.5rem; border-radius: 6px;
  background: var(--sv-white); border: 1px solid var(--sv-border);
  font-family: ui-monospace, monospace; font-size: 0.58rem; color: var(--sv-muted);
  animation: sv-crystal-glow 2.5s ease-in-out infinite;
}
.sv-prev-crystal__block:nth-child(2) { animation-delay: 0.4s; }
.sv-prev-crystal__block:nth-child(3) { animation-delay: 0.8s; border-color: #93c5fd; color: var(--sv-blue); }
@keyframes sv-crystal-glow {
  0%, 100% { box-shadow: none; }
  50% { box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.12); }
}

/* Platform graph */
.sv-prev-graph {
  position: relative; flex: 1; min-height: 90px;
  border-radius: 8px; background: var(--sv-white); border: 1px solid var(--sv-border);
}
.sv-prev-graph__node {
  position: absolute; width: 28px; height: 28px; border-radius: 50%;
  background: var(--sv-white); border: 2px solid var(--sv-blue-mid);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.5rem; font-weight: 800; color: var(--sv-blue);
  animation: sv-graph-pulse 2.2s ease-in-out infinite;
}
.sv-prev-graph__node--hub {
  width: 36px; height: 36px; background: var(--sv-blue-mid); color: #fff; border: none;
}
.sv-prev-graph__line {
  position: absolute; height: 1px; background: #bfdbfe;
  transform-origin: left center;
  animation: sv-graph-line 2.2s ease-in-out infinite;
}
@keyframes sv-graph-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}
@keyframes sv-graph-line {
  0%, 100% { opacity: 0.35; }
  50% { opacity: 1; }
}

/* BIR enhanced */
.sv-bir-star__orbit--2 {
  position: absolute; inset: -36px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 50%;
  animation: sv-orbit-spin 24s linear infinite reverse;
}
.sv-bir-star__pulse {
  position: absolute; inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(37, 99, 235, 0.2);
  animation: sv-star-ring 2.5s ease-out infinite;
}
@keyframes sv-star-ring {
  0% { transform: scale(0.85); opacity: 0.8; }
  100% { transform: scale(1.35); opacity: 0; }
}
.sv-bir-star__tag--4 { top: 50%; right: -42px; transform: translateY(-50%); animation: sv-orbit-tag 12s ease-in-out infinite; }
.sv-tool__body {
  padding: 1.15rem 1.25rem 1.35rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.sv-tool__body h3 {
  margin: 0 0 0.45rem;
  font-size: 1.08rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--sv-ink-soft);
}
.sv-tool__body > p {
  margin: 0 0 0.75rem;
  font-size: 0.84rem;
  color: var(--sv-muted);
  line-height: 1.6;
  flex: 1;
}
.sv-tool__points {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  font-size: 0.78rem;
  color: var(--sv-ink-soft);
}
.sv-tool__points li {
  padding: 0.3rem 0;
  padding-left: 1.1rem;
  position: relative;
  border-top: 1px solid var(--sv-border);
}
.sv-tool__points li:first-child { border-top: none; }
.sv-tool__points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.65rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--sv-blue-mid);
}
.sv-tool__link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--sv-blue-mid) !important;
  margin-top: auto;
}

/* Affidabilità piattaforma */
.sv-trust {
  margin-top: 2.5rem;
  padding: 2rem;
  border-radius: 20px;
  background: linear-gradient(135deg, #0f172a, #1e3a8a);
  color: #e2e8f0;
  position: relative;
  overflow: hidden;
}
.sv-trust::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 100% 0%, rgba(96, 165, 250, 0.15), transparent);
  pointer-events: none;
}
.sv-trust__inner { position: relative; }
.sv-trust__top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 1.75rem;
}
.sv-trust h3 {
  margin: 0 0 0.5rem;
  font-size: clamp(1.25rem, 3vw, 1.65rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
}
.sv-trust__lead {
  margin: 0;
  max-width: 36rem;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}
.sv-trust__logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.sv-trust__logo img { width: 40px; height: 40px; }
.sv-trust__logo span {
  font-weight: 800;
  font-size: 0.95rem;
  color: #fff;
}
.sv-trust__grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) { .sv-trust__grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .sv-trust__grid { grid-template-columns: repeat(4, 1fr); } }
.sv-trust__item {
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.sv-trust__item i {
  font-size: 1.15rem;
  color: #93c5fd;
  margin-bottom: 0.45rem;
  display: block;
}
.sv-trust__item strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.25rem;
}
.sv-trust__item span {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.45;
}
.sv-trust__footer {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: space-between;
}
.sv-trust__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.sv-trust__badges span {
  padding: 0.3rem 0.65rem;
  border-radius: 6px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(147, 197, 253, 0.35);
  color: #bfdbfe;
}

/* ── CTA finale (contrasto leggibile) ── */
.sv-cta {
  text-align: center;
  padding: clamp(4rem, 10vw, 5.5rem) clamp(1rem, 3vw, 2rem);
  background: var(--sv-white);
  border-top: 1px solid var(--sv-border);
  position: relative;
}
.sv-cta__glow { display: none; }
.sv-cta h2 {
  color: var(--sv-ink-soft);
  margin-bottom: 0.75rem;
  position: relative;
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.sv-cta p {
  color: var(--sv-muted);
  max-width: 32rem;
  margin: 0 auto 2rem;
  position: relative;
  font-size: 1.05rem;
  line-height: 1.6;
}
.sv-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  position: relative;
}
.sv-cta .sv-btn--ghost {
  color: var(--sv-blue) !important;
  border-color: var(--sv-border);
  background: var(--sv-white);
}
.sv-cta .sv-btn--ghost:hover {
  border-color: var(--sv-blue-mid);
  background: var(--sv-blue-soft);
}

/* ── Footer ── */
.sv-footer {
  padding: 2.5rem clamp(1rem, 3vw, 2rem) 5.5rem;
  border-top: 1px solid var(--sv-border);
  text-align: center;
  font-size: 0.8rem;
  color: var(--sv-muted);
}
.sv-footer a { margin: 0 0.4rem; }

/* ── Mobile CTA bar ── */
.sv-mobile-bar {
  display: none;
  position: fixed; bottom: 0; left: 0; right: 0;
  padding: 0.6rem 1rem calc(0.6rem + env(safe-area-inset-bottom));
  background: rgba(255,255,255,0.95);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--sv-border);
  z-index: 400;
  gap: 0.5rem;
}
.sv-mobile-bar .sv-btn { flex: 1; }
@media (max-width: 768px) { .sv-mobile-bar { display: flex; } }

/* ── Capability illustrations (light) ── */
.sv-cap-illus {
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1.2;
  position: relative;
}
.sv-cap-illus__bars {
  display: flex; align-items: flex-end; justify-content: center; gap: 0.45rem;
  height: 100px; margin-top: 2rem;
}
.sv-cap-illus__bars span {
  width: 1.25rem; border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, var(--sv-blue-mid), var(--sv-blue));
  animation: sv-bar-pulse 2.4s ease-in-out infinite;
}
.sv-cap-illus__bars span:nth-child(1) { height: 45%; animation-delay: 0s; }
.sv-cap-illus__bars span:nth-child(2) { height: 72%; animation-delay: 0.2s; }
.sv-cap-illus__bars span:nth-child(3) { height: 58%; animation-delay: 0.4s; }
.sv-cap-illus__bars span:nth-child(4) { height: 88%; animation-delay: 0.6s; background: linear-gradient(180deg, #ef4444, #dc2626); }
.sv-cap-illus__bars span:nth-child(5) { height: 65%; animation-delay: 0.8s; }
.sv-cap-illus__icon {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 56px; height: 56px; border-radius: 14px;
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; color: var(--sv-blue-mid);
  box-shadow: 0 8px 24px rgba(30, 58, 138, 0.1);
}
.sv-cap-illus--nodes .sv-cap-illus__node {
  position: absolute; width: 44px; height: 44px; border-radius: 50%;
  background: var(--sv-white); border: 2px solid var(--sv-blue-mid);
  display: flex; align-items: center; justify-content: center;
  font-size: 0.65rem; font-weight: 800; color: var(--sv-blue);
  box-shadow: 0 4px 16px rgba(37, 99, 235, 0.15);
}
.sv-cap-illus--nodes .sv-cap-illus__node:nth-child(1) { top: 10%; left: 10%; }
.sv-cap-illus--nodes .sv-cap-illus__node:nth-child(2) { top: 5%; right: 15%; }
.sv-cap-illus--nodes .sv-cap-illus__node:nth-child(3) { bottom: 25%; left: 35%; width: 56px; height: 56px; background: var(--sv-blue-mid); color: #fff; border: none; }
.sv-cap-illus--nodes .sv-cap-illus__node:nth-child(4) { bottom: 10%; right: 10%; }
.sv-cap-illus--nodes::before {
  content: ''; position: absolute; inset: 15%;
  border: 1px dashed rgba(37, 99, 235, 0.25);
  border-radius: 50%;
}
.sv-cap-illus--chain { display: flex; flex-direction: column; gap: 0.5rem; justify-content: center; height: 100%; }
.sv-cap-illus--chain .sv-chain-block {
  padding: 0.55rem 0.75rem; border-radius: 8px;
  background: var(--sv-white); border: 1px solid var(--sv-border);
  font-size: 0.68rem; font-weight: 700; color: var(--sv-blue);
  display: flex; align-items: center; gap: 0.4rem;
  box-shadow: 0 4px 12px rgba(30, 58, 138, 0.06);
}
.sv-cap-illus--chain .sv-chain-block i { color: #22c55e; }
.sv-cap-illus--trend svg { width: 100%; height: auto; }
@keyframes sv-bar-pulse {
  0%, 100% { opacity: 0.75; transform: scaleY(1); }
  50% { opacity: 1; transform: scaleY(1.06); }
}

/* ── BIR · Stella Sirius narrativa ── */
.sv-bir-module {
  position: relative;
  min-height: 220px;
  background: linear-gradient(160deg, #f8fafc, #eff6ff);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.sv-bir-star {
  position: relative;
  width: 120px; height: 120px;
}
.sv-bir-star__core {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 2.5rem; color: var(--sv-blue-mid);
  animation: sv-star-pulse 3s ease-in-out infinite;
  filter: drop-shadow(0 0 12px rgba(37, 99, 235, 0.4));
}
.sv-bir-star__orbit {
  position: absolute; inset: -20px;
  border: 1px dashed rgba(37, 99, 235, 0.2);
  border-radius: 50%;
  animation: sv-orbit-spin 18s linear infinite;
}
.sv-bir-star__tag {
  position: absolute;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  font-size: 0.62rem; font-weight: 700;
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
  color: var(--sv-blue);
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(30, 58, 138, 0.08);
}
.sv-bir-star__tag--1 { top: -8px; left: 50%; transform: translateX(-50%); animation: sv-orbit-tag 18s linear infinite; }
.sv-bir-star__tag--2 { bottom: 10px; right: -30px; animation: sv-orbit-tag 18s linear infinite reverse; }
.sv-bir-star__tag--3 { bottom: 10px; left: -24px; animation: sv-orbit-tag 14s linear infinite; }
@keyframes sv-star-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.08); opacity: 0.9; }
}
@keyframes sv-orbit-spin { to { transform: rotate(360deg); } }
@keyframes sv-orbit-tag {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 1; }
}

/* ── CinScan animated graph ── */
.sv-cinscan-viz {
  min-height: 200px;
  background: linear-gradient(160deg, #f8fafc, #eff6ff);
  padding: 1.25rem;
  display: flex; flex-direction: column; gap: 0.75rem;
}
.sv-cinscan-viz__map {
  flex: 1; min-height: 100px; position: relative;
  border-radius: 10px;
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
  overflow: hidden;
}
.sv-cinscan-viz__dot {
  position: absolute; width: 10px; height: 10px; border-radius: 50%;
  background: var(--sv-blue-mid);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15);
  animation: sv-cinscan-blink 2.5s ease-in-out infinite;
}
.sv-cinscan-viz__dot--alert { background: var(--sv-blue); box-shadow: 0 0 0 4px rgba(30, 58, 138, 0.2); }
.sv-cinscan-viz__bars {
  display: flex; align-items: flex-end; gap: 0.35rem; height: 48px;
}
.sv-cinscan-viz__bars span {
  flex: 1; border-radius: 3px 3px 0 0;
  background: linear-gradient(180deg, var(--sv-blue-mid), var(--sv-blue));
  animation: sv-cinscan-bar 2s ease-in-out infinite;
}
.sv-cinscan-viz__bars span:nth-child(odd) { animation-delay: 0.3s; }
@keyframes sv-cinscan-blink {
  0%, 100% { opacity: 0.5; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.2); }
}
@keyframes sv-cinscan-bar {
  0%, 100% { height: 40%; }
  50% { height: 85%; }
}

/* ── Masonry armonico ── */
@media (min-width: 1024px) {
  .sv-masonry__item--wspd { grid-column: span 7; }
  .sv-masonry__item--defend { grid-column: span 5; }
  .sv-masonry__item--fast { grid-column: span 6; }
  .sv-masonry__item--bir { grid-column: span 6; }
  .sv-masonry__item--nexius { grid-column: span 4; }
  .sv-masonry__item--cv { grid-column: span 4; }
  .sv-masonry__item--crystal { grid-column: span 4; }
  .sv-masonry__item--cinscan { grid-column: span 6; }
  .sv-masonry__item--platform { grid-column: span 6; }
}
.sv-eco__img--photo img { object-fit: cover; object-position: center; }

/* ── Parallax helper ── */
[data-parallax] { will-change: transform; }

@media (prefers-reduced-motion: reduce) {
  .sv-reveal { opacity: 1; transform: none; transition: none; }
  .sv-float { animation: none; }
  .sv-bir-star__orbit, .sv-bir-star__core { animation: none; }
  .sv-prev__bar span, .sv-prev-nexius__flow::after, .sv-prev-cv__meter span,
  .sv-prev-cv__arc, .sv-prev-crystal__block, .sv-prev-crystal__sq,
  .sv-prev-graph__node, .sv-prev-graph__line,
  .sv-prev-defend__step, .sv-prev-defend__chip, .sv-prev-wspd__sweep,
  .sv-prev-wspd__devices span, .sv-prev-fast__col, .sv-prev-fast__arrow,
  .sv-prev-cinscan__line, .sv-prev-cinscan__hotel, .sv-bir-star__pulse,
  .sv-hero__type::after, .sv-hero__prova { animation: none; }
  .sv-hero__prova.is-visible { opacity: 1; visibility: visible; }
  .sv-gov-step, .sv-gov-flow__arrow { animation: none; }
}

/* ════════════════════════════════════════════════
   Riposizionamento 2026 — hero statica, AI Governance,
   card problema-first, pagine Software & Chi siamo
   ════════════════════════════════════════════════ */

/* Hero statica emozionale */
.sv-hero__title--static {
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.02;
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  color: var(--sv-ink);
  margin: 0 0 1.25rem;
}
.sv-hero__accent {
  background: linear-gradient(120deg, var(--sv-blue-mid), var(--sv-blue-glow));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: var(--sv-blue-mid);
}

/* AI Governance flow */
.sv-gov__title {
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.08;
  font-size: clamp(1.7rem, 3.6vw, 2.7rem);
  margin: 0 0 1rem;
  color: var(--sv-ink);
}
.sv-gov-flow {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  max-width: 1100px;
  margin: 0 auto;
}
.sv-gov-step {
  flex: 1 1 0;
  min-width: 150px;
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
  border-radius: 18px;
  padding: 1.4rem 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  transition: transform 0.3s var(--sv-ease), box-shadow 0.3s, border-color 0.3s;
}
.sv-gov-step:hover { transform: translateY(-4px); box-shadow: 0 18px 40px rgba(37, 99, 235, 0.12); }
.sv-gov-step__icon {
  width: 52px; height: 52px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 14px;
  font-size: 1.4rem;
  color: var(--sv-blue-mid);
  background: var(--sv-blue-soft);
}
.sv-gov-step strong { font-size: 1rem; color: var(--sv-ink); letter-spacing: -0.01em; }
.sv-gov-step small { font-size: 0.8rem; color: var(--sv-muted); line-height: 1.35; }
.sv-gov-step--human {
  border-color: var(--sv-blue-mid);
  box-shadow: 0 16px 44px rgba(37, 99, 235, 0.18);
}
.sv-gov-step--human .sv-gov-step__icon { background: var(--sv-blue-mid); color: #fff; }
.sv-gov-step--final .sv-gov-step__icon { background: #dcfce7; color: #16a34a; }
.sv-gov-flow__arrow {
  display: flex; align-items: center;
  color: var(--sv-blue-glow);
  font-size: 1.3rem;
  flex: 0 0 auto;
}
.sv-gov__note {
  text-align: center;
  margin: 2.25rem auto 0;
  color: var(--sv-muted);
  font-size: 0.95rem;
}
.sv-gov__note em { color: var(--sv-blue-mid); font-style: normal; font-weight: 700; }
@media (max-width: 860px) {
  .sv-gov-flow { flex-direction: column; align-items: stretch; }
  .sv-gov-flow__arrow { transform: rotate(90deg); justify-content: center; }
  .sv-gov-step { min-width: 0; }
}

/* Card problema-first */
.sv-problems {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 1.1rem;
}
.sv-problem {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding: 1.6rem 1.5rem;
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
  border-radius: 20px;
  color: var(--sv-ink-soft) !important;
  text-decoration: none !important;
  transition: transform 0.3s var(--sv-ease), box-shadow 0.3s, border-color 0.3s;
  position: relative;
  overflow: hidden;
}
.sv-problem::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(var(--sv-blue-mid), var(--sv-blue-glow));
  opacity: 0;
  transition: opacity 0.3s;
}
.sv-problem:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 48px rgba(37, 99, 235, 0.14);
  border-color: var(--sv-blue-bright);
}
.sv-problem:hover::before { opacity: 1; }
.sv-problem__q {
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--sv-ink);
  line-height: 1.25;
}
.sv-problem__a {
  font-size: 0.92rem;
  color: var(--sv-muted);
  line-height: 1.5;
  flex: 1;
}
.sv-problem__go {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--sv-blue-mid);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.sv-problem__go i { transition: transform 0.25s var(--sv-ease); }
.sv-problem:hover .sv-problem__go i { transform: translateX(4px); }
.sv-problems__more { text-align: center; margin-top: 2.25rem; }

/* Catalogo software — intestazioni di gruppo */
.sv-catalog-group { margin-top: 3rem; }
.sv-catalog-group__head {
  display: flex; align-items: baseline; gap: 0.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid var(--sv-border);
}
.sv-catalog-group__head h3 {
  font-size: 1.25rem; font-weight: 800; letter-spacing: -0.02em; color: var(--sv-ink); margin: 0;
}
.sv-catalog-group__head span { font-size: 0.85rem; color: var(--sv-muted); }

/* Timeline Chi siamo */
.sv-timeline {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding-left: 1.75rem;
}
.sv-timeline::before {
  content: "";
  position: absolute;
  left: 6px; top: 6px; bottom: 6px;
  width: 2px;
  background: linear-gradient(var(--sv-blue-mid), transparent);
}
.sv-timeline__item { position: relative; padding: 0 0 2rem 0; }
.sv-timeline__item::before {
  content: "";
  position: absolute;
  left: -1.75rem; top: 4px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: var(--sv-blue-mid);
  box-shadow: 0 0 0 4px var(--sv-blue-soft);
}
.sv-timeline__year { font-size: 0.8rem; font-weight: 800; color: var(--sv-blue-mid); letter-spacing: 0.05em; }
.sv-timeline__item h4 { margin: 0.25rem 0 0.4rem; font-size: 1.1rem; color: var(--sv-ink); letter-spacing: -0.01em; }
.sv-timeline__item p { margin: 0; color: var(--sv-muted); font-size: 0.92rem; line-height: 1.55; }

/* Griglia valori (vision/mission/R&D) */
.sv-values {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 1.1rem;
}
.sv-value {
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
  border-radius: 18px;
  padding: 1.6rem 1.4rem;
}
.sv-value i { font-size: 1.6rem; color: var(--sv-blue-mid); }
.sv-value h4 { margin: 0.75rem 0 0.4rem; font-size: 1.05rem; color: var(--sv-ink); }
.sv-value p { margin: 0; color: var(--sv-muted); font-size: 0.9rem; line-height: 1.55; }

/* Sotto-nav pagine interne */
.sv-subnav-back {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.85rem; font-weight: 600; color: var(--sv-muted) !important;
}

/* Team Chi siamo */
.sv-team {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 260px), 1fr));
  gap: 1.1rem;
}
.sv-team-card {
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
  border-radius: 18px;
  padding: 1.7rem 1.4rem;
  text-align: center;
  transition: transform 0.3s var(--sv-ease), box-shadow 0.3s, border-color 0.3s;
}
.sv-team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.12);
  border-color: var(--sv-blue-bright);
}
.sv-team-card__avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  margin: 0 auto 0.9rem;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1.1rem; letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(145deg, var(--sv-blue), var(--sv-blue-mid));
}
.sv-team-card__role {
  display: block;
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.07em;
  font-weight: 700; color: var(--sv-blue-mid);
}
.sv-team-card h4 { margin: 0.45rem 0 0.6rem; font-size: 1.05rem; color: var(--sv-ink); letter-spacing: -0.01em; }
.sv-team-card h4 a {
  color: var(--sv-ink) !important;
  display: inline-flex; align-items: center; gap: 0.35rem;
}
.sv-team-card h4 a:hover { color: var(--sv-blue-mid) !important; }
.sv-team-card p { margin: 0; color: var(--sv-muted); font-size: 0.85rem; line-height: 1.5; }

/* ============================================================
   PARTNER & INVESTITORI + FORM RICHIESTA
   ============================================================ */

.sv-muted { color: var(--sv-muted); font-size: 0.98rem; margin: 0.9rem 0 0; }

/* Two-column split layout */
.sv-split {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
.sv-split h2 { letter-spacing: -0.02em; }
@media (max-width: 860px) {
  .sv-split { grid-template-columns: 1fr; gap: 2.25rem; }
}

/* Vertical flow (Problema -> Valore) */
.sv-flow-v {
  display: flex; flex-direction: column; align-items: stretch; gap: 0.4rem;
  max-width: 22rem; margin: 0 auto; width: 100%;
}
.sv-flow-v__step {
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
  border-radius: 14px;
  padding: 0.9rem 1.1rem;
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.85rem;
  align-items: center;
  box-shadow: 0 6px 22px rgba(15, 23, 42, 0.05);
  transition: transform 0.3s var(--sv-ease), box-shadow 0.3s, border-color 0.3s;
}
.sv-flow-v__step:hover { transform: translateX(4px); border-color: var(--sv-blue-bright); box-shadow: 0 12px 30px rgba(37, 99, 235, 0.14); }
.sv-flow-v__icon {
  grid-row: 1 / 3; width: 40px; height: 40px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  background: var(--sv-blue-soft); color: var(--sv-blue-mid); font-size: 1.15rem;
}
.sv-flow-v__step strong { font-size: 0.98rem; color: var(--sv-ink-soft); }
.sv-flow-v__step small { color: var(--sv-muted); font-size: 0.82rem; }
.sv-flow-v__step--final { background: var(--sv-blue); border-color: var(--sv-blue); }
.sv-flow-v__step--final strong, .sv-flow-v__step--final small { color: #fff; }
.sv-flow-v__step--final small { color: rgba(255,255,255,0.82); }
.sv-flow-v__step--final .sv-flow-v__icon { background: rgba(255,255,255,0.18); color: #fff; }
.sv-flow-v__arrow { text-align: center; color: var(--sv-blue-bright); font-size: 1rem; line-height: 1; }

/* Patent badge */
.sv-patent-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  margin-top: 1.25rem; padding: 0.5rem 1.05rem;
  border-radius: 999px; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.01em;
  color: var(--sv-blue); background: var(--sv-blue-soft);
  border: 1px solid rgba(37, 99, 235, 0.28);
}
.sv-patent-badge i { color: var(--sv-blue-mid); font-size: 1rem; }

/* Ecosystem — core + planets */
.sv-planets {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}
.sv-planets__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.1rem;
  width: 100%;
}
@media (max-width: 1100px) {
  .sv-planets__grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .sv-planets__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .sv-planets__grid { grid-template-columns: 1fr; }
}
.sv-planets__core {
  justify-self: center;
  width: 130px; height: 130px; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.2rem;
  margin-bottom: 0.75rem; text-align: center;
  color: #fff; font-weight: 800; font-size: 0.85rem; line-height: 1.1;
  background: radial-gradient(circle at 35% 30%, var(--sv-blue-bright), var(--sv-blue) 75%);
  box-shadow: 0 0 0 10px rgba(37, 99, 235, 0.08), 0 0 0 22px rgba(37, 99, 235, 0.04), 0 18px 40px rgba(30, 58, 138, 0.3);
}
.sv-planets__core i { font-size: 1.5rem; }
.sv-planet {
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
  border-radius: 16px;
  padding: 1.3rem 1.3rem;
  transition: transform 0.3s var(--sv-ease), box-shadow 0.3s, border-color 0.3s;
}
.sv-planet:hover { transform: translateY(-4px); border-color: var(--sv-blue-bright); box-shadow: 0 16px 38px rgba(37, 99, 235, 0.13); }
.sv-planet__name { display: block; font-weight: 700; color: var(--sv-ink-soft); font-size: 1.02rem; margin-bottom: 0.35rem; }
.sv-planet__name::before { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: var(--sv-blue-mid); margin-right: 0.5rem; vertical-align: middle; }
.sv-planet__val { display: block; color: var(--sv-muted); font-size: 0.88rem; line-height: 1.5; }

/* Featured "next module" card / banner */
.sv-planet--next {
  display: flex; flex-direction: column; align-items: flex-start;
  text-decoration: none !important;
  color: #fff !important;
  background:
    radial-gradient(120% 120% at 85% 0%, rgba(96, 165, 250, 0.45), transparent 55%),
    linear-gradient(150deg, var(--sv-blue-mid) 0%, var(--sv-blue) 60%, #172554 100%);
  border: 1px solid rgba(96, 165, 250, 0.5);
  box-shadow: 0 22px 50px rgba(30, 58, 138, 0.35);
  position: relative; overflow: hidden;
}
.sv-planet-banner.sv-planet--next {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem 2rem;
  margin-top: 1.35rem;
  padding: 1.5rem 1.85rem;
  width: 100%;
  border-radius: 18px;
}
.sv-planet-banner__main {
  flex: 1 1 420px;
  min-width: 0;
}
.sv-planet-banner__copy {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.sv-planet-banner__text { min-width: 0; }
.sv-planet-banner .sv-planet__nexticon { margin-bottom: 0; flex-shrink: 0; }
.sv-planet-banner .sv-planet__nexttitle { margin-bottom: 0.4rem; }
.sv-planet-banner .sv-planet__nexttext { margin: 0; }
.sv-planet-banner .sv-planet__nextcta { margin-top: 0; flex-shrink: 0; align-self: center; }
.sv-planet-banner .sv-planet__nextnote {
  flex-basis: 100%;
  margin-top: 0;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}
@media (max-width: 720px) {
  .sv-planet-banner.sv-planet--next {
    flex-direction: column;
    align-items: flex-start;
  }
  .sv-planet-banner .sv-planet__nextcta { align-self: flex-start; }
}
.sv-planet--next::after {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(60% 60% at 20% 100%, rgba(255,255,255,0.1), transparent 70%);
  pointer-events: none;
}
.sv-planet--next:hover {
  transform: translateY(-6px);
  border-color: var(--sv-blue-glow);
  box-shadow: 0 30px 64px rgba(37, 99, 235, 0.45);
}
.sv-planet__badge {
  display: inline-flex; align-items: center; gap: 0.4rem;
  font-size: 0.66rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase;
  color: #dbeafe; background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 999px; padding: 0.32rem 0.7rem; margin-bottom: 0.9rem;
}
.sv-planet__badge i { color: #fde68a; }
.sv-planet__nexticon {
  width: 46px; height: 46px; border-radius: 12px; margin-bottom: 0.75rem;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.16); color: #fff; font-size: 1.4rem;
}
.sv-planet--next:hover .sv-planet__nexticon { animation: svNextGlow 1.6s var(--sv-ease) infinite; }
@keyframes svNextGlow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.0); }
  50% { box-shadow: 0 0 0 8px rgba(255,255,255,0.12); }
}
.sv-planet__nexttitle { display: block; font-weight: 800; font-size: 1.25rem; letter-spacing: -0.01em; line-height: 1.2; margin-bottom: 0.6rem; color: #fff; }
.sv-planet__nexttext { display: block; color: rgba(255,255,255,0.9); font-size: 0.9rem; line-height: 1.55; }
.sv-planet__nextcta {
  display: inline-flex; align-items: center; gap: 0.45rem;
  margin-top: 1.1rem; padding: 0.62rem 1.15rem;
  background: #fff; color: var(--sv-blue) !important; font-weight: 700; font-size: 0.9rem;
  border-radius: 10px; transition: transform 0.25s var(--sv-ease), box-shadow 0.25s;
}
.sv-planet--next:hover .sv-planet__nextcta { transform: translateX(3px); box-shadow: 0 10px 24px rgba(0,0,0,0.18); }
.sv-planet__nextnote { display: block; margin-top: 1rem; font-size: 0.78rem; font-style: italic; color: rgba(219, 234, 254, 0.85); }
@media (prefers-reduced-motion: reduce) { .sv-planet--next:hover .sv-planet__nexticon { animation: none; } }

/* ── Partner/Investitori: validazione, vision, roadmap ── */
.sv-hero__proof {
  display: flex; align-items: flex-start; gap: 0.55rem;
  margin: 0 0 1.6rem; max-width: 36rem;
  font-size: 0.95rem; font-weight: 600; color: var(--sv-ink-soft);
  padding: 0.7rem 0.95rem;
  background: var(--sv-blue-soft);
  border: 1px solid rgba(37, 99, 235, 0.22);
  border-radius: 12px;
}
.sv-hero__proof i { color: var(--sv-blue-mid); font-size: 1.05rem; margin-top: 0.1rem; flex-shrink: 0; }

/* Validation badges grid */
.sv-validation {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.1rem;
}
.sv-valbadge {
  position: relative;
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
  border-radius: 16px;
  padding: 1.5rem 1.4rem 1.5rem 1.4rem;
  display: flex; flex-direction: column; gap: 0.5rem;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  transition: transform 0.3s var(--sv-ease), box-shadow 0.3s, border-color 0.3s;
  overflow: hidden;
}
.sv-valbadge::before {
  content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 3px;
  background: linear-gradient(90deg, var(--sv-blue-mid), var(--sv-blue-glow));
}
.sv-valbadge:hover { transform: translateY(-4px); border-color: var(--sv-blue-bright); box-shadow: 0 18px 42px rgba(37, 99, 235, 0.14); }
.sv-valbadge__icon {
  width: 48px; height: 48px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--sv-blue-soft); color: var(--sv-blue-mid); font-size: 1.4rem;
}
.sv-valbadge__title { font-weight: 700; font-size: 1.05rem; color: var(--sv-ink-soft); letter-spacing: -0.01em; }
.sv-valbadge__desc { color: var(--sv-muted); font-size: 0.9rem; line-height: 1.55; }

/* Vision band */
.sv-vision {
  max-width: 50rem; margin: 0 auto; text-align: center;
  padding: 2.5rem clamp(1.25rem, 4vw, 3rem);
  border-left: 3px solid var(--sv-blue-mid);
  border-right: 3px solid var(--sv-blue-mid);
}
.sv-vision__title {
  font-weight: 900; letter-spacing: -0.02em; line-height: 1.1;
  font-size: clamp(1.6rem, 3.4vw, 2.5rem); color: var(--sv-ink); margin: 0.5rem 0 1.1rem;
}
.sv-vision__text { color: var(--sv-muted); font-size: 1.08rem; line-height: 1.6; margin: 0; }

/* Partner note */
.sv-partners__note {
  max-width: 46rem; margin: 2.25rem auto 0; text-align: center;
  font-size: 1.05rem; line-height: 1.6; color: var(--sv-ink-soft);
  padding-top: 1.5rem; border-top: 1px solid var(--sv-border);
}

/* Roadmap timeline */
.sv-roadmap {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: center; gap: 0;
  counter-reset: rm;
}
.sv-roadmap__step {
  position: relative; flex: 1 1 130px; max-width: 180px; min-width: 120px;
  padding: 2.1rem 0.6rem 0; text-align: center;
}
.sv-roadmap__step::before {
  content: ""; position: absolute; top: 9px; left: 50%; width: 100%; height: 2px;
  background: var(--sv-border); z-index: 0;
}
.sv-roadmap__step:last-child::before { display: none; }
.sv-roadmap__dot {
  position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 20px; height: 20px; border-radius: 50%; z-index: 1;
  background: var(--sv-white); border: 3px solid var(--sv-blue-mid);
  box-shadow: 0 0 0 4px var(--sv-blue-soft);
}
.sv-roadmap__label {
  display: block; font-size: 0.82rem; font-weight: 600; line-height: 1.35;
  color: var(--sv-ink-soft); padding: 0 0.2rem;
}
.sv-roadmap__step--final .sv-roadmap__dot { background: var(--sv-blue); border-color: var(--sv-blue); }
.sv-roadmap__step--final .sv-roadmap__label { color: var(--sv-blue); }
@media (max-width: 720px) {
  .sv-roadmap { flex-direction: column; align-items: flex-start; padding-left: 0.5rem; }
  .sv-roadmap__step { max-width: none; width: 100%; text-align: left; padding: 0.5rem 0 0.5rem 2rem; }
  .sv-roadmap__step::before { top: 0; left: 9px; width: 2px; height: 100%; }
  .sv-roadmap__dot { top: 4px; left: 9px; transform: translateX(-50%); }
  .sv-roadmap__label { padding: 0; }
}

/* Scalability infographic */
.sv-scale {
  max-width: 60rem; margin: 0 auto;
  background: var(--sv-white); border: 1px solid var(--sv-border);
  border-radius: 22px; padding: clamp(1.5rem, 4vw, 2.75rem);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}
.sv-scale__shared {
  background: var(--sv-blue-soft);
  border: 1px dashed rgba(37, 99, 235, 0.35);
  border-radius: 16px; padding: 1.25rem 1.4rem;
}
.sv-scale__sharedlabel {
  display: block; font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.08em;
  font-weight: 800; color: var(--sv-blue); margin-bottom: 0.85rem;
}
.sv-scale__shared ul {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 0.6rem 1rem;
}
.sv-scale__shared li { display: flex; align-items: center; gap: 0.55rem; font-size: 0.9rem; font-weight: 600; color: var(--sv-ink-soft); }
.sv-scale__shared li i { color: var(--sv-blue-mid); }
.sv-scale__modules {
  display: flex; flex-wrap: wrap; gap: 0.7rem; justify-content: center;
  margin: 1.5rem 0 0.25rem; position: relative;
}
.sv-scale__module {
  background: var(--sv-white); border: 1px solid var(--sv-border);
  border-radius: 11px; padding: 0.7rem 1.1rem; font-weight: 700; font-size: 0.9rem; color: var(--sv-ink-soft);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05);
}
.sv-scale__module--new {
  background: var(--sv-blue); color: #fff; border-color: var(--sv-blue);
  display: inline-flex; align-items: center; gap: 0.4rem;
  animation: svScalePulse 2.4s var(--sv-ease) infinite;
}
@keyframes svScalePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.45); }
  50% { box-shadow: 0 0 0 10px rgba(37, 99, 235, 0); }
}
.sv-scale__note { text-align: center; color: var(--sv-muted); font-size: 0.9rem; margin: 1.25rem 0 0; }

/* Markets grid */
.sv-markets {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 0.9rem;
}
.sv-market {
  background: var(--sv-white); border: 1px solid var(--sv-border);
  border-radius: 14px; padding: 1.4rem 1rem; text-align: center;
  display: flex; flex-direction: column; align-items: center; gap: 0.7rem;
  transition: transform 0.3s var(--sv-ease), box-shadow 0.3s, border-color 0.3s;
}
.sv-market:hover { transform: translateY(-4px); border-color: var(--sv-blue-bright); box-shadow: 0 14px 34px rgba(37, 99, 235, 0.12); }
.sv-market i { font-size: 1.5rem; color: var(--sv-blue-mid); }
.sv-market span { font-weight: 600; font-size: 0.9rem; color: var(--sv-ink-soft); }

/* Partner chips */
.sv-partners { display: flex; flex-wrap: wrap; gap: 0.7rem; align-content: flex-start; }
.sv-partner-chip {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--sv-white); border: 1px solid var(--sv-border);
  border-radius: 999px; padding: 0.6rem 1.05rem; font-weight: 600; font-size: 0.9rem; color: var(--sv-ink-soft);
  transition: border-color 0.25s, color 0.25s, transform 0.25s var(--sv-ease);
}
.sv-partner-chip:hover { border-color: var(--sv-blue-bright); color: var(--sv-blue); transform: translateY(-2px); }
.sv-partner-chip i { color: var(--sv-blue-mid); }

/* Horizontal flow pills (modello di crescita) */
.sv-flow-h { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.65rem; }
.sv-flow-h__step {
  background: var(--sv-white); border: 1px solid var(--sv-border);
  border-radius: 999px; padding: 0.6rem 1.1rem; font-weight: 700; font-size: 0.88rem; color: var(--sv-ink-soft);
}
.sv-flow-h i { color: var(--sv-blue-bright); }
.sv-flow-h__step--final { background: var(--sv-blue); color: #fff; border-color: var(--sv-blue); }

/* ---- Request page (adaptive form) ---- */
.sv-reqgrid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  margin-top: 1.25rem;
}
@media (max-width: 880px) { .sv-reqgrid { grid-template-columns: 1fr; gap: 2rem; } }
.sv-reqintro__icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 52px; height: 52px; border-radius: 14px; margin-bottom: 1.1rem;
  background: var(--sv-blue-soft); color: var(--sv-blue-mid); font-size: 1.5rem;
}
.sv-reqintro h1 { font-weight: 900; letter-spacing: -0.03em; font-size: clamp(1.7rem, 4vw, 2.6rem); line-height: 1.08; margin: 0 0 1rem; color: var(--sv-ink); }
.sv-reqintro__list { list-style: none; margin: 1.5rem 0 0; padding: 0; display: grid; gap: 0.6rem; }
.sv-reqintro__list li { display: flex; align-items: center; gap: 0.6rem; color: var(--sv-ink-soft); font-size: 0.95rem; font-weight: 500; }
.sv-reqintro__list i { color: #16a34a; font-size: 1.15rem; }
.sv-reqintro__alt { margin-top: 1.6rem; color: var(--sv-muted); font-size: 0.92rem; }

.sv-form-card {
  background: var(--sv-white);
  border: 1px solid var(--sv-border);
  border-radius: 22px;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.09);
}
.sv-form-card label { display: block; font-size: 0.82rem; font-weight: 700; color: var(--sv-ink-soft); margin: 0.95rem 0 0.4rem; }
.sv-opt { font-weight: 400; color: var(--sv-muted); }
.sv-input {
  width: 100%; padding: 0.75rem 0.95rem;
  border: 1px solid var(--sv-border); border-radius: 11px;
  background: #fff; color: var(--sv-ink-soft); font-family: inherit; font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.sv-input:focus { outline: none; border-color: var(--sv-blue-mid); box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12); }
.sv-input::placeholder { color: #94a3b8; }
textarea.sv-input { resize: vertical; min-height: 92px; }
.sv-input--captcha { max-width: 9rem; }
.sv-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
@media (max-width: 520px) { .sv-form__row { grid-template-columns: 1fr; gap: 0; } }
.sv-form__feedback { margin-top: 0.9rem; padding: 0; border-radius: 10px; font-size: 0.9rem; }
.sv-form__feedback.is-err { display: block; padding: 0.7rem 0.95rem; background: #fef2f2; color: #b91c1c; border: 1px solid #fecaca; }
.sv-form__privacy { margin: 0.85rem 0 0; font-size: 0.78rem; color: var(--sv-muted); text-align: center; }
.sv-form__success { display: none; text-align: center; padding: 1.5rem 0.5rem; }
.sv-form__success.is-visible { display: block; }
.sv-form__success-icon { display: inline-flex; width: 64px; height: 64px; border-radius: 50%; align-items: center; justify-content: center; background: #dcfce7; color: #16a34a; font-size: 2rem; margin-bottom: 1rem; }
.sv-form__success h3 { margin: 0 0 0.5rem; font-size: 1.3rem; color: var(--sv-ink); }
.sv-form__success p { margin: 0 0 1.4rem; color: var(--sv-muted); }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; opacity: 0; }

@media (prefers-reduced-motion: reduce) {
  .sv-scale__module--new { animation: none; }
}
