/* terms.css — Terms page specific styles */

.terms-content{max-width:820px;padding:80px 72px;}
.terms-content h1{font-size:56px;font-weight:300;margin-bottom:48px;letter-spacing:-0.01em;}
.terms-accordion{border:1px solid var(--border);margin-bottom:4px;}
.terms-accordion-head{width:100%;display:flex;justify-content:space-between;align-items:center;padding:18px 24px;font-family:var(--serif);font-size:16px;font-weight:500;background:none;border:none;cursor:pointer;text-align:left;}
.terms-accordion-head:hover{background:var(--bg-warm);}
.terms-accordion-body{display:none;padding:0 24px 24px;}
.terms-accordion-body.open{display:block;}
.terms-section{margin-bottom:24px;}
.terms-section h2{font-size:22px;font-weight:400;margin-bottom:8px;}
.terms-section p{font-size:14.5px;color:var(--text-body);line-height:1.8;}
.terms-section ul{padding-left:20px;margin-top:12px;}
.terms-section ul li{font-size:14.5px;color:var(--text-body);line-height:1.8;margin-bottom:8px;}
.terms-section h3{font-size:18px;font-weight:500;margin:16px 0 8px;}
.terms-prose{font-size:14.5px;color:var(--text-body);line-height:1.8;}
.terms-prose > p{margin-bottom:16px;}
.terms-copyright{margin-top:32px;font-size:14px;color:var(--text-muted);}

@media(max-width:960px){
  .terms-content{padding:48px 28px;}
}
