/*
 * CNSBII · Vigilia pubblica 1.6.16.87X3 · identità e stato
 * Foglio circoscritto a Vigilia, caricato dopo la shell pubblica CNSBII.
 */

html {
  scroll-behavior: smooth;
}

html body.vigilia86q-public {
  margin: 0;
  background: #f5f7fa;
  color: #111827;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

html body.vigilia86q-public .site-main {
  min-height: 0;
  padding: 0;
  overflow: clip;
  background: #f5f7fa;
}

.vig87x3-page {
  --vig87x3-navy: #07152b;
  --vig87x3-navy-2: #0c2344;
  --vig87x3-blue: #315fa8;
  --vig87x3-green: #16935e;
  --vig87x3-green-soft: #e7f6ee;
  --vig87x3-amber: #c78b08;
  --vig87x3-amber-soft: #fff5d7;
  --vig87x3-red: #c40018;
  --vig87x3-red-soft: #fff0f2;
  --vig87x3-grey: #657184;
  --vig87x3-grey-soft: #eef1f5;
  --vig87x3-ink: #101828;
  --vig87x3-muted: #526071;
  --vig87x3-line: #d7dee8;
  --vig87x3-soft: #f5f7fa;
  --vig87x3-white: #ffffff;
  --vig87x3-yellow: #f1d329;
  color: var(--vig87x3-ink);
  background: var(--vig87x3-soft);
}

.vig87x3-page,
.vig87x3-page *,
.vig87x3-page *::before,
.vig87x3-page *::after {
  box-sizing: border-box;
}

.vig87x3-page a {
  color: inherit;
}

.vig87x3-page img {
  max-width: 100%;
}

.vig87x3-shell {
  width: min(1220px, calc(100% - 48px));
  margin-inline: auto;
}

.vig87x3-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-bottom: 6px solid var(--vig87x3-yellow);
  background:
    radial-gradient(circle at 82% 26%, rgba(61, 103, 177, .34), transparent 28%),
    linear-gradient(140deg, #061126 0%, #0a1f40 54%, #14366f 100%);
  color: #fff;
}

.vig87x3-grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: .12;
  background-image:
    linear-gradient(rgba(255, 255, 255, .12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .12) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, .84) 72%, transparent 100%);
}

.vig87x3-hero::after {
  position: absolute;
  right: -230px;
  bottom: -330px;
  z-index: -1;
  width: 710px;
  height: 710px;
  border: 1px solid rgba(122, 215, 167, .28);
  border-radius: 50%;
  box-shadow:
    0 0 0 78px rgba(122, 215, 167, .055),
    0 0 0 160px rgba(122, 215, 167, .035);
  content: "";
}

.vig87x3-project-nav {
  min-height: 86px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, .17);
}

.vig87x3-project-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.vig87x3-project-brand img {
  width: 238px;
  height: auto;
  aspect-ratio: 392.61 / 117.74;
  display: block;
  object-fit: contain;
  object-position: left center;
}

.vig87x3-project-links {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.vig87x3-project-links a {
  color: #dce6f5;
  font-size: .86rem;
  font-weight: 760;
  text-decoration: none;
  text-underline-offset: 5px;
}

.vig87x3-project-links a:hover,
.vig87x3-project-links a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.vig87x3-hero-layout {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(430px, .97fr);
  align-items: center;
  gap: clamp(48px, 7vw, 94px);
  padding-block: 76px 92px;
}

.vig87x3-hero-copy {
  min-width: 0;
}

.vig87x3-eyebrow {
  margin: 0 0 17px;
  color: #d7e5fb;
  font-size: .76rem;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: .145em;
  text-transform: uppercase;
}

.vig87x3-eyebrow > span {
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-right: 9px;
  border-radius: 50%;
  background: #63d49a;
  box-shadow: 0 0 0 7px rgba(99, 212, 154, .13);
  vertical-align: 1px;
}

.vig87x3-eyebrow-dark {
  color: var(--vig87x3-blue);
}

.vig87x3-hero h1,
.vig87x3-section h2,
.vig87x3-cta h2 {
  text-wrap: balance;
}

.vig87x3-hero h1 {
  max-width: 770px;
  margin: 0;
  color: #fff;
  font-size: clamp(3rem, 5.2vw, 5.8rem);
  font-weight: 880;
  line-height: .98;
  letter-spacing: -.052em;
}

.vig87x3-lead {
  max-width: 730px;
  margin: 27px 0 0;
  color: #d9e4f4;
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
  line-height: 1.68;
}

.vig87x3-actions,
.vig87x3-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

.vig87x3-actions {
  margin-top: 30px;
}

.vig87x3-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 2px solid transparent;
  border-radius: 4px;
  font-size: .91rem;
  font-weight: 820;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease, border-color .16s ease;
}

