/* terms.php — page-specific styles */
.static-page { padding: 28px 0 60px; }
.static-grid { display: grid; grid-template-columns: 1fr 260px; gap: 26px; align-items: start; }
@media(max-width: 960px) { .static-grid { grid-template-columns: 1fr; } }
.breadcrumb { display: flex; gap: 6px; align-items: center; font-size: .75rem; color: var(--muted); margin-bottom: 20px; flex-wrap: wrap; }
.breadcrumb a { color: var(--muted); } .breadcrumb a:hover { color: var(--primary); } .breadcrumb .sep { color: #ccc; }
.page-hero { background: linear-gradient(135deg,#1a1a1a,#2e2e2e); border-radius: var(--r-xl); padding: 32px 28px; color: #fff; margin-bottom: 24px; }
.page-hero h1 { font-family: var(--font-head); font-size: 2.2rem; letter-spacing: 3px; margin-bottom: 5px; }
.page-hero p { font-size: .82rem; color: #aaa; }
.content-card { background: var(--white); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); border: 1px solid var(--border-light); padding: 28px 32px; margin-bottom: 20px; }
@media(max-width:540px) { .content-card { padding:16px; } }
.content-card h2 { font-family: var(--font-head); font-size: 1.15rem; letter-spacing: 1.5px; color: var(--primary); margin: 22px 0 10px; display: flex; align-items: center; gap: 8px; }
.content-card h2:first-child { margin-top: 0; }
.content-card p { font-size: .9rem; line-height: 1.9; color: var(--ink-light); margin-bottom: 10px; font-family: var(--font-hindi); }
.content-card ul { padding-left: 18px; margin-bottom: 12px; }
.content-card ul li { font-size: .88rem; line-height: 1.75; color: var(--ink-light); font-family: var(--font-hindi); margin-bottom: 4px; }
.last-updated { font-size: .75rem; color: var(--muted); background: var(--paper); padding: 8px 14px; border-radius: var(--r-sm); display: inline-block; margin-bottom: 18px; }
