/* ==========================================
   SECTION DIVIDER — Hero style yellow border
   ========================================== */

.about-section,
.signals-section,
.star-map-section,
.coordinates-section,
.transmission-section,
.main-footer {
    position: relative;
}

.signals-section .section-yellow-end {
    z-index: 100;
}

.section-yellow-end {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 50;
    pointer-events: none;
    background: linear-gradient(
        to right, 
        rgba(0,0,0,0) 0%, 
        rgba(255, 204, 0, 0.2) 20%, 
        #FFCC00 50%, 
        rgba(255, 204, 0, 0.2) 80%, 
        rgba(0,0,0,0) 100%
    );
}
