.elementor-177 .elementor-element.elementor-element-a78c90b{--display:flex;--margin-top:-20px;--margin-bottom:-20px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b9b665d *//* SHARED LEGAL LAYOUT */
.pixel-legal-section {
    width: 100vw;
    background-color: #050505; /* Cinematic black background */
    color: #ddd;
    padding: 150px 0;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    line-height: 1.8;
}

.legal-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 80px;
    padding: 0 5%;
}

/* STICKY SIDEBAR */
.legal-sidebar {
    flex: 0 0 250px;
}

.sidebar-track {
    position: sticky;
    top: 120px;
}

.sidebar-label {
    display: block;
    color: #555;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 25px;
}

.legal-sidebar nav a {
    display: block;
    color: #888;
    text-decoration: none;
    font-size: 0.9rem;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.legal-sidebar nav a:hover {
    color: #8e7dbe; /* Signature brand color */
    transform: translateX(5px);
}

/* TYPOGRAPHY & HEADERS */
.legal-header h1 {
    font-size: 4rem;
    color: #fff;
    letter-spacing: -2px;
    margin: 20px 0;
}

.legal-header .accent {
    color: #8e7dbe;
}

article h2 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding-bottom: 10px;
}

article ul {
    list-style: none;
    padding: 0;
}

article ul li {
    margin-bottom: 12px;
    padding-left: 20px;
    position: relative;
    color: #aaa;
}

article ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 1px;
    background-color: #8e7dbe;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .legal-container { flex-direction: column; }
    .legal-sidebar { display: none; } /* Simplified for mobile reading */
    .legal-header h1 { font-size: 2.8rem; }
}/* End custom CSS */