/* Zestela Base Styles - Shared across all pages */

body {
    background-color: #131319;
    color: #e5e1ea;
    overflow-x: hidden;
}

/* Unified header background */
header.fixed {
    background: rgba(19, 19, 25, 0.2);
}

/* Tech stripe separator */
.tech-stripe {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(199, 191, 255, 0.3), transparent);
}
