/* Теневой конгломерат - Футуристическая корпорация */
body {
    background: #171219;
    color: #D0CCD0;
}

h1, h2, h3, h4 {
    color: #E04D01;
}

.navbar a {
    color: #D0CCD0;
}

.navbar a:hover {
    color: #2DC7FF;
}

.line {
    background: #D0CCD0;
}

.navbar .menu-items {
    background: #171219;
}

.catalog-btn {
    background: linear-gradient(135deg, #E04D01 0%, #2DC7FF 100%);
    color: #171219;
}

.feedback-field {
    background-color: #2A1F2D;
    color: #D0CCD0;
    border: 1px solid #E04D01;
}

.feedback-btn {
    background: linear-gradient(135deg, #E04D01 0%, #2DC7FF 100%);
    color: #171219;
}

.category-card {
    background: #2A1F2D;
    box-shadow: 0 4px 6px rgba(224, 77, 1, 0.2);
}

footer {
    background: #171219;
}

footer a {
    color: #D0CCD0;
}