/* Simple CSS for offerta and privacy-policy pages */

body {
    background: #000;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    margin: 0;
    padding: 20px;
    line-height: 1.6;
}

.container {
    max-width: 800px;
    margin: 0 auto;
}

h1 {
    font-size: 2.5em;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

h3 {
    font-size: 1.4em;
    font-weight: 600;
    margin: 30px 0 15px 0;
    color: #fff;
}

p {
    margin-bottom: 15px;
    font-size: 16px;
}

ul {
    margin: 15px 0;
    padding-left: 20px;
}

li {
    margin-bottom: 8px;
}

strong {
    font-weight: 600;
}

.back-link {
    display: inline-block;
    margin-bottom: 30px;
    color: #007AFF;
    text-decoration: none;
    font-weight: 500;
}

.back-link:hover {
    text-decoration: underline;
}

.intro-text {
    font-style: italic;
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border-left: 4px solid #007AFF;
}
