/* =============================================
   weInteract GP — Component Styles
   ============================================= */

/* Two-colour gradient behind an image */
.gp-image-gradient {
    position: relative;
}

.gp-image-gradient::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, #2d3a2b, #b8860b);
}

/* Hide header CTA until scroll JS takes over */
#header-cta {
    opacity: 0;
}