.vig87x3-button:hover {
  transform: translateY(-1px);
}

.vig87x3-button:focus-visible,
.vig87x3-inline-link:focus-visible,
.vig87x3-project-links a:focus-visible,
.vig87x3-project-brand:focus-visible {
  outline: 3px solid var(--vig87x3-yellow);
  outline-offset: 4px;
}

.vig87x3-page .vig87x3-button-primary {
  border-color: #fff;
  background: #fff;
  color: var(--vig87x3-navy);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
}

.vig87x3-button-primary:hover {
  background: #f6f8fb;
}

.vig87x3-button-ghost,
.vig87x3-button-light {
  border-color: rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .08);
  color: #fff;
}

.vig87x3-button-ghost:hover,
.vig87x3-button-light:hover {
  border-color: rgba(255, 255, 255, .62);
  background: rgba(255, 255, 255, .14);
}

.vig87x3-button-outline {
  border-color: var(--vig87x3-navy);
  background: #fff;
  color: var(--vig87x3-navy);
}

.vig87x3-facts {
  margin: 42px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.vig87x3-facts > div {
  min-width: 0;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.vig87x3-facts dt {
  color: #fff;
  font-size: .98rem;
  font-weight: 850;
}

.vig87x3-facts dd {
  margin: 5px 0 0;
  color: #bfcce0;
  font-size: .77rem;
  line-height: 1.48;
}

.vig87x3-status-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 12px;
  background: #fff;
  color: var(--vig87x3-ink);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .32);
}

.vig87x3-status-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 22px;
  border-bottom: 1px solid var(--vig87x3-line);
  background: var(--vig87x3-green-soft);
}

.vig87x3-status-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--vig87x3-green);
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
}

.vig87x3-status-head p {
  margin: 0;
  color: #46745e;
  font-size: .72rem;
  font-weight: 760;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.vig87x3-status-head h2 {
  margin: 4px 0 0;
  color: #143827;
  font-size: 1.22rem;
  line-height: 1.18;
}

.vig87x3-status-badge {
  padding: 7px 9px;
  border: 1px solid currentColor;
  color: var(--vig87x3-green);
  font-size: .66rem;
  font-weight: 880;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vig87x3-status-summary {
  margin: 0;
  padding: 17px 22px;
  border-bottom: 1px solid var(--vig87x3-line);
  color: var(--vig87x3-muted);
  font-size: .84rem;
  line-height: 1.55;
}

.vig87x3-groups {
  display: grid;
}

.vig87x3-group {
  padding: 16px 22px;
  border-bottom: 1px solid var(--vig87x3-line);
}

.vig87x3-group-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
}

.vig87x3-group-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--vig87x3-green);
  box-shadow: 0 0 0 4px rgba(22, 147, 94, .11);
}

.vig87x3-group strong {
  min-width: 0;
  color: var(--vig87x3-ink);
  font-size: .84rem;
  line-height: 1.25;
}

.vig87x3-group small {
  color: #7a8594;
  font-size: .67rem;
  white-space: nowrap;
}

.vig87x3-bars {
  margin-top: 11px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10px, 1fr));
  gap: 3px;
}

