.terms-hero {
    padding: 80px 0 60px;
    background: linear-gradient(180deg, #f2f6f3 0%, #ffffff 100%);
    text-align: center;
    border-bottom: 1px solid #e0e8e1;
}

.terms-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #4e7149;
}

.terms-subtitle {
    color: #444;
    margin-top: 10px;
    font-size: 1.1rem;
}

.terms-content {
    padding: 60px 0;
}

.terms-content h2 {
    font-size: 1.4rem;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #4e7149;
}

.terms-content p,
.terms-content ul {
    color: #444;
    line-height: 1.7;
}

.terms-content ul {
    margin-left: 20px;
}
