.privacy-container {
    max-width: 1200px;
    margin: 48px auto;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0 0 32px 0;
}

.back-button-container {
    padding: 24px 60px 0 35px;
}

.smart-back-btn {
    background: #f9f9f9;
    color: #333;
    border: 2px solid #ddd;
    border-radius: 25px;
    padding: 10px 22px;
    font-size: 1rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s;
}

.smart-back-btn:hover {
    background: #ddd;
    color: #111;
    transform: translateY(-2px);
}

.privacy-header {
    display: flex;
    align-items: center;
    min-height: 90px;
    padding: 36px 60px 0 60px;
    margin-bottom: 0;
    border-bottom: 1px solid #e5e5e5;
    background: #f9f9f9;
    box-sizing: border-box;
}

.privacy-header h1 {
    margin: 0;
    font-size: 2.2rem;
    font-weight: 800;
    color: #333;
    letter-spacing: 0;
}

.privacy-header .subtitle {
    color: #666;
    font-size: 1.1rem;
    margin-bottom: 0;
    margin-left: 24px;
    font-weight: 500;
}

.privacy-content {
    padding: 36px 60px 0 60px;
}

.privacy-content h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-top: 24px;
    margin-bottom: 12px;
}

.privacy-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}

.privacy-content ul {
    margin: 10px 0;
    padding-left: 20px;
    list-style-type: disc;
}

.privacy-content ul li {
    margin-bottom: 8px;
    color: #555;
}

.info-block {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.info-block a {
    color: #007bff;
    text-decoration: none;
}

.info-block a:hover {
    text-decoration: underline;
}
