body {
    font-family: "Georgia", serif;
    font-size: 17px;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #1f1f1f;
    line-height: 1.7;
}

/* HEADER */
header {
    background-color: #5d8da3;
    color: #ffffff;
    padding: 70px 20px 60px 20px;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 3em;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
}

header p {
    margin: 10px 0 0 0;
    font-size: 1.05em;
}

header p em {
    font-size: 0.95em;
}

/* NAVIGATION */
nav {
    background-color: #f4f4f4;
    padding: 12px 0;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}

nav a {
    margin: 0 18px;
    text-decoration: none;
    color: #5d8da3;
    font-weight: 600;
}

nav a:hover {
    text-decoration: underline;
}

/* CONTENT CONTAINER */
.container {
    max-width: 880px;
    margin: 60px auto;
    padding: 0 20px;
}

/* HEADINGS (excluding header h1) */
h2, h3 {
    color: #5d8da3;
    margin-top: 40px;
}

/* PARAGRAPHS */
.container p {
    text-align: justify;
    hyphens: auto;
    margin-bottom: 18px;
}

/* LINKS */
a {
    color: #5d8da3;
}

a:hover {
    text-decoration: underline;
}

/* FOOTER */
footer {
    background-color: #f4f4f4;
    text-align: center;
    padding: 30px 20px;
    margin-top: 80px;
    font-size: 0.9em;
    color: #444444;
}

/* CALL PAGE TYPOGRAPHY */

.container ul {
    text-align: justify;
    margin-left: 20px;
    margin-bottom: 20px;
}

.container li {
    margin-bottom: 6px;
}

.container h2 {
    margin-top: 45px;
}
/* COOKIE BANNER BIG */
#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(31,31,31,0.95);
    color: #ffffff;
    padding: 20px;
    font-size: 1.0em;
    display: none;
    z-index: 9999;
    text-align: center;
}

#cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(31,31,31,0.97);
    color: #ffffff;
    padding: 25px;
    font-size: 1.05em;
    display: none;
    z-index: 99999;
    text-align: center;
}

#cookie-banner p {
    margin: 0 0 12px 0;
    text-align: center;
}

#cookie-banner a {
    color: #5d8da3;
    text-decoration: underline;
}

#cookie-banner button {
    background-color: #5d8da3;
    color: #ffffff;
    border: none;
    padding: 10px 18px;
    margin-top: 6px;
    cursor: pointer;
    font-size: 1.0em;
    font-weight: bold;
}

#cookie-banner button:hover {
    background-color: #4c7a8d;
}
/* PDF BUTTON */

.pdf-button {
    display: inline-block;
    padding: 10px 16px;
    background-color: #5d8da3;   /* il tuo blu */
    color: #ffffff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    margin-top: 10px;
}

.pdf-button:hover {
    background-color: #4c7a8d;
}