.terms-container{display:flex;justify-content:center;align-items:center;padding:2rem}.terms-card{background-color:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);max-width:800px;width:100%}.terms-card h1{text-align:center;margin-bottom:2rem;color:#333}.privacy-policy,.terms-content{height:300px;overflow-y:auto;border:1px solid #e0e0e0;padding:1rem;margin-bottom:1.5rem;background-color:#fafafa;font-size:.9rem;line-height:1.6}.agreement-section{display:flex;align-items:center;margin-bottom:1.5rem}.agreement-section label{display:flex;align-items:center;cursor:pointer}.agreement-section input[type=checkbox]{margin-right:.8rem;width:18px;height:18px}.error-message{color:#d9534f;text-align:center;margin-bottom:1rem}.submit-button{width:100%;padding:.8rem 1rem;font-size:1rem;font-weight:700;color:#fff;background-color:#007bff;border:none;border-radius:4px;cursor:pointer;transition:background-color .2s}.submit-button:hover{background-color:#0056b3}.submit-button:disabled{background-color:#ccc;cursor:not-allowed}