/* Terms Section */
.terms-section {
    padding: 4rem 0;
    background-color: #fff;
}

.terms-section h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    color: #000;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.terms-section p, .terms-section ul {
    font-size: 1rem;
    line-height: 1.6;
}

.terms-section ul {
    padding-left: 1.5rem;
}

/* Footer */
.footer {
    background-color: #000;
    color: #fff;
    padding: 2rem 0;
    text-align: center;
}

.footer a {
    color: #81613c;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

/* Button Styles - Updated to Coyote Tan */
.btn-primary {
    background-color: #81613c;
    border-color: #81613c;
    font-size: 1.1rem;
    padding: 0.75rem 2rem;
    transition: background-color 0.3s;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #6c757d;
    border-color: #6c757d;
}