.privacy-container {
    max-width: 900px;
    margin: 60px auto;
    padding: 40px;
    background: linear-gradient(135deg, rgba(30,30,30,0.95), rgba(20,20,20,0.95));
    border: 2px solid #ff6b35;
    border-radius: 15px;
    box-shadow: 0 0 40px rgba(255,107,53,0.3);
}

.privacy-header {
    text-align: center;
    margin-bottom: 40px;
}

.privacy-title {
    font-size: 2.5em;
    color: #ff6b35;
    margin-bottom: 10px;
    text-shadow: 0 0 20px rgba(255,107,53,0.6);
}

.version-text {
    color: #888;
    font-size: 0.9em;
    margin-bottom: 30px;
}

.privacy-content h3 {
    color: #ff6b35;
    font-size: 1.3em;
    margin-top: 30px;
    margin-bottom: 15px;
}

.privacy-content p {
    color: #c0c0c0;
    line-height: 1.8;
    margin-bottom: 15px;
}

.privacy-content ul {
    color: #c0c0c0;
    line-height: 1.8;
    margin-left: 20px;
    margin-bottom: 15px;
}

.privacy-content a {
    color: #ff6b35;
    text-decoration: none;
}

.privacy-content a:hover {
    text-decoration: underline;
}

.privacy-highlight {
    background: rgba(255,107,53,0.1);
    border-left: 4px solid #ff6b35;
    padding: 15px;
    margin: 20px 0;
}

.back-button {
    display: inline-block;
    background: linear-gradient(135deg, #ff6b35, #d64a1e);
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 8px;
    font-size: 1em;
    font-weight: bold;
    margin-top: 30px;
    transition: all 0.3s;
}

.back-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(255,107,53,0.6);
}

.breadcrumb {
    max-width: 900px;
    margin: 20px auto;
    padding: 0 20px;
}

.breadcrumb ol {
    list-style: none;
    display: flex;
    gap: 10px;
    font-size: 0.9em;
    color: #888;
    padding: 0;
    margin: 0;
}

.breadcrumb a {
    color: #ff6b35;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb .separator {
    color: #666;
}

.breadcrumb .current {
    color: #c0c0c0;
}
