.inner-section { padding: 70px 0; }
.terms-box { max-width: 860px; margin: 0 auto; }
.terms-section { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px solid var(--border-pink); }
.terms-section:last-of-type { border-bottom: none; }
.terms-section h2 { font-size: 1.1rem; font-weight: 700; color: var(--pink); margin-bottom: 14px; }
.terms-section p { font-size: .93rem; color: var(--gray); line-height: 1.85; margin-bottom: 10px; }
.terms-section ol { padding-left: 20px; margin: 0; }
.terms-section li { font-size: .93rem; color: var(--gray); line-height: 1.9; }
.terms-table-wrap { overflow-x: auto; margin: 12px 0; }
.terms-table { width: 100%; border-collapse: collapse; min-width: 360px; }
.terms-table th, .terms-table td { padding: 12px 16px; border: 1px solid var(--border); font-size: .9rem; }
.terms-table th { background: var(--wash); color: var(--pink); font-weight: 700; text-align: center; }
.terms-table td { color: var(--gray); }
.terms-footer { font-size: .88rem; color: var(--ink-3); text-align: right; margin-top: 30px; }
