:root {
    --z-showcase-copy: 20;
    --z-showcase-highlight: 30;
    --z-showcase-story: 900;
    --z-showcase-story-cta: 910;
    --z-showcase-story-nav: 920;
    --z-showcase-modal-popover: 1100;
}

/* Story overlays */
.sv-story {
    z-index: var(--z-showcase-story) !important;
}

.sv-next {
    z-index: var(--z-showcase-story-cta) !important;
}

.sv-nav {
    z-index: var(--z-showcase-story-nav) !important;
}

/* Showcase hero and card copy */
.long-pub-base,
.long-pub-base2,
.container p,
.home-redirect-box p,
.home-redirect-content2 h2,
.home-redirect-content2 p,
.home-bot-content h2,
.home-bot-content p,
.home-offer-txt,
.home-bot-txt,
.hand {
    z-index: var(--z-showcase-copy) !important;
}

#triangles-container {
    z-index: 10 !important;
}

.text-block {
    z-index: var(--z-showcase-highlight) !important;
}

.neon-beam-core,
.neon-beam_2 {
    z-index: 30 !important;
}

.neon-beam-burst {
    z-index: 29 !important;
}

.neon-beam-second {
    z-index: 28 !important;
}

.neon-beam-slow {
    z-index: 27 !important;
}

/* Register tunnel popovers */
.account-config-loader {
    z-index: var(--z-layer-modal-backdrop, 1000) !important;
}

.ts-dropdown.company-register-type-dropdown,
.ts-dropdown.company-register-country-dropdown,
.iti--container {
    z-index: var(--z-showcase-modal-popover) !important;
}
