.imprint-container {
    padding: 6rem 2rem 2rem;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
    flex: 1;
}

.imprint-title {
    font-size: 3rem;
    font-weight: 900;
    text-align: center;
    color: #FF6B35;
    text-shadow: 0 0 20px #FF6B35;
    margin-bottom: 3rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.imprint-content {
    background: rgba(0, 18, 51, 0.7);
    border: 2px solid #004E89;
    border-radius: 15px;
    padding: 3rem;
    line-height: 1.8;
}

.imprint-content section {
    margin-bottom: 2.5rem;
}

.imprint-content h2 {
    color: #FF6B35;
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.imprint-content h3 {
    color: #00A8E8;
    font-size: 1.2rem;
    margin-top: 1.5rem;
    margin-bottom: 0.8rem;
    font-weight: 600;
}

.imprint-content p {
    color: #e0e7ff;
    margin-bottom: 0.8rem;
}

.imprint-content a {
    color: #00A8E8;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.imprint-content a:hover {
    color: #FF6B35;
    border-bottom-color: #FF6B35;
}

.imprint-footer {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 2px solid rgba(255, 107, 53, 0.3);
    text-align: center;
    color: #666;
    font-size: 0.9rem;
}

@media (max-width: 768px) {
    .imprint-container {
        padding: 6rem 1rem 2rem;
    }

    .imprint-title {
        font-size: 2rem;
    }

    .imprint-content {
        padding: 1.5rem;
    }

    .imprint-content h2 {
        font-size: 1.2rem;
    }
}

/* Site Footer */
.site-footer {
    background: rgba(0, 18, 51, 0.95);
    border-top: 2px solid #FF6B35;
    padding: 2rem;
    text-align: center;
    width: 100%;
    margin-top: auto;
}

.site-footer p {
    color: #00A8E8;
    margin: 0.5rem 0;
    font-size: 0.9rem;
}

.site-footer a {
    color: #FF6B35;
    text-decoration: none;
    transition: all 0.3s ease;
}

.site-footer a:hover {
    color: #FF8C5A;
    text-decoration: underline;
}
