.terms-content {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem;
    font-family: "Helvetica Neue", sans-serif;
}

.terms-content h1 {
    font-family: "EB Garamond", serif;
    font-size: 2.5rem;
    color: #413f2c;
    margin-bottom: 2rem;
    text-align: center;
}

.terms-content h2 {
    font-family: "EB Garamond", serif;
    font-size: 1.8rem;
    color: #413f2c;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #e6f5bc;
    padding-bottom: 0.5rem;
}

.terms-content h3 {
    font-family: "EB Garamond", serif;
    font-size: 1.4rem;
    color: #413f2c;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
}

.terms-content p {
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #413f2c;
}

.terms-content ul,
.terms-content ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.terms-content li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
    color: #413f2c;
}

.terms-content a {
    color: #87824d;
    text-decoration: none;
    transition: color 0.3s ease;
}

.terms-content a:hover {
    color: #4a6741;
    text-decoration: underline;
}

.terms-content .effective-date {
    font-style: italic;
    margin-top: 3rem;
    color: #87824d;
    text-align: center;
}

.terms-back-btn {
    display: inline-block;
    margin-top: 2rem;
    padding: 0.6rem 1.5rem;
    border: 1px solid #87824d;
    border-radius: 100px;
    color: #87824d;
    text-decoration: none;
    font-family: "Helvetica Neue", sans-serif;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.terms-back-btn:hover {
    background-color: #4a6741;
    color: #faf7f2 !important;
    border-color: #4a6741;
    text-decoration: none !important;
}