.terms-container{display:flex;justify-content:center;padding:40px 20px;background-color:var(--theme-bg);font-family:var(--font-primary)}.terms-content{max-width:900px;width:100%;background-color:var(--theme-card-bg);border:1px solid var(--theme-card-border);border-radius:8px;box-shadow:var(--shadow-md);padding:40px;line-height:1.6}.terms-content .terms-title{font-size:32px;margin-bottom:8px;color:var(--theme-heading);font-weight:700}.terms-content .section-title{font-size:24px;margin:30px 0 15px;color:var(--theme-heading);font-weight:600;border-bottom:1px solid var(--theme-card-border);padding-bottom:10px}.terms-content .terms-section{margin-bottom:30px}.terms-content .terms-text{margin-bottom:15px;color:var(--theme-text)}.terms-content .terms-link{color:#a9523b;text-decoration:none}.terms-content .terms-link:hover{text-decoration:underline}.terms-content .last-updated{color:#666;font-style:italic;margin-bottom:30px}