body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 40px;
    box-sizing: border-box;
}

header {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 30px;
}

h1 {
    color: #FF5722;
    margin-bottom: 5px;
}

.subtitle {
    color: #7f8c8d;
    font-size: 1.1em;
    margin-top: 0;
}

.policy-section {
    margin-bottom: 30px;
}

h2 {
    color: #333;
    font-size: 1.4em;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.policy-content p {
    margin-bottom: 15px;
}

.policy-content ol {
    padding-left: 20px;
}

.policy-content li {
    margin-bottom: 8px;
}

footer {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #eaeaea;
    color: #95a5a6;
    font-size: 0.9em;
}

@media (max-width: 600px) {
    .container {
        padding: 15px;
    }
    
    h1 {
        font-size: 1.8em;
    }
    
    h2 {
        font-size: 1.2em;
    }
}