body {
    font-family: 'Helvetica Neue', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    color: #111;
    line-height: 1.7;
}

header {
    padding: 60px 20px;
    text-align: center;
    background-color: #fff;
}

.logo {
    position: absolute;
    top: 20px;
    left: 20px;
}

header h1 {
    font-size: 2.4rem;
    margin-bottom: 10px;
}

header p {
    font-size: 1.1rem;
    color: #555;
}

section {
    max-width: 800px;
    margin: 60px auto;
    padding: 0 20px;
}

h2 {
    font-size: 1.6rem;
    margin-bottom: 16px;
}

.highlight {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 12px;
}

.box {
    background-color: #fff;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    margin-bottom: 32px;
}

a {
    color: #000770;
    text-decoration: underline dotted;
    text-underline-offset: 4px;
    transition: color 0.2s;
}

a:hover {
    color: #929292;
    text-decoration: underline solid;
}




.cta {
    text-align: center;
    margin-top: 40px;
}

.cta a {
    display: inline-block;
    background-color: #20681b;
    color: #fff;
    font-size: 20px;
    padding: 14px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}

.cta a:hover {
    background-color: #2c9426;
}

footer {
    text-align: center;
    color: #888;
    font-size: 0.9rem;
    padding: 40px 0;
}


.vendor-costs table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

.vendor-costs th,
.vendor-costs td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.vendor-costs th {
    background-color: #f7f7f7;
}

.vendor-note {
    background-color: #f9f9f9;
    padding: 1em;
    border-left: 4px solid #aaa;
}

.vendor-note ul {
    margin: 0.5em 0;
    padding-left: 1.2em;
}