body {
    background-color: #000000 !important;
    color: #ffffff;
}

.legal-heading {
    font-family: 'Kallisto', serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}

.legal-section-title {
    font-family: 'Kallisto', serif;
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 1rem;
    border-left: 2px solid #fff;
    padding-left: 15px;
}

.legal-text {
    font-family: 'Work Sans', sans-serif;
    color: #999;
    font-size: 0.95rem;
    line-height: 1.8;
    font-weight: 300;
    text-align: justify;
}

.data-box {
    background-color: #000000;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 1rem;
    padding: 2rem;
    margin-top: 1rem;
}

.data-row {
    display: flex;
    border-bottom: 1px solid #1a1a1a;
    padding: 10px 0;
}

.data-row:last-child {
    border-bottom: none;
}

.data-label {
    font-family: 'Kallisto', serif;
    color: #fff;
    width: 150px;
    font-size: 0.85rem;
    text-transform: uppercase;
    flex-shrink: 0;
}

.data-value {
    font-family: 'Work Sans', sans-serif;
    color: #888;
    font-size: 0.9rem;
    word-break: break-word;
}

.warning-box {
    background-color: #000000;
    border-left: 3px solid rgba(255, 255, 255, 0.5);
    padding: 1.5rem;
    margin-top: 1rem;
}

.warning-icon {
    color: #fff;
    margin-right: 15px;
}

.warning-text {
    color: #ccc;
    font-size: 0.9rem;
    font-weight: 400;
    font-style: italic;
}

@media (max-width: 768px) {
    .data-row {
        flex-direction: column;
    }
    .data-label {
        width: 100%;
        margin-bottom: 5px;
        color: #fff;
    }
}

.accordion-dark .accordion-item {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 1rem;
    transition: border-color 0.3s;
}

.accordion-dark .accordion-item:hover {
    border-color: #ffffff;
    border-radius: 1rem;
}

.accordion-dark .accordion-button {
    background-color: #000000;
    border-radius: 1rem;
    color: #fff;
    font-family: 'Kallisto', serif;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1.5rem;
    box-shadow: none;
}

.accordion-dark .accordion-button:not(.collapsed) {
    background-color: #000000;
    border-radius: 1rem;
    color: #fff;
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.accordion-dark .accordion-button::after {
    filter: invert(1) brightness(100%);
}

.accordion-dark .accordion-body {
    background-color: #000000;
    border-radius: 1rem;
    color: #999;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    line-height: 1.8;
    padding: 2rem;
}

.accordion-dark ul li {
    margin-bottom: 0.5rem;
}

.update-box {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #000000;
    border-radius: 1rem;
    padding: 2rem;
    margin-top: 3rem;
}

.legal-date {
    font-family: 'Work Sans', sans-serif;
    font-size: 0.8rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cookie-card {
    background-color: #000000;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 2rem;
    height: 100%;
    transition: border-color 0.3s;
}

.cookie-card:hover {
    border-color: #ffffff;
}

.cookie-title {
    color: #fff;
    font-family: 'Kallisto', serif;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.legal-list li {
    color: #999;
    margin-bottom: 0.8rem;
    font-weight: 300;
    font-size: 0.95rem;
}

.legal-list strong {
    color: #fff;
    font-weight: 500;
}

.legal-link {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #444;
    transition: all 0.3s;
}

.legal-link:hover {
    border-bottom-color: #fff;
    opacity: 0.8;
}

.alert-dark-custom {
    background-color: #000000;
    border-radius: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #ccc;
    padding: 1.5rem;
}

.error-section {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
}

.error-code {
    font-family: 'Kallisto', serif;
    font-weight: 700;
    font-size: clamp(6rem, 15vw, 12rem);
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 2px #333;
    opacity: 0.8;
    margin-bottom: 0;
    letter-spacing: -5px;
    position: relative;
    z-index: 0;
}

.error-title {
    font-family: 'Kallisto', serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    text-shadow: 0 5px 15px #000000;
}

.error-text {
    font-family: 'Work Sans', sans-serif;
    color: #888;
    font-weight: 300;
    max-width: 500px;
    margin: 0 auto;
}

.btn-luxury-white {
    background-color: #fff;
    color: #000;
    border: 1px solid #fff;
    transition: all 0.3s;
}

.btn-luxury-white:hover {
    background-color: transparent;
    color: #fff;
}

.btn-luxury-outline {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    transition: all 0.3s;
}

.btn-luxury-outline:hover {
    background-color: #fff;
    color: #000;
}

.security-text {
    font-size: 0.6rem;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 2px;
}