.terms-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
    color: #4a4a4a;
}
.terms-title {
    font-family: var(--font-heading, 'Sailor', sans-serif);
    color: #1b263b; /* Dark blue/gray, similar to the image */
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 10px;
}
.terms-subtitle {
    font-family: var(--font-body, 'Instrument Sans', sans-serif);
    font-size: 0.9rem;
    color: #666;
    text-align: center;
    font-style: italic;
    margin-bottom: 50px;
}
.terms-list {
    font-family: var(--font-body, 'Instrument Sans', sans-serif);
    font-size: 1rem;
    line-height: 1.6;
    list-style-type: decimal;
    padding-left: 20px;
}
.terms-list li {
    margin-bottom: 25px;
    padding-left: 10px;
}
.terms-list li strong {
    color: #1b263b;
    font-size: 1.1rem;
    display: block;
    margin-bottom: 5px;
}
.terms-list li p {
    margin: 0;
    color: #4a4a4a;
}
.terms-list li a {
    color: #4a4a4a;
    text-decoration: underline;
}
.terms-list li a:hover {
    color: #1b263b;
}