/* Neon treatment for the public WatchTower demo action. */
html body main.page-home section.home-hero div.actions .watchtower-demo-cta {
    display: flex !important;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    border: 2px solid #36f5ff;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(180deg, #61317c 0%, #241139 58%, #07091d 100%);
    box-shadow: 0 0 0 2px #d33cff, 0 0 18px rgba(54, 245, 255, .55), inset 0 0 14px rgba(211, 60, 255, .55);
    font-weight: 800;
    text-decoration: none;
    text-shadow: 0 1px 2px #000;
}

html body main.page-home section.home-hero div.actions .watchtower-demo-cta:hover,
html body main.page-home section.home-hero div.actions .watchtower-demo-cta:focus-visible {
    transform: translateY(-1px);
    filter: brightness(1.12);
    box-shadow: 0 0 0 2px #ed62ff, 0 0 24px rgba(54, 245, 255, .8), inset 0 0 16px rgba(211, 60, 255, .65);
}