.vig87x3-bars i {
  height: 13px;
  border-radius: 2px;
  background: #cbd2dc;
}

.vig87x3-bars .is-operational { background: #62bd8e; }
.vig87x3-bars .is-degraded { background: #ddb340; }
.vig87x3-bars .is-maintenance { background: #8793a4; }
.vig87x3-bars .is-outage { background: var(--vig87x3-red); }
.vig87x3-bars .is-unknown { background: #c5ccd6; }

.vig87x3-group.is-degraded .vig87x3-group-dot { background: var(--vig87x3-amber); box-shadow: 0 0 0 4px rgba(199, 139, 8, .12); }
.vig87x3-group.is-maintenance .vig87x3-group-dot { background: var(--vig87x3-grey); box-shadow: 0 0 0 4px rgba(101, 113, 132, .12); }
.vig87x3-group.is-outage .vig87x3-group-dot { background: var(--vig87x3-red); box-shadow: 0 0 0 4px rgba(196, 0, 24, .11); }
.vig87x3-group.is-unknown .vig87x3-group-dot { background: #98a2b3; box-shadow: 0 0 0 4px rgba(152, 162, 179, .12); }

.vig87x3-status-card.is-degraded .vig87x3-status-head { background: var(--vig87x3-amber-soft); }
.vig87x3-status-card.is-degraded .vig87x3-status-icon { background: var(--vig87x3-amber); }
.vig87x3-status-card.is-degraded .vig87x3-status-head :is(p, h2),
.vig87x3-status-card.is-degraded .vig87x3-status-badge { color: #654805; }

.vig87x3-status-card.is-maintenance .vig87x3-status-head { background: var(--vig87x3-grey-soft); }
.vig87x3-status-card.is-maintenance .vig87x3-status-icon { background: var(--vig87x3-grey); }
.vig87x3-status-card.is-maintenance .vig87x3-status-head :is(p, h2),
.vig87x3-status-card.is-maintenance .vig87x3-status-badge { color: #3f4b5b; }

.vig87x3-status-card.is-outage .vig87x3-status-head { background: var(--vig87x3-red-soft); }
.vig87x3-status-card.is-outage .vig87x3-status-icon { background: var(--vig87x3-red); }
.vig87x3-status-card.is-outage .vig87x3-status-head :is(p, h2),
.vig87x3-status-card.is-outage .vig87x3-status-badge { color: #78000f; }

.vig87x3-status-card.is-unknown .vig87x3-status-head { background: #f2f4f7; }
.vig87x3-status-card.is-unknown .vig87x3-status-icon { background: #667085; }
.vig87x3-status-card.is-unknown .vig87x3-status-head :is(p, h2),
.vig87x3-status-card.is-unknown .vig87x3-status-badge { color: #344054; }

.vig87x3-empty-state {
  padding: 24px 22px;
  border-bottom: 1px solid var(--vig87x3-line);
}

.vig87x3-empty-state strong {
  display: block;
}

.vig87x3-empty-state p {
  margin: 6px 0 0;
  color: var(--vig87x3-muted);
  font-size: .82rem;
}

.vig87x3-status-foot {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 3px 16px;
  padding: 14px 22px;
  background: #f8fafc;
  color: #667085;
  font-size: .7rem;
}

.vig87x3-status-foot-label {
  font-weight: 760;
}

.vig87x3-status-foot-value {
  color: var(--vig87x3-ink);
  font-size: .72rem;
  text-align: right;
}

.vig87x3-status-foot-note {
  grid-column: 1 / -1;
  font-size: .68rem;
  font-weight: 780;
}

.vig87x3-status-foot-note.is-recent { color: #117a4e; }
.vig87x3-status-foot-note.is-stale { color: #8a5b00; }

.vig87x3-section {
  padding: 92px 0;
  background: #fff;
  content-visibility: auto;
  contain-intrinsic-size: 760px;
}

.vig87x3-section-soft {
  background: var(--vig87x3-soft);
}

.vig87x3-section-head {
  max-width: 820px;
}

.vig87x3-section h2,
.vig87x3-cta h2 {
  margin: 0;
  color: var(--vig87x3-ink);
  font-size: clamp(2.25rem, 4.15vw, 4.25rem);
  font-weight: 860;
  line-height: 1.04;
  letter-spacing: -.042em;
}

.vig87x3-section-head > p:last-child,
.vig87x3-process-copy > p,
.vig87x3-cta p {
  margin: 20px 0 0;
  color: var(--vig87x3-muted);
  font-size: 1.04rem;
  line-height: 1.68;
}

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

.vig87x3-feature-grid article {
  min-height: 236px;
  padding: 27px;
  border: 1px solid var(--vig87x3-line);
  border-top: 4px solid var(--vig87x3-navy);
  background: #fff;
  box-shadow: 0 14px 34px rgba(7, 21, 43, .055);
}

.vig87x3-feature-grid article > span {
  color: var(--vig87x3-blue);
  font-size: .72rem;
  font-weight: 880;
  letter-spacing: .13em;
}

.vig87x3-feature-grid h3 {
  margin: 44px 0 10px;
  color: var(--vig87x3-ink);
  font-size: 1.18rem;
  line-height: 1.24;
}

.vig87x3-feature-grid p,
.vig87x3-principle-grid p {
  margin: 0;
  color: var(--vig87x3-muted);
  font-size: .9rem;
  line-height: 1.62;
}

.vig87x3-process-layout,
.vig87x3-incidents-layout {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr);
  align-items: start;
  gap: clamp(52px, 8vw, 104px);
}

.vig87x3-process-copy {
  position: sticky;
  top: 28px;
}

.vig87x3-inline-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--vig87x3-blue);
  font-weight: 820;
  text-decoration: none;
}

.vig87x3-inline-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.vig87x3-process-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vig87x3-process-list li {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 19px;
  padding-bottom: 36px;
}

.vig87x3-process-list li:not(:last-child)::after {
  position: absolute;
  top: 54px;
  bottom: 3px;
  left: 27px;
  width: 2px;
  background: #dce3eb;
  content: "";
}

.vig87x3-process-list li > span {
  width: 56px;
  height: 56px;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--vig87x3-navy);
  color: #fff;
  font-weight: 880;
}

.vig87x3-process-list h3 {
  margin: 2px 0 7px;
  color: var(--vig87x3-ink);
  font-size: 1.22rem;
}

.vig87x3-process-list p {
  margin: 0;
  color: var(--vig87x3-muted);
  line-height: 1.62;
}

.vig87x3-incidents {
  background: linear-gradient(145deg, #061126, #102b5d);
  color: #fff;
}

.vig87x3-incidents h2 {
  color: #fff;
}

.vig87x3-incidents-copy > p:not(.vig87x3-eyebrow) {
  margin: 20px 0 0;
  color: #cbd6e8;
  font-size: 1.03rem;
  line-height: 1.7;
}

.vig87x3-inline-link-light {
  color: #8fdfb5;
}

.vig87x3-timeline {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .065);
}

.vig87x3-timeline article {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 17px;
  padding: 20px 22px;
}

.vig87x3-timeline article + article {
  border-top: 1px solid rgba(255, 255, 255, .12);
}

.vig87x3-timeline article > span {
  width: 12px;
  height: 12px;
  margin-top: 5px;
  border-radius: 50%;
  background: #98a2b3;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, .07);
}

.vig87x3-timeline .is-outage > span { background: #e05363; }
.vig87x3-timeline .is-degraded > span { background: #e4b43c; }
.vig87x3-timeline .is-maintenance > span { background: #75a2e3; }
.vig87x3-timeline .is-operational > span { background: #69cb98; }

.vig87x3-timeline strong {
  display: block;
  color: #fff;
  font-size: 1rem;
}

.vig87x3-timeline p {
  margin: 5px 0 0;
  color: #c3cee0;
  font-size: .88rem;
  line-height: 1.55;
}

.vig87x3-principle-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.vig87x3-principle-grid article {
  padding: 27px 29px;
  border: 1px solid var(--vig87x3-line);
  border-left: 5px solid var(--vig87x3-green);
  background: #fff;
  box-shadow: 0 12px 28px rgba(7, 21, 43, .045);
}

.vig87x3-principle-grid h3 {
  margin: 0 0 9px;
  color: var(--vig87x3-ink);
  font-size: 1.15rem;
}

.vig87x3-cta {
  padding: 76px 0;
  border-top: 1px solid #dce2ea;
  background: #e9eef5;
  content-visibility: auto;
  contain-intrinsic-size: 460px;
}

.vig87x3-cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 60px;
}

.vig87x3-cta img {
  width: min(320px, 100%);
  height: auto;
  display: block;
  margin-bottom: 24px;
}

.vig87x3-cta h2 {
  max-width: 820px;
  font-size: clamp(2rem, 3.3vw, 3.5rem);
}

.vig87x3-cta-actions {
  min-width: 230px;
  flex-direction: column;
}

.vig87x3-cta-actions .vig87x3-button {
  width: 100%;
}

.vig87x3-page .vig87x3-cta .vig87x3-button-primary {
  border-color: var(--vig87x3-navy);
  background: var(--vig87x3-navy);
  color: #fff;
}

@media (max-width: 1080px) {
  .vig87x3-project-nav {
    grid-template-columns: 1fr auto;
  }

  .vig87x3-project-links {
    display: none;
  }

  .vig87x3-hero-layout {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .vig87x3-status-card {
    max-width: 760px;
  }

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

  .vig87x3-process-layout,
  .vig87x3-incidents-layout {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .vig87x3-process-copy {
    position: static;
    max-width: 820px;
  }
}

@media (max-width: 720px) {
  html {
    scroll-behavior: auto;
  }

  .vig87x3-shell {
    width: min(100% - 28px, 680px);
  }

  .vig87x3-project-nav {
    min-height: 72px;
    gap: 12px;
  }

  .vig87x3-project-brand img {
    width: 178px;
    height: auto;
  }

  .vig87x3-project-nav > .vig87x3-button {
    min-height: 40px;
    padding: 9px 11px;
    font-size: .75rem;
  }

  .vig87x3-hero-layout {
    padding-block: 58px 68px;
    gap: 42px;
  }

  .vig87x3-hero h1 {
    font-size: clamp(2.7rem, 12.5vw, 4.2rem);
  }

  .vig87x3-facts {
    grid-template-columns: 1fr;
  }

  .vig87x3-status-head {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .vig87x3-status-badge {
    grid-column: 2;
    width: max-content;
  }

  .vig87x3-group-head {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .vig87x3-group small {
    grid-column: 2;
    white-space: normal;
  }

  .vig87x3-status-foot {
    flex-direction: column;
    gap: 3px;
  }

  .vig87x3-status-foot strong {
    text-align: left;
  }

  .vig87x3-section {
    padding: 68px 0;
    contain-intrinsic-size: 980px;
  }

  .vig87x3-feature-grid,
  .vig87x3-principle-grid {
    grid-template-columns: 1fr;
  }

  .vig87x3-feature-grid article {
    min-height: 0;
  }

  .vig87x3-cta-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .vig87x3-cta-actions {
    min-width: 0;
  }
}

@media (max-width: 430px) {
  .vig87x3-shell {
    width: calc(100% - 22px);
  }

  .vig87x3-project-brand img {
    width: 158px;
  }

  .vig87x3-project-nav > .vig87x3-button {
    max-width: 126px;
  }

  .vig87x3-actions {
    display: grid;
  }

  .vig87x3-actions .vig87x3-button {
    width: 100%;
  }

  .vig87x3-status-head,
  .vig87x3-status-summary,
  .vig87x3-group,
  .vig87x3-status-foot {
    padding-inline: 16px;
  }

  .vig87x3-feature-grid article,
  .vig87x3-principle-grid article {
    padding: 24px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vig87x3-page *,
  .vig87x3-page *::before,
  .vig87x3-page *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}

@media print {
  .vig87x3-project-nav,
  .vig87x3-actions,
  .vig87x3-cta-actions {
    display: none !important;
  }

  .vig87x3-hero,
  .vig87x3-incidents {
    border: 0;
    background: #fff !important;
    color: #111 !important;
  }

  .vig87x3-hero h1,
  .vig87x3-incidents h2,
  .vig87x3-lead,
  .vig87x3-incidents-copy > p:not(.vig87x3-eyebrow) {
    color: #111 !important;
  }

  .vig87x3-status-card,
  .vig87x3-feature-grid article,
  .vig87x3-principle-grid article,
  .vig87x3-timeline {
    break-inside: avoid;
    box-shadow: none;
  }
}


/* CNSBII 1.6.16.87X3 · logo light, CTA resilienti e freschezza leggibile */
html body.vigilia87x3-public {
  overflow-x: clip;
}

html body.vigilia87x3-public .vig87x3-page {
  min-width: 0;
}

html body.vigilia87x3-public .vig87x3-project-brand {
  min-width: 0;
  max-width: 100%;
}

html body.vigilia87x3-public .vig87x3-project-brand img {
  opacity: 1;
  filter: none;
  object-fit: contain;
  object-position: left center;
}

html body.vigilia87x3-public .vig87x3-button {
  appearance: none;
  -webkit-appearance: none;
  isolation: isolate;
  overflow: hidden;
  color: inherit;
  text-indent: 0;
  white-space: normal;
}

html body.vigilia87x3-public .vig87x3-button-label {
  position: relative;
  z-index: 1;
  display: block;
  color: inherit !important;
  font: inherit;
  line-height: inherit;
  opacity: 1 !important;
  visibility: visible !important;
}

html body.vigilia87x3-public .vig87x3-page .vig87x3-button-primary {
  border-color: #ffffff !important;
  background: #ffffff !important;
  color: #07152b !important;
}

html body.vigilia87x3-public .vig87x3-page .vig87x3-button-ghost,
html body.vigilia87x3-public .vig87x3-page .vig87x3-button-light {
  border-color: rgba(255, 255, 255, .56) !important;
  background: rgba(7, 21, 43, .28) !important;
  color: #ffffff !important;
}

html body.vigilia87x3-public .vig87x3-page .vig87x3-button-outline {
  border-color: #07152b !important;
  background: #ffffff !important;
  color: #07152b !important;
}

html body.vigilia87x3-public .vig87x3-page .vig87x3-cta .vig87x3-button-primary {
  border-color: #07152b !important;
  background: #07152b !important;
  color: #ffffff !important;
}

.vig87x3-freshness-alert {
  display: grid;
  gap: 4px;
  padding: 14px 22px;
  border-bottom: 1px solid #ecd89f;
  background: #fff9e8;
  color: #5f4500;
}

.vig87x3-freshness-alert strong {
  font-size: .78rem;
  line-height: 1.3;
}

.vig87x3-freshness-alert span {
  color: #755b16;
  font-size: .72rem;
  line-height: 1.45;
}

.vig87x3-cta {
  border-top: 6px solid #ffffff;
}

.vig87x3-cta img {
  max-height: 118px;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 720px) {
  .vig87x3-status-foot {
    grid-template-columns: 1fr;
  }

  .vig87x3-status-foot-value {
    text-align: left;
  }

  .vig87x3-status-foot-note {
    grid-column: auto;
  }

  .vig87x3-freshness-alert {
    padding-inline: 16px;
  }
}

@media (max-width: 430px) {
  .vig87x3-project-nav {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .vig87x3-project-nav > .vig87x3-button {
    max-width: 118px;
  }

  .vig87x3-project-brand img {
    width: min(158px, 44vw);
  }
}
