body {
    font-family: Arial, sans-serif;
    margin: 0;
    background-color: #f4f6f9;
    color: #333;
    line-height: 1.6;
}

.container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    padding: 50px 0;
}

h1 {
    font-size: 34px;
    color: #0b3d91;
}

h2 {
    margin-top: 40px;
    color: #0b3d91;
}

.section {
    margin-top: 30px;
}

ul {
    padding-left: 20px;
}

li {
    margin-bottom: 10px;
}

.highlight {
    background: #eef3ff;
    padding: 20px;
    border-left: 5px solid #0b3d91;
    margin: 30px 0;
}

.cta {
    background: #0b3d91;
    color: white;
    padding: 25px;
    text-align: center;
    border-radius: 8px;
    margin-top: 50px;
}

.cta a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 18px;
}

img {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 20px;
}

.hero-image {
    margin-top: 30px;
    text-align: center;
}

.footer-box {
    background: white;
    padding: 20px;
    margin-top: 40px;
    border-radius: 8px;
    border: 1px solid #ddd;
}