/* Sections */
section {
    padding: 80px 0;
}

#importance {
    background-color: #fff;
}

#cydef-description {
    background-color: #f9f9f9;
}

#see-unique {
    background-color: #fff;
}

section h2 {
    text-align: center;
    margin-bottom: 40px;
}

section p {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.lead {
    font-size: 1.5em;
    margin-bottom: 20px;
}

/* CYDEF Description */
#cydef-description ul {
    margin-bottom: 40px;
}

#cydef-description ul li {
    list-style-type: disc;
    margin-left: 20px;
}

/* CTA Buttons */
.cta {
    display: inline-block;
    background-color: #ffc107;
    color: #333;
    text-decoration: none;
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.cta:hover {
    background-color: #e0a800;
}

/* Footer */
footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

footer nav {
    margin-top: 10px;
}

footer a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    font-weight: bold;
}

footer a:hover {
    color: #ffc107;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        width: 90%;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background-color: #333;
        padding: 10px 0;
        text-align: center;
        box-shadow: 0px