/* FontAwesome CDN for icons (add in <head> if not already there) */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");
body {
    margin: 0;
    font-family: "Poppins";
    width: 100%;
}

html {
    scroll-behavior: smooth;
}

.page-header {
    text-align: center;
    background: linear-gradient(135deg, #004b8d, #0e1833);
    color: #fff;
    padding: 30px 20px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-header h1 {
    font-size: 2.2rem;
    margin-bottom: 10px;
    color: #75b8ff;
}

.page-header p {
    font-size: 1rem;
    color: #c6c6c6;
}

.content-container {
    max-width: 950px;
    margin: 50px auto;
    padding: 0 20px;
    color: #dbe1ee;
    line-height: 1.8;
}

.policy-section h2 {
    color: #004fa4;
    margin-top: 30px;
    margin-bottom: 10px;
}

.policy-section p {
    color: #666;
}

.policy-section ul {
    padding-left: 20px;
    justify-items: center;
}

.policy-section li {
    color: #666;
}

.page-footer {
    text-align: center;
    padding: 30px 20px;
    color: #c6c6c6;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, #004b8d, #0e1833);
}
