
/* Styl pro stránku Ochrana osobních dat */

.hero-section {
    background: linear-gradient(135deg, #2e3c47, #1c1f26);
    color: white;
    padding: 60px 20px;
    text-align: center;
}

.hero-section h1 {
    font-size: 2.6em;
    margin-bottom: 0.3em;
}

.hero-section p {
    font-size: 1.2em;
    color: #cfd8dc;
}

.info-section {
    padding: 50px 20px;
    background-color: #2e2e4a;
    border-bottom: 5px solid #ddd;
}

.info-section h2 {
    font-size: 1.9em;
    margin-bottom: 20px;
    color: #17611c;
}

.info-section ul {
    text-align: left;
    margin: 0 auto;
    max-width: 800px;
    padding-left: 20px;
}

.info-section ul li {
    margin-bottom: 12px;
    font-size: 1.1em;
}

.info-section a {
    color: #0077cc;
    text-decoration: underline;
}

.info-section a:hover {
    color: #005fa3;
}
