/* ─────────────────────────────────────
   Aurora Background v2.2.0
   ───────────────────────────────────── */

.aurora-bg-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #040303;
    display: block;
}

.aurora-bg-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    image-rendering: auto;
    z-index: 0;
}

/* ─── Overlay de texto ─── */

.aurora-overlay-text {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* pointer-events:none deixa o mouse atravessar e chegar ao canvas */
    pointer-events: none;
}

.aurora-overlay-title {
    margin: 0 0 16px 0;
    padding: 0;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.aurora-overlay-subtitle {
    margin: 0;
    padding: 0;
    line-height: 1.55;
